nexabase-report 0.2.8 → 0.2.10

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 (198) hide show
  1. package/dist/{html2canvas-IHQe1dL8.js → html2canvas-BR5Zfk2I.js} +1 -1
  2. package/dist/{html2canvas-DreS5Xph.js → html2canvas-CX3Va04O.js} +2 -2
  3. package/dist/{html2pdf-BxljWFVL.js → html2pdf-DWBRzG46.js} +3 -3
  4. package/dist/{index-Db31OLYK.js → index-BPSYeQz4.js} +23190 -23260
  5. package/dist/{index.es-BOI7YUNH.js → index.es-tialsC4T.js} +2 -2
  6. package/dist/{jspdf.es.min-CHME-xrd.js → jspdf.es.min-Dcx0wUQ4.js} +2 -2
  7. package/dist/lib/styles/_primevue-core.css +4 -4
  8. package/dist/nexabase-report.es.js +1 -1
  9. package/dist/nexabase-report.umd.js +158 -158
  10. package/examples/BlazorServer/Pages/FacturaReport.razor +52 -0
  11. package/examples/blazor-report/.vs/blazor-report/CopilotIndices/18.5.39187.10602/CodeChunks.db +0 -0
  12. package/examples/blazor-report/.vs/blazor-report/CopilotIndices/18.5.39187.10602/CodeChunks.db-shm +0 -0
  13. package/examples/blazor-report/.vs/blazor-report/CopilotIndices/18.5.39187.10602/CodeChunks.db-wal +0 -0
  14. package/examples/blazor-report/.vs/blazor-report/CopilotIndices/18.5.39187.10602/SemanticSymbols.db +0 -0
  15. package/examples/blazor-report/.vs/blazor-report/CopilotIndices/18.5.39187.10602/SemanticSymbols.db-shm +0 -0
  16. package/examples/blazor-report/.vs/blazor-report/CopilotIndices/18.5.39187.10602/SemanticSymbols.db-wal +0 -0
  17. package/examples/blazor-report/.vs/blazor-report.slnx/FileContentIndex/703a57d7-cf1c-457c-aa2c-6fb9398c8bf7.vsidx +0 -0
  18. package/examples/blazor-report/.vs/blazor-report.slnx/FileContentIndex/70741c74-9514-4067-90f8-96624e5a719f.vsidx +0 -0
  19. package/examples/blazor-report/.vs/blazor-report.slnx/FileContentIndex/7ca4089f-e321-418f-8d92-4cb41fb5a7fc.vsidx +0 -0
  20. package/examples/blazor-report/Components/App.razor +19 -0
  21. package/examples/blazor-report/Components/Layout/MainLayout.razor +7 -0
  22. package/examples/blazor-report/Components/Layout/MainLayout.razor.css +98 -0
  23. package/examples/blazor-report/Components/Layout/NavMenu.razor +30 -0
  24. package/examples/blazor-report/Components/Layout/NavMenu.razor.css +105 -0
  25. package/examples/blazor-report/Components/Layout/ReconnectModal.razor +31 -0
  26. package/examples/blazor-report/Components/Layout/ReconnectModal.razor.css +157 -0
  27. package/examples/blazor-report/Components/Layout/ReconnectModal.razor.js +63 -0
  28. package/examples/blazor-report/Components/Pages/Counter.razor +19 -0
  29. package/examples/blazor-report/Components/Pages/Error.razor +36 -0
  30. package/examples/blazor-report/Components/Pages/Factura.razor +37 -0
  31. package/examples/blazor-report/Components/Pages/Home.razor +16 -0
  32. package/examples/blazor-report/Components/Pages/NotFound.razor +5 -0
  33. package/examples/blazor-report/Components/Pages/Weather.razor +64 -0
  34. package/examples/blazor-report/Components/Routes.razor +6 -0
  35. package/examples/blazor-report/Components/_Imports.razor +11 -0
  36. package/examples/blazor-report/Program.cs +18 -0
  37. package/examples/blazor-report/Properties/launchSettings.json +23 -0
  38. package/examples/blazor-report/appsettings.Development.json +8 -0
  39. package/examples/blazor-report/appsettings.json +9 -0
  40. package/examples/blazor-report/bin/Debug/net10.0/appsettings.Development.json +8 -0
  41. package/examples/blazor-report/bin/Debug/net10.0/appsettings.json +9 -0
  42. package/examples/blazor-report/bin/Debug/net10.0/blazor-report.deps.json +23 -0
  43. package/examples/blazor-report/bin/Debug/net10.0/blazor-report.dll +0 -0
  44. package/examples/blazor-report/bin/Debug/net10.0/blazor-report.exe +0 -0
  45. package/examples/blazor-report/bin/Debug/net10.0/blazor-report.pdb +0 -0
  46. package/examples/blazor-report/bin/Debug/net10.0/blazor-report.runtimeconfig.json +20 -0
  47. package/examples/blazor-report/bin/Debug/net10.0/blazor-report.staticwebassets.endpoints.json +1 -0
  48. package/examples/blazor-report/bin/Debug/net10.0/blazor-report.staticwebassets.runtime.json +1 -0
  49. package/examples/blazor-report/blazor-report.csproj +12 -0
  50. package/examples/blazor-report/blazor-report.csproj.user +6 -0
  51. package/examples/blazor-report/obj/Debug/net10.0/.NETCoreApp,Version=v10.0.AssemblyAttributes.cs +4 -0
  52. package/examples/blazor-report/obj/Debug/net10.0/ApiEndpoints.json +1 -0
  53. package/examples/blazor-report/obj/Debug/net10.0/EmbeddedAttribute.cs +7 -0
  54. package/examples/blazor-report/obj/Debug/net10.0/ValidatableTypeAttribute.cs +9 -0
  55. package/examples/blazor-report/obj/Debug/net10.0/apphost.exe +0 -0
  56. package/examples/blazor-report/obj/Debug/net10.0/blazor-report.AssemblyInfo.cs +22 -0
  57. package/examples/blazor-report/obj/Debug/net10.0/blazor-report.AssemblyInfoInputs.cache +1 -0
  58. package/examples/blazor-report/obj/Debug/net10.0/blazor-report.GeneratedMSBuildEditorConfig.editorconfig +71 -0
  59. package/examples/blazor-report/obj/Debug/net10.0/blazor-report.GlobalUsings.g.cs +18 -0
  60. package/examples/blazor-report/obj/Debug/net10.0/blazor-report.MvcApplicationPartsAssemblyInfo.cache +0 -0
  61. package/examples/blazor-report/obj/Debug/net10.0/blazor-report.assets.cache +0 -0
  62. package/examples/blazor-report/obj/Debug/net10.0/blazor-report.csproj.BuildWithSkipAnalyzers +0 -0
  63. package/examples/blazor-report/obj/Debug/net10.0/blazor-report.csproj.CoreCompileInputs.cache +1 -0
  64. package/examples/blazor-report/obj/Debug/net10.0/blazor-report.csproj.FileListAbsolute.txt +89 -0
  65. package/examples/blazor-report/obj/Debug/net10.0/blazor-report.dll +0 -0
  66. package/examples/blazor-report/obj/Debug/net10.0/blazor-report.genruntimeconfig.cache +1 -0
  67. package/examples/blazor-report/obj/Debug/net10.0/blazor-report.pdb +0 -0
  68. package/examples/blazor-report/obj/Debug/net10.0/blazor-report.sourcelink.json +1 -0
  69. package/examples/blazor-report/obj/Debug/net10.0/compressed/01gcr5ok0d-{0}-tdbxkamptv-tdbxkamptv.gz +0 -0
  70. package/examples/blazor-report/obj/Debug/net10.0/compressed/0u122lzsqf-{0}-v0zj4ognzu-v0zj4ognzu.gz +0 -0
  71. package/examples/blazor-report/obj/Debug/net10.0/compressed/19vuobcugt-{0}-ausgxo2sd3-ausgxo2sd3.gz +0 -0
  72. package/examples/blazor-report/obj/Debug/net10.0/compressed/2w8s7d0tmu-{0}-c2oey78nd0-c2oey78nd0.gz +0 -0
  73. package/examples/blazor-report/obj/Debug/net10.0/compressed/3seby862hk-{0}-pj5nd1wqec-pj5nd1wqec.gz +0 -0
  74. package/examples/blazor-report/obj/Debug/net10.0/compressed/4oukg00khs-{0}-p3yawhb8cp-p3yawhb8cp.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/6vz3ynifev-{0}-z72ixxujkx-z72ixxujkx.gz +0 -0
  80. package/examples/blazor-report/obj/Debug/net10.0/compressed/7qckystb2n-{0}-jj8uyg4cgr-jj8uyg4cgr.gz +0 -0
  81. package/examples/blazor-report/obj/Debug/net10.0/compressed/7y9tnc1ana-{0}-hwaxidwiwj-hwaxidwiwj.gz +0 -0
  82. package/examples/blazor-report/obj/Debug/net10.0/compressed/7zwf5lrnue-{0}-notf2xhcfb-notf2xhcfb.gz +0 -0
  83. package/examples/blazor-report/obj/Debug/net10.0/compressed/83pb0ayzsm-{0}-k8d9w2qqmf-k8d9w2qqmf.gz +0 -0
  84. package/examples/blazor-report/obj/Debug/net10.0/compressed/88dhp3hbzx-{0}-37tfw0ft22-37tfw0ft22.gz +0 -0
  85. package/examples/blazor-report/obj/Debug/net10.0/compressed/a0n8vocv65-{0}-khv3u5hwcm-khv3u5hwcm.gz +0 -0
  86. package/examples/blazor-report/obj/Debug/net10.0/compressed/acjalqkfgt-{0}-7ma0977mvv-7ma0977mvv.gz +0 -0
  87. package/examples/blazor-report/obj/Debug/net10.0/compressed/bgsbrgy7vf-{0}-h1s4sie4z3-h1s4sie4z3.gz +0 -0
  88. package/examples/blazor-report/obj/Debug/net10.0/compressed/c6laszq5ww-{0}-46ein0sx1k-46ein0sx1k.gz +0 -0
  89. package/examples/blazor-report/obj/Debug/net10.0/compressed/dm27gmg8ll-{0}-fvhpjtyr6v-fvhpjtyr6v.gz +0 -0
  90. package/examples/blazor-report/obj/Debug/net10.0/compressed/es0hst4x17-{0}-ee0r1s7dh0-ee0r1s7dh0.gz +0 -0
  91. package/examples/blazor-report/obj/Debug/net10.0/compressed/f4eerlwe3k-{0}-63fj8s7r0e-63fj8s7r0e.gz +0 -0
  92. package/examples/blazor-report/obj/Debug/net10.0/compressed/f5b7s575cu-{0}-ub07r2b239-ub07r2b239.gz +0 -0
  93. package/examples/blazor-report/obj/Debug/net10.0/compressed/gi3zzjjv2d-{0}-iovd86k7lj-iovd86k7lj.gz +0 -0
  94. package/examples/blazor-report/obj/Debug/net10.0/compressed/h9k7hhwqjn-{0}-m2jb7tclhy-m2jb7tclhy.gz +0 -0
  95. package/examples/blazor-report/obj/Debug/net10.0/compressed/hd6b60w7a9-{0}-pk9g2wxc8p-pk9g2wxc8p.gz +0 -0
  96. package/examples/blazor-report/obj/Debug/net10.0/compressed/iepu09js1p-{0}-493y06b0oq-493y06b0oq.gz +0 -0
  97. package/examples/blazor-report/obj/Debug/net10.0/compressed/k77ggeojrw-{0}-bqjiyaj88i-bqjiyaj88i.gz +0 -0
  98. package/examples/blazor-report/obj/Debug/net10.0/compressed/kpxymjsba6-{0}-kbrnm935zg-kbrnm935zg.gz +0 -0
  99. package/examples/blazor-report/obj/Debug/net10.0/compressed/kq868t8x5q-{0}-fsbi9cje9m-fsbi9cje9m.gz +0 -0
  100. package/examples/blazor-report/obj/Debug/net10.0/compressed/lbvdfe28z6-{0}-b7pk76d08c-b7pk76d08c.gz +0 -0
  101. package/examples/blazor-report/obj/Debug/net10.0/compressed/ltulwrnpym-{0}-erw9l3u2r3-erw9l3u2r3.gz +0 -0
  102. package/examples/blazor-report/obj/Debug/net10.0/compressed/pcqcp3y12o-{0}-lcd1t2u6c8-lcd1t2u6c8.gz +0 -0
  103. package/examples/blazor-report/obj/Debug/net10.0/compressed/q6ii8s1dt0-{0}-abdmv1u4y3-abdmv1u4y3.gz +0 -0
  104. package/examples/blazor-report/obj/Debug/net10.0/compressed/r8rcl1ft48-{0}-ft3s53vfgj-ft3s53vfgj.gz +0 -0
  105. package/examples/blazor-report/obj/Debug/net10.0/compressed/relgedb7iz-{0}-6pdc2jztkx-6pdc2jztkx.gz +0 -0
  106. package/examples/blazor-report/obj/Debug/net10.0/compressed/s7ng5by487-{0}-hrwsygsryq-hrwsygsryq.gz +0 -0
  107. package/examples/blazor-report/obj/Debug/net10.0/compressed/sezds5me7x-{0}-d7shbmvgxk-d7shbmvgxk.gz +0 -0
  108. package/examples/blazor-report/obj/Debug/net10.0/compressed/soo3rna5ha-{0}-0j3bgjxly4-0j3bgjxly4.gz +0 -0
  109. package/examples/blazor-report/obj/Debug/net10.0/compressed/t11mfcypsb-{0}-s35ty4nyc5-s35ty4nyc5.gz +0 -0
  110. package/examples/blazor-report/obj/Debug/net10.0/compressed/t35fshhzld-{0}-06098lyss8-06098lyss8.gz +0 -0
  111. package/examples/blazor-report/obj/Debug/net10.0/compressed/tb3gndp62e-{0}-dxx9fxp4il-dxx9fxp4il.gz +0 -0
  112. package/examples/blazor-report/obj/Debug/net10.0/compressed/tmx7wa8ilq-{0}-vr1egmr9el-vr1egmr9el.gz +0 -0
  113. package/examples/blazor-report/obj/Debug/net10.0/compressed/v33f9mpzye-{0}-r4e9w2rdcm-r4e9w2rdcm.gz +0 -0
  114. package/examples/blazor-report/obj/Debug/net10.0/compressed/va8x872qf1-{0}-aexeepp0ev-aexeepp0ev.gz +0 -0
  115. package/examples/blazor-report/obj/Debug/net10.0/compressed/w5d5wye635-{0}-j5mq2jizvt-j5mq2jizvt.gz +0 -0
  116. package/examples/blazor-report/obj/Debug/net10.0/compressed/weriyjrep0-{0}-y7v9cxd14o-y7v9cxd14o.gz +0 -0
  117. package/examples/blazor-report/obj/Debug/net10.0/compressed/ycnqkrbal1-{0}-m2jb7tclhy-m2jb7tclhy.gz +0 -0
  118. package/examples/blazor-report/obj/Debug/net10.0/compressed/yl0vb4jg87-{0}-jd9uben2k1-jd9uben2k1.gz +0 -0
  119. package/examples/blazor-report/obj/Debug/net10.0/compressed/z5nx2tkgl4-{0}-khy4lop6wu-khy4lop6wu.gz +0 -0
  120. package/examples/blazor-report/obj/Debug/net10.0/compressed/zeckyeunui-{0}-6cfz1n2cew-6cfz1n2cew.gz +0 -0
  121. package/examples/blazor-report/obj/Debug/net10.0/compressed/zu2f3ffzwm-{0}-cosvhxvwiu-cosvhxvwiu.gz +0 -0
  122. package/examples/blazor-report/obj/Debug/net10.0/rbcswa.dswa.cache.json +1 -0
  123. package/examples/blazor-report/obj/Debug/net10.0/ref/blazor-report.dll +0 -0
  124. package/examples/blazor-report/obj/Debug/net10.0/refint/blazor-report.dll +0 -0
  125. package/examples/blazor-report/obj/Debug/net10.0/rjimswa.dswa.cache.json +1 -0
  126. package/examples/blazor-report/obj/Debug/net10.0/rjsmcshtml.dswa.cache.json +1 -0
  127. package/examples/blazor-report/obj/Debug/net10.0/rjsmrazor.dswa.cache.json +1 -0
  128. package/examples/blazor-report/obj/Debug/net10.0/rpswa.dswa.cache.json +1 -0
  129. package/examples/blazor-report/obj/Debug/net10.0/scopedcss/Components/Layout/MainLayout.razor.rz.scp.css +98 -0
  130. package/examples/blazor-report/obj/Debug/net10.0/scopedcss/Components/Layout/NavMenu.razor.rz.scp.css +105 -0
  131. package/examples/blazor-report/obj/Debug/net10.0/scopedcss/Components/Layout/ReconnectModal.razor.rz.scp.css +157 -0
  132. package/examples/blazor-report/obj/Debug/net10.0/scopedcss/bundle/blazor-report.styles.css +363 -0
  133. package/examples/blazor-report/obj/Debug/net10.0/scopedcss/projectbundle/blazor-report.bundle.scp.css +363 -0
  134. package/examples/blazor-report/obj/Debug/net10.0/staticwebassets.build.endpoints.json +1 -0
  135. package/examples/blazor-report/obj/Debug/net10.0/staticwebassets.build.json +1 -0
  136. package/examples/blazor-report/obj/Debug/net10.0/staticwebassets.build.json.cache +1 -0
  137. package/examples/blazor-report/obj/Debug/net10.0/staticwebassets.development.json +1 -0
  138. package/examples/blazor-report/obj/Debug/net10.0/staticwebassets.references.upToDateCheck.txt +0 -0
  139. package/examples/blazor-report/obj/Debug/net10.0/staticwebassets.removed.txt +0 -0
  140. package/examples/blazor-report/obj/Debug/net10.0/swae.build.ex.cache +0 -0
  141. package/examples/blazor-report/obj/blazor-report.csproj.nuget.dgspec.json +499 -0
  142. package/examples/blazor-report/obj/blazor-report.csproj.nuget.g.props +19 -0
  143. package/examples/blazor-report/obj/blazor-report.csproj.nuget.g.targets +6 -0
  144. package/examples/blazor-report/obj/project.assets.json +542 -0
  145. package/examples/blazor-report/obj/project.nuget.cache +10 -0
  146. package/examples/blazor-report/wwwroot/app.css +60 -0
  147. package/examples/blazor-report/wwwroot/factura_de_recolecci/303/263n_de_residuos.json +528 -0
  148. package/examples/blazor-report/wwwroot/favicon.png +0 -0
  149. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css +4085 -0
  150. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css.map +1 -0
  151. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css +6 -0
  152. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css.map +1 -0
  153. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.rtl.css +4084 -0
  154. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.rtl.css.map +1 -0
  155. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.rtl.min.css +6 -0
  156. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.rtl.min.css.map +1 -0
  157. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css +597 -0
  158. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css.map +1 -0
  159. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css +6 -0
  160. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css.map +1 -0
  161. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.rtl.css +594 -0
  162. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.rtl.css.map +1 -0
  163. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.rtl.min.css +6 -0
  164. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.rtl.min.css.map +1 -0
  165. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.css +5402 -0
  166. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.css.map +1 -0
  167. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.min.css +6 -0
  168. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.min.css.map +1 -0
  169. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.rtl.css +5393 -0
  170. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.rtl.css.map +1 -0
  171. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.rtl.min.css +6 -0
  172. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.rtl.min.css.map +1 -0
  173. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap.css +12057 -0
  174. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map +1 -0
  175. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css +6 -0
  176. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map +1 -0
  177. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap.rtl.css +12030 -0
  178. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap.rtl.css.map +1 -0
  179. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap.rtl.min.css +6 -0
  180. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap.rtl.min.css.map +1 -0
  181. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js +6314 -0
  182. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js.map +1 -0
  183. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js +7 -0
  184. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js.map +1 -0
  185. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/js/bootstrap.esm.js +4447 -0
  186. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/js/bootstrap.esm.js.map +1 -0
  187. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/js/bootstrap.esm.min.js +7 -0
  188. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/js/bootstrap.esm.min.js.map +1 -0
  189. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/js/bootstrap.js +4494 -0
  190. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/js/bootstrap.js.map +1 -0
  191. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js +7 -0
  192. package/examples/blazor-report/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js.map +1 -0
  193. package/examples/blazor-report/wwwroot/nexabase-report.umd.js +517 -0
  194. package/examples/blazor-report/wwwroot/style.css +7 -0
  195. package/examples/integration/integration-jquery.html +2 -2
  196. package/examples/viewer.html +58 -0
  197. package/package.json +4 -4
  198. package/examples/blazor-razor-invoice/invoice-report.json +0 -537
