ngx-techlify-core 11.3.8 → 11.4.2
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.
- package/bundles/ngx-techlify-core.umd.js +432 -253
- package/bundles/ngx-techlify-core.umd.js.map +1 -1
- package/bundles/ngx-techlify-core.umd.min.js +2 -2
- package/bundles/ngx-techlify-core.umd.min.js.map +1 -1
- package/esm2015/lib/audit-log/audit-log-view/audit-log-view.component.js +7 -9
- package/esm2015/lib/audit-log/audit-log-view-model/audit-log-view-model.component.js +7 -9
- package/esm2015/lib/import-csv/data-import/data-import.component.js +18 -0
- package/esm2015/lib/import-csv/failed-items-list/failed-items-list.component.js +33 -0
- package/esm2015/lib/import-csv/field-mapping/field-mapping.component.js +148 -0
- package/esm2015/lib/import-csv/import-csv-config.js +2 -0
- package/esm2015/lib/import-csv/import-csv.component.js +143 -59
- package/esm2015/lib/import-csv/import-csv.module.js +32 -13
- package/esm2015/lib/import-csv/import-history-list/import-history-list.component.js +70 -0
- package/esm2015/lib/import-csv/import-success/import-success.component.js +19 -0
- package/esm2015/lib/searchable-selector/searchable-selector.component.js +39 -7
- package/esm2015/lib/techlify-feature/techlify-feature-enabled.directive.js +3 -2
- package/esm2015/lib/techlify-feature/techlify-feature-listing.component.js +5 -2
- package/esm2015/lib/timeline-filter/timeline-filter.component.js +1 -2
- package/esm2015/ngx-techlify-core.js +11 -4
- package/esm2015/public-api.js +2 -9
- package/fesm2015/ngx-techlify-core.js +387 -206
- package/fesm2015/ngx-techlify-core.js.map +1 -1
- package/lib/import-csv/data-import/data-import.component.d.ts +6 -0
- package/lib/import-csv/failed-items-list/failed-items-list.component.d.ts +12 -0
- package/lib/import-csv/{import-items/import-items.component.d.ts → field-mapping/field-mapping.component.d.ts} +11 -7
- package/lib/import-csv/import-csv-config.d.ts +17 -0
- package/lib/import-csv/import-csv.component.d.ts +17 -11
- package/lib/import-csv/import-history-list/import-history-list.component.d.ts +20 -0
- package/lib/import-csv/import-success/import-success.component.d.ts +8 -0
- package/lib/searchable-selector/searchable-selector.component.d.ts +6 -0
- package/lib/techlify-feature/techlify-feature-enabled.directive.d.ts +2 -1
- package/lib/techlify-feature/techlify-feature-listing.component.d.ts +4 -1
- package/ngx-techlify-core.d.ts +10 -3
- package/ngx-techlify-core.metadata.json +1 -1
- package/package.json +1 -1
- package/public-api.d.ts +1 -8
- package/esm2015/lib/import-csv/failed-items/failed-items-routing.module.js +0 -12
- package/esm2015/lib/import-csv/failed-items/failed-items.component.js +0 -23
- package/esm2015/lib/import-csv/failed-items/failed-items.module.js +0 -21
- package/esm2015/lib/import-csv/import-config.js +0 -3
- package/esm2015/lib/import-csv/import-csv-routing.module.js +0 -12
- package/esm2015/lib/import-csv/import-items/import-items-routing.module.js +0 -12
- package/esm2015/lib/import-csv/import-items/import-items.component.js +0 -139
- package/esm2015/lib/import-csv/import-items/import-items.module.js +0 -23
- package/lib/import-csv/failed-items/failed-items-routing.module.d.ts +0 -2
- package/lib/import-csv/failed-items/failed-items.component.d.ts +0 -8
- package/lib/import-csv/failed-items/failed-items.module.d.ts +0 -2
- package/lib/import-csv/import-config.d.ts +0 -5
- package/lib/import-csv/import-csv-routing.module.d.ts +0 -2
- package/lib/import-csv/import-items/import-items-routing.module.d.ts +0 -2
- package/lib/import-csv/import-items/import-items.module.d.ts +0 -2
|
@@ -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/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","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","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","toLowerCase","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 @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 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 console.log(event);\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 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 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';\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 { 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-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 { TechlifyFeatureService } from './techlify-feature.service';\nimport { ErrorHandlerService, StorageService } from '../core';\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"]}
|
|
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-success/import-success.component.ts","../../../projects/ngx-techlify-core/src/lib/import-csv/import-history-list/import-history-list.component.ts","../../../projects/ngx-techlify-core/src/lib/import-csv/field-mapping/field-mapping.component.ts","../../../projects/ngx-techlify-core/src/lib/import-csv/failed-items-list/failed-items-list.component.ts","../../../projects/ngx-techlify-core/src/lib/import-csv/import-csv.component.ts","../../../projects/ngx-techlify-core/src/lib/import-csv/data-import/data-import.component.ts","../../../projects/ngx-techlify-core/src/lib/import-csv/import-csv.module.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","apiDataProperty","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","ImportSuccessComponent","ImportHistoryListComponent","histories","importHistory","isEnabled","unavailable","FieldMappingComponent","changeDetectorRef","firstDataArray","properties","onReUpload","createImportMappingForm","reFectorAttributes","importMappingForm","fields","array","createField","propertyType","k","dataValue","mainIndex","includes","fieldsArray","detectChanges","updatePropertyType","controls","uniqueValidator","propertyData","setErrors","removeField","removeAt","reUpload","ChangeDetectorRef","FailedItemsListComponent","isValidDate","isNaN","ImportCsvComponent","filesList","isUploaded","isImportTypeSelected","fileData","failedItems","selectedFields","importSteps","progressTitle","progressDescription","currentStep","filesConfig","selectedFile","jsonData","reader","FileReader","onload","XLSX.read","cellDates","SheetNames","reduce","initial","sheet","Sheets","sheet_to_json","header","defval","readAsBinaryString","mappingProcessed","tempFileData","save","failed_items","status","DataImportComponent","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","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":"00GAAA,0BCWE,SAAAA,EACSC,EACyBC,GADzBC,KAAAF,UAAAA,EACyBE,KAAAD,KAAAA,SAGlCF,EAAAI,UAAAC,SAAA,aAIAL,EAAAI,UAAAE,YAAA,WACEH,KAAKF,UAAUM,SAKjBP,EAAAI,UAAAI,QAAA,WACEL,KAAKF,UAAUM,MAAMJ,KAAKD,gCAvB7BO,EAAAA,UAASC,KAAA,CAAC,CACTC,SAAU,mBACVC,SAAA,muBALOC,EAAAA,oBACAC,EAAWC,WAAA,CAAA,CAAAC,KAWfC,EAAAA,OAAMP,KAAA,CAACQ,EAAAA;;;;;;;;;;;;;;;ACGZ,IAAIC,EAAgB,SAASC,EAAGC,GAI5B,OAHAF,EAAgBG,OAAOC,gBAClB,CAAEC,UAAW,cAAgBC,OAAS,SAAUL,EAAGC,GAAKD,EAAEI,UAAYH,IACvE,SAAUD,EAAGC,GAAK,IAAK,IAAIK,KAAKL,EAAOC,OAAOlB,UAAUuB,eAAeC,KAAKP,EAAGK,KAAIN,EAAEM,GAAKL,EAAEK,MAC3EN,EAAGC,aAGZQ,EAAUT,EAAGC,GACzB,GAAiB,mBAANA,GAA0B,OAANA,EAC3B,MAAM,IAAIS,UAAU,uBAAyBC,OAAOV,GAAK,iCAE7D,SAASW,IAAO7B,KAAK8B,YAAcb,EADnCD,EAAcC,EAAGC,GAEjBD,EAAEhB,UAAkB,OAANiB,EAAaC,OAAOY,OAAOb,IAAMW,EAAG5B,UAAYiB,EAAEjB,UAAW,IAAI4B,YA0BnEG,EAAWpB,EAAYqB,EAAQC,EAAKC,GAChD,IAA2HlB,EAAvHmB,EAAIC,UAAUC,OAAQC,EAAIH,EAAI,EAAIH,EAAkB,OAATE,EAAgBA,EAAOhB,OAAOqB,yBAAyBP,EAAQC,GAAOC,EACrH,GAAuB,iBAAZM,SAAoD,mBAArBA,QAAQC,SAAyBH,EAAIE,QAAQC,SAAS9B,EAAYqB,EAAQC,EAAKC,QACpH,IAAK,IAAIQ,EAAI/B,EAAW0B,OAAS,EAAGK,GAAK,EAAGA,KAAS1B,EAAIL,EAAW+B,MAAIJ,GAAKH,EAAI,EAAInB,EAAEsB,GAAKH,EAAI,EAAInB,EAAEgB,EAAQC,EAAKK,GAAKtB,EAAEgB,EAAQC,KAASK,GAChJ,OAAOH,EAAI,GAAKG,GAAKpB,OAAOyB,eAAeX,EAAQC,EAAKK,GAAIA,WAWhDM,EAAUC,EAASC,EAAYC,EAAGC,GAE9C,OAAO,IAAKD,IAAMA,EAAIE,WAAU,SAAUC,EAASC,GAC/C,SAASC,EAAUC,GAAS,IAAMC,EAAKN,EAAUO,KAAKF,IAAW,MAAOG,GAAKL,EAAOK,IACpF,SAASC,EAASJ,GAAS,IAAMC,EAAKN,EAAiB,MAAEK,IAAW,MAAOG,GAAKL,EAAOK,IACvF,SAASF,EAAKI,GAJlB,IAAeL,EAIaK,EAAOC,KAAOT,EAAQQ,EAAOL,QAJ1CA,EAIyDK,EAAOL,MAJhDA,aAAiBN,EAAIM,EAAQ,IAAIN,GAAE,SAAUG,GAAWA,EAAQG,OAITO,KAAKR,EAAWK,GAClGH,GAAMN,EAAYA,EAAUa,MAAMhB,EAASC,GAAc,KAAKS,oBAItDO,EAAYjB,EAASkB,GACjC,IAAsGC,EAAGC,EAAGC,EAAGC,EAA3GC,EAAI,CAAEC,MAAO,EAAGC,KAAM,WAAa,GAAW,EAAPJ,EAAE,GAAQ,MAAMA,EAAE,GAAI,OAAOA,EAAE,IAAOK,KAAM,GAAIC,IAAK,IAChG,OAAOL,EAAI,CAAEZ,KAAMkB,EAAK,GAAIC,MAASD,EAAK,GAAIE,OAAUF,EAAK,IAAwB,mBAAXG,SAA0BT,EAAES,OAAOC,UAAY,WAAa,OAAO9E,OAAUoE,EACvJ,SAASM,EAAKK,GAAK,OAAO,SAAUC,GAAK,OACzC,SAAcC,GACV,GAAIhB,EAAG,MAAM,IAAItC,UAAU,mCAC3B,KAAO0C,OACH,GAAIJ,EAAI,EAAGC,IAAMC,EAAY,EAARc,EAAG,GAASf,EAAU,OAAIe,EAAG,GAAKf,EAAS,SAAOC,EAAID,EAAU,SAAMC,EAAE1C,KAAKyC,GAAI,GAAKA,EAAEV,SAAWW,EAAIA,EAAE1C,KAAKyC,EAAGe,EAAG,KAAKrB,KAAM,OAAOO,EAE3J,OADID,EAAI,EAAGC,IAAGc,EAAK,CAAS,EAARA,EAAG,GAAQd,EAAEb,QACzB2B,EAAG,IACP,KAAK,EAAG,KAAK,EAAGd,EAAIc,EAAI,MACxB,KAAK,EAAc,OAAXZ,EAAEC,QAAgB,CAAEhB,MAAO2B,EAAG,GAAIrB,MAAM,GAChD,KAAK,EAAGS,EAAEC,QAASJ,EAAIe,EAAG,GAAIA,EAAK,CAAC,GAAI,SACxC,KAAK,EAAGA,EAAKZ,EAAEI,IAAIS,MAAOb,EAAEG,KAAKU,MAAO,SACxC,QACI,KAAMf,EAAIE,EAAEG,MAAML,EAAIA,EAAE7B,OAAS,GAAK6B,EAAEA,EAAE7B,OAAS,KAAkB,IAAV2C,EAAG,IAAsB,IAAVA,EAAG,IAAW,CAAEZ,EAAI,EAAG,SACjG,GAAc,IAAVY,EAAG,MAAcd,GAAMc,EAAG,GAAKd,EAAE,IAAMc,EAAG,GAAKd,EAAE,IAAM,CAAEE,EAAEC,MAAQW,EAAG,GAAI,MAC9E,GAAc,IAAVA,EAAG,IAAYZ,EAAEC,MAAQH,EAAE,GAAI,CAAEE,EAAEC,MAAQH,EAAE,GAAIA,EAAIc,EAAI,MAC7D,GAAId,GAAKE,EAAEC,MAAQH,EAAE,GAAI,CAAEE,EAAEC,MAAQH,EAAE,GAAIE,EAAEI,IAAIU,KAAKF,GAAK,MACvDd,EAAE,IAAIE,EAAEI,IAAIS,MAChBb,EAAEG,KAAKU,MAAO,SAEtBD,EAAKjB,EAAKvC,KAAKqB,EAASuB,GAC1B,MAAOZ,GAAKwB,EAAK,CAAC,EAAGxB,GAAIS,EAAI,UAAeD,EAAIE,EAAI,EACtD,GAAY,EAARc,EAAG,GAAQ,MAAMA,EAAG,GAAI,MAAO,CAAE3B,MAAO2B,EAAG,GAAKA,EAAG,QAAK,EAAQrB,MAAM,GArB9BL,CAAK,CAACwB,EAAGC,MAyBhC7D,OAAOY,gBAYpBqD,EAASC,GACrB,IAAIC,EAAsB,mBAAXT,QAAyBA,OAAOC,SAAUS,EAAID,GAAKD,EAAEC,GAAI3C,EAAI,EAC5E,GAAI4C,EAAG,OAAOA,EAAE9D,KAAK4D,GACrB,GAAIA,GAAyB,iBAAbA,EAAE/C,OAAqB,MAAO,CAC1CkB,KAAM,WAEF,OADI6B,GAAK1C,GAAK0C,EAAE/C,SAAQ+C,OAAI,GACrB,CAAE/B,MAAO+B,GAAKA,EAAE1C,KAAMiB,MAAOyB,KAG5C,MAAM,IAAI1D,UAAU2D,EAAI,0BAA4B,4CAGxCE,EAAOH,EAAGN,GACtB,IAAIQ,EAAsB,mBAAXV,QAAyBQ,EAAER,OAAOC,UACjD,IAAKS,EAAG,OAAOF,EACf,IAAmB9C,EAAYkB,EAA3Bd,EAAI4C,EAAE9D,KAAK4D,GAAOI,EAAK,GAC3B,IACI,WAAc,IAANV,GAAgBA,KAAM,MAAQxC,EAAII,EAAEa,QAAQI,MAAM6B,EAAGN,KAAK5C,EAAEe,OAExE,MAAOoC,GAASjC,EAAI,CAAEiC,MAAOA,WAEzB,IACQnD,IAAMA,EAAEqB,OAAS2B,EAAI5C,EAAU,SAAI4C,EAAE9D,KAAKkB,WAExC,GAAIc,EAAG,MAAMA,EAAEiC,OAE7B,OAAOD,WAIKE,IACZ,IAAK,IAAIF,EAAK,GAAI9C,EAAI,EAAGA,EAAIN,UAAUC,OAAQK,IAC3C8C,EAAKA,EAAGG,OAAOJ,EAAOnD,UAAUM,KACpC,OAAO8C,EAqDX,MAAyBtE,OAAOY,OCpLnB8D,EAAAA,GAAkBC,EAAA,WA4B7B,SAAAD,IApBA7F,KAAA+F,WAAsC,IAAIC,EAAAA,mBAAmB,IAInDhG,KAAAiG,OAAS,IAAIC,EAAAA,aACblG,KAAAmG,eAAiB,IAAID,EAAAA,aACrBlG,KAAAoG,SAAW,IAAIF,EAAAA,aACflG,KAAAqG,YAAc,IAAIH,EAAAA,aAClBlG,KAAAsG,YAAc,IAAIJ,EAAAA,aAUnBlG,KAAAuG,UAAoB,cAAcT,EAAmBU,gBAI9DX,EAAA5F,UAAAC,SAAA,aAGA2F,EAAA5F,UAAAwG,gBAAA,WAAA,IAAAC,EAAA1G,KAEEA,KAAK+F,WAAa,IAAIC,EAAAA,mBAAmBhG,KAAKD,MAG1CC,KAAK2G,WACP3G,KAAK2G,UAAUC,QAAQC,OAAOC,WAAU,SAACC,GACnCL,EAAKC,UAAUK,UACjBN,EAAKP,eAAec,KAAKP,EAAKC,UAAUK,aAK1ChH,KAAKkH,MACPlH,KAAKkH,KAAKC,WAAWN,KAAKO,EAAAA,eAAepH,OACtC8G,WAAU,SAACxD,GACVoD,EAAKJ,YAAYW,KAAK3D,OAM9BuC,EAAA5F,UAAAoH,cAAA,WAGE,OAFoBrH,KAAK2G,UAAUK,SAAS1E,SAC5BtC,KAAK+F,WAAWhG,KAAKuC,QAKvCuD,EAAA5F,UAAAqH,aAAA,WAAA,IAAAZ,EAAA1G,KACEA,KAAKqH,gBACDrH,KAAKuH,iBACLvH,KAAK+F,WAAWhG,KAAKyH,SAAQ,SAAAC,GAAO,OAAAf,EAAKC,UAAUe,OAAOD,OAIhE5B,EAAA5F,UAAAsH,eAAA,WACEvH,KAAK2G,UAAUgB,QACf3H,KAAKmG,eAAec,KAAKjH,KAAK2G,UAAUK,WAG1CnB,EAAA5F,UAAA2H,YAAA,SAAYC,GACV7H,KAAK8H,iBAAiBD,GAClBA,EAAQ9H,OAAS8H,EAAQ9H,KAAKgI,iBAAmB/H,KAAK+F,aAExD/F,KAAK+F,WAAWhG,KAAO8H,EAAQ9H,KAAKiI,eAIxCnC,EAAA5F,UAAA6H,iBAAA,SAAiBD,GACXA,EAAQI,SAAWJ,EAAQI,OAAOF,kBACpC/H,KAAKiI,OAASJ,EAAQI,OAAOD,cAE/BhI,KAAKkI,KAAOlI,KAAKiI,OAAOC,MAAQ,EAChClI,KAAKmI,SAAWnI,KAAKiI,OAAOE,UAAYnI,KAAKkI,KAC7ClI,KAAKoI,QAAUpI,KAAKiI,OAAOG,SAAW,IAGxCvC,EAAA5F,UAAAoI,SAAA,WACMrI,KAAKkI,KAAOlI,KAAKmI,WACnBnI,KAAKkI,MAAQ,EACblI,KAAKqG,YAAYY,KAAK,CAAEiB,KAAMlI,KAAKkI,KAAMC,SAAUnI,KAAKmI,SAAUC,QAASpI,KAAKoI,YAKpFvC,EAAA5F,UAAAqI,YAAA,SAAYC,EAAYC,GACtBxI,KAAKiG,OAAOgB,KAAK,CAAEhB,OAAQ,OAAQ3C,MAAOkF,IAC1CD,EAAME,mBAIR5C,EAAA5F,UAAAyI,YAAA,SAAYH,EAAYC,GACtBxI,KAAKiG,OAAOgB,KAAK,CAAEhB,OAAQ,OAAQ3C,MAAOkF,IAC1CD,EAAME,mBAIR5C,EAAA5F,UAAA0I,kBAAA,SAAkBJ,EAAYC,GAC5BxI,KAAKiG,OAAOgB,KAAK,CAAEhB,OAAQ,aAAc3C,MAAOkF,IAChDD,EAAME,mBAIR5C,EAAA5F,UAAA2I,gBAAA,SAAgBL,EAAYC,GAC1BxI,KAAKiG,OAAOgB,KAAK,CAAEhB,OAAQ,WAAY3C,MAAOkF,IAC9CD,EAAME,mBAIR5C,EAAA5F,UAAA4I,aAAA,SAAaN,EAAYC,GAEvBxI,KAAKiG,OAAOgB,KAAK,CAAEhB,OAAQ,QAAS3C,MAAOkF,IAC3CD,EAAME,mBAKR5C,EAAA5F,UAAA6I,WAAA,SAAWP,EAAYC,GACrBxI,KAAKoG,SAASa,KAAKuB,GACnBD,EAAME,mBAIR5C,EAAA5F,UAAA8I,gBAAA,SAAgBR,EAAYC,EAAcQ,GACxChJ,KAAKiG,OAAOgB,KAAK,CAAEhB,OAAQ+C,EAAW1F,MAAOkF,IAC7CxI,KAAKiJ,QAAQC,YACbX,EAAME,mBAIR5C,EAAA5F,UAAAkJ,uBAAA,SAAuBZ,EAAYU,GACjCjJ,KAAKiJ,QAAUA,EACfV,EAAME,mBAGR5C,EAAA5F,UAAAmJ,UAAA,SAAUC,GACR,OAAIrJ,KAAKiI,OAAOqB,qBACPtJ,KAAKiI,OAAOqB,oBAAoBD,IAM3CxD,EAAA5F,UAAAsJ,UAAA,SAAUF,GACR,OAAIrJ,KAAKiI,OAAOuB,qBACPxJ,KAAKiI,OAAOuB,oBAAoBH,IAM3CxD,EAAA5F,UAAAwJ,WAAA,SAAWJ,GACT,OAAIrJ,KAAKiI,OAAOyB,sBACP1J,KAAKiI,OAAOyB,qBAAqBL,IAM5CxD,EAAA5F,UAAA0J,aAAA,SAAaN,GACX,OAAIrJ,KAAKiI,OAAO2B,qBACP5J,KAAKiI,OAAO2B,oBAAoBP,IAM3CxD,EAAA5F,UAAA4J,kBAAA,SAAkBR,EAAU/F,GAC1B,OAAItD,KAAKiI,OAAO6B,2BACP9J,KAAKiI,OAAO6B,0BAA0BT,EAAK/F,IAKtDuC,EAAA5F,UAAA8J,SAAA,SAASV,EAAUW,GAIjB,IADA,IAAMC,GADND,GADAA,EAAYA,EAAUE,QAAQ,aAAc,QACtBA,QAAQ,MAAO,KACXC,MAAM,KACvBxH,EAAI,EAAGoC,EAAIkF,EAAQ3H,OAAQK,EAAIoC,IAAKpC,EAAG,CAC9C,IAAMT,EAAM+H,EAAQtH,GACpB,IAAI0G,KAAOnH,KAAOmH,GAGhB,OAFAA,EAAMA,EAAInH,GAKd,OAAOmH,GAGTxD,EAAA5F,UAAAmK,YAAA,eA3M6B,GAyBtBvE,EAAAA,GAAAA,OAAS,yBA9BjBvF,EAAAA,UAASC,KAAA,CAAC,CACTC,SAAU,iBACVC,SAAA,inOAOC4J,EAAAA,sBAEAA,EAAAA,yBAIAA,EAAAA,sBAEAC,EAAAA,+BACAA,EAAAA,yBACAA,EAAAA,4BACAA,EAAAA,4BACAA,EAAAA,qBAOAC,EAAAA,UAAShK,KAAA,CAACiK,EAAAA,QAAS,CAAEC,QAAQ,uBAG7BJ,EAAAA,SA1BUxE,EAAAA,GAAkBC,EAAA9D,EAAA,CAN9B0I,EAAAA,gBAMY7E,EAAAA,UCzBb,eA4CA,2BCtBE,SAAA8E,IAHU3K,KAAA4K,OAAS,IAAI1E,EAAAA,oBAKvByE,EAAA1K,UAAAC,SAAA,WACEF,KAAK6K,YAGPF,EAAA1K,UAAA6K,WAAA,WACE9K,KAAK4K,OAAO3D,QAGd0D,EAAA1K,UAAA4K,SAAA,WACE,GAAI7K,KAAK+K,KAAM,CACb,IAAIC,EAAMhL,KAAKiL,iBAAiBjL,KAAK+K,MAEnC/K,KAAKkL,WADK,QAARF,GAAyB,SAARA,GAA0B,QAARA,GAAyB,SAARA,GAA0B,QAARA,GAAyB,SAARA,EACvE,SAEH,QAARA,GAAyB,SAARA,GAA0B,QAARA,GAAyB,QAARA,EACzC,QAEH,QAARA,EACW,MAGA,OAKxB7J,OAAAyB,eAAI+H,EAAA1K,UAAA,WAAQ,KAAZ,WACE,GAAID,KAAK+K,KAAM,CACb,IAAII,EAAYnL,KAAK+K,KAAKZ,MAAM,KAChC,OAAyB,IAArBgB,EAAU7I,OACL6I,EAAU,GAEZA,EAAU,GAEnB,MAAO,oCAGTR,EAAA1K,UAAAgL,iBAAA,SAAiBF,GACf,OAAOA,EAAKZ,MAAM,KAAKjF,iCA3D1B5E,EAAAA,UAASC,KAAA,CAAC,CACTC,SAAU,sBACVC,SAAA,u7BAMC4J,EAAAA,oBAEAA,EAAAA,uBAEAA,EAAAA,2BAEAA,EAAAA,sBAEAC,EAAAA,cCiBSc,MCpCZ,cDoCYA,GAAAA,EAAAA,WAAAA,EAAAA,SAAQ,KAClBA,GAAA,IAAA,GAAA,MACAA,GAAAA,GAAA,MAAA,GAAA,QACAA,GAAAA,GAAA,QAAA,GAAA,UACAA,GAAAA,GAAA,KAAA,GAAA,OACAA,GAAAA,GAAA,MAAA,GAAA,0BA6BA,SAAAC,EAAoBC,GAAAtL,KAAAsL,OAAAA,SAJbD,EAAAE,qBAAP,WACEF,EAAOG,MAAQJ,EAAAA,SAASK,SAS1BJ,EAAApL,UAAAyL,MAAA,eAAM,IAAAC,EAAA,GAAAC,EAAA,EAAAA,EAAAvJ,UAAAC,OAAAsJ,IAAAD,EAAAC,GAAAvJ,UAAAuJ,GACJ5L,KAAK6L,IAAIC,QAAQD,IAAKT,EAAAA,SAASW,MAAOJ,IAOxCN,EAAApL,UAAA+L,KAAA,eAAK,IAAAL,EAAA,GAAAC,EAAA,EAAAA,EAAAvJ,UAAAC,OAAAsJ,IAAAD,EAAAC,GAAAvJ,UAAAuJ,GACH5L,KAAK6L,IAAIC,QAAQE,KAAMZ,EAAAA,SAASa,KAAMN,IAOxCN,EAAApL,UAAAiM,KAAA,eAAK,IAAAP,EAAA,GAAAC,EAAA,EAAAA,EAAAvJ,UAAAC,OAAAsJ,IAAAD,EAAAC,GAAAvJ,UAAAuJ,GACH5L,KAAK6L,IAAIC,QAAQI,KAAMd,EAAAA,SAASK,QAASE,IAO3CN,EAAApL,UAAAyF,MAAA,eAAM,IAAAiG,EAAA,GAAAC,EAAA,EAAAA,EAAAvJ,UAAAC,OAAAsJ,IAAAD,EAAAC,GAAAvJ,UAAAuJ,GACJ5L,KAAK6L,IAAIC,QAAQpG,MAAO0F,EAAAA,SAASe,MAAOR,IAGlCN,EAAApL,UAAA4L,IAAA,SAAIO,EAAgCZ,EAAiBG,GAArD,IAAAjF,EAAA1G,KACN,GAAIwL,GAASH,EAAOG,MAAO,CACzB,IAAMK,EAAM7L,KAAKsL,OAAS,CAAC,IAAMtL,KAAKsL,OAAS,KAAK1F,OAAO+F,GAAWA,EACtES,EAAKtI,MAAMgI,QAASD,GACpBR,EAAOgB,QAAQ7E,SAAQ,SAAA8E,GAAU,OAAAA,EAAOxI,MAAMwI,EAAM3G,EAAA,CAAGe,EAAK4E,OAAQE,GAAUG,cArD3EN,GAAAG,MAAQJ,EAAAA,SAASW,MAKjBV,GAAAgB,QAAuB,qBE7C5B,SAAAE,EAAYxM,GARZC,KAAAwM,WAAqB,GACrBxM,KAAAyM,YAAsB,GACtBzM,KAAA0M,iBAA2B,GAC3B1M,KAAA2M,cAAwB,GACxB3M,KAAA4M,OAAiB,GAKb5M,KAAK6M,YAAY9M,UAGrBwM,EAAAtM,UAAA4M,YAAA,SAAY9M,GACRC,KAAKwM,WAAazM,EAAKyM,WACvBxM,KAAKyM,YAAc1M,EAAK0M,YACxBzM,KAAK0M,iBAAmB3M,EAAK2M,iBAC7B1M,KAAK2M,cAAgB5M,EAAK4M,cAC1B3M,KAAK4M,OAAS7M,EAAK6M,OACnB5M,KAAK8M,QAAU/M,MAAAA,OAAI,EAAJA,EAAM+M,QACrB9M,KAAK+M,WAAahN,sBCPxB,SAAAiN,EAAY/E,GACVjI,KAAKiI,OAASA,SAGhB+E,EAAA/M,UAAAgN,cAAA,WACE,OAAOjN,KAAKiI,OAAO8E,YAGrBC,EAAA/M,UAAAiN,cAAA,WACE,OAAOlN,KAAKiI,OAAOuE,YAGrBQ,EAAA/M,UAAAkN,UAAA,WACE,OAAOnN,KAAKiI,OAAO2E,QAGrBI,EAAA/M,UAAAmN,oBAAA,WACE,OAAOpN,KAAKiI,OAAOyE,kBAGrBM,EAAA/M,UAAAoN,WAAA,WACE,OAAOrN,KAAKiI,OAAO6E,QAAU9M,KAAKiI,OAAO6E,QAAUQ,cAGrDN,EAAA/M,UAAAsN,iBAAA,WACE,OAAOvN,KAAKiI,OAAO0E,eAGrBK,EAAA/M,UAAAuN,kBAAA,WACE,OAAOxN,KAAKiI,OAAOuE,WAAa,IAAMQ,EAAcS,uBAjCxCT,GAAAS,iBAAmB,iJALlCC,EAAAA,WAAUnN,KAAA,CAAC,CACVoN,WAAY,qDATLpB,aCOP,SAA+CxM,GAAAC,KAAAD,KAAAA,wBANhDO,EAAAA,UAASC,KAAA,CAAC,CACTC,SAAU,oCACVC,SAAA,6cAIaK,EAAAA,OAAMP,KAAA,CAACqN,EAAAA,gCAQpB,SAA+C7N,GAAAC,KAAAD,KAAAA,wBANhDO,EAAAA,UAASC,KAAA,CAAC,CACTC,SAAU,oCACVC,SAAA,6bAIaK,EAAAA,OAAMP,KAAA,CAACqN,EAAAA,2CCFlB,SAAAC,EAAmBC,GAAA9N,KAAA8N,SAAAA,SAEnBD,EAAA5N,UAAA8N,SAAA,SAASC,EAAiBC,EAAmBC,QAAA,IAAAA,IAAAA,EAAA,GACxB,WAAbD,EACAjO,KAAK8N,SAASK,kBAAkBC,GAAuB,CACnDF,SAAU,IAAOA,EACjBnO,KAAMiO,IAIVhO,KAAK8N,SAASK,kBAAkBE,GAAqB,CACjDH,SAAU,IAAOA,EACjBnO,KAAMiO,wJAjBrBN,EAAAA,WAAUnN,KAAA,CAAC,CACRoN,WAAY,qDAVPW,EAAAA,iCCcP,SAAAC,EAAoBC,GAAAxO,KAAAwO,QAAAA,SAGpBD,EAAAtO,UAAAwO,YAAA,SAAYC,EAAoBC,oBAAA,IAAAA,IAAAA,EAAA,IAE9B,IAAMC,EAAS,GAGf,GAAIF,MAAAA,OAAa,EAAbA,EAAehJ,MAAO,CAGxB,GAAwB,QAAxBmJ,EAAIH,MAAAA,OAAa,EAAbA,EAAehJ,aAAK,IAAAmJ,OAAA,EAAAA,EAAED,OAGxB,IAAK,IAAME,KAAYJ,EAAchJ,MAAMkJ,OAAQ,CAEjD,GAA8B,QAA9BG,EAAIL,EAAchJ,MAAMkJ,cAAM,IAAAG,OAAA,EAAAA,EAAEvN,eAAesN,IAGa,QAAtCE,EAAkBN,MAAAA,OAAa,EAAbA,EAAehJ,aAAK,IAAAsJ,OAAA,EAAAA,EAAEJ,OAAOE,IAGpDtH,SAAQ,SAAA9B,GAAS,OAAAkJ,EAAOzJ,KAAKO,MAM5B,IAAlBkJ,EAAOtM,QAETsM,EAAOzJ,KAAKuJ,EAAchJ,MAAMsI,QAAUU,EAAchJ,MAAMsI,QAA6B,QAAtBiB,EAAGP,EAAchJ,aAAK,IAAAuJ,OAAA,EAAAA,EAAEvJ,OAGjG,IAAIwJ,EAAaN,EAAOtM,OAASsM,EAAO,GAAKD,EAC7C3O,KAAKwO,QAAQT,SAAS,UAAYmB,EAAY,oJAvCjDxB,EAAAA,WAAUnN,KAAA,CAAC,CACVoN,WAAY,qDAVLE,MCOG,IAAIxC,GAAO,2BAAvB,kBAUE,SAAA8D,EAAoBC,EAAsCC,GAAtCrP,KAAAoP,cAAAA,EAAsCpP,KAAAqP,aAAAA,SAE1DF,EAAAlP,UAAAqP,UAAA,SAAUC,EAA2B/L,GAArC,IAAAkD,EAAA1G,KACE,OAAOwD,EAAKgM,OAAOD,GAAS1I,KAAK4I,EAAAA,YAAW,SAAA/J,GAAS,OAAAgB,EAAK+H,YAAY/I,QAIhEyJ,EAAAlP,UAAAwO,YAAA,SAAY/I,WAElB,GAAIA,EAAMA,iBAAiBgK,WAEV,kBAAmC,QAAlBb,EAAA7O,KAAKoP,qBAAa,IAAAP,OAAA,EAAAA,EAAE3B,iBAAe,KAAKxH,EAAMA,MAAMsI,YAC/E,CAEU,kBAAmC,QAAlBe,EAAA/O,KAAKoP,qBAAa,IAAAL,OAAA,EAAAA,EAAE7B,iBACpD,IACElN,KAAKqP,aAAaZ,YAAY/I,EAAO,8DACrC,MAAOjC,GACPqI,QAAQD,IAAI,gCAAiCpI,IAGjD,OAAOkM,EAAAA,WAAWjK,2JA1BrBgI,EAAAA,WAAUnN,KAAA,CAAC,CACVoN,WAAY,qDATLX,UACAuB,MCDT,IAAM1C,GAAM,IAAIR,GAAO,kCAoBrB,SAAAuE,EAAoBR,GAAApP,KAAAoP,cAAAA,EAJZpP,KAAA6P,WAAiD,GAKvD7P,KAAK8M,QAAU9M,KAAKoP,cAAc/B,aAClCrN,KAAK8P,oBAAsB9P,KAAKoP,cAAclC,gBAAkB,cAChElN,KAAK+P,uBASPH,EAAA3P,UAAA+P,aAAA,SAAaC,EAAalQ,EAAyBmQ,GACjDlQ,KAAK6P,WAAWI,GAAO,CACrBC,YAAaA,GAAe,IAAIC,KAChCpQ,KAAMA,GAER8L,GAAIH,MAAM,uBAAuBuE,EAAG,KACpCjQ,KAAKoQ,iBAQPR,EAAA3P,UAAAoQ,aAAA,SAAaJ,GACX,IAAMK,EAAatQ,KAAK6P,WAAWI,GAEnC,OAAIK,GACFzE,GAAIH,MAAM,uBAAuBuE,EAAG,KAC7BK,EAAWvQ,MAGb,MAQT6P,EAAA3P,UAAAsQ,kBAAA,SAAkBN,GAChB,OAAOjQ,KAAK6P,WAAWI,IAAQ,MAOjCL,EAAA3P,UAAAuQ,WAAA,SAAWP,UACFjQ,KAAK6P,WAAWI,GACvBpE,GAAIH,MAAM,2BAA2BuE,EAAG,KACxCjQ,KAAKoQ,iBAOPR,EAAA3P,UAAAwQ,WAAA,SAAWC,GAAX,IAAAhK,EAAA1G,KACM0Q,EACFvP,OAAOnB,KAAK6P,YAAYc,KAAKnJ,SAAQ,SAACtF,SAChCwO,IAAsC,QAAxB7B,EAAInI,EAAKmJ,WAAW3N,UAAI,IAAA2M,OAAA,EAAAA,EAAEqB,qBACnCxJ,EAAKmJ,WAAW3N,MAI3BlC,KAAK6P,WAAa,GAEpB7P,KAAKoQ,iBASPR,EAAA3P,UAAA2Q,eAAA,SAAeC,GACb7Q,KAAKyQ,aACLzQ,KAAK8M,QAA0B,UAAhB+D,EAA0BvD,aAA+B,YAAhBuD,EAA4BC,eAAiB,KACrG9Q,KAAK+P,iBAGCH,EAAA3P,UAAAmQ,cAAA,WACFpQ,KAAK8M,UACP9M,KAAK8M,QAAQ9M,KAAK8P,qBAAuBiB,KAAKC,UAAUhR,KAAK6P,cAIzDD,EAAA3P,UAAA8P,cAAA,WACN,IAAMhQ,EAAOC,KAAK8M,QAAU9M,KAAK8M,QAAQ9M,KAAK8P,qBAAuB,KACrE9P,KAAK6P,WAAa9P,EAAOgR,KAAKE,MAAMlR,GAAQ,4IAtG/C2N,EAAAA,WAAUnN,KAAA,CAAC,CACVoN,WAAY,qDAfLX,wBCcP,SAAAkE,EAAoBC,GAAAnR,KAAAmR,iBAAAA,EAFZnR,KAAAoR,aAAc,SAStBF,EAAAjR,UAAAoR,UAAA,SAAUC,GACR,IAAMC,EAAW,IAAIL,EAAiBlR,KAAKmR,kBAI3C,OAHIG,GAAWA,EAAQE,SACrBD,EAASH,aAAc,GAElBG,GAGTL,EAAAjR,UAAAqP,UAAA,SAAUC,EAA2B/L,GAArC,IAAAkD,EAAA1G,KACE,MAAuB,QAAnBuP,EAAQkC,OACHjO,EAAKgM,OAAOD,GAGd,IAAImC,EAAAA,YAAW,SAACC,GACrB,IAAM9B,EAAanJ,EAAK0K,YAAc,KAAO1K,EAAKyK,iBAAiBd,aAAad,EAAQqC,eACrE,OAAf/B,GAEF8B,EAAWnO,KAAK,IAAIqO,EAAAA,aAAahC,IACjC8B,EAAWG,YAEXtO,EAAKgM,OAAOD,GACTzI,WACC,SAAAyB,GACMA,aAAiBsJ,EAAAA,cACnBnL,EAAKyK,iBAAiBnB,aAAaT,EAAQqC,cAAerJ,GAE5DoJ,EAAWnO,KAAK+E,MAElB,SAAA7C,GAAS,OAAAiM,EAAWjM,MAAMA,MAC1B,WAAM,OAAAiM,EAAWG,0JA3C5BpE,EAAAA,WAAUnN,KAAA,CAAC,CACVoN,WAAY,qDARLiC,wBCWP,SAAAmC,EAAoB3C,GAAApP,KAAAoP,cAAAA,SAEpB2C,EAAA9R,UAAAqP,UAAA,SAAUC,EAA2B/L,GAInC,MAHK,kBAAkBwO,KAAKzC,EAAQU,OAClCV,EAAUA,EAAQ0C,MAAM,CAAEhC,IAAKjQ,KAAKoP,cAAcjC,YAAcoC,EAAQU,OAEnEzM,EAAKgM,OAAOD,4IAXtB7B,EAAAA,WAAUnN,KAAA,CAAC,CACVoN,WAAY,qDANLX,wBCiBP,SAAAkF,EAAoB9C,GAAApP,KAAAoP,cAAAA,EAFZpP,KAAAmS,aAAmC,YAS3ChR,OAAAyB,eAAIsP,EAAAjS,UAAA,kBAAe,KAAnB,WACE,QAASD,KAAKoS,6CAOhBjR,OAAAyB,eAAIsP,EAAAjS,UAAA,cAAW,KAAf,WAIE,OAHKD,KAAKmS,eACRnS,KAAKmS,aAAepB,KAAKE,MAAMH,eAAeuB,QAAQrS,KAAKoP,cAAc5B,sBAAwBF,aAAa+E,QAAQrS,KAAKoP,cAAc5B,uBAEpIxN,KAAKmS,8CAUdD,EAAAjS,UAAAqS,eAAA,SAAeF,EAA2BG,GACxCvS,KAAKmS,aAAeC,GAAe,KAE/BA,GACDG,EAAWjF,aAAewD,gBAAgB0B,QAAQxS,KAAKoP,cAAc5B,oBAAqBuD,KAAKC,UAAUoB,KAE1GtB,eAAenJ,QACf2F,aAAa3F,QACb3H,KAAKmS,aAAe,OAIxBD,EAAAjS,UAAAwS,eAAA,uBACQC,GAAoC,QAAvB3D,EAAgB,QAAhBF,EAAA7O,KAAKoS,mBAAW,IAAAvD,OAAA,EAAAA,EAAE8D,aAAK,IAAA5D,OAAA,EAAAA,EAAE6D,aAAc,GACpDD,GAA+B,QAAvB1D,EAAgB,QAAhBD,EAAAhP,KAAKoS,mBAAW,IAAApD,OAAA,EAAAA,EAAE2D,aAAK,IAAA1D,OAAA,EAAAA,EAAE4D,eAAgB,GAEvD,OAAKF,GAAUD,EAIXvC,KAAK2C,MAAQC,SAASL,IACxB1S,KAAKsS,iBACE,MAGFK,EARE,MAWXT,EAAAjS,UAAA+S,cAAA,mBACE,OAA8B,QAAvBjE,EAAgB,QAAhBF,EAAA7O,KAAKoS,mBAAW,IAAAvD,OAAA,EAAAA,EAAE8D,aAAK,IAAA5D,OAAA,EAAAA,EAAE6D,aAAc,IAGhDV,EAAAjS,UAAAgT,gBAAA,mBACE,OAA8B,QAAvBlE,EAAgB,QAAhBF,EAAA7O,KAAKoS,mBAAW,IAAAvD,OAAA,EAAAA,EAAE8D,aAAK,IAAA5D,OAAA,EAAAA,EAAEmE,gBAAiB,IAGnDhB,EAAAjS,UAAAkT,QAAA,WAEE,OADAnT,KAAKmS,aAAe,KACbnS,8IA1EV0N,EAAAA,WAAUnN,KAAA,CAAC,CACVoN,WAAY,qDAbLX,wBCaP,SAAAoG,EAAoBhB,GAAApS,KAAAoS,YAAAA,SAEpBgB,EAAAnT,UAAAqP,UAAA,SAAUC,EAA2B/L,GAMnC,OALA+L,EAAUA,EAAQ0C,MAAM,CACtBoB,WAAY,CACVC,cAAe,WAAUtT,KAAKoS,YAAYK,kBAAoB,OAG3DjP,EAAKgM,OAAOD,4IAbtB7B,EAAAA,WAAUnN,KAAA,CAAC,CACVoN,WAAY,qDAPLuE,MCQT,IAAAqB,GAAA,WAAA,SAAAA,YAEEA,EAAAtT,UAAAqP,UAAA,SAAUC,EAA2B/L,GAMnC,OALA+L,EAAUA,EAAQ0C,MAAM,CACtBoB,WAAY,CACVG,eAAgBjE,EAAQkE,QAAQC,IAAI,iBAAmB,sBAGpDlQ,EAAKgM,OAAOD,MARvB,sHAHC7B,EAAAA,WAAUnN,KAAA,CAAC,CACVoN,WAAY,WC0Cd,IAAAgG,GAAA,WAEE,SAAAA,EAAoBnQ,EAA2BoQ,GAA3B5T,KAAAwD,KAAAA,EAA2BxD,KAAA4T,YAAAA,SAE/CD,EAAA1T,UAAAuP,OAAA,SAAOD,GACL,OAAOvP,KAAK4T,YAAYtE,UAAUC,EAASvP,KAAKwD,SALpD,GAkBaqQ,GAA4B,IAAIC,EAAAA,eAAgC,4CAU3E,SAAAC,EAAoBC,EACVC,EAC+CC,QAAA,IAAAA,IAAAA,EAAA,IAFzD,IAAAxN,EAGEyN,EAAA1S,KAAAzB,KAAMgU,IAAYhU,YAHA0G,EAAAsN,YAAAA,EACVtN,EAAAuN,SAAAA,EAC+CvN,EAAAwN,aAAAA,EAGlDxN,EAAKwN,eAERxN,EAAKwN,aAAe,CAACxN,EAAKuN,SAASP,IAAI3B,IAAuBrL,EAAKuN,SAASP,IAAIH,IAAoB7M,EAAKuN,SAASP,IAAIN,IAAmB1M,EAAKuN,SAASP,IAAIvE,eAThIzN,EAAAqS,EAAAI,GAa/BJ,EAAA9T,UAAAmU,MAAA,SAAMhD,GACJ,IAAMiD,EAAmBrU,KAAKiU,SAASP,IAAIxC,IAAkBG,UAAU,CAAEG,OAAQJ,IACjF,OAAOpR,KAAKsU,eAAeD,IAG7BN,EAAA9T,UAAAsU,iBAAA,WACE,OAAOvU,KAAKwU,kBAAkBrF,KAGhC4E,EAAA9T,UAAAwU,cAAA,WACE,OAAOzU,KAAKwU,kBAAkBzC,KAGhCgC,EAAA9T,UAAAyU,UAAA,WACE,OAAO1U,KAAKwU,kBAAkBpB,KAGhCW,EAAA9T,UAAA0U,WAAA,WACE,OAAO3U,KAAKwU,kBAAkBjB,KAIhCQ,EAAA9T,UAAAsP,QAAA,SAAQkC,EAAcxB,EAAWqB,GAC/B,IAAMsD,EAAU5U,KAAKkU,aAAaW,aAChC,SAACrR,EAAMoQ,GAAgB,OAAA,IAAID,GAAuBnQ,EAAMoQ,KACxD5T,KAAKgU,aAEP,OAAO,IAAIc,EAAAA,WAAWF,GAASrF,QAAQkC,EAAQxB,EAAKqB,IAG9CyC,EAAA9T,UAAAuU,kBAAA,SAAkBO,GACxB,OAAO,IAAIhB,EACT/T,KAAKgU,YACLhU,KAAKiU,SACLjU,KAAKkU,aAAac,QAAO,SAAArS,GAAK,QAAEA,aAAaoS,QAIzChB,EAAA9T,UAAAqU,eAAA,SAAeV,GACrB,OAAO,IAAIG,EACT/T,KAAKgU,YACLhU,KAAKiU,SACLjU,KAAKkU,aAAatO,OAAO,CAACgO,SAvDCkB,EAAAA,kMAHhCpH,EAAAA,WAAUnN,KAAA,CAAC,CACVoN,WAAY,qDA1EmCsH,EAAAA,mBADJC,EAAAA,wCAiFxCC,EAAAA,UAAQ,CAAAtU,KAAIC,EAAAA,OAAMP,KAAA,CAACsT,2BCzEtB,SAAAuB,EAAoBC,GAAArV,KAAAqV,KAAAA,SAEpBD,EAAAnV,UAAAqV,eAAA,SAAeC,GACb,OAAOvV,KAAKqV,KAAK3B,IAAI,mBAAoB,CAAE8B,OAAQD,IAAWE,aAGhEL,EAAAnV,UAAAyV,iBAAA,SAAiBC,GACf,OAAO3V,KAAKqV,KAAKO,KAAK,mBAAoBD,GAAOF,aAGnDL,EAAAnV,UAAA4V,iBAAA,SAAiBF,GACf,OAAO3V,KAAKqV,KAAKS,IAAI,oBAAoBH,EAAMI,GAAMJ,GAAOF,aAG9DL,EAAAnV,UAAA+V,iBAAA,SAAiBL,GACf,OAAO3V,KAAKqV,KAAKY,OAAO,oBAAoBN,EAAMI,IAAMN,aAG1DL,EAAAnV,UAAAiW,iBAAA,SAAiBnL,GACf,IAAMoL,EAAqB,IAAIC,SAE/B,OADAD,EAASE,OAAO,WAAYtL,EAAMA,EAAKuL,MAChCtW,KAAKqV,KACTV,aACAiB,KACC,0BACAO,GACAV,qJA/BP/H,EAAAA,WAAUnN,KAAA,CAAC,CACVoN,WAAY,qDAHLoG,wBCOP,SAAAwC,YAGAA,EAAAtW,UAAAuW,aAAA,SAAaC,EAAeC,EAA4BC,GACtD,OAASD,EAAUhD,IAAI+C,GAAOG,OAASF,EAAUhD,IAAI+C,GAAOI,UACxDH,EAAUhD,IAAI+C,GAAOG,OAASF,EAAUhD,IAAI+C,GAAOK,WAAaH,GAItEJ,EAAAtW,UAAA8W,gBAAA,SAAgBN,EAAeC,EAA4BM,EAAoBC,GAC7E,IAAMvR,EAAQvE,OAAOwP,KAAK+F,EAAUhD,IAAI+C,GAAO7H,QAC/C,OAAQlJ,EAAMpD,OAAS,GAAM0U,EAAcC,GAAcR,GAAO/Q,EAAM,IAAMsR,EAAcC,GAAcR,GAAO/Q,EAAM,IAAY,4HAhBpIgI,EAAAA,WAAUnN,KAAA,CAAC,CACVoN,WAAY,kDCKd,IAAMqJ,GAAqB,CACzB/G,IAAK,CACHiH,SAAU,mCAmBZ,SAAAC,EACSrX,EACyBC,EACxBqX,EACAC,EACAC,EACAC,GALDvX,KAAAF,UAAAA,EACyBE,KAAAD,KAAAA,EACxBC,KAAAoX,qBAAAA,EACApX,KAAAqX,GAAAA,EACArX,KAAAsX,kBAAAA,EACAtX,KAAAuX,aAAAA,EAVVvX,KAAAwX,SAAkB,GAYhBxX,KAAKyX,oBAICN,EAAAlX,UAAAwX,WAAA,WAENzX,KAAK0X,gBAAkB1X,KAAKqX,GAAGM,MAAM,CACnC5B,GAAI,CAAC,IACL6B,MAAO,CAAC,IACRC,QAAS,CAAC,IACVC,YAAa,CAAC,IACdC,UAAW,GACXhN,KAAM,CAAC,GAAIiN,EAAAA,WAAWd,UACtBjH,IAAK,CAAC,GAAI+H,EAAAA,WAAWd,aAIzBC,EAAAlX,UAAAC,SAAA,mBACMF,KAAKD,KAAKkY,SACZjY,KAAK0X,gBAAgBhE,IAAI,eAAewE,SAASlY,KAAKD,KAAKkY,OAAOH,aAClE9X,KAAK0X,gBAAgBhE,IAAI,aAAawE,SAASlY,KAAKD,KAAKkY,OAAOF,YAE9D/X,KAAKD,KAAKgL,OACZ/K,KAAKmY,YAAa,EAClBnY,KAAK0X,gBAAgBU,WAAWpY,KAAKD,KAAKgL,QAG/B,QAAb8D,EAAI7O,KAAKD,YAAI,IAAA8O,OAAA,EAAAA,EAAEwJ,uBACbrY,KAAKqY,oBAA+B,QAAZtJ,EAAG/O,KAAKD,YAAI,IAAAgP,OAAA,EAAAA,EAAEsJ,qBAIxCrY,KAAKsY,WAAa,CAChBC,OAAQ,cACRC,YAAa,uBACbC,OAAQ,CACNC,OAAQ,SAEVC,UAAU,EACVC,WAAY,IACZC,QAAS,GACTC,eAAgB,aAGlB9Y,KAAK+Y,aAAe,CAClBC,YAAa,CACXN,OAAQ,QACRO,MAAO,UAOP9B,EAAAlX,UAAAiZ,OAAA,+GAEJ,OADAlZ,KAAKmZ,4BAA6B,EAC7BnZ,KAAK0X,gBAAgBd,OAGpBjB,EAAQ3V,KAAK0X,gBAAgBpU,MAE/BtD,KAAKqY,sBACP1C,EAAMiC,MAAQjC,EAAM5K,MAGF/K,KAAKmY,WACrB,CAAA,EAAMnY,KAAKsX,kBAAkBzB,iBAAiBF,IAD9B,CAAA,EAAA,IARlB,CAAA,iBASE3G,EAAAC,EAAA1K,oBACA,MAAA,CAAA,EAAMvE,KAAKsX,kBAAkB5B,iBAAiBC,WAA9C3G,EAAAC,EAAA1K,+BAFEZ,EAAMqL,EAGZhP,KAAKF,UAAUM,MAAMuD,EAAOyV,MAC5BpZ,KAAKuX,aAAaxJ,SAChB,8BACA,uBAKEoJ,EAAAlX,UAAAoZ,YAAA,SAAY9Q,0GAChBvI,KAAKwX,SAAWjP,EAEZvI,KAAKwX,SAASlV,OAAS,EAEL,CAAA,EAAMtC,KAAKsX,kBAAkBpB,iBAC/ClW,KAAKwX,SAAS,KAHd,CAAA,EAAA,UAEI7T,EAAcqL,EAAAzK,OAGpBvE,KAAK0X,gBACFhE,IAAI,QACJwE,SAASvU,EAAOyV,KAAKrO,MACxB/K,KAAK0X,gBACFhE,IAAI,OACJwE,SAASvU,EAAOyV,KAAKnJ,KACxBjQ,KAAKwX,SAAW,sCAKdL,EAAAlX,UAAA6K,WAAA,8EACJ,GAAI9K,KAAK0X,gBAAgBpU,MAAMyH,KAC7B,IACE/K,KAAK0X,gBAAgBU,WAAW,CAC9BrN,KAAM,GACNkF,IAAK,KAEP,MAAOvK,GACP1F,KAAKuX,aAAaxJ,SAAS,mCAAoC,yBAMrEoJ,EAAAlX,UAAAuW,aAAA,SAAaC,GACX,OAAOzW,KAAKoX,qBAAqBZ,aAC/BC,EACAzW,KAAK0X,gBACL1X,KAAKmZ,6BAKThC,EAAAlX,UAAA8W,gBAAA,SAAgBN,GACd,OAAOzW,KAAKoX,qBAAqBL,gBAC/BN,EACAzW,KAAK0X,gBACLV,+BAjJL1W,EAAAA,UAASC,KAAA,CAAC,CACTC,SAAU,mBACVC,SAAA,+kEAhBOC,EAAAA,6CA+BJI,EAAAA,OAAMP,KAAA,CAACQ,EAAAA,0BA1BHwV,UAJW+C,EAAAA,mBACXlE,UAIAvH,MCYI0L,EAAAA,GAA2B,WAkBtC,SAAAA,EACUjC,EACDkC,EACCjC,EACAkC,GAHAzZ,KAAAsX,kBAAAA,EACDtX,KAAAwZ,SAAAA,EACCxZ,KAAAuX,aAAAA,EACAvX,KAAAyZ,OAAAA,EAnBDzZ,KAAA0Z,UAAoB,EAM7B1Z,KAAAuV,QAAe,GACfvV,KAAA2Z,YAAqB,GACrB3Z,KAAA4Z,iBAAmB,CAAC,QAAS,QAAS,UAAW,QACjD5Z,KAAA6Z,WAAqB,EACrB7Z,KAAA8Z,OAAsB,IAAIC,EAAAA,YAAY,IACtC/Z,KAAAkI,KAAe,EACflI,KAAAoI,QAAkB,GAClBpI,KAAAmI,SAAmB,SASnBoR,EAAAtZ,UAAAC,SAAA,WAAA,IAAAwG,EAAA1G,KAGEA,KAAK+Y,aAAe,CAClBiB,WAAY,CACVtB,OAAQ,QACRO,MAAO,SAETD,YAAa,CACXN,OAAQ,SACRO,MAAO,SAETgB,YAAY,GAGVja,KAAKqY,sBACPrY,KAAK4Z,iBAAmB5Z,KAAK4Z,iBAAiB5E,QAAO,SAAAkF,GAAK,MAAO,YAANA,GAA2B,UAANA,MAGlFla,KAAKuV,QAAU,CACbuC,YAAa9X,KAAKma,WAClBpC,UAAW/X,KAAKoa,SAChBxC,MAAO,IAET5X,KAAK8Z,OAAOO,aAAaxT,KAAKyT,EAAAA,aAAa,KAAMC,EAAAA,uBAAwBnT,EAAAA,eAAepH,OAAO8G,WAAU,SAAAxD,GACvGoD,EAAK6O,QAAQqC,MAAQtU,EACrBoD,EAAK8T,YAEPxa,KAAKya,0BACAza,KAAK0Z,UACR1Z,KAAK4Z,iBAAiBzU,KAAK,YAIzBoU,EAAAtZ,UAAAwa,wBAAA,2GAGgB,OAFpBza,KAAKuV,QAAQrN,KAAOlI,KAAKkI,KACzBlI,KAAK6Z,WAAY,EACG,CAAA,EAAM7Z,KAAKsX,kBAAkBhC,eAAetV,KAAKuV,wBAA/D5R,EAAckL,EAAAtK,OACpBvE,KAAKmI,SAAWxE,EAAO+W,WAAa1a,KAAKkI,KACzClI,KAAK2Z,YAAc3Z,KAAK2Z,YAAY/T,OAAOjC,EAAO5D,MAClDC,KAAK6Z,WAAY,cAGnBN,EAAAtZ,UAAA0a,cAAA,WAAA,IAAAjU,EAAA1G,KACoBA,KAAKyZ,OAAOmB,KAAKzD,GAAyB,CAC1D8B,MAAO,QACPlZ,KAAM,CACJkY,OAAQjY,KAAKuV,QACb8C,oBAAqBrY,KAAKqY,qBAE5BwC,WAAW,EACXC,cAAc,IAGNC,cAAcjU,WAAU,SAAMnD,GAAM,OAAAd,EAAA6D,OAAA,OAAA,GAAA,mDACxC/C,KACIqX,EAAKrV,EAAO3F,KAAK2Z,cACjBxU,KAAKxB,GACX3D,KAAK2Z,YAAcqB,iBAKzBzB,EAAAtZ,UAAAgb,eAAA,SAAelQ,GAAf,IAAArE,EAAA1G,KACoBA,KAAKyZ,OAAOmB,KAAKzD,GAAyB,CAC1D8B,MAAO,QACP4B,WAAW,EACX9a,KAAM,CACJgL,KAAMA,EACNsN,oBAAqBrY,KAAKqY,uBAIpB0C,cAAcjU,WAAU,SAAAnD,GAC5BA,GACF+C,EAAK8T,aAKXjB,EAAAtZ,UAAA+V,iBAAA,SAAiBjL,GAAjB,IAAArE,EAAA1G,KACoBA,KAAKyZ,OAAOmB,KAAK/a,EAAsB,CACvDoZ,MAAO,QACPlZ,KAAmB,CACjB6X,MAAO,cACP5J,QAAS,2CAA2CjD,EAAK6M,MAAK,KAEhEiD,WAAW,IAGHE,cAAcjU,WAAU,SAAMnD,GAAM,OAAAd,EAAA6D,OAAA,OAAA,GAAA,oEACxC/C,EAEa,CAAA,EAAM3D,KAAKsX,kBAAkBtB,iBAC1CjL,IAHA,CAAA,EAAA,UAEa8D,EAAAtK,OAGfvE,KAAKuX,aAAaxJ,SAChB,4BACA,WAEF/N,KAAKwa,+CAMXjB,EAAAtZ,UAAAoI,SAAA,WACMrI,KAAKkI,KAAOlI,KAAKmI,WAAanI,KAAK6Z,YACrC7Z,KAAKkI,MAAQ,EACblI,KAAKya,4BAITlB,EAAAtZ,UAAAua,OAAA,WACExa,KAAK2Z,YAAc,GACnB3Z,KAAKkI,KAAO,EACPlI,KAAK6Z,WACR7Z,KAAKya,2BAITlB,EAAAtZ,UAAAmK,YAAA,aAEAmP,EAAAtZ,UAAAib,gBAAA,WACElb,KAAK8Z,OAAO5B,SAAS,OArJe,0BALvC5X,EAAAA,UAASC,KAAA,CAAC,CACTC,SAAU,4BACVC,SAAA,quHAZO2U,UAHA+F,EAAAA,gBAQAtN,UAPAuN,EAAAA,kDAkBN/Q,EAAAA,0BACAA,EAAAA,wBACAA,EAAAA,4BACAA,EAAAA,mCACAA,EAAAA,2BACAA,EAAAA,SANUkP,EAAAA,GAA2BvX,EAAA,CANvC0I,EAAAA,gBAMY6O,EAAAA,sBCIX,SAAA8B,EAAoB9D,GAAAvX,KAAAuX,aAAAA,EAZXvX,KAAAsb,UAAmB,GAIlBtb,KAAAqZ,YAAmB,IAAInT,EAAAA,aAEjClG,KAAAub,OAAS,4BASTF,EAAApb,UAAAC,SAAA,WACEF,KAAKwb,cAAgBC,QAAQzb,KAAKiI,OAAO0Q,WAI3C0C,EAAApb,UAAAyb,UAAA,SAAUnT,GACRA,EAAMtG,OAAO0Z,MAAMC,WAAa5b,KAAKiI,OAAO4T,WAAa,UAEzDtT,EAAMtG,OAAO0Z,MAAMJ,OAAS,mBAE5BhT,EAAMuT,kBAIRT,EAAApb,UAAA8b,SAAA,SAASxT,GACPA,EAAMuT,kBAIRT,EAAApb,UAAA+b,UAAA,SAAUzT,GACRA,EAAMtG,OAAO0Z,MAAMC,WAAa,GAChCrT,EAAMtG,OAAO0Z,MAAMJ,OAASvb,KAAKub,OAEjChT,EAAMuT,kBAIRT,EAAApb,UAAAgc,UAAA,SAAU1T,GACRA,EAAMtG,OAAO0Z,MAAMC,WAAa,GAChCrT,EAAMtG,OAAO0Z,MAAMJ,OAASvb,KAAKub,OACjC,IAAMW,EAAyB3T,EAAM4T,aAAanB,MAClD,GAAIkB,EAAa5Z,OAAS,EAAG,CAC3B,IAAMgZ,EAAYha,MAAM8a,KAAKF,GAC7Blc,KAAKqc,SAASf,GAEhB/S,EAAMuT,kBAIRT,EAAApb,UAAAqc,aAAA,SAAa/T,GACX,GAAIA,EAAMtG,OAAO+Y,OAASzS,EAAMtG,OAAO+Y,MAAM1Y,OAAQ,CACnD,IAAMgZ,EAAYha,MAAM8a,KAAK7T,EAAMtG,OAAO+Y,OAC1Chb,KAAKqc,SAASf,GACIiB,SAASC,eACzBxc,KAAKiI,OAAOsQ,QAEJjV,MAAQ,KAKtB+X,EAAApb,UAAAoc,SAAA,SAASf,GAAT,IAAA5U,EAAA1G,KACOA,KAAKwb,aAcsB,IAA1Bxb,KAAKsb,UAAUhZ,QACbtC,KAAKyc,gBAAgBnB,EAAU,MACjCtb,KAAKsb,UAAUnW,KAAKmW,EAAU,IAC9Btb,KAAKsb,UAAUpU,KAAKlH,KAAK0c,WACzB1c,KAAKqZ,YAAYpS,KAAKjH,KAAKsb,aAjB/BA,EAAU9T,SAAQ,SAACuD,GACjBrE,EAAK4U,UAAY5U,EAAK4U,UAAUtG,QAC9B,SAACoE,GAAc,OAAAA,EAAK9C,OAASvL,EAAKuL,QAEhC5P,EAAK+V,gBAAgB1R,IACvBrE,EAAK4U,UAAUnW,KAAK4F,MAIxB/K,KAAKsb,UAAUpU,KAAKlH,KAAK0c,WACzB1c,KAAKqZ,YAAYpS,KAAKjH,KAAKsb,aAc/BD,EAAApb,UAAAyc,UAAA,SAAUC,EAAQzb,GAChB,IAAM0b,EAAQD,EAAErG,KAAKuG,cACfC,EAAQ5b,EAAEoV,KAAKuG,cACrB,OAAID,EAAQE,GACF,EAENF,EAAQE,EACH,EAGF,GAITzB,EAAApb,UAAAwc,gBAAA,SAAgB1R,GACd,OAAK0Q,QAAQzb,KAAKiI,OAAO4Q,WAEd9N,EAAKgS,KAAI,QAAmB/c,KAAKiI,OAAO4Q,UAGjD7Y,KAAKuX,aAAaxJ,SAChB,0CAA0C/N,KAAKiI,OAAO4Q,QAAO,uCAAuC7Y,KAAKiI,OAAO4Q,QAAO,eACvH,SAEK,KAKXwC,EAAApb,UAAA+c,WAAA,SAAWzU,GACHvI,KAAKwb,cAAgBxb,KAAKsb,UAAUhZ,OAAS,GACjDia,SAASC,eAAexc,KAAKiI,OAAOsQ,QAAQ0E,QAE9C1U,EAAMuT,4CAnITxb,EAAAA,UAASC,KAAA,CAAC,CACTC,SAAU,mBACVC,SAAA,8nCANOoN,0CAUNxD,EAAAA,sBAEAA,EAAAA,2BAEAC,EAAAA,uBAIAD,EAAAA,gBCnBH,2BCQE,SAAA6S,EAAoB7H,GAAArV,KAAAqV,KAAAA,SAEpB6H,EAAAjd,UAAAkd,SAAA,SAASC,GACP,OAAOpd,KAAKqV,KAAK3B,IAAI,YAAa,CAAE8B,OAAQ4H,IAAe3H,aAG7DyH,EAAAjd,UAAAod,QAAA,SAAQC,GACN,OAAOtd,KAAKqV,KAAKO,KAAK,YAAa0H,GAAM7H,aAG3CyH,EAAAjd,UAAAsd,SAAA,SAASD,GACP,OAAOtd,KAAKqV,KAAKS,IAAI,aAAawH,EAAKvH,GAAMuH,GAAM7H,aAGrDyH,EAAAjd,UAAAud,WAAA,SAAWF,GACT,OAAOtd,KAAKqV,KAAKY,OAAO,aAAaqH,EAAKvH,IAAMN,qJApBnD/H,EAAAA,WAAUnN,KAAA,CAAC,CACVoN,WAAY,qDAHLoG,MCMT,IAAMiD,GAAqB,CACzBsG,KAAM,CACJpG,SAAU,mCAeZ,SAAAuG,EACS3d,EACyBC,EACxBsX,EACAD,EACAG,EACAmG,GALD1d,KAAAF,UAAAA,EACyBE,KAAAD,KAAAA,EACxBC,KAAAqX,GAAAA,EACArX,KAAAoX,qBAAAA,EACApX,KAAAuX,aAAAA,EACAvX,KAAA0d,YAAAA,EAER1d,KAAKyX,oBAICgG,EAAAxd,UAAAwX,WAAA,WAENzX,KAAK2d,cAAgB3d,KAAKqX,GAAGM,MAAM,CACjC5B,GAAI,CAAC,IACLuH,KAAM,CAAC,GAAItF,EAAAA,WAAW4F,QAAQ,CAAC5F,EAAAA,WAAWd,YAC1C2G,WAAY,CAAC,IACbC,iBAAkB,CAAC,OAIvBL,EAAAxd,UAAAC,SAAA,WACMF,KAAKD,KAAKyR,SACZxR,KAAKmY,YAAa,GAEpBnY,KAAK2d,cAAcvF,WAAWpY,KAAKD,KAAKud,OAIpCG,EAAAxd,UAAAiZ,OAAA,4HACJlZ,KAAK+d,sBAAuB,EACxB/d,KAAK2d,cAAc/G,OACfjB,EAAQ3V,KAAK2d,cAAcra,MAClBtD,KAAKmY,WAChB,CAAA,EAAMnY,KAAK0d,YAAYH,SAAS5H,IADrB,CAAA,EAAA,IAFb,CAAA,EAAA,iBAGE5G,EAAAC,EAAAzK,oBACA,MAAA,CAAA,EAAMvE,KAAK0d,YAAYL,QAAQ1H,WAA/B5G,EAAAC,EAAAzK,wBAFEZ,EAAMoL,EAIZ/O,KAAKuX,aAAaxJ,UACJ,QAATc,EAAA7O,KAAKD,YAAI,IAAA8O,OAAA,EAAAA,EAAEmP,WAAS,sBACvB,WAEFhe,KAAKF,UAAUM,MAAMuD,sCAIzB8Z,EAAAxd,UAAAge,OAAA,WACEje,KAAKF,UAAUM,SAIjBqd,EAAAxd,UAAAuW,aAAA,SAAaC,GACX,OAAOzW,KAAKoX,qBAAqBZ,aAC/BC,EACAzW,KAAK2d,cACL3d,KAAK+d,uBAKTN,EAAAxd,UAAA8W,gBAAA,SAAgBN,GACd,OAAOzW,KAAKoX,qBAAqBL,gBAC/BN,EACAzW,KAAK2d,cACL3G,+BA3EL1W,EAAAA,UAASC,KAAA,CAAC,CACTC,SAAU,gBACVC,SAAA,0sCAbOC,EAAAA,6CAwBJI,EAAAA,OAAMP,KAAA,CAACQ,EAAAA,0BAzBQuY,EAAAA,mBAGX/C,UACA1I,UAFAqP,wBC4BP,SAAAgB,EAAoBR,EACVjE,GADUzZ,KAAA0d,YAAAA,EACV1d,KAAAyZ,OAAAA,EAhBDzZ,KAAAme,UAAoB,EACpBne,KAAAge,UAAoB,OACpBhe,KAAAoe,cAAwB,EAEjCpe,KAAAqe,MAAe,GAEfre,KAAA4Z,iBAAmB,CACjB,QACA,OACA,WAGF5Z,KAAAkI,KAAO,EACPlI,KAAAmI,SAAW,EAKTnI,KAAKuV,QAAU,GACfvV,KAAKuV,QAAQ+I,QAAU,yBAGzBJ,EAAAje,UAAAC,SAAA,WACMF,KAAKme,WACPne,KAAK4Z,iBAAmB5Z,KAAK4Z,iBAAiB5E,QAAO,SAAAkF,GAAK,MAAM,YAANA,MAE5Dla,KAAKuV,QAAQuI,iBAAmB9d,KAAKue,eACrCve,KAAKuV,QAAQsI,WAAa7d,KAAKwe,UAC/Bxe,KAAKye,YAGDP,EAAAje,UAAAwe,SAAA,2GAEgB,MAAA,CAAA,EAAMze,KAAK0d,YAAYP,SAAQhc,OAAAud,OAAAvd,OAAAud,OAAA,GAAM1e,KAAKuV,SAAO,CAAErN,KAAMlI,KAAKkI,uBAA5EvE,EAAckL,EAAAtK,OACpBvE,KAAKqe,MAAQre,KAAKqe,MAAMzY,OAAOjC,EAAO5D,MACtCC,KAAKkI,KAAOvE,EAAOgb,aACnB3e,KAAKmI,SAAWxE,EAAO+W,sBAGzBwD,EAAAje,UAAAod,QAAA,WAAA,IAAA3W,EAAA1G,KACoBA,KAAKyZ,OAAOmB,KAAK6C,GAAmB,CACpDxE,MAAO,QACPlZ,KAAM,CACJud,KAAM,CAAEQ,iBAAkB9d,KAAKue,eAAgBV,WAAY7d,KAAKwe,WAChER,UAAWhe,KAAKge,WAElBnD,WAAW,IAGHE,cAAcjU,WAAU,SAAAnD,GAC5BA,IACF+C,EAAKkY,cACLlY,EAAK+X,gBAKXP,EAAAje,UAAAsd,SAAA,SAASD,GAAT,IAAA5W,EAAA1G,KACoBA,KAAKyZ,OAAOmB,KAAK6C,GAAmB,CACpDxE,MAAO,QACPlZ,KAAM,CACJud,KAAMA,EACN9L,QAAQ,EACRwM,UAAWhe,KAAKge,WAElBnD,WAAW,IAGHE,cAAcjU,WAAU,SAAAnD,GAC5BA,IACF+C,EAAKkY,cACLlY,EAAK+X,gBAKLP,EAAAje,UAAAud,WAAA,SAAWF,wFACGtd,KAAKyZ,OAAOmB,KAAK/a,EAAsB,CACvDoZ,MAAO,QACPlZ,KAAmB,CACjB6X,MAAO,UAAU5X,KAAKge,UACtBhQ,QAAS,2BAEX6M,WAAW,IAGHE,cAAcjU,WAAU,SAAMnD,GAAM,OAAAd,EAAA6D,OAAA,OAAA,GAAA,oEACxC/C,EAGa,CAAA,EAAM3D,KAAK0d,YAAYF,WAAWF,IAH/C,CAAA,EAAA,UAGazO,EAAAtK,OACfvE,KAAKqe,MAAQre,KAAKqe,MAAMrJ,QAAO,SAACoE,GAAc,OAAAA,EAAKrD,KAAOuH,EAAKvH,sDAMrEmI,EAAAje,UAAA2e,YAAA,WACE5e,KAAKkI,KAAO,EACZlI,KAAKmI,SAAW,EAChBnI,KAAKqe,MAAQ,IAGfH,EAAAje,UAAAoI,SAAA,WACMrI,KAAKkI,KAAOlI,KAAKmI,WACnBnI,KAAKkI,MAAQ,EACblI,KAAKye,aAITP,EAAAje,UAAA4e,cAAA,SAActW,GACZ,GAAmB,SAAfA,EAAM1H,KACR,OAAI0H,EAAMjF,MAAMyS,QACd/V,KAAK8e,YAAYvW,EAAMjF,YAGzBtD,KAAK+e,WAAWxW,EAAMjF,OAGxBtD,KAAKwd,WAAWjV,EAAMjF,QAGlB4a,EAAAje,UAAA6e,YAAA,SAAYE,qGACI,MAAA,CAAA,EAAMhf,KAAK0d,YAAYH,SAASyB,kBAA9Crb,EAAckL,EAAAtK,QAIL,KAHX0a,EAAQjf,KAAKqe,MAAMa,WACrB,SAAChF,GAAW,OAAAA,EAAEnE,KAAOiJ,EAAQjJ,SAG7B/V,KAAKqe,MAAMY,GAAStb,EAAOyV,kBAIzB8E,EAAAje,UAAA8e,WAAA,SAAWC,mGAGK,OAFpBA,EAAQlB,iBAAmB9d,KAAKue,eAChCS,EAAQnB,WAAa7d,KAAKwe,UACN,CAAA,EAAMxe,KAAK0d,YAAYL,QAAQ2B,kBAA7Crb,EAAckL,EAAAtK,OACpBvE,KAAKqe,MAAMlZ,KAAKxB,EAAOyV,4CAjJ1B9Y,EAAAA,UAASC,KAAA,CAAC,CACTC,SAAU,gBACVC,SAAA,+gFAROyc,UACA9B,EAAAA,sDAYN/Q,EAAAA,yBACAA,EAAAA,wBACAA,EAAAA,yBACAA,EAAAA,4BACAA,EAAAA,8BCWD,SAAA8U,EAAoB9H,EACV+H,GADUpf,KAAAqX,GAAAA,EACVrX,KAAAof,kBAAAA,EAHApf,KAAAiG,OAAS,IAAIC,EAAAA,aAKrBlG,KAAKyX,oBAXPtW,OAAAyB,eAAauc,EAAAlf,UAAA,cAAW,KAAxB,SAAyBF,GACvBC,KAAKqf,OAAStf,EACdC,KAAKsf,aAAevf,EACpBC,KAAKuf,iBAAiBnH,WAAWrY,oCAWnCof,EAAAlf,UAAAC,SAAA,aAEAiB,OAAAyB,eAAIuc,EAAAlf,UAAA,aAAU,KAAd,WACE,OAAOD,KAAKof,kBAAkBI,iDAGhCre,OAAAyB,eAAIuc,EAAAlf,UAAA,cAAW,KAAf,WACE,OAAOD,KAAKof,kBAAkBhN,YAAYqN,sCAGpCN,EAAAlf,UAAAwX,WAAA,WAENzX,KAAKuf,iBAAmBvf,KAAKqX,GAAGM,MAAM,CACpC5B,GAAI,CAAC,IACLuH,KAAM,CAAC,IACPO,WAAY,CAAC,IACbC,iBAAkB,CAAC,OAIvBqB,EAAAlf,UAAAiZ,OAAA,WACMlZ,KAAKuf,iBAAiB7L,IAAI,QAAQpQ,OAChCtD,KAAKsf,eACPtf,KAAKqf,MAAQrf,KAAKqf,MAEpBrf,KAAKiG,OAAOgB,KAAK,CAAEpG,KAAM,OAAQyC,MAAOtD,KAAKuf,iBAAiBjc,QAC9DtD,KAAKuf,iBAAiBG,SACb1f,KAAKuf,iBAAiB7L,IAAI,MAAMpQ,OACzCtD,KAAK2f,iBAITR,EAAAlf,UAAA2f,SAAA,WACM5f,KAAKuf,iBAAiB7L,IAAI,MAAMpQ,QAClCtD,KAAKqf,MAAQrf,KAAKqf,OAItBF,EAAAlf,UAAA6e,YAAA,WACE9e,KAAKqf,MAAQrf,KAAKqf,KAClBrf,KAAKuf,iBAAiBnH,WAAWpY,KAAKsf,eAGxCH,EAAAlf,UAAA0f,cAAA,WACE3f,KAAKiG,OAAOgB,KAAK,CAAEpG,KAAM,SAAUyC,MAAOtD,KAAKuf,iBAAiBjc,SAGlE6b,EAAAlf,UAAAmK,YAAA,uCAvED9J,EAAAA,UAASC,KAAA,CAAC,CACTC,SAAU,mBACVC,SAAA,8gEALkB6Y,EAAAA,mBACXpH,4CAYN7H,EAAAA,sBAMAC,EAAAA,UCHUuV,EAAAA,GAA2BC,GAAA,WA8EtC,SAAAD,EACEE,EACQC,EACA3K,EACA4K,EACAxG,EACmByG,GAN7B,IAAAxZ,EAAA1G,KAEUA,KAAAggB,cAAAA,EACAhgB,KAAAqV,KAAAA,EACArV,KAAAigB,YAAAA,EACAjgB,KAAAyZ,OAAAA,EACmBzZ,KAAAkgB,UAAAA,EAlFpBlgB,KAAAmgB,WAAqB,KACrBngB,KAAAogB,WAAqB,QAErBpgB,KAAA2Y,UAAoB,EAEnB3Y,KAAAqgB,oBAAsB,IAAIna,EAAAA,aAC3BlG,KAAAsgB,cAAwB,EACxBtgB,KAAAugB,KAAe,EAEfvgB,KAAAwgB,MAAgB,EAEhBxgB,KAAAkH,MAAgB,EAIhBlH,KAAAygB,MAAe,GACfzgB,KAAA0gB,gBAA0B,OAC1B1gB,KAAAoU,OAAiB,EACjBpU,KAAAoI,QAAkB,GAClBpI,KAAA2gB,cAAwB,EACvB3gB,KAAA4gB,gBAAkB,IAAI1a,EAAAA,aACtBlG,KAAA6gB,YAAc,IAAI3a,EAAAA,aAG5BlG,KAAA8gB,WAAqB,EACrB9gB,KAAA+gB,SAAgB,aAChB/gB,KAAAghB,UAAiB,aAGjBhhB,KAAAihB,aAAe,IAAIC,EAAAA,QACnBlhB,KAAAmhB,SAAU,EACVnhB,KAAAohB,YAAc,qBACdphB,KAAA+V,GAAK,sBAAsB+J,GAA4BtZ,SACvDxG,KAAAqhB,YAAc,GAEdrhB,KAAAshB,YAAqB,GAkBbthB,KAAAuhB,WAAY,EASZvhB,KAAAwhB,WAAY,EAsBlBxhB,KAAKyhB,aAAe1B,EAAYpI,MAAM,CACpC+J,aAAc,CAAC,MACf5H,OAAQ,KAGVkG,EAAc2B,QAAQ1B,GAAa,GAAMnZ,WAAU,SAAA8a,GAC7Clb,EAAKya,UAAYS,GACnBlb,EAAKsa,YAEPta,EAAKya,UAAYS,EACjBlb,EAAKua,aAAazd,UAGE,MAAlBxD,KAAKkgB,YACPlgB,KAAKkgB,UAAU2B,cAAgB7hB,aA5DnCmB,OAAAyB,eAAIid,EAAA5f,UAAA,QAAK,KAAT,WAEE,OADoCD,KAAKyhB,aAAYne,MAAAoe,8CAIvDvgB,OAAAyB,eAAIid,EAAA5f,UAAA,mBAAgB,KAApB,WAAyB,OAAOD,KAAKmhB,UAAYnhB,KAAK8hB,uCAGtD3gB,OAAAyB,eACIid,EAAA5f,UAAA,WAAQ,KADZ,WAC0B,OAAOD,KAAKuhB,eACtC,SAAaje,GACXtD,KAAKyhB,aAAa/N,IAAI,gBAAgBqO,cAAc/J,EAAAA,WAAWd,UAC/DlX,KAAKuhB,UAAYS,EAAAA,sBAAsB1e,GACvCtD,KAAKihB,aAAazd,wCAIpBrC,OAAAyB,eACIid,EAAA5f,UAAA,WAAQ,KADZ,WAC0B,OAAOD,KAAKwhB,eACtC,SAAale,GACXtD,KAAKwhB,UAAYQ,EAAAA,sBAAsB1e,GACvCtD,KAAKwhB,UAAYxhB,KAAKyhB,aAAaQ,UAAYjiB,KAAKyhB,aAAaS,SACjEliB,KAAKihB,aAAazd,wCAIpBrC,OAAAyB,eACIid,EAAA5f,UAAA,QAAK,KADT,WAEE,OAAID,KAAKyhB,aAAa7K,MACb5W,KAAKyhB,aAAane,MAAMoe,aAE1B,QAET,SAAU3hB,GACRC,KAAKyhB,aAAarJ,WAAW,CAAEsJ,aAAc3hB,GAAQ,KACrDC,KAAKihB,aAAazd,wCA6BpBqc,EAAA5f,UAAAkiB,aAAA,SAAa5Z,GACmB,IAA1BvI,KAAKoiB,UAAU9f,QAAgBtC,KAAKyhB,aAAa/N,IAAI,UAAUpQ,OACjEtD,KAAKyhB,aAAa/N,IAAI,UAAUwE,SAAS,KAI7C/W,OAAAyB,eAAIid,EAAA5f,UAAA,YAAS,KAAb,WAAA,IAAAyG,EAAA1G,KACMygB,EAAe,GAUnB,OAHAA,GALEA,EADEzgB,KAAK2Y,UAAY3Y,KAAKqiB,eAAkBriB,KAAKqiB,cAAc/f,OAAS,EACjEqD,EAAO3F,KAAKqiB,cAAkBriB,KAAKygB,QAC/BzgB,KAAK2Y,UAAa3Y,KAAKqiB,cAC3B1c,EAAA,CAAI3F,KAAKqiB,eAAkBriB,KAAKygB,OAE7BzgB,KAAKygB,OACDzL,QAAO,SAAChQ,EAAGrC,EAAGga,GAAM,OAAAA,EAAEuC,WAAU,SAAAla,GAAK,OAAAA,EAAE0B,EAAKyZ,cAAgBxD,EAAEha,GAAG+D,EAAKyZ,iBAAiBxd,KAErG3C,KAAK6gB,YAAY5Z,KAAKwZ,GACfA,mCAGTZ,EAAA5f,UAAAC,SAAA,WAAA,IAAAwG,EAAA1G,KACEA,KAAKyhB,aAAa/N,IAAI,UAAU2G,aAC7BxT,KACCyT,EAAAA,aAAa,KACbC,EAAAA,uBACAnT,EAAAA,eAAepH,OACf8G,WAAU,SAAAxD,GACNoD,EAAK4Z,cACP5Z,EAAKoT,OAAOxW,MAGlBtD,KAAKuV,QAAU,CACbnN,QAASpI,KAAKoI,QACd0R,OAAQ,GACR5R,KAAM,EACNC,SAAU,GAERnI,KAAKkH,OACPlH,KAAKuV,QAAQ+I,QAAUte,KAAKsiB,QAAatiB,KAAKogB,WAAU,QAIhC,IAAtBpgB,KAAKygB,MAAMne,QACbtC,KAAKuiB,iBAIT1C,EAAA5f,UAAAsiB,cAAA,WAAA,IAAA7b,EAAA1G,KACEA,KAAK8gB,WAAY,EACjB,IAAIvR,EAAUvP,KAAKqV,KAAK3B,IAAI1T,KAAK4M,OAAQ,CAAE4I,OAAQxV,KAAKuV,UACpDvV,KAAKoU,QACP7E,EAAUvP,KAAKqV,KAAKjB,QAAQV,IAAI1T,KAAK4M,OAAQ,CAAE4I,OAAQxV,KAAKuV,WAE9DiN,EAAAA,KAAK3b,KACH4b,EAAAA,WAAU,GACVC,EAAAA,WAAU,SAACre,GAAM,OAAA+X,EAAAA,KAAK7M,MACtBoT,EAAAA,UAAS,WAAM,OAAAjc,EAAKoa,WAAY,KAChC1Z,EAAAA,eAAepH,OACf8G,WAAU,SAACnD,GACX+C,EAAK+Z,MAAQ/Z,EAAK+Z,MAAM7a,OAAOjC,EAAO+C,EAAKga,kBACvCha,EAAK0N,QACP1N,EAAK4a,YAAc5a,EAAK+Z,OAE1B/Z,EAAK6O,QAAQrN,MAAOvE,MAAAA,OAAM,EAANA,EAAQgb,eAAgB,EAC5CjY,EAAK6O,QAAQpN,UAAWxE,MAAAA,OAAM,EAANA,EAAQ+W,YAAa,MAKjDmF,EAAA5f,UAAA2iB,kBAAA,SAAkBC,GAChB7iB,KAAKqhB,YAAcwB,EAAIC,KAAK,MAG9BjD,EAAA5f,UAAA8iB,iBAAA,SAAiBxa,GACfA,EAAME,mBAGRoX,EAAA5f,UAAA+iB,WAAA,SAAWjjB,GACTC,KAAKsD,MAAQvD,GAGf8f,EAAA5f,UAAAgjB,iBAAA,SAAiBC,GACfljB,KAAK+gB,SAAWmC,GAGlBrD,EAAA5f,UAAAkjB,kBAAA,SAAkBD,GAChBljB,KAAKghB,UAAYkC,GAGnBrD,EAAA5f,UAAAmjB,iBAAA,SAAiBC,GACfrjB,KAAKsjB,SAAWD,GAGlBxD,EAAA5f,UAAAsjB,iBAAA,SAAiBla,EAAUW,GAIzB,IADA,IAAMC,GADND,GADAA,EAAYA,EAAUE,QAAQ,aAAc,QACtBA,QAAQ,MAAO,KACXC,MAAM,KACvBxH,EAAI,EAAGoC,EAAIkF,EAAQ3H,OAAQK,EAAIoC,IAAKpC,EAAG,CAC9C,IAAMT,EAAM+H,EAAQtH,GACpB,IAAI0G,KAAOnH,KAAOmH,GAGhB,OAFAA,EAAMA,EAAInH,GAKd,OAAOmH,GAGTwW,EAAA5f,UAAAujB,aAAA,WAAA,IAAA9c,EAAA1G,KACEA,KAAK+gB,SAAS/gB,KAAKsD,OACftD,KAAK2Y,SACP3Y,KAAKqiB,cAAiBriB,KAAKsD,MAAamgB,KAAI,SAAAvJ,GAAK,OAAAxT,EAAK0b,UAAUsB,MAAK,SAAAxf,GAAK,OAAAA,EAAEwC,EAAKyZ,cAAgBjG,QAEjGla,KAAKqiB,cAAgBriB,KAAKoiB,UAAUsB,MAAK,SAAAxJ,GAAK,OAAAA,EAAExT,EAAKyZ,cAAgBzZ,EAAKpD,SAC5EtD,KAAKqgB,oBAAoBpZ,KAAKjH,KAAKqiB,eACnCriB,KAAK4gB,gBAAgB3Z,KAAKjH,KAAKsD,QAGjCnC,OAAAyB,eAAIid,EAAA5f,UAAA,aAAU,KAAd,WACE,OAAQD,KAAKkgB,WAAalgB,KAAKkgB,UAAUyD,UAAY3jB,KAAKkgB,UAAUrJ,SAAW7W,KAAKkgB,UAAU0D,wCAMhG/D,EAAA5f,UAAAoI,SAAA,WACMrI,KAAKuV,QAAQpN,SAAWnI,KAAKuV,QAAQrN,OACvClI,KAAKuV,QAAQrN,MAAQ,EACrBlI,KAAKuiB,kBAIT1C,EAAA5f,UAAA4jB,WAAA,WACE7jB,KAAKygB,MAAQ,GACbzgB,KAAKuV,QAAQrN,KAAO,EACpBlI,KAAKuV,QAAQpN,SAAW,EACxBnI,KAAKuiB,iBAGP1C,EAAA5f,UAAA6Z,OAAA,SAAOvR,GACDvI,KAAK8jB,YACP9jB,KAAKuV,QAAQvV,KAAK8jB,aAAevb,EAEjCvI,KAAKuV,QAAQuE,OAASvR,EAGpBvI,KAAK2gB,cAAgB3gB,KAAK8jB,YAC5B9jB,KAAK+jB,YAAYxb,GAEjBvI,KAAK6jB,cAIThE,EAAA5f,UAAA8jB,YAAA,SAAYxb,GAAZ,IAAA7B,EAAA1G,KAEIA,KAAKygB,MADHlY,EACWvI,KAAKshB,YAAYtM,QAAO,SAAC1R,GACpC,OAAyF,GAAjFA,EAAMoD,EAAKod,aAAwBE,cAAclK,OAAOvR,EAAMyb,kBAG3DhkB,KAAKshB,aAItBzB,EAAA5f,UAAAgkB,QAAA,SAAQ1b,GAAR,IAAA7B,EAAA1G,KACoBA,KAAKyZ,OAAOmB,KAAK5a,KAAKkkB,cAAa/iB,OAAAud,OAAA,CACnDzF,MAAO,QACP4B,WAAW,EACX9a,KAAM,IACHC,KAAKmkB,YAGApJ,cAAcjU,WAAU,SAACnD,GAC7BA,IACF+C,EAAK+Z,MAAMtb,KAAKxB,EAAOyV,MACvB1S,EAAK+a,aAAa/N,IAAI,gBAAgBwE,SAASvU,EAAOyV,KAAK1S,EAAKyZ,aAChEzZ,EAAK8c,mBAGTjb,EAAME,mBAGRoX,EAAA5f,UAAAmkB,SAAA,SAAS7b,GAAT,IAAA7B,EAAA1G,KACoBA,KAAKyZ,OAAOmB,KAAK5a,KAAKkkB,cAAa/iB,OAAAud,OAAA,CACnDzF,MAAO,QACP4B,WAAW,EACX9a,KAAM,CACJqZ,KAAMpZ,KAAKqiB,gBAEVriB,KAAKqkB,aAGAtJ,cAAcjU,WAAU,SAACnD,GAC7BA,IACF+C,EAAK+Z,MAAQ/Z,EAAK+Z,MAAMzL,QAAO,SAAAkF,GAAK,OAAAA,EAAExT,EAAKyZ,cAAgBzZ,EAAK2b,cAAc3b,EAAKyZ,eACnFzZ,EAAK+Z,MAAMtb,KAAKxB,EAAOyV,MACvB1S,EAAK2b,cAAgB,KACrB3b,EAAK+a,aAAa/N,IAAI,gBAAgBwE,SAASvU,EAAOyV,KAAK1S,EAAKyZ,aAChEzZ,EAAK8c,mBAGTjb,EAAME,mBAGRoX,EAAA5f,UAAAmK,YAAA,WACEpK,KAAKihB,aAAanP,WAClB9R,KAAKggB,cAAcsE,eAAetkB,KAAKigB,gBArTH,GA6B/BJ,EAAAA,GAAAA,OAAS,yBAxCjBvf,EAAAA,UAASC,KAAA,CAAC,CACTC,SAAU,0BACVC,SAAA,g0CAEA8jB,UAAW,CACT,CACEC,QAASC,EAAAA,oBACTC,YAAa5E,sJAjBVxG,EAAAA,mBAHAqL,EAAAA,oBASA5Q,UAPW6Q,EAAAA,kBAKXxJ,EAAAA,iBAJ8CyJ,EAAAA,UAASjkB,WAAA,CAAA,CAAAC,KAyG3DsU,EAAAA,UAAQ,CAAAtU,KAAIikB,EAAAA,iDAlFdza,EAAAA,0BACAA,EAAAA,sBACAA,EAAAA,wBACAA,EAAAA,6BACAA,EAAAA,mCACAC,EAAAA,6BACAD,EAAAA,mBACAA,EAAAA,yBACAA,EAAAA,oBACAA,EAAAA,0BACAA,EAAAA,oBACAA,EAAAA,sBACAA,EAAAA,2BACAA,EAAAA,6BACAA,EAAAA,qBACAA,EAAAA,+BACAA,EAAAA,qBACAA,EAAAA,uBACAA,EAAAA,4BACAA,EAAAA,+BACAC,EAAAA,4BACAA,EAAAA,yBAyBAD,EAAAA,wBASAA,EAAAA,qBASAA,EAAAA,SAlEUwV,EAAAA,GAA2BC,GAAA9d,EAAA,CAZvC0I,EAAAA,gBAYYmV,EAAAA,sBCFX,SAAAkF,EAAoBC,EAA8BC,GAA9BjlB,KAAAglB,UAAAA,EAA8BhlB,KAAAilB,OAAAA,EAZzCjlB,KAAAklB,UAAY,MACZllB,KAAAsa,aAAe,IAEdta,KAAAmlB,eAAiB,IAAIjf,EAAAA,aAGvBlG,KAAAolB,MAAQ,EACRplB,KAAAqlB,MAAQ,EACRrlB,KAAAslB,mBAAqBC,EAAAA,sBAErBvlB,KAAAwlB,WAAa,IAAItE,EAAAA,eAKzB6D,EAAA9kB,UAAAC,SAAA,WACEF,KAAKylB,qBAGPV,EAAA9kB,UAAAwG,gBAAA,WAAA,IAAAC,EAAA1G,KACEA,KAAKglB,UAAU7C,aAAatb,KAC1B6e,EAAAA,UAAU1lB,KAAKwlB,aACf1e,WAAU,SAAC6e,GACPA,IACFjf,EAAKkf,MAAQlf,EAAKse,UAAUY,MAAMC,cAClCnf,EAAK4e,mBAAqB5e,EAAKof,wBAC/Bpf,EAAKqf,8BAKXhB,EAAA9kB,UAAAmK,YAAA,WACEpK,KAAKwlB,WAAWhiB,MAAK,GACrBxD,KAAKwlB,WAAW1T,YAGlBiT,EAAA9kB,UAAAwlB,kBAAA,WACMzlB,KAAKklB,UAAUc,YAAY,MAAQ,GACrChmB,KAAKolB,MAAQ,EACbplB,KAAKqlB,MAASY,WAAWjmB,KAAKklB,WAAa,MAG3CllB,KAAKolB,MAAQa,WAAWjmB,KAAKklB,WAC7BllB,KAAKqlB,MAAQ,IAIjBN,EAAA9kB,UAAA8lB,uBAAA,WAAA,IAAArf,EAAA1G,KACEkmB,EAAAA,UAAUlmB,KAAK4lB,MAAO,UAAU/e,KAC9B6e,EAAAA,UAAU1lB,KAAKwlB,YACflL,EAAAA,aAAata,KAAKsa,cAClB6L,EAAAA,KAAI,SAAC5d,GACH7B,EAAK0f,kBAAkB7d,OAEzBzB,aAGJie,EAAA9kB,UAAAmmB,kBAAA,SAAkB7d,GAAlB,IAAA7B,EAAA1G,KACEA,KAAKilB,OAAOoB,mBAAkB,WAC5B,IAAI3f,EAAKoL,SAAT,CAGA,IAAMwU,EAAyB5f,EAAKse,UAAU1T,QAAQhP,OAChDikB,EAAyB7f,EAAK4e,mBAAqBgB,EACnDpB,EAA2B,IAAfxe,EAAK2e,MAAekB,EAAyB7f,EAAK2e,MAAS3e,EAAK0e,MAEzD1e,EAAKkf,MAAMY,aAAeje,EAAMtG,OAAOwkB,UAExCvB,GAAcqB,GACpC7f,EAAKue,OAAOyB,KAAI,WAAM,OAAAhgB,EAAKye,eAAele,eAKhD8d,EAAA9kB,UAAA6lB,sBAAA,WACE,OAAOG,WAAWU,iBAAiB3mB,KAAK4lB,OAAOgB,UAAYrB,EAAAA,iDAhF9DsB,EAAAA,UAAStmB,KAAA,CAAC,CACTC,SAAU,mEALHsmB,EAAAA,iBAD+CC,EAAAA,8CAUrD1c,EAAAA,4BACAA,EAAAA,wBACAA,EAAAA,8BACAC,EAAAA,4BCGC,SAAA0c,IACIhnB,KAAKinB,eAAiB,IAAI/gB,EAAAA,oBAM9B8gB,EAAA/mB,UAAAinB,gBAAA,WACIlnB,KAAKinB,eAAehgB,KAAKjH,KAAKmnB,qCAhBrC7mB,EAAAA,UAASC,KAAA,CAAC,CACPC,SAAU,qBACVC,SAAA,mpBAGC4J,EAAAA,8BACAC,EAAAA,4BCHL,SAAA8c,YAKIA,EAAAnnB,UAAAonB,kBAAA,SAAkBC,GAKd,OAJWA,EAAUC,cAIP,KAHDD,EAAUE,WAAa,EAAK,GAAM,KAAOF,EAAUE,WAAa,GAAOF,EAAUE,WAAa,GAG/E,KAFjBF,EAAUG,UAAY,GAAM,IAAMH,EAAUG,UAAaH,EAAUG,YAQlFL,EAAAnnB,UAAAynB,QAAA,SAAQJ,GAEJ,OADWA,EAAUC,eAOzBH,EAAAnnB,UAAA0nB,MAAA,SAAML,GAEF,OADYA,EAAUE,WAAa,GAKvCJ,EAAAnnB,UAAA2nB,YAAA,SAAYN,GAMR,OALWA,EAAUC,cAKP,KAJDD,EAAUE,WAAa,EAAK,GAAM,KAAOF,EAAUE,WAAa,GAAOF,EAAUE,WAAa,GAI/E,KAHjBF,EAAUG,UAAY,GAAM,IAAMH,EAAUG,UAAaH,EAAUG,WAGrC,IAF9BH,EAAUO,8IArC5Bna,EAAAA,WAAUnN,KAAA,CAAC,CACRoN,WAAY,6BCWZ,SAAAma,IAFA9nB,KAAAygB,MAAQ,IAAInf,MAGRtB,KAAKqgB,oBAAsB,IAAIna,EAAAA,oBAMnC4hB,EAAA7nB,UAAA8nB,WAAA,WACI/nB,KAAKqgB,oBAAoBpZ,KAAKjH,KAAKqiB,gBAIvCyF,EAAA7nB,UAAAC,SAAA,WACI,IAAK,IAAIyC,EAAI3C,KAAKgoB,YAAarlB,EAAI3C,KAAKioB,UAAY,EAAGtlB,IACnD3C,KAAKygB,MAAMtb,KAAKxC,kBC7BZulB,GAAkB5kB,GAC9B,IAAM6kB,EAAO,IAAIhY,KACXpQ,EAAY,CACdqoB,UAAaD,EACbE,QAAWF,EACXG,mBAAqB,GAEzB,OAAQhlB,GACJ,KAAK,EACDvD,EAAKuoB,mBAAoB,EACzB,MAEJ,KAAK,EACDvoB,EAAKqoB,UAAYD,EACjBpoB,EAAKsoB,QAAUF,EACf,MAEJ,KAAK,EACD,IAAMI,EAAY,IAAIpY,KAAKgY,GAC3BI,EAAUC,QAAQD,EAAUd,UAAY,GACxC1nB,EAAKqoB,UAAYG,EACjBxoB,EAAKsoB,QAAUE,EACf,MAEJ,KAAK,EACD,IAAIE,EAAQN,EAAKV,UAAYU,EAAKO,SAAW,EACzCC,EAAOF,EAAQ,EACnB1oB,EAAKqoB,UAAY,IAAIjY,KAAKgY,EAAKK,QAAQC,IACvC1oB,EAAKsoB,QAAU,IAAIlY,KAAKgY,EAAKK,QAAQG,IACrC,MAEJ,KAAK,EACD,IACIC,GADA3nB,EAAI,IAAIkP,MACD0Y,QAAQ5nB,EAAE6nB,UAA4C,IAA/B7nB,EAAEynB,SAAWznB,EAAEynB,SAAW,GAAU,GAAK,GAAK,KAC5EtM,EAAOnb,EAAE4nB,QAAQ5nB,EAAE6nB,UAAY,QACnC/oB,EAAKqoB,UAAY,IAAIjY,KAAKiM,GAC1Brc,EAAKsoB,QAAU,IAAIlY,KAAKyY,GACxB,MAEJ,KAAK,EACD7oB,EAAKqoB,UAAY,IAAIjY,KAAKgY,EAAKZ,cAAeY,EAAKX,WAAY,GAC/DznB,EAAKsoB,QAAU,IAAIlY,KAAKgY,EAAKZ,cAAeY,EAAKX,WAAa,EAAG,GACjE,MAEJ,KAAK,EACD,IAAIvmB,GAAAA,EAAI,IAAIkP,MACVqY,QAAQ,GACVvnB,EAAE8nB,UAAU,GACZhpB,EAAKqoB,UAAY,IAAIjY,KAAKgY,EAAKZ,cAAeY,EAAKX,WAAa,EAAG,GACnEznB,EAAKsoB,QAAUpnB,EACf,MAEJ,KAAK,EACD,IAAM+nB,EAAUC,KAAKC,MAAOf,EAAKX,WAAa,GACxC2B,EAAmB,IAAIhZ,KAAKgY,EAAKZ,cAAyB,EAAVyB,EAAa,GAC7DI,EAAiB,IAAIjZ,KAAKgZ,EAAiB5B,cAAe4B,EAAiB3B,WAAa,EAAG,GACjGznB,EAAKqoB,UAAYe,EACjBppB,EAAKsoB,QAAUe,EACf,MAEJ,KAAK,EACKJ,EAAUC,KAAKC,MAAOf,EAAKX,WAAa,GACxC2B,EAAmB,IAAIhZ,KAAKgY,EAAKZ,cAAyB,EAAVyB,EAAc,EAAG,GACjEI,EAAiB,IAAIjZ,KAAKgZ,EAAiB5B,cAAe4B,EAAiB3B,WAAa,EAAG,GACjGznB,EAAKqoB,UAAYe,EACjBppB,EAAKsoB,QAAUe,EACf,MAEJ,KAAK,GACDrpB,EAAKqoB,UAAY,IAAIjY,KAAK,QAAS,IAAKA,MAAQoX,eAChDxnB,EAAKsoB,QAAU,IAAIlY,KAAK,UAAW,IAAKA,MAAQoX,eAChD,MAEJ,KAAK,GACDxnB,EAAKqoB,UAAY,IAAIjY,KAAK,SAAU,IAAIA,MAAOoX,cAAgB,IAC/DxnB,EAAKsoB,QAAU,IAAIlY,KAAK,WAAY,IAAIA,MAAOoX,cAAgB,IAC/D,MAGJ,QACIxnB,EAAKqoB,UAAY,GACjBroB,EAAKsoB,QAAU,GAKvB,OAAOtoB,uBDnFVO,EAAAA,UAASC,KAAA,CAAC,CACPC,SAAU,kBACVC,SAAA,yZAGC4J,EAAAA,yBACAA,EAAAA,mCACAC,EAAAA,8BACAD,EAAAA,mBEhBL,aACkBgf,GAAAC,OAAiB,EACjBD,GAAAE,MAAgB,EAChBF,GAAAG,UAAoB,EACpBH,GAAAI,UAAoB,EACpBJ,GAAAK,UAAoB,EACpBL,GAAAM,WAAqB,EACrBN,GAAAO,WAAqB,EACrBP,GAAAQ,aAAuB,EACvBR,GAAAS,aAAuB,EACvBT,GAAAU,UAAoB,GACpBV,GAAAW,UAAoB,GACpBX,GAAAY,IAAc,GCUnBC,EAAAA,IAAuBC,GAAA,WAiDlC,SAAAD,EACEnK,EAC2BG,EACnBkK,GADmBpqB,KAAAkgB,UAAAA,EACnBlgB,KAAAoqB,SAAAA,EAjDDpqB,KAAAqqB,cAA6B,IAAItQ,EAAAA,YAAY,IAC7C/Z,KAAAsqB,UAAmB,CAC1B,CAAEhnB,MAAO,EAAGinB,UAAW,UACvB,CAAEjnB,MAAO,EAAGinB,UAAW,SACvB,CAAEjnB,MAAO,EAAGinB,UAAW,aACvB,CAAEjnB,MAAO,EAAGinB,UAAW,aACvB,CAAEjnB,MAAO,EAAGinB,UAAW,aACvB,CAAEjnB,MAAO,EAAGinB,UAAW,cACvB,CAAEjnB,MAAO,EAAGinB,UAAW,cACvB,CAAEjnB,MAAO,EAAGinB,UAAW,gBACvB,CAAEjnB,MAAO,EAAGinB,UAAW,gBACvB,CAAEjnB,MAAO,GAAIinB,UAAW,aACxB,CAAEjnB,MAAO,GAAIinB,UAAW,aACxB,CAAEjnB,MAAO,GAAIinB,UAAW,cAEjBvqB,KAAAwqB,SAAmB,YACnBxqB,KAAAyqB,OAAiB,UACjBzqB,KAAA0qB,WAAkB,SAClB1qB,KAAA2qB,iBAA2B,EAI3B3qB,KAAA4qB,KAAkB,KAClB5qB,KAAAge,UAAoB,kBAEpBhe,KAAA6qB,SAAmB,EAClB7qB,KAAAqgB,oBAAsB,IAAIna,EAAAA,aAC1BlG,KAAA4gB,gBAAkB,IAAI1a,EAAAA,aAGhClG,KAAA+gB,SAAgB,aAChB/gB,KAAAghB,UAAiB,aAEjBhhB,KAAAihB,aAAe,IAAIC,EAAAA,QACnBlhB,KAAAohB,YAAc,kBACdphB,KAAA+V,GAAK,mBAAmBoU,GAAwB3jB,SAChDxG,KAAAqhB,YAAc,GAQdrhB,KAAA8qB,sBAAgC,EAuBxB9qB,KAAAuhB,WAAY,EASZvhB,KAAAwhB,WAAY,EAzBlBxhB,KAAKyhB,aAAe1B,EAAYpI,MAAM,CACpC+J,aAAc,CAAC,QAGK,MAAlB1hB,KAAKkgB,YACPlgB,KAAKkgB,UAAU2B,cAAgB7hB,aAjBnCmB,OAAAyB,eAAasnB,EAAAjqB,UAAA,eAAY,KAAzB,SAA0BqD,GACxBtD,KAAKqqB,cAAcnS,SAAS5U,GAC5BtD,KAAK+qB,eAAeznB,oCAmBtBnC,OAAAyB,eACIsnB,EAAAjqB,UAAA,WAAQ,KADZ,WAC0B,OAAOD,KAAKuhB,eACtC,SAAaje,GACXtD,KAAKyhB,aAAa/N,IAAI,gBAAgBqO,cAAc/J,EAAAA,WAAWd,UAC/DlX,KAAKuhB,UAAYS,EAAAA,sBAAsB1e,GACvCtD,KAAKihB,aAAazd,wCAIpBrC,OAAAyB,eACIsnB,EAAAjqB,UAAA,WAAQ,KADZ,WAC0B,OAAOD,KAAKwhB,eACtC,SAAale,GACXtD,KAAKwhB,UAAYQ,EAAAA,sBAAsB1e,GACvCtD,KAAKwhB,UAAYxhB,KAAKyhB,aAAaQ,UAAYjiB,KAAKyhB,aAAaS,SACjEliB,KAAKihB,aAAazd,wCAIpBrC,OAAAyB,eACIsnB,EAAAjqB,UAAA,QAAK,KADT,WAEE,OAAID,KAAKyhB,aAAa7K,MACb5W,KAAKyhB,aAAane,MAAMoe,aAE1B,QAET,SAAU3hB,GACRC,KAAKyhB,aAAarJ,WAAW,CAAEsJ,aAAc3hB,GAAQ,KACrDC,KAAKwjB,eACLxjB,KAAKihB,aAAazd,wCAGpB0mB,EAAAjqB,UAAA+qB,mBAAA,6BACMC,EAAM,GASV,OARsB,QAAtBpc,EAAI7O,KAAKkrB,qBAAa,IAAArc,OAAA,EAAAA,EAAEyZ,qBAC6B,iBAA7B,QAAlBvZ,EAAA/O,KAAKkrB,qBAAa,IAAAnc,OAAA,EAAAA,EAAEqZ,UAAU+C,iBAChCF,GAAO,MAAQjrB,KAAKoqB,SAASgB,UAAuC,QAA9Bnc,EAAmB,QAAnBD,EAAChP,KAAKkrB,qBAAa,IAAAlc,OAAA,EAAAA,EAAEoZ,iBAAS,IAAAnZ,OAAA,EAAAA,EAAEkc,gBAEvB,iBAA3B,QAAlBE,EAAArrB,KAAKkrB,qBAAa,IAAAG,OAAA,EAAAA,EAAEhD,QAAQ8C,iBAC9BF,GAAO,MAAQjrB,KAAKoqB,SAASgB,UAAqC,QAA5BE,EAAmB,QAAnBC,EAACvrB,KAAKkrB,qBAAa,IAAAK,OAAA,EAAAA,EAAElD,eAAO,IAAAiD,OAAA,EAAAA,EAAEH,iBAGjEF,GAGTf,EAAAjqB,UAAAib,gBAAA,SAAgBzE,GACdzW,KAAK4qB,KAAKlX,IAAI+C,GAAOyB,SAAS,KAIhCgS,EAAAjqB,UAAAurB,cAAA,SAAc/U,GACZ,OAAOzW,KAAK4qB,KAAKlX,IAAI+C,GAAOnT,OAG9B4mB,EAAAjqB,UAAAwrB,cAAA,SAAchV,EAAenT,GAC3BtD,KAAK4qB,KAAKlX,IAAI+C,GAAOyB,SAAS5U,IAGhC4mB,EAAAjqB,UAAA8qB,eAAA,SAAeznB,GACb,IAAMooB,EAAWxD,GAAkB5kB,GAC/BooB,IACF1rB,KAAKyrB,cAAczrB,KAAKwqB,SAAUkB,EAAStD,WAC3CpoB,KAAKyrB,cAAczrB,KAAKyqB,OAAQiB,EAASrD,SACzCroB,KAAK8qB,qBAAuBY,EAASpD,oBAIzC4B,EAAAjqB,UAAAujB,aAAA,WACE,GAAkB,GAAdxjB,KAAKsD,MAAT,CAIA,IAAMqoB,EAAuBzD,GAAkBloB,KAAKsD,OACpDtD,KAAKkrB,cAAgBS,EACrB3rB,KAAK+gB,SAAS/gB,KAAKsD,OACnBtD,KAAKqgB,oBAAoBpZ,KAAKjH,KAAKqiB,eACnCriB,KAAK4gB,gBAAgB3Z,KAAK0kB,QAPxB3rB,KAAK4rB,OAAOhR,QAUhBsP,EAAAjqB,UAAA4rB,gBAAA,SAAgBC,EAAkCC,GAChD,IAAMJ,EAAuB,CAC3BvD,UAAY,IAAIjY,KAAK2b,EAAexoB,OACpC+kB,QAAS,IAAIlY,KAAK4b,EAAazoB,OAC/BglB,mBAAmB,GAErBtoB,KAAKkrB,cAAgBS,EACrB3rB,KAAK+gB,SAAS/gB,KAAKsD,OACnBtD,KAAKqgB,oBAAoBpZ,KAAKjH,KAAKqiB,eACnCriB,KAAK4gB,gBAAgB3Z,KAAK0kB,IAG5BzB,EAAAjqB,UAAA+rB,mBAAA,SAAmBzjB,KAGnB2hB,EAAAjqB,UAAA2iB,kBAAA,SAAkBC,GAChB7iB,KAAKqhB,YAAcwB,EAAIC,KAAK,MAG9BoH,EAAAjqB,UAAA8iB,iBAAA,SAAiBxa,GACfA,EAAME,mBAGRyhB,EAAAjqB,UAAA+iB,WAAA,SAAWjjB,GACTC,KAAKsD,MAAQvD,GAGfmqB,EAAAjqB,UAAAgjB,iBAAA,SAAiBC,GACfljB,KAAK+gB,SAAWmC,GAGlBgH,EAAAjqB,UAAAkjB,kBAAA,SAAkBD,GAChBljB,KAAKghB,UAAYkC,GAGnBgH,EAAAjqB,UAAAmjB,iBAAA,SAAiBC,GACfrjB,KAAKsjB,SAAWD,GAGlB6G,EAAAjqB,UAAAC,SAAA,WAAA,IAAAwG,EAAA1G,KACE8L,QAAQD,IAAI7L,KAAK4qB,MAEjB5qB,KAAKqqB,cAAchQ,aACjBxT,KACEyT,EAAAA,aAAa,KACbC,EAAAA,uBACAnT,EAAAA,eAAepH,OACf8G,WAAU,SAAAxD,GAAS,OAAAoD,EAAKqkB,eAAeznB,OAG7C4mB,EAAAjqB,UAAAmK,YAAA,WACEpK,KAAKihB,aAAanP,cAhMc,GAmC3BoY,EAAAA,IAAAA,OAAS,0BA9CjB5pB,EAAAA,UAASC,KAAA,CAAC,CACTC,SAAU,sBACVC,SAAA,8pFAEA8jB,UAAW,CACT,CACEC,QAASC,EAAAA,oBACTC,YAAayF,kEAfY7Q,EAAAA,mBAAqCuL,EAAAA,UAASjkB,WAAA,CAAA,CAAAC,KAsExEsU,EAAAA,UAAQ,CAAAtU,KAAIikB,EAAAA,cAxERmH,EAAAA,gDAuBN1hB,EAAAA,UAAShK,KAAA,CAAC,iCACV8J,EAAAA,yBACAA,EAAAA,wBAcAA,EAAAA,sBACAA,EAAAA,0BACAA,EAAAA,+BACAA,EAAAA,oBAIAA,EAAAA,yBACAA,EAAAA,6BACAA,EAAAA,uBACAA,EAAAA,mCACAC,EAAAA,gCACAA,EAAAA,6BAYAD,EAAAA,wBAqBAA,EAAAA,wBASAA,EAAAA,qBASAA,EAAAA,SAjFU6f,EAAAA,IAAuBC,GAAAnoB,EAAA,CAZnC0I,EAAAA,gBAYYwf,EAAAA,uBCTX,SAAAgC,IAJSlsB,KAAA8gB,WAAY,EACZ9gB,KAAA+c,KAAO,UAKhBmP,EAAAjsB,UAAAC,SAAA,uCAbDI,EAAAA,UAASC,KAAA,CAAC,CACTC,SAAU,aACVC,SAAA,yXAKC4J,EAAAA,oBACAA,EAAAA,uBACAA,EAAAA,gBCUH,kCAfC8hB,EAAAA,SAAQ5rB,KAAA,CAAC,CACR6rB,aAAc,CACZhe,GACAC,IAEFge,QAAS,CACPC,EAAAA,aACAC,EAAAA,kBACAC,EAAAA,eAEFC,QAAS,CACPre,GACAC,QCbJ,IAAMxC,GAAM,IAAIR,GAAO,qCAOrB,SAAAqhB,EAAoBC,EACVC,GADU5sB,KAAA2sB,OAAAA,EACV3sB,KAAA4sB,mBAAAA,SAEVF,EAAAzsB,UAAA4sB,YAAA,SAAYC,EAA+BC,GACzC,OAAO/sB,KAAKgtB,oBAAoBF,EAAOC,IAGzCL,EAAAzsB,UAAAgtB,QAAA,SAAQH,EAA+BC,GACrC,OAAO/sB,KAAKgtB,oBAAoBF,EAAOC,IAGzCL,EAAAzsB,UAAA+sB,oBAAA,SAAoBF,EAA+BC,GACjD,QAAI/sB,KAAK4sB,mBAAmBpN,kBAI5B3T,GAAIH,MAAM,6DACV1L,KAAK2sB,OAAOO,SAAS,CAAC,UAAW,CAAEC,YAAa,CAAEC,SAAUL,EAAM9c,KAAOod,YAAY,KAC9E,iKAvBV3f,EAAAA,WAAUnN,KAAA,CAAC,CACVoN,WAAY,qDAPL2f,EAAAA,cACApb,wBCcP,SAAAqb,EAAoBX,EAAgDvX,GAAhDrV,KAAA4sB,mBAAAA,EAAgD5sB,KAAAqV,KAAAA,SAOpEkY,EAAAttB,UAAAutB,MAAA,SAAMC,GAAN,IAAA/mB,EAAA1G,KACQD,EAAoB,GAC1B,OAAOC,KAAKqV,KACTX,YACAkB,KAAK,cAAe6X,GACpB5mB,KACC6mB,EAAAA,WAAU,SAAOC,GAAc,OAAA9qB,EAAA6D,OAAA,OAAA,GAAA,mEAKP,OAJtBinB,EAAU/a,WAAazC,KAAK2C,MAAgC,IAAvB6a,EAAU/a,WAC/C7S,EAAK4S,MAAQgb,EACb5tB,EAAK0f,KAAO,GACZzf,KAAK4sB,mBAAmBta,eAAevS,EAAM0tB,EAAQlb,UAC/B,CAAA,EAAMvS,KAAKqV,KAAK3B,IAAI,oBAAoB+B,oBAG9D,OAHMmY,EAAgB/e,EAAAtK,OACtBxE,EAAK0f,KAAOmO,MAAAA,OAAQ,EAARA,EAAUnO,KACtBzf,KAAK4sB,mBAAmBta,eAAevS,EAAM0tB,EAAQlb,UACrD,CAAA,EAAOxS,eASfwtB,EAAAttB,UAAA4tB,OAAA,WAGE,OADA7tB,KAAK4sB,mBAAmBta,iBACjBkQ,EAAAA,IAAG,2JAtCb9U,EAAAA,WAAUnN,KAAA,CAAC,CACVoN,WAAY,qDARQuE,UACb6B,yBCMT,SAAA+Z,0DAA2CpsB,EAAAosB,EAAA3Z,GAElC2Z,EAAA7tB,UAAA8tB,aAAA,SAAajB,GAClB,OAAO,GAGFgB,EAAA7tB,UAAA+tB,MAAA,SAAMlB,EAA+BmB,KAErCH,EAAA7tB,UAAAiuB,aAAA,SAAapB,GAClB,OAAO,GAGFgB,EAAA7tB,UAAAkuB,SAAA,SAASrB,GACd,OAAO,MAGFgB,EAAA7tB,UAAAmuB,iBAAA,SAAiBC,EAAgCC,aAGtD,OAAOD,EAAOE,cAAgBD,EAAKC,aACjC9S,SAA0B,QAAlB5M,EAAAwf,EAAOE,mBAAW,IAAA1f,OAAA,EAAAA,EAAE2f,aACR,QAAlBzf,EAAAsf,EAAOE,mBAAW,IAAAxf,OAAA,EAAAA,EAAEyf,cAA8B,QAArBxf,EAAKsf,EAAKC,mBAAW,IAAAvf,OAAA,EAAAA,EAAEwf,gBArBjBC,EAAAA,uIAH1C/gB,EAAAA,WAAUnN,KAAA,CAAC,CACVoN,WAAY,6BCMV,SAAA+gB,IAFQ1uB,KAAA2uB,WAAa,IAAIzN,EAAAA,eAMzBwN,EAAAzuB,UAAA2uB,MAAA,WACI,OAAO5uB,KAAK2uB,WAAWE,gBAG3BH,EAAAzuB,UAAAuS,QAAA,SAAQtQ,EAAanC,GACjBuN,aAAakF,QAAQtQ,EAAKnC,GAC1BC,KAAK2uB,WAAWnrB,KAAK,CAAEtB,IAAKA,EAAKoB,MAAOvD,KAG5C2uB,EAAAzuB,UAAAoS,QAAA,SAAQnQ,GACJ,OAAOoL,aAAa+E,QAAQnQ,IAGhCwsB,EAAAzuB,UAAA6uB,WAAA,SAAW5sB,GACP,IAAMnC,EAAOC,KAAKqS,QAAQnQ,GAC1BoL,aAAawhB,WAAW5sB,GACxBlC,KAAK2uB,WAAWnrB,KAAK,CAAEtB,IAAKA,EAAKoB,MAAOvD,6HA1B/C2N,EAAAA,WAAUnN,KAAA,CAAC,CACRoN,WAAY,oECIZ,SAAAohB,EAAoB1Z,GAAArV,KAAAqV,KAAAA,SAWpB0Z,EAAA9uB,UAAA+uB,IAAA,SAAIC,EAAczZ,GACd,YADc,IAAAA,IAAAA,EAAA,IACPxV,KAAKqV,KACP3B,IAAIub,EAAM,CAAEzZ,OAAQA,IACpBC,aAYTsZ,EAAA9uB,UAAAivB,KAAA,SAAKD,EAAcE,GAKf,OAJI,MAAQA,IACRA,EAAS,CAAEC,MAAS,UAGjBpvB,KAAKqV,KACPO,KAAKqZ,EAAME,GACX1Z,aAYTsZ,EAAA9uB,UAAAovB,QAAA,SAAQJ,EAAcE,GAKlB,OAJI,MAAQA,IACRA,EAAS,CAAEC,MAAS,UAGjBpvB,KAAKqV,KACPV,aACAiB,KAAKqZ,EAAME,GACX1Z,aAaTsZ,EAAA9uB,UAAAqvB,IAAA,SAAIL,EAAcE,GAKd,OAJI,MAAQA,IACRA,EAAS,CAAEC,MAAS,UAGjBpvB,KAAKqV,KACPS,IAAImZ,EAAME,GACV1Z,aAYTsZ,EAAA9uB,UAAAsvB,MAAA,SAAMN,EAAcE,GAKhB,OAJI,MAAQA,IACRA,EAAS,CAAEC,MAAS,UAGjBpvB,KAAKqV,KACPma,MAAMP,EAAME,GACZ1Z,aAWTsZ,EAAA9uB,UAAAwvB,OAAA,SAAOR,GACH,OAAOjvB,KAAKqV,KACPY,OAAOgZ,GACPxZ,qJA/GZ/H,EAAAA,WAAUnN,KAAA,CAAC,CACRoN,WAAY,qDATPoG,aC8DT,kCA3BCoY,EAAAA,SAAQ5rB,KAAA,CAAC,CACRksB,QAAS,CACPiD,EAAAA,gBACAC,EAAAA,kBACAC,EAAAA,gBACAC,EAAAA,gBACAC,EAAAA,mBACAtD,EAAAA,cACAuD,EAAAA,eACAC,EAAAA,cACAC,EAAAA,cACAC,EAAAA,oBACAC,EAAAA,gBACAC,EAAAA,yBACAC,EAAAA,wBACAC,EAAAA,gBACAC,EAAAA,gBACAC,EAAAA,cACAC,EAAAA,eACAC,EAAAA,cACAC,EAAAA,iBACAC,EAAAA,eACAC,EAAAA,oBACAC,EAAAA,cACAC,EAAAA,6BCxBF,SAAoCC,GAElC,GAAIA,EACF,MAAM,IAAI7kB,MAAS6kB,EAAY,+FA1BpC7E,EAAAA,SAAQ5rB,KAAA,CAAC,CACR8rB,QAAS,CACPC,EAAAA,aACA2E,EAAAA,iBACAC,EAAAA,aACAC,IAEF5M,UAAW,CACT,CACEC,QAAS1P,EAAAA,WACTsc,SAAUrd,IAEZ,CACEyQ,QAASiK,EAAAA,mBACT2C,SAAUtD,KAGdrB,QAAS,CACP0E,kDAKgDE,GAAUzwB,WAAA,CAAA,CAAAC,KAA/CsU,EAAAA,UAAQ,CAAAtU,KAAIywB,EAAAA,qBCd3B,kCAhBCnF,EAAAA,SAAQ5rB,KAAA,CAAC,CACR8rB,QAAS,CACPkF,EAAAA,iBACAjF,EAAAA,aACAkF,IAEFpF,aAAc,CACZvsB,GAEF4sB,QAAS,CACP5sB,GAEF4xB,gBAAiB,CACf5xB,cCGJ,kCAdCssB,EAAAA,SAAQ5rB,KAAA,CAAC,CACR8rB,QAAS,CACPkF,EAAAA,iBACAjF,EAAAA,aACAoF,EAAAA,qBACAF,IAEFpF,aAAc,CACZvmB,EAAAA,IAEF4mB,QAAS,CACP5mB,EAAAA,eCEJ,kCAdCsmB,EAAAA,SAAQ5rB,KAAA,CAAC,CACR8rB,QAAS,CACPC,EAAAA,aACAiF,EAAAA,iBACAI,EAAAA,mBACAH,IAEFpF,aAAc,CACZzhB,IAEF8hB,QAAS,CACP9hB,eCDJ,kCAXCwhB,EAAAA,SAAQ5rB,KAAA,CAAC,CACN8rB,QAAS,CACLC,EAAAA,aACAiF,EAAAA,iBACAC,IAEJpF,aAAc,CACV/Q,IAEJoR,QAAS,CAACpR,eCgBd,kCAlBC8Q,EAAAA,SAAQ5rB,KAAA,CAAC,CACR6rB,aAAc,CAACjV,GAAyBoC,EAAAA,IACxC8S,QAAS,CACPC,EAAAA,aACAsF,EAAAA,YACAC,EAAAA,oBACAN,EAAAA,iBACAO,GACAC,GACAL,EAAAA,qBACAM,GACAR,IAEF/E,QAAS,CACPlT,EAAAA,IAEFkY,gBAAiB,CAACta,0BCdlB,SAAA8a,IANSjyB,KAAAkyB,UAAoB,IAE7BlyB,KAAAmyB,YAAsB,EAEtBnyB,KAAAoyB,aAAuB,SAIvBH,EAAAhyB,UAAAC,SAAA,WACEF,KAAKqyB,iBAGPJ,EAAAhyB,UAAAqyB,WAAA,WACEtyB,KAAKoyB,aAAepyB,KAAKoyB,YACzBpyB,KAAKqyB,iBAGPJ,EAAAhyB,UAAAoyB,cAAA,WACE,IAAKryB,KAAKuyB,MAAQvyB,KAAKuyB,KAAKjwB,QAAUtC,KAAKkyB,UAIzC,OAHAlyB,KAAKwyB,YAAcxyB,KAAKuyB,KACxBvyB,KAAKoyB,aAAc,OACnBpyB,KAAKmyB,YAAa,GAGpBnyB,KAAKmyB,YAAa,EACM,GAApBnyB,KAAKoyB,YACPpyB,KAAKwyB,YAAcxyB,KAAKuyB,KAAKE,UAAU,EAAGzyB,KAAKkyB,WAAa,MAC/B,GAApBlyB,KAAKoyB,cACdpyB,KAAKwyB,YAAcxyB,KAAKuyB,iCAnC7BjyB,EAAAA,UAASC,KAAA,CAAC,CACTC,SAAU,gBACVC,SAAA,mWAIC4J,EAAAA,yBACAA,EAAAA,gBCQH,kCAXC8hB,EAAAA,SAAQ5rB,KAAA,CAAC,CACR6rB,aAAc,CAAC6F,IACf5F,QAAS,CACPC,EAAAA,aACAkF,GACAD,EAAAA,kBAEF9E,QAAS,CACPwF,eCkBJ,kCApBC9F,EAAAA,SAAQ5rB,KAAA,CAAC,CACR6rB,aAAc,CACZlO,GACAT,GACA0B,IAEFkN,QAAS,CACPC,EAAAA,aACAuF,EAAAA,oBACAH,EAAAA,qBACAH,EAAAA,iBACAS,GACAR,GACAkB,IAEFjG,QAAS,CACPvO,IAEFuT,gBAAiB,CAAChU,eCNpB,kCAhBC0O,EAAAA,SAAQ5rB,KAAA,CAAC,CACR8rB,QAAS,CACPC,EAAAA,aACAuF,EAAAA,oBACAN,EAAAA,iBACAC,IAEFpF,aAAc,CACZvM,EAAAA,GACAkF,IAEF0H,QAAS,CACP5M,EAAAA,GACAkF,eCFJ,kCAVCoH,EAAAA,SAAQ5rB,KAAA,CAAC,CACN8rB,QAAS,CACLC,EAAAA,aACAsF,EAAAA,aAEJxF,aAAc,CACVpF,GAAkBc,IAEtB2E,QAAS,CAACzF,GAAkBc,QCdhC,OAMA,kCAJCqE,EAAAA,SAAQ5rB,KAAA,CAAC,CACR8rB,QAAS,CAAC6E,EAAAA,aAAayB,SAHF,KAIrBlG,QAAS,CAACyE,EAAAA,yBCcZ,kCAXC/E,EAAAA,SAAQ5rB,KAAA,CAAC,CACR6rB,aAAc,CAAClC,EAAAA,KACfmC,QAAS,CACPC,EAAAA,aACAsG,GACArB,EAAAA,iBACAC,GACAK,EAAAA,qBAEFpF,QAAS,CAACvC,EAAAA,gBCFZ,kCAZCiC,EAAAA,SAAQ5rB,KAAA,CAAC,CACR6rB,aAAc,CACZF,IAEFG,QAAS,CACPC,EAAAA,aACA8D,EAAAA,0BAEF3D,QAAS,CACPP,QCXJ,OAMA,kCAJCC,EAAAA,SAAQ5rB,KAAA,CAAC,CACR8rB,QAAS,CAAC6E,EAAAA,aAAayB,SAHF,KAIrBlG,QAAS,CAACyE,EAAAA,yBCOZ,kCAPC/E,EAAAA,SAAQ5rB,KAAA,CAAC,CACR6rB,aAAc,GACdC,QAAS,CACPC,EAAAA,aACAuG,QCPJ,OAMA,kCAJC1G,EAAAA,SAAQ5rB,KAAA,CAAC,CACR8rB,QAAS,CAAC6E,EAAAA,aAAayB,SAHF,KAIrBlG,QAAS,CAACyE,EAAAA,yBCKZ,kCAPC/E,EAAAA,SAAQ5rB,KAAA,CAAC,CACR6rB,aAAc,GACdC,QAAS,CACPC,EAAAA,aACAwG,QCPJ,OAMA,kCAJC3G,EAAAA,SAAQ5rB,KAAA,CAAC,CACR8rB,QAAS,CAAC6E,EAAAA,aAAayB,SAHF,KAIrBlG,QAAS,CAACyE,EAAAA,kBCIA,IAAI7lB,GAAO,8BAAvB,IAEM2L,GAAqB,CACzB+b,QAAS,CACP7b,SAAU,oBAEZ8b,cAAe,CACb9b,SAAU,2BAUD+b,EAAAA,IAAkC,WAU7C,SAAAA,EAAoB5b,EACVD,EACAG,EACDzX,EACyBC,EACxBsV,GALUrV,KAAAqX,GAAAA,EACVrX,KAAAoX,qBAAAA,EACApX,KAAAuX,aAAAA,EACDvX,KAAAF,UAAAA,EACyBE,KAAAD,KAAAA,EACxBC,KAAAqV,KAAAA,EAERrV,KAAKyX,oBAICwb,EAAAhzB,UAAAwX,WAAA,WAGNzX,KAAKkzB,gBAAkBlzB,KAAKqX,GAAGM,MAAM,CACnC5B,GAAI,CAAC,IACLgd,QAAS,CAAC,GAAI/a,EAAAA,WAAWd,UACzB8b,cAAe,CAAC,GAAIhb,EAAAA,WAAWd,aAKnC+b,EAAAhzB,UAAAC,SAAA,wBACuB,QAArB6O,EAAa,QAAbF,EAAI7O,KAAKD,YAAI,IAAA8O,OAAA,EAAAA,EAAEskB,cAAM,IAAApkB,OAAA,EAAAA,EAAEgH,MACrB/V,KAAKmzB,OAASnzB,KAAKD,KAAKozB,OACxBnzB,KAAKmY,YAAa,EAClBnY,KAAKozB,aAA0B,QAAdpkB,EAAGhP,KAAKmzB,cAAM,IAAAnkB,OAAA,EAAAA,EAAEqkB,WACjCrzB,KAAKszB,aAA0B,QAAdrkB,EAAGjP,KAAKmzB,cAAM,IAAAlkB,OAAA,EAAAA,EAAEwQ,KACjCzf,KAAKkzB,gBAAgB9a,WAAWpY,KAAKmzB,UAMzCF,EAAAhzB,UAAAiZ,OAAA,WAAA,IAAAxS,EAAA1G,KAGE,GAFAA,KAAKkzB,gBAAgBK,mBACrBvzB,KAAKwzB,wBAAyB,EAC1BxzB,KAAKkzB,gBAAgBtc,MAAO,CAC9B5W,KAAKyzB,iBAAkB,EACvB,IAAM9d,EAAQ3V,KAAKkzB,gBAAgB5vB,OAEjCtD,KAAKmY,WACHnY,KAAKqV,KAAKS,IAAI,iCAAgCH,MAAAA,OAAK,EAALA,EAAOI,IAAMJ,GAC3D3V,KAAKqV,KAAKO,KAAK,+BAAgCD,IAEhD9O,KACC8b,EAAAA,UAAS,WAAM,OAAAjc,EAAK+sB,iBAAkB,KACtCrsB,EAAAA,eAAepH,OACf8G,WAAU,SAAAnD,GACV+C,EAAK6Q,aAAaxJ,SAAS,kCAAmC,WAC9DrH,EAAK5G,UAAUM,MAAMuD,QAM7BsvB,EAAAhzB,UAAAge,OAAA,WACEje,KAAKF,UAAUM,SAIjB6yB,EAAAhzB,UAAAuW,aAAA,SAAaC,GACX,OAAOzW,KAAKoX,qBAAqBZ,aAAaC,EAAOzW,KAAKkzB,gBAAiBlzB,KAAKwzB,yBAIlFP,EAAAhzB,UAAA8W,gBAAA,SAAgBN,GACd,OAAOzW,KAAKoX,qBAAqBL,gBAAgBN,EAAOzW,KAAKkzB,gBAAiBlc,KAGhFic,EAAAhzB,UAAAmK,YAAA,eAhF6C,2BAL9C9J,EAAAA,UAASC,KAAA,CAAC,CACTC,SAAU,mCACVC,SAAA,26DAvBkB6Y,EAAAA,mBAKX/C,UADA1I,UAHAnN,EAAAA,6CAuCJI,EAAAA,OAAMP,KAAA,CAACQ,EAAAA,0BAlCHgT,MAoBIkf,EAAAA,IAAkCjxB,EAAA,CAN9C0I,EAAAA,gBAMYuoB,EAAAA,YCHb,kCAbC9G,EAAAA,SAAQ5rB,KAAA,CAAC,CACR6rB,aAAc,CAAC6G,EAAAA,KACf5G,QAAS,CACPC,EAAAA,aACAkF,GACAD,EAAAA,iBACAM,EAAAA,oBACA6B,GACAC,GACAC,IAEFnC,gBAAiB,CAACwB,EAAAA,SCTpB,IAAMpnB,GAAM,IAAIR,GAAO,8BAQVwoB,EAAAA,IAAkC,WAqB7C,SAAAA,EACUpa,EACApE,EACAsX,GAFA3sB,KAAAyZ,OAAAA,EACAzZ,KAAAqV,KAAAA,EACArV,KAAA2sB,OAAAA,EAtBV3sB,KAAA8zB,WAAoB,GACpB9zB,KAAA+zB,UAAuB,CAAE7rB,KAAM,EAAGE,QAAS,GAAID,SAAU,GACzDnI,KAAAuV,QAAe,CACb+I,QAAS,mBAMXte,KAAAg0B,eAA8B,IAAIja,EAAAA,YAAY,CAAC,QAAS,YAAa,mBAAoB,eAAgB,aAAc,YACvH/Z,KAAA4Z,iBAA0B,GAC1B5Z,KAAAi0B,wBAAiC,CAC/B,CAAEC,MAAO,EAAG5wB,MAAO,QAASgT,KAAM,SAClC,CAAE4d,MAAO,EAAG5wB,MAAO,YAAagT,KAAM,QACtC,CAAE4d,MAAO,EAAG5wB,MAAO,mBAAoBgT,KAAM,cAC7C,CAAE4d,MAAO,EAAG5wB,MAAO,eAAgBgT,KAAM,WACzC,CAAE4d,MAAO,EAAG5wB,MAAO,UAAWgT,KAAM,mBAStCud,EAAA5zB,UAAAC,SAAA,WAAA,IAAAwG,EAAA1G,KACEA,KAAK4Z,iBAAmB5Z,KAAKg0B,eAAe1wB,MAC5CtD,KAAKm0B,iBAEDn0B,KAAKkH,MACPlH,KAAKkH,KAAKC,WAAWN,KAAKO,EAAAA,eAAepH,OACtC8G,WAAU,SAACxD,GACVoD,EAAK0tB,WAAW9wB,OAKxBnC,OAAAyB,eAAIixB,EAAA5zB,UAAA,kBAAe,KAAnB,WAAA,IAAAyG,EAAA1G,KACE,OAAOA,KAAKi0B,wBACTjf,QAAO,SAAAqf,GAAQ,OAAA3tB,EAAKstB,eAAe1wB,MAAcgxB,MAAK,SAACpa,GAAW,OAAAA,IAAMma,EAAI/wB,YAC5E4D,MAAK,SAACyV,EAAGzb,GAAM,OAACyb,EAAEuX,MAAQhzB,EAAEgzB,MAAS,EAAMhzB,EAAEgzB,MAAQvX,EAAEuX,OAAU,EAAI,KACrEzQ,KAAI,SAAA4Q,GAAO,OAAAA,EAAI/wB,0CAGpBuwB,EAAA5zB,UAAAs0B,cAAA,WACEv0B,KAAK4Z,iBAAmB5Z,KAAKw0B,iBAI/BX,EAAA5zB,UAAAk0B,eAAA,WAAA,IAAAztB,EAAA1G,KACEA,KAAKqV,KAAK3B,IAAI,+BAAgC,CAAE8B,OAAMrU,OAAAud,OAAAvd,OAAAud,OAAA,GAAO1e,KAAKuV,SAAYvV,KAAK+zB,aAChFltB,KAAKO,EAAAA,eAAepH,OACpB8G,WAAU,SAACnD,GACV+C,EAAKotB,WAAaptB,EAAKotB,WAAWluB,OAAOjC,EAAO5D,MAChD2G,EAAKqtB,UAAU7rB,KAAOvE,EAAOgb,aAC7BjY,EAAKqtB,UAAU5rB,SAAWxE,EAAO+W,cAIvCmZ,EAAA5zB,UAAAw0B,aAAA,SAAalsB,GACXvI,KAAKuV,QAAOpU,OAAAud,OAAAvd,OAAAud,OAAA,GACP1e,KAAKuV,SACLhN,GAELvI,KAAKwa,UAGPqZ,EAAA5zB,UAAAy0B,yBAAA,WAAA,IAAAhuB,EAAA1G,KACoBA,KAAKyZ,OAAOmB,KAAKqY,EAAAA,IAAoC,CACrEha,MAAO,QACP4B,WAAW,EACX9a,KAAM,KAGEgb,cAAcjU,WAAU,SAACnD,GAC7BA,IACFkI,GAAIH,MAAM/H,GACV+C,EAAK8T,cAMXqZ,EAAA5zB,UAAA00B,0BAAA,SAA0BpsB,EAAY4qB,GAAtC,IAAAzsB,EAAA1G,KACEuI,EAAME,kBACYzI,KAAKyZ,OAAOmB,KAAKqY,EAAAA,IAAoC,CACrEha,MAAO,QACP4B,WAAW,EACX9a,KAAM,CACJozB,OAAQA,KAIFpY,cAAcjU,WAAU,SAACnD,GAC7BA,IACFkI,GAAIH,MAAM/H,GACV+C,EAAK8T,cAKXqZ,EAAA5zB,UAAA20B,4BAAA,SAA4BrsB,EAAY4qB,GAAxC,IAAAzsB,EAAA1G,KACEuI,EAAME,kBACYzI,KAAKyZ,OAAOmB,KAAK/a,EAAsB,CACvDoZ,MAAO,QACPlZ,KAAmB,CACjB6X,MAAO,sBACP5J,QAAS,6CAA6CmlB,EAAO7c,KAAI,KAEnEuE,WAAW,IAGHE,cAAcjU,WAAU,SAAAnD,GAC5BA,GAEF+C,EAAK2O,KAAKY,OAAO,iCAAgCkd,MAAAA,OAAM,EAANA,EAAQpd,KACtDlP,KAAKO,EAAAA,eAAeV,IACpBI,WAAU,SAACnD,GACV+C,EAAKotB,WAAaptB,EAAKotB,WAAW9e,QAAO,SAAAkF,GAAK,OAAAA,EAAEnE,KAAOod,EAAOpd,aAMxE8d,EAAA5zB,UAAAoI,SAAA,WACMrI,KAAK+zB,UAAU5rB,SAAWnI,KAAK+zB,UAAU7rB,OAC3ClI,KAAK+zB,UAAU7rB,MAAQ,EACvBlI,KAAKm0B,mBAITN,EAAA5zB,UAAAm0B,WAAA,SAAW7rB,GACLA,EAAMssB,YACR70B,KAAKuV,QAAQ+I,QAAa/V,EAAMusB,OAAM,IAAIvsB,EAAMssB,UAChD70B,KAAKwa,WAITqZ,EAAA5zB,UAAAua,OAAA,WACExa,KAAK8zB,WAAa,GAClB9zB,KAAK+zB,UAAY,CAAE7rB,KAAM,EAAGE,QAAS,GAAID,SAAU,GACnDnI,KAAKm0B,kBAIPN,EAAA5zB,UAAAmK,YAAA,eAnJ6C,2BAL9C9J,EAAAA,UAASC,KAAA,CAAC,CACTC,SAAU,mCACVC,SAAA,4sHAjBO2a,EAAAA,iBAQArH,UAHAuZ,EAAAA,4CAwBN/iB,EAAAA,UAAShK,KAAA,CAACiK,EAAAA,QAAS,CAAEC,QAAQ,OATnBopB,EAAAA,IAAkC7xB,EAAA,CAN9C0I,EAAAA,gBAMYmpB,EAAAA,SCjBAkB,GAAQ,CACnBnd,MAAO,2BACPod,YAAa,CACXC,KAAM,CAAC,aACPC,WAAY,MAIVC,GAAiB,CACrB,CACEC,KAAM,GACN5G,UAAWqF,EAAAA,IACXhH,YAAa,CAACH,IACd3sB,KAAMg1B,QAQV,kCAJC5I,EAAAA,SAAQ5rB,KAAA,CAAC,CACR8rB,QAAS,CAAC6E,EAAAA,aAAayB,SAASwC,KAChC1I,QAAS,CAACyE,EAAAA,kBCrBZ,OAMA,kCAJC/E,EAAAA,SAAQ5rB,KAAA,CAAC,CACR8rB,QAAS,CAAC6E,EAAAA,aAAayB,SAHF,KAIrBlG,QAAS,CAACyE,EAAAA,kBCICmE,EAAAA,IAAwC,WAMnD,SAAAA,EAAoBhe,GAAArX,KAAAqX,GAAAA,EAFVrX,KAAAs1B,YAAc,IAAIpvB,EAAAA,aAG1BlG,KAAKyX,oBAGC4d,EAAAp1B,UAAAwX,WAAA,WAGNzX,KAAKu1B,iBAAmBv1B,KAAKqX,GAAGM,MAAM,CACpCob,QAAS,CAAC,IACVC,cAAe,CAAC,OAIpBqC,EAAAp1B,UAAAC,SAAA,WAAA,IAAAwG,EAAA1G,KAEEA,KAAKu1B,iBAAiBlb,aAAaxT,KACjCyT,EAAAA,aAAa,KACbC,EAAAA,uBACAnT,EAAAA,eAAepH,OACf8G,WAAU,SAAAxD,GACVoD,EAAK4uB,YAAYruB,KAAK3D,OAK1B+xB,EAAAp1B,UAAAib,gBAAA,SAAgBzE,GACdzW,KAAKu1B,iBAAiB7hB,IAAI+C,GAAOyB,SAAS,KAG5Cmd,EAAAp1B,UAAAurB,cAAA,SAAc/U,GACZ,OAAOzW,KAAKu1B,iBAAiB7hB,IAAI+C,GAAOnT,OAI1C+xB,EAAAp1B,UAAAmK,YAAA,eAxCmD,2BALpD9J,EAAAA,UAASC,KAAA,CAAC,CACTC,SAAU,0CACVC,SAAA,yiCAPkB6Y,EAAAA,wDAcjBhP,EAAAA,UAJU+qB,EAAAA,IAAwCrzB,EAAA,CANpD0I,EAAAA,gBAMY2qB,EAAAA,YCYb,kCAZClJ,EAAAA,SAAQ5rB,KAAA,CAAC,CACR6rB,aAAc,CAACiJ,EAAAA,KACfhJ,QAAS,CACPC,EAAAA,aACAkF,GACAD,EAAAA,iBACAM,EAAAA,oBACA6B,GACA8B,IAEF/I,QAAS,CAAC4I,EAAAA,gBCMZ,kCAdClJ,EAAAA,SAAQ5rB,KAAA,CAAC,CACR6rB,aAAc,CAACyH,EAAAA,KACfxH,QAAS,CACPC,EAAAA,aACAoF,EAAAA,qBACAF,GACAD,EAAAA,iBACAM,EAAAA,oBACA4D,GACAC,GACAC,IAEFlJ,QAAS,CAACoH,EAAAA,SCtBZ,OAOA,kCALC1H,EAAAA,SAAQ5rB,KAAA,CAAC,CACR8rB,QAAS,CAAC6E,EAAAA,aAAayB,SAHF,KAIrBlG,QAAS,CAACyE,EAAAA,yBCMZ,kCAPC/E,EAAAA,SAAQ5rB,KAAA,CAAC,CACR6rB,aAAc,GACdC,QAAS,CACPC,EAAAA,aACAsJ,QCPJ,OAMA,kCAJCzJ,EAAAA,SAAQ5rB,KAAA,CAAC,CACR8rB,QAAS,CAAC6E,EAAAA,aAAayB,SAHF,KAIrBlG,QAAS,CAACyE,EAAAA,kBCEZ,IAAMla,GAAqB,CACzBY,MAAO,CACLV,SAAU,qBAEZ2e,KAAM,CACJ3e,SAAU,oBAEZ4e,aAAc,CACZ5e,SAAU,0BAUD6e,EAAAA,IAAkC,WAU7C,SAAAA,EAAoB1e,EACVD,EACAG,EACDzX,EACyBC,EACxBsV,GALUrV,KAAAqX,GAAAA,EACVrX,KAAAoX,qBAAAA,EACApX,KAAAuX,aAAAA,EACDvX,KAAAF,UAAAA,EACyBE,KAAAD,KAAAA,EACxBC,KAAAqV,KAAAA,EAERrV,KAAKyX,oBAICse,EAAA91B,UAAAwX,WAAA,WAGNzX,KAAKg2B,+BAAiCh2B,KAAKqX,GAAGM,MAAM,CAClD5B,GAAI,CAAC,IACL6B,MAAO,CAAC,GAAII,EAAAA,WAAW4F,QAAQ,CAAC5F,EAAAA,WAAWd,YAC3C2e,KAAM,CAAC,GAAI7d,EAAAA,WAAW4F,QAAQ,CAAC5F,EAAAA,WAAWd,YAC1C4e,aAAc,CAAC,GAAI9d,EAAAA,WAAWd,UAC9B+e,YAAa,CAAC,OAIlBF,EAAA91B,UAAAC,SAAA,sBACqC,QAAnC2O,EAAI7O,KAAKD,KAAKm2B,6BAAqB,IAAArnB,OAAA,EAAAA,EAAEkH,MACnC/V,KAAK8gB,WAAY,EACjB9gB,KAAKk2B,sBAAiC,QAAZnnB,EAAG/O,KAAKD,YAAI,IAAAgP,OAAA,EAAAA,EAAEmnB,sBACxCl2B,KAAKmY,YAAa,EAClBnY,KAAKm2B,mBAA8C,QAA1BnnB,EAAAhP,KAAKk2B,6BAAqB,IAAAlnB,OAAA,EAAAA,EAAEonB,YAAa,GAClEp2B,KAAKg2B,+BAA+B5d,WAAWpY,KAAKk2B,yBAKxDH,EAAA91B,UAAAiZ,OAAA,WAAA,IAAAxS,EAAA1G,KAGE,GAFAA,KAAKg2B,+BAA+BzC,mBACpCvzB,KAAKq2B,uCAAwC,EACzCr2B,KAAKg2B,+BAA+Bpf,MAAO,CAC7C5W,KAAKyzB,iBAAkB,EACvB,IAAM9d,EAAQ3V,KAAKg2B,+BAA+B1yB,OAEhDtD,KAAKmY,WACHnY,KAAKqV,KAAKS,IAAI,iCAAgCH,MAAAA,OAAK,EAALA,EAAOI,IAAMJ,GAC3D3V,KAAKqV,KAAKO,KAAK,+BAAgCD,IAEhD9O,KACC8b,EAAAA,UAAS,WAAM,OAAAjc,EAAK+sB,iBAAkB,KACtCrsB,EAAAA,eAAepH,OACf8G,WAAU,SAAAnD,GACV+C,EAAK6Q,aAAaxJ,SAAS,gCAAiC,WAC5DrH,EAAK5G,UAAUM,MAAMuD,QAM7BoyB,EAAA91B,UAAAge,OAAA,WACEje,KAAKF,UAAUM,SAKjB21B,EAAA91B,UAAAuW,aAAA,SAAaC,GACX,OAAOzW,KAAKoX,qBAAqBZ,aAAaC,EAAOzW,KAAKg2B,+BAAgCh2B,KAAKq2B,wCAIjGN,EAAA91B,UAAA8W,gBAAA,SAAgBN,GACd,OAAOzW,KAAKoX,qBAAqBL,gBAAgBN,EAAOzW,KAAKg2B,+BAAgChf,KAG/F+e,EAAA91B,UAAAmK,YAAA,eAjF6C,2BAL9C9J,EAAAA,UAASC,KAAA,CAAC,CACTC,SAAU,mCACVC,SAAA,o8EAvBkB6Y,EAAAA,mBAKX/C,UADA1I,UAHAnN,EAAAA,6CAuCJI,EAAAA,OAAMP,KAAA,CAACQ,EAAAA,0BAlCHgT,MAoBIgiB,EAAAA,IAAkC/zB,EAAA,CAN9C0I,EAAAA,gBAMYqrB,EAAAA,YCAb,kCAdC5J,EAAAA,SAAQ5rB,KAAA,CAAC,CACR6rB,aAAc,CAAC2J,EAAAA,KACf1J,QAAS,CACPC,EAAAA,aACAkF,GACAD,EAAAA,iBACAM,EAAAA,oBACA6B,GACA4C,GACA1C,IAEFnH,QAAS,CAACsJ,EAAAA,KACVtE,gBAAiB,CAACsE,EAAAA,SCPPQ,EAAAA,IAAkC,WAyB7C,SAAAA,EACU9c,EACApE,GADArV,KAAAyZ,OAAAA,EACAzZ,KAAAqV,KAAAA,EAzBVrV,KAAAw2B,0BAAmC,GACnCx2B,KAAA+zB,UAAuB,CAAE7rB,KAAM,EAAGE,QAAS,GAAID,SAAU,GACzDnI,KAAAuV,QAAe,CACb+I,QAAS,kBACTmY,iBAAiB,EACjBC,UAAW,CAAC,cAEd12B,KAAA8Z,OAAsB,IAAIC,EAAAA,YAAY,IAKtC/Z,KAAAg0B,eAA8B,IAAIja,EAAAA,YAAY,CAAC,QAAS,QAAS,kBAAmB,cAAe,YACnG/Z,KAAA4Z,iBAA0B,GAC1B5Z,KAAAi0B,wBAAiC,CAC/B,CAAEC,MAAO,EAAG5wB,MAAO,QAASgT,KAAM,SAClC,CAAE4d,MAAO,EAAG5wB,MAAO,QAASgT,KAAM,SAClC,CAAE4d,MAAO,EAAG5wB,MAAO,OAAQgT,KAAM,QACjC,CAAE4d,MAAO,EAAG5wB,MAAO,kBAAmBgT,KAAM,aAC5C,CAAE4d,MAAO,EAAG5wB,MAAO,cAAegT,KAAM,eACxC,CAAE4d,MAAO,EAAG5wB,MAAO,UAAWgT,KAAM,mBAQtCigB,EAAAt2B,UAAAC,SAAA,WAAA,IAAAwG,EAAA1G,KACEA,KAAK4Z,iBAAmB5Z,KAAKg0B,eAAe1wB,MAC5CtD,KAAKm0B,iBACLn0B,KAAK8Z,OAAOO,aAAaxT,KACvByT,EAAAA,aAAa,KACbC,EAAAA,uBACAnT,EAAAA,eAAepH,OACf8G,WAAU,SAAAxD,GACVoD,EAAK6O,QAAQuE,OAASxW,EACtBoD,EAAK8T,YAGHxa,KAAKkH,MACPlH,KAAKkH,KAAKC,WAAWN,KAAKO,EAAAA,eAAepH,OACtC8G,WAAU,SAACxD,GACVoD,EAAK0tB,WAAW9wB,OAKxBnC,OAAAyB,eAAI2zB,EAAAt2B,UAAA,kBAAe,KAAnB,WAAA,IAAAyG,EAAA1G,KACE,OAAOA,KAAKi0B,wBACTjf,QAAO,SAAAqf,GAAQ,OAAA3tB,EAAKstB,eAAe1wB,MAAcgxB,MAAK,SAACpa,GAAW,OAAAA,IAAMma,EAAI/wB,YAC5E4D,MAAK,SAACyV,EAAGzb,GAAM,OAACyb,EAAEuX,MAAQhzB,EAAEgzB,MAAS,EAAMhzB,EAAEgzB,MAAQvX,EAAEuX,OAAU,EAAI,KACrEzQ,KAAI,SAAA4Q,GAAO,OAAAA,EAAI/wB,0CAGpBizB,EAAAt2B,UAAAs0B,cAAA,WACEv0B,KAAK4Z,iBAAmB5Z,KAAKw0B,iBAI/B+B,EAAAt2B,UAAAk0B,eAAA,WAAA,IAAAztB,EAAA1G,KACEA,KAAKqV,KAAK3B,IAAI,+BAAgC,CAAE8B,OAAMrU,OAAAud,OAAAvd,OAAAud,OAAA,GAAO1e,KAAKuV,SAAYvV,KAAK+zB,aAChFltB,KAAKO,EAAAA,eAAepH,OACpB8G,WAAU,SAACnD,GACV+C,EAAK8vB,0BAA4B9vB,EAAK8vB,0BAA0B5wB,OAAOjC,EAAO5D,MAC9E2G,EAAKqtB,UAAU7rB,KAAOvE,EAAOgb,aAC7BjY,EAAKqtB,UAAU5rB,SAAWxE,EAAO+W,cAIvC6b,EAAAt2B,UAAA02B,yBAAA,WAAA,IAAAjwB,EAAA1G,KACoBA,KAAKyZ,OAAOmB,KAAKmb,EAAAA,IAAoC,CACrE9c,MAAO,QACP4B,WAAW,EACX9a,KAAM,KAGEgb,cAAcjU,WAAU,SAACnD,GAC7BA,GACF+C,EAAK8T,aAMX+b,EAAAt2B,UAAA22B,0BAAA,SAA0BruB,EAAY2tB,GAAtC,IAAAxvB,EAAA1G,KACEuI,EAAME,kBACYzI,KAAKyZ,OAAOmB,KAAKmb,EAAAA,IAAoC,CACrE9c,MAAO,QACP4B,WAAW,EACX9a,KAAM,CACJm2B,sBAAuBA,KAIjBnb,cAAcjU,WAAU,SAACnD,GAC7BA,GACF+C,EAAK8T,aAKX+b,EAAAt2B,UAAA42B,4BAAA,SAA4BtuB,EAAY2tB,GAAxC,IAAAxvB,EAAA1G,KACEuI,EAAME,kBACYzI,KAAKyZ,OAAOmB,KAAK/a,EAAsB,CACvDoZ,MAAO,QACPlZ,KAAmB,CACjB6X,MAAO,oBACP5J,QAAS,iDAAiDkoB,EAAsBte,MAAK,KAEvFiD,WAAW,IAGHE,cAAcjU,WAAU,SAAAnD,GAC5BA,GAEF+C,EAAK2O,KAAKY,OAAO,iCAAgCigB,MAAAA,OAAqB,EAArBA,EAAuBngB,KACrElP,KAAKO,EAAAA,eAAeV,IACpBI,WAAU,SAACnD,GACV+C,EAAK8vB,0BAA4B9vB,EAAK8vB,0BAA0BxhB,QAAO,SAAAkF,GAAK,OAAAA,EAAEnE,KAAOmgB,EAAsBngB,aAMrHwgB,EAAAt2B,UAAAoI,SAAA,WACMrI,KAAK+zB,UAAU5rB,SAAWnI,KAAK+zB,UAAU7rB,OAC3ClI,KAAK+zB,UAAU7rB,MAAQ,EACvBlI,KAAKm0B,mBAIToC,EAAAt2B,UAAAm0B,WAAA,SAAW7rB,GACLA,EAAMssB,YACR70B,KAAKuV,QAAQ+I,QAAa/V,EAAMusB,OAAM,IAAIvsB,EAAMssB,UAChD70B,KAAKwa,WAIT+b,EAAAt2B,UAAAua,OAAA,WACExa,KAAKw2B,0BAA4B,GACjCx2B,KAAK+zB,UAAY,CAAE7rB,KAAM,EAAGE,QAAS,GAAID,SAAU,GACnDnI,KAAKm0B,kBAGPoC,EAAAt2B,UAAAmK,YAAA,eAnJ6C,2BAL9C9J,EAAAA,UAASC,KAAA,CAAC,CACTC,SAAU,mCACVC,SAAA,8rIAdO2a,EAAAA,iBAOArH,wCAsBNxJ,EAAAA,UAAShK,KAAA,CAACiK,EAAAA,QAAS,CAAEC,QAAQ,OAZnB8rB,EAAAA,IAAkCv0B,EAAA,CAN9C0I,EAAAA,gBAMY6rB,EAAAA,SCZAO,GAAQ,CACnBlf,MAAO,0BACPod,YAAa,CACXC,KAAM,CAAC,gBACPC,WAAY,MAKVC,GAAiB,CACrB,CACEC,KAAM,GACN5G,UAAW+H,EAAAA,IACX1J,YAAa,CAACH,IACd3sB,KAAM+2B,QAQV,kCAJC3K,EAAAA,SAAQ5rB,KAAA,CAAC,CACR8rB,QAAS,CAAC6E,EAAAA,aAAayB,SAASwC,KAChC1I,QAAS,CAACyE,EAAAA,yBCDZ,kCAbC/E,EAAAA,SAAQ5rB,KAAA,CAAC,CACR6rB,aAAc,CAACmK,EAAAA,KACflK,QAAS,CACPC,EAAAA,aACAkF,GACAD,EAAAA,iBACAM,EAAAA,oBACAH,EAAAA,qBACAqF,GACAC,IAEFvK,QAAS,CAAC8J,EAAAA,SCZCU,EAAAA,IAAiC,WAU5C,SAAAA,EACU5hB,GAAArV,KAAAqV,KAAAA,EATVrV,KAAAk3B,cAAuB,GACvBl3B,KAAA+zB,UAAuB,CAAE7rB,KAAM,EAAGE,QAAS,GAAID,SAAU,GACzDnI,KAAAuV,QAAe,CACb+I,QAAS,kBACTmY,iBAAiB,EACjBC,UAAW,4CAObO,EAAAh3B,UAAAC,SAAA,WACEF,KAAKm3B,sBAGPF,EAAAh3B,UAAAk3B,mBAAA,WAAA,IAAAzwB,EAAA1G,KACEA,KAAKqV,KAAK3B,IAAI,+BAAgC,CAAE8B,OAAMrU,OAAAud,OAAAvd,OAAAud,OAAA,GAAO1e,KAAKuV,SAAYvV,KAAK+zB,aAChFltB,KAAKO,EAAAA,eAAepH,OACpB8G,WAAU,SAACnD,GACV+C,EAAKwwB,cAAgBxwB,EAAKwwB,cAActxB,OAAOjC,EAAO5D,MACtD2G,EAAKqtB,UAAU7rB,KAAOvE,EAAOgb,aAC7BjY,EAAKqtB,UAAU5rB,SAAWxE,EAAO+W,cAIvCuc,EAAAh3B,UAAAoI,SAAA,WACMrI,KAAK+zB,UAAU5rB,SAAWnI,KAAK+zB,UAAU7rB,OAC3ClI,KAAK+zB,UAAU7rB,MAAQ,EACvBlI,KAAKm3B,uBAITF,EAAAh3B,UAAA6G,UAAA,SAAUswB,GACRp3B,KAAKqV,KAAKO,KAAK,kCAAmC,CAAEod,cAAeoE,MAAAA,OAAG,EAAHA,EAAKrhB,KACrElP,KAAKO,EAAAA,eAAepH,OACpB8G,WAAU,SAACnD,GACVyzB,EAAIC,0BAA4B1zB,MAAAA,OAAM,EAANA,EAAQyV,SAI9C6d,EAAAh3B,UAAAq3B,YAAA,SAAYF,SACVp3B,KAAKqV,KAAKY,OAAO,iCAA8D,QAA9BpH,EAAAuoB,MAAAA,OAAG,EAAHA,EAAKC,iCAAyB,IAAAxoB,OAAA,EAAAA,EAAEkH,KAC9ElP,KAAKO,EAAAA,eAAepH,OACpB8G,WAAU,SAACzC,GACV+yB,EAAIC,0BAA4B,SAKtCJ,EAAAh3B,UAAAua,OAAA,WACExa,KAAKk3B,cAAgB,GACrBl3B,KAAK+zB,UAAY,CAAE7rB,KAAM,EAAGE,QAAS,GAAID,SAAU,GACnDnI,KAAKm3B,sBAGPF,EAAAh3B,UAAAmK,YAAA,eA1D4C,2BAL7C9J,EAAAA,UAASC,KAAA,CAAC,CACTC,SAAU,kCACVC,SAAA,qxCANOsT,MASIkjB,EAAAA,IAAiCj1B,EAAA,CAN7C0I,EAAAA,gBAMYusB,EAAAA,SCNAM,GAAQ,CACnBvC,YAAa,CACXC,KAAM,CAAC,kBAILE,GAAiB,CACrB,CACEC,KAAM,GACN5G,UAAWyI,EAAAA,IACXpK,YAAa,CAACH,IACd3sB,KAAMw3B,QAQV,kCAJCpL,EAAAA,SAAQ5rB,KAAA,CAAC,CACR8rB,QAAS,CAAC6E,EAAAA,aAAayB,SAASwC,KAChC1I,QAAS,CAACyE,EAAAA,yBCDZ,kCAXC/E,EAAAA,SAAQ5rB,KAAA,CAAC,CACR6rB,aAAc,CAAC6K,EAAAA,KACf5K,QAAS,CACPC,EAAAA,aACAoF,EAAAA,qBACAF,GACAD,EAAAA,iBACAiG,IAEF/K,QAAS,CAACwK,EAAAA,2BCXV,SAAAQ,EAAoBpiB,GAAArV,KAAAqV,KAAAA,SAEpBoiB,EAAAx3B,UAAAy3B,mBAAA,SAAmBniB,GACjB,OAAOvV,KAAKqV,KAAK3B,IAAI,uBAAwB,CAAE8B,OAAQD,IAAWE,aAGpEgiB,EAAAx3B,UAAA03B,qBAAA,SAAqBC,GACnB,OAAO53B,KAAKqV,KAAKO,KAAK,uBAAwBgiB,GAAgBniB,aAGhEgiB,EAAAx3B,UAAA43B,qBAAA,SAAqBD,GACnB,OAAO53B,KAAKqV,KAAKS,IAAI,wBAAwB8hB,EAAe7hB,GAAM6hB,GAAgBniB,aAGpFgiB,EAAAx3B,UAAA63B,qBAAA,SAAqBC,GACnB,OAAO/3B,KAAKqV,KAAKY,OAAO,wBAAwB8hB,GAAoBtiB,aAGtEgiB,EAAAx3B,UAAA+3B,kBAAA,SAAkBD,GAChB,OAAO/3B,KAAKqV,KAAK3B,IAAI,wBAAwBqkB,GAAoBtiB,aAGnEgiB,EAAAx3B,UAAAg4B,2BAAA,WACE,OAAOj4B,KAAKqV,KAAK3B,IAAI,qCAAqC+B,aAG5DgiB,EAAAx3B,UAAAi4B,uBAAA,SAAuBC,GACrB,OAAOn4B,KAAKqV,KAAKO,KAAK,4BAA6BuiB,GAAoB1iB,aAGzEgiB,EAAAx3B,UAAAm4B,yBAAA,WACE,OAAOp4B,KAAKqV,KAAK3B,IAAI,oCAAoC+B,qJApC5D/H,EAAAA,WAAUnN,KAAA,CAAC,CACVoN,WAAY,qDAJLoG,MCST,IAAMiD,GAAqB,CACzBY,MAAO,CACLV,SAAU,qBAEZmhB,YAAa,CACXnhB,SAAU,2BAEZohB,QAAS,CACPphB,SAAU,uBAEZ+e,YAAa,CACX/e,SAAU,2BAEZqhB,gBAAiB,CACfC,QAAS,0CAoBX,SAAAC,EACS34B,EACyBC,EACxBsX,EACAD,EACAG,EACAmhB,GALD14B,KAAAF,UAAAA,EACyBE,KAAAD,KAAAA,EACxBC,KAAAqX,GAAAA,EACArX,KAAAoX,qBAAAA,EACApX,KAAAuX,aAAAA,EACAvX,KAAA04B,sBAAAA,EAfA14B,KAAA24B,OAAS,IAAIzyB,EAAAA,aAEvBlG,KAAA44B,cAAwB,EAExB54B,KAAA64B,QAAmB,CACjB,CAAC,OAAQ,UACT,CAAC,gBAWD74B,KAAKyX,oBAGCghB,EAAAx4B,UAAAwX,WAAA,WACNzX,KAAK84B,mBAAqB94B,KAAKqX,GAAGM,MAAM,CACtC5B,GAAI,IAAIgE,EAAAA,YAAY,IACpBnC,MAAO,IAAImC,EAAAA,YAAY,GAAI/B,EAAAA,WAAWd,UACtC+e,YAAa,IAAIlc,EAAAA,YAAY,GAAI/B,EAAAA,WAAWd,UAC5CohB,QAAS,IAAIve,EAAAA,YAAY,GAAI/B,EAAAA,WAAWd,UACxCmhB,YAAa,IAAIte,EAAAA,YAAY,GAAI/B,EAAAA,WAAWd,UAC5CqhB,gBAAiB,IAAIxe,EAAAA,YAAY,GAAI/B,EAAAA,WAAW4F,QAAQ,CAAC5F,EAAAA,WAAWwgB,QAAQ,8DAE1Ex4B,KAAKD,KAAKg5B,wBACZ/4B,KAAK44B,cAAe,EACpB54B,KAAK84B,mBAAmB1gB,WAAWpY,KAAKD,KAAKg5B,yBAIjDN,EAAAx4B,UAAAC,SAAA,WACEF,KAAKg5B,OAAS,IAAIC,EAAAA,QAGdR,EAAAx4B,UAAAiZ,OAAA,mHACAlZ,KAAK84B,mBAAmBliB,MAAxB,MAAA,CAAA,EAAA,GACEjT,OAAM,EACJgS,EAAQ3V,KAAK84B,mBAAmBx1B,qDAG3BtD,KAAK44B,aAAe,CAAA,EAAM54B,KAAK04B,sBAAsBb,qBAAqBliB,IAA1E,CAAA,EAAA,iBAAoB9G,EAAAE,EAAAxK,oBACzB,MAAA,CAAA,EAAMvE,KAAK04B,sBAAsBf,qBAAqBhiB,WAAtD9G,EAAAE,EAAAxK,+BADJZ,EAAMkL,EAEN7O,KAAKuX,aAAaxJ,SAChB,yCACA,wCAGF/N,KAAKuX,aAAaxJ,SAAS,+BAAgC,4BAEvDpK,GACF3D,KAAKF,UAAUM,MAAMuD,gCAM7B80B,EAAAx4B,UAAAib,gBAAA,SAAgBzE,GACdzW,KAAK84B,mBAAmBplB,IAAI+C,GAAOyB,SAAS,KAG9CugB,EAAAx4B,UAAAurB,cAAA,SAAc/U,GACZ,OAAOzW,KAAK84B,mBAAmBplB,IAAI+C,GAAOnT,OAI5Cm1B,EAAAx4B,UAAAuW,aAAA,SAAaC,GACX,OAAOzW,KAAKoX,qBAAqBZ,aAAaC,EAAOzW,KAAK84B,oBAAoB,IAGhFL,EAAAx4B,UAAA8W,gBAAA,SAAgBN,GACd,OAAOzW,KAAKoX,qBAAqBL,gBAAgBN,EAAOzW,KAAK84B,mBAAoB9hB,+BAlFpF1W,EAAAA,UAASC,KAAA,CAAC,CACTC,SAAU,2BACVC,SAAA,i4GAvBOC,EAAAA,6CAuCJI,EAAAA,OAAMP,KAAA,CAACQ,EAAAA,0BAzCHuY,EAAAA,mBACA/C,UALA1I,UACA4pB,uCAiCNntB,EAAAA,iBCVH,kCAhBC6hB,EAAAA,SAAQ5rB,KAAA,CAAC,CACR6rB,aAAc,CAACqM,IACfpM,QAAS,CACPC,EAAAA,aACAuF,EAAAA,oBACAL,GACAD,EAAAA,iBACA2H,EAAAA,iBAEFzM,QAAS,CACPgM,IAEFhH,gBAAiB,CACfgH,QCFSU,EAAAA,IAA4B,WAkBvC,SAAAA,EACU1f,EACAlC,EACAmhB,EACArhB,GAHArX,KAAAyZ,OAAAA,EACAzZ,KAAAuX,aAAAA,EACAvX,KAAA04B,sBAAAA,EACA14B,KAAAqX,GAAAA,EArBVrX,KAAAo5B,gBAAyB,GACzBp5B,KAAA4Z,iBAA6B,CAC3B,QACA,QACA,UACA,cACA,kBACA,cACA,UACA,WAEF5Z,KAAAkI,KAAe,EAEflI,KAAAoI,QAAkB,GAClBpI,KAAA6Z,WAAqB,EASnB7Z,KAAKq5B,gBAAkBr5B,KAAKqX,GAAGM,MAAM,CACnCmC,OAAQ,IAAIC,EAAAA,YAAY,IACxBue,QAAS,IAAIve,EAAAA,YAAY,IACzBuE,QAAS,IAAIvE,EAAAA,YAAY,6BAI7Bof,EAAAl5B,UAAAC,SAAA,WACEF,KAAKye,WACLze,KAAKs5B,iBAGPH,EAAAl5B,UAAAq5B,cAAA,WAAA,IAAA5yB,EAAA1G,KACEA,KAAKq5B,gBAAgBhf,aAAaxT,KAAKyT,EAAAA,aAAa,KAAMlT,EAAAA,eAAepH,OACtE8G,WAAU,SAAAe,GACTnB,EAAK8T,aAIX2e,EAAAl5B,UAAAmK,YAAA,aAEM+uB,EAAAl5B,UAAAwe,SAAA,6GAMgB,8BAJlBze,KAAK6Z,WAAY,GACbtE,EAAevV,KAAKq5B,gBAAgB/1B,OAChC8E,QAAUpI,KAAKoI,QACvBmN,EAAQrN,KAAOlI,KAAKkI,KACF,CAAA,EAAMlI,KAAK04B,sBAAsBhB,mBACjDniB,kBADE5R,EAAckL,EAAAtK,OAGlBvE,KAAKmI,SAAWxE,EAAO+W,WAAa1a,KAAKkI,KACzClI,KAAKo5B,gBAAkBp5B,KAAKo5B,gBAAgBxzB,OAAOjC,EAAO5D,mCAE1DC,KAAKuX,aAAaxJ,SAAS,+BAAgC,4BAG3D/N,KAAK6Z,WAAY,+BAIrBsf,EAAAl5B,UAAAua,OAAA,WACExa,KAAKo5B,gBAAkB,GACvBp5B,KAAKkI,KAAO,EACPlI,KAAK6Z,WACR7Z,KAAKye,YAIT0a,EAAAl5B,UAAAoI,SAAA,YACOrI,KAAK6Z,WAAa7Z,KAAKkI,KAAOlI,KAAKmI,WACtCnI,KAAKkI,MAAQ,EACblI,KAAKye,aAIT0a,EAAAl5B,UAAAs5B,qBAAA,SAAqB5jB,GAArB,IAAAjP,EAAA1G,KACoBA,KAAKyZ,OAAOmB,KAAK6d,GAA6B,CAC9Dxf,MAAO,QACPlZ,KAAM,CACJg5B,sBAAuBpjB,KAIjBoF,cAAcjU,WAAU,SAAAnD,GAC5BA,GACF+C,EAAK8T,aAKL2e,EAAAl5B,UAAA63B,qBAAA,SAAqBniB,wFACP3V,KAAKyZ,OAAOmB,KAAK/a,EAAsB,CACvDoZ,MAAO,QACPlZ,KAAmB,CACjB6X,MAAO,gBACP5J,QAAS,uCAEX6M,WAAW,IAGHE,cAAcjU,WAAU,SAAMnD,GAAM,OAAAd,EAAA6D,OAAA,OAAA,GAAA,iEACxC/C,EAAA,MAAA,CAAA,EAAA,oBAGA,6BAAA,CAAA,EAAM3D,KAAK04B,sBAAsBZ,qBAAqBniB,EAAMI,mBAA5DlH,EAAAtK,OACAvE,KAAKuX,aAAaxJ,SAChB,kCACA,WAEF/N,KAAKwa,sCAELxa,KAAKuX,aAAaxJ,SAAS,+BAAgC,oDAMnEorB,EAAAl5B,UAAAib,gBAAA,SAAgBzE,GACdzW,KAAKq5B,gBAAgB3lB,IAAI+C,GAAOyB,SAAS,KAG3CihB,EAAAl5B,UAAAu5B,WAAA,SAAWjxB,GACT,IAAIssB,EAAYtsB,EAAMssB,UAAU4E,WAAW5c,cAC3C7c,KAAK05B,aAAanxB,EAAMusB,OAAQD,IAGlCsE,EAAAl5B,UAAAy5B,aAAA,SAAaC,EAAQ9E,GACnB,OAAQ8E,GACN,IAAK,QACH,OAAO35B,KAAKq5B,gBAAgB3lB,IAAI,WAAWwE,SAAS,SAAW2c,GAEjE,IAAK,cACH,OAAO70B,KAAKq5B,gBAAgB3lB,IAAI,WAAWwE,SAAS,eAAiB2c,GAEvE,IAAK,UACH,OAAO70B,KAAKq5B,gBAAgB3lB,IAAI,WAAWwE,SAAS,WAAa2c,GAEnE,QACE,OAAO70B,KAAKq5B,gBAAgB3lB,IAAI,WAAWwE,SAAS,uBA9InB,2BALxC5X,EAAAA,UAASC,KAAA,CAAC,CACTC,SAAU,4BACVC,SAAA,o9IARO2a,EAAAA,iBACAvN,UAJA4pB,UACane,EAAAA,eAaT6f,EAAAA,IAA4Bn3B,EAAA,CANxC0I,EAAAA,gBAMYyuB,EAAAA,KCfb,IAAMhE,GAAiB,CACrB,CAAEC,KAAM,GAAIF,WAAY,MAAO0E,UAAW,QAC1C,CAAExE,KAAM,MAAO5G,UAAW2K,EAAAA,KAG1B,CACE/D,KAAM,KACNF,WAAY,MACZ0E,UAAW,YAQf,kCAJCzN,EAAAA,SAAQ5rB,KAAA,CAAC,CACR8rB,QAAS,CAAC6E,EAAAA,aAAayB,SAASwC,KAChC1I,QAAS,CAACyE,EAAAA,yBCQZ,kCAdC/E,EAAAA,SAAQ5rB,KAAA,CAAC,CACR6rB,aAAc,CAAC+M,EAAAA,KACf9M,QAAS,CACPC,EAAAA,aACAuF,EAAAA,oBACAH,EAAAA,qBACAH,EAAAA,iBACAC,GACAQ,GACA6H,GACAC,GACApH,0BCRF,SAAAqH,EACSj6B,EACyBC,EACxB4sB,GAFD3sB,KAAAF,UAAAA,EACyBE,KAAAD,KAAAA,EACxBC,KAAA2sB,OAAAA,SAGVoN,EAAA95B,UAAAC,SAAA,WACEF,KAAK43B,eAAiB53B,KAAKD,KAAK63B,eAChC53B,KAAKg6B,WAAah6B,KAAKD,KAAKi6B,YAG9BD,EAAA95B,UAAAG,MAAA,WACEJ,KAAKF,UAAUM,SAGjB25B,EAAA95B,UAAAg6B,kBAAA,WACEj6B,KAAKI,QACLJ,KAAK2sB,OAAOO,SAAS,CAACltB,KAAKg6B,WAAa,+CA1B3C15B,EAAAA,UAASC,KAAA,CAAC,CACTC,SAAU,kBACVC,SAAA,ojFANOC,EAAAA,6CAeJI,EAAAA,OAAMP,KAAA,CAACQ,EAAAA,0BAbHusB,EAAAA,UCaI4M,EAAAA,IAA8B,WAkBzC,SAAAA,EACUzgB,EACAif,EACArhB,EACAE,GAHAvX,KAAAyZ,OAAAA,EACAzZ,KAAA04B,sBAAAA,EACA14B,KAAAqX,GAAAA,EACArX,KAAAuX,aAAAA,EArBVvX,KAAAo5B,gBAAyB,GACzBp5B,KAAA4Z,iBAA6B,CAC3B,QACA,QACA,UACA,cACA,kBACA,cACA,UACA,WAEF5Z,KAAAkI,KAAe,EAEflI,KAAAoI,QAAkB,GAClBpI,KAAA6Z,WAAqB,EASnB7Z,KAAKq5B,gBAAkBr5B,KAAKqX,GAAGM,MAAM,CACnCmC,OAAQ,IAAIC,EAAAA,YAAY,IACxBue,QAAS,IAAIve,EAAAA,YAAY,IACzBuE,QAAS,IAAIvE,EAAAA,YAAY,6BAI7BmgB,EAAAj6B,UAAAC,SAAA,WACEF,KAAKye,WACLze,KAAKs5B,gBACLt5B,KAAKo4B,4BAGP8B,EAAAj6B,UAAAq5B,cAAA,WAAA,IAAA5yB,EAAA1G,KACEA,KAAKq5B,gBAAgBhf,aAAaxT,KAAKyT,EAAAA,aAAa,KAAMlT,EAAAA,eAAepH,OACtE8G,WAAU,SAAAe,GACTnB,EAAK8T,aAIX0f,EAAAj6B,UAAAmK,YAAA,aAEM8vB,EAAAj6B,UAAAwe,SAAA,6GAMgB,8BAJlBze,KAAK6Z,WAAY,GACbtE,EAAevV,KAAKq5B,gBAAgB/1B,OAChC8E,QAAUpI,KAAKoI,QACvBmN,EAAQrN,KAAOlI,KAAKkI,KACF,CAAA,EAAMlI,KAAK04B,sBAAsBhB,mBACjDniB,kBADE5R,EAAckL,EAAAtK,OAGlBvE,KAAKmI,SAAWxE,EAAO+W,WAAa1a,KAAKkI,KACzClI,KAAKo5B,gBAAkBp5B,KAAKo5B,gBAAgBxzB,OAAOjC,EAAO5D,mCAE1DC,KAAKuX,aAAaxJ,SAAS,+BAAgC,4BAG3D/N,KAAK6Z,WAAY,+BAIrBqgB,EAAAj6B,UAAAua,OAAA,WACExa,KAAKo5B,gBAAkB,GACvBp5B,KAAKkI,KAAO,EACPlI,KAAK6Z,WACR7Z,KAAKye,YAITyb,EAAAj6B,UAAAoI,SAAA,YACOrI,KAAK6Z,WAAa7Z,KAAKkI,KAAOlI,KAAKmI,WACtCnI,KAAKkI,MAAQ,EACblI,KAAKye,aAITyb,EAAAj6B,UAAAib,gBAAA,SAAgBzE,GACdzW,KAAKq5B,gBAAgB3lB,IAAI+C,GAAOyB,SAAS,KAG3CgiB,EAAAj6B,UAAAu5B,WAAA,SAAWjxB,GACT,IAAIssB,EAAYtsB,EAAMssB,UAAU4E,WAAW5c,cAC3C7c,KAAK05B,aAAanxB,EAAMusB,OAAQD,IAGlCqF,EAAAj6B,UAAAy5B,aAAA,SAAaC,EAAQ9E,GACnB,OAAQ8E,GACN,IAAK,QACH,OAAO35B,KAAKq5B,gBAAgB3lB,IAAI,WAAWwE,SAAS,SAAW2c,GAEjE,IAAK,cACH,OAAO70B,KAAKq5B,gBAAgB3lB,IAAI,WAAWwE,SAAS,eAAiB2c,GAEvE,IAAK,UACH,OAAO70B,KAAKq5B,gBAAgB3lB,IAAI,WAAWwE,SAAS,WAAa2c,GAEnE,QACE,OAAO70B,KAAKq5B,gBAAgB3lB,IAAI,WAAWwE,SAAS,qBAK1DgiB,EAAAj6B,UAAAk6B,eAAA,SAAevC,GACK53B,KAAKyZ,OAAOmB,KAAKmf,GAAqB,CACtD9gB,MAAO,QACP4B,WAAW,EACX9a,KAAM,CACJ63B,eAAgBA,EAChBwC,eAAe,MAKfF,EAAAj6B,UAAAm4B,yBAAA,qGAEF,6BAAA,CAAA,EAAMp4B,KAAK04B,sBAAsBN,0CAAjCvpB,EAAAtK,oCAEAvE,KAAKuX,aAAaxJ,SAAS,+BAAgC,yCAzHtB,2BAL1CzN,EAAAA,UAASC,KAAA,CAAC,CACTC,SAAU,8BACVC,SAAA,8nIAPO2a,EAAAA,iBAHAqc,UACane,EAAAA,mBAHbzL,MAeIqsB,EAAAA,IAA8Bl4B,EAAA,CAN1C0I,EAAAA,gBAMYwvB,EAAAA,KCbb,IAAM/E,GAAiB,CACrB,CAAEC,KAAM,GAAIF,WAAY,iBAAkB0E,UAAW,QACrD,CAAExE,KAAM,iBAAkB5G,UAAW0L,EAAAA,KAGrC,CACE9E,KAAM,KACNF,WAAY,MACZ0E,UAAW,YAQf,kCAJCzN,EAAAA,SAAQ5rB,KAAA,CAAC,CACR8rB,QAAS,CAAC6E,EAAAA,aAAayB,SAASwC,KAChC1I,QAAS,CAACyE,EAAAA,yBCMZ,kCAbC/E,EAAAA,SAAQ5rB,KAAA,CAAC,CACR8rB,QAAS,CACPC,EAAAA,aACAuF,EAAAA,oBACAH,EAAAA,qBACAH,EAAAA,iBACAC,GACAQ,GACAU,GACA2H,IAEFjO,aAAc,CAAC8N,EAAAA,gBCAjB,kCAdC/N,EAAAA,SAAQ5rB,KAAA,CAAC,CACR6rB,aAAc,CAAC2N,IACf1N,QAAS,CACPC,EAAAA,aACAkF,GACAD,EAAAA,kBAEF9E,QAAS,CACPsN,IAEFtI,gBAAiB,CACfsI,0BCAF,SAAAO,EACqCv6B,EAC3Bw6B,EACA9gB,EACAkT,EACA+L,EACAnhB,GAL2BvX,KAAAD,KAAAA,EAC3BC,KAAAu6B,YAAAA,EACAv6B,KAAAyZ,OAAAA,EACAzZ,KAAA2sB,OAAAA,EACA3sB,KAAA04B,sBAAAA,EACA14B,KAAAuX,aAAAA,EAXVvX,KAAAw6B,qBAA4B,GAC5Bx6B,KAAAy6B,gBAAuB,UAavBH,EAAAr6B,UAAAC,SAAA,iBACEF,KAAK43B,eAAiB53B,KAAKD,KAAK63B,eAChC53B,KAAKg6B,WAAah6B,KAAKD,KAAKi6B,WAC5Bh6B,KAAK06B,qBAAwC,QAApB7rB,EAAC7O,KAAK43B,sBAAc,IAAA/oB,OAAA,EAAAA,EAAEonB,cAGjDqE,EAAAr6B,UAAAG,MAAA,WACEJ,KAAKk4B,yBACLl4B,KAAKu6B,YAAYI,WAGnBL,EAAAr6B,UAAAy6B,qBAAA,SAAqBzE,IACdA,GAAeA,EAAY3zB,QAAUtC,KAAKw6B,qBAC7Cx6B,KAAKy6B,gBAAkBxE,EAGzBj2B,KAAKy6B,gBAAkBxE,EAAYxD,UAAU,EAAGzyB,KAAKw6B,sBAAwB,OAG/EF,EAAAr6B,UAAAk6B,eAAA,WACEn6B,KAAKI,QACaJ,KAAKyZ,OAAOmB,KAAKmf,GAAqB,CACtD9gB,MAAO,QACP4B,WAAW,EACX9a,KAAM,CACJ63B,eAAgB53B,KAAK43B,eACrBoC,WAAYh6B,KAAKD,KAAKi6B,eAK5BM,EAAAr6B,UAAAg6B,kBAAA,WACEj6B,KAAKI,QACLJ,KAAK2sB,OAAOO,SAAS,CAACltB,KAAKg6B,WAAa,qBAGpCM,EAAAr6B,UAAAi4B,uBAAA,iHAKgB,6BAHdC,EAAqB,CACvByC,UAA8B,QAArB/rB,EAAE7O,KAAK43B,sBAAc,IAAA/oB,OAAA,EAAAA,EAAEkH,IAEhB,CAAA,EAAM/V,KAAK04B,sBAAsBR,uBAAuBC,kBAAxDppB,EAAAxK,oCAGlBvE,KAAKuX,aAAaxJ,SAAS,+BAAgC,iEAhEhEzN,EAAAA,UAASC,KAAA,CAAC,CACTC,SAAU,4BACVC,SAAA,+8DAUGK,EAAAA,OAAMP,KAAA,CAACqN,EAAAA,6BAhBHitB,EAAAA,sBAFAzf,EAAAA,iBAIAkS,EAAAA,cALAmK,UADA5pB,wBCeP,SAAAitB,EACUhtB,EACA4qB,EACAnhB,GAFAvX,KAAA8N,SAAAA,EACA9N,KAAA04B,sBAAAA,EACA14B,KAAAuX,aAAAA,EALDvX,KAAAg6B,WAAqB,2BAQ9Bc,EAAA76B,UAAAC,SAAA,aAGA46B,EAAA76B,UAAAwG,gBAAA,WAAA,IAAAC,EAAA1G,KACE+6B,YAAW,SAAA7gB,GACTxT,EAAKs0B,iBACJ,MAGCF,EAAA76B,UAAA+6B,aAAA,2GAEgB,6BAAA,CAAA,EAAMh7B,KAAK04B,sBAAsBT,4CAA/Ct0B,EAAckL,EAAAtK,OAClBvE,KAAK43B,eAAiBj0B,EAAOyV,KACzBpZ,KAAK43B,gBACP53B,KAAKi7B,0CAIPj7B,KAAKuX,aAAaxJ,SAAS,+BAAgC,uCAI/D+sB,EAAA76B,UAAAg7B,WAAA,WACEj7B,KAAK8N,SAASK,kBAAkBmsB,GAA8B,CAC5Dv6B,KAAM,CACJ63B,eAAgB53B,KAAK43B,eACrBoC,WAAYh6B,KAAKg6B,YAEnBkB,mBAAoB,QACpBC,iBAAkB,MAClBC,WAAY,CAAC,yCA7ClB96B,EAAAA,UAASC,KAAA,CAAC,CACTC,SAAU,sBACVC,SAAA,uGALO6N,EAAAA,mBAFAmpB,UAGA5pB,2CASNxD,EAAAA,gBCaH,kCAhBC8hB,EAAAA,SAAQ5rB,KAAA,CAAC,CACR6rB,aAAc,CAAC0O,GAAyBR,IACxCjO,QAAS,CACPC,EAAAA,aACAkF,GACA6J,GACA9J,EAAAA,iBACAS,IAEFvF,QAAS,CACPqO,IAEFrJ,gBAAiB,CACf6I,0BCVF,SAAAgB,IAHSt7B,KAAAsW,KAAe,cACftW,KAAAD,KAAc,UAIvBu7B,EAAAr7B,UAAAC,SAAA,aAGAo7B,EAAAr7B,UAAAs7B,YAAA,WACE,IAAMC,EAAcx7B,KAAKsW,KAAI,KAAI,IAAInG,MAAO2Y,UAAS,QAC/C2S,EAAKC,EAAAA,MAAWC,cAAc37B,KAAKD,MAEnC67B,EAAoBF,EAAAA,MAAWG,WACrCH,EAAAA,MAAWI,kBAAkBF,EAAIH,EAAI,UAGrCM,EAAAA,UAAeH,EAAIJ,8BAvBtBl7B,EAAAA,UAASC,KAAA,CAAC,CACTC,SAAU,0BACVC,SAAA,+KAKC4J,EAAAA,oBACAA,EAAAA,gBCIH,kCARC8hB,EAAAA,SAAQ5rB,KAAA,CAAC,CACR6rB,aAAc,CAACkP,IACfjP,QAAS,CACPC,EAAAA,aACAkF,IAEF/E,QAAS,CAAC6O,QCDCU,EAAAA,2BAA0B,WAMrC,SAAAA,EACSl8B,EACyBC,EACxBsV,GAFDrV,KAAAF,UAAAA,EACyBE,KAAAD,KAAAA,EACxBC,KAAAqV,KAAAA,EANVrV,KAAAi8B,kBAA4B,EAC5Bj8B,KAAAk8B,WAAoB,UAQpBF,EAAA/7B,UAAAC,SAAA,WAAA,QAAAwG,EAAA1G,KACMA,KAAKD,MACPC,KAAKqV,KAAK3B,IAAI,2BAA4B,CACxC8B,OAAQ,CACNqI,WAAqB,QAAXhP,EAAE7O,KAAKD,YAAI,IAAA8O,OAAA,EAAAA,EAAE2P,UACvB2d,SAAmB,QAAXptB,EAAE/O,KAAKD,YAAI,IAAAgP,OAAA,EAAAA,EAAEqtB,WAEtBv1B,KACDO,EAAAA,eAAepH,OACf8G,WAAU,SAACnD,GACX+C,EAAK21B,QAAU14B,MAAAA,OAAM,EAANA,EAAQyV,KACvB1S,EAAK41B,4BAKXN,EAAA/7B,UAAAq8B,sBAAA,WAAA,YAAA51B,EAAA1G,OAC6C,aAAb,QAAZ6O,EAAA7O,KAAKq8B,eAAO,IAAAxtB,OAAA,EAAAA,EAAE5I,QAAwB9E,OAAOwP,KAAiB,QAAb5B,EAAC/O,KAAKq8B,eAAO,IAAAttB,OAAA,EAAAA,EAAEogB,QAAUhuB,OAAOwP,KAAuB,QAAnB1B,EAAa,QAAbD,EAAChP,KAAKq8B,eAAO,IAAArtB,OAAA,EAAAA,EAAEjP,YAAI,IAAAkP,OAAA,EAAAA,EAAEpH,WAAa,IACjIL,SAAQ,SAACtF,iBACTq6B,EAAoBr6B,EAAeiI,MAAM,KAAKsZ,KAAI,SAAAvJ,GAAK,OAAAA,EAAEsiB,OAAO,GAAG3f,cAAgB3C,EAAEuiB,MAAM,MAAI3Z,KAAK,KAC1Gpc,EAAKw1B,WAAW/2B,KAAK,CAAEo3B,iBAAkBA,EAAkBG,UAAWx6B,EAAKy6B,SAAoC,aAAb,QAAZ9tB,EAAAnI,EAAK21B,eAAO,IAAAxtB,OAAA,EAAAA,EAAE5I,QAAwB,GAA8B,QAA5B+I,EAAgB,QAAhBD,EAAIrI,EAAK21B,eAAO,IAAAttB,OAAA,EAAAA,EAAEogB,OAAOjtB,UAAG,IAAA8M,EAAAA,EAAK,GAAK4tB,SAAsC,QAA9BvR,EAAc,QAAdpc,EAAEvI,EAAK21B,eAAO,IAAAptB,OAAA,EAAAA,EAAE4tB,WAAW36B,UAAG,IAAAmpB,EAAAA,EAAK,SAInN2Q,EAAA/7B,UAAAG,MAAA,WACEJ,KAAKF,UAAUM,WArCoB,kDALtCE,EAAAA,UAASC,KAAA,CAAC,CACTC,SAAU,qBACVC,SAAA,4hDAROC,EAAAA,6CAmBJI,EAAAA,OAAMP,KAAA,CAACQ,EAAAA,0BAjBHgT,MASIioB,EAAAA,2BAA0Bh6B,EAAA,CANtC0I,EAAAA,gBAMYsxB,EAAAA,4BCCAc,EAAAA,4BAA2B,WAEtC,SAAAA,EACSh9B,EACyBC,EACxB4sB,GAFD3sB,KAAAF,UAAAA,EACyBE,KAAAD,KAAAA,EACxBC,KAAA2sB,OAAAA,SAGVmQ,EAAA78B,UAAAC,SAAA,WAAA,IAAAwG,EAAA1G,KACEA,KAAK2sB,OAAOoQ,OACTl2B,KAAKmO,EAAAA,QAAO,SAAAzM,GAAS,OAAAA,aAAiBy0B,EAAAA,iBAAgB51B,EAAAA,eAAepH,OACrE8G,WAAU,SAAAzC,GAAK,OAAAqC,EAAK5G,UAAUM,cAXG,mDALvCE,EAAAA,UAASC,KAAA,CAAC,CACTC,SAAU,4BACVC,SAAA,2XATOC,EAAAA,6CAgBJI,EAAAA,OAAMP,KAAA,CAACQ,EAAAA,0BAfYusB,EAAAA,UAWXwP,EAAAA,4BAA2B96B,EAAA,CANvC0I,EAAAA,gBAMYoyB,EAAAA,+CCIX,SAAAG,EACUxjB,GAAAzZ,KAAAyZ,OAAAA,EAHDzZ,KAAAk9B,QAA4B,gBAMrCD,EAAAh9B,UAAAC,SAAA,aAIA+8B,EAAAh9B,UAAAk9B,WAAA,WACoBn9B,KAAKyZ,OAAOmB,KAAKohB,EAAAA,2BAA4B,CAC7D/iB,MAAO,QACP4B,WAAW,EACX9a,KAAM,CACJye,UAAWxe,KAAKwe,UAChB4d,QAASp8B,KAAKo8B,YAKpBa,EAAAh9B,UAAAm9B,YAAA,WACoBp9B,KAAKyZ,OAAOmB,KAAKkiB,EAAAA,4BAA6B,CAC9D7jB,MAAO,MACPokB,SAAU,QACVxiB,WAAW,EACX9a,KAAM,CACJye,UAAWxe,KAAKwe,UAChB4d,QAASp8B,KAAKo8B,sCArCrB97B,EAAAA,UAASC,KAAA,CAAC,CACTC,SAAU,0BACVC,SAAA,mcAPO2a,EAAAA,iDAYN/Q,EAAAA,uBACAA,EAAAA,uBACAA,EAAAA,SCZH,OAMA,kCAJC8hB,EAAAA,SAAQ5rB,KAAA,CAAC,CACR8rB,QAAS,CAAC6E,EAAAA,aAAayB,SAHF,KAIrBlG,QAAS,CAACyE,EAAAA,kBCJZ,OAMA,kCAJC/E,EAAAA,SAAQ5rB,KAAA,CAAC,CACR8rB,QAAS,CAAC6E,EAAAA,aAAayB,SAHF,KAIrBlG,QAAS,CAACyE,EAAAA,yBCYZ,kCAVC/E,EAAAA,SAAQ5rB,KAAA,CAAC,CACR6rB,aAAc,CAAC4P,EAAAA,4BACf3P,QAAS,CACPC,EAAAA,aACAgR,GACA/L,EAAAA,iBACAC,IAEF/E,QAAS,CAACuP,EAAAA,gCCdZ,OAMA,kCAJC7P,EAAAA,SAAQ5rB,KAAA,CAAC,CACR8rB,QAAS,CAAC6E,EAAAA,aAAayB,SAHF,KAIrBlG,QAAS,CAACyE,EAAAA,kBCJZ,OAMA,kCAJC/E,EAAAA,SAAQ5rB,KAAA,CAAC,CACR8rB,QAAS,CAAC6E,EAAAA,aAAayB,SAHF,KAIrBlG,QAAS,CAACyE,EAAAA,kBCSCqM,EAAAA,sBAAqB,WAehC,SAAAA,EACUC,EACA7Q,EACD8Q,GAFCz9B,KAAAw9B,YAAAA,EACAx9B,KAAA2sB,OAAAA,EACD3sB,KAAAy9B,UAAAA,EAhBTz9B,KAAA09B,aAAsB,GAGb19B,KAAA29B,YAAsB,EACtB39B,KAAA49B,mBAA6B,EAGtC59B,KAAA+zB,UAAuB,CAAE7rB,KAAM,EAAGE,QAAS,GAAID,SAAU,GACzDnI,KAAAuV,QAAe,CAAE+I,QAAS,mBAC1Bte,KAAA4Z,iBAA0B,CAAC,QAAS,KAAM,cAAe,YAAa,SAAU,UAAW,aAAc,qBAUzG2jB,EAAAt9B,UAAAC,SAAA,WAAA,IAAAwG,EAAA1G,KAEEA,KAAKm0B,iBAEDn0B,KAAKkH,MACPlH,KAAKkH,KAAKC,WAAWN,KAAKO,EAAAA,eAAepH,OACtC8G,WAAU,SAACxD,GACVoD,EAAK0tB,WAAW9wB,OAMxBnC,OAAAyB,eAAI26B,EAAAt9B,UAAA,YAAS,KAAb,WACE,OAAID,KAAK09B,aAAap7B,OAAS,EACtBtC,KAAK09B,aAAaja,KAAI,SAAArK,SAC3B,MAAO,CACLykB,KAAQzkB,MAAAA,OAAI,EAAJA,EAAM0kB,YACdC,OAAU3kB,MAAAA,OAAI,EAAJA,EAAMnT,OAChB+3B,KAAQjtB,KAAKC,WAAUoI,MAAAA,OAAI,EAAJA,EAAMrZ,OAAQ,IACrCoB,OAAU4P,KAAKC,WAAUoI,MAAAA,OAAI,EAAJA,EAAM+V,SAAU,IACzC8O,aAAcltB,KAAKC,WAAUoI,MAAAA,OAAI,EAAJA,EAAMyjB,aAAc,IACjDqB,aAAc,IAAI/tB,KAAKiJ,MAAAA,OAAI,EAAJA,EAAM+kB,YAAYC,eACzCC,aAAwB,QAAZxvB,EAAEuK,MAAAA,OAAI,EAAJA,EAAMqG,YAAI,IAAA5Q,OAAA,EAAAA,EAAEyvB,UAIzB,oCAGTf,EAAAt9B,UAAAm0B,WAAA,SAAW7rB,GACLA,EAAMssB,YACR70B,KAAKuV,QAAQ+I,QAAa/V,EAAMusB,OAAM,IAAIvsB,EAAMssB,UAChD70B,KAAKwa,WAIT+iB,EAAAt9B,UAAAs+B,WAAA,SAAW1yB,GACT7L,KAAK2sB,OAAOO,SAAS,CAAC,8BAA+BrhB,EAAIkK,MAIrDwnB,EAAAt9B,UAAAk0B,eAAA,2GAUW,OATXn0B,KAAKw+B,aACPx+B,KAAKuV,QAAOpU,OAAAud,OAAAvd,OAAAud,OAAA,GAAQ1e,KAAKuV,SAAO,CAAEuoB,YAAa99B,KAAKw+B,cAElDx+B,KAAKy+B,WACPz+B,KAAKuV,QAAOpU,OAAAud,OAAAvd,OAAAud,OAAA,GAAQ1e,KAAKuV,SAAO,CAAEmpB,UAAW1+B,KAAKy+B,YAEhDz+B,KAAK2+B,SACP3+B,KAAKuV,QAAOpU,OAAAud,OAAAvd,OAAAud,OAAA,GAAQ1e,KAAKuV,SAAO,CAAEwd,QAAS/yB,KAAK2+B,UAEnC,CAAA,EAAM3+B,KAAKw9B,YAAYxO,IAAI,iBAAgB7tB,OAAAud,OAAAvd,OAAAud,OAAA,GAAO1e,KAAKuV,SAAYvV,KAAK+zB,2BAAjFpwB,EAASqL,EAAAzK,OACfvE,KAAK09B,aAAe19B,KAAK09B,aAAa93B,OAAOjC,EAAO5D,MACpDC,KAAK+zB,UAAU7rB,KAAOvE,EAAOgb,aAC7B3e,KAAK+zB,UAAU5rB,SAAWxE,EAAO+W,sBAGnC6iB,EAAAt9B,UAAAw0B,aAAA,SAAalsB,GACPvI,KAAK29B,aACP39B,KAAKuV,QAAOpU,OAAAud,OAAAvd,OAAAud,OAAAvd,OAAAud,OAAA,GACP1e,KAAKuV,SACLhN,GAAK,CACRu1B,YAAa99B,KAAKw+B,aAAcj2B,MAAAA,OAAK,EAALA,EAAOu1B,cAAe,GACtDY,UAAW1+B,KAAKy+B,UAAY,KAE9Bz+B,KAAKwa,WAIT+iB,EAAAt9B,UAAAoI,SAAA,WACMrI,KAAK+zB,UAAU5rB,SAAWnI,KAAK+zB,UAAU7rB,OAC3ClI,KAAK+zB,UAAU7rB,MAAQ,EACvBlI,KAAKm0B,mBAIToJ,EAAAt9B,UAAAua,OAAA,WACExa,KAAK09B,aAAe,GACpB19B,KAAK+zB,UAAY,CAAE7rB,KAAM,EAAGE,QAAS,GAAID,SAAU,GACnDnI,KAAKm0B,kBAGPoJ,EAAAt9B,UAAAq8B,sBAAA,SAAsBzwB,WACpB,GAAa,QAAbgD,EAAIhD,MAAAA,OAAG,EAAHA,EAAK9L,YAAI,IAAA8O,OAAA,EAAAA,EAAEhH,QAAS,CACtB,IAAMA,EAAU1G,OAAOwP,KAAc,QAAV5B,EAAClD,MAAAA,OAAG,EAAHA,EAAK9L,YAAI,IAAAgP,OAAA,EAAAA,EAAElH,UAAY,GAC/C+2B,EAAQ,QAMZ,OALA/2B,EAAQL,SAAQ,SAACtF,WACTq6B,EAAoBr6B,EAAeiI,MAAM,KAAKsZ,KAAI,SAAAvJ,GAAK,OAAAA,EAAEsiB,OAAO,GAAG3f,cAAgB3C,EAAEuiB,MAAM,MAAI3Z,KAAK,KAC1G8b,EAAWA,EAAK,YAAYrC,EAAgB,+BAAiD,QAAnB1tB,EAAAhD,MAAAA,OAAG,EAAHA,EAAKgxB,WAAW36B,UAAG,IAAA2M,EAAAA,EAAK,IAAE,gCAA8C,QAAfE,EAAAlD,MAAAA,OAAG,EAAHA,EAAKsjB,OAAOjtB,UAAG,IAAA6M,EAAAA,EAAK,IAAE,mBAE3J6vB,GAAgB,UAGlB,MAAO,IAGTrB,EAAAt9B,UAAAmK,YAAA,eAtHgC,6CALjC9J,EAAAA,UAASC,KAAA,CAAC,CACTC,SAAU,qBACVC,SAAA,kxIANOsuB,UAJAzB,EAAAA,cAKAuR,EAAAA,wEAWNx0B,EAAAA,0BACAA,EAAAA,0BACAA,EAAAA,iCACAA,EAAAA,sBACAA,EAAAA,oBAMAE,EAAAA,UAAShK,KAAA,CAACiK,EAAAA,QAAS,CAAEC,QAAQ,OAbnB8yB,EAAAA,sBAAqBv7B,EAAA,CANjC0I,EAAAA,gBAMY6yB,EAAAA,uBCbb,OAMA,sBCPgBuB,KACZ,OAAO,SAACC,GAEJ,IAAMC,EAAW,IAAI7uB,KAAK4uB,EAAQz7B,OAClC,OAAMy7B,EAAQz7B,OAAgB,gBAAP07B,EACZ,CAAEC,aAAa,GAEnB,2BDJd9S,EAAAA,SAAQ5rB,KAAA,CAAC,CACR8rB,QAAS,CAAC6E,EAAAA,aAAayB,SAHF,KAIrBlG,QAAS,CAACyE,EAAAA,kBEMCgO,EAAAA,4BAA2B,WAStC,SAAAA,EAAoB7nB,EAAyBD,GAAzBpX,KAAAqX,GAAAA,EAAyBrX,KAAAoX,qBAAAA,EAFnCpX,KAAAs1B,YAAc,IAAIpvB,EAAAA,aAG1BlG,KAAKyX,oBAGPtW,OAAAyB,eAAIs8B,EAAAj/B,UAAA,mBAAgB,KAApB,WACE,QAASD,KAAKy+B,UAAYz+B,KAAKw+B,6CAGzBU,EAAAj/B,UAAAwX,WAAA,WAGNzX,KAAKm/B,mBAAqBn/B,KAAKqX,GAAGM,MAAM,CACtCmmB,YAAa,CAAC,IACd73B,OAAQ,CAAC,IACTlG,KAAM,CAAC,IACPsoB,QAAS,CAAC,GAAIyW,MACd1W,UAAW,CAAC,GAAI0W,SAIpBI,EAAAj/B,UAAAC,SAAA,WAAA,IAAAwG,EAAA1G,KAEEA,KAAKm/B,mBAAmB9kB,aAAaxT,KACnCyT,EAAAA,aAAa,KACbC,EAAAA,uBACAnT,EAAAA,eAAepH,OACf8G,WAAU,SAACxD,GACXA,EAAM8kB,UAAY9kB,EAAM8kB,UAAa9kB,EAAM8kB,UAAmBgX,cAAgB,GAC9E97B,EAAM+kB,QAAU/kB,EAAM+kB,QAAW/kB,EAAM+kB,QAAiB+W,cAAgB,GACxE14B,EAAK4uB,YAAYruB,KAAK3D,OAK1B47B,EAAAj/B,UAAAib,gBAAA,SAAgBzE,GACdzW,KAAKm/B,mBAAmBzrB,IAAI+C,GAAOyB,SAAS,KAG9CgnB,EAAAj/B,UAAAurB,cAAA,SAAc/U,GACZ,OAAOzW,KAAKm/B,mBAAmBzrB,IAAI+C,GAAOnT,OAG5C47B,EAAAj/B,UAAAuW,aAAA,SAAaC,GACX,OAAOzW,KAAKoX,qBAAqBZ,aAAaC,EAAOzW,KAAKm/B,oBAAoB,IAIhFD,EAAAj/B,UAAAmK,YAAA,eAxDsC,mDALvC9J,EAAAA,UAASC,KAAA,CAAC,CACTC,SAAU,4BACVC,SAAA,6+EATkB6Y,EAAAA,mBAGX/C,oEAaNlM,EAAAA,0BACAA,EAAAA,2BAEAC,EAAAA,UAPU40B,EAAAA,4BAA2Bl9B,EAAA,CANvC0I,EAAAA,gBAMYw0B,EAAAA,oCCUb,kCAZC/S,EAAAA,SAAQ5rB,KAAA,CAAC,CACR6rB,aAAc,CAAC8S,EAAAA,6BACf7S,QAAS,CACPC,EAAAA,aACA+S,GACA9N,EAAAA,iBACAM,EAAAA,oBACAL,GACAkC,IAEFjH,QAAS,CAACyS,EAAAA,wCCMZ,kCAdC/S,EAAAA,SAAQ5rB,KAAA,CAAC,CACR6rB,aAAc,CAACmR,EAAAA,uBACflR,QAAS,CACPC,EAAAA,aACAgT,GACAC,GACAhO,EAAAA,iBACAM,EAAAA,oBACAL,GACAE,EAAAA,qBACA8N,IAEF/S,QAAS,CAAC8Q,EAAAA,kCCNZ,kCAVCpR,EAAAA,SAAQ5rB,KAAA,CAAC,CACR6rB,aAAc,CAAC0Q,EAAAA,6BACfzQ,QAAS,CACPC,EAAAA,aACAmT,GACAlO,EAAAA,iBACAmO,IAEFjT,QAAS,CAACqQ,EAAAA,wCCMZ,kCAZC3Q,EAAAA,SAAQ5rB,KAAA,CAAC,CACR6rB,aAAc,CAAC6Q,IACf5Q,QAAS,CACPsT,GACAC,GACAtT,EAAAA,aACAuT,GACAtO,EAAAA,iBACAC,IAEF/E,QAAS,CAACwQ,0BCJV,SAAA6C,EACUtC,EACA1Q,EACAtT,GAFAxZ,KAAAw9B,YAAAA,EACAx9B,KAAA8sB,MAAAA,EACA9sB,KAAAwZ,SAAAA,EANVxZ,KAAAi8B,kBAA4B,EAC5Bj8B,KAAAk8B,WAAoB,UAQpB4D,EAAA7/B,UAAAC,SAAA,WAAA,IAAAwG,EAAA1G,KACEA,KAAK8sB,MAAMiT,SAASj5B,WAAU,SAAA0O,GACxBA,EAAO9B,IAAI,MACbhN,EAAKs5B,eAAexqB,EAAO9B,IAAI,OAE/BhN,EAAK8S,SAASymB,WAKpBH,EAAA7/B,UAAAq8B,sBAAA,WAAA,YAAA51B,EAAA1G,OAC6C,aAAb,QAAZ6O,EAAA7O,KAAKq8B,eAAO,IAAAxtB,OAAA,EAAAA,EAAE5I,QAAwB9E,OAAOwP,KAAiB,QAAb5B,EAAC/O,KAAKq8B,eAAO,IAAAttB,OAAA,EAAAA,EAAEogB,QAAUhuB,OAAOwP,KAAuB,QAAnB1B,EAAa,QAAbD,EAAChP,KAAKq8B,eAAO,IAAArtB,OAAA,EAAAA,EAAEjP,YAAI,IAAAkP,OAAA,EAAAA,EAAEpH,WAAa,IACjIL,SAAQ,SAACtF,iBACTq6B,EAAoBr6B,EAAeiI,MAAM,KAAKsZ,KAAI,SAAAvJ,GAAK,OAAAA,EAAEsiB,OAAO,GAAG3f,cAAgB3C,EAAEuiB,MAAM,MAAI3Z,KAAK,KAC1Gpc,EAAKw1B,WAAW/2B,KAAK,CAAEo3B,iBAAkBA,EAAkBG,UAAWx6B,EAAKy6B,SAAoC,aAAb,QAAZ9tB,EAAAnI,EAAK21B,eAAO,IAAAxtB,OAAA,EAAAA,EAAE5I,QAAwB,GAA8B,QAA5B+I,EAAgB,QAAhBD,EAAIrI,EAAK21B,eAAO,IAAAttB,OAAA,EAAAA,EAAEogB,OAAOjtB,UAAG,IAAA8M,EAAAA,EAAK,GAAK4tB,SAAsC,QAA9BvR,EAAc,QAAdpc,EAAEvI,EAAK21B,eAAO,IAAAptB,OAAA,EAAAA,EAAE4tB,WAAW36B,UAAG,IAAAmpB,EAAAA,EAAK,SAI7MyU,EAAA7/B,UAAA+/B,eAAA,SAAeE,mGACJ,MAAA,CAAA,EAAMlgC,KAAKw9B,YAAYxO,IAAI,kBAAkBkR,kBAAtDv8B,EAAS4nB,EAAAhnB,OACfvE,KAAKq8B,QAAU14B,EAAOyV,KACtBpZ,KAAKs8B,wBACLt8B,KAAKmgC,yBAGPL,EAAA7/B,UAAAkgC,WAAA,qBACQC,EAAQC,EAAAA,KAA+B,QAAbxxB,EAAC7O,KAAKq8B,eAAO,IAAAxtB,OAAA,EAAAA,EAAEguB,WAAwB,QAAd9tB,EAAE/O,KAAKq8B,eAAO,IAAAttB,OAAA,EAAAA,EAAEogB,QACzE5S,SAASC,eAAe,YAAY8jB,UAAYC,EAAAA,WAAyBC,KAAKC,OAAOL,EAAmB,QAAdpxB,EAAEhP,KAAKq8B,eAAO,IAAArtB,OAAA,EAAAA,EAAE6tB,uCA5C7Gv8B,EAAAA,UAASC,KAAA,CAAC,CACTC,SAAU,qBACVC,SAAA,y2DAJOsuB,UAHA2R,EAAAA,sBACAvlB,EAAAA,YCCT,OAMA,kCAJCgR,EAAAA,SAAQ5rB,KAAA,CAAC,CACR8rB,QAAS,CAAC6E,EAAAA,aAAayB,SAHF,KAIrBlG,QAAS,CAACyE,EAAAA,yBCYZ,kCAVC/E,EAAAA,SAAQ5rB,KAAA,CAAC,CACR6rB,aAAc,CAAC0T,IACfzT,QAAS,CACPC,EAAAA,aACAqU,GACApP,EAAAA,iBACAC,IAEF/E,QAAS,CAACqT,QCVZ,IAAM3K,GAAiB,CACrB,CAAEC,KAAM,WAAY5G,UAAW+O,EAAAA,sBAAuB1Q,YAAa,CAACH,KACpE,CAAE0I,KAAM,eAAgB5G,UAAWsR,GAAuBjT,YAAa,CAACH,KACxE,CAAE0I,KAAM,KAAMF,WAAY,WAAY0E,UAAW,YAOnD,kCAJCzN,EAAAA,SAAQ5rB,KAAA,CAAC,CACR8rB,QAAS,CAAC6E,EAAAA,aAAayB,SAASwC,KAChC1I,QAAS,CAACyE,EAAAA,yBCIZ,kCAXC/E,EAAAA,SAAQ5rB,KAAA,CAAC,CACR6rB,aAAc,GAEdC,QAAS,CACPC,EAAAA,aACAsU,GACAlB,GACAmB,IAEFpU,QAAS,yBCNT,SAAAqU,YAEAA,EAAA7gC,UAAAC,SAAA,uCAVDI,EAAAA,UAASC,KAAA,CAAC,CACTC,SAAU,qBACVC,SAAA,skCAIC4J,EAAAA,sBACAA,EAAAA,2BCcD,SAAA02B,EACU1xB,EACAgG,GADArV,KAAAqP,aAAAA,EACArP,KAAAqV,KAAAA,EAbVrV,KAAAghC,UAAmB,GACnBhhC,KAAA4Z,iBAA6B,CAC3B,QACA,cACA,OACA,iBAEF5Z,KAAA6Z,WAAqB,EAErB7Z,KAAA+zB,UAAuB,CAAE7rB,KAAM,EAAGE,QAAS,GAAID,SAAU,UAQzD44B,EAAA9gC,UAAAC,SAAA,WACMF,KAAKiI,OAAOg5B,cAAcC,YAC5BlhC,KAAKgV,OAAS,CACZ6I,WAAY7d,KAAKiI,OAAOg5B,cAAcpgC,OAG1Cb,KAAKye,YAGPsiB,EAAA9gC,UAAAwe,SAAA,WAAA,IAAA/X,EAAA1G,KACE,IACEA,KAAK6Z,WAAY,EACjB7Z,KAAKqV,KAAK3B,IAAI1T,KAAKiI,OAAOg5B,cAAcr0B,OAAQ,CAAE4I,OAAMrU,OAAAud,OAAAvd,OAAAud,OAAA,GAAO1e,KAAKgV,QAAWhV,KAAK+zB,aAAejtB,WAAU,SAACnD,GAC5G+C,EAAKs6B,UAAYt6B,EAAKs6B,UAAUp7B,OAAOjC,EAAO5D,MAC9C2G,EAAKqtB,UAAU7rB,KAAOvE,EAAOgb,aAC7BjY,EAAKqtB,UAAU5rB,SAAWxE,EAAO+W,aAEnC,MAAOhV,GACP1F,KAAKqP,aAAaZ,YAAY/I,WAG9B1F,KAAK6Z,WAAY,IAIrBknB,EAAA9gC,UAAAoI,SAAA,WACMrI,KAAK+zB,UAAU5rB,SAAWnI,KAAK+zB,UAAU7rB,OAC3ClI,KAAK+zB,UAAU7rB,MAAQ,EACvBlI,KAAKye,aAITsiB,EAAA9gC,UAAAua,OAAA,WACExa,KAAKghC,UAAY,GACjBhhC,KAAK+zB,UAAY,CAAE7rB,KAAM,EAAGE,QAAS,GAAID,SAAU,GACnDnI,KAAKye,YAGPsiB,EAAA9gC,UAAAmK,YAAA,uCA/DD9J,EAAAA,UAASC,KAAA,CAAC,CACTC,SAAU,0BACVC,SAAA,guDANO8N,UAAqBwF,uCAW3B1J,EAAAA,SCNH,IAAM2M,GAAqB,CACzBlI,SAAU,CACRoI,SAAU,uBACViqB,YAAa,kCAmBf,SAAAC,EACU/pB,EACAD,EACAiqB,EACD7nB,GAHCxZ,KAAAqX,GAAAA,EACArX,KAAAoX,qBAAAA,EACApX,KAAAqhC,kBAAAA,EACDrhC,KAAAwZ,SAAAA,EATTxZ,KAAAshC,eAAwB,GACxBthC,KAAAuhC,WAAoB,GACVvhC,KAAA24B,OAAS,IAAIzyB,EAAAA,aACblG,KAAAwhC,WAAY,IAAIt7B,EAAAA,aAQxBlG,KAAKyhC,iCAGPL,EAAAnhC,UAAAC,SAAA,WACEF,KAAKuhC,WAAavhC,KAAKiI,OAAOs5B,WAC9BvhC,KAAK0hC,mBAAmB1hC,KAAKD,KAAK,KAGpCqhC,EAAAnhC,UAAAwhC,wBAAA,WACEzhC,KAAK2hC,kBAAoB3hC,KAAKqX,GAAGM,MAAM,CACrCiqB,OAAQ5hC,KAAKqX,GAAGwqB,MAAM,OAI1B1gC,OAAAyB,eAAIw+B,EAAAnhC,UAAA,cAAW,KAAf,WACE,OAAOD,KAAK2hC,kBAAkBjuB,IAAI,2CAGpC0tB,EAAAnhC,UAAA6hC,YAAA,SAAYrrB,GAcV,OAb2BzW,KAAKqX,GAAGM,MAAM,CACvC5B,GAAI,IAAIgE,EAAAA,YAAYtD,EAAMV,IAC1BzR,MAAO,IAAIyV,EAAAA,YAAYtD,EAAMnS,OAC7BhB,MAAO,IAAIyW,EAAAA,YAAYtD,EAAMnT,OAC7BwL,SAAU,IAAIiL,EAAAA,YAAYtD,EAAM3H,SAC9BkJ,EAAAA,WAAW4F,QACT,CACE5F,EAAAA,WAAWd,YAIjB6qB,aAAc,IAAIhoB,EAAAA,YAAYtD,EAAMsrB,iBAKxCX,EAAAnhC,UAAAyhC,mBAAA,SAAmB3hC,GAAnB,IAAA2G,EAAA1G,KACE,IAAK,IAAIgiC,KAAKjiC,EACZ,GAAIA,EAAKyB,eAAewgC,GAAI,CAC1B,IAAIC,EAAY,CACdlsB,GAAI,GACJzR,MAAO09B,EACP1+B,MAAOvD,EAAKiiC,GACZlzB,SAAU,GACVizB,aAAc,IAEhB/hC,KAAKshC,eAAen8B,KAAK88B,GAG7BjiC,KAAKshC,eAAe95B,SAAQ,SAACgB,EAAc05B,GACzC15B,EAAQuN,GAAKmsB,EACbx7B,EAAK66B,WAAW7d,MAAK,SAAC5U,EAAemQ,GACnC,GAAInQ,EAASxK,MAAM0f,cAAcme,SAAS35B,EAAQlE,MAAM0f,eAGtD,OAFAxb,EAAQsG,SAAWA,EAASxL,MAC5BkF,EAAQu5B,aAAejzB,EAASjO,KACzB2H,SAMf44B,EAAAnhC,UAAAuD,KAAA,WACExD,KAAK2hC,kBAAkBpO,mBAClBvzB,KAAK2hC,kBAAkB/qB,OAG5B5W,KAAK24B,OAAO1xB,KAAKjH,KAAK2hC,kBAAkBr+B,QAI1C89B,EAAAnhC,UAAAuW,aAAA,SAAaC,EAAemU,GAC1B,OAAO5qB,KAAKoX,qBAAqBZ,aAAaC,EAAOmU,IAIvDwW,EAAAnhC,UAAA8W,gBAAA,SAAgBN,EAAemU,GAC7B,OAAO5qB,KAAKoX,qBAAqBL,gBAAgBN,EAAOmU,EAAM5T,KAGhEoqB,EAAAnhC,UAAAwG,gBAAA,WAAA,IAAAC,EAAA1G,KAGE+6B,YAAW,SAAA7gB,GACTxT,EAAK46B,eAAe95B,SAAQ,SAACgB,GAC3B9B,EAAK07B,YAAYj9B,KAAKuB,EAAKo7B,YAAYt5B,OAEzC9B,EAAK26B,kBAAkBgB,kBACtB,MAGLjB,EAAAnhC,UAAAqiC,mBAAA,SAAmB/5B,EAAY0W,GAC7B,IAAIxI,EAAQzW,KAAKuhC,WAAW7d,MAAK,SAACjN,GAAe,OAAAA,EAAMnT,OAASiF,EAAMjF,SAClEmT,IACFzW,KAAKoiC,YAAYG,SAAStjB,GAAOvL,IAAI,gBAAgBwE,SAASzB,EAAM5V,MACpEb,KAAKwiC,oBAITpB,EAAAnhC,UAAAuiC,gBAAA,WAAA,IAAA97B,EAAA1G,KACEA,KAAKoiC,YAAY9+B,MAAMkE,SAAQ,SAACiP,EAAYwI,GAC1C,IAAI8f,EAAUr4B,EAAK07B,YAAYG,SAAStjB,GAAOvL,IAAI,aAC9BhN,EAAK07B,YAAY9+B,MAAMogB,MAAK,SAAA+e,GAC/C,OAAAA,EAAa3zB,WAAaiwB,EAAQz7B,OAC/Bm/B,EAAa1sB,IAAMrP,EAAK07B,YAAYG,SAAStjB,GAAOvL,IAAI,MAAMpQ,SAQjEy7B,EAAQ2D,UAAU,MAHlB3D,EAAQ2D,UAAU,CAAEvB,aAAa,QAQvCC,EAAAnhC,UAAA0iC,YAAA,SAAY1jB,IACI,GAAVA,GAGJjf,KAAKoiC,YAAYQ,SAAS3jB,IAG5BmiB,EAAAnhC,UAAA4iC,SAAA,WACE7iC,KAAKwhC,WAAWv6B,MAAK,8BAhJxB3G,EAAAA,UAASC,KAAA,CAAC,CACTC,SAAU,oBACVC,SAAA,q4FAbkB6Y,EAAAA,mBAFX/C,UACAusB,EAAAA,yBAEA3nB,EAAAA,2CAkBN9Q,EAAAA,sBACAA,EAAAA,sBAGAC,EAAAA,2BACAA,EAAAA,4BCbD,SAAAy4B,EACSvpB,GAAAxZ,KAAAwZ,SAAAA,EAHCxZ,KAAAwhC,WAAa,IAAIt7B,EAAAA,oBAM3B68B,EAAA9iC,UAAAC,SAAA,aAGA6iC,EAAA9iC,UAAA+iC,YAAA,SAAY/hC,GACV,IAAIknB,EAAO,IAAIhY,KAAKlP,GACpB,OAAOknB,aAAgBhY,OAAS8yB,MAAM9a,EAAKW,YAG7Cia,EAAA9iC,UAAA4iC,SAAA,WACE7iC,KAAKwhC,WAAWv6B,MAAK,8BAvBxB3G,EAAAA,UAASC,KAAA,CAAC,CACTC,SAAU,wBACVC,SAAA,kwEALO0a,EAAAA,kDASN9Q,EAAAA,8BACAA,EAAAA,0BACAC,EAAAA,UCIU44B,EAAAA,mBAAkB,WA0D7B,SAAAA,EACU3rB,EACAlI,EACAgG,GAFArV,KAAAuX,aAAAA,EACAvX,KAAAqP,aAAAA,EACArP,KAAAqV,KAAAA,EAzDVrV,KAAAmjC,UAAmB,GACnBnjC,KAAAD,KAAc,GACdC,KAAAojC,YAAsB,EACtBpjC,KAAAqjC,sBAAgC,EAEhCrjC,KAAAsjC,SAAkB,GAClBtjC,KAAAujC,YAAqB,GACrBvjC,KAAAwjC,eAAwB,GACxBxjC,KAAAyjC,YAAmB,CACjB,CACE1tB,GAAI,EACJxS,KAAM,EACNqU,MAAO,SACP8rB,cAAe,GACfC,oBAAqB,IAEvB,CACE5tB,GAAI,EACJxS,KAAM,EACNqU,MAAO,iBACP8rB,cAAe,GACfC,oBAAqB,IAEvB,CACE5tB,GAAI,EACJxS,KAAM,EACNqU,MAAO,kBACP8rB,cAAe,uBACfC,oBAAqB,8GAEvB,CACE5tB,GAAI,EACJxS,KAAM,EACNqU,MAAO,2BACP8rB,cAAe,GACfC,oBAAqB,IAEvB,CACE5tB,GAAI,EACJxS,KAAM,EACNqU,MAAO,iBACP8rB,cAAe,sBACfC,oBAAqB,0LAEvB,CACE5tB,GAAI,EACJxS,KAAM,EACNqU,MAAO,8BACP8rB,cAAe,GACfC,oBAAqB,KAGzB3jC,KAAA4jC,YAAmB,EAOjB5jC,KAAK6jC,YAAc,CACjBtrB,OAAQ,OACRC,YAAa,gBACbC,OAAQ,CACNC,OAAQ,SAEVE,WAAY,OACZD,UAAU,EACVE,QAAS,GACTC,eAAgB,eAIpBoqB,EAAAjjC,UAAAC,SAAA,aAGAiB,OAAAyB,eAAIsgC,EAAAjjC,UAAA,OAAI,KAAR,WAAA,IAAAyG,EAAA1G,KACE,OAAOA,KAAKyjC,YAAY/f,MAAK,SAAAngB,GAAQ,OAAAA,EAAKwS,IAAMrP,EAAKk9B,gDAGjDV,EAAAjjC,UAAAoZ,YAAA,SAAY9Q,yFAyBhB,OAxBAvI,KAAK4jC,YAAc,EACnB5jC,KAAKmjC,UAAY56B,EAEbu7B,EAAe,KACfC,EAAW,KACTC,EAAS,IAAIC,WACbl5B,EAAO/K,KAAKmjC,UAAU,GAC5Ba,EAAOE,OAAS,SAAC37B,GACf,IAAMxI,EAAOikC,EAAOrgC,OACpBmgC,EAAeK,EAAAA,KAAUpkC,EAAM,CAC7Bc,KAAM,SACNujC,WAAW,IAEbL,EAAWD,EAAaO,WAAWC,QAAO,SAACC,EAASjuB,GAClD,IAAMkuB,EAAQV,EAAaW,OAAOnuB,GAKlC,OAJUolB,EAAAA,MAAWgJ,cAAcF,EAAO,CACxCG,OAAQ,EACRC,OAAQ,OAGT,IACHl+B,EAAK48B,SAAWS,GAElBC,EAAOa,mBAAmB95B,GAC1B,CAAA,UAGFm4B,EAAAjjC,UAAA6kC,iBAAA,SAAiBv8B,GAAjB,IAAA7B,EAAA1G,KACEA,KAAK4jC,YAAc,EACnB7I,YAAW,SAAA7gB,GACTxT,EAAK88B,eAAiBj7B,EAAMq5B,OAC5B,IAAMmD,EAAeh0B,KAAKE,MAAMF,KAAKC,UAAUtK,EAAK48B,WACpDyB,EAAav9B,SAAQ,SAAAzH,GACnB,IAAK,IAAImC,KAAOnC,EAAM,CACpB,IAAI0W,EAAQlO,EAAMq5B,OAAOle,MAAK,SAACjN,GAAe,OAAAA,EAAMnS,OAASpC,KACzDuU,GACyB,QAAtBA,EAAMsrB,cAAgD,YAAtBtrB,EAAMsrB,eAA+Br7B,EAAKs8B,YAAY,IAAI7yB,KAAKpQ,EAAK0W,EAAMnS,SAI7GvE,EAAK0W,EAAM3H,UAAY/O,EAAK0W,EAAMnS,OAHlCvE,EAAK0W,EAAM3H,UAAa,IAAIqB,KAAKpQ,EAAK0W,EAAMnS,QAAiB86B,qBAKxDr/B,EAAKmC,WAGLnC,EAAKmC,OAIlBwE,EAAKs+B,KAAKD,KACT,MAGC7B,EAAAjjC,UAAA+kC,KAAA,SAAKD,iFACT,IACE/kC,KAAKqV,KAAKO,KAAK5V,KAAKiI,OAAO2E,OAAQ,CAAE7M,KAAMglC,IACxCl+B,KACCO,EAAAA,eAAepH,OACf8G,WAAU,SAACnD,GAEX+C,EAAK68B,YAAc5/B,EAAOshC,aACtBv+B,EAAK68B,YAAYjhC,QACnBoE,EAAK6Q,aAAaxJ,SAASpK,EAAOgL,IAAK,QAEnCjI,EAAK68B,YAAYjhC,OAAS,EAQ9BoE,EAAKk9B,YAAc,GAPnBl9B,EAAKk9B,YAAc,EACnB7I,YAAW,SAAA7gB,GACTxT,EAAKk9B,YAAc,EACnBl9B,EAAK/C,OAASA,IACb,SAMT,MAAO+B,GACe,MAAjBA,EAAMw/B,QAAmC,MAAjBx/B,EAAMw/B,SAAmBx/B,EAAMiJ,KAC1D3O,KAAKuX,aAAaxJ,SAASrI,EAAMiJ,IAAK,WAExC3O,KAAKqP,aAAaZ,YAAY/I,GAC9B1F,KAAK6iC,4BAITK,EAAAjjC,UAAA+iC,YAAA,SAAY/hC,GACV,OAAOA,aAAakP,OAAS8yB,MAAMhiC,EAAE6nB,YAGvCoa,EAAAjjC,UAAA4iC,SAAA,WACE7iC,KAAKD,KAAO,GACZC,KAAKsjC,SAAW,GAChBtjC,KAAKmjC,UAAY,GACjBnjC,KAAKujC,YAAc,GACnBvjC,KAAKwjC,eAAiB,GACtBxjC,KAAK4jC,YAAc,KAlLQ,0CAL9BtjC,EAAAA,UAASC,KAAA,CAAC,CACTC,SAAU,iBACVC,SAAA,s1HAPOoN,UAAcU,UAHdwF,yDAeN1J,EAAAA,SAFU64B,EAAAA,mBAAkBlhC,EAAA,CAP9B0I,EAAAA,gBAOYw4B,EAAAA,sCCLX,SAAAiC,YAEAA,EAAAllC,UAAAC,SAAA,uCAVDI,EAAAA,UAASC,KAAA,CAAC,CACTC,SAAU,kBACVC,SAAA,sog5CAIC4J,EAAAA,gBCkCH,kCA1BC8hB,EAAAA,SAAQ5rB,KAAA,CAAC,CACR8rB,QAAS,CACPC,EAAAA,aACAsF,EAAAA,YACAC,EAAAA,oBACAN,EAAAA,iBACAL,EAAAA,aACAM,GACAD,EAAAA,iBACAO,GACAC,GACAL,EAAAA,sBAEFtF,aAAc,CACZ8W,EAAAA,mBACA9B,GACA2B,GACAhC,GACAD,GACAqE,IAEF5gB,UAAW,GACXkI,QAAS,CACPyW,EAAAA,wBCzBSkC,EAAAA,6BAA4B,WAWvC,SAAAA,EACU/vB,EACAgC,GADArX,KAAAqV,KAAAA,EACArV,KAAAqX,GAAAA,EAXVrX,KAAAqlC,iBAA0B,GAC1BrlC,KAAA+zB,UAAuB,CAAE7rB,KAAM,EAAGE,QAAS,GAAID,SAAU,GACzDnI,KAAAuV,QAAe,CACb+I,QAAS,mBAGXte,KAAA4Z,iBAA0B,CAAC,QAAS,cAOlC5Z,KAAKslC,kBAAoBtlC,KAAKqX,GAAGM,MAAM,CACrCzJ,SAAY,CAAC,IACbka,UAAa,CAAC,IACdC,QAAW,CAAC,aAIhB+c,EAAAnlC,UAAAC,SAAA,WAAA,IAAAwG,EAAA1G,KACEA,KAAKuV,QAAQwd,QAAU/yB,KAAK2+B,OAC5B3+B,KAAKslC,kBAAkBjrB,aACpBxT,KAAKyT,EAAAA,aAAa,KAAMC,EAAAA,uBAAwBnT,EAAAA,eAAepH,OAC/D8G,WAAU,SAACxD,GACVA,EAAM8kB,UAAY9kB,EAAM8kB,UAAa9kB,EAAM8kB,UAAmBgX,cAAgB,GAC9E97B,EAAM+kB,QAAU/kB,EAAM+kB,QAAW/kB,EAAM+kB,QAAiB+W,cAAgB,GACxE14B,EAAK+tB,aAAanxB,MAEtBtD,KAAKm0B,kBAGPiR,EAAAnlC,UAAAslC,iBAAA,SAAiB5Z,GACf,IAAIvD,GAAauD,MAAAA,OAAK,EAALA,EAAOvD,WAAY,IAAIjY,KAAKwb,EAAMvD,WAAa,GAC5DC,GAAWsD,MAAAA,OAAK,EAALA,EAAOtD,SAAU,IAAIlY,KAAKwb,EAAMtD,SAAW,GAC1DroB,KAAKslC,kBAAkBltB,WAAW,CAChCgQ,UAASA,EACTC,QAAOA,KAIX+c,EAAAnlC,UAAAk0B,eAAA,WAAA,IAAAztB,EAAA1G,KACEA,KAAKqV,KAAK3B,IAAI,yBAA0B,CAAE8B,OAAMrU,OAAAud,OAAAvd,OAAAud,OAAA,GAAO1e,KAAKuV,SAAYvV,KAAK+zB,aAC1EltB,KAAKO,EAAAA,eAAepH,OACpB8G,WAAU,SAACnD,GACV+C,EAAK2+B,iBAAmB3+B,EAAK2+B,iBAAiBz/B,OAAOjC,EAAO5D,MAC5D2G,EAAKqtB,UAAU7rB,KAAOvE,EAAOgb,aAC7BjY,EAAKqtB,UAAU5rB,SAAWxE,EAAO+W,cAIvC0qB,EAAAnlC,UAAAw0B,aAAA,SAAalsB,GACXvI,KAAKuV,QAAOpU,OAAAud,OAAAvd,OAAAud,OAAA,GACP1e,KAAKuV,SACLhN,GAELvI,KAAKwa,UAGP4qB,EAAAnlC,UAAAoI,SAAA,WACMrI,KAAK+zB,UAAU5rB,SAAWnI,KAAK+zB,UAAU7rB,OAC3ClI,KAAK+zB,UAAU7rB,MAAQ,EACvBlI,KAAKm0B,mBAKTiR,EAAAnlC,UAAAua,OAAA,WACExa,KAAKqlC,iBAAmB,GACxBrlC,KAAK+zB,UAAY,CAAE7rB,KAAM,EAAGE,QAAS,GAAID,SAAU,GACnDnI,KAAKm0B,kBAGPiR,EAAAnlC,UAAAmK,YAAA,eA3EuC,oDALxC9J,EAAAA,UAASC,KAAA,CAAC,CACTC,SAAU,6BACVC,SAAA,8kDANOsT,UAHAuF,EAAAA,4EAqBNjP,EAAAA,SATU+6B,EAAAA,6BAA4BpjC,EAAA,CANxC0I,EAAAA,gBAMY06B,EAAAA,8BCTb,IAAMjQ,GAAiB,CACrB,CACEC,KAAM,GACN5G,UAAW4W,EAAAA,6BACXvY,YAAa,CAACH,SAQlB,kCAJCP,EAAAA,SAAQ5rB,KAAA,CAAC,CACR8rB,QAAS,CAAC6E,EAAAA,aAAayB,SAASwC,KAChC1I,QAAS,CAACyE,EAAAA,yBCUZ,kCAbC/E,EAAAA,SAAQ5rB,KAAA,CAAC,CACR6rB,aAAc,CAACgZ,EAAAA,8BACf/Y,QAAS,CACPC,EAAAA,aACAkZ,GACA9T,EAAAA,qBACAF,GACAD,EAAAA,iBACAM,EAAAA,oBACA4T,IAEFhZ,QAAS,CAAC2Y,EAAAA,4CCVR,WACIplC,KAAK0lC,YAAa,EAClB1lC,KAAK2lC,WAAY,EACjB3lC,KAAK4lC,mBAAqB,CAACC,EAAAA,MAAOC,EAAAA,OAClC9lC,KAAK+lC,YAAc,YACnB/lC,KAAK4M,OAAS,2BACd5M,KAAKgmC,aAAe,2BACpBhmC,KAAKimC,cAAe,EACpBjmC,KAAKkmC,aAAc,EACnBlmC,KAAKmmC,UAAW,GCFXC,EAAAA,oCAAmCC,GAAA,WAqK9C,SAAAD,EACUpmB,EACAC,EACAqmB,EACmCC,EAChBrmB,GAL7B,IAAAxZ,EAAA1G,KACUA,KAAAggB,cAAAA,EACAhgB,KAAAigB,YAAAA,EACAjgB,KAAAsmC,YAAAA,EACmCtmC,KAAAumC,WAAAA,EAChBvmC,KAAAkgB,UAAAA,EAvK7BlgB,KAAAihB,aAAe,IAAIC,EAAAA,QACnBlhB,KAAAmhB,SAAU,EACVnhB,KAAAohB,YAAc,6BACdphB,KAAA+V,GAAK,8BAA8BswB,GAAoC7/B,SAEvExG,KAAA+gB,SAAW,SAAC1c,KACZrE,KAAAghB,UAAY,aAEZhhB,KAAAwmC,aAAe,IAAIzsB,EAAAA,YAKV/Z,KAAAiI,OAA2C,IAAIw+B,GAOhDzmC,KAAA0mC,SAAkB,GAUjB1mC,KAAA2mC,WAAuB,GAyBxB3mC,KAAAuhB,WAAY,EAWZvhB,KAAAwhB,WAAY,EAGZxhB,KAAA4mC,OAAgB,GAoGtB5mC,KAAKwmC,aAAansB,aACfvT,WAAU,SAAA+/B,GACTngC,EAAKogC,aAAeD,KAIxB7mB,EAAc2B,QAAQ1B,GAAa,GAAMnZ,WAAU,SAAA8a,GAC7Clb,EAAKya,UAAYS,GACnBlb,EAAKsa,YAEPta,EAAKya,UAAYS,EACjBlb,EAAKua,aAAazd,UAGE,MAAlBxD,KAAKkgB,YACPlgB,KAAKkgB,UAAU2B,cAAgB7hB,aAnKnCmB,OAAAyB,eACIwjC,EAAAnmC,UAAA,UAAO,KADX,WAEE,OAAOD,KAAK0mC,cAEd,SAAYpjC,GACVtD,KAAK0mC,SAAWpjC,mCAQlBnC,OAAAyB,eAAIwjC,EAAAnmC,UAAA,OAAI,KAAR,WAAA,IAAAyG,EAAA1G,KACE,OAAOA,KAAK+mC,QAAQ/xB,QAAO,SAAAkF,GAAK,OAAAxT,EAAKpD,MAAMgxB,MAAK,SAAApwB,GAAK,OAAAA,GAAKgW,EAAEnE,0CAI9D5U,OAAAyB,eAAIwjC,EAAAnmC,UAAA,QAAK,KAAT,WACE,OAA4B,GAArBD,KAAKsD,MAAMhB,wCAGpBnB,OAAAyB,eAAIwjC,EAAAnmC,UAAA,mBAAgB,KAApB,WACE,OAAOD,KAAKmhB,UAAYnhB,KAAK8hB,OAAS9hB,KAAKwmC,aAAaljC,uCAG1DnC,OAAAyB,eACIwjC,EAAAnmC,UAAA,WAAQ,KADZ,WAEE,OAAOD,KAAKuhB,eAEd,SAAaje,GACXtD,KAAKuhB,UAAYS,EAAAA,sBAAsB1e,GACvCtD,KAAKihB,aAAazd,wCAIpBrC,OAAAyB,eACIwjC,EAAAnmC,UAAA,WAAQ,KADZ,WAEE,OAAOD,KAAKwhB,eAEd,SAAale,GACXtD,KAAKwhB,UAAYQ,EAAAA,sBAAsB1e,GACvCtD,KAAKwhB,UAAYxhB,KAAKwmC,aAAavkB,UAAYjiB,KAAKwmC,aAAatkB,SACjEliB,KAAKihB,aAAazd,wCAMpBrC,OAAAyB,eACIwjC,EAAAnmC,UAAA,QAAK,KADT,WAEE,OAAOD,KAAK4mC,YAEd,SAAUI,GACRhnC,KAAK4mC,OAASI,GAAU,GACxBhnC,KAAKihB,aAAazd,wCAGpBrC,OAAAyB,eAAIwjC,EAAAnmC,UAAA,aAAU,KAAd,WACE,OAAOD,KAAKwmC,aAAa5iB,OAAS5jB,KAAKkX,UAAkC,GAArBlX,KAAKsD,MAAMhB,wCAGjEnB,OAAAyB,eACIwjC,EAAAnmC,UAAA,cAAW,KADf,WAEE,OAAOD,KAAKinC,kBAEd,SAAgB3jC,GACdtD,KAAKinC,aAAe3jC,EACpBtD,KAAKihB,aAAazd,wCAKpB4iC,EAAAnmC,UAAAC,SAAA,aAIAkmC,EAAAnmC,UAAA2H,YAAA,SAAYC,GAAZ,IAAAnB,EAAA1G,KAG6B,GAAvBA,KAAK+mC,QAAQzkC,QACftC,KAAKsmC,YACFlyB,OAAOpU,KAAKiI,OAAOi+B,aACnBxyB,IAAI1T,KAAKiI,OAAO2E,OAAQ,CACvB4I,OAAQ,CACNmxB,WAAY3mC,KAAK2mC,WAAW7jB,KAAK,KACjC1a,QAAS,UAEVvB,KACDyT,EAAAA,aAAa,KACblT,EAAAA,eAAepH,OACf8G,WAAU,SAACnD,GACX+C,EAAKqgC,QAAUpjC,EAAO5D,QAKxBC,KAAKo8B,SAAgC,GAArBp8B,KAAKsD,MAAMhB,QAE7BtC,KAAKsmC,YACFlyB,OAAOpU,KAAKiI,OAAOi+B,aACnBxyB,IAAI1T,KAAKiI,OAAO2E,OAAQ,CACvB4I,OAAQ,CACNmxB,WAAY3mC,KAAK2mC,WAAW7jB,KAAK,KACjCjF,WAAY7d,KAAKwe,UACjB2d,SAAUn8B,KAAKo8B,QACfh0B,QAAS,UAEVvB,KACDyT,EAAAA,aAAa,KACblT,EAAAA,eAAepH,OACf8G,WAAU,SAACnD,GACX+C,EAAKpD,QAASK,MAAAA,OAAM,EAANA,EAAQ5D,OAAQ,IAAI0jB,KAAI,SAACvJ,GAAW,OAAAA,EAAEnE,MACpDrP,EAAK8c,mBAKb4iB,EAAAnmC,UAAAinC,KAAA,WAAA,IAAAxgC,EAAA1G,KACMA,KAAKo8B,SAAkC,GAAvBp8B,KAAK+mC,QAAQzkC,QAE/BtC,KAAKsmC,YACFlyB,OAAOpU,KAAKiI,OAAOi+B,aACnBxyB,IAAI1T,KAAKiI,OAAO2E,OAAQ,CACvB4I,OAAQ,CACNmxB,WAAY3mC,KAAK2mC,WAAW7jB,KAAK,KACjCjF,WAAY7d,KAAKwe,UACjB2d,SAAUn8B,KAAKo8B,WAEhBv1B,KACDO,EAAAA,eAAepH,OACf8G,WAAU,SAACnD,GACX+C,EAAKqgC,QAAUpjC,EAAO5D,SAK9BoB,OAAAyB,eAAIwjC,EAAAnmC,UAAA,eAAY,KAAhB,WACE,OAAOD,KAAKmnC,2CA6Bdf,EAAAnmC,UAAA2iB,kBAAA,SAAkBC,KAIlBujB,EAAAnmC,UAAA8iB,iBAAA,aAKMqjB,EAAAnmC,UAAAsgB,IAAA,SAAIhY,4GACFjF,GAASiF,EAAMjF,OAAS,IAAI8jC,OAG7BpnC,KAAKiI,OAAOk+B,UAAmC,IAAtBnmC,KAAKsD,MAAMhB,OAArC,MAAA,CAAA,EAAA,OACEgB,IAAStD,KAAKiI,OAAOg+B,aAArB,MAAA,CAAA,EAAA,MACIoB,EAAOrnC,KAAK+mC,QACdO,EAAMD,EAAK3jB,MAAK,SAACtK,GAAc,OAAAA,EAAKxB,MAAMoM,eAAiB1gB,EAAM0gB,iBACjE,MAAA,CAAA,EAAA,oBAGoB,6BAAA,CAAA,EAAMhkB,KAAKsmC,YAAY1wB,KAAK5V,KAAKiI,OAAO+9B,aAAc,CACxEpuB,MAAOtU,EACP2yB,YAAa3yB,EACbikC,eAAiBvnC,KAAK2mC,WAAWrkC,OAAS,EAAMtC,KAAKwnC,sBAAwBxnC,KAAKwnC,sBAAwBxnC,KAAK2mC,WAAW,GAAM,KAC/HlxB,2BAJG9R,EAAckL,EAAAtK,OAKpB+iC,EAAM3jC,EAAOyV,kBAEb,gBAAA,CAAA,iBAEFpZ,KAAK+mC,QAAQ5hC,KAAKmiC,gBAGlBtnC,KAAK4K,OAAO08B,oBAEdtnC,KAAKsD,MAAM6B,KAAKmiC,EAAIvxB,IACpB/V,KAAKwjB,uCAKTjb,EAAMk/B,MAAMnkC,MAAQ,GAEpBtD,KAAKwmC,aAAatuB,SAAS,kBAG7BkuB,EAAAnmC,UAAA2K,OAAA,SAAO08B,GACLtnC,KAAKsD,MAAQtD,KAAKsD,MAAM0R,QAAO,SAAAkF,GAAK,OAAAA,IAAMotB,EAAIvxB,MAC9C/V,KAAKwjB,gBAGP4iB,EAAAnmC,UAAA+G,SAAA,SAASuB,GAEFvI,KAAKiI,OAAOk+B,UAAmC,IAAtBnmC,KAAKsD,MAAMhB,SAEvCtC,KAAK4K,OAAO,CAAEmL,GAAIxN,EAAMm/B,OAAOpkC,QAC/BtD,KAAKsD,MAAM6B,KAAKoD,EAAMm/B,OAAOpkC,OAC7BtD,KAAKwjB,gBAEPxjB,KAAK2nC,SAAS9hB,cAAcviB,MAAQ,GACpCtD,KAAKwmC,aAAatuB,SAAS,OAGrBkuB,EAAAnmC,UAAAknC,QAAA,WAAA,IAAAzgC,EAAA1G,KACA6mC,EAAc7mC,KAAK8mC,aAAe9mC,KAAK8mC,aAAarN,WAAWzV,cAAgB,KAC/E4jB,EAAgB5nC,KAAK+mC,QAAQ/xB,QAAO,SAACsyB,GAAa,OAAC5gC,EAAKpD,MAAMgxB,MAAK,SAAClb,GAAc,OAAAA,GAAQkuB,EAAIvxB,SACpG,OAAO8wB,EAAce,EAAc5yB,QAAO,SAACsyB,GAAa,OAAAA,EAAI1vB,MAAMoM,cAAcme,SAAS0E,MAAgBe,GAG3GxB,EAAAnmC,UAAA+iB,WAAA,SAAWgkB,GACThnC,KAAKsD,MAAQ0jC,GAAU,IAGzBZ,EAAAnmC,UAAAgjB,iBAAA,SAAiBC,GACfljB,KAAK+gB,SAAWmC,GAGlBkjB,EAAAnmC,UAAAkjB,kBAAA,SAAkBD,GAChBljB,KAAKghB,UAAYkC,GAGnBkjB,EAAAnmC,UAAAmjB,iBAAA,SAAiBC,GACfrjB,KAAKsjB,SAAWD,GAGlB+iB,EAAAnmC,UAAAujB,aAAA,WACExjB,KAAK+gB,SAAS/gB,KAAKsD,QAMrB8iC,EAAAnmC,UAAAmK,YAAA,WACEpK,KAAKihB,aAAanP,WAClB9R,KAAKggB,cAAcsE,eAAetkB,KAAKigB,gBA5RK,GAEvCmmB,EAAAA,oCAAAA,OAAS,0DARjB9lC,EAAAA,UAASC,KAAA,CAAC,CACTC,SAAU,qCACVC,SAAA,m9BAEA8jB,UAAW,CAAC,CAAEC,QAASC,EAAAA,oBAAqBC,YAAa2hB,yKAlBlD1hB,EAAAA,oBAEWC,EAAAA,kBAQX7Q,UAJA8zB,EAAAA,aAAYjnC,WAAA,CAAA,CAAAC,KAuLhBsU,EAAAA,UAAQ,CAAAtU,KAAIC,EAAAA,OAAMP,KAAA,CAACunC,EAAAA,yBA1LoBjjB,EAAAA,UAASjkB,WAAA,CAAA,CAAAC,KA2LhDsU,EAAAA,UAAQ,CAAAtU,KAAIikB,EAAAA,gFA7Jdva,EAAAA,UAAShK,KAAA,CAAC,4BAGV8J,EAAAA,yBAEAA,EAAAA,uBAEAA,EAAAA,uBAIAA,EAAAA,0BASAA,EAAAA,qCAEAA,EAAAA,wBAeAA,EAAAA,wBAUAA,EAAAA,qBAaAA,EAAAA,2BAaAA,EAAAA,SAtFU+7B,EAAAA,oCAAmCC,GAAArkC,EAAA,CAP/C0I,EAAAA,gBAOY07B,EAAAA,+CCGb,kCAbCja,EAAAA,SAAQ5rB,KAAA,CAAC,CACR6rB,aAAc,CACZga,EAAAA,qCAEF/Z,QAAS,CACPC,EAAAA,aACAkF,GACAD,EAAAA,iBACAwW,EAAAA,sBACAlW,EAAAA,qBAEFpF,QAAS,CAAC2Z,EAAAA,yCCJC4B,EAAAA,mCAAkCC,GAAA,WAyG7C,SAAAD,EACUhoB,EACAC,EACAqmB,EACmCC,EAChBrmB,GAL7B,IAAAxZ,EAAA1G,KACUA,KAAAggB,cAAAA,EACAhgB,KAAAigB,YAAAA,EACAjgB,KAAAsmC,YAAAA,EACmCtmC,KAAAumC,WAAAA,EAChBvmC,KAAAkgB,UAAAA,EA3GpBlgB,KAAA2mC,WAAuB,GACvB3mC,KAAA2Y,UAAoB,EACpB3Y,KAAAsgB,cAAwB,EACjCtgB,KAAAkoC,gBAAkB,IAAInuB,EAAAA,YACb/Z,KAAAmoC,aAAuB,EACvBnoC,KAAAooC,sBAAgC,EAEzCpoC,KAAAqnC,KAAc,GAGdrnC,KAAAihB,aAAe,IAAIC,EAAAA,QACnBlhB,KAAAmhB,SAAU,EACVnhB,KAAAohB,YAAc,2BACdphB,KAAA+V,GAAK,4BAA4BkyB,GAAmCzhC,SAEpExG,KAAA+gB,SAAW,SAAC1c,KACZrE,KAAAghB,UAAY,aA+BJhhB,KAAAuhB,WAAY,EAWZvhB,KAAAwhB,WAAY,EAoDlBxB,EAAc2B,QAAQ1B,GAAa,GAAMnZ,WAAU,SAAA8a,GAC7Clb,EAAKya,UAAYS,GACnBlb,EAAKsa,YAEPta,EAAKya,UAAYS,EACjBlb,EAAKua,aAAazd,UAGE,MAAlBxD,KAAKkgB,YACPlgB,KAAKkgB,UAAU2B,cAAgB7hB,aArGnCmB,OAAAyB,eAAIolC,EAAA/nC,UAAA,SAAM,KAAV,iBACE,OAAID,KAAKmoC,YACA,4BAEe,QAAft5B,EAAA7O,KAAK2mC,kBAAU,IAAA93B,OAAA,EAAAA,EAAEvM,QAAS,EAC1B,uCAAyCtC,KAAK2mC,WAAW7jB,KAAK,KAG9D,oCAKX3hB,OAAAyB,eAAIolC,EAAA/nC,UAAA,QAAK,KAAT,WACE,OAA4B,GAArBD,KAAKsD,MAAMhB,wCAGpBnB,OAAAyB,eAAIolC,EAAA/nC,UAAA,mBAAgB,KAApB,WACE,OAAOD,KAAKmhB,UAAYnhB,KAAK8hB,uCAG/B3gB,OAAAyB,eACIolC,EAAA/nC,UAAA,WAAQ,KADZ,WAEE,OAAOD,KAAKuhB,eAEd,SAAaje,GACXtD,KAAKuhB,UAAYS,EAAAA,sBAAsB1e,GACvCtD,KAAKihB,aAAazd,wCAIpBrC,OAAAyB,eACIolC,EAAA/nC,UAAA,WAAQ,KADZ,WAEE,OAAOD,KAAKwhB,eAEd,SAAale,GACXtD,KAAKwhB,UAAYQ,EAAAA,sBAAsB1e,GACvCtD,KAAKwhB,UAAYxhB,KAAKkoC,gBAAgBjmB,UAAYjiB,KAAKkoC,gBAAgBhmB,SACvEliB,KAAKihB,aAAazd,wCAMpBrC,OAAAyB,eACIolC,EAAA/nC,UAAA,QAAK,KADT,WAEE,OAAOD,KAAK4mC,YAEd,SAAU5H,GACRh/B,KAAK4mC,OAAS5H,EACdh/B,KAAKkoC,gBAAgBhwB,SAAS8mB,GAC9Bh/B,KAAKihB,aAAazd,wCAGpBrC,OAAAyB,eAAIolC,EAAA/nC,UAAA,aAAU,KAAd,WACE,OAAOD,KAAKkoC,gBAAgBtkB,OAAS5jB,KAAKkX,UAAkC,GAArBlX,KAAKsD,MAAMhB,wCAGpEnB,OAAAyB,eACIolC,EAAA/nC,UAAA,cAAW,KADf,WAEE,OAAOD,KAAKinC,kBAEd,SAAgB3jC,GACdtD,KAAKinC,aAAe3jC,EACpBtD,KAAKihB,aAAazd,wCAKpBwkC,EAAA/nC,UAAAC,SAAA,WAAA,IAAAwG,EAAA1G,KACMA,KAAKooC,sBACPpoC,KAAKsmC,YAAY5yB,IAAI1T,KAAK4M,QACvB/F,KAAKO,EAAAA,eAAepH,OACpB8G,WAAU,SAACuhC,GACV3hC,EAAK2gC,KAAOgB,EAAItoC,SAKxBioC,EAAA/nC,UAAA2gB,gBAAA,SAAgBtd,GACdtD,KAAKsD,MAAQA,EACbtD,KAAKwjB,gBAwBPwkB,EAAA/nC,UAAA2iB,kBAAA,SAAkBC,KAIlBmlB,EAAA/nC,UAAA8iB,iBAAA,aAIAilB,EAAA/nC,UAAA+iB,WAAA,SAAWgc,GACTh/B,KAAKsD,MAAQ07B,GAGfgJ,EAAA/nC,UAAAgjB,iBAAA,SAAiBC,GACfljB,KAAK+gB,SAAWmC,GAGlB8kB,EAAA/nC,UAAAkjB,kBAAA,SAAkBD,GAChBljB,KAAKghB,UAAYkC,GAGnB8kB,EAAA/nC,UAAAmjB,iBAAA,SAAiBC,GACfrjB,KAAKsjB,SAAWD,GAGlB2kB,EAAA/nC,UAAAujB,aAAA,WACExjB,KAAK+gB,SAAS/gB,KAAKsD,QAMrB0kC,EAAA/nC,UAAAmK,YAAA,WACEpK,KAAKihB,aAAanP,WAClB9R,KAAKggB,cAAcsE,eAAetkB,KAAKigB,gBA/JI,GAYtC+nB,EAAAA,mCAAAA,OAAS,yDAlBjB1nC,EAAAA,UAASC,KAAA,CAAC,CACTC,SAAU,mCACVC,SAAA,+hBAEA8jB,UAAW,CAAC,CAAEC,QAASC,EAAAA,oBAAqBC,YAAaujB,iGAflDtjB,EAAAA,oBAEWC,EAAAA,kBAMX7Q,UAJA8zB,EAAAA,aAAYjnC,WAAA,CAAA,CAAAC,KA0HhBsU,EAAAA,UAAQ,CAAAtU,KAAIC,EAAAA,OAAMP,KAAA,CAACunC,EAAAA,yBA3HoBjjB,EAAAA,UAASjkB,WAAA,CAAA,CAAAC,KA4HhDsU,EAAAA,UAAQ,CAAAtU,KAAIikB,EAAAA,iFA3Gdza,EAAAA,wBACAA,EAAAA,4BACAA,EAAAA,2BAEAA,EAAAA,oCACAA,EAAAA,wBAkCAA,EAAAA,wBAUAA,EAAAA,qBAaAA,EAAAA,2BAcAA,EAAAA,SA/EU29B,EAAAA,mCAAkCC,GAAAjmC,EAAA,CAP9C0I,EAAAA,gBAOYs9B,EAAAA,2CCUb,kCAfC7b,EAAAA,SAAQ5rB,KAAA,CAAC,CACR6rB,aAAc,CACZ4b,EAAAA,oCAEF3b,QAAS,CACPC,EAAAA,aACAkF,GACAD,EAAAA,iBACAwW,EAAAA,sBACAlW,EAAAA,oBACA6B,GACA4U,EAAAA,uBAEF7b,QAAS,CAACub,EAAAA,0DCjBV,SAAAO,EAAoB/K,GAAAx9B,KAAAw9B,YAAAA,SAEpB+K,EAAAtoC,UAAAuoC,YAAA,WACE,OAAOxoC,KAAKw9B,YAAYxO,IAAI,iBAG9BuZ,EAAAtoC,UAAAwoC,eAAA,SAAe1yB,GACb,OAAO/V,KAAKw9B,YAAYxO,IAAI,eAAejZ,EAAE,aAG/CwyB,EAAAtoC,UAAAyoC,cAAA,SAAc3yB,GACZ,OAAO/V,KAAKw9B,YAAYxO,IAAI,eAAejZ,EAAE,oJAhBhDrI,EAAAA,WAAUnN,KAAA,CAAC,CACVoN,WAAY,qDAHLohB,MCiBI4Z,EAAAA,gCAA+B,WAoB1C,SAAAA,EACUnL,EACAnuB,EACAgI,EACAE,EACAkC,EACA3M,EACA87B,GANA5oC,KAAAw9B,YAAAA,EACAx9B,KAAAqP,aAAAA,EACArP,KAAAqX,GAAAA,EACArX,KAAAuX,aAAAA,EACAvX,KAAAyZ,OAAAA,EACAzZ,KAAA8M,QAAAA,EACA9M,KAAA4oC,eAAAA,EAzBV5oC,KAAA6oC,SAAkB,GAClB7oC,KAAA4Z,iBAA6B,CAC3B,QACA,UACA,cACA,WAGF5Z,KAAA+F,WAAa,IAAIC,EAAAA,mBAEjBhG,KAAAkI,KAAe,EAEflI,KAAAoI,QAAkB,GAElBpI,KAAA6Z,WAAqB,EAanB7Z,KAAKq5B,gBAAkBr5B,KAAKqX,GAAGM,MAAM,CACnCmxB,UAAW,CAAC,aAIhBH,EAAA1oC,UAAAC,SAAA,WACEF,KAAKye,WACLze,KAAK+oC,oBAGPJ,EAAA1oC,UAAA8oC,iBAAA,WAAA,IAAAriC,EAAA1G,KACEA,KAAKq5B,gBAAgBhf,aAClBxT,KAAKyT,EAAAA,aAAa,KAAMlT,EAAAA,eAAepH,OACvC8G,WAAU,SAACe,GACVnB,EAAK8T,aAILmuB,EAAA1oC,UAAAwe,SAAA,+GAOO,8BAJTze,KAAK6Z,WAAY,GACb7E,EAAShV,KAAKq5B,gBAAgB/1B,OAC3B4E,KAAOlI,KAAKkI,KACnB8M,EAAO5M,QAAUpI,KAAKoI,QACb,CAAA,EAAMpI,KAAKw9B,YAAYxO,IAAI,eAAgBha,kBAApDrR,EAASkL,EAAAtK,OACTvE,KAAK6oC,SAAW7oC,KAAK6oC,SAASjjC,OAAOjC,EAAO5D,MAC5CC,KAAK+F,WAAa,IAAIC,EAAAA,mBAAmBhG,KAAK6oC,UAEzC7oC,KAAK8M,QAAQuF,QAAQ,aACxBrS,KAAKgpC,WAAWhpC,KAAK6oC,UAGvB7oC,KAAK6Z,WAAY,iCAEjB7Z,KAAKqP,aAAaZ,YAAYw6B,uBAE9BjpC,KAAK6Z,WAAY,+BAIf8uB,EAAA1oC,UAAAipC,eAAA,SAAe1gC,EAAS2gC,0FACxBjE,EAAS18B,EAAU,MAAQ,KAEbxI,KAAKyZ,OAAOmB,KAAK/a,EAAsB,CACvDoZ,MAAO,QACPlZ,KAAmB,CACjB6X,MAAO,qBAAqBstB,EAAM,IAClCl3B,QAAS,0BAA0Bm7B,EAAQvxB,MAAK,YAAYstB,KAItDnqB,cAAcjU,WAAU,SAAMnD,GAAM,OAAAd,EAAA6D,OAAA,OAAA,GAAA,yEACxC/C,EAAA,MAAA,CAAA,EAAA,kDAEO6E,EACH,CAAA,EAAMxI,KAAK4oC,eAAeH,eAAeU,EAAQpzB,KAD9C,CAAA,EAAA,iBACHlH,EAAAE,EAAAxK,oBACA,MAAA,CAAA,EAAMvE,KAAK4oC,eAAeF,cAAcS,EAAQpzB,YAAhDlH,EAAAE,EAAAxK,+BAFAsK,iCAIJ7O,KAAKqP,aAAaZ,YAAY26B,uBAE9BppC,KAAKuX,aAAaxJ,SAAS,wBAAwBm3B,EAAM,gBAAgBiE,EAAQvxB,MAAS,WAC1F5X,KAAKwa,SACLxa,KAAK8M,QAAQgiB,WAAW,YACxB9uB,KAAKgpC,WAAWhpC,KAAK6oC,UACrB7oC,KAAK6Z,WAAY,iCAGnB7Z,KAAKwa,2DAKXmuB,EAAA1oC,UAAA+oC,WAAA,SAAWH,WACLQ,EAAgB,OACpB,IAAoB,IAAAC,EAAAlkC,EAAAyjC,GAAQU,EAAAD,EAAA9lC,QAAA+lC,EAAA3lC,KAAA2lC,EAAAD,EAAA9lC,OAAE,CAAzB,IAAI2lC,EAAOI,EAAAjmC,MACT6lC,EAAQK,eAKPL,EAAQK,eAAeC,YACzBJ,EAAclkC,KAAKgkC,EAAQtT,MALzBsT,EAAQO,oBACVL,EAAclkC,KAAKgkC,EAAQtT,wGASjC71B,KAAK8M,QAAQ0F,QAAQ,WAAY62B,IAGnCV,EAAA1oC,UAAAua,OAAA,WACExa,KAAK6oC,SAAW,GAChB7oC,KAAKkI,KAAO,EACPlI,KAAK6Z,WACR7Z,KAAKye,YAITkqB,EAAA1oC,UAAAoI,SAAA,YACOrI,KAAK6Z,WAAa7Z,KAAKkI,KAAOlI,KAAKmI,WACtCnI,KAAKkI,MAAQ,EACblI,KAAKye,aAITkqB,EAAA1oC,UAAAu5B,WAAA,SAAWjxB,GACT,IAAIssB,EAAYtsB,EAAMssB,UAAU4E,WAAW5c,cAC3C7c,KAAK05B,aAAanxB,EAAMusB,OAAQD,GAChC70B,KAAKwa,UAGPmuB,EAAA1oC,UAAAy5B,aAAA,SAAaC,EAAQ9E,GACnB,OAAQ8E,GACN,IAAK,OACH,OAAO35B,KAAKq5B,gBACT3lB,IAAI,WACJwE,SAAS,cAAgB2c,GAE9B,IAAK,WACH,OAAO70B,KAAKq5B,gBACT3lB,IAAI,WACJwE,SAAS,cAAgB2c,OAtJQ,uDAL3Cv0B,EAAAA,UAASC,KAAA,CAAC,CACTC,SAAU,+BACVC,SAAA,63FAPOsuB,UACAxgB,UARA+K,EAAAA,mBASAzL,UARAuN,EAAAA,iBASAsT,UAPA6Z,MAcII,EAAAA,gCAA+B3mC,EAAA,CAN3C0I,EAAAA,gBAMYi+B,EAAAA,iCCdb,IAAMxT,GAAiB,CACrB,CACEC,KAAM,GACN5G,UAAWma,EAAAA,gCACX9b,YAAa,CAACH,MAILid,GAAwBzY,EAAAA,aAAayB,SAASwC,kBCEzD,SAAAyU,EAAoBvyB,GAAArX,KAAAqX,GAAAA,EAClBrX,KAAK6pC,YAAc7pC,KAAKqX,GAAGM,MAAM,CAC/BmyB,OAAQ,CAAC,aAIbF,EAAA3pC,UAAAC,SAAA,WACEF,KAAK6pC,YAAYn2B,IAAI,UAAUwE,SAASlY,KAAKsD,kCAlBhDhD,EAAAA,UAASC,KAAA,CAAC,CACTC,SAAU,oBACVC,SAAA,sLAJO6Y,EAAAA,+CAUNjP,EAAAA,2BCGD,SAAA0/B,EACUC,EACApB,EACAv5B,EACAvC,GAHA9M,KAAAgqC,GAAAA,EACAhqC,KAAA4oC,eAAAA,EACA5oC,KAAAqP,aAAAA,EACArP,KAAA8M,QAAAA,EAPV9M,KAAAqpC,cAAuB,UAWvBU,EAAA9pC,UAAAC,SAAA,WACOF,KAAK8M,QAAQuF,QAAQ,YAGxBrS,KAAKiqC,yBAFLjqC,KAAKwoC,eAMHuB,EAAA9pC,UAAAuoC,YAAA,uHAEa,8BAAA,CAAA,EAAMxoC,KAAK4oC,eAAeJ,sBAArCK,EAAW55B,EAAA1K,WAEf,IAAoBsK,EAAAzJ,EAAAyjC,EAAS9oC,MAAIgP,EAAAF,EAAArL,QAAAuL,EAAAnL,KAAAmL,EAAAF,EAAArL,QAAxB2lC,EAAOp6B,EAAAzL,OACDkmC,eAKPL,EAAQK,eAAeC,YACzBzpC,KAAKqpC,cAAclkC,KAAKgkC,EAAQtT,MAL9BsT,EAAQO,oBACV1pC,KAAKqpC,cAAclkC,KAAKgkC,EAAQtT,8GAStC71B,KAAK8M,QAAQ0F,QAAQ,WAAYxS,KAAKqpC,8CAEtCrpC,KAAKqP,aAAaZ,YAAYw6B,uBAE9BjpC,KAAKiqC,sDAITF,EAAA9pC,UAAAgqC,uBAAA,WACE,IACiBjqC,KAAK8M,QAAQuF,QAAQ,YACNlI,MAAM,KAEjBg4B,SAASniC,KAAKkqC,gBAC/BlqC,KAAKgqC,GAAGnkB,cAAclK,MAAMwuB,QAAU,OAEtCnqC,KAAKgqC,GAAGnkB,cAAcjb,SAGxB,MAAOlF,GACP1F,KAAKqP,aAAaZ,YAAY/I,+BA7DnCmhB,EAAAA,UAAStmB,KAAA,CAAC,CACTC,SAAU,yEANQokB,EAAAA,kBAGX2jB,UAFAh6B,UACAmgB,+CAUNrkB,EAAAA,MAAK9J,KAAA,CAAC,oCCeT,kCAdC4rB,EAAAA,SAAQ5rB,KAAA,CAAC,CACR8rB,QAAS,CACPC,EAAAA,aACAkF,GACAD,EAAAA,iBACAoY,GACAS,EAAAA,qBACAxY,EAAAA,YACAC,EAAAA,oBACAH,EAAAA,sBAEFtF,aAAc,CAACuc,EAAAA,gCAAiCiB,GAAsBG,IACtEtd,QAAS,CAACkc,EAAAA,gCAAiCoB","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() apiDataProperty: string = 'data';\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[this.apiDataProperty]);\n if (this.cache) {\n this.cachedItems = this.items;\n }\n this.filters.page = result?.current_page || 1;\n this.filters.lastPage = result?.last_page || 1;\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 { Component, Input, OnInit } from '@angular/core';\nimport { ImportCsvConfig } from '../import-csv-config';\n\n@Component({\n selector: 'app-import-success',\n templateUrl: './import-success.component.html',\n styleUrls: ['./import-success.component.scss']\n})\nexport class ImportSuccessComponent implements OnInit {\n @Input() data: any;\n @Input() config: ImportCsvConfig;\n constructor() { }\n\n ngOnInit() {\n }\n\n}\n","import { PageEvent } from './../../data-table/data-table.model';\nimport { ErrorHandlerService, HttpService } from '../../core';\nimport { Component, Input, OnInit } from '@angular/core';\nimport { ImportCsvConfig } from '../import-csv-config';\n\n@Component({\n selector: 'app-import-history-list',\n templateUrl: './import-history-list.component.html',\n styleUrls: ['./import-history-list.component.scss']\n})\nexport class ImportHistoryListComponent implements OnInit {\n\n @Input() config: ImportCsvConfig;\n histories: any[] = [];\n displayedColumns: string[] = [\n 'index',\n 'imported_by',\n 'date',\n 'no_of_records'\n ];\n isWorking: boolean = false;\n filter: any;\n pageEvent: PageEvent = { page: 1, perPage: 25, lastPage: 1 };\n\n constructor(\n private errorHandler: ErrorHandlerService,\n private http: HttpService,\n ) {\n }\n\n ngOnInit() {\n if (this.config.importHistory.isEnabled) {\n this.filter = {\n model_type: this.config.importHistory.type,\n };\n }\n this.loadData();\n }\n\n loadData() {\n try {\n this.isWorking = true;\n this.http.get(this.config.importHistory.apiUrl, { params: { ...this.filter, ...this.pageEvent } }).subscribe((result: any) => {\n this.histories = this.histories.concat(result.data);\n this.pageEvent.page = result.current_page;\n this.pageEvent.lastPage = result.last_page;\n });\n } catch (error) {\n this.errorHandler.handleError(error);\n }\n finally {\n this.isWorking = false;\n }\n }\n\n onScroll() {\n if (this.pageEvent.lastPage > this.pageEvent.page) {\n this.pageEvent.page += 1;\n this.loadData();\n }\n }\n\n reload() {\n this.histories = [];\n this.pageEvent = { page: 1, perPage: 25, lastPage: 1 };\n this.loadData();\n }\n\n ngOnDestroy() {\n //Until destroyed uses it\n }\n\n}\n","import { FormValidatorService } from '../../core/form-validator.service';\nimport { ChangeDetectorRef, Component, EventEmitter, Input, OnInit, Output } from '@angular/core';\nimport { FormArray, FormBuilder, FormControl, FormGroup, Validators } from '@angular/forms';\nimport { Location } from '@angular/common';\nimport { ImportCsvConfig } from '../import-csv-config';\n\nconst errorMessages: any = {\n property: {\n required: \"Property is required\",\n unavailable: \"Duplicate entry\"\n },\n};\n\n@Component({\n selector: 'app-field-mapping',\n templateUrl: './field-mapping.component.html',\n styleUrls: ['./field-mapping.component.scss']\n})\nexport class FieldMappingComponent implements OnInit {\n\n importMappingForm: FormGroup;\n @Input() data: any[];\n @Input() config: ImportCsvConfig;\n firstDataArray: any[] = [];\n properties: any[] = [];\n @Output() onSave = new EventEmitter();\n @Output() onReUpload= new EventEmitter();\n\n constructor(\n private fb: FormBuilder,\n private formValidatorService: FormValidatorService,\n private changeDetectorRef: ChangeDetectorRef,\n public location: Location\n ) {\n this.createImportMappingForm();\n }\n\n ngOnInit() {\n this.properties = this.config.properties;;\n this.reFectorAttributes(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 reFectorAttributes(data) {\n for (var k in data) {\n if (data.hasOwnProperty(k)) {\n var dataValue = {\n id: '',\n label: k,\n value: data[k],\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, index: 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 next() {\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(x => {\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 =>\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 reUpload() {\n this.onReUpload.emit(true);\n }\n\n}\n","import { Location } from '@angular/common';\nimport { Component, EventEmitter, Input, OnInit, Output } from '@angular/core';\n\n@Component({\n selector: 'app-failed-items-list',\n templateUrl: './failed-items-list.component.html',\n styleUrls: ['./failed-items-list.component.scss']\n})\nexport class FailedItemsListComponent implements OnInit {\n @Input() failedItems: any[];\n @Input() selectedFields: any[];\n @Output() onReUpload = new EventEmitter();\n\n constructor(\n public location: Location\n ) { }\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 reUpload() {\n this.onReUpload.emit(true);\n }\n\n}\n","import { ViewerConfig } from '../document-viewer/viewer-config.model';\nimport { FileDropperConfig } from '../file-dropper/file-dropper.model';\nimport { HttpService } from '../core/http.service';\nimport { UntilDestroy, untilDestroyed } from '@ngneat/until-destroy';\nimport { Component, Input, OnInit } from '@angular/core';\nimport { AlertService, ErrorHandlerService } from '../core';\nimport * as XLSX from 'xlsx';\nimport { ImportCsvConfig } from './import-csv-config';\n@UntilDestroy()\n\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 result: any;\n @Input() config: ImportCsvConfig;\n filesConfig: FileDropperConfig;\n filesList: any[] = [];\n data: any[] = [];\n isUploaded: boolean = false;\n isImportTypeSelected: boolean = false;\n viewerConfig: ViewerConfig;\n fileData: any[] = [];\n failedItems: any[] = [];\n selectedFields: any[] = [];\n importSteps: any = [\n {\n id: 1,\n step: 1,\n title: 'Upload',\n progressTitle: '',\n progressDescription: ''\n },\n {\n id: 2,\n step: 2,\n title: 'Field Mappings',\n progressTitle: '',\n progressDescription: ''\n },\n {\n id: 3,\n step: 3,\n title: 'Data Validation',\n progressTitle: 'Data Being Validated',\n progressDescription: 'The data is currently being validated and checked for errors, please do not navigate away from this page. '\n },\n {\n id: 4,\n step: 3,\n title: 'Data Validation & Errors',\n progressTitle: '',\n progressDescription: ''\n },\n {\n id: 5,\n step: 4,\n title: 'Data Importing',\n progressTitle: 'Data Being Imported',\n progressDescription: 'The data is currently being imported and saved, please do not navigate away from this page. After the import is completed, you will be redirected to a page with the imported records.'\n },\n {\n id: 6,\n step: 5,\n title: 'Success Page & Data Preview',\n progressTitle: '',\n progressDescription: ''\n },\n ];\n currentStep: any = 1;\n\n constructor(\n private alertService: AlertService,\n private errorHandler: ErrorHandlerService,\n private http: HttpService,\n ) {\n this.filesConfig = {\n fileId: \"file\",\n containerId: \"fileContainer\",\n styles: {\n height: \"200px\"\n },\n acceptFile: '.csv',\n multiple: false,\n maxSize: 10,\n acceptFileText: \".csv\"\n };\n }\n\n ngOnInit() {\n }\n\n get step() {\n return this.importSteps.find(step => step.id == this.currentStep);\n }\n\n async fileChanged(event: any) {\n this.currentStep = 2;\n this.filesList = event;\n\n let selectedFile = null;\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 selectedFile = XLSX.read(data, {\n type: 'binary',\n cellDates: true,\n });\n jsonData = selectedFile.SheetNames.reduce((initial, name) => {\n const sheet = selectedFile.Sheets[name];\n initial = XLSX.utils.sheet_to_json(sheet, {\n header: 0,\n defval: \"\",\n });\n return initial;\n }, {});\n this.fileData = jsonData;\n }\n reader.readAsBinaryString(file);\n return;\n }\n\n mappingProcessed(event: any) {\n this.currentStep = 3;\n setTimeout(x => {\n this.selectedFields = event.fields;\n const tempFileData = JSON.parse(JSON.stringify(this.fileData));\n tempFileData.forEach(data => {\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 }, 2000);\n }\n\n async save(tempFileData: any) {\n try {\n this.http.post(this.config.apiUrl, { data: tempFileData })\n .pipe(\n untilDestroyed(this)\n ).subscribe((result: any) => {\n\n this.failedItems = result.failed_items;\n if (this.failedItems.length) {\n this.alertService.addAlert(result.msg, 'warn');\n }\n if (!(this.failedItems.length > 0)) {\n this.currentStep = 5;\n setTimeout(x => {\n this.currentStep = 6;\n this.result = result;\n }, 2000);\n }\n else {\n this.currentStep = 4;\n }\n });\n } catch (error) {\n if ((error.status === 422 || error.status === 400) && error.msg) {\n this.alertService.addAlert(error.msg, \"warning\");\n }\n this.errorHandler.handleError(error);\n this.reUpload();\n }\n }\n\n isValidDate(d: any) {\n return d instanceof Date && !isNaN(d.getTime());\n }\n\n reUpload() {\n this.data = [];\n this.fileData = [];\n this.filesList = [];\n this.failedItems = [];\n this.selectedFields = [];\n this.currentStep = 1;\n }\n\n}\n","import { Component, Input, OnInit } from '@angular/core';\n\n@Component({\n selector: 'app-data-import',\n templateUrl: './data-import.component.html',\n styleUrls: ['./data-import.component.scss']\n})\nexport class DataImportComponent implements OnInit {\n @Input() step: any;\n\n constructor() { }\n\n ngOnInit() {\n }\n\n}\n","import { FormsModule, ReactiveFormsModule } from '@angular/forms';\nimport { DocumentViewerModule } from './../document-viewer/document-viewer.module';\nimport { FileDropperModule } from './../file-dropper/file-dropper.module';\nimport { MaterialModule } from './../material.module';\nimport { ImportSuccessComponent } from './import-success/import-success.component';\nimport { ImportHistoryListComponent } from './import-history-list/import-history-list.component';\nimport { FieldMappingComponent } from './field-mapping/field-mapping.component';\nimport { FailedItemsListComponent } from './failed-items-list/failed-items-list.component';\nimport { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { FlexLayoutModule } from '@angular/flex-layout';\nimport { ImportCsvComponent } from './import-csv.component';\nimport { RouterModule } from '@angular/router';\nimport { InfiniteScrollModule } from 'ngx-infinite-scroll';\nimport { DataImportComponent } from './data-import/data-import.component';\n\n@NgModule({\n imports: [\n CommonModule,\n FormsModule,\n ReactiveFormsModule,\n FlexLayoutModule,\n RouterModule,\n MaterialModule,\n FlexLayoutModule,\n FileDropperModule,\n DocumentViewerModule,\n InfiniteScrollModule\n ],\n declarations: [\n ImportCsvComponent,\n FieldMappingComponent,\n FailedItemsListComponent,\n ImportHistoryListComponent,\n ImportSuccessComponent,\n DataImportComponent\n ],\n providers: [],\n exports: [\n ImportCsvComponent\n ],\n})\nexport class ImportCsvModule { }\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"]}
|