source: trip-planner-front/node_modules/primeng/fesm2015/primeng-terminal.mjs.map@ 8d391a1

Last change on this file since 8d391a1 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 6.5 KB
Line 
1{"version":3,"file":"primeng-terminal.mjs","sources":["../../src/app/components/terminal/terminalservice.ts","../../src/app/components/terminal/terminal.ts","../../src/app/components/terminal/primeng-terminal.ts"],"sourcesContent":["import { Injectable } from '@angular/core';\nimport { Subject } from 'rxjs';\n\n@Injectable()\nexport class TerminalService {\n \n private commandSource = new Subject<string>();\n private responseSource = new Subject<string>();\n \n commandHandler = this.commandSource.asObservable();\n responseHandler = this.responseSource.asObservable();\n \n sendCommand(command: string) {\n if (command) {\n this.commandSource.next(command);\n }\n }\n \n sendResponse(response: string) {\n if (response) {\n this.responseSource.next(response);\n }\n }\n}","import {NgModule,Component,AfterViewInit,AfterViewChecked,OnDestroy,Input,ElementRef,ChangeDetectionStrategy, ViewEncapsulation, ChangeDetectorRef} from '@angular/core';\nimport {FormsModule} from '@angular/forms';\nimport {CommonModule} from '@angular/common';\nimport {DomHandler} from 'primeng/dom';\nimport {TerminalService} from './terminalservice';\nimport {Subscription} from 'rxjs';\n\n@Component({\n selector: 'p-terminal',\n template: `\n <div [ngClass]=\"'p-terminal p-component'\" [ngStyle]=\"style\" [class]=\"styleClass\" (click)=\"focus(in)\">\n <div *ngIf=\"welcomeMessage\">{{welcomeMessage}}</div>\n <div class=\"p-terminal-content\">\n <div *ngFor=\"let command of commands\">\n <span class=\"p-terminal-prompt\">{{prompt}}</span>\n <span class=\"p-terminal-command\">{{command.text}}</span>\n <div class=\"p-terminal-response\">{{command.response}}</div>\n </div>\n </div>\n <div class=\"p-terminal-prompt-container\">\n <span class=\"p-terminal-content-prompt\">{{prompt}}</span>\n <input #in type=\"text\" [(ngModel)]=\"command\" class=\"p-terminal-input\" autocomplete=\"off\" (keydown)=\"handleCommand($event)\" autofocus>\n </div>\n </div>\n `,\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n styleUrls: ['./terminal.css'],\n host: {\n 'class': 'p-element'\n }\n})\nexport class Terminal implements AfterViewInit,AfterViewChecked,OnDestroy {\n\n @Input() welcomeMessage: string;\n\n @Input() prompt: string;\n\n @Input() style: any;\n\n @Input() styleClass: string;\n\n commands: any[] = [];\n\n command: string;\n\n container: Element;\n\n commandProcessed: boolean;\n\n subscription: Subscription;\n\n constructor(public el: ElementRef, public terminalService: TerminalService, public cd: ChangeDetectorRef) {\n this.subscription = terminalService.responseHandler.subscribe(response => {\n this.commands[this.commands.length - 1].response = response;\n this.commandProcessed = true;\n });\n }\n\n ngAfterViewInit() {\n this.container = DomHandler.find(this.el.nativeElement, '.p-terminal')[0];\n }\n\n ngAfterViewChecked() {\n if (this.commandProcessed) {\n this.container.scrollTop = this.container.scrollHeight;\n this.commandProcessed = false;\n }\n }\n\n @Input()\n set response(value: string) {\n if (value) {\n this.commands[this.commands.length - 1].response = value;\n this.commandProcessed = true;\n }\n }\n\n handleCommand(event: KeyboardEvent) {\n if (event.keyCode == 13) {\n this.commands.push({text: this.command});\n this.terminalService.sendCommand(this.command);\n this.command = '';\n }\n }\n\n focus(element: HTMLElement) {\n element.focus();\n }\n\n ngOnDestroy() {\n if (this.subscription) {\n this.subscription.unsubscribe();\n }\n }\n\n}\n\n@NgModule({\n imports: [CommonModule,FormsModule],\n exports: [Terminal],\n declarations: [Terminal]\n})\nexport class TerminalModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":[],"mappings":";;;;;;;;;MAIa,eAAe;IAD5B;QAGY,kBAAa,GAAG,IAAI,OAAO,EAAU,CAAC;QACtC,mBAAc,GAAG,IAAI,OAAO,EAAU,CAAC;QAE/C,mBAAc,GAAG,IAAI,CAAC,aAAa,CAAC,YAAY,EAAE,CAAC;QACnD,oBAAe,GAAG,IAAI,CAAC,cAAc,CAAC,YAAY,EAAE,CAAC;KAaxD;IAXG,WAAW,CAAC,OAAe;QACvB,IAAI,OAAO,EAAE;YACT,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;SACpC;KACJ;IAED,YAAY,CAAC,QAAgB;QACzB,IAAI,QAAQ,EAAE;YACV,IAAI,CAAC,cAAc,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;SACtC;KACJ;;4GAlBQ,eAAe;gHAAf,eAAe;2FAAf,eAAe;kBAD3B,UAAU;;;MC6BE,QAAQ;IAoBjB,YAAmB,EAAc,EAAS,eAAgC,EAAS,EAAqB;QAArF,OAAE,GAAF,EAAE,CAAY;QAAS,oBAAe,GAAf,eAAe,CAAiB;QAAS,OAAE,GAAF,EAAE,CAAmB;QAVxG,aAAQ,GAAU,EAAE,CAAC;QAWjB,IAAI,CAAC,YAAY,GAAG,eAAe,CAAC,eAAe,CAAC,SAAS,CAAC,QAAQ;YAClE,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,QAAQ,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,QAAQ,GAAG,QAAQ,CAAC;YAC5D,IAAI,CAAC,gBAAgB,GAAG,IAAI,CAAC;SAChC,CAAC,CAAC;KACN;IAED,eAAe;QACX,IAAI,CAAC,SAAS,GAAG,UAAU,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,aAAa,EAAE,aAAa,CAAC,CAAC,CAAC,CAAC,CAAC;KAC7E;IAED,kBAAkB;QACd,IAAI,IAAI,CAAC,gBAAgB,EAAE;YACvB,IAAI,CAAC,SAAS,CAAC,SAAS,GAAG,IAAI,CAAC,SAAS,CAAC,YAAY,CAAC;YACvD,IAAI,CAAC,gBAAgB,GAAG,KAAK,CAAC;SACjC;KACJ;IAED,IACI,QAAQ,CAAC,KAAa;QACtB,IAAI,KAAK,EAAE;YACP,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,QAAQ,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,QAAQ,GAAG,KAAK,CAAC;YACzD,IAAI,CAAC,gBAAgB,GAAG,IAAI,CAAC;SAChC;KACJ;IAED,aAAa,CAAC,KAAoB;QAC9B,IAAI,KAAK,CAAC,OAAO,IAAI,EAAE,EAAE;YACrB,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,EAAC,IAAI,EAAE,IAAI,CAAC,OAAO,EAAC,CAAC,CAAC;YACzC,IAAI,CAAC,eAAe,CAAC,WAAW,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;YAC/C,IAAI,CAAC,OAAO,GAAG,EAAE,CAAC;SACrB;KACJ;IAED,KAAK,CAAC,OAAoB;QACtB,OAAO,CAAC,KAAK,EAAE,CAAC;KACnB;IAED,WAAW;QACP,IAAI,IAAI,CAAC,YAAY,EAAE;YACnB,IAAI,CAAC,YAAY,CAAC,WAAW,EAAE,CAAC;SACnC;KACJ;;qGA9DQ,QAAQ;yFAAR,QAAQ,yNAvBP;;;;;;;;;;;;;;;KAeT;2FAQQ,QAAQ;kBAzBpB,SAAS;+BACI,YAAY,YACZ;;;;;;;;;;;;;;;KAeT,mBACgB,uBAAuB,CAAC,MAAM,iBAChC,iBAAiB,CAAC,IAAI,QAE/B;wBACF,OAAO,EAAE,WAAW;qBACvB;4JAIQ,cAAc;sBAAtB,KAAK;gBAEG,MAAM;sBAAd,KAAK;gBAEG,KAAK;sBAAb,KAAK;gBAEG,UAAU;sBAAlB,KAAK;gBA+BF,QAAQ;sBADX,KAAK;;MAiCG,cAAc;;2GAAd,cAAc;4GAAd,cAAc,iBAvEd,QAAQ,aAmEP,YAAY,EAAC,WAAW,aAnEzB,QAAQ;4GAuER,cAAc,YAJd,CAAC,YAAY,EAAC,WAAW,CAAC;2FAI1B,cAAc;kBAL1B,QAAQ;mBAAC;oBACN,OAAO,EAAE,CAAC,YAAY,EAAC,WAAW,CAAC;oBACnC,OAAO,EAAE,CAAC,QAAQ,CAAC;oBACnB,YAAY,EAAE,CAAC,QAAQ,CAAC;iBAC3B;;;ACtGD;;;;;;"}
Note: See TracBrowser for help on using the repository browser.