mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
its working
This commit is contained in:
@@ -0,0 +1 @@
|
||||
{"ast":null,"code":"import _asyncToGenerator from \"C:/Users/eudes.inacio/GabineteDigital/gabinete-digital-fo/node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js\";\nimport { __decorate } from \"tslib\";\nimport __NG_CLI_RESOURCE__0 from \"./searched-document-options.page.html?ngResource\";\nimport __NG_CLI_RESOURCE__1 from \"./searched-document-options.page.scss?ngResource\";\nimport { Component } from '@angular/core';\nimport { PopoverController } from '@ionic/angular';\nimport { PermissionService } from 'src/app/services/permission.service';\nlet SearchedDocumentOptionsPage = class SearchedDocumentOptionsPage {\n constructor(popoverController, p) {\n this.popoverController = popoverController;\n this.p = p;\n }\n ngOnInit() {}\n close() {\n this.popoverController.dismiss();\n }\n goBack() {\n this.popoverController.dismiss();\n }\n openBookMeetingModal() {\n var _this = this;\n return _asyncToGenerator(function* () {\n _this.popoverController.dismiss({\n component: 'openBookMeetingModal',\n taskAction: ''\n });\n })();\n }\n openExpedientActionsModal(taskAction) {\n var _this2 = this;\n return _asyncToGenerator(function* () {\n _this2.popoverController.dismiss({\n component: 'openExpedientActionsModal',\n taskAction\n });\n })();\n }\n distartExpedientModal(body) {\n return _asyncToGenerator(function* () {})();\n }\n};\nSearchedDocumentOptionsPage.ctorParameters = () => [{\n type: PopoverController\n}, {\n type: PermissionService\n}];\nSearchedDocumentOptionsPage = __decorate([Component({\n selector: 'app-searched-document-options',\n template: __NG_CLI_RESOURCE__0,\n styles: [__NG_CLI_RESOURCE__1]\n})], SearchedDocumentOptionsPage);\nexport { SearchedDocumentOptionsPage };","map":{"version":3,"mappings":";;;;AAAA,SAASA,SAAS,QAAgB,eAAe;AACjD,SAAQC,iBAAiB,QAAQ,gBAAgB;AACjD,SAASC,iBAAiB,QAAQ,qCAAqC;AAOhE,IAAMC,2BAA2B,GAAjC,MAAMA,2BAA2B;EAKtCC,YACUC,iBAAoC,EACrCC,CAAoB;IADnB,sBAAiB,GAAjBD,iBAAiB;IAClB,MAAC,GAADC,CAAC;EACP;EAEHC,QAAQA,IAAI;EAEZC,KAAKA;IACH,IAAI,CAACH,iBAAiB,CAACI,OAAO,EAAE;EAClC;EAEAC,MAAMA;IACJ,IAAI,CAACL,iBAAiB,CAACI,OAAO,EAAE;EAClC;EAEME,oBAAoBA;IAAA;IAAA;MACxBC,KAAI,CAACP,iBAAiB,CAACI,OAAO,CAAC;QAACI,SAAS,EAAC,sBAAsB;QAAEC,UAAU,EAAE;MAAE,CAAC,CAAC;IAAC;EACrF;EAEMC,yBAAyBA,CAAED,UAAe;IAAA;IAAA;MAC9CE,MAAI,CAACX,iBAAiB,CAACI,OAAO,CAAC;QAACI,SAAS,EAAC,2BAA2B;QAAEC;MAAU,CAAC,CAAC;IAAC;EACtF;EAEMG,qBAAqBA,CAACC,IAAQ;IAAA;EAAG;;;;;;;AA5B5Bf,2BAA2B,eALvCH,SAAS,CAAC;EACTmB,QAAQ,EAAE,+BAA+B;EACzCC,8BAAoD;;CAErD,CAAC,GACWjB,2BAA2B;SAA3BA,2BAA2B","names":["Component","PopoverController","PermissionService","SearchedDocumentOptionsPage","constructor","popoverController","p","ngOnInit","close","dismiss","goBack","openBookMeetingModal","_this","component","taskAction","openExpedientActionsModal","_this2","distartExpedientModal","body","selector","template"],"sourceRoot":"","sources":["C:\\Users\\eudes.inacio\\GabineteDigital\\gabinete-digital-fo\\src\\app\\shared\\popover\\searched-document-options\\searched-document-options.page.ts"],"sourcesContent":["import { Component, OnInit } from '@angular/core';\r\nimport {PopoverController } from '@ionic/angular';\r\nimport { PermissionService } from 'src/app/services/permission.service';\r\n\r\n@Component({\r\n selector: 'app-searched-document-options',\r\n templateUrl: './searched-document-options.page.html',\r\n styleUrls: ['./searched-document-options.page.scss'],\r\n})\r\nexport class SearchedDocumentOptionsPage implements OnInit {\r\n\r\n task: any\r\n LoadedDocument: any\r\n\r\n constructor(\r\n private popoverController: PopoverController,\r\n public p: PermissionService\r\n ) {}\r\n\r\n ngOnInit() {}\r\n\r\n close() {\r\n this.popoverController.dismiss();\r\n }\r\n\r\n goBack() {\r\n this.popoverController.dismiss();\r\n }\r\n\r\n async openBookMeetingModal() {\r\n this.popoverController.dismiss({component:'openBookMeetingModal', taskAction: ''});\r\n }\r\n\r\n async openExpedientActionsModal( taskAction: any) {\r\n this.popoverController.dismiss({component:'openExpedientActionsModal', taskAction});\r\n }\r\n\r\n async distartExpedientModal(body:any) {}\r\n\r\n}\r\n"]},"metadata":{},"sourceType":"module"}
|
||||
Reference in New Issue
Block a user