nexabase-report 0.2.6 → 0.2.9
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/README.md +255 -171
- package/dist/{html2canvas-CVvkCg-2.js → html2canvas-C7YA4nkW.js} +1 -1
- package/dist/{html2canvas-CVos72rP.js → html2canvas-Ch6xQdU-.js} +2 -2
- package/dist/{html2pdf-Cyvo1NsU.js → html2pdf-BmsoJhgy.js} +3 -3
- package/dist/{index-DxNI7UUB.js → index-TKDtDVn8.js} +22644 -20905
- package/dist/{index.es-Cl2FwCxT.js → index.es-DVVUHaBy.js} +2 -2
- package/dist/{jspdf.es.min-CluyHBde.js → jspdf.es.min-C0JdIV8T.js} +2 -2
- package/dist/lib/styles/_primevue-core.css +4 -4
- package/dist/nexabase-report.es.js +1 -1
- package/dist/nexabase-report.umd.js +151 -151
- package/examples/BlazorServer/Pages/FacturaReport.razor +52 -0
- package/examples/blazor-report/.vs/blazor-report/CopilotIndices/18.5.39187.10602/CodeChunks.db +0 -0
- package/examples/blazor-report/.vs/blazor-report/CopilotIndices/18.5.39187.10602/CodeChunks.db-shm +0 -0
- package/examples/blazor-report/.vs/blazor-report/CopilotIndices/18.5.39187.10602/CodeChunks.db-wal +0 -0
- package/examples/blazor-report/.vs/blazor-report/CopilotIndices/18.5.39187.10602/SemanticSymbols.db +0 -0
- package/examples/blazor-report/.vs/blazor-report/CopilotIndices/18.5.39187.10602/SemanticSymbols.db-shm +0 -0
- package/examples/blazor-report/.vs/blazor-report/CopilotIndices/18.5.39187.10602/SemanticSymbols.db-wal +0 -0
- package/examples/blazor-report/.vs/blazor-report.slnx/FileContentIndex/703a57d7-cf1c-457c-aa2c-6fb9398c8bf7.vsidx +0 -0
- package/examples/blazor-report/.vs/blazor-report.slnx/FileContentIndex/70741c74-9514-4067-90f8-96624e5a719f.vsidx +0 -0
- package/examples/blazor-report/.vs/blazor-report.slnx/FileContentIndex/7ca4089f-e321-418f-8d92-4cb41fb5a7fc.vsidx +0 -0
- package/examples/blazor-report/Components/App.razor +19 -0
- package/examples/blazor-report/Components/Layout/MainLayout.razor +23 -0
- package/examples/blazor-report/Components/Layout/MainLayout.razor.css +98 -0
- package/examples/blazor-report/Components/Layout/NavMenu.razor +30 -0
- package/examples/blazor-report/Components/Layout/NavMenu.razor.css +105 -0
- package/examples/blazor-report/Components/Layout/ReconnectModal.razor +31 -0
- package/examples/blazor-report/Components/Layout/ReconnectModal.razor.css +157 -0
- package/examples/blazor-report/Components/Layout/ReconnectModal.razor.js +63 -0
- package/examples/blazor-report/Components/Pages/Counter.razor +19 -0
- package/examples/blazor-report/Components/Pages/Error.razor +36 -0
- package/examples/blazor-report/Components/Pages/Factura.razor +32 -0
- package/examples/blazor-report/Components/Pages/Home.razor +16 -0
- package/examples/blazor-report/Components/Pages/NotFound.razor +5 -0
- package/examples/blazor-report/Components/Pages/Weather.razor +64 -0
- package/examples/blazor-report/Components/Routes.razor +6 -0
- package/examples/blazor-report/Components/_Imports.razor +11 -0
- package/examples/blazor-report/Program.cs +18 -0
- package/examples/blazor-report/Properties/launchSettings.json +23 -0
- package/examples/blazor-report/appsettings.Development.json +8 -0
- package/examples/blazor-report/appsettings.json +9 -0
- package/examples/blazor-report/bin/Debug/net10.0/appsettings.Development.json +8 -0
- package/examples/blazor-report/bin/Debug/net10.0/appsettings.json +9 -0
- package/examples/blazor-report/bin/Debug/net10.0/blazor-report.deps.json +23 -0
- package/examples/blazor-report/bin/Debug/net10.0/blazor-report.dll +0 -0
- package/examples/blazor-report/bin/Debug/net10.0/blazor-report.exe +0 -0
- package/examples/blazor-report/bin/Debug/net10.0/blazor-report.pdb +0 -0
- package/examples/blazor-report/bin/Debug/net10.0/blazor-report.runtimeconfig.json +20 -0
- package/examples/blazor-report/bin/Debug/net10.0/blazor-report.staticwebassets.endpoints.json +1 -0
- package/examples/blazor-report/bin/Debug/net10.0/blazor-report.staticwebassets.runtime.json +1 -0
- package/examples/blazor-report/blazor-report.csproj +12 -0
- package/examples/blazor-report/blazor-report.csproj.user +6 -0
- package/examples/blazor-report/obj/Debug/net10.0/.NETCoreApp,Version=v10.0.AssemblyAttributes.cs +4 -0
- package/examples/blazor-report/obj/Debug/net10.0/ApiEndpoints.json +1 -0
- package/examples/blazor-report/obj/Debug/net10.0/EmbeddedAttribute.cs +7 -0
- package/examples/blazor-report/obj/Debug/net10.0/ValidatableTypeAttribute.cs +9 -0
- package/examples/blazor-report/obj/Debug/net10.0/apphost.exe +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/blazor-report.AssemblyInfo.cs +23 -0
- package/examples/blazor-report/obj/Debug/net10.0/blazor-report.AssemblyInfoInputs.cache +1 -0
- package/examples/blazor-report/obj/Debug/net10.0/blazor-report.GeneratedMSBuildEditorConfig.editorconfig +71 -0
- package/examples/blazor-report/obj/Debug/net10.0/blazor-report.GlobalUsings.g.cs +18 -0
- package/examples/blazor-report/obj/Debug/net10.0/blazor-report.MvcApplicationPartsAssemblyInfo.cache +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/blazor-report.assets.cache +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/blazor-report.csproj.BuildWithSkipAnalyzers +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/blazor-report.csproj.CoreCompileInputs.cache +1 -0
- package/examples/blazor-report/obj/Debug/net10.0/blazor-report.csproj.FileListAbsolute.txt +87 -0
- package/examples/blazor-report/obj/Debug/net10.0/blazor-report.dll +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/blazor-report.genruntimeconfig.cache +1 -0
- package/examples/blazor-report/obj/Debug/net10.0/blazor-report.pdb +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/blazor-report.sourcelink.json +1 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/01gcr5ok0d-{0}-tdbxkamptv-tdbxkamptv.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/0u122lzsqf-{0}-v0zj4ognzu-v0zj4ognzu.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/19vuobcugt-{0}-ausgxo2sd3-ausgxo2sd3.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/2w8s7d0tmu-{0}-c2oey78nd0-c2oey78nd0.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/3seby862hk-{0}-pj5nd1wqec-pj5nd1wqec.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/4z6vyi198a-{0}-c2jlpeoesf-c2jlpeoesf.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/56erzxf847-{0}-rzd6atqjts-rzd6atqjts.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/6pye2umi32-{0}-nvvlpmu67g-nvvlpmu67g.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/6rkf7abng5-{0}-xbbil6v7co-xbbil6v7co.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/7qckystb2n-{0}-jj8uyg4cgr-jj8uyg4cgr.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/7y9tnc1ana-{0}-hwaxidwiwj-hwaxidwiwj.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/7zwf5lrnue-{0}-notf2xhcfb-notf2xhcfb.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/83pb0ayzsm-{0}-k8d9w2qqmf-k8d9w2qqmf.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/88dhp3hbzx-{0}-37tfw0ft22-37tfw0ft22.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/a0n8vocv65-{0}-khv3u5hwcm-khv3u5hwcm.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/acjalqkfgt-{0}-7ma0977mvv-7ma0977mvv.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/bgsbrgy7vf-{0}-h1s4sie4z3-h1s4sie4z3.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/c6laszq5ww-{0}-46ein0sx1k-46ein0sx1k.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/dm27gmg8ll-{0}-fvhpjtyr6v-fvhpjtyr6v.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/es0hst4x17-{0}-ee0r1s7dh0-ee0r1s7dh0.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/f4eerlwe3k-{0}-63fj8s7r0e-63fj8s7r0e.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/f5b7s575cu-{0}-ub07r2b239-ub07r2b239.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/gi3zzjjv2d-{0}-iovd86k7lj-iovd86k7lj.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/h9k7hhwqjn-{0}-m2jb7tclhy-m2jb7tclhy.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/hd6b60w7a9-{0}-pk9g2wxc8p-pk9g2wxc8p.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/iepu09js1p-{0}-493y06b0oq-493y06b0oq.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/k77ggeojrw-{0}-bqjiyaj88i-bqjiyaj88i.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/kpxymjsba6-{0}-kbrnm935zg-kbrnm935zg.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/kq868t8x5q-{0}-fsbi9cje9m-fsbi9cje9m.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/lbvdfe28z6-{0}-b7pk76d08c-b7pk76d08c.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/ltulwrnpym-{0}-erw9l3u2r3-erw9l3u2r3.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/pcqcp3y12o-{0}-lcd1t2u6c8-lcd1t2u6c8.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/q6ii8s1dt0-{0}-abdmv1u4y3-abdmv1u4y3.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/r8rcl1ft48-{0}-ft3s53vfgj-ft3s53vfgj.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/relgedb7iz-{0}-6pdc2jztkx-6pdc2jztkx.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/s7ng5by487-{0}-hrwsygsryq-hrwsygsryq.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/sezds5me7x-{0}-d7shbmvgxk-d7shbmvgxk.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/soo3rna5ha-{0}-0j3bgjxly4-0j3bgjxly4.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/t11mfcypsb-{0}-s35ty4nyc5-s35ty4nyc5.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/t35fshhzld-{0}-06098lyss8-06098lyss8.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/tb3gndp62e-{0}-dxx9fxp4il-dxx9fxp4il.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/tmx7wa8ilq-{0}-vr1egmr9el-vr1egmr9el.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/v33f9mpzye-{0}-r4e9w2rdcm-r4e9w2rdcm.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/va8x872qf1-{0}-aexeepp0ev-aexeepp0ev.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/w5d5wye635-{0}-j5mq2jizvt-j5mq2jizvt.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/weriyjrep0-{0}-y7v9cxd14o-y7v9cxd14o.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/ycnqkrbal1-{0}-m2jb7tclhy-m2jb7tclhy.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/yl0vb4jg87-{0}-jd9uben2k1-jd9uben2k1.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/z5nx2tkgl4-{0}-khy4lop6wu-khy4lop6wu.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/zeckyeunui-{0}-6cfz1n2cew-6cfz1n2cew.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/zu2f3ffzwm-{0}-cosvhxvwiu-cosvhxvwiu.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/rbcswa.dswa.cache.json +1 -0
- package/examples/blazor-report/obj/Debug/net10.0/ref/blazor-report.dll +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/refint/blazor-report.dll +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/rjimswa.dswa.cache.json +1 -0
- package/examples/blazor-report/obj/Debug/net10.0/rjsmcshtml.dswa.cache.json +1 -0
- package/examples/blazor-report/obj/Debug/net10.0/rjsmrazor.dswa.cache.json +1 -0
- package/examples/blazor-report/obj/Debug/net10.0/rpswa.dswa.cache.json +1 -0
- package/examples/blazor-report/obj/Debug/net10.0/scopedcss/Components/Layout/MainLayout.razor.rz.scp.css +98 -0
- package/examples/blazor-report/obj/Debug/net10.0/scopedcss/Components/Layout/NavMenu.razor.rz.scp.css +105 -0
- package/examples/blazor-report/obj/Debug/net10.0/scopedcss/Components/Layout/ReconnectModal.razor.rz.scp.css +157 -0
- package/examples/blazor-report/obj/Debug/net10.0/scopedcss/bundle/blazor-report.styles.css +363 -0
- package/examples/blazor-report/obj/Debug/net10.0/scopedcss/projectbundle/blazor-report.bundle.scp.css +363 -0
- package/examples/blazor-report/obj/Debug/net10.0/staticwebassets.build.endpoints.json +1 -0
- package/examples/blazor-report/obj/Debug/net10.0/staticwebassets.build.json +1 -0
- package/examples/blazor-report/obj/Debug/net10.0/staticwebassets.build.json.cache +1 -0
- package/examples/blazor-report/obj/Debug/net10.0/staticwebassets.development.json +1 -0
- package/examples/blazor-report/obj/Debug/net10.0/staticwebassets.references.upToDateCheck.txt +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/staticwebassets.removed.txt +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/swae.build.ex.cache +0 -0
- package/examples/blazor-report/obj/blazor-report.csproj.nuget.dgspec.json +499 -0
- package/examples/blazor-report/obj/blazor-report.csproj.nuget.g.props +19 -0
- package/examples/blazor-report/obj/blazor-report.csproj.nuget.g.targets +6 -0
- package/examples/blazor-report/obj/project.assets.json +542 -0
- package/examples/blazor-report/obj/project.nuget.cache +10 -0
- package/examples/blazor-report/wwwroot/app.css +60 -0
- package/examples/blazor-report/wwwroot/factura_de_recolecci/303/263n_de_residuos.json +528 -0
- package/examples/blazor-report/wwwroot/favicon.png +0 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css +4085 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css.map +1 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css +6 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css.map +1 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.rtl.css +4084 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.rtl.css.map +1 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.rtl.min.css +6 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.rtl.min.css.map +1 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css +597 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css.map +1 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css +6 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css.map +1 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.rtl.css +594 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.rtl.css.map +1 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.rtl.min.css +6 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.rtl.min.css.map +1 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.css +5402 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.css.map +1 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.min.css +6 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.min.css.map +1 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.rtl.css +5393 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.rtl.css.map +1 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.rtl.min.css +6 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.rtl.min.css.map +1 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap.css +12057 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map +1 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css +6 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map +1 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap.rtl.css +12030 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap.rtl.css.map +1 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap.rtl.min.css +6 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap.rtl.min.css.map +1 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js +6314 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js.map +1 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js +7 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js.map +1 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/js/bootstrap.esm.js +4447 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/js/bootstrap.esm.js.map +1 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/js/bootstrap.esm.min.js +7 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/js/bootstrap.esm.min.js.map +1 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/js/bootstrap.js +4494 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/js/bootstrap.js.map +1 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js +7 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js.map +1 -0
- package/examples/integration/AspNetCoreRazorPages.cshtml +52 -0
- package/examples/integration/BlazorRazor.razor +84 -0
- package/examples/integration/BlazorServer.razor +91 -0
- package/examples/integration/index.html +100 -0
- package/examples/integration/integration-jquery.html +142 -0
- package/examples/viewer.html +58 -0
- package/package.json +4 -4
- package/dist/browser-lud4wlfC.js +0 -1473
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"ContentRoots":["C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\","C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\","C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\scopedcss\\bundle\\","C:\\Users\\USUARIO\\.nuget\\packages\\microsoft.aspnetcore.app.internal.assets\\10.0.7\\_framework\\","C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\"],"Root":{"Children":{"app.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"app.css"},"Patterns":null},"app.css.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"z5nx2tkgl4-{0}-khy4lop6wu-khy4lop6wu.gz"},"Patterns":null},"blazor-report.styles.css":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"blazor-report.styles.css"},"Patterns":null},"blazor-report.styles.css.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"ycnqkrbal1-{0}-m2jb7tclhy-m2jb7tclhy.gz"},"Patterns":null},"factura_de_recolección_de_residuos.json":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"factura_de_recolección_de_residuos.json"},"Patterns":null},"factura_de_recolección_de_residuos.json.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"acjalqkfgt-{0}-7ma0977mvv-7ma0977mvv.gz"},"Patterns":null},"favicon.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"favicon.png"},"Patterns":null},"_framework":{"Children":{"blazor.server.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"blazor.server.js"},"Patterns":null},"blazor.server.js.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"6rkf7abng5-{0}-xbbil6v7co-xbbil6v7co.gz"},"Patterns":null},"blazor.web.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"blazor.web.js"},"Patterns":null},"blazor.web.js.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"7y9tnc1ana-{0}-hwaxidwiwj-hwaxidwiwj.gz"},"Patterns":null}},"Asset":null,"Patterns":null},"Components":{"Children":{"Layout":{"Children":{"ReconnectModal.razor.js":{"Children":null,"Asset":{"ContentRootIndex":4,"SubPath":"Components/Layout/ReconnectModal.razor.js"},"Patterns":null},"ReconnectModal.razor.js.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"q6ii8s1dt0-{0}-abdmv1u4y3-abdmv1u4y3.gz"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"lib":{"Children":{"bootstrap":{"Children":{"dist":{"Children":{"css":{"Children":{"bootstrap-grid.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-grid.css"},"Patterns":null},"bootstrap-grid.css.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"k77ggeojrw-{0}-bqjiyaj88i-bqjiyaj88i.gz"},"Patterns":null},"bootstrap-grid.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-grid.css.map"},"Patterns":null},"bootstrap-grid.css.map.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"4z6vyi198a-{0}-c2jlpeoesf-c2jlpeoesf.gz"},"Patterns":null},"bootstrap-grid.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-grid.min.css"},"Patterns":null},"bootstrap-grid.min.css.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"ltulwrnpym-{0}-erw9l3u2r3-erw9l3u2r3.gz"},"Patterns":null},"bootstrap-grid.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-grid.min.css.map"},"Patterns":null},"bootstrap-grid.min.css.map.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"va8x872qf1-{0}-aexeepp0ev-aexeepp0ev.gz"},"Patterns":null},"bootstrap-grid.rtl.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-grid.rtl.css"},"Patterns":null},"bootstrap-grid.rtl.css.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"sezds5me7x-{0}-d7shbmvgxk-d7shbmvgxk.gz"},"Patterns":null},"bootstrap-grid.rtl.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-grid.rtl.css.map"},"Patterns":null},"bootstrap-grid.rtl.css.map.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"19vuobcugt-{0}-ausgxo2sd3-ausgxo2sd3.gz"},"Patterns":null},"bootstrap-grid.rtl.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-grid.rtl.min.css"},"Patterns":null},"bootstrap-grid.rtl.min.css.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"83pb0ayzsm-{0}-k8d9w2qqmf-k8d9w2qqmf.gz"},"Patterns":null},"bootstrap-grid.rtl.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-grid.rtl.min.css.map"},"Patterns":null},"bootstrap-grid.rtl.min.css.map.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"zu2f3ffzwm-{0}-cosvhxvwiu-cosvhxvwiu.gz"},"Patterns":null},"bootstrap-reboot.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-reboot.css"},"Patterns":null},"bootstrap-reboot.css.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"f5b7s575cu-{0}-ub07r2b239-ub07r2b239.gz"},"Patterns":null},"bootstrap-reboot.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-reboot.css.map"},"Patterns":null},"bootstrap-reboot.css.map.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"dm27gmg8ll-{0}-fvhpjtyr6v-fvhpjtyr6v.gz"},"Patterns":null},"bootstrap-reboot.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-reboot.min.css"},"Patterns":null},"bootstrap-reboot.min.css.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"lbvdfe28z6-{0}-b7pk76d08c-b7pk76d08c.gz"},"Patterns":null},"bootstrap-reboot.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-reboot.min.css.map"},"Patterns":null},"bootstrap-reboot.min.css.map.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"kq868t8x5q-{0}-fsbi9cje9m-fsbi9cje9m.gz"},"Patterns":null},"bootstrap-reboot.rtl.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-reboot.rtl.css"},"Patterns":null},"bootstrap-reboot.rtl.css.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"56erzxf847-{0}-rzd6atqjts-rzd6atqjts.gz"},"Patterns":null},"bootstrap-reboot.rtl.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-reboot.rtl.css.map"},"Patterns":null},"bootstrap-reboot.rtl.css.map.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"es0hst4x17-{0}-ee0r1s7dh0-ee0r1s7dh0.gz"},"Patterns":null},"bootstrap-reboot.rtl.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-reboot.rtl.min.css"},"Patterns":null},"bootstrap-reboot.rtl.min.css.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"tb3gndp62e-{0}-dxx9fxp4il-dxx9fxp4il.gz"},"Patterns":null},"bootstrap-reboot.rtl.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-reboot.rtl.min.css.map"},"Patterns":null},"bootstrap-reboot.rtl.min.css.map.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"yl0vb4jg87-{0}-jd9uben2k1-jd9uben2k1.gz"},"Patterns":null},"bootstrap-utilities.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-utilities.css"},"Patterns":null},"bootstrap-utilities.css.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"a0n8vocv65-{0}-khv3u5hwcm-khv3u5hwcm.gz"},"Patterns":null},"bootstrap-utilities.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-utilities.css.map"},"Patterns":null},"bootstrap-utilities.css.map.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"v33f9mpzye-{0}-r4e9w2rdcm-r4e9w2rdcm.gz"},"Patterns":null},"bootstrap-utilities.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-utilities.min.css"},"Patterns":null},"bootstrap-utilities.min.css.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"pcqcp3y12o-{0}-lcd1t2u6c8-lcd1t2u6c8.gz"},"Patterns":null},"bootstrap-utilities.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-utilities.min.css.map"},"Patterns":null},"bootstrap-utilities.min.css.map.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"2w8s7d0tmu-{0}-c2oey78nd0-c2oey78nd0.gz"},"Patterns":null},"bootstrap-utilities.rtl.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-utilities.rtl.css"},"Patterns":null},"bootstrap-utilities.rtl.css.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"01gcr5ok0d-{0}-tdbxkamptv-tdbxkamptv.gz"},"Patterns":null},"bootstrap-utilities.rtl.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-utilities.rtl.css.map"},"Patterns":null},"bootstrap-utilities.rtl.css.map.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"w5d5wye635-{0}-j5mq2jizvt-j5mq2jizvt.gz"},"Patterns":null},"bootstrap-utilities.rtl.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-utilities.rtl.min.css"},"Patterns":null},"bootstrap-utilities.rtl.min.css.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"t35fshhzld-{0}-06098lyss8-06098lyss8.gz"},"Patterns":null},"bootstrap-utilities.rtl.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-utilities.rtl.min.css.map"},"Patterns":null},"bootstrap-utilities.rtl.min.css.map.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"6pye2umi32-{0}-nvvlpmu67g-nvvlpmu67g.gz"},"Patterns":null},"bootstrap.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap.css"},"Patterns":null},"bootstrap.css.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"t11mfcypsb-{0}-s35ty4nyc5-s35ty4nyc5.gz"},"Patterns":null},"bootstrap.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap.css.map"},"Patterns":null},"bootstrap.css.map.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"3seby862hk-{0}-pj5nd1wqec-pj5nd1wqec.gz"},"Patterns":null},"bootstrap.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap.min.css"},"Patterns":null},"bootstrap.min.css.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"c6laszq5ww-{0}-46ein0sx1k-46ein0sx1k.gz"},"Patterns":null},"bootstrap.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap.min.css.map"},"Patterns":null},"bootstrap.min.css.map.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"0u122lzsqf-{0}-v0zj4ognzu-v0zj4ognzu.gz"},"Patterns":null},"bootstrap.rtl.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap.rtl.css"},"Patterns":null},"bootstrap.rtl.css.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"88dhp3hbzx-{0}-37tfw0ft22-37tfw0ft22.gz"},"Patterns":null},"bootstrap.rtl.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap.rtl.css.map"},"Patterns":null},"bootstrap.rtl.css.map.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"s7ng5by487-{0}-hrwsygsryq-hrwsygsryq.gz"},"Patterns":null},"bootstrap.rtl.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap.rtl.min.css"},"Patterns":null},"bootstrap.rtl.min.css.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"hd6b60w7a9-{0}-pk9g2wxc8p-pk9g2wxc8p.gz"},"Patterns":null},"bootstrap.rtl.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap.rtl.min.css.map"},"Patterns":null},"bootstrap.rtl.min.css.map.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"r8rcl1ft48-{0}-ft3s53vfgj-ft3s53vfgj.gz"},"Patterns":null}},"Asset":null,"Patterns":null},"js":{"Children":{"bootstrap.bundle.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.bundle.js"},"Patterns":null},"bootstrap.bundle.js.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"zeckyeunui-{0}-6cfz1n2cew-6cfz1n2cew.gz"},"Patterns":null},"bootstrap.bundle.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.bundle.js.map"},"Patterns":null},"bootstrap.bundle.js.map.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"relgedb7iz-{0}-6pdc2jztkx-6pdc2jztkx.gz"},"Patterns":null},"bootstrap.bundle.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.bundle.min.js"},"Patterns":null},"bootstrap.bundle.min.js.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"iepu09js1p-{0}-493y06b0oq-493y06b0oq.gz"},"Patterns":null},"bootstrap.bundle.min.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.bundle.min.js.map"},"Patterns":null},"bootstrap.bundle.min.js.map.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"gi3zzjjv2d-{0}-iovd86k7lj-iovd86k7lj.gz"},"Patterns":null},"bootstrap.esm.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.esm.js"},"Patterns":null},"bootstrap.esm.js.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"tmx7wa8ilq-{0}-vr1egmr9el-vr1egmr9el.gz"},"Patterns":null},"bootstrap.esm.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.esm.js.map"},"Patterns":null},"bootstrap.esm.js.map.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"kpxymjsba6-{0}-kbrnm935zg-kbrnm935zg.gz"},"Patterns":null},"bootstrap.esm.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.esm.min.js"},"Patterns":null},"bootstrap.esm.min.js.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"7qckystb2n-{0}-jj8uyg4cgr-jj8uyg4cgr.gz"},"Patterns":null},"bootstrap.esm.min.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.esm.min.js.map"},"Patterns":null},"bootstrap.esm.min.js.map.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"weriyjrep0-{0}-y7v9cxd14o-y7v9cxd14o.gz"},"Patterns":null},"bootstrap.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.js"},"Patterns":null},"bootstrap.js.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"7zwf5lrnue-{0}-notf2xhcfb-notf2xhcfb.gz"},"Patterns":null},"bootstrap.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.js.map"},"Patterns":null},"bootstrap.js.map.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"bgsbrgy7vf-{0}-h1s4sie4z3-h1s4sie4z3.gz"},"Patterns":null},"bootstrap.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.min.js"},"Patterns":null},"bootstrap.min.js.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"f4eerlwe3k-{0}-63fj8s7r0e-63fj8s7r0e.gz"},"Patterns":null},"bootstrap.min.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.min.js.map"},"Patterns":null},"bootstrap.min.js.map.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"soo3rna5ha-{0}-0j3bgjxly4-0j3bgjxly4.gz"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":[{"ContentRootIndex":0,"Pattern":"**","Depth":0}]}}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
2
|
+
|
|
3
|
+
<PropertyGroup>
|
|
4
|
+
<TargetFramework>net10.0</TargetFramework>
|
|
5
|
+
<Nullable>enable</Nullable>
|
|
6
|
+
<ImplicitUsings>enable</ImplicitUsings>
|
|
7
|
+
<RootNamespace>blazor_report</RootNamespace>
|
|
8
|
+
<AssemblyName>$(AssemblyName.Replace(' ', '_'))</AssemblyName>
|
|
9
|
+
<BlazorDisableThrowNavigationException>true</BlazorDisableThrowNavigationException>
|
|
10
|
+
</PropertyGroup>
|
|
11
|
+
|
|
12
|
+
</Project>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
[]
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// <auto-generated/>
|
|
2
|
+
namespace Microsoft.Extensions.Validation.Embedded
|
|
3
|
+
{
|
|
4
|
+
[global::Microsoft.CodeAnalysis.EmbeddedAttribute]
|
|
5
|
+
[global::System.AttributeUsage(global::System.AttributeTargets.Class)]
|
|
6
|
+
internal sealed class ValidatableTypeAttribute : global::System.Attribute
|
|
7
|
+
{
|
|
8
|
+
}
|
|
9
|
+
}
|
|
Binary file
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
//------------------------------------------------------------------------------
|
|
2
|
+
// <auto-generated>
|
|
3
|
+
// Este código fue generado por una herramienta.
|
|
4
|
+
// Versión de runtime:4.0.30319.42000
|
|
5
|
+
//
|
|
6
|
+
// Los cambios en este archivo podrían causar un comportamiento incorrecto y se perderán si
|
|
7
|
+
// se vuelve a generar el código.
|
|
8
|
+
// </auto-generated>
|
|
9
|
+
//------------------------------------------------------------------------------
|
|
10
|
+
|
|
11
|
+
using System;
|
|
12
|
+
using System.Reflection;
|
|
13
|
+
|
|
14
|
+
[assembly: System.Reflection.AssemblyCompanyAttribute("blazor-report")]
|
|
15
|
+
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
|
16
|
+
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
|
17
|
+
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+812008a60435ade4a05717824202514e40554268")]
|
|
18
|
+
[assembly: System.Reflection.AssemblyProductAttribute("blazor-report")]
|
|
19
|
+
[assembly: System.Reflection.AssemblyTitleAttribute("blazor-report")]
|
|
20
|
+
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
|
21
|
+
|
|
22
|
+
// Generated by the MSBuild WriteCodeFragment class.
|
|
23
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
9071c74fd8560ce8e37a360009373d25ca98f9ae58f8f99ae79ac2d7c05a1104
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
is_global = true
|
|
2
|
+
build_property.TargetFramework = net10.0
|
|
3
|
+
build_property.TargetFrameworkIdentifier = .NETCoreApp
|
|
4
|
+
build_property.TargetFrameworkVersion = v10.0
|
|
5
|
+
build_property.TargetPlatformMinVersion =
|
|
6
|
+
build_property.UsingMicrosoftNETSdkWeb = true
|
|
7
|
+
build_property.ProjectTypeGuids =
|
|
8
|
+
build_property.InvariantGlobalization =
|
|
9
|
+
build_property.PlatformNeutralAssembly =
|
|
10
|
+
build_property.EnforceExtendedAnalyzerRules =
|
|
11
|
+
build_property._SupportedPlatformList = Linux,macOS,Windows
|
|
12
|
+
build_property.RootNamespace = blazor_report
|
|
13
|
+
build_property.RootNamespace = blazor_report
|
|
14
|
+
build_property.ProjectDir = C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\
|
|
15
|
+
build_property.EnableComHosting =
|
|
16
|
+
build_property.EnableGeneratedComInterfaceComImportInterop =
|
|
17
|
+
build_property.RazorLangVersion = 9.0
|
|
18
|
+
build_property.SupportLocalizedComponentNames =
|
|
19
|
+
build_property.GenerateRazorMetadataSourceChecksumAttributes =
|
|
20
|
+
build_property.MSBuildProjectDirectory = C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report
|
|
21
|
+
build_property._RazorSourceGeneratorDebug =
|
|
22
|
+
build_property.EffectiveAnalysisLevelStyle = 10.0
|
|
23
|
+
build_property.EnableCodeStyleSeverity =
|
|
24
|
+
|
|
25
|
+
[C:/Desarrollo/nexabase/nexabase-report/examples/blazor-report/Components/App.razor]
|
|
26
|
+
build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xBcHAucmF6b3I=
|
|
27
|
+
build_metadata.AdditionalFiles.CssScope =
|
|
28
|
+
|
|
29
|
+
[C:/Desarrollo/nexabase/nexabase-report/examples/blazor-report/Components/Pages/Counter.razor]
|
|
30
|
+
build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xQYWdlc1xDb3VudGVyLnJhem9y
|
|
31
|
+
build_metadata.AdditionalFiles.CssScope =
|
|
32
|
+
|
|
33
|
+
[C:/Desarrollo/nexabase/nexabase-report/examples/blazor-report/Components/Pages/Error.razor]
|
|
34
|
+
build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xQYWdlc1xFcnJvci5yYXpvcg==
|
|
35
|
+
build_metadata.AdditionalFiles.CssScope =
|
|
36
|
+
|
|
37
|
+
[C:/Desarrollo/nexabase/nexabase-report/examples/blazor-report/Components/Pages/Factura.razor]
|
|
38
|
+
build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xQYWdlc1xGYWN0dXJhLnJhem9y
|
|
39
|
+
build_metadata.AdditionalFiles.CssScope =
|
|
40
|
+
|
|
41
|
+
[C:/Desarrollo/nexabase/nexabase-report/examples/blazor-report/Components/Pages/Home.razor]
|
|
42
|
+
build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xQYWdlc1xIb21lLnJhem9y
|
|
43
|
+
build_metadata.AdditionalFiles.CssScope =
|
|
44
|
+
|
|
45
|
+
[C:/Desarrollo/nexabase/nexabase-report/examples/blazor-report/Components/Pages/NotFound.razor]
|
|
46
|
+
build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xQYWdlc1xOb3RGb3VuZC5yYXpvcg==
|
|
47
|
+
build_metadata.AdditionalFiles.CssScope =
|
|
48
|
+
|
|
49
|
+
[C:/Desarrollo/nexabase/nexabase-report/examples/blazor-report/Components/Pages/Weather.razor]
|
|
50
|
+
build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xQYWdlc1xXZWF0aGVyLnJhem9y
|
|
51
|
+
build_metadata.AdditionalFiles.CssScope =
|
|
52
|
+
|
|
53
|
+
[C:/Desarrollo/nexabase/nexabase-report/examples/blazor-report/Components/Routes.razor]
|
|
54
|
+
build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xSb3V0ZXMucmF6b3I=
|
|
55
|
+
build_metadata.AdditionalFiles.CssScope =
|
|
56
|
+
|
|
57
|
+
[C:/Desarrollo/nexabase/nexabase-report/examples/blazor-report/Components/_Imports.razor]
|
|
58
|
+
build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xfSW1wb3J0cy5yYXpvcg==
|
|
59
|
+
build_metadata.AdditionalFiles.CssScope =
|
|
60
|
+
|
|
61
|
+
[C:/Desarrollo/nexabase/nexabase-report/examples/blazor-report/Components/Layout/MainLayout.razor]
|
|
62
|
+
build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xMYXlvdXRcTWFpbkxheW91dC5yYXpvcg==
|
|
63
|
+
build_metadata.AdditionalFiles.CssScope = b-8n5c2123ho
|
|
64
|
+
|
|
65
|
+
[C:/Desarrollo/nexabase/nexabase-report/examples/blazor-report/Components/Layout/NavMenu.razor]
|
|
66
|
+
build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xMYXlvdXRcTmF2TWVudS5yYXpvcg==
|
|
67
|
+
build_metadata.AdditionalFiles.CssScope = b-7uh8pvdtms
|
|
68
|
+
|
|
69
|
+
[C:/Desarrollo/nexabase/nexabase-report/examples/blazor-report/Components/Layout/ReconnectModal.razor]
|
|
70
|
+
build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xMYXlvdXRcUmVjb25uZWN0TW9kYWwucmF6b3I=
|
|
71
|
+
build_metadata.AdditionalFiles.CssScope = b-sazvjs6jya
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
// <auto-generated/>
|
|
2
|
+
global using Microsoft.AspNetCore.Builder;
|
|
3
|
+
global using Microsoft.AspNetCore.Hosting;
|
|
4
|
+
global using Microsoft.AspNetCore.Http;
|
|
5
|
+
global using Microsoft.AspNetCore.Routing;
|
|
6
|
+
global using Microsoft.Extensions.Configuration;
|
|
7
|
+
global using Microsoft.Extensions.DependencyInjection;
|
|
8
|
+
global using Microsoft.Extensions.Hosting;
|
|
9
|
+
global using Microsoft.Extensions.Logging;
|
|
10
|
+
global using Microsoft.Extensions.Validation.Embedded;
|
|
11
|
+
global using System;
|
|
12
|
+
global using System.Collections.Generic;
|
|
13
|
+
global using System.IO;
|
|
14
|
+
global using System.Linq;
|
|
15
|
+
global using System.Net.Http;
|
|
16
|
+
global using System.Net.Http.Json;
|
|
17
|
+
global using System.Threading;
|
|
18
|
+
global using System.Threading.Tasks;
|
package/examples/blazor-report/obj/Debug/net10.0/blazor-report.MvcApplicationPartsAssemblyInfo.cache
ADDED
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
870fed9ba9ce68bb5165fa2db03f37e452c972844ee9d8907f82996ae4112a07
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\bin\Debug\net10.0\appsettings.Development.json
|
|
2
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\bin\Debug\net10.0\appsettings.json
|
|
3
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\bin\Debug\net10.0\blazor-report.staticwebassets.runtime.json
|
|
4
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\bin\Debug\net10.0\blazor-report.staticwebassets.endpoints.json
|
|
5
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\bin\Debug\net10.0\blazor-report.exe
|
|
6
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\bin\Debug\net10.0\blazor-report.deps.json
|
|
7
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\bin\Debug\net10.0\blazor-report.runtimeconfig.json
|
|
8
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\bin\Debug\net10.0\blazor-report.dll
|
|
9
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\bin\Debug\net10.0\blazor-report.pdb
|
|
10
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\obj\Debug\net10.0\EmbeddedAttribute.cs
|
|
11
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\obj\Debug\net10.0\ValidatableTypeAttribute.cs
|
|
12
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\obj\Debug\net10.0\rpswa.dswa.cache.json
|
|
13
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\obj\Debug\net10.0\blazor-report.GeneratedMSBuildEditorConfig.editorconfig
|
|
14
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\obj\Debug\net10.0\blazor-report.AssemblyInfoInputs.cache
|
|
15
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\obj\Debug\net10.0\blazor-report.AssemblyInfo.cs
|
|
16
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\obj\Debug\net10.0\blazor-report.csproj.CoreCompileInputs.cache
|
|
17
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\obj\Debug\net10.0\blazor-report.MvcApplicationPartsAssemblyInfo.cache
|
|
18
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\obj\Debug\net10.0\blazor-report.sourcelink.json
|
|
19
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\obj\Debug\net10.0\rjimswa.dswa.cache.json
|
|
20
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\obj\Debug\net10.0\rjsmrazor.dswa.cache.json
|
|
21
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\obj\Debug\net10.0\rjsmcshtml.dswa.cache.json
|
|
22
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\obj\Debug\net10.0\scopedcss\Components\Layout\MainLayout.razor.rz.scp.css
|
|
23
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\obj\Debug\net10.0\scopedcss\Components\Layout\NavMenu.razor.rz.scp.css
|
|
24
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\obj\Debug\net10.0\scopedcss\Components\Layout\ReconnectModal.razor.rz.scp.css
|
|
25
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\obj\Debug\net10.0\scopedcss\bundle\blazor-report.styles.css
|
|
26
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\obj\Debug\net10.0\scopedcss\projectbundle\blazor-report.bundle.scp.css
|
|
27
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\obj\Debug\net10.0\compressed\z5nx2tkgl4-{0}-khy4lop6wu-khy4lop6wu.gz
|
|
28
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\obj\Debug\net10.0\compressed\acjalqkfgt-{0}-7ma0977mvv-7ma0977mvv.gz
|
|
29
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\obj\Debug\net10.0\compressed\k77ggeojrw-{0}-bqjiyaj88i-bqjiyaj88i.gz
|
|
30
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\obj\Debug\net10.0\compressed\4z6vyi198a-{0}-c2jlpeoesf-c2jlpeoesf.gz
|
|
31
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\obj\Debug\net10.0\compressed\ltulwrnpym-{0}-erw9l3u2r3-erw9l3u2r3.gz
|
|
32
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\obj\Debug\net10.0\compressed\va8x872qf1-{0}-aexeepp0ev-aexeepp0ev.gz
|
|
33
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\obj\Debug\net10.0\compressed\sezds5me7x-{0}-d7shbmvgxk-d7shbmvgxk.gz
|
|
34
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\obj\Debug\net10.0\compressed\19vuobcugt-{0}-ausgxo2sd3-ausgxo2sd3.gz
|
|
35
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\obj\Debug\net10.0\compressed\83pb0ayzsm-{0}-k8d9w2qqmf-k8d9w2qqmf.gz
|
|
36
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\obj\Debug\net10.0\compressed\zu2f3ffzwm-{0}-cosvhxvwiu-cosvhxvwiu.gz
|
|
37
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\obj\Debug\net10.0\compressed\f5b7s575cu-{0}-ub07r2b239-ub07r2b239.gz
|
|
38
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\obj\Debug\net10.0\compressed\dm27gmg8ll-{0}-fvhpjtyr6v-fvhpjtyr6v.gz
|
|
39
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\obj\Debug\net10.0\compressed\lbvdfe28z6-{0}-b7pk76d08c-b7pk76d08c.gz
|
|
40
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\obj\Debug\net10.0\compressed\kq868t8x5q-{0}-fsbi9cje9m-fsbi9cje9m.gz
|
|
41
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\obj\Debug\net10.0\compressed\56erzxf847-{0}-rzd6atqjts-rzd6atqjts.gz
|
|
42
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\obj\Debug\net10.0\compressed\es0hst4x17-{0}-ee0r1s7dh0-ee0r1s7dh0.gz
|
|
43
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\obj\Debug\net10.0\compressed\tb3gndp62e-{0}-dxx9fxp4il-dxx9fxp4il.gz
|
|
44
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\obj\Debug\net10.0\compressed\yl0vb4jg87-{0}-jd9uben2k1-jd9uben2k1.gz
|
|
45
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\obj\Debug\net10.0\compressed\a0n8vocv65-{0}-khv3u5hwcm-khv3u5hwcm.gz
|
|
46
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\obj\Debug\net10.0\compressed\v33f9mpzye-{0}-r4e9w2rdcm-r4e9w2rdcm.gz
|
|
47
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\obj\Debug\net10.0\compressed\pcqcp3y12o-{0}-lcd1t2u6c8-lcd1t2u6c8.gz
|
|
48
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\obj\Debug\net10.0\compressed\2w8s7d0tmu-{0}-c2oey78nd0-c2oey78nd0.gz
|
|
49
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\obj\Debug\net10.0\compressed\01gcr5ok0d-{0}-tdbxkamptv-tdbxkamptv.gz
|
|
50
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\obj\Debug\net10.0\compressed\w5d5wye635-{0}-j5mq2jizvt-j5mq2jizvt.gz
|
|
51
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\obj\Debug\net10.0\compressed\t35fshhzld-{0}-06098lyss8-06098lyss8.gz
|
|
52
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\obj\Debug\net10.0\compressed\6pye2umi32-{0}-nvvlpmu67g-nvvlpmu67g.gz
|
|
53
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\obj\Debug\net10.0\compressed\t11mfcypsb-{0}-s35ty4nyc5-s35ty4nyc5.gz
|
|
54
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\obj\Debug\net10.0\compressed\3seby862hk-{0}-pj5nd1wqec-pj5nd1wqec.gz
|
|
55
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\obj\Debug\net10.0\compressed\c6laszq5ww-{0}-46ein0sx1k-46ein0sx1k.gz
|
|
56
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\obj\Debug\net10.0\compressed\0u122lzsqf-{0}-v0zj4ognzu-v0zj4ognzu.gz
|
|
57
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\obj\Debug\net10.0\compressed\88dhp3hbzx-{0}-37tfw0ft22-37tfw0ft22.gz
|
|
58
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\obj\Debug\net10.0\compressed\s7ng5by487-{0}-hrwsygsryq-hrwsygsryq.gz
|
|
59
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\obj\Debug\net10.0\compressed\hd6b60w7a9-{0}-pk9g2wxc8p-pk9g2wxc8p.gz
|
|
60
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\obj\Debug\net10.0\compressed\r8rcl1ft48-{0}-ft3s53vfgj-ft3s53vfgj.gz
|
|
61
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\obj\Debug\net10.0\compressed\zeckyeunui-{0}-6cfz1n2cew-6cfz1n2cew.gz
|
|
62
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\obj\Debug\net10.0\compressed\relgedb7iz-{0}-6pdc2jztkx-6pdc2jztkx.gz
|
|
63
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\obj\Debug\net10.0\compressed\iepu09js1p-{0}-493y06b0oq-493y06b0oq.gz
|
|
64
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\obj\Debug\net10.0\compressed\gi3zzjjv2d-{0}-iovd86k7lj-iovd86k7lj.gz
|
|
65
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\obj\Debug\net10.0\compressed\tmx7wa8ilq-{0}-vr1egmr9el-vr1egmr9el.gz
|
|
66
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\obj\Debug\net10.0\compressed\kpxymjsba6-{0}-kbrnm935zg-kbrnm935zg.gz
|
|
67
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\obj\Debug\net10.0\compressed\7qckystb2n-{0}-jj8uyg4cgr-jj8uyg4cgr.gz
|
|
68
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\obj\Debug\net10.0\compressed\weriyjrep0-{0}-y7v9cxd14o-y7v9cxd14o.gz
|
|
69
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\obj\Debug\net10.0\compressed\7zwf5lrnue-{0}-notf2xhcfb-notf2xhcfb.gz
|
|
70
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\obj\Debug\net10.0\compressed\bgsbrgy7vf-{0}-h1s4sie4z3-h1s4sie4z3.gz
|
|
71
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\obj\Debug\net10.0\compressed\f4eerlwe3k-{0}-63fj8s7r0e-63fj8s7r0e.gz
|
|
72
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\obj\Debug\net10.0\compressed\soo3rna5ha-{0}-0j3bgjxly4-0j3bgjxly4.gz
|
|
73
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\obj\Debug\net10.0\compressed\q6ii8s1dt0-{0}-abdmv1u4y3-abdmv1u4y3.gz
|
|
74
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\obj\Debug\net10.0\compressed\7y9tnc1ana-{0}-hwaxidwiwj-hwaxidwiwj.gz
|
|
75
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\obj\Debug\net10.0\compressed\6rkf7abng5-{0}-xbbil6v7co-xbbil6v7co.gz
|
|
76
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\obj\Debug\net10.0\compressed\ycnqkrbal1-{0}-m2jb7tclhy-m2jb7tclhy.gz
|
|
77
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\obj\Debug\net10.0\compressed\h9k7hhwqjn-{0}-m2jb7tclhy-m2jb7tclhy.gz
|
|
78
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\obj\Debug\net10.0\staticwebassets.build.json
|
|
79
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\obj\Debug\net10.0\staticwebassets.build.json.cache
|
|
80
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\obj\Debug\net10.0\staticwebassets.development.json
|
|
81
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\obj\Debug\net10.0\staticwebassets.build.endpoints.json
|
|
82
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\obj\Debug\net10.0\swae.build.ex.cache
|
|
83
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\obj\Debug\net10.0\blazor-report.dll
|
|
84
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\obj\Debug\net10.0\refint\blazor-report.dll
|
|
85
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\obj\Debug\net10.0\blazor-report.pdb
|
|
86
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\obj\Debug\net10.0\blazor-report.genruntimeconfig.cache
|
|
87
|
+
C:\Desarrollo\nexabase\nexabase-report\examples\blazor-report\obj\Debug\net10.0\ref\blazor-report.dll
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
7721510ce0d3212e230c1833f7c982327597b992179b4d30e12fa591d719ed72
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"documents":{"C:\\Desarrollo\\nexabase\\nexabase-report\\*":"https://raw.githubusercontent.com/fmirpe/nexabase-report/812008a60435ade4a05717824202514e40554268/*"}}
|
package/examples/blazor-report/obj/Debug/net10.0/compressed/01gcr5ok0d-{0}-tdbxkamptv-tdbxkamptv.gz
ADDED
|
Binary file
|
package/examples/blazor-report/obj/Debug/net10.0/compressed/0u122lzsqf-{0}-v0zj4ognzu-v0zj4ognzu.gz
ADDED
|
Binary file
|
package/examples/blazor-report/obj/Debug/net10.0/compressed/19vuobcugt-{0}-ausgxo2sd3-ausgxo2sd3.gz
ADDED
|
Binary file
|
package/examples/blazor-report/obj/Debug/net10.0/compressed/2w8s7d0tmu-{0}-c2oey78nd0-c2oey78nd0.gz
ADDED
|
Binary file
|
package/examples/blazor-report/obj/Debug/net10.0/compressed/3seby862hk-{0}-pj5nd1wqec-pj5nd1wqec.gz
ADDED
|
Binary file
|
package/examples/blazor-report/obj/Debug/net10.0/compressed/4z6vyi198a-{0}-c2jlpeoesf-c2jlpeoesf.gz
ADDED
|
Binary file
|
package/examples/blazor-report/obj/Debug/net10.0/compressed/56erzxf847-{0}-rzd6atqjts-rzd6atqjts.gz
ADDED
|
Binary file
|
package/examples/blazor-report/obj/Debug/net10.0/compressed/6pye2umi32-{0}-nvvlpmu67g-nvvlpmu67g.gz
ADDED
|
Binary file
|
package/examples/blazor-report/obj/Debug/net10.0/compressed/6rkf7abng5-{0}-xbbil6v7co-xbbil6v7co.gz
ADDED
|
Binary file
|
package/examples/blazor-report/obj/Debug/net10.0/compressed/7qckystb2n-{0}-jj8uyg4cgr-jj8uyg4cgr.gz
ADDED
|
Binary file
|
package/examples/blazor-report/obj/Debug/net10.0/compressed/7y9tnc1ana-{0}-hwaxidwiwj-hwaxidwiwj.gz
ADDED
|
Binary file
|
package/examples/blazor-report/obj/Debug/net10.0/compressed/7zwf5lrnue-{0}-notf2xhcfb-notf2xhcfb.gz
ADDED
|
Binary file
|
package/examples/blazor-report/obj/Debug/net10.0/compressed/83pb0ayzsm-{0}-k8d9w2qqmf-k8d9w2qqmf.gz
ADDED
|
Binary file
|
package/examples/blazor-report/obj/Debug/net10.0/compressed/88dhp3hbzx-{0}-37tfw0ft22-37tfw0ft22.gz
ADDED
|
Binary file
|
package/examples/blazor-report/obj/Debug/net10.0/compressed/a0n8vocv65-{0}-khv3u5hwcm-khv3u5hwcm.gz
ADDED
|
Binary file
|
package/examples/blazor-report/obj/Debug/net10.0/compressed/acjalqkfgt-{0}-7ma0977mvv-7ma0977mvv.gz
ADDED
|
Binary file
|
package/examples/blazor-report/obj/Debug/net10.0/compressed/bgsbrgy7vf-{0}-h1s4sie4z3-h1s4sie4z3.gz
ADDED
|
Binary file
|
package/examples/blazor-report/obj/Debug/net10.0/compressed/c6laszq5ww-{0}-46ein0sx1k-46ein0sx1k.gz
ADDED
|
Binary file
|
package/examples/blazor-report/obj/Debug/net10.0/compressed/dm27gmg8ll-{0}-fvhpjtyr6v-fvhpjtyr6v.gz
ADDED
|
Binary file
|
package/examples/blazor-report/obj/Debug/net10.0/compressed/es0hst4x17-{0}-ee0r1s7dh0-ee0r1s7dh0.gz
ADDED
|
Binary file
|
package/examples/blazor-report/obj/Debug/net10.0/compressed/f4eerlwe3k-{0}-63fj8s7r0e-63fj8s7r0e.gz
ADDED
|
Binary file
|
package/examples/blazor-report/obj/Debug/net10.0/compressed/f5b7s575cu-{0}-ub07r2b239-ub07r2b239.gz
ADDED
|
Binary file
|
package/examples/blazor-report/obj/Debug/net10.0/compressed/gi3zzjjv2d-{0}-iovd86k7lj-iovd86k7lj.gz
ADDED
|
Binary file
|
package/examples/blazor-report/obj/Debug/net10.0/compressed/h9k7hhwqjn-{0}-m2jb7tclhy-m2jb7tclhy.gz
ADDED
|
Binary file
|
package/examples/blazor-report/obj/Debug/net10.0/compressed/hd6b60w7a9-{0}-pk9g2wxc8p-pk9g2wxc8p.gz
ADDED
|
Binary file
|
package/examples/blazor-report/obj/Debug/net10.0/compressed/iepu09js1p-{0}-493y06b0oq-493y06b0oq.gz
ADDED
|
Binary file
|
package/examples/blazor-report/obj/Debug/net10.0/compressed/k77ggeojrw-{0}-bqjiyaj88i-bqjiyaj88i.gz
ADDED
|
Binary file
|
package/examples/blazor-report/obj/Debug/net10.0/compressed/kpxymjsba6-{0}-kbrnm935zg-kbrnm935zg.gz
ADDED
|
Binary file
|
package/examples/blazor-report/obj/Debug/net10.0/compressed/kq868t8x5q-{0}-fsbi9cje9m-fsbi9cje9m.gz
ADDED
|
Binary file
|
package/examples/blazor-report/obj/Debug/net10.0/compressed/lbvdfe28z6-{0}-b7pk76d08c-b7pk76d08c.gz
ADDED
|
Binary file
|
package/examples/blazor-report/obj/Debug/net10.0/compressed/ltulwrnpym-{0}-erw9l3u2r3-erw9l3u2r3.gz
ADDED
|
Binary file
|
package/examples/blazor-report/obj/Debug/net10.0/compressed/pcqcp3y12o-{0}-lcd1t2u6c8-lcd1t2u6c8.gz
ADDED
|
Binary file
|
package/examples/blazor-report/obj/Debug/net10.0/compressed/q6ii8s1dt0-{0}-abdmv1u4y3-abdmv1u4y3.gz
ADDED
|
Binary file
|
package/examples/blazor-report/obj/Debug/net10.0/compressed/r8rcl1ft48-{0}-ft3s53vfgj-ft3s53vfgj.gz
ADDED
|
Binary file
|
package/examples/blazor-report/obj/Debug/net10.0/compressed/relgedb7iz-{0}-6pdc2jztkx-6pdc2jztkx.gz
ADDED
|
Binary file
|
package/examples/blazor-report/obj/Debug/net10.0/compressed/s7ng5by487-{0}-hrwsygsryq-hrwsygsryq.gz
ADDED
|
Binary file
|
package/examples/blazor-report/obj/Debug/net10.0/compressed/sezds5me7x-{0}-d7shbmvgxk-d7shbmvgxk.gz
ADDED
|
Binary file
|
package/examples/blazor-report/obj/Debug/net10.0/compressed/soo3rna5ha-{0}-0j3bgjxly4-0j3bgjxly4.gz
ADDED
|
Binary file
|
package/examples/blazor-report/obj/Debug/net10.0/compressed/t11mfcypsb-{0}-s35ty4nyc5-s35ty4nyc5.gz
ADDED
|
Binary file
|
package/examples/blazor-report/obj/Debug/net10.0/compressed/t35fshhzld-{0}-06098lyss8-06098lyss8.gz
ADDED
|
Binary file
|
package/examples/blazor-report/obj/Debug/net10.0/compressed/tb3gndp62e-{0}-dxx9fxp4il-dxx9fxp4il.gz
ADDED
|
Binary file
|
package/examples/blazor-report/obj/Debug/net10.0/compressed/tmx7wa8ilq-{0}-vr1egmr9el-vr1egmr9el.gz
ADDED
|
Binary file
|
package/examples/blazor-report/obj/Debug/net10.0/compressed/v33f9mpzye-{0}-r4e9w2rdcm-r4e9w2rdcm.gz
ADDED
|
Binary file
|
package/examples/blazor-report/obj/Debug/net10.0/compressed/va8x872qf1-{0}-aexeepp0ev-aexeepp0ev.gz
ADDED
|
Binary file
|
package/examples/blazor-report/obj/Debug/net10.0/compressed/w5d5wye635-{0}-j5mq2jizvt-j5mq2jizvt.gz
ADDED
|
Binary file
|
package/examples/blazor-report/obj/Debug/net10.0/compressed/weriyjrep0-{0}-y7v9cxd14o-y7v9cxd14o.gz
ADDED
|
Binary file
|
package/examples/blazor-report/obj/Debug/net10.0/compressed/ycnqkrbal1-{0}-m2jb7tclhy-m2jb7tclhy.gz
ADDED
|
Binary file
|
package/examples/blazor-report/obj/Debug/net10.0/compressed/yl0vb4jg87-{0}-jd9uben2k1-jd9uben2k1.gz
ADDED
|
Binary file
|
package/examples/blazor-report/obj/Debug/net10.0/compressed/z5nx2tkgl4-{0}-khy4lop6wu-khy4lop6wu.gz
ADDED
|
Binary file
|