ngx-techlify-core 11.3.6 → 11.4.0

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 (45) hide show
  1. package/bundles/ngx-techlify-core.umd.js +268 -96
  2. package/bundles/ngx-techlify-core.umd.js.map +1 -1
  3. package/bundles/ngx-techlify-core.umd.min.js +2 -2
  4. package/bundles/ngx-techlify-core.umd.min.js.map +1 -1
  5. package/esm2015/lib/audit-log/audit-log-view/audit-log-view.component.js +7 -9
  6. package/esm2015/lib/audit-log/audit-log-view-model/audit-log-view-model.component.js +7 -9
  7. package/esm2015/lib/email-subscription/email-subscription-type/email-subscription-type-list/email-subscription-type-list.component.js +2 -2
  8. package/esm2015/lib/email-subscription/email-subscription-user/email-subscription-user-list-filter/email-subscription-user-list-filter.component.js +2 -2
  9. package/esm2015/lib/login-history-for-user/login-history-for-user.component.js +11 -2
  10. package/esm2015/lib/searchable-selector/searchable-selector.component.js +34 -4
  11. package/esm2015/lib/techlify-feature/on-off-switch/on-off-switch.component.js +27 -0
  12. package/esm2015/lib/techlify-feature/techlify-feature-enabled.directive.js +78 -0
  13. package/esm2015/lib/techlify-feature/techlify-feature-listing.component.js +177 -0
  14. package/esm2015/lib/techlify-feature/techlify-feature.module.js +30 -0
  15. package/esm2015/lib/techlify-feature/techlify-feature.routing.js +12 -0
  16. package/esm2015/lib/techlify-feature/techlify-feature.service.js +28 -0
  17. package/esm2015/lib/timeline-filter/calculate-timeline.js +2 -2
  18. package/esm2015/lib/timeline-filter/timeline-filter.component.js +145 -16
  19. package/esm2015/ngx-techlify-core.js +6 -3
  20. package/esm2015/public-api.js +5 -6
  21. package/fesm2015/ngx-techlify-core.js +221 -61
  22. package/fesm2015/ngx-techlify-core.js.map +1 -1
  23. package/lib/login-history-for-user/login-history-for-user.component.d.ts +2 -0
  24. package/lib/searchable-selector/searchable-selector.component.d.ts +5 -0
  25. package/lib/{company-feature → techlify-feature}/on-off-switch/on-off-switch.component.d.ts +0 -0
  26. package/lib/techlify-feature/techlify-feature-enabled.directive.d.ts +17 -0
  27. package/lib/{company-feature/company-feature.component.d.ts → techlify-feature/techlify-feature-listing.component.d.ts} +7 -4
  28. package/lib/techlify-feature/techlify-feature.module.d.ts +2 -0
  29. package/lib/techlify-feature/techlify-feature.routing.d.ts +2 -0
  30. package/lib/{company-feature/company-feature.service.d.ts → techlify-feature/techlify-feature.service.d.ts} +1 -1
  31. package/lib/timeline-filter/calculate-timeline.d.ts +5 -0
  32. package/lib/timeline-filter/timeline-filter.component.d.ts +47 -6
  33. package/ngx-techlify-core.d.ts +5 -2
  34. package/ngx-techlify-core.metadata.json +1 -1
  35. package/package.json +1 -1
  36. package/public-api.d.ts +4 -5
  37. package/esm2015/lib/company-feature/company-feature.component.js +0 -174
  38. package/esm2015/lib/company-feature/company-feature.module.js +0 -30
  39. package/esm2015/lib/company-feature/company-feature.routing.js +0 -12
  40. package/esm2015/lib/company-feature/company-feature.service.js +0 -28
  41. package/esm2015/lib/company-feature/ngx-feature-enabled.directive.js +0 -77
  42. package/esm2015/lib/company-feature/on-off-switch/on-off-switch.component.js +0 -27
  43. package/lib/company-feature/company-feature.module.d.ts +0 -2
  44. package/lib/company-feature/company-feature.routing.d.ts +0 -2
  45. package/lib/company-feature/ngx-feature-enabled.directive.d.ts +0 -16
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../projects/ngx-techlify-core/src/lib/action-popup/action-popup.model.ts","../../../projects/ngx-techlify-core/src/lib/action-popup/action-popup.component.ts","../../../node_modules/tslib/tslib.es6.js","../../../projects/ngx-techlify-core/src/lib/data-table/data-table.component.ts","../../../projects/ngx-techlify-core/src/lib/data-table/data-table.model.ts","../../../projects/ngx-techlify-core/src/lib/document-viewer/document-viewer.component.ts","../../../projects/ngx-techlify-core/src/lib/core/logger.service.ts","../../../projects/ngx-techlify-core/src/lib/document-viewer/viewer-config.model.ts","../../../projects/ngx-techlify-core/src/lib/core/techlify-config.model.ts","../../../projects/ngx-techlify-core/src/lib/core/config.service.ts","../../../projects/ngx-techlify-core/src/lib/core/snack/snack.component.ts","../../../projects/ngx-techlify-core/src/lib/core/alert.service.ts","../../../projects/ngx-techlify-core/src/lib/core/error-handler.service.ts","../../../projects/ngx-techlify-core/src/lib/core/error-handler.interceptor.ts","../../../projects/ngx-techlify-core/src/lib/core/http-cache.service.ts","../../../projects/ngx-techlify-core/src/lib/core/cache.interceptor.ts","../../../projects/ngx-techlify-core/src/lib/core/api-prefix.interceptor.ts","../../../projects/ngx-techlify-core/src/lib/core/credentials.service.ts","../../../projects/ngx-techlify-core/src/lib/core/token.interceptor.ts","../../../projects/ngx-techlify-core/src/lib/core/header.interceptor.ts","../../../projects/ngx-techlify-core/src/lib/core/http.service.ts","../../../projects/ngx-techlify-core/src/lib/entity-files/entity-file.service.ts","../../../projects/ngx-techlify-core/src/lib/core/form-validator.service.ts","../../../projects/ngx-techlify-core/src/lib/entity-files/entity-file-form/entity-file-form.component.ts","../../../projects/ngx-techlify-core/src/lib/entity-files/entity-files-view-all.component.ts","../../../projects/ngx-techlify-core/src/lib/file-dropper/file-dropper.component.ts","../../../projects/ngx-techlify-core/src/lib/file-dropper/file-dropper.model.ts","../../../projects/ngx-techlify-core/src/lib/note/note.service.ts","../../../projects/ngx-techlify-core/src/lib/note/note-form/note-form.component.ts","../../../projects/ngx-techlify-core/src/lib/note/note-list/note-list.component.ts","../../../projects/ngx-techlify-core/src/lib/note/comment-form/comment-form.component.ts","../../../projects/ngx-techlify-core/src/lib/searchable-selector/searchable-selector.component.ts","../../../projects/ngx-techlify-core/src/lib/searchable-selector/mat-select-infinite-scroll.directive.ts","../../../projects/ngx-techlify-core/src/lib/utility/num-items-selector.component.ts","../../../projects/ngx-techlify-core/src/lib/utility/date-utils.service.ts","../../../projects/ngx-techlify-core/src/lib/utility/number-selector.component.ts","../../../projects/ngx-techlify-core/src/lib/timeline-filter/calculate-timeline.ts","../../../projects/ngx-techlify-core/src/lib/timeline-filter/timeline.model.ts","../../../projects/ngx-techlify-core/src/lib/timeline-filter/timeline-filter.component.ts","../../../projects/ngx-techlify-core/src/lib/loader/loader.component.ts","../../../projects/ngx-techlify-core/src/lib/core/snack/snack.module.ts","../../../projects/ngx-techlify-core/src/lib/core/authentication.guard.ts","../../../projects/ngx-techlify-core/src/lib/core/authentication.service.ts","../../../projects/ngx-techlify-core/src/lib/core/route-reusable-strategy.ts","../../../projects/ngx-techlify-core/src/lib/core/storage.service.ts","../../../projects/ngx-techlify-core/src/lib/core/dataManager.service.ts","../../../projects/ngx-techlify-core/src/lib/material.module.ts","../../../projects/ngx-techlify-core/src/lib/core/core.module.ts","../../../projects/ngx-techlify-core/src/lib/action-popup/action-popup.module.ts","../../../projects/ngx-techlify-core/src/lib/data-table/data-table.module.ts","../../../projects/ngx-techlify-core/src/lib/document-viewer/document-viewer.module.ts","../../../projects/ngx-techlify-core/src/lib/file-dropper/file-dropper.module.ts","../../../projects/ngx-techlify-core/src/lib/entity-files/entity-files-view-all.module.ts","../../../projects/ngx-techlify-core/src/lib/read-more/read-more.component.ts","../../../projects/ngx-techlify-core/src/lib/read-more/read-more.module.ts","../../../projects/ngx-techlify-core/src/lib/note/note.module.ts","../../../projects/ngx-techlify-core/src/lib/searchable-selector/searchable-selector.module.ts","../../../projects/ngx-techlify-core/src/lib/utility/utility.module.ts","../../../projects/ngx-techlify-core/src/lib/timeline-filter/timeline-filter-routing.module.ts","../../../projects/ngx-techlify-core/src/lib/timeline-filter/timeline-filter.module.ts","../../../projects/ngx-techlify-core/src/lib/loader/loader.module.ts","../../../projects/ngx-techlify-core/src/lib/email-subscription/email-subscription-routing.module.ts","../../../projects/ngx-techlify-core/src/lib/email-subscription/email-subscription.module.ts","../../../projects/ngx-techlify-core/src/lib/email-subscription/email-subscription-user/email-subscription-user-routing.module.ts","../../../projects/ngx-techlify-core/src/lib/email-subscription/email-subscription-user/email-subscription-user.module.ts","../../../projects/ngx-techlify-core/src/lib/email-subscription/email-subscription-user/email-subscription-user-form/email-subscription-user-form-routing.module.ts","../../../projects/ngx-techlify-core/src/lib/email-subscription/email-subscription-user/email-subscription-user-form/email-subscription-user-form.component.ts","../../../projects/ngx-techlify-core/src/lib/email-subscription/email-subscription-user/email-subscription-user-form/email-subscription-user-form.module.ts","../../../projects/ngx-techlify-core/src/lib/email-subscription/email-subscription-user/email-subscription-user-list/email-subscription-user-list.component.ts","../../../projects/ngx-techlify-core/src/lib/email-subscription/email-subscription-user/email-subscription-user-list/email-subscription-user-list-routing.module.ts","../../../projects/ngx-techlify-core/src/lib/email-subscription/email-subscription-user/email-subscription-user-list-filter/email-subscription-user-list-filter-routing.module.ts","../../../projects/ngx-techlify-core/src/lib/email-subscription/email-subscription-user/email-subscription-user-list-filter/email-subscription-user-list-filter.component.ts","../../../projects/ngx-techlify-core/src/lib/email-subscription/email-subscription-user/email-subscription-user-list-filter/email-subscription-user-list-filter.module.ts","../../../projects/ngx-techlify-core/src/lib/email-subscription/email-subscription-user/email-subscription-user-list/email-subscription-user-list.module.ts","../../../projects/ngx-techlify-core/src/lib/email-subscription/email-subscription-type/email-subscription-type-routing.module.ts","../../../projects/ngx-techlify-core/src/lib/email-subscription/email-subscription-type/email-subscription-type.module.ts","../../../projects/ngx-techlify-core/src/lib/email-subscription/email-subscription-type/email-subscription-type-form/email-subscription-type-form-routing.module.ts","../../../projects/ngx-techlify-core/src/lib/email-subscription/email-subscription-type/email-subscription-type-form/email-subscription-type-form.component.ts","../../../projects/ngx-techlify-core/src/lib/email-subscription/email-subscription-type/email-subscription-type-form/email-subscription-type-form.module.ts","../../../projects/ngx-techlify-core/src/lib/email-subscription/email-subscription-type/email-subscription-type-list/email-subscription-type-list.component.ts","../../../projects/ngx-techlify-core/src/lib/email-subscription/email-subscription-type/email-subscription-type-list/email-subscription-type-list-routing.module.ts","../../../projects/ngx-techlify-core/src/lib/email-subscription/email-subscription-type/email-subscription-type-list/email-subscription-type-list.module.ts","../../../projects/ngx-techlify-core/src/lib/email-subscription/email-subscription-for-user/email-subscription-for-user.component.ts","../../../projects/ngx-techlify-core/src/lib/email-subscription/email-subscription-for-user/email-subscription-for-user-routing.module.ts","../../../projects/ngx-techlify-core/src/lib/email-subscription/email-subscription-for-user/email-subscription-for-user.module.ts","../../../projects/ngx-techlify-core/src/lib/techlify-update/techlify-update.service.ts","../../../projects/ngx-techlify-core/src/lib/techlify-update/techlify-update-form/techlify-update-form.component.ts","../../../projects/ngx-techlify-core/src/lib/techlify-update/techlify-update-form/techlify-update-form.module.ts","../../../projects/ngx-techlify-core/src/lib/techlify-update/techlify-updates-list/techlify-updates-list.component.ts","../../../projects/ngx-techlify-core/src/lib/techlify-update/techlify-update-routing.module.ts","../../../projects/ngx-techlify-core/src/lib/techlify-update/techlify-update.module.ts","../../../projects/ngx-techlify-core/src/lib/techlify-update/update-view/update-view.component.ts","../../../projects/ngx-techlify-core/src/lib/techlify-update/techlify-update-history/techlify-update-history.component.ts","../../../projects/ngx-techlify-core/src/lib/techlify-update/techlify-update-history/techlify-update-history-routing.module.ts","../../../projects/ngx-techlify-core/src/lib/techlify-update/techlify-update-history/techlify-update-history.module.ts","../../../projects/ngx-techlify-core/src/lib/techlify-update/update-view/update-view.module.ts","../../../projects/ngx-techlify-core/src/lib/techlify-update/update-notifier/update-notifier-snack/update-notifier-snack.component.ts","../../../projects/ngx-techlify-core/src/lib/techlify-update/update-notifier/update-notifier.component.ts","../../../projects/ngx-techlify-core/src/lib/techlify-update/update-notifier/update-notifier.module.ts","../../../projects/ngx-techlify-core/src/lib/export-excel/export-excel-button/export-excel-button.component.ts","../../../projects/ngx-techlify-core/src/lib/export-excel/export-excel.module.ts","../../../projects/ngx-techlify-core/src/lib/audit-log/audit-log-view-model/audit-log-view-model.component.ts","../../../projects/ngx-techlify-core/src/lib/audit-log/audit-logs-view-model/audit-logs-view-model.component.ts","../../../projects/ngx-techlify-core/src/lib/audit-log/audit-log-for-model/audit-log-for-model.component.ts","../../../projects/ngx-techlify-core/src/lib/audit-log/audit-log-for-model/audit-log-for-model-routing.module.ts","../../../projects/ngx-techlify-core/src/lib/audit-log/audit-log-view-model/audit-log-view-model-routing.module.ts","../../../projects/ngx-techlify-core/src/lib/audit-log/audit-log-view-model/audit-log-view-model.module.ts","../../../projects/ngx-techlify-core/src/lib/audit-log/audit-logs-view-model/audit-logs-view-model-routing.module.ts","../../../projects/ngx-techlify-core/src/lib/audit-log/audit-log-list/audit-log-list-routing.module.ts","../../../projects/ngx-techlify-core/src/lib/audit-log/audit-log-list/audit-log-list.component.ts","../../../projects/ngx-techlify-core/src/lib/audit-log/audit-log-list-filter/audit-log-list-filter-routing.module.ts","../../../projects/ngx-techlify-core/src/lib/date-validator.ts","../../../projects/ngx-techlify-core/src/lib/audit-log/audit-log-list-filter/audit-log-list-filter.component.ts","../../../projects/ngx-techlify-core/src/lib/audit-log/audit-log-list-filter/audit-log-list-filter.module.ts","../../../projects/ngx-techlify-core/src/lib/audit-log/audit-log-list/audit-log-list.module.ts","../../../projects/ngx-techlify-core/src/lib/audit-log/audit-logs-view-model/audit-logs-view-model.module.ts","../../../projects/ngx-techlify-core/src/lib/audit-log/audit-log-for-model/audit-log-for-model.module.ts","../../../projects/ngx-techlify-core/src/lib/audit-log/audit-log-view/audit-log-view.component.ts","../../../projects/ngx-techlify-core/src/lib/audit-log/audit-log-view/audit-log-view-routing.module.ts","../../../projects/ngx-techlify-core/src/lib/audit-log/audit-log-view/audit-log-view.module.ts","../../../projects/ngx-techlify-core/src/lib/audit-log/audit-log-routing.module.ts","../../../projects/ngx-techlify-core/src/lib/audit-log/audit-log.module.ts","../../../projects/ngx-techlify-core/src/lib/import-csv/import-csv-routing.module.ts","../../../projects/ngx-techlify-core/src/lib/import-csv/import-csv.component.ts","../../../projects/ngx-techlify-core/src/lib/import-csv/import-items/import-items-routing.module.ts","../../../projects/ngx-techlify-core/src/lib/import-csv/import-items/import-items.component.ts","../../../projects/ngx-techlify-core/src/lib/import-csv/import-items/import-items.module.ts","../../../projects/ngx-techlify-core/src/lib/import-csv/failed-items/failed-items-routing.module.ts","../../../projects/ngx-techlify-core/src/lib/import-csv/failed-items/failed-items.component.ts","../../../projects/ngx-techlify-core/src/lib/import-csv/failed-items/failed-items.module.ts","../../../projects/ngx-techlify-core/src/lib/import-csv/import-csv.module.ts","../../../projects/ngx-techlify-core/src/lib/import-csv/import-config.ts","../../../projects/ngx-techlify-core/src/lib/login-history-for-user/login-history-for-user.component.ts","../../../projects/ngx-techlify-core/src/lib/login-history-for-user/login-history-for-user-routing.module.ts","../../../projects/ngx-techlify-core/src/lib/login-history-for-user/login-history-for-user.module.ts","../../../projects/ngx-techlify-core/src/lib/techlify-tagger-tag-form-field/techlify-tagger-tag-form-config.model.ts","../../../projects/ngx-techlify-core/src/lib/techlify-tagger-tag-form-field/techlify-tagger-tag-form-field.component.ts","../../../projects/ngx-techlify-core/src/lib/techlify-tagger-tag-form-field/techlify-tagger-tag-form-field.module.ts","../../../projects/ngx-techlify-core/src/lib/techlify-tagger-tag-selector/techlify-tagger-tag-selector.component.ts","../../../projects/ngx-techlify-core/src/lib/techlify-tagger-tag-selector/techlify-tagger-tag-selector.module.ts","../../../projects/ngx-techlify-core/src/lib/company-feature/company-feature.service.ts","../../../projects/ngx-techlify-core/src/lib/company-feature/company-feature.component.ts","../../../projects/ngx-techlify-core/src/lib/company-feature/company-feature.routing.ts","../../../projects/ngx-techlify-core/src/lib/company-feature/on-off-switch/on-off-switch.component.ts","../../../projects/ngx-techlify-core/src/lib/company-feature/ngx-feature-enabled.directive.ts","../../../projects/ngx-techlify-core/src/lib/company-feature/company-feature.module.ts"],"names":["ActionPopupComponent","dialogRef","data","this","prototype","ngOnInit","closeDialog","close","confirm","Component","args","selector","template","MatDialogRef","ActionPopup","decorators","type","Inject","MAT_DIALOG_DATA","extendStatics","d","b","Object","setPrototypeOf","__proto__","Array","p","hasOwnProperty","call","__extends","TypeError","String","__","constructor","create","__decorate","target","key","desc","c","arguments","length","r","getOwnPropertyDescriptor","Reflect","decorate","i","defineProperty","__awaiter","thisArg","_arguments","P","generator","Promise","resolve","reject","fulfilled","value","step","next","e","rejected","result","done","then","apply","__generator","body","f","y","t","g","_","label","sent","trys","ops","verb","throw","return","Symbol","iterator","n","v","op","pop","push","__values","o","s","m","__read","ar","error","__spread","concat","DataTableComponent","DataTableComponent_1","dataSource","MatTableDataSource","action","EventEmitter","selctionChange","rowClick","tableScroll","sortChanged","elementId","nextId","ngAfterViewInit","_this","selection","changed","pipe","subscribe","change","selected","emit","sort","sortChange","untilDestroyed","isAllSelected","masterToggle","clearSelection","forEach","row","select","clear","ngOnChanges","changes","initializeConfig","isFirstChange","currentValue","config","page","lastPage","perPage","onScroll","editClicked","event","element","stopPropagation","viewClicked","deactivateClicked","downloadClicked","printClicked","rowClicked","actionMenuClick","menuValue","trigger","closeMenu","actionMenuTriggerClick","checkEdit","ele","editDisableFunction","checkView","viewDisableFunction","checkPrint","printDisableFunction","checkActions","actionsMenuFunction","checkActionButton","actionsMenuButtonFunction","getValue","keyString","keyList","replace","split","ngOnDestroy","Input","Output","ViewChild","MatSort","static","UntilDestroy","DocumentViewerComponent","remove","initData","removeFile","file","ext","getFileExtension","viewerType","nameArray","LogLevel","Logger","source","enableProductionMode","level","Warning","debug","objects","_i","log","console","Debug","info","Info","warn","Error","func","outputs","output","TechlifyConfig","projectKey","environment","authClientSecret","authGrantType","apiUrl","loadFromMap","storage","rawConfigs","ConfigService","getConfigsRaw","getProjectKey","getApiUrl","getAuthClientSecret","getStorage","localStorage","getAuthGrantType","getCredentialsKey","BASE_CREDENTIALS","Injectable","providedIn","MAT_SNACK_BAR_DATA","AlertService","snackBar","addAlert","message","alertType","duration","openFromComponent","SuccessSnackComponent","ErrorSnackComponent","MatSnackBar","ErrorHandlerService","alerter","handleError","errorResponse","msg","errors","_a","property","_b","_c","_d","errMessage","ErrorHandlerInterceptor","configService","errorHandler","intercept","request","handle","catchError","ErrorEvent","throwError","HttpCacheService","cachedData","cachePersistenceKey","loadCacheData","setCacheData","url","lastUpdated","Date","saveCacheData","getCacheData","cacheEntry","getHttpCacheEntry","clearCache","cleanCache","expirationDate","keys","setPersistence","persistence","sessionStorage","JSON","stringify","parse","CacheInterceptor","httpCacheService","forceUpdate","configure","options","instance","update","method","Observable","subscriber","urlWithParams","HttpResponse","complete","ApiPrefixInterceptor","test","clone","CredentialsService","_credentials","credentials","getItem","setCredentials","remember","setItem","getAccessToken","expiration","token","expires_in","access_token","now","parseInt","getExpiration","getRefreshToken","refresh_token","refresh","TokenInterceptor","setHeaders","Authorization","HeaderInterceptor","Content-Type","headers","get","HttpInterceptorHandler","interceptor","HTTP_DYNAMIC_INTERCEPTORS","InjectionToken","HttpService","httpHandler","injector","interceptors","_super","cache","cacheInterceptor","addInterceptor","skipErrorHandler","removeInterceptor","skipApiPrefix","skipToken","skipHeader","handler","reduceRight","HttpClient","interceptorType","filter","HttpHandler","Injector","Optional","EntityFileService","http","getEntityFiles","filters","params","toPromise","createEntityFile","model","post","updateEntityFile","put","id","deleteEntityFile","delete","uploadEntityFile","formData","FormData","append","name","FormValidatorService","isFieldValid","field","formGroup","firstAttempt","valid","touched","untouched","getErrorMessage","errorMessages","errorField","required","EntityFileFormComponent","formValidatorService","fb","entityFileService","alertService","fileList","createForm","entityFileGroup","group","title","details","entity_type","entity_id","Validators","entity","setValue","updateMode","patchValue","hideTitleAndDetails","fileConfig","fileId","containerId","styles","height","multiple","acceptFile","maxSize","acceptFileText","viewerConfig","viewerStyle","width","submit","assignmentFileFirstAttempt","item","fileChanged","FormBuilder","EntityFilesViewAllComponent","location","dialog","viewOnly","entityFiles","displayedColumns","isWorking","search","FormControl","imageStyle","hideRemove","x","entityType","entityId","valueChanges","debounceTime","distinctUntilChanged","reload","fetchEntityFilesDetails","last_page","addEntityFile","open","autoFocus","restoreFocus","afterClosed","files","editEntityFile","resetFieldValue","Location","MatDialog","FileDropperComponent","fileArray","border","isSingleMode","Boolean","dragEnter","style","background","dragColor","preventDefault","dragOver","dragLeave","dropEvent","droppedFiles","dataTransfer","from","addFiles","onFileChange","document","getElementById","fileSizeAllowed","sortFiles","a","nameA","toUpperCase","nameB","size","clickEvent","click","NoteService","getNotes","filterModel","addNote","note","editNote","deleteNote","NoteFormComponent","noteService","noteFormGroup","compose","model_type","related_model_id","noteFormFirstAttempt","labelText","cancel","NoteListComponent","readonly","commentsView","notes","sort_by","relatedModelId","modelType","loadData","assign","current_page","resetScroll","commentAction","editComment","addComment","comment","index","findIndex","CommentFormComponent","credentialService","view","_commentData","commentFormGroup","isAuthenticated","user","reset","deleteComment","hideEdit","SearchableSelectorComponent","SearchableSelectorComponent_1","formBuilder","_focusMonitor","_elementRef","ngControl","valueField","titleField","selectedValueChange","enableSearch","add","edit","items","selectionChange","itemsChange","isLoading","onChange","onTouched","stateChanges","Subject","focused","controlType","describedBy","_required","_disabled","selectorForm","select_value","monitor","origin","valueAccessor","empty","setValidators","coerceBooleanProperty","disable","enable","openedChange","dataItems","selectedValue","sortBy","fetchItemList","of","startWith","switchMap","finalize","setDescribedByIds","ids","join","onContainerClick","writeValue","registerOnChange","fn","registerOnTouched","setDisabledState","isDisabled","disabled","getPropertyValue","_handleInput","map","find","invalid","dirty","reloadData","searchField","addItem","itemComponent","addConfig","editItem","editConfig","stopMonitoring","providers","provide","MatFormFieldControl","useExisting","FocusMonitor","ElementRef","NgControl","Self","MatSelectInfiniteScrollDirective","matSelect","ngZone","threshold","infiniteScroll","thrPx","thrPc","singleOptionHeight","SELECT_ITEM_HEIGHT_EM","destroyed$","evaluateThreshold","takeUntil","opened","panel","nativeElement","getSelectItemHeightPx","registerScrollListener","lastIndexOf","parseFloat","fromEvent","tap","handleScrollEvent","runOutsideAngular","countOfRenderedOptions","infiniteScrollDistance","clientHeight","scrollTop","run","getComputedStyle","fontSize","Directive","MatSelect","NgZone","NumItemsSelector","numItemsChange","numItemsChanged","numItems","DateUtils","getYYYYMMDDString","inputDate","getFullYear","getMonth","getDate","getYYYY","getMM","getDateTime","toLocaleTimeString","NumberSelector","numChanged","start_value","end_value","calculateTimeline","date","date_from","date_to","show_custom_field","yesterday","setDate","first","getDay","last","to","setTime","getTime","setHours","quarter","Math","floor","startFullQuarter","endFullQuarter","Timeline","CUSTOM","TODAY","YESTERDAY","THIS_WEEK","LAST_WEEK","THIS_MONTH","LAST_MONTH","THIS_QUARTER","LAST_QUARTER","THIS_YEAR","LAST_YEAR","ALL","TimelineFilterComponent","timelineValue","timelines","viewValue","dateFrom","dateTo","appearance","showClearbutton","showCustomDateFields","changeTimeline","form","getFieldValue","setFieldValue","timeline","LoaderComponent","NgModule","declarations","imports","CommonModule","MatSnackBarModule","MatIconModule","exports","AuthenticationGuard","router","credentialsService","canActivate","route","state","isUserAuthenticated","canLoad","navigate","queryParams","redirect","replaceUrl","Router","AuthenticationService","login","context","concatMap","tokenInfo","userInfo","logout","RouteReusableStrategy","shouldDetach","store","detachedTree","shouldAttach","retrieve","shouldReuseRoute","future","curr","routeConfig","component","RouteReuseStrategy","StorageService","storageSub","watch","asObservable","removeItem","DataManager","GET","urlq","POST","object","blank","POSTRAW","PUT","PATCH","patch","DELETE","MatButtonModule","MatCheckboxModule","MatCommonModule","MatDialogModule","MatFormFieldModule","MatInputModule","MatLineModule","MatMenuModule","MatNativeDateModule","MatOptionModule","MatProgressSpinnerModule","MatPseudoCheckboxModule","MatRippleModule","MatSelectModule","MatSortModule","MatTableModule","MatCardModule","MatDividerModule","MatChipsModule","MatDatepickerModule","MatListModule","MatTooltipModule","parentModule","HttpClientModule","RouterModule","SnackModule","useClass","CoreModule","SkipSelf","FlexLayoutModule","MaterialModule","entryComponents","InfiniteScrollModule","NgxDocViewerModule","FormsModule","ReactiveFormsModule","FileDropperModule","DocumentViewerModule","ActionPopupModule","ReadMoreComponent","maxLength","hideToggle","isCollapsed","determineView","toggleView","text","currentText","substring","ReadMoreModule","forChild","TimelineFilterRoutingModule","EmailSubscriptionRoutingModule","EmailSubscriptionUserRoutingModule","user_id","email_type_id","EmailSubscriptionUserFormComponent","esUserFormGroup","esUser","selectedType","email_type","selectedUser","markAllAsTouched","esUserFormFirstAttempt","isSubmitLoading","SearchableSelectorModule","EmailSubscriptionUserFormRoutingModule","LoaderModule","EmailSubscriptionUserListComponent","esUserList","pageEvent","displayColumns","availableDisplayColumns","order","initializeData","changeSort","col","some","columnsChange","selectedColumns","filterChange","addEmailSubscriptionUser","editEmailSubscriptionUser","deleteEmailSubscriptionUser","direction","active","esulr","permissions","only","redirectTo","routes","path","EmailSubscriptionUserListFilterComponent","valueChange","esUserFilterForm","EmailSubscriptionUserListFilterRoutingModule","EmailSubscriptionUserListRoutingModule","EmailSubscriptionUserFormModule","EmailSubscriptionUserListFilterModule","EmailSubscriptionTypeRoutingModule","code","frequency_id","EmailSubscriptionTypeFormComponent","emailSubscriptionTypeFormGroup","description","emailSubscriptionType","selectedFrequency","frequency","emailSubscriptionTypeFormFirstAttempt","EmailSubscriptionTypeFormRoutingModule","EmailSubscriptionTypeListComponent","emailSubscriptionTypeList","isLoadRelations","relations","addEmailSubscriptionType","editEmailSubscriptionType","deleteEmailSubscriptionType","estlr","EmailSubscriptionTypeFormModule","EmailSubscriptionTypeListRoutingModule","EmailSubscriptionForUserComponent","subscriptions","fetchSubscriptions","sub","current_user_subscription","unsubscribe","esfur","EmailSubscriptionForUserRoutingModule","TechlifyUpdateService","getTechlifyUpdates","createTechlifyUpdate","techlifyUpdate","updateTechlifyUpdate","deleteTechlifyUpdate","techlifyUpdateId","getTechlifyUpdate","getNewUpdateForCurrentUser","createUpdateViewRecord","techlifyUpdateView","updateCurrentUserUpdates","released_on","version","learn_more_link","pattern","TechlifyUpdateFormComponent","techlifyUpdateService","onSave","isUpdateMode","toolbar","techlifyUpdateForm","techlifyUpdateDetails","editor","Editor","NgxEditorModule","TechlifyUpdatesListComponent","techlifyUpdates","filterFormGroup","listenChanges","modifyTechlifyUpdate","sortColumn","toString","assignFilter","column","pathMatch","TechlifyUpdateRoutingModule","TechlifyUpdateFormModule","UpdateViewComponent","rootNavUrl","openUpdateHistory","TechlifyUpdateHistoryComponent","openUpdateView","isFromHistory","TechlifyUpdateHistoryRoutingModule","UpdateNotifierSnackComponent","snackBarRef","maxDescriptionLength","descriptionText","determineDescription","dismiss","update_id","MatSnackBarRef","UpdateNotifierComponent","setTimeout","getNewUpdate","showUpdate","horizontalPosition","verticalPosition","panelClass","UpdateViewModule","ExportExcelButtonComponent","exportExcel","fileName","ws","XLSX.utils","json_to_sheet","wb","book_new","book_append_sheet","XLSX.writeFile","AuditLogViewModelComponent","showDeltaChanges","changeList","model_id","modelId","logInfo","getTransformedChanges","displayAttribute","charAt","slice","attribute","newValue","oldValue","pre_object","AuditLogsViewModelComponent","events","NavigationEnd","AuditLogForModelComponent","logView","getLogView","getLogsView","maxWidth","AuditLogViewModelRoutingModule","AuditLogListComponent","dataManager","sanitizer","auditLogList","showFilter","showExportButtons","Type","object_type","Action","Data","Pre-Object","Created At","created_at","toDateString","Created By","email","logClicked","objectType","objectId","object_id","userId","value_1","DomSanitizer","DateValidator","control","val","invalidDate","AuditLogListFilterComponent","auditLogFilterForm","toISOString","AuditLogListFilterRoutingModule","AuditLogListRoutingModule","ExportExcelModule","AuditLogListFilterModule","AuditLogsViewModelRoutingModule","AuditLogListModule","AuditLogViewModelModule","AuditLogsViewModelModule","AuditLogForModelRoutingModule","AuditLogViewComponent","paramMap","fetchLogDetail","back","logId","_e","patchDelta","delta","jsondiffpatch.diff","innerHTML","jsondiffpatch.formatters","html","format","ActivatedRoute","AuditLogViewRoutingModule","AuditLogRoutingModule","AuditLogViewModule","ImportCsvComponent","filesList","fileData","failedItems","selectedFields","filesConfig","jsonData","reader","FileReader","onload","selectedFile","XLSX.read","cellDates","SheetNames","reduce","initial","sheet","Sheets","sheet_to_json","readAsBinaryString","mappingProcessed","fields","tempFileData","propertyType","isValidDate","save","importConfig","postUrl","failed_items","isNaN","unavailable","ImportItemsComponent","changeDetectorRef","firstDataArray","properties","createImportMappingForm","mapOutDataColumns","importMappingForm","array","createField","dataValue","mainIndex","toLowerCase","includes","fieldsArray","detectChanges","updatePropertyType","controls","uniqueValidator","propertyData","setErrors","removeField","removeAt","ChangeDetectorRef","ImportItemsRoutingModule","FailedItemsComponent","FailedItemsRoutingModule","ImportCsvRoutingModule","ImportItemsModule","FailedItemsModule","LoginHistoryForUserComponent","loginHistoryList","historyFilterForm","LoginHistoryForUserRoutingModule","TimelineFilterModule","selectable","removable","separatorKeysCodes","ENTER","COMMA","placeholder","createApiUrl","isCreateable","isCacheTags","isSingle","TechlifyTaggerTagFormFieldComponent","TechlifyTaggerTagFormFieldComponent_1","httpService","_formField","tagInputCtrl","TechlifyTaggerTagFormConfigModel","_allTags","categories","_value","filterValue","filterString","allTags","tagIds","_placeholder","init","_filter","trim","tags","tag","category_title","defaultCreateCategory","input","option","tagInput","availableTags","MatFormField","MAT_FORM_FIELD","MatAutocompleteModule","TechlifyTaggerTagSelectorComponent","TechlifyTaggerTagSelectorComponent_1","tagSelectorCtrl","showAllTags","useSelectButtonStyle","res","MatButtonToggleModule","CompanyFeatureService","getFeatures","disableFeature","enableFeature","CompanyFeatureComponent","featureService","features","num_items","listenForChanges","setStorage","error_1","toggeleFeature","feature","status","error_2","localFeatures","features_1","features_1_1","client_feature","is_enabled","is_enabled_default","CompanyFeatureRoutes","OnOffSwitchComponent","slideToggle","toggle","NgxFeatureEnabledDirective","el","checkForFeatureEnabled","enabledFeature","display","MatSlideToggleModule"],"mappings":"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","sourcesContent":["export class ActionPopup {\n name: string;\n title: string;\n message: string;\n}","import { Component, OnInit, Inject } from '@angular/core';\nimport { MatDialogRef, MAT_DIALOG_DATA } from '@angular/material/dialog';\nimport { ActionPopup } from './action-popup.model';\n\n@Component({\n selector: 'app-action-popup',\n templateUrl: './action-popup.component.html',\n styleUrls: ['./action-popup.component.scss']\n})\nexport class ActionPopupComponent implements OnInit {\n\n constructor(\n public dialogRef: MatDialogRef<ActionPopupComponent>,\n @Inject(MAT_DIALOG_DATA) public data: ActionPopup,\n ) { }\n\n ngOnInit() {\n }\n\n /**Method to close dialog box */\n closeDialog() {\n this.dialogRef.close();\n }\n\n /**Method to close dialog box with the data given from parent component\n */\n confirm() {\n this.dialogRef.close(this.data);\n }\n\n}\n","/*! *****************************************************************************\r\nCopyright (c) Microsoft Corporation.\r\n\r\nPermission to use, copy, modify, and/or distribute this software for any\r\npurpose with or without fee is hereby granted.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\r\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\r\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\r\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\r\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\r\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\r\nPERFORMANCE OF THIS SOFTWARE.\r\n***************************************************************************** */\r\n/* global Reflect, Promise */\r\n\r\nvar extendStatics = function(d, b) {\r\n extendStatics = Object.setPrototypeOf ||\r\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r\n function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };\r\n return extendStatics(d, b);\r\n};\r\n\r\nexport function __extends(d, b) {\r\n if (typeof b !== \"function\" && b !== null)\r\n throw new TypeError(\"Class extends value \" + String(b) + \" is not a constructor or null\");\r\n extendStatics(d, b);\r\n function __() { this.constructor = d; }\r\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r\n}\r\n\r\nexport var __assign = function() {\r\n __assign = Object.assign || function __assign(t) {\r\n for (var s, i = 1, n = arguments.length; i < n; i++) {\r\n s = arguments[i];\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r\n }\r\n return t;\r\n }\r\n return __assign.apply(this, arguments);\r\n}\r\n\r\nexport function __rest(s, e) {\r\n var t = {};\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\r\n t[p] = s[p];\r\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\r\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\r\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\r\n t[p[i]] = s[p[i]];\r\n }\r\n return t;\r\n}\r\n\r\nexport function __decorate(decorators, target, key, desc) {\r\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\r\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\r\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\r\n return c > 3 && r && Object.defineProperty(target, key, r), r;\r\n}\r\n\r\nexport function __param(paramIndex, decorator) {\r\n return function (target, key) { decorator(target, key, paramIndex); }\r\n}\r\n\r\nexport function __metadata(metadataKey, metadataValue) {\r\n if (typeof Reflect === \"object\" && typeof Reflect.metadata === \"function\") return Reflect.metadata(metadataKey, metadataValue);\r\n}\r\n\r\nexport function __awaiter(thisArg, _arguments, P, generator) {\r\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\r\n return new (P || (P = Promise))(function (resolve, reject) {\r\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\r\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\r\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\r\n step((generator = generator.apply(thisArg, _arguments || [])).next());\r\n });\r\n}\r\n\r\nexport function __generator(thisArg, body) {\r\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;\r\n return g = { next: verb(0), \"throw\": verb(1), \"return\": verb(2) }, typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\r\n function verb(n) { return function (v) { return step([n, v]); }; }\r\n function step(op) {\r\n if (f) throw new TypeError(\"Generator is already executing.\");\r\n while (_) try {\r\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\r\n if (y = 0, t) op = [op[0] & 2, t.value];\r\n switch (op[0]) {\r\n case 0: case 1: t = op; break;\r\n case 4: _.label++; return { value: op[1], done: false };\r\n case 5: _.label++; y = op[1]; op = [0]; continue;\r\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\r\n default:\r\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\r\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\r\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\r\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\r\n if (t[2]) _.ops.pop();\r\n _.trys.pop(); continue;\r\n }\r\n op = body.call(thisArg, _);\r\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\r\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\r\n }\r\n}\r\n\r\nexport var __createBinding = Object.create ? (function(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });\r\n}) : (function(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n o[k2] = m[k];\r\n});\r\n\r\nexport function __exportStar(m, o) {\r\n for (var p in m) if (p !== \"default\" && !Object.prototype.hasOwnProperty.call(o, p)) __createBinding(o, m, p);\r\n}\r\n\r\nexport function __values(o) {\r\n var s = typeof Symbol === \"function\" && Symbol.iterator, m = s && o[s], i = 0;\r\n if (m) return m.call(o);\r\n if (o && typeof o.length === \"number\") return {\r\n next: function () {\r\n if (o && i >= o.length) o = void 0;\r\n return { value: o && o[i++], done: !o };\r\n }\r\n };\r\n throw new TypeError(s ? \"Object is not iterable.\" : \"Symbol.iterator is not defined.\");\r\n}\r\n\r\nexport function __read(o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error: error }; }\r\n finally {\r\n try {\r\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n }\r\n finally { if (e) throw e.error; }\r\n }\r\n return ar;\r\n}\r\n\r\n/** @deprecated */\r\nexport function __spread() {\r\n for (var ar = [], i = 0; i < arguments.length; i++)\r\n ar = ar.concat(__read(arguments[i]));\r\n return ar;\r\n}\r\n\r\n/** @deprecated */\r\nexport function __spreadArrays() {\r\n for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;\r\n for (var r = Array(s), k = 0, i = 0; i < il; i++)\r\n for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)\r\n r[k] = a[j];\r\n return r;\r\n}\r\n\r\nexport function __spreadArray(to, from) {\r\n for (var i = 0, il = from.length, j = to.length; i < il; i++, j++)\r\n to[j] = from[i];\r\n return to;\r\n}\r\n\r\nexport function __await(v) {\r\n return this instanceof __await ? (this.v = v, this) : new __await(v);\r\n}\r\n\r\nexport function __asyncGenerator(thisArg, _arguments, generator) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var g = generator.apply(thisArg, _arguments || []), i, q = [];\r\n return i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i;\r\n function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }\r\n function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }\r\n function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }\r\n function fulfill(value) { resume(\"next\", value); }\r\n function reject(value) { resume(\"throw\", value); }\r\n function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }\r\n}\r\n\r\nexport function __asyncDelegator(o) {\r\n var i, p;\r\n return i = {}, verb(\"next\"), verb(\"throw\", function (e) { throw e; }), verb(\"return\"), i[Symbol.iterator] = function () { return this; }, i;\r\n function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === \"return\" } : f ? f(v) : v; } : f; }\r\n}\r\n\r\nexport function __asyncValues(o) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var m = o[Symbol.asyncIterator], i;\r\n return m ? m.call(o) : (o = typeof __values === \"function\" ? __values(o) : o[Symbol.iterator](), i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i);\r\n function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }\r\n function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }\r\n}\r\n\r\nexport function __makeTemplateObject(cooked, raw) {\r\n if (Object.defineProperty) { Object.defineProperty(cooked, \"raw\", { value: raw }); } else { cooked.raw = raw; }\r\n return cooked;\r\n};\r\n\r\nvar __setModuleDefault = Object.create ? (function(o, v) {\r\n Object.defineProperty(o, \"default\", { enumerable: true, value: v });\r\n}) : function(o, v) {\r\n o[\"default\"] = v;\r\n};\r\n\r\nexport function __importStar(mod) {\r\n if (mod && mod.__esModule) return mod;\r\n var result = {};\r\n if (mod != null) for (var k in mod) if (k !== \"default\" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);\r\n __setModuleDefault(result, mod);\r\n return result;\r\n}\r\n\r\nexport function __importDefault(mod) {\r\n return (mod && mod.__esModule) ? mod : { default: mod };\r\n}\r\n\r\nexport function __classPrivateFieldGet(receiver, privateMap) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to get private field on non-instance\");\r\n }\r\n return privateMap.get(receiver);\r\n}\r\n\r\nexport function __classPrivateFieldSet(receiver, privateMap, value) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to set private field on non-instance\");\r\n }\r\n privateMap.set(receiver, value);\r\n return value;\r\n}\r\n","import {\n Component,\n OnInit,\n Input,\n Output,\n EventEmitter,\n OnChanges,\n SimpleChanges,\n AfterViewInit,\n ViewChild\n} from \"@angular/core\";\n\nimport { SelectionModel } from \"@angular/cdk/collections\";\nimport { MatMenuTrigger } from '@angular/material/menu';\nimport { MatTableDataSource } from '@angular/material/table';\nimport { MatSort } from '@angular/material/sort';\nimport { DataTable } from './data-table.model';\nimport { UntilDestroy, untilDestroyed } from \"@ngneat/until-destroy\";\n\n@UntilDestroy()\n@Component({\n selector: \"app-data-table\",\n templateUrl: \"./data-table.component.html\",\n styleUrls: [\"./data-table.component.scss\"]\n})\nexport class DataTableComponent implements OnInit, OnChanges, AfterViewInit {\n\n trigger: MatMenuTrigger;\n\n @Input() data: any;\n\n @Input() config: DataTable;\n\n dataSource: MatTableDataSource<any> = new MatTableDataSource([]);\n\n @Input() selection: SelectionModel<any>;\n\n @Output() action = new EventEmitter();\n @Output() selctionChange = new EventEmitter();\n @Output() rowClick = new EventEmitter();\n @Output() tableScroll = new EventEmitter();\n @Output() sortChanged = new EventEmitter();\n\n page: number;\n lastPage: number;\n perPage: number;\n\n\n @ViewChild(MatSort, { static: true }) sort: MatSort;\n\n static nextId = 0;\n @Input() elementId: string = `data-table-${DataTableComponent.nextId++}`;\n\n constructor() { }\n\n ngOnInit() { }\n\n /**Life cycle hook method */\n ngAfterViewInit() {\n // Assign the data to the data source for the table to render\n this.dataSource = new MatTableDataSource(this.data);\n\n // Emit change in selection\n if (this.selection) {\n this.selection.changed.pipe().subscribe((change: any) => {\n if (this.selection.selected) {\n this.selctionChange.emit(this.selection.selected);\n }\n });\n }\n\n if (this.sort) {\n this.sort.sortChange.pipe(untilDestroyed(this))\n .subscribe((value: any) => {\n this.sortChanged.emit(value);\n })\n }\n }\n\n /** Whether the number of selected elements matches the total number of rows. */\n isAllSelected() {\n const numSelected = this.selection.selected.length;\n const numRows = this.dataSource.data.length;\n return numSelected === numRows;\n }\n\n /** Selects all rows if they are not all selected; otherwise clear selection. */\n masterToggle() {\n this.isAllSelected()\n ? this.clearSelection()\n : this.dataSource.data.forEach(row => this.selection.select(row));\n }\n\n /**clear selection*/\n clearSelection() {\n this.selection.clear();\n this.selctionChange.emit(this.selection.selected);\n }\n\n ngOnChanges(changes: SimpleChanges) {\n this.initializeConfig(changes);\n if (changes.data && !changes.data.isFirstChange() && this.dataSource) {\n // If not first change\n this.dataSource.data = changes.data.currentValue;\n }\n }\n\n initializeConfig(changes: SimpleChanges) {\n if (changes.config && !changes.config.isFirstChange()) {\n this.config = changes.config.currentValue;\n }\n this.page = this.config.page || 1;\n this.lastPage = this.config.lastPage || this.page;\n this.perPage = this.config.perPage || 20;\n }\n\n onScroll() {\n if (this.page < this.lastPage) {\n this.page += 1;\n this.tableScroll.emit({ page: this.page, lastPage: this.lastPage, perPage: this.perPage });\n }\n }\n\n /**Method invokes when edit action icon is clickes */\n editClicked(event: any, element: any) {\n this.action.emit({ action: \"edit\", value: element });\n event.stopPropagation();\n }\n\n /**Method invokes when view action icon is clickes */\n viewClicked(event: any, element: any) {\n this.action.emit({ action: \"view\", value: element });\n event.stopPropagation();\n }\n\n /**Method invokes when edit action icon is clickes */\n deactivateClicked(event: any, element: any) {\n this.action.emit({ action: \"deactivate\", value: element });\n event.stopPropagation();\n }\n\n /**Method invokes when download action icon is clickes */\n downloadClicked(event: any, element: any) {\n this.action.emit({ action: \"download\", value: element });\n event.stopPropagation();\n }\n\n /**Method invokes when print action icon is clickes */\n printClicked(event: any, element: any) {\n\n this.action.emit({ action: 'print', value: element });\n event.stopPropagation();\n\n }\n\n /**Method invokes when a row is clicked */\n rowClicked(event: any, element: any) {\n this.rowClick.emit(element);\n event.stopPropagation();\n }\n\n /**Method invokes when menu action icon is hovered */\n actionMenuClick(event: any, element: any, menuValue: string) {\n this.action.emit({ action: menuValue, value: element });\n this.trigger.closeMenu();\n event.stopPropagation();\n }\n\n /**Method invokes when menu action icon is hovered and selects for particular action*/\n actionMenuTriggerClick(event: any, trigger: MatMenuTrigger) {\n this.trigger = trigger;\n event.stopPropagation();\n }\n\n checkEdit(ele: any) {\n if (this.config.editDisableFunction) {\n return this.config.editDisableFunction(ele);\n }\n\n return true;\n }\n\n checkView(ele: any) {\n if (this.config.viewDisableFunction) {\n return this.config.viewDisableFunction(ele);\n }\n\n return true;\n }\n\n checkPrint(ele: any) {\n if (this.config.printDisableFunction) {\n return this.config.printDisableFunction(ele);\n }\n\n return true;\n }\n\n checkActions(ele: any) {\n if (this.config.actionsMenuFunction) {\n return this.config.actionsMenuFunction(ele);\n }\n\n return true;\n }\n\n checkActionButton(ele: any, value: any) {\n if (this.config.actionsMenuButtonFunction) {\n return this.config.actionsMenuButtonFunction(ele, value);\n }\n return true;\n }\n\n getValue(ele: any, keyString: string) {\n keyString = keyString.replace(/\\[(\\w+)\\]/g, \".$1\"); // convert indexes to properties\n keyString = keyString.replace(/^\\./, \"\"); // strip a leading dot\n const keyList = keyString.split(\".\");\n for (let i = 0, n = keyList.length; i < n; ++i) {\n const key = keyList[i];\n if (ele && key in ele) {\n ele = ele[key];\n } else {\n return;\n }\n }\n return ele;\n }\n\n ngOnDestroy() {\n //Until Destroy uses it.\n }\n}\n","export class DataTable {\n displayedColumns: string[];\n columnsConfig: ColumnConfig[];\n actionsConfig?: ActionConfig;\n enableRowClick?: boolean;\n disableElevation?: boolean;\n downloadLink?: string;\n actionsMenuFunction?: any;\n actionsMenuButtonFunction?: any;\n editDisableFunction?: any;\n viewDisableFunction?: any;\n printDisableFunction?: any;\n customActionLabel?: string;\n stickyHeader?: boolean;\n page?: number;\n lastPage?: number;\n perPage?: number;\n pageSizeOptions?: number[];\n style?: any;\n}\n\nclass ColumnConfig {\n title: string;\n value: string;\n sort?: boolean;\n dateField?: boolean;\n currencyField?: boolean;\n format?: string;\n}\n\nclass ActionConfig {\n edit?: boolean;\n view?: boolean;\n download?: boolean;\n print?: boolean;\n deactivate?: boolean;\n actionsMenu?: ActionsMenu[];\n}\n\nclass ActionsMenu {\n name: string;\n value: string;\n}\n\nexport class PageEvent {\n page: number;\n lastPage?: number;\n perPage: number;\n}\n","import { Component, OnInit, Input, EventEmitter, Output } from '@angular/core';\nimport { ViewerConfig } from './viewer-config.model';\n\n@Component({\n selector: 'app-document-viewer',\n templateUrl: './document-viewer.component.html',\n styleUrls: ['./document-viewer.component.css']\n})\nexport class DocumentViewerComponent implements OnInit {\n\n\n @Input() config!: ViewerConfig;\n\n @Input() file!: any;\n\n @Input() fileUrl!: any;\n\n @Input() disableEdit: boolean;\n\n @Output() remove = new EventEmitter();\n viewerType: any;\n\n constructor() { }\n\n ngOnInit(): void {\n this.initData();\n }\n\n removeFile() {\n this.remove.emit();\n }\n\n initData() {\n if (this.file) {\n var ext = this.getFileExtension(this.file);\n if (ext === 'ppt' || ext === 'pptx' || ext === 'doc' || ext === 'docx' || ext === 'xls' || ext === 'xlsx') {\n this.viewerType = \"office\";\n }\n else if (ext === 'jpg' || ext === 'jpeg' || ext === 'png' || ext === 'gif') {\n this.viewerType = \"image\";\n }\n else if (ext === 'pdf') {\n this.viewerType = \"pdf\";\n }\n else {\n this.viewerType = null;\n }\n }\n }\n\n get fileName() {\n if (this.file) {\n let nameArray = this.file.split('/');\n if (nameArray.length === 2) {\n return nameArray[1];\n }\n return nameArray[0];\n }\n return '';\n }\n\n getFileExtension(file: any) {\n return file.split('.').pop();\n }\n\n}\n","/**\n * Simple logger system with the possibility of registering custom outputs.\n *\n * 4 different log levels are provided, with corresponding methods:\n * - debug : for debug information\n * - info : for informative status of the application (success, ...)\n * - warning : for non-critical errors that do not prevent normal application behavior\n * - error : for critical errors that prevent normal application behavior\n *\n * Example usage:\n * ```\n * import { Logger } from 'app/core/logger.service';\n *\n * const log = new Logger('myFile');\n * ...\n * log.debug('something happened');\n * ```\n *\n * To disable debug and info logs in production, add this snippet to your root component:\n * ```\n * export class AppComponent implements OnInit {\n * ngOnInit() {\n * if (environment.production) {\n * Logger.enableProductionMode();\n * }\n * ...\n * }\n * }\n *\n * If you want to process logs through other outputs than console, you can add LogOutput functions to Logger.outputs.\n */\n\n/**\n * The possible log levels.\n * LogLevel.Off is never emitted and only used with Logger.level property to disable logs.\n */\nexport enum LogLevel {\n Off = 0,\n Error,\n Warning,\n Info,\n Debug\n}\n\n/**\n * Log output handler function.\n */\nexport type LogOutput = (source: string | undefined, level: LogLevel, ...objects: any[]) => void;\n\nexport class Logger {\n\n /**\n * Current logging level.\n * Set it to LogLevel.Off to disable logs completely.\n */\n static level = LogLevel.Debug;\n\n /**\n * Additional log outputs.\n */\n static outputs: LogOutput[] = [];\n\n /**\n * Enables production mode.\n * Sets logging level to LogLevel.Warning.\n */\n static enableProductionMode() {\n Logger.level = LogLevel.Warning;\n }\n\n constructor(private source?: string) { }\n\n /**\n * Logs messages or objects with the debug level.\n * Works the same as console.log().\n */\n debug(...objects: any[]) {\n this.log(console.log, LogLevel.Debug, objects);\n }\n\n /**\n * Logs messages or objects with the info level.\n * Works the same as console.log().\n */\n info(...objects: any[]) {\n this.log(console.info, LogLevel.Info, objects);\n }\n\n /**\n * Logs messages or objects with the warning level.\n * Works the same as console.log().\n */\n warn(...objects: any[]) {\n this.log(console.warn, LogLevel.Warning, objects);\n }\n\n /**\n * Logs messages or objects with the error level.\n * Works the same as console.log().\n */\n error(...objects: any[]) {\n this.log(console.error, LogLevel.Error, objects);\n }\n\n private log(func: (...args: any[]) => void, level: LogLevel, objects: any[]) {\n if (level <= Logger.level) {\n const log = this.source ? ['[' + this.source + ']'].concat(objects) : objects;\n func.apply(console, log);\n Logger.outputs.forEach(output => output.apply(output, [this.source, level, ...objects]));\n }\n }\n\n}\n","export class ViewerConfig {\n imageStyle?: any;\n viewerStyle?: any;\n hideRemove?: boolean;\n}\n","/**\n * Class that stores the configuration data\n *\n * @author Joshua Kissoon\n * @since 20180724\n */\nexport class TechlifyConfig {\n projectKey: string = '';\n environment: string = '';\n authClientSecret: string = '';\n authGrantType: string = '';\n apiUrl: string = '';\n rawConfigs: any;\n storage: Storage;\n\n constructor(data: any) {\n this.loadFromMap(data);\n }\n\n loadFromMap(data: any) {\n this.projectKey = data.projectKey;\n this.environment = data.environment;\n this.authClientSecret = data.authClientSecret;\n this.authGrantType = data.authGrantType;\n this.apiUrl = data.apiUrl;\n this.storage = data?.storage;\n this.rawConfigs = data;\n }\n\n}\n","import { Injectable } from '@angular/core';\n\nimport { TechlifyConfig } from \"./techlify-config.model\";\n\n/**\n * Service that provides settings for all other services\n *\n * @author Joshua Kissoon\n * @since 20170709\n */\n@Injectable({\n providedIn: 'root'\n})\nexport class ConfigService {\n\n public static BASE_CREDENTIALS = \"credentials\";\n\n private config: TechlifyConfig;\n\n constructor(config: TechlifyConfig) {\n this.config = config;\n }\n\n getConfigsRaw() {\n return this.config.rawConfigs;\n }\n\n getProjectKey() {\n return this.config.projectKey;\n }\n\n getApiUrl() {\n return this.config.apiUrl;\n }\n\n getAuthClientSecret() {\n return this.config.authClientSecret;\n }\n\n getStorage() {\n return this.config.storage ? this.config.storage : localStorage;\n }\n\n getAuthGrantType() {\n return this.config.authGrantType;\n }\n\n getCredentialsKey() {\n return this.config.projectKey + \"_\" + ConfigService.BASE_CREDENTIALS;\n }\n\n}\n","import { Component, Inject } from '@angular/core';\nimport { MAT_SNACK_BAR_DATA } from '@angular/material/snack-bar';\n\n@Component({\n selector: 'snack-bar-component-example-snack',\n templateUrl: 'success-snack.html',\n styleUrls: ['./snack.scss'],\n})\nexport class SuccessSnackComponent {\n constructor(@Inject(MAT_SNACK_BAR_DATA) public data: any) { }\n}\n@Component({\n selector: 'snack-bar-component-example-snack',\n templateUrl: 'error-snack.html',\n styleUrls: ['./snack.scss'],\n})\nexport class ErrorSnackComponent {\n constructor(@Inject(MAT_SNACK_BAR_DATA) public data: any) { }\n}\n","import { Injectable } from '@angular/core';\r\nimport { MatSnackBar } from '@angular/material/snack-bar';\r\nimport { ErrorSnackComponent, SuccessSnackComponent } from './snack/snack.component';\r\n\r\n/**\r\n * Service used to manage alerts in the entire system frontend\r\n * \r\n * @author Gokula Prasanna\r\n * @since 20210131\r\n */\r\n@Injectable({\r\n providedIn: 'root'\r\n})\r\nexport class AlertService {\r\n\r\n constructor(public snackBar: MatSnackBar) { }\r\n\r\n addAlert(message: string, alertType: string, duration = 3) {\r\n if (alertType == \"success\") {\r\n this.snackBar.openFromComponent(SuccessSnackComponent, {\r\n duration: 1000 * duration,\r\n data: message\r\n });\r\n }\r\n else {\r\n this.snackBar.openFromComponent(ErrorSnackComponent, {\r\n duration: 1000 * duration,\r\n data: message\r\n });\r\n }\r\n }\r\n}\r\n","import { Injectable } from \"@angular/core\";\r\nimport { AlertService } from \"./alert.service\";\r\n\r\n\r\n/**\r\n * Service used to handle errors from the request\r\n *\r\n * @author Joshua Kissoon\r\n * @since 20171202\r\n */\r\n@Injectable({\r\n providedIn: 'root'\r\n})\r\nexport class ErrorHandlerService {\r\n\r\n constructor(private alerter: AlertService) {\r\n }\r\n\r\n handleError(errorResponse: any, msg: string = '') {\r\n // 1 - Create empty array to store errors\r\n const errors = [];\r\n\r\n // 2 - check if the error object is present in the response\r\n if (errorResponse?.error) {\r\n\r\n // 3 - Check for Laravel form validation error messages object\r\n if (errorResponse?.error?.errors) {\r\n\r\n // 4 - For each error property (which is a form field)\r\n for (const property in errorResponse.error.errors) {\r\n\r\n if (errorResponse.error.errors?.hasOwnProperty(property)) {\r\n\r\n // 5 - Extract it's array of errors\r\n const propertyErrors: Array<string> = errorResponse?.error?.errors[property];\r\n\r\n // 6 - Push all errors in the array to the errors array\r\n propertyErrors.forEach(error => errors.push(error));\r\n }\r\n\r\n }\r\n }\r\n\r\n if (errors.length === 0) {\r\n // 7 - Push the main error message to the array of errors if there is no validation error\r\n errors.push(errorResponse.error.message ? errorResponse.error.message : errorResponse.error?.error);\r\n }\r\n }\r\n var errMessage = errors.length ? errors[0] : msg;\r\n this.alerter.addAlert(\"Error: \" + errMessage, \"warning\");\r\n }\r\n}\r\n","import { Injectable } from '@angular/core';\nimport { HttpEvent, HttpInterceptor, HttpHandler, HttpRequest, HttpErrorResponse } from '@angular/common/http';\nimport { Observable, throwError } from 'rxjs';\nimport { catchError } from 'rxjs/operators';\nimport { Logger } from './logger.service';\nimport { ConfigService } from './config.service';\nimport { ErrorHandlerService } from './error-handler.service';\n\nconst log = new Logger('ErrorHandlerInterceptor');\n\n/**\n * Adds a default error handler to all requests.\n */\n@Injectable({\n providedIn: 'root'\n})\nexport class ErrorHandlerInterceptor implements HttpInterceptor {\n\n constructor(private configService: ConfigService, private errorHandler: ErrorHandlerService) { }\n\n intercept(request: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>> {\n return next.handle(request).pipe(catchError(error => this.handleError(error)));\n }\n\n // Customize the default error handler here if needed\n private handleError(error: HttpErrorResponse): Observable<HttpEvent<any>> {\n let errorMessage = '';\n if (error.error instanceof ErrorEvent) {\n // client-side error\n errorMessage = `Client Error: ${this.configService?.getProjectKey()}: ${error.error.message}`;\n } else {\n // server-side error\n errorMessage = `Server Error: ${this.configService?.getProjectKey()}`;\n try {\n this.errorHandler.handleError(error, 'Unexpected Server Error, try later or contact service team');\n } catch (e) {\n console.log(\"Unable to handle server error\", e);\n }\n }\n return throwError(error);\n }\n\n}\n","import { Injectable } from '@angular/core';\nimport { HttpResponse } from '@angular/common/http';\nimport { ConfigService } from './config.service';\nimport { Logger } from './logger.service';\n\nconst log = new Logger('HttpCacheService');\n\n\nexport interface HttpCacheEntry {\n lastUpdated: Date;\n data: HttpResponse<any>;\n}\n\n/**\n * Provides a cache facility for HTTP requests with configurable persistence policy.\n */\n@Injectable({\n providedIn: 'root'\n})\nexport class HttpCacheService {\n\n private cachedData: { [key: string]: HttpCacheEntry; } = {};\n private storage: Storage | any | null;\n private cachePersistenceKey: String | any;\n\n constructor(private configService: ConfigService) {\n this.storage = this.configService.getStorage();\n this.cachePersistenceKey = this.configService.getProjectKey() + '_HTTP_CACHE';\n this.loadCacheData();\n }\n\n /**\n * Sets the cache data for the specified request.\n * @param {!string} url The request URL.\n * @param {ResponseOptions} data The received data.\n * @param {Date=} lastUpdated The cache last update, current date is used if not specified.\n */\n setCacheData(url: string, data: HttpResponse<any>, lastUpdated?: Date) {\n this.cachedData[url] = {\n lastUpdated: lastUpdated || new Date(),\n data: data\n };\n log.debug(`Cache set for key: \"${url}\"`);\n this.saveCacheData();\n }\n\n /**\n * Gets the cached data for the specified request.\n * @param {!string} url The request URL.\n * @return {?ResponseOptions} The cached data or null if no cached data exists for this request.\n */\n getCacheData(url: string): HttpResponse<any> | null {\n const cacheEntry = this.cachedData[url];\n\n if (cacheEntry) {\n log.debug(`Cache hit for key: \"${url}\"`);\n return cacheEntry.data;\n }\n\n return null;\n }\n\n /**\n * Gets the cached entry for the specified request.\n * @param {!string} url The request URL.\n * @return {?HttpCacheEntry} The cache entry or null if no cache entry exists for this request.\n */\n getHttpCacheEntry(url: string): HttpCacheEntry | null {\n return this.cachedData[url] || null;\n }\n\n /**\n * Clears the cached entry (if exists) for the specified request.\n * @param {!string} url The request URL.\n */\n clearCache(url: string): void {\n delete this.cachedData[url];\n log.debug(`Cache cleared for key: \"${url}\"`);\n this.saveCacheData();\n }\n\n /**\n * Cleans cache entries older than the specified date.\n * @param {date=} expirationDate The cache expiration date. If no date is specified, all cache is cleared.\n */\n cleanCache(expirationDate?: Date) {\n if (expirationDate) {\n Object(this.cachedData).keys.forEach((key: string) => {\n if (expirationDate >= this.cachedData[key]?.lastUpdated) {\n delete this.cachedData[key];\n }\n });\n } else {\n this.cachedData = {};\n }\n this.saveCacheData();\n }\n\n /**\n * Sets the cache persistence policy.\n * Note that changing the cache persistence will also clear the cache from its previous storage.\n * @param {'local'|'session'=} persistence How the cache should be persisted, it can be either local or session\n * storage, or if no value is provided it will be only in-memory (default).\n */\n setPersistence(persistence?: 'local' | 'session') {\n this.cleanCache();\n this.storage = persistence === 'local' ? localStorage : persistence === 'session' ? sessionStorage : null;\n this.loadCacheData();\n }\n\n private saveCacheData() {\n if (this.storage) {\n this.storage[this.cachePersistenceKey] = JSON.stringify(this.cachedData);\n }\n }\n\n private loadCacheData() {\n const data = this.storage ? this.storage[this.cachePersistenceKey] : null;\n this.cachedData = data ? JSON.parse(data) : {};\n }\n\n}\n","import { Injectable } from '@angular/core';\nimport { HttpEvent, HttpInterceptor, HttpHandler, HttpRequest, HttpResponse } from '@angular/common/http';\nimport { HttpCacheService } from './http-cache.service';\nimport { Observable, Subscriber } from 'rxjs';\n\n/**\n * Caches HTTP requests.\n * Use ExtendedHttpClient fluent API to configure caching for each request.\n */\n@Injectable({\n providedIn: 'root'\n})\nexport class CacheInterceptor implements HttpInterceptor {\n\n private forceUpdate = false;\n\n constructor(private httpCacheService: HttpCacheService) { }\n\n /**\n * Configures interceptor options\n * @param {{update: boolean}} options If update option is enabled, forces request to be made and updates cache entry.\n * @return {CacheInterceptor} The configured instance.\n */\n configure(options?: { update?: boolean } | null): CacheInterceptor {\n const instance = new CacheInterceptor(this.httpCacheService);\n if (options && options.update) {\n instance.forceUpdate = true;\n }\n return instance;\n }\n\n intercept(request: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>> {\n if (request.method !== 'GET') {\n return next.handle(request);\n }\n\n return new Observable((subscriber: Subscriber<HttpEvent<any>>) => {\n const cachedData = this.forceUpdate ? null : this.httpCacheService.getCacheData(request.urlWithParams);\n if (cachedData !== null) {\n // Create new response to avoid side-effects\n subscriber.next(new HttpResponse(cachedData as Object));\n subscriber.complete();\n } else {\n next.handle(request)\n .subscribe(\n event => {\n if (event instanceof HttpResponse) {\n this.httpCacheService.setCacheData(request.urlWithParams, event);\n }\n subscriber.next(event);\n },\n error => subscriber.error(error),\n () => subscriber.complete()\n );\n }\n });\n }\n\n}\n","import { Injectable } from '@angular/core';\nimport { HttpEvent, HttpInterceptor, HttpHandler, HttpRequest } from '@angular/common/http';\nimport { Observable } from 'rxjs';\nimport { ConfigService } from './config.service';\n\n/**\n * Prefixes all requests not starting with `http[s]` with `environment.serverUrl`.\n */\n@Injectable({\n providedIn: 'root'\n})\nexport class ApiPrefixInterceptor implements HttpInterceptor {\n\n constructor(private configService: ConfigService) { }\n\n intercept(request: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>> {\n if (!/^(http|https):/i.test(request.url)) {\n request = request.clone({ url: this.configService.getApiUrl() + request.url });\n }\n return next.handle(request);\n }\n}\n","import { Injectable } from '@angular/core';\nimport { ConfigService } from './config.service';\n\nexport interface Credentials {\n // Customize received credentials here\n user: any;\n token: any;\n}\n\n/**\n * Provides storage for authentication credentials.\n * The Credentials interface should be replaced with proper implementation.\n */\n@Injectable({\n providedIn: 'root'\n})\nexport class CredentialsService {\n\n private _credentials: Credentials | null = null;\n\n constructor(private configService: ConfigService) {\n }\n\n /**\n * Checks is the user is authenticated.\n * @return True if the user is authenticated.\n */\n get isAuthenticated(): boolean {\n return !!this.credentials;\n }\n\n /**\n * Gets the user credentials.\n * @return The user credentials or null if the user is not authenticated.\n */\n get credentials(): Credentials | null {\n if (!this._credentials) {\n this._credentials = JSON.parse(sessionStorage.getItem(this.configService.getCredentialsKey()) || localStorage.getItem(this.configService.getCredentialsKey()));\n }\n return this._credentials;\n }\n\n /**\n * Sets the user credentials.\n * The credentials may be persisted across sessions by setting the `remember` parameter to true.\n * Otherwise, the credentials are only persisted for the current session.\n * @param credentials The user credentials.\n * @param remember True to remember credentials across sessions.\n */\n setCredentials(credentials?: Credentials, remember?: boolean) {\n this._credentials = credentials || null;\n\n if (credentials) {\n (remember ? localStorage : sessionStorage).setItem(this.configService.getCredentialsKey(), JSON.stringify(credentials));\n } else {\n sessionStorage.clear();\n localStorage.clear();\n this._credentials = null;\n }\n }\n\n getAccessToken(): string | null {\n const expiration = this.credentials?.token?.expires_in || '';\n const token = this.credentials?.token?.access_token || '';\n\n if (!token || !expiration) {\n return null;\n }\n\n if (Date.now() > parseInt(expiration)) {\n this.setCredentials();\n return null;\n }\n\n return token;\n }\n\n getExpiration(): string {\n return this.credentials?.token?.expires_in || '';\n }\n\n getRefreshToken(): string {\n return this.credentials?.token?.refresh_token || '';\n }\n\n refresh(): CredentialsService {\n this._credentials = null;\n return this;\n }\n\n}\n","import { Injectable } from '@angular/core';\nimport { HttpEvent, HttpInterceptor, HttpHandler, HttpRequest } from '@angular/common/http';\nimport { Observable } from 'rxjs';\nimport { CredentialsService } from './credentials.service';\n\n\n/**\n * Prefixes all requests not starting with `http[s]` with `environment.serverUrl`.\n */\n@Injectable({\n providedIn: 'root'\n})\nexport class TokenInterceptor implements HttpInterceptor {\n\n constructor(private credentials: CredentialsService) { }\n\n intercept(request: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>> {\n request = request.clone({\n setHeaders: {\n Authorization: `Bearer ${this.credentials.getAccessToken() || ''}`\n }\n });\n return next.handle(request);\n }\n}\n","import { Injectable } from '@angular/core';\nimport { HttpEvent, HttpInterceptor, HttpHandler, HttpRequest } from '@angular/common/http';\nimport { Observable } from 'rxjs';\n\n\n/**\n * Prefixes all requests not starting with `http[s]` with `environment.serverUrl`.\n */\n@Injectable({\n providedIn: 'root'\n})\nexport class HeaderInterceptor implements HttpInterceptor {\n\n intercept(request: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>> {\n request = request.clone({\n setHeaders: {\n 'Content-Type': request.headers.get('Content-Type') || 'application/json',\n }\n });\n return next.handle(request);\n }\n}\n","import { Inject, Injectable, InjectionToken, Injector, Optional } from '@angular/core';\nimport { HttpClient, HttpEvent, HttpInterceptor, HttpHandler, HttpRequest } from '@angular/common/http';\n\nimport { Observable } from 'rxjs';\nimport { ErrorHandlerInterceptor } from './error-handler.interceptor';\nimport { CacheInterceptor } from './cache.interceptor';\nimport { ApiPrefixInterceptor } from './api-prefix.interceptor';\nimport { TokenInterceptor } from './token.interceptor';\nimport { HeaderInterceptor } from './header.interceptor';\n\n\n// Augment HttpClient with the added configuration methods from HttpService, to allow in-place replacement of\n// HttpClient with HttpService using dependency injection\nexport interface HttpCustomClient {\n\n /**\n * Enables caching for this request.\n * @param {boolean} forceUpdate Forces request to be made and updates cache entry.\n * @return {HttpCustomClient} The new instance.\n */\n cache(forceUpdate?: boolean): HttpCustomClient;\n\n /**\n * Skips default error handler for this request.\n * @return {HttpCustomClient} The new instance.\n */\n skipErrorHandler(): HttpCustomClient;\n\n /**\n * Skips default API Prefix for this request.\n * @return {HttpCustomClient} The new instance.\n */\n skipApiPrefix(): HttpCustomClient;\n\n\n /**\n * Skips default Token Interceptor for this request.\n * @return {HttpCustomClient} The new instance.\n */\n skipToken(): HttpCustomClient;\n\n /**\n* Skips default Header Interceptor for this request.\n* @return {HttpCustomClient} The new instance.\n*/\n skipHeader(): HttpCustomClient;\n\n}\n\n\n// From @angular/common/http/src/interceptor: allows to chain interceptors\nclass HttpInterceptorHandler implements HttpHandler {\n\n constructor(private next: HttpHandler, private interceptor: HttpInterceptor) { }\n\n handle(request: HttpRequest<any>): Observable<HttpEvent<any>> {\n return this.interceptor.intercept(request, this.next);\n }\n\n}\n\n/**\n * Allows to override default dynamic interceptors that can be disabled with the HttpService extension.\n * Except for very specific needs, you should better configure these interceptors directly in the constructor below\n * for better readability.\n *\n * For static interceptors that should always be enabled (like ApiPrefixInterceptor), use the standard\n * HTTP_INTERCEPTORS token.\n */\nexport const HTTP_DYNAMIC_INTERCEPTORS = new InjectionToken<HttpInterceptor>('HTTP_DYNAMIC_INTERCEPTORS');\n\n/**\n * Extends HttpClient with per request configuration using dynamic interceptors.\n */\n@Injectable({\n providedIn: 'root'\n})\nexport class HttpService extends HttpClient implements HttpCustomClient {\n\n constructor(private httpHandler: HttpHandler,\n private injector: Injector,\n @Optional() @Inject(HTTP_DYNAMIC_INTERCEPTORS) private interceptors: HttpInterceptor[] = []) {\n super(httpHandler);\n\n if (!this.interceptors) {\n // Configure default interceptors that can be disabled here\n this.interceptors = [this.injector.get(ApiPrefixInterceptor), this.injector.get(HeaderInterceptor), this.injector.get(TokenInterceptor), this.injector.get(ErrorHandlerInterceptor)];\n }\n }\n\n cache(forceUpdate?: boolean): HttpService {\n const cacheInterceptor = this.injector.get(CacheInterceptor).configure({ update: forceUpdate });\n return this.addInterceptor(cacheInterceptor);\n }\n\n skipErrorHandler(): HttpService {\n return this.removeInterceptor(ErrorHandlerInterceptor);\n }\n\n skipApiPrefix(): HttpService {\n return this.removeInterceptor(ApiPrefixInterceptor);\n }\n\n skipToken(): HttpService {\n return this.removeInterceptor(TokenInterceptor);\n }\n\n skipHeader(): HttpService {\n return this.removeInterceptor(HeaderInterceptor);\n }\n\n // Override the original method to wire interceptors when triggering the request.\n request(method?: any, url?: any, options?: any): any {\n const handler = this.interceptors.reduceRight(\n (next, interceptor) => new HttpInterceptorHandler(next, interceptor),\n this.httpHandler\n );\n return new HttpClient(handler).request(method, url, options);\n }\n\n private removeInterceptor(interceptorType: Function): HttpService {\n return new HttpService(\n this.httpHandler,\n this.injector,\n this.interceptors.filter(i => !(i instanceof interceptorType))\n );\n }\n\n private addInterceptor(interceptor: HttpInterceptor): HttpService {\n return new HttpService(\n this.httpHandler,\n this.injector,\n this.interceptors.concat([interceptor])\n );\n }\n\n}\n","import { Injectable } from '@angular/core';\nimport { HttpService } from '../core/http.service';\n\n@Injectable({\n providedIn: 'root'\n})\nexport class EntityFileService {\n\n constructor(private http: HttpService) { }\n\n getEntityFiles(filters: any) {\n return this.http.get(`api/entity-files`, { params: filters }).toPromise();\n }\n\n createEntityFile(model: any) {\n return this.http.post(\"api/entity-files\", model).toPromise();\n }\n\n updateEntityFile(model: any) {\n return this.http.put(`api/entity-files/${model.id}`, model).toPromise();\n }\n\n deleteEntityFile(model: any) {\n return this.http.delete(`api/entity-files/${model.id}`).toPromise();\n }\n\n uploadEntityFile(file: File) {\n const formData: FormData = new FormData();\n formData.append(\"fileData\", file, file.name);\n return this.http\n .skipHeader()\n .post(\n \"api/entity-files-upload\",\n formData,\n ).toPromise();\n }\n}\n","import { Injectable } from '@angular/core';\nimport { FormGroup } from '@angular/forms';\n\n@Injectable({\n providedIn: 'root'\n})\nexport class FormValidatorService {\n\n constructor() { }\n\n /**Method to evaluate form fields*/\n isFieldValid(field: string, formGroup: FormGroup | any, firstAttempt?: boolean) {\n return (!formGroup.get(field).valid && formGroup.get(field).touched) ||\n (!formGroup.get(field).valid && formGroup.get(field).untouched && firstAttempt);\n }\n\n /**Method to find error in form fields*/\n getErrorMessage(field: string, formGroup: FormGroup | any, errorMessages: any, errorField?: string) {\n const error = Object.keys(formGroup.get(field).errors);\n return (error.length > 0) ? (errorMessages[errorField || field][error[0]] ? errorMessages[errorField || field][error[0]] : '') : '';\n }\n\n}\n","import { Component, OnInit, Inject } from \"@angular/core\";\nimport { MatDialogRef, MAT_DIALOG_DATA } from \"@angular/material/dialog\";\nimport { FormGroup, FormBuilder, Validators } from \"@angular/forms\";\nimport { EntityFileService } from '../entity-file.service';\nimport { FileDropperConfig } from '../../file-dropper/file-dropper.model';\nimport { ViewerConfig } from '../../document-viewer/viewer-config.model';\nimport { FormValidatorService } from '../../core/form-validator.service';\nimport { AlertService } from \"../../core/alert.service\";\n\nconst errorMessages: any = {\n url: {\n required: \"File is required\"\n },\n};\n\n@Component({\n selector: 'entity-file-form',\n templateUrl: './entity-file-form.component.html',\n styleUrls: ['./entity-file-form.component.css']\n})\nexport class EntityFileFormComponent implements OnInit {\n\n entityFileGroup: FormGroup;\n assignmentFileFirstAttempt: boolean;\n updateMode: boolean;\n fileConfig: FileDropperConfig;\n fileList: any[] = [];\n viewerConfig: ViewerConfig;\n hideTitleAndDetails: boolean;\n\n constructor(\n public dialogRef: MatDialogRef<EntityFileFormComponent>,\n @Inject(MAT_DIALOG_DATA) public data: any,\n private formValidatorService: FormValidatorService,\n private fb: FormBuilder,\n private entityFileService: EntityFileService,\n private alertService: AlertService\n ) {\n this.createForm();\n }\n\n /** Method to create a form **/\n private createForm() {\n //TODO: Finialize and add more validations.\n this.entityFileGroup = this.fb.group({\n id: [''],\n title: [''],\n details: [''],\n entity_type: [''],\n entity_id: [],\n file: ['', Validators.required],\n url: ['', Validators.required]\n });\n }\n\n ngOnInit(): void {\n if (this.data.entity) {\n this.entityFileGroup.get('entity_type').setValue(this.data.entity.entity_type);\n this.entityFileGroup.get('entity_id').setValue(this.data.entity.entity_id);\n }\n if (this.data.file) {\n this.updateMode = true;\n this.entityFileGroup.patchValue(this.data.file);\n }\n\n if (this.data?.hideTitleAndDetails) {\n this.hideTitleAndDetails = this.data?.hideTitleAndDetails;\n }\n\n //File dropper config\n this.fileConfig = {\n fileId: \"subjectFile\",\n containerId: \"subjectFileContainer\",\n styles: {\n height: \"200px\"\n },\n multiple: false,\n acceptFile: \"*\",\n maxSize: 10,\n acceptFileText: \"All Files\"\n };\n\n this.viewerConfig = {\n viewerStyle: {\n height: '200px',\n width: '100%'\n }\n }\n }\n\n\n //Method to trigger submit\n async submit() {\n this.assignmentFileFirstAttempt = true;\n if (!this.entityFileGroup.valid) {\n return;\n }\n const model = this.entityFileGroup.value;\n\n if (this.hideTitleAndDetails) {\n model.title = model.file;\n }\n\n const result: any = this.updateMode\n ? await this.entityFileService.updateEntityFile(model)\n : await this.entityFileService.createEntityFile(model);\n this.dialogRef.close(result.item);\n this.alertService.addAlert(\n \"File submitted successfully\",\n \"success\"\n );\n\n }\n\n async fileChanged(event: any) {\n this.fileList = event;\n\n if (this.fileList.length > 0) {\n\n const result: any = await this.entityFileService.uploadEntityFile(\n this.fileList[0]\n );\n this.entityFileGroup\n .get(\"file\")\n .setValue(result.item.file);\n this.entityFileGroup\n .get(\"url\")\n .setValue(result.item.url);\n this.fileList = [];\n }\n }\n\n\n async removeFile() {\n if (this.entityFileGroup.value.file) {\n try {\n this.entityFileGroup.patchValue({\n file: \"\",\n url: \"\"\n });\n } catch (error) {\n this.alertService.addAlert(\"Unable to remove file, try later\", \"warn\");\n }\n }\n }\n\n /**Method to evaluate form fields*/\n isFieldValid(field: string) {\n return this.formValidatorService.isFieldValid(\n field,\n this.entityFileGroup,\n this.assignmentFileFirstAttempt\n );\n }\n\n /**Method to find error in form fields*/\n getErrorMessage(field: string) {\n return this.formValidatorService.getErrorMessage(\n field,\n this.entityFileGroup,\n errorMessages\n );\n }\n\n}\n","import { Component, OnInit, Input } from '@angular/core';\nimport { Location } from '@angular/common';\nimport { MatDialog } from '@angular/material/dialog';\nimport { EntityFileFormComponent } from './entity-file-form/entity-file-form.component';\nimport { EntityFileService } from './entity-file.service';\nimport { ActionPopup } from '../action-popup/action-popup.model';\nimport { FormControl } from '@angular/forms';\nimport { UntilDestroy, untilDestroyed } from \"@ngneat/until-destroy\";\nimport { debounceTime, distinctUntilChanged } from 'rxjs/operators';\nimport { AlertService } from '../core/alert.service';\nimport { ActionPopupComponent } from '../action-popup/action-popup.component';\nimport { ViewerConfig } from '../document-viewer/viewer-config.model';\n\n@UntilDestroy()\n@Component({\n selector: 'app-entity-files-view-all',\n templateUrl: './entity-files-view-all.component.html',\n styleUrls: ['./entity-files-view-all.component.css']\n})\nexport class EntityFilesViewAllComponent implements OnInit {\n @Input() entityId: number;\n @Input() entityType: string;\n @Input() viewOnly: boolean = false;\n @Input() removeSearch: boolean;\n @Input() hideTitleAndDetails: boolean;\n @Input() displayMode: boolean;\n viewerConfig: ViewerConfig;\n\n filters: any = {};\n entityFiles: any[] = [];\n displayedColumns = ['index', 'title', 'details', 'file',];\n isWorking: boolean = false;\n search: FormControl = new FormControl('');\n page: number = 1;\n perPage: number = 25;\n lastPage: number = 0;\n\n constructor(\n private entityFileService: EntityFileService,\n public location: Location,\n private alertService: AlertService,\n private dialog: MatDialog,\n ) { }\n\n ngOnInit(): void {\n\n\n this.viewerConfig = {\n imageStyle: {\n height: '200px',\n width: '200px'\n },\n viewerStyle: {\n height: ' 160px',\n width: '200px'\n },\n hideRemove: true\n };\n\n if (this.hideTitleAndDetails) {\n this.displayedColumns = this.displayedColumns.filter(x => (x !== 'details') && (x !== 'title'));\n }\n\n this.filters = {\n entity_type: this.entityType,\n entity_id: this.entityId,\n title: \"\"\n };\n this.search.valueChanges.pipe(debounceTime(500), distinctUntilChanged(), untilDestroyed(this)).subscribe(value => {\n this.filters.title = value;\n this.reload();\n })\n this.fetchEntityFilesDetails();\n if (!this.viewOnly) {\n this.displayedColumns.push('actions');\n }\n }\n\n async fetchEntityFilesDetails() {\n this.filters.page = this.page;\n this.isWorking = true;\n const result: any = await this.entityFileService.getEntityFiles(this.filters);\n this.lastPage = result.last_page || this.page;\n this.entityFiles = this.entityFiles.concat(result.data);\n this.isWorking = false;\n }\n\n addEntityFile() {\n const dialogRef = this.dialog.open(EntityFileFormComponent, {\n width: \"700px\",\n data: {\n entity: this.filters,\n hideTitleAndDetails: this.hideTitleAndDetails\n },\n autoFocus: false,\n restoreFocus: false\n });\n\n dialogRef.afterClosed().subscribe(async result => {\n if (result) {\n const files = [...this.entityFiles];\n files.push(result);\n this.entityFiles = files;\n }\n });\n }\n\n editEntityFile(file: any) {\n const dialogRef = this.dialog.open(EntityFileFormComponent, {\n width: \"700px\",\n autoFocus: false,\n data: {\n file: file,\n hideTitleAndDetails: this.hideTitleAndDetails\n } // Any data passed here will be injected into the model\n });\n\n dialogRef.afterClosed().subscribe(result => {\n if (result) {\n this.reload();\n }\n });\n }\n\n deleteEntityFile(file: any) {\n const dialogRef = this.dialog.open(ActionPopupComponent, {\n width: \"400px\",\n data: <ActionPopup>{\n title: \"Delete File\",\n message: `Are you sure to proceed delete the file ${file.title}?`\n },\n autoFocus: false\n });\n\n dialogRef.afterClosed().subscribe(async result => {\n if (result) {\n //Action confirmed\n const result = await this.entityFileService.deleteEntityFile(\n file\n );\n this.alertService.addAlert(\n \"File successfully deleted\",\n \"success\"\n );\n this.reload();\n\n }\n });\n }\n\n onScroll() {\n if (this.page < this.lastPage && !this.isWorking) {\n this.page += 1;\n this.fetchEntityFilesDetails();\n }\n }\n\n reload() {\n this.entityFiles = [];\n this.page = 1;\n if (!this.isWorking) {\n this.fetchEntityFilesDetails();\n }\n }\n\n ngOnDestroy() { }\n\n resetFieldValue() {\n this.search.setValue(\"\");\n }\n}\n","import { Component, OnInit, Input, Output, EventEmitter } from \"@angular/core\";\nimport { AlertService } from \"../core/alert.service\";\nimport { FileDropperConfig } from './file-dropper.model';\n\n\n@Component({\n selector: \"app-file-dropper\",\n templateUrl: \"./file-dropper.component.html\",\n styleUrls: [\"./file-dropper.component.scss\"]\n})\nexport class FileDropperComponent implements OnInit {\n @Input() fileArray: any[] = [];\n\n @Input() config: FileDropperConfig;\n\n @Output() fileChanged: any = new EventEmitter();\n\n border = \"1px dashed #989898\";\n\n @Input() styles: any;\n\n isSingleMode: boolean;\n\n constructor(private alertService: AlertService) { }\n\n /**Life cycle hook method */\n ngOnInit() {\n this.isSingleMode = !Boolean(this.config.multiple);\n }\n\n /**Method for dragging event */\n dragEnter(event: any) {\n event.target.style.background = this.config.dragColor || \"#c0c0c0\";\n\n event.target.style.border = \"1px dashed black\";\n\n event.preventDefault();\n }\n\n /**Method for drag over event */\n dragOver(event: any) {\n event.preventDefault();\n }\n\n /**Method for drag leave event */\n dragLeave(event: any) {\n event.target.style.background = \"\";\n event.target.style.border = this.border;\n\n event.preventDefault();\n }\n\n /**Method for drop event */\n dropEvent(event: any) {\n event.target.style.background = \"\";\n event.target.style.border = this.border;\n const droppedFiles: FileList = event.dataTransfer.files;\n if (droppedFiles.length > 0) {\n const fileArray = Array.from(droppedFiles);\n this.addFiles(fileArray);\n }\n event.preventDefault();\n }\n\n /**Method to list files selected */\n onFileChange(event: any) {\n if (event.target.files && event.target.files.length) {\n const fileArray = Array.from(event.target.files);\n this.addFiles(fileArray);\n const fileInput = document.getElementById(\n this.config.fileId\n ) as HTMLInputElement;\n fileInput.value = \"\";\n }\n }\n\n /**Method to add files in the array */\n addFiles(fileArray: any) {\n if (!this.isSingleMode) {\n fileArray.forEach((file: any) => {\n this.fileArray = this.fileArray.filter(\n (item: any) => item.name !== file.name\n );\n if (this.fileSizeAllowed(file)) {\n this.fileArray.push(file);\n }\n });\n\n this.fileArray.sort(this.sortFiles);\n this.fileChanged.emit(this.fileArray);\n } else {\n // Single Mode\n if (this.fileArray.length === 0) {\n if (this.fileSizeAllowed(fileArray[0])) {\n this.fileArray.push(fileArray[0]);\n this.fileArray.sort(this.sortFiles);\n this.fileChanged.emit(this.fileArray);\n }\n }\n }\n }\n\n /**Method to sort the files in asc */\n sortFiles(a: any, b: any) {\n const nameA = a.name.toUpperCase();\n const nameB = b.name.toUpperCase();\n if (nameA < nameB) {\n return -1;\n }\n if (nameA > nameB) {\n return 1;\n }\n\n return 0;\n }\n\n /**Method tp validate the file size */\n fileSizeAllowed(file: any): boolean {\n if (!Boolean(this.config.maxSize)) {\n return true;\n } else if (file.size / (1024 * 1024) < this.config.maxSize) {\n return true;\n } else {\n this.alertService.addAlert(\n `The size of the file exceeds the limit ${this.config.maxSize} MB, kindly upload a file with size ${this.config.maxSize} MB or below`,\n \"warn\"\n );\n return false;\n }\n }\n\n /**Method invokes when the drop box is clicked to upload the file */\n clickEvent(event: any) {\n if (!(this.isSingleMode && this.fileArray.length > 0)) {\n document.getElementById(this.config.fileId).click();\n }\n event.preventDefault();\n }\n}\n","export class FileDropperConfig {\n containerId: string;\n fileId: string;\n styles?: any;\n multiple?: boolean;\n dragColor?: boolean;\n acceptFile: string; // use '*' to accept all file types.\n maxSize?: number; // size in MB\n acceptFileText?: string;\n}\n","import { Injectable } from '@angular/core';\nimport { HttpService } from '../core/http.service';\n\n@Injectable({\n providedIn: 'root'\n})\nexport class NoteService {\n\n constructor(private http: HttpService) { }\n\n getNotes(filterModel: any) {\n return this.http.get('api/notes', { params: filterModel }).toPromise();\n }\n\n addNote(note: any) {\n return this.http.post('api/notes', note).toPromise();\n }\n\n editNote(note: any) {\n return this.http.put(`api/notes/${note.id}`, note).toPromise();\n }\n\n deleteNote(note: any) {\n return this.http.delete(`api/notes/${note.id}`).toPromise();\n }\n}\n","import { Component, OnInit, Inject } from \"@angular/core\";\nimport { FormGroup, FormBuilder, Validators } from \"@angular/forms\";\nimport { MatDialogRef, MAT_DIALOG_DATA } from \"@angular/material/dialog\";\nimport { NoteService } from \"../note.service\";\nimport { FormValidatorService } from '../../core/form-validator.service';\nimport { AlertService } from \"../../core/alert.service\";\n\nconst errorMessages: any = {\n note: {\n required: \"Note is required\"\n }\n};\n\n@Component({\n selector: 'app-note-form',\n templateUrl: './note-form.component.html',\n styleUrls: ['./note-form.component.css']\n})\nexport class NoteFormComponent implements OnInit {\n\n updateMode: boolean;\n noteFormGroup: FormGroup;\n noteFormFirstAttempt: boolean;\n\n constructor(\n public dialogRef: MatDialogRef<NoteFormComponent>,\n @Inject(MAT_DIALOG_DATA) public data: any,\n private fb: FormBuilder,\n private formValidatorService: FormValidatorService,\n private alertService: AlertService,\n private noteService: NoteService\n ) {\n this.createForm();\n }\n\n /** Method to create a form **/\n private createForm() {\n //TODO: Finialize and add more validations.\n this.noteFormGroup = this.fb.group({\n id: [\"\"],\n note: [\"\", Validators.compose([Validators.required])],\n model_type: [\"\"],\n related_model_id: [\"\"],\n });\n }\n\n ngOnInit() {\n if (this.data.update) {\n this.updateMode = true;\n }\n this.noteFormGroup.patchValue(this.data.note);\n }\n\n //Method to trigger login\n async submit() {\n this.noteFormFirstAttempt = true;\n if (this.noteFormGroup.valid) {\n const model = this.noteFormGroup.value;\n const result = this.updateMode\n ? await this.noteService.editNote(model)\n : await this.noteService.addNote(model);\n\n this.alertService.addAlert(\n `${this.data?.labelText} saved successfully`,\n \"success\"\n );\n this.dialogRef.close(result);\n }\n }\n\n cancel() {\n this.dialogRef.close();\n }\n\n /**Method to evaluate form fields*/\n isFieldValid(field: string) {\n return this.formValidatorService.isFieldValid(\n field,\n this.noteFormGroup,\n this.noteFormFirstAttempt\n );\n }\n\n /**Method to find error in form fields*/\n getErrorMessage(field: string) {\n return this.formValidatorService.getErrorMessage(\n field,\n this.noteFormGroup,\n errorMessages\n );\n }\n\n}\n","import { Component, OnInit, Input } from '@angular/core';\nimport { NoteService } from '../note.service';\nimport { MatDialog } from '@angular/material/dialog';\nimport { NoteFormComponent } from '../note-form/note-form.component';\nimport { ActionPopupComponent } from '../../action-popup/action-popup.component';\nimport { ActionPopup } from '../../action-popup/action-popup.model';\n\n@Component({\n selector: 'app-note-list',\n templateUrl: './note-list.component.html',\n styleUrls: ['./note-list.component.css']\n})\nexport class NoteListComponent implements OnInit {\n\n @Input() relatedModelId !: any;\n @Input() modelType !: any;\n @Input() readonly: boolean = false;\n @Input() labelText: string = 'Note';\n @Input() commentsView: boolean = false;\n\n notes: any[] = [];\n filters: any;\n displayedColumns = [\n 'index',\n 'note',\n 'actions'\n ];\n\n page = 1;\n lastPage = 1;\n\n constructor(private noteService: NoteService,\n private dialog: MatDialog\n ) {\n this.filters = {};\n this.filters.sort_by = \"created_at|DESC\";\n }\n\n ngOnInit() {\n if (this.readonly) {\n this.displayedColumns = this.displayedColumns.filter(x => x !== 'actions');\n }\n this.filters.related_model_id = this.relatedModelId;\n this.filters.model_type = this.modelType;\n this.loadData();\n }\n\n async loadData() {\n\n const result: any = await this.noteService.getNotes({ ...this.filters, page: this.page });\n this.notes = this.notes.concat(result.data);\n this.page = result.current_page;\n this.lastPage = result.last_page;\n }\n\n addNote() {\n const dialogRef = this.dialog.open(NoteFormComponent, {\n width: \"400px\",\n data: {\n note: { related_model_id: this.relatedModelId, model_type: this.modelType },\n labelText: this.labelText,\n },\n autoFocus: false\n });\n\n dialogRef.afterClosed().subscribe(result => {\n if (result) {\n this.resetScroll();\n this.loadData();\n }\n });\n }\n\n editNote(note: any) {\n const dialogRef = this.dialog.open(NoteFormComponent, {\n width: \"400px\",\n data: {\n note: note,\n update: true,\n labelText: this.labelText\n },\n autoFocus: false\n });\n\n dialogRef.afterClosed().subscribe(result => {\n if (result) {\n this.resetScroll();\n this.loadData();\n }\n });\n }\n\n async deleteNote(note: any) {\n const dialogRef = this.dialog.open(ActionPopupComponent, {\n width: \"400px\",\n data: <ActionPopup>{\n title: `Delete ${this.labelText}`,\n message: `Are you sure to delete?`\n },\n autoFocus: false\n });\n\n dialogRef.afterClosed().subscribe(async result => {\n if (result) {\n //Action confirmed\n\n const result = await this.noteService.deleteNote(note);\n this.notes = this.notes.filter((item: any) => item.id !== note.id);\n\n }\n });\n }\n\n resetScroll() {\n this.page = 1;\n this.lastPage = 1;\n this.notes = [];\n }\n\n onScroll() {\n if (this.page < this.lastPage) {\n this.page += 1;\n this.loadData();\n }\n }\n\n commentAction(event: any) {\n if (event.type === \"save\") {\n if (event.value.id) {\n this.editComment(event.value);\n return;\n }\n this.addComment(event.value);\n return;\n }\n this.deleteNote(event.value);\n }\n\n async editComment(comment: any) {\n const result: any = await this.noteService.editNote(comment);\n let index = this.notes.findIndex(\n (x: any) => x.id === comment.id\n );\n if (index !== -1) {\n this.notes[index] = result.item;\n }\n }\n\n async addComment(comment: any) {\n comment.related_model_id = this.relatedModelId;\n comment.model_type = this.modelType;\n const result: any = await this.noteService.addNote(comment);\n this.notes.push(result.item);\n }\n\n}\n","import {\n Component,\n OnInit,\n Input,\n Output,\n EventEmitter,\n OnDestroy\n} from \"@angular/core\";\nimport { FormGroup, FormBuilder } from \"@angular/forms\";\nimport { CredentialsService } from \"../../core/credentials.service\";\n\n@Component({\n selector: \"app-comment-form\",\n templateUrl: \"./comment-form.component.html\",\n styleUrls: [\"./comment-form.component.scss\"]\n})\nexport class CommentFormComponent implements OnInit, OnDestroy {\n commentFormGroup: FormGroup;\n view: boolean;\n _commentData: any;\n\n @Input() set commentData(data: any) {\n this.view = !!data;\n this._commentData = data;\n this.commentFormGroup.patchValue(data);\n }\n\n @Output() action = new EventEmitter();\n\n constructor(private fb: FormBuilder,\n private credentialService: CredentialsService\n ) {\n this.createForm();\n }\n\n ngOnInit() { }\n\n get isLoggedIn() {\n return this.credentialService.isAuthenticated;\n }\n\n get currentUser() {\n return this.credentialService.credentials.user;\n }\n\n private createForm() {\n //TODO: Finialize and add more validations.\n this.commentFormGroup = this.fb.group({\n id: [\"\"],\n note: [\"\"],\n model_type: [\"\"],\n related_model_id: [\"\"],\n });\n }\n\n submit() {\n if (this.commentFormGroup.get(\"note\").value) {\n if (this._commentData) {\n this.view = !this.view;\n }\n this.action.emit({ type: \"save\", value: this.commentFormGroup.value });\n this.commentFormGroup.reset();\n } else if (this.commentFormGroup.get(\"id\").value) {\n this.deleteComment();\n }\n }\n\n hideEdit() {\n if (this.commentFormGroup.get(\"id\").value) {\n this.view = !this.view;\n }\n }\n\n editComment() {\n this.view = !this.view;\n this.commentFormGroup.patchValue(this._commentData);\n }\n\n deleteComment() {\n this.action.emit({ type: \"delete\", value: this.commentFormGroup.value });\n }\n\n ngOnDestroy() { }\n}\n","import { FocusMonitor } from '@angular/cdk/a11y';\nimport { coerceBooleanProperty } from '@angular/cdk/coercion';\nimport { Component, ElementRef, Input, OnDestroy, OnInit, Optional, Self, Output, EventEmitter, TemplateRef } from '@angular/core';\nimport { FormBuilder, FormGroup, ControlValueAccessor, NgControl, Validators } from '@angular/forms';\nimport { MatFormFieldControl } from '@angular/material/form-field';\nimport { Subject, of, from } from 'rxjs';\nimport { debounceTime, distinctUntilChanged, startWith, switchMap, finalize } from 'rxjs/operators';\nimport { MatDialog } from '@angular/material/dialog';\nimport { ComponentType } from '@angular/cdk/portal';\nimport { HttpService } from '../core/http.service';\nimport { UntilDestroy, untilDestroyed } from \"@ngneat/until-destroy\";\n\n@UntilDestroy()\n@Component({\n selector: 'app-searchable-selector',\n templateUrl: './searchable-selector.component.html',\n styleUrls: ['./searchable-selector.component.scss'],\n providers: [\n {\n provide: MatFormFieldControl,\n useExisting: SearchableSelectorComponent\n }\n ]\n})\nexport class SearchableSelectorComponent implements ControlValueAccessor, OnInit, OnDestroy {\n\n @Input() valueField: string = 'id';\n @Input() titleField: string = 'title';\n @Input() apiUrl!: string;\n @Input() multiple: boolean = false;\n @Input() selectedValue: any;\n @Output() selectedValueChange = new EventEmitter();\n @Input() enableSearch: boolean = true;\n @Input() add: boolean = false;\n @Input() addConfig: any;\n @Input() edit: boolean = false;\n @Input() editConfig: any;\n @Input() sort: boolean = true;\n @Input() sortBy: string;\n @Input() searchField: string;\n @Input() itemComponent: ComponentType<unknown> | TemplateRef<unknown>;\n @Input() items: any[] = [];\n @Output() selectionChange = new EventEmitter();\n @Output() itemsChange = new EventEmitter();\n\n\n isLoading: boolean = false;\n onChange: any = () => { };\n onTouched: any = () => { };\n static nextId = 0;\n selectorForm: FormGroup;\n stateChanges = new Subject<void>();\n focused = false;\n controlType = 'searchable-selctor';\n id = `searchable-selctor-${SearchableSelectorComponent.nextId++}`;\n describedBy = '';\n filters: any;\n\n\n get empty() {\n const { value: { select_value } } = this.selectorForm;\n return !select_value;\n }\n\n get shouldLabelFloat() { return this.focused || !this.empty; }\n\n\n @Input()\n get required(): boolean { return this._required; }\n set required(value: boolean) {\n this.selectorForm.get('select_value').setValidators(Validators.required);\n this._required = coerceBooleanProperty(value);\n this.stateChanges.next();\n }\n private _required = false;\n\n @Input()\n get disabled(): boolean { return this._disabled; }\n set disabled(value: boolean) {\n this._disabled = coerceBooleanProperty(value);\n this._disabled ? this.selectorForm.disable() : this.selectorForm.enable();\n this.stateChanges.next();\n }\n private _disabled = false;\n\n @Input()\n get value(): any {\n if (this.selectorForm.valid) {\n return this.selectorForm.value.select_value;\n }\n return '';\n }\n set value(data: any) {\n this.selectorForm.patchValue({ select_value: data || '' });\n this.stateChanges.next();\n }\n\n constructor(\n formBuilder: FormBuilder,\n private _focusMonitor: FocusMonitor,\n private http: HttpService,\n private _elementRef: ElementRef<HTMLElement>,\n private dialog: MatDialog,\n @Optional() @Self() public ngControl: NgControl) {\n\n this.selectorForm = formBuilder.group({\n select_value: [null],\n search: ''\n });\n\n _focusMonitor.monitor(_elementRef, true).subscribe(origin => {\n if (this.focused && !origin) {\n this.onTouched();\n }\n this.focused = !!origin;\n this.stateChanges.next();\n });\n\n if (this.ngControl != null) {\n this.ngControl.valueAccessor = this;\n }\n }\n\n openedChange(event: any) {\n if (this.dataItems.length === 0 && this.selectorForm.get('search').value) {\n this.selectorForm.get('search').setValue('');\n }\n }\n\n get dataItems(): any[] {\n let items: any[] = [];\n if (this.multiple && this.selectedValue && (this.selectedValue.length > 0))\n items = [...this.selectedValue, ...this.items];\n else if ((!this.multiple) && this.selectedValue)\n items = [this.selectedValue, ...this.items];\n else\n items = this.items;\n items = items.filter((v, i, a) => a.findIndex(v => v[this.valueField] === a[i][this.valueField]) === i);\n //Emit the items to any child component\n this.itemsChange.emit(items);\n return items;\n }\n\n ngOnInit() {\n this.selectorForm.get('search').valueChanges\n .pipe(\n debounceTime(500),\n distinctUntilChanged(),\n untilDestroyed(this)\n ).subscribe(value => {\n if (this.enableSearch)\n this.search(value);\n });\n\n this.filters = {\n perPage: 25,\n search: '',\n page: 1,\n lastPage: 1\n }\n if (this.sort) {\n this.filters.sort_by = this.sortBy || `${this.titleField}|asc`;\n }\n\n //Fetch Items only if it is not present, can be used in places where we load many entries.\n if (this.items.length === 0) {\n this.fetchItemList();\n }\n }\n\n fetchItemList() {\n this.isLoading = true;\n of().pipe(\n startWith(true),\n switchMap((_) => from(this.http.get(this.apiUrl, { params: this.filters }))),\n finalize(() => this.isLoading = false),\n untilDestroyed(this)\n ).subscribe((result: any) => {\n this.items = this.items.concat(result.data);\n this.filters.page = result.current_page;\n this.filters.lastPage = result.last_page;\n });\n }\n\n\n setDescribedByIds(ids: string[]) {\n this.describedBy = ids.join(' ');\n }\n\n onContainerClick(event: MouseEvent) {\n event.stopPropagation();\n }\n\n writeValue(data: any): void {\n this.value = data;\n }\n\n registerOnChange(fn: any): void {\n this.onChange = fn;\n }\n\n registerOnTouched(fn: any): void {\n this.onTouched = fn;\n }\n\n setDisabledState(isDisabled: boolean): void {\n this.disabled = isDisabled;\n }\n\n getPropertyValue(ele: any, keyString: string) {\n keyString = keyString.replace(/\\[(\\w+)\\]/g, \".$1\"); // convert indexes to properties\n keyString = keyString.replace(/^\\./, \"\"); // strip a leading dot\n const keyList = keyString.split(\".\");\n for (let i = 0, n = keyList.length; i < n; ++i) {\n const key = keyList[i];\n if (ele && key in ele) {\n ele = ele[key];\n } else {\n return;\n }\n }\n return ele;\n }\n\n _handleInput(): void {\n this.onChange(this.value);\n if (this.multiple)\n this.selectedValue = (this.value as []).map(x => this.dataItems.find(y => y[this.valueField] === x));\n else\n this.selectedValue = this.dataItems.find(x => x[this.valueField] === this.value);\n this.selectedValueChange.emit(this.selectedValue);\n this.selectionChange.emit(this.value);\n }\n\n get errorState(): boolean {\n return (this.ngControl && this.ngControl.invalid && (this.ngControl.touched || this.ngControl.dirty));\n }\n\n static ngAcceptInputType_disabled: boolean | string | null | undefined;\n static ngAcceptInputType_required: boolean | string | null | undefined;\n\n onScroll() {\n if (this.filters.lastPage > this.filters.page) {\n this.filters.page += 1;\n this.fetchItemList();\n }\n }\n\n reloadData() {\n this.items = [];\n this.filters.page = 1;\n this.filters.lastPage = 1;\n this.fetchItemList();\n }\n\n search(event: any) {\n if (this.searchField) {\n this.filters[this.searchField] = event;\n } else {\n this.filters.search = event;\n }\n this.reloadData();\n }\n\n addItem(event: any) {\n const dialogRef = this.dialog.open(this.itemComponent, {\n width: '400px',\n autoFocus: false,\n data: {},\n ...this.addConfig\n });\n\n dialogRef.afterClosed().subscribe((result: any) => {\n if (result) {\n this.items.push(result.item);\n this.selectorForm.get('select_value').setValue(result.item[this.valueField]);\n this._handleInput();\n }\n });\n event.stopPropagation();\n }\n\n editItem(event: any) {\n const dialogRef = this.dialog.open(this.itemComponent, {\n width: '400px',\n autoFocus: false,\n data: {\n item: this.selectedValue\n },\n ...this.editConfig\n });\n\n dialogRef.afterClosed().subscribe((result: any) => {\n if (result) {\n this.items = this.items.filter(x => x[this.valueField] !== this.selectedValue[this.valueField]);\n this.items.push(result.item);\n this.selectedValue = null;\n this.selectorForm.get('select_value').setValue(result.item[this.valueField]);\n this._handleInput();\n }\n });\n event.stopPropagation();\n }\n\n ngOnDestroy() {\n this.stateChanges.complete();\n this._focusMonitor.stopMonitoring(this._elementRef);\n }\n\n}\n","import { AfterViewInit, Directive, EventEmitter, Input, NgZone, OnDestroy, OnInit, Output } from '@angular/core';\nimport { MatSelect, SELECT_ITEM_HEIGHT_EM } from '@angular/material/select';\nimport { debounceTime, takeUntil, tap } from 'rxjs/operators';\nimport { fromEvent, Subject } from 'rxjs';\n\n@Directive({\n selector: '[msInfiniteScroll]'\n})\nexport class MatSelectInfiniteScrollDirective implements OnInit, OnDestroy, AfterViewInit {\n\n @Input() threshold = '15%';\n @Input() debounceTime = 150;\n @Input() complete: boolean;\n @Output() infiniteScroll = new EventEmitter<void>();\n\n private panel: Element;\n private thrPx = 0;\n private thrPc = 0;\n private singleOptionHeight = SELECT_ITEM_HEIGHT_EM;\n\n private destroyed$ = new Subject<boolean>();\n\n constructor(private matSelect: MatSelect, private ngZone: NgZone) {\n }\n\n ngOnInit() {\n this.evaluateThreshold();\n }\n\n ngAfterViewInit() {\n this.matSelect.openedChange.pipe(\n takeUntil(this.destroyed$)\n ).subscribe((opened) => {\n if (opened) {\n this.panel = this.matSelect.panel.nativeElement;\n this.singleOptionHeight = this.getSelectItemHeightPx();\n this.registerScrollListener();\n }\n });\n }\n\n ngOnDestroy() {\n this.destroyed$.next(true);\n this.destroyed$.complete();\n }\n\n evaluateThreshold() {\n if (this.threshold.lastIndexOf('%') > -1) {\n this.thrPx = 0;\n this.thrPc = (parseFloat(this.threshold) / 100);\n\n } else {\n this.thrPx = parseFloat(this.threshold);\n this.thrPc = 0;\n }\n }\n\n registerScrollListener() {\n fromEvent(this.panel, 'scroll').pipe(\n takeUntil(this.destroyed$),\n debounceTime(this.debounceTime),\n tap((event) => {\n this.handleScrollEvent(event);\n })\n ).subscribe();\n }\n\n handleScrollEvent(event) {\n this.ngZone.runOutsideAngular(() => {\n if (this.complete) {\n return;\n }\n const countOfRenderedOptions = this.matSelect.options.length;\n const infiniteScrollDistance = this.singleOptionHeight * countOfRenderedOptions;\n const threshold = this.thrPc !== 0 ? (infiniteScrollDistance * this.thrPc) : this.thrPx;\n\n const scrolledDistance = this.panel.clientHeight + event.target.scrollTop;\n\n if ((scrolledDistance + threshold) >= infiniteScrollDistance) {\n this.ngZone.run(() => this.infiniteScroll.emit());\n }\n });\n }\n\n getSelectItemHeightPx(): number {\n return parseFloat(getComputedStyle(this.panel).fontSize) * SELECT_ITEM_HEIGHT_EM;\n }\n\n}","import { Component, Input, Output, EventEmitter } from \"@angular/core\";\r\n\r\n/**\r\n * Component to generate a num items selector\r\n * \r\n * @author Floyd Kissoon\r\n * @since 20170817\r\n */\r\n@Component({\r\n selector: \"num-items-selector\",\r\n templateUrl: \"./num-items-selector.html\"\r\n})\r\nexport class NumItemsSelector {\r\n @Input() numItems: number;\r\n @Output() numItemsChange: EventEmitter<number>;\r\n\r\n constructor() {\r\n this.numItemsChange = new EventEmitter<number>();\r\n }\r\n\r\n /**\r\n * Called when an item has been selected\r\n */\r\n numItemsChanged() {\r\n this.numItemsChange.emit(this.numItems);\r\n }\r\n\r\n\r\n}\r\n","import { Injectable } from '@angular/core';\n\n/**\n * Service that provides utility functions for dates\n * \n * @author Joshua Kissoon\n * @since 20170726\n */\n@Injectable({\n providedIn: 'root'\n})\nexport class DateUtils {\n\n /**\n * Takes in a date object and outputs the string value\n */\n getYYYYMMDDString(inputDate: Date): string {\n var year = inputDate.getFullYear();\n var month = (inputDate.getMonth() + 1) < 10 ? (\"0\" + (inputDate.getMonth() + 1)) : (inputDate.getMonth() + 1);\n var date = inputDate.getDate() < 10 ? (\"0\" + inputDate.getDate()) : inputDate.getDate();\n\n return year + \"-\" + month + \"-\" + date;\n }\n\n /**\n * Takes in a date object and outputs the year\n */\n getYYYY(inputDate: Date): number {\n var year = inputDate.getFullYear();\n return year;\n }\n\n /**\n * Takes in a date object and outputs the Month\n */\n getMM(inputDate: Date): number {\n var month = inputDate.getMonth() + 1;\n return month;\n }\n // var n = this.rfidCardUseManualEntry.manual_date.toLocaleTimeString();\n\n getDateTime(inputDate: Date): string {\n var year = inputDate.getFullYear();\n var month = (inputDate.getMonth() + 1) < 10 ? (\"0\" + (inputDate.getMonth() + 1)) : (inputDate.getMonth() + 1);\n var date = inputDate.getDate() < 10 ? (\"0\" + inputDate.getDate()) : inputDate.getDate();\n var time = inputDate.toLocaleTimeString();\n\n return year + \"-\" + month + \"-\" + date + \" \" + time;\n }\n\n}","import { Component, Input, Output, EventEmitter, OnInit } from \"@angular/core\";\n\n/**\n * Component to generate a number selector\n * \n * @author Floyd Kissoon\n * @since 20180628\n */\n@Component({\n selector: \"number-selector\",\n templateUrl: \"./number-selector.html\"\n})\nexport class NumberSelector implements OnInit {\n @Input() start_value: number;\n @Input() end_value: number\n @Output() selectedValueChange: EventEmitter<number>;\n @Input() selectedValue: number;\n\n items = new Array();\n\n constructor() {\n this.selectedValueChange = new EventEmitter<number>();\n }\n\n /**\n * Called when an item has been selected\n */\n numChanged() {\n this.selectedValueChange.emit(this.selectedValue);\n }\n\n\n ngOnInit() {\n for (var i = this.start_value; i < this.end_value + 1; i++) {\n this.items.push(i);\n }\n }\n}\n","export function calculateTimeline(value: any) {\n const date = new Date();\n const data: any = {\n 'date_from': date,\n 'date_to': date,\n 'show_custom_field': false\n };\n switch (value) {\n case 1: { //Custom\n data.show_custom_field = true;\n break;\n }\n case 2: { // Today\n data.date_from = date;\n data.date_to = date;\n break;\n }\n case 3: { // Yesterday\n const yesterday = new Date(date)\n yesterday.setDate(yesterday.getDate() - 1)\n data.date_from = yesterday;\n data.date_to = yesterday;\n break;\n }\n case 4: { // This Week\n var first = date.getDate() - date.getDay() + 1; // First day is the day of the month - the day of the week\n var last = first + 6; // last day is the first day + 6 \n data.date_from = new Date(date.setDate(first));\n data.date_to = new Date(date.setDate(last));\n break;\n }\n case 5: { // Last Week\n var d = new Date();\n var to = d.setTime(d.getTime() - (d.getDay() ? d.getDay() : 7) * 24 * 60 * 60 * 1000);\n var from = d.setTime(d.getTime() - 6 * 24 * 60 * 60 * 1000);\n data.date_from = new Date(from);\n data.date_to = new Date(to);\n break;\n }\n case 6: { //This Month\n data.date_from = new Date(date.getFullYear(), date.getMonth(), 1);\n data.date_to = new Date(date.getFullYear(), date.getMonth() + 1, 0);\n break;\n }\n case 7: { // Last Month\n var d = new Date(); // current date\n d.setDate(1); // going to 1st of the month\n d.setHours(-1);\n data.date_from = new Date(date.getFullYear(), date.getMonth() - 1, 1);\n data.date_to = d;\n break;\n }\n case 8: { // This Quarter\n const quarter = Math.floor((date.getMonth() / 3));\n const startFullQuarter = new Date(date.getFullYear(), quarter * 3, 1);\n const endFullQuarter = new Date(startFullQuarter.getFullYear(), startFullQuarter.getMonth() + 3, 0);\n data.date_from = startFullQuarter;\n data.date_to = endFullQuarter;\n break;\n }\n case 9: { // Last Quarter\n const quarter = Math.floor((date.getMonth() / 3));\n const startFullQuarter = new Date(date.getFullYear(), quarter * 3 - 3, 1);\n const endFullQuarter = new Date(startFullQuarter.getFullYear(), startFullQuarter.getMonth() + 3, 0)\n data.date_from = startFullQuarter;\n data.date_to = endFullQuarter;\n break;\n }\n case 10: { // This Year\n data.date_from = new Date(\"1/1/\" + (new Date()).getFullYear());;\n data.date_to = new Date(\"12/31/\" + (new Date()).getFullYear());\n break;\n }\n case 11: { // Last Year\n data.date_from = new Date(\"1/1/\" + (new Date().getFullYear() - 1));;\n data.date_to = new Date(\"12/31/\" + (new Date().getFullYear() - 1));\n break;\n break;\n }\n default: { // All\n data.date_from = '';\n data.date_to = '';\n break;\n }\n\n }\n return data;\n}","export class Timeline {\n public static CUSTOM: number = 1;\n public static TODAY: number = 2;\n public static YESTERDAY: number = 3;\n public static THIS_WEEK: number = 4;\n public static LAST_WEEK: number = 5;\n public static THIS_MONTH: number = 6;\n public static LAST_MONTH: number = 7;\n public static THIS_QUARTER: number = 8;\n public static LAST_QUARTER: number = 9;\n public static THIS_YEAR: number = 10;\n public static LAST_YEAR: number = 11;\n public static ALL: number = 12;\n}","import { Component, Input, OnInit } from '@angular/core';\nimport { FormControl, FormGroup } from '@angular/forms';\nimport { UntilDestroy, untilDestroyed } from '@ngneat/until-destroy';\nimport { debounceTime, distinctUntilChanged } from 'rxjs/operators';\nimport { calculateTimeline } from './calculate-timeline';\n\n@UntilDestroy()\n@Component({\n selector: 'app-timeline-filter',\n templateUrl: './timeline-filter.component.html',\n styleUrls: ['./timeline-filter.component.scss']\n})\nexport class TimelineFilterComponent implements OnInit {\n\n @Input() timelineValue: FormControl = new FormControl('');\n @Input() timelines: any[] = [\n { value: 1, viewValue: 'Custom' },\n { value: 2, viewValue: 'Today' },\n { value: 3, viewValue: 'Yesterday' },\n { value: 4, viewValue: 'This Week' },\n { value: 5, viewValue: 'Last Week' },\n { value: 6, viewValue: 'This Month' },\n { value: 7, viewValue: 'Last Month' },\n { value: 8, viewValue: 'This Quarter' },\n { value: 9, viewValue: 'Last Quarter' },\n { value: 10, viewValue: 'This Year' },\n { value: 11, viewValue: 'Last Year' },\n { value: 12, viewValue: 'All dates' },\n ];\n\n @Input() labelText: string = 'Select Timeline';\n @Input() dateFrom: string = 'date_from';\n @Input() dateTo: string = 'date_to';\n @Input() appearance: any = \"legacy\"\n @Input() showClearbutton: boolean = false;\n @Input() form: FormGroup;\n\n @Input() set defaultValue(value: any) {\n this.timelineValue.setValue(value);\n this.changeTimeline(value);\n }\n\n showCustomDateFields: boolean = false;\n\n constructor() { }\n\n ngOnInit(): void {\n this.timelineValue.valueChanges.\n pipe(\n debounceTime(100),\n distinctUntilChanged(),\n untilDestroyed(this)\n ).subscribe(value => this.changeTimeline(value));\n }\n\n resetFieldValue(field: string) {\n this.form.get(field).setValue('');\n }\n\n\n getFieldValue(field: string) {\n return this.form.get(field).value;\n }\n\n setFieldValue(field: string, value: any) {\n this.form.get(field).setValue(value);\n }\n\n changeTimeline(value: any) {\n const timeline = calculateTimeline(value);\n if (timeline) {\n this.setFieldValue(this.dateFrom, timeline.date_from)\n this.setFieldValue(this.dateTo, timeline.date_to)\n this.showCustomDateFields = timeline.show_custom_field;\n }\n }\n\n}\n","import { Component, OnInit, Input } from '@angular/core';\n\n@Component({\n selector: 'app-loader',\n templateUrl: './loader.component.html',\n styleUrls: ['./loader.component.scss']\n})\nexport class LoaderComponent implements OnInit {\n\n @Input() isLoading = false;\n @Input() size = 0.6;\n @Input() message: string | undefined;\n\n constructor() { }\n\n ngOnInit() { }\n\n}\n","import { NgModule } from '@angular/core';\nimport { SuccessSnackComponent, ErrorSnackComponent } from './snack.component';\nimport { CommonModule } from '@angular/common';\nimport { MatSnackBarModule } from '@angular/material/snack-bar';\nimport { MatIconModule } from '@angular/material/icon';\n\n@NgModule({\n declarations: [\n SuccessSnackComponent,\n ErrorSnackComponent\n ],\n imports: [\n CommonModule,\n MatSnackBarModule,\n MatIconModule\n ],\n exports: [\n SuccessSnackComponent,\n ErrorSnackComponent,\n ]\n})\nexport class SnackModule { }\n","import { Injectable } from '@angular/core';\nimport { Router, CanActivate, ActivatedRouteSnapshot, RouterStateSnapshot } from '@angular/router';\nimport { CredentialsService } from './credentials.service';\nimport { Logger } from './logger.service';\n\nconst log = new Logger('AuthenticationGuard');\n\n@Injectable({\n providedIn: 'root'\n})\nexport class AuthenticationGuard implements CanActivate {\n\n constructor(private router: Router,\n private credentialsService: CredentialsService) { }\n\n canActivate(route: ActivatedRouteSnapshot, state: RouterStateSnapshot): boolean {\n return this.isUserAuthenticated(route, state);\n }\n\n canLoad(route: ActivatedRouteSnapshot, state: RouterStateSnapshot): boolean {\n return this.isUserAuthenticated(route, state);\n }\n\n isUserAuthenticated(route: ActivatedRouteSnapshot, state: RouterStateSnapshot): boolean {\n if (this.credentialsService.isAuthenticated) {\n return true;\n }\n\n log.debug('Not authenticated, redirecting and adding redirect url...');\n this.router.navigate(['/login'], { queryParams: { redirect: state.url }, replaceUrl: true });\n return false;\n }\n\n}\n","\nimport { Injectable } from '@angular/core';\nimport { Observable, of } from 'rxjs';\nimport { concatMap, map } from 'rxjs/operators';\nimport { Credentials, CredentialsService } from './credentials.service';\nimport { HttpService } from './http.service';\n\n/**\n * Provides a base for authentication workflow.\n * The login/logout methods should be replaced with proper implementation.\n */\n@Injectable({\n providedIn: 'root'\n})\nexport class AuthenticationService {\n\n constructor(private credentialsService: CredentialsService, private http: HttpService) { }\n\n /**\n * Authenticates the user.\n * @param context The login parameters.\n * @return The user credentials.\n */\n login(context: any): Observable<Credentials> {\n const data = <Credentials>{};\n return this.http\n .skipToken()\n .post('oauth/token', context)\n .pipe(\n concatMap(async (tokenInfo: any) => {\n tokenInfo.expires_in = Date.now() + (tokenInfo.expires_in * 1000);\n data.token = tokenInfo;\n data.user = {};\n this.credentialsService.setCredentials(data, context.remember);\n const userInfo: any = await this.http.get('api/user/current').toPromise();\n data.user = userInfo?.user;\n this.credentialsService.setCredentials(data, context.remember);\n return data;\n })\n )\n }\n\n /**\n * Logs out the user and clear credentials.\n * @return True if the user was logged out successfully.\n */\n logout(): Observable<boolean> {\n\n this.credentialsService.setCredentials();\n return of(true);\n }\n\n}\n","import { ActivatedRouteSnapshot, DetachedRouteHandle, RouteReuseStrategy } from '@angular/router';\nimport { Injectable } from '@angular/core';\n\n/**\n * A route strategy allowing for explicit route reuse.\n * Used as a workaround for https://github.com/angular/angular/issues/18374\n * To reuse a given route, add `data: { reuse: true }` to the route definition.\n */\n@Injectable({\n providedIn: 'root'\n})\nexport class RouteReusableStrategy extends RouteReuseStrategy {\n\n public shouldDetach(route: ActivatedRouteSnapshot): boolean {\n return false;\n }\n\n public store(route: ActivatedRouteSnapshot, detachedTree: DetachedRouteHandle | null): void { }\n\n public shouldAttach(route: ActivatedRouteSnapshot): boolean {\n return false;\n }\n\n public retrieve(route: ActivatedRouteSnapshot): DetachedRouteHandle | null {\n return null;\n }\n\n public shouldReuseRoute(future: ActivatedRouteSnapshot, curr: ActivatedRouteSnapshot): boolean {\n // Reuse the route if the RouteConfig is the same, or if both routes use the\n // same component, because the latter can have different RouteConfigs.\n return future.routeConfig === curr.routeConfig ||\n Boolean(future.routeConfig?.component &&\n future.routeConfig?.component === curr.routeConfig?.component);\n }\n\n}\n","import { Injectable } from \"@angular/core\";\r\nimport { Subject, Observable } from 'rxjs';\r\n\r\n/**\r\n * Service used to manage Local Storage\r\n * \r\n * @author Joshua Kissoon\r\n * @since 20190623\r\n */\r\n@Injectable({\r\n providedIn: 'root'\r\n})\r\nexport class StorageService {\r\n private storageSub = new Subject<any>();\r\n\r\n constructor() {\r\n\r\n }\r\n\r\n watch(): Observable<any> {\r\n return this.storageSub.asObservable();\r\n }\r\n\r\n setItem(key: string, data: any) {\r\n localStorage.setItem(key, data);\r\n this.storageSub.next({ key: key, value: data });\r\n }\r\n\r\n getItem(key: string) {\r\n return localStorage.getItem(key);\r\n }\r\n\r\n removeItem(key: string) {\r\n const data = this.getItem(key);\r\n localStorage.removeItem(key);\r\n this.storageSub.next({ key: key, value: data });\r\n }\r\n}\r\n","import { Injectable } from '@angular/core';\r\nimport { HttpService } from './http.service';\r\n\r\n/**\r\n * Service that provides a wrapper for retrieving data from the server\r\n * @deprecated use HttpService Instead\r\n * @author Joshua Kissoon\r\n * @since 20170709\r\n */\r\n@Injectable({\r\n providedIn: 'root'\r\n})\r\nexport class DataManager {\r\n\r\n constructor(private http: HttpService) { }\r\n\r\n /**\r\n * Callback wrapper for the HTTP GET Call\r\n * \r\n * @param urlq The query part of the URL to be sent to the server\r\n * \r\n * @author Joshua Kissoon\r\n * @since 20160826\r\n * @updated 20170711 to add parameters\r\n */\r\n GET(urlq: string, params = {}): any {\r\n return this.http\r\n .get(urlq, { params: params })\r\n .toPromise();\r\n }\r\n\r\n /**\r\n * Callback wrapper for the HTTP POST Call\r\n * \r\n * @param urlq The query part of the URL to be sent to the server\r\n * @param object The object containing the POST data to be sent\r\n * \r\n * @author Joshua Kissoon\r\n * @since 20160826\r\n */\r\n POST(urlq: string, object: any): any {\r\n if (null == object) {\r\n object = { \"blank\": \"blank\" };\r\n }\r\n\r\n return this.http\r\n .post(urlq, object)\r\n .toPromise();\r\n }\r\n\r\n /**\r\n * Callback wrapper for the HTTP POST Call\r\n * \r\n * @param urlq The query part of the URL to be sent to the server\r\n * @param object The object containing the POST data to be sent\r\n * \r\n * @author Joshua Kissoon\r\n * @since 20160826\r\n */\r\n POSTRAW(urlq: string, object: any): any {\r\n if (null == object) {\r\n object = { \"blank\": \"blank\" };\r\n }\r\n\r\n return this.http\r\n .skipHeader()\r\n .post(urlq, object)\r\n .toPromise();\r\n }\r\n\r\n\r\n /**\r\n * Callback wrapper for the HTTP PUT Call\r\n * \r\n * @param urlq The query part of the URL to be sent to the server\r\n * @param object The object containing the PUT data to be sent\r\n * \r\n * @author Joshua Kissoon\r\n * @since 20160826\r\n */\r\n PUT(urlq: string, object: any): any {\r\n if (null == object) {\r\n object = { \"blank\": \"blank\" };\r\n }\r\n\r\n return this.http\r\n .put(urlq, object)\r\n .toPromise();\r\n }\r\n\r\n /**\r\n * Callback wrapper for the HTTP PATCH Call\r\n * \r\n * @param urlq The query part of the URL to be sent to the server\r\n * @param object The object containing the PUT data to be sent\r\n * \r\n * @author Joshua Kissoon\r\n * @since 20161107\r\n */\r\n PATCH(urlq: string, object: any): any {\r\n if (null == object) {\r\n object = { \"blank\": \"blank\" };\r\n }\r\n\r\n return this.http\r\n .patch(urlq, object)\r\n .toPromise();\r\n }\r\n\r\n /**\r\n * Callback wrapper for the HTTP DELETE Call\r\n * \r\n * @param urlq The query part of the URL to be sent to the server\r\n * \r\n * @author Joshua Kissoon\r\n * @since 20160826\r\n */\r\n DELETE(urlq: string): any {\r\n return this.http\r\n .delete(urlq)\r\n .toPromise();\r\n }\r\n\r\n}","import { MatTooltipModule } from '@angular/material/tooltip';\n/*\n * This module imports and re-exports all Angular Material modules for convenience,\n * so only 1 module import is needed in your feature modules.\n * See https://material.angular.io/guide/getting-started#step-3-import-the-component-modules.\n *\n * To optimize your production builds, you should only import the components used in your app.\n */\n\nimport { NgModule } from \"@angular/core\";\nimport {\n MatCommonModule,\n MatLineModule,\n MatNativeDateModule,\n MatOptionModule,\n MatPseudoCheckboxModule,\n MatRippleModule\n} from \"@angular/material/core\";\nimport { MatButtonModule } from \"@angular/material/button\";\nimport { MatCheckboxModule } from \"@angular/material/checkbox\";\nimport { MatDialogModule } from \"@angular/material/dialog\";\nimport { MatFormFieldModule } from \"@angular/material/form-field\";\nimport { MatIconModule } from \"@angular/material/icon\";\nimport { MatInputModule } from \"@angular/material/input\";\nimport { MatMenuModule } from \"@angular/material/menu\";\nimport { MatProgressSpinnerModule } from \"@angular/material/progress-spinner\";\nimport { MatSelectModule } from \"@angular/material/select\";\nimport { MatSortModule } from \"@angular/material/sort\";\nimport { MatTableModule } from \"@angular/material/table\";\nimport { MatCardModule } from \"@angular/material/card\";\nimport { MatDividerModule } from \"@angular/material/divider\";\nimport { MatChipsModule } from \"@angular/material/chips\";\nimport { MatDatepickerModule } from '@angular/material/datepicker';\nimport { MatListModule } from '@angular/material/list'\n\n\n@NgModule({\n exports: [\n MatButtonModule,\n MatCheckboxModule,\n MatCommonModule,\n MatDialogModule,\n MatFormFieldModule,\n MatIconModule,\n MatInputModule,\n MatLineModule,\n MatMenuModule,\n MatNativeDateModule,\n MatOptionModule,\n MatProgressSpinnerModule,\n MatPseudoCheckboxModule,\n MatRippleModule,\n MatSelectModule,\n MatSortModule,\n MatTableModule,\n MatCardModule,\n MatDividerModule,\n MatChipsModule,\n MatDatepickerModule,\n MatListModule,\n MatTooltipModule\n ]\n})\nexport class MaterialModule { }\n","import { NgModule, Optional, SkipSelf } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { HTTP_INTERCEPTORS, HttpClientModule, HttpClient } from '@angular/common/http';\nimport { RouteReuseStrategy, RouterModule } from '@angular/router';\n\nimport { RouteReusableStrategy } from './route-reusable-strategy';\nimport { ApiPrefixInterceptor } from './api-prefix.interceptor';\nimport { ErrorHandlerInterceptor } from './error-handler.interceptor';\nimport { HttpService } from './http.service';\nimport { TokenInterceptor } from './token.interceptor';\nimport { CacheInterceptor } from './cache.interceptor';\nimport { SnackModule } from './snack/snack.module';\n\n@NgModule({\n imports: [\n CommonModule,\n HttpClientModule,\n RouterModule,\n SnackModule\n ],\n providers: [\n {\n provide: HttpClient,\n useClass: HttpService\n },\n {\n provide: RouteReuseStrategy,\n useClass: RouteReusableStrategy\n }\n ],\n exports: [\n SnackModule\n ]\n})\nexport class CoreModule {\n\n constructor(@Optional() @SkipSelf() parentModule: CoreModule) {\n // Import guard\n if (parentModule) {\n throw new Error(`${parentModule} has already been loaded. Import Core module in the root module only.`);\n }\n }\n\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { FlexLayoutModule } from '@angular/flex-layout';\nimport { ActionPopupComponent } from './action-popup.component';\nimport { MaterialModule } from '../material.module';\n\n@NgModule({\n imports: [\n FlexLayoutModule,\n CommonModule,\n MaterialModule\n ],\n declarations: [\n ActionPopupComponent\n ],\n exports: [\n ActionPopupComponent\n ],\n entryComponents: [\n ActionPopupComponent\n ]\n})\nexport class ActionPopupModule { }\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { FlexLayoutModule } from '@angular/flex-layout';\nimport { DataTableComponent } from './data-table.component';\nimport { InfiniteScrollModule } from \"ngx-infinite-scroll\";\nimport { MaterialModule } from '../material.module';\n\n\n@NgModule({\n imports: [\n FlexLayoutModule,\n CommonModule,\n InfiniteScrollModule,\n MaterialModule\n ],\n declarations: [\n DataTableComponent\n ],\n exports: [\n DataTableComponent\n ]\n})\nexport class DataTableModule { }\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { FlexLayoutModule } from '@angular/flex-layout';\nimport { DocumentViewerComponent } from './document-viewer.component';\nimport { NgxDocViewerModule } from 'ngx-doc-viewer';\nimport { MaterialModule } from '../material.module';\n\n@NgModule({\n imports: [\n CommonModule,\n FlexLayoutModule,\n NgxDocViewerModule,\n MaterialModule\n ],\n declarations: [\n DocumentViewerComponent\n ],\n exports: [\n DocumentViewerComponent\n ]\n})\nexport class DocumentViewerModule { }\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { FileDropperComponent } from './file-dropper.component';\nimport { FlexLayoutModule } from '@angular/flex-layout';\nimport { MaterialModule } from '../material.module';\n\n@NgModule({\n imports: [\n CommonModule,\n FlexLayoutModule,\n MaterialModule\n ],\n declarations: [\n FileDropperComponent\n ],\n exports: [FileDropperComponent]\n})\nexport class FileDropperModule { }\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { EntityFileFormComponent } from './entity-file-form/entity-file-form.component';\nimport { EntityFilesViewAllComponent } from './entity-files-view-all.component';\nimport { ReactiveFormsModule, FormsModule } from '@angular/forms';\nimport { FlexLayoutModule } from '@angular/flex-layout';\nimport { InfiniteScrollModule } from 'ngx-infinite-scroll';\nimport { FileDropperModule } from '../file-dropper/file-dropper.module';\nimport { DocumentViewerModule } from '../document-viewer/document-viewer.module';\nimport { ActionPopupModule } from '../action-popup/action-popup.module';\nimport { MaterialModule } from '../material.module';\n\n\n@NgModule({\n declarations: [EntityFileFormComponent, EntityFilesViewAllComponent],\n imports: [\n CommonModule,\n FormsModule,\n ReactiveFormsModule,\n FlexLayoutModule,\n FileDropperModule,\n DocumentViewerModule,\n InfiniteScrollModule,\n ActionPopupModule,\n MaterialModule\n ],\n exports: [\n EntityFilesViewAllComponent\n ],\n entryComponents: [EntityFileFormComponent]\n})\nexport class EntityFilesViewAllModule { }\n","import { Component, OnInit, Input } from \"@angular/core\";\n\n@Component({\n selector: \"app-read-more\",\n templateUrl: \"./read-more.component.html\",\n styleUrls: [\"./read-more.component.scss\"]\n})\nexport class ReadMoreComponent implements OnInit {\n @Input() text: string;\n @Input() maxLength: number = 100;\n currentText: string;\n hideToggle: boolean = true;\n\n isCollapsed: boolean = true;\n\n constructor() {}\n\n ngOnInit() {\n this.determineView();\n }\n\n toggleView() {\n this.isCollapsed = !this.isCollapsed;\n this.determineView();\n }\n\n determineView() {\n if (!this.text || this.text.length <= this.maxLength) {\n this.currentText = this.text;\n this.isCollapsed = false;\n this.hideToggle = true;\n return;\n }\n this.hideToggle = false;\n if (this.isCollapsed == true) {\n this.currentText = this.text.substring(0, this.maxLength) + \"...\";\n } else if (this.isCollapsed == false) {\n this.currentText = this.text;\n }\n }\n}\n","import { FlexLayoutModule } from '@angular/flex-layout';\nimport { MaterialModule } from '../material.module';\nimport { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { ReadMoreComponent } from './read-more.component';\n\n@NgModule({\n declarations: [ReadMoreComponent],\n imports: [\n CommonModule,\n MaterialModule,\n FlexLayoutModule\n ],\n exports: [\n ReadMoreComponent\n ]\n})\nexport class ReadMoreModule { }","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { NoteListComponent } from './note-list/note-list.component';\nimport { NoteFormComponent } from './note-form/note-form.component';\nimport { InfiniteScrollModule } from 'ngx-infinite-scroll';\nimport { ReactiveFormsModule } from '@angular/forms';\nimport { FlexLayoutModule } from '@angular/flex-layout';\nimport { ActionPopupModule } from '../action-popup/action-popup.module';\nimport { MaterialModule } from '../material.module';\nimport { CommentFormComponent } from './comment-form/comment-form.component';\nimport { ReadMoreModule } from '../read-more/read-more.module';\n\n@NgModule({\n declarations: [\n NoteListComponent,\n NoteFormComponent,\n CommentFormComponent,\n ],\n imports: [\n CommonModule,\n ReactiveFormsModule,\n InfiniteScrollModule,\n FlexLayoutModule,\n ActionPopupModule,\n MaterialModule,\n ReadMoreModule\n ],\n exports: [\n NoteListComponent\n ],\n entryComponents: [NoteFormComponent]\n})\nexport class NoteModule { }\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { SearchableSelectorComponent } from './searchable-selector.component';\nimport { FlexLayoutModule } from '@angular/flex-layout';\nimport { ReactiveFormsModule } from '@angular/forms';\nimport { MatSelectInfiniteScrollDirective } from './mat-select-infinite-scroll.directive';\nimport { MaterialModule } from '../material.module';\n\n@NgModule({\n imports: [\n CommonModule,\n ReactiveFormsModule,\n FlexLayoutModule,\n MaterialModule\n ],\n declarations: [\n SearchableSelectorComponent,\n MatSelectInfiniteScrollDirective\n ],\n exports: [\n SearchableSelectorComponent,\n MatSelectInfiniteScrollDirective\n ]\n})\nexport class SearchableSelectorModule { }\n","import { BrowserAnimationsModule } from '@angular/platform-browser/animations';\r\nimport { CommonModule } from '@angular/common';\r\nimport { NgModule } from '@angular/core';\r\nimport { FormsModule } from '@angular/forms';\r\n\r\n/* Selectors */\r\nimport { NumItemsSelector } from './num-items-selector.component';\r\nimport { NumberSelector } from './number-selector.component';\r\n\r\n@NgModule({\r\n imports: [\r\n CommonModule,\r\n FormsModule,\r\n ],\r\n declarations: [\r\n NumItemsSelector, NumberSelector,\r\n ],\r\n exports: [NumItemsSelector, NumberSelector]\r\n})\r\nexport class UtilityModule { }\r\n","import { NgModule } from '@angular/core';\nimport { Routes, RouterModule } from '@angular/router';\n\nconst routes: Routes = [];\n\n@NgModule({\n imports: [RouterModule.forChild(routes)],\n exports: [RouterModule]\n})\nexport class TimelineFilterRoutingModule { }\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\nimport { TimelineFilterRoutingModule } from './timeline-filter-routing.module';\nimport { TimelineFilterComponent } from './timeline-filter.component';\nimport { FlexLayoutModule } from '@angular/flex-layout';\nimport { ReactiveFormsModule } from '@angular/forms';\nimport { MaterialModule } from '../material.module';\n\n\n@NgModule({\n declarations: [TimelineFilterComponent],\n imports: [\n CommonModule,\n TimelineFilterRoutingModule,\n FlexLayoutModule,\n MaterialModule,\n ReactiveFormsModule\n ],\n exports: [TimelineFilterComponent]\n})\nexport class TimelineFilterModule { }\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { LoaderComponent } from './loader.component';\nimport { MatProgressSpinnerModule } from '@angular/material/progress-spinner';\n\n@NgModule({\n declarations: [\n LoaderComponent\n ],\n imports: [\n CommonModule,\n MatProgressSpinnerModule\n ],\n exports: [\n LoaderComponent\n ]\n})\nexport class LoaderModule { }\n","import { NgModule } from '@angular/core';\nimport { Routes, RouterModule } from '@angular/router';\n\nconst routes: Routes = [];\n\n@NgModule({\n imports: [RouterModule.forChild(routes)],\n exports: [RouterModule]\n})\nexport class EmailSubscriptionRoutingModule { }\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\nimport { EmailSubscriptionRoutingModule } from './email-subscription-routing.module';\n\n\n\n@NgModule({\n declarations: [],\n imports: [\n CommonModule,\n EmailSubscriptionRoutingModule\n ]\n})\nexport class EmailSubscriptionModule { }\n","import { NgModule } from '@angular/core';\nimport { Routes, RouterModule } from '@angular/router';\n\n\nconst routes: Routes = [];\n\n@NgModule({\n imports: [RouterModule.forChild(routes)],\n exports: [RouterModule]\n})\nexport class EmailSubscriptionUserRoutingModule { }\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\nimport { EmailSubscriptionUserRoutingModule } from './email-subscription-user-routing.module';\n\n\n@NgModule({\n declarations: [],\n imports: [\n CommonModule,\n EmailSubscriptionUserRoutingModule\n ]\n})\nexport class EmailSubscriptionUserModule { }\n","import { NgModule } from '@angular/core';\nimport { Routes, RouterModule } from '@angular/router';\n\nconst routes: Routes = [];\n\n@NgModule({\n imports: [RouterModule.forChild(routes)],\n exports: [RouterModule]\n})\nexport class EmailSubscriptionUserFormRoutingModule { }\n","\nimport { Component, Inject, OnInit, TemplateRef } from '@angular/core';\nimport { FormGroup, FormBuilder, Validators } from '@angular/forms';\nimport { MatDialogRef, MAT_DIALOG_DATA } from '@angular/material/dialog';\nimport { UntilDestroy, untilDestroyed } from '@ngneat/until-destroy';\nimport { finalize } from 'rxjs/operators';\nimport { AlertService } from '../../../core/alert.service';\nimport { FormValidatorService } from '../../../core/form-validator.service';\nimport { HttpService } from '../../../core/http.service';\nimport { Logger } from '../../../core/logger.service';\n\nconst log = new Logger('EmailSubscriptionUser Form');\n\nconst errorMessages: any = {\n user_id: {\n required: \"User is required\"\n },\n email_type_id: {\n required: \"Email Type is required\"\n },\n};\n\n@UntilDestroy()\n@Component({\n selector: 'app-email-subscription-user-form',\n templateUrl: './email-subscription-user-form.component.html',\n styleUrls: ['./email-subscription-user-form.component.scss']\n})\nexport class EmailSubscriptionUserFormComponent implements OnInit {\n\n updateMode: boolean;\n esUserFormGroup: FormGroup;\n esUserFormFirstAttempt: boolean;\n esUser: any;\n isSubmitLoading: boolean;\n selectedUser: any;\n selectedType: any;\n\n constructor(private fb: FormBuilder,\n private formValidatorService: FormValidatorService,\n private alertService: AlertService,\n public dialogRef: MatDialogRef<EmailSubscriptionUserFormComponent>,\n @Inject(MAT_DIALOG_DATA) public data: any,\n private http: HttpService\n ) {\n this.createForm();\n }\n\n /** Method to create a form **/\n private createForm() {\n\n //TODO: Finialize and add more validations.\n this.esUserFormGroup = this.fb.group({\n id: [''],\n user_id: ['', Validators.required],\n email_type_id: ['', Validators.required],\n });\n }\n\n\n ngOnInit() {\n if (this.data?.esUser?.id) {\n this.esUser = this.data.esUser;\n this.updateMode = true;\n this.selectedType = this.esUser?.email_type;\n this.selectedUser = this.esUser?.user;\n this.esUserFormGroup.patchValue(this.esUser);\n }\n\n }\n\n //Method to trigger login\n submit() {\n this.esUserFormGroup.markAllAsTouched();\n this.esUserFormFirstAttempt = true;\n if (this.esUserFormGroup.valid) {\n this.isSubmitLoading = true;\n const model = this.esUserFormGroup.value;\n (\n this.updateMode ?\n this.http.put(`api/email-subscription-users/${model?.id}`, model) :\n this.http.post(`api/email-subscription-users`, model)\n )\n .pipe(\n finalize(() => this.isSubmitLoading = false),\n untilDestroyed(this)\n ).subscribe(result => {\n this.alertService.addAlert(\"Subscription saved successfully\", \"success\");\n this.dialogRef.close(result);\n });\n }\n }\n\n\n cancel() {\n this.dialogRef.close();\n }\n\n /**Method to evaluate form fields*/\n isFieldValid(field: string) {\n return this.formValidatorService.isFieldValid(field, this.esUserFormGroup, this.esUserFormFirstAttempt);\n }\n\n /**Method to find error in form fields*/\n getErrorMessage(field: string) {\n return this.formValidatorService.getErrorMessage(field, this.esUserFormGroup, errorMessages);\n }\n\n ngOnDestroy() {\n // Needed for automatic unsubscribe with untilDestroyed\n }\n\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\nimport { EmailSubscriptionUserFormRoutingModule } from './email-subscription-user-form-routing.module';\nimport { EmailSubscriptionUserFormComponent } from './email-subscription-user-form.component';\nimport { SearchableSelectorModule } from '../../../searchable-selector/searchable-selector.module';\nimport { ReactiveFormsModule } from '@angular/forms';\nimport { FlexLayoutModule } from '@angular/flex-layout';\nimport { MaterialModule } from '../../../material.module';\nimport { LoaderModule } from '../../../loader/loader.module';\n\n\n@NgModule({\n declarations: [EmailSubscriptionUserFormComponent],\n imports: [\n CommonModule,\n MaterialModule,\n FlexLayoutModule,\n ReactiveFormsModule,\n SearchableSelectorModule,\n EmailSubscriptionUserFormRoutingModule,\n LoaderModule\n ],\n entryComponents: [EmailSubscriptionUserFormComponent]\n})\nexport class EmailSubscriptionUserFormModule { }\n","import { Component, OnInit, ViewChild } from '@angular/core';\n\nimport { MatDialog } from '@angular/material/dialog';\nimport { FormControl } from '@angular/forms';\nimport { MatSort } from '@angular/material/sort';\nimport { UntilDestroy, untilDestroyed } from '@ngneat/until-destroy';\nimport { EmailSubscriptionUserFormComponent } from '../email-subscription-user-form/email-subscription-user-form.component';\nimport { Router } from '@angular/router';\nimport { Logger } from '../../../core/logger.service';\nimport { PageEvent } from '../../../data-table/data-table.model';\nimport { HttpService } from '../../../core/http.service';\nimport { ActionPopupComponent } from '../../../action-popup/action-popup.component';\nimport { ActionPopup } from '../../../action-popup/action-popup.model';\n\nconst log = new Logger('EmailSubscriptionUser list');\n\n@UntilDestroy()\n@Component({\n selector: 'app-email-subscription-user-list',\n templateUrl: './email-subscription-user-list.component.html',\n styleUrls: ['./email-subscription-user-list.component.scss']\n})\nexport class EmailSubscriptionUserListComponent implements OnInit {\n\n esUserList: any[] = [];\n pageEvent: PageEvent = { page: 1, perPage: 25, lastPage: 1 };\n filters: any = {\n sort_by: 'created_at|desc',\n };\n\n\n @ViewChild(MatSort, { static: true }) sort: MatSort;\n\n displayColumns: FormControl = new FormControl(['index', 'user.name', 'email_type.title', 'creator.name', 'created_at', 'actions']);\n displayedColumns: any[] = [];\n availableDisplayColumns: any[] = [\n { order: 1, value: 'index', name: 'Index' },\n { order: 2, value: 'user.name', name: 'User' },\n { order: 3, value: 'email_type.title', name: 'Email Type' },\n { order: 4, value: 'creator.name', name: 'Creator' },\n { order: 5, value: 'actions', name: 'Actions' }\n ];\n\n constructor(\n private dialog: MatDialog,\n private http: HttpService,\n private router: Router,\n ) { }\n\n ngOnInit() {\n this.displayedColumns = this.displayColumns.value;\n this.initializeData();\n\n if (this.sort) {\n this.sort.sortChange.pipe(untilDestroyed(this))\n .subscribe((value: any) => {\n this.changeSort(value);\n })\n }\n }\n\n get selectedColumns(): string[] {\n return this.availableDisplayColumns\n .filter(col => (this.displayColumns.value as any).some((x: any) => x === col.value))\n .sort((a, b) => (a.order > b.order) ? 1 : ((b.order > a.order) ? -1 : 0))\n .map(col => col.value);\n }\n\n columnsChange() {\n this.displayedColumns = this.selectedColumns;\n }\n\n\n initializeData() {\n this.http.get(`api/email-subscription-users`, { params: { ...this.filters, ...this.pageEvent } })\n .pipe(untilDestroyed(this))\n .subscribe((result: any) => {\n this.esUserList = this.esUserList.concat(result.data);\n this.pageEvent.page = result.current_page;\n this.pageEvent.lastPage = result.last_page;\n });\n }\n\n filterChange(event: any) {\n this.filters = {\n ...this.filters,\n ...event\n };\n this.reload();\n }\n\n addEmailSubscriptionUser() {\n const dialogRef = this.dialog.open(EmailSubscriptionUserFormComponent, {\n width: '800px',\n autoFocus: false,\n data: {} // Any data passed here will be injected into the model\n });\n\n dialogRef.afterClosed().subscribe((result: any) => {\n if (result) {\n log.debug(result);\n this.reload();\n }\n });\n }\n\n\n editEmailSubscriptionUser(event: any, esUser: any) {\n event.stopPropagation();\n const dialogRef = this.dialog.open(EmailSubscriptionUserFormComponent, {\n width: '800px',\n autoFocus: false,\n data: {\n esUser: esUser\n } // Any data passed here will be injected into the model\n });\n\n dialogRef.afterClosed().subscribe((result: any) => {\n if (result) {\n log.debug(result);\n this.reload();\n }\n });\n }\n\n deleteEmailSubscriptionUser(event: any, esUser: any) {\n event.stopPropagation();\n const dialogRef = this.dialog.open(ActionPopupComponent, {\n width: '400px',\n data: <ActionPopup>{\n title: 'Delete Subscription',\n message: `Are you sure to proceed delete the esUser ${esUser.name}?`\n },\n autoFocus: false\n });\n\n dialogRef.afterClosed().subscribe(result => {\n if (result) {\n //Action confirmed\n this.http.delete(`api/email-subscription-users/${esUser?.id}`)\n .pipe(untilDestroyed(this))\n .subscribe((result: any) => {\n this.esUserList = this.esUserList.filter(x => x.id !== esUser.id);\n });\n }\n });\n }\n\n onScroll() {\n if (this.pageEvent.lastPage > this.pageEvent.page) {\n this.pageEvent.page += 1;\n this.initializeData();\n }\n }\n\n changeSort(event: any) {\n if (event.direction) {\n this.filters.sort_by = `${event.active}|${event.direction}`;\n this.reload();\n }\n }\n\n reload() {\n this.esUserList = [];\n this.pageEvent = { page: 1, perPage: 25, lastPage: 1 };\n this.initializeData();\n }\n\n\n ngOnDestroy() {\n //Until destroyed uses it\n }\n\n}\n","import { NgModule } from '@angular/core';\nimport { Routes, RouterModule } from '@angular/router';\nimport { AuthenticationGuard } from '../../../core/authentication.guard';\nimport { EmailSubscriptionUserListComponent } from './email-subscription-user-list.component';\n\nexport const esulr = {\n title: 'Email Subscription Users',\n permissions: {\n only: ['app_admin'],\n redirectTo: '/'\n }\n};\n\nconst routes: Routes = [\n {\n path: '',\n component: EmailSubscriptionUserListComponent,\n canActivate: [AuthenticationGuard],\n data: esulr\n },\n];\n\n@NgModule({\n imports: [RouterModule.forChild(routes)],\n exports: [RouterModule]\n})\nexport class EmailSubscriptionUserListRoutingModule { }\n","import { NgModule } from '@angular/core';\nimport { Routes, RouterModule } from '@angular/router';\n\nconst routes: Routes = [];\n\n@NgModule({\n imports: [RouterModule.forChild(routes)],\n exports: [RouterModule]\n})\nexport class EmailSubscriptionUserListFilterRoutingModule { }\n","import { Component, OnInit, Output, EventEmitter, Input } from '@angular/core';\nimport { FormGroup, FormBuilder } from '@angular/forms';\nimport { debounceTime, distinctUntilChanged } from 'rxjs/operators';\nimport { UntilDestroy, untilDestroyed } from '@ngneat/until-destroy';\n\n@UntilDestroy()\n@Component({\n selector: 'app-email-subscription-user-list-filter',\n templateUrl: './email-subscription-user-list-filter.component.html',\n styleUrls: ['./email-subscription-user-list-filter.component.scss']\n})\nexport class EmailSubscriptionUserListFilterComponent implements OnInit {\n\n esUserFilterForm: FormGroup;\n\n @Output() valueChange = new EventEmitter();\n\n constructor(private fb: FormBuilder) {\n this.createForm();\n }\n\n private createForm() {\n\n //TODO: Finialize and add more validations.\n this.esUserFilterForm = this.fb.group({\n user_id: [''],\n email_type_id: [''],\n });\n }\n\n ngOnInit(): void {\n\n this.esUserFilterForm.valueChanges.pipe(\n debounceTime(500),\n distinctUntilChanged(),\n untilDestroyed(this)\n ).subscribe(value => {\n this.valueChange.emit(value);\n })\n }\n\n\n resetFieldValue(field: string) {\n this.esUserFilterForm.get(field).setValue('');\n }\n\n getFieldValue(field: string) {\n return this.esUserFilterForm.get(field).value;\n }\n\n\n ngOnDestroy() {\n\n }\n\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\nimport { EmailSubscriptionUserListFilterRoutingModule } from './email-subscription-user-list-filter-routing.module';\nimport { EmailSubscriptionUserListFilterComponent } from './email-subscription-user-list-filter.component';\nimport { MaterialModule } from '../../../material.module';\nimport { SearchableSelectorModule } from '../../../searchable-selector/searchable-selector.module';\nimport { FlexLayoutModule } from '@angular/flex-layout';\nimport { ReactiveFormsModule } from '@angular/forms';\n\n\n@NgModule({\n declarations: [EmailSubscriptionUserListFilterComponent],\n imports: [\n CommonModule,\n MaterialModule,\n FlexLayoutModule,\n ReactiveFormsModule,\n SearchableSelectorModule,\n EmailSubscriptionUserListFilterRoutingModule\n ],\n exports: [EmailSubscriptionUserListFilterComponent]\n})\nexport class EmailSubscriptionUserListFilterModule { }\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\nimport { EmailSubscriptionUserListRoutingModule } from './email-subscription-user-list-routing.module';\nimport { EmailSubscriptionUserListComponent } from './email-subscription-user-list.component';\nimport { EmailSubscriptionUserListFilterModule } from '../email-subscription-user-list-filter/email-subscription-user-list-filter.module';\nimport { InfiniteScrollModule } from 'ngx-infinite-scroll';\nimport { EmailSubscriptionUserFormModule } from '../email-subscription-user-form/email-subscription-user-form.module';\nimport { MaterialModule } from '../../../material.module';\nimport { FlexLayoutModule } from '@angular/flex-layout';\nimport { ReactiveFormsModule } from '@angular/forms';\n\n\n@NgModule({\n declarations: [EmailSubscriptionUserListComponent],\n imports: [\n CommonModule,\n InfiniteScrollModule,\n MaterialModule,\n FlexLayoutModule,\n ReactiveFormsModule,\n EmailSubscriptionUserListRoutingModule,\n EmailSubscriptionUserFormModule,\n EmailSubscriptionUserListFilterModule\n ],\n exports: [EmailSubscriptionUserListComponent]\n})\nexport class EmailSubscriptionUserListModule { }\n","import { NgModule } from '@angular/core';\nimport { Routes, RouterModule } from '@angular/router';\n\nconst routes: Routes = [];\n\n@NgModule({\n imports: [RouterModule.forChild(routes)],\n exports: [RouterModule]\n})\n\nexport class EmailSubscriptionTypeRoutingModule { }","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\nimport { EmailSubscriptionTypeRoutingModule } from './email-subscription-type-routing.module';\n\n\n@NgModule({\n declarations: [],\n imports: [\n CommonModule,\n EmailSubscriptionTypeRoutingModule\n ]\n})\nexport class EmailSubscriptionTypeModule { }\n","import { NgModule } from '@angular/core';\nimport { Routes, RouterModule } from '@angular/router';\n\nconst routes: Routes = [];\n\n@NgModule({\n imports: [RouterModule.forChild(routes)],\n exports: [RouterModule]\n})\nexport class EmailSubscriptionTypeFormRoutingModule { }\n","import { Component, Inject, OnInit } from '@angular/core';\nimport { FormGroup, FormBuilder, Validators } from '@angular/forms';\nimport { MatDialogRef, MAT_DIALOG_DATA } from '@angular/material/dialog';\nimport { UntilDestroy, untilDestroyed } from '@ngneat/until-destroy';\nimport { finalize } from 'rxjs/operators';\nimport { AlertService } from '../../../core/alert.service';\nimport { FormValidatorService } from '../../../core/form-validator.service';\nimport { HttpService } from '../../../core/http.service';\n\nconst errorMessages: any = {\n title: {\n required: \"Title is required\"\n },\n code: {\n required: \"Code is required\"\n },\n frequency_id: {\n required: \"Frequency is required\"\n },\n};\n\n@UntilDestroy()\n@Component({\n selector: 'app-email-subscription-type-form',\n templateUrl: './email-subscription-type-form.component.html',\n styleUrls: ['./email-subscription-type-form.component.scss']\n})\nexport class EmailSubscriptionTypeFormComponent implements OnInit {\n\n updateMode: boolean;\n emailSubscriptionTypeFormGroup: FormGroup;\n emailSubscriptionTypeFormFirstAttempt: boolean;\n emailSubscriptionType: any;\n selectedFrequency: any;\n isLoading: boolean;\n isSubmitLoading: boolean;\n\n constructor(private fb: FormBuilder,\n private formValidatorService: FormValidatorService,\n private alertService: AlertService,\n public dialogRef: MatDialogRef<EmailSubscriptionTypeFormComponent>,\n @Inject(MAT_DIALOG_DATA) public data: any,\n private http: HttpService\n ) {\n this.createForm();\n }\n\n /** Method to create a form **/\n private createForm() {\n\n //TODO: Finialize and add more validations.\n this.emailSubscriptionTypeFormGroup = this.fb.group({\n id: [''],\n title: ['', Validators.compose([Validators.required])],\n code: ['', Validators.compose([Validators.required])],\n frequency_id: ['', Validators.required],\n description: [''],\n });\n }\n\n ngOnInit() {\n if (this.data.emailSubscriptionType?.id) {\n this.isLoading = true;\n this.emailSubscriptionType = this.data?.emailSubscriptionType;\n this.updateMode = true;\n this.selectedFrequency = this.emailSubscriptionType?.frequency || {};\n this.emailSubscriptionTypeFormGroup.patchValue(this.emailSubscriptionType);\n }\n }\n\n //Method to trigger login\n submit() {\n this.emailSubscriptionTypeFormGroup.markAllAsTouched();\n this.emailSubscriptionTypeFormFirstAttempt = true;\n if (this.emailSubscriptionTypeFormGroup.valid) {\n this.isSubmitLoading = true;\n const model = this.emailSubscriptionTypeFormGroup.value;\n (\n this.updateMode ?\n this.http.put(`api/email-subscription-types/${model?.id}`, model) :\n this.http.post(`api/email-subscription-types`, model)\n )\n .pipe(\n finalize(() => this.isSubmitLoading = false),\n untilDestroyed(this)\n ).subscribe(result => {\n this.alertService.addAlert(\"Email Type saved successfully\", \"success\");\n this.dialogRef.close(result);\n });\n }\n }\n\n\n cancel() {\n this.dialogRef.close();\n }\n\n\n /**Method to evaluate form fields*/\n isFieldValid(field: string) {\n return this.formValidatorService.isFieldValid(field, this.emailSubscriptionTypeFormGroup, this.emailSubscriptionTypeFormFirstAttempt);\n }\n\n /**Method to find error in form fields*/\n getErrorMessage(field: string) {\n return this.formValidatorService.getErrorMessage(field, this.emailSubscriptionTypeFormGroup, errorMessages);\n }\n\n ngOnDestroy() {\n // Needed for automatic unsubscribe with untilDestroyed\n }\n\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\nimport { EmailSubscriptionTypeFormRoutingModule } from './email-subscription-type-form-routing.module';\nimport { EmailSubscriptionTypeFormComponent } from './email-subscription-type-form.component';\nimport { SearchableSelectorModule } from '../../../searchable-selector/searchable-selector.module';\nimport { ReactiveFormsModule } from '@angular/forms';\nimport { FlexLayoutModule } from '@angular/flex-layout';\nimport { MaterialModule } from '../../../material.module';\nimport { LoaderModule } from '../../../loader/loader.module';\n\n\n\n@NgModule({\n declarations: [EmailSubscriptionTypeFormComponent],\n imports: [\n CommonModule,\n MaterialModule,\n FlexLayoutModule,\n ReactiveFormsModule,\n SearchableSelectorModule,\n EmailSubscriptionTypeFormRoutingModule,\n LoaderModule\n ],\n exports: [EmailSubscriptionTypeFormComponent],\n entryComponents: [EmailSubscriptionTypeFormComponent]\n})\nexport class EmailSubscriptionTypeFormModule { }\n","import { Component, OnInit, ViewChild } from '@angular/core';\nimport { MatDialog } from '@angular/material/dialog';\nimport { FormControl } from '@angular/forms';\nimport { distinctUntilChanged, debounceTime } from 'rxjs/operators';\nimport { MatSort } from '@angular/material/sort';\nimport { UntilDestroy, untilDestroyed } from '@ngneat/until-destroy';\nimport { EmailSubscriptionTypeFormComponent } from '../email-subscription-type-form/email-subscription-type-form.component';\nimport { PageEvent } from '../../../data-table/data-table.model';\nimport { HttpService } from '../../../core/http.service';\nimport { ActionPopupComponent } from '../../../action-popup/action-popup.component';\nimport { ActionPopup } from '../../../action-popup/action-popup.model';\n\n@UntilDestroy()\n@Component({\n selector: 'app-email-subscription-type-list',\n templateUrl: './email-subscription-type-list.component.html',\n styleUrls: ['./email-subscription-type-list.component.scss']\n})\nexport class EmailSubscriptionTypeListComponent implements OnInit {\n\n emailSubscriptionTypeList: any[] = [];\n pageEvent: PageEvent = { page: 1, perPage: 25, lastPage: 1 };\n filters: any = {\n sort_by: 'created_at|desc',\n isLoadRelations: true,\n relations: ['frequency']\n };\n search: FormControl = new FormControl('');\n\n\n @ViewChild(MatSort, { static: true }) sort: MatSort;\n\n displayColumns: FormControl = new FormControl(['index', 'title', 'frequency.title', 'description', 'actions']);\n displayedColumns: any[] = [];\n availableDisplayColumns: any[] = [\n { order: 1, value: 'index', name: 'Index' },\n { order: 2, value: 'title', name: 'Title' },\n { order: 3, value: 'code', name: 'Code' },\n { order: 4, value: 'frequency.title', name: 'Frequency' },\n { order: 5, value: 'description', name: 'Description' },\n { order: 6, value: 'actions', name: 'Actions' }\n ];\n\n constructor(\n private dialog: MatDialog,\n private http: HttpService,\n ) { }\n\n ngOnInit() {\n this.displayedColumns = this.displayColumns.value;\n this.initializeData();\n this.search.valueChanges.pipe(\n debounceTime(500),\n distinctUntilChanged(),\n untilDestroyed(this)\n ).subscribe(value => {\n this.filters.search = value;\n this.reload();\n });\n\n if (this.sort) {\n this.sort.sortChange.pipe(untilDestroyed(this))\n .subscribe((value: any) => {\n this.changeSort(value);\n })\n }\n }\n\n get selectedColumns(): string[] {\n return this.availableDisplayColumns\n .filter(col => (this.displayColumns.value as any).some((x: any) => x === col.value))\n .sort((a, b) => (a.order > b.order) ? 1 : ((b.order > a.order) ? -1 : 0))\n .map(col => col.value);\n }\n\n columnsChange() {\n this.displayedColumns = this.selectedColumns;\n }\n\n\n initializeData() {\n this.http.get(`api/email-subscription-types`, { params: { ...this.filters, ...this.pageEvent } })\n .pipe(untilDestroyed(this))\n .subscribe((result: any) => {\n this.emailSubscriptionTypeList = this.emailSubscriptionTypeList.concat(result.data);\n this.pageEvent.page = result.current_page;\n this.pageEvent.lastPage = result.last_page;\n });\n }\n\n addEmailSubscriptionType() {\n const dialogRef = this.dialog.open(EmailSubscriptionTypeFormComponent, {\n width: '400px',\n autoFocus: false,\n data: {} // Any data passed here will be injected into the model\n });\n\n dialogRef.afterClosed().subscribe((result: any) => {\n if (result) {\n this.reload();\n }\n });\n }\n\n\n editEmailSubscriptionType(event: any, emailSubscriptionType: any) {\n event.stopPropagation();\n const dialogRef = this.dialog.open(EmailSubscriptionTypeFormComponent, {\n width: '400px',\n autoFocus: false,\n data: {\n emailSubscriptionType: emailSubscriptionType\n } // Any data passed here will be injected into the model\n });\n\n dialogRef.afterClosed().subscribe((result: any) => {\n if (result) {\n this.reload();\n }\n });\n }\n\n deleteEmailSubscriptionType(event: any, emailSubscriptionType: any) {\n event.stopPropagation();\n const dialogRef = this.dialog.open(ActionPopupComponent, {\n width: '400px',\n data: <ActionPopup>{\n title: 'Delete Email Type',\n message: `Are you sure to proceed delete the Email Type ${emailSubscriptionType.title}?`\n },\n autoFocus: false\n });\n\n dialogRef.afterClosed().subscribe(result => {\n if (result) {\n //Action confirmed\n this.http.delete(`api/email-subscription-types/${emailSubscriptionType?.id}`)\n .pipe(untilDestroyed(this))\n .subscribe((result: any) => {\n this.emailSubscriptionTypeList = this.emailSubscriptionTypeList.filter(x => x.id !== emailSubscriptionType.id);\n });\n }\n });\n }\n\n onScroll() {\n if (this.pageEvent.lastPage > this.pageEvent.page) {\n this.pageEvent.page += 1;\n this.initializeData();\n }\n }\n\n changeSort(event: any) {\n if (event.direction) {\n this.filters.sort_by = `${event.active}|${event.direction}`;\n this.reload();\n }\n }\n\n reload() {\n this.emailSubscriptionTypeList = [];\n this.pageEvent = { page: 1, perPage: 25, lastPage: 1 };\n this.initializeData();\n }\n\n ngOnDestroy() {\n //Until destroyed uses it\n }\n\n}","import { NgModule } from '@angular/core';\nimport { Routes, RouterModule } from '@angular/router';\nimport { AuthenticationGuard } from '../../../core/authentication.guard';\n\nimport { EmailSubscriptionTypeListComponent } from './email-subscription-type-list.component';\n\nexport const estlr = {\n title: 'Email Subscription Type',\n permissions: {\n only: ['client_admin'],\n redirectTo: '/'\n }\n};\n\n\nconst routes: Routes = [\n {\n path: '',\n component: EmailSubscriptionTypeListComponent,\n canActivate: [AuthenticationGuard],\n data: estlr\n },\n];\n\n@NgModule({\n imports: [RouterModule.forChild(routes)],\n exports: [RouterModule]\n})\nexport class EmailSubscriptionTypeListRoutingModule { }\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\nimport { EmailSubscriptionTypeListRoutingModule } from './email-subscription-type-list-routing.module';\nimport { EmailSubscriptionTypeListComponent } from './email-subscription-type-list.component';\nimport { EmailSubscriptionTypeFormModule } from '../email-subscription-type-form/email-subscription-type-form.module';\nimport { InfiniteScrollModule } from 'ngx-infinite-scroll';\nimport { FlexLayoutModule } from '@angular/flex-layout';\nimport { MaterialModule } from '../../../material.module';\nimport { ReactiveFormsModule } from '@angular/forms';\n\n\n@NgModule({\n declarations: [EmailSubscriptionTypeListComponent],\n imports: [\n CommonModule,\n MaterialModule,\n FlexLayoutModule,\n ReactiveFormsModule,\n InfiniteScrollModule,\n EmailSubscriptionTypeFormModule,\n EmailSubscriptionTypeListRoutingModule\n ],\n exports: [EmailSubscriptionTypeListComponent]\n})\nexport class EmailSubscriptionTypeListModule { }\n","import { Component, OnInit } from '@angular/core';\nimport { UntilDestroy, untilDestroyed } from '@ngneat/until-destroy';\nimport { HttpService } from '../../core/http.service';\nimport { PageEvent } from '../../data-table/data-table.model';\n\n@UntilDestroy()\n@Component({\n selector: 'app-email-subscription-for-user',\n templateUrl: './email-subscription-for-user.component.html',\n styleUrls: ['./email-subscription-for-user.component.scss']\n})\nexport class EmailSubscriptionForUserComponent implements OnInit {\n\n subscriptions: any[] = [];\n pageEvent: PageEvent = { page: 1, perPage: 25, lastPage: 1 };\n filters: any = {\n sort_by: 'created_at|desc',\n isLoadRelations: true,\n relations: 'frequency,currentUserSubscription'\n };\n\n constructor(\n private http: HttpService\n ) { }\n\n ngOnInit(): void {\n this.fetchSubscriptions();\n }\n\n fetchSubscriptions() {\n this.http.get(`api/email-subscription-types`, { params: { ...this.filters, ...this.pageEvent } })\n .pipe(untilDestroyed(this))\n .subscribe((result: any) => {\n this.subscriptions = this.subscriptions.concat(result.data);\n this.pageEvent.page = result.current_page;\n this.pageEvent.lastPage = result.last_page;\n });\n }\n\n onScroll() {\n if (this.pageEvent.lastPage > this.pageEvent.page) {\n this.pageEvent.page += 1;\n this.fetchSubscriptions();\n }\n }\n\n subscribe(sub: any) {\n this.http.post(`api/email-subscription-for-user`, { email_type_id: sub?.id })\n .pipe(untilDestroyed(this))\n .subscribe((result: any) => {\n sub.current_user_subscription = result?.item;\n });\n }\n\n unsubscribe(sub: any) {\n this.http.delete(`api/email-subscription-users/${sub?.current_user_subscription?.id}`)\n .pipe(untilDestroyed(this))\n .subscribe((_: any) => {\n sub.current_user_subscription = null;\n });\n }\n\n\n reload() {\n this.subscriptions = [];\n this.pageEvent = { page: 1, perPage: 25, lastPage: 1 };\n this.fetchSubscriptions();\n }\n\n ngOnDestroy() {\n //Until destroyed uses it\n }\n\n}\n","import { NgModule } from '@angular/core';\nimport { Routes, RouterModule } from '@angular/router';\nimport { AuthenticationGuard } from '../../core/authentication.guard';\nimport { EmailSubscriptionForUserComponent } from './email-subscription-for-user.component';\n\nexport const esfur = {\n permissions: {\n only: ['client_admin']\n }\n};\n\nconst routes: Routes = [\n {\n path: '',\n component: EmailSubscriptionForUserComponent,\n canActivate: [AuthenticationGuard],\n data: esfur\n },\n];\n\n@NgModule({\n imports: [RouterModule.forChild(routes)],\n exports: [RouterModule]\n})\nexport class EmailSubscriptionForUserRoutingModule { }\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\nimport { EmailSubscriptionForUserRoutingModule } from './email-subscription-for-user-routing.module';\nimport { EmailSubscriptionForUserComponent } from './email-subscription-for-user.component';\nimport { InfiniteScrollModule } from 'ngx-infinite-scroll';\nimport { FlexLayoutModule } from '@angular/flex-layout';\nimport { MaterialModule } from '../../material.module';\n\n\n@NgModule({\n declarations: [EmailSubscriptionForUserComponent],\n imports: [\n CommonModule,\n InfiniteScrollModule,\n MaterialModule,\n FlexLayoutModule,\n EmailSubscriptionForUserRoutingModule\n ],\n exports: [EmailSubscriptionForUserComponent]\n})\nexport class EmailSubscriptionForUserModule { }\n","import { HttpService } from '../core/http.service';\nimport { Injectable } from '@angular/core';\n\n@Injectable({\n providedIn: 'root'\n})\nexport class TechlifyUpdateService {\n\n constructor(private http: HttpService) { }\n\n getTechlifyUpdates(filters: any) {\n return this.http.get(`api/techlify-updates`, { params: filters }).toPromise();\n }\n\n createTechlifyUpdate(techlifyUpdate: any) {\n return this.http.post(`api/techlify-updates`, techlifyUpdate).toPromise();\n }\n\n updateTechlifyUpdate(techlifyUpdate: any) {\n return this.http.put(`api/techlify-updates/${techlifyUpdate.id}`, techlifyUpdate).toPromise();\n }\n\n deleteTechlifyUpdate(techlifyUpdateId: any) {\n return this.http.delete(`api/techlify-updates/${techlifyUpdateId}`).toPromise();\n }\n\n getTechlifyUpdate(techlifyUpdateId: any) {\n return this.http.get(`api/techlify-updates/${techlifyUpdateId}`).toPromise();\n }\n\n getNewUpdateForCurrentUser() {\n return this.http.get(`api/current-user-techlify-updates`).toPromise();\n }\n\n createUpdateViewRecord(techlifyUpdateView: any) {\n return this.http.post(`api/techlify-update-views`, techlifyUpdateView).toPromise();\n }\n\n updateCurrentUserUpdates() {\n return this.http.get(`api/techlify-updates/update-view`).toPromise();\n }\n}\n","import { AlertService } from \"../../core/alert.service\";\nimport { TechlifyUpdateService } from './../techlify-update.service';\nimport { FormControl, Validators } from '@angular/forms';\nimport { Component, EventEmitter, Inject, OnInit, Output } from '@angular/core';\nimport { FormBuilder, FormGroup } from '@angular/forms';\nimport { FormValidatorService } from '../../core/form-validator.service';\nimport { MatDialogRef, MAT_DIALOG_DATA } from '@angular/material/dialog';\nimport { Editor, Toolbar } from 'ngx-editor';\n\nconst errorMessages: any = {\n title: {\n required: \"Title is required\",\n },\n released_on: {\n required: \"Released On is required\",\n },\n version: {\n required: \"Version is required\",\n },\n description: {\n required: \"Description is required\",\n },\n learn_more_link: {\n pattern: \"Please enter valid link\",\n }\n}\n\n@Component({\n selector: 'app-techlify-update-form',\n templateUrl: './techlify-update-form.component.html',\n styleUrls: ['./techlify-update-form.component.scss']\n})\nexport class TechlifyUpdateFormComponent implements OnInit {\n\n @Output() onSave = new EventEmitter<any>();\n techlifyUpdateForm: FormGroup;\n isUpdateMode: boolean = false;\n editor: Editor;\n toolbar: Toolbar = [\n ['bold', 'italic'],\n ['bullet_list'],\n ];\n\n constructor(\n public dialogRef: MatDialogRef<TechlifyUpdateFormComponent>,\n @Inject(MAT_DIALOG_DATA) public data: any,\n private fb: FormBuilder,\n private formValidatorService: FormValidatorService,\n private alertService: AlertService,\n private techlifyUpdateService: TechlifyUpdateService\n ) {\n this.createForm();\n }\n\n private createForm() {\n this.techlifyUpdateForm = this.fb.group({\n id: new FormControl(''),\n title: new FormControl('', Validators.required),\n description: new FormControl('', Validators.required),\n version: new FormControl('', Validators.required),\n released_on: new FormControl('', Validators.required),\n learn_more_link: new FormControl('', Validators.compose([Validators.pattern('(https?://)?([\\\\da-z.-]+)\\\\.([a-z.]{2,6})[/\\\\w .-]*/?')])),\n });\n if (this.data.techlifyUpdateDetails) {\n this.isUpdateMode = true;\n this.techlifyUpdateForm.patchValue(this.data.techlifyUpdateDetails);\n }\n }\n\n ngOnInit() {\n this.editor = new Editor();\n }\n\n async submit() {\n if (this.techlifyUpdateForm.valid) {\n let result;\n const model = this.techlifyUpdateForm.value;\n\n try {\n result = this.isUpdateMode ? await this.techlifyUpdateService.updateTechlifyUpdate(model)\n : await this.techlifyUpdateService.createTechlifyUpdate(model);\n this.alertService.addAlert(\n \"Techlify app update saved successfully\",\n \"success\"\n );\n } catch (error) {\n this.alertService.addAlert(\"Unable to process, try later\", \"warn\");\n } finally {\n if (result) {\n this.dialogRef.close(result);\n }\n }\n }\n }\n\n resetFieldValue(field: string) {\n this.techlifyUpdateForm.get(field).setValue('');\n }\n\n getFieldValue(field: string) {\n return this.techlifyUpdateForm.get(field).value;\n }\n\n /** Method to evaluate form fields*/\n isFieldValid(field: string) {\n return this.formValidatorService.isFieldValid(field, this.techlifyUpdateForm, true);\n }\n /** Method to find error in form fields*/\n getErrorMessage(field: string) {\n return this.formValidatorService.getErrorMessage(field, this.techlifyUpdateForm, errorMessages);\n }\n\n}\n","import { FlexLayoutModule } from '@angular/flex-layout';\nimport { ReactiveFormsModule } from '@angular/forms';\nimport { MaterialModule } from './../../material.module';\nimport { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { TechlifyUpdateFormComponent } from './techlify-update-form.component';\nimport { NgxEditorModule } from 'ngx-editor';\n\n@NgModule({\n declarations: [TechlifyUpdateFormComponent],\n imports: [\n CommonModule,\n ReactiveFormsModule,\n MaterialModule,\n FlexLayoutModule,\n NgxEditorModule,\n ],\n exports: [\n TechlifyUpdateFormComponent\n ],\n entryComponents: [\n TechlifyUpdateFormComponent\n ]\n})\nexport class TechlifyUpdateFormModule { }\n","import { UntilDestroy } from '@ngneat/until-destroy';\nimport { untilDestroyed } from '@ngneat/until-destroy';\nimport { ActionPopup } from './../../action-popup/action-popup.model';\nimport { ActionPopupComponent } from './../../action-popup/action-popup.component';\nimport { TechlifyUpdateFormComponent } from './../techlify-update-form/techlify-update-form.component';\nimport { TechlifyUpdateService } from './../techlify-update.service';\nimport { FormControl, FormBuilder } from '@angular/forms';\nimport { FormGroup } from '@angular/forms';\nimport { MatDialog } from '@angular/material/dialog';\nimport { AlertService } from '../../core/alert.service';\nimport { Component, OnInit } from '@angular/core';\nimport { debounceTime } from 'rxjs/operators';\n\n@UntilDestroy()\n@Component({\n selector: 'app-techlify-updates-list',\n templateUrl: './techlify-updates-list.component.html',\n styleUrls: ['./techlify-updates-list.component.scss']\n})\nexport class TechlifyUpdatesListComponent implements OnInit {\n techlifyUpdates: any[] = [];\n displayedColumns: string[] = [\n 'index',\n 'title',\n 'version',\n 'released_on',\n 'learn_more_link',\n 'description',\n 'creator',\n 'actions'\n ];\n page: number = 1;\n lastPage: number;\n perPage: number = 25;\n isWorking: boolean = false;\n filterFormGroup: FormGroup;\n\n constructor(\n private dialog: MatDialog,\n private alertService: AlertService,\n private techlifyUpdateService: TechlifyUpdateService,\n private fb: FormBuilder,\n ) {\n this.filterFormGroup = this.fb.group({\n search: new FormControl(''),\n version: new FormControl(''),\n sort_by: new FormControl('released_on|DESC'),\n });\n }\n\n ngOnInit() {\n this.loadData();\n this.listenChanges();\n }\n\n listenChanges() {\n this.filterFormGroup.valueChanges.pipe(debounceTime(500), untilDestroyed(this))\n .subscribe(changes => {\n this.reload();\n });\n }\n\n ngOnDestroy() { }\n\n async loadData() {\n try {\n this.isWorking = true;\n var filters: any = this.filterFormGroup.value;\n filters.perPage = this.perPage;\n filters.page = this.page;\n let result: any = await this.techlifyUpdateService.getTechlifyUpdates(\n filters\n );\n this.lastPage = result.last_page || this.page;\n this.techlifyUpdates = this.techlifyUpdates.concat(result.data);\n } catch (error) {\n this.alertService.addAlert(\"Unable to process, try later\", \"warn\");\n }\n finally {\n this.isWorking = false;\n }\n }\n\n reload() {\n this.techlifyUpdates = [];\n this.page = 1;\n if (!this.isWorking) {\n this.loadData();\n }\n }\n\n onScroll() {\n if (!this.isWorking && this.page < this.lastPage) {\n this.page += 1;\n this.loadData();\n }\n }\n\n modifyTechlifyUpdate(model?: any) {\n const dialogRef = this.dialog.open(TechlifyUpdateFormComponent, {\n width: \"600px\",\n data: {\n techlifyUpdateDetails: model,\n }\n });\n\n dialogRef.afterClosed().subscribe(result => {\n if (result) {\n this.reload();\n }\n });\n }\n\n async deleteTechlifyUpdate(model: any) {\n const dialogRef = this.dialog.open(ActionPopupComponent, {\n width: \"400px\",\n data: <ActionPopup>{\n title: \"Delete Update\",\n message: `Are you sure to delete this update?`\n },\n autoFocus: false\n });\n\n dialogRef.afterClosed().subscribe(async result => {\n if (result) {\n //Action confirmed\n try {\n await this.techlifyUpdateService.deleteTechlifyUpdate(model.id);\n this.alertService.addAlert(\n \"Successfully deleted the update\",\n \"success\"\n );\n this.reload();\n } catch (error) {\n this.alertService.addAlert(\"Unable to process, try later\", \"warn\");\n }\n }\n });\n }\n\n resetFieldValue(field: string) {\n this.filterFormGroup.get(field).setValue(\"\");\n }\n\n sortColumn(event) {\n var direction = event.direction.toString().toUpperCase();\n this.assignFilter(event.active, direction);\n }\n\n assignFilter(column, direction) {\n switch (column) {\n case 'title': {\n return this.filterFormGroup.get('sort_by').setValue(\"title|\" + direction);\n }\n case 'released_on': {\n return this.filterFormGroup.get('sort_by').setValue(\"released_on|\" + direction);\n }\n case 'version': {\n return this.filterFormGroup.get('sort_by').setValue(\"version|\" + direction);\n }\n default: {\n return this.filterFormGroup.get('sort_by').setValue(\"created_at|DESC\");\n }\n };\n }\n\n}\n","import { TechlifyUpdatesListComponent } from './techlify-updates-list/techlify-updates-list.component';\nimport { NgModule } from '@angular/core';\nimport { RouterModule, Routes } from '@angular/router';\n\nconst routes: Routes = [\n { path: '', redirectTo: 'all', pathMatch: 'full' },\n { path: 'all', component: TechlifyUpdatesListComponent },\n\n //fallback\n {\n path: '**',\n redirectTo: 'all',\n pathMatch: 'full'\n }\n];\n\n@NgModule({\n imports: [RouterModule.forChild(routes)],\n exports: [RouterModule]\n})\nexport class TechlifyUpdateRoutingModule { }\n","import { ReadMoreModule } from '../read-more/read-more.module';\nimport { TechlifyUpdateFormModule } from './techlify-update-form/techlify-update-form.module';\nimport { TechlifyUpdateRoutingModule } from './techlify-update-routing.module';\nimport { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { TechlifyUpdatesListComponent } from './techlify-updates-list/techlify-updates-list.component';\nimport { InfiniteScrollModule } from 'ngx-infinite-scroll';\nimport { ReactiveFormsModule } from '@angular/forms';\nimport { MaterialModule } from '../material.module';\nimport { FlexLayoutModule } from '@angular/flex-layout';\nimport { ActionPopupModule } from '../action-popup/action-popup.module';\n\n@NgModule({\n declarations: [TechlifyUpdatesListComponent],\n imports: [\n CommonModule,\n ReactiveFormsModule,\n InfiniteScrollModule,\n FlexLayoutModule,\n MaterialModule,\n ActionPopupModule,\n TechlifyUpdateRoutingModule,\n TechlifyUpdateFormModule,\n ReadMoreModule,\n ]\n})\nexport class TechlifyUpdateModule { }\n","import { Inject } from '@angular/core';\nimport { MAT_DIALOG_DATA } from '@angular/material/dialog';\nimport { MatDialogRef } from '@angular/material/dialog';\nimport { Component, OnInit } from '@angular/core';\nimport { Router } from '@angular/router';\n\n@Component({\n selector: 'app-update-view',\n templateUrl: './update-view.component.html',\n styleUrls: ['./update-view.component.scss']\n})\nexport class UpdateViewComponent implements OnInit {\n techlifyUpdate: any;\n rootNavUrl: any;\n\n constructor(\n public dialogRef: MatDialogRef<UpdateViewComponent>,\n @Inject(MAT_DIALOG_DATA) public data: any,\n private router: Router\n ) { }\n\n ngOnInit(): void {\n this.techlifyUpdate = this.data.techlifyUpdate;\n this.rootNavUrl = this.data.rootNavUrl;\n }\n\n close() {\n this.dialogRef.close();\n }\n\n openUpdateHistory(): void {\n this.close();\n this.router.navigate([this.rootNavUrl + \"/update-history\"]);\n }\n\n}\n","import { UntilDestroy } from '@ngneat/until-destroy';\nimport { untilDestroyed } from '@ngneat/until-destroy';\nimport { AlertService } from './../../core/alert.service';\nimport { UpdateViewComponent } from './../update-view/update-view.component';\nimport { TechlifyUpdateService } from './../techlify-update.service';\nimport { FormControl, FormBuilder } from '@angular/forms';\nimport { FormGroup } from '@angular/forms';\nimport { MatDialog } from '@angular/material/dialog';\nimport { Component, OnInit } from '@angular/core';\nimport { debounceTime } from 'rxjs/operators';\n\n@UntilDestroy()\n@Component({\n selector: 'app-techlify-update-history',\n templateUrl: './techlify-update-history.component.html',\n styleUrls: ['./techlify-update-history.component.scss']\n})\nexport class TechlifyUpdateHistoryComponent implements OnInit {\n techlifyUpdates: any[] = [];\n displayedColumns: string[] = [\n 'index',\n 'title',\n 'version',\n 'released_on',\n 'learn_more_link',\n 'description',\n 'creator',\n 'actions'\n ];\n page: number = 1;\n lastPage: number;\n perPage: number = 25;\n isWorking: boolean = false;\n filterFormGroup: FormGroup;\n\n constructor(\n private dialog: MatDialog,\n private techlifyUpdateService: TechlifyUpdateService,\n private fb: FormBuilder,\n private alertService: AlertService\n ) {\n this.filterFormGroup = this.fb.group({\n search: new FormControl(''),\n version: new FormControl(''),\n sort_by: new FormControl('released_on|DESC'),\n });\n }\n\n ngOnInit() {\n this.loadData();\n this.listenChanges();\n this.updateCurrentUserUpdates();\n }\n\n listenChanges() {\n this.filterFormGroup.valueChanges.pipe(debounceTime(500), untilDestroyed(this))\n .subscribe(changes => {\n this.reload();\n });\n }\n\n ngOnDestroy() { }\n\n async loadData() {\n try {\n this.isWorking = true;\n var filters: any = this.filterFormGroup.value;\n filters.perPage = this.perPage;\n filters.page = this.page;\n let result: any = await this.techlifyUpdateService.getTechlifyUpdates(\n filters\n );\n this.lastPage = result.last_page || this.page;\n this.techlifyUpdates = this.techlifyUpdates.concat(result.data);\n } catch (error) {\n this.alertService.addAlert(\"Unable to process, try later\", \"warn\");\n }\n finally {\n this.isWorking = false;\n }\n }\n\n reload() {\n this.techlifyUpdates = [];\n this.page = 1;\n if (!this.isWorking) {\n this.loadData();\n }\n }\n\n onScroll() {\n if (!this.isWorking && this.page < this.lastPage) {\n this.page += 1;\n this.loadData();\n }\n }\n\n resetFieldValue(field: string) {\n this.filterFormGroup.get(field).setValue(\"\");\n }\n\n sortColumn(event) {\n var direction = event.direction.toString().toUpperCase();\n this.assignFilter(event.active, direction);\n }\n\n assignFilter(column, direction) {\n switch (column) {\n case 'title': {\n return this.filterFormGroup.get('sort_by').setValue(\"title|\" + direction);\n }\n case 'released_on': {\n return this.filterFormGroup.get('sort_by').setValue(\"released_on|\" + direction);\n }\n case 'version': {\n return this.filterFormGroup.get('sort_by').setValue(\"version|\" + direction);\n }\n default: {\n return this.filterFormGroup.get('sort_by').setValue(\"created_at|DESC\");\n }\n };\n }\n\n openUpdateView(techlifyUpdate: any): void {\n const dialogRef = this.dialog.open(UpdateViewComponent, {\n width: \"800px\",\n autoFocus: false,\n data: {\n techlifyUpdate: techlifyUpdate,\n isFromHistory: true,\n } // Any data passed here will be injected into the model\n });\n }\n\n async updateCurrentUserUpdates() {\n try {\n await this.techlifyUpdateService.updateCurrentUserUpdates();\n } catch (error) {\n this.alertService.addAlert(\"Unable to process, try later\", \"warn\");\n }\n }\n}\n","import { TechlifyUpdateHistoryComponent } from './techlify-update-history.component';\nimport { NgModule } from '@angular/core';\nimport { RouterModule, Routes } from '@angular/router';\n\nconst routes: Routes = [\n { path: '', redirectTo: 'update-history', pathMatch: 'full' },\n { path: 'update-history', component: TechlifyUpdateHistoryComponent },\n\n //fallback\n {\n path: '**',\n redirectTo: 'all',\n pathMatch: 'full'\n }\n];\n\n@NgModule({\n imports: [RouterModule.forChild(routes)],\n exports: [RouterModule]\n})\nexport class TechlifyUpdateHistoryRoutingModule { }\n","import { ReactiveFormsModule } from '@angular/forms';\nimport { TechlifyUpdateHistoryRoutingModule } from './techlify-update-history-routing.module';\nimport { ReadMoreModule } from '../../read-more/read-more.module';\nimport { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { TechlifyUpdateHistoryComponent } from './techlify-update-history.component';\nimport { InfiniteScrollModule } from 'ngx-infinite-scroll';\nimport { MaterialModule } from '../../material.module';\nimport { FlexLayoutModule } from '@angular/flex-layout';\nimport { ActionPopupModule } from '../../action-popup/action-popup.module';\n\n@NgModule({\n imports: [\n CommonModule,\n ReactiveFormsModule,\n InfiniteScrollModule,\n FlexLayoutModule,\n MaterialModule,\n ActionPopupModule,\n ReadMoreModule,\n TechlifyUpdateHistoryRoutingModule\n ],\n declarations: [TechlifyUpdateHistoryComponent]\n})\nexport class TechlifyUpdateHistoryModule { }\n","import { FlexLayoutModule } from '@angular/flex-layout';\nimport { MaterialModule } from './../../material.module';\nimport { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { UpdateViewComponent } from './update-view.component';\n\n\n\n@NgModule({\n declarations: [UpdateViewComponent],\n imports: [\n CommonModule,\n MaterialModule,\n FlexLayoutModule\n ],\n exports: [\n UpdateViewComponent\n ],\n entryComponents: [\n UpdateViewComponent\n ]\n})\nexport class UpdateViewModule { }\n","import { AlertService } from './../../../core/alert.service';\nimport { TechlifyUpdateService } from './../../techlify-update.service';\nimport { MatDialog } from '@angular/material/dialog';\nimport { Component, EmbeddedViewRef, Inject, OnInit } from '@angular/core';\nimport { MatSnackBarRef, MAT_SNACK_BAR_DATA } from '@angular/material/snack-bar';\nimport { UpdateViewComponent } from '../../update-view/update-view.component';\nimport { Router } from '@angular/router';\n\n@Component({\n selector: 'app-update-notifier-snack',\n templateUrl: './update-notifier-snack.component.html',\n styleUrls: ['./update-notifier-snack.component.scss']\n})\nexport class UpdateNotifierSnackComponent implements OnInit {\n maxDescriptionLength: any = 70;\n descriptionText: any = '';\n techlifyUpdate: any;\n rootNavUrl: any;\n\n constructor(\n @Inject(MAT_SNACK_BAR_DATA) public data: any,\n private snackBarRef: MatSnackBarRef<EmbeddedViewRef<any>>,\n private dialog: MatDialog,\n private router: Router,\n private techlifyUpdateService: TechlifyUpdateService,\n private alertService: AlertService\n ) { }\n\n ngOnInit(): void {\n this.techlifyUpdate = this.data.techlifyUpdate;\n this.rootNavUrl = this.data.rootNavUrl;\n this.determineDescription(this.techlifyUpdate?.description)\n }\n\n close(): void {\n this.createUpdateViewRecord();\n this.snackBarRef.dismiss();\n }\n\n determineDescription(description: any) {\n if (!description || description.length <= this.maxDescriptionLength) {\n this.descriptionText = description;\n return;\n }\n this.descriptionText = description.substring(0, this.maxDescriptionLength) + \"...\";\n }\n\n openUpdateView(): void {\n this.close();\n const dialogRef = this.dialog.open(UpdateViewComponent, {\n width: \"800px\",\n autoFocus: false,\n data: {\n techlifyUpdate: this.techlifyUpdate,\n rootNavUrl: this.data.rootNavUrl\n } // Any data passed here will be injected into the model\n });\n }\n\n openUpdateHistory(): void {\n this.close();\n this.router.navigate([this.rootNavUrl + \"/update-history\"]);\n }\n\n async createUpdateViewRecord() {\n try {\n var techlifyUpdateView = {\n update_id: this.techlifyUpdate?.id\n };\n let result: any = await this.techlifyUpdateService.createUpdateViewRecord(techlifyUpdateView);\n }\n catch (error) {\n this.alertService.addAlert(\"Unable to process, try later\", \"warn\");\n }\n }\n}\n","import { UpdateNotifierSnackComponent } from './update-notifier-snack/update-notifier-snack.component';\nimport { TechlifyUpdateService } from './../techlify-update.service';\nimport { Component, Input, OnInit } from '@angular/core';\nimport { MatSnackBar } from '@angular/material/snack-bar';\nimport { AlertService } from '../../core/alert.service';\n\n@Component({\n selector: 'app-update-notifier',\n templateUrl: './update-notifier.component.html',\n styleUrls: ['./update-notifier.component.scss']\n})\nexport class UpdateNotifierComponent implements OnInit {\n techlifyUpdate: any;\n @Input() rootNavUrl: string = '/techlify-updates';\n\n constructor(\n private snackBar: MatSnackBar,\n private techlifyUpdateService: TechlifyUpdateService,\n private alertService: AlertService\n ) { }\n\n ngOnInit(): void {\n }\n\n ngAfterViewInit(): void {\n setTimeout(x => {\n this.getNewUpdate();\n }, 5000);\n }\n\n async getNewUpdate() {\n try {\n let result: any = await this.techlifyUpdateService.getNewUpdateForCurrentUser();\n this.techlifyUpdate = result.item;\n if (this.techlifyUpdate) {\n this.showUpdate();\n }\n }\n catch (error) {\n this.alertService.addAlert(\"Unable to process, try later\", \"warn\");\n }\n }\n\n showUpdate() {\n this.snackBar.openFromComponent(UpdateNotifierSnackComponent, {\n data: {\n techlifyUpdate: this.techlifyUpdate,\n rootNavUrl: this.rootNavUrl\n },\n horizontalPosition: 'right',\n verticalPosition: 'top',\n panelClass: ['white-bg']\n });\n }\n\n}\n","import { ActionPopupModule } from './../../action-popup/action-popup.module';\nimport { FlexLayoutModule } from '@angular/flex-layout';\nimport { MaterialModule } from './../../material.module';\nimport { UpdateViewModule } from './../update-view/update-view.module';\nimport { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { UpdateNotifierComponent } from './update-notifier.component';\nimport { UpdateNotifierSnackComponent } from './update-notifier-snack/update-notifier-snack.component';\n\n\n@NgModule({\n declarations: [UpdateNotifierComponent, UpdateNotifierSnackComponent],\n imports: [\n CommonModule,\n MaterialModule,\n UpdateViewModule,\n FlexLayoutModule,\n ActionPopupModule\n ],\n exports: [\n UpdateNotifierComponent,\n ],\n entryComponents: [\n UpdateNotifierSnackComponent\n ]\n})\nexport class UpdateNotifierModule { }\n","import { Component, OnInit, Input } from '@angular/core';\nimport * as XLSX from 'xlsx';\n\n@Component({\n selector: 'app-export-excel-button',\n templateUrl: './export-excel-button.component.html',\n styleUrls: ['./export-excel-button.component.scss']\n})\nexport class ExportExcelButtonComponent implements OnInit {\n\n @Input() name: string = 'Export_Data';\n @Input() data: any[] = [];\n\n constructor() { }\n\n ngOnInit(): void {\n }\n\n exportExcel() {\n const fileName = `${this.name}_${new Date().getTime()}.xlsx`;\n const ws = XLSX.utils.json_to_sheet(this.data);\n /* generate workbook and add the worksheet */\n const wb: XLSX.WorkBook = XLSX.utils.book_new();\n XLSX.utils.book_append_sheet(wb, ws, 'Sheet1');\n\n /* save to file */\n XLSX.writeFile(wb, fileName);\n }\n\n\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { ExportExcelButtonComponent } from './export-excel-button/export-excel-button.component';\nimport { MaterialModule } from '../material.module';\n\n\n\n@NgModule({\n declarations: [ExportExcelButtonComponent],\n imports: [\n CommonModule,\n MaterialModule\n ],\n exports: [ExportExcelButtonComponent]\n})\nexport class ExportExcelModule { }\n","import { Component, Inject, OnInit } from '@angular/core';\nimport { MatDialogRef, MAT_DIALOG_DATA } from '@angular/material/dialog';\nimport { UntilDestroy, untilDestroyed } from '@ngneat/until-destroy';\nimport { HttpService } from '../../core/http.service';\n\n\n@UntilDestroy()\n@Component({\n selector: 'app-audit-log-view',\n templateUrl: './audit-log-view-model.component.html',\n styleUrls: ['./audit-log-view-model.component.scss']\n})\nexport class AuditLogViewModelComponent implements OnInit {\n\n logInfo: any;\n showDeltaChanges: boolean = false;\n changeList: any[] = [];\n\n constructor(\n public dialogRef: MatDialogRef<AuditLogViewModelComponent>,\n @Inject(MAT_DIALOG_DATA) public data: any,\n private http: HttpService\n ) { }\n\n ngOnInit(): void {\n if (this.data) {\n this.http.get(`api/recent-log-for-model`, {\n params: {\n model_type: this.data?.modelType,\n model_id: this.data?.modelId\n }\n }).pipe(\n untilDestroyed(this)\n ).subscribe((result: any) => {\n this.logInfo = result?.item;\n this.getTransformedChanges();\n });\n }\n }\n\n getTransformedChanges() {\n if (this.logInfo?.data?.changes) {\n const changes = Object.keys(this.logInfo?.data?.changes) || [];\n changes.forEach((key: any) => {\n const displayAttribute = (key as string).split('_').map(x => x.charAt(0).toUpperCase() + x.slice(1)).join(' ');\n this.changeList.push({ displayAttribute: displayAttribute, attribute: key, newValue: this.logInfo?.object[key] ?? '', oldValue: this.logInfo?.pre_object[key] ?? '' });\n });\n }\n }\n\n close() {\n this.dialogRef.close();\n }\n\n}\n","import { Component, Inject, OnInit } from '@angular/core';\nimport { MatDialogRef, MAT_DIALOG_DATA } from '@angular/material/dialog';\nimport { NavigationEnd, Router } from '@angular/router';\nimport { UntilDestroy, untilDestroyed } from '@ngneat/until-destroy';\nimport { filter } from 'rxjs/operators';\nimport { AuditLogViewModelComponent } from '../audit-log-view-model/audit-log-view-model.component';\n\n@UntilDestroy()\n@Component({\n selector: 'app-audit-logs-view-model',\n templateUrl: './audit-logs-view-model.component.html',\n styleUrls: ['./audit-logs-view-model.component.scss']\n})\nexport class AuditLogsViewModelComponent implements OnInit {\n\n constructor(\n public dialogRef: MatDialogRef<AuditLogViewModelComponent>,\n @Inject(MAT_DIALOG_DATA) public data: any,\n private router: Router\n ) { }\n\n ngOnInit(): void {\n this.router.events\n .pipe(filter(event => event instanceof NavigationEnd), untilDestroyed(this))\n .subscribe(_ => this.dialogRef.close());\n }\n\n}\n","import { Component, Input, OnInit } from '@angular/core';\nimport { MatDialog } from '@angular/material/dialog';\nimport { AuditLogViewModelComponent } from '../audit-log-view-model/audit-log-view-model.component';\nimport { AuditLogsViewModelComponent } from '../audit-logs-view-model/audit-logs-view-model.component';\n\n\n@Component({\n selector: 'app-audit-log-for-model',\n templateUrl: './audit-log-for-model.component.html',\n styleUrls: ['./audit-log-for-model.component.scss']\n})\nexport class AuditLogForModelComponent implements OnInit {\n\n @Input() modelType: string;\n @Input() modelId: any;\n @Input() logView: 'recent' | 'all' = 'recent';\n\n constructor(\n private dialog: MatDialog,\n ) { }\n\n ngOnInit(): void {\n\n }\n\n getLogView() {\n const dialogRef = this.dialog.open(AuditLogViewModelComponent, {\n width: '800px',\n autoFocus: false,\n data: {\n modelType: this.modelType,\n modelId: this.modelId\n } // Any data passed here will be injected into the model\n });\n }\n\n getLogsView() {\n const dialogRef = this.dialog.open(AuditLogsViewModelComponent, {\n width: '95%',\n maxWidth: 'unset',\n autoFocus: false,\n data: {\n modelType: this.modelType,\n modelId: this.modelId\n } // Any data passed here will be injected into the model\n });\n }\n\n}\n","import { NgModule } from '@angular/core';\nimport { Routes, RouterModule } from '@angular/router';\n\nconst routes: Routes = [];\n\n@NgModule({\n imports: [RouterModule.forChild(routes)],\n exports: [RouterModule]\n})\nexport class AuditLogForModelRoutingModule { }\n","import { NgModule } from '@angular/core';\nimport { Routes, RouterModule } from '@angular/router';\n\nconst routes: Routes = [];\n\n@NgModule({\n imports: [RouterModule.forChild(routes)],\n exports: [RouterModule]\n})\nexport class AuditLogViewModelRoutingModule { }\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\nimport { AuditLogViewModelRoutingModule } from './audit-log-view-model-routing.module';\nimport { AuditLogViewModelComponent } from './audit-log-view-model.component';\nimport { FlexLayoutModule } from '@angular/flex-layout';\nimport { MaterialModule } from '../../material.module';\n\n\n@NgModule({\n declarations: [AuditLogViewModelComponent],\n imports: [\n CommonModule,\n AuditLogViewModelRoutingModule,\n FlexLayoutModule,\n MaterialModule\n ],\n exports: [AuditLogViewModelComponent]\n})\nexport class AuditLogViewModelModule { }\n","import { NgModule } from '@angular/core';\nimport { Routes, RouterModule } from '@angular/router';\n\nconst routes: Routes = [];\n\n@NgModule({\n imports: [RouterModule.forChild(routes)],\n exports: [RouterModule]\n})\nexport class AuditLogsViewModelRoutingModule { }\n","import { NgModule } from '@angular/core';\nimport { Routes, RouterModule } from '@angular/router';\n\nconst routes: Routes = [];\n\n@NgModule({\n imports: [RouterModule.forChild(routes)],\n exports: [RouterModule]\n})\nexport class AuditLogListRoutingModule { }\n","import { Component, OnInit, OnDestroy, Input, ViewChild } from '@angular/core';\n\n\nimport { Router } from '@angular/router';\nimport { MatSort } from '@angular/material/sort';\nimport { UntilDestroy, untilDestroyed } from '@ngneat/until-destroy';\nimport { PageEvent } from '../../data-table/data-table.model';\nimport { DataManager } from '../../core/dataManager.service';\nimport { DomSanitizer } from '@angular/platform-browser';\n\n@UntilDestroy()\n@Component({\n selector: 'app-audit-log-list',\n templateUrl: './audit-log-list.component.html',\n styleUrls: ['./audit-log-list.component.scss'],\n})\nexport class AuditLogListComponent implements OnInit, OnDestroy {\n\n auditLogList: any[] = [];\n @Input() objectId: any;\n @Input() objectType: any;\n @Input() showFilter: boolean = true;\n @Input() showExportButtons: boolean = true;\n @Input() userId: any;\n\n pageEvent: PageEvent = { page: 1, perPage: 25, lastPage: 1 };\n filters: any = { sort_by: 'created_at|desc' };\n displayedColumns: any[] = ['index', 'id', 'object_type', 'object_id', 'action', 'changes', 'created_at', 'user.email'];\n\n @ViewChild(MatSort, { static: true }) sort: MatSort;\n\n constructor(\n private dataManager: DataManager,\n private router: Router,\n public sanitizer: DomSanitizer\n ) { }\n\n ngOnInit() {\n\n this.initializeData();\n\n if (this.sort) {\n this.sort.sortChange.pipe(untilDestroyed(this))\n .subscribe((value: any) => {\n this.changeSort(value);\n })\n }\n\n }\n\n get excelData(): any[] {\n if (this.auditLogList.length > 0) {\n return this.auditLogList.map(item => {\n return {\n 'Type': item?.object_type,\n 'Action': item?.action,\n 'Data': JSON.stringify(item?.data || {}),\n 'Object': JSON.stringify(item?.object || {}),\n 'Pre-Object': JSON.stringify(item?.pre_object || {}),\n 'Created At': new Date(item?.created_at).toDateString(),\n 'Created By': item?.user?.email\n };\n });\n }\n return [];\n }\n\n changeSort(event: any) {\n if (event.direction) {\n this.filters.sort_by = `${event.active}|${event.direction}`;\n this.reload();\n }\n }\n\n logClicked(log: any) {\n this.router.navigate(['/system/audit-logs/log-view', log.id]);\n }\n\n\n async initializeData() {\n if (this.objectType) {\n this.filters = { ...this.filters, object_type: this.objectType }\n }\n if (this.objectId) {\n this.filters = { ...this.filters, object_id: this.objectId }\n }\n if (this.userId) {\n this.filters = { ...this.filters, user_id: this.userId }\n }\n const result = await this.dataManager.GET(`api/audit-logs`, { ...this.filters, ...this.pageEvent });\n this.auditLogList = this.auditLogList.concat(result.data);\n this.pageEvent.page = result.current_page;\n this.pageEvent.lastPage = result.last_page;\n }\n\n filterChange(event: any) {\n if (this.showFilter) {\n this.filters = {\n ...this.filters,\n ...event,\n object_type: this.objectType || event?.object_type || '',\n object_id: this.objectId || '',\n };\n this.reload();\n }\n }\n\n onScroll() {\n if (this.pageEvent.lastPage > this.pageEvent.page) {\n this.pageEvent.page += 1;\n this.initializeData();\n }\n }\n\n reload() {\n this.auditLogList = [];\n this.pageEvent = { page: 1, perPage: 25, lastPage: 1 };\n this.initializeData();\n }\n\n getTransformedChanges(log: any) {\n if (log?.data?.changes) {\n const changes = Object.keys(log?.data?.changes) || [];\n let value = '<div>';\n changes.forEach((key: any) => {\n const displayAttribute = (key as string).split('_').map(x => x.charAt(0).toUpperCase() + x.slice(1)).join(' ');\n value = `${value} <div><b>${displayAttribute}:</b> <span id=\"old-value\">${log?.pre_object[key] ?? ''}</span><span id=\"new-value\">${log?.object[key] ?? ''}</span></div>`;\n });\n value = `${value} </div>`;\n return value;\n }\n return '';\n }\n\n ngOnDestroy() {\n // Needed for automatic unsubscribe with untilDestroyed\n }\n}\n","import { NgModule } from '@angular/core';\nimport { Routes, RouterModule } from '@angular/router';\n\nconst routes: Routes = [];\n\n@NgModule({\n imports: [RouterModule.forChild(routes)],\n exports: [RouterModule]\n})\nexport class AuditLogListFilterRoutingModule { }\n","import { FormControl } from \"@angular/forms\";\n\nexport function DateValidator(): any {\n return (control: FormControl): { [key: string]: any } => {\n\n const val: any = new Date(control.value);\n if (!!control.value && val == 'Invalid Date') {\n return { invalidDate: true };\n }\n return null;\n };\n}","import { Component, OnInit, Output, EventEmitter, Input } from '@angular/core';\nimport { FormGroup, FormBuilder } from '@angular/forms';\nimport { debounceTime, distinctUntilChanged } from 'rxjs/operators';\nimport { UntilDestroy, untilDestroyed } from '@ngneat/until-destroy';\nimport { FormValidatorService } from '../../core/form-validator.service';\nimport { DateValidator } from '../../date-validator';\n\n@UntilDestroy()\n@Component({\n selector: 'app-audit-log-list-filter',\n templateUrl: './audit-log-list-filter.component.html',\n styleUrls: ['./audit-log-list-filter.component.scss']\n})\nexport class AuditLogListFilterComponent implements OnInit {\n\n auditLogFilterForm: FormGroup;\n\n @Input() objectId: any;\n @Input() objectType: any;\n\n @Output() valueChange = new EventEmitter();\n\n constructor(private fb: FormBuilder, private formValidatorService: FormValidatorService) {\n this.createForm();\n }\n\n get showObjectFilter() {\n return !(this.objectId || this.objectType);\n }\n\n private createForm() {\n\n //TODO: Finialize and add more validations.\n this.auditLogFilterForm = this.fb.group({\n object_type: [''],\n action: [''],\n data: [''],\n date_to: ['', DateValidator()],\n date_from: ['', DateValidator()]\n });\n }\n\n ngOnInit(): void {\n\n this.auditLogFilterForm.valueChanges.pipe(\n debounceTime(500),\n distinctUntilChanged(),\n untilDestroyed(this)\n ).subscribe((value: any) => {\n value.date_from = value.date_from ? (value.date_from as Date).toISOString() : '';\n value.date_to = value.date_to ? (value.date_to as Date).toISOString() : '';\n this.valueChange.emit(value);\n })\n }\n\n\n resetFieldValue(field: string) {\n this.auditLogFilterForm.get(field).setValue('');\n }\n\n getFieldValue(field: string) {\n return this.auditLogFilterForm.get(field).value;\n }\n\n isFieldValid(field: string) {\n return this.formValidatorService.isFieldValid(field, this.auditLogFilterForm, true);\n }\n\n\n ngOnDestroy() {\n\n }\n\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\nimport { AuditLogListFilterRoutingModule } from './audit-log-list-filter-routing.module';\nimport { AuditLogListFilterComponent } from './audit-log-list-filter.component';\nimport { FlexLayoutModule } from '@angular/flex-layout';\nimport { ReactiveFormsModule } from '@angular/forms';\nimport { MaterialModule } from '../../material.module';\nimport { SearchableSelectorModule } from '../../searchable-selector/searchable-selector.module';\n\n\n@NgModule({\n declarations: [AuditLogListFilterComponent],\n imports: [\n CommonModule,\n AuditLogListFilterRoutingModule,\n FlexLayoutModule,\n ReactiveFormsModule,\n MaterialModule,\n SearchableSelectorModule,\n ],\n exports: [AuditLogListFilterComponent]\n})\nexport class AuditLogListFilterModule { }\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\nimport { AuditLogListRoutingModule } from './audit-log-list-routing.module';\nimport { InfiniteScrollModule } from 'ngx-infinite-scroll';\nimport { AuditLogListComponent } from './audit-log-list.component';\nimport { AuditLogListFilterModule } from '../audit-log-list-filter/audit-log-list-filter.module';\nimport { FlexLayoutModule } from '@angular/flex-layout';\nimport { ReactiveFormsModule } from '@angular/forms';\nimport { ExportExcelModule } from '../../export-excel/export-excel.module';\nimport { MaterialModule } from '../../material.module';\n\n\n@NgModule({\n declarations: [AuditLogListComponent],\n imports: [\n CommonModule,\n AuditLogListRoutingModule,\n ExportExcelModule,\n FlexLayoutModule,\n ReactiveFormsModule,\n MaterialModule,\n InfiniteScrollModule,\n AuditLogListFilterModule\n ],\n exports: [AuditLogListComponent]\n})\nexport class AuditLogListModule { }\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\nimport { AuditLogsViewModelRoutingModule } from './audit-logs-view-model-routing.module';\nimport { AuditLogsViewModelComponent } from './audit-logs-view-model.component';\nimport { AuditLogListModule } from '../audit-log-list/audit-log-list.module';\nimport { FlexLayoutModule } from '@angular/flex-layout';\n\n\n@NgModule({\n declarations: [AuditLogsViewModelComponent],\n imports: [\n CommonModule,\n AuditLogsViewModelRoutingModule,\n FlexLayoutModule,\n AuditLogListModule\n ],\n exports: [AuditLogsViewModelComponent]\n})\nexport class AuditLogsViewModelModule { }\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\nimport { AuditLogForModelRoutingModule } from './audit-log-for-model-routing.module';\nimport { AuditLogForModelComponent } from './audit-log-for-model.component';\nimport { AuditLogViewModelModule } from '../audit-log-view-model/audit-log-view-model.module';\nimport { AuditLogsViewModelModule } from '../audit-logs-view-model/audit-logs-view-model.module';\nimport { FlexLayoutModule } from '@angular/flex-layout';\nimport { MaterialModule } from '../../material.module';\n\n\n@NgModule({\n declarations: [AuditLogForModelComponent],\n imports: [\n AuditLogViewModelModule,\n AuditLogsViewModelModule,\n CommonModule,\n AuditLogForModelRoutingModule,\n FlexLayoutModule,\n MaterialModule,\n ],\n exports: [AuditLogForModelComponent]\n})\nexport class AuditLogForModelModule { }\n","import { Component, OnInit } from '@angular/core';\nimport { ActivatedRoute } from '@angular/router';\nimport { Location } from '@angular/common';\nimport * as jsondiffpatch from \"jsondiffpatch\"\nimport { DataManager } from '../../core/dataManager.service';\n\n@Component({\n selector: 'app-audit-log-view',\n templateUrl: './audit-log-view.component.html',\n styleUrls: ['./audit-log-view.component.scss']\n})\nexport class AuditLogViewComponent implements OnInit {\n\n logInfo: any;\n showDeltaChanges: boolean = false;\n changeList: any[] = [];\n\n constructor(\n private dataManager: DataManager,\n private route: ActivatedRoute,\n private location: Location\n ) { }\n\n ngOnInit(): void {\n this.route.paramMap.subscribe(params => {\n if (params.get('id')) {\n this.fetchLogDetail(params.get('id'));\n } else {\n this.location.back();\n }\n });\n }\n\n getTransformedChanges() {\n if (this.logInfo?.data?.changes) {\n const changes = Object.keys(this.logInfo?.data?.changes) || [];\n changes.forEach((key: any) => {\n const displayAttribute = (key as string).split('_').map(x => x.charAt(0).toUpperCase() + x.slice(1)).join(' ');\n this.changeList.push({ displayAttribute: displayAttribute, attribute: key, newValue: this.logInfo?.object[key] ?? '', oldValue: this.logInfo?.pre_object[key] ?? '' });\n });\n }\n }\n\n async fetchLogDetail(logId: any) {\n const result = await this.dataManager.GET(`api/audit-logs/${logId}`);\n this.logInfo = result.item;\n this.getTransformedChanges();\n this.patchDelta();\n }\n\n patchDelta() {\n const delta = jsondiffpatch.diff(this.logInfo?.pre_object, this.logInfo?.object);\n document.getElementById('jsondiff').innerHTML = jsondiffpatch.formatters.html.format(delta, this.logInfo?.pre_object);\n }\n\n}\n","import { NgModule } from '@angular/core';\nimport { Routes, RouterModule } from '@angular/router';\n\nconst routes: Routes = [];\n\n@NgModule({\n imports: [RouterModule.forChild(routes)],\n exports: [RouterModule]\n})\nexport class AuditLogViewRoutingModule { }\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\nimport { AuditLogViewRoutingModule } from './audit-log-view-routing.module';\nimport { AuditLogViewComponent } from './audit-log-view.component';\nimport { FlexLayoutModule } from '@angular/flex-layout';\nimport { MaterialModule } from '../../material.module';\n\n\n@NgModule({\n declarations: [AuditLogViewComponent],\n imports: [\n CommonModule,\n AuditLogViewRoutingModule,\n FlexLayoutModule,\n MaterialModule\n ],\n exports: [AuditLogViewComponent]\n})\nexport class AuditLogViewModule { }\n","import { NgModule } from '@angular/core';\nimport { Routes, RouterModule } from '@angular/router';\nimport { AuthenticationGuard } from '../core/authentication.guard';\nimport { AuditLogListComponent } from './audit-log-list/audit-log-list.component';\nimport { AuditLogViewComponent } from './audit-log-view/audit-log-view.component';\n\n\nconst routes: Routes = [\n { path: 'log-list', component: AuditLogListComponent, canActivate: [AuthenticationGuard] },\n { path: 'log-view/:id', component: AuditLogViewComponent, canActivate: [AuthenticationGuard] },\n { path: '**', redirectTo: 'log-list', pathMatch: 'full' }\n];\n\n@NgModule({\n imports: [RouterModule.forChild(routes)],\n exports: [RouterModule]\n})\nexport class AuditLogRoutingModule { }\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\nimport { AuditLogRoutingModule } from './audit-log-routing.module';\nimport { AuditLogListModule } from './audit-log-list/audit-log-list.module';\nimport { AuditLogViewModule } from './audit-log-view/audit-log-view.module';\n\n\n@NgModule({\n declarations: [\n ],\n imports: [\n CommonModule,\n AuditLogRoutingModule,\n AuditLogListModule,\n AuditLogViewModule\n ],\n exports: []\n})\nexport class AuditLogModule { }\n","import { NgModule } from '@angular/core';\nimport { Routes, RouterModule } from '@angular/router';\n\nconst routes: Routes = [];\n\n@NgModule({\n imports: [RouterModule.forChild(routes)],\n exports: [RouterModule]\n})\nexport class ImportCsvRoutingModule { }\n","import { Component, Input, OnInit } from '@angular/core';\nimport * as XLSX from 'xlsx';\nimport { UntilDestroy, untilDestroyed } from '@ngneat/until-destroy';\nimport { ImportConfig } from './import-config';\nimport { Location } from '@angular/common';\nimport { FileDropperConfig } from '../file-dropper/file-dropper.model';\nimport { ViewerConfig } from '../document-viewer/viewer-config.model';\nimport { AlertService } from '../core/alert.service';\nimport { HttpService } from '../core/http.service';\n\n@UntilDestroy()\n@Component({\n selector: 'app-import-csv',\n templateUrl: './import-csv.component.html',\n styleUrls: ['./import-csv.component.scss']\n})\nexport class ImportCsvComponent implements OnInit {\n\n @Input() importConfig: ImportConfig;\n\n filesConfig: FileDropperConfig;\n filesList: any[] = [];\n viewerConfig: ViewerConfig;\n fileData: any[] = [];\n failedItems: any[] = [];\n selectedFields: any[] = [];\n\n constructor(\n private alertService: AlertService,\n private http: HttpService,\n private location: Location\n ) {\n this.filesConfig = {\n fileId: \"file\",\n containerId: \"fileContainer\",\n styles: {\n height: \"600px\"\n },\n acceptFile: '.csv',\n multiple: false,\n maxSize: 100,\n acceptFileText: \".csv\"\n };\n\n }\n\n ngOnInit() {\n }\n\n reset() {\n this.filesList = [];\n this.failedItems = [];\n this.selectedFields = [];\n this.fileData = [];\n }\n\n fileChanged(event: any) {\n this.filesList = event;\n\n let jsonData = null;\n const reader = new FileReader();\n const file = this.filesList[0];\n reader.onload = (event) => {\n const data = reader.result;\n const selectedFile = XLSX.read(data, { type: 'binary', cellDates: true });\n jsonData = selectedFile.SheetNames.reduce((initial, name) => {\n const sheet = selectedFile.Sheets[name];\n initial = XLSX.utils.sheet_to_json(sheet);\n return initial;\n }, []);\n this.fileData = jsonData;\n }\n reader.readAsBinaryString(file);\n return;\n }\n\n mappingProcessed(event: any) {\n this.selectedFields = event.fields;\n const tempFileData = JSON.parse(JSON.stringify(this.fileData));\n tempFileData.forEach((data: any) => {\n for (var key in data) {\n var field = event.fields.find((field: any) => field.label == key);\n if (field) {\n if ((field.propertyType == 'date' || field.propertyType == 'dateTime') && this.isValidDate(new Date(data[field.label]))) {\n data[field.property] = (new Date(data[field.label]) as Date).toISOString();\n }\n else {\n data[field.property] = data[field.label];\n }\n delete data[key];\n }\n else {\n delete data[key];\n }\n }\n });\n this.save(tempFileData);\n }\n\n save(tempFileData: any) {\n this.http.post(this.importConfig?.postUrl, { data: tempFileData })\n .pipe(\n untilDestroyed(this)\n ).subscribe((result: any) => {\n this.failedItems = result?.failed_items || [];\n if (this.failedItems.length === 0) {\n this.alertService.addAlert(\"File Import Success\", \"success\");\n this.location.back();\n }\n });\n }\n\n isValidDate(d: any) {\n return d instanceof Date && !isNaN(d.getTime());\n }\n\n}\n","import { NgModule } from '@angular/core';\nimport { Routes, RouterModule } from '@angular/router';\n\nconst routes: Routes = [];\n\n@NgModule({\n imports: [RouterModule.forChild(routes)],\n exports: [RouterModule]\n})\nexport class ImportItemsRoutingModule { }\n","import { ChangeDetectorRef, Component, EventEmitter, Input, OnInit, Output } from '@angular/core';\nimport { FormArray, FormBuilder, FormControl, FormGroup, Validators } from '@angular/forms';\nimport { FormValidatorService } from '../../core/form-validator.service';\nimport { ImportConfig } from '../import-config';\n\nconst errorMessages: any = {\n property: {\n required: \"Property is required\",\n unavailable: \"Duplicate entry\"\n },\n};\n\n@Component({\n selector: 'app-import-items',\n templateUrl: './import-items.component.html',\n styleUrls: ['./import-items.component.scss']\n})\nexport class ImportItemsComponent implements OnInit {\n importMappingForm: FormGroup;\n @Input() data: any[];\n @Input() importConfig: ImportConfig;\n firstDataArray: any[] = [];\n properties: any[] = [];\n @Output() onSave = new EventEmitter();\n\n constructor(\n private fb: FormBuilder,\n private formValidatorService: FormValidatorService,\n private changeDetectorRef: ChangeDetectorRef\n ) {\n this.createImportMappingForm();\n }\n\n ngOnInit() {\n this.properties = this.importConfig.properties;\n this.mapOutDataColumns(this.data[0]);\n }\n\n createImportMappingForm() {\n this.importMappingForm = this.fb.group({\n fields: this.fb.array([]),\n });\n }\n\n get fieldsArray(): FormArray {\n return this.importMappingForm.get('fields') as FormArray;\n }\n\n createField(field: any): FormGroup {\n var fieldForm: FormGroup = this.fb.group({\n id: new FormControl(field.id),\n label: new FormControl(field.label),\n value: new FormControl(field.value),\n property: new FormControl(field.property,\n Validators.compose(\n [\n Validators.required\n ]\n )\n ),\n propertyType: new FormControl(field.propertyType)\n });\n return fieldForm;\n }\n\n mapOutDataColumns(data: any[]) {\n for (var key in data) {\n if (data.hasOwnProperty(key)) {\n var dataValue = {\n id: '',\n label: key,\n value: data[key],\n property: '',\n propertyType: ''\n };\n this.firstDataArray.push(dataValue);\n }\n }\n this.firstDataArray.forEach((element: any, mainIndex: any) => {\n element.id = mainIndex;\n this.properties.find((property: any) => {\n if (property.label.toLowerCase().includes(element.label.toLowerCase())) {\n element.property = property.value;\n element.propertyType = property.type;\n return element;\n }\n });\n });\n }\n\n submit() {\n this.importMappingForm.markAllAsTouched();\n if (!this.importMappingForm.valid) {\n return;\n }\n this.onSave.emit(this.importMappingForm.value);\n }\n\n /** Method to evaluate form fields*/\n isFieldValid(field: string, form: any) {\n return this.formValidatorService.isFieldValid(field, form);\n }\n\n /** Method to find error in form fields*/\n getErrorMessage(field: string, form: any) {\n return this.formValidatorService.getErrorMessage(field, form, errorMessages);\n }\n\n ngAfterViewInit(): void {\n //Called after ngAfterContentInit when the component's view has been initialized. Applies to components only.\n //Add 'implements AfterViewInit' to the class.\n setTimeout((_: any) => {\n this.firstDataArray.forEach((element: any) => {\n this.fieldsArray.push(this.createField(element));\n });\n this.changeDetectorRef.detectChanges();\n }, 500);\n }\n\n updatePropertyType(event: any, index: any): void {\n var field = this.properties.find((field: any) => field.value == event.value);\n if (field) {\n this.fieldsArray.controls[index].get('propertyType').setValue(field.type);\n this.uniqueValidator();\n }\n }\n\n uniqueValidator() {\n this.fieldsArray.value.forEach((field: any, index: any) => {\n var control = this.fieldsArray.controls[index].get('property');\n const isNameUnique = this.fieldsArray.value.find((propertyData: any) =>\n propertyData.property === control.value\n && propertyData.id != this.fieldsArray.controls[index].get('id').value\n )\n ? false\n : true;\n if (!isNameUnique) {\n control.setErrors({ unavailable: true });\n }\n else {\n control.setErrors(null);\n }\n });\n }\n\n removeField(index: number) {\n if (index == -1) {\n return;\n }\n this.fieldsArray.removeAt(index);\n }\n\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\nimport { ImportItemsRoutingModule } from './import-items-routing.module';\nimport { ImportItemsComponent } from './import-items.component';\nimport { FlexLayoutModule } from '@angular/flex-layout';\nimport { MaterialModule } from '../../material.module';\nimport { ReactiveFormsModule } from '@angular/forms';\n\n\n@NgModule({\n declarations: [ImportItemsComponent],\n imports: [\n CommonModule,\n FlexLayoutModule,\n MaterialModule,\n ReactiveFormsModule,\n ImportItemsRoutingModule\n ],\n exports: [ImportItemsComponent]\n})\nexport class ImportItemsModule { }\n","import { NgModule } from '@angular/core';\nimport { Routes, RouterModule } from '@angular/router';\n\nconst routes: Routes = [];\n\n@NgModule({\n imports: [RouterModule.forChild(routes)],\n exports: [RouterModule]\n})\nexport class FailedItemsRoutingModule { }\n","import { Component, Input, OnInit } from '@angular/core';\n\n@Component({\n selector: 'app-failed-items',\n templateUrl: './failed-items.component.html',\n styleUrls: ['./failed-items.component.scss']\n})\nexport class FailedItemsComponent implements OnInit {\n\n @Input() failedItems: any[];\n @Input() selectedFields: any[];\n constructor() { }\n\n ngOnInit() {\n }\n\n isValidDate(d: any): boolean {\n var date = new Date(d);\n return date instanceof Date && !isNaN(date.getTime());\n }\n\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\nimport { FailedItemsRoutingModule } from './failed-items-routing.module';\nimport { FailedItemsComponent } from './failed-items.component';\nimport { MaterialModule } from '../../material.module';\nimport { FlexLayoutModule } from '@angular/flex-layout';\n\n\n@NgModule({\n declarations: [FailedItemsComponent],\n imports: [\n CommonModule,\n MaterialModule,\n FlexLayoutModule,\n FailedItemsRoutingModule\n ],\n exports: [FailedItemsComponent]\n})\nexport class FailedItemsModule { }\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\nimport { ImportCsvRoutingModule } from './import-csv-routing.module';\nimport { ImportCsvComponent } from './import-csv.component';\nimport { ImportItemsModule } from './import-items/import-items.module';\nimport { FailedItemsModule } from './failed-items/failed-items.module';\nimport { MaterialModule } from '../material.module';\nimport { FlexLayoutModule } from '@angular/flex-layout';\nimport { FileDropperModule } from '../file-dropper/file-dropper.module';\n\n\n@NgModule({\n declarations: [ImportCsvComponent],\n imports: [\n CommonModule,\n MaterialModule,\n FlexLayoutModule,\n FileDropperModule,\n ImportCsvRoutingModule,\n ImportItemsModule,\n FailedItemsModule\n ],\n exports: [ImportCsvComponent]\n})\nexport class ImportCsvModule { }\n","export class ImportConfig {\n postUrl: string;\n properties: any[];\n importType: string;\n}","import { Component, Input, OnInit } from '@angular/core';\nimport { UntilDestroy, untilDestroyed } from '@ngneat/until-destroy';\nimport { FormBuilder, FormGroup } from '@angular/forms';\nimport { debounceTime, distinctUntilChanged } from 'rxjs/operators';\nimport { PageEvent } from '../data-table/data-table.model';\nimport { HttpService } from '../core/http.service';\n\n@UntilDestroy()\n@Component({\n selector: 'app-login-history-for-user',\n templateUrl: './login-history-for-user.component.html',\n styleUrls: ['./login-history-for-user.component.scss']\n})\nexport class LoginHistoryForUserComponent implements OnInit {\n\n loginHistoryList: any[] = [];\n pageEvent: PageEvent = { page: 1, perPage: 25, lastPage: 1 };\n filters: any = {\n sort_by: 'created_at|desc',\n };\n historyFilterForm: FormGroup;\n displayedColumns: any[] = ['index', 'created_at'];\n @Input() userId: any;\n\n constructor(\n private http: HttpService,\n private fb: FormBuilder,\n ) {\n this.historyFilterForm = this.fb.group({\n 'date_from': [''],\n 'date_to': ['']\n });\n }\n\n ngOnInit() {\n this.filters.user_id = this.userId;\n this.historyFilterForm.valueChanges\n .pipe(debounceTime(500), distinctUntilChanged(), untilDestroyed(this))\n .subscribe((value: any) => {\n value.date_from = value.date_from ? (value.date_from as Date).toISOString() : '';\n value.date_to = value.date_to ? (value.date_to as Date).toISOString() : '';\n this.filterChange(value);\n });\n this.initializeData();\n }\n\n initializeData() {\n this.http.get(`api/user-login-history`, { params: { ...this.filters, ...this.pageEvent } })\n .pipe(untilDestroyed(this))\n .subscribe((result: any) => {\n this.loginHistoryList = this.loginHistoryList.concat(result.data);\n this.pageEvent.page = result.current_page;\n this.pageEvent.lastPage = result.last_page;\n });\n }\n\n filterChange(event: any) {\n this.filters = {\n ...this.filters,\n ...event\n };\n this.reload();\n }\n\n onScroll() {\n if (this.pageEvent.lastPage > this.pageEvent.page) {\n this.pageEvent.page += 1;\n this.initializeData();\n }\n }\n\n\n reload() {\n this.loginHistoryList = [];\n this.pageEvent = { page: 1, perPage: 25, lastPage: 1 };\n this.initializeData();\n }\n\n ngOnDestroy() {\n //Until destroyed uses it\n }\n\n}\n","import { NgModule } from '@angular/core';\nimport { Routes, RouterModule } from '@angular/router';\nimport { AuthenticationGuard } from '../core/authentication.guard';\nimport { LoginHistoryForUserComponent } from './login-history-for-user.component';\n\nconst routes: Routes = [\n {\n path: '',\n component: LoginHistoryForUserComponent,\n canActivate: [AuthenticationGuard]\n },\n];\n\n@NgModule({\n imports: [RouterModule.forChild(routes)],\n exports: [RouterModule]\n})\nexport class LoginHistoryForUserRoutingModule { }\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\nimport { LoginHistoryForUserRoutingModule } from './login-history-for-user-routing.module';\nimport { LoginHistoryForUserComponent } from './login-history-for-user.component';\nimport { InfiniteScrollModule } from 'ngx-infinite-scroll';\nimport { FlexLayoutModule } from '@angular/flex-layout';\nimport { ReactiveFormsModule } from '@angular/forms';\nimport { MaterialModule } from '../material.module';\nimport { TimelineFilterModule } from '../timeline-filter/timeline-filter.module';\n\n\n@NgModule({\n declarations: [LoginHistoryForUserComponent],\n imports: [\n CommonModule,\n LoginHistoryForUserRoutingModule,\n InfiniteScrollModule,\n MaterialModule,\n FlexLayoutModule,\n ReactiveFormsModule,\n TimelineFilterModule\n ],\n exports: [LoginHistoryForUserComponent]\n})\nexport class LoginHistoryForUserModule { }\n","import { COMMA, ENTER } from '@angular/cdk/keycodes';\n\nexport class TechlifyTaggerTagFormConfigModel {\n selectable: boolean;\n removable: boolean;\n separatorKeysCodes: number[];\n placeholder: string;\n apiUrl: string;\n isCreateable: boolean;\n createApiUrl: string;\n isCacheTags: boolean;\n isSingle: boolean;\n\n constructor() {\n this.selectable = true;\n this.removable = true;\n this.separatorKeysCodes = [ENTER, COMMA];\n this.placeholder = 'New Tag..';\n this.apiUrl = 'api/techlify-tagger-tags';\n this.createApiUrl = 'api/techlify-tagger-tags';\n this.isCreateable = true;\n this.isCacheTags = false;\n this.isSingle = false;\n }\n}","import { FocusMonitor } from '@angular/cdk/a11y';\nimport { BooleanInput, coerceBooleanProperty } from '@angular/cdk/coercion';\nimport { Component, ElementRef, ViewChild, OnInit, Input, OnDestroy, Inject, Optional, Self, OnChanges, SimpleChanges } from '@angular/core';\nimport { ControlValueAccessor, FormControl, NgControl } from '@angular/forms';\nimport { MatAutocompleteSelectedEvent } from '@angular/material/autocomplete';\nimport { MatChipInputEvent } from '@angular/material/chips';\nimport { MatFormField, MatFormFieldControl, MAT_FORM_FIELD } from '@angular/material/form-field';\nimport { UntilDestroy, untilDestroyed } from '@ngneat/until-destroy';\nimport { Subject } from 'rxjs';\nimport { debounceTime } from 'rxjs/operators';\nimport { HttpService } from '../core/http.service';\nimport { TechlifyTaggerTagFormConfigModel } from './techlify-tagger-tag-form-config.model';\n\n@UntilDestroy()\n@Component({\n selector: 'app-techlify-tagger-tag-form-field',\n templateUrl: './techlify-tagger-tag-form-field.component.html',\n styleUrls: ['./techlify-tagger-tag-form-field.component.scss'],\n providers: [{ provide: MatFormFieldControl, useExisting: TechlifyTaggerTagFormFieldComponent }],\n})\nexport class TechlifyTaggerTagFormFieldComponent implements OnInit, ControlValueAccessor, MatFormFieldControl<any>, OnDestroy, OnChanges {\n\n static nextId = 0;\n stateChanges = new Subject<void>();\n focused = false;\n controlType = 'techlify-tagger-form-field';\n id = `techlify-tagger-form-field-${TechlifyTaggerTagFormFieldComponent.nextId++}`;\n\n onChange = (_: any) => { };\n onTouched = () => { };\n\n tagInputCtrl = new FormControl();\n filterString: any;\n @ViewChild('tagInput') tagInput: ElementRef<HTMLInputElement>;\n\n /**Pass the configuration for Techlify Tagger */\n @Input() config: TechlifyTaggerTagFormConfigModel = new TechlifyTaggerTagFormConfigModel();\n /**Pass the Model Type for Techlify Tagger, Required */\n @Input() modelType!: string;\n /**Pass the Model ID for Techlify Tagger */\n @Input() modelId: string;\n\n /**Pass the default list of tags */\n private _allTags: any[] = [];\n @Input()\n get allTags() {\n return this._allTags;\n }\n set allTags(value) {\n this._allTags = value;\n }\n\n /**Pass the Categories to filter for a model */\n @Input() categories: string[] = [];\n /**Pass default category to be used for assigning the tags, when we filter by more than one category */\n @Input() defaultCreateCategory: string;\n\n get tags() {\n return this.allTags.filter(x => this.value.some(y => y == x.id));\n }\n\n //Default Getter and Setters for a Form Field Implementation\n get empty() {\n return this.value.length == 0;\n }\n\n get shouldLabelFloat() {\n return this.focused || !this.empty || this.tagInputCtrl.value;\n }\n\n @Input()\n get required(): boolean {\n return this._required;\n }\n set required(value: boolean) {\n this._required = coerceBooleanProperty(value);\n this.stateChanges.next();\n }\n private _required = false;\n\n @Input()\n get disabled(): boolean {\n return this._disabled;\n }\n set disabled(value: boolean) {\n this._disabled = coerceBooleanProperty(value);\n this._disabled ? this.tagInputCtrl.disable() : this.tagInputCtrl.enable();\n this.stateChanges.next();\n }\n private _disabled = false;\n\n\n private _value: any[] = [];\n @Input()\n get value(): any[] {\n return this._value;\n }\n set value(tagIds: any[]) {\n this._value = tagIds || [];\n this.stateChanges.next();\n }\n\n get errorState(): boolean {\n return this.tagInputCtrl.dirty && this.required && (this.value.length == 0);\n }\n\n @Input()\n get placeholder(): string {\n return this._placeholder;\n }\n set placeholder(value: string) {\n this._placeholder = value;\n this.stateChanges.next();\n }\n private _placeholder: string;\n\n\n ngOnInit(): void {\n\n }\n\n ngOnChanges(changes: SimpleChanges) {\n\n //API to load all tags for the model type\n if (this.allTags.length == 0) {\n this.httpService\n .cache(!this.config.isCacheTags)\n .get(this.config.apiUrl, {\n params: {\n categories: this.categories.join(','),\n perPage: '1000'\n }\n }).pipe(\n debounceTime(500),\n untilDestroyed(this)\n ).subscribe((result: any) => {\n this.allTags = result.data;\n });\n }\n\n //API to load only the selected tags for the model\n if (this.modelId && this.value.length == 0) {\n //Model Id is passed and no tags are present, so we query db for the avilable tags for the model ID.\n this.httpService\n .cache(!this.config.isCacheTags)\n .get(this.config.apiUrl, {\n params: {\n categories: this.categories.join(','),\n model_type: this.modelType,\n model_id: this.modelId,\n perPage: '1000'\n }\n }).pipe(\n debounceTime(500),\n untilDestroyed(this)\n ).subscribe((result: any) => {\n this.value = (result?.data || []).map((x: any) => x.id);\n this._handleInput();\n });\n }\n }\n\n init() {\n if (this.modelId && this.allTags.length == 0) {\n //Model Id is passed and no tags are passed, so we query db for the avilable tags for the model ID.\n this.httpService\n .cache(!this.config.isCacheTags)\n .get(this.config.apiUrl, {\n params: {\n categories: this.categories.join(','),\n model_type: this.modelType,\n model_id: this.modelId\n }\n }).pipe(\n untilDestroyed(this)\n ).subscribe((result: any) => {\n this.allTags = result.data;\n });\n }\n }\n\n get filteredTags(): any[] {\n return this._filter();\n }\n\n constructor(\n private _focusMonitor: FocusMonitor,\n private _elementRef: ElementRef<HTMLElement>,\n private httpService: HttpService,\n @Optional() @Inject(MAT_FORM_FIELD) public _formField: MatFormField,\n @Optional() @Self() public ngControl: NgControl) {\n\n this.tagInputCtrl.valueChanges\n .subscribe(filterValue => {\n this.filterString = filterValue;\n });\n\n //Set Focus Monitor\n _focusMonitor.monitor(_elementRef, true).subscribe(origin => {\n if (this.focused && !origin) {\n this.onTouched();\n }\n this.focused = !!origin;\n this.stateChanges.next();\n });\n\n if (this.ngControl != null) {\n this.ngControl.valueAccessor = this;\n }\n }\n\n setDescribedByIds(ids: string[]) {\n // Just a empty implementation for Mat Form Field Interface\n }\n\n onContainerClick() {\n // Just a empty implementation for Mat Form Field Interface\n }\n\n\n async add(event: MatChipInputEvent) {\n const value = (event.value || '').trim();\n // Add our tag\n // Validate for single mode\n if (!this.config.isSingle || (this.value.length === 0)) {\n if (value && this.config.isCreateable) {\n const tags = this.allTags;\n let tag = tags.find((item: any) => item.title.toLowerCase() == value.toLowerCase());\n if (!tag) {\n //No tag present in the list\n try {\n const result: any = await this.httpService.post(this.config.createApiUrl, {\n title: value,\n description: value,\n category_title: (this.categories.length > 0) ? (this.defaultCreateCategory ? this.defaultCreateCategory : this.categories[0]) : ''\n }).toPromise();\n tag = result.item;\n } catch (error) {\n return;\n }\n this.allTags.push(tag);\n } else {\n //Optionally clean the existing value, to avoid duplicate\n this.remove(tag);\n }\n this.value.push(tag.id);\n this._handleInput();\n }\n }\n\n // Clear the input value\n event.input.value = '';\n\n this.tagInputCtrl.setValue(null);\n }\n\n remove(tag: any): void {\n this.value = this.value.filter(x => x !== tag.id);\n this._handleInput();\n }\n\n selected(event: MatAutocompleteSelectedEvent): void {\n // Validate for single mode\n if (!this.config.isSingle || (this.value.length === 0)) {\n //Clean the existing value, to avoid duplicate\n this.remove({ id: event.option.value });\n this.value.push(event.option.value);\n this._handleInput();\n }\n this.tagInput.nativeElement.value = '';\n this.tagInputCtrl.setValue(null);\n }\n\n private _filter(): any[] {\n const filterValue = this.filterString ? this.filterString.toString().toLowerCase() : null;\n const availableTags = this.allTags.filter((tag: any) => !this.value.some((item: any) => item == tag.id));\n return filterValue ? availableTags.filter((tag: any) => tag.title.toLowerCase().includes(filterValue)) : availableTags;\n }\n\n writeValue(tagIds: any[]): void {\n this.value = tagIds || [];\n }\n\n registerOnChange(fn: any): void {\n this.onChange = fn;\n }\n\n registerOnTouched(fn: any): void {\n this.onTouched = fn;\n }\n\n setDisabledState(isDisabled: boolean): void {\n this.disabled = isDisabled;\n }\n\n _handleInput(): void {\n this.onChange(this.value);\n }\n\n static ngAcceptInputType_disabled: BooleanInput;\n static ngAcceptInputType_required: BooleanInput;\n\n ngOnDestroy() {\n this.stateChanges.complete();\n this._focusMonitor.stopMonitoring(this._elementRef);\n }\n\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { TechlifyTaggerTagFormFieldComponent } from './techlify-tagger-tag-form-field.component';\nimport { FlexLayoutModule } from '@angular/flex-layout';\nimport { ReactiveFormsModule } from '@angular/forms';\nimport { MatAutocompleteModule } from '@angular/material/autocomplete';\nimport { MaterialModule } from '../material.module';\n\n\n\n@NgModule({\n declarations: [\n TechlifyTaggerTagFormFieldComponent\n ],\n imports: [\n CommonModule,\n MaterialModule,\n FlexLayoutModule,\n MatAutocompleteModule,\n ReactiveFormsModule\n ],\n exports: [TechlifyTaggerTagFormFieldComponent]\n})\nexport class TechlifyTaggerTagFormFieldModule { }\n","import { FocusMonitor } from '@angular/cdk/a11y';\nimport { BooleanInput, coerceBooleanProperty } from '@angular/cdk/coercion';\nimport { Component, ElementRef, OnInit, Input, OnDestroy, Inject, Optional, Self } from '@angular/core';\nimport { ControlValueAccessor, FormControl, NgControl } from '@angular/forms';\nimport { MatFormField, MatFormFieldControl, MAT_FORM_FIELD } from '@angular/material/form-field';\nimport { UntilDestroy, untilDestroyed } from '@ngneat/until-destroy';\nimport { Subject } from 'rxjs';\nimport { debounceTime } from 'rxjs/operators';\nimport { HttpService } from '../core/http.service';\n\n@UntilDestroy()\n@Component({\n selector: 'app-techlify-tagger-tag-selector',\n templateUrl: './techlify-tagger-tag-selector.component.html',\n styleUrls: ['./techlify-tagger-tag-selector.component.scss'],\n providers: [{ provide: MatFormFieldControl, useExisting: TechlifyTaggerTagSelectorComponent }],\n})\nexport class TechlifyTaggerTagSelectorComponent implements OnInit, ControlValueAccessor, MatFormFieldControl<any>, OnDestroy {\n\n /**Pass the Categories to filter for a model */\n @Input() categories: string[] = [];\n @Input() multiple: boolean = false;\n @Input() enableSearch: boolean = true;\n tagSelectorCtrl = new FormControl();\n @Input() showAllTags: boolean = false;\n @Input() useSelectButtonStyle: boolean = false;\n\n tags: any[] = [];\n\n static nextId = 0;\n stateChanges = new Subject<void>();\n focused = false;\n controlType = 'techlify-tagger-selector';\n id = `techlify-tagger-selector-${TechlifyTaggerTagSelectorComponent.nextId++}`;\n\n onChange = (_: any) => { };\n onTouched = () => { };\n\n get apiUrl() {\n if (this.showAllTags) {\n return 'api/techlify-tagger-tags'\n }\n else if (this.categories?.length > 0) {\n return 'api/techlify-tagger-tags?categories=' + this.categories.join(',');\n }\n else {\n return '';\n }\n }\n\n //Default Getter and Setters for a Form Field Implementation\n get empty() {\n return this.value.length == 0;\n }\n\n get shouldLabelFloat() {\n return this.focused || !this.empty;\n }\n\n @Input()\n get required(): boolean {\n return this._required;\n }\n set required(value: boolean) {\n this._required = coerceBooleanProperty(value);\n this.stateChanges.next();\n }\n private _required = false;\n\n @Input()\n get disabled(): boolean {\n return this._disabled;\n }\n set disabled(value: boolean) {\n this._disabled = coerceBooleanProperty(value);\n this._disabled ? this.tagSelectorCtrl.disable() : this.tagSelectorCtrl.enable();\n this.stateChanges.next();\n }\n private _disabled = false;\n\n\n private _value: any;\n @Input()\n get value(): any {\n return this._value;\n }\n set value(val: any) {\n this._value = val;\n this.tagSelectorCtrl.setValue(val);\n this.stateChanges.next();\n }\n\n get errorState(): boolean {\n return this.tagSelectorCtrl.dirty && this.required && (this.value.length == 0);\n }\n\n @Input()\n get placeholder(): string {\n return this._placeholder;\n }\n set placeholder(value: string) {\n this._placeholder = value;\n this.stateChanges.next();\n }\n private _placeholder: string;\n\n\n ngOnInit(): void {\n if (this.useSelectButtonStyle) {\n this.httpService.get(this.apiUrl)\n .pipe(untilDestroyed(this))\n .subscribe((res: any) => {\n this.tags = res.data;\n })\n }\n }\n\n selectionChange(value: any) {\n this.value = value;\n this._handleInput();\n }\n\n constructor(\n private _focusMonitor: FocusMonitor,\n private _elementRef: ElementRef<HTMLElement>,\n private httpService: HttpService,\n @Optional() @Inject(MAT_FORM_FIELD) public _formField: MatFormField,\n @Optional() @Self() public ngControl: NgControl) {\n\n //Set Focus Monitor\n _focusMonitor.monitor(_elementRef, true).subscribe(origin => {\n if (this.focused && !origin) {\n this.onTouched();\n }\n this.focused = !!origin;\n this.stateChanges.next();\n });\n\n if (this.ngControl != null) {\n this.ngControl.valueAccessor = this;\n }\n }\n\n setDescribedByIds(ids: string[]) {\n // Just a empty implementation for Mat Form Field Interface\n }\n\n onContainerClick() {\n // Just a empty implementation for Mat Form Field Interface\n }\n\n writeValue(val: any): void {\n this.value = val;\n }\n\n registerOnChange(fn: any): void {\n this.onChange = fn;\n }\n\n registerOnTouched(fn: any): void {\n this.onTouched = fn;\n }\n\n setDisabledState(isDisabled: boolean): void {\n this.disabled = isDisabled;\n }\n\n _handleInput(): void {\n this.onChange(this.value);\n }\n\n static ngAcceptInputType_disabled: BooleanInput;\n static ngAcceptInputType_required: BooleanInput;\n\n ngOnDestroy() {\n this.stateChanges.complete();\n this._focusMonitor.stopMonitoring(this._elementRef);\n }\n\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { TechlifyTaggerTagSelectorComponent } from './techlify-tagger-tag-selector.component';\nimport { FlexLayoutModule } from '@angular/flex-layout';\nimport { ReactiveFormsModule } from '@angular/forms';\nimport { MatAutocompleteModule } from '@angular/material/autocomplete';\nimport { MatButtonToggleModule } from '@angular/material/button-toggle';\nimport { MaterialModule } from '../material.module';\nimport { SearchableSelectorModule } from '../searchable-selector/searchable-selector.module';\n\n\n\n@NgModule({\n declarations: [\n TechlifyTaggerTagSelectorComponent\n ],\n imports: [\n CommonModule,\n MaterialModule,\n FlexLayoutModule,\n MatAutocompleteModule,\n ReactiveFormsModule,\n SearchableSelectorModule,\n MatButtonToggleModule\n ],\n exports: [TechlifyTaggerTagSelectorComponent]\n})\nexport class TechlifyTaggerTagSelectorModule { }\n","import { Injectable } from '@angular/core';\nimport { DataManager } from '../core';\n\n@Injectable({\n providedIn: 'root'\n})\nexport class CompanyFeatureService {\n\n constructor(private dataManager: DataManager) { }\n\n getFeatures() {\n return this.dataManager.GET(`api/features`);\n }\n\n disableFeature(id: any) {\n return this.dataManager.GET(`api/feature/${id}/disable`);\n }\n\n enableFeature(id: any) {\n return this.dataManager.GET(`api/feature/${id}/enable`);\n }\n\n}\n","import { Component, OnInit } from '@angular/core';\nimport { FormBuilder, FormGroup } from '@angular/forms';\nimport { MatDialog } from '@angular/material/dialog';\nimport { MatTableDataSource } from '@angular/material/table';\nimport { CompanyFeatureService } from './company-feature.service';\nimport { UntilDestroy, untilDestroyed } from '@ngneat/until-destroy';\nimport { AlertService, DataManager, ErrorHandlerService, StorageService } from '../core';\nimport { debounceTime } from 'rxjs/operators';\nimport { ActionPopup, ActionPopupComponent } from '../action-popup';\n\n@UntilDestroy()\n@Component({\n selector: 'app-company-feature',\n templateUrl: './company-feature.component.html',\n styleUrls: ['./company-feature.component.scss']\n})\nexport class CompanyFeatureComponent implements OnInit {\n\n features: any[] = []\n displayedColumns: string[] = [\n 'index',\n 'feature',\n 'description',\n 'actions',\n ]\n\n dataSource = new MatTableDataSource()\n\n page: number = 1;\n lastPage: number;\n perPage: number = 25;\n\n isWorking: boolean = false\n filterFormGroup: FormGroup;\n featureToggleForm: FormGroup;\n\n constructor(\n private dataManager: DataManager,\n private errorHandler: ErrorHandlerService,\n private fb: FormBuilder,\n private alertService: AlertService,\n private dialog: MatDialog,\n private storage: StorageService,\n private featureService: CompanyFeatureService\n ) {\n this.filterFormGroup = this.fb.group({\n num_items: [\"\"]\n })\n }\n\n ngOnInit() {\n this.loadData()\n this.listenForChanges()\n }\n\n listenForChanges() {\n this.filterFormGroup.valueChanges\n .pipe(debounceTime(500), untilDestroyed(this))\n .subscribe((changes) => {\n this.reload()\n })\n }\n\n async loadData() {\n let result;\n try {\n this.isWorking = true\n var filter = this.filterFormGroup.value\n filter.page = this.page;\n filter.perPage = this.perPage;\n result = await this.dataManager.GET(`api/features`, filter);\n this.features = this.features.concat(result.data);\n this.dataSource = new MatTableDataSource(this.features);\n\n if (!this.storage.getItem('features')) {\n this.setStorage(this.features);\n }\n\n this.isWorking = false\n } catch (error) {\n this.errorHandler.handleError(error);\n } finally {\n this.isWorking = false;\n }\n }\n\n async toggeleFeature(element, feature) {\n let status = element ? 'Off' : \"On\";\n let data;\n const dialogRef = this.dialog.open(ActionPopupComponent, {\n width: \"400px\",\n data: <ActionPopup>{\n title: `Turn this feature ${status}?`,\n message: `Would you like to turn ${feature.title} feature ${status}`\n }\n })\n\n dialogRef.afterClosed().subscribe(async result => {\n if (result) {\n try {\n data = element\n ? await this.featureService.disableFeature(feature.id)\n : await this.featureService.enableFeature(feature.id);\n } catch (error) {\n this.errorHandler.handleError(error);\n } finally {\n this.alertService.addAlert(`You have just turned ${status} the feature ${feature.title}`, 'success');\n this.reload();\n this.storage.removeItem('features');\n this.setStorage(this.features);\n this.isWorking = false;\n }\n } else {\n this.reload();\n }\n })\n }\n\n setStorage(features) {\n let localFeatures = [];\n for (let feature of features) {\n if (!feature.client_feature) {\n if (feature.is_enabled_default) {\n localFeatures.push(feature.code);\n }\n } else {\n if (feature.client_feature.is_enabled) {\n localFeatures.push(feature.code);\n }\n }\n\n }\n this.storage.setItem(\"features\", localFeatures);\n }\n\n reload() {\n this.features = [];\n this.page = 1;\n if (!this.isWorking) {\n this.loadData();\n }\n }\n\n onScroll() {\n if (!this.isWorking && this.page < this.lastPage) {\n this.page += 1;\n this.loadData();\n }\n }\n\n sortColumn(event) {\n var direction = event.direction.toString().toUpperCase()\n this.assignFilter(event.active, direction)\n this.reload()\n }\n\n assignFilter(column, direction) {\n switch (column) {\n case 'name': {\n return this.filterFormGroup\n .get('sort_by')\n .setValue('first_name|' + direction)\n }\n case 'added_on': {\n return this.filterFormGroup\n .get('sort_by')\n .setValue('created_at|' + direction)\n }\n }\n }\n\n}\n","import { Routes, RouterModule } from '@angular/router';\nimport { AuthenticationGuard } from '../core';\nimport { CompanyFeatureComponent } from './company-feature.component';\n\nconst routes: Routes = [\n {\n path: '',\n component: CompanyFeatureComponent,\n canActivate: [AuthenticationGuard]\n },\n];\n\nexport const CompanyFeatureRoutes = RouterModule.forChild(routes);\n","import { Component, Input, OnInit } from '@angular/core';\nimport { FormBuilder, FormGroup } from '@angular/forms';\n\n@Component({\n selector: 'app-on-off-switch',\n templateUrl: './on-off-switch.component.html',\n styleUrls: ['./on-off-switch.component.scss']\n})\n\nexport class OnOffSwitchComponent implements OnInit {\n\n @Input() value: boolean;\n slideToggle: FormGroup;\n\n constructor(private fb: FormBuilder) {\n this.slideToggle = this.fb.group({\n toggle: [\"\"]\n })\n }\n\n ngOnInit() {\n this.slideToggle.get('toggle').setValue(this.value);\n }\n\n}\n","import { Directive, ElementRef, Input } from '@angular/core';\nimport { CompanyFeatureService } from './company-feature.service';\nimport { ErrorHandlerService, StorageService } from '../core';\n\n@Directive({\n selector: '[ngxFeatureEnabled]'\n})\nexport class NgxFeatureEnabledDirective {\n\n features: any;\n localFeatures: any[] = [];\n @Input('ngxFeatureEnabled') enabledFeature: any;\n\n constructor(\n private el: ElementRef,\n private featureService: CompanyFeatureService,\n private errorHandler: ErrorHandlerService,\n private storage: StorageService) {\n\n }\n\n ngOnInit(): void {\n if (!this.storage.getItem('features')) {\n this.getFeatures();\n } else {\n this.checkForFeatureEnabled();\n }\n }\n\n async getFeatures() {\n try {\n let features = await this.featureService.getFeatures();\n\n for (let feature of features.data) {\n if (!feature.client_feature) {\n if (feature.is_enabled_default) {\n this.localFeatures.push(feature.code);\n }\n } else {\n if (feature.client_feature.is_enabled) {\n this.localFeatures.push(feature.code);\n }\n }\n\n }\n this.storage.setItem(\"features\", this.localFeatures);\n } catch (error) {\n this.errorHandler.handleError(error);\n } finally {\n this.checkForFeatureEnabled()\n }\n }\n\n checkForFeatureEnabled() {\n try {\n let features = this.storage.getItem('features');\n let features_split = features.split(',');\n\n if (features_split.includes(this.enabledFeature)) {\n this.el.nativeElement.style.display = \"show\";\n } else {\n this.el.nativeElement.remove();\n }\n\n } catch (error) {\n this.errorHandler.handleError(error);\n }\n }\n\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { CompanyFeatureComponent } from './company-feature.component';\n\nimport { CompanyFeatureRoutes } from './company-feature.routing';\nimport { OnOffSwitchComponent } from './on-off-switch/on-off-switch.component';\nimport { FlexLayoutModule } from '@angular/flex-layout';\nimport { NgxFeatureEnabledDirective } from './ngx-feature-enabled.directive';\nimport { InfiniteScrollModule } from 'ngx-infinite-scroll';\nimport { MatSlideToggleModule } from '@angular/material/slide-toggle';\nimport { FormsModule, ReactiveFormsModule } from '@angular/forms';\nimport { MaterialModule } from '../material.module';\n\n@NgModule({\n imports: [\n CommonModule,\n MaterialModule,\n FlexLayoutModule,\n CompanyFeatureRoutes,\n MatSlideToggleModule,\n FormsModule,\n ReactiveFormsModule,\n InfiniteScrollModule\n ],\n declarations: [CompanyFeatureComponent, OnOffSwitchComponent, NgxFeatureEnabledDirective],\n exports: [CompanyFeatureComponent, NgxFeatureEnabledDirective]\n})\nexport class CompanyFeatureModule { }\n"]}
1
+ {"version":3,"sources":["../../../projects/ngx-techlify-core/src/lib/action-popup/action-popup.model.ts","../../../projects/ngx-techlify-core/src/lib/action-popup/action-popup.component.ts","../../../node_modules/tslib/tslib.es6.js","../../../projects/ngx-techlify-core/src/lib/data-table/data-table.component.ts","../../../projects/ngx-techlify-core/src/lib/data-table/data-table.model.ts","../../../projects/ngx-techlify-core/src/lib/document-viewer/document-viewer.component.ts","../../../projects/ngx-techlify-core/src/lib/core/logger.service.ts","../../../projects/ngx-techlify-core/src/lib/document-viewer/viewer-config.model.ts","../../../projects/ngx-techlify-core/src/lib/core/techlify-config.model.ts","../../../projects/ngx-techlify-core/src/lib/core/config.service.ts","../../../projects/ngx-techlify-core/src/lib/core/snack/snack.component.ts","../../../projects/ngx-techlify-core/src/lib/core/alert.service.ts","../../../projects/ngx-techlify-core/src/lib/core/error-handler.service.ts","../../../projects/ngx-techlify-core/src/lib/core/error-handler.interceptor.ts","../../../projects/ngx-techlify-core/src/lib/core/http-cache.service.ts","../../../projects/ngx-techlify-core/src/lib/core/cache.interceptor.ts","../../../projects/ngx-techlify-core/src/lib/core/api-prefix.interceptor.ts","../../../projects/ngx-techlify-core/src/lib/core/credentials.service.ts","../../../projects/ngx-techlify-core/src/lib/core/token.interceptor.ts","../../../projects/ngx-techlify-core/src/lib/core/header.interceptor.ts","../../../projects/ngx-techlify-core/src/lib/core/http.service.ts","../../../projects/ngx-techlify-core/src/lib/entity-files/entity-file.service.ts","../../../projects/ngx-techlify-core/src/lib/core/form-validator.service.ts","../../../projects/ngx-techlify-core/src/lib/entity-files/entity-file-form/entity-file-form.component.ts","../../../projects/ngx-techlify-core/src/lib/entity-files/entity-files-view-all.component.ts","../../../projects/ngx-techlify-core/src/lib/file-dropper/file-dropper.component.ts","../../../projects/ngx-techlify-core/src/lib/file-dropper/file-dropper.model.ts","../../../projects/ngx-techlify-core/src/lib/note/note.service.ts","../../../projects/ngx-techlify-core/src/lib/note/note-form/note-form.component.ts","../../../projects/ngx-techlify-core/src/lib/note/note-list/note-list.component.ts","../../../projects/ngx-techlify-core/src/lib/note/comment-form/comment-form.component.ts","../../../projects/ngx-techlify-core/src/lib/searchable-selector/searchable-selector.component.ts","../../../projects/ngx-techlify-core/src/lib/searchable-selector/mat-select-infinite-scroll.directive.ts","../../../projects/ngx-techlify-core/src/lib/utility/num-items-selector.component.ts","../../../projects/ngx-techlify-core/src/lib/utility/date-utils.service.ts","../../../projects/ngx-techlify-core/src/lib/utility/number-selector.component.ts","../../../projects/ngx-techlify-core/src/lib/timeline-filter/calculate-timeline.ts","../../../projects/ngx-techlify-core/src/lib/timeline-filter/timeline.model.ts","../../../projects/ngx-techlify-core/src/lib/timeline-filter/timeline-filter.component.ts","../../../projects/ngx-techlify-core/src/lib/loader/loader.component.ts","../../../projects/ngx-techlify-core/src/lib/core/snack/snack.module.ts","../../../projects/ngx-techlify-core/src/lib/core/authentication.guard.ts","../../../projects/ngx-techlify-core/src/lib/core/authentication.service.ts","../../../projects/ngx-techlify-core/src/lib/core/route-reusable-strategy.ts","../../../projects/ngx-techlify-core/src/lib/core/storage.service.ts","../../../projects/ngx-techlify-core/src/lib/core/dataManager.service.ts","../../../projects/ngx-techlify-core/src/lib/material.module.ts","../../../projects/ngx-techlify-core/src/lib/core/core.module.ts","../../../projects/ngx-techlify-core/src/lib/action-popup/action-popup.module.ts","../../../projects/ngx-techlify-core/src/lib/data-table/data-table.module.ts","../../../projects/ngx-techlify-core/src/lib/document-viewer/document-viewer.module.ts","../../../projects/ngx-techlify-core/src/lib/file-dropper/file-dropper.module.ts","../../../projects/ngx-techlify-core/src/lib/entity-files/entity-files-view-all.module.ts","../../../projects/ngx-techlify-core/src/lib/read-more/read-more.component.ts","../../../projects/ngx-techlify-core/src/lib/read-more/read-more.module.ts","../../../projects/ngx-techlify-core/src/lib/note/note.module.ts","../../../projects/ngx-techlify-core/src/lib/searchable-selector/searchable-selector.module.ts","../../../projects/ngx-techlify-core/src/lib/utility/utility.module.ts","../../../projects/ngx-techlify-core/src/lib/timeline-filter/timeline-filter-routing.module.ts","../../../projects/ngx-techlify-core/src/lib/timeline-filter/timeline-filter.module.ts","../../../projects/ngx-techlify-core/src/lib/loader/loader.module.ts","../../../projects/ngx-techlify-core/src/lib/email-subscription/email-subscription-routing.module.ts","../../../projects/ngx-techlify-core/src/lib/email-subscription/email-subscription.module.ts","../../../projects/ngx-techlify-core/src/lib/email-subscription/email-subscription-user/email-subscription-user-routing.module.ts","../../../projects/ngx-techlify-core/src/lib/email-subscription/email-subscription-user/email-subscription-user.module.ts","../../../projects/ngx-techlify-core/src/lib/email-subscription/email-subscription-user/email-subscription-user-form/email-subscription-user-form-routing.module.ts","../../../projects/ngx-techlify-core/src/lib/email-subscription/email-subscription-user/email-subscription-user-form/email-subscription-user-form.component.ts","../../../projects/ngx-techlify-core/src/lib/email-subscription/email-subscription-user/email-subscription-user-form/email-subscription-user-form.module.ts","../../../projects/ngx-techlify-core/src/lib/email-subscription/email-subscription-user/email-subscription-user-list/email-subscription-user-list.component.ts","../../../projects/ngx-techlify-core/src/lib/email-subscription/email-subscription-user/email-subscription-user-list/email-subscription-user-list-routing.module.ts","../../../projects/ngx-techlify-core/src/lib/email-subscription/email-subscription-user/email-subscription-user-list-filter/email-subscription-user-list-filter-routing.module.ts","../../../projects/ngx-techlify-core/src/lib/email-subscription/email-subscription-user/email-subscription-user-list-filter/email-subscription-user-list-filter.component.ts","../../../projects/ngx-techlify-core/src/lib/email-subscription/email-subscription-user/email-subscription-user-list-filter/email-subscription-user-list-filter.module.ts","../../../projects/ngx-techlify-core/src/lib/email-subscription/email-subscription-user/email-subscription-user-list/email-subscription-user-list.module.ts","../../../projects/ngx-techlify-core/src/lib/email-subscription/email-subscription-type/email-subscription-type-routing.module.ts","../../../projects/ngx-techlify-core/src/lib/email-subscription/email-subscription-type/email-subscription-type.module.ts","../../../projects/ngx-techlify-core/src/lib/email-subscription/email-subscription-type/email-subscription-type-form/email-subscription-type-form-routing.module.ts","../../../projects/ngx-techlify-core/src/lib/email-subscription/email-subscription-type/email-subscription-type-form/email-subscription-type-form.component.ts","../../../projects/ngx-techlify-core/src/lib/email-subscription/email-subscription-type/email-subscription-type-form/email-subscription-type-form.module.ts","../../../projects/ngx-techlify-core/src/lib/email-subscription/email-subscription-type/email-subscription-type-list/email-subscription-type-list.component.ts","../../../projects/ngx-techlify-core/src/lib/email-subscription/email-subscription-type/email-subscription-type-list/email-subscription-type-list-routing.module.ts","../../../projects/ngx-techlify-core/src/lib/email-subscription/email-subscription-type/email-subscription-type-list/email-subscription-type-list.module.ts","../../../projects/ngx-techlify-core/src/lib/email-subscription/email-subscription-for-user/email-subscription-for-user.component.ts","../../../projects/ngx-techlify-core/src/lib/email-subscription/email-subscription-for-user/email-subscription-for-user-routing.module.ts","../../../projects/ngx-techlify-core/src/lib/email-subscription/email-subscription-for-user/email-subscription-for-user.module.ts","../../../projects/ngx-techlify-core/src/lib/techlify-update/techlify-update.service.ts","../../../projects/ngx-techlify-core/src/lib/techlify-update/techlify-update-form/techlify-update-form.component.ts","../../../projects/ngx-techlify-core/src/lib/techlify-update/techlify-update-form/techlify-update-form.module.ts","../../../projects/ngx-techlify-core/src/lib/techlify-update/techlify-updates-list/techlify-updates-list.component.ts","../../../projects/ngx-techlify-core/src/lib/techlify-update/techlify-update-routing.module.ts","../../../projects/ngx-techlify-core/src/lib/techlify-update/techlify-update.module.ts","../../../projects/ngx-techlify-core/src/lib/techlify-update/update-view/update-view.component.ts","../../../projects/ngx-techlify-core/src/lib/techlify-update/techlify-update-history/techlify-update-history.component.ts","../../../projects/ngx-techlify-core/src/lib/techlify-update/techlify-update-history/techlify-update-history-routing.module.ts","../../../projects/ngx-techlify-core/src/lib/techlify-update/techlify-update-history/techlify-update-history.module.ts","../../../projects/ngx-techlify-core/src/lib/techlify-update/update-view/update-view.module.ts","../../../projects/ngx-techlify-core/src/lib/techlify-update/update-notifier/update-notifier-snack/update-notifier-snack.component.ts","../../../projects/ngx-techlify-core/src/lib/techlify-update/update-notifier/update-notifier.component.ts","../../../projects/ngx-techlify-core/src/lib/techlify-update/update-notifier/update-notifier.module.ts","../../../projects/ngx-techlify-core/src/lib/export-excel/export-excel-button/export-excel-button.component.ts","../../../projects/ngx-techlify-core/src/lib/export-excel/export-excel.module.ts","../../../projects/ngx-techlify-core/src/lib/audit-log/audit-log-view-model/audit-log-view-model.component.ts","../../../projects/ngx-techlify-core/src/lib/audit-log/audit-logs-view-model/audit-logs-view-model.component.ts","../../../projects/ngx-techlify-core/src/lib/audit-log/audit-log-for-model/audit-log-for-model.component.ts","../../../projects/ngx-techlify-core/src/lib/audit-log/audit-log-for-model/audit-log-for-model-routing.module.ts","../../../projects/ngx-techlify-core/src/lib/audit-log/audit-log-view-model/audit-log-view-model-routing.module.ts","../../../projects/ngx-techlify-core/src/lib/audit-log/audit-log-view-model/audit-log-view-model.module.ts","../../../projects/ngx-techlify-core/src/lib/audit-log/audit-logs-view-model/audit-logs-view-model-routing.module.ts","../../../projects/ngx-techlify-core/src/lib/audit-log/audit-log-list/audit-log-list-routing.module.ts","../../../projects/ngx-techlify-core/src/lib/audit-log/audit-log-list/audit-log-list.component.ts","../../../projects/ngx-techlify-core/src/lib/audit-log/audit-log-list-filter/audit-log-list-filter-routing.module.ts","../../../projects/ngx-techlify-core/src/lib/date-validator.ts","../../../projects/ngx-techlify-core/src/lib/audit-log/audit-log-list-filter/audit-log-list-filter.component.ts","../../../projects/ngx-techlify-core/src/lib/audit-log/audit-log-list-filter/audit-log-list-filter.module.ts","../../../projects/ngx-techlify-core/src/lib/audit-log/audit-log-list/audit-log-list.module.ts","../../../projects/ngx-techlify-core/src/lib/audit-log/audit-logs-view-model/audit-logs-view-model.module.ts","../../../projects/ngx-techlify-core/src/lib/audit-log/audit-log-for-model/audit-log-for-model.module.ts","../../../projects/ngx-techlify-core/src/lib/audit-log/audit-log-view/audit-log-view.component.ts","../../../projects/ngx-techlify-core/src/lib/audit-log/audit-log-view/audit-log-view-routing.module.ts","../../../projects/ngx-techlify-core/src/lib/audit-log/audit-log-view/audit-log-view.module.ts","../../../projects/ngx-techlify-core/src/lib/audit-log/audit-log-routing.module.ts","../../../projects/ngx-techlify-core/src/lib/audit-log/audit-log.module.ts","../../../projects/ngx-techlify-core/src/lib/import-csv/import-csv-routing.module.ts","../../../projects/ngx-techlify-core/src/lib/import-csv/import-csv.component.ts","../../../projects/ngx-techlify-core/src/lib/import-csv/import-items/import-items-routing.module.ts","../../../projects/ngx-techlify-core/src/lib/import-csv/import-items/import-items.component.ts","../../../projects/ngx-techlify-core/src/lib/import-csv/import-items/import-items.module.ts","../../../projects/ngx-techlify-core/src/lib/import-csv/failed-items/failed-items-routing.module.ts","../../../projects/ngx-techlify-core/src/lib/import-csv/failed-items/failed-items.component.ts","../../../projects/ngx-techlify-core/src/lib/import-csv/failed-items/failed-items.module.ts","../../../projects/ngx-techlify-core/src/lib/import-csv/import-csv.module.ts","../../../projects/ngx-techlify-core/src/lib/import-csv/import-config.ts","../../../projects/ngx-techlify-core/src/lib/login-history-for-user/login-history-for-user.component.ts","../../../projects/ngx-techlify-core/src/lib/login-history-for-user/login-history-for-user-routing.module.ts","../../../projects/ngx-techlify-core/src/lib/login-history-for-user/login-history-for-user.module.ts","../../../projects/ngx-techlify-core/src/lib/techlify-tagger-tag-form-field/techlify-tagger-tag-form-config.model.ts","../../../projects/ngx-techlify-core/src/lib/techlify-tagger-tag-form-field/techlify-tagger-tag-form-field.component.ts","../../../projects/ngx-techlify-core/src/lib/techlify-tagger-tag-form-field/techlify-tagger-tag-form-field.module.ts","../../../projects/ngx-techlify-core/src/lib/techlify-tagger-tag-selector/techlify-tagger-tag-selector.component.ts","../../../projects/ngx-techlify-core/src/lib/techlify-tagger-tag-selector/techlify-tagger-tag-selector.module.ts","../../../projects/ngx-techlify-core/src/lib/techlify-feature/techlify-feature.service.ts","../../../projects/ngx-techlify-core/src/lib/techlify-feature/techlify-feature-listing.component.ts","../../../projects/ngx-techlify-core/src/lib/techlify-feature/techlify-feature.routing.ts","../../../projects/ngx-techlify-core/src/lib/techlify-feature/on-off-switch/on-off-switch.component.ts","../../../projects/ngx-techlify-core/src/lib/techlify-feature/techlify-feature-enabled.directive.ts","../../../projects/ngx-techlify-core/src/lib/techlify-feature/techlify-feature.module.ts"],"names":["ActionPopupComponent","dialogRef","data","this","prototype","ngOnInit","closeDialog","close","confirm","Component","args","selector","template","MatDialogRef","ActionPopup","decorators","type","Inject","MAT_DIALOG_DATA","extendStatics","d","b","Object","setPrototypeOf","__proto__","Array","p","hasOwnProperty","call","__extends","TypeError","String","__","constructor","create","__decorate","target","key","desc","c","arguments","length","r","getOwnPropertyDescriptor","Reflect","decorate","i","defineProperty","__awaiter","thisArg","_arguments","P","generator","Promise","resolve","reject","fulfilled","value","step","next","e","rejected","result","done","then","apply","__generator","body","f","y","t","g","_","label","sent","trys","ops","verb","throw","return","Symbol","iterator","n","v","op","pop","push","__values","o","s","m","__read","ar","error","__spread","concat","DataTableComponent","DataTableComponent_1","dataSource","MatTableDataSource","action","EventEmitter","selctionChange","rowClick","tableScroll","sortChanged","elementId","nextId","ngAfterViewInit","_this","selection","changed","pipe","subscribe","change","selected","emit","sort","sortChange","untilDestroyed","isAllSelected","masterToggle","clearSelection","forEach","row","select","clear","ngOnChanges","changes","initializeConfig","isFirstChange","currentValue","config","page","lastPage","perPage","onScroll","editClicked","event","element","stopPropagation","viewClicked","deactivateClicked","downloadClicked","printClicked","rowClicked","actionMenuClick","menuValue","trigger","closeMenu","actionMenuTriggerClick","checkEdit","ele","editDisableFunction","checkView","viewDisableFunction","checkPrint","printDisableFunction","checkActions","actionsMenuFunction","checkActionButton","actionsMenuButtonFunction","getValue","keyString","keyList","replace","split","ngOnDestroy","Input","Output","ViewChild","MatSort","static","UntilDestroy","DocumentViewerComponent","remove","initData","removeFile","file","ext","getFileExtension","viewerType","nameArray","LogLevel","Logger","source","enableProductionMode","level","Warning","debug","objects","_i","log","console","Debug","info","Info","warn","Error","func","outputs","output","TechlifyConfig","projectKey","environment","authClientSecret","authGrantType","apiUrl","loadFromMap","storage","rawConfigs","ConfigService","getConfigsRaw","getProjectKey","getApiUrl","getAuthClientSecret","getStorage","localStorage","getAuthGrantType","getCredentialsKey","BASE_CREDENTIALS","Injectable","providedIn","MAT_SNACK_BAR_DATA","AlertService","snackBar","addAlert","message","alertType","duration","openFromComponent","SuccessSnackComponent","ErrorSnackComponent","MatSnackBar","ErrorHandlerService","alerter","handleError","errorResponse","msg","errors","_a","property","_b","_c","_d","errMessage","ErrorHandlerInterceptor","configService","errorHandler","intercept","request","handle","catchError","ErrorEvent","throwError","HttpCacheService","cachedData","cachePersistenceKey","loadCacheData","setCacheData","url","lastUpdated","Date","saveCacheData","getCacheData","cacheEntry","getHttpCacheEntry","clearCache","cleanCache","expirationDate","keys","setPersistence","persistence","sessionStorage","JSON","stringify","parse","CacheInterceptor","httpCacheService","forceUpdate","configure","options","instance","update","method","Observable","subscriber","urlWithParams","HttpResponse","complete","ApiPrefixInterceptor","test","clone","CredentialsService","_credentials","credentials","getItem","setCredentials","remember","setItem","getAccessToken","expiration","token","expires_in","access_token","now","parseInt","getExpiration","getRefreshToken","refresh_token","refresh","TokenInterceptor","setHeaders","Authorization","HeaderInterceptor","Content-Type","headers","get","HttpInterceptorHandler","interceptor","HTTP_DYNAMIC_INTERCEPTORS","InjectionToken","HttpService","httpHandler","injector","interceptors","_super","cache","cacheInterceptor","addInterceptor","skipErrorHandler","removeInterceptor","skipApiPrefix","skipToken","skipHeader","handler","reduceRight","HttpClient","interceptorType","filter","HttpHandler","Injector","Optional","EntityFileService","http","getEntityFiles","filters","params","toPromise","createEntityFile","model","post","updateEntityFile","put","id","deleteEntityFile","delete","uploadEntityFile","formData","FormData","append","name","FormValidatorService","isFieldValid","field","formGroup","firstAttempt","valid","touched","untouched","getErrorMessage","errorMessages","errorField","required","EntityFileFormComponent","formValidatorService","fb","entityFileService","alertService","fileList","createForm","entityFileGroup","group","title","details","entity_type","entity_id","Validators","entity","setValue","updateMode","patchValue","hideTitleAndDetails","fileConfig","fileId","containerId","styles","height","multiple","acceptFile","maxSize","acceptFileText","viewerConfig","viewerStyle","width","submit","assignmentFileFirstAttempt","item","fileChanged","FormBuilder","EntityFilesViewAllComponent","location","dialog","viewOnly","entityFiles","displayedColumns","isWorking","search","FormControl","imageStyle","hideRemove","x","entityType","entityId","valueChanges","debounceTime","distinctUntilChanged","reload","fetchEntityFilesDetails","last_page","addEntityFile","open","autoFocus","restoreFocus","afterClosed","files","editEntityFile","resetFieldValue","Location","MatDialog","FileDropperComponent","fileArray","border","isSingleMode","Boolean","dragEnter","style","background","dragColor","preventDefault","dragOver","dragLeave","dropEvent","droppedFiles","dataTransfer","from","addFiles","onFileChange","document","getElementById","fileSizeAllowed","sortFiles","a","nameA","toUpperCase","nameB","size","clickEvent","click","NoteService","getNotes","filterModel","addNote","note","editNote","deleteNote","NoteFormComponent","noteService","noteFormGroup","compose","model_type","related_model_id","noteFormFirstAttempt","labelText","cancel","NoteListComponent","readonly","commentsView","notes","sort_by","relatedModelId","modelType","loadData","assign","current_page","resetScroll","commentAction","editComment","addComment","comment","index","findIndex","CommentFormComponent","credentialService","view","_commentData","commentFormGroup","isAuthenticated","user","reset","deleteComment","hideEdit","SearchableSelectorComponent","SearchableSelectorComponent_1","formBuilder","_focusMonitor","_elementRef","ngControl","valueField","titleField","selectedValueChange","enableSearch","add","edit","items","inDataSearch","selectionChange","itemsChange","isLoading","onChange","onTouched","stateChanges","Subject","focused","controlType","describedBy","cachedItems","_required","_disabled","selectorForm","select_value","monitor","origin","valueAccessor","empty","setValidators","coerceBooleanProperty","disable","enable","openedChange","dataItems","selectedValue","sortBy","fetchItemList","of","startWith","switchMap","finalize","setDescribedByIds","ids","join","onContainerClick","writeValue","registerOnChange","fn","registerOnTouched","setDisabledState","isDisabled","disabled","getPropertyValue","_handleInput","map","find","invalid","dirty","reloadData","searchField","filterItems","toLowerCase","addItem","itemComponent","addConfig","editItem","editConfig","stopMonitoring","providers","provide","MatFormFieldControl","useExisting","FocusMonitor","ElementRef","NgControl","Self","MatSelectInfiniteScrollDirective","matSelect","ngZone","threshold","infiniteScroll","thrPx","thrPc","singleOptionHeight","SELECT_ITEM_HEIGHT_EM","destroyed$","evaluateThreshold","takeUntil","opened","panel","nativeElement","getSelectItemHeightPx","registerScrollListener","lastIndexOf","parseFloat","fromEvent","tap","handleScrollEvent","runOutsideAngular","countOfRenderedOptions","infiniteScrollDistance","clientHeight","scrollTop","run","getComputedStyle","fontSize","Directive","MatSelect","NgZone","NumItemsSelector","numItemsChange","numItemsChanged","numItems","DateUtils","getYYYYMMDDString","inputDate","getFullYear","getMonth","getDate","getYYYY","getMM","getDateTime","toLocaleTimeString","NumberSelector","numChanged","start_value","end_value","calculateTimeline","date","date_from","date_to","show_custom_field","yesterday","setDate","first","getDay","last","to","setTime","getTime","setHours","quarter","Math","floor","startFullQuarter","endFullQuarter","Timeline","CUSTOM","TODAY","YESTERDAY","THIS_WEEK","LAST_WEEK","THIS_MONTH","LAST_MONTH","THIS_QUARTER","LAST_QUARTER","THIS_YEAR","LAST_YEAR","ALL","TimelineFilterComponent","TimelineFilterComponent_1","datePipe","timelineValue","timelines","viewValue","dateFrom","dateTo","appearance","showClearbutton","form","touchUi","showCustomDateFields","changeTimeline","getDateRangeString","str","selectedRange","toUTCString","transform","_e","_g","_f","getFieldValue","setFieldValue","timeline","range","picker","dateRangeChange","dateRangeStart","dateRangeEnd","onCustomDateChange","DatePipe","LoaderComponent","NgModule","declarations","imports","CommonModule","MatSnackBarModule","MatIconModule","exports","AuthenticationGuard","router","credentialsService","canActivate","route","state","isUserAuthenticated","canLoad","navigate","queryParams","redirect","replaceUrl","Router","AuthenticationService","login","context","concatMap","tokenInfo","userInfo","logout","RouteReusableStrategy","shouldDetach","store","detachedTree","shouldAttach","retrieve","shouldReuseRoute","future","curr","routeConfig","component","RouteReuseStrategy","StorageService","storageSub","watch","asObservable","removeItem","DataManager","GET","urlq","POST","object","blank","POSTRAW","PUT","PATCH","patch","DELETE","MatButtonModule","MatCheckboxModule","MatCommonModule","MatDialogModule","MatFormFieldModule","MatInputModule","MatLineModule","MatMenuModule","MatNativeDateModule","MatOptionModule","MatProgressSpinnerModule","MatPseudoCheckboxModule","MatRippleModule","MatSelectModule","MatSortModule","MatTableModule","MatCardModule","MatDividerModule","MatChipsModule","MatDatepickerModule","MatListModule","MatTooltipModule","parentModule","HttpClientModule","RouterModule","SnackModule","useClass","CoreModule","SkipSelf","FlexLayoutModule","MaterialModule","entryComponents","InfiniteScrollModule","NgxDocViewerModule","FormsModule","ReactiveFormsModule","FileDropperModule","DocumentViewerModule","ActionPopupModule","ReadMoreComponent","maxLength","hideToggle","isCollapsed","determineView","toggleView","text","currentText","substring","ReadMoreModule","forChild","TimelineFilterRoutingModule","EmailSubscriptionRoutingModule","EmailSubscriptionUserRoutingModule","user_id","email_type_id","EmailSubscriptionUserFormComponent","esUserFormGroup","esUser","selectedType","email_type","selectedUser","markAllAsTouched","esUserFormFirstAttempt","isSubmitLoading","SearchableSelectorModule","EmailSubscriptionUserFormRoutingModule","LoaderModule","EmailSubscriptionUserListComponent","esUserList","pageEvent","displayColumns","availableDisplayColumns","order","initializeData","changeSort","col","some","columnsChange","selectedColumns","filterChange","addEmailSubscriptionUser","editEmailSubscriptionUser","deleteEmailSubscriptionUser","direction","active","esulr","permissions","only","redirectTo","routes","path","EmailSubscriptionUserListFilterComponent","valueChange","esUserFilterForm","EmailSubscriptionUserListFilterRoutingModule","EmailSubscriptionUserListRoutingModule","EmailSubscriptionUserFormModule","EmailSubscriptionUserListFilterModule","EmailSubscriptionTypeRoutingModule","code","frequency_id","EmailSubscriptionTypeFormComponent","emailSubscriptionTypeFormGroup","description","emailSubscriptionType","selectedFrequency","frequency","emailSubscriptionTypeFormFirstAttempt","EmailSubscriptionTypeFormRoutingModule","EmailSubscriptionTypeListComponent","emailSubscriptionTypeList","isLoadRelations","relations","addEmailSubscriptionType","editEmailSubscriptionType","deleteEmailSubscriptionType","estlr","EmailSubscriptionTypeFormModule","EmailSubscriptionTypeListRoutingModule","EmailSubscriptionForUserComponent","subscriptions","fetchSubscriptions","sub","current_user_subscription","unsubscribe","esfur","EmailSubscriptionForUserRoutingModule","TechlifyUpdateService","getTechlifyUpdates","createTechlifyUpdate","techlifyUpdate","updateTechlifyUpdate","deleteTechlifyUpdate","techlifyUpdateId","getTechlifyUpdate","getNewUpdateForCurrentUser","createUpdateViewRecord","techlifyUpdateView","updateCurrentUserUpdates","released_on","version","learn_more_link","pattern","TechlifyUpdateFormComponent","techlifyUpdateService","onSave","isUpdateMode","toolbar","techlifyUpdateForm","techlifyUpdateDetails","editor","Editor","NgxEditorModule","TechlifyUpdatesListComponent","techlifyUpdates","filterFormGroup","listenChanges","modifyTechlifyUpdate","sortColumn","toString","assignFilter","column","pathMatch","TechlifyUpdateRoutingModule","TechlifyUpdateFormModule","UpdateViewComponent","rootNavUrl","openUpdateHistory","TechlifyUpdateHistoryComponent","openUpdateView","isFromHistory","TechlifyUpdateHistoryRoutingModule","UpdateNotifierSnackComponent","snackBarRef","maxDescriptionLength","descriptionText","determineDescription","dismiss","update_id","MatSnackBarRef","UpdateNotifierComponent","setTimeout","getNewUpdate","showUpdate","horizontalPosition","verticalPosition","panelClass","UpdateViewModule","ExportExcelButtonComponent","exportExcel","fileName","ws","XLSX.utils","json_to_sheet","wb","book_new","book_append_sheet","XLSX.writeFile","AuditLogViewModelComponent","showDeltaChanges","changeList","model_id","modelId","logInfo","getTransformedChanges","displayAttribute","charAt","slice","attribute","newValue","oldValue","pre_object","AuditLogsViewModelComponent","events","NavigationEnd","AuditLogForModelComponent","logView","getLogView","getLogsView","maxWidth","AuditLogViewModelRoutingModule","AuditLogListComponent","dataManager","sanitizer","auditLogList","showFilter","showExportButtons","Type","object_type","Action","Data","Pre-Object","Created At","created_at","toDateString","Created By","email","logClicked","objectType","objectId","object_id","userId","value_1","DomSanitizer","DateValidator","control","val","invalidDate","AuditLogListFilterComponent","auditLogFilterForm","toISOString","AuditLogListFilterRoutingModule","AuditLogListRoutingModule","ExportExcelModule","AuditLogListFilterModule","AuditLogsViewModelRoutingModule","AuditLogListModule","AuditLogViewModelModule","AuditLogsViewModelModule","AuditLogForModelRoutingModule","AuditLogViewComponent","paramMap","fetchLogDetail","back","logId","patchDelta","delta","jsondiffpatch.diff","innerHTML","jsondiffpatch.formatters","html","format","ActivatedRoute","AuditLogViewRoutingModule","AuditLogRoutingModule","AuditLogViewModule","ImportCsvComponent","filesList","fileData","failedItems","selectedFields","filesConfig","jsonData","reader","FileReader","onload","selectedFile","XLSX.read","cellDates","SheetNames","reduce","initial","sheet","Sheets","sheet_to_json","readAsBinaryString","mappingProcessed","fields","tempFileData","propertyType","isValidDate","save","importConfig","postUrl","failed_items","isNaN","unavailable","ImportItemsComponent","changeDetectorRef","firstDataArray","properties","createImportMappingForm","mapOutDataColumns","importMappingForm","array","createField","dataValue","mainIndex","includes","fieldsArray","detectChanges","updatePropertyType","controls","uniqueValidator","propertyData","setErrors","removeField","removeAt","ChangeDetectorRef","ImportItemsRoutingModule","FailedItemsComponent","FailedItemsRoutingModule","ImportCsvRoutingModule","ImportItemsModule","FailedItemsModule","LoginHistoryForUserComponent","loginHistoryList","historyFilterForm","onTimelineChange","LoginHistoryForUserRoutingModule","TimelineFilterModule","selectable","removable","separatorKeysCodes","ENTER","COMMA","placeholder","createApiUrl","isCreateable","isCacheTags","isSingle","TechlifyTaggerTagFormFieldComponent","TechlifyTaggerTagFormFieldComponent_1","httpService","_formField","tagInputCtrl","TechlifyTaggerTagFormConfigModel","_allTags","categories","_value","filterValue","filterString","allTags","tagIds","_placeholder","init","_filter","trim","tags","tag","category_title","defaultCreateCategory","input","option","tagInput","availableTags","MatFormField","MAT_FORM_FIELD","MatAutocompleteModule","TechlifyTaggerTagSelectorComponent","TechlifyTaggerTagSelectorComponent_1","tagSelectorCtrl","showAllTags","useSelectButtonStyle","res","MatButtonToggleModule","TechlifyFeatureService","getFeatures","disableFeature","enableFeature","TechlifyFeatureListingComponent","featureService","features","num_items","listenForChanges","setStorage","error_1","toggeleFeature","feature","status","error_2","localFeatures","features_1","features_1_1","client_feature","is_enabled","is_enabled_default","TechlifyFeatureRoutes","OnOffSwitchComponent","slideToggle","toggle","TechlifyFeatureEnabledDirective","el","checkForFeatureEnabled","enabledFeature","display","MatSlideToggleModule"],"mappings":"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","sourcesContent":["export class ActionPopup {\n name: string;\n title: string;\n message: string;\n}","import { Component, OnInit, Inject } from '@angular/core';\nimport { MatDialogRef, MAT_DIALOG_DATA } from '@angular/material/dialog';\nimport { ActionPopup } from './action-popup.model';\n\n@Component({\n selector: 'app-action-popup',\n templateUrl: './action-popup.component.html',\n styleUrls: ['./action-popup.component.scss']\n})\nexport class ActionPopupComponent implements OnInit {\n\n constructor(\n public dialogRef: MatDialogRef<ActionPopupComponent>,\n @Inject(MAT_DIALOG_DATA) public data: ActionPopup,\n ) { }\n\n ngOnInit() {\n }\n\n /**Method to close dialog box */\n closeDialog() {\n this.dialogRef.close();\n }\n\n /**Method to close dialog box with the data given from parent component\n */\n confirm() {\n this.dialogRef.close(this.data);\n }\n\n}\n","/*! *****************************************************************************\r\nCopyright (c) Microsoft Corporation.\r\n\r\nPermission to use, copy, modify, and/or distribute this software for any\r\npurpose with or without fee is hereby granted.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\r\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\r\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\r\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\r\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\r\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\r\nPERFORMANCE OF THIS SOFTWARE.\r\n***************************************************************************** */\r\n/* global Reflect, Promise */\r\n\r\nvar extendStatics = function(d, b) {\r\n extendStatics = Object.setPrototypeOf ||\r\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r\n function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };\r\n return extendStatics(d, b);\r\n};\r\n\r\nexport function __extends(d, b) {\r\n if (typeof b !== \"function\" && b !== null)\r\n throw new TypeError(\"Class extends value \" + String(b) + \" is not a constructor or null\");\r\n extendStatics(d, b);\r\n function __() { this.constructor = d; }\r\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r\n}\r\n\r\nexport var __assign = function() {\r\n __assign = Object.assign || function __assign(t) {\r\n for (var s, i = 1, n = arguments.length; i < n; i++) {\r\n s = arguments[i];\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r\n }\r\n return t;\r\n }\r\n return __assign.apply(this, arguments);\r\n}\r\n\r\nexport function __rest(s, e) {\r\n var t = {};\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\r\n t[p] = s[p];\r\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\r\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\r\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\r\n t[p[i]] = s[p[i]];\r\n }\r\n return t;\r\n}\r\n\r\nexport function __decorate(decorators, target, key, desc) {\r\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\r\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\r\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\r\n return c > 3 && r && Object.defineProperty(target, key, r), r;\r\n}\r\n\r\nexport function __param(paramIndex, decorator) {\r\n return function (target, key) { decorator(target, key, paramIndex); }\r\n}\r\n\r\nexport function __metadata(metadataKey, metadataValue) {\r\n if (typeof Reflect === \"object\" && typeof Reflect.metadata === \"function\") return Reflect.metadata(metadataKey, metadataValue);\r\n}\r\n\r\nexport function __awaiter(thisArg, _arguments, P, generator) {\r\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\r\n return new (P || (P = Promise))(function (resolve, reject) {\r\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\r\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\r\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\r\n step((generator = generator.apply(thisArg, _arguments || [])).next());\r\n });\r\n}\r\n\r\nexport function __generator(thisArg, body) {\r\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;\r\n return g = { next: verb(0), \"throw\": verb(1), \"return\": verb(2) }, typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\r\n function verb(n) { return function (v) { return step([n, v]); }; }\r\n function step(op) {\r\n if (f) throw new TypeError(\"Generator is already executing.\");\r\n while (_) try {\r\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\r\n if (y = 0, t) op = [op[0] & 2, t.value];\r\n switch (op[0]) {\r\n case 0: case 1: t = op; break;\r\n case 4: _.label++; return { value: op[1], done: false };\r\n case 5: _.label++; y = op[1]; op = [0]; continue;\r\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\r\n default:\r\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\r\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\r\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\r\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\r\n if (t[2]) _.ops.pop();\r\n _.trys.pop(); continue;\r\n }\r\n op = body.call(thisArg, _);\r\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\r\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\r\n }\r\n}\r\n\r\nexport var __createBinding = Object.create ? (function(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });\r\n}) : (function(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n o[k2] = m[k];\r\n});\r\n\r\nexport function __exportStar(m, o) {\r\n for (var p in m) if (p !== \"default\" && !Object.prototype.hasOwnProperty.call(o, p)) __createBinding(o, m, p);\r\n}\r\n\r\nexport function __values(o) {\r\n var s = typeof Symbol === \"function\" && Symbol.iterator, m = s && o[s], i = 0;\r\n if (m) return m.call(o);\r\n if (o && typeof o.length === \"number\") return {\r\n next: function () {\r\n if (o && i >= o.length) o = void 0;\r\n return { value: o && o[i++], done: !o };\r\n }\r\n };\r\n throw new TypeError(s ? \"Object is not iterable.\" : \"Symbol.iterator is not defined.\");\r\n}\r\n\r\nexport function __read(o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error: error }; }\r\n finally {\r\n try {\r\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n }\r\n finally { if (e) throw e.error; }\r\n }\r\n return ar;\r\n}\r\n\r\n/** @deprecated */\r\nexport function __spread() {\r\n for (var ar = [], i = 0; i < arguments.length; i++)\r\n ar = ar.concat(__read(arguments[i]));\r\n return ar;\r\n}\r\n\r\n/** @deprecated */\r\nexport function __spreadArrays() {\r\n for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;\r\n for (var r = Array(s), k = 0, i = 0; i < il; i++)\r\n for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)\r\n r[k] = a[j];\r\n return r;\r\n}\r\n\r\nexport function __spreadArray(to, from) {\r\n for (var i = 0, il = from.length, j = to.length; i < il; i++, j++)\r\n to[j] = from[i];\r\n return to;\r\n}\r\n\r\nexport function __await(v) {\r\n return this instanceof __await ? (this.v = v, this) : new __await(v);\r\n}\r\n\r\nexport function __asyncGenerator(thisArg, _arguments, generator) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var g = generator.apply(thisArg, _arguments || []), i, q = [];\r\n return i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i;\r\n function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }\r\n function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }\r\n function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }\r\n function fulfill(value) { resume(\"next\", value); }\r\n function reject(value) { resume(\"throw\", value); }\r\n function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }\r\n}\r\n\r\nexport function __asyncDelegator(o) {\r\n var i, p;\r\n return i = {}, verb(\"next\"), verb(\"throw\", function (e) { throw e; }), verb(\"return\"), i[Symbol.iterator] = function () { return this; }, i;\r\n function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === \"return\" } : f ? f(v) : v; } : f; }\r\n}\r\n\r\nexport function __asyncValues(o) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var m = o[Symbol.asyncIterator], i;\r\n return m ? m.call(o) : (o = typeof __values === \"function\" ? __values(o) : o[Symbol.iterator](), i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i);\r\n function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }\r\n function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }\r\n}\r\n\r\nexport function __makeTemplateObject(cooked, raw) {\r\n if (Object.defineProperty) { Object.defineProperty(cooked, \"raw\", { value: raw }); } else { cooked.raw = raw; }\r\n return cooked;\r\n};\r\n\r\nvar __setModuleDefault = Object.create ? (function(o, v) {\r\n Object.defineProperty(o, \"default\", { enumerable: true, value: v });\r\n}) : function(o, v) {\r\n o[\"default\"] = v;\r\n};\r\n\r\nexport function __importStar(mod) {\r\n if (mod && mod.__esModule) return mod;\r\n var result = {};\r\n if (mod != null) for (var k in mod) if (k !== \"default\" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);\r\n __setModuleDefault(result, mod);\r\n return result;\r\n}\r\n\r\nexport function __importDefault(mod) {\r\n return (mod && mod.__esModule) ? mod : { default: mod };\r\n}\r\n\r\nexport function __classPrivateFieldGet(receiver, privateMap) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to get private field on non-instance\");\r\n }\r\n return privateMap.get(receiver);\r\n}\r\n\r\nexport function __classPrivateFieldSet(receiver, privateMap, value) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to set private field on non-instance\");\r\n }\r\n privateMap.set(receiver, value);\r\n return value;\r\n}\r\n","import {\n Component,\n OnInit,\n Input,\n Output,\n EventEmitter,\n OnChanges,\n SimpleChanges,\n AfterViewInit,\n ViewChild\n} from \"@angular/core\";\n\nimport { SelectionModel } from \"@angular/cdk/collections\";\nimport { MatMenuTrigger } from '@angular/material/menu';\nimport { MatTableDataSource } from '@angular/material/table';\nimport { MatSort } from '@angular/material/sort';\nimport { DataTable } from './data-table.model';\nimport { UntilDestroy, untilDestroyed } from \"@ngneat/until-destroy\";\n\n@UntilDestroy()\n@Component({\n selector: \"app-data-table\",\n templateUrl: \"./data-table.component.html\",\n styleUrls: [\"./data-table.component.scss\"]\n})\nexport class DataTableComponent implements OnInit, OnChanges, AfterViewInit {\n\n trigger: MatMenuTrigger;\n\n @Input() data: any;\n\n @Input() config: DataTable;\n\n dataSource: MatTableDataSource<any> = new MatTableDataSource([]);\n\n @Input() selection: SelectionModel<any>;\n\n @Output() action = new EventEmitter();\n @Output() selctionChange = new EventEmitter();\n @Output() rowClick = new EventEmitter();\n @Output() tableScroll = new EventEmitter();\n @Output() sortChanged = new EventEmitter();\n\n page: number;\n lastPage: number;\n perPage: number;\n\n\n @ViewChild(MatSort, { static: true }) sort: MatSort;\n\n static nextId = 0;\n @Input() elementId: string = `data-table-${DataTableComponent.nextId++}`;\n\n constructor() { }\n\n ngOnInit() { }\n\n /**Life cycle hook method */\n ngAfterViewInit() {\n // Assign the data to the data source for the table to render\n this.dataSource = new MatTableDataSource(this.data);\n\n // Emit change in selection\n if (this.selection) {\n this.selection.changed.pipe().subscribe((change: any) => {\n if (this.selection.selected) {\n this.selctionChange.emit(this.selection.selected);\n }\n });\n }\n\n if (this.sort) {\n this.sort.sortChange.pipe(untilDestroyed(this))\n .subscribe((value: any) => {\n this.sortChanged.emit(value);\n })\n }\n }\n\n /** Whether the number of selected elements matches the total number of rows. */\n isAllSelected() {\n const numSelected = this.selection.selected.length;\n const numRows = this.dataSource.data.length;\n return numSelected === numRows;\n }\n\n /** Selects all rows if they are not all selected; otherwise clear selection. */\n masterToggle() {\n this.isAllSelected()\n ? this.clearSelection()\n : this.dataSource.data.forEach(row => this.selection.select(row));\n }\n\n /**clear selection*/\n clearSelection() {\n this.selection.clear();\n this.selctionChange.emit(this.selection.selected);\n }\n\n ngOnChanges(changes: SimpleChanges) {\n this.initializeConfig(changes);\n if (changes.data && !changes.data.isFirstChange() && this.dataSource) {\n // If not first change\n this.dataSource.data = changes.data.currentValue;\n }\n }\n\n initializeConfig(changes: SimpleChanges) {\n if (changes.config && !changes.config.isFirstChange()) {\n this.config = changes.config.currentValue;\n }\n this.page = this.config.page || 1;\n this.lastPage = this.config.lastPage || this.page;\n this.perPage = this.config.perPage || 20;\n }\n\n onScroll() {\n if (this.page < this.lastPage) {\n this.page += 1;\n this.tableScroll.emit({ page: this.page, lastPage: this.lastPage, perPage: this.perPage });\n }\n }\n\n /**Method invokes when edit action icon is clickes */\n editClicked(event: any, element: any) {\n this.action.emit({ action: \"edit\", value: element });\n event.stopPropagation();\n }\n\n /**Method invokes when view action icon is clickes */\n viewClicked(event: any, element: any) {\n this.action.emit({ action: \"view\", value: element });\n event.stopPropagation();\n }\n\n /**Method invokes when edit action icon is clickes */\n deactivateClicked(event: any, element: any) {\n this.action.emit({ action: \"deactivate\", value: element });\n event.stopPropagation();\n }\n\n /**Method invokes when download action icon is clickes */\n downloadClicked(event: any, element: any) {\n this.action.emit({ action: \"download\", value: element });\n event.stopPropagation();\n }\n\n /**Method invokes when print action icon is clickes */\n printClicked(event: any, element: any) {\n\n this.action.emit({ action: 'print', value: element });\n event.stopPropagation();\n\n }\n\n /**Method invokes when a row is clicked */\n rowClicked(event: any, element: any) {\n this.rowClick.emit(element);\n event.stopPropagation();\n }\n\n /**Method invokes when menu action icon is hovered */\n actionMenuClick(event: any, element: any, menuValue: string) {\n this.action.emit({ action: menuValue, value: element });\n this.trigger.closeMenu();\n event.stopPropagation();\n }\n\n /**Method invokes when menu action icon is hovered and selects for particular action*/\n actionMenuTriggerClick(event: any, trigger: MatMenuTrigger) {\n this.trigger = trigger;\n event.stopPropagation();\n }\n\n checkEdit(ele: any) {\n if (this.config.editDisableFunction) {\n return this.config.editDisableFunction(ele);\n }\n\n return true;\n }\n\n checkView(ele: any) {\n if (this.config.viewDisableFunction) {\n return this.config.viewDisableFunction(ele);\n }\n\n return true;\n }\n\n checkPrint(ele: any) {\n if (this.config.printDisableFunction) {\n return this.config.printDisableFunction(ele);\n }\n\n return true;\n }\n\n checkActions(ele: any) {\n if (this.config.actionsMenuFunction) {\n return this.config.actionsMenuFunction(ele);\n }\n\n return true;\n }\n\n checkActionButton(ele: any, value: any) {\n if (this.config.actionsMenuButtonFunction) {\n return this.config.actionsMenuButtonFunction(ele, value);\n }\n return true;\n }\n\n getValue(ele: any, keyString: string) {\n keyString = keyString.replace(/\\[(\\w+)\\]/g, \".$1\"); // convert indexes to properties\n keyString = keyString.replace(/^\\./, \"\"); // strip a leading dot\n const keyList = keyString.split(\".\");\n for (let i = 0, n = keyList.length; i < n; ++i) {\n const key = keyList[i];\n if (ele && key in ele) {\n ele = ele[key];\n } else {\n return;\n }\n }\n return ele;\n }\n\n ngOnDestroy() {\n //Until Destroy uses it.\n }\n}\n","export class DataTable {\n displayedColumns: string[];\n columnsConfig: ColumnConfig[];\n actionsConfig?: ActionConfig;\n enableRowClick?: boolean;\n disableElevation?: boolean;\n downloadLink?: string;\n actionsMenuFunction?: any;\n actionsMenuButtonFunction?: any;\n editDisableFunction?: any;\n viewDisableFunction?: any;\n printDisableFunction?: any;\n customActionLabel?: string;\n stickyHeader?: boolean;\n page?: number;\n lastPage?: number;\n perPage?: number;\n pageSizeOptions?: number[];\n style?: any;\n}\n\nclass ColumnConfig {\n title: string;\n value: string;\n sort?: boolean;\n dateField?: boolean;\n currencyField?: boolean;\n format?: string;\n}\n\nclass ActionConfig {\n edit?: boolean;\n view?: boolean;\n download?: boolean;\n print?: boolean;\n deactivate?: boolean;\n actionsMenu?: ActionsMenu[];\n}\n\nclass ActionsMenu {\n name: string;\n value: string;\n}\n\nexport class PageEvent {\n page: number;\n lastPage?: number;\n perPage: number;\n}\n","import { Component, OnInit, Input, EventEmitter, Output } from '@angular/core';\nimport { ViewerConfig } from './viewer-config.model';\n\n@Component({\n selector: 'app-document-viewer',\n templateUrl: './document-viewer.component.html',\n styleUrls: ['./document-viewer.component.css']\n})\nexport class DocumentViewerComponent implements OnInit {\n\n\n @Input() config!: ViewerConfig;\n\n @Input() file!: any;\n\n @Input() fileUrl!: any;\n\n @Input() disableEdit: boolean;\n\n @Output() remove = new EventEmitter();\n viewerType: any;\n\n constructor() { }\n\n ngOnInit(): void {\n this.initData();\n }\n\n removeFile() {\n this.remove.emit();\n }\n\n initData() {\n if (this.file) {\n var ext = this.getFileExtension(this.file);\n if (ext === 'ppt' || ext === 'pptx' || ext === 'doc' || ext === 'docx' || ext === 'xls' || ext === 'xlsx') {\n this.viewerType = \"office\";\n }\n else if (ext === 'jpg' || ext === 'jpeg' || ext === 'png' || ext === 'gif') {\n this.viewerType = \"image\";\n }\n else if (ext === 'pdf') {\n this.viewerType = \"pdf\";\n }\n else {\n this.viewerType = null;\n }\n }\n }\n\n get fileName() {\n if (this.file) {\n let nameArray = this.file.split('/');\n if (nameArray.length === 2) {\n return nameArray[1];\n }\n return nameArray[0];\n }\n return '';\n }\n\n getFileExtension(file: any) {\n return file.split('.').pop();\n }\n\n}\n","/**\n * Simple logger system with the possibility of registering custom outputs.\n *\n * 4 different log levels are provided, with corresponding methods:\n * - debug : for debug information\n * - info : for informative status of the application (success, ...)\n * - warning : for non-critical errors that do not prevent normal application behavior\n * - error : for critical errors that prevent normal application behavior\n *\n * Example usage:\n * ```\n * import { Logger } from 'app/core/logger.service';\n *\n * const log = new Logger('myFile');\n * ...\n * log.debug('something happened');\n * ```\n *\n * To disable debug and info logs in production, add this snippet to your root component:\n * ```\n * export class AppComponent implements OnInit {\n * ngOnInit() {\n * if (environment.production) {\n * Logger.enableProductionMode();\n * }\n * ...\n * }\n * }\n *\n * If you want to process logs through other outputs than console, you can add LogOutput functions to Logger.outputs.\n */\n\n/**\n * The possible log levels.\n * LogLevel.Off is never emitted and only used with Logger.level property to disable logs.\n */\nexport enum LogLevel {\n Off = 0,\n Error,\n Warning,\n Info,\n Debug\n}\n\n/**\n * Log output handler function.\n */\nexport type LogOutput = (source: string | undefined, level: LogLevel, ...objects: any[]) => void;\n\nexport class Logger {\n\n /**\n * Current logging level.\n * Set it to LogLevel.Off to disable logs completely.\n */\n static level = LogLevel.Debug;\n\n /**\n * Additional log outputs.\n */\n static outputs: LogOutput[] = [];\n\n /**\n * Enables production mode.\n * Sets logging level to LogLevel.Warning.\n */\n static enableProductionMode() {\n Logger.level = LogLevel.Warning;\n }\n\n constructor(private source?: string) { }\n\n /**\n * Logs messages or objects with the debug level.\n * Works the same as console.log().\n */\n debug(...objects: any[]) {\n this.log(console.log, LogLevel.Debug, objects);\n }\n\n /**\n * Logs messages or objects with the info level.\n * Works the same as console.log().\n */\n info(...objects: any[]) {\n this.log(console.info, LogLevel.Info, objects);\n }\n\n /**\n * Logs messages or objects with the warning level.\n * Works the same as console.log().\n */\n warn(...objects: any[]) {\n this.log(console.warn, LogLevel.Warning, objects);\n }\n\n /**\n * Logs messages or objects with the error level.\n * Works the same as console.log().\n */\n error(...objects: any[]) {\n this.log(console.error, LogLevel.Error, objects);\n }\n\n private log(func: (...args: any[]) => void, level: LogLevel, objects: any[]) {\n if (level <= Logger.level) {\n const log = this.source ? ['[' + this.source + ']'].concat(objects) : objects;\n func.apply(console, log);\n Logger.outputs.forEach(output => output.apply(output, [this.source, level, ...objects]));\n }\n }\n\n}\n","export class ViewerConfig {\n imageStyle?: any;\n viewerStyle?: any;\n hideRemove?: boolean;\n}\n","/**\n * Class that stores the configuration data\n *\n * @author Joshua Kissoon\n * @since 20180724\n */\nexport class TechlifyConfig {\n projectKey: string = '';\n environment: string = '';\n authClientSecret: string = '';\n authGrantType: string = '';\n apiUrl: string = '';\n rawConfigs: any;\n storage: Storage;\n\n constructor(data: any) {\n this.loadFromMap(data);\n }\n\n loadFromMap(data: any) {\n this.projectKey = data.projectKey;\n this.environment = data.environment;\n this.authClientSecret = data.authClientSecret;\n this.authGrantType = data.authGrantType;\n this.apiUrl = data.apiUrl;\n this.storage = data?.storage;\n this.rawConfigs = data;\n }\n\n}\n","import { Injectable } from '@angular/core';\n\nimport { TechlifyConfig } from \"./techlify-config.model\";\n\n/**\n * Service that provides settings for all other services\n *\n * @author Joshua Kissoon\n * @since 20170709\n */\n@Injectable({\n providedIn: 'root'\n})\nexport class ConfigService {\n\n public static BASE_CREDENTIALS = \"credentials\";\n\n private config: TechlifyConfig;\n\n constructor(config: TechlifyConfig) {\n this.config = config;\n }\n\n getConfigsRaw() {\n return this.config.rawConfigs;\n }\n\n getProjectKey() {\n return this.config.projectKey;\n }\n\n getApiUrl() {\n return this.config.apiUrl;\n }\n\n getAuthClientSecret() {\n return this.config.authClientSecret;\n }\n\n getStorage() {\n return this.config.storage ? this.config.storage : localStorage;\n }\n\n getAuthGrantType() {\n return this.config.authGrantType;\n }\n\n getCredentialsKey() {\n return this.config.projectKey + \"_\" + ConfigService.BASE_CREDENTIALS;\n }\n\n}\n","import { Component, Inject } from '@angular/core';\nimport { MAT_SNACK_BAR_DATA } from '@angular/material/snack-bar';\n\n@Component({\n selector: 'snack-bar-component-example-snack',\n templateUrl: 'success-snack.html',\n styleUrls: ['./snack.scss'],\n})\nexport class SuccessSnackComponent {\n constructor(@Inject(MAT_SNACK_BAR_DATA) public data: any) { }\n}\n@Component({\n selector: 'snack-bar-component-example-snack',\n templateUrl: 'error-snack.html',\n styleUrls: ['./snack.scss'],\n})\nexport class ErrorSnackComponent {\n constructor(@Inject(MAT_SNACK_BAR_DATA) public data: any) { }\n}\n","import { Injectable } from '@angular/core';\r\nimport { MatSnackBar } from '@angular/material/snack-bar';\r\nimport { ErrorSnackComponent, SuccessSnackComponent } from './snack/snack.component';\r\n\r\n/**\r\n * Service used to manage alerts in the entire system frontend\r\n * \r\n * @author Gokula Prasanna\r\n * @since 20210131\r\n */\r\n@Injectable({\r\n providedIn: 'root'\r\n})\r\nexport class AlertService {\r\n\r\n constructor(public snackBar: MatSnackBar) { }\r\n\r\n addAlert(message: string, alertType: string, duration = 3) {\r\n if (alertType == \"success\") {\r\n this.snackBar.openFromComponent(SuccessSnackComponent, {\r\n duration: 1000 * duration,\r\n data: message\r\n });\r\n }\r\n else {\r\n this.snackBar.openFromComponent(ErrorSnackComponent, {\r\n duration: 1000 * duration,\r\n data: message\r\n });\r\n }\r\n }\r\n}\r\n","import { Injectable } from \"@angular/core\";\r\nimport { AlertService } from \"./alert.service\";\r\n\r\n\r\n/**\r\n * Service used to handle errors from the request\r\n *\r\n * @author Joshua Kissoon\r\n * @since 20171202\r\n */\r\n@Injectable({\r\n providedIn: 'root'\r\n})\r\nexport class ErrorHandlerService {\r\n\r\n constructor(private alerter: AlertService) {\r\n }\r\n\r\n handleError(errorResponse: any, msg: string = '') {\r\n // 1 - Create empty array to store errors\r\n const errors = [];\r\n\r\n // 2 - check if the error object is present in the response\r\n if (errorResponse?.error) {\r\n\r\n // 3 - Check for Laravel form validation error messages object\r\n if (errorResponse?.error?.errors) {\r\n\r\n // 4 - For each error property (which is a form field)\r\n for (const property in errorResponse.error.errors) {\r\n\r\n if (errorResponse.error.errors?.hasOwnProperty(property)) {\r\n\r\n // 5 - Extract it's array of errors\r\n const propertyErrors: Array<string> = errorResponse?.error?.errors[property];\r\n\r\n // 6 - Push all errors in the array to the errors array\r\n propertyErrors.forEach(error => errors.push(error));\r\n }\r\n\r\n }\r\n }\r\n\r\n if (errors.length === 0) {\r\n // 7 - Push the main error message to the array of errors if there is no validation error\r\n errors.push(errorResponse.error.message ? errorResponse.error.message : errorResponse.error?.error);\r\n }\r\n }\r\n var errMessage = errors.length ? errors[0] : msg;\r\n this.alerter.addAlert(\"Error: \" + errMessage, \"warning\");\r\n }\r\n}\r\n","import { Injectable } from '@angular/core';\nimport { HttpEvent, HttpInterceptor, HttpHandler, HttpRequest, HttpErrorResponse } from '@angular/common/http';\nimport { Observable, throwError } from 'rxjs';\nimport { catchError } from 'rxjs/operators';\nimport { Logger } from './logger.service';\nimport { ConfigService } from './config.service';\nimport { ErrorHandlerService } from './error-handler.service';\n\nconst log = new Logger('ErrorHandlerInterceptor');\n\n/**\n * Adds a default error handler to all requests.\n */\n@Injectable({\n providedIn: 'root'\n})\nexport class ErrorHandlerInterceptor implements HttpInterceptor {\n\n constructor(private configService: ConfigService, private errorHandler: ErrorHandlerService) { }\n\n intercept(request: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>> {\n return next.handle(request).pipe(catchError(error => this.handleError(error)));\n }\n\n // Customize the default error handler here if needed\n private handleError(error: HttpErrorResponse): Observable<HttpEvent<any>> {\n let errorMessage = '';\n if (error.error instanceof ErrorEvent) {\n // client-side error\n errorMessage = `Client Error: ${this.configService?.getProjectKey()}: ${error.error.message}`;\n } else {\n // server-side error\n errorMessage = `Server Error: ${this.configService?.getProjectKey()}`;\n try {\n this.errorHandler.handleError(error, 'Unexpected Server Error, try later or contact service team');\n } catch (e) {\n console.log(\"Unable to handle server error\", e);\n }\n }\n return throwError(error);\n }\n\n}\n","import { Injectable } from '@angular/core';\nimport { HttpResponse } from '@angular/common/http';\nimport { ConfigService } from './config.service';\nimport { Logger } from './logger.service';\n\nconst log = new Logger('HttpCacheService');\n\n\nexport interface HttpCacheEntry {\n lastUpdated: Date;\n data: HttpResponse<any>;\n}\n\n/**\n * Provides a cache facility for HTTP requests with configurable persistence policy.\n */\n@Injectable({\n providedIn: 'root'\n})\nexport class HttpCacheService {\n\n private cachedData: { [key: string]: HttpCacheEntry; } = {};\n private storage: Storage | any | null;\n private cachePersistenceKey: String | any;\n\n constructor(private configService: ConfigService) {\n this.storage = this.configService.getStorage();\n this.cachePersistenceKey = this.configService.getProjectKey() + '_HTTP_CACHE';\n this.loadCacheData();\n }\n\n /**\n * Sets the cache data for the specified request.\n * @param {!string} url The request URL.\n * @param {ResponseOptions} data The received data.\n * @param {Date=} lastUpdated The cache last update, current date is used if not specified.\n */\n setCacheData(url: string, data: HttpResponse<any>, lastUpdated?: Date) {\n this.cachedData[url] = {\n lastUpdated: lastUpdated || new Date(),\n data: data\n };\n log.debug(`Cache set for key: \"${url}\"`);\n this.saveCacheData();\n }\n\n /**\n * Gets the cached data for the specified request.\n * @param {!string} url The request URL.\n * @return {?ResponseOptions} The cached data or null if no cached data exists for this request.\n */\n getCacheData(url: string): HttpResponse<any> | null {\n const cacheEntry = this.cachedData[url];\n\n if (cacheEntry) {\n log.debug(`Cache hit for key: \"${url}\"`);\n return cacheEntry.data;\n }\n\n return null;\n }\n\n /**\n * Gets the cached entry for the specified request.\n * @param {!string} url The request URL.\n * @return {?HttpCacheEntry} The cache entry or null if no cache entry exists for this request.\n */\n getHttpCacheEntry(url: string): HttpCacheEntry | null {\n return this.cachedData[url] || null;\n }\n\n /**\n * Clears the cached entry (if exists) for the specified request.\n * @param {!string} url The request URL.\n */\n clearCache(url: string): void {\n delete this.cachedData[url];\n log.debug(`Cache cleared for key: \"${url}\"`);\n this.saveCacheData();\n }\n\n /**\n * Cleans cache entries older than the specified date.\n * @param {date=} expirationDate The cache expiration date. If no date is specified, all cache is cleared.\n */\n cleanCache(expirationDate?: Date) {\n if (expirationDate) {\n Object(this.cachedData).keys.forEach((key: string) => {\n if (expirationDate >= this.cachedData[key]?.lastUpdated) {\n delete this.cachedData[key];\n }\n });\n } else {\n this.cachedData = {};\n }\n this.saveCacheData();\n }\n\n /**\n * Sets the cache persistence policy.\n * Note that changing the cache persistence will also clear the cache from its previous storage.\n * @param {'local'|'session'=} persistence How the cache should be persisted, it can be either local or session\n * storage, or if no value is provided it will be only in-memory (default).\n */\n setPersistence(persistence?: 'local' | 'session') {\n this.cleanCache();\n this.storage = persistence === 'local' ? localStorage : persistence === 'session' ? sessionStorage : null;\n this.loadCacheData();\n }\n\n private saveCacheData() {\n if (this.storage) {\n this.storage[this.cachePersistenceKey] = JSON.stringify(this.cachedData);\n }\n }\n\n private loadCacheData() {\n const data = this.storage ? this.storage[this.cachePersistenceKey] : null;\n this.cachedData = data ? JSON.parse(data) : {};\n }\n\n}\n","import { Injectable } from '@angular/core';\nimport { HttpEvent, HttpInterceptor, HttpHandler, HttpRequest, HttpResponse } from '@angular/common/http';\nimport { HttpCacheService } from './http-cache.service';\nimport { Observable, Subscriber } from 'rxjs';\n\n/**\n * Caches HTTP requests.\n * Use ExtendedHttpClient fluent API to configure caching for each request.\n */\n@Injectable({\n providedIn: 'root'\n})\nexport class CacheInterceptor implements HttpInterceptor {\n\n private forceUpdate = false;\n\n constructor(private httpCacheService: HttpCacheService) { }\n\n /**\n * Configures interceptor options\n * @param {{update: boolean}} options If update option is enabled, forces request to be made and updates cache entry.\n * @return {CacheInterceptor} The configured instance.\n */\n configure(options?: { update?: boolean } | null): CacheInterceptor {\n const instance = new CacheInterceptor(this.httpCacheService);\n if (options && options.update) {\n instance.forceUpdate = true;\n }\n return instance;\n }\n\n intercept(request: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>> {\n if (request.method !== 'GET') {\n return next.handle(request);\n }\n\n return new Observable((subscriber: Subscriber<HttpEvent<any>>) => {\n const cachedData = this.forceUpdate ? null : this.httpCacheService.getCacheData(request.urlWithParams);\n if (cachedData !== null) {\n // Create new response to avoid side-effects\n subscriber.next(new HttpResponse(cachedData as Object));\n subscriber.complete();\n } else {\n next.handle(request)\n .subscribe(\n event => {\n if (event instanceof HttpResponse) {\n this.httpCacheService.setCacheData(request.urlWithParams, event);\n }\n subscriber.next(event);\n },\n error => subscriber.error(error),\n () => subscriber.complete()\n );\n }\n });\n }\n\n}\n","import { Injectable } from '@angular/core';\nimport { HttpEvent, HttpInterceptor, HttpHandler, HttpRequest } from '@angular/common/http';\nimport { Observable } from 'rxjs';\nimport { ConfigService } from './config.service';\n\n/**\n * Prefixes all requests not starting with `http[s]` with `environment.serverUrl`.\n */\n@Injectable({\n providedIn: 'root'\n})\nexport class ApiPrefixInterceptor implements HttpInterceptor {\n\n constructor(private configService: ConfigService) { }\n\n intercept(request: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>> {\n if (!/^(http|https):/i.test(request.url)) {\n request = request.clone({ url: this.configService.getApiUrl() + request.url });\n }\n return next.handle(request);\n }\n}\n","import { Injectable } from '@angular/core';\nimport { ConfigService } from './config.service';\n\nexport interface Credentials {\n // Customize received credentials here\n user: any;\n token: any;\n}\n\n/**\n * Provides storage for authentication credentials.\n * The Credentials interface should be replaced with proper implementation.\n */\n@Injectable({\n providedIn: 'root'\n})\nexport class CredentialsService {\n\n private _credentials: Credentials | null = null;\n\n constructor(private configService: ConfigService) {\n }\n\n /**\n * Checks is the user is authenticated.\n * @return True if the user is authenticated.\n */\n get isAuthenticated(): boolean {\n return !!this.credentials;\n }\n\n /**\n * Gets the user credentials.\n * @return The user credentials or null if the user is not authenticated.\n */\n get credentials(): Credentials | null {\n if (!this._credentials) {\n this._credentials = JSON.parse(sessionStorage.getItem(this.configService.getCredentialsKey()) || localStorage.getItem(this.configService.getCredentialsKey()));\n }\n return this._credentials;\n }\n\n /**\n * Sets the user credentials.\n * The credentials may be persisted across sessions by setting the `remember` parameter to true.\n * Otherwise, the credentials are only persisted for the current session.\n * @param credentials The user credentials.\n * @param remember True to remember credentials across sessions.\n */\n setCredentials(credentials?: Credentials, remember?: boolean) {\n this._credentials = credentials || null;\n\n if (credentials) {\n (remember ? localStorage : sessionStorage).setItem(this.configService.getCredentialsKey(), JSON.stringify(credentials));\n } else {\n sessionStorage.clear();\n localStorage.clear();\n this._credentials = null;\n }\n }\n\n getAccessToken(): string | null {\n const expiration = this.credentials?.token?.expires_in || '';\n const token = this.credentials?.token?.access_token || '';\n\n if (!token || !expiration) {\n return null;\n }\n\n if (Date.now() > parseInt(expiration)) {\n this.setCredentials();\n return null;\n }\n\n return token;\n }\n\n getExpiration(): string {\n return this.credentials?.token?.expires_in || '';\n }\n\n getRefreshToken(): string {\n return this.credentials?.token?.refresh_token || '';\n }\n\n refresh(): CredentialsService {\n this._credentials = null;\n return this;\n }\n\n}\n","import { Injectable } from '@angular/core';\nimport { HttpEvent, HttpInterceptor, HttpHandler, HttpRequest } from '@angular/common/http';\nimport { Observable } from 'rxjs';\nimport { CredentialsService } from './credentials.service';\n\n\n/**\n * Prefixes all requests not starting with `http[s]` with `environment.serverUrl`.\n */\n@Injectable({\n providedIn: 'root'\n})\nexport class TokenInterceptor implements HttpInterceptor {\n\n constructor(private credentials: CredentialsService) { }\n\n intercept(request: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>> {\n request = request.clone({\n setHeaders: {\n Authorization: `Bearer ${this.credentials.getAccessToken() || ''}`\n }\n });\n return next.handle(request);\n }\n}\n","import { Injectable } from '@angular/core';\nimport { HttpEvent, HttpInterceptor, HttpHandler, HttpRequest } from '@angular/common/http';\nimport { Observable } from 'rxjs';\n\n\n/**\n * Prefixes all requests not starting with `http[s]` with `environment.serverUrl`.\n */\n@Injectable({\n providedIn: 'root'\n})\nexport class HeaderInterceptor implements HttpInterceptor {\n\n intercept(request: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>> {\n request = request.clone({\n setHeaders: {\n 'Content-Type': request.headers.get('Content-Type') || 'application/json',\n }\n });\n return next.handle(request);\n }\n}\n","import { Inject, Injectable, InjectionToken, Injector, Optional } from '@angular/core';\nimport { HttpClient, HttpEvent, HttpInterceptor, HttpHandler, HttpRequest } from '@angular/common/http';\n\nimport { Observable } from 'rxjs';\nimport { ErrorHandlerInterceptor } from './error-handler.interceptor';\nimport { CacheInterceptor } from './cache.interceptor';\nimport { ApiPrefixInterceptor } from './api-prefix.interceptor';\nimport { TokenInterceptor } from './token.interceptor';\nimport { HeaderInterceptor } from './header.interceptor';\n\n\n// Augment HttpClient with the added configuration methods from HttpService, to allow in-place replacement of\n// HttpClient with HttpService using dependency injection\nexport interface HttpCustomClient {\n\n /**\n * Enables caching for this request.\n * @param {boolean} forceUpdate Forces request to be made and updates cache entry.\n * @return {HttpCustomClient} The new instance.\n */\n cache(forceUpdate?: boolean): HttpCustomClient;\n\n /**\n * Skips default error handler for this request.\n * @return {HttpCustomClient} The new instance.\n */\n skipErrorHandler(): HttpCustomClient;\n\n /**\n * Skips default API Prefix for this request.\n * @return {HttpCustomClient} The new instance.\n */\n skipApiPrefix(): HttpCustomClient;\n\n\n /**\n * Skips default Token Interceptor for this request.\n * @return {HttpCustomClient} The new instance.\n */\n skipToken(): HttpCustomClient;\n\n /**\n* Skips default Header Interceptor for this request.\n* @return {HttpCustomClient} The new instance.\n*/\n skipHeader(): HttpCustomClient;\n\n}\n\n\n// From @angular/common/http/src/interceptor: allows to chain interceptors\nclass HttpInterceptorHandler implements HttpHandler {\n\n constructor(private next: HttpHandler, private interceptor: HttpInterceptor) { }\n\n handle(request: HttpRequest<any>): Observable<HttpEvent<any>> {\n return this.interceptor.intercept(request, this.next);\n }\n\n}\n\n/**\n * Allows to override default dynamic interceptors that can be disabled with the HttpService extension.\n * Except for very specific needs, you should better configure these interceptors directly in the constructor below\n * for better readability.\n *\n * For static interceptors that should always be enabled (like ApiPrefixInterceptor), use the standard\n * HTTP_INTERCEPTORS token.\n */\nexport const HTTP_DYNAMIC_INTERCEPTORS = new InjectionToken<HttpInterceptor>('HTTP_DYNAMIC_INTERCEPTORS');\n\n/**\n * Extends HttpClient with per request configuration using dynamic interceptors.\n */\n@Injectable({\n providedIn: 'root'\n})\nexport class HttpService extends HttpClient implements HttpCustomClient {\n\n constructor(private httpHandler: HttpHandler,\n private injector: Injector,\n @Optional() @Inject(HTTP_DYNAMIC_INTERCEPTORS) private interceptors: HttpInterceptor[] = []) {\n super(httpHandler);\n\n if (!this.interceptors) {\n // Configure default interceptors that can be disabled here\n this.interceptors = [this.injector.get(ApiPrefixInterceptor), this.injector.get(HeaderInterceptor), this.injector.get(TokenInterceptor), this.injector.get(ErrorHandlerInterceptor)];\n }\n }\n\n cache(forceUpdate?: boolean): HttpService {\n const cacheInterceptor = this.injector.get(CacheInterceptor).configure({ update: forceUpdate });\n return this.addInterceptor(cacheInterceptor);\n }\n\n skipErrorHandler(): HttpService {\n return this.removeInterceptor(ErrorHandlerInterceptor);\n }\n\n skipApiPrefix(): HttpService {\n return this.removeInterceptor(ApiPrefixInterceptor);\n }\n\n skipToken(): HttpService {\n return this.removeInterceptor(TokenInterceptor);\n }\n\n skipHeader(): HttpService {\n return this.removeInterceptor(HeaderInterceptor);\n }\n\n // Override the original method to wire interceptors when triggering the request.\n request(method?: any, url?: any, options?: any): any {\n const handler = this.interceptors.reduceRight(\n (next, interceptor) => new HttpInterceptorHandler(next, interceptor),\n this.httpHandler\n );\n return new HttpClient(handler).request(method, url, options);\n }\n\n private removeInterceptor(interceptorType: Function): HttpService {\n return new HttpService(\n this.httpHandler,\n this.injector,\n this.interceptors.filter(i => !(i instanceof interceptorType))\n );\n }\n\n private addInterceptor(interceptor: HttpInterceptor): HttpService {\n return new HttpService(\n this.httpHandler,\n this.injector,\n this.interceptors.concat([interceptor])\n );\n }\n\n}\n","import { Injectable } from '@angular/core';\nimport { HttpService } from '../core/http.service';\n\n@Injectable({\n providedIn: 'root'\n})\nexport class EntityFileService {\n\n constructor(private http: HttpService) { }\n\n getEntityFiles(filters: any) {\n return this.http.get(`api/entity-files`, { params: filters }).toPromise();\n }\n\n createEntityFile(model: any) {\n return this.http.post(\"api/entity-files\", model).toPromise();\n }\n\n updateEntityFile(model: any) {\n return this.http.put(`api/entity-files/${model.id}`, model).toPromise();\n }\n\n deleteEntityFile(model: any) {\n return this.http.delete(`api/entity-files/${model.id}`).toPromise();\n }\n\n uploadEntityFile(file: File) {\n const formData: FormData = new FormData();\n formData.append(\"fileData\", file, file.name);\n return this.http\n .skipHeader()\n .post(\n \"api/entity-files-upload\",\n formData,\n ).toPromise();\n }\n}\n","import { Injectable } from '@angular/core';\nimport { FormGroup } from '@angular/forms';\n\n@Injectable({\n providedIn: 'root'\n})\nexport class FormValidatorService {\n\n constructor() { }\n\n /**Method to evaluate form fields*/\n isFieldValid(field: string, formGroup: FormGroup | any, firstAttempt?: boolean) {\n return (!formGroup.get(field).valid && formGroup.get(field).touched) ||\n (!formGroup.get(field).valid && formGroup.get(field).untouched && firstAttempt);\n }\n\n /**Method to find error in form fields*/\n getErrorMessage(field: string, formGroup: FormGroup | any, errorMessages: any, errorField?: string) {\n const error = Object.keys(formGroup.get(field).errors);\n return (error.length > 0) ? (errorMessages[errorField || field][error[0]] ? errorMessages[errorField || field][error[0]] : '') : '';\n }\n\n}\n","import { Component, OnInit, Inject } from \"@angular/core\";\nimport { MatDialogRef, MAT_DIALOG_DATA } from \"@angular/material/dialog\";\nimport { FormGroup, FormBuilder, Validators } from \"@angular/forms\";\nimport { EntityFileService } from '../entity-file.service';\nimport { FileDropperConfig } from '../../file-dropper/file-dropper.model';\nimport { ViewerConfig } from '../../document-viewer/viewer-config.model';\nimport { FormValidatorService } from '../../core/form-validator.service';\nimport { AlertService } from \"../../core/alert.service\";\n\nconst errorMessages: any = {\n url: {\n required: \"File is required\"\n },\n};\n\n@Component({\n selector: 'entity-file-form',\n templateUrl: './entity-file-form.component.html',\n styleUrls: ['./entity-file-form.component.css']\n})\nexport class EntityFileFormComponent implements OnInit {\n\n entityFileGroup: FormGroup;\n assignmentFileFirstAttempt: boolean;\n updateMode: boolean;\n fileConfig: FileDropperConfig;\n fileList: any[] = [];\n viewerConfig: ViewerConfig;\n hideTitleAndDetails: boolean;\n\n constructor(\n public dialogRef: MatDialogRef<EntityFileFormComponent>,\n @Inject(MAT_DIALOG_DATA) public data: any,\n private formValidatorService: FormValidatorService,\n private fb: FormBuilder,\n private entityFileService: EntityFileService,\n private alertService: AlertService\n ) {\n this.createForm();\n }\n\n /** Method to create a form **/\n private createForm() {\n //TODO: Finialize and add more validations.\n this.entityFileGroup = this.fb.group({\n id: [''],\n title: [''],\n details: [''],\n entity_type: [''],\n entity_id: [],\n file: ['', Validators.required],\n url: ['', Validators.required]\n });\n }\n\n ngOnInit(): void {\n if (this.data.entity) {\n this.entityFileGroup.get('entity_type').setValue(this.data.entity.entity_type);\n this.entityFileGroup.get('entity_id').setValue(this.data.entity.entity_id);\n }\n if (this.data.file) {\n this.updateMode = true;\n this.entityFileGroup.patchValue(this.data.file);\n }\n\n if (this.data?.hideTitleAndDetails) {\n this.hideTitleAndDetails = this.data?.hideTitleAndDetails;\n }\n\n //File dropper config\n this.fileConfig = {\n fileId: \"subjectFile\",\n containerId: \"subjectFileContainer\",\n styles: {\n height: \"200px\"\n },\n multiple: false,\n acceptFile: \"*\",\n maxSize: 10,\n acceptFileText: \"All Files\"\n };\n\n this.viewerConfig = {\n viewerStyle: {\n height: '200px',\n width: '100%'\n }\n }\n }\n\n\n //Method to trigger submit\n async submit() {\n this.assignmentFileFirstAttempt = true;\n if (!this.entityFileGroup.valid) {\n return;\n }\n const model = this.entityFileGroup.value;\n\n if (this.hideTitleAndDetails) {\n model.title = model.file;\n }\n\n const result: any = this.updateMode\n ? await this.entityFileService.updateEntityFile(model)\n : await this.entityFileService.createEntityFile(model);\n this.dialogRef.close(result.item);\n this.alertService.addAlert(\n \"File submitted successfully\",\n \"success\"\n );\n\n }\n\n async fileChanged(event: any) {\n this.fileList = event;\n\n if (this.fileList.length > 0) {\n\n const result: any = await this.entityFileService.uploadEntityFile(\n this.fileList[0]\n );\n this.entityFileGroup\n .get(\"file\")\n .setValue(result.item.file);\n this.entityFileGroup\n .get(\"url\")\n .setValue(result.item.url);\n this.fileList = [];\n }\n }\n\n\n async removeFile() {\n if (this.entityFileGroup.value.file) {\n try {\n this.entityFileGroup.patchValue({\n file: \"\",\n url: \"\"\n });\n } catch (error) {\n this.alertService.addAlert(\"Unable to remove file, try later\", \"warn\");\n }\n }\n }\n\n /**Method to evaluate form fields*/\n isFieldValid(field: string) {\n return this.formValidatorService.isFieldValid(\n field,\n this.entityFileGroup,\n this.assignmentFileFirstAttempt\n );\n }\n\n /**Method to find error in form fields*/\n getErrorMessage(field: string) {\n return this.formValidatorService.getErrorMessage(\n field,\n this.entityFileGroup,\n errorMessages\n );\n }\n\n}\n","import { Component, OnInit, Input } from '@angular/core';\nimport { Location } from '@angular/common';\nimport { MatDialog } from '@angular/material/dialog';\nimport { EntityFileFormComponent } from './entity-file-form/entity-file-form.component';\nimport { EntityFileService } from './entity-file.service';\nimport { ActionPopup } from '../action-popup/action-popup.model';\nimport { FormControl } from '@angular/forms';\nimport { UntilDestroy, untilDestroyed } from \"@ngneat/until-destroy\";\nimport { debounceTime, distinctUntilChanged } from 'rxjs/operators';\nimport { AlertService } from '../core/alert.service';\nimport { ActionPopupComponent } from '../action-popup/action-popup.component';\nimport { ViewerConfig } from '../document-viewer/viewer-config.model';\n\n@UntilDestroy()\n@Component({\n selector: 'app-entity-files-view-all',\n templateUrl: './entity-files-view-all.component.html',\n styleUrls: ['./entity-files-view-all.component.css']\n})\nexport class EntityFilesViewAllComponent implements OnInit {\n @Input() entityId: number;\n @Input() entityType: string;\n @Input() viewOnly: boolean = false;\n @Input() removeSearch: boolean;\n @Input() hideTitleAndDetails: boolean;\n @Input() displayMode: boolean;\n viewerConfig: ViewerConfig;\n\n filters: any = {};\n entityFiles: any[] = [];\n displayedColumns = ['index', 'title', 'details', 'file',];\n isWorking: boolean = false;\n search: FormControl = new FormControl('');\n page: number = 1;\n perPage: number = 25;\n lastPage: number = 0;\n\n constructor(\n private entityFileService: EntityFileService,\n public location: Location,\n private alertService: AlertService,\n private dialog: MatDialog,\n ) { }\n\n ngOnInit(): void {\n\n\n this.viewerConfig = {\n imageStyle: {\n height: '200px',\n width: '200px'\n },\n viewerStyle: {\n height: ' 160px',\n width: '200px'\n },\n hideRemove: true\n };\n\n if (this.hideTitleAndDetails) {\n this.displayedColumns = this.displayedColumns.filter(x => (x !== 'details') && (x !== 'title'));\n }\n\n this.filters = {\n entity_type: this.entityType,\n entity_id: this.entityId,\n title: \"\"\n };\n this.search.valueChanges.pipe(debounceTime(500), distinctUntilChanged(), untilDestroyed(this)).subscribe(value => {\n this.filters.title = value;\n this.reload();\n })\n this.fetchEntityFilesDetails();\n if (!this.viewOnly) {\n this.displayedColumns.push('actions');\n }\n }\n\n async fetchEntityFilesDetails() {\n this.filters.page = this.page;\n this.isWorking = true;\n const result: any = await this.entityFileService.getEntityFiles(this.filters);\n this.lastPage = result.last_page || this.page;\n this.entityFiles = this.entityFiles.concat(result.data);\n this.isWorking = false;\n }\n\n addEntityFile() {\n const dialogRef = this.dialog.open(EntityFileFormComponent, {\n width: \"700px\",\n data: {\n entity: this.filters,\n hideTitleAndDetails: this.hideTitleAndDetails\n },\n autoFocus: false,\n restoreFocus: false\n });\n\n dialogRef.afterClosed().subscribe(async result => {\n if (result) {\n const files = [...this.entityFiles];\n files.push(result);\n this.entityFiles = files;\n }\n });\n }\n\n editEntityFile(file: any) {\n const dialogRef = this.dialog.open(EntityFileFormComponent, {\n width: \"700px\",\n autoFocus: false,\n data: {\n file: file,\n hideTitleAndDetails: this.hideTitleAndDetails\n } // Any data passed here will be injected into the model\n });\n\n dialogRef.afterClosed().subscribe(result => {\n if (result) {\n this.reload();\n }\n });\n }\n\n deleteEntityFile(file: any) {\n const dialogRef = this.dialog.open(ActionPopupComponent, {\n width: \"400px\",\n data: <ActionPopup>{\n title: \"Delete File\",\n message: `Are you sure to proceed delete the file ${file.title}?`\n },\n autoFocus: false\n });\n\n dialogRef.afterClosed().subscribe(async result => {\n if (result) {\n //Action confirmed\n const result = await this.entityFileService.deleteEntityFile(\n file\n );\n this.alertService.addAlert(\n \"File successfully deleted\",\n \"success\"\n );\n this.reload();\n\n }\n });\n }\n\n onScroll() {\n if (this.page < this.lastPage && !this.isWorking) {\n this.page += 1;\n this.fetchEntityFilesDetails();\n }\n }\n\n reload() {\n this.entityFiles = [];\n this.page = 1;\n if (!this.isWorking) {\n this.fetchEntityFilesDetails();\n }\n }\n\n ngOnDestroy() { }\n\n resetFieldValue() {\n this.search.setValue(\"\");\n }\n}\n","import { Component, OnInit, Input, Output, EventEmitter } from \"@angular/core\";\nimport { AlertService } from \"../core/alert.service\";\nimport { FileDropperConfig } from './file-dropper.model';\n\n\n@Component({\n selector: \"app-file-dropper\",\n templateUrl: \"./file-dropper.component.html\",\n styleUrls: [\"./file-dropper.component.scss\"]\n})\nexport class FileDropperComponent implements OnInit {\n @Input() fileArray: any[] = [];\n\n @Input() config: FileDropperConfig;\n\n @Output() fileChanged: any = new EventEmitter();\n\n border = \"1px dashed #989898\";\n\n @Input() styles: any;\n\n isSingleMode: boolean;\n\n constructor(private alertService: AlertService) { }\n\n /**Life cycle hook method */\n ngOnInit() {\n this.isSingleMode = !Boolean(this.config.multiple);\n }\n\n /**Method for dragging event */\n dragEnter(event: any) {\n event.target.style.background = this.config.dragColor || \"#c0c0c0\";\n\n event.target.style.border = \"1px dashed black\";\n\n event.preventDefault();\n }\n\n /**Method for drag over event */\n dragOver(event: any) {\n event.preventDefault();\n }\n\n /**Method for drag leave event */\n dragLeave(event: any) {\n event.target.style.background = \"\";\n event.target.style.border = this.border;\n\n event.preventDefault();\n }\n\n /**Method for drop event */\n dropEvent(event: any) {\n event.target.style.background = \"\";\n event.target.style.border = this.border;\n const droppedFiles: FileList = event.dataTransfer.files;\n if (droppedFiles.length > 0) {\n const fileArray = Array.from(droppedFiles);\n this.addFiles(fileArray);\n }\n event.preventDefault();\n }\n\n /**Method to list files selected */\n onFileChange(event: any) {\n if (event.target.files && event.target.files.length) {\n const fileArray = Array.from(event.target.files);\n this.addFiles(fileArray);\n const fileInput = document.getElementById(\n this.config.fileId\n ) as HTMLInputElement;\n fileInput.value = \"\";\n }\n }\n\n /**Method to add files in the array */\n addFiles(fileArray: any) {\n if (!this.isSingleMode) {\n fileArray.forEach((file: any) => {\n this.fileArray = this.fileArray.filter(\n (item: any) => item.name !== file.name\n );\n if (this.fileSizeAllowed(file)) {\n this.fileArray.push(file);\n }\n });\n\n this.fileArray.sort(this.sortFiles);\n this.fileChanged.emit(this.fileArray);\n } else {\n // Single Mode\n if (this.fileArray.length === 0) {\n if (this.fileSizeAllowed(fileArray[0])) {\n this.fileArray.push(fileArray[0]);\n this.fileArray.sort(this.sortFiles);\n this.fileChanged.emit(this.fileArray);\n }\n }\n }\n }\n\n /**Method to sort the files in asc */\n sortFiles(a: any, b: any) {\n const nameA = a.name.toUpperCase();\n const nameB = b.name.toUpperCase();\n if (nameA < nameB) {\n return -1;\n }\n if (nameA > nameB) {\n return 1;\n }\n\n return 0;\n }\n\n /**Method tp validate the file size */\n fileSizeAllowed(file: any): boolean {\n if (!Boolean(this.config.maxSize)) {\n return true;\n } else if (file.size / (1024 * 1024) < this.config.maxSize) {\n return true;\n } else {\n this.alertService.addAlert(\n `The size of the file exceeds the limit ${this.config.maxSize} MB, kindly upload a file with size ${this.config.maxSize} MB or below`,\n \"warn\"\n );\n return false;\n }\n }\n\n /**Method invokes when the drop box is clicked to upload the file */\n clickEvent(event: any) {\n if (!(this.isSingleMode && this.fileArray.length > 0)) {\n document.getElementById(this.config.fileId).click();\n }\n event.preventDefault();\n }\n}\n","export class FileDropperConfig {\n containerId: string;\n fileId: string;\n styles?: any;\n multiple?: boolean;\n dragColor?: boolean;\n acceptFile: string; // use '*' to accept all file types.\n maxSize?: number; // size in MB\n acceptFileText?: string;\n}\n","import { Injectable } from '@angular/core';\nimport { HttpService } from '../core/http.service';\n\n@Injectable({\n providedIn: 'root'\n})\nexport class NoteService {\n\n constructor(private http: HttpService) { }\n\n getNotes(filterModel: any) {\n return this.http.get('api/notes', { params: filterModel }).toPromise();\n }\n\n addNote(note: any) {\n return this.http.post('api/notes', note).toPromise();\n }\n\n editNote(note: any) {\n return this.http.put(`api/notes/${note.id}`, note).toPromise();\n }\n\n deleteNote(note: any) {\n return this.http.delete(`api/notes/${note.id}`).toPromise();\n }\n}\n","import { Component, OnInit, Inject } from \"@angular/core\";\nimport { FormGroup, FormBuilder, Validators } from \"@angular/forms\";\nimport { MatDialogRef, MAT_DIALOG_DATA } from \"@angular/material/dialog\";\nimport { NoteService } from \"../note.service\";\nimport { FormValidatorService } from '../../core/form-validator.service';\nimport { AlertService } from \"../../core/alert.service\";\n\nconst errorMessages: any = {\n note: {\n required: \"Note is required\"\n }\n};\n\n@Component({\n selector: 'app-note-form',\n templateUrl: './note-form.component.html',\n styleUrls: ['./note-form.component.css']\n})\nexport class NoteFormComponent implements OnInit {\n\n updateMode: boolean;\n noteFormGroup: FormGroup;\n noteFormFirstAttempt: boolean;\n\n constructor(\n public dialogRef: MatDialogRef<NoteFormComponent>,\n @Inject(MAT_DIALOG_DATA) public data: any,\n private fb: FormBuilder,\n private formValidatorService: FormValidatorService,\n private alertService: AlertService,\n private noteService: NoteService\n ) {\n this.createForm();\n }\n\n /** Method to create a form **/\n private createForm() {\n //TODO: Finialize and add more validations.\n this.noteFormGroup = this.fb.group({\n id: [\"\"],\n note: [\"\", Validators.compose([Validators.required])],\n model_type: [\"\"],\n related_model_id: [\"\"],\n });\n }\n\n ngOnInit() {\n if (this.data.update) {\n this.updateMode = true;\n }\n this.noteFormGroup.patchValue(this.data.note);\n }\n\n //Method to trigger login\n async submit() {\n this.noteFormFirstAttempt = true;\n if (this.noteFormGroup.valid) {\n const model = this.noteFormGroup.value;\n const result = this.updateMode\n ? await this.noteService.editNote(model)\n : await this.noteService.addNote(model);\n\n this.alertService.addAlert(\n `${this.data?.labelText} saved successfully`,\n \"success\"\n );\n this.dialogRef.close(result);\n }\n }\n\n cancel() {\n this.dialogRef.close();\n }\n\n /**Method to evaluate form fields*/\n isFieldValid(field: string) {\n return this.formValidatorService.isFieldValid(\n field,\n this.noteFormGroup,\n this.noteFormFirstAttempt\n );\n }\n\n /**Method to find error in form fields*/\n getErrorMessage(field: string) {\n return this.formValidatorService.getErrorMessage(\n field,\n this.noteFormGroup,\n errorMessages\n );\n }\n\n}\n","import { Component, OnInit, Input } from '@angular/core';\nimport { NoteService } from '../note.service';\nimport { MatDialog } from '@angular/material/dialog';\nimport { NoteFormComponent } from '../note-form/note-form.component';\nimport { ActionPopupComponent } from '../../action-popup/action-popup.component';\nimport { ActionPopup } from '../../action-popup/action-popup.model';\n\n@Component({\n selector: 'app-note-list',\n templateUrl: './note-list.component.html',\n styleUrls: ['./note-list.component.css']\n})\nexport class NoteListComponent implements OnInit {\n\n @Input() relatedModelId !: any;\n @Input() modelType !: any;\n @Input() readonly: boolean = false;\n @Input() labelText: string = 'Note';\n @Input() commentsView: boolean = false;\n\n notes: any[] = [];\n filters: any;\n displayedColumns = [\n 'index',\n 'note',\n 'actions'\n ];\n\n page = 1;\n lastPage = 1;\n\n constructor(private noteService: NoteService,\n private dialog: MatDialog\n ) {\n this.filters = {};\n this.filters.sort_by = \"created_at|DESC\";\n }\n\n ngOnInit() {\n if (this.readonly) {\n this.displayedColumns = this.displayedColumns.filter(x => x !== 'actions');\n }\n this.filters.related_model_id = this.relatedModelId;\n this.filters.model_type = this.modelType;\n this.loadData();\n }\n\n async loadData() {\n\n const result: any = await this.noteService.getNotes({ ...this.filters, page: this.page });\n this.notes = this.notes.concat(result.data);\n this.page = result.current_page;\n this.lastPage = result.last_page;\n }\n\n addNote() {\n const dialogRef = this.dialog.open(NoteFormComponent, {\n width: \"400px\",\n data: {\n note: { related_model_id: this.relatedModelId, model_type: this.modelType },\n labelText: this.labelText,\n },\n autoFocus: false\n });\n\n dialogRef.afterClosed().subscribe(result => {\n if (result) {\n this.resetScroll();\n this.loadData();\n }\n });\n }\n\n editNote(note: any) {\n const dialogRef = this.dialog.open(NoteFormComponent, {\n width: \"400px\",\n data: {\n note: note,\n update: true,\n labelText: this.labelText\n },\n autoFocus: false\n });\n\n dialogRef.afterClosed().subscribe(result => {\n if (result) {\n this.resetScroll();\n this.loadData();\n }\n });\n }\n\n async deleteNote(note: any) {\n const dialogRef = this.dialog.open(ActionPopupComponent, {\n width: \"400px\",\n data: <ActionPopup>{\n title: `Delete ${this.labelText}`,\n message: `Are you sure to delete?`\n },\n autoFocus: false\n });\n\n dialogRef.afterClosed().subscribe(async result => {\n if (result) {\n //Action confirmed\n\n const result = await this.noteService.deleteNote(note);\n this.notes = this.notes.filter((item: any) => item.id !== note.id);\n\n }\n });\n }\n\n resetScroll() {\n this.page = 1;\n this.lastPage = 1;\n this.notes = [];\n }\n\n onScroll() {\n if (this.page < this.lastPage) {\n this.page += 1;\n this.loadData();\n }\n }\n\n commentAction(event: any) {\n if (event.type === \"save\") {\n if (event.value.id) {\n this.editComment(event.value);\n return;\n }\n this.addComment(event.value);\n return;\n }\n this.deleteNote(event.value);\n }\n\n async editComment(comment: any) {\n const result: any = await this.noteService.editNote(comment);\n let index = this.notes.findIndex(\n (x: any) => x.id === comment.id\n );\n if (index !== -1) {\n this.notes[index] = result.item;\n }\n }\n\n async addComment(comment: any) {\n comment.related_model_id = this.relatedModelId;\n comment.model_type = this.modelType;\n const result: any = await this.noteService.addNote(comment);\n this.notes.push(result.item);\n }\n\n}\n","import {\n Component,\n OnInit,\n Input,\n Output,\n EventEmitter,\n OnDestroy\n} from \"@angular/core\";\nimport { FormGroup, FormBuilder } from \"@angular/forms\";\nimport { CredentialsService } from \"../../core/credentials.service\";\n\n@Component({\n selector: \"app-comment-form\",\n templateUrl: \"./comment-form.component.html\",\n styleUrls: [\"./comment-form.component.scss\"]\n})\nexport class CommentFormComponent implements OnInit, OnDestroy {\n commentFormGroup: FormGroup;\n view: boolean;\n _commentData: any;\n\n @Input() set commentData(data: any) {\n this.view = !!data;\n this._commentData = data;\n this.commentFormGroup.patchValue(data);\n }\n\n @Output() action = new EventEmitter();\n\n constructor(private fb: FormBuilder,\n private credentialService: CredentialsService\n ) {\n this.createForm();\n }\n\n ngOnInit() { }\n\n get isLoggedIn() {\n return this.credentialService.isAuthenticated;\n }\n\n get currentUser() {\n return this.credentialService.credentials.user;\n }\n\n private createForm() {\n //TODO: Finialize and add more validations.\n this.commentFormGroup = this.fb.group({\n id: [\"\"],\n note: [\"\"],\n model_type: [\"\"],\n related_model_id: [\"\"],\n });\n }\n\n submit() {\n if (this.commentFormGroup.get(\"note\").value) {\n if (this._commentData) {\n this.view = !this.view;\n }\n this.action.emit({ type: \"save\", value: this.commentFormGroup.value });\n this.commentFormGroup.reset();\n } else if (this.commentFormGroup.get(\"id\").value) {\n this.deleteComment();\n }\n }\n\n hideEdit() {\n if (this.commentFormGroup.get(\"id\").value) {\n this.view = !this.view;\n }\n }\n\n editComment() {\n this.view = !this.view;\n this.commentFormGroup.patchValue(this._commentData);\n }\n\n deleteComment() {\n this.action.emit({ type: \"delete\", value: this.commentFormGroup.value });\n }\n\n ngOnDestroy() { }\n}\n","import { FocusMonitor } from '@angular/cdk/a11y';\nimport { coerceBooleanProperty } from '@angular/cdk/coercion';\nimport { Component, ElementRef, Input, OnDestroy, OnInit, Optional, Self, Output, EventEmitter, TemplateRef } from '@angular/core';\nimport { FormBuilder, FormGroup, ControlValueAccessor, NgControl, Validators } from '@angular/forms';\nimport { MatFormFieldControl } from '@angular/material/form-field';\nimport { Subject, of, from } from 'rxjs';\nimport { debounceTime, distinctUntilChanged, startWith, switchMap, finalize } from 'rxjs/operators';\nimport { MatDialog } from '@angular/material/dialog';\nimport { ComponentType } from '@angular/cdk/portal';\nimport { HttpService } from '../core/http.service';\nimport { UntilDestroy, untilDestroyed } from \"@ngneat/until-destroy\";\n\n@UntilDestroy()\n@Component({\n selector: 'app-searchable-selector',\n templateUrl: './searchable-selector.component.html',\n styleUrls: ['./searchable-selector.component.scss'],\n providers: [\n {\n provide: MatFormFieldControl,\n useExisting: SearchableSelectorComponent\n }\n ]\n})\nexport class SearchableSelectorComponent implements ControlValueAccessor, OnInit, OnDestroy {\n\n @Input() valueField: string = 'id';\n @Input() titleField: string = 'title';\n @Input() apiUrl!: string;\n @Input() multiple: boolean = false;\n @Input() selectedValue: any;\n @Output() selectedValueChange = new EventEmitter();\n @Input() enableSearch: boolean = true;\n @Input() add: boolean = false;\n @Input() addConfig: any;\n @Input() edit: boolean = false;\n @Input() editConfig: any;\n @Input() sort: boolean = true;\n @Input() sortBy: string;\n @Input() searchField: string;\n @Input() itemComponent: ComponentType<unknown> | TemplateRef<unknown>;\n @Input() items: any[] = [];\n @Input() cache: boolean = false;\n @Input() perPage: number = 25;\n @Input() inDataSearch: boolean = false;\n @Output() selectionChange = new EventEmitter();\n @Output() itemsChange = new EventEmitter();\n\n\n isLoading: boolean = false;\n onChange: any = () => { };\n onTouched: any = () => { };\n static nextId = 0;\n selectorForm: FormGroup;\n stateChanges = new Subject<void>();\n focused = false;\n controlType = 'searchable-selctor';\n id = `searchable-selctor-${SearchableSelectorComponent.nextId++}`;\n describedBy = '';\n filters: any;\n cachedItems: any[] = [];\n\n\n get empty() {\n const { value: { select_value } } = this.selectorForm;\n return !select_value;\n }\n\n get shouldLabelFloat() { return this.focused || !this.empty; }\n\n\n @Input()\n get required(): boolean { return this._required; }\n set required(value: boolean) {\n this.selectorForm.get('select_value').setValidators(Validators.required);\n this._required = coerceBooleanProperty(value);\n this.stateChanges.next();\n }\n private _required = false;\n\n @Input()\n get disabled(): boolean { return this._disabled; }\n set disabled(value: boolean) {\n this._disabled = coerceBooleanProperty(value);\n this._disabled ? this.selectorForm.disable() : this.selectorForm.enable();\n this.stateChanges.next();\n }\n private _disabled = false;\n\n @Input()\n get value(): any {\n if (this.selectorForm.valid) {\n return this.selectorForm.value.select_value;\n }\n return '';\n }\n set value(data: any) {\n this.selectorForm.patchValue({ select_value: data || '' });\n this.stateChanges.next();\n }\n\n constructor(\n formBuilder: FormBuilder,\n private _focusMonitor: FocusMonitor,\n private http: HttpService,\n private _elementRef: ElementRef<HTMLElement>,\n private dialog: MatDialog,\n @Optional() @Self() public ngControl: NgControl) {\n\n this.selectorForm = formBuilder.group({\n select_value: [null],\n search: ''\n });\n\n _focusMonitor.monitor(_elementRef, true).subscribe(origin => {\n if (this.focused && !origin) {\n this.onTouched();\n }\n this.focused = !!origin;\n this.stateChanges.next();\n });\n\n if (this.ngControl != null) {\n this.ngControl.valueAccessor = this;\n }\n }\n\n openedChange(event: any) {\n if (this.dataItems.length === 0 && this.selectorForm.get('search').value) {\n this.selectorForm.get('search').setValue('');\n }\n }\n\n get dataItems(): any[] {\n let items: any[] = [];\n if (this.multiple && this.selectedValue && (this.selectedValue.length > 0))\n items = [...this.selectedValue, ...this.items];\n else if ((!this.multiple) && this.selectedValue)\n items = [this.selectedValue, ...this.items];\n else\n items = this.items;\n items = items.filter((v, i, a) => a.findIndex(v => v[this.valueField] === a[i][this.valueField]) === i);\n //Emit the items to any child component\n this.itemsChange.emit(items);\n return items;\n }\n\n ngOnInit() {\n this.selectorForm.get('search').valueChanges\n .pipe(\n debounceTime(500),\n distinctUntilChanged(),\n untilDestroyed(this)\n ).subscribe(value => {\n if (this.enableSearch)\n this.search(value);\n });\n\n this.filters = {\n perPage: this.perPage,\n search: '',\n page: 1,\n lastPage: 1\n }\n if (this.sort) {\n this.filters.sort_by = this.sortBy || `${this.titleField}|asc`;\n }\n\n //Fetch Items only if it is not present, can be used in places where we load many entries.\n if (this.items.length === 0) {\n this.fetchItemList();\n }\n }\n\n fetchItemList() {\n this.isLoading = true;\n let request = this.http.get(this.apiUrl, { params: this.filters })\n if (this.cache) {\n request = this.http.cache().get(this.apiUrl, { params: this.filters })\n }\n of().pipe(\n startWith(true),\n switchMap((_) => from(request)),\n finalize(() => this.isLoading = false),\n untilDestroyed(this)\n ).subscribe((result: any) => {\n this.items = this.items.concat(result.data);\n if (this.cache) {\n this.cachedItems = this.items;\n }\n this.filters.page = result.current_page;\n this.filters.lastPage = result.last_page;\n });\n }\n\n\n setDescribedByIds(ids: string[]) {\n this.describedBy = ids.join(' ');\n }\n\n onContainerClick(event: MouseEvent) {\n event.stopPropagation();\n }\n\n writeValue(data: any): void {\n this.value = data;\n }\n\n registerOnChange(fn: any): void {\n this.onChange = fn;\n }\n\n registerOnTouched(fn: any): void {\n this.onTouched = fn;\n }\n\n setDisabledState(isDisabled: boolean): void {\n this.disabled = isDisabled;\n }\n\n getPropertyValue(ele: any, keyString: string) {\n keyString = keyString.replace(/\\[(\\w+)\\]/g, \".$1\"); // convert indexes to properties\n keyString = keyString.replace(/^\\./, \"\"); // strip a leading dot\n const keyList = keyString.split(\".\");\n for (let i = 0, n = keyList.length; i < n; ++i) {\n const key = keyList[i];\n if (ele && key in ele) {\n ele = ele[key];\n } else {\n return;\n }\n }\n return ele;\n }\n\n _handleInput(): void {\n this.onChange(this.value);\n if (this.multiple)\n this.selectedValue = (this.value as []).map(x => this.dataItems.find(y => y[this.valueField] === x));\n else\n this.selectedValue = this.dataItems.find(x => x[this.valueField] === this.value);\n this.selectedValueChange.emit(this.selectedValue);\n this.selectionChange.emit(this.value);\n }\n\n get errorState(): boolean {\n return (this.ngControl && this.ngControl.invalid && (this.ngControl.touched || this.ngControl.dirty));\n }\n\n static ngAcceptInputType_disabled: boolean | string | null | undefined;\n static ngAcceptInputType_required: boolean | string | null | undefined;\n\n onScroll() {\n if (this.filters.lastPage > this.filters.page) {\n this.filters.page += 1;\n this.fetchItemList();\n }\n }\n\n reloadData() {\n this.items = [];\n this.filters.page = 1;\n this.filters.lastPage = 1;\n this.fetchItemList();\n }\n\n search(event: any) {\n if (this.searchField) {\n this.filters[this.searchField] = event;\n } else {\n this.filters.search = event;\n }\n // we need search field to search in data\n if (this.inDataSearch && this.searchField) {\n this.filterItems(event);\n } else {\n this.reloadData();\n }\n }\n\n filterItems(event: string) {\n if (event) {\n this.items = this.cachedItems.filter((value: any) => {\n return (value[this.searchField] as string).toLowerCase().search(event.toLowerCase()) != -1\n })\n } else {\n this.items = this.cachedItems;\n }\n }\n\n addItem(event: any) {\n const dialogRef = this.dialog.open(this.itemComponent, {\n width: '400px',\n autoFocus: false,\n data: {},\n ...this.addConfig\n });\n\n dialogRef.afterClosed().subscribe((result: any) => {\n if (result) {\n this.items.push(result.item);\n this.selectorForm.get('select_value').setValue(result.item[this.valueField]);\n this._handleInput();\n }\n });\n event.stopPropagation();\n }\n\n editItem(event: any) {\n const dialogRef = this.dialog.open(this.itemComponent, {\n width: '400px',\n autoFocus: false,\n data: {\n item: this.selectedValue\n },\n ...this.editConfig\n });\n\n dialogRef.afterClosed().subscribe((result: any) => {\n if (result) {\n this.items = this.items.filter(x => x[this.valueField] !== this.selectedValue[this.valueField]);\n this.items.push(result.item);\n this.selectedValue = null;\n this.selectorForm.get('select_value').setValue(result.item[this.valueField]);\n this._handleInput();\n }\n });\n event.stopPropagation();\n }\n\n ngOnDestroy() {\n this.stateChanges.complete();\n this._focusMonitor.stopMonitoring(this._elementRef);\n }\n\n}\n","import { AfterViewInit, Directive, EventEmitter, Input, NgZone, OnDestroy, OnInit, Output } from '@angular/core';\nimport { MatSelect, SELECT_ITEM_HEIGHT_EM } from '@angular/material/select';\nimport { debounceTime, takeUntil, tap } from 'rxjs/operators';\nimport { fromEvent, Subject } from 'rxjs';\n\n@Directive({\n selector: '[msInfiniteScroll]'\n})\nexport class MatSelectInfiniteScrollDirective implements OnInit, OnDestroy, AfterViewInit {\n\n @Input() threshold = '15%';\n @Input() debounceTime = 150;\n @Input() complete: boolean;\n @Output() infiniteScroll = new EventEmitter<void>();\n\n private panel: Element;\n private thrPx = 0;\n private thrPc = 0;\n private singleOptionHeight = SELECT_ITEM_HEIGHT_EM;\n\n private destroyed$ = new Subject<boolean>();\n\n constructor(private matSelect: MatSelect, private ngZone: NgZone) {\n }\n\n ngOnInit() {\n this.evaluateThreshold();\n }\n\n ngAfterViewInit() {\n this.matSelect.openedChange.pipe(\n takeUntil(this.destroyed$)\n ).subscribe((opened) => {\n if (opened) {\n this.panel = this.matSelect.panel.nativeElement;\n this.singleOptionHeight = this.getSelectItemHeightPx();\n this.registerScrollListener();\n }\n });\n }\n\n ngOnDestroy() {\n this.destroyed$.next(true);\n this.destroyed$.complete();\n }\n\n evaluateThreshold() {\n if (this.threshold.lastIndexOf('%') > -1) {\n this.thrPx = 0;\n this.thrPc = (parseFloat(this.threshold) / 100);\n\n } else {\n this.thrPx = parseFloat(this.threshold);\n this.thrPc = 0;\n }\n }\n\n registerScrollListener() {\n fromEvent(this.panel, 'scroll').pipe(\n takeUntil(this.destroyed$),\n debounceTime(this.debounceTime),\n tap((event) => {\n this.handleScrollEvent(event);\n })\n ).subscribe();\n }\n\n handleScrollEvent(event) {\n this.ngZone.runOutsideAngular(() => {\n if (this.complete) {\n return;\n }\n const countOfRenderedOptions = this.matSelect.options.length;\n const infiniteScrollDistance = this.singleOptionHeight * countOfRenderedOptions;\n const threshold = this.thrPc !== 0 ? (infiniteScrollDistance * this.thrPc) : this.thrPx;\n\n const scrolledDistance = this.panel.clientHeight + event.target.scrollTop;\n\n if ((scrolledDistance + threshold) >= infiniteScrollDistance) {\n this.ngZone.run(() => this.infiniteScroll.emit());\n }\n });\n }\n\n getSelectItemHeightPx(): number {\n return parseFloat(getComputedStyle(this.panel).fontSize) * SELECT_ITEM_HEIGHT_EM;\n }\n\n}","import { Component, Input, Output, EventEmitter } from \"@angular/core\";\r\n\r\n/**\r\n * Component to generate a num items selector\r\n * \r\n * @author Floyd Kissoon\r\n * @since 20170817\r\n */\r\n@Component({\r\n selector: \"num-items-selector\",\r\n templateUrl: \"./num-items-selector.html\"\r\n})\r\nexport class NumItemsSelector {\r\n @Input() numItems: number;\r\n @Output() numItemsChange: EventEmitter<number>;\r\n\r\n constructor() {\r\n this.numItemsChange = new EventEmitter<number>();\r\n }\r\n\r\n /**\r\n * Called when an item has been selected\r\n */\r\n numItemsChanged() {\r\n this.numItemsChange.emit(this.numItems);\r\n }\r\n\r\n\r\n}\r\n","import { Injectable } from '@angular/core';\n\n/**\n * Service that provides utility functions for dates\n * \n * @author Joshua Kissoon\n * @since 20170726\n */\n@Injectable({\n providedIn: 'root'\n})\nexport class DateUtils {\n\n /**\n * Takes in a date object and outputs the string value\n */\n getYYYYMMDDString(inputDate: Date): string {\n var year = inputDate.getFullYear();\n var month = (inputDate.getMonth() + 1) < 10 ? (\"0\" + (inputDate.getMonth() + 1)) : (inputDate.getMonth() + 1);\n var date = inputDate.getDate() < 10 ? (\"0\" + inputDate.getDate()) : inputDate.getDate();\n\n return year + \"-\" + month + \"-\" + date;\n }\n\n /**\n * Takes in a date object and outputs the year\n */\n getYYYY(inputDate: Date): number {\n var year = inputDate.getFullYear();\n return year;\n }\n\n /**\n * Takes in a date object and outputs the Month\n */\n getMM(inputDate: Date): number {\n var month = inputDate.getMonth() + 1;\n return month;\n }\n // var n = this.rfidCardUseManualEntry.manual_date.toLocaleTimeString();\n\n getDateTime(inputDate: Date): string {\n var year = inputDate.getFullYear();\n var month = (inputDate.getMonth() + 1) < 10 ? (\"0\" + (inputDate.getMonth() + 1)) : (inputDate.getMonth() + 1);\n var date = inputDate.getDate() < 10 ? (\"0\" + inputDate.getDate()) : inputDate.getDate();\n var time = inputDate.toLocaleTimeString();\n\n return year + \"-\" + month + \"-\" + date + \" \" + time;\n }\n\n}","import { Component, Input, Output, EventEmitter, OnInit } from \"@angular/core\";\n\n/**\n * Component to generate a number selector\n * \n * @author Floyd Kissoon\n * @since 20180628\n */\n@Component({\n selector: \"number-selector\",\n templateUrl: \"./number-selector.html\"\n})\nexport class NumberSelector implements OnInit {\n @Input() start_value: number;\n @Input() end_value: number\n @Output() selectedValueChange: EventEmitter<number>;\n @Input() selectedValue: number;\n\n items = new Array();\n\n constructor() {\n this.selectedValueChange = new EventEmitter<number>();\n }\n\n /**\n * Called when an item has been selected\n */\n numChanged() {\n this.selectedValueChange.emit(this.selectedValue);\n }\n\n\n ngOnInit() {\n for (var i = this.start_value; i < this.end_value + 1; i++) {\n this.items.push(i);\n }\n }\n}\n","export interface TimelineValue {\n date_from: Date,\n date_to: Date,\n show_custom_field: boolean\n}\nexport function calculateTimeline(value: any) {\n const date = new Date();\n const data: any = {\n 'date_from': date,\n 'date_to': date,\n 'show_custom_field': false\n };\n switch (value) {\n case 1: { //Custom\n data.show_custom_field = true;\n break;\n }\n case 2: { // Today\n data.date_from = date;\n data.date_to = date;\n break;\n }\n case 3: { // Yesterday\n const yesterday = new Date(date)\n yesterday.setDate(yesterday.getDate() - 1)\n data.date_from = yesterday;\n data.date_to = yesterday;\n break;\n }\n case 4: { // This Week\n var first = date.getDate() - date.getDay() + 1; // First day is the day of the month - the day of the week\n var last = first + 6; // last day is the first day + 6\n data.date_from = new Date(date.setDate(first));\n data.date_to = new Date(date.setDate(last));\n break;\n }\n case 5: { // Last Week\n var d = new Date();\n var to = d.setTime(d.getTime() - (d.getDay() ? d.getDay() : 7) * 24 * 60 * 60 * 1000);\n var from = d.setTime(d.getTime() - 6 * 24 * 60 * 60 * 1000);\n data.date_from = new Date(from);\n data.date_to = new Date(to);\n break;\n }\n case 6: { //This Month\n data.date_from = new Date(date.getFullYear(), date.getMonth(), 1);\n data.date_to = new Date(date.getFullYear(), date.getMonth() + 1, 0);\n break;\n }\n case 7: { // Last Month\n var d = new Date(); // current date\n d.setDate(1); // going to 1st of the month\n d.setHours(-1);\n data.date_from = new Date(date.getFullYear(), date.getMonth() - 1, 1);\n data.date_to = d;\n break;\n }\n case 8: { // This Quarter\n const quarter = Math.floor((date.getMonth() / 3));\n const startFullQuarter = new Date(date.getFullYear(), quarter * 3, 1);\n const endFullQuarter = new Date(startFullQuarter.getFullYear(), startFullQuarter.getMonth() + 3, 0);\n data.date_from = startFullQuarter;\n data.date_to = endFullQuarter;\n break;\n }\n case 9: { // Last Quarter\n const quarter = Math.floor((date.getMonth() / 3));\n const startFullQuarter = new Date(date.getFullYear(), quarter * 3 - 3, 1);\n const endFullQuarter = new Date(startFullQuarter.getFullYear(), startFullQuarter.getMonth() + 3, 0)\n data.date_from = startFullQuarter;\n data.date_to = endFullQuarter;\n break;\n }\n case 10: { // This Year\n data.date_from = new Date(\"1/1/\" + (new Date()).getFullYear());;\n data.date_to = new Date(\"12/31/\" + (new Date()).getFullYear());\n break;\n }\n case 11: { // Last Year\n data.date_from = new Date(\"1/1/\" + (new Date().getFullYear() - 1));;\n data.date_to = new Date(\"12/31/\" + (new Date().getFullYear() - 1));\n break;\n break;\n }\n default: { // All\n data.date_from = '';\n data.date_to = '';\n break;\n }\n\n }\n return data;\n}\n","export class Timeline {\n public static CUSTOM: number = 1;\n public static TODAY: number = 2;\n public static YESTERDAY: number = 3;\n public static THIS_WEEK: number = 4;\n public static LAST_WEEK: number = 5;\n public static THIS_MONTH: number = 6;\n public static LAST_MONTH: number = 7;\n public static THIS_QUARTER: number = 8;\n public static LAST_QUARTER: number = 9;\n public static THIS_YEAR: number = 10;\n public static LAST_YEAR: number = 11;\n public static ALL: number = 12;\n}","import { coerceBooleanProperty } from '@angular/cdk/coercion';\nimport { DatePipe } from '@angular/common';\nimport { Component, EventEmitter, Input, OnInit, Optional, Output, Self, ViewChild } from '@angular/core';\nimport { ControlValueAccessor, FormBuilder, FormControl, FormGroup, NgControl, Validators } from '@angular/forms';\nimport { MatFormFieldControl } from '@angular/material/form-field';\nimport { UntilDestroy, untilDestroyed } from \"@ngneat/until-destroy\";\nimport { TimelineValue, calculateTimeline } from './calculate-timeline';\nimport { Subject } from 'rxjs';\nimport { debounceTime, distinctUntilChanged } from 'rxjs/operators';\n\n@UntilDestroy()\n@Component({\n selector: 'app-timeline-filter',\n templateUrl: './timeline-filter.component.html',\n styleUrls: ['./timeline-filter.component.scss'],\n providers: [\n {\n provide: MatFormFieldControl,\n useExisting: TimelineFilterComponent\n }\n ]\n})\nexport class TimelineFilterComponent implements OnInit, ControlValueAccessor {\n\n @ViewChild('picker') picker;\n @Input() timelineValue: FormControl = new FormControl('');\n @Input() timelines: any[] = [\n { value: 1, viewValue: 'Custom' },\n { value: 2, viewValue: 'Today' },\n { value: 3, viewValue: 'Yesterday' },\n { value: 4, viewValue: 'This Week' },\n { value: 5, viewValue: 'Last Week' },\n { value: 6, viewValue: 'This Month' },\n { value: 7, viewValue: 'Last Month' },\n { value: 8, viewValue: 'This Quarter' },\n { value: 9, viewValue: 'Last Quarter' },\n { value: 10, viewValue: 'This Year' },\n { value: 11, viewValue: 'Last Year' },\n { value: 12, viewValue: 'All dates' },\n ];\n @Input() dateFrom: string = 'date_from';\n @Input() dateTo: string = 'date_to';\n @Input() appearance: any = \"legacy\"\n @Input() showClearbutton: boolean = false;\n /**\n * @deprecated The form input is deprated\n */\n @Input() form: FormGroup = null;\n @Input() labelText: string = 'Select Timeline';\n @Input() selectedValue: any;\n @Input() touchUi: boolean = true;\n @Output() selectedValueChange = new EventEmitter();\n @Output() selectionChange = new EventEmitter();\n\n selectorForm: FormGroup;\n onChange: any = () => { };\n onTouched: any = () => { };\n static nextId = 0;\n stateChanges = new Subject<void>();\n controlType = 'timeline-filter';\n id = `timeline-filter-${TimelineFilterComponent.nextId++}`;\n describedBy = '';\n\n selectedRange: TimelineValue;\n @Input() set defaultValue(value: any) {\n this.timelineValue.setValue(value);\n this.changeTimeline(value);\n }\n\n showCustomDateFields: boolean = false;\n\n constructor(\n formBuilder: FormBuilder,\n @Optional() @Self() public ngControl: NgControl,\n private datePipe: DatePipe\n ) {\n this.selectorForm = formBuilder.group({\n select_value: [null],\n });\n\n if (this.ngControl != null) {\n this.ngControl.valueAccessor = this;\n }\n }\n\n @Input()\n get required(): boolean { return this._required; }\n set required(value: boolean) {\n this.selectorForm.get('select_value').setValidators(Validators.required);\n this._required = coerceBooleanProperty(value);\n this.stateChanges.next();\n }\n private _required = false;\n\n @Input()\n get disabled(): boolean { return this._disabled; }\n set disabled(value: boolean) {\n this._disabled = coerceBooleanProperty(value);\n this._disabled ? this.selectorForm.disable() : this.selectorForm.enable();\n this.stateChanges.next();\n }\n private _disabled = false;\n\n @Input()\n get value(): any {\n if (this.selectorForm.valid) {\n return this.selectorForm.value.select_value;\n }\n return '';\n }\n set value(data: any) {\n this.selectorForm.patchValue({ select_value: data || '' });\n this._handleInput();\n this.stateChanges.next();\n }\n\n getDateRangeString() {\n let str = \"\";\n if (this.selectedRange?.show_custom_field) {\n if (this.selectedRange?.date_from.toUTCString() != 'Invalid Date') {\n str += ' - ' + this.datePipe.transform(this.selectedRange?.date_from?.toUTCString())\n }\n if (this.selectedRange?.date_to.toUTCString() != 'Invalid Date') {\n str += ' - ' + this.datePipe.transform(this.selectedRange?.date_to?.toUTCString())\n }\n }\n return str;\n }\n\n resetFieldValue(field: string) {\n this.form.get(field).setValue('');\n }\n\n\n getFieldValue(field: string) {\n return this.form.get(field).value;\n }\n\n setFieldValue(field: string, value: any) {\n this.form.get(field).setValue(value);\n }\n\n changeTimeline(value: any) {\n const timeline = calculateTimeline(value);\n if (timeline) {\n this.setFieldValue(this.dateFrom, timeline.date_from)\n this.setFieldValue(this.dateTo, timeline.date_to)\n this.showCustomDateFields = timeline.show_custom_field;\n }\n }\n\n _handleInput(): void {\n if (this.value == 1) {\n this.picker.open();\n return;\n }\n const range: TimelineValue = calculateTimeline(this.value);\n this.selectedRange = range;\n this.onChange(this.value);\n this.selectedValueChange.emit(this.selectedValue);\n this.selectionChange.emit(range);\n }\n\n dateRangeChange(dateRangeStart: HTMLInputElement, dateRangeEnd: HTMLInputElement) {\n const range: TimelineValue = {\n date_from : new Date(dateRangeStart.value),\n date_to: new Date(dateRangeEnd.value),\n show_custom_field: true\n }\n this.selectedRange = range;\n this.onChange(this.value);\n this.selectedValueChange.emit(this.selectedValue);\n this.selectionChange.emit(range);\n }\n\n onCustomDateChange(event: any) {\n }\n\n setDescribedByIds(ids: string[]) {\n this.describedBy = ids.join(' ');\n }\n\n onContainerClick(event: MouseEvent) {\n event.stopPropagation();\n }\n\n writeValue(data: any): void {\n this.value = data;\n }\n\n registerOnChange(fn: any): void {\n this.onChange = fn;\n }\n\n registerOnTouched(fn: any): void {\n this.onTouched = fn;\n }\n\n setDisabledState(isDisabled: boolean): void {\n this.disabled = isDisabled;\n }\n\n ngOnInit(): void {\n console.log(this.form);\n\n this.timelineValue.valueChanges.\n pipe(\n debounceTime(100),\n distinctUntilChanged(),\n untilDestroyed(this)\n ).subscribe(value => this.changeTimeline(value));\n }\n\n ngOnDestroy() {\n this.stateChanges.complete();\n }\n\n}\n","import { Component, OnInit, Input } from '@angular/core';\n\n@Component({\n selector: 'app-loader',\n templateUrl: './loader.component.html',\n styleUrls: ['./loader.component.scss']\n})\nexport class LoaderComponent implements OnInit {\n\n @Input() isLoading = false;\n @Input() size = 0.6;\n @Input() message: string | undefined;\n\n constructor() { }\n\n ngOnInit() { }\n\n}\n","import { NgModule } from '@angular/core';\nimport { SuccessSnackComponent, ErrorSnackComponent } from './snack.component';\nimport { CommonModule } from '@angular/common';\nimport { MatSnackBarModule } from '@angular/material/snack-bar';\nimport { MatIconModule } from '@angular/material/icon';\n\n@NgModule({\n declarations: [\n SuccessSnackComponent,\n ErrorSnackComponent\n ],\n imports: [\n CommonModule,\n MatSnackBarModule,\n MatIconModule\n ],\n exports: [\n SuccessSnackComponent,\n ErrorSnackComponent,\n ]\n})\nexport class SnackModule { }\n","import { Injectable } from '@angular/core';\nimport { Router, CanActivate, ActivatedRouteSnapshot, RouterStateSnapshot } from '@angular/router';\nimport { CredentialsService } from './credentials.service';\nimport { Logger } from './logger.service';\n\nconst log = new Logger('AuthenticationGuard');\n\n@Injectable({\n providedIn: 'root'\n})\nexport class AuthenticationGuard implements CanActivate {\n\n constructor(private router: Router,\n private credentialsService: CredentialsService) { }\n\n canActivate(route: ActivatedRouteSnapshot, state: RouterStateSnapshot): boolean {\n return this.isUserAuthenticated(route, state);\n }\n\n canLoad(route: ActivatedRouteSnapshot, state: RouterStateSnapshot): boolean {\n return this.isUserAuthenticated(route, state);\n }\n\n isUserAuthenticated(route: ActivatedRouteSnapshot, state: RouterStateSnapshot): boolean {\n if (this.credentialsService.isAuthenticated) {\n return true;\n }\n\n log.debug('Not authenticated, redirecting and adding redirect url...');\n this.router.navigate(['/login'], { queryParams: { redirect: state.url }, replaceUrl: true });\n return false;\n }\n\n}\n","\nimport { Injectable } from '@angular/core';\nimport { Observable, of } from 'rxjs';\nimport { concatMap, map } from 'rxjs/operators';\nimport { Credentials, CredentialsService } from './credentials.service';\nimport { HttpService } from './http.service';\n\n/**\n * Provides a base for authentication workflow.\n * The login/logout methods should be replaced with proper implementation.\n */\n@Injectable({\n providedIn: 'root'\n})\nexport class AuthenticationService {\n\n constructor(private credentialsService: CredentialsService, private http: HttpService) { }\n\n /**\n * Authenticates the user.\n * @param context The login parameters.\n * @return The user credentials.\n */\n login(context: any): Observable<Credentials> {\n const data = <Credentials>{};\n return this.http\n .skipToken()\n .post('oauth/token', context)\n .pipe(\n concatMap(async (tokenInfo: any) => {\n tokenInfo.expires_in = Date.now() + (tokenInfo.expires_in * 1000);\n data.token = tokenInfo;\n data.user = {};\n this.credentialsService.setCredentials(data, context.remember);\n const userInfo: any = await this.http.get('api/user/current').toPromise();\n data.user = userInfo?.user;\n this.credentialsService.setCredentials(data, context.remember);\n return data;\n })\n )\n }\n\n /**\n * Logs out the user and clear credentials.\n * @return True if the user was logged out successfully.\n */\n logout(): Observable<boolean> {\n\n this.credentialsService.setCredentials();\n return of(true);\n }\n\n}\n","import { ActivatedRouteSnapshot, DetachedRouteHandle, RouteReuseStrategy } from '@angular/router';\nimport { Injectable } from '@angular/core';\n\n/**\n * A route strategy allowing for explicit route reuse.\n * Used as a workaround for https://github.com/angular/angular/issues/18374\n * To reuse a given route, add `data: { reuse: true }` to the route definition.\n */\n@Injectable({\n providedIn: 'root'\n})\nexport class RouteReusableStrategy extends RouteReuseStrategy {\n\n public shouldDetach(route: ActivatedRouteSnapshot): boolean {\n return false;\n }\n\n public store(route: ActivatedRouteSnapshot, detachedTree: DetachedRouteHandle | null): void { }\n\n public shouldAttach(route: ActivatedRouteSnapshot): boolean {\n return false;\n }\n\n public retrieve(route: ActivatedRouteSnapshot): DetachedRouteHandle | null {\n return null;\n }\n\n public shouldReuseRoute(future: ActivatedRouteSnapshot, curr: ActivatedRouteSnapshot): boolean {\n // Reuse the route if the RouteConfig is the same, or if both routes use the\n // same component, because the latter can have different RouteConfigs.\n return future.routeConfig === curr.routeConfig ||\n Boolean(future.routeConfig?.component &&\n future.routeConfig?.component === curr.routeConfig?.component);\n }\n\n}\n","import { Injectable } from \"@angular/core\";\r\nimport { Subject, Observable } from 'rxjs';\r\n\r\n/**\r\n * Service used to manage Local Storage\r\n * \r\n * @author Joshua Kissoon\r\n * @since 20190623\r\n */\r\n@Injectable({\r\n providedIn: 'root'\r\n})\r\nexport class StorageService {\r\n private storageSub = new Subject<any>();\r\n\r\n constructor() {\r\n\r\n }\r\n\r\n watch(): Observable<any> {\r\n return this.storageSub.asObservable();\r\n }\r\n\r\n setItem(key: string, data: any) {\r\n localStorage.setItem(key, data);\r\n this.storageSub.next({ key: key, value: data });\r\n }\r\n\r\n getItem(key: string) {\r\n return localStorage.getItem(key);\r\n }\r\n\r\n removeItem(key: string) {\r\n const data = this.getItem(key);\r\n localStorage.removeItem(key);\r\n this.storageSub.next({ key: key, value: data });\r\n }\r\n}\r\n","import { Injectable } from '@angular/core';\r\nimport { HttpService } from './http.service';\r\n\r\n/**\r\n * Service that provides a wrapper for retrieving data from the server\r\n * @deprecated use HttpService Instead\r\n * @author Joshua Kissoon\r\n * @since 20170709\r\n */\r\n@Injectable({\r\n providedIn: 'root'\r\n})\r\nexport class DataManager {\r\n\r\n constructor(private http: HttpService) { }\r\n\r\n /**\r\n * Callback wrapper for the HTTP GET Call\r\n * \r\n * @param urlq The query part of the URL to be sent to the server\r\n * \r\n * @author Joshua Kissoon\r\n * @since 20160826\r\n * @updated 20170711 to add parameters\r\n */\r\n GET(urlq: string, params = {}): any {\r\n return this.http\r\n .get(urlq, { params: params })\r\n .toPromise();\r\n }\r\n\r\n /**\r\n * Callback wrapper for the HTTP POST Call\r\n * \r\n * @param urlq The query part of the URL to be sent to the server\r\n * @param object The object containing the POST data to be sent\r\n * \r\n * @author Joshua Kissoon\r\n * @since 20160826\r\n */\r\n POST(urlq: string, object: any): any {\r\n if (null == object) {\r\n object = { \"blank\": \"blank\" };\r\n }\r\n\r\n return this.http\r\n .post(urlq, object)\r\n .toPromise();\r\n }\r\n\r\n /**\r\n * Callback wrapper for the HTTP POST Call\r\n * \r\n * @param urlq The query part of the URL to be sent to the server\r\n * @param object The object containing the POST data to be sent\r\n * \r\n * @author Joshua Kissoon\r\n * @since 20160826\r\n */\r\n POSTRAW(urlq: string, object: any): any {\r\n if (null == object) {\r\n object = { \"blank\": \"blank\" };\r\n }\r\n\r\n return this.http\r\n .skipHeader()\r\n .post(urlq, object)\r\n .toPromise();\r\n }\r\n\r\n\r\n /**\r\n * Callback wrapper for the HTTP PUT Call\r\n * \r\n * @param urlq The query part of the URL to be sent to the server\r\n * @param object The object containing the PUT data to be sent\r\n * \r\n * @author Joshua Kissoon\r\n * @since 20160826\r\n */\r\n PUT(urlq: string, object: any): any {\r\n if (null == object) {\r\n object = { \"blank\": \"blank\" };\r\n }\r\n\r\n return this.http\r\n .put(urlq, object)\r\n .toPromise();\r\n }\r\n\r\n /**\r\n * Callback wrapper for the HTTP PATCH Call\r\n * \r\n * @param urlq The query part of the URL to be sent to the server\r\n * @param object The object containing the PUT data to be sent\r\n * \r\n * @author Joshua Kissoon\r\n * @since 20161107\r\n */\r\n PATCH(urlq: string, object: any): any {\r\n if (null == object) {\r\n object = { \"blank\": \"blank\" };\r\n }\r\n\r\n return this.http\r\n .patch(urlq, object)\r\n .toPromise();\r\n }\r\n\r\n /**\r\n * Callback wrapper for the HTTP DELETE Call\r\n * \r\n * @param urlq The query part of the URL to be sent to the server\r\n * \r\n * @author Joshua Kissoon\r\n * @since 20160826\r\n */\r\n DELETE(urlq: string): any {\r\n return this.http\r\n .delete(urlq)\r\n .toPromise();\r\n }\r\n\r\n}","import { MatTooltipModule } from '@angular/material/tooltip';\n/*\n * This module imports and re-exports all Angular Material modules for convenience,\n * so only 1 module import is needed in your feature modules.\n * See https://material.angular.io/guide/getting-started#step-3-import-the-component-modules.\n *\n * To optimize your production builds, you should only import the components used in your app.\n */\n\nimport { NgModule } from \"@angular/core\";\nimport {\n MatCommonModule,\n MatLineModule,\n MatNativeDateModule,\n MatOptionModule,\n MatPseudoCheckboxModule,\n MatRippleModule\n} from \"@angular/material/core\";\nimport { MatButtonModule } from \"@angular/material/button\";\nimport { MatCheckboxModule } from \"@angular/material/checkbox\";\nimport { MatDialogModule } from \"@angular/material/dialog\";\nimport { MatFormFieldModule } from \"@angular/material/form-field\";\nimport { MatIconModule } from \"@angular/material/icon\";\nimport { MatInputModule } from \"@angular/material/input\";\nimport { MatMenuModule } from \"@angular/material/menu\";\nimport { MatProgressSpinnerModule } from \"@angular/material/progress-spinner\";\nimport { MatSelectModule } from \"@angular/material/select\";\nimport { MatSortModule } from \"@angular/material/sort\";\nimport { MatTableModule } from \"@angular/material/table\";\nimport { MatCardModule } from \"@angular/material/card\";\nimport { MatDividerModule } from \"@angular/material/divider\";\nimport { MatChipsModule } from \"@angular/material/chips\";\nimport { MatDatepickerModule } from '@angular/material/datepicker';\nimport { MatListModule } from '@angular/material/list'\n\n\n@NgModule({\n exports: [\n MatButtonModule,\n MatCheckboxModule,\n MatCommonModule,\n MatDialogModule,\n MatFormFieldModule,\n MatIconModule,\n MatInputModule,\n MatLineModule,\n MatMenuModule,\n MatNativeDateModule,\n MatOptionModule,\n MatProgressSpinnerModule,\n MatPseudoCheckboxModule,\n MatRippleModule,\n MatSelectModule,\n MatSortModule,\n MatTableModule,\n MatCardModule,\n MatDividerModule,\n MatChipsModule,\n MatDatepickerModule,\n MatListModule,\n MatTooltipModule\n ]\n})\nexport class MaterialModule { }\n","import { NgModule, Optional, SkipSelf } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { HTTP_INTERCEPTORS, HttpClientModule, HttpClient } from '@angular/common/http';\nimport { RouteReuseStrategy, RouterModule } from '@angular/router';\n\nimport { RouteReusableStrategy } from './route-reusable-strategy';\nimport { ApiPrefixInterceptor } from './api-prefix.interceptor';\nimport { ErrorHandlerInterceptor } from './error-handler.interceptor';\nimport { HttpService } from './http.service';\nimport { TokenInterceptor } from './token.interceptor';\nimport { CacheInterceptor } from './cache.interceptor';\nimport { SnackModule } from './snack/snack.module';\n\n@NgModule({\n imports: [\n CommonModule,\n HttpClientModule,\n RouterModule,\n SnackModule\n ],\n providers: [\n {\n provide: HttpClient,\n useClass: HttpService\n },\n {\n provide: RouteReuseStrategy,\n useClass: RouteReusableStrategy\n }\n ],\n exports: [\n SnackModule\n ]\n})\nexport class CoreModule {\n\n constructor(@Optional() @SkipSelf() parentModule: CoreModule) {\n // Import guard\n if (parentModule) {\n throw new Error(`${parentModule} has already been loaded. Import Core module in the root module only.`);\n }\n }\n\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { FlexLayoutModule } from '@angular/flex-layout';\nimport { ActionPopupComponent } from './action-popup.component';\nimport { MaterialModule } from '../material.module';\n\n@NgModule({\n imports: [\n FlexLayoutModule,\n CommonModule,\n MaterialModule\n ],\n declarations: [\n ActionPopupComponent\n ],\n exports: [\n ActionPopupComponent\n ],\n entryComponents: [\n ActionPopupComponent\n ]\n})\nexport class ActionPopupModule { }\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { FlexLayoutModule } from '@angular/flex-layout';\nimport { DataTableComponent } from './data-table.component';\nimport { InfiniteScrollModule } from \"ngx-infinite-scroll\";\nimport { MaterialModule } from '../material.module';\n\n\n@NgModule({\n imports: [\n FlexLayoutModule,\n CommonModule,\n InfiniteScrollModule,\n MaterialModule\n ],\n declarations: [\n DataTableComponent\n ],\n exports: [\n DataTableComponent\n ]\n})\nexport class DataTableModule { }\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { FlexLayoutModule } from '@angular/flex-layout';\nimport { DocumentViewerComponent } from './document-viewer.component';\nimport { NgxDocViewerModule } from 'ngx-doc-viewer';\nimport { MaterialModule } from '../material.module';\n\n@NgModule({\n imports: [\n CommonModule,\n FlexLayoutModule,\n NgxDocViewerModule,\n MaterialModule\n ],\n declarations: [\n DocumentViewerComponent\n ],\n exports: [\n DocumentViewerComponent\n ]\n})\nexport class DocumentViewerModule { }\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { FileDropperComponent } from './file-dropper.component';\nimport { FlexLayoutModule } from '@angular/flex-layout';\nimport { MaterialModule } from '../material.module';\n\n@NgModule({\n imports: [\n CommonModule,\n FlexLayoutModule,\n MaterialModule\n ],\n declarations: [\n FileDropperComponent\n ],\n exports: [FileDropperComponent]\n})\nexport class FileDropperModule { }\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { EntityFileFormComponent } from './entity-file-form/entity-file-form.component';\nimport { EntityFilesViewAllComponent } from './entity-files-view-all.component';\nimport { ReactiveFormsModule, FormsModule } from '@angular/forms';\nimport { FlexLayoutModule } from '@angular/flex-layout';\nimport { InfiniteScrollModule } from 'ngx-infinite-scroll';\nimport { FileDropperModule } from '../file-dropper/file-dropper.module';\nimport { DocumentViewerModule } from '../document-viewer/document-viewer.module';\nimport { ActionPopupModule } from '../action-popup/action-popup.module';\nimport { MaterialModule } from '../material.module';\n\n\n@NgModule({\n declarations: [EntityFileFormComponent, EntityFilesViewAllComponent],\n imports: [\n CommonModule,\n FormsModule,\n ReactiveFormsModule,\n FlexLayoutModule,\n FileDropperModule,\n DocumentViewerModule,\n InfiniteScrollModule,\n ActionPopupModule,\n MaterialModule\n ],\n exports: [\n EntityFilesViewAllComponent\n ],\n entryComponents: [EntityFileFormComponent]\n})\nexport class EntityFilesViewAllModule { }\n","import { Component, OnInit, Input } from \"@angular/core\";\n\n@Component({\n selector: \"app-read-more\",\n templateUrl: \"./read-more.component.html\",\n styleUrls: [\"./read-more.component.scss\"]\n})\nexport class ReadMoreComponent implements OnInit {\n @Input() text: string;\n @Input() maxLength: number = 100;\n currentText: string;\n hideToggle: boolean = true;\n\n isCollapsed: boolean = true;\n\n constructor() {}\n\n ngOnInit() {\n this.determineView();\n }\n\n toggleView() {\n this.isCollapsed = !this.isCollapsed;\n this.determineView();\n }\n\n determineView() {\n if (!this.text || this.text.length <= this.maxLength) {\n this.currentText = this.text;\n this.isCollapsed = false;\n this.hideToggle = true;\n return;\n }\n this.hideToggle = false;\n if (this.isCollapsed == true) {\n this.currentText = this.text.substring(0, this.maxLength) + \"...\";\n } else if (this.isCollapsed == false) {\n this.currentText = this.text;\n }\n }\n}\n","import { FlexLayoutModule } from '@angular/flex-layout';\nimport { MaterialModule } from '../material.module';\nimport { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { ReadMoreComponent } from './read-more.component';\n\n@NgModule({\n declarations: [ReadMoreComponent],\n imports: [\n CommonModule,\n MaterialModule,\n FlexLayoutModule\n ],\n exports: [\n ReadMoreComponent\n ]\n})\nexport class ReadMoreModule { }","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { NoteListComponent } from './note-list/note-list.component';\nimport { NoteFormComponent } from './note-form/note-form.component';\nimport { InfiniteScrollModule } from 'ngx-infinite-scroll';\nimport { ReactiveFormsModule } from '@angular/forms';\nimport { FlexLayoutModule } from '@angular/flex-layout';\nimport { ActionPopupModule } from '../action-popup/action-popup.module';\nimport { MaterialModule } from '../material.module';\nimport { CommentFormComponent } from './comment-form/comment-form.component';\nimport { ReadMoreModule } from '../read-more/read-more.module';\n\n@NgModule({\n declarations: [\n NoteListComponent,\n NoteFormComponent,\n CommentFormComponent,\n ],\n imports: [\n CommonModule,\n ReactiveFormsModule,\n InfiniteScrollModule,\n FlexLayoutModule,\n ActionPopupModule,\n MaterialModule,\n ReadMoreModule\n ],\n exports: [\n NoteListComponent\n ],\n entryComponents: [NoteFormComponent]\n})\nexport class NoteModule { }\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { SearchableSelectorComponent } from './searchable-selector.component';\nimport { FlexLayoutModule } from '@angular/flex-layout';\nimport { ReactiveFormsModule } from '@angular/forms';\nimport { MatSelectInfiniteScrollDirective } from './mat-select-infinite-scroll.directive';\nimport { MaterialModule } from '../material.module';\n\n@NgModule({\n imports: [\n CommonModule,\n ReactiveFormsModule,\n FlexLayoutModule,\n MaterialModule\n ],\n declarations: [\n SearchableSelectorComponent,\n MatSelectInfiniteScrollDirective\n ],\n exports: [\n SearchableSelectorComponent,\n MatSelectInfiniteScrollDirective\n ]\n})\nexport class SearchableSelectorModule { }\n","import { BrowserAnimationsModule } from '@angular/platform-browser/animations';\r\nimport { CommonModule } from '@angular/common';\r\nimport { NgModule } from '@angular/core';\r\nimport { FormsModule } from '@angular/forms';\r\n\r\n/* Selectors */\r\nimport { NumItemsSelector } from './num-items-selector.component';\r\nimport { NumberSelector } from './number-selector.component';\r\n\r\n@NgModule({\r\n imports: [\r\n CommonModule,\r\n FormsModule,\r\n ],\r\n declarations: [\r\n NumItemsSelector, NumberSelector,\r\n ],\r\n exports: [NumItemsSelector, NumberSelector]\r\n})\r\nexport class UtilityModule { }\r\n","import { NgModule } from '@angular/core';\nimport { Routes, RouterModule } from '@angular/router';\n\nconst routes: Routes = [];\n\n@NgModule({\n imports: [RouterModule.forChild(routes)],\n exports: [RouterModule]\n})\nexport class TimelineFilterRoutingModule { }\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\nimport { TimelineFilterRoutingModule } from './timeline-filter-routing.module';\nimport { TimelineFilterComponent } from './timeline-filter.component';\nimport { FlexLayoutModule } from '@angular/flex-layout';\nimport { ReactiveFormsModule } from '@angular/forms';\nimport { MaterialModule } from '../material.module';\n\n\n@NgModule({\n declarations: [TimelineFilterComponent],\n imports: [\n CommonModule,\n TimelineFilterRoutingModule,\n FlexLayoutModule,\n MaterialModule,\n ReactiveFormsModule\n ],\n exports: [TimelineFilterComponent]\n})\nexport class TimelineFilterModule { }\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { LoaderComponent } from './loader.component';\nimport { MatProgressSpinnerModule } from '@angular/material/progress-spinner';\n\n@NgModule({\n declarations: [\n LoaderComponent\n ],\n imports: [\n CommonModule,\n MatProgressSpinnerModule\n ],\n exports: [\n LoaderComponent\n ]\n})\nexport class LoaderModule { }\n","import { NgModule } from '@angular/core';\nimport { Routes, RouterModule } from '@angular/router';\n\nconst routes: Routes = [];\n\n@NgModule({\n imports: [RouterModule.forChild(routes)],\n exports: [RouterModule]\n})\nexport class EmailSubscriptionRoutingModule { }\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\nimport { EmailSubscriptionRoutingModule } from './email-subscription-routing.module';\n\n\n\n@NgModule({\n declarations: [],\n imports: [\n CommonModule,\n EmailSubscriptionRoutingModule\n ]\n})\nexport class EmailSubscriptionModule { }\n","import { NgModule } from '@angular/core';\nimport { Routes, RouterModule } from '@angular/router';\n\n\nconst routes: Routes = [];\n\n@NgModule({\n imports: [RouterModule.forChild(routes)],\n exports: [RouterModule]\n})\nexport class EmailSubscriptionUserRoutingModule { }\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\nimport { EmailSubscriptionUserRoutingModule } from './email-subscription-user-routing.module';\n\n\n@NgModule({\n declarations: [],\n imports: [\n CommonModule,\n EmailSubscriptionUserRoutingModule\n ]\n})\nexport class EmailSubscriptionUserModule { }\n","import { NgModule } from '@angular/core';\nimport { Routes, RouterModule } from '@angular/router';\n\nconst routes: Routes = [];\n\n@NgModule({\n imports: [RouterModule.forChild(routes)],\n exports: [RouterModule]\n})\nexport class EmailSubscriptionUserFormRoutingModule { }\n","\nimport { Component, Inject, OnInit, TemplateRef } from '@angular/core';\nimport { FormGroup, FormBuilder, Validators } from '@angular/forms';\nimport { MatDialogRef, MAT_DIALOG_DATA } from '@angular/material/dialog';\nimport { UntilDestroy, untilDestroyed } from '@ngneat/until-destroy';\nimport { finalize } from 'rxjs/operators';\nimport { AlertService } from '../../../core/alert.service';\nimport { FormValidatorService } from '../../../core/form-validator.service';\nimport { HttpService } from '../../../core/http.service';\nimport { Logger } from '../../../core/logger.service';\n\nconst log = new Logger('EmailSubscriptionUser Form');\n\nconst errorMessages: any = {\n user_id: {\n required: \"User is required\"\n },\n email_type_id: {\n required: \"Email Type is required\"\n },\n};\n\n@UntilDestroy()\n@Component({\n selector: 'app-email-subscription-user-form',\n templateUrl: './email-subscription-user-form.component.html',\n styleUrls: ['./email-subscription-user-form.component.scss']\n})\nexport class EmailSubscriptionUserFormComponent implements OnInit {\n\n updateMode: boolean;\n esUserFormGroup: FormGroup;\n esUserFormFirstAttempt: boolean;\n esUser: any;\n isSubmitLoading: boolean;\n selectedUser: any;\n selectedType: any;\n\n constructor(private fb: FormBuilder,\n private formValidatorService: FormValidatorService,\n private alertService: AlertService,\n public dialogRef: MatDialogRef<EmailSubscriptionUserFormComponent>,\n @Inject(MAT_DIALOG_DATA) public data: any,\n private http: HttpService\n ) {\n this.createForm();\n }\n\n /** Method to create a form **/\n private createForm() {\n\n //TODO: Finialize and add more validations.\n this.esUserFormGroup = this.fb.group({\n id: [''],\n user_id: ['', Validators.required],\n email_type_id: ['', Validators.required],\n });\n }\n\n\n ngOnInit() {\n if (this.data?.esUser?.id) {\n this.esUser = this.data.esUser;\n this.updateMode = true;\n this.selectedType = this.esUser?.email_type;\n this.selectedUser = this.esUser?.user;\n this.esUserFormGroup.patchValue(this.esUser);\n }\n\n }\n\n //Method to trigger login\n submit() {\n this.esUserFormGroup.markAllAsTouched();\n this.esUserFormFirstAttempt = true;\n if (this.esUserFormGroup.valid) {\n this.isSubmitLoading = true;\n const model = this.esUserFormGroup.value;\n (\n this.updateMode ?\n this.http.put(`api/email-subscription-users/${model?.id}`, model) :\n this.http.post(`api/email-subscription-users`, model)\n )\n .pipe(\n finalize(() => this.isSubmitLoading = false),\n untilDestroyed(this)\n ).subscribe(result => {\n this.alertService.addAlert(\"Subscription saved successfully\", \"success\");\n this.dialogRef.close(result);\n });\n }\n }\n\n\n cancel() {\n this.dialogRef.close();\n }\n\n /**Method to evaluate form fields*/\n isFieldValid(field: string) {\n return this.formValidatorService.isFieldValid(field, this.esUserFormGroup, this.esUserFormFirstAttempt);\n }\n\n /**Method to find error in form fields*/\n getErrorMessage(field: string) {\n return this.formValidatorService.getErrorMessage(field, this.esUserFormGroup, errorMessages);\n }\n\n ngOnDestroy() {\n // Needed for automatic unsubscribe with untilDestroyed\n }\n\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\nimport { EmailSubscriptionUserFormRoutingModule } from './email-subscription-user-form-routing.module';\nimport { EmailSubscriptionUserFormComponent } from './email-subscription-user-form.component';\nimport { SearchableSelectorModule } from '../../../searchable-selector/searchable-selector.module';\nimport { ReactiveFormsModule } from '@angular/forms';\nimport { FlexLayoutModule } from '@angular/flex-layout';\nimport { MaterialModule } from '../../../material.module';\nimport { LoaderModule } from '../../../loader/loader.module';\n\n\n@NgModule({\n declarations: [EmailSubscriptionUserFormComponent],\n imports: [\n CommonModule,\n MaterialModule,\n FlexLayoutModule,\n ReactiveFormsModule,\n SearchableSelectorModule,\n EmailSubscriptionUserFormRoutingModule,\n LoaderModule\n ],\n entryComponents: [EmailSubscriptionUserFormComponent]\n})\nexport class EmailSubscriptionUserFormModule { }\n","import { Component, OnInit, ViewChild } from '@angular/core';\n\nimport { MatDialog } from '@angular/material/dialog';\nimport { FormControl } from '@angular/forms';\nimport { MatSort } from '@angular/material/sort';\nimport { UntilDestroy, untilDestroyed } from '@ngneat/until-destroy';\nimport { EmailSubscriptionUserFormComponent } from '../email-subscription-user-form/email-subscription-user-form.component';\nimport { Router } from '@angular/router';\nimport { Logger } from '../../../core/logger.service';\nimport { PageEvent } from '../../../data-table/data-table.model';\nimport { HttpService } from '../../../core/http.service';\nimport { ActionPopupComponent } from '../../../action-popup/action-popup.component';\nimport { ActionPopup } from '../../../action-popup/action-popup.model';\n\nconst log = new Logger('EmailSubscriptionUser list');\n\n@UntilDestroy()\n@Component({\n selector: 'app-email-subscription-user-list',\n templateUrl: './email-subscription-user-list.component.html',\n styleUrls: ['./email-subscription-user-list.component.scss']\n})\nexport class EmailSubscriptionUserListComponent implements OnInit {\n\n esUserList: any[] = [];\n pageEvent: PageEvent = { page: 1, perPage: 25, lastPage: 1 };\n filters: any = {\n sort_by: 'created_at|desc',\n };\n\n\n @ViewChild(MatSort, { static: true }) sort: MatSort;\n\n displayColumns: FormControl = new FormControl(['index', 'user.name', 'email_type.title', 'creator.name', 'created_at', 'actions']);\n displayedColumns: any[] = [];\n availableDisplayColumns: any[] = [\n { order: 1, value: 'index', name: 'Index' },\n { order: 2, value: 'user.name', name: 'User' },\n { order: 3, value: 'email_type.title', name: 'Email Type' },\n { order: 4, value: 'creator.name', name: 'Creator' },\n { order: 5, value: 'actions', name: 'Actions' }\n ];\n\n constructor(\n private dialog: MatDialog,\n private http: HttpService,\n private router: Router,\n ) { }\n\n ngOnInit() {\n this.displayedColumns = this.displayColumns.value;\n this.initializeData();\n\n if (this.sort) {\n this.sort.sortChange.pipe(untilDestroyed(this))\n .subscribe((value: any) => {\n this.changeSort(value);\n })\n }\n }\n\n get selectedColumns(): string[] {\n return this.availableDisplayColumns\n .filter(col => (this.displayColumns.value as any).some((x: any) => x === col.value))\n .sort((a, b) => (a.order > b.order) ? 1 : ((b.order > a.order) ? -1 : 0))\n .map(col => col.value);\n }\n\n columnsChange() {\n this.displayedColumns = this.selectedColumns;\n }\n\n\n initializeData() {\n this.http.get(`api/email-subscription-users`, { params: { ...this.filters, ...this.pageEvent } })\n .pipe(untilDestroyed(this))\n .subscribe((result: any) => {\n this.esUserList = this.esUserList.concat(result.data);\n this.pageEvent.page = result.current_page;\n this.pageEvent.lastPage = result.last_page;\n });\n }\n\n filterChange(event: any) {\n this.filters = {\n ...this.filters,\n ...event\n };\n this.reload();\n }\n\n addEmailSubscriptionUser() {\n const dialogRef = this.dialog.open(EmailSubscriptionUserFormComponent, {\n width: '800px',\n autoFocus: false,\n data: {} // Any data passed here will be injected into the model\n });\n\n dialogRef.afterClosed().subscribe((result: any) => {\n if (result) {\n log.debug(result);\n this.reload();\n }\n });\n }\n\n\n editEmailSubscriptionUser(event: any, esUser: any) {\n event.stopPropagation();\n const dialogRef = this.dialog.open(EmailSubscriptionUserFormComponent, {\n width: '800px',\n autoFocus: false,\n data: {\n esUser: esUser\n } // Any data passed here will be injected into the model\n });\n\n dialogRef.afterClosed().subscribe((result: any) => {\n if (result) {\n log.debug(result);\n this.reload();\n }\n });\n }\n\n deleteEmailSubscriptionUser(event: any, esUser: any) {\n event.stopPropagation();\n const dialogRef = this.dialog.open(ActionPopupComponent, {\n width: '400px',\n data: <ActionPopup>{\n title: 'Delete Subscription',\n message: `Are you sure to proceed delete the esUser ${esUser.name}?`\n },\n autoFocus: false\n });\n\n dialogRef.afterClosed().subscribe(result => {\n if (result) {\n //Action confirmed\n this.http.delete(`api/email-subscription-users/${esUser?.id}`)\n .pipe(untilDestroyed(this))\n .subscribe((result: any) => {\n this.esUserList = this.esUserList.filter(x => x.id !== esUser.id);\n });\n }\n });\n }\n\n onScroll() {\n if (this.pageEvent.lastPage > this.pageEvent.page) {\n this.pageEvent.page += 1;\n this.initializeData();\n }\n }\n\n changeSort(event: any) {\n if (event.direction) {\n this.filters.sort_by = `${event.active}|${event.direction}`;\n this.reload();\n }\n }\n\n reload() {\n this.esUserList = [];\n this.pageEvent = { page: 1, perPage: 25, lastPage: 1 };\n this.initializeData();\n }\n\n\n ngOnDestroy() {\n //Until destroyed uses it\n }\n\n}\n","import { NgModule } from '@angular/core';\nimport { Routes, RouterModule } from '@angular/router';\nimport { AuthenticationGuard } from '../../../core/authentication.guard';\nimport { EmailSubscriptionUserListComponent } from './email-subscription-user-list.component';\n\nexport const esulr = {\n title: 'Email Subscription Users',\n permissions: {\n only: ['app_admin'],\n redirectTo: '/'\n }\n};\n\nconst routes: Routes = [\n {\n path: '',\n component: EmailSubscriptionUserListComponent,\n canActivate: [AuthenticationGuard],\n data: esulr\n },\n];\n\n@NgModule({\n imports: [RouterModule.forChild(routes)],\n exports: [RouterModule]\n})\nexport class EmailSubscriptionUserListRoutingModule { }\n","import { NgModule } from '@angular/core';\nimport { Routes, RouterModule } from '@angular/router';\n\nconst routes: Routes = [];\n\n@NgModule({\n imports: [RouterModule.forChild(routes)],\n exports: [RouterModule]\n})\nexport class EmailSubscriptionUserListFilterRoutingModule { }\n","import { Component, OnInit, Output, EventEmitter, Input } from '@angular/core';\nimport { FormGroup, FormBuilder } from '@angular/forms';\nimport { debounceTime, distinctUntilChanged } from 'rxjs/operators';\nimport { UntilDestroy, untilDestroyed } from '@ngneat/until-destroy';\n\n@UntilDestroy()\n@Component({\n selector: 'app-email-subscription-user-list-filter',\n templateUrl: './email-subscription-user-list-filter.component.html',\n styleUrls: ['./email-subscription-user-list-filter.component.scss']\n})\nexport class EmailSubscriptionUserListFilterComponent implements OnInit {\n\n esUserFilterForm: FormGroup;\n\n @Output() valueChange = new EventEmitter();\n\n constructor(private fb: FormBuilder) {\n this.createForm();\n }\n\n private createForm() {\n\n //TODO: Finialize and add more validations.\n this.esUserFilterForm = this.fb.group({\n user_id: [''],\n email_type_id: [''],\n });\n }\n\n ngOnInit(): void {\n\n this.esUserFilterForm.valueChanges.pipe(\n debounceTime(500),\n distinctUntilChanged(),\n untilDestroyed(this)\n ).subscribe(value => {\n this.valueChange.emit(value);\n })\n }\n\n\n resetFieldValue(field: string) {\n this.esUserFilterForm.get(field).setValue('');\n }\n\n getFieldValue(field: string) {\n return this.esUserFilterForm.get(field).value;\n }\n\n\n ngOnDestroy() {\n\n }\n\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\nimport { EmailSubscriptionUserListFilterRoutingModule } from './email-subscription-user-list-filter-routing.module';\nimport { EmailSubscriptionUserListFilterComponent } from './email-subscription-user-list-filter.component';\nimport { MaterialModule } from '../../../material.module';\nimport { SearchableSelectorModule } from '../../../searchable-selector/searchable-selector.module';\nimport { FlexLayoutModule } from '@angular/flex-layout';\nimport { ReactiveFormsModule } from '@angular/forms';\n\n\n@NgModule({\n declarations: [EmailSubscriptionUserListFilterComponent],\n imports: [\n CommonModule,\n MaterialModule,\n FlexLayoutModule,\n ReactiveFormsModule,\n SearchableSelectorModule,\n EmailSubscriptionUserListFilterRoutingModule\n ],\n exports: [EmailSubscriptionUserListFilterComponent]\n})\nexport class EmailSubscriptionUserListFilterModule { }\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\nimport { EmailSubscriptionUserListRoutingModule } from './email-subscription-user-list-routing.module';\nimport { EmailSubscriptionUserListComponent } from './email-subscription-user-list.component';\nimport { EmailSubscriptionUserListFilterModule } from '../email-subscription-user-list-filter/email-subscription-user-list-filter.module';\nimport { InfiniteScrollModule } from 'ngx-infinite-scroll';\nimport { EmailSubscriptionUserFormModule } from '../email-subscription-user-form/email-subscription-user-form.module';\nimport { MaterialModule } from '../../../material.module';\nimport { FlexLayoutModule } from '@angular/flex-layout';\nimport { ReactiveFormsModule } from '@angular/forms';\n\n\n@NgModule({\n declarations: [EmailSubscriptionUserListComponent],\n imports: [\n CommonModule,\n InfiniteScrollModule,\n MaterialModule,\n FlexLayoutModule,\n ReactiveFormsModule,\n EmailSubscriptionUserListRoutingModule,\n EmailSubscriptionUserFormModule,\n EmailSubscriptionUserListFilterModule\n ],\n exports: [EmailSubscriptionUserListComponent]\n})\nexport class EmailSubscriptionUserListModule { }\n","import { NgModule } from '@angular/core';\nimport { Routes, RouterModule } from '@angular/router';\n\nconst routes: Routes = [];\n\n@NgModule({\n imports: [RouterModule.forChild(routes)],\n exports: [RouterModule]\n})\n\nexport class EmailSubscriptionTypeRoutingModule { }","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\nimport { EmailSubscriptionTypeRoutingModule } from './email-subscription-type-routing.module';\n\n\n@NgModule({\n declarations: [],\n imports: [\n CommonModule,\n EmailSubscriptionTypeRoutingModule\n ]\n})\nexport class EmailSubscriptionTypeModule { }\n","import { NgModule } from '@angular/core';\nimport { Routes, RouterModule } from '@angular/router';\n\nconst routes: Routes = [];\n\n@NgModule({\n imports: [RouterModule.forChild(routes)],\n exports: [RouterModule]\n})\nexport class EmailSubscriptionTypeFormRoutingModule { }\n","import { Component, Inject, OnInit } from '@angular/core';\nimport { FormGroup, FormBuilder, Validators } from '@angular/forms';\nimport { MatDialogRef, MAT_DIALOG_DATA } from '@angular/material/dialog';\nimport { UntilDestroy, untilDestroyed } from '@ngneat/until-destroy';\nimport { finalize } from 'rxjs/operators';\nimport { AlertService } from '../../../core/alert.service';\nimport { FormValidatorService } from '../../../core/form-validator.service';\nimport { HttpService } from '../../../core/http.service';\n\nconst errorMessages: any = {\n title: {\n required: \"Title is required\"\n },\n code: {\n required: \"Code is required\"\n },\n frequency_id: {\n required: \"Frequency is required\"\n },\n};\n\n@UntilDestroy()\n@Component({\n selector: 'app-email-subscription-type-form',\n templateUrl: './email-subscription-type-form.component.html',\n styleUrls: ['./email-subscription-type-form.component.scss']\n})\nexport class EmailSubscriptionTypeFormComponent implements OnInit {\n\n updateMode: boolean;\n emailSubscriptionTypeFormGroup: FormGroup;\n emailSubscriptionTypeFormFirstAttempt: boolean;\n emailSubscriptionType: any;\n selectedFrequency: any;\n isLoading: boolean;\n isSubmitLoading: boolean;\n\n constructor(private fb: FormBuilder,\n private formValidatorService: FormValidatorService,\n private alertService: AlertService,\n public dialogRef: MatDialogRef<EmailSubscriptionTypeFormComponent>,\n @Inject(MAT_DIALOG_DATA) public data: any,\n private http: HttpService\n ) {\n this.createForm();\n }\n\n /** Method to create a form **/\n private createForm() {\n\n //TODO: Finialize and add more validations.\n this.emailSubscriptionTypeFormGroup = this.fb.group({\n id: [''],\n title: ['', Validators.compose([Validators.required])],\n code: ['', Validators.compose([Validators.required])],\n frequency_id: ['', Validators.required],\n description: [''],\n });\n }\n\n ngOnInit() {\n if (this.data.emailSubscriptionType?.id) {\n this.isLoading = true;\n this.emailSubscriptionType = this.data?.emailSubscriptionType;\n this.updateMode = true;\n this.selectedFrequency = this.emailSubscriptionType?.frequency || {};\n this.emailSubscriptionTypeFormGroup.patchValue(this.emailSubscriptionType);\n }\n }\n\n //Method to trigger login\n submit() {\n this.emailSubscriptionTypeFormGroup.markAllAsTouched();\n this.emailSubscriptionTypeFormFirstAttempt = true;\n if (this.emailSubscriptionTypeFormGroup.valid) {\n this.isSubmitLoading = true;\n const model = this.emailSubscriptionTypeFormGroup.value;\n (\n this.updateMode ?\n this.http.put(`api/email-subscription-types/${model?.id}`, model) :\n this.http.post(`api/email-subscription-types`, model)\n )\n .pipe(\n finalize(() => this.isSubmitLoading = false),\n untilDestroyed(this)\n ).subscribe(result => {\n this.alertService.addAlert(\"Email Type saved successfully\", \"success\");\n this.dialogRef.close(result);\n });\n }\n }\n\n\n cancel() {\n this.dialogRef.close();\n }\n\n\n /**Method to evaluate form fields*/\n isFieldValid(field: string) {\n return this.formValidatorService.isFieldValid(field, this.emailSubscriptionTypeFormGroup, this.emailSubscriptionTypeFormFirstAttempt);\n }\n\n /**Method to find error in form fields*/\n getErrorMessage(field: string) {\n return this.formValidatorService.getErrorMessage(field, this.emailSubscriptionTypeFormGroup, errorMessages);\n }\n\n ngOnDestroy() {\n // Needed for automatic unsubscribe with untilDestroyed\n }\n\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\nimport { EmailSubscriptionTypeFormRoutingModule } from './email-subscription-type-form-routing.module';\nimport { EmailSubscriptionTypeFormComponent } from './email-subscription-type-form.component';\nimport { SearchableSelectorModule } from '../../../searchable-selector/searchable-selector.module';\nimport { ReactiveFormsModule } from '@angular/forms';\nimport { FlexLayoutModule } from '@angular/flex-layout';\nimport { MaterialModule } from '../../../material.module';\nimport { LoaderModule } from '../../../loader/loader.module';\n\n\n\n@NgModule({\n declarations: [EmailSubscriptionTypeFormComponent],\n imports: [\n CommonModule,\n MaterialModule,\n FlexLayoutModule,\n ReactiveFormsModule,\n SearchableSelectorModule,\n EmailSubscriptionTypeFormRoutingModule,\n LoaderModule\n ],\n exports: [EmailSubscriptionTypeFormComponent],\n entryComponents: [EmailSubscriptionTypeFormComponent]\n})\nexport class EmailSubscriptionTypeFormModule { }\n","import { Component, OnInit, ViewChild } from '@angular/core';\nimport { MatDialog } from '@angular/material/dialog';\nimport { FormControl } from '@angular/forms';\nimport { distinctUntilChanged, debounceTime } from 'rxjs/operators';\nimport { MatSort } from '@angular/material/sort';\nimport { UntilDestroy, untilDestroyed } from '@ngneat/until-destroy';\nimport { EmailSubscriptionTypeFormComponent } from '../email-subscription-type-form/email-subscription-type-form.component';\nimport { PageEvent } from '../../../data-table/data-table.model';\nimport { HttpService } from '../../../core/http.service';\nimport { ActionPopupComponent } from '../../../action-popup/action-popup.component';\nimport { ActionPopup } from '../../../action-popup/action-popup.model';\n\n@UntilDestroy()\n@Component({\n selector: 'app-email-subscription-type-list',\n templateUrl: './email-subscription-type-list.component.html',\n styleUrls: ['./email-subscription-type-list.component.scss']\n})\nexport class EmailSubscriptionTypeListComponent implements OnInit {\n\n emailSubscriptionTypeList: any[] = [];\n pageEvent: PageEvent = { page: 1, perPage: 25, lastPage: 1 };\n filters: any = {\n sort_by: 'created_at|desc',\n isLoadRelations: true,\n relations: ['frequency']\n };\n search: FormControl = new FormControl('');\n\n\n @ViewChild(MatSort, { static: true }) sort: MatSort;\n\n displayColumns: FormControl = new FormControl(['index', 'title', 'frequency.title', 'description', 'actions']);\n displayedColumns: any[] = [];\n availableDisplayColumns: any[] = [\n { order: 1, value: 'index', name: 'Index' },\n { order: 2, value: 'title', name: 'Title' },\n { order: 3, value: 'code', name: 'Code' },\n { order: 4, value: 'frequency.title', name: 'Frequency' },\n { order: 5, value: 'description', name: 'Description' },\n { order: 6, value: 'actions', name: 'Actions' }\n ];\n\n constructor(\n private dialog: MatDialog,\n private http: HttpService,\n ) { }\n\n ngOnInit() {\n this.displayedColumns = this.displayColumns.value;\n this.initializeData();\n this.search.valueChanges.pipe(\n debounceTime(500),\n distinctUntilChanged(),\n untilDestroyed(this)\n ).subscribe(value => {\n this.filters.search = value;\n this.reload();\n });\n\n if (this.sort) {\n this.sort.sortChange.pipe(untilDestroyed(this))\n .subscribe((value: any) => {\n this.changeSort(value);\n })\n }\n }\n\n get selectedColumns(): string[] {\n return this.availableDisplayColumns\n .filter(col => (this.displayColumns.value as any).some((x: any) => x === col.value))\n .sort((a, b) => (a.order > b.order) ? 1 : ((b.order > a.order) ? -1 : 0))\n .map(col => col.value);\n }\n\n columnsChange() {\n this.displayedColumns = this.selectedColumns;\n }\n\n\n initializeData() {\n this.http.get(`api/email-subscription-types`, { params: { ...this.filters, ...this.pageEvent } })\n .pipe(untilDestroyed(this))\n .subscribe((result: any) => {\n this.emailSubscriptionTypeList = this.emailSubscriptionTypeList.concat(result.data);\n this.pageEvent.page = result.current_page;\n this.pageEvent.lastPage = result.last_page;\n });\n }\n\n addEmailSubscriptionType() {\n const dialogRef = this.dialog.open(EmailSubscriptionTypeFormComponent, {\n width: '400px',\n autoFocus: false,\n data: {} // Any data passed here will be injected into the model\n });\n\n dialogRef.afterClosed().subscribe((result: any) => {\n if (result) {\n this.reload();\n }\n });\n }\n\n\n editEmailSubscriptionType(event: any, emailSubscriptionType: any) {\n event.stopPropagation();\n const dialogRef = this.dialog.open(EmailSubscriptionTypeFormComponent, {\n width: '400px',\n autoFocus: false,\n data: {\n emailSubscriptionType: emailSubscriptionType\n } // Any data passed here will be injected into the model\n });\n\n dialogRef.afterClosed().subscribe((result: any) => {\n if (result) {\n this.reload();\n }\n });\n }\n\n deleteEmailSubscriptionType(event: any, emailSubscriptionType: any) {\n event.stopPropagation();\n const dialogRef = this.dialog.open(ActionPopupComponent, {\n width: '400px',\n data: <ActionPopup>{\n title: 'Delete Email Type',\n message: `Are you sure to proceed delete the Email Type ${emailSubscriptionType.title}?`\n },\n autoFocus: false\n });\n\n dialogRef.afterClosed().subscribe(result => {\n if (result) {\n //Action confirmed\n this.http.delete(`api/email-subscription-types/${emailSubscriptionType?.id}`)\n .pipe(untilDestroyed(this))\n .subscribe((result: any) => {\n this.emailSubscriptionTypeList = this.emailSubscriptionTypeList.filter(x => x.id !== emailSubscriptionType.id);\n });\n }\n });\n }\n\n onScroll() {\n if (this.pageEvent.lastPage > this.pageEvent.page) {\n this.pageEvent.page += 1;\n this.initializeData();\n }\n }\n\n changeSort(event: any) {\n if (event.direction) {\n this.filters.sort_by = `${event.active}|${event.direction}`;\n this.reload();\n }\n }\n\n reload() {\n this.emailSubscriptionTypeList = [];\n this.pageEvent = { page: 1, perPage: 25, lastPage: 1 };\n this.initializeData();\n }\n\n ngOnDestroy() {\n //Until destroyed uses it\n }\n\n}","import { NgModule } from '@angular/core';\nimport { Routes, RouterModule } from '@angular/router';\nimport { AuthenticationGuard } from '../../../core/authentication.guard';\n\nimport { EmailSubscriptionTypeListComponent } from './email-subscription-type-list.component';\n\nexport const estlr = {\n title: 'Email Subscription Type',\n permissions: {\n only: ['client_admin'],\n redirectTo: '/'\n }\n};\n\n\nconst routes: Routes = [\n {\n path: '',\n component: EmailSubscriptionTypeListComponent,\n canActivate: [AuthenticationGuard],\n data: estlr\n },\n];\n\n@NgModule({\n imports: [RouterModule.forChild(routes)],\n exports: [RouterModule]\n})\nexport class EmailSubscriptionTypeListRoutingModule { }\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\nimport { EmailSubscriptionTypeListRoutingModule } from './email-subscription-type-list-routing.module';\nimport { EmailSubscriptionTypeListComponent } from './email-subscription-type-list.component';\nimport { EmailSubscriptionTypeFormModule } from '../email-subscription-type-form/email-subscription-type-form.module';\nimport { InfiniteScrollModule } from 'ngx-infinite-scroll';\nimport { FlexLayoutModule } from '@angular/flex-layout';\nimport { MaterialModule } from '../../../material.module';\nimport { ReactiveFormsModule } from '@angular/forms';\n\n\n@NgModule({\n declarations: [EmailSubscriptionTypeListComponent],\n imports: [\n CommonModule,\n MaterialModule,\n FlexLayoutModule,\n ReactiveFormsModule,\n InfiniteScrollModule,\n EmailSubscriptionTypeFormModule,\n EmailSubscriptionTypeListRoutingModule\n ],\n exports: [EmailSubscriptionTypeListComponent]\n})\nexport class EmailSubscriptionTypeListModule { }\n","import { Component, OnInit } from '@angular/core';\nimport { UntilDestroy, untilDestroyed } from '@ngneat/until-destroy';\nimport { HttpService } from '../../core/http.service';\nimport { PageEvent } from '../../data-table/data-table.model';\n\n@UntilDestroy()\n@Component({\n selector: 'app-email-subscription-for-user',\n templateUrl: './email-subscription-for-user.component.html',\n styleUrls: ['./email-subscription-for-user.component.scss']\n})\nexport class EmailSubscriptionForUserComponent implements OnInit {\n\n subscriptions: any[] = [];\n pageEvent: PageEvent = { page: 1, perPage: 25, lastPage: 1 };\n filters: any = {\n sort_by: 'created_at|desc',\n isLoadRelations: true,\n relations: 'frequency,currentUserSubscription'\n };\n\n constructor(\n private http: HttpService\n ) { }\n\n ngOnInit(): void {\n this.fetchSubscriptions();\n }\n\n fetchSubscriptions() {\n this.http.get(`api/email-subscription-types`, { params: { ...this.filters, ...this.pageEvent } })\n .pipe(untilDestroyed(this))\n .subscribe((result: any) => {\n this.subscriptions = this.subscriptions.concat(result.data);\n this.pageEvent.page = result.current_page;\n this.pageEvent.lastPage = result.last_page;\n });\n }\n\n onScroll() {\n if (this.pageEvent.lastPage > this.pageEvent.page) {\n this.pageEvent.page += 1;\n this.fetchSubscriptions();\n }\n }\n\n subscribe(sub: any) {\n this.http.post(`api/email-subscription-for-user`, { email_type_id: sub?.id })\n .pipe(untilDestroyed(this))\n .subscribe((result: any) => {\n sub.current_user_subscription = result?.item;\n });\n }\n\n unsubscribe(sub: any) {\n this.http.delete(`api/email-subscription-users/${sub?.current_user_subscription?.id}`)\n .pipe(untilDestroyed(this))\n .subscribe((_: any) => {\n sub.current_user_subscription = null;\n });\n }\n\n\n reload() {\n this.subscriptions = [];\n this.pageEvent = { page: 1, perPage: 25, lastPage: 1 };\n this.fetchSubscriptions();\n }\n\n ngOnDestroy() {\n //Until destroyed uses it\n }\n\n}\n","import { NgModule } from '@angular/core';\nimport { Routes, RouterModule } from '@angular/router';\nimport { AuthenticationGuard } from '../../core/authentication.guard';\nimport { EmailSubscriptionForUserComponent } from './email-subscription-for-user.component';\n\nexport const esfur = {\n permissions: {\n only: ['client_admin']\n }\n};\n\nconst routes: Routes = [\n {\n path: '',\n component: EmailSubscriptionForUserComponent,\n canActivate: [AuthenticationGuard],\n data: esfur\n },\n];\n\n@NgModule({\n imports: [RouterModule.forChild(routes)],\n exports: [RouterModule]\n})\nexport class EmailSubscriptionForUserRoutingModule { }\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\nimport { EmailSubscriptionForUserRoutingModule } from './email-subscription-for-user-routing.module';\nimport { EmailSubscriptionForUserComponent } from './email-subscription-for-user.component';\nimport { InfiniteScrollModule } from 'ngx-infinite-scroll';\nimport { FlexLayoutModule } from '@angular/flex-layout';\nimport { MaterialModule } from '../../material.module';\n\n\n@NgModule({\n declarations: [EmailSubscriptionForUserComponent],\n imports: [\n CommonModule,\n InfiniteScrollModule,\n MaterialModule,\n FlexLayoutModule,\n EmailSubscriptionForUserRoutingModule\n ],\n exports: [EmailSubscriptionForUserComponent]\n})\nexport class EmailSubscriptionForUserModule { }\n","import { HttpService } from '../core/http.service';\nimport { Injectable } from '@angular/core';\n\n@Injectable({\n providedIn: 'root'\n})\nexport class TechlifyUpdateService {\n\n constructor(private http: HttpService) { }\n\n getTechlifyUpdates(filters: any) {\n return this.http.get(`api/techlify-updates`, { params: filters }).toPromise();\n }\n\n createTechlifyUpdate(techlifyUpdate: any) {\n return this.http.post(`api/techlify-updates`, techlifyUpdate).toPromise();\n }\n\n updateTechlifyUpdate(techlifyUpdate: any) {\n return this.http.put(`api/techlify-updates/${techlifyUpdate.id}`, techlifyUpdate).toPromise();\n }\n\n deleteTechlifyUpdate(techlifyUpdateId: any) {\n return this.http.delete(`api/techlify-updates/${techlifyUpdateId}`).toPromise();\n }\n\n getTechlifyUpdate(techlifyUpdateId: any) {\n return this.http.get(`api/techlify-updates/${techlifyUpdateId}`).toPromise();\n }\n\n getNewUpdateForCurrentUser() {\n return this.http.get(`api/current-user-techlify-updates`).toPromise();\n }\n\n createUpdateViewRecord(techlifyUpdateView: any) {\n return this.http.post(`api/techlify-update-views`, techlifyUpdateView).toPromise();\n }\n\n updateCurrentUserUpdates() {\n return this.http.get(`api/techlify-updates/update-view`).toPromise();\n }\n}\n","import { AlertService } from \"../../core/alert.service\";\nimport { TechlifyUpdateService } from './../techlify-update.service';\nimport { FormControl, Validators } from '@angular/forms';\nimport { Component, EventEmitter, Inject, OnInit, Output } from '@angular/core';\nimport { FormBuilder, FormGroup } from '@angular/forms';\nimport { FormValidatorService } from '../../core/form-validator.service';\nimport { MatDialogRef, MAT_DIALOG_DATA } from '@angular/material/dialog';\nimport { Editor, Toolbar } from 'ngx-editor';\n\nconst errorMessages: any = {\n title: {\n required: \"Title is required\",\n },\n released_on: {\n required: \"Released On is required\",\n },\n version: {\n required: \"Version is required\",\n },\n description: {\n required: \"Description is required\",\n },\n learn_more_link: {\n pattern: \"Please enter valid link\",\n }\n}\n\n@Component({\n selector: 'app-techlify-update-form',\n templateUrl: './techlify-update-form.component.html',\n styleUrls: ['./techlify-update-form.component.scss']\n})\nexport class TechlifyUpdateFormComponent implements OnInit {\n\n @Output() onSave = new EventEmitter<any>();\n techlifyUpdateForm: FormGroup;\n isUpdateMode: boolean = false;\n editor: Editor;\n toolbar: Toolbar = [\n ['bold', 'italic'],\n ['bullet_list'],\n ];\n\n constructor(\n public dialogRef: MatDialogRef<TechlifyUpdateFormComponent>,\n @Inject(MAT_DIALOG_DATA) public data: any,\n private fb: FormBuilder,\n private formValidatorService: FormValidatorService,\n private alertService: AlertService,\n private techlifyUpdateService: TechlifyUpdateService\n ) {\n this.createForm();\n }\n\n private createForm() {\n this.techlifyUpdateForm = this.fb.group({\n id: new FormControl(''),\n title: new FormControl('', Validators.required),\n description: new FormControl('', Validators.required),\n version: new FormControl('', Validators.required),\n released_on: new FormControl('', Validators.required),\n learn_more_link: new FormControl('', Validators.compose([Validators.pattern('(https?://)?([\\\\da-z.-]+)\\\\.([a-z.]{2,6})[/\\\\w .-]*/?')])),\n });\n if (this.data.techlifyUpdateDetails) {\n this.isUpdateMode = true;\n this.techlifyUpdateForm.patchValue(this.data.techlifyUpdateDetails);\n }\n }\n\n ngOnInit() {\n this.editor = new Editor();\n }\n\n async submit() {\n if (this.techlifyUpdateForm.valid) {\n let result;\n const model = this.techlifyUpdateForm.value;\n\n try {\n result = this.isUpdateMode ? await this.techlifyUpdateService.updateTechlifyUpdate(model)\n : await this.techlifyUpdateService.createTechlifyUpdate(model);\n this.alertService.addAlert(\n \"Techlify app update saved successfully\",\n \"success\"\n );\n } catch (error) {\n this.alertService.addAlert(\"Unable to process, try later\", \"warn\");\n } finally {\n if (result) {\n this.dialogRef.close(result);\n }\n }\n }\n }\n\n resetFieldValue(field: string) {\n this.techlifyUpdateForm.get(field).setValue('');\n }\n\n getFieldValue(field: string) {\n return this.techlifyUpdateForm.get(field).value;\n }\n\n /** Method to evaluate form fields*/\n isFieldValid(field: string) {\n return this.formValidatorService.isFieldValid(field, this.techlifyUpdateForm, true);\n }\n /** Method to find error in form fields*/\n getErrorMessage(field: string) {\n return this.formValidatorService.getErrorMessage(field, this.techlifyUpdateForm, errorMessages);\n }\n\n}\n","import { FlexLayoutModule } from '@angular/flex-layout';\nimport { ReactiveFormsModule } from '@angular/forms';\nimport { MaterialModule } from './../../material.module';\nimport { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { TechlifyUpdateFormComponent } from './techlify-update-form.component';\nimport { NgxEditorModule } from 'ngx-editor';\n\n@NgModule({\n declarations: [TechlifyUpdateFormComponent],\n imports: [\n CommonModule,\n ReactiveFormsModule,\n MaterialModule,\n FlexLayoutModule,\n NgxEditorModule,\n ],\n exports: [\n TechlifyUpdateFormComponent\n ],\n entryComponents: [\n TechlifyUpdateFormComponent\n ]\n})\nexport class TechlifyUpdateFormModule { }\n","import { UntilDestroy } from '@ngneat/until-destroy';\nimport { untilDestroyed } from '@ngneat/until-destroy';\nimport { ActionPopup } from './../../action-popup/action-popup.model';\nimport { ActionPopupComponent } from './../../action-popup/action-popup.component';\nimport { TechlifyUpdateFormComponent } from './../techlify-update-form/techlify-update-form.component';\nimport { TechlifyUpdateService } from './../techlify-update.service';\nimport { FormControl, FormBuilder } from '@angular/forms';\nimport { FormGroup } from '@angular/forms';\nimport { MatDialog } from '@angular/material/dialog';\nimport { AlertService } from '../../core/alert.service';\nimport { Component, OnInit } from '@angular/core';\nimport { debounceTime } from 'rxjs/operators';\n\n@UntilDestroy()\n@Component({\n selector: 'app-techlify-updates-list',\n templateUrl: './techlify-updates-list.component.html',\n styleUrls: ['./techlify-updates-list.component.scss']\n})\nexport class TechlifyUpdatesListComponent implements OnInit {\n techlifyUpdates: any[] = [];\n displayedColumns: string[] = [\n 'index',\n 'title',\n 'version',\n 'released_on',\n 'learn_more_link',\n 'description',\n 'creator',\n 'actions'\n ];\n page: number = 1;\n lastPage: number;\n perPage: number = 25;\n isWorking: boolean = false;\n filterFormGroup: FormGroup;\n\n constructor(\n private dialog: MatDialog,\n private alertService: AlertService,\n private techlifyUpdateService: TechlifyUpdateService,\n private fb: FormBuilder,\n ) {\n this.filterFormGroup = this.fb.group({\n search: new FormControl(''),\n version: new FormControl(''),\n sort_by: new FormControl('released_on|DESC'),\n });\n }\n\n ngOnInit() {\n this.loadData();\n this.listenChanges();\n }\n\n listenChanges() {\n this.filterFormGroup.valueChanges.pipe(debounceTime(500), untilDestroyed(this))\n .subscribe(changes => {\n this.reload();\n });\n }\n\n ngOnDestroy() { }\n\n async loadData() {\n try {\n this.isWorking = true;\n var filters: any = this.filterFormGroup.value;\n filters.perPage = this.perPage;\n filters.page = this.page;\n let result: any = await this.techlifyUpdateService.getTechlifyUpdates(\n filters\n );\n this.lastPage = result.last_page || this.page;\n this.techlifyUpdates = this.techlifyUpdates.concat(result.data);\n } catch (error) {\n this.alertService.addAlert(\"Unable to process, try later\", \"warn\");\n }\n finally {\n this.isWorking = false;\n }\n }\n\n reload() {\n this.techlifyUpdates = [];\n this.page = 1;\n if (!this.isWorking) {\n this.loadData();\n }\n }\n\n onScroll() {\n if (!this.isWorking && this.page < this.lastPage) {\n this.page += 1;\n this.loadData();\n }\n }\n\n modifyTechlifyUpdate(model?: any) {\n const dialogRef = this.dialog.open(TechlifyUpdateFormComponent, {\n width: \"600px\",\n data: {\n techlifyUpdateDetails: model,\n }\n });\n\n dialogRef.afterClosed().subscribe(result => {\n if (result) {\n this.reload();\n }\n });\n }\n\n async deleteTechlifyUpdate(model: any) {\n const dialogRef = this.dialog.open(ActionPopupComponent, {\n width: \"400px\",\n data: <ActionPopup>{\n title: \"Delete Update\",\n message: `Are you sure to delete this update?`\n },\n autoFocus: false\n });\n\n dialogRef.afterClosed().subscribe(async result => {\n if (result) {\n //Action confirmed\n try {\n await this.techlifyUpdateService.deleteTechlifyUpdate(model.id);\n this.alertService.addAlert(\n \"Successfully deleted the update\",\n \"success\"\n );\n this.reload();\n } catch (error) {\n this.alertService.addAlert(\"Unable to process, try later\", \"warn\");\n }\n }\n });\n }\n\n resetFieldValue(field: string) {\n this.filterFormGroup.get(field).setValue(\"\");\n }\n\n sortColumn(event) {\n var direction = event.direction.toString().toUpperCase();\n this.assignFilter(event.active, direction);\n }\n\n assignFilter(column, direction) {\n switch (column) {\n case 'title': {\n return this.filterFormGroup.get('sort_by').setValue(\"title|\" + direction);\n }\n case 'released_on': {\n return this.filterFormGroup.get('sort_by').setValue(\"released_on|\" + direction);\n }\n case 'version': {\n return this.filterFormGroup.get('sort_by').setValue(\"version|\" + direction);\n }\n default: {\n return this.filterFormGroup.get('sort_by').setValue(\"created_at|DESC\");\n }\n };\n }\n\n}\n","import { TechlifyUpdatesListComponent } from './techlify-updates-list/techlify-updates-list.component';\nimport { NgModule } from '@angular/core';\nimport { RouterModule, Routes } from '@angular/router';\n\nconst routes: Routes = [\n { path: '', redirectTo: 'all', pathMatch: 'full' },\n { path: 'all', component: TechlifyUpdatesListComponent },\n\n //fallback\n {\n path: '**',\n redirectTo: 'all',\n pathMatch: 'full'\n }\n];\n\n@NgModule({\n imports: [RouterModule.forChild(routes)],\n exports: [RouterModule]\n})\nexport class TechlifyUpdateRoutingModule { }\n","import { ReadMoreModule } from '../read-more/read-more.module';\nimport { TechlifyUpdateFormModule } from './techlify-update-form/techlify-update-form.module';\nimport { TechlifyUpdateRoutingModule } from './techlify-update-routing.module';\nimport { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { TechlifyUpdatesListComponent } from './techlify-updates-list/techlify-updates-list.component';\nimport { InfiniteScrollModule } from 'ngx-infinite-scroll';\nimport { ReactiveFormsModule } from '@angular/forms';\nimport { MaterialModule } from '../material.module';\nimport { FlexLayoutModule } from '@angular/flex-layout';\nimport { ActionPopupModule } from '../action-popup/action-popup.module';\n\n@NgModule({\n declarations: [TechlifyUpdatesListComponent],\n imports: [\n CommonModule,\n ReactiveFormsModule,\n InfiniteScrollModule,\n FlexLayoutModule,\n MaterialModule,\n ActionPopupModule,\n TechlifyUpdateRoutingModule,\n TechlifyUpdateFormModule,\n ReadMoreModule,\n ]\n})\nexport class TechlifyUpdateModule { }\n","import { Inject } from '@angular/core';\nimport { MAT_DIALOG_DATA } from '@angular/material/dialog';\nimport { MatDialogRef } from '@angular/material/dialog';\nimport { Component, OnInit } from '@angular/core';\nimport { Router } from '@angular/router';\n\n@Component({\n selector: 'app-update-view',\n templateUrl: './update-view.component.html',\n styleUrls: ['./update-view.component.scss']\n})\nexport class UpdateViewComponent implements OnInit {\n techlifyUpdate: any;\n rootNavUrl: any;\n\n constructor(\n public dialogRef: MatDialogRef<UpdateViewComponent>,\n @Inject(MAT_DIALOG_DATA) public data: any,\n private router: Router\n ) { }\n\n ngOnInit(): void {\n this.techlifyUpdate = this.data.techlifyUpdate;\n this.rootNavUrl = this.data.rootNavUrl;\n }\n\n close() {\n this.dialogRef.close();\n }\n\n openUpdateHistory(): void {\n this.close();\n this.router.navigate([this.rootNavUrl + \"/update-history\"]);\n }\n\n}\n","import { UntilDestroy } from '@ngneat/until-destroy';\nimport { untilDestroyed } from '@ngneat/until-destroy';\nimport { AlertService } from './../../core/alert.service';\nimport { UpdateViewComponent } from './../update-view/update-view.component';\nimport { TechlifyUpdateService } from './../techlify-update.service';\nimport { FormControl, FormBuilder } from '@angular/forms';\nimport { FormGroup } from '@angular/forms';\nimport { MatDialog } from '@angular/material/dialog';\nimport { Component, OnInit } from '@angular/core';\nimport { debounceTime } from 'rxjs/operators';\n\n@UntilDestroy()\n@Component({\n selector: 'app-techlify-update-history',\n templateUrl: './techlify-update-history.component.html',\n styleUrls: ['./techlify-update-history.component.scss']\n})\nexport class TechlifyUpdateHistoryComponent implements OnInit {\n techlifyUpdates: any[] = [];\n displayedColumns: string[] = [\n 'index',\n 'title',\n 'version',\n 'released_on',\n 'learn_more_link',\n 'description',\n 'creator',\n 'actions'\n ];\n page: number = 1;\n lastPage: number;\n perPage: number = 25;\n isWorking: boolean = false;\n filterFormGroup: FormGroup;\n\n constructor(\n private dialog: MatDialog,\n private techlifyUpdateService: TechlifyUpdateService,\n private fb: FormBuilder,\n private alertService: AlertService\n ) {\n this.filterFormGroup = this.fb.group({\n search: new FormControl(''),\n version: new FormControl(''),\n sort_by: new FormControl('released_on|DESC'),\n });\n }\n\n ngOnInit() {\n this.loadData();\n this.listenChanges();\n this.updateCurrentUserUpdates();\n }\n\n listenChanges() {\n this.filterFormGroup.valueChanges.pipe(debounceTime(500), untilDestroyed(this))\n .subscribe(changes => {\n this.reload();\n });\n }\n\n ngOnDestroy() { }\n\n async loadData() {\n try {\n this.isWorking = true;\n var filters: any = this.filterFormGroup.value;\n filters.perPage = this.perPage;\n filters.page = this.page;\n let result: any = await this.techlifyUpdateService.getTechlifyUpdates(\n filters\n );\n this.lastPage = result.last_page || this.page;\n this.techlifyUpdates = this.techlifyUpdates.concat(result.data);\n } catch (error) {\n this.alertService.addAlert(\"Unable to process, try later\", \"warn\");\n }\n finally {\n this.isWorking = false;\n }\n }\n\n reload() {\n this.techlifyUpdates = [];\n this.page = 1;\n if (!this.isWorking) {\n this.loadData();\n }\n }\n\n onScroll() {\n if (!this.isWorking && this.page < this.lastPage) {\n this.page += 1;\n this.loadData();\n }\n }\n\n resetFieldValue(field: string) {\n this.filterFormGroup.get(field).setValue(\"\");\n }\n\n sortColumn(event) {\n var direction = event.direction.toString().toUpperCase();\n this.assignFilter(event.active, direction);\n }\n\n assignFilter(column, direction) {\n switch (column) {\n case 'title': {\n return this.filterFormGroup.get('sort_by').setValue(\"title|\" + direction);\n }\n case 'released_on': {\n return this.filterFormGroup.get('sort_by').setValue(\"released_on|\" + direction);\n }\n case 'version': {\n return this.filterFormGroup.get('sort_by').setValue(\"version|\" + direction);\n }\n default: {\n return this.filterFormGroup.get('sort_by').setValue(\"created_at|DESC\");\n }\n };\n }\n\n openUpdateView(techlifyUpdate: any): void {\n const dialogRef = this.dialog.open(UpdateViewComponent, {\n width: \"800px\",\n autoFocus: false,\n data: {\n techlifyUpdate: techlifyUpdate,\n isFromHistory: true,\n } // Any data passed here will be injected into the model\n });\n }\n\n async updateCurrentUserUpdates() {\n try {\n await this.techlifyUpdateService.updateCurrentUserUpdates();\n } catch (error) {\n this.alertService.addAlert(\"Unable to process, try later\", \"warn\");\n }\n }\n}\n","import { TechlifyUpdateHistoryComponent } from './techlify-update-history.component';\nimport { NgModule } from '@angular/core';\nimport { RouterModule, Routes } from '@angular/router';\n\nconst routes: Routes = [\n { path: '', redirectTo: 'update-history', pathMatch: 'full' },\n { path: 'update-history', component: TechlifyUpdateHistoryComponent },\n\n //fallback\n {\n path: '**',\n redirectTo: 'all',\n pathMatch: 'full'\n }\n];\n\n@NgModule({\n imports: [RouterModule.forChild(routes)],\n exports: [RouterModule]\n})\nexport class TechlifyUpdateHistoryRoutingModule { }\n","import { ReactiveFormsModule } from '@angular/forms';\nimport { TechlifyUpdateHistoryRoutingModule } from './techlify-update-history-routing.module';\nimport { ReadMoreModule } from '../../read-more/read-more.module';\nimport { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { TechlifyUpdateHistoryComponent } from './techlify-update-history.component';\nimport { InfiniteScrollModule } from 'ngx-infinite-scroll';\nimport { MaterialModule } from '../../material.module';\nimport { FlexLayoutModule } from '@angular/flex-layout';\nimport { ActionPopupModule } from '../../action-popup/action-popup.module';\n\n@NgModule({\n imports: [\n CommonModule,\n ReactiveFormsModule,\n InfiniteScrollModule,\n FlexLayoutModule,\n MaterialModule,\n ActionPopupModule,\n ReadMoreModule,\n TechlifyUpdateHistoryRoutingModule\n ],\n declarations: [TechlifyUpdateHistoryComponent]\n})\nexport class TechlifyUpdateHistoryModule { }\n","import { FlexLayoutModule } from '@angular/flex-layout';\nimport { MaterialModule } from './../../material.module';\nimport { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { UpdateViewComponent } from './update-view.component';\n\n\n\n@NgModule({\n declarations: [UpdateViewComponent],\n imports: [\n CommonModule,\n MaterialModule,\n FlexLayoutModule\n ],\n exports: [\n UpdateViewComponent\n ],\n entryComponents: [\n UpdateViewComponent\n ]\n})\nexport class UpdateViewModule { }\n","import { AlertService } from './../../../core/alert.service';\nimport { TechlifyUpdateService } from './../../techlify-update.service';\nimport { MatDialog } from '@angular/material/dialog';\nimport { Component, EmbeddedViewRef, Inject, OnInit } from '@angular/core';\nimport { MatSnackBarRef, MAT_SNACK_BAR_DATA } from '@angular/material/snack-bar';\nimport { UpdateViewComponent } from '../../update-view/update-view.component';\nimport { Router } from '@angular/router';\n\n@Component({\n selector: 'app-update-notifier-snack',\n templateUrl: './update-notifier-snack.component.html',\n styleUrls: ['./update-notifier-snack.component.scss']\n})\nexport class UpdateNotifierSnackComponent implements OnInit {\n maxDescriptionLength: any = 70;\n descriptionText: any = '';\n techlifyUpdate: any;\n rootNavUrl: any;\n\n constructor(\n @Inject(MAT_SNACK_BAR_DATA) public data: any,\n private snackBarRef: MatSnackBarRef<EmbeddedViewRef<any>>,\n private dialog: MatDialog,\n private router: Router,\n private techlifyUpdateService: TechlifyUpdateService,\n private alertService: AlertService\n ) { }\n\n ngOnInit(): void {\n this.techlifyUpdate = this.data.techlifyUpdate;\n this.rootNavUrl = this.data.rootNavUrl;\n this.determineDescription(this.techlifyUpdate?.description)\n }\n\n close(): void {\n this.createUpdateViewRecord();\n this.snackBarRef.dismiss();\n }\n\n determineDescription(description: any) {\n if (!description || description.length <= this.maxDescriptionLength) {\n this.descriptionText = description;\n return;\n }\n this.descriptionText = description.substring(0, this.maxDescriptionLength) + \"...\";\n }\n\n openUpdateView(): void {\n this.close();\n const dialogRef = this.dialog.open(UpdateViewComponent, {\n width: \"800px\",\n autoFocus: false,\n data: {\n techlifyUpdate: this.techlifyUpdate,\n rootNavUrl: this.data.rootNavUrl\n } // Any data passed here will be injected into the model\n });\n }\n\n openUpdateHistory(): void {\n this.close();\n this.router.navigate([this.rootNavUrl + \"/update-history\"]);\n }\n\n async createUpdateViewRecord() {\n try {\n var techlifyUpdateView = {\n update_id: this.techlifyUpdate?.id\n };\n let result: any = await this.techlifyUpdateService.createUpdateViewRecord(techlifyUpdateView);\n }\n catch (error) {\n this.alertService.addAlert(\"Unable to process, try later\", \"warn\");\n }\n }\n}\n","import { UpdateNotifierSnackComponent } from './update-notifier-snack/update-notifier-snack.component';\nimport { TechlifyUpdateService } from './../techlify-update.service';\nimport { Component, Input, OnInit } from '@angular/core';\nimport { MatSnackBar } from '@angular/material/snack-bar';\nimport { AlertService } from '../../core/alert.service';\n\n@Component({\n selector: 'app-update-notifier',\n templateUrl: './update-notifier.component.html',\n styleUrls: ['./update-notifier.component.scss']\n})\nexport class UpdateNotifierComponent implements OnInit {\n techlifyUpdate: any;\n @Input() rootNavUrl: string = '/techlify-updates';\n\n constructor(\n private snackBar: MatSnackBar,\n private techlifyUpdateService: TechlifyUpdateService,\n private alertService: AlertService\n ) { }\n\n ngOnInit(): void {\n }\n\n ngAfterViewInit(): void {\n setTimeout(x => {\n this.getNewUpdate();\n }, 5000);\n }\n\n async getNewUpdate() {\n try {\n let result: any = await this.techlifyUpdateService.getNewUpdateForCurrentUser();\n this.techlifyUpdate = result.item;\n if (this.techlifyUpdate) {\n this.showUpdate();\n }\n }\n catch (error) {\n this.alertService.addAlert(\"Unable to process, try later\", \"warn\");\n }\n }\n\n showUpdate() {\n this.snackBar.openFromComponent(UpdateNotifierSnackComponent, {\n data: {\n techlifyUpdate: this.techlifyUpdate,\n rootNavUrl: this.rootNavUrl\n },\n horizontalPosition: 'right',\n verticalPosition: 'top',\n panelClass: ['white-bg']\n });\n }\n\n}\n","import { ActionPopupModule } from './../../action-popup/action-popup.module';\nimport { FlexLayoutModule } from '@angular/flex-layout';\nimport { MaterialModule } from './../../material.module';\nimport { UpdateViewModule } from './../update-view/update-view.module';\nimport { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { UpdateNotifierComponent } from './update-notifier.component';\nimport { UpdateNotifierSnackComponent } from './update-notifier-snack/update-notifier-snack.component';\n\n\n@NgModule({\n declarations: [UpdateNotifierComponent, UpdateNotifierSnackComponent],\n imports: [\n CommonModule,\n MaterialModule,\n UpdateViewModule,\n FlexLayoutModule,\n ActionPopupModule\n ],\n exports: [\n UpdateNotifierComponent,\n ],\n entryComponents: [\n UpdateNotifierSnackComponent\n ]\n})\nexport class UpdateNotifierModule { }\n","import { Component, OnInit, Input } from '@angular/core';\nimport * as XLSX from 'xlsx';\n\n@Component({\n selector: 'app-export-excel-button',\n templateUrl: './export-excel-button.component.html',\n styleUrls: ['./export-excel-button.component.scss']\n})\nexport class ExportExcelButtonComponent implements OnInit {\n\n @Input() name: string = 'Export_Data';\n @Input() data: any[] = [];\n\n constructor() { }\n\n ngOnInit(): void {\n }\n\n exportExcel() {\n const fileName = `${this.name}_${new Date().getTime()}.xlsx`;\n const ws = XLSX.utils.json_to_sheet(this.data);\n /* generate workbook and add the worksheet */\n const wb: XLSX.WorkBook = XLSX.utils.book_new();\n XLSX.utils.book_append_sheet(wb, ws, 'Sheet1');\n\n /* save to file */\n XLSX.writeFile(wb, fileName);\n }\n\n\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { ExportExcelButtonComponent } from './export-excel-button/export-excel-button.component';\nimport { MaterialModule } from '../material.module';\n\n\n\n@NgModule({\n declarations: [ExportExcelButtonComponent],\n imports: [\n CommonModule,\n MaterialModule\n ],\n exports: [ExportExcelButtonComponent]\n})\nexport class ExportExcelModule { }\n","import { Component, Inject, OnInit } from '@angular/core';\nimport { MatDialogRef, MAT_DIALOG_DATA } from '@angular/material/dialog';\nimport { UntilDestroy, untilDestroyed } from '@ngneat/until-destroy';\nimport { HttpService } from '../../core/http.service';\n\n\n@UntilDestroy()\n@Component({\n selector: 'app-audit-log-view',\n templateUrl: './audit-log-view-model.component.html',\n styleUrls: ['./audit-log-view-model.component.scss']\n})\nexport class AuditLogViewModelComponent implements OnInit {\n\n logInfo: any;\n showDeltaChanges: boolean = false;\n changeList: any[] = [];\n\n constructor(\n public dialogRef: MatDialogRef<AuditLogViewModelComponent>,\n @Inject(MAT_DIALOG_DATA) public data: any,\n private http: HttpService\n ) { }\n\n ngOnInit(): void {\n if (this.data) {\n this.http.get(`api/recent-log-for-model`, {\n params: {\n model_type: this.data?.modelType,\n model_id: this.data?.modelId\n }\n }).pipe(\n untilDestroyed(this)\n ).subscribe((result: any) => {\n this.logInfo = result?.item;\n this.getTransformedChanges();\n });\n }\n }\n\n getTransformedChanges() {\n const changes = ((this.logInfo?.action === 'deleted') ? Object.keys(this.logInfo?.object) : Object.keys(this.logInfo?.data?.changes)) || [];\n changes.forEach((key: any) => {\n const displayAttribute = (key as string).split('_').map(x => x.charAt(0).toUpperCase() + x.slice(1)).join(' ');\n this.changeList.push({ displayAttribute: displayAttribute, attribute: key, newValue: (this.logInfo?.action === 'deleted') ? '' : (this.logInfo?.object[key] ?? ''), oldValue: this.logInfo?.pre_object[key] ?? '' });\n });\n }\n\n close() {\n this.dialogRef.close();\n }\n\n}\n","import { Component, Inject, OnInit } from '@angular/core';\nimport { MatDialogRef, MAT_DIALOG_DATA } from '@angular/material/dialog';\nimport { NavigationEnd, Router } from '@angular/router';\nimport { UntilDestroy, untilDestroyed } from '@ngneat/until-destroy';\nimport { filter } from 'rxjs/operators';\nimport { AuditLogViewModelComponent } from '../audit-log-view-model/audit-log-view-model.component';\n\n@UntilDestroy()\n@Component({\n selector: 'app-audit-logs-view-model',\n templateUrl: './audit-logs-view-model.component.html',\n styleUrls: ['./audit-logs-view-model.component.scss']\n})\nexport class AuditLogsViewModelComponent implements OnInit {\n\n constructor(\n public dialogRef: MatDialogRef<AuditLogViewModelComponent>,\n @Inject(MAT_DIALOG_DATA) public data: any,\n private router: Router\n ) { }\n\n ngOnInit(): void {\n this.router.events\n .pipe(filter(event => event instanceof NavigationEnd), untilDestroyed(this))\n .subscribe(_ => this.dialogRef.close());\n }\n\n}\n","import { Component, Input, OnInit } from '@angular/core';\nimport { MatDialog } from '@angular/material/dialog';\nimport { AuditLogViewModelComponent } from '../audit-log-view-model/audit-log-view-model.component';\nimport { AuditLogsViewModelComponent } from '../audit-logs-view-model/audit-logs-view-model.component';\n\n\n@Component({\n selector: 'app-audit-log-for-model',\n templateUrl: './audit-log-for-model.component.html',\n styleUrls: ['./audit-log-for-model.component.scss']\n})\nexport class AuditLogForModelComponent implements OnInit {\n\n @Input() modelType: string;\n @Input() modelId: any;\n @Input() logView: 'recent' | 'all' = 'recent';\n\n constructor(\n private dialog: MatDialog,\n ) { }\n\n ngOnInit(): void {\n\n }\n\n getLogView() {\n const dialogRef = this.dialog.open(AuditLogViewModelComponent, {\n width: '800px',\n autoFocus: false,\n data: {\n modelType: this.modelType,\n modelId: this.modelId\n } // Any data passed here will be injected into the model\n });\n }\n\n getLogsView() {\n const dialogRef = this.dialog.open(AuditLogsViewModelComponent, {\n width: '95%',\n maxWidth: 'unset',\n autoFocus: false,\n data: {\n modelType: this.modelType,\n modelId: this.modelId\n } // Any data passed here will be injected into the model\n });\n }\n\n}\n","import { NgModule } from '@angular/core';\nimport { Routes, RouterModule } from '@angular/router';\n\nconst routes: Routes = [];\n\n@NgModule({\n imports: [RouterModule.forChild(routes)],\n exports: [RouterModule]\n})\nexport class AuditLogForModelRoutingModule { }\n","import { NgModule } from '@angular/core';\nimport { Routes, RouterModule } from '@angular/router';\n\nconst routes: Routes = [];\n\n@NgModule({\n imports: [RouterModule.forChild(routes)],\n exports: [RouterModule]\n})\nexport class AuditLogViewModelRoutingModule { }\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\nimport { AuditLogViewModelRoutingModule } from './audit-log-view-model-routing.module';\nimport { AuditLogViewModelComponent } from './audit-log-view-model.component';\nimport { FlexLayoutModule } from '@angular/flex-layout';\nimport { MaterialModule } from '../../material.module';\n\n\n@NgModule({\n declarations: [AuditLogViewModelComponent],\n imports: [\n CommonModule,\n AuditLogViewModelRoutingModule,\n FlexLayoutModule,\n MaterialModule\n ],\n exports: [AuditLogViewModelComponent]\n})\nexport class AuditLogViewModelModule { }\n","import { NgModule } from '@angular/core';\nimport { Routes, RouterModule } from '@angular/router';\n\nconst routes: Routes = [];\n\n@NgModule({\n imports: [RouterModule.forChild(routes)],\n exports: [RouterModule]\n})\nexport class AuditLogsViewModelRoutingModule { }\n","import { NgModule } from '@angular/core';\nimport { Routes, RouterModule } from '@angular/router';\n\nconst routes: Routes = [];\n\n@NgModule({\n imports: [RouterModule.forChild(routes)],\n exports: [RouterModule]\n})\nexport class AuditLogListRoutingModule { }\n","import { Component, OnInit, OnDestroy, Input, ViewChild } from '@angular/core';\n\n\nimport { Router } from '@angular/router';\nimport { MatSort } from '@angular/material/sort';\nimport { UntilDestroy, untilDestroyed } from '@ngneat/until-destroy';\nimport { PageEvent } from '../../data-table/data-table.model';\nimport { DataManager } from '../../core/dataManager.service';\nimport { DomSanitizer } from '@angular/platform-browser';\n\n@UntilDestroy()\n@Component({\n selector: 'app-audit-log-list',\n templateUrl: './audit-log-list.component.html',\n styleUrls: ['./audit-log-list.component.scss'],\n})\nexport class AuditLogListComponent implements OnInit, OnDestroy {\n\n auditLogList: any[] = [];\n @Input() objectId: any;\n @Input() objectType: any;\n @Input() showFilter: boolean = true;\n @Input() showExportButtons: boolean = true;\n @Input() userId: any;\n\n pageEvent: PageEvent = { page: 1, perPage: 25, lastPage: 1 };\n filters: any = { sort_by: 'created_at|desc' };\n displayedColumns: any[] = ['index', 'id', 'object_type', 'object_id', 'action', 'changes', 'created_at', 'user.email'];\n\n @ViewChild(MatSort, { static: true }) sort: MatSort;\n\n constructor(\n private dataManager: DataManager,\n private router: Router,\n public sanitizer: DomSanitizer\n ) { }\n\n ngOnInit() {\n\n this.initializeData();\n\n if (this.sort) {\n this.sort.sortChange.pipe(untilDestroyed(this))\n .subscribe((value: any) => {\n this.changeSort(value);\n })\n }\n\n }\n\n get excelData(): any[] {\n if (this.auditLogList.length > 0) {\n return this.auditLogList.map(item => {\n return {\n 'Type': item?.object_type,\n 'Action': item?.action,\n 'Data': JSON.stringify(item?.data || {}),\n 'Object': JSON.stringify(item?.object || {}),\n 'Pre-Object': JSON.stringify(item?.pre_object || {}),\n 'Created At': new Date(item?.created_at).toDateString(),\n 'Created By': item?.user?.email\n };\n });\n }\n return [];\n }\n\n changeSort(event: any) {\n if (event.direction) {\n this.filters.sort_by = `${event.active}|${event.direction}`;\n this.reload();\n }\n }\n\n logClicked(log: any) {\n this.router.navigate(['/system/audit-logs/log-view', log.id]);\n }\n\n\n async initializeData() {\n if (this.objectType) {\n this.filters = { ...this.filters, object_type: this.objectType }\n }\n if (this.objectId) {\n this.filters = { ...this.filters, object_id: this.objectId }\n }\n if (this.userId) {\n this.filters = { ...this.filters, user_id: this.userId }\n }\n const result = await this.dataManager.GET(`api/audit-logs`, { ...this.filters, ...this.pageEvent });\n this.auditLogList = this.auditLogList.concat(result.data);\n this.pageEvent.page = result.current_page;\n this.pageEvent.lastPage = result.last_page;\n }\n\n filterChange(event: any) {\n if (this.showFilter) {\n this.filters = {\n ...this.filters,\n ...event,\n object_type: this.objectType || event?.object_type || '',\n object_id: this.objectId || '',\n };\n this.reload();\n }\n }\n\n onScroll() {\n if (this.pageEvent.lastPage > this.pageEvent.page) {\n this.pageEvent.page += 1;\n this.initializeData();\n }\n }\n\n reload() {\n this.auditLogList = [];\n this.pageEvent = { page: 1, perPage: 25, lastPage: 1 };\n this.initializeData();\n }\n\n getTransformedChanges(log: any) {\n if (log?.data?.changes) {\n const changes = Object.keys(log?.data?.changes) || [];\n let value = '<div>';\n changes.forEach((key: any) => {\n const displayAttribute = (key as string).split('_').map(x => x.charAt(0).toUpperCase() + x.slice(1)).join(' ');\n value = `${value} <div><b>${displayAttribute}:</b> <span id=\"old-value\">${log?.pre_object[key] ?? ''}</span><span id=\"new-value\">${log?.object[key] ?? ''}</span></div>`;\n });\n value = `${value} </div>`;\n return value;\n }\n return '';\n }\n\n ngOnDestroy() {\n // Needed for automatic unsubscribe with untilDestroyed\n }\n}\n","import { NgModule } from '@angular/core';\nimport { Routes, RouterModule } from '@angular/router';\n\nconst routes: Routes = [];\n\n@NgModule({\n imports: [RouterModule.forChild(routes)],\n exports: [RouterModule]\n})\nexport class AuditLogListFilterRoutingModule { }\n","import { FormControl } from \"@angular/forms\";\n\nexport function DateValidator(): any {\n return (control: FormControl): { [key: string]: any } => {\n\n const val: any = new Date(control.value);\n if (!!control.value && val == 'Invalid Date') {\n return { invalidDate: true };\n }\n return null;\n };\n}","import { Component, OnInit, Output, EventEmitter, Input } from '@angular/core';\nimport { FormGroup, FormBuilder } from '@angular/forms';\nimport { debounceTime, distinctUntilChanged } from 'rxjs/operators';\nimport { UntilDestroy, untilDestroyed } from '@ngneat/until-destroy';\nimport { FormValidatorService } from '../../core/form-validator.service';\nimport { DateValidator } from '../../date-validator';\n\n@UntilDestroy()\n@Component({\n selector: 'app-audit-log-list-filter',\n templateUrl: './audit-log-list-filter.component.html',\n styleUrls: ['./audit-log-list-filter.component.scss']\n})\nexport class AuditLogListFilterComponent implements OnInit {\n\n auditLogFilterForm: FormGroup;\n\n @Input() objectId: any;\n @Input() objectType: any;\n\n @Output() valueChange = new EventEmitter();\n\n constructor(private fb: FormBuilder, private formValidatorService: FormValidatorService) {\n this.createForm();\n }\n\n get showObjectFilter() {\n return !(this.objectId || this.objectType);\n }\n\n private createForm() {\n\n //TODO: Finialize and add more validations.\n this.auditLogFilterForm = this.fb.group({\n object_type: [''],\n action: [''],\n data: [''],\n date_to: ['', DateValidator()],\n date_from: ['', DateValidator()]\n });\n }\n\n ngOnInit(): void {\n\n this.auditLogFilterForm.valueChanges.pipe(\n debounceTime(500),\n distinctUntilChanged(),\n untilDestroyed(this)\n ).subscribe((value: any) => {\n value.date_from = value.date_from ? (value.date_from as Date).toISOString() : '';\n value.date_to = value.date_to ? (value.date_to as Date).toISOString() : '';\n this.valueChange.emit(value);\n })\n }\n\n\n resetFieldValue(field: string) {\n this.auditLogFilterForm.get(field).setValue('');\n }\n\n getFieldValue(field: string) {\n return this.auditLogFilterForm.get(field).value;\n }\n\n isFieldValid(field: string) {\n return this.formValidatorService.isFieldValid(field, this.auditLogFilterForm, true);\n }\n\n\n ngOnDestroy() {\n\n }\n\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\nimport { AuditLogListFilterRoutingModule } from './audit-log-list-filter-routing.module';\nimport { AuditLogListFilterComponent } from './audit-log-list-filter.component';\nimport { FlexLayoutModule } from '@angular/flex-layout';\nimport { ReactiveFormsModule } from '@angular/forms';\nimport { MaterialModule } from '../../material.module';\nimport { SearchableSelectorModule } from '../../searchable-selector/searchable-selector.module';\n\n\n@NgModule({\n declarations: [AuditLogListFilterComponent],\n imports: [\n CommonModule,\n AuditLogListFilterRoutingModule,\n FlexLayoutModule,\n ReactiveFormsModule,\n MaterialModule,\n SearchableSelectorModule,\n ],\n exports: [AuditLogListFilterComponent]\n})\nexport class AuditLogListFilterModule { }\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\nimport { AuditLogListRoutingModule } from './audit-log-list-routing.module';\nimport { InfiniteScrollModule } from 'ngx-infinite-scroll';\nimport { AuditLogListComponent } from './audit-log-list.component';\nimport { AuditLogListFilterModule } from '../audit-log-list-filter/audit-log-list-filter.module';\nimport { FlexLayoutModule } from '@angular/flex-layout';\nimport { ReactiveFormsModule } from '@angular/forms';\nimport { ExportExcelModule } from '../../export-excel/export-excel.module';\nimport { MaterialModule } from '../../material.module';\n\n\n@NgModule({\n declarations: [AuditLogListComponent],\n imports: [\n CommonModule,\n AuditLogListRoutingModule,\n ExportExcelModule,\n FlexLayoutModule,\n ReactiveFormsModule,\n MaterialModule,\n InfiniteScrollModule,\n AuditLogListFilterModule\n ],\n exports: [AuditLogListComponent]\n})\nexport class AuditLogListModule { }\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\nimport { AuditLogsViewModelRoutingModule } from './audit-logs-view-model-routing.module';\nimport { AuditLogsViewModelComponent } from './audit-logs-view-model.component';\nimport { AuditLogListModule } from '../audit-log-list/audit-log-list.module';\nimport { FlexLayoutModule } from '@angular/flex-layout';\n\n\n@NgModule({\n declarations: [AuditLogsViewModelComponent],\n imports: [\n CommonModule,\n AuditLogsViewModelRoutingModule,\n FlexLayoutModule,\n AuditLogListModule\n ],\n exports: [AuditLogsViewModelComponent]\n})\nexport class AuditLogsViewModelModule { }\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\nimport { AuditLogForModelRoutingModule } from './audit-log-for-model-routing.module';\nimport { AuditLogForModelComponent } from './audit-log-for-model.component';\nimport { AuditLogViewModelModule } from '../audit-log-view-model/audit-log-view-model.module';\nimport { AuditLogsViewModelModule } from '../audit-logs-view-model/audit-logs-view-model.module';\nimport { FlexLayoutModule } from '@angular/flex-layout';\nimport { MaterialModule } from '../../material.module';\n\n\n@NgModule({\n declarations: [AuditLogForModelComponent],\n imports: [\n AuditLogViewModelModule,\n AuditLogsViewModelModule,\n CommonModule,\n AuditLogForModelRoutingModule,\n FlexLayoutModule,\n MaterialModule,\n ],\n exports: [AuditLogForModelComponent]\n})\nexport class AuditLogForModelModule { }\n","import { Component, OnInit } from '@angular/core';\nimport { ActivatedRoute } from '@angular/router';\nimport { Location } from '@angular/common';\nimport * as jsondiffpatch from \"jsondiffpatch\"\nimport { DataManager } from '../../core/dataManager.service';\n\n@Component({\n selector: 'app-audit-log-view',\n templateUrl: './audit-log-view.component.html',\n styleUrls: ['./audit-log-view.component.scss']\n})\nexport class AuditLogViewComponent implements OnInit {\n\n logInfo: any;\n showDeltaChanges: boolean = false;\n changeList: any[] = [];\n\n constructor(\n private dataManager: DataManager,\n private route: ActivatedRoute,\n private location: Location\n ) { }\n\n ngOnInit(): void {\n this.route.paramMap.subscribe(params => {\n if (params.get('id')) {\n this.fetchLogDetail(params.get('id'));\n } else {\n this.location.back();\n }\n });\n }\n\n getTransformedChanges() {\n const changes = ((this.logInfo?.action === 'deleted') ? Object.keys(this.logInfo?.object) : Object.keys(this.logInfo?.data?.changes)) || [];\n changes.forEach((key: any) => {\n const displayAttribute = (key as string).split('_').map(x => x.charAt(0).toUpperCase() + x.slice(1)).join(' ');\n this.changeList.push({ displayAttribute: displayAttribute, attribute: key, newValue: (this.logInfo?.action === 'deleted') ? '' : (this.logInfo?.object[key] ?? ''), oldValue: this.logInfo?.pre_object[key] ?? '' });\n });\n }\n\n async fetchLogDetail(logId: any) {\n const result = await this.dataManager.GET(`api/audit-logs/${logId}`);\n this.logInfo = result.item;\n this.getTransformedChanges();\n this.patchDelta();\n }\n\n patchDelta() {\n const delta = jsondiffpatch.diff(this.logInfo?.pre_object, this.logInfo?.object);\n document.getElementById('jsondiff').innerHTML = jsondiffpatch.formatters.html.format(delta, this.logInfo?.pre_object);\n }\n\n}\n","import { NgModule } from '@angular/core';\nimport { Routes, RouterModule } from '@angular/router';\n\nconst routes: Routes = [];\n\n@NgModule({\n imports: [RouterModule.forChild(routes)],\n exports: [RouterModule]\n})\nexport class AuditLogViewRoutingModule { }\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\nimport { AuditLogViewRoutingModule } from './audit-log-view-routing.module';\nimport { AuditLogViewComponent } from './audit-log-view.component';\nimport { FlexLayoutModule } from '@angular/flex-layout';\nimport { MaterialModule } from '../../material.module';\n\n\n@NgModule({\n declarations: [AuditLogViewComponent],\n imports: [\n CommonModule,\n AuditLogViewRoutingModule,\n FlexLayoutModule,\n MaterialModule\n ],\n exports: [AuditLogViewComponent]\n})\nexport class AuditLogViewModule { }\n","import { NgModule } from '@angular/core';\nimport { Routes, RouterModule } from '@angular/router';\nimport { AuthenticationGuard } from '../core/authentication.guard';\nimport { AuditLogListComponent } from './audit-log-list/audit-log-list.component';\nimport { AuditLogViewComponent } from './audit-log-view/audit-log-view.component';\n\n\nconst routes: Routes = [\n { path: 'log-list', component: AuditLogListComponent, canActivate: [AuthenticationGuard] },\n { path: 'log-view/:id', component: AuditLogViewComponent, canActivate: [AuthenticationGuard] },\n { path: '**', redirectTo: 'log-list', pathMatch: 'full' }\n];\n\n@NgModule({\n imports: [RouterModule.forChild(routes)],\n exports: [RouterModule]\n})\nexport class AuditLogRoutingModule { }\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\nimport { AuditLogRoutingModule } from './audit-log-routing.module';\nimport { AuditLogListModule } from './audit-log-list/audit-log-list.module';\nimport { AuditLogViewModule } from './audit-log-view/audit-log-view.module';\n\n\n@NgModule({\n declarations: [\n ],\n imports: [\n CommonModule,\n AuditLogRoutingModule,\n AuditLogListModule,\n AuditLogViewModule\n ],\n exports: []\n})\nexport class AuditLogModule { }\n","import { NgModule } from '@angular/core';\nimport { Routes, RouterModule } from '@angular/router';\n\nconst routes: Routes = [];\n\n@NgModule({\n imports: [RouterModule.forChild(routes)],\n exports: [RouterModule]\n})\nexport class ImportCsvRoutingModule { }\n","import { Component, Input, OnInit } from '@angular/core';\nimport * as XLSX from 'xlsx';\nimport { UntilDestroy, untilDestroyed } from '@ngneat/until-destroy';\nimport { ImportConfig } from './import-config';\nimport { Location } from '@angular/common';\nimport { FileDropperConfig } from '../file-dropper/file-dropper.model';\nimport { ViewerConfig } from '../document-viewer/viewer-config.model';\nimport { AlertService } from '../core/alert.service';\nimport { HttpService } from '../core/http.service';\n\n@UntilDestroy()\n@Component({\n selector: 'app-import-csv',\n templateUrl: './import-csv.component.html',\n styleUrls: ['./import-csv.component.scss']\n})\nexport class ImportCsvComponent implements OnInit {\n\n @Input() importConfig: ImportConfig;\n\n filesConfig: FileDropperConfig;\n filesList: any[] = [];\n viewerConfig: ViewerConfig;\n fileData: any[] = [];\n failedItems: any[] = [];\n selectedFields: any[] = [];\n\n constructor(\n private alertService: AlertService,\n private http: HttpService,\n private location: Location\n ) {\n this.filesConfig = {\n fileId: \"file\",\n containerId: \"fileContainer\",\n styles: {\n height: \"600px\"\n },\n acceptFile: '.csv',\n multiple: false,\n maxSize: 100,\n acceptFileText: \".csv\"\n };\n\n }\n\n ngOnInit() {\n }\n\n reset() {\n this.filesList = [];\n this.failedItems = [];\n this.selectedFields = [];\n this.fileData = [];\n }\n\n fileChanged(event: any) {\n this.filesList = event;\n\n let jsonData = null;\n const reader = new FileReader();\n const file = this.filesList[0];\n reader.onload = (event) => {\n const data = reader.result;\n const selectedFile = XLSX.read(data, { type: 'binary', cellDates: true });\n jsonData = selectedFile.SheetNames.reduce((initial, name) => {\n const sheet = selectedFile.Sheets[name];\n initial = XLSX.utils.sheet_to_json(sheet);\n return initial;\n }, []);\n this.fileData = jsonData;\n }\n reader.readAsBinaryString(file);\n return;\n }\n\n mappingProcessed(event: any) {\n this.selectedFields = event.fields;\n const tempFileData = JSON.parse(JSON.stringify(this.fileData));\n tempFileData.forEach((data: any) => {\n for (var key in data) {\n var field = event.fields.find((field: any) => field.label == key);\n if (field) {\n if ((field.propertyType == 'date' || field.propertyType == 'dateTime') && this.isValidDate(new Date(data[field.label]))) {\n data[field.property] = (new Date(data[field.label]) as Date).toISOString();\n }\n else {\n data[field.property] = data[field.label];\n }\n delete data[key];\n }\n else {\n delete data[key];\n }\n }\n });\n this.save(tempFileData);\n }\n\n save(tempFileData: any) {\n this.http.post(this.importConfig?.postUrl, { data: tempFileData })\n .pipe(\n untilDestroyed(this)\n ).subscribe((result: any) => {\n this.failedItems = result?.failed_items || [];\n if (this.failedItems.length === 0) {\n this.alertService.addAlert(\"File Import Success\", \"success\");\n this.location.back();\n }\n });\n }\n\n isValidDate(d: any) {\n return d instanceof Date && !isNaN(d.getTime());\n }\n\n}\n","import { NgModule } from '@angular/core';\nimport { Routes, RouterModule } from '@angular/router';\n\nconst routes: Routes = [];\n\n@NgModule({\n imports: [RouterModule.forChild(routes)],\n exports: [RouterModule]\n})\nexport class ImportItemsRoutingModule { }\n","import { ChangeDetectorRef, Component, EventEmitter, Input, OnInit, Output } from '@angular/core';\nimport { FormArray, FormBuilder, FormControl, FormGroup, Validators } from '@angular/forms';\nimport { FormValidatorService } from '../../core/form-validator.service';\nimport { ImportConfig } from '../import-config';\n\nconst errorMessages: any = {\n property: {\n required: \"Property is required\",\n unavailable: \"Duplicate entry\"\n },\n};\n\n@Component({\n selector: 'app-import-items',\n templateUrl: './import-items.component.html',\n styleUrls: ['./import-items.component.scss']\n})\nexport class ImportItemsComponent implements OnInit {\n importMappingForm: FormGroup;\n @Input() data: any[];\n @Input() importConfig: ImportConfig;\n firstDataArray: any[] = [];\n properties: any[] = [];\n @Output() onSave = new EventEmitter();\n\n constructor(\n private fb: FormBuilder,\n private formValidatorService: FormValidatorService,\n private changeDetectorRef: ChangeDetectorRef\n ) {\n this.createImportMappingForm();\n }\n\n ngOnInit() {\n this.properties = this.importConfig.properties;\n this.mapOutDataColumns(this.data[0]);\n }\n\n createImportMappingForm() {\n this.importMappingForm = this.fb.group({\n fields: this.fb.array([]),\n });\n }\n\n get fieldsArray(): FormArray {\n return this.importMappingForm.get('fields') as FormArray;\n }\n\n createField(field: any): FormGroup {\n var fieldForm: FormGroup = this.fb.group({\n id: new FormControl(field.id),\n label: new FormControl(field.label),\n value: new FormControl(field.value),\n property: new FormControl(field.property,\n Validators.compose(\n [\n Validators.required\n ]\n )\n ),\n propertyType: new FormControl(field.propertyType)\n });\n return fieldForm;\n }\n\n mapOutDataColumns(data: any[]) {\n for (var key in data) {\n if (data.hasOwnProperty(key)) {\n var dataValue = {\n id: '',\n label: key,\n value: data[key],\n property: '',\n propertyType: ''\n };\n this.firstDataArray.push(dataValue);\n }\n }\n this.firstDataArray.forEach((element: any, mainIndex: any) => {\n element.id = mainIndex;\n this.properties.find((property: any) => {\n if (property.label.toLowerCase().includes(element.label.toLowerCase())) {\n element.property = property.value;\n element.propertyType = property.type;\n return element;\n }\n });\n });\n }\n\n submit() {\n this.importMappingForm.markAllAsTouched();\n if (!this.importMappingForm.valid) {\n return;\n }\n this.onSave.emit(this.importMappingForm.value);\n }\n\n /** Method to evaluate form fields*/\n isFieldValid(field: string, form: any) {\n return this.formValidatorService.isFieldValid(field, form);\n }\n\n /** Method to find error in form fields*/\n getErrorMessage(field: string, form: any) {\n return this.formValidatorService.getErrorMessage(field, form, errorMessages);\n }\n\n ngAfterViewInit(): void {\n //Called after ngAfterContentInit when the component's view has been initialized. Applies to components only.\n //Add 'implements AfterViewInit' to the class.\n setTimeout((_: any) => {\n this.firstDataArray.forEach((element: any) => {\n this.fieldsArray.push(this.createField(element));\n });\n this.changeDetectorRef.detectChanges();\n }, 500);\n }\n\n updatePropertyType(event: any, index: any): void {\n var field = this.properties.find((field: any) => field.value == event.value);\n if (field) {\n this.fieldsArray.controls[index].get('propertyType').setValue(field.type);\n this.uniqueValidator();\n }\n }\n\n uniqueValidator() {\n this.fieldsArray.value.forEach((field: any, index: any) => {\n var control = this.fieldsArray.controls[index].get('property');\n const isNameUnique = this.fieldsArray.value.find((propertyData: any) =>\n propertyData.property === control.value\n && propertyData.id != this.fieldsArray.controls[index].get('id').value\n )\n ? false\n : true;\n if (!isNameUnique) {\n control.setErrors({ unavailable: true });\n }\n else {\n control.setErrors(null);\n }\n });\n }\n\n removeField(index: number) {\n if (index == -1) {\n return;\n }\n this.fieldsArray.removeAt(index);\n }\n\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\nimport { ImportItemsRoutingModule } from './import-items-routing.module';\nimport { ImportItemsComponent } from './import-items.component';\nimport { FlexLayoutModule } from '@angular/flex-layout';\nimport { MaterialModule } from '../../material.module';\nimport { ReactiveFormsModule } from '@angular/forms';\n\n\n@NgModule({\n declarations: [ImportItemsComponent],\n imports: [\n CommonModule,\n FlexLayoutModule,\n MaterialModule,\n ReactiveFormsModule,\n ImportItemsRoutingModule\n ],\n exports: [ImportItemsComponent]\n})\nexport class ImportItemsModule { }\n","import { NgModule } from '@angular/core';\nimport { Routes, RouterModule } from '@angular/router';\n\nconst routes: Routes = [];\n\n@NgModule({\n imports: [RouterModule.forChild(routes)],\n exports: [RouterModule]\n})\nexport class FailedItemsRoutingModule { }\n","import { Component, Input, OnInit } from '@angular/core';\n\n@Component({\n selector: 'app-failed-items',\n templateUrl: './failed-items.component.html',\n styleUrls: ['./failed-items.component.scss']\n})\nexport class FailedItemsComponent implements OnInit {\n\n @Input() failedItems: any[];\n @Input() selectedFields: any[];\n constructor() { }\n\n ngOnInit() {\n }\n\n isValidDate(d: any): boolean {\n var date = new Date(d);\n return date instanceof Date && !isNaN(date.getTime());\n }\n\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\nimport { FailedItemsRoutingModule } from './failed-items-routing.module';\nimport { FailedItemsComponent } from './failed-items.component';\nimport { MaterialModule } from '../../material.module';\nimport { FlexLayoutModule } from '@angular/flex-layout';\n\n\n@NgModule({\n declarations: [FailedItemsComponent],\n imports: [\n CommonModule,\n MaterialModule,\n FlexLayoutModule,\n FailedItemsRoutingModule\n ],\n exports: [FailedItemsComponent]\n})\nexport class FailedItemsModule { }\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\nimport { ImportCsvRoutingModule } from './import-csv-routing.module';\nimport { ImportCsvComponent } from './import-csv.component';\nimport { ImportItemsModule } from './import-items/import-items.module';\nimport { FailedItemsModule } from './failed-items/failed-items.module';\nimport { MaterialModule } from '../material.module';\nimport { FlexLayoutModule } from '@angular/flex-layout';\nimport { FileDropperModule } from '../file-dropper/file-dropper.module';\n\n\n@NgModule({\n declarations: [ImportCsvComponent],\n imports: [\n CommonModule,\n MaterialModule,\n FlexLayoutModule,\n FileDropperModule,\n ImportCsvRoutingModule,\n ImportItemsModule,\n FailedItemsModule\n ],\n exports: [ImportCsvComponent]\n})\nexport class ImportCsvModule { }\n","export class ImportConfig {\n postUrl: string;\n properties: any[];\n importType: string;\n}","import { Component, Input, OnInit } from '@angular/core';\nimport { UntilDestroy, untilDestroyed } from '@ngneat/until-destroy';\nimport { FormBuilder, FormGroup } from '@angular/forms';\nimport { debounceTime, distinctUntilChanged } from 'rxjs/operators';\nimport { PageEvent } from '../data-table/data-table.model';\nimport { HttpService } from '../core/http.service';\nimport { TimelineValue } from '../timeline-filter';\n\n@UntilDestroy()\n@Component({\n selector: 'app-login-history-for-user',\n templateUrl: './login-history-for-user.component.html',\n styleUrls: ['./login-history-for-user.component.scss']\n})\nexport class LoginHistoryForUserComponent implements OnInit {\n\n loginHistoryList: any[] = [];\n pageEvent: PageEvent = { page: 1, perPage: 25, lastPage: 1 };\n filters: any = {\n sort_by: 'created_at|desc',\n };\n historyFilterForm: FormGroup;\n displayedColumns: any[] = ['index', 'created_at'];\n @Input() userId: any;\n\n constructor(\n private http: HttpService,\n private fb: FormBuilder,\n ) {\n this.historyFilterForm = this.fb.group({\n 'duration': [''],\n 'date_from': [''],\n 'date_to': ['']\n });\n }\n\n ngOnInit() {\n this.filters.user_id = this.userId;\n this.historyFilterForm.valueChanges\n .pipe(debounceTime(500), distinctUntilChanged(), untilDestroyed(this))\n .subscribe((value: any) => {\n value.date_from = value.date_from ? (value.date_from as Date).toISOString() : '';\n value.date_to = value.date_to ? (value.date_to as Date).toISOString() : '';\n this.filterChange(value);\n });\n this.initializeData();\n }\n\n onTimelineChange(range: TimelineValue) {\n let date_from = range?.date_from ? new Date(range.date_from) : '';\n let date_to = range?.date_to ? new Date(range.date_to) : '';\n this.historyFilterForm.patchValue({\n date_from,\n date_to\n });\n }\n\n initializeData() {\n this.http.get(`api/user-login-history`, { params: { ...this.filters, ...this.pageEvent } })\n .pipe(untilDestroyed(this))\n .subscribe((result: any) => {\n this.loginHistoryList = this.loginHistoryList.concat(result.data);\n this.pageEvent.page = result.current_page;\n this.pageEvent.lastPage = result.last_page;\n });\n }\n\n filterChange(event: any) {\n this.filters = {\n ...this.filters,\n ...event\n };\n this.reload();\n }\n\n onScroll() {\n if (this.pageEvent.lastPage > this.pageEvent.page) {\n this.pageEvent.page += 1;\n this.initializeData();\n }\n }\n\n\n reload() {\n this.loginHistoryList = [];\n this.pageEvent = { page: 1, perPage: 25, lastPage: 1 };\n this.initializeData();\n }\n\n ngOnDestroy() {\n //Until destroyed uses it\n }\n\n}\n","import { NgModule } from '@angular/core';\nimport { Routes, RouterModule } from '@angular/router';\nimport { AuthenticationGuard } from '../core/authentication.guard';\nimport { LoginHistoryForUserComponent } from './login-history-for-user.component';\n\nconst routes: Routes = [\n {\n path: '',\n component: LoginHistoryForUserComponent,\n canActivate: [AuthenticationGuard]\n },\n];\n\n@NgModule({\n imports: [RouterModule.forChild(routes)],\n exports: [RouterModule]\n})\nexport class LoginHistoryForUserRoutingModule { }\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\nimport { LoginHistoryForUserRoutingModule } from './login-history-for-user-routing.module';\nimport { LoginHistoryForUserComponent } from './login-history-for-user.component';\nimport { InfiniteScrollModule } from 'ngx-infinite-scroll';\nimport { FlexLayoutModule } from '@angular/flex-layout';\nimport { ReactiveFormsModule } from '@angular/forms';\nimport { MaterialModule } from '../material.module';\nimport { TimelineFilterModule } from '../timeline-filter/timeline-filter.module';\n\n\n@NgModule({\n declarations: [LoginHistoryForUserComponent],\n imports: [\n CommonModule,\n LoginHistoryForUserRoutingModule,\n InfiniteScrollModule,\n MaterialModule,\n FlexLayoutModule,\n ReactiveFormsModule,\n TimelineFilterModule\n ],\n exports: [LoginHistoryForUserComponent]\n})\nexport class LoginHistoryForUserModule { }\n","import { COMMA, ENTER } from '@angular/cdk/keycodes';\n\nexport class TechlifyTaggerTagFormConfigModel {\n selectable: boolean;\n removable: boolean;\n separatorKeysCodes: number[];\n placeholder: string;\n apiUrl: string;\n isCreateable: boolean;\n createApiUrl: string;\n isCacheTags: boolean;\n isSingle: boolean;\n\n constructor() {\n this.selectable = true;\n this.removable = true;\n this.separatorKeysCodes = [ENTER, COMMA];\n this.placeholder = 'New Tag..';\n this.apiUrl = 'api/techlify-tagger-tags';\n this.createApiUrl = 'api/techlify-tagger-tags';\n this.isCreateable = true;\n this.isCacheTags = false;\n this.isSingle = false;\n }\n}","import { FocusMonitor } from '@angular/cdk/a11y';\nimport { BooleanInput, coerceBooleanProperty } from '@angular/cdk/coercion';\nimport { Component, ElementRef, ViewChild, OnInit, Input, OnDestroy, Inject, Optional, Self, OnChanges, SimpleChanges } from '@angular/core';\nimport { ControlValueAccessor, FormControl, NgControl } from '@angular/forms';\nimport { MatAutocompleteSelectedEvent } from '@angular/material/autocomplete';\nimport { MatChipInputEvent } from '@angular/material/chips';\nimport { MatFormField, MatFormFieldControl, MAT_FORM_FIELD } from '@angular/material/form-field';\nimport { UntilDestroy, untilDestroyed } from '@ngneat/until-destroy';\nimport { Subject } from 'rxjs';\nimport { debounceTime } from 'rxjs/operators';\nimport { HttpService } from '../core/http.service';\nimport { TechlifyTaggerTagFormConfigModel } from './techlify-tagger-tag-form-config.model';\n\n@UntilDestroy()\n@Component({\n selector: 'app-techlify-tagger-tag-form-field',\n templateUrl: './techlify-tagger-tag-form-field.component.html',\n styleUrls: ['./techlify-tagger-tag-form-field.component.scss'],\n providers: [{ provide: MatFormFieldControl, useExisting: TechlifyTaggerTagFormFieldComponent }],\n})\nexport class TechlifyTaggerTagFormFieldComponent implements OnInit, ControlValueAccessor, MatFormFieldControl<any>, OnDestroy, OnChanges {\n\n static nextId = 0;\n stateChanges = new Subject<void>();\n focused = false;\n controlType = 'techlify-tagger-form-field';\n id = `techlify-tagger-form-field-${TechlifyTaggerTagFormFieldComponent.nextId++}`;\n\n onChange = (_: any) => { };\n onTouched = () => { };\n\n tagInputCtrl = new FormControl();\n filterString: any;\n @ViewChild('tagInput') tagInput: ElementRef<HTMLInputElement>;\n\n /**Pass the configuration for Techlify Tagger */\n @Input() config: TechlifyTaggerTagFormConfigModel = new TechlifyTaggerTagFormConfigModel();\n /**Pass the Model Type for Techlify Tagger, Required */\n @Input() modelType!: string;\n /**Pass the Model ID for Techlify Tagger */\n @Input() modelId: string;\n\n /**Pass the default list of tags */\n private _allTags: any[] = [];\n @Input()\n get allTags() {\n return this._allTags;\n }\n set allTags(value) {\n this._allTags = value;\n }\n\n /**Pass the Categories to filter for a model */\n @Input() categories: string[] = [];\n /**Pass default category to be used for assigning the tags, when we filter by more than one category */\n @Input() defaultCreateCategory: string;\n\n get tags() {\n return this.allTags.filter(x => this.value.some(y => y == x.id));\n }\n\n //Default Getter and Setters for a Form Field Implementation\n get empty() {\n return this.value.length == 0;\n }\n\n get shouldLabelFloat() {\n return this.focused || !this.empty || this.tagInputCtrl.value;\n }\n\n @Input()\n get required(): boolean {\n return this._required;\n }\n set required(value: boolean) {\n this._required = coerceBooleanProperty(value);\n this.stateChanges.next();\n }\n private _required = false;\n\n @Input()\n get disabled(): boolean {\n return this._disabled;\n }\n set disabled(value: boolean) {\n this._disabled = coerceBooleanProperty(value);\n this._disabled ? this.tagInputCtrl.disable() : this.tagInputCtrl.enable();\n this.stateChanges.next();\n }\n private _disabled = false;\n\n\n private _value: any[] = [];\n @Input()\n get value(): any[] {\n return this._value;\n }\n set value(tagIds: any[]) {\n this._value = tagIds || [];\n this.stateChanges.next();\n }\n\n get errorState(): boolean {\n return this.tagInputCtrl.dirty && this.required && (this.value.length == 0);\n }\n\n @Input()\n get placeholder(): string {\n return this._placeholder;\n }\n set placeholder(value: string) {\n this._placeholder = value;\n this.stateChanges.next();\n }\n private _placeholder: string;\n\n\n ngOnInit(): void {\n\n }\n\n ngOnChanges(changes: SimpleChanges) {\n\n //API to load all tags for the model type\n if (this.allTags.length == 0) {\n this.httpService\n .cache(!this.config.isCacheTags)\n .get(this.config.apiUrl, {\n params: {\n categories: this.categories.join(','),\n perPage: '1000'\n }\n }).pipe(\n debounceTime(500),\n untilDestroyed(this)\n ).subscribe((result: any) => {\n this.allTags = result.data;\n });\n }\n\n //API to load only the selected tags for the model\n if (this.modelId && this.value.length == 0) {\n //Model Id is passed and no tags are present, so we query db for the avilable tags for the model ID.\n this.httpService\n .cache(!this.config.isCacheTags)\n .get(this.config.apiUrl, {\n params: {\n categories: this.categories.join(','),\n model_type: this.modelType,\n model_id: this.modelId,\n perPage: '1000'\n }\n }).pipe(\n debounceTime(500),\n untilDestroyed(this)\n ).subscribe((result: any) => {\n this.value = (result?.data || []).map((x: any) => x.id);\n this._handleInput();\n });\n }\n }\n\n init() {\n if (this.modelId && this.allTags.length == 0) {\n //Model Id is passed and no tags are passed, so we query db for the avilable tags for the model ID.\n this.httpService\n .cache(!this.config.isCacheTags)\n .get(this.config.apiUrl, {\n params: {\n categories: this.categories.join(','),\n model_type: this.modelType,\n model_id: this.modelId\n }\n }).pipe(\n untilDestroyed(this)\n ).subscribe((result: any) => {\n this.allTags = result.data;\n });\n }\n }\n\n get filteredTags(): any[] {\n return this._filter();\n }\n\n constructor(\n private _focusMonitor: FocusMonitor,\n private _elementRef: ElementRef<HTMLElement>,\n private httpService: HttpService,\n @Optional() @Inject(MAT_FORM_FIELD) public _formField: MatFormField,\n @Optional() @Self() public ngControl: NgControl) {\n\n this.tagInputCtrl.valueChanges\n .subscribe(filterValue => {\n this.filterString = filterValue;\n });\n\n //Set Focus Monitor\n _focusMonitor.monitor(_elementRef, true).subscribe(origin => {\n if (this.focused && !origin) {\n this.onTouched();\n }\n this.focused = !!origin;\n this.stateChanges.next();\n });\n\n if (this.ngControl != null) {\n this.ngControl.valueAccessor = this;\n }\n }\n\n setDescribedByIds(ids: string[]) {\n // Just a empty implementation for Mat Form Field Interface\n }\n\n onContainerClick() {\n // Just a empty implementation for Mat Form Field Interface\n }\n\n\n async add(event: MatChipInputEvent) {\n const value = (event.value || '').trim();\n // Add our tag\n // Validate for single mode\n if (!this.config.isSingle || (this.value.length === 0)) {\n if (value && this.config.isCreateable) {\n const tags = this.allTags;\n let tag = tags.find((item: any) => item.title.toLowerCase() == value.toLowerCase());\n if (!tag) {\n //No tag present in the list\n try {\n const result: any = await this.httpService.post(this.config.createApiUrl, {\n title: value,\n description: value,\n category_title: (this.categories.length > 0) ? (this.defaultCreateCategory ? this.defaultCreateCategory : this.categories[0]) : ''\n }).toPromise();\n tag = result.item;\n } catch (error) {\n return;\n }\n this.allTags.push(tag);\n } else {\n //Optionally clean the existing value, to avoid duplicate\n this.remove(tag);\n }\n this.value.push(tag.id);\n this._handleInput();\n }\n }\n\n // Clear the input value\n event.input.value = '';\n\n this.tagInputCtrl.setValue(null);\n }\n\n remove(tag: any): void {\n this.value = this.value.filter(x => x !== tag.id);\n this._handleInput();\n }\n\n selected(event: MatAutocompleteSelectedEvent): void {\n // Validate for single mode\n if (!this.config.isSingle || (this.value.length === 0)) {\n //Clean the existing value, to avoid duplicate\n this.remove({ id: event.option.value });\n this.value.push(event.option.value);\n this._handleInput();\n }\n this.tagInput.nativeElement.value = '';\n this.tagInputCtrl.setValue(null);\n }\n\n private _filter(): any[] {\n const filterValue = this.filterString ? this.filterString.toString().toLowerCase() : null;\n const availableTags = this.allTags.filter((tag: any) => !this.value.some((item: any) => item == tag.id));\n return filterValue ? availableTags.filter((tag: any) => tag.title.toLowerCase().includes(filterValue)) : availableTags;\n }\n\n writeValue(tagIds: any[]): void {\n this.value = tagIds || [];\n }\n\n registerOnChange(fn: any): void {\n this.onChange = fn;\n }\n\n registerOnTouched(fn: any): void {\n this.onTouched = fn;\n }\n\n setDisabledState(isDisabled: boolean): void {\n this.disabled = isDisabled;\n }\n\n _handleInput(): void {\n this.onChange(this.value);\n }\n\n static ngAcceptInputType_disabled: BooleanInput;\n static ngAcceptInputType_required: BooleanInput;\n\n ngOnDestroy() {\n this.stateChanges.complete();\n this._focusMonitor.stopMonitoring(this._elementRef);\n }\n\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { TechlifyTaggerTagFormFieldComponent } from './techlify-tagger-tag-form-field.component';\nimport { FlexLayoutModule } from '@angular/flex-layout';\nimport { ReactiveFormsModule } from '@angular/forms';\nimport { MatAutocompleteModule } from '@angular/material/autocomplete';\nimport { MaterialModule } from '../material.module';\n\n\n\n@NgModule({\n declarations: [\n TechlifyTaggerTagFormFieldComponent\n ],\n imports: [\n CommonModule,\n MaterialModule,\n FlexLayoutModule,\n MatAutocompleteModule,\n ReactiveFormsModule\n ],\n exports: [TechlifyTaggerTagFormFieldComponent]\n})\nexport class TechlifyTaggerTagFormFieldModule { }\n","import { FocusMonitor } from '@angular/cdk/a11y';\nimport { BooleanInput, coerceBooleanProperty } from '@angular/cdk/coercion';\nimport { Component, ElementRef, OnInit, Input, OnDestroy, Inject, Optional, Self } from '@angular/core';\nimport { ControlValueAccessor, FormControl, NgControl } from '@angular/forms';\nimport { MatFormField, MatFormFieldControl, MAT_FORM_FIELD } from '@angular/material/form-field';\nimport { UntilDestroy, untilDestroyed } from '@ngneat/until-destroy';\nimport { Subject } from 'rxjs';\nimport { debounceTime } from 'rxjs/operators';\nimport { HttpService } from '../core/http.service';\n\n@UntilDestroy()\n@Component({\n selector: 'app-techlify-tagger-tag-selector',\n templateUrl: './techlify-tagger-tag-selector.component.html',\n styleUrls: ['./techlify-tagger-tag-selector.component.scss'],\n providers: [{ provide: MatFormFieldControl, useExisting: TechlifyTaggerTagSelectorComponent }],\n})\nexport class TechlifyTaggerTagSelectorComponent implements OnInit, ControlValueAccessor, MatFormFieldControl<any>, OnDestroy {\n\n /**Pass the Categories to filter for a model */\n @Input() categories: string[] = [];\n @Input() multiple: boolean = false;\n @Input() enableSearch: boolean = true;\n tagSelectorCtrl = new FormControl();\n @Input() showAllTags: boolean = false;\n @Input() useSelectButtonStyle: boolean = false;\n\n tags: any[] = [];\n\n static nextId = 0;\n stateChanges = new Subject<void>();\n focused = false;\n controlType = 'techlify-tagger-selector';\n id = `techlify-tagger-selector-${TechlifyTaggerTagSelectorComponent.nextId++}`;\n\n onChange = (_: any) => { };\n onTouched = () => { };\n\n get apiUrl() {\n if (this.showAllTags) {\n return 'api/techlify-tagger-tags'\n }\n else if (this.categories?.length > 0) {\n return 'api/techlify-tagger-tags?categories=' + this.categories.join(',');\n }\n else {\n return '';\n }\n }\n\n //Default Getter and Setters for a Form Field Implementation\n get empty() {\n return this.value.length == 0;\n }\n\n get shouldLabelFloat() {\n return this.focused || !this.empty;\n }\n\n @Input()\n get required(): boolean {\n return this._required;\n }\n set required(value: boolean) {\n this._required = coerceBooleanProperty(value);\n this.stateChanges.next();\n }\n private _required = false;\n\n @Input()\n get disabled(): boolean {\n return this._disabled;\n }\n set disabled(value: boolean) {\n this._disabled = coerceBooleanProperty(value);\n this._disabled ? this.tagSelectorCtrl.disable() : this.tagSelectorCtrl.enable();\n this.stateChanges.next();\n }\n private _disabled = false;\n\n\n private _value: any;\n @Input()\n get value(): any {\n return this._value;\n }\n set value(val: any) {\n this._value = val;\n this.tagSelectorCtrl.setValue(val);\n this.stateChanges.next();\n }\n\n get errorState(): boolean {\n return this.tagSelectorCtrl.dirty && this.required && (this.value.length == 0);\n }\n\n @Input()\n get placeholder(): string {\n return this._placeholder;\n }\n set placeholder(value: string) {\n this._placeholder = value;\n this.stateChanges.next();\n }\n private _placeholder: string;\n\n\n ngOnInit(): void {\n if (this.useSelectButtonStyle) {\n this.httpService.get(this.apiUrl)\n .pipe(untilDestroyed(this))\n .subscribe((res: any) => {\n this.tags = res.data;\n })\n }\n }\n\n selectionChange(value: any) {\n this.value = value;\n this._handleInput();\n }\n\n constructor(\n private _focusMonitor: FocusMonitor,\n private _elementRef: ElementRef<HTMLElement>,\n private httpService: HttpService,\n @Optional() @Inject(MAT_FORM_FIELD) public _formField: MatFormField,\n @Optional() @Self() public ngControl: NgControl) {\n\n //Set Focus Monitor\n _focusMonitor.monitor(_elementRef, true).subscribe(origin => {\n if (this.focused && !origin) {\n this.onTouched();\n }\n this.focused = !!origin;\n this.stateChanges.next();\n });\n\n if (this.ngControl != null) {\n this.ngControl.valueAccessor = this;\n }\n }\n\n setDescribedByIds(ids: string[]) {\n // Just a empty implementation for Mat Form Field Interface\n }\n\n onContainerClick() {\n // Just a empty implementation for Mat Form Field Interface\n }\n\n writeValue(val: any): void {\n this.value = val;\n }\n\n registerOnChange(fn: any): void {\n this.onChange = fn;\n }\n\n registerOnTouched(fn: any): void {\n this.onTouched = fn;\n }\n\n setDisabledState(isDisabled: boolean): void {\n this.disabled = isDisabled;\n }\n\n _handleInput(): void {\n this.onChange(this.value);\n }\n\n static ngAcceptInputType_disabled: BooleanInput;\n static ngAcceptInputType_required: BooleanInput;\n\n ngOnDestroy() {\n this.stateChanges.complete();\n this._focusMonitor.stopMonitoring(this._elementRef);\n }\n\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { TechlifyTaggerTagSelectorComponent } from './techlify-tagger-tag-selector.component';\nimport { FlexLayoutModule } from '@angular/flex-layout';\nimport { ReactiveFormsModule } from '@angular/forms';\nimport { MatAutocompleteModule } from '@angular/material/autocomplete';\nimport { MatButtonToggleModule } from '@angular/material/button-toggle';\nimport { MaterialModule } from '../material.module';\nimport { SearchableSelectorModule } from '../searchable-selector/searchable-selector.module';\n\n\n\n@NgModule({\n declarations: [\n TechlifyTaggerTagSelectorComponent\n ],\n imports: [\n CommonModule,\n MaterialModule,\n FlexLayoutModule,\n MatAutocompleteModule,\n ReactiveFormsModule,\n SearchableSelectorModule,\n MatButtonToggleModule\n ],\n exports: [TechlifyTaggerTagSelectorComponent]\n})\nexport class TechlifyTaggerTagSelectorModule { }\n","import { Injectable } from '@angular/core';\nimport { DataManager } from '../core';\n\n@Injectable({\n providedIn: 'root'\n})\nexport class TechlifyFeatureService {\n\n constructor(private dataManager: DataManager) { }\n\n getFeatures() {\n return this.dataManager.GET(`api/features`);\n }\n\n disableFeature(id: any) {\n return this.dataManager.GET(`api/feature/${id}/disable`);\n }\n\n enableFeature(id: any) {\n return this.dataManager.GET(`api/feature/${id}/enable`);\n }\n\n}\n","import { Component, OnInit } from '@angular/core';\nimport { FormBuilder, FormGroup } from '@angular/forms';\nimport { MatDialog } from '@angular/material/dialog';\nimport { MatTableDataSource } from '@angular/material/table';\nimport { TechlifyFeatureService } from './techlify-feature.service';\nimport { UntilDestroy, untilDestroyed } from '@ngneat/until-destroy';\nimport { debounceTime } from 'rxjs/operators';\nimport { ActionPopup, ActionPopupComponent } from '../action-popup';\nimport { DataManager } from '../core/dataManager.service';\nimport { ErrorHandlerService } from '../core/error-handler.service';\nimport { AlertService } from '../core/alert.service';\nimport { StorageService } from '../core/storage.service';\n@UntilDestroy()\n@Component({\n selector: 'app-techlify-listing-feature',\n templateUrl: './techlify-feature-listing.component.html',\n styleUrls: ['./techlify-feature-listing.component.scss']\n})\nexport class TechlifyFeatureListingComponent implements OnInit {\n\n features: any[] = []\n displayedColumns: string[] = [\n 'index',\n 'feature',\n 'description',\n 'actions',\n ]\n\n dataSource = new MatTableDataSource()\n\n page: number = 1;\n lastPage: number;\n perPage: number = 25;\n\n isWorking: boolean = false\n filterFormGroup: FormGroup;\n featureToggleForm: FormGroup;\n\n constructor(\n private dataManager: DataManager,\n private errorHandler: ErrorHandlerService,\n private fb: FormBuilder,\n private alertService: AlertService,\n private dialog: MatDialog,\n private storage: StorageService,\n private featureService: TechlifyFeatureService\n ) {\n this.filterFormGroup = this.fb.group({\n num_items: [\"\"]\n })\n }\n\n ngOnInit() {\n this.loadData()\n this.listenForChanges()\n }\n\n listenForChanges() {\n this.filterFormGroup.valueChanges\n .pipe(debounceTime(500), untilDestroyed(this))\n .subscribe((changes) => {\n this.reload()\n })\n }\n\n async loadData() {\n let result;\n try {\n this.isWorking = true\n var filter = this.filterFormGroup.value\n filter.page = this.page;\n filter.perPage = this.perPage;\n result = await this.dataManager.GET(`api/features`, filter);\n this.features = this.features.concat(result.data);\n this.dataSource = new MatTableDataSource(this.features);\n\n if (!this.storage.getItem('features')) {\n this.setStorage(this.features);\n }\n\n this.isWorking = false\n } catch (error) {\n this.errorHandler.handleError(error);\n } finally {\n this.isWorking = false;\n }\n }\n\n async toggeleFeature(element, feature) {\n let status = element ? 'Off' : \"On\";\n let data;\n const dialogRef = this.dialog.open(ActionPopupComponent, {\n width: \"400px\",\n data: <ActionPopup>{\n title: `Turn this feature ${status}?`,\n message: `Would you like to turn ${feature.title} feature ${status}`\n }\n })\n\n dialogRef.afterClosed().subscribe(async result => {\n if (result) {\n try {\n data = element\n ? await this.featureService.disableFeature(feature.id)\n : await this.featureService.enableFeature(feature.id);\n } catch (error) {\n this.errorHandler.handleError(error);\n } finally {\n this.alertService.addAlert(`You have just turned ${status} the feature ${feature.title}`, 'success');\n this.reload();\n this.storage.removeItem('features');\n this.setStorage(this.features);\n this.isWorking = false;\n }\n } else {\n this.reload();\n }\n })\n }\n\n setStorage(features) {\n let localFeatures = [];\n for (let feature of features) {\n if (!feature.client_feature) {\n if (feature.is_enabled_default) {\n localFeatures.push(feature.code);\n }\n } else {\n if (feature.client_feature.is_enabled) {\n localFeatures.push(feature.code);\n }\n }\n\n }\n this.storage.setItem(\"features\", localFeatures);\n }\n\n reload() {\n this.features = [];\n this.page = 1;\n if (!this.isWorking) {\n this.loadData();\n }\n }\n\n onScroll() {\n if (!this.isWorking && this.page < this.lastPage) {\n this.page += 1;\n this.loadData();\n }\n }\n\n sortColumn(event) {\n var direction = event.direction.toString().toUpperCase()\n this.assignFilter(event.active, direction)\n this.reload()\n }\n\n assignFilter(column, direction) {\n switch (column) {\n case 'name': {\n return this.filterFormGroup\n .get('sort_by')\n .setValue('first_name|' + direction)\n }\n case 'added_on': {\n return this.filterFormGroup\n .get('sort_by')\n .setValue('created_at|' + direction)\n }\n }\n }\n\n}\n","import { Routes, RouterModule } from '@angular/router';\nimport { AuthenticationGuard } from '../core';\nimport { TechlifyFeatureListingComponent } from './techlify-feature-listing.component';\n\nconst routes: Routes = [\n {\n path: '',\n component: TechlifyFeatureListingComponent,\n canActivate: [AuthenticationGuard]\n },\n];\n\nexport const TechlifyFeatureRoutes = RouterModule.forChild(routes);\n","import { Component, Input, OnInit } from '@angular/core';\nimport { FormBuilder, FormGroup } from '@angular/forms';\n\n@Component({\n selector: 'app-on-off-switch',\n templateUrl: './on-off-switch.component.html',\n styleUrls: ['./on-off-switch.component.scss']\n})\n\nexport class OnOffSwitchComponent implements OnInit {\n\n @Input() value: boolean;\n slideToggle: FormGroup;\n\n constructor(private fb: FormBuilder) {\n this.slideToggle = this.fb.group({\n toggle: [\"\"]\n })\n }\n\n ngOnInit() {\n this.slideToggle.get('toggle').setValue(this.value);\n }\n\n}\n","import { Directive, ElementRef, Input } from '@angular/core';\nimport { ErrorHandlerService } from '../core/error-handler.service';\nimport { StorageService } from '../core/storage.service';\nimport { TechlifyFeatureService } from './techlify-feature.service';\n\n@Directive({\n selector: '[techlifyFeatureEnabled]'\n})\nexport class TechlifyFeatureEnabledDirective {\n\n features: any;\n localFeatures: any[] = [];\n @Input('techlifyFeatureEnabled') enabledFeature: any;\n\n constructor(\n private el: ElementRef,\n private featureService: TechlifyFeatureService,\n private errorHandler: ErrorHandlerService,\n private storage: StorageService) {\n\n }\n\n ngOnInit(): void {\n if (!this.storage.getItem('features')) {\n this.getFeatures();\n } else {\n this.checkForFeatureEnabled();\n }\n }\n\n async getFeatures() {\n try {\n let features = await this.featureService.getFeatures();\n\n for (let feature of features.data) {\n if (!feature.client_feature) {\n if (feature.is_enabled_default) {\n this.localFeatures.push(feature.code);\n }\n } else {\n if (feature.client_feature.is_enabled) {\n this.localFeatures.push(feature.code);\n }\n }\n\n }\n this.storage.setItem(\"features\", this.localFeatures);\n } catch (error) {\n this.errorHandler.handleError(error);\n } finally {\n this.checkForFeatureEnabled()\n }\n }\n\n checkForFeatureEnabled() {\n try {\n let features = this.storage.getItem('features');\n let features_split = features.split(',');\n\n if (features_split.includes(this.enabledFeature)) {\n this.el.nativeElement.style.display = \"show\";\n } else {\n this.el.nativeElement.remove();\n }\n\n } catch (error) {\n this.errorHandler.handleError(error);\n }\n }\n\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { TechlifyFeatureListingComponent } from './techlify-feature-listing.component';\n\nimport { TechlifyFeatureRoutes } from './techlify-feature.routing';\nimport { OnOffSwitchComponent } from './on-off-switch/on-off-switch.component';\nimport { FlexLayoutModule } from '@angular/flex-layout';\nimport { TechlifyFeatureEnabledDirective } from './techlify-feature-enabled.directive';\nimport { InfiniteScrollModule } from 'ngx-infinite-scroll';\nimport { MatSlideToggleModule } from '@angular/material/slide-toggle';\nimport { FormsModule, ReactiveFormsModule } from '@angular/forms';\nimport { MaterialModule } from '../material.module';\n\n@NgModule({\n imports: [\n CommonModule,\n MaterialModule,\n FlexLayoutModule,\n TechlifyFeatureRoutes,\n MatSlideToggleModule,\n FormsModule,\n ReactiveFormsModule,\n InfiniteScrollModule\n ],\n declarations: [TechlifyFeatureListingComponent, OnOffSwitchComponent, TechlifyFeatureEnabledDirective],\n exports: [TechlifyFeatureListingComponent, TechlifyFeatureEnabledDirective]\n})\nexport class TechlifyFeatureModule { }\n"]}