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.
Files changed (199) hide show
  1. package/README.md +255 -171
  2. package/dist/{html2canvas-CVvkCg-2.js → html2canvas-C7YA4nkW.js} +1 -1
  3. package/dist/{html2canvas-CVos72rP.js → html2canvas-Ch6xQdU-.js} +2 -2
  4. package/dist/{html2pdf-Cyvo1NsU.js → html2pdf-BmsoJhgy.js} +3 -3
  5. package/dist/{index-DxNI7UUB.js → index-TKDtDVn8.js} +22644 -20905
  6. package/dist/{index.es-Cl2FwCxT.js → index.es-DVVUHaBy.js} +2 -2
  7. package/dist/{jspdf.es.min-CluyHBde.js → jspdf.es.min-C0JdIV8T.js} +2 -2
  8. package/dist/lib/styles/_primevue-core.css +4 -4
  9. package/dist/nexabase-report.es.js +1 -1
  10. package/dist/nexabase-report.umd.js +151 -151
  11. package/examples/BlazorServer/Pages/FacturaReport.razor +52 -0
  12. package/examples/blazor-report/.vs/blazor-report/CopilotIndices/18.5.39187.10602/CodeChunks.db +0 -0
  13. package/examples/blazor-report/.vs/blazor-report/CopilotIndices/18.5.39187.10602/CodeChunks.db-shm +0 -0
  14. package/examples/blazor-report/.vs/blazor-report/CopilotIndices/18.5.39187.10602/CodeChunks.db-wal +0 -0
  15. package/examples/blazor-report/.vs/blazor-report/CopilotIndices/18.5.39187.10602/SemanticSymbols.db +0 -0
  16. package/examples/blazor-report/.vs/blazor-report/CopilotIndices/18.5.39187.10602/SemanticSymbols.db-shm +0 -0
  17. package/examples/blazor-report/.vs/blazor-report/CopilotIndices/18.5.39187.10602/SemanticSymbols.db-wal +0 -0
  18. package/examples/blazor-report/.vs/blazor-report.slnx/FileContentIndex/703a57d7-cf1c-457c-aa2c-6fb9398c8bf7.vsidx +0 -0
  19. package/examples/blazor-report/.vs/blazor-report.slnx/FileContentIndex/70741c74-9514-4067-90f8-96624e5a719f.vsidx +0 -0
  20. package/examples/blazor-report/.vs/blazor-report.slnx/FileContentIndex/7ca4089f-e321-418f-8d92-4cb41fb5a7fc.vsidx +0 -0
  21. package/examples/blazor-report/Components/App.razor +19 -0
  22. package/examples/blazor-report/Components/Layout/MainLayout.razor +23 -0
  23. package/examples/blazor-report/Components/Layout/MainLayout.razor.css +98 -0
  24. package/examples/blazor-report/Components/Layout/NavMenu.razor +30 -0
  25. package/examples/blazor-report/Components/Layout/NavMenu.razor.css +105 -0
  26. package/examples/blazor-report/Components/Layout/ReconnectModal.razor +31 -0
  27. package/examples/blazor-report/Components/Layout/ReconnectModal.razor.css +157 -0
  28. package/examples/blazor-report/Components/Layout/ReconnectModal.razor.js +63 -0
  29. package/examples/blazor-report/Components/Pages/Counter.razor +19 -0
  30. package/examples/blazor-report/Components/Pages/Error.razor +36 -0
  31. package/examples/blazor-report/Components/Pages/Factura.razor +32 -0
  32. package/examples/blazor-report/Components/Pages/Home.razor +16 -0
  33. package/examples/blazor-report/Components/Pages/NotFound.razor +5 -0
  34. package/examples/blazor-report/Components/Pages/Weather.razor +64 -0
  35. package/examples/blazor-report/Components/Routes.razor +6 -0
  36. package/examples/blazor-report/Components/_Imports.razor +11 -0
  37. package/examples/blazor-report/Program.cs +18 -0
  38. package/examples/blazor-report/Properties/launchSettings.json +23 -0
  39. package/examples/blazor-report/appsettings.Development.json +8 -0
  40. package/examples/blazor-report/appsettings.json +9 -0
  41. package/examples/blazor-report/bin/Debug/net10.0/appsettings.Development.json +8 -0
  42. package/examples/blazor-report/bin/Debug/net10.0/appsettings.json +9 -0
  43. package/examples/blazor-report/bin/Debug/net10.0/blazor-report.deps.json +23 -0
  44. package/examples/blazor-report/bin/Debug/net10.0/blazor-report.dll +0 -0
  45. package/examples/blazor-report/bin/Debug/net10.0/blazor-report.exe +0 -0
  46. package/examples/blazor-report/bin/Debug/net10.0/blazor-report.pdb +0 -0
  47. package/examples/blazor-report/bin/Debug/net10.0/blazor-report.runtimeconfig.json +20 -0
  48. package/examples/blazor-report/bin/Debug/net10.0/blazor-report.staticwebassets.endpoints.json +1 -0
  49. package/examples/blazor-report/bin/Debug/net10.0/blazor-report.staticwebassets.runtime.json +1 -0
  50. package/examples/blazor-report/blazor-report.csproj +12 -0
  51. package/examples/blazor-report/blazor-report.csproj.user +6 -0
  52. package/examples/blazor-report/obj/Debug/net10.0/.NETCoreApp,Version=v10.0.AssemblyAttributes.cs +4 -0
  53. package/examples/blazor-report/obj/Debug/net10.0/ApiEndpoints.json +1 -0
  54. package/examples/blazor-report/obj/Debug/net10.0/EmbeddedAttribute.cs +7 -0
  55. package/examples/blazor-report/obj/Debug/net10.0/ValidatableTypeAttribute.cs +9 -0
  56. package/examples/blazor-report/obj/Debug/net10.0/apphost.exe +0 -0
  57. package/examples/blazor-report/obj/Debug/net10.0/blazor-report.AssemblyInfo.cs +23 -0
  58. package/examples/blazor-report/obj/Debug/net10.0/blazor-report.AssemblyInfoInputs.cache +1 -0
  59. package/examples/blazor-report/obj/Debug/net10.0/blazor-report.GeneratedMSBuildEditorConfig.editorconfig +71 -0
  60. package/examples/blazor-report/obj/Debug/net10.0/blazor-report.GlobalUsings.g.cs +18 -0
  61. package/examples/blazor-report/obj/Debug/net10.0/blazor-report.MvcApplicationPartsAssemblyInfo.cache +0 -0
  62. package/examples/blazor-report/obj/Debug/net10.0/blazor-report.assets.cache +0 -0
  63. package/examples/blazor-report/obj/Debug/net10.0/blazor-report.csproj.BuildWithSkipAnalyzers +0 -0
  64. package/examples/blazor-report/obj/Debug/net10.0/blazor-report.csproj.CoreCompileInputs.cache +1 -0
  65. package/examples/blazor-report/obj/Debug/net10.0/blazor-report.csproj.FileListAbsolute.txt +87 -0
  66. package/examples/blazor-report/obj/Debug/net10.0/blazor-report.dll +0 -0
  67. package/examples/blazor-report/obj/Debug/net10.0/blazor-report.genruntimeconfig.cache +1 -0
  68. package/examples/blazor-report/obj/Debug/net10.0/blazor-report.pdb +0 -0
  69. package/examples/blazor-report/obj/Debug/net10.0/blazor-report.sourcelink.json +1 -0
  70. package/examples/blazor-report/obj/Debug/net10.0/compressed/01gcr5ok0d-{0}-tdbxkamptv-tdbxkamptv.gz +0 -0
  71. package/examples/blazor-report/obj/Debug/net10.0/compressed/0u122lzsqf-{0}-v0zj4ognzu-v0zj4ognzu.gz +0 -0
  72. package/examples/blazor-report/obj/Debug/net10.0/compressed/19vuobcugt-{0}-ausgxo2sd3-ausgxo2sd3.gz +0 -0
  73. package/examples/blazor-report/obj/Debug/net10.0/compressed/2w8s7d0tmu-{0}-c2oey78nd0-c2oey78nd0.gz +0 -0
  74. package/examples/blazor-report/obj/Debug/net10.0/compressed/3seby862hk-{0}-pj5nd1wqec-pj5nd1wqec.gz +0 -0
  75. package/examples/blazor-report/obj/Debug/net10.0/compressed/4z6vyi198a-{0}-c2jlpeoesf-c2jlpeoesf.gz +0 -0
  76. package/examples/blazor-report/obj/Debug/net10.0/compressed/56erzxf847-{0}-rzd6atqjts-rzd6atqjts.gz +0 -0
  77. package/examples/blazor-report/obj/Debug/net10.0/compressed/6pye2umi32-{0}-nvvlpmu67g-nvvlpmu67g.gz +0 -0
  78. package/examples/blazor-report/obj/Debug/net10.0/compressed/6rkf7abng5-{0}-xbbil6v7co-xbbil6v7co.gz +0 -0
  79. package/examples/blazor-report/obj/Debug/net10.0/compressed/7qckystb2n-{0}-jj8uyg4cgr-jj8uyg4cgr.gz +0 -0
  80. package/examples/blazor-report/obj/Debug/net10.0/compressed/7y9tnc1ana-{0}-hwaxidwiwj-hwaxidwiwj.gz +0 -0
  81. package/examples/blazor-report/obj/Debug/net10.0/compressed/7zwf5lrnue-{0}-notf2xhcfb-notf2xhcfb.gz +0 -0
  82. package/examples/blazor-report/obj/Debug/net10.0/compressed/83pb0ayzsm-{0}-k8d9w2qqmf-k8d9w2qqmf.gz +0 -0
  83. package/examples/blazor-report/obj/Debug/net10.0/compressed/88dhp3hbzx-{0}-37tfw0ft22-37tfw0ft22.gz +0 -0
  84. package/examples/blazor-report/obj/Debug/net10.0/compressed/a0n8vocv65-{0}-khv3u5hwcm-khv3u5hwcm.gz +0 -0
  85. package/examples/blazor-report/obj/Debug/net10.0/compressed/acjalqkfgt-{0}-7ma0977mvv-7ma0977mvv.gz +0 -0
  86. package/examples/blazor-report/obj/Debug/net10.0/compressed/bgsbrgy7vf-{0}-h1s4sie4z3-h1s4sie4z3.gz +0 -0
  87. package/examples/blazor-report/obj/Debug/net10.0/compressed/c6laszq5ww-{0}-46ein0sx1k-46ein0sx1k.gz +0 -0
  88. package/examples/blazor-report/obj/Debug/net10.0/compressed/dm27gmg8ll-{0}-fvhpjtyr6v-fvhpjtyr6v.gz +0 -0
  89. package/examples/blazor-report/obj/Debug/net10.0/compressed/es0hst4x17-{0}-ee0r1s7dh0-ee0r1s7dh0.gz +0 -0
  90. package/examples/blazor-report/obj/Debug/net10.0/compressed/f4eerlwe3k-{0}-63fj8s7r0e-63fj8s7r0e.gz +0 -0
  91. package/examples/blazor-report/obj/Debug/net10.0/compressed/f5b7s575cu-{0}-ub07r2b239-ub07r2b239.gz +0 -0
  92. package/examples/blazor-report/obj/Debug/net10.0/compressed/gi3zzjjv2d-{0}-iovd86k7lj-iovd86k7lj.gz +0 -0
  93. package/examples/blazor-report/obj/Debug/net10.0/compressed/h9k7hhwqjn-{0}-m2jb7tclhy-m2jb7tclhy.gz +0 -0
  94. package/examples/blazor-report/obj/Debug/net10.0/compressed/hd6b60w7a9-{0}-pk9g2wxc8p-pk9g2wxc8p.gz +0 -0
  95. package/examples/blazor-report/obj/Debug/net10.0/compressed/iepu09js1p-{0}-493y06b0oq-493y06b0oq.gz +0 -0
  96. package/examples/blazor-report/obj/Debug/net10.0/compressed/k77ggeojrw-{0}-bqjiyaj88i-bqjiyaj88i.gz +0 -0
  97. package/examples/blazor-report/obj/Debug/net10.0/compressed/kpxymjsba6-{0}-kbrnm935zg-kbrnm935zg.gz +0 -0
  98. package/examples/blazor-report/obj/Debug/net10.0/compressed/kq868t8x5q-{0}-fsbi9cje9m-fsbi9cje9m.gz +0 -0
  99. package/examples/blazor-report/obj/Debug/net10.0/compressed/lbvdfe28z6-{0}-b7pk76d08c-b7pk76d08c.gz +0 -0
  100. package/examples/blazor-report/obj/Debug/net10.0/compressed/ltulwrnpym-{0}-erw9l3u2r3-erw9l3u2r3.gz +0 -0
  101. package/examples/blazor-report/obj/Debug/net10.0/compressed/pcqcp3y12o-{0}-lcd1t2u6c8-lcd1t2u6c8.gz +0 -0
  102. package/examples/blazor-report/obj/Debug/net10.0/compressed/q6ii8s1dt0-{0}-abdmv1u4y3-abdmv1u4y3.gz +0 -0
  103. package/examples/blazor-report/obj/Debug/net10.0/compressed/r8rcl1ft48-{0}-ft3s53vfgj-ft3s53vfgj.gz +0 -0
  104. package/examples/blazor-report/obj/Debug/net10.0/compressed/relgedb7iz-{0}-6pdc2jztkx-6pdc2jztkx.gz +0 -0
  105. package/examples/blazor-report/obj/Debug/net10.0/compressed/s7ng5by487-{0}-hrwsygsryq-hrwsygsryq.gz +0 -0
  106. package/examples/blazor-report/obj/Debug/net10.0/compressed/sezds5me7x-{0}-d7shbmvgxk-d7shbmvgxk.gz +0 -0
  107. package/examples/blazor-report/obj/Debug/net10.0/compressed/soo3rna5ha-{0}-0j3bgjxly4-0j3bgjxly4.gz +0 -0
  108. package/examples/blazor-report/obj/Debug/net10.0/compressed/t11mfcypsb-{0}-s35ty4nyc5-s35ty4nyc5.gz +0 -0
  109. package/examples/blazor-report/obj/Debug/net10.0/compressed/t35fshhzld-{0}-06098lyss8-06098lyss8.gz +0 -0
  110. package/examples/blazor-report/obj/Debug/net10.0/compressed/tb3gndp62e-{0}-dxx9fxp4il-dxx9fxp4il.gz +0 -0
  111. package/examples/blazor-report/obj/Debug/net10.0/compressed/tmx7wa8ilq-{0}-vr1egmr9el-vr1egmr9el.gz +0 -0
  112. package/examples/blazor-report/obj/Debug/net10.0/compressed/v33f9mpzye-{0}-r4e9w2rdcm-r4e9w2rdcm.gz +0 -0
  113. package/examples/blazor-report/obj/Debug/net10.0/compressed/va8x872qf1-{0}-aexeepp0ev-aexeepp0ev.gz +0 -0
  114. package/examples/blazor-report/obj/Debug/net10.0/compressed/w5d5wye635-{0}-j5mq2jizvt-j5mq2jizvt.gz +0 -0
  115. package/examples/blazor-report/obj/Debug/net10.0/compressed/weriyjrep0-{0}-y7v9cxd14o-y7v9cxd14o.gz +0 -0
  116. package/examples/blazor-report/obj/Debug/net10.0/compressed/ycnqkrbal1-{0}-m2jb7tclhy-m2jb7tclhy.gz +0 -0
  117. package/examples/blazor-report/obj/Debug/net10.0/compressed/yl0vb4jg87-{0}-jd9uben2k1-jd9uben2k1.gz +0 -0
  118. package/examples/blazor-report/obj/Debug/net10.0/compressed/z5nx2tkgl4-{0}-khy4lop6wu-khy4lop6wu.gz +0 -0
  119. package/examples/blazor-report/obj/Debug/net10.0/compressed/zeckyeunui-{0}-6cfz1n2cew-6cfz1n2cew.gz +0 -0
  120. package/examples/blazor-report/obj/Debug/net10.0/compressed/zu2f3ffzwm-{0}-cosvhxvwiu-cosvhxvwiu.gz +0 -0
  121. package/examples/blazor-report/obj/Debug/net10.0/rbcswa.dswa.cache.json +1 -0
  122. package/examples/blazor-report/obj/Debug/net10.0/ref/blazor-report.dll +0 -0
  123. package/examples/blazor-report/obj/Debug/net10.0/refint/blazor-report.dll +0 -0
  124. package/examples/blazor-report/obj/Debug/net10.0/rjimswa.dswa.cache.json +1 -0
  125. package/examples/blazor-report/obj/Debug/net10.0/rjsmcshtml.dswa.cache.json +1 -0
  126. package/examples/blazor-report/obj/Debug/net10.0/rjsmrazor.dswa.cache.json +1 -0
  127. package/examples/blazor-report/obj/Debug/net10.0/rpswa.dswa.cache.json +1 -0
  128. package/examples/blazor-report/obj/Debug/net10.0/scopedcss/Components/Layout/MainLayout.razor.rz.scp.css +98 -0
  129. package/examples/blazor-report/obj/Debug/net10.0/scopedcss/Components/Layout/NavMenu.razor.rz.scp.css +105 -0
  130. package/examples/blazor-report/obj/Debug/net10.0/scopedcss/Components/Layout/ReconnectModal.razor.rz.scp.css +157 -0
  131. package/examples/blazor-report/obj/Debug/net10.0/scopedcss/bundle/blazor-report.styles.css +363 -0
  132. package/examples/blazor-report/obj/Debug/net10.0/scopedcss/projectbundle/blazor-report.bundle.scp.css +363 -0
  133. package/examples/blazor-report/obj/Debug/net10.0/staticwebassets.build.endpoints.json +1 -0
  134. package/examples/blazor-report/obj/Debug/net10.0/staticwebassets.build.json +1 -0
  135. package/examples/blazor-report/obj/Debug/net10.0/staticwebassets.build.json.cache +1 -0
  136. package/examples/blazor-report/obj/Debug/net10.0/staticwebassets.development.json +1 -0
  137. package/examples/blazor-report/obj/Debug/net10.0/staticwebassets.references.upToDateCheck.txt +0 -0
  138. package/examples/blazor-report/obj/Debug/net10.0/staticwebassets.removed.txt +0 -0
  139. package/examples/blazor-report/obj/Debug/net10.0/swae.build.ex.cache +0 -0
  140. package/examples/blazor-report/obj/blazor-report.csproj.nuget.dgspec.json +499 -0
  141. package/examples/blazor-report/obj/blazor-report.csproj.nuget.g.props +19 -0
  142. package/examples/blazor-report/obj/blazor-report.csproj.nuget.g.targets +6 -0
  143. package/examples/blazor-report/obj/project.assets.json +542 -0
  144. package/examples/blazor-report/obj/project.nuget.cache +10 -0
  145. package/examples/blazor-report/wwwroot/app.css +60 -0
  146. package/examples/blazor-report/wwwroot/factura_de_recolecci/303/263n_de_residuos.json +528 -0
  147. package/examples/blazor-report/wwwroot/favicon.png +0 -0
  148. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css +4085 -0
  149. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css.map +1 -0
  150. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css +6 -0
  151. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css.map +1 -0
  152. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.rtl.css +4084 -0
  153. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.rtl.css.map +1 -0
  154. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.rtl.min.css +6 -0
  155. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.rtl.min.css.map +1 -0
  156. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css +597 -0
  157. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css.map +1 -0
  158. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css +6 -0
  159. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css.map +1 -0
  160. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.rtl.css +594 -0
  161. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.rtl.css.map +1 -0
  162. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.rtl.min.css +6 -0
  163. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.rtl.min.css.map +1 -0
  164. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.css +5402 -0
  165. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.css.map +1 -0
  166. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.min.css +6 -0
  167. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.min.css.map +1 -0
  168. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.rtl.css +5393 -0
  169. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.rtl.css.map +1 -0
  170. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.rtl.min.css +6 -0
  171. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.rtl.min.css.map +1 -0
  172. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap.css +12057 -0
  173. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map +1 -0
  174. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css +6 -0
  175. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map +1 -0
  176. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap.rtl.css +12030 -0
  177. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap.rtl.css.map +1 -0
  178. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap.rtl.min.css +6 -0
  179. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap.rtl.min.css.map +1 -0
  180. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js +6314 -0
  181. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js.map +1 -0
  182. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js +7 -0
  183. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js.map +1 -0
  184. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/js/bootstrap.esm.js +4447 -0
  185. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/js/bootstrap.esm.js.map +1 -0
  186. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/js/bootstrap.esm.min.js +7 -0
  187. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/js/bootstrap.esm.min.js.map +1 -0
  188. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/js/bootstrap.js +4494 -0
  189. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/js/bootstrap.js.map +1 -0
  190. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js +7 -0
  191. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js.map +1 -0
  192. package/examples/integration/AspNetCoreRazorPages.cshtml +52 -0
  193. package/examples/integration/BlazorRazor.razor +84 -0
  194. package/examples/integration/BlazorServer.razor +91 -0
  195. package/examples/integration/index.html +100 -0
  196. package/examples/integration/integration-jquery.html +142 -0
  197. package/examples/viewer.html +58 -0
  198. package/package.json +4 -4
  199. package/dist/browser-lud4wlfC.js +0 -1473
@@ -0,0 +1 @@
1
+ {"GlobalPropertiesHash":"2ilJ2M8+ZdH0swl4cXFj9Ji8kay0R08ISE/fEc+OL0o=","FingerprintPatternsHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["/lsUS0VJ\u002BUYOpv/vcLJshFqNNTgnDtmPAngZjdUX8L8=","/E6F2UqOVbEDOwHJU0RWca\u002B8fYXAspbzevnfbTyOrEI=","h1mGn6g\u002BkGsdHC\u002BIkaZq/SormTt1Mn/DbiD4aH0szYE=","aPuYwew\u002B0ilcrVN2x/XlXlO9xIUZ4RkzJF2NLPmnqYw=","n81xy56EOx3l\u002BIM4ZLyx\u002BV/GUJm0\u002B1hd5ZuhJjsqFWE=","LxWvkCRndPya5UkHf4w3P0YUkRJhw1XpC9w5SDPQMmw=","QCa\u002B/OYTWKSnK6eio1r4xqHMP8E6xodBWG/HN4r3dSA=","5TK2ZQ8Y\u002B5tFaFYG4lGvTsfPjytxFqsooN3trv4Bjkg=","oKbTA0\u002BVGPnIqLdcpj31vcXAnSTKNSxSxsrum2/euq4=","O0nMvqNeZXd5nYVNFrFv14oeruedfhH9BQ7N29YyGjk=","lDH0PuUrIbu7xTM20PYNzty/0RK\u002B\u002B4cY8oO41IXD3j0=","37XiQ94chAvbY/cJqoHaEhG6tA2z4p9s8hNVXn5cjTk=","Bbmb9WBnheCvn0JjZZyM\u002BpXZYKU/xq9CB\u002BdMp8CHAhM=","SmJ9PFYKouXC/PQPc9Mr5WYwCeYJyrTo5gJ8QnG2\u002B/g=","no78kdjpyK9l4lPCCQGy6cY7vb9qAWGkik5Dk2ZuNYI=","4r\u002BJJPhx95JRohrq1qN5/AIJ18OU9fFNN6xDTo/MkA0=","s8mOUz3Xv7dH\u002BDq1np1N3vm30mSDxM\u002B5a71sU5vN9sE=","3uFuhdTq667gtMhd8qbmMMNSiE0rMYmH1mPUWJfTsxc=","95e9yHmB8EWLUD0Dwd4Z9Q35yke5ySqd4FmXevk6LFQ=","a\u002BjHUtlTjJX/UbfUjORQTFxevzF8QSyUiSkr/o59WnU=","04bCa6qT3Ja6mkQG10tVedezz2O9Zd0J86ICDdf1Rzs=","2Ftj7V2YSA58UMiSeO8enqMfy7jTAew2cVm1CYrvJGw=","9VXGlM4m1XAwPOTYJCdU9kRFKAmEmpHud/epJq9AaTM=","I4MloUeW\u002B3BcKnfcgHYkoYfSeGw22liok2gSi7\u002BvdSo=","z/30iuObbGx\u002BCWc5njEf9ugYACjANJpsoqdZisz7s1o=","QYg3mtsiKhrhOpbkwPpgtHPpt/2b9VbenUJNZ1QfKaM=","\u002BHiF9nyEb5BllXzCDbjWtLRqMYvOugAuoL80OGFVhDc=","IGaMWnqQf16FaV0KEdX9fP8kqJG8IH/uxKokvyMniTA=","IEGppUqogp31ooGlevbmMXHaIZ3bhK44\u002B/hth7\u002BZUk4=","uwq8tNa/1ps\u002BvGkpdQLFt1SqV1MNBw985B1GxSlBG00=","hZR46mNvFy3F1bxgsuD9/2skINeZneXO/sMap8Vmvk4=","PxOt8qPZC/YJu/3C0HGnXYxGykkq0rcaEOHbkr3cquc=","g7DsF3l0oGkJoZmE9yRqKEUNVESl4sNdx7O7W6YIHj4=","QT3DCYqxbLwwbAjzD3WTEI5w9TrFKZexZnh0s44ZHTY=","EJiKcQgq7OM4jjDkIhm6ezDwamZIsP2yyxCw6cuDnUU=","IdJLKirOrD3mXq8MYEYdMzjElmmLHImM6FKBEmKwxO4=","IqgAsQoc0IuFCdiqnLv9bOTnHI\u002BxIbD2p1k96OZWTEg=","pMl58nxF07JpslQCpSp06OXWgQ6MRim478jlg/gVVyY=","571aiX5cb8gECltOLBTohvXsyNUQXs0fJYALOi1BQFc=","Rp8etNUmtyubibu0M/W4Wdg8\u002BhiieI0Xl0oQh6u0EsA=","2PdoaVXPbi0fMxvXyL6qOR2qJDkyW8e1aHbgfGRz8eg=","YaCTASQBZVarDC92femgB6rNMzoGpBt9e/arTNQnjhc=","Eze5htsZfqh09VG7Xl\u002BaFxjp9crmKXWNYVklOIBYIIU=","QbDnzOIRnCBeGQJKiSZAIvah3w/MtW820kq6nr2m5BM=","fbQJAHZpTPWA1IqJwPG2Q95elp1Jj8An8\u002BwqT9aKTUw=","0laRTUvb/jK3NUK5hoZBqUkOk7pLXPTzfDItPhuLG8A=","TAE1iivnMaq60eGjzVZcWLL69zRoLQpkODpl0PwEDp8=","DO/7PiU5KqRXTYrtG29WGHX9ExrshBgJXnxbFSUX7YQ=","53vftvOPDSGdRGA\u002B9YSkJ5cJnGDhj4h8zfNvHDvOJ3w=","F5S\u002BKIb2yw6fMV/FQ68cRFLBweIdRCofNdAk16ph7f8=","KCbJJWh7nd8zdRCYsRfb4zRrcGEqTBG0nOJ2jZzIE1M="],"CachedAssets":{"/lsUS0VJ\u002BUYOpv/vcLJshFqNNTgnDtmPAngZjdUX8L8=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\z5nx2tkgl4-{0}-khy4lop6wu-khy4lop6wu.gz","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\","BasePath":"/","RelativePath":"app#[.{fingerprint=khy4lop6wu}]?.css.gz","AssetKind":"All","AssetMode":"All","AssetRole":"Alternative","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\app.css","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"596e5mu3rg","Integrity":"KfTtGgOr4gFqWP6bDC3erwKnY0fchsCFGM8SFQeyGO0=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\app.css","FileLength":1571,"LastWriteTime":"2026-05-10T04:58:09.2758124+00:00"},"/E6F2UqOVbEDOwHJU0RWca\u002B8fYXAspbzevnfbTyOrEI=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\acjalqkfgt-{0}-7ma0977mvv-7ma0977mvv.gz","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\","BasePath":"/","RelativePath":"factura_de_recolecci\u00F3n_de_residuos#[.{fingerprint=7ma0977mvv}]?.json.gz","AssetKind":"All","AssetMode":"All","AssetRole":"Alternative","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\factura_de_recolecci\u00F3n_de_residuos.json","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"x18zh3pxxf","Integrity":"e3/H8iKRrkrRMsay\u002BKjCpLmKmRfhQTlWeV4XTFriu0E=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\factura_de_recolecci\u00F3n_de_residuos.json","FileLength":2167,"LastWriteTime":"2026-05-10T04:58:09.2825969+00:00"},"h1mGn6g\u002BkGsdHC\u002BIkaZq/SormTt1Mn/DbiD4aH0szYE=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\k77ggeojrw-{0}-bqjiyaj88i-bqjiyaj88i.gz","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/css/bootstrap-grid#[.{fingerprint=bqjiyaj88i}]?.css.gz","AssetKind":"All","AssetMode":"All","AssetRole":"Alternative","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.css","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"yf1pcrzlgs","Integrity":"jhvPrvWZn8BbeR49W\u002Br\u002BMLNcnTeFyaSXxry9n1ctwy4=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.css","FileLength":6745,"LastWriteTime":"2026-05-10T04:58:09.2894613+00:00"},"aPuYwew\u002B0ilcrVN2x/XlXlO9xIUZ4RkzJF2NLPmnqYw=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\4z6vyi198a-{0}-c2jlpeoesf-c2jlpeoesf.gz","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/css/bootstrap-grid.css#[.{fingerprint=c2jlpeoesf}]?.map.gz","AssetKind":"All","AssetMode":"All","AssetRole":"Alternative","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.css.map","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"goh6yfn9uv","Integrity":"ALPf6qsZMu\u002BUi8l8jPJJF3MhTcq6uwrQhRWeWJL4ixU=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.css.map","FileLength":32794,"LastWriteTime":"2026-05-10T04:58:09.276949+00:00"},"n81xy56EOx3l\u002BIM4ZLyx\u002BV/GUJm0\u002B1hd5ZuhJjsqFWE=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\ltulwrnpym-{0}-erw9l3u2r3-erw9l3u2r3.gz","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/css/bootstrap-grid.min#[.{fingerprint=erw9l3u2r3}]?.css.gz","AssetKind":"All","AssetMode":"All","AssetRole":"Alternative","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.min.css","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"ff2i3b225l","Integrity":"y2vSlIdcL\u002BImKFhcBMT5ujdAP1cyOZlHZK434Aiu0KA=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.min.css","FileLength":5969,"LastWriteTime":"2026-05-10T04:58:09.2836075+00:00"},"LxWvkCRndPya5UkHf4w3P0YUkRJhw1XpC9w5SDPQMmw=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\va8x872qf1-{0}-aexeepp0ev-aexeepp0ev.gz","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/css/bootstrap-grid.min.css#[.{fingerprint=aexeepp0ev}]?.map.gz","AssetKind":"All","AssetMode":"All","AssetRole":"Alternative","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.min.css.map","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"vsujj85h0t","Integrity":"UTpk2w6Qfw\u002BRUZtUsUuWDVrQXTEdgzIWiLHb7gDcZZc=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.min.css.map","FileLength":13822,"LastWriteTime":"2026-05-10T04:58:09.2927867+00:00"},"QCa\u002B/OYTWKSnK6eio1r4xqHMP8E6xodBWG/HN4r3dSA=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\sezds5me7x-{0}-d7shbmvgxk-d7shbmvgxk.gz","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/css/bootstrap-grid.rtl#[.{fingerprint=d7shbmvgxk}]?.css.gz","AssetKind":"All","AssetMode":"All","AssetRole":"Alternative","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.rtl.css","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"td9xh3ux7u","Integrity":"P5V7Xl3ceCLw6wDeOyAezE6gOa9re3B7gTUN/H/cDsY=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.rtl.css","FileLength":6749,"LastWriteTime":"2026-05-10T04:58:09.2758124+00:00"},"5TK2ZQ8Y\u002B5tFaFYG4lGvTsfPjytxFqsooN3trv4Bjkg=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\19vuobcugt-{0}-ausgxo2sd3-ausgxo2sd3.gz","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/css/bootstrap-grid.rtl.css#[.{fingerprint=ausgxo2sd3}]?.map.gz","AssetKind":"All","AssetMode":"All","AssetRole":"Alternative","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.rtl.css.map","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"vo1c50q1ou","Integrity":"cWfRgogdfOCr54Ae/lxY515FP4TJyUwc4Ae6uejBPI0=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.rtl.css.map","FileLength":32793,"LastWriteTime":"2026-05-10T04:58:09.2861491+00:00"},"oKbTA0\u002BVGPnIqLdcpj31vcXAnSTKNSxSxsrum2/euq4=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\83pb0ayzsm-{0}-k8d9w2qqmf-k8d9w2qqmf.gz","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/css/bootstrap-grid.rtl.min#[.{fingerprint=k8d9w2qqmf}]?.css.gz","AssetKind":"All","AssetMode":"All","AssetRole":"Alternative","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.rtl.min.css","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"2yj3hsx47l","Integrity":"ujhFfu7SIw4cL8FWI0ezmD29C7bGSesJvlEcySm5beY=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.rtl.min.css","FileLength":5971,"LastWriteTime":"2026-05-10T04:58:09.2927867+00:00"},"O0nMvqNeZXd5nYVNFrFv14oeruedfhH9BQ7N29YyGjk=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\zu2f3ffzwm-{0}-cosvhxvwiu-cosvhxvwiu.gz","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/css/bootstrap-grid.rtl.min.css#[.{fingerprint=cosvhxvwiu}]?.map.gz","AssetKind":"All","AssetMode":"All","AssetRole":"Alternative","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.rtl.min.css.map","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"b3w75f5vch","Integrity":"yZDV5sXfkOihH9inqXh6D0ZmlFp3/eRZrXuPmmaGXhA=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.rtl.min.css.map","FileLength":13829,"LastWriteTime":"2026-05-10T04:58:09.276949+00:00"},"lDH0PuUrIbu7xTM20PYNzty/0RK\u002B\u002B4cY8oO41IXD3j0=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\f5b7s575cu-{0}-ub07r2b239-ub07r2b239.gz","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/css/bootstrap-reboot#[.{fingerprint=ub07r2b239}]?.css.gz","AssetKind":"All","AssetMode":"All","AssetRole":"Alternative","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.css","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"4tzbrq9c6f","Integrity":"\u002BEIaQ03ZHgfVopnrJFjz7ZgQSAO9GeMOK\u002BbzccTIQyE=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.css","FileLength":3380,"LastWriteTime":"2026-05-10T04:58:09.2836075+00:00"},"37XiQ94chAvbY/cJqoHaEhG6tA2z4p9s8hNVXn5cjTk=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\dm27gmg8ll-{0}-fvhpjtyr6v-fvhpjtyr6v.gz","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/css/bootstrap-reboot.css#[.{fingerprint=fvhpjtyr6v}]?.map.gz","AssetKind":"All","AssetMode":"All","AssetRole":"Alternative","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.css.map","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"a7s6g2nqt8","Integrity":"uuPRBE\u002BKJ7rhQC/ul/m33YS7RxoQPGY3ZcuTz6\u002BooTc=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.css.map","FileLength":25822,"LastWriteTime":"2026-05-10T04:58:09.2927867+00:00"},"Bbmb9WBnheCvn0JjZZyM\u002BpXZYKU/xq9CB\u002BdMp8CHAhM=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\lbvdfe28z6-{0}-b7pk76d08c-b7pk76d08c.gz","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/css/bootstrap-reboot.min#[.{fingerprint=b7pk76d08c}]?.css.gz","AssetKind":"All","AssetMode":"All","AssetRole":"Alternative","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.min.css","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"r79n6nskqp","Integrity":"Z9B/f6Ax/2JeBbNo3F1oaFvmOzRvs3yS0nnykt272Wc=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.min.css","FileLength":3213,"LastWriteTime":"2026-05-10T04:58:09.2752966+00:00"},"SmJ9PFYKouXC/PQPc9Mr5WYwCeYJyrTo5gJ8QnG2\u002B/g=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\kq868t8x5q-{0}-fsbi9cje9m-fsbi9cje9m.gz","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/css/bootstrap-reboot.min.css#[.{fingerprint=fsbi9cje9m}]?.map.gz","AssetKind":"All","AssetMode":"All","AssetRole":"Alternative","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.min.css.map","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"1zet6b707b","Integrity":"88yfwCB1JJrw5DzTwttuDUNRg1MC/QUUovOQTnyxGHA=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.min.css.map","FileLength":12586,"LastWriteTime":"2026-05-10T04:58:09.2825969+00:00"},"no78kdjpyK9l4lPCCQGy6cY7vb9qAWGkik5Dk2ZuNYI=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\56erzxf847-{0}-rzd6atqjts-rzd6atqjts.gz","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/css/bootstrap-reboot.rtl#[.{fingerprint=rzd6atqjts}]?.css.gz","AssetKind":"All","AssetMode":"All","AssetRole":"Alternative","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.rtl.css","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"ukcr8jbv0r","Integrity":"bhwmNaLC/7dOUfZxpXsnreiNsp2lbllRXrZLXndYFgA=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.rtl.css","FileLength":3367,"LastWriteTime":"2026-05-10T04:58:09.2894613+00:00"},"4r\u002BJJPhx95JRohrq1qN5/AIJ18OU9fFNN6xDTo/MkA0=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\es0hst4x17-{0}-ee0r1s7dh0-ee0r1s7dh0.gz","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/css/bootstrap-reboot.rtl.css#[.{fingerprint=ee0r1s7dh0}]?.map.gz","AssetKind":"All","AssetMode":"All","AssetRole":"Alternative","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.rtl.css.map","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"uoletomx83","Integrity":"sl2J4PyaPSvjqR/Hna2zAWkp1RoiFiSsNBf28UxmegA=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.rtl.css.map","FileLength":25833,"LastWriteTime":"2026-05-10T04:58:09.2789606+00:00"},"s8mOUz3Xv7dH\u002BDq1np1N3vm30mSDxM\u002B5a71sU5vN9sE=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\tb3gndp62e-{0}-dxx9fxp4il-dxx9fxp4il.gz","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/css/bootstrap-reboot.rtl.min#[.{fingerprint=dxx9fxp4il}]?.css.gz","AssetKind":"All","AssetMode":"All","AssetRole":"Alternative","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.rtl.min.css","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"cv8bd5rjwi","Integrity":"qNJnRAEMymFdtmi8gvc2VbVtDDk/UjeSnp\u002BVQ10\u002Bcl0=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.rtl.min.css","FileLength":3246,"LastWriteTime":"2026-05-10T04:58:09.2851263+00:00"},"3uFuhdTq667gtMhd8qbmMMNSiE0rMYmH1mPUWJfTsxc=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\yl0vb4jg87-{0}-jd9uben2k1-jd9uben2k1.gz","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/css/bootstrap-reboot.rtl.min.css#[.{fingerprint=jd9uben2k1}]?.map.gz","AssetKind":"All","AssetMode":"All","AssetRole":"Alternative","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.rtl.min.css.map","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"nzry3760zn","Integrity":"M4FJKHpyw4IJV5nzbfV0Vwvv60A8wkjnquz6IK029pA=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.rtl.min.css.map","FileLength":15095,"LastWriteTime":"2026-05-10T04:58:09.2927867+00:00"},"95e9yHmB8EWLUD0Dwd4Z9Q35yke5ySqd4FmXevk6LFQ=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\a0n8vocv65-{0}-khv3u5hwcm-khv3u5hwcm.gz","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/css/bootstrap-utilities#[.{fingerprint=khv3u5hwcm}]?.css.gz","AssetKind":"All","AssetMode":"All","AssetRole":"Alternative","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.css","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"bub42mguo1","Integrity":"8\u002B5oxr92QYcYeV3zAk8RS4XmZo6Y5i3ZmbiJXj9KVQo=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.css","FileLength":11991,"LastWriteTime":"2026-05-10T04:58:09.2794682+00:00"},"a\u002BjHUtlTjJX/UbfUjORQTFxevzF8QSyUiSkr/o59WnU=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\v33f9mpzye-{0}-r4e9w2rdcm-r4e9w2rdcm.gz","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/css/bootstrap-utilities.css#[.{fingerprint=r4e9w2rdcm}]?.map.gz","AssetKind":"All","AssetMode":"All","AssetRole":"Alternative","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.css.map","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"xl5q2t2qh8","Integrity":"G\u002BvjiEeP6kST5cIl0dMgkpqYVHtGzW2FoEEhPm8uXFQ=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.css.map","FileLength":44124,"LastWriteTime":"2026-05-10T04:58:09.2889011+00:00"},"04bCa6qT3Ja6mkQG10tVedezz2O9Zd0J86ICDdf1Rzs=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\pcqcp3y12o-{0}-lcd1t2u6c8-lcd1t2u6c8.gz","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/css/bootstrap-utilities.min#[.{fingerprint=lcd1t2u6c8}]?.css.gz","AssetKind":"All","AssetMode":"All","AssetRole":"Alternative","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.min.css","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"iqwesyid6h","Integrity":"xp5LPZ0vlqmxQrG\u002BKjPm7ijhhJ\u002BgD7VeH35lOUwBTWM=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.min.css","FileLength":11063,"LastWriteTime":"2026-05-10T04:58:09.2964038+00:00"},"2Ftj7V2YSA58UMiSeO8enqMfy7jTAew2cVm1CYrvJGw=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\2w8s7d0tmu-{0}-c2oey78nd0-c2oey78nd0.gz","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/css/bootstrap-utilities.min.css#[.{fingerprint=c2oey78nd0}]?.map.gz","AssetKind":"All","AssetMode":"All","AssetRole":"Alternative","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.min.css.map","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"x3ccebqzaz","Integrity":"TQK1gkY5TwZe0PcEU9oPCPHWKcNR7OXqgO0AeBYCb3U=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.min.css.map","FileLength":24352,"LastWriteTime":"2026-05-10T04:58:09.2794682+00:00"},"9VXGlM4m1XAwPOTYJCdU9kRFKAmEmpHud/epJq9AaTM=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\01gcr5ok0d-{0}-tdbxkamptv-tdbxkamptv.gz","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/css/bootstrap-utilities.rtl#[.{fingerprint=tdbxkamptv}]?.css.gz","AssetKind":"All","AssetMode":"All","AssetRole":"Alternative","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.rtl.css","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"c9nucnnawf","Integrity":"QAnDcxiLhrclwEVeKtd/GREdZNbXO2rZP5agorcS5EM=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.rtl.css","FileLength":11933,"LastWriteTime":"2026-05-10T04:58:09.286667+00:00"},"I4MloUeW\u002B3BcKnfcgHYkoYfSeGw22liok2gSi7\u002BvdSo=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\w5d5wye635-{0}-j5mq2jizvt-j5mq2jizvt.gz","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/css/bootstrap-utilities.rtl.css#[.{fingerprint=j5mq2jizvt}]?.map.gz","AssetKind":"All","AssetMode":"All","AssetRole":"Alternative","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.rtl.css.map","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"7tueh08f2r","Integrity":"e4SKSeUBYAMQYk9aT6NqaEr3vUfkTqZB8L0KIC7EPak=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.rtl.css.map","FileLength":44097,"LastWriteTime":"2026-05-10T04:58:09.2979318+00:00"},"z/30iuObbGx\u002BCWc5njEf9ugYACjANJpsoqdZisz7s1o=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\t35fshhzld-{0}-06098lyss8-06098lyss8.gz","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/css/bootstrap-utilities.rtl.min#[.{fingerprint=06098lyss8}]?.css.gz","AssetKind":"All","AssetMode":"All","AssetRole":"Alternative","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.rtl.min.css","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"1dromj56xs","Integrity":"hXLxKxNQS6hkMWOc1Po5uxTK8ovzNg0xvRC9wMKOZiM=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.rtl.min.css","FileLength":11046,"LastWriteTime":"2026-05-10T04:58:09.276949+00:00"},"QYg3mtsiKhrhOpbkwPpgtHPpt/2b9VbenUJNZ1QfKaM=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\6pye2umi32-{0}-nvvlpmu67g-nvvlpmu67g.gz","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/css/bootstrap-utilities.rtl.min.css#[.{fingerprint=nvvlpmu67g}]?.map.gz","AssetKind":"All","AssetMode":"All","AssetRole":"Alternative","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.rtl.min.css.map","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"sh96df5cjm","Integrity":"cHE9/Oryzx3rvDz6rg6kwVAGdOFlXOCmBgU/SG5fJjA=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.rtl.min.css.map","FileLength":24308,"LastWriteTime":"2026-05-10T04:58:09.2851263+00:00"},"\u002BHiF9nyEb5BllXzCDbjWtLRqMYvOugAuoL80OGFVhDc=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\t11mfcypsb-{0}-s35ty4nyc5-s35ty4nyc5.gz","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/css/bootstrap#[.{fingerprint=s35ty4nyc5}]?.css.gz","AssetKind":"All","AssetMode":"All","AssetRole":"Alternative","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.css","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"q82kg63fyj","Integrity":"pt\u002BWNxTLLUqq6vRWwSTT2gtyBZCFg8ZA7nmeS\u002B5\u002BZ/s=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.css","FileLength":33258,"LastWriteTime":"2026-05-10T04:58:09.2964038+00:00"},"IGaMWnqQf16FaV0KEdX9fP8kqJG8IH/uxKokvyMniTA=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\3seby862hk-{0}-pj5nd1wqec-pj5nd1wqec.gz","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/css/bootstrap.css#[.{fingerprint=pj5nd1wqec}]?.map.gz","AssetKind":"All","AssetMode":"All","AssetRole":"Alternative","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.css.map","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"styftcjj6c","Integrity":"8MRqubXMeZHymG3Y\u002BUqns/oONNVcvUoxMPBYRNZmiNs=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.css.map","FileLength":115016,"LastWriteTime":"2026-05-10T04:58:09.2894613+00:00"},"IEGppUqogp31ooGlevbmMXHaIZ3bhK44\u002B/hth7\u002BZUk4=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\c6laszq5ww-{0}-46ein0sx1k-46ein0sx1k.gz","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/css/bootstrap.min#[.{fingerprint=46ein0sx1k}]?.css.gz","AssetKind":"All","AssetMode":"All","AssetRole":"Alternative","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.min.css","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"qdu3l469pp","Integrity":"ct6gh3bWPabPIUEmUcCXl7mxgr/V6roHfypeQaXerHU=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.min.css","FileLength":30970,"LastWriteTime":"2026-05-10T04:58:09.2979318+00:00"},"uwq8tNa/1ps\u002BvGkpdQLFt1SqV1MNBw985B1GxSlBG00=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\0u122lzsqf-{0}-v0zj4ognzu-v0zj4ognzu.gz","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/css/bootstrap.min.css#[.{fingerprint=v0zj4ognzu}]?.map.gz","AssetKind":"All","AssetMode":"All","AssetRole":"Alternative","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.min.css.map","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"ofsc0aqs07","Integrity":"9CI2KGakklFWR2ih9heBHyKNfnUGsALtlWASIJRc25A=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.min.css.map","FileLength":91823,"LastWriteTime":"2026-05-10T04:58:09.3046101+00:00"},"hZR46mNvFy3F1bxgsuD9/2skINeZneXO/sMap8Vmvk4=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\88dhp3hbzx-{0}-37tfw0ft22-37tfw0ft22.gz","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/css/bootstrap.rtl#[.{fingerprint=37tfw0ft22}]?.css.gz","AssetKind":"All","AssetMode":"All","AssetRole":"Alternative","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.rtl.css","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"mefuw9cu11","Integrity":"fs1OjihDYC1UL3EjGsC/xVxgtu8ombjnF8kOmQxQ\u002BMo=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.rtl.css","FileLength":33108,"LastWriteTime":"2026-05-10T04:58:09.2794682+00:00"},"PxOt8qPZC/YJu/3C0HGnXYxGykkq0rcaEOHbkr3cquc=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\s7ng5by487-{0}-hrwsygsryq-hrwsygsryq.gz","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/css/bootstrap.rtl.css#[.{fingerprint=hrwsygsryq}]?.map.gz","AssetKind":"All","AssetMode":"All","AssetRole":"Alternative","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.rtl.css.map","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"n9eqbjfi82","Integrity":"u1Hpz3sxsOpr\u002BltBsyKbue1Mz8VL9c8goySlIAwPCh8=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.rtl.css.map","FileLength":114959,"LastWriteTime":"2026-05-10T04:58:09.2984546+00:00"},"g7DsF3l0oGkJoZmE9yRqKEUNVESl4sNdx7O7W6YIHj4=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\hd6b60w7a9-{0}-pk9g2wxc8p-pk9g2wxc8p.gz","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/css/bootstrap.rtl.min#[.{fingerprint=pk9g2wxc8p}]?.css.gz","AssetKind":"All","AssetMode":"All","AssetRole":"Alternative","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.rtl.min.css","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"zqhq0cwegi","Integrity":"WwwE\u002B3A7x1trge8XZeN9oKwkvd6mA0Oad5mAbTfmMtQ=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.rtl.min.css","FileLength":30992,"LastWriteTime":"2026-05-10T04:58:09.3009769+00:00"},"QT3DCYqxbLwwbAjzD3WTEI5w9TrFKZexZnh0s44ZHTY=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\r8rcl1ft48-{0}-ft3s53vfgj-ft3s53vfgj.gz","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/css/bootstrap.rtl.min.css#[.{fingerprint=ft3s53vfgj}]?.map.gz","AssetKind":"All","AssetMode":"All","AssetRole":"Alternative","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.rtl.min.css.map","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"57zd6ih4o4","Integrity":"j64rFxRLhZHmUPsE/gjIPruUNUfXs1ivjm1eS9HMeoo=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.rtl.min.css.map","FileLength":91715,"LastWriteTime":"2026-05-10T04:58:09.286667+00:00"},"EJiKcQgq7OM4jjDkIhm6ezDwamZIsP2yyxCw6cuDnUU=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\zeckyeunui-{0}-6cfz1n2cew-6cfz1n2cew.gz","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/js/bootstrap.bundle#[.{fingerprint=6cfz1n2cew}]?.js.gz","AssetKind":"All","AssetMode":"All","AssetRole":"Alternative","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.bundle.js","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"xq6bctm6a0","Integrity":"FwlVZHaqt/fCokCRPrJXpP3g8Xz8yowIwHYza63e5sA=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.bundle.js","FileLength":44353,"LastWriteTime":"2026-05-10T04:58:09.2979318+00:00"},"IdJLKirOrD3mXq8MYEYdMzjElmmLHImM6FKBEmKwxO4=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\relgedb7iz-{0}-6pdc2jztkx-6pdc2jztkx.gz","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/js/bootstrap.bundle.js#[.{fingerprint=6pdc2jztkx}]?.map.gz","AssetKind":"All","AssetMode":"All","AssetRole":"Alternative","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.bundle.js.map","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"teo9u7j6tg","Integrity":"1e0S5mPPo/9Qad4mnR2UVH1bu8Tevi6r\u002BJvHAAykgfg=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.bundle.js.map","FileLength":92072,"LastWriteTime":"2026-05-10T04:58:09.3072575+00:00"},"IqgAsQoc0IuFCdiqnLv9bOTnHI\u002BxIbD2p1k96OZWTEg=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\iepu09js1p-{0}-493y06b0oq-493y06b0oq.gz","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/js/bootstrap.bundle.min#[.{fingerprint=493y06b0oq}]?.js.gz","AssetKind":"All","AssetMode":"All","AssetRole":"Alternative","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.bundle.min.js","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"9t6fi9687k","Integrity":"PUb7rj1jLHgIo7Hwm3lvukBcGKDry7n7W2fa1xrz\u002BzY=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.bundle.min.js","FileLength":23984,"LastWriteTime":"2026-05-10T04:58:09.2794682+00:00"},"pMl58nxF07JpslQCpSp06OXWgQ6MRim478jlg/gVVyY=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\gi3zzjjv2d-{0}-iovd86k7lj-iovd86k7lj.gz","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/js/bootstrap.bundle.min.js#[.{fingerprint=iovd86k7lj}]?.map.gz","AssetKind":"All","AssetMode":"All","AssetRole":"Alternative","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.bundle.min.js.map","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"ffl9ue03p7","Integrity":"u2o8ZZaXgiYQGBSiviq197ts6elMTLIFCM5h/r\u002BYzpI=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.bundle.min.js.map","FileLength":86961,"LastWriteTime":"2026-05-10T04:58:09.2927867+00:00"},"571aiX5cb8gECltOLBTohvXsyNUQXs0fJYALOi1BQFc=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\tmx7wa8ilq-{0}-vr1egmr9el-vr1egmr9el.gz","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/js/bootstrap.esm#[.{fingerprint=vr1egmr9el}]?.js.gz","AssetKind":"All","AssetMode":"All","AssetRole":"Alternative","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.esm.js","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"ewj29n48yh","Integrity":"wol\u002BHTj/xiv1aZ5rAh91hRF83nnYHIOeqPJDujYZBV4=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.esm.js","FileLength":28851,"LastWriteTime":"2026-05-10T04:58:09.2984546+00:00"},"Rp8etNUmtyubibu0M/W4Wdg8\u002BhiieI0Xl0oQh6u0EsA=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\kpxymjsba6-{0}-kbrnm935zg-kbrnm935zg.gz","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/js/bootstrap.esm.js#[.{fingerprint=kbrnm935zg}]?.map.gz","AssetKind":"All","AssetMode":"All","AssetRole":"Alternative","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.esm.js.map","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"09larch0sh","Integrity":"FEVLoM8EBjBfNDxtN98NEdEJHpCjMxcAkjqPlv3oXEc=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.esm.js.map","FileLength":64134,"LastWriteTime":"2026-05-10T04:58:09.2851263+00:00"},"2PdoaVXPbi0fMxvXyL6qOR2qJDkyW8e1aHbgfGRz8eg=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\7qckystb2n-{0}-jj8uyg4cgr-jj8uyg4cgr.gz","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/js/bootstrap.esm.min#[.{fingerprint=jj8uyg4cgr}]?.js.gz","AssetKind":"All","AssetMode":"All","AssetRole":"Alternative","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.esm.min.js","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"erkthljg5u","Integrity":"WmNnoBgejwchZUYVA3o03QOAGOuMRS778DeXvhP6suo=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.esm.min.js","FileLength":18635,"LastWriteTime":"2026-05-10T04:58:09.2927867+00:00"},"YaCTASQBZVarDC92femgB6rNMzoGpBt9e/arTNQnjhc=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\weriyjrep0-{0}-y7v9cxd14o-y7v9cxd14o.gz","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/js/bootstrap.esm.min.js#[.{fingerprint=y7v9cxd14o}]?.map.gz","AssetKind":"All","AssetMode":"All","AssetRole":"Alternative","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.esm.min.js.map","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"fgg5tvzes2","Integrity":"j6u/zn\u002BGRIVR7DjCioj3tkq2zAKNpSIfRdlNSkhuWuM=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.esm.min.js.map","FileLength":56670,"LastWriteTime":"2026-05-10T04:58:09.3009769+00:00"},"Eze5htsZfqh09VG7Xl\u002BaFxjp9crmKXWNYVklOIBYIIU=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\7zwf5lrnue-{0}-notf2xhcfb-notf2xhcfb.gz","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/js/bootstrap#[.{fingerprint=notf2xhcfb}]?.js.gz","AssetKind":"All","AssetMode":"All","AssetRole":"Alternative","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.js","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"t5fact64or","Integrity":"vxTpQ/skdGaK1fWKJ6bpuKiCsKR5FwPOZXzuVrUcz58=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.js","FileLength":29568,"LastWriteTime":"2026-05-10T04:58:09.281505+00:00"},"QbDnzOIRnCBeGQJKiSZAIvah3w/MtW820kq6nr2m5BM=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\bgsbrgy7vf-{0}-h1s4sie4z3-h1s4sie4z3.gz","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/js/bootstrap.js#[.{fingerprint=h1s4sie4z3}]?.map.gz","AssetKind":"All","AssetMode":"All","AssetRole":"Alternative","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.js.map","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"0qg1e9lysy","Integrity":"6GxMyK5YAexwvliYNqeiH6oCqjjSdf0iOFokuntpNcU=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.js.map","FileLength":64434,"LastWriteTime":"2026-05-10T04:58:09.2927867+00:00"},"fbQJAHZpTPWA1IqJwPG2Q95elp1Jj8An8\u002BwqT9aKTUw=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\f4eerlwe3k-{0}-63fj8s7r0e-63fj8s7r0e.gz","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/js/bootstrap.min#[.{fingerprint=63fj8s7r0e}]?.js.gz","AssetKind":"All","AssetMode":"All","AssetRole":"Alternative","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.min.js","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"on09t9pmch","Integrity":"bIPgOT88ycSklHWxEzFQVPvNsgNbss3QQbyTqHho4PA=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.min.js","FileLength":16636,"LastWriteTime":"2026-05-10T04:58:09.2979318+00:00"},"0laRTUvb/jK3NUK5hoZBqUkOk7pLXPTzfDItPhuLG8A=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\soo3rna5ha-{0}-0j3bgjxly4-0j3bgjxly4.gz","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/js/bootstrap.min.js#[.{fingerprint=0j3bgjxly4}]?.map.gz","AssetKind":"All","AssetMode":"All","AssetRole":"Alternative","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.min.js.map","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"6bewb6sjbi","Integrity":"jqz3zWDVmly0HcVfO6RQ1Ew/6DCbF9EVmEe2DJdcW6Y=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.min.js.map","FileLength":55850,"LastWriteTime":"2026-05-10T04:58:09.2825969+00:00"},"TAE1iivnMaq60eGjzVZcWLL69zRoLQpkODpl0PwEDp8=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\q6ii8s1dt0-{0}-abdmv1u4y3-abdmv1u4y3.gz","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\","BasePath":"/","RelativePath":"Components/Layout/ReconnectModal#[.{fingerprint=abdmv1u4y3}]?.razor.js.gz","AssetKind":"All","AssetMode":"All","AssetRole":"Alternative","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\Components\\Layout\\ReconnectModal.razor.js","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"pnphxml1xi","Integrity":"JQW4NJKy\u002BXJorWo/4pczIxjePPvpN8Yvyn4XoFQ0MS8=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\Components\\Layout\\ReconnectModal.razor.js","FileLength":747,"LastWriteTime":"2026-05-10T04:58:09.2894613+00:00"},"DO/7PiU5KqRXTYrtG29WGHX9ExrshBgJXnxbFSUX7YQ=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\7y9tnc1ana-{0}-hwaxidwiwj-hwaxidwiwj.gz","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\","BasePath":"/","RelativePath":"_framework/blazor.web#[.{fingerprint=hwaxidwiwj}]?.js.gz","AssetKind":"All","AssetMode":"CurrentProject","AssetRole":"Alternative","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":"C:\\Users\\USUARIO\\.nuget\\packages\\microsoft.aspnetcore.app.internal.assets\\10.0.7\\_framework\\blazor.web.js","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"x2z3sdhezq","Integrity":"WVStvycM0vJDe1ziH76Qf/rNBdyTGl9XG10sSeXNaTU=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"C:\\Users\\USUARIO\\.nuget\\packages\\microsoft.aspnetcore.app.internal.assets\\10.0.7\\_framework\\blazor.web.js","FileLength":55665,"LastWriteTime":"2026-05-10T04:58:09.2984546+00:00"},"53vftvOPDSGdRGA\u002B9YSkJ5cJnGDhj4h8zfNvHDvOJ3w=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\6rkf7abng5-{0}-xbbil6v7co-xbbil6v7co.gz","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\","BasePath":"/","RelativePath":"_framework/blazor.server#[.{fingerprint=xbbil6v7co}]?.js.gz","AssetKind":"All","AssetMode":"CurrentProject","AssetRole":"Alternative","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":"C:\\Users\\USUARIO\\.nuget\\packages\\microsoft.aspnetcore.app.internal.assets\\10.0.7\\_framework\\blazor.server.js","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"u7p3uraxg7","Integrity":"aqyLzzqW1stc0TN7T1\u002B6Kd23eQZNw4jd/WTeytmUNNI=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"C:\\Users\\USUARIO\\.nuget\\packages\\microsoft.aspnetcore.app.internal.assets\\10.0.7\\_framework\\blazor.server.js","FileLength":44702,"LastWriteTime":"2026-05-10T04:58:09.2825969+00:00"},"F5S\u002BKIb2yw6fMV/FQ68cRFLBweIdRCofNdAk16ph7f8=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\ycnqkrbal1-{0}-m2jb7tclhy-m2jb7tclhy.gz","SourceId":"blazor-report","SourceType":"Computed","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\","BasePath":"/","RelativePath":"blazor-report#[.{fingerprint=m2jb7tclhy}]?.styles.css.gz","AssetKind":"All","AssetMode":"CurrentProject","AssetRole":"Alternative","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\scopedcss\\bundle\\blazor-report.styles.css","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"es7b95ihep","Integrity":"0sa4q8K6nHbEdRYYlPKDix6bv7WDSZRZWXS1VqDqtIA=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\scopedcss\\bundle\\blazor-report.styles.css","FileLength":2483,"LastWriteTime":"2026-05-10T04:58:09.2889011+00:00"},"KCbJJWh7nd8zdRCYsRfb4zRrcGEqTBG0nOJ2jZzIE1M=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\h9k7hhwqjn-{0}-m2jb7tclhy-m2jb7tclhy.gz","SourceId":"blazor-report","SourceType":"Computed","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\compressed\\","BasePath":"/","RelativePath":"blazor-report#[.{fingerprint=m2jb7tclhy}]!.bundle.scp.css.gz","AssetKind":"All","AssetMode":"Reference","AssetRole":"Alternative","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\scopedcss\\projectbundle\\blazor-report.bundle.scp.css","AssetTraitName":"Content-Encoding","AssetTraitValue":"gzip","Fingerprint":"es7b95ihep","Integrity":"0sa4q8K6nHbEdRYYlPKDix6bv7WDSZRZWXS1VqDqtIA=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\obj\\Debug\\net10.0\\scopedcss\\projectbundle\\blazor-report.bundle.scp.css","FileLength":2483,"LastWriteTime":"2026-05-10T04:58:09.2953832+00:00"}},"CachedCopyCandidates":{}}
@@ -0,0 +1 @@
1
+ {"GlobalPropertiesHash":"a/wXu0NFzqD3nFZFM954CLbcwhEPQbgH0wqPvdX+vBM=","FingerprintPatternsHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","PropertyOverridesHash":"R7Rea/YQmcweqCbKffD9oUelggfpJQX85r65aYZsas0=","InputHashes":["GLCjwL0iFmakX1nZJbzxtG5UaLBb9Gdk29tSq\u002BYROtw=","UyElOI47Xc7Js89K48MJwE2RFJbtIH7Qa\u002BkY1l6vXV0=","qaNRunGfAlj8apVRuM798EOJPDnubcG7OfZoQJFELjU=","if3B0GFHS3ruuUbvfX4IxFUOjXsibHXYPOEejaoFiM4=","9RG/sS8KIWSbNTFATQuA6vcoaEgydXBnP5bvl1iMJrM=","Oii\u002BXgwuiqsrr/TwoGzQogOdPDmkzRDAlyf2ixDHfXI=","QW7GPGQSrTrlGmz80bc5QvA/gI8ZszlSjOasyumVfoY=","Biyj\u002BxWYKQHFov/NDwgaI1qeFQ/OpiFQArCfTPBakKM=","bGNBxGW9jsn0eF7Ho7och6IZ2BGkv0vvdFX2z8H6K4U=","FhPavfocnKV93RpFf/HzEGTY0eTpkGmhMIaNVCKJ81E=","ikKisiXVKWEv6zwHAki2AN262O6yFQntdQVp12oi3Vw=","9CdIR0QNdZh1zXxAKGl0or0YXpbSrh9wdQmP54lBVcY=","/ZpST9gf60x0kUUWS8nnJuiNRVKFsH2rD0ND0cTYDKc=","3XJJ7iy\u002Bw/NpwDPwiQPDO5raVzMdZVk5u/1fLvJQbOc=","fhigjW7l22VZA/lv5Of4n7ROdqL0EF2F1BCHxJVBCHk=","FdS4GIUvugqAvzrE4SZdjrOzKI6lerGDM4T9pHTF8gY=","TaZixE/C3hkjp9FA8W\u002BvVNjr7iHXFKBOWMUsPKk8itc=","S1L7ToGNmy/aCnMKmWXxMirbq7LV1\u002BlW8DAR8EU0uP0=","RVbx\u002B16\u002BTuZbQzMV1e3LPGEYo74LknWLbaIDH5MPACc=","RIA6HkvmX7cj4CF0JtI3DOaE/v8YXgoQ9y0z9GdiqBY=","xsLe8uF4deh\u002BvVpTKqyPD9Rudb2Cri5VDeabqXelTaw=","bPlLNdo8BUz/Aez5JZVieAgasmFPF3qkJY6BhUaFcSY=","tETzJcwDkwgADllmDOxf6fJhxcJNviU\u002BeIwDbvPJdls=","0ie8uFKNW6d5tRrp/eo\u002B87nv6ySXKP9khN\u002BrhjIsT1U=","TYkn/4f9IVwTnB8gyxCrjFEtZsb2k7g7ZZLhiYkRvpk=","Utor4ojPISxGOLp8AJvANyqBxjUj6H8uuL0kfoDxNjk=","C4TZoY/JeRFIEZc53P8q9sHYbBXICUl/RLf7E8vnAoI=","yl/G3\u002Bv/3dTtAT0S8iVh/TlbjpnVg215XyJ28RC74YQ=","3aHafyvFAQQSlXORzqsTuyZsOXY36CM1Or1/Kn15bkw=","Kp05wB7NMQ9m53uYWWxWfrJqIguCdPkPtFLsixAxSY0=","MWVz0dEetG3StF\u002B8kMqDtxO/7d0YyRkxCEqgkPDsiZg=","HO1\u002B/6j8k1OZLPNdRVuEqylws/RmAcfhDef88XaHTfk=","gt0TH\u002BDcCucb/RtRXAizQvQp0vq2N7X1Dkam18Wqr10=","WA8R4skKOiq87DScb2UgaBoiNg6/Zt8hFr78s8r220o=","d\u002BsTqI/OrsL1jCEWv2ubvhYJ3EYQYGslW177SaUeJZM=","CJxnuwUMwb1ZpaF8LICxZxmWdlaF0LXyMhEaYipkJCA=","mqgxJ2gwoLCtrF5XlwKtmFgNefQf5px\u002B3PdbjMPFi\u002B8=","Wow/bdsIXraUFJD\u002BLU96iaoyU1uN12/eyBfwKloMr/g=","RKiBUNbgemiw9sXO9GBUYT3WsB6UM8I2dQ2XSIX9VX4=","8aXtH6aI7ANuXhoknuNs\u002BX45h1OYlafTY89ydZOW/zo=","yD5ZdNKmhM3v3h4e\u002BqgkpZ00KSYFveG9uileC0X8hFM=","IYrB6nj/hloK0SQpRUQttlU9agYH4JNa9ZZwpnhbzmU=","NCG7KghFYPe/dV\u002BisIyDis6d/Pr2QvdIVoR1EO\u002B/Feo=","DzwSFW2rgn8v33cMEnOuRoCoyxTYvk1FdamBIboyuds=","5W91iTyaZ6AuEqWazeMrUUd9vfJASqKO/ZialH0zu1E=","WCi3LJFvL31YZvOCjk3Eb7XZgO3UGGrpMGdAF\u002B/2XDU=","0k0NZhRHhH5UJH42WYRUJc/MUzb7c60NFi9weVe7dzI="],"CachedAssets":{},"CachedCopyCandidates":{}}
@@ -0,0 +1 @@
1
+ {"GlobalPropertiesHash":"sCVQY6qxNV8VCgZwYe5bU1WRySd+5OYWMrsVTFbyBF4=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["adTVM2aKqpCpMWqkHobW7dstZDY1ON3zN9v6rVvzjhU=","ohPc5TMn7i5jPFt4ep51\u002BC7Bb/bM5Bu0\u002BJw4h3DBqGg=","F5fpPBwG5ZzZidA0\u002B1p7WwegGEBf8A8lMmHPcEVDTx4=","ZAph4ClbFB7ViY/dwH6pP882o\u002BNp2uRHs7wm2zs/1Ps=","qqt2Hye\u002BqjOM\u002BQkMmk\u002BF\u002Brb8PhP0YlBYiEiPZ\u002BTWcgQ=","G2THqbiYivCNBZ3HZlzGIOYnGFYP6Ke50c/bYLlGcX4=","VrHmZXffR36e0iGDfer0TqMDWOYNdr4BAZrCYgBGr7I=","0zRJ5p2z7me72IbjyFMCzm06hcbj/4ofhkyD0NJcfIU=","n8nwQtiNgCZO9MNFo7m0w9edFMe4oaxoLySvi1i3its=","B/DWSpGTALFzMOuPSNxQXAdGrEAik4zuAXLe1h1dxDI=","y1ICf/ojGqyxwZcFb36K88ZlePEeCrMHRY0CqR\u002ByeOU=","TLbdrYwRu\u002B8qDDOqsZ4f5ypo288jkPr1UAysEQ2xNBw=","f9SbfdVn1qKMS0jERV/4R\u002BEzKzmxl/mZl36OzxoEvHY=","XDmJoPUTKkcHuUGUbbWR2CpbrCKZNYHjBfd07RrWU0o=","kOsk8ETKm1MiDYcBULRc6ZSElOtgVDMsljlTkFChUuQ=","0xw\u002Be9dRrveylCkwPX\u002Bo\u002B6xgwr6AEmXTDpvHHGXOUdw=","eO6c0EkxrEue1EV9CHjhXe1RwSvk3B/mnMU7BxCWMBU=","xYt5qyfC4\u002B4kPd\u002B1exYc7S7MSsDvzQ/bzN0BeIJ5Uqk=","p6OAlj2NR7Jt15IdkdOCulmflUd1\u002BVap4EiuKS9F94A=","c8J0Hw0LXxof59HET6\u002BnBXw0oQXzDjj3skNiBKqFgdo=","uYnrnRIAesW3VsTIJ48J0u6rg8d2BJ2tUR8mYWhCaVA=","baPrQTy/1CK7ub9V4N8S8UK6v8PBRMyAapT61rIv9A8=","BshN3EYpHfYTx/vDPTGHw/EMqPaGnDXu0GrQoQDo3P8=","cBnPz2PjlLGZOogUzuOGq2xcv7CI\u002BkJyDJuHbk2pHXo=","Fs1m6/WjdX94Jjny4Nb5emgcjPboCqttVq6GT\u002BmDcd4=","E9dDpVdCDHC5QPHAdRiBG1xuD61uqcDMRUfDg1fdWm4=","fhpQq5Nu8fdIB11aCbWuOAi1y1/Z\u002BiN9vZ1hgNj3xfg=","eMaMBTWB\u002Bmg5koZYZqCDJYcrr8JVppljFwkFa67\u002BOnY=","xj85T7aSBtsuHMb5OufO/gE0wwb3zbenptZE4Fdusag=","HmwIIaEJs2mbIlRgQplwRVwKSTGShMpDHVB6s6EvQVg=","2AErPVHLO4cvCv/J9vXi\u002By4JE7g1Km2gTYFcyf7N0cA=","HzteHEpY6Mxlqy5puaMXeLagAQpJgUeX\u002ByC47P2NKTk=","CU3viwVJzMKjGC7U9cBd\u002Brnn0QbuO4mR3zL7hMuLkvA=","KkDMeWKla55leBl0Ez7wsAjRN8IbIKlgXzXCfAE4R7A=","lzVgOf8Dn7mR6cwX4Mos7rvTdfoZyDES0XQs0BN51cQ=","RIthG3JoIAze4KlvxevnguJnrDC9vfa5DASAj1Y7ElA=","UkbKqN\u002BXDEoFvohHWD3g/r3dJe1DhpMMcIE1/s9VKmc=","rIchtvR\u002BqfTmsq5geTtEALh4BdwMDFzQ8GefvCadVSY=","FHvnm1vRgujmc\u002BEc1gFBp1JCh5unLHEYrm2edkUmGuw=","Xfg7ZZ/fth9ap\u002BnCP\u002Brxkh2UqT2ZavFp1PD5D\u002BKW0Nw=","dd26Q5v2fRm\u002BhsjQ3hqh4iBoXn07OkaiBnU2M5kLKh4=","UVnMzlaNtpz/9asE7KPKfOuw3CCKLZAt\u002Bxz7ODRkxAY=","M3nDDfTILDxxpvuRTzeLeVv8R84CAe8daAFGpq0Gnx0=","Jc/SHBfui3b2dpTu5hOdf/lAP4kR\u002BE\u002B4296zrTbSJmY=","1zgJSQlmsreJQWKp0u6nMc8/PGl7psxvfNzzGVvavb0=","a1YHSlEaziBgGj7HfCFucbkywik1J5mDTY55UZJUFt0=","0lHEOaZaIc1JELezqxiCsS8vmCdEkKds1KPF6Dxxij0=","5xl0WodBU1ri37q8nqksMULWYcEk3UA8QO9ssOLXJas=","uZv2wTyBoDv1xvUc0xqt4oRK7gOSzbY4wCl2dCOhvuM=","Zy/OKlb0\u002BuCQQrqsc5MM79vI1gwxo/95xHC1W0AU5Es=","Gs0CyIOJF2uPQGyzyNEZbXahUmJ/QtaKwk8xziVbaSE=","aPgeVLmCfxjmCrny1WMLhvF1KpdKMswKlMM13CwhE90=","zROgBnuZTWI4oBkuLEw8AtWRp4lK3o2kvg5XwZ9zLow=","VZ7A92MyLKBPyRtzKfWJYA0GeZBGU3WborBRSa6FnEE=","Qbo8uywc5y0rwPn3AoiJPC30Fkd4ChkH/47WyRKSWVY=","gsg3rdiAzxpWXYTVPIY/QCXAeCQLV56socwcVlAtCX4=","oircShXqKH1ZYgn210j1coANYzdGPt/6NxOOwzgmZLs=","HhTbOBMCmVjr2AkA0n3Hkfwj6o42cn17dr6AxFL7cSg=","xLLpWSsg\u002B8gRV0/nAR2FQ0YXNOzX5/zaYovhSSGbqR8=","G1E\u002BpeyYzrGGAwIA6hQY7lFcTVKMKfSNN8bTgXONGoc=","ePcfteqra0LznCLp4zgjctLUktUV0TdfIxBwC2adPPs=","FJmjejzId44JTEONURcyO3rFRH5JHEGZxBUZ1cVbSwM=","tle1q6nyx7LaCWdgpq0KtxU3puWaXTfR28IMb6kPEuw=","\u002BEVynDceFE8ZnBOACQsfokj3lczmT07Dw47XrCmg6\u002BM=","LZC7\u002BqqX0Ixmzxbr498frIg6ZGfLC8x2ZaaTYr1GTYU=","5eoYu75hFfkA7W340gBcVbIr8oDIhLigaxdLfVVQJf4=","6spij93JIAKIqE54Fj2HsMzWckqExnF67jCuzVHHRd8="],"CachedAssets":{},"CachedCopyCandidates":{}}
@@ -0,0 +1 @@
1
+ {"GlobalPropertiesHash":"rCAvjCSjVszT8ZqVL99VvpYKydsLcQPNq4pdqPqmvws=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["adTVM2aKqpCpMWqkHobW7dstZDY1ON3zN9v6rVvzjhU=","ohPc5TMn7i5jPFt4ep51\u002BC7Bb/bM5Bu0\u002BJw4h3DBqGg=","F5fpPBwG5ZzZidA0\u002B1p7WwegGEBf8A8lMmHPcEVDTx4=","ZAph4ClbFB7ViY/dwH6pP882o\u002BNp2uRHs7wm2zs/1Ps=","qqt2Hye\u002BqjOM\u002BQkMmk\u002BF\u002Brb8PhP0YlBYiEiPZ\u002BTWcgQ=","G2THqbiYivCNBZ3HZlzGIOYnGFYP6Ke50c/bYLlGcX4=","VrHmZXffR36e0iGDfer0TqMDWOYNdr4BAZrCYgBGr7I=","0zRJ5p2z7me72IbjyFMCzm06hcbj/4ofhkyD0NJcfIU=","n8nwQtiNgCZO9MNFo7m0w9edFMe4oaxoLySvi1i3its=","B/DWSpGTALFzMOuPSNxQXAdGrEAik4zuAXLe1h1dxDI=","y1ICf/ojGqyxwZcFb36K88ZlePEeCrMHRY0CqR\u002ByeOU=","TLbdrYwRu\u002B8qDDOqsZ4f5ypo288jkPr1UAysEQ2xNBw=","f9SbfdVn1qKMS0jERV/4R\u002BEzKzmxl/mZl36OzxoEvHY=","XDmJoPUTKkcHuUGUbbWR2CpbrCKZNYHjBfd07RrWU0o=","kOsk8ETKm1MiDYcBULRc6ZSElOtgVDMsljlTkFChUuQ=","0xw\u002Be9dRrveylCkwPX\u002Bo\u002B6xgwr6AEmXTDpvHHGXOUdw=","eO6c0EkxrEue1EV9CHjhXe1RwSvk3B/mnMU7BxCWMBU=","xYt5qyfC4\u002B4kPd\u002B1exYc7S7MSsDvzQ/bzN0BeIJ5Uqk=","p6OAlj2NR7Jt15IdkdOCulmflUd1\u002BVap4EiuKS9F94A=","c8J0Hw0LXxof59HET6\u002BnBXw0oQXzDjj3skNiBKqFgdo=","uYnrnRIAesW3VsTIJ48J0u6rg8d2BJ2tUR8mYWhCaVA=","baPrQTy/1CK7ub9V4N8S8UK6v8PBRMyAapT61rIv9A8=","BshN3EYpHfYTx/vDPTGHw/EMqPaGnDXu0GrQoQDo3P8=","cBnPz2PjlLGZOogUzuOGq2xcv7CI\u002BkJyDJuHbk2pHXo=","Fs1m6/WjdX94Jjny4Nb5emgcjPboCqttVq6GT\u002BmDcd4=","E9dDpVdCDHC5QPHAdRiBG1xuD61uqcDMRUfDg1fdWm4=","fhpQq5Nu8fdIB11aCbWuOAi1y1/Z\u002BiN9vZ1hgNj3xfg=","eMaMBTWB\u002Bmg5koZYZqCDJYcrr8JVppljFwkFa67\u002BOnY=","xj85T7aSBtsuHMb5OufO/gE0wwb3zbenptZE4Fdusag=","HmwIIaEJs2mbIlRgQplwRVwKSTGShMpDHVB6s6EvQVg=","2AErPVHLO4cvCv/J9vXi\u002By4JE7g1Km2gTYFcyf7N0cA=","HzteHEpY6Mxlqy5puaMXeLagAQpJgUeX\u002ByC47P2NKTk=","CU3viwVJzMKjGC7U9cBd\u002Brnn0QbuO4mR3zL7hMuLkvA=","KkDMeWKla55leBl0Ez7wsAjRN8IbIKlgXzXCfAE4R7A=","lzVgOf8Dn7mR6cwX4Mos7rvTdfoZyDES0XQs0BN51cQ=","RIthG3JoIAze4KlvxevnguJnrDC9vfa5DASAj1Y7ElA=","UkbKqN\u002BXDEoFvohHWD3g/r3dJe1DhpMMcIE1/s9VKmc=","rIchtvR\u002BqfTmsq5geTtEALh4BdwMDFzQ8GefvCadVSY=","FHvnm1vRgujmc\u002BEc1gFBp1JCh5unLHEYrm2edkUmGuw=","Xfg7ZZ/fth9ap\u002BnCP\u002Brxkh2UqT2ZavFp1PD5D\u002BKW0Nw=","dd26Q5v2fRm\u002BhsjQ3hqh4iBoXn07OkaiBnU2M5kLKh4=","UVnMzlaNtpz/9asE7KPKfOuw3CCKLZAt\u002Bxz7ODRkxAY=","M3nDDfTILDxxpvuRTzeLeVv8R84CAe8daAFGpq0Gnx0=","Jc/SHBfui3b2dpTu5hOdf/lAP4kR\u002BE\u002B4296zrTbSJmY=","1zgJSQlmsreJQWKp0u6nMc8/PGl7psxvfNzzGVvavb0=","a1YHSlEaziBgGj7HfCFucbkywik1J5mDTY55UZJUFt0=","0lHEOaZaIc1JELezqxiCsS8vmCdEkKds1KPF6Dxxij0=","5xl0WodBU1ri37q8nqksMULWYcEk3UA8QO9ssOLXJas=","uZv2wTyBoDv1xvUc0xqt4oRK7gOSzbY4wCl2dCOhvuM=","Zy/OKlb0\u002BuCQQrqsc5MM79vI1gwxo/95xHC1W0AU5Es=","Gs0CyIOJF2uPQGyzyNEZbXahUmJ/QtaKwk8xziVbaSE=","aPgeVLmCfxjmCrny1WMLhvF1KpdKMswKlMM13CwhE90=","zROgBnuZTWI4oBkuLEw8AtWRp4lK3o2kvg5XwZ9zLow=","VZ7A92MyLKBPyRtzKfWJYA0GeZBGU3WborBRSa6FnEE=","Qbo8uywc5y0rwPn3AoiJPC30Fkd4ChkH/47WyRKSWVY=","gsg3rdiAzxpWXYTVPIY/QCXAeCQLV56socwcVlAtCX4=","oircShXqKH1ZYgn210j1coANYzdGPt/6NxOOwzgmZLs=","HhTbOBMCmVjr2AkA0n3Hkfwj6o42cn17dr6AxFL7cSg=","xLLpWSsg\u002B8gRV0/nAR2FQ0YXNOzX5/zaYovhSSGbqR8=","G1E\u002BpeyYzrGGAwIA6hQY7lFcTVKMKfSNN8bTgXONGoc=","ePcfteqra0LznCLp4zgjctLUktUV0TdfIxBwC2adPPs=","FJmjejzId44JTEONURcyO3rFRH5JHEGZxBUZ1cVbSwM=","tle1q6nyx7LaCWdgpq0KtxU3puWaXTfR28IMb6kPEuw=","\u002BEVynDceFE8ZnBOACQsfokj3lczmT07Dw47XrCmg6\u002BM=","LZC7\u002BqqX0Ixmzxbr498frIg6ZGfLC8x2ZaaTYr1GTYU=","5eoYu75hFfkA7W340gBcVbIr8oDIhLigaxdLfVVQJf4=","6spij93JIAKIqE54Fj2HsMzWckqExnF67jCuzVHHRd8="],"CachedAssets":{"LZC7\u002BqqX0Ixmzxbr498frIg6ZGfLC8x2ZaaTYr1GTYU=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\Components\\Layout\\ReconnectModal.razor.js","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\","BasePath":"/","RelativePath":"Components/Layout/ReconnectModal#[.{fingerprint}]?.razor.js","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"abdmv1u4y3","Integrity":"5u\u002Bv90fOttEFzE2qHMGMOXmy93Ik/BaGqLrrnu6mdGU=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"Components\\Layout\\ReconnectModal.razor.js","FileLength":2448,"LastWriteTime":"2026-05-10T04:56:56.4526287+00:00"}},"CachedCopyCandidates":{}}
@@ -0,0 +1 @@
1
+ {"GlobalPropertiesHash":"Sy7JOecgaQ0puyfyH773niY+FR9L73n5EnvbUqTDB9s=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["adTVM2aKqpCpMWqkHobW7dstZDY1ON3zN9v6rVvzjhU=","ohPc5TMn7i5jPFt4ep51\u002BC7Bb/bM5Bu0\u002BJw4h3DBqGg=","F5fpPBwG5ZzZidA0\u002B1p7WwegGEBf8A8lMmHPcEVDTx4=","ZAph4ClbFB7ViY/dwH6pP882o\u002BNp2uRHs7wm2zs/1Ps=","qqt2Hye\u002BqjOM\u002BQkMmk\u002BF\u002Brb8PhP0YlBYiEiPZ\u002BTWcgQ=","G2THqbiYivCNBZ3HZlzGIOYnGFYP6Ke50c/bYLlGcX4=","VrHmZXffR36e0iGDfer0TqMDWOYNdr4BAZrCYgBGr7I=","0zRJ5p2z7me72IbjyFMCzm06hcbj/4ofhkyD0NJcfIU=","n8nwQtiNgCZO9MNFo7m0w9edFMe4oaxoLySvi1i3its=","B/DWSpGTALFzMOuPSNxQXAdGrEAik4zuAXLe1h1dxDI=","y1ICf/ojGqyxwZcFb36K88ZlePEeCrMHRY0CqR\u002ByeOU=","TLbdrYwRu\u002B8qDDOqsZ4f5ypo288jkPr1UAysEQ2xNBw=","f9SbfdVn1qKMS0jERV/4R\u002BEzKzmxl/mZl36OzxoEvHY=","XDmJoPUTKkcHuUGUbbWR2CpbrCKZNYHjBfd07RrWU0o=","kOsk8ETKm1MiDYcBULRc6ZSElOtgVDMsljlTkFChUuQ=","0xw\u002Be9dRrveylCkwPX\u002Bo\u002B6xgwr6AEmXTDpvHHGXOUdw=","eO6c0EkxrEue1EV9CHjhXe1RwSvk3B/mnMU7BxCWMBU=","xYt5qyfC4\u002B4kPd\u002B1exYc7S7MSsDvzQ/bzN0BeIJ5Uqk=","p6OAlj2NR7Jt15IdkdOCulmflUd1\u002BVap4EiuKS9F94A=","c8J0Hw0LXxof59HET6\u002BnBXw0oQXzDjj3skNiBKqFgdo=","uYnrnRIAesW3VsTIJ48J0u6rg8d2BJ2tUR8mYWhCaVA=","baPrQTy/1CK7ub9V4N8S8UK6v8PBRMyAapT61rIv9A8=","BshN3EYpHfYTx/vDPTGHw/EMqPaGnDXu0GrQoQDo3P8=","cBnPz2PjlLGZOogUzuOGq2xcv7CI\u002BkJyDJuHbk2pHXo=","Fs1m6/WjdX94Jjny4Nb5emgcjPboCqttVq6GT\u002BmDcd4=","E9dDpVdCDHC5QPHAdRiBG1xuD61uqcDMRUfDg1fdWm4=","fhpQq5Nu8fdIB11aCbWuOAi1y1/Z\u002BiN9vZ1hgNj3xfg=","eMaMBTWB\u002Bmg5koZYZqCDJYcrr8JVppljFwkFa67\u002BOnY=","xj85T7aSBtsuHMb5OufO/gE0wwb3zbenptZE4Fdusag=","HmwIIaEJs2mbIlRgQplwRVwKSTGShMpDHVB6s6EvQVg=","2AErPVHLO4cvCv/J9vXi\u002By4JE7g1Km2gTYFcyf7N0cA=","HzteHEpY6Mxlqy5puaMXeLagAQpJgUeX\u002ByC47P2NKTk=","CU3viwVJzMKjGC7U9cBd\u002Brnn0QbuO4mR3zL7hMuLkvA=","KkDMeWKla55leBl0Ez7wsAjRN8IbIKlgXzXCfAE4R7A=","lzVgOf8Dn7mR6cwX4Mos7rvTdfoZyDES0XQs0BN51cQ=","RIthG3JoIAze4KlvxevnguJnrDC9vfa5DASAj1Y7ElA=","UkbKqN\u002BXDEoFvohHWD3g/r3dJe1DhpMMcIE1/s9VKmc=","rIchtvR\u002BqfTmsq5geTtEALh4BdwMDFzQ8GefvCadVSY=","FHvnm1vRgujmc\u002BEc1gFBp1JCh5unLHEYrm2edkUmGuw=","Xfg7ZZ/fth9ap\u002BnCP\u002Brxkh2UqT2ZavFp1PD5D\u002BKW0Nw=","dd26Q5v2fRm\u002BhsjQ3hqh4iBoXn07OkaiBnU2M5kLKh4=","UVnMzlaNtpz/9asE7KPKfOuw3CCKLZAt\u002Bxz7ODRkxAY=","M3nDDfTILDxxpvuRTzeLeVv8R84CAe8daAFGpq0Gnx0=","Jc/SHBfui3b2dpTu5hOdf/lAP4kR\u002BE\u002B4296zrTbSJmY=","1zgJSQlmsreJQWKp0u6nMc8/PGl7psxvfNzzGVvavb0=","a1YHSlEaziBgGj7HfCFucbkywik1J5mDTY55UZJUFt0=","0lHEOaZaIc1JELezqxiCsS8vmCdEkKds1KPF6Dxxij0=","5xl0WodBU1ri37q8nqksMULWYcEk3UA8QO9ssOLXJas=","uZv2wTyBoDv1xvUc0xqt4oRK7gOSzbY4wCl2dCOhvuM=","Zy/OKlb0\u002BuCQQrqsc5MM79vI1gwxo/95xHC1W0AU5Es=","Gs0CyIOJF2uPQGyzyNEZbXahUmJ/QtaKwk8xziVbaSE=","aPgeVLmCfxjmCrny1WMLhvF1KpdKMswKlMM13CwhE90=","zROgBnuZTWI4oBkuLEw8AtWRp4lK3o2kvg5XwZ9zLow=","VZ7A92MyLKBPyRtzKfWJYA0GeZBGU3WborBRSa6FnEE=","Qbo8uywc5y0rwPn3AoiJPC30Fkd4ChkH/47WyRKSWVY=","gsg3rdiAzxpWXYTVPIY/QCXAeCQLV56socwcVlAtCX4=","oircShXqKH1ZYgn210j1coANYzdGPt/6NxOOwzgmZLs=","HhTbOBMCmVjr2AkA0n3Hkfwj6o42cn17dr6AxFL7cSg=","xLLpWSsg\u002B8gRV0/nAR2FQ0YXNOzX5/zaYovhSSGbqR8=","G1E\u002BpeyYzrGGAwIA6hQY7lFcTVKMKfSNN8bTgXONGoc=","ePcfteqra0LznCLp4zgjctLUktUV0TdfIxBwC2adPPs="],"CachedAssets":{"0lHEOaZaIc1JELezqxiCsS8vmCdEkKds1KPF6Dxxij0=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.min.js.map","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/js/bootstrap.min.js#[.{fingerprint}]?.map","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"0j3bgjxly4","Integrity":"ZI01e/ns473GKvACG4McggJdxvFfFIw4xspwQiG8Ye4=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.min.js.map","FileLength":220561,"LastWriteTime":"2026-05-10T04:56:56.429785+00:00"},"1zgJSQlmsreJQWKp0u6nMc8/PGl7psxvfNzzGVvavb0=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.js.map","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/js/bootstrap.js#[.{fingerprint}]?.map","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"h1s4sie4z3","Integrity":"9Wr7Hxe8gCJDoIHh5xP29ldXvC3kN2GkifQj9c8vYx4=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.js.map","FileLength":306606,"LastWriteTime":"2026-05-10T04:56:56.4162682+00:00"},"Jc/SHBfui3b2dpTu5hOdf/lAP4kR\u002BE\u002B4296zrTbSJmY=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.js","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/js/bootstrap#[.{fingerprint}]?.js","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"notf2xhcfb","Integrity":"\u002BUW802wgVfnjaSbdwyHLlU7AVplb0WToOlvN1CnzIac=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.js","FileLength":145401,"LastWriteTime":"2026-05-10T04:56:56.3913314+00:00"},"M3nDDfTILDxxpvuRTzeLeVv8R84CAe8daAFGpq0Gnx0=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.esm.min.js.map","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/js/bootstrap.esm.min.js#[.{fingerprint}]?.map","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"y7v9cxd14o","Integrity":"Tsbv8z6VlNgVET8xvz/yLo/v5iJHTAj2J4hkhjP1rHM=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.esm.min.js.map","FileLength":222455,"LastWriteTime":"2026-05-10T04:56:56.3845613+00:00"},"UVnMzlaNtpz/9asE7KPKfOuw3CCKLZAt\u002Bxz7ODRkxAY=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.esm.min.js","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/js/bootstrap.esm.min#[.{fingerprint}]?.js","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"jj8uyg4cgr","Integrity":"QZdFT1ZNdly4rmgUBtXmXFS9BU1FTa\u002BsPe6h794sFRQ=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.esm.min.js","FileLength":73935,"LastWriteTime":"2026-05-10T04:56:56.3580638+00:00"},"dd26Q5v2fRm\u002BhsjQ3hqh4iBoXn07OkaiBnU2M5kLKh4=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.esm.js.map","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/js/bootstrap.esm.js#[.{fingerprint}]?.map","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"kbrnm935zg","Integrity":"EPRLgpqWkahLxEn6CUjdM76RIYIw1xdHwTbeHssuj/4=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.esm.js.map","FileLength":305438,"LastWriteTime":"2026-05-10T04:56:56.3535207+00:00"},"Xfg7ZZ/fth9ap\u002BnCP\u002Brxkh2UqT2ZavFp1PD5D\u002BKW0Nw=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.esm.js","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/js/bootstrap.esm#[.{fingerprint}]?.js","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"vr1egmr9el","Integrity":"exiXZNJDwucXfuje3CbXPbuS6\u002BEry3z9sP\u002Bpgmvh8nA=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.esm.js","FileLength":135829,"LastWriteTime":"2026-05-10T04:56:56.3411384+00:00"},"FHvnm1vRgujmc\u002BEc1gFBp1JCh5unLHEYrm2edkUmGuw=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.bundle.min.js.map","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/js/bootstrap.bundle.min.js#[.{fingerprint}]?.map","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"iovd86k7lj","Integrity":"Xj4HYxZBQ7qqHKBwa2EAugRS\u002BRHWzpcTtI49vgezUSU=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.bundle.min.js.map","FileLength":332090,"LastWriteTime":"2026-05-10T04:56:56.3338722+00:00"},"rIchtvR\u002BqfTmsq5geTtEALh4BdwMDFzQ8GefvCadVSY=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.bundle.min.js","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/js/bootstrap.bundle.min#[.{fingerprint}]?.js","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"493y06b0oq","Integrity":"CDOy6cOibCWEdsRiZuaHf8dSGGJRYuBGC\u002BmjoJimHGw=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.bundle.min.js","FileLength":80721,"LastWriteTime":"2026-05-10T04:56:56.3100007+00:00"},"UkbKqN\u002BXDEoFvohHWD3g/r3dJe1DhpMMcIE1/s9VKmc=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.bundle.js.map","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/js/bootstrap.bundle.js#[.{fingerprint}]?.map","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"6pdc2jztkx","Integrity":"Wq4aWW1rQdJ\u002B6oAgy1JQc9IBjHL9T3MKfXTBNqOv02c=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.bundle.js.map","FileLength":444579,"LastWriteTime":"2026-05-10T04:56:56.3042477+00:00"},"RIthG3JoIAze4KlvxevnguJnrDC9vfa5DASAj1Y7ElA=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.bundle.js","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/js/bootstrap.bundle#[.{fingerprint}]?.js","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"6cfz1n2cew","Integrity":"mkoRoV24jV\u002BrCPWcHDR5awPx8VuzzJKN0ibhxZ9/WaM=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.bundle.js","FileLength":207819,"LastWriteTime":"2026-05-10T04:56:56.2769174+00:00"},"lzVgOf8Dn7mR6cwX4Mos7rvTdfoZyDES0XQs0BN51cQ=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.rtl.min.css.map","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/css/bootstrap.rtl.min.css#[.{fingerprint}]?.map","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"ft3s53vfgj","Integrity":"rTzXlnepcb/vgFAiB\u002BU7ODQAfOlJLfM3gY6IU7eIANk=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.rtl.min.css.map","FileLength":589087,"LastWriteTime":"2026-05-10T04:56:56.2632729+00:00"},"KkDMeWKla55leBl0Ez7wsAjRN8IbIKlgXzXCfAE4R7A=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.rtl.min.css","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/css/bootstrap.rtl.min#[.{fingerprint}]?.css","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"pk9g2wxc8p","Integrity":"h5lE7Nm8SkeIpBHHYxN99spP3VuGFKl5NZgsocil7zk=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.rtl.min.css","FileLength":232911,"LastWriteTime":"2026-05-10T04:56:56.2192181+00:00"},"CU3viwVJzMKjGC7U9cBd\u002Brnn0QbuO4mR3zL7hMuLkvA=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.rtl.css.map","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/css/bootstrap.rtl.css#[.{fingerprint}]?.map","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"hrwsygsryq","Integrity":"3bYWUiiVYMZfv2wq5JnXIsHlQKgSKs/VcRivgjgZ1ho=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.rtl.css.map","FileLength":679615,"LastWriteTime":"2026-05-10T04:56:56.2019297+00:00"},"HzteHEpY6Mxlqy5puaMXeLagAQpJgUeX\u002ByC47P2NKTk=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.rtl.css","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/css/bootstrap.rtl#[.{fingerprint}]?.css","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"37tfw0ft22","Integrity":"j5E4XIj1p1kNnDi0x1teX9RXoh1/FNlPvCML9YmRh2Q=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.rtl.css","FileLength":280259,"LastWriteTime":"2026-05-10T04:56:56.1534066+00:00"},"2AErPVHLO4cvCv/J9vXi\u002By4JE7g1Km2gTYFcyf7N0cA=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.min.css.map","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/css/bootstrap.min.css#[.{fingerprint}]?.map","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"v0zj4ognzu","Integrity":"8SM4U2NQpCLGTQLW5D/x3qSTwxVq2CP\u002BGXYc3V1WwFs=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.min.css.map","FileLength":589892,"LastWriteTime":"2026-05-10T04:56:56.1358699+00:00"},"HmwIIaEJs2mbIlRgQplwRVwKSTGShMpDHVB6s6EvQVg=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.min.css","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/css/bootstrap.min#[.{fingerprint}]?.css","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"46ein0sx1k","Integrity":"PI8n5gCcz9cQqQXm3PEtDuPG8qx9oFsFctPg0S5zb8g=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.min.css","FileLength":232803,"LastWriteTime":"2026-05-10T04:56:56.0995483+00:00"},"xj85T7aSBtsuHMb5OufO/gE0wwb3zbenptZE4Fdusag=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.css.map","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/css/bootstrap.css#[.{fingerprint}]?.map","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"pj5nd1wqec","Integrity":"KzNVR3p7UZGba94dnCtlc6jXjK5urSPiZ/eNnKTmDkw=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.css.map","FileLength":679755,"LastWriteTime":"2026-05-10T04:56:56.0844699+00:00"},"eMaMBTWB\u002Bmg5koZYZqCDJYcrr8JVppljFwkFa67\u002BOnY=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.css","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/css/bootstrap#[.{fingerprint}]?.css","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"s35ty4nyc5","Integrity":"GKEF18s44B5e0MolXAkpkqLiEbOVlKf6VyYr/G/E6pw=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.css","FileLength":281046,"LastWriteTime":"2026-05-10T04:56:56.0409387+00:00"},"fhpQq5Nu8fdIB11aCbWuOAi1y1/Z\u002BiN9vZ1hgNj3xfg=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.rtl.min.css.map","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/css/bootstrap-utilities.rtl.min.css#[.{fingerprint}]?.map","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"nvvlpmu67g","Integrity":"o8XK32mcY/FfcOQ1D2HJvVuZ0YTXSURZDLXCK0fnQeA=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.rtl.min.css.map","FileLength":180217,"LastWriteTime":"2026-05-10T04:56:56.0221124+00:00"},"E9dDpVdCDHC5QPHAdRiBG1xuD61uqcDMRUfDg1fdWm4=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.rtl.min.css","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/css/bootstrap-utilities.rtl.min#[.{fingerprint}]?.css","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"06098lyss8","Integrity":"GAUum6FjwQ8HrXGaoFRnHTqQQLpljXGavT7mBX8E9qU=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.rtl.min.css","FileLength":85281,"LastWriteTime":"2026-05-10T04:56:56.0089061+00:00"},"Fs1m6/WjdX94Jjny4Nb5emgcjPboCqttVq6GT\u002BmDcd4=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.rtl.css.map","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/css/bootstrap-utilities.rtl.css#[.{fingerprint}]?.map","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"j5mq2jizvt","Integrity":"p0BVq5Ve/dohBIdfbrZsoQNu02JSsKh1g0wbyiQiUaU=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.rtl.css.map","FileLength":267476,"LastWriteTime":"2026-05-10T04:56:55.9911851+00:00"},"cBnPz2PjlLGZOogUzuOGq2xcv7CI\u002BkJyDJuHbk2pHXo=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.rtl.css","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/css/bootstrap-utilities.rtl#[.{fingerprint}]?.css","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"tdbxkamptv","Integrity":"H6wkBbSwjua2veJoThJo4uy161jp\u002BDOiZTloUlcZ6qQ=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.rtl.css","FileLength":107691,"LastWriteTime":"2026-05-10T04:56:55.9587111+00:00"},"BshN3EYpHfYTx/vDPTGHw/EMqPaGnDXu0GrQoQDo3P8=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.min.css.map","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/css/bootstrap-utilities.min.css#[.{fingerprint}]?.map","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"c2oey78nd0","Integrity":"rHDmip4JZzuaGOcSQ1QSQrIbG0Eb3Zja9whqSF1zYIU=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.min.css.map","FileLength":180381,"LastWriteTime":"2026-05-10T04:56:55.9551891+00:00"},"baPrQTy/1CK7ub9V4N8S8UK6v8PBRMyAapT61rIv9A8=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.min.css","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/css/bootstrap-utilities.min#[.{fingerprint}]?.css","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"lcd1t2u6c8","Integrity":"KyE9xbKO9CuYx0HXpIKgsWIvXkAfITtiQ172j26wmRs=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.min.css","FileLength":85352,"LastWriteTime":"2026-05-10T04:56:55.9487629+00:00"},"uYnrnRIAesW3VsTIJ48J0u6rg8d2BJ2tUR8mYWhCaVA=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.css.map","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/css/bootstrap-utilities.css#[.{fingerprint}]?.map","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"r4e9w2rdcm","Integrity":"Nfjrc4Ur9Fv2oBEswQWIyBnNDP99q\u002BLhL\u002Bz9553O0cY=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.css.map","FileLength":267535,"LastWriteTime":"2026-05-10T04:56:55.9425504+00:00"},"c8J0Hw0LXxof59HET6\u002BnBXw0oQXzDjj3skNiBKqFgdo=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.css","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/css/bootstrap-utilities#[.{fingerprint}]?.css","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"khv3u5hwcm","Integrity":"2BubgNUPlQSF/0wLFcRXQ/Yjzk9vsUbDAeK2QM\u002Bh\u002Byo=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.css","FileLength":107823,"LastWriteTime":"2026-05-10T04:56:55.9324076+00:00"},"p6OAlj2NR7Jt15IdkdOCulmflUd1\u002BVap4EiuKS9F94A=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.rtl.min.css.map","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/css/bootstrap-reboot.rtl.min.css#[.{fingerprint}]?.map","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"jd9uben2k1","Integrity":"910zw\u002BrMdcg0Ls48ATp65vEn8rd5HvPxOKm2x3/CBII=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.rtl.min.css.map","FileLength":63943,"LastWriteTime":"2026-05-10T04:56:55.9149322+00:00"},"xYt5qyfC4\u002B4kPd\u002B1exYc7S7MSsDvzQ/bzN0BeIJ5Uqk=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.rtl.min.css","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/css/bootstrap-reboot.rtl.min#[.{fingerprint}]?.css","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"dxx9fxp4il","Integrity":"/8jh8hcEMFKyS6goWqnNu7t3EzZPCGdQZgO6sCkI8tI=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.rtl.min.css","FileLength":10198,"LastWriteTime":"2026-05-10T04:56:55.9107195+00:00"},"eO6c0EkxrEue1EV9CHjhXe1RwSvk3B/mnMU7BxCWMBU=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.rtl.css.map","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/css/bootstrap-reboot.rtl.css#[.{fingerprint}]?.map","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"ee0r1s7dh0","Integrity":"OoQVwh7Arp7bVoK2ZiTx2S//KrnPrSPzPZ93CqCMhe8=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.rtl.css.map","FileLength":129386,"LastWriteTime":"2026-05-10T04:56:55.9087145+00:00"},"0xw\u002Be9dRrveylCkwPX\u002Bo\u002B6xgwr6AEmXTDpvHHGXOUdw=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.rtl.css","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/css/bootstrap-reboot.rtl#[.{fingerprint}]?.css","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"rzd6atqjts","Integrity":"V8psnHoJS/MPlCXWwc/J3tGtp9c3gGFRmqsIQgpn\u002BGg=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.rtl.css","FileLength":12058,"LastWriteTime":"2026-05-10T04:56:55.9021307+00:00"},"kOsk8ETKm1MiDYcBULRc6ZSElOtgVDMsljlTkFChUuQ=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.min.css.map","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/css/bootstrap-reboot.min.css#[.{fingerprint}]?.map","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"fsbi9cje9m","Integrity":"0eqVT62kqRLJh9oTqLeIH4UnQskqVjib8hl2fXxl4lg=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.min.css.map","FileLength":51369,"LastWriteTime":"2026-05-10T04:56:55.8989297+00:00"},"XDmJoPUTKkcHuUGUbbWR2CpbrCKZNYHjBfd07RrWU0o=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.min.css","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/css/bootstrap-reboot.min#[.{fingerprint}]?.css","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"b7pk76d08c","Integrity":"l8vt5oozv958eMd9TFsPAWgl9JJK9YKfbVSs8mchQ84=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.min.css","FileLength":10126,"LastWriteTime":"2026-05-10T04:56:55.8784105+00:00"},"f9SbfdVn1qKMS0jERV/4R\u002BEzKzmxl/mZl36OzxoEvHY=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.css.map","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/css/bootstrap-reboot.css#[.{fingerprint}]?.map","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"fvhpjtyr6v","Integrity":"RXJ/QZiBfHXoPtXR2EgC\u002BbFo2pe3GtbZO722RtiLGzQ=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.css.map","FileLength":129371,"LastWriteTime":"2026-05-10T04:56:55.8742541+00:00"},"TLbdrYwRu\u002B8qDDOqsZ4f5ypo288jkPr1UAysEQ2xNBw=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.css","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/css/bootstrap-reboot#[.{fingerprint}]?.css","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"ub07r2b239","Integrity":"lo9YI82OF03vojdu\u002BXOR3\u002BDRrLIpMhpzZNmHbM5CDMA=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.css","FileLength":12065,"LastWriteTime":"2026-05-10T04:56:55.8601647+00:00"},"y1ICf/ojGqyxwZcFb36K88ZlePEeCrMHRY0CqR\u002ByeOU=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.rtl.min.css.map","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/css/bootstrap-grid.rtl.min.css#[.{fingerprint}]?.map","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"cosvhxvwiu","Integrity":"7GdOlw7U/wgyaeUtFmxPz5/MphdvVSPtVOOlTn9c33Q=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.rtl.min.css.map","FileLength":116063,"LastWriteTime":"2026-05-10T04:56:55.8525846+00:00"},"B/DWSpGTALFzMOuPSNxQXAdGrEAik4zuAXLe1h1dxDI=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.rtl.min.css","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/css/bootstrap-grid.rtl.min#[.{fingerprint}]?.css","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"k8d9w2qqmf","Integrity":"vMxTcvkC4Ly7LiAT3G8yEy9EpTr7Fge4SczWp07/p3k=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.rtl.min.css","FileLength":51870,"LastWriteTime":"2026-05-10T04:56:55.8461813+00:00"},"n8nwQtiNgCZO9MNFo7m0w9edFMe4oaxoLySvi1i3its=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.rtl.css.map","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/css/bootstrap-grid.rtl.css#[.{fingerprint}]?.map","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"ausgxo2sd3","Integrity":"/siQUA8yX830j\u002BcL4amKHY3yBtn3n8z3Eg\u002BVZ15f90k=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.rtl.css.map","FileLength":203225,"LastWriteTime":"2026-05-10T04:56:55.8187036+00:00"},"0zRJ5p2z7me72IbjyFMCzm06hcbj/4ofhkyD0NJcfIU=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.rtl.css","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/css/bootstrap-grid.rtl#[.{fingerprint}]?.css","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"d7shbmvgxk","Integrity":"CZxoF8zjaLlyVkcvVCDlc8CeQR1w1RMrvgYx30cs8kM=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.rtl.css","FileLength":70403,"LastWriteTime":"2026-05-10T04:56:55.7902417+00:00"},"VrHmZXffR36e0iGDfer0TqMDWOYNdr4BAZrCYgBGr7I=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.min.css.map","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/css/bootstrap-grid.min.css#[.{fingerprint}]?.map","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"aexeepp0ev","Integrity":"kgL\u002BxwVmM8IOs15lnoHt9daR2LRMiBG/cYgUPcKQOY4=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.min.css.map","FileLength":115986,"LastWriteTime":"2026-05-10T04:56:55.7776732+00:00"},"G2THqbiYivCNBZ3HZlzGIOYnGFYP6Ke50c/bYLlGcX4=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.min.css","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/css/bootstrap-grid.min#[.{fingerprint}]?.css","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"erw9l3u2r3","Integrity":"5nDHMGiyfZHl3UXePuhLDQR9ncPfBR1HJeZLXyJNV24=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.min.css","FileLength":51795,"LastWriteTime":"2026-05-10T04:56:55.770747+00:00"},"qqt2Hye\u002BqjOM\u002BQkMmk\u002BF\u002Brb8PhP0YlBYiEiPZ\u002BTWcgQ=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.css.map","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/css/bootstrap-grid.css#[.{fingerprint}]?.map","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"c2jlpeoesf","Integrity":"xAT\u002Bn25FE5hvOjj2fG4YdOwr1bl4IlAJBNg6PbhLT2E=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.css.map","FileLength":203221,"LastWriteTime":"2026-05-10T04:56:55.7677302+00:00"},"ZAph4ClbFB7ViY/dwH6pP882o\u002BNp2uRHs7wm2zs/1Ps=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.css","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/css/bootstrap-grid#[.{fingerprint}]?.css","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"bqjiyaj88i","Integrity":"Yy5/hBqRmmU2MJ1TKwP2aXoTO6\u002BOjzrLmJIsC2Wy4H8=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.css","FileLength":70329,"LastWriteTime":"2026-05-10T04:56:55.7586141+00:00"},"F5fpPBwG5ZzZidA0\u002B1p7WwegGEBf8A8lMmHPcEVDTx4=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\favicon.png","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\","BasePath":"/","RelativePath":"favicon#[.{fingerprint}]?.png","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"ifv42okdf2","Integrity":"4mWsDy3aHl36ZbGt8zByK7Pvd4kRUoNgTYzRnwmPHwg=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot\\favicon.png","FileLength":1148,"LastWriteTime":"2026-05-10T04:56:55.7512374+00:00"},"ohPc5TMn7i5jPFt4ep51\u002BC7Bb/bM5Bu0\u002BJw4h3DBqGg=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\factura_de_recolecci\u00F3n_de_residuos.json","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\","BasePath":"/","RelativePath":"factura_de_recolecci\u00F3n_de_residuos#[.{fingerprint}]?.json","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"7ma0977mvv","Integrity":"v0ofAsCsWVo52I\u002Bv83xJ0/XAd\u002BfLCJhZ5yJ0ctBSxWY=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot\\factura_de_recolecci\u00F3n_de_residuos.json","FileLength":13643,"LastWriteTime":"2026-05-08T04:21:10.3061527+00:00"},"adTVM2aKqpCpMWqkHobW7dstZDY1ON3zN9v6rVvzjhU=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\app.css","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\","BasePath":"/","RelativePath":"app#[.{fingerprint}]?.css","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"khy4lop6wu","Integrity":"aNPcLFwdCCGS2v1guSR64Htd4Ly5uclT7taAptnMPbs=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot\\app.css","FileLength":2900,"LastWriteTime":"2026-05-10T04:56:55.7502374+00:00"},"a1YHSlEaziBgGj7HfCFucbkywik1J5mDTY55UZJUFt0=":{"Identity":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.min.js","SourceId":"blazor-report","SourceType":"Discovered","ContentRoot":"C:\\Desarrollo\\nexabase\\nexabase-report\\examples\\blazor-report\\wwwroot\\","BasePath":"/","RelativePath":"lib/bootstrap/dist/js/bootstrap.min#[.{fingerprint}]?.js","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"63fj8s7r0e","Integrity":"3gQJhtmj7YnV1fmtbVcnAV6eI4ws0Tr48bVZCThtCGQ=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.min.js","FileLength":60635,"LastWriteTime":"2026-05-10T04:56:56.419971+00:00"}},"CachedCopyCandidates":{}}
@@ -0,0 +1,98 @@
1
+ .page[b-8n5c2123ho] {
2
+ position: relative;
3
+ display: flex;
4
+ flex-direction: column;
5
+ }
6
+
7
+ main[b-8n5c2123ho] {
8
+ flex: 1;
9
+ }
10
+
11
+ .sidebar[b-8n5c2123ho] {
12
+ background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
13
+ }
14
+
15
+ .top-row[b-8n5c2123ho] {
16
+ background-color: #f7f7f7;
17
+ border-bottom: 1px solid #d6d5d5;
18
+ justify-content: flex-end;
19
+ height: 3.5rem;
20
+ display: flex;
21
+ align-items: center;
22
+ }
23
+
24
+ .top-row[b-8n5c2123ho] a, .top-row[b-8n5c2123ho] .btn-link {
25
+ white-space: nowrap;
26
+ margin-left: 1.5rem;
27
+ text-decoration: none;
28
+ }
29
+
30
+ .top-row[b-8n5c2123ho] a:hover, .top-row[b-8n5c2123ho] .btn-link:hover {
31
+ text-decoration: underline;
32
+ }
33
+
34
+ .top-row[b-8n5c2123ho] a:first-child {
35
+ overflow: hidden;
36
+ text-overflow: ellipsis;
37
+ }
38
+
39
+ @media (max-width: 640.98px) {
40
+ .top-row[b-8n5c2123ho] {
41
+ justify-content: space-between;
42
+ }
43
+
44
+ .top-row[b-8n5c2123ho] a, .top-row[b-8n5c2123ho] .btn-link {
45
+ margin-left: 0;
46
+ }
47
+ }
48
+
49
+ @media (min-width: 641px) {
50
+ .page[b-8n5c2123ho] {
51
+ flex-direction: row;
52
+ }
53
+
54
+ .sidebar[b-8n5c2123ho] {
55
+ width: 250px;
56
+ height: 100vh;
57
+ position: sticky;
58
+ top: 0;
59
+ }
60
+
61
+ .top-row[b-8n5c2123ho] {
62
+ position: sticky;
63
+ top: 0;
64
+ z-index: 1;
65
+ }
66
+
67
+ .top-row.auth[b-8n5c2123ho] a:first-child {
68
+ flex: 1;
69
+ text-align: right;
70
+ width: 0;
71
+ }
72
+
73
+ .top-row[b-8n5c2123ho], article[b-8n5c2123ho] {
74
+ padding-left: 2rem !important;
75
+ padding-right: 1.5rem !important;
76
+ }
77
+ }
78
+
79
+ #blazor-error-ui[b-8n5c2123ho] {
80
+ color-scheme: light only;
81
+ background: lightyellow;
82
+ bottom: 0;
83
+ box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
84
+ box-sizing: border-box;
85
+ display: none;
86
+ left: 0;
87
+ padding: 0.6rem 1.25rem 0.7rem 1.25rem;
88
+ position: fixed;
89
+ width: 100%;
90
+ z-index: 1000;
91
+ }
92
+
93
+ #blazor-error-ui .dismiss[b-8n5c2123ho] {
94
+ cursor: pointer;
95
+ position: absolute;
96
+ right: 0.75rem;
97
+ top: 0.5rem;
98
+ }
@@ -0,0 +1,105 @@
1
+ .navbar-toggler[b-7uh8pvdtms] {
2
+ appearance: none;
3
+ cursor: pointer;
4
+ width: 3.5rem;
5
+ height: 2.5rem;
6
+ color: white;
7
+ position: absolute;
8
+ top: 0.5rem;
9
+ right: 1rem;
10
+ border: 1px solid rgba(255, 255, 255, 0.1);
11
+ background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
12
+ }
13
+
14
+ .navbar-toggler:checked[b-7uh8pvdtms] {
15
+ background-color: rgba(255, 255, 255, 0.5);
16
+ }
17
+
18
+ .top-row[b-7uh8pvdtms] {
19
+ min-height: 3.5rem;
20
+ background-color: rgba(0,0,0,0.4);
21
+ }
22
+
23
+ .navbar-brand[b-7uh8pvdtms] {
24
+ font-size: 1.1rem;
25
+ }
26
+
27
+ .bi[b-7uh8pvdtms] {
28
+ display: inline-block;
29
+ position: relative;
30
+ width: 1.25rem;
31
+ height: 1.25rem;
32
+ margin-right: 0.75rem;
33
+ top: -1px;
34
+ background-size: cover;
35
+ }
36
+
37
+ .bi-house-door-fill-nav-menu[b-7uh8pvdtms] {
38
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
39
+ }
40
+
41
+ .bi-plus-square-fill-nav-menu[b-7uh8pvdtms] {
42
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
43
+ }
44
+
45
+ .bi-list-nested-nav-menu[b-7uh8pvdtms] {
46
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
47
+ }
48
+
49
+ .nav-item[b-7uh8pvdtms] {
50
+ font-size: 0.9rem;
51
+ padding-bottom: 0.5rem;
52
+ }
53
+
54
+ .nav-item:first-of-type[b-7uh8pvdtms] {
55
+ padding-top: 1rem;
56
+ }
57
+
58
+ .nav-item:last-of-type[b-7uh8pvdtms] {
59
+ padding-bottom: 1rem;
60
+ }
61
+
62
+ .nav-item[b-7uh8pvdtms] .nav-link {
63
+ color: #d7d7d7;
64
+ background: none;
65
+ border: none;
66
+ border-radius: 4px;
67
+ height: 3rem;
68
+ display: flex;
69
+ align-items: center;
70
+ line-height: 3rem;
71
+ width: 100%;
72
+ }
73
+
74
+ .nav-item[b-7uh8pvdtms] a.active {
75
+ background-color: rgba(255,255,255,0.37);
76
+ color: white;
77
+ }
78
+
79
+ .nav-item[b-7uh8pvdtms] .nav-link:hover {
80
+ background-color: rgba(255,255,255,0.1);
81
+ color: white;
82
+ }
83
+
84
+ .nav-scrollable[b-7uh8pvdtms] {
85
+ display: none;
86
+ }
87
+
88
+ .navbar-toggler:checked ~ .nav-scrollable[b-7uh8pvdtms] {
89
+ display: block;
90
+ }
91
+
92
+ @media (min-width: 641px) {
93
+ .navbar-toggler[b-7uh8pvdtms] {
94
+ display: none;
95
+ }
96
+
97
+ .nav-scrollable[b-7uh8pvdtms] {
98
+ /* Never collapse the sidebar for wide screens */
99
+ display: block;
100
+
101
+ /* Allow sidebar to scroll for tall menus */
102
+ height: calc(100vh - 3.5rem);
103
+ overflow-y: auto;
104
+ }
105
+ }