DigitalData.UserManager/DigitalData.UserManager.NgWebUI/ClientApp/.angular/cache/17.3.0/babel-webpack/3d76a0af6a928d198545904caa7cac3a0a9651131480f753198ad17ec4199ac7.json

1 line
6.7 KiB
JSON

{"ast":null,"code":"import { BaseTableComponent } from '../base-table/base-table.component';\nimport * as i0 from \"@angular/core\";\nimport * as i1 from \"src/app/services/dir-group.service\";\nimport * as i2 from \"src/app/services/color-mode.service\";\nimport * as i3 from \"@generic-ui/ngx-grid\";\nexport class DirGroupTableComponent extends BaseTableComponent {\n constructor(service, columns, cModeService) {\n super(service, columns, cModeService);\n }\n static #_ = this.ɵfac = function DirGroupTableComponent_Factory(t) {\n return new (t || DirGroupTableComponent)(i0.ɵɵdirectiveInject(i1.DirGroupService), i0.ɵɵdirectiveInject('DIR_GROUP_TABLE_COLUMNS'), i0.ɵɵdirectiveInject(i2.ColorModeService));\n };\n static #_2 = this.ɵcmp = /*@__PURE__*/i0.ɵɵdefineComponent({\n type: DirGroupTableComponent,\n selectors: [[\"app-dir-group-table\"]],\n features: [i0.ɵɵInheritDefinitionFeature],\n decls: 2,\n vars: 14,\n consts: [[\"grid\", \"\"], [\",\", \"\", 3, \"selectedRows\", \"cellEditEntered\", \"columns\", \"columnMenu\", \"sorting\", \"loading\", \"rowSelection\", \"rowDetail\", \"autoResizeWidth\", \"paging\", \"searching\", \"cellEditing\", \"virtualScroll\", \"infoPanel\", \"titlePanel\", \"theme\"]],\n template: function DirGroupTableComponent_Template(rf, ctx) {\n if (rf & 1) {\n const _r1 = i0.ɵɵgetCurrentView();\n i0.ɵɵelementStart(0, \"gui-grid\", 1, 0);\n i0.ɵɵlistener(\"selectedRows\", function DirGroupTableComponent_Template_gui_grid_selectedRows_0_listener($event) {\n i0.ɵɵrestoreView(_r1);\n return i0.ɵɵresetView(ctx.onSelectedRows($event));\n })(\"cellEditEntered\", function DirGroupTableComponent_Template_gui_grid_cellEditEntered_0_listener() {\n i0.ɵɵrestoreView(_r1);\n return i0.ɵɵresetView(ctx.onCellEditEntered());\n });\n i0.ɵɵelementEnd();\n }\n if (rf & 2) {\n i0.ɵɵproperty(\"columns\", ctx.columns)(\"columnMenu\", ctx.columnMenu)(\"sorting\", ctx.sorting)(\"loading\", ctx.loading)(\"rowSelection\", ctx.rowSelection)(\"rowDetail\", ctx.rowDetail)(\"autoResizeWidth\", ctx.autoResizeWidth)(\"paging\", ctx.paging)(\"searching\", ctx.searching)(\"cellEditing\", ctx.cellEditing)(\"virtualScroll\", true)(\"infoPanel\", ctx.infoPanel)(\"titlePanel\", ctx.titlePanel)(\"theme\", ctx.theme);\n }\n },\n dependencies: [i3.GuiGridComponent],\n styles: [\"/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJkaXItZ3JvdXAtdGFibGUuY29tcG9uZW50LmNzcyJ9 */\\n/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly8uL3NyYy9hcHAvY29tcG9uZW50cy90YWJsZXMvZGlyLWdyb3VwLXRhYmxlL2Rpci1ncm91cC10YWJsZS5jb21wb25lbnQuY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFDQSw0S0FBNEsiLCJzb3VyY2VSb290IjoiIn0= */\"]\n });\n}","map":{"version":3,"names":["BaseTableComponent","DirGroupTableComponent","constructor","service","columns","cModeService","_","i0","ɵɵdirectiveInject","i1","DirGroupService","i2","ColorModeService","_2","selectors","features","ɵɵInheritDefinitionFeature","decls","vars","consts","template","DirGroupTableComponent_Template","rf","ctx","ɵɵelementStart","ɵɵlistener","DirGroupTableComponent_Template_gui_grid_selectedRows_0_listener","$event","ɵɵrestoreView","_r1","ɵɵresetView","onSelectedRows","DirGroupTableComponent_Template_gui_grid_cellEditEntered_0_listener","onCellEditEntered","ɵɵelementEnd","ɵɵproperty","columnMenu","sorting","loading","rowSelection","rowDetail","autoResizeWidth","paging","searching","cellEditing","infoPanel","titlePanel","theme"],"sources":["E:\\TekH\\Visual Studio\\WebUserManager\\DigitalData.UserManager.NgWebUI\\ClientApp\\src\\app\\components\\tables\\dir-group-table\\dir-group-table.component.ts","E:\\TekH\\Visual Studio\\WebUserManager\\DigitalData.UserManager.NgWebUI\\ClientApp\\src\\app\\components\\tables\\base-table\\base-table.component.html"],"sourcesContent":["import { Component, Inject } from '@angular/core';\r\nimport { BaseTableComponent } from '../base-table/base-table.component';\r\nimport { DirGroupService } from 'src/app/services/dir-group.service';\r\nimport { DirGroup } from 'src/app/models/user-management.api.models';\r\nimport { GuiColumn } from '@generic-ui/ngx-grid';\r\nimport { ColorModeService } from 'src/app/services/color-mode.service';\r\n\r\n@Component({\r\n selector: 'app-dir-group-table',\r\n templateUrl: '../base-table/base-table.component.html',\r\n styleUrl: './dir-group-table.component.css'\r\n})\r\nexport class DirGroupTableComponent extends BaseTableComponent<DirGroup, DirGroupService> {\r\n constructor(service: DirGroupService, @Inject('DIR_GROUP_TABLE_COLUMNS') columns: Array<GuiColumn>, cModeService: ColorModeService) {\r\n super(service, columns, cModeService)\r\n }\r\n}","<gui-grid #grid\r\n [columns]=\"columns\"\r\n [columnMenu]=\"columnMenu\"\r\n [sorting]=\"sorting\"\r\n [loading]=\"loading\"\r\n [rowSelection] = \"rowSelection\"\r\n [rowDetail]=\"rowDetail\"\r\n [autoResizeWidth]=\"autoResizeWidth\"\r\n [paging]=\"paging\"\r\n [searching]=\"searching\"\r\n [cellEditing]=\"cellEditing\"\r\n [virtualScroll]=\"true\"\r\n [infoPanel]=\"infoPanel\"\r\n [titlePanel]=\"titlePanel\"\r\n [theme]=\"theme\"\r\n (selectedRows)=\"onSelectedRows($event)\",\r\n (cellEditEntered)=\"onCellEditEntered()\">\r\n</gui-grid>"],"mappings":"AACA,SAASA,kBAAkB,QAAQ,oCAAoC;;;;;AAWvE,OAAM,MAAOC,sBAAuB,SAAQD,kBAA6C;EACvFE,YAAYC,OAAwB,EAAqCC,OAAyB,EAAEC,YAA8B;IAChI,KAAK,CAACF,OAAO,EAAEC,OAAO,EAAEC,YAAY,CAAC;EACvC;EAAC,QAAAC,CAAA,G;qBAHUL,sBAAsB,EAAAM,EAAA,CAAAC,iBAAA,CAAAC,EAAA,CAAAC,eAAA,GAAAH,EAAA,CAAAC,iBAAA,CACa,yBAAyB,GAAAD,EAAA,CAAAC,iBAAA,CAAAG,EAAA,CAAAC,gBAAA;EAAA;EAAA,QAAAC,EAAA,G;UAD5DZ,sBAAsB;IAAAa,SAAA;IAAAC,QAAA,GAAAR,EAAA,CAAAS,0BAAA;IAAAC,KAAA;IAAAC,IAAA;IAAAC,MAAA;IAAAC,QAAA,WAAAC,gCAAAC,EAAA,EAAAC,GAAA;MAAA,IAAAD,EAAA;;QCZnCf,EAAA,CAAAiB,cAAA,qBAgB6C;QAAxCjB,EADA,CAAAkB,UAAA,0BAAAC,iEAAAC,MAAA;UAAApB,EAAA,CAAAqB,aAAA,CAAAC,GAAA;UAAA,OAAAtB,EAAA,CAAAuB,WAAA,CAAgBP,GAAA,CAAAQ,cAAA,CAAAJ,MAAA,CAAsB;QAAA,EAAC,6BAAAK,oEAAA;UAAAzB,EAAA,CAAAqB,aAAA,CAAAC,GAAA;UAAA,OAAAtB,EAAA,CAAAuB,WAAA,CACpBP,GAAA,CAAAU,iBAAA,EAAmB;QAAA,EAAC;QAC5C1B,EAAA,CAAA2B,YAAA,EAAW;;;QAHN3B,EAbA,CAAA4B,UAAA,YAAAZ,GAAA,CAAAnB,OAAA,CAAmB,eAAAmB,GAAA,CAAAa,UAAA,CACM,YAAAb,GAAA,CAAAc,OAAA,CACN,YAAAd,GAAA,CAAAe,OAAA,CACA,iBAAAf,GAAA,CAAAgB,YAAA,CACY,cAAAhB,GAAA,CAAAiB,SAAA,CACR,oBAAAjB,GAAA,CAAAkB,eAAA,CACY,WAAAlB,GAAA,CAAAmB,MAAA,CAClB,cAAAnB,GAAA,CAAAoB,SAAA,CACM,gBAAApB,GAAA,CAAAqB,WAAA,CACI,uBACL,cAAArB,GAAA,CAAAsB,SAAA,CACC,eAAAtB,GAAA,CAAAuB,UAAA,CACE,UAAAvB,GAAA,CAAAwB,KAAA,CACV","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}