{ "version": 3, "sources": ["src/app/repairer-supervisor/repairer-supervisor.route.ts", "src/app/repairer-supervisor/repairer-supervisor.module.ts"], "sourcesContent": ["import { NgModule } from '@angular/core';\r\nimport { Routes, RouterModule } from '@angular/router';\r\n\r\nimport { MasterPageComponent } from '../general/master-page/master-page.component';\r\nimport { BuyerDashboardComponent } from '../buyer/dashboard/dashboard.component';\r\nimport { BuyerHistoricoComponent } from '../buyer/historico/historico.component';\r\nimport { BuyerVisaoGeralComprarComponent } from '../buyer/comprar/comprar.component';\r\nimport { BuyerVisaoGeralDetalheComponent } from '../buyer/detalhe/detalhe.component';\r\n\r\nconst repairerSupervisorRouterConfig: Routes = [\r\n {\r\n path: '', component: MasterPageComponent,\r\n children: [\r\n { path: 'visao-geral', component: BuyerDashboardComponent },\r\n { path: 'visao-geral/comprar/:id', component: BuyerVisaoGeralComprarComponent },\r\n { path: 'visao-geral/pedido/:id', component: BuyerVisaoGeralDetalheComponent },\r\n { path: 'historico', component: BuyerHistoricoComponent }\r\n ]\r\n }\r\n];\r\n\r\n@NgModule({\r\n imports:\r\n [\r\n RouterModule.forChild(repairerSupervisorRouterConfig)\r\n ],\r\n exports: [RouterModule]\r\n})\r\nexport class RepairerSupervisorRoutingModule { }\r\n\r\n", "import { NgModule, LOCALE_ID } from '@angular/core';\r\nimport { HttpClient } from '@angular/common/http';\r\nimport { ReactiveFormsModule, FormsModule } from '@angular/forms';\r\n\r\nimport { NgxCurrencyDirective, provideEnvironmentNgxCurrency } from \"ngx-currency\";\r\nimport { NgxLoadingModule } from 'ngx-loading';\r\nimport { NgxUiLoaderModule } from 'ngx-ui-loader';\r\nimport { TooltipModule } from 'ng2-tooltip-directive';\r\nimport { TranslateModule, TranslateLoader } from '@ngx-translate/core';\r\nimport { TranslateHttpLoader } from '@ngx-translate/http-loader';\r\nexport function HttpLoaderFactory(http: HttpClient) { return new TranslateHttpLoader(http); }\r\n\r\nimport { RepairerSupervisorRoutingModule } from './repairer-supervisor.route';\r\n\r\nimport { SettingsService } from '../_services/settings.service';\r\nimport { NG_SCROLLBAR_OPTIONS, NgScrollbarModule } from 'ngx-scrollbar';\r\nimport { CommonModule } from '@angular/common';\r\n\r\n@NgModule({\r\n declarations: [ ],\r\n imports:\r\n [\r\n CommonModule,\r\n FormsModule,\r\n NgxCurrencyDirective,\r\n NgxLoadingModule,\r\n NgxUiLoaderModule,\r\n NgScrollbarModule,\r\n ReactiveFormsModule,\r\n TooltipModule,\r\n TranslateModule.forChild({ loader: { provide: TranslateLoader, useFactory: HttpLoaderFactory, deps: [HttpClient] } }),\r\n\r\n RepairerSupervisorRoutingModule\r\n ],\r\n providers: [\r\n SettingsService,\r\n { provide: LOCALE_ID, deps: [SettingsService], useFactory: (settingsService) => settingsService.getLocale() },\r\n { provide: NG_SCROLLBAR_OPTIONS, useValue: { visibility: 'hover' } },\r\n provideEnvironmentNgxCurrency({\r\n align: \"right\",\r\n allowNegative: false,\r\n allowZero: true,\r\n decimal: \",\",\r\n nullable: true,\r\n precision: 2,\r\n prefix: \"\",\r\n suffix: \"\",\r\n thousands: \".\"\r\n }),\r\n ],\r\n bootstrap: []\r\n})\r\nexport class RepairerSupervisorModule { }\r\n"], "mappings": "sRASA,IAAMA,EAAyC,CAC3C,CACIC,KAAM,GAAIC,UAAWC,EACrBC,SAAU,CACN,CAAEH,KAAM,cAAeC,UAAWG,CAAuB,EACzD,CAAEJ,KAAM,0BAA2BC,UAAWI,CAA+B,EAC7E,CAAEL,KAAM,yBAA0BC,UAAWK,CAA+B,EAC5E,CAAEN,KAAM,YAAaC,UAAWM,CAAuB,CAAE,EAEhE,EAUQC,GAA+B,IAAA,CAAtC,MAAOA,CAA+B,4CAA/BA,EAA+B,2BAA/BA,CAA+B,CAAA,+BAJhCC,EAAaC,SAASX,CAA8B,EAElDU,CAAY,CAAA,CAAA,SAEbD,CAA+B,GAAA,EClBtC,SAAUG,EAAkBC,EAAgB,CAAI,OAAO,IAAIC,EAAoBD,CAAI,CAAG,CA0C5F,IAAaE,GAAwB,IAAA,CAA/B,MAAOA,CAAwB,4CAAxBA,EAAwB,2BAAxBA,CAAwB,CAAA,gCAlBtB,CACPC,EACA,CAAEC,QAASC,EAAWC,KAAM,CAACH,CAAe,EAAGI,WAAaC,GAAoBA,EAAgBC,UAAS,CAAE,EAC3G,CAAEL,QAASM,EAAsBC,SAAU,CAAEC,WAAY,OAAO,CAAE,EAClEC,EAA8B,CAC1BC,MAAO,QACPC,cAAe,GACfC,UAAW,GACXC,QAAS,IACTC,SAAU,GACVC,UAAW,EACXC,OAAQ,GACRC,OAAQ,GACRC,UAAW,IACd,CAAC,EACLC,QAAA,CA3BOC,EACAC,EAEAC,EACAC,EACAC,EACAC,EACAC,EACAC,EAAgBC,SAAS,CAAEC,OAAQ,CAAE7B,QAAS8B,EAAiB3B,WAAYR,EAAmBO,KAAM,CAAC6B,CAAU,CAAC,CAAE,CAAE,EAEpHC,CAA+B,CAAA,CAAA,SAoB9BlC,CAAwB,GAAA", "names": ["repairerSupervisorRouterConfig", "path", "component", "MasterPageComponent", "children", "BuyerDashboardComponent", "BuyerVisaoGeralComprarComponent", "BuyerVisaoGeralDetalheComponent", "BuyerHistoricoComponent", "RepairerSupervisorRoutingModule", "RouterModule", "forChild", "HttpLoaderFactory", "http", "TranslateHttpLoader", "RepairerSupervisorModule", "SettingsService", "provide", "LOCALE_ID", "deps", "useFactory", "settingsService", "getLocale", "NG_SCROLLBAR_OPTIONS", "useValue", "visibility", "provideEnvironmentNgxCurrency", "align", "allowNegative", "allowZero", "decimal", "nullable", "precision", "prefix", "suffix", "thousands", "imports", "CommonModule", "FormsModule", "NgxLoadingModule", "NgxUiLoaderModule", "NgScrollbarModule", "ReactiveFormsModule", "TooltipModule", "TranslateModule", "forChild", "loader", "TranslateLoader", "HttpClient", "RepairerSupervisorRoutingModule"] }