@@ -0,0 +1,7 @@
1
+ /* ============================================================
2
+ NEXABASE REPORT — GLOBAL STYLES
3
+ ============================================================
4
+ This file re-exports all modular style sheets.
5
+ Import this file or './lib/styles/index.css' — both work.
6
+ ============================================================ */
7
+ @import "./lib/styles/index.css";
@@ -4,7 +4,7 @@
4
4
  <meta charset="UTF-8">
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
6
  <title>Reporte - Ejemplo jQuery + nexabase-report</title>
7
- <link rel="stylesheet" href="../../dist/style.css">
7
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/nexabase-report@0.2.9/dist/style.css">
8
8
  <style>
9
9
  body { font-family: system-ui, sans-serif; margin: 20px; background: #f9fafb; }
10
10
  .report-container { height: 800px; border: 1px solid #e5e7eb; border-radius: 8px; overflow: hidden; background: white; }
@@ -33,7 +33,7 @@
33
33
  Los datos de factura e items son construidos dinámicamente en el cliente.
34
34
  </div>
35
35
 
36
- <script src="../../dist/nexabase-report.umd.js"></script>
36
+ <script src="https://cdn.jsdelivr.net/npm/nexabase-report@0.2.9/dist/nexabase-report.umd.js"></script>
37
37
  <script>
38
38
  $(function() {
39
39
  // Registrar el custom element una vez
@@ -0,0 +1,58 @@
1
+ <!DOCTYPE html>
2
+ <html lang="es">
3
+ <head>
4
+ <meta charset="utf-8" />
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
+ <title>Factura - nexabase-report</title>
7
+ <style>
8
+ body { font-family: system-ui; margin: 0; padding: 20px; background: #f8fafc; }
9
+ .container { max-width: 900px; margin: 0 auto; }
10
+ h1 { color: #1e3a8a; }
11
+ #viewer-container { height: 850px; background: white; border: 1px solid #e5e7eb; border-radius: 8px; overflow: hidden; }
12
+ nexa-viewer { display: block; height: 100%; }
13
+ .btn { padding: 10px 20px; border: none; border-radius: 6px; cursor: pointer; font-size: 14px; margin-right: 8px; }
14
+ .btn-pdf { background: #1e40af; color: white; }
15
+ .btn-excel { background: #16a34a; color: white; }
16
+ </style>
17
+ </head>
18
+ <body>
19
+ <div class="container">
20
+ <h1>Factura de Recolección de Residuos</h1>
21
+ <div id="viewer-container">
22
+ <nexa-viewer id="viewer"></nexa-viewer>
23
+ </div>
24
+ <div style="margin-top:16px;">
25
+ <button class="btn btn-pdf" onclick="window._viewer?.exportPdf()">Exportar PDF</button>
26
+ <button class="btn btn-excel" onclick="window._viewer?.exportExcel()">Exportar Excel</button>
27
+ </div>
28
+ </div>
29
+
30
+ <script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>
31
+ <script src="https://cdn.jsdelivr.net/npm/nexabase-report@0.2.9/dist/nexabase-report.umd.js"></script>
32
+ <script>
33
+ $(function() {
34
+ $.getJSON('factura_de_recolección_de_residuos.json', function(definition) {
35
+ var data = {
36
+ cliente: [{ nofactura: "34", nombre: "CLIENTE EJEMPLO S.A.S.", nit: "900.123.456-7", direccion: "Calle 100 # 15-20", ciudad: "Bogotá D.C.", fechaRecoleccion: "2025-05-01" }],
37
+ residuos: [
38
+ { nofactura: "34", fechaRecoleccion: "2025-05-01", nombreResiduo: "ÁCIDO CLORHÍDRICO", cantidad: 5, documentoRelacionado: "25" },
39
+ { nofactura: "34", fechaRecoleccion: "2025-05-02", nombreResiduo: "ÁCIDO CLORHÍDRICO", cantidad: 3, documentoRelacionado: "26" },
40
+ { nofactura: "34", fechaRecoleccion: "2025-05-01", nombreResiduo: "BIO SANITARIOS", cantidad: 5, documentoRelacionado: "28" },
41
+ { nofactura: "34", fechaRecoleccion: "2025-05-03", nombreResiduo: "BIO SANITARIOS", cantidad: 2, documentoRelacionado: "30" },
42
+ { nofactura: "34", fechaRecoleccion: "2025-05-01", nombreResiduo: "CLORURO FÉRRICO", cantidad: 8, documentoRelacionado: "31" }
43
+ ],
44
+ tarifas: [
45
+ { nofactura: "34", facturacionMinima: 0, kilosMinimos: 0, precio: 52200, residuo: "ÁCIDO CLORHÍDRICO", tipoTarifa: "Tarifa x Kilo" },
46
+ { nofactura: "34", facturacionMinima: 0, kilosMinimos: 0, precio: 52200, residuo: "BIO SANITARIOS", tipoTarifa: "Tarifa x Kilo" }
47
+ ]
48
+ };
49
+
50
+ var viewer = document.getElementById('viewer');
51
+ window._viewer = viewer;
52
+ viewer.definition = definition;
53
+ viewer.data = data;
54
+ });
55
+ });
56
+ </script>
57
+ </body>
58
+ </html>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nexabase-report",
3
- "version": "0.2.8",
3
+ "version": "0.2.10",
4
4
  "description": "Professional report designer and viewer for NexaBase — drag & drop designer, PDF/Excel export, charts, crosstabs, subreports.",
5
5
  "license": "MIT",
6
6
  "author": "NexaBase Team",
@@ -61,9 +61,9 @@
61
61
  "test": "vitest run",
62
62
  "test:watch": "vitest",
63
63
  "test:coverage": "vitest run --coverage",
64
- "release:patch": "npm test && npm run build && npm version patch && npm publish",
65
- "release:minor": "npm test && npm run build && npm version minor && npm publish",
66
- "release:major": "npm test && npm run build && npm version major && npm publish",
64
+ "release:patch": "npm test && npm run build && npm version patch",
65
+ "release:minor": "npm test && npm run build && npm version minor",
66
+ "release:major": "npm test && npm run build && npm version major",
67
67
  "prepack": "npm run build",
68
68
  "lint": "eslint src/lib/",
69
69
  "lint:fix": "eslint src/lib/ --fix"
@@ -1,537 +0,0 @@
1
- {
2
- "metadata": {
3
- "version": "1.0",
4
- "name": "Factura de Venta",
5
- "description": "Factura comercial con datos del cliente, detalle de productos y totales. Ejemplo de integración Blazor Razor + nexabase-report.",
6
- "author": "NexaBase",
7
- "createdAt": "2026-05-09T00:00:00.000Z"
8
- },
9
- "layout": {
10
- "page": {
11
- "format": "A4",
12
- "orientation": "portrait",
13
- "margins": {
14
- "top": 1.5,
15
- "right": 1,
16
- "bottom": 1,
17
- "left": 1
18
- }
19
- },
20
- "bands": [
21
- {
22
- "id": "rh_factura",
23
- "type": "ReportHeader",
24
- "height": 250,
25
- "elements": [
26
- {
27
- "id": "rect_header",
28
- "type": "Rectangle",
29
- "x": 0,
30
- "y": 0,
31
- "width": 680,
32
- "height": 100,
33
- "shapeType": "Rectangle",
34
- "options": {
35
- "lineColor": "#1e40af",
36
- "strokeWidth": 2,
37
- "fillColor": "#eff6ff"
38
- }
39
- },
40
- {
41
- "id": "t_empresa",
42
- "type": "Text",
43
- "x": 20,
44
- "y": 10,
45
- "width": 300,
46
- "height": 24,
47
- "content": "MI EMPRESA S.A.",
48
- "style": {
49
- "fontSize": "20px",
50
- "fontWeight": "bold",
51
- "color": "#1e3a8a"
52
- }
53
- },
54
- {
55
- "id": "t_empresa_nit",
56
- "type": "Text",
57
- "x": 20,
58
- "y": 36,
59
- "width": 200,
60
- "height": 14,
61
- "content": "NIT: 901.234.567-8",
62
- "style": {
63
- "fontSize": "11px",
64
- "color": "#475569"
65
- }
66
- },
67
- {
68
- "id": "t_factura_derecha",
69
- "type": "Text",
70
- "x": 450,
71
- "y": 10,
72
- "width": 210,
73
- "height": 24,
74
- "content": "FACTURA DE VENTA",
75
- "style": {
76
- "fontSize": "18px",
77
- "fontWeight": "bold",
78
- "color": "#1e40af",
79
- "textAlign": "right"
80
- }
81
- },
82
- {
83
- "id": "t_numero",
84
- "type": "Text",
85
- "x": 450,
86
- "y": 38,
87
- "width": 210,
88
- "height": 16,
89
- "content": "N° {{numeroFactura}}",
90
- "style": {
91
- "fontSize": "14px",
92
- "fontWeight": "bold",
93
- "color": "#374151",
94
- "textAlign": "right"
95
- }
96
- },
97
- {
98
- "id": "t_fecha",
99
- "type": "Text",
100
- "x": 450,
101
- "y": 58,
102
- "width": 210,
103
- "height": 14,
104
- "content": "Fecha: {{fecha}}",
105
- "style": {
106
- "fontSize": "11px",
107
- "color": "#64748b",
108
- "textAlign": "right"
109
- }
110
- },
111
- {
112
- "id": "line_div",
113
- "type": "Line",
114
- "x": 0,
115
- "y": 105,
116
- "width": 680,
117
- "height": 2,
118
- "shapeType": "Line",
119
- "options": {
120
- "lineColor": "#1e40af",
121
- "strokeWidth": 2
122
- }
123
- },
124
- {
125
- "id": "t_cliente_label",
126
- "type": "Text",
127
- "x": 20,
128
- "y": 112,
129
- "width": 80,
130
- "height": 16,
131
- "content": "Cliente:",
132
- "style": {
133
- "fontSize": "12px",
134
- "fontWeight": "bold",
135
- "color": "#374151"
136
- }
137
- },
138
- {
139
- "id": "t_cliente_nombre",
140
- "type": "Text",
141
- "x": 100,
142
- "y": 112,
143
- "width": 280,
144
- "height": 16,
145
- "content": "{{nombreCliente}}",
146
- "style": {
147
- "fontSize": "12px",
148
- "color": "#1e293b"
149
- }
150
- },
151
- {
152
- "id": "t_cliente_nit",
153
- "type": "Text",
154
- "x": 20,
155
- "y": 130,
156
- "width": 200,
157
- "height": 14,
158
- "content": "NIT: {{nitCliente}}",
159
- "style": {
160
- "fontSize": "11px",
161
- "color": "#64748b"
162
- }
163
- },
164
- {
165
- "id": "t_cliente_direccion",
166
- "type": "Text",
167
- "x": 20,
168
- "y": 146,
169
- "width": 350,
170
- "height": 14,
171
- "content": "{{direccionCliente}}",
172
- "style": {
173
- "fontSize": "11px",
174
- "color": "#64748b"
175
- }
176
- },
177
- {
178
- "id": "t_forma_pago",
179
- "type": "Text",
180
- "x": 480,
181
- "y": 112,
182
- "width": 180,
183
- "height": 14,
184
- "content": "Forma de pago: {{formaPago}}",
185
- "style": {
186
- "fontSize": "11px",
187
- "color": "#475569",
188
- "textAlign": "right"
189
- }
190
- },
191
- {
192
- "id": "t_vendedor",
193
- "type": "Text",
194
- "x": 480,
195
- "y": 130,
196
- "width": 180,
197
- "height": 14,
198
- "content": "Vendedor: {{vendedor}}",
199
- "style": {
200
- "fontSize": "11px",
201
- "color": "#475569",
202
- "textAlign": "right"
203
- }
204
- }
205
- ]
206
- },
207
- {
208
- "id": "db_items",
209
- "type": "DataBand",
210
- "height": 280,
211
- "dataSource": "items",
212
- "elements": [
213
- {
214
- "id": "t_items_title",
215
- "type": "Text",
216
- "x": 0,
217
- "y": 5,
218
- "width": 250,
219
- "height": 20,
220
- "content": "Detalle de Productos",
221
- "style": {
222
- "fontSize": "13px",
223
- "fontWeight": "bold",
224
- "color": "#1e3a8a"
225
- }
226
- },
227
- {
228
- "id": "table_items",
229
- "type": "Table",
230
- "x": 0,
231
- "y": 30,
232
- "width": 680,
233
- "height": 240,
234
- "tableColumns": [
235
- {
236
- "id": "col_codigo",
237
- "title": "Código",
238
- "width": 80,
239
- "binding": "codigo"
240
- },
241
- {
242
- "id": "col_producto",
243
- "title": "Producto",
244
- "width": 260,
245
- "binding": "descripcion"
246
- },
247
- {
248
- "id": "col_cantidad",
249
- "title": "Cant.",
250
- "width": 70,
251
- "binding": "cantidad"
252
- },
253
- {
254
- "id": "col_precio",
255
- "title": "Precio Unit.",
256
- "width": 110,
257
- "binding": "precioUnitario"
258
- },
259
- {
260
- "id": "col_descuento",
261
- "title": "Desc.",
262
- "width": 60,
263
- "binding": "descuentoPorcentaje"
264
- },
265
- {
266
- "id": "col_subtotal",
267
- "title": "Subtotal",
268
- "width": 100,
269
- "binding": "subtotal"
270
- }
271
- ],
272
- "tableShowFooter": true,
273
- "style": {
274
- "fontSize": "11px"
275
- }
276
- }
277
- ]
278
- },
279
- {
280
- "id": "rf_totales",
281
- "type": "ReportFooter",
282
- "height": 120,
283
- "elements": [
284
- {
285
- "id": "line_sep",
286
- "type": "Line",
287
- "x": 400,
288
- "y": 0,
289
- "width": 280,
290
- "height": 1,
291
- "shapeType": "Line",
292
- "options": {
293
- "lineColor": "#94a3b8",
294
- "strokeWidth": 1
295
- }
296
- },
297
- {
298
- "id": "t_subtotal_label",
299
- "type": "Text",
300
- "x": 400,
301
- "y": 8,
302
- "width": 120,
303
- "height": 18,
304
- "content": "Subtotal:",
305
- "style": {
306
- "fontSize": "12px",
307
- "fontWeight": "bold",
308
- "color": "#374151",
309
- "textAlign": "right"
310
- }
311
- },
312
- {
313
- "id": "t_subtotal_val",
314
- "type": "Text",
315
- "x": 530,
316
- "y": 8,
317
- "width": 150,
318
- "height": 18,
319
- "content": "${[sum(subtotal)]}",
320
- "style": {
321
- "fontSize": "12px",
322
- "color": "#374151",
323
- "textAlign": "right"
324
- }
325
- },
326
- {
327
- "id": "t_descuento_label",
328
- "type": "Text",
329
- "x": 400,
330
- "y": 28,
331
- "width": 120,
332
- "height": 16,
333
- "content": "Descuento total:",
334
- "style": {
335
- "fontSize": "11px",
336
- "color": "#64748b",
337
- "textAlign": "right"
338
- }
339
- },
340
- {
341
- "id": "t_descuento_val",
342
- "type": "Text",
343
- "x": 530,
344
- "y": 28,
345
- "width": 150,
346
- "height": 16,
347
- "content": "${[sum(descuentoPorcentaje)]}%",
348
- "style": {
349
- "fontSize": "11px",
350
- "color": "#dc2626",
351
- "textAlign": "right"
352
- }
353
- },
354
- {
355
- "id": "t_iva_label",
356
- "type": "Text",
357
- "x": 400,
358
- "y": 48,
359
- "width": 120,
360
- "height": 16,
361
- "content": "IVA (19%):",
362
- "style": {
363
- "fontSize": "11px",
364
- "color": "#64748b",
365
- "textAlign": "right"
366
- }
367
- },
368
- {
369
- "id": "t_iva_val",
370
- "type": "Text",
371
- "x": 530,
372
- "y": 48,
373
- "width": 150,
374
- "height": 16,
375
- "content": "${[sum(subtotal) * 0.19]}",
376
- "style": {
377
- "fontSize": "11px",
378
- "color": "#64748b",
379
- "textAlign": "right"
380
- }
381
- },
382
- {
383
- "id": "line_total",
384
- "type": "Line",
385
- "x": 400,
386
- "y": 70,
387
- "width": 280,
388
- "height": 2,
389
- "shapeType": "Line",
390
- "options": {
391
- "lineColor": "#1e40af",
392
- "strokeWidth": 2
393
- }
394
- },
395
- {
396
- "id": "t_total_label",
397
- "type": "Text",
398
- "x": 400,
399
- "y": 76,
400
- "width": 120,
401
- "height": 28,
402
- "content": "TOTAL:",
403
- "style": {
404
- "fontSize": "16px",
405
- "fontWeight": "bold",
406
- "color": "#1e3a8a",
407
- "textAlign": "right"
408
- }
409
- },
410
- {
411
- "id": "t_total_val",
412
- "type": "Text",
413
- "x": 530,
414
- "y": 76,
415
- "width": 150,
416
- "height": 28,
417
- "content": "${[sum(subtotal) * 1.19]}",
418
- "style": {
419
- "fontSize": "18px",
420
- "fontWeight": "bold",
421
- "color": "#1e3a8a",
422
- "textAlign": "right"
423
- }
424
- }
425
- ]
426
- },
427
- {
428
- "id": "pf_pagina",
429
- "type": "PageFooter",
430
- "height": 30,
431
- "elements": [
432
- {
433
- "id": "t_pagina",
434
- "type": "Text",
435
- "x": 0,
436
- "y": 8,
437
- "width": 680,
438
- "height": 16,
439
- "content": "Página {{Page}} de {{TotalPages}} — Generado: {{Now}}",
440
- "style": {
441
- "fontSize": "9px",
442
- "color": "#94a3b8",
443
- "textAlign": "center"
444
- }
445
- }
446
- ]
447
- }
448
- ],
449
- "watermark": {
450
- "text": "",
451
- "opacity": 0
452
- },
453
- "generateTOC": false
454
- },
455
- "dataSources": [
456
- {
457
- "id": "ds_factura",
458
- "collection": "",
459
- "alias": "factura",
460
- "enabled": true,
461
- "isManual": true,
462
- "manualData": [
463
- {
464
- "numeroFactura": "FV-2026-00456",
465
- "fecha": "2026-05-09",
466
- "nombreCliente": "CLIENTE EJEMPLO S.A.S.",
467
- "nitCliente": "900.987.654-3",
468
- "direccionCliente": "Carrera 15 # 88-40, Bogotá D.C.",
469
- "formaPago": "Crédito 30 días",
470
- "vendedor": "Carlos Mendoza"
471
- }
472
- ]
473
- },
474
- {
475
- "id": "ds_items",
476
- "collection": "",
477
- "alias": "items",
478
- "enabled": true,
479
- "isManual": true,
480
- "manualData": [
481
- {
482
- "codigo": "P-001",
483
- "descripcion": "Portátil HP ProBook 450 G10",
484
- "cantidad": 2,
485
- "precioUnitario": 3250000,
486
- "descuentoPorcentaje": 5,
487
- "subtotal": 6175000
488
- },
489
- {
490
- "codigo": "P-002",
491
- "descripcion": "Monitor Dell 27'' UltraSharp",
492
- "cantidad": 2,
493
- "precioUnitario": 1450000,
494
- "descuentoPorcentaje": 0,
495
- "subtotal": 2900000
496
- },
497
- {
498
- "codigo": "P-003",
499
- "descripcion": "Teclado mecánico Logitech MX",
500
- "cantidad": 5,
501
- "precioUnitario": 285000,
502
- "descuentoPorcentaje": 10,
503
- "subtotal": 1282500
504
- },
505
- {
506
- "codigo": "P-004",
507
- "descripcion": "Mouse wireless Logitech MX Master 3",
508
- "cantidad": 5,
509
- "precioUnitario": 380000,
510
- "descuentoPorcentaje": 10,
511
- "subtotal": 1710000
512
- },
513
- {
514
- "codigo": "P-005",
515
- "descripcion": "Webcam Logitech Brio 4K",
516
- "cantidad": 3,
517
- "precioUnitario": 650000,
518
- "descuentoPorcentaje": 0,
519
- "subtotal": 1950000
520
- },
521
- {
522
- "codigo": "P-006",
523
- "descripcion": "Docking station Dell WD19TBS",
524
- "cantidad": 2,
525
- "precioUnitario": 890000,
526
- "descuentoPorcentaje": 5,
527
- "subtotal": 1691000
528
- }
529
- ]
530
- }
531
- ],
532
- "dictionary": {
533
- "dataSources": [],
534
- "manualFields": []
535
- },
536
- "documentType": "Report"
537
- }