@nova-design-system/nova-webcomponents 3.0.0-beta.25 → 3.0.0-beta.28

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 (400) hide show
  1. package/LICENSE.MD +61 -108
  2. package/dist/blazor-docs.json +1283 -172
  3. package/dist/cjs/app-globals-d8cbb987.js.map +1 -1
  4. package/dist/cjs/index-c50face0.js +48 -0
  5. package/dist/cjs/loader.cjs.js +1 -1
  6. package/dist/cjs/native.cjs.js +1 -1
  7. package/dist/cjs/nv-datagrid.cjs.entry.js +3226 -0
  8. package/dist/cjs/nv-datagrid.cjs.entry.js.map +1 -0
  9. package/dist/cjs/nv-datagridbody.cjs.entry.js +24 -0
  10. package/dist/cjs/nv-datagridbody.cjs.entry.js.map +1 -0
  11. package/dist/cjs/nv-datagridcolumn.cjs.entry.js +27 -0
  12. package/dist/cjs/nv-datagridcolumn.cjs.entry.js.map +1 -0
  13. package/dist/cjs/nv-datagriddatacell.cjs.entry.js +26 -0
  14. package/dist/cjs/nv-datagriddatacell.cjs.entry.js.map +1 -0
  15. package/dist/cjs/nv-datagridhead.cjs.entry.js +24 -0
  16. package/dist/cjs/nv-datagridhead.cjs.entry.js.map +1 -0
  17. package/dist/cjs/nv-datagridrow.cjs.entry.js +24 -0
  18. package/dist/cjs/nv-datagridrow.cjs.entry.js.map +1 -0
  19. package/dist/cjs/nv-fieldcheckbox.cjs.entry.js +4 -4
  20. package/dist/cjs/nv-fielddropdown.cjs.entry.js +3 -3
  21. package/dist/cjs/nv-fielddropdownitem.cjs.entry.js +1 -1
  22. package/dist/cjs/nv-fieldnumber.cjs.entry.js +3 -3
  23. package/dist/cjs/nv-fieldnumber.cjs.entry.js.map +1 -1
  24. package/dist/cjs/nv-fieldpassword.cjs.entry.js +3 -3
  25. package/dist/cjs/nv-fieldpassword.cjs.entry.js.map +1 -1
  26. package/dist/cjs/nv-fieldradio.cjs.entry.js +3 -3
  27. package/dist/cjs/nv-fieldradio.cjs.entry.js.map +1 -1
  28. package/dist/cjs/nv-fieldselect.cjs.entry.js +5 -5
  29. package/dist/cjs/nv-fieldselect.cjs.entry.js.map +1 -1
  30. package/dist/cjs/nv-fieldtext.cjs.entry.js +3 -3
  31. package/dist/cjs/nv-fieldtextarea.cjs.entry.js +3 -3
  32. package/dist/cjs/nv-fieldtoggle.cjs.entry.js +8 -4
  33. package/dist/cjs/nv-fieldtoggle.cjs.entry.js.map +1 -1
  34. package/dist/cjs/nv-icon.cjs.entry.js +1 -1
  35. package/dist/cjs/nv-icon.cjs.entry.js.map +1 -1
  36. package/dist/cjs/nv-iconbutton.cjs.entry.js +1 -1
  37. package/dist/cjs/nv-iconbutton.cjs.entry.js.map +1 -1
  38. package/dist/cjs/nv-loader.cjs.entry.js +1 -1
  39. package/dist/cjs/nv-loader.cjs.entry.js.map +1 -1
  40. package/dist/cjs/nv-menu.cjs.entry.js +1 -1
  41. package/dist/cjs/nv-menuitem.cjs.entry.js +1 -1
  42. package/dist/cjs/nv-menuitem.cjs.entry.js.map +1 -1
  43. package/dist/cjs/nv-popover.cjs.entry.js +1 -1
  44. package/dist/cjs/nv-popover.cjs.entry.js.map +1 -1
  45. package/dist/cjs/nv-row.cjs.entry.js +1 -1
  46. package/dist/cjs/nv-row.cjs.entry.js.map +1 -1
  47. package/dist/cjs/nv-stack.cjs.entry.js +1 -1
  48. package/dist/cjs/nv-stack.cjs.entry.js.map +1 -1
  49. package/dist/cjs/nv-table.cjs.entry.js +134 -0
  50. package/dist/cjs/nv-table.cjs.entry.js.map +1 -0
  51. package/dist/cjs/nv-tablebody.cjs.entry.js +24 -0
  52. package/dist/cjs/nv-tablebody.cjs.entry.js.map +1 -0
  53. package/dist/cjs/nv-tablecolumn.cjs.entry.js +30 -0
  54. package/dist/cjs/nv-tablecolumn.cjs.entry.js.map +1 -0
  55. package/dist/cjs/nv-tabledatacell.cjs.entry.js +28 -0
  56. package/dist/cjs/nv-tabledatacell.cjs.entry.js.map +1 -0
  57. package/dist/cjs/nv-tablehead.cjs.entry.js +24 -0
  58. package/dist/cjs/nv-tablehead.cjs.entry.js.map +1 -0
  59. package/dist/cjs/nv-tablerow.cjs.entry.js +24 -0
  60. package/dist/cjs/nv-tablerow.cjs.entry.js.map +1 -0
  61. package/dist/cjs/nv-tooltip.cjs.entry.js +1 -1
  62. package/dist/cjs/nv-tooltip.cjs.entry.js.map +1 -1
  63. package/dist/collection/collection-manifest.json +12 -0
  64. package/dist/collection/components/nv-datagrid/nv-datagrid.css +5 -0
  65. package/dist/collection/components/nv-datagrid/nv-datagrid.docs.js +225 -0
  66. package/dist/collection/components/nv-datagrid/nv-datagrid.docs.js.map +1 -0
  67. package/dist/collection/components/nv-datagrid/nv-datagrid.js +441 -0
  68. package/dist/collection/components/nv-datagrid/nv-datagrid.js.map +1 -0
  69. package/dist/collection/components/nv-datagridbody/nv-datagridbody.css +0 -0
  70. package/dist/collection/components/nv-datagridbody/nv-datagridbody.docs.js +8 -0
  71. package/dist/collection/components/nv-datagridbody/nv-datagridbody.docs.js.map +1 -0
  72. package/dist/collection/components/nv-datagridbody/nv-datagridbody.js +23 -0
  73. package/dist/collection/components/nv-datagridbody/nv-datagridbody.js.map +1 -0
  74. package/dist/collection/components/nv-datagridcolumn/nv-datagridcolumn.css +0 -0
  75. package/dist/collection/components/nv-datagridcolumn/nv-datagridcolumn.docs.js +6 -0
  76. package/dist/collection/components/nv-datagridcolumn/nv-datagridcolumn.docs.js.map +1 -0
  77. package/dist/collection/components/nv-datagridcolumn/nv-datagridcolumn.js +66 -0
  78. package/dist/collection/components/nv-datagridcolumn/nv-datagridcolumn.js.map +1 -0
  79. package/dist/collection/components/nv-datagriddatacell/nv-datagriddatacell.css +0 -0
  80. package/dist/collection/components/nv-datagriddatacell/nv-datagriddatacell.docs.js +6 -0
  81. package/dist/collection/components/nv-datagriddatacell/nv-datagriddatacell.docs.js.map +1 -0
  82. package/dist/collection/components/nv-datagriddatacell/nv-datagriddatacell.js +51 -0
  83. package/dist/collection/components/nv-datagriddatacell/nv-datagriddatacell.js.map +1 -0
  84. package/dist/collection/components/nv-datagridhead/nv-datagridhead.css +0 -0
  85. package/dist/collection/components/nv-datagridhead/nv-datagridhead.docs.js +8 -0
  86. package/dist/collection/components/nv-datagridhead/nv-datagridhead.docs.js.map +1 -0
  87. package/dist/collection/components/nv-datagridhead/nv-datagridhead.js +23 -0
  88. package/dist/collection/components/nv-datagridhead/nv-datagridhead.js.map +1 -0
  89. package/dist/collection/components/nv-datagridrow/nv-datagridrow.css +0 -0
  90. package/dist/collection/components/nv-datagridrow/nv-datagridrow.docs.js +8 -0
  91. package/dist/collection/components/nv-datagridrow/nv-datagridrow.docs.js.map +1 -0
  92. package/dist/collection/components/nv-datagridrow/nv-datagridrow.js +23 -0
  93. package/dist/collection/components/nv-datagridrow/nv-datagridrow.js.map +1 -0
  94. package/dist/collection/components/nv-fieldcheckbox/nv-fieldcheckbox.js +4 -4
  95. package/dist/collection/components/nv-fielddropdown/nv-fielddropdown.js +3 -3
  96. package/dist/collection/components/nv-fielddropdownitem/DropdownItemSelectedEventDetail.js.map +1 -1
  97. package/dist/collection/components/nv-fielddropdownitem/nv-fielddropdownitem.js +1 -1
  98. package/dist/collection/components/nv-fieldnumber/nv-fieldnumber.js +3 -3
  99. package/dist/collection/components/nv-fieldnumber/nv-fieldnumber.js.map +1 -1
  100. package/dist/collection/components/nv-fieldpassword/nv-fieldpassword.js +3 -3
  101. package/dist/collection/components/nv-fieldpassword/nv-fieldpassword.js.map +1 -1
  102. package/dist/collection/components/nv-fieldradio/nv-fieldradio.js +3 -3
  103. package/dist/collection/components/nv-fieldradio/nv-fieldradio.js.map +1 -1
  104. package/dist/collection/components/nv-fieldselect/nv-fieldselect.js +5 -5
  105. package/dist/collection/components/nv-fieldselect/nv-fieldselect.js.map +1 -1
  106. package/dist/collection/components/nv-fieldtext/nv-fieldtext.js +3 -3
  107. package/dist/collection/components/nv-fieldtextarea/nv-fieldtextarea.js +3 -3
  108. package/dist/collection/components/nv-fieldtoggle/nv-fieldtoggle.js +8 -4
  109. package/dist/collection/components/nv-fieldtoggle/nv-fieldtoggle.js.map +1 -1
  110. package/dist/collection/components/nv-icon/nv-icon.js +1 -1
  111. package/dist/collection/components/nv-icon/nv-icon.js.map +1 -1
  112. package/dist/collection/components/nv-iconbutton/nv-iconbutton.js +1 -1
  113. package/dist/collection/components/nv-iconbutton/nv-iconbutton.js.map +1 -1
  114. package/dist/collection/components/nv-loader/nv-loader.js +1 -1
  115. package/dist/collection/components/nv-loader/nv-loader.js.map +1 -1
  116. package/dist/collection/components/nv-menu/nv-menu.js +1 -1
  117. package/dist/collection/components/nv-menuitem/nv-menuitem.js +1 -1
  118. package/dist/collection/components/nv-menuitem/nv-menuitem.js.map +1 -1
  119. package/dist/collection/components/nv-popover/nv-popover.js +1 -1
  120. package/dist/collection/components/nv-popover/nv-popover.js.map +1 -1
  121. package/dist/collection/components/nv-row/nv-row.js +1 -1
  122. package/dist/collection/components/nv-row/nv-row.js.map +1 -1
  123. package/dist/collection/components/nv-stack/nv-stack.js +1 -1
  124. package/dist/collection/components/nv-stack/nv-stack.js.map +1 -1
  125. package/dist/collection/components/nv-table/nv-table.css +5 -0
  126. package/dist/collection/components/nv-table/nv-table.docs.js +178 -0
  127. package/dist/collection/components/nv-table/nv-table.docs.js.map +1 -0
  128. package/dist/collection/components/nv-table/nv-table.js +287 -0
  129. package/dist/collection/components/nv-table/nv-table.js.map +1 -0
  130. package/dist/collection/components/nv-tablebody/nv-tablebody.css +0 -0
  131. package/dist/collection/components/nv-tablebody/nv-tablebody.docs.js +8 -0
  132. package/dist/collection/components/nv-tablebody/nv-tablebody.docs.js.map +1 -0
  133. package/dist/collection/components/nv-tablebody/nv-tablebody.js +23 -0
  134. package/dist/collection/components/nv-tablebody/nv-tablebody.js.map +1 -0
  135. package/dist/collection/components/nv-tablecolumn/nv-tablecolumn.css +0 -0
  136. package/dist/collection/components/nv-tablecolumn/nv-tablecolumn.docs.js +6 -0
  137. package/dist/collection/components/nv-tablecolumn/nv-tablecolumn.docs.js.map +1 -0
  138. package/dist/collection/components/nv-tablecolumn/nv-tablecolumn.js +131 -0
  139. package/dist/collection/components/nv-tablecolumn/nv-tablecolumn.js.map +1 -0
  140. package/dist/collection/components/nv-tabledatacell/nv-tabledatacell.css +0 -0
  141. package/dist/collection/components/nv-tabledatacell/nv-tabledatacell.docs.js +6 -0
  142. package/dist/collection/components/nv-tabledatacell/nv-tabledatacell.docs.js.map +1 -0
  143. package/dist/collection/components/nv-tabledatacell/nv-tabledatacell.js +95 -0
  144. package/dist/collection/components/nv-tabledatacell/nv-tabledatacell.js.map +1 -0
  145. package/dist/collection/components/nv-tablehead/nv-tablehead.css +0 -0
  146. package/dist/collection/components/nv-tablehead/nv-tablehead.docs.js +8 -0
  147. package/dist/collection/components/nv-tablehead/nv-tablehead.docs.js.map +1 -0
  148. package/dist/collection/components/nv-tablehead/nv-tablehead.js +23 -0
  149. package/dist/collection/components/nv-tablehead/nv-tablehead.js.map +1 -0
  150. package/dist/collection/components/nv-tablerow/nv-tablerow.css +0 -0
  151. package/dist/collection/components/nv-tablerow/nv-tablerow.docs.js +8 -0
  152. package/dist/collection/components/nv-tablerow/nv-tablerow.docs.js.map +1 -0
  153. package/dist/collection/components/nv-tablerow/nv-tablerow.js +23 -0
  154. package/dist/collection/components/nv-tablerow/nv-tablerow.js.map +1 -0
  155. package/dist/collection/components/nv-tooltip/nv-tooltip.js +1 -1
  156. package/dist/collection/components/nv-tooltip/nv-tooltip.js.map +1 -1
  157. package/dist/collection/interfaces/Column.js +2 -0
  158. package/dist/collection/interfaces/Column.js.map +1 -0
  159. package/dist/components/nv-alert.js +1 -1
  160. package/dist/components/nv-avatar.js +1 -1
  161. package/dist/components/nv-badge.js +1 -1
  162. package/dist/components/nv-button.js +1 -1
  163. package/dist/components/nv-datagrid.d.ts +11 -0
  164. package/dist/components/nv-datagrid.js +3259 -0
  165. package/dist/components/nv-datagrid.js.map +1 -0
  166. package/dist/components/nv-datagridbody.d.ts +11 -0
  167. package/dist/components/nv-datagridbody.js +38 -0
  168. package/dist/components/nv-datagridbody.js.map +1 -0
  169. package/dist/components/nv-datagridcolumn.d.ts +11 -0
  170. package/dist/components/nv-datagridcolumn.js +44 -0
  171. package/dist/components/nv-datagridcolumn.js.map +1 -0
  172. package/dist/components/nv-datagriddatacell.d.ts +11 -0
  173. package/dist/components/nv-datagriddatacell.js +42 -0
  174. package/dist/components/nv-datagriddatacell.js.map +1 -0
  175. package/dist/components/nv-datagridhead.d.ts +11 -0
  176. package/dist/components/nv-datagridhead.js +38 -0
  177. package/dist/components/nv-datagridhead.js.map +1 -0
  178. package/dist/components/nv-datagridrow.d.ts +11 -0
  179. package/dist/components/nv-datagridrow.js +38 -0
  180. package/dist/components/nv-datagridrow.js.map +1 -0
  181. package/dist/components/nv-fieldcheckbox.js +4 -4
  182. package/dist/components/nv-fielddropdown.js +8 -8
  183. package/dist/components/nv-fielddropdownitem.js +1 -1
  184. package/dist/components/nv-fieldnumber.js +4 -4
  185. package/dist/components/nv-fieldnumber.js.map +1 -1
  186. package/dist/components/nv-fieldpassword.js +6 -6
  187. package/dist/components/nv-fieldpassword.js.map +1 -1
  188. package/dist/components/nv-fieldradio.js +3 -3
  189. package/dist/components/nv-fieldradio.js.map +1 -1
  190. package/dist/components/nv-fieldselect.js +6 -6
  191. package/dist/components/nv-fieldselect.js.map +1 -1
  192. package/dist/components/nv-fieldtext.js +4 -4
  193. package/dist/components/nv-fieldtextarea.js +3 -3
  194. package/dist/components/nv-fieldtoggle.js +8 -4
  195. package/dist/components/nv-fieldtoggle.js.map +1 -1
  196. package/dist/components/nv-icon.js +1 -1
  197. package/dist/components/nv-iconbutton.js +1 -1
  198. package/dist/components/nv-loader.js +1 -1
  199. package/dist/components/nv-menu.js +2 -2
  200. package/dist/components/nv-menuitem.js +2 -2
  201. package/dist/components/nv-menuitem.js.map +1 -1
  202. package/dist/components/nv-popover.js +1 -1
  203. package/dist/components/nv-row.js +1 -1
  204. package/dist/components/nv-row.js.map +1 -1
  205. package/dist/components/nv-stack.js +1 -1
  206. package/dist/components/nv-stack.js.map +1 -1
  207. package/dist/components/nv-table.d.ts +11 -0
  208. package/dist/components/nv-table.js +164 -0
  209. package/dist/components/nv-table.js.map +1 -0
  210. package/dist/components/nv-tablebody.d.ts +11 -0
  211. package/dist/components/nv-tablebody.js +38 -0
  212. package/dist/components/nv-tablebody.js.map +1 -0
  213. package/dist/components/nv-tablecolumn.d.ts +11 -0
  214. package/dist/components/nv-tablecolumn.js +50 -0
  215. package/dist/components/nv-tablecolumn.js.map +1 -0
  216. package/dist/components/nv-tabledatacell.d.ts +11 -0
  217. package/dist/components/nv-tabledatacell.js +46 -0
  218. package/dist/components/nv-tabledatacell.js.map +1 -0
  219. package/dist/components/nv-tablehead.d.ts +11 -0
  220. package/dist/components/nv-tablehead.js +38 -0
  221. package/dist/components/nv-tablehead.js.map +1 -0
  222. package/dist/components/nv-tablerow.d.ts +11 -0
  223. package/dist/components/nv-tablerow.js +38 -0
  224. package/dist/components/nv-tablerow.js.map +1 -0
  225. package/dist/components/nv-tooltip.js +2 -2
  226. package/dist/components/nv-tooltip.js.map +1 -1
  227. package/dist/components/{p-76eb28db.js → p-45405075.js} +3 -3
  228. package/dist/components/{p-76eb28db.js.map → p-45405075.js.map} +1 -1
  229. package/dist/components/{p-9647924f.js → p-45c63143.js} +4 -4
  230. package/dist/components/{p-9647924f.js.map → p-45c63143.js.map} +1 -1
  231. package/dist/components/{p-9be1ebd4.js → p-689a7b38.js} +2 -2
  232. package/dist/components/{p-9be1ebd4.js.map → p-689a7b38.js.map} +1 -1
  233. package/dist/components/{p-ff97f99e.js → p-89fb6636.js} +2 -2
  234. package/dist/components/{p-ff97f99e.js.map → p-89fb6636.js.map} +1 -1
  235. package/dist/components/{p-69cc7819.js → p-8c8cf8ea.js} +2 -2
  236. package/dist/components/{p-69cc7819.js.map → p-8c8cf8ea.js.map} +1 -1
  237. package/dist/docs.json +1300 -256
  238. package/dist/esm/app-globals-eea8674a.js.map +1 -1
  239. package/dist/esm/index-e7b35c14.js +48 -0
  240. package/dist/esm/loader.js +1 -1
  241. package/dist/esm/native.js +1 -1
  242. package/dist/esm/nv-datagrid.entry.js +3222 -0
  243. package/dist/esm/nv-datagrid.entry.js.map +1 -0
  244. package/dist/esm/nv-datagridbody.entry.js +20 -0
  245. package/dist/esm/nv-datagridbody.entry.js.map +1 -0
  246. package/dist/esm/nv-datagridcolumn.entry.js +23 -0
  247. package/dist/esm/nv-datagridcolumn.entry.js.map +1 -0
  248. package/dist/esm/nv-datagriddatacell.entry.js +22 -0
  249. package/dist/esm/nv-datagriddatacell.entry.js.map +1 -0
  250. package/dist/esm/nv-datagridhead.entry.js +20 -0
  251. package/dist/esm/nv-datagridhead.entry.js.map +1 -0
  252. package/dist/esm/nv-datagridrow.entry.js +20 -0
  253. package/dist/esm/nv-datagridrow.entry.js.map +1 -0
  254. package/dist/esm/nv-fieldcheckbox.entry.js +4 -4
  255. package/dist/esm/nv-fielddropdown.entry.js +3 -3
  256. package/dist/esm/nv-fielddropdownitem.entry.js +1 -1
  257. package/dist/esm/nv-fieldnumber.entry.js +3 -3
  258. package/dist/esm/nv-fieldnumber.entry.js.map +1 -1
  259. package/dist/esm/nv-fieldpassword.entry.js +3 -3
  260. package/dist/esm/nv-fieldpassword.entry.js.map +1 -1
  261. package/dist/esm/nv-fieldradio.entry.js +3 -3
  262. package/dist/esm/nv-fieldradio.entry.js.map +1 -1
  263. package/dist/esm/nv-fieldselect.entry.js +5 -5
  264. package/dist/esm/nv-fieldselect.entry.js.map +1 -1
  265. package/dist/esm/nv-fieldtext.entry.js +3 -3
  266. package/dist/esm/nv-fieldtextarea.entry.js +3 -3
  267. package/dist/esm/nv-fieldtoggle.entry.js +8 -4
  268. package/dist/esm/nv-fieldtoggle.entry.js.map +1 -1
  269. package/dist/esm/nv-icon.entry.js +1 -1
  270. package/dist/esm/nv-icon.entry.js.map +1 -1
  271. package/dist/esm/nv-iconbutton.entry.js +1 -1
  272. package/dist/esm/nv-iconbutton.entry.js.map +1 -1
  273. package/dist/esm/nv-loader.entry.js +1 -1
  274. package/dist/esm/nv-loader.entry.js.map +1 -1
  275. package/dist/esm/nv-menu.entry.js +1 -1
  276. package/dist/esm/nv-menuitem.entry.js +1 -1
  277. package/dist/esm/nv-menuitem.entry.js.map +1 -1
  278. package/dist/esm/nv-popover.entry.js +1 -1
  279. package/dist/esm/nv-popover.entry.js.map +1 -1
  280. package/dist/esm/nv-row.entry.js +1 -1
  281. package/dist/esm/nv-row.entry.js.map +1 -1
  282. package/dist/esm/nv-stack.entry.js +1 -1
  283. package/dist/esm/nv-stack.entry.js.map +1 -1
  284. package/dist/esm/nv-table.entry.js +130 -0
  285. package/dist/esm/nv-table.entry.js.map +1 -0
  286. package/dist/esm/nv-tablebody.entry.js +20 -0
  287. package/dist/esm/nv-tablebody.entry.js.map +1 -0
  288. package/dist/esm/nv-tablecolumn.entry.js +26 -0
  289. package/dist/esm/nv-tablecolumn.entry.js.map +1 -0
  290. package/dist/esm/nv-tabledatacell.entry.js +24 -0
  291. package/dist/esm/nv-tabledatacell.entry.js.map +1 -0
  292. package/dist/esm/nv-tablehead.entry.js +20 -0
  293. package/dist/esm/nv-tablehead.entry.js.map +1 -0
  294. package/dist/esm/nv-tablerow.entry.js +20 -0
  295. package/dist/esm/nv-tablerow.entry.js.map +1 -0
  296. package/dist/esm/nv-tooltip.entry.js +1 -1
  297. package/dist/esm/nv-tooltip.entry.js.map +1 -1
  298. package/dist/native/native.css +1 -1
  299. package/dist/native/native.esm.js +1 -1
  300. package/dist/native/native.esm.js.map +1 -1
  301. package/dist/native/p-01be802d.entry.js +2 -0
  302. package/dist/native/p-01be802d.entry.js.map +1 -0
  303. package/dist/native/{p-71fbdb92.entry.js → p-0cfe2048.entry.js} +2 -2
  304. package/dist/native/{p-71fbdb92.entry.js.map → p-0cfe2048.entry.js.map} +1 -1
  305. package/dist/native/{p-4a43953f.entry.js → p-13070761.entry.js} +2 -2
  306. package/dist/native/{p-000749ae.entry.js → p-1edb76e1.entry.js} +2 -2
  307. package/dist/native/{p-000749ae.entry.js.map → p-1edb76e1.entry.js.map} +1 -1
  308. package/dist/native/{p-c16a4fbe.entry.js → p-20c7fc4d.entry.js} +2 -2
  309. package/dist/native/p-20c7fc4d.entry.js.map +1 -0
  310. package/dist/native/p-28cf537b.entry.js +2 -0
  311. package/dist/native/{p-4b550f95.entry.js.map → p-28cf537b.entry.js.map} +1 -1
  312. package/dist/native/p-36d5158c.entry.js +13 -0
  313. package/dist/native/p-36d5158c.entry.js.map +1 -0
  314. package/dist/native/{p-396b65bb.entry.js → p-38817aa3.entry.js} +2 -2
  315. package/dist/native/{p-396b65bb.entry.js.map → p-38817aa3.entry.js.map} +1 -1
  316. package/dist/native/{p-bb243eaf.entry.js → p-39dbb15b.entry.js} +2 -2
  317. package/dist/native/p-4b926563.entry.js +2 -0
  318. package/dist/native/p-4b926563.entry.js.map +1 -0
  319. package/dist/native/{p-d5c24d8f.entry.js → p-4e351d8e.entry.js} +2 -2
  320. package/dist/native/p-671699bf.entry.js +2 -0
  321. package/dist/native/p-671699bf.entry.js.map +1 -0
  322. package/dist/native/{p-25e1bc94.entry.js → p-75b5fdce.entry.js} +2 -2
  323. package/dist/native/{p-25e1bc94.entry.js.map → p-75b5fdce.entry.js.map} +1 -1
  324. package/dist/native/p-7a7b9b95.entry.js +2 -0
  325. package/dist/native/p-7a7b9b95.entry.js.map +1 -0
  326. package/dist/native/{p-5172aa15.entry.js → p-808cf007.entry.js} +2 -2
  327. package/dist/native/{p-23b20b80.entry.js → p-81256924.entry.js} +2 -2
  328. package/dist/native/{p-23b20b80.entry.js.map → p-81256924.entry.js.map} +1 -1
  329. package/dist/native/{p-8de6396f.entry.js → p-844f4878.entry.js} +2 -2
  330. package/dist/native/{p-8de6396f.entry.js.map → p-844f4878.entry.js.map} +1 -1
  331. package/dist/native/p-861f91d3.entry.js +2 -0
  332. package/dist/native/p-861f91d3.entry.js.map +1 -0
  333. package/dist/native/p-9221f72a.entry.js +2 -0
  334. package/dist/native/p-9221f72a.entry.js.map +1 -0
  335. package/dist/native/p-982e474f.entry.js +2 -0
  336. package/dist/native/p-982e474f.entry.js.map +1 -0
  337. package/dist/native/p-99850272.entry.js +2 -0
  338. package/dist/native/p-99850272.entry.js.map +1 -0
  339. package/dist/native/{p-d4e0b6e1.entry.js → p-bdab3562.entry.js} +2 -2
  340. package/dist/native/{p-4cba27be.entry.js → p-c1c661a0.entry.js} +2 -2
  341. package/dist/native/{p-89468485.entry.js → p-c4f7e36d.entry.js} +2 -2
  342. package/dist/native/{p-89468485.entry.js.map → p-c4f7e36d.entry.js.map} +1 -1
  343. package/dist/native/{p-20ea1b61.entry.js → p-dba9c57c.entry.js} +2 -2
  344. package/dist/native/{p-20ea1b61.entry.js.map → p-dba9c57c.entry.js.map} +1 -1
  345. package/dist/native/p-dbae3920.entry.js +2 -0
  346. package/dist/native/{p-0d335326.entry.js.map → p-dbae3920.entry.js.map} +1 -1
  347. package/dist/native/p-de6e0e1f.entry.js +2 -0
  348. package/dist/native/p-de6e0e1f.entry.js.map +1 -0
  349. package/dist/native/{p-aeaa326f.entry.js → p-e2df46e2.entry.js} +2 -2
  350. package/dist/native/{p-aeaa326f.entry.js.map → p-e2df46e2.entry.js.map} +1 -1
  351. package/dist/native/p-e842220b.entry.js +2 -0
  352. package/dist/native/p-e842220b.entry.js.map +1 -0
  353. package/dist/native/{p-a016e4b6.entry.js → p-ea4092a7.entry.js} +2 -2
  354. package/dist/native/{p-a016e4b6.entry.js.map → p-ea4092a7.entry.js.map} +1 -1
  355. package/dist/native/p-eeb6a3dc.js.map +1 -1
  356. package/dist/native/p-f7b96c42.entry.js +2 -0
  357. package/dist/native/p-f7b96c42.entry.js.map +1 -0
  358. package/dist/types/components/nv-datagrid/nv-datagrid.d.ts +87 -0
  359. package/dist/types/components/nv-datagrid/nv-datagrid.docs.d.ts +4 -0
  360. package/dist/types/components/nv-datagridbody/nv-datagridbody.d.ts +7 -0
  361. package/dist/types/components/nv-datagridbody/nv-datagridbody.docs.d.ts +4 -0
  362. package/dist/types/components/nv-datagridcolumn/nv-datagridcolumn.d.ts +16 -0
  363. package/dist/types/components/nv-datagridcolumn/nv-datagridcolumn.docs.d.ts +4 -0
  364. package/dist/types/components/nv-datagriddatacell/nv-datagriddatacell.d.ts +14 -0
  365. package/dist/types/components/nv-datagriddatacell/nv-datagriddatacell.docs.d.ts +4 -0
  366. package/dist/types/components/nv-datagridhead/nv-datagridhead.d.ts +7 -0
  367. package/dist/types/components/nv-datagridhead/nv-datagridhead.docs.d.ts +4 -0
  368. package/dist/types/components/nv-datagridrow/nv-datagridrow.d.ts +7 -0
  369. package/dist/types/components/nv-datagridrow/nv-datagridrow.docs.d.ts +4 -0
  370. package/dist/types/components/nv-fielddropdownitem/DropdownItemSelectedEventDetail.d.ts +12 -0
  371. package/dist/types/components/nv-fieldtoggle/nv-fieldtoggle.d.ts +4 -4
  372. package/dist/types/components/nv-menuitem/nv-menuitem.d.ts +3 -0
  373. package/dist/types/components/nv-table/nv-table.d.ts +72 -0
  374. package/dist/types/components/nv-table/nv-table.docs.d.ts +4 -0
  375. package/dist/types/components/nv-tablebody/nv-tablebody.d.ts +7 -0
  376. package/dist/types/components/nv-tablebody/nv-tablebody.docs.d.ts +4 -0
  377. package/dist/types/components/nv-tablecolumn/nv-tablecolumn.d.ts +51 -0
  378. package/dist/types/components/nv-tablecolumn/nv-tablecolumn.docs.d.ts +4 -0
  379. package/dist/types/components/nv-tabledatacell/nv-tabledatacell.d.ts +30 -0
  380. package/dist/types/components/nv-tabledatacell/nv-tabledatacell.docs.d.ts +4 -0
  381. package/dist/types/components/nv-tablehead/nv-tablehead.d.ts +7 -0
  382. package/dist/types/components/nv-tablehead/nv-tablehead.docs.d.ts +4 -0
  383. package/dist/types/components/nv-tablerow/nv-tablerow.d.ts +7 -0
  384. package/dist/types/components/nv-tablerow/nv-tablerow.docs.d.ts +4 -0
  385. package/dist/types/components.d.ts +400 -0
  386. package/dist/types/interfaces/Column.d.ts +13 -0
  387. package/dist/types/nova-docs.d.ts +18 -0
  388. package/dist/vscode-data.json +192 -0
  389. package/hydrate/index.js +3743 -41
  390. package/hydrate/index.mjs +3743 -41
  391. package/package.json +57 -1
  392. package/dist/native/p-0d335326.entry.js +0 -2
  393. package/dist/native/p-4b550f95.entry.js +0 -2
  394. package/dist/native/p-c16a4fbe.entry.js.map +0 -1
  395. /package/dist/native/{p-4a43953f.entry.js.map → p-13070761.entry.js.map} +0 -0
  396. /package/dist/native/{p-bb243eaf.entry.js.map → p-39dbb15b.entry.js.map} +0 -0
  397. /package/dist/native/{p-d5c24d8f.entry.js.map → p-4e351d8e.entry.js.map} +0 -0
  398. /package/dist/native/{p-5172aa15.entry.js.map → p-808cf007.entry.js.map} +0 -0
  399. /package/dist/native/{p-d4e0b6e1.entry.js.map → p-bdab3562.entry.js.map} +0 -0
  400. /package/dist/native/{p-4cba27be.entry.js.map → p-c1c661a0.entry.js.map} +0 -0
package/dist/docs.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2024-12-18T13:00:25",
2
+ "timestamp": "2025-01-02T10:38:45",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.22.3",
@@ -1322,70 +1322,89 @@
1322
1322
  "dependencyGraph": {}
1323
1323
  },
1324
1324
  {
1325
- "filePath": "src/components/nv-fieldcheckbox/nv-fieldcheckbox.tsx",
1325
+ "filePath": "src/components/nv-datagrid/nv-datagrid.tsx",
1326
1326
  "encapsulation": "none",
1327
- "tag": "nv-fieldcheckbox",
1328
- "readme": "# nv-fieldcheckbox\n\nThe checkbox component is a simple and essential element of user interfaces. It allows users to select one or more options from a list. Each checkbox can be activated or deactivated with a single click, changing its appearance from empty to checked, and vice versa. This clear visual system helps users easily understand which options are selected. Checkboxes are often used in forms to enable users to personalize their choices in an intuitive and flexible way.\n",
1329
- "docs": "The checkbox component is a simple and essential element of user interfaces. It allows users to select one or more options from a list. Each checkbox can be activated or deactivated with a single click, changing its appearance from empty to checked, and vice versa. This clear visual system helps users easily understand which options are selected. Checkboxes are often used in forms to enable users to personalize their choices in an intuitive and flexible way.",
1327
+ "tag": "nv-datagrid",
1328
+ "readme": "# nv-datagrid\n\n## Prop Handling\n - `columns`: Can be passed as an array of objects or as a JSON string.\n - `data`: Can be passed as an array of objects or as a JSON string.\n - Direct assignment of arrays/objects is recommended for performance.\n - JSON string parsing is supported for HTML attributes or interoperability via JavaScript.\n \n## Example Usages\n\n### Direct Assignment (Recommended)\nYou can assign arrays/objects directly to the `columns` and `data` properties for optimal performance.\n ```javascript\nconst datagrid = document.querySelector('nv-datagrid');\ndatagrid.columns = [\n { header: 'ID', accessor: 'id' },\n { header: 'Name', accessor: 'name' },\n];\ndatagrid.data = [\n { id: 1, name: 'John Doe' },\n { id: 2, name: 'Jane Smith' },\n];\n```\n\n### JSON Strings via HTML Attributes\nYou can pass `columns` and `data` as JSON strings in HTML attributes, and the component will parse them.\n```html\n<nv-datagrid\n columns='[{\"header\": \"ID\", \"accessor\": \"id\"}, {\"header\": \"Name\", \"accessor\": \"name\"}]'\n data='[{\"id\": 1, \"name\": \"John Doe\"}, {\"id\": 2, \"name\": \"Jane Smith\"}]'>\n</nv-datagrid>\n```\n\n## Important Notes\n - **Performance**: It is recommended to use direct object/array assignment (`datagrid.columns = [...]`) for better performance.\n - **Interoperability**: JSON strings are useful when passing data through HTML attributes or when integrating with other frameworks libraries.\n",
1329
+ "docs": "A flexible data grid component powered by `@tanstack/table-core`.",
1330
1330
  "docsTags": [
1331
1331
  {
1332
1332
  "name": "slot",
1333
- "text": "label - Content to be placed as the label, will override the label prop."
1333
+ "text": "default - Use this slot to insert HTML into the data grid content."
1334
1334
  },
1335
1335
  {
1336
1336
  "name": "slot",
1337
- "text": "description - Content to be placed as the description, will override the description prop."
1337
+ "text": "head - Use this slot to insert HTML into the data grid header."
1338
1338
  },
1339
1339
  {
1340
1340
  "name": "slot",
1341
- "text": "error-description - Content to be placed as the error description, will override the errorDescription prop."
1341
+ "text": "before - Use this slot to insert HTML before the data grid."
1342
1342
  },
1343
1343
  {
1344
1344
  "name": "slot",
1345
- "text": "checked-icon - Content to be placed as the checked icon, will override the checkedIcon prop."
1345
+ "text": "after - Use this slot to insert HTML after the data grid."
1346
1346
  },
1347
1347
  {
1348
1348
  "name": "slot",
1349
- "text": "indeterminate-icon - Content to be placed as the indeterminate icon, will override the indeterminateIcon prop."
1349
+ "text": "body - Use this slot to insert HTML into the data grid body."
1350
1350
  }
1351
1351
  ],
1352
1352
  "usage": {},
1353
1353
  "props": [
1354
1354
  {
1355
- "name": "checked",
1356
- "type": "boolean",
1355
+ "name": "columns",
1356
+ "type": "Column[]",
1357
1357
  "complexType": {
1358
- "original": "boolean",
1359
- "resolved": "boolean",
1360
- "references": {}
1358
+ "original": "Column[]",
1359
+ "resolved": "Column[]",
1360
+ "references": {
1361
+ "Column": {
1362
+ "location": "import",
1363
+ "path": "../../interfaces/Column",
1364
+ "id": "src/interfaces/Column.tsx::Column"
1365
+ }
1366
+ }
1361
1367
  },
1362
- "mutable": true,
1363
- "attr": "checked",
1364
- "reflectToAttr": true,
1365
- "docs": "Indicates whether the checkbox is checked or not.",
1366
- "docsTags": [],
1367
- "default": "false",
1368
+ "mutable": false,
1369
+ "reflectToAttr": false,
1370
+ "docs": "The columns to display in the data grid.",
1371
+ "docsTags": [
1372
+ {
1373
+ "name": "example",
1374
+ "text": "[\n {\"header\":\"Name\",\"accessor\":\"name\"},\n {\"header\":\"Age\",\"accessor\":\"age\"},\n {\"header\":\"Email\",\"accessor\":\"email\"}\n]"
1375
+ },
1376
+ {
1377
+ "name": "default",
1378
+ "text": "[]"
1379
+ }
1380
+ ],
1381
+ "default": "[]",
1368
1382
  "values": [
1369
1383
  {
1370
- "type": "boolean"
1384
+ "type": "Column[]"
1371
1385
  }
1372
1386
  ],
1373
1387
  "optional": false,
1374
1388
  "required": false
1375
1389
  },
1376
1390
  {
1377
- "name": "description",
1391
+ "name": "columnsJson",
1378
1392
  "type": "string",
1379
1393
  "complexType": {
1380
1394
  "original": "string",
1381
1395
  "resolved": "string",
1382
1396
  "references": {}
1383
1397
  },
1384
- "mutable": true,
1385
- "attr": "description",
1398
+ "mutable": false,
1399
+ "attr": "columns-json",
1386
1400
  "reflectToAttr": true,
1387
- "docs": "A description providing additional context or information about the\ncheckbox.",
1388
- "docsTags": [],
1401
+ "docs": "The columns to display in the data grid.\nIt can be passed directly as an array of objects or as a JSON string\n(e.g., `[{\"header\":\"Name\",\"accessor\":\"name\"},{\"header\":\"Age\",\"accessor\":\"age\"},{\"header\":\"Email\",\"accessor\":\"email\"}]`).\nIf both `columns` and `columnsJson` are provided, `columns` takes precedence.",
1402
+ "docsTags": [
1403
+ {
1404
+ "name": "example",
1405
+ "text": "`[{\"header\":\"Name\",\"accessor\":\"name\"},{\"header\":\"Age\",\"accessor\":\"age\"},{\"header\":\"Email\",\"accessor\":\"email\"}]`"
1406
+ }
1407
+ ],
1389
1408
  "values": [
1390
1409
  {
1391
1410
  "type": "string"
@@ -1395,62 +1414,53 @@
1395
1414
  "required": false
1396
1415
  },
1397
1416
  {
1398
- "name": "disabled",
1399
- "type": "boolean",
1417
+ "name": "data",
1418
+ "type": "any[]",
1400
1419
  "complexType": {
1401
- "original": "boolean",
1402
- "resolved": "boolean",
1420
+ "original": "any[]",
1421
+ "resolved": "any[]",
1403
1422
  "references": {}
1404
1423
  },
1405
1424
  "mutable": false,
1406
- "attr": "disabled",
1407
- "reflectToAttr": true,
1408
- "docs": "Disables the checkbox, preventing user interaction.",
1409
- "docsTags": [],
1410
- "default": "false",
1411
- "values": [
1425
+ "reflectToAttr": false,
1426
+ "docs": "The data to display in the data grid.",
1427
+ "docsTags": [
1412
1428
  {
1413
- "type": "boolean"
1429
+ "name": "example",
1430
+ "text": "[{ \"name\": \"Alice\", \"age\": 25 }, { \"name\": \"Bob\", \"age\": 30 }]"
1431
+ },
1432
+ {
1433
+ "name": "default",
1434
+ "text": "[]"
1414
1435
  }
1415
1436
  ],
1416
- "optional": false,
1417
- "required": false
1418
- },
1419
- {
1420
- "name": "error",
1421
- "type": "boolean",
1422
- "complexType": {
1423
- "original": "boolean",
1424
- "resolved": "boolean",
1425
- "references": {}
1426
- },
1427
- "mutable": false,
1428
- "attr": "error",
1429
- "reflectToAttr": true,
1430
- "docs": "Signals that there is an error associated with the checkbox, which can\ntrigger visual cues.",
1431
- "docsTags": [],
1432
- "default": "false",
1437
+ "default": "[]",
1433
1438
  "values": [
1434
1439
  {
1435
- "type": "boolean"
1440
+ "type": "any[]"
1436
1441
  }
1437
1442
  ],
1438
1443
  "optional": false,
1439
1444
  "required": false
1440
1445
  },
1441
1446
  {
1442
- "name": "errorDescription",
1447
+ "name": "dataJson",
1443
1448
  "type": "string",
1444
1449
  "complexType": {
1445
1450
  "original": "string",
1446
1451
  "resolved": "string",
1447
1452
  "references": {}
1448
1453
  },
1449
- "mutable": true,
1450
- "attr": "error-description",
1454
+ "mutable": false,
1455
+ "attr": "data-json",
1451
1456
  "reflectToAttr": true,
1452
- "docs": "A description that appears when there is an error related to the checkbox.",
1453
- "docsTags": [],
1457
+ "docs": "The data to display in the data grid.\nIt can be passed directly as an array of objects or as a JSON string\n(e.g., `[{ \"name\": \"Alice\", \"age\": 25 }, { \"name\": \"Bob\", \"age\": 30 }]`).\nIf both `data` and `dataJson` are provided, `data` takes precedence.",
1458
+ "docsTags": [
1459
+ {
1460
+ "name": "example",
1461
+ "text": "`[{ \"name\": \"Alice\", \"age\": 25 }, { \"name\": \"Bob\", \"age\": 30 }]`"
1462
+ }
1463
+ ],
1454
1464
  "values": [
1455
1465
  {
1456
1466
  "type": "string"
@@ -1460,51 +1470,136 @@
1460
1470
  "required": false
1461
1471
  },
1462
1472
  {
1463
- "name": "hideLabel",
1464
- "type": "boolean",
1473
+ "name": "noColumnsNoDataMessage",
1474
+ "type": "string",
1465
1475
  "complexType": {
1466
- "original": "boolean",
1467
- "resolved": "boolean",
1476
+ "original": "string",
1477
+ "resolved": "string",
1468
1478
  "references": {}
1469
1479
  },
1470
1480
  "mutable": false,
1471
- "attr": "hide-label",
1472
- "reflectToAttr": true,
1473
- "docs": "Hides the label visually while still keeping it available for screen\nreaders.",
1474
- "docsTags": [],
1475
- "default": "false",
1481
+ "attr": "no-columns-no-data-message",
1482
+ "reflectToAttr": false,
1483
+ "docs": "The message to display when there are no columns or data available.",
1484
+ "docsTags": [
1485
+ {
1486
+ "name": "default",
1487
+ "text": "'No data or columns available to display.'"
1488
+ }
1489
+ ],
1490
+ "default": "'No data or columns available to display.'",
1476
1491
  "values": [
1477
1492
  {
1478
- "type": "boolean"
1493
+ "type": "string"
1479
1494
  }
1480
1495
  ],
1481
1496
  "optional": false,
1482
1497
  "required": false
1483
1498
  },
1484
1499
  {
1485
- "name": "indeterminate",
1486
- "type": "boolean",
1500
+ "name": "noDataMessage",
1501
+ "type": "string",
1487
1502
  "complexType": {
1488
- "original": "boolean",
1489
- "resolved": "boolean",
1503
+ "original": "string",
1504
+ "resolved": "string",
1490
1505
  "references": {}
1491
1506
  },
1492
- "mutable": true,
1493
- "attr": "indeterminate",
1494
- "reflectToAttr": true,
1495
- "docs": "Indicates whether the checkbox is in an indeterminate state, typically used\nfor hierarchical checkboxes.",
1496
- "docsTags": [],
1497
- "default": "false",
1507
+ "mutable": false,
1508
+ "attr": "no-data-message",
1509
+ "reflectToAttr": false,
1510
+ "docs": "The message to display when there is no data available.",
1511
+ "docsTags": [
1512
+ {
1513
+ "name": "default",
1514
+ "text": "'No data available'"
1515
+ }
1516
+ ],
1517
+ "default": "'No data available'",
1498
1518
  "values": [
1499
1519
  {
1500
- "type": "boolean"
1520
+ "type": "string"
1501
1521
  }
1502
1522
  ],
1503
1523
  "optional": false,
1504
1524
  "required": false
1525
+ }
1526
+ ],
1527
+ "methods": [],
1528
+ "events": [],
1529
+ "listeners": [],
1530
+ "styles": [],
1531
+ "slots": [
1532
+ {
1533
+ "name": "after",
1534
+ "docs": "Use this slot to insert HTML after the data grid."
1505
1535
  },
1506
1536
  {
1507
- "name": "inputId",
1537
+ "name": "before",
1538
+ "docs": "Use this slot to insert HTML before the data grid."
1539
+ },
1540
+ {
1541
+ "name": "body",
1542
+ "docs": "Use this slot to insert HTML into the data grid body."
1543
+ },
1544
+ {
1545
+ "name": "default",
1546
+ "docs": "Use this slot to insert HTML into the data grid content."
1547
+ },
1548
+ {
1549
+ "name": "head",
1550
+ "docs": "Use this slot to insert HTML into the data grid header."
1551
+ }
1552
+ ],
1553
+ "parts": [],
1554
+ "dependents": [],
1555
+ "dependencies": [],
1556
+ "dependencyGraph": {}
1557
+ },
1558
+ {
1559
+ "filePath": "src/components/nv-datagridbody/nv-datagridbody.tsx",
1560
+ "encapsulation": "none",
1561
+ "tag": "nv-datagridbody",
1562
+ "readme": "# nv-datagridbody\n\nThe `<tbody>` HTML element encapsulates a set of table rows (`<tr>` elements), indicating that they comprise the body of a table's (main) data.\n",
1563
+ "docs": "The `<tbody>` HTML element encapsulates a set of table rows (`<tr>` elements), indicating that they comprise the body of a table's (main) data.",
1564
+ "docsTags": [
1565
+ {
1566
+ "name": "slot",
1567
+ "text": "default - Use this slot to insert HTML into the data grid body."
1568
+ }
1569
+ ],
1570
+ "usage": {},
1571
+ "props": [],
1572
+ "methods": [],
1573
+ "events": [],
1574
+ "listeners": [],
1575
+ "styles": [],
1576
+ "slots": [
1577
+ {
1578
+ "name": "default",
1579
+ "docs": "Use this slot to insert HTML into the data grid body."
1580
+ }
1581
+ ],
1582
+ "parts": [],
1583
+ "dependents": [],
1584
+ "dependencies": [],
1585
+ "dependencyGraph": {}
1586
+ },
1587
+ {
1588
+ "filePath": "src/components/nv-datagridcolumn/nv-datagridcolumn.tsx",
1589
+ "encapsulation": "none",
1590
+ "tag": "nv-datagridcolumn",
1591
+ "readme": "# nv-datagridcolumn\n\nA helper component to decompose the column from the datagrid\n",
1592
+ "docs": "A helper component to decompose the column from the datagrid",
1593
+ "docsTags": [
1594
+ {
1595
+ "name": "slot",
1596
+ "text": "default - Use this slot to insert HTML into the data grid column."
1597
+ }
1598
+ ],
1599
+ "usage": {},
1600
+ "props": [
1601
+ {
1602
+ "name": "accessor",
1508
1603
  "type": "string",
1509
1604
  "complexType": {
1510
1605
  "original": "string",
@@ -1512,11 +1607,10 @@
1512
1607
  "references": {}
1513
1608
  },
1514
1609
  "mutable": false,
1515
- "attr": "input-id",
1516
- "reflectToAttr": true,
1517
- "docs": "Sets the ID for the radio button’s input element and the for attribute of\nthe associated label. If no ID is provided, a random one will be\nautomatically generated to ensure unique identification, facilitating\nproper label association and accessibility.",
1610
+ "attr": "accessor",
1611
+ "reflectToAttr": false,
1612
+ "docs": "Defines the accessor of the column.",
1518
1613
  "docsTags": [],
1519
- "default": "uuidv4()",
1520
1614
  "values": [
1521
1615
  {
1522
1616
  "type": "string"
@@ -1526,7 +1620,7 @@
1526
1620
  "required": false
1527
1621
  },
1528
1622
  {
1529
- "name": "label",
1623
+ "name": "header",
1530
1624
  "type": "string",
1531
1625
  "complexType": {
1532
1626
  "original": "string",
@@ -1534,117 +1628,277 @@
1534
1628
  "references": {}
1535
1629
  },
1536
1630
  "mutable": false,
1537
- "attr": "label",
1538
- "reflectToAttr": true,
1539
- "docs": "The label displayed next to the checkbox.",
1631
+ "attr": "header",
1632
+ "reflectToAttr": false,
1633
+ "docs": "Defines the header of the column.",
1540
1634
  "docsTags": [],
1541
1635
  "values": [
1542
1636
  {
1543
1637
  "type": "string"
1544
1638
  }
1545
1639
  ],
1546
- "optional": true,
1640
+ "optional": false,
1547
1641
  "required": false
1548
- },
1642
+ }
1643
+ ],
1644
+ "methods": [],
1645
+ "events": [],
1646
+ "listeners": [],
1647
+ "styles": [],
1648
+ "slots": [
1549
1649
  {
1550
- "name": "labelBefore",
1551
- "type": "boolean",
1650
+ "name": "default",
1651
+ "docs": "Use this slot to insert HTML into the data grid column."
1652
+ }
1653
+ ],
1654
+ "parts": [],
1655
+ "dependents": [],
1656
+ "dependencies": [],
1657
+ "dependencyGraph": {}
1658
+ },
1659
+ {
1660
+ "filePath": "src/components/nv-datagriddatacell/nv-datagriddatacell.tsx",
1661
+ "encapsulation": "none",
1662
+ "tag": "nv-datagriddatacell",
1663
+ "readme": "# nv-datagriddatacell\n\nThe `<td>` HTML element defines a cell of a table that contains data and may be used as a child of the `<tr>` element.\n",
1664
+ "docs": "The `<td>` HTML element defines a cell of a table that contains data and may be used as a child of the `<tr>` element.",
1665
+ "docsTags": [
1666
+ {
1667
+ "name": "slot",
1668
+ "text": "default - Use this slot to insert HTML into the data grid data cell."
1669
+ }
1670
+ ],
1671
+ "usage": {},
1672
+ "props": [
1673
+ {
1674
+ "name": "accessor",
1675
+ "type": "string",
1552
1676
  "complexType": {
1553
- "original": "boolean",
1554
- "resolved": "boolean",
1677
+ "original": "string",
1678
+ "resolved": "string",
1555
1679
  "references": {}
1556
1680
  },
1557
1681
  "mutable": false,
1558
- "attr": "label-before",
1682
+ "attr": "accessor",
1559
1683
  "reflectToAttr": false,
1560
- "docs": "When true, the label will be placed before the checkbox.",
1684
+ "docs": "Contains a string that identifies a cell in a table. It is used with the\nheaders attribute to associate data cells with header cells in complex tables.",
1561
1685
  "docsTags": [
1562
1686
  {
1563
- "name": "deprecated",
1564
- "text": "Use `labelPlacement = end` instead."
1687
+ "name": "example",
1688
+ "text": "'col1'"
1565
1689
  }
1566
1690
  ],
1567
- "default": "false",
1568
- "deprecation": "Use `labelPlacement = end` instead.",
1569
1691
  "values": [
1570
1692
  {
1571
- "type": "boolean"
1693
+ "type": "string"
1572
1694
  }
1573
1695
  ],
1574
- "optional": true,
1696
+ "optional": false,
1575
1697
  "required": false
1576
- },
1698
+ }
1699
+ ],
1700
+ "methods": [],
1701
+ "events": [],
1702
+ "listeners": [],
1703
+ "styles": [],
1704
+ "slots": [
1577
1705
  {
1578
- "name": "labelPlacement",
1579
- "type": "\"after\" | \"before\"",
1580
- "complexType": {
1581
- "original": "`${FieldLabelPlacement}`",
1582
- "resolved": "\"after\" | \"before\"",
1583
- "references": {
1584
- "FieldLabelPlacement": {
1585
- "location": "import",
1586
- "path": "../../utils/constants",
1587
- "id": "src/utils/constants.ts::FieldLabelPlacement"
1588
- }
1589
- }
1706
+ "name": "default",
1707
+ "docs": "Use this slot to insert HTML into the data grid data cell."
1708
+ }
1709
+ ],
1710
+ "parts": [],
1711
+ "dependents": [],
1712
+ "dependencies": [],
1713
+ "dependencyGraph": {}
1714
+ },
1715
+ {
1716
+ "filePath": "src/components/nv-datagridhead/nv-datagridhead.tsx",
1717
+ "encapsulation": "none",
1718
+ "tag": "nv-datagridhead",
1719
+ "readme": "# nv-datagridhead\n\nThe `<thead>` HTML element encapsulates a set of table rows (`<tr>` elements), indicating that they comprise the head of a table with information about the table's columns. This is usually in the form of column headers (`<th>` elements).\n",
1720
+ "docs": "The `<thead>` HTML element encapsulates a set of table rows (`<tr>` elements), indicating that they comprise the head of a table with information about the table's columns. This is usually in the form of column headers (`<th>` elements).",
1721
+ "docsTags": [
1722
+ {
1723
+ "name": "slot",
1724
+ "text": "default - Use this slot to insert HTML into the table head."
1725
+ }
1726
+ ],
1727
+ "usage": {},
1728
+ "props": [],
1729
+ "methods": [],
1730
+ "events": [],
1731
+ "listeners": [],
1732
+ "styles": [],
1733
+ "slots": [
1734
+ {
1735
+ "name": "default",
1736
+ "docs": "Use this slot to insert HTML into the table head."
1737
+ }
1738
+ ],
1739
+ "parts": [],
1740
+ "dependents": [],
1741
+ "dependencies": [],
1742
+ "dependencyGraph": {}
1743
+ },
1744
+ {
1745
+ "filePath": "src/components/nv-datagridrow/nv-datagridrow.tsx",
1746
+ "encapsulation": "none",
1747
+ "tag": "nv-datagridrow",
1748
+ "readme": "# nv-datagridrow\n\nThe `<tr>` HTML element defines a row of cells in a table. The row's cells can then be established using a mix of `<td>` (data cell) and `<th>` (header cell) elements.\n",
1749
+ "docs": "The `<tr>` HTML element defines a row of cells in a table. The row's cells can then be established using a mix of `<td>` (data cell) and `<th>` (header cell) elements.",
1750
+ "docsTags": [
1751
+ {
1752
+ "name": "slot",
1753
+ "text": "default - Use this slot to insert HTML into the data grid row."
1754
+ }
1755
+ ],
1756
+ "usage": {},
1757
+ "props": [],
1758
+ "methods": [],
1759
+ "events": [],
1760
+ "listeners": [],
1761
+ "styles": [],
1762
+ "slots": [
1763
+ {
1764
+ "name": "default",
1765
+ "docs": "Use this slot to insert HTML into the data grid row."
1766
+ }
1767
+ ],
1768
+ "parts": [],
1769
+ "dependents": [],
1770
+ "dependencies": [],
1771
+ "dependencyGraph": {}
1772
+ },
1773
+ {
1774
+ "filePath": "src/components/nv-fieldcheckbox/nv-fieldcheckbox.tsx",
1775
+ "encapsulation": "none",
1776
+ "tag": "nv-fieldcheckbox",
1777
+ "readme": "# nv-fieldcheckbox\n\nThe checkbox component is a simple and essential element of user interfaces. It allows users to select one or more options from a list. Each checkbox can be activated or deactivated with a single click, changing its appearance from empty to checked, and vice versa. This clear visual system helps users easily understand which options are selected. Checkboxes are often used in forms to enable users to personalize their choices in an intuitive and flexible way.\n",
1778
+ "docs": "The checkbox component is a simple and essential element of user interfaces. It allows users to select one or more options from a list. Each checkbox can be activated or deactivated with a single click, changing its appearance from empty to checked, and vice versa. This clear visual system helps users easily understand which options are selected. Checkboxes are often used in forms to enable users to personalize their choices in an intuitive and flexible way.",
1779
+ "docsTags": [
1780
+ {
1781
+ "name": "slot",
1782
+ "text": "label - Content to be placed as the label, will override the label prop."
1783
+ },
1784
+ {
1785
+ "name": "slot",
1786
+ "text": "description - Content to be placed as the description, will override the description prop."
1787
+ },
1788
+ {
1789
+ "name": "slot",
1790
+ "text": "error-description - Content to be placed as the error description, will override the errorDescription prop."
1791
+ },
1792
+ {
1793
+ "name": "slot",
1794
+ "text": "checked-icon - Content to be placed as the checked icon, will override the checkedIcon prop."
1795
+ },
1796
+ {
1797
+ "name": "slot",
1798
+ "text": "indeterminate-icon - Content to be placed as the indeterminate icon, will override the indeterminateIcon prop."
1799
+ }
1800
+ ],
1801
+ "usage": {},
1802
+ "props": [
1803
+ {
1804
+ "name": "checked",
1805
+ "type": "boolean",
1806
+ "complexType": {
1807
+ "original": "boolean",
1808
+ "resolved": "boolean",
1809
+ "references": {}
1590
1810
  },
1591
1811
  "mutable": true,
1592
- "attr": "label-placement",
1812
+ "attr": "checked",
1593
1813
  "reflectToAttr": true,
1594
- "docs": "Determines the position of the label relative to the checkbox, either\n'start' (before) or 'end' (after).",
1814
+ "docs": "Indicates whether the checkbox is checked or not.",
1595
1815
  "docsTags": [],
1816
+ "default": "false",
1596
1817
  "values": [
1597
1818
  {
1598
- "value": "after",
1599
- "type": "string"
1600
- },
1601
- {
1602
- "value": "before",
1603
- "type": "string"
1819
+ "type": "boolean"
1604
1820
  }
1605
1821
  ],
1606
1822
  "optional": false,
1607
1823
  "required": false
1608
1824
  },
1609
1825
  {
1610
- "name": "message",
1826
+ "name": "description",
1611
1827
  "type": "string",
1612
1828
  "complexType": {
1613
1829
  "original": "string",
1614
1830
  "resolved": "string",
1615
1831
  "references": {}
1616
1832
  },
1833
+ "mutable": true,
1834
+ "attr": "description",
1835
+ "reflectToAttr": true,
1836
+ "docs": "A description providing additional context or information about the\ncheckbox.",
1837
+ "docsTags": [],
1838
+ "values": [
1839
+ {
1840
+ "type": "string"
1841
+ }
1842
+ ],
1843
+ "optional": true,
1844
+ "required": false
1845
+ },
1846
+ {
1847
+ "name": "disabled",
1848
+ "type": "boolean",
1849
+ "complexType": {
1850
+ "original": "boolean",
1851
+ "resolved": "boolean",
1852
+ "references": {}
1853
+ },
1617
1854
  "mutable": false,
1618
- "attr": "message",
1619
- "reflectToAttr": false,
1620
- "docs": "Message define a 'hint ' message for the Field.",
1621
- "docsTags": [
1855
+ "attr": "disabled",
1856
+ "reflectToAttr": true,
1857
+ "docs": "Disables the checkbox, preventing user interaction.",
1858
+ "docsTags": [],
1859
+ "default": "false",
1860
+ "values": [
1622
1861
  {
1623
- "name": "deprecated",
1624
- "text": "Use `description` instead."
1862
+ "type": "boolean"
1625
1863
  }
1626
1864
  ],
1627
- "deprecation": "Use `description` instead.",
1865
+ "optional": false,
1866
+ "required": false
1867
+ },
1868
+ {
1869
+ "name": "error",
1870
+ "type": "boolean",
1871
+ "complexType": {
1872
+ "original": "boolean",
1873
+ "resolved": "boolean",
1874
+ "references": {}
1875
+ },
1876
+ "mutable": false,
1877
+ "attr": "error",
1878
+ "reflectToAttr": true,
1879
+ "docs": "Signals that there is an error associated with the checkbox, which can\ntrigger visual cues.",
1880
+ "docsTags": [],
1881
+ "default": "false",
1628
1882
  "values": [
1629
1883
  {
1630
- "type": "string"
1884
+ "type": "boolean"
1631
1885
  }
1632
1886
  ],
1633
- "optional": true,
1887
+ "optional": false,
1634
1888
  "required": false
1635
1889
  },
1636
1890
  {
1637
- "name": "name",
1891
+ "name": "errorDescription",
1638
1892
  "type": "string",
1639
1893
  "complexType": {
1640
1894
  "original": "string",
1641
1895
  "resolved": "string",
1642
1896
  "references": {}
1643
1897
  },
1644
- "mutable": false,
1645
- "attr": "name",
1898
+ "mutable": true,
1899
+ "attr": "error-description",
1646
1900
  "reflectToAttr": true,
1647
- "docs": "The name attribute for the checkbox input, used to reference the form data\nafter submission.",
1901
+ "docs": "A description that appears when there is an error related to the checkbox.",
1648
1902
  "docsTags": [],
1649
1903
  "values": [
1650
1904
  {
@@ -1655,7 +1909,7 @@
1655
1909
  "required": false
1656
1910
  },
1657
1911
  {
1658
- "name": "readonly",
1912
+ "name": "hideLabel",
1659
1913
  "type": "boolean",
1660
1914
  "complexType": {
1661
1915
  "original": "boolean",
@@ -1663,9 +1917,9 @@
1663
1917
  "references": {}
1664
1918
  },
1665
1919
  "mutable": false,
1666
- "attr": "readonly",
1920
+ "attr": "hide-label",
1667
1921
  "reflectToAttr": true,
1668
- "docs": "Sets the checkbox to read-only, preventing user changes but still allowing\nfocus and selection of text.",
1922
+ "docs": "Hides the label visually while still keeping it available for screen\nreaders.",
1669
1923
  "docsTags": [],
1670
1924
  "default": "false",
1671
1925
  "values": [
@@ -1677,17 +1931,17 @@
1677
1931
  "required": false
1678
1932
  },
1679
1933
  {
1680
- "name": "required",
1934
+ "name": "indeterminate",
1681
1935
  "type": "boolean",
1682
1936
  "complexType": {
1683
1937
  "original": "boolean",
1684
1938
  "resolved": "boolean",
1685
1939
  "references": {}
1686
1940
  },
1687
- "mutable": false,
1688
- "attr": "required",
1941
+ "mutable": true,
1942
+ "attr": "indeterminate",
1689
1943
  "reflectToAttr": true,
1690
- "docs": "Marks the checkbox as required, indicating that it must be checked for\nform submission.",
1944
+ "docs": "Indicates whether the checkbox is in an indeterminate state, typically used\nfor hierarchical checkboxes.",
1691
1945
  "docsTags": [],
1692
1946
  "default": "false",
1693
1947
  "values": [
@@ -1699,7 +1953,7 @@
1699
1953
  "required": false
1700
1954
  },
1701
1955
  {
1702
- "name": "validation",
1956
+ "name": "inputId",
1703
1957
  "type": "string",
1704
1958
  "complexType": {
1705
1959
  "original": "string",
@@ -1707,26 +1961,21 @@
1707
1961
  "references": {}
1708
1962
  },
1709
1963
  "mutable": false,
1710
- "attr": "validation",
1711
- "reflectToAttr": false,
1712
- "docs": "The text for the validation message.",
1713
- "docsTags": [
1714
- {
1715
- "name": "deprecated",
1716
- "text": "Use `errorDescription` instead."
1717
- }
1718
- ],
1719
- "deprecation": "Use `errorDescription` instead.",
1964
+ "attr": "input-id",
1965
+ "reflectToAttr": true,
1966
+ "docs": "Sets the ID for the radio button’s input element and the for attribute of\nthe associated label. If no ID is provided, a random one will be\nautomatically generated to ensure unique identification, facilitating\nproper label association and accessibility.",
1967
+ "docsTags": [],
1968
+ "default": "uuidv4()",
1720
1969
  "values": [
1721
1970
  {
1722
1971
  "type": "string"
1723
1972
  }
1724
1973
  ],
1725
- "optional": true,
1974
+ "optional": false,
1726
1975
  "required": false
1727
1976
  },
1728
1977
  {
1729
- "name": "value",
1978
+ "name": "label",
1730
1979
  "type": "string",
1731
1980
  "complexType": {
1732
1981
  "original": "string",
@@ -1734,9 +1983,9 @@
1734
1983
  "references": {}
1735
1984
  },
1736
1985
  "mutable": false,
1737
- "attr": "value",
1986
+ "attr": "label",
1738
1987
  "reflectToAttr": true,
1739
- "docs": "The value attribute of the checkbox input, representing the value sent on\nform submission when the checkbox is checked. When the form is submitted,\nthe data will consist of a name=value pair.",
1988
+ "docs": "The label displayed next to the checkbox.",
1740
1989
  "docsTags": [],
1741
1990
  "values": [
1742
1991
  {
@@ -1745,39 +1994,239 @@
1745
1994
  ],
1746
1995
  "optional": true,
1747
1996
  "required": false
1748
- }
1749
- ],
1750
- "methods": [],
1751
- "events": [
1997
+ },
1752
1998
  {
1753
- "event": "checkedChanged",
1754
- "detail": "boolean",
1755
- "bubbles": true,
1999
+ "name": "labelBefore",
2000
+ "type": "boolean",
1756
2001
  "complexType": {
1757
2002
  "original": "boolean",
1758
2003
  "resolved": "boolean",
1759
2004
  "references": {}
1760
2005
  },
1761
- "cancelable": true,
1762
- "composed": true,
1763
- "docs": "Emits when the checked state changes.",
2006
+ "mutable": false,
2007
+ "attr": "label-before",
2008
+ "reflectToAttr": false,
2009
+ "docs": "When true, the label will be placed before the checkbox.",
1764
2010
  "docsTags": [
1765
2011
  {
1766
- "name": "bind",
1767
- "text": "checked"
2012
+ "name": "deprecated",
2013
+ "text": "Use `labelPlacement = end` instead."
1768
2014
  }
1769
- ]
1770
- }
1771
- ],
1772
- "listeners": [
2015
+ ],
2016
+ "default": "false",
2017
+ "deprecation": "Use `labelPlacement = end` instead.",
2018
+ "values": [
2019
+ {
2020
+ "type": "boolean"
2021
+ }
2022
+ ],
2023
+ "optional": true,
2024
+ "required": false
2025
+ },
1773
2026
  {
1774
- "event": "change",
1775
- "capture": false,
1776
- "passive": false
1777
- }
1778
- ],
1779
- "styles": [],
1780
- "slots": [
2027
+ "name": "labelPlacement",
2028
+ "type": "\"after\" | \"before\"",
2029
+ "complexType": {
2030
+ "original": "`${FieldLabelPlacement}`",
2031
+ "resolved": "\"after\" | \"before\"",
2032
+ "references": {
2033
+ "FieldLabelPlacement": {
2034
+ "location": "import",
2035
+ "path": "../../utils/constants",
2036
+ "id": "src/utils/constants.ts::FieldLabelPlacement"
2037
+ }
2038
+ }
2039
+ },
2040
+ "mutable": true,
2041
+ "attr": "label-placement",
2042
+ "reflectToAttr": true,
2043
+ "docs": "Determines the position of the label relative to the checkbox, either\n'start' (before) or 'end' (after).",
2044
+ "docsTags": [],
2045
+ "values": [
2046
+ {
2047
+ "value": "after",
2048
+ "type": "string"
2049
+ },
2050
+ {
2051
+ "value": "before",
2052
+ "type": "string"
2053
+ }
2054
+ ],
2055
+ "optional": false,
2056
+ "required": false
2057
+ },
2058
+ {
2059
+ "name": "message",
2060
+ "type": "string",
2061
+ "complexType": {
2062
+ "original": "string",
2063
+ "resolved": "string",
2064
+ "references": {}
2065
+ },
2066
+ "mutable": false,
2067
+ "attr": "message",
2068
+ "reflectToAttr": false,
2069
+ "docs": "Message define a 'hint ' message for the Field.",
2070
+ "docsTags": [
2071
+ {
2072
+ "name": "deprecated",
2073
+ "text": "Use `description` instead."
2074
+ }
2075
+ ],
2076
+ "deprecation": "Use `description` instead.",
2077
+ "values": [
2078
+ {
2079
+ "type": "string"
2080
+ }
2081
+ ],
2082
+ "optional": true,
2083
+ "required": false
2084
+ },
2085
+ {
2086
+ "name": "name",
2087
+ "type": "string",
2088
+ "complexType": {
2089
+ "original": "string",
2090
+ "resolved": "string",
2091
+ "references": {}
2092
+ },
2093
+ "mutable": false,
2094
+ "attr": "name",
2095
+ "reflectToAttr": true,
2096
+ "docs": "The name attribute for the checkbox input, used to reference the form data\nafter submission.",
2097
+ "docsTags": [],
2098
+ "values": [
2099
+ {
2100
+ "type": "string"
2101
+ }
2102
+ ],
2103
+ "optional": true,
2104
+ "required": false
2105
+ },
2106
+ {
2107
+ "name": "readonly",
2108
+ "type": "boolean",
2109
+ "complexType": {
2110
+ "original": "boolean",
2111
+ "resolved": "boolean",
2112
+ "references": {}
2113
+ },
2114
+ "mutable": false,
2115
+ "attr": "readonly",
2116
+ "reflectToAttr": true,
2117
+ "docs": "Sets the checkbox to read-only, preventing user changes but still allowing\nfocus and selection of text.",
2118
+ "docsTags": [],
2119
+ "default": "false",
2120
+ "values": [
2121
+ {
2122
+ "type": "boolean"
2123
+ }
2124
+ ],
2125
+ "optional": false,
2126
+ "required": false
2127
+ },
2128
+ {
2129
+ "name": "required",
2130
+ "type": "boolean",
2131
+ "complexType": {
2132
+ "original": "boolean",
2133
+ "resolved": "boolean",
2134
+ "references": {}
2135
+ },
2136
+ "mutable": false,
2137
+ "attr": "required",
2138
+ "reflectToAttr": true,
2139
+ "docs": "Marks the checkbox as required, indicating that it must be checked for\nform submission.",
2140
+ "docsTags": [],
2141
+ "default": "false",
2142
+ "values": [
2143
+ {
2144
+ "type": "boolean"
2145
+ }
2146
+ ],
2147
+ "optional": false,
2148
+ "required": false
2149
+ },
2150
+ {
2151
+ "name": "validation",
2152
+ "type": "string",
2153
+ "complexType": {
2154
+ "original": "string",
2155
+ "resolved": "string",
2156
+ "references": {}
2157
+ },
2158
+ "mutable": false,
2159
+ "attr": "validation",
2160
+ "reflectToAttr": false,
2161
+ "docs": "The text for the validation message.",
2162
+ "docsTags": [
2163
+ {
2164
+ "name": "deprecated",
2165
+ "text": "Use `errorDescription` instead."
2166
+ }
2167
+ ],
2168
+ "deprecation": "Use `errorDescription` instead.",
2169
+ "values": [
2170
+ {
2171
+ "type": "string"
2172
+ }
2173
+ ],
2174
+ "optional": true,
2175
+ "required": false
2176
+ },
2177
+ {
2178
+ "name": "value",
2179
+ "type": "string",
2180
+ "complexType": {
2181
+ "original": "string",
2182
+ "resolved": "string",
2183
+ "references": {}
2184
+ },
2185
+ "mutable": false,
2186
+ "attr": "value",
2187
+ "reflectToAttr": true,
2188
+ "docs": "The value attribute of the checkbox input, representing the value sent on\nform submission when the checkbox is checked. When the form is submitted,\nthe data will consist of a name=value pair.",
2189
+ "docsTags": [],
2190
+ "values": [
2191
+ {
2192
+ "type": "string"
2193
+ }
2194
+ ],
2195
+ "optional": true,
2196
+ "required": false
2197
+ }
2198
+ ],
2199
+ "methods": [],
2200
+ "events": [
2201
+ {
2202
+ "event": "checkedChanged",
2203
+ "detail": "boolean",
2204
+ "bubbles": true,
2205
+ "complexType": {
2206
+ "original": "boolean",
2207
+ "resolved": "boolean",
2208
+ "references": {}
2209
+ },
2210
+ "cancelable": true,
2211
+ "composed": true,
2212
+ "docs": "Emits when the checked state changes.",
2213
+ "docsTags": [
2214
+ {
2215
+ "name": "bind",
2216
+ "text": "checked"
2217
+ }
2218
+ ]
2219
+ }
2220
+ ],
2221
+ "listeners": [
2222
+ {
2223
+ "event": "change",
2224
+ "capture": false,
2225
+ "passive": false
2226
+ }
2227
+ ],
2228
+ "styles": [],
2229
+ "slots": [
1781
2230
  {
1782
2231
  "name": "checked-icon",
1783
2232
  "docs": "Content to be placed as the checked icon, will override the checkedIcon prop."
@@ -9768,28 +10217,426 @@
9768
10217
  "nv-tooltip"
9769
10218
  ],
9770
10219
  "dependencies": [],
9771
- "dependencyGraph": {
9772
- "nv-fielddropdown": [
9773
- "nv-popover"
9774
- ],
9775
- "nv-menu": [
9776
- "nv-popover"
9777
- ],
9778
- "nv-tooltip": [
9779
- "nv-popover"
9780
- ]
9781
- }
10220
+ "dependencyGraph": {
10221
+ "nv-fielddropdown": [
10222
+ "nv-popover"
10223
+ ],
10224
+ "nv-menu": [
10225
+ "nv-popover"
10226
+ ],
10227
+ "nv-tooltip": [
10228
+ "nv-popover"
10229
+ ]
10230
+ }
10231
+ },
10232
+ {
10233
+ "filePath": "src/components/nv-row/nv-row.tsx",
10234
+ "encapsulation": "none",
10235
+ "tag": "nv-row",
10236
+ "readme": "# nv-row\n\nThe `nv-row` component is a \"row\" that contains columns. It typically includes `nv-col` components or other components with the `Size` parameter defined.\n",
10237
+ "docs": "The `nv-row` component is a \"row\" that contains columns. It typically includes `nv-col` components or other components with the `Size` parameter defined.",
10238
+ "docsTags": [
10239
+ {
10240
+ "name": "slot",
10241
+ "text": "default - The row content."
10242
+ }
10243
+ ],
10244
+ "usage": {},
10245
+ "props": [],
10246
+ "methods": [],
10247
+ "events": [],
10248
+ "listeners": [],
10249
+ "styles": [],
10250
+ "slots": [
10251
+ {
10252
+ "name": "default",
10253
+ "docs": "The row content."
10254
+ }
10255
+ ],
10256
+ "parts": [],
10257
+ "dependents": [],
10258
+ "dependencies": [],
10259
+ "dependencyGraph": {}
10260
+ },
10261
+ {
10262
+ "filePath": "src/components/nv-stack/nv-stack.tsx",
10263
+ "encapsulation": "none",
10264
+ "tag": "nv-stack",
10265
+ "readme": "# nv-stack\n\nThe `nv-stack` component is useful for dividing block content into horizontal areas. These areas can contain almost any elements, such as a title, a button, a text input, or simple text.\n",
10266
+ "docs": "The `nv-stack` component is useful for dividing block content into horizontal areas. These areas can contain almost any elements, such as a title, a button, a text input, or simple text.",
10267
+ "docsTags": [
10268
+ {
10269
+ "name": "deprecated",
10270
+ "text": "Please use tailwind classes instead"
10271
+ },
10272
+ {
10273
+ "name": "slot",
10274
+ "text": "default - Content of the stack"
10275
+ }
10276
+ ],
10277
+ "usage": {},
10278
+ "props": [
10279
+ {
10280
+ "name": "fill",
10281
+ "type": "boolean",
10282
+ "complexType": {
10283
+ "original": "boolean",
10284
+ "resolved": "boolean",
10285
+ "references": {}
10286
+ },
10287
+ "mutable": false,
10288
+ "attr": "fill",
10289
+ "reflectToAttr": true,
10290
+ "docs": "Fill will force the children to fill the stack depending of the direction\nof the stack. In horizontal position, the children take the height of the\nstack. In vertical position, the children take the width of the stack.",
10291
+ "docsTags": [],
10292
+ "values": [
10293
+ {
10294
+ "type": "boolean"
10295
+ }
10296
+ ],
10297
+ "optional": false,
10298
+ "required": false
10299
+ },
10300
+ {
10301
+ "name": "flex",
10302
+ "type": "boolean",
10303
+ "complexType": {
10304
+ "original": "boolean",
10305
+ "resolved": "boolean",
10306
+ "references": {}
10307
+ },
10308
+ "mutable": false,
10309
+ "attr": "flex",
10310
+ "reflectToAttr": true,
10311
+ "docs": "Flex will force the children to share the stack between the children\ndepending of the direction of the stack. In horizontal position, the\nchildren width will share the width of the stack. In vertical position,\nthe children height will share the height of the stack.",
10312
+ "docsTags": [],
10313
+ "values": [
10314
+ {
10315
+ "type": "boolean"
10316
+ }
10317
+ ],
10318
+ "optional": false,
10319
+ "required": false
10320
+ },
10321
+ {
10322
+ "name": "full",
10323
+ "type": "boolean",
10324
+ "complexType": {
10325
+ "original": "boolean",
10326
+ "resolved": "boolean",
10327
+ "references": {}
10328
+ },
10329
+ "mutable": false,
10330
+ "attr": "full",
10331
+ "reflectToAttr": true,
10332
+ "docs": "Full set the width of the stack to 100%.\n(same effect as WFull props)",
10333
+ "docsTags": [],
10334
+ "values": [
10335
+ {
10336
+ "type": "boolean"
10337
+ }
10338
+ ],
10339
+ "optional": false,
10340
+ "required": false
10341
+ },
10342
+ {
10343
+ "name": "gutter",
10344
+ "type": "number",
10345
+ "complexType": {
10346
+ "original": "number",
10347
+ "resolved": "number",
10348
+ "references": {}
10349
+ },
10350
+ "mutable": false,
10351
+ "attr": "gutter",
10352
+ "reflectToAttr": true,
10353
+ "docs": "Gutter refers to the space that exists between children components inside\nthe stack container.",
10354
+ "docsTags": [],
10355
+ "default": "2",
10356
+ "values": [
10357
+ {
10358
+ "type": "number"
10359
+ }
10360
+ ],
10361
+ "optional": false,
10362
+ "required": false
10363
+ },
10364
+ {
10365
+ "name": "vertical",
10366
+ "type": "boolean",
10367
+ "complexType": {
10368
+ "original": "boolean",
10369
+ "resolved": "boolean",
10370
+ "references": {}
10371
+ },
10372
+ "mutable": false,
10373
+ "attr": "vertical",
10374
+ "reflectToAttr": true,
10375
+ "docs": "Display the element of the stack vertically.",
10376
+ "docsTags": [],
10377
+ "values": [
10378
+ {
10379
+ "type": "boolean"
10380
+ }
10381
+ ],
10382
+ "optional": false,
10383
+ "required": false
10384
+ }
10385
+ ],
10386
+ "methods": [],
10387
+ "events": [],
10388
+ "listeners": [],
10389
+ "styles": [],
10390
+ "slots": [
10391
+ {
10392
+ "name": "default",
10393
+ "docs": "Content of the stack"
10394
+ }
10395
+ ],
10396
+ "parts": [],
10397
+ "dependents": [],
10398
+ "dependencies": [],
10399
+ "dependencyGraph": {},
10400
+ "deprecation": "Please use tailwind classes instead"
10401
+ },
10402
+ {
10403
+ "filePath": "src/components/nv-table/nv-table.tsx",
10404
+ "encapsulation": "none",
10405
+ "tag": "nv-table",
10406
+ "readme": "# nv-table\n\nThe nv-table is an example component that only show a simple table.\n\nThe `<table>` HTML element represents tabular data�that is, information presented in a two-dimensional table comprised of rows and columns of cells containing data.\n\n",
10407
+ "docs": "The nv-table is an example component that only show a simple table.\n\nThe `<table>` HTML element represents tabular data�that is, information presented in a two-dimensional table comprised of rows and columns of cells containing data.",
10408
+ "docsTags": [
10409
+ {
10410
+ "name": "slot",
10411
+ "text": "default - Use this slot to insert HTML into the table content."
10412
+ },
10413
+ {
10414
+ "name": "slot",
10415
+ "text": "head - Use this slot to insert HTML into the table header."
10416
+ },
10417
+ {
10418
+ "name": "slot",
10419
+ "text": "before - Use this slot to insert HTML before the table."
10420
+ },
10421
+ {
10422
+ "name": "slot",
10423
+ "text": "after - Use this slot to insert HTML after the table."
10424
+ },
10425
+ {
10426
+ "name": "slot",
10427
+ "text": "body - Use this slot to insert HTML into the table body."
10428
+ }
10429
+ ],
10430
+ "usage": {},
10431
+ "props": [
10432
+ {
10433
+ "name": "columns",
10434
+ "type": "string[]",
10435
+ "complexType": {
10436
+ "original": "string[]",
10437
+ "resolved": "string[]",
10438
+ "references": {}
10439
+ },
10440
+ "mutable": false,
10441
+ "reflectToAttr": false,
10442
+ "docs": "Defines the table columns.",
10443
+ "docsTags": [
10444
+ {
10445
+ "name": "example",
10446
+ "text": "['Name', 'Age', 'Email']"
10447
+ },
10448
+ {
10449
+ "name": "default",
10450
+ "text": "[]"
10451
+ }
10452
+ ],
10453
+ "default": "[]",
10454
+ "values": [
10455
+ {
10456
+ "type": "string[]"
10457
+ }
10458
+ ],
10459
+ "optional": false,
10460
+ "required": false
10461
+ },
10462
+ {
10463
+ "name": "columnsJson",
10464
+ "type": "string",
10465
+ "complexType": {
10466
+ "original": "string",
10467
+ "resolved": "string",
10468
+ "references": {}
10469
+ },
10470
+ "mutable": false,
10471
+ "attr": "columns-json",
10472
+ "reflectToAttr": true,
10473
+ "docs": "Defines the table columns.\nIt can be passed directly as an array of strings or as a JSON string.",
10474
+ "docsTags": [
10475
+ {
10476
+ "name": "example",
10477
+ "text": "'[\"Name\", \"Age\", \"Email\"]'"
10478
+ }
10479
+ ],
10480
+ "values": [
10481
+ {
10482
+ "type": "string"
10483
+ }
10484
+ ],
10485
+ "optional": true,
10486
+ "required": false
10487
+ },
10488
+ {
10489
+ "name": "data",
10490
+ "type": "any[]",
10491
+ "complexType": {
10492
+ "original": "any[]",
10493
+ "resolved": "any[]",
10494
+ "references": {}
10495
+ },
10496
+ "mutable": false,
10497
+ "reflectToAttr": false,
10498
+ "docs": "Defines the table data.",
10499
+ "docsTags": [
10500
+ {
10501
+ "name": "example",
10502
+ "text": "[{ name: 'Alice', age: 25, email: 'alice@mail.com' }, { name: 'Bob', age: 30, email: 'bob@mail.com' }]"
10503
+ },
10504
+ {
10505
+ "name": "default",
10506
+ "text": "[]"
10507
+ }
10508
+ ],
10509
+ "default": "[]",
10510
+ "values": [
10511
+ {
10512
+ "type": "any[]"
10513
+ }
10514
+ ],
10515
+ "optional": false,
10516
+ "required": false
10517
+ },
10518
+ {
10519
+ "name": "dataJson",
10520
+ "type": "string",
10521
+ "complexType": {
10522
+ "original": "string",
10523
+ "resolved": "string",
10524
+ "references": {}
10525
+ },
10526
+ "mutable": false,
10527
+ "attr": "data-json",
10528
+ "reflectToAttr": true,
10529
+ "docs": "Defines the table data.\nIt can be passed directly as an array of objects or as a JSON string.",
10530
+ "docsTags": [
10531
+ {
10532
+ "name": "example",
10533
+ "text": "'[{ \"name\": \"Alice\", \"age\": \"25\", \"email\": \"alice@mail.com\" },{ \"name\": \"Bob\", \"age\": \"30\", \"email\": \"bob@mail.com\" }]'"
10534
+ }
10535
+ ],
10536
+ "values": [
10537
+ {
10538
+ "type": "string"
10539
+ }
10540
+ ],
10541
+ "optional": true,
10542
+ "required": false
10543
+ },
10544
+ {
10545
+ "name": "noColumnsNoDataMessage",
10546
+ "type": "string",
10547
+ "complexType": {
10548
+ "original": "string",
10549
+ "resolved": "string",
10550
+ "references": {}
10551
+ },
10552
+ "mutable": false,
10553
+ "attr": "no-columns-no-data-message",
10554
+ "reflectToAttr": false,
10555
+ "docs": "The message to display when there are no columns or data available.",
10556
+ "docsTags": [
10557
+ {
10558
+ "name": "default",
10559
+ "text": "'No data or columns available to display.'"
10560
+ }
10561
+ ],
10562
+ "default": "'No data or columns available to display.'",
10563
+ "values": [
10564
+ {
10565
+ "type": "string"
10566
+ }
10567
+ ],
10568
+ "optional": false,
10569
+ "required": false
10570
+ },
10571
+ {
10572
+ "name": "noDataMessage",
10573
+ "type": "string",
10574
+ "complexType": {
10575
+ "original": "string",
10576
+ "resolved": "string",
10577
+ "references": {}
10578
+ },
10579
+ "mutable": false,
10580
+ "attr": "no-data-message",
10581
+ "reflectToAttr": false,
10582
+ "docs": "The message to display when there is no data available.",
10583
+ "docsTags": [
10584
+ {
10585
+ "name": "default",
10586
+ "text": "'No data available'"
10587
+ }
10588
+ ],
10589
+ "default": "'No data available'",
10590
+ "values": [
10591
+ {
10592
+ "type": "string"
10593
+ }
10594
+ ],
10595
+ "optional": false,
10596
+ "required": false
10597
+ }
10598
+ ],
10599
+ "methods": [],
10600
+ "events": [],
10601
+ "listeners": [],
10602
+ "styles": [],
10603
+ "slots": [
10604
+ {
10605
+ "name": "after",
10606
+ "docs": "Use this slot to insert HTML after the table."
10607
+ },
10608
+ {
10609
+ "name": "before",
10610
+ "docs": "Use this slot to insert HTML before the table."
10611
+ },
10612
+ {
10613
+ "name": "body",
10614
+ "docs": "Use this slot to insert HTML into the table body."
10615
+ },
10616
+ {
10617
+ "name": "default",
10618
+ "docs": "Use this slot to insert HTML into the table content."
10619
+ },
10620
+ {
10621
+ "name": "head",
10622
+ "docs": "Use this slot to insert HTML into the table header."
10623
+ }
10624
+ ],
10625
+ "parts": [],
10626
+ "dependents": [],
10627
+ "dependencies": [],
10628
+ "dependencyGraph": {}
9782
10629
  },
9783
10630
  {
9784
- "filePath": "src/components/nv-row/nv-row.tsx",
10631
+ "filePath": "src/components/nv-tablebody/nv-tablebody.tsx",
9785
10632
  "encapsulation": "none",
9786
- "tag": "nv-row",
9787
- "readme": "# nv-row\n\nThe `nv-row` component is a \"row\" that contains columns. It typically includes `nv-col` components or other components with the `Size` parameter defined.\n",
9788
- "docs": "The `nv-row` component is a \"row\" that contains columns. It typically includes `nv-col` components or other components with the `Size` parameter defined.",
10633
+ "tag": "nv-tablebody",
10634
+ "readme": "# nv-tablebody\n\nThe `<tbody>` HTML element encapsulates a set of table rows (`<tr>` elements), indicating that they comprise the body of a table's (main) data.\n",
10635
+ "docs": "The `<tbody>` HTML element encapsulates a set of table rows (`<tr>` elements), indicating that they comprise the body of a table's (main) data.",
9789
10636
  "docsTags": [
9790
10637
  {
9791
10638
  "name": "slot",
9792
- "text": "default - The row content."
10639
+ "text": "default - Use this slot to insert HTML into the table body."
9793
10640
  }
9794
10641
  ],
9795
10642
  "usage": {},
@@ -9801,7 +10648,7 @@
9801
10648
  "slots": [
9802
10649
  {
9803
10650
  "name": "default",
9804
- "docs": "The row content."
10651
+ "docs": "Use this slot to insert HTML into the table body."
9805
10652
  }
9806
10653
  ],
9807
10654
  "parts": [],
@@ -9810,88 +10657,95 @@
9810
10657
  "dependencyGraph": {}
9811
10658
  },
9812
10659
  {
9813
- "filePath": "src/components/nv-stack/nv-stack.tsx",
10660
+ "filePath": "src/components/nv-tablecolumn/nv-tablecolumn.tsx",
9814
10661
  "encapsulation": "none",
9815
- "tag": "nv-stack",
9816
- "readme": "# nv-stack\n\nThe `nv-stack` component is useful for dividing block content into horizontal areas. These areas can contain almost any elements, such as a title, a button, a text input, or simple text.\n",
9817
- "docs": "The `nv-stack` component is useful for dividing block content into horizontal areas. These areas can contain almost any elements, such as a title, a button, a text input, or simple text.",
10662
+ "tag": "nv-tablecolumn",
10663
+ "readme": "# nv-tablecolumn\n\nA helper component to decompose the column from the table.\nThe `<th>` HTML element defines a cell as the header of a group of table cells and may be used as a child of the `<tr>` element. The exact nature of this group is defined by the scope and headers attributes.\n",
10664
+ "docs": "A helper component to decompose the column from the table.\nThe `<th>` HTML element defines a cell as the header of a group of table cells and may be used as a child of the `<tr>` element. The exact nature of this group is defined by the scope and headers attributes.",
9818
10665
  "docsTags": [
9819
- {
9820
- "name": "deprecated",
9821
- "text": "Please use tailwind classes instead"
9822
- },
9823
10666
  {
9824
10667
  "name": "slot",
9825
- "text": "default - Content of the stack"
10668
+ "text": "default - Use this slot to insert HTML into the table column."
9826
10669
  }
9827
10670
  ],
9828
10671
  "usage": {},
9829
10672
  "props": [
9830
10673
  {
9831
- "name": "fill",
9832
- "type": "boolean",
10674
+ "name": "abbr",
10675
+ "type": "string",
9833
10676
  "complexType": {
9834
- "original": "boolean",
9835
- "resolved": "boolean",
10677
+ "original": "string",
10678
+ "resolved": "string",
9836
10679
  "references": {}
9837
10680
  },
9838
10681
  "mutable": false,
9839
- "attr": "fill",
9840
- "reflectToAttr": true,
9841
- "docs": "Fill will force the children to fill the stack depending of the direction\nof the stack. In horizontal position, the children take the height of the\nstack. In vertical position, the children take the width of the stack.",
10682
+ "attr": "abbr",
10683
+ "reflectToAttr": false,
10684
+ "docs": "A short, abbreviated description of the header cell's content provided as an\nalternative label to use for the header cell when referencing the cell in other\ncontexts. Some user-agents, such as speech readers, may present this description\nbefore the content itself.",
9842
10685
  "docsTags": [],
9843
10686
  "values": [
9844
10687
  {
9845
- "type": "boolean"
10688
+ "type": "string"
9846
10689
  }
9847
10690
  ],
9848
10691
  "optional": false,
9849
10692
  "required": false
9850
10693
  },
9851
10694
  {
9852
- "name": "flex",
9853
- "type": "boolean",
10695
+ "name": "colspan",
10696
+ "type": "number",
9854
10697
  "complexType": {
9855
- "original": "boolean",
9856
- "resolved": "boolean",
10698
+ "original": "number",
10699
+ "resolved": "number",
9857
10700
  "references": {}
9858
10701
  },
9859
10702
  "mutable": false,
9860
- "attr": "flex",
9861
- "reflectToAttr": true,
9862
- "docs": "Flex will force the children to share the stack between the children\ndepending of the direction of the stack. In horizontal position, the\nchildren width will share the width of the stack. In vertical position,\nthe children height will share the height of the stack.",
9863
- "docsTags": [],
10703
+ "attr": "colspan",
10704
+ "reflectToAttr": false,
10705
+ "docs": "A non-negative integer value indicating how many columns the header cell spans\nor extends. The default value is 1. User agents dismiss values higher than 1000\nas incorrect, defaulting such values to 1.",
10706
+ "docsTags": [
10707
+ {
10708
+ "name": "default",
10709
+ "text": "1"
10710
+ }
10711
+ ],
10712
+ "default": "1",
9864
10713
  "values": [
9865
10714
  {
9866
- "type": "boolean"
10715
+ "type": "number"
9867
10716
  }
9868
10717
  ],
9869
10718
  "optional": false,
9870
10719
  "required": false
9871
10720
  },
9872
10721
  {
9873
- "name": "full",
9874
- "type": "boolean",
10722
+ "name": "headers",
10723
+ "type": "string",
9875
10724
  "complexType": {
9876
- "original": "boolean",
9877
- "resolved": "boolean",
10725
+ "original": "string",
10726
+ "resolved": "string",
9878
10727
  "references": {}
9879
10728
  },
9880
10729
  "mutable": false,
9881
- "attr": "full",
9882
- "reflectToAttr": true,
9883
- "docs": "Full set the width of the stack to 100%.\n(same effect as WFull props)",
9884
- "docsTags": [],
10730
+ "attr": "headers",
10731
+ "reflectToAttr": false,
10732
+ "docs": "A list of space-separated strings corresponding to the id attributes of the `<th>`\nelements that provide the headers for this header cell.",
10733
+ "docsTags": [
10734
+ {
10735
+ "name": "example",
10736
+ "text": "'col1 col2'"
10737
+ }
10738
+ ],
9885
10739
  "values": [
9886
10740
  {
9887
- "type": "boolean"
10741
+ "type": "string"
9888
10742
  }
9889
10743
  ],
9890
10744
  "optional": false,
9891
10745
  "required": false
9892
10746
  },
9893
10747
  {
9894
- "name": "gutter",
10748
+ "name": "rowspan",
9895
10749
  "type": "number",
9896
10750
  "complexType": {
9897
10751
  "original": "number",
@@ -9899,11 +10753,16 @@
9899
10753
  "references": {}
9900
10754
  },
9901
10755
  "mutable": false,
9902
- "attr": "gutter",
9903
- "reflectToAttr": true,
9904
- "docs": "Gutter refers to the space that exists between children components inside\nthe stack container.",
9905
- "docsTags": [],
9906
- "default": "2",
10756
+ "attr": "rowspan",
10757
+ "reflectToAttr": false,
10758
+ "docs": "A non-negative integer value indicating how many rows the header cell spans or\nextends. The default value is 1; if its value is set to 0, the header cell will\nextends to the end of the table grouping section (`<thead>`, `<tbody>`, `<tfoot>`,\neven if implicitly defined), that the `<th>` belongs to. Values higher than 65534\nare clipped at 65534.",
10759
+ "docsTags": [
10760
+ {
10761
+ "name": "default",
10762
+ "text": "1"
10763
+ }
10764
+ ],
10765
+ "default": "1",
9907
10766
  "values": [
9908
10767
  {
9909
10768
  "type": "number"
@@ -9913,21 +10772,34 @@
9913
10772
  "required": false
9914
10773
  },
9915
10774
  {
9916
- "name": "vertical",
9917
- "type": "boolean",
10775
+ "name": "scope",
10776
+ "type": "\"col\" | \"colgroup\" | \"row\" | \"rowgroup\"",
9918
10777
  "complexType": {
9919
- "original": "boolean",
9920
- "resolved": "boolean",
10778
+ "original": "'col' | 'row' | 'colgroup' | 'rowgroup'",
10779
+ "resolved": "\"col\" | \"colgroup\" | \"row\" | \"rowgroup\"",
9921
10780
  "references": {}
9922
10781
  },
9923
10782
  "mutable": false,
9924
- "attr": "vertical",
9925
- "reflectToAttr": true,
9926
- "docs": "Display the element of the stack vertically.",
10783
+ "attr": "scope",
10784
+ "reflectToAttr": false,
10785
+ "docs": "Defines the cells that the header (defined in the `<th>`) element relates to.\nPossible enumerated values are:\n\n- `col`: The header relates to all cells of the column it belongs to.\n- `row`: The header relates to all cells of the row it belongs to.\n- `colgroup`: The header relates to all cells of the column group it belongs to.\n- `rowgroup`: The header relates to all cells of the row group it belongs to.\n\nIf the `scope` attribute is not specified, or its value is not `row`, `col`,\n`rowgroup`, or `colgroup`, then browsers automatically select the set of cells to\nwhich the header cell applies.",
9927
10786
  "docsTags": [],
9928
10787
  "values": [
9929
10788
  {
9930
- "type": "boolean"
10789
+ "value": "col",
10790
+ "type": "string"
10791
+ },
10792
+ {
10793
+ "value": "colgroup",
10794
+ "type": "string"
10795
+ },
10796
+ {
10797
+ "value": "row",
10798
+ "type": "string"
10799
+ },
10800
+ {
10801
+ "value": "rowgroup",
10802
+ "type": "string"
9931
10803
  }
9932
10804
  ],
9933
10805
  "optional": false,
@@ -9941,14 +10813,181 @@
9941
10813
  "slots": [
9942
10814
  {
9943
10815
  "name": "default",
9944
- "docs": "Content of the stack"
10816
+ "docs": "Use this slot to insert HTML into the table column."
9945
10817
  }
9946
10818
  ],
9947
10819
  "parts": [],
9948
10820
  "dependents": [],
9949
10821
  "dependencies": [],
9950
- "dependencyGraph": {},
9951
- "deprecation": "Please use tailwind classes instead"
10822
+ "dependencyGraph": {}
10823
+ },
10824
+ {
10825
+ "filePath": "src/components/nv-tabledatacell/nv-tabledatacell.tsx",
10826
+ "encapsulation": "none",
10827
+ "tag": "nv-tabledatacell",
10828
+ "readme": "# nv-tabledatacell\n\nThe `<td>` HTML element defines a cell of a table that contains data and may be used as a child of the `<tr>` element.\n",
10829
+ "docs": "The `<td>` HTML element defines a cell of a table that contains data and may be used as a child of the `<tr>` element.",
10830
+ "docsTags": [
10831
+ {
10832
+ "name": "slot",
10833
+ "text": "default - Use this slot to insert HTML into the table data cell."
10834
+ }
10835
+ ],
10836
+ "usage": {},
10837
+ "props": [
10838
+ {
10839
+ "name": "colspan",
10840
+ "type": "number",
10841
+ "complexType": {
10842
+ "original": "number",
10843
+ "resolved": "number",
10844
+ "references": {}
10845
+ },
10846
+ "mutable": false,
10847
+ "attr": "colspan",
10848
+ "reflectToAttr": false,
10849
+ "docs": "Contains a non-negative integer value that indicates how many columns the data\ncell spans or extends. The default value is 1. User agents dismiss values higher\nthan 1000 as incorrect, setting to the default value (1).",
10850
+ "docsTags": [
10851
+ {
10852
+ "name": "default",
10853
+ "text": "1"
10854
+ }
10855
+ ],
10856
+ "default": "1",
10857
+ "values": [
10858
+ {
10859
+ "type": "number"
10860
+ }
10861
+ ],
10862
+ "optional": false,
10863
+ "required": false
10864
+ },
10865
+ {
10866
+ "name": "headers",
10867
+ "type": "string",
10868
+ "complexType": {
10869
+ "original": "string",
10870
+ "resolved": "string",
10871
+ "references": {}
10872
+ },
10873
+ "mutable": false,
10874
+ "attr": "headers",
10875
+ "reflectToAttr": false,
10876
+ "docs": "Contains a list of space-separated strings, each corresponding to the id\nattribute of the `<th>` elements that provide headings for this table cell.",
10877
+ "docsTags": [
10878
+ {
10879
+ "name": "example",
10880
+ "text": "'col1 col2'"
10881
+ }
10882
+ ],
10883
+ "values": [
10884
+ {
10885
+ "type": "string"
10886
+ }
10887
+ ],
10888
+ "optional": false,
10889
+ "required": false
10890
+ },
10891
+ {
10892
+ "name": "rowspan",
10893
+ "type": "number",
10894
+ "complexType": {
10895
+ "original": "number",
10896
+ "resolved": "number",
10897
+ "references": {}
10898
+ },
10899
+ "mutable": false,
10900
+ "attr": "rowspan",
10901
+ "reflectToAttr": false,
10902
+ "docs": "Contains a non-negative integer value that indicates for how many rows the data\ncell spans or extends. The default value is 1; if its value is set to 0, it\nextends until the end of the table grouping section (`<thead>`, `<tbody>`,\n`<tfoot>`, even if implicitly defined), that the cell belongs to. Values higher\nthan 65534 are clipped to 65534.",
10903
+ "docsTags": [
10904
+ {
10905
+ "name": "default",
10906
+ "text": "1"
10907
+ }
10908
+ ],
10909
+ "default": "1",
10910
+ "values": [
10911
+ {
10912
+ "type": "number"
10913
+ }
10914
+ ],
10915
+ "optional": false,
10916
+ "required": false
10917
+ }
10918
+ ],
10919
+ "methods": [],
10920
+ "events": [],
10921
+ "listeners": [],
10922
+ "styles": [],
10923
+ "slots": [
10924
+ {
10925
+ "name": "default",
10926
+ "docs": "Use this slot to insert HTML into the table data cell."
10927
+ }
10928
+ ],
10929
+ "parts": [],
10930
+ "dependents": [],
10931
+ "dependencies": [],
10932
+ "dependencyGraph": {}
10933
+ },
10934
+ {
10935
+ "filePath": "src/components/nv-tablehead/nv-tablehead.tsx",
10936
+ "encapsulation": "none",
10937
+ "tag": "nv-tablehead",
10938
+ "readme": "# nv-tablehead\n\nThe `<thead>` HTML element encapsulates a set of table rows (`<tr>` elements), indicating that they comprise the head of a table with information about the table's columns. This is usually in the form of column headers (`<th>` elements).\n",
10939
+ "docs": "The `<thead>` HTML element encapsulates a set of table rows (`<tr>` elements), indicating that they comprise the head of a table with information about the table's columns. This is usually in the form of column headers (`<th>` elements).",
10940
+ "docsTags": [
10941
+ {
10942
+ "name": "slot",
10943
+ "text": "default - Use this slot to insert HTML into the table head."
10944
+ }
10945
+ ],
10946
+ "usage": {},
10947
+ "props": [],
10948
+ "methods": [],
10949
+ "events": [],
10950
+ "listeners": [],
10951
+ "styles": [],
10952
+ "slots": [
10953
+ {
10954
+ "name": "default",
10955
+ "docs": "Use this slot to insert HTML into the table head."
10956
+ }
10957
+ ],
10958
+ "parts": [],
10959
+ "dependents": [],
10960
+ "dependencies": [],
10961
+ "dependencyGraph": {}
10962
+ },
10963
+ {
10964
+ "filePath": "src/components/nv-tablerow/nv-tablerow.tsx",
10965
+ "encapsulation": "none",
10966
+ "tag": "nv-tablerow",
10967
+ "readme": "# nv-tablerow\n\nThe `<tr>` HTML element defines a row of cells in a table. The row's cells can then be established using a mix of `<td>` (data cell) and `<th>` (header cell) elements.\n",
10968
+ "docs": "The `<tr>` HTML element defines a row of cells in a table. The row's cells can then be established using a mix of `<td>` (data cell) and `<th>` (header cell) elements.",
10969
+ "docsTags": [
10970
+ {
10971
+ "name": "slot",
10972
+ "text": "default - Use this slot to insert HTML into the table row."
10973
+ }
10974
+ ],
10975
+ "usage": {},
10976
+ "props": [],
10977
+ "methods": [],
10978
+ "events": [],
10979
+ "listeners": [],
10980
+ "styles": [],
10981
+ "slots": [
10982
+ {
10983
+ "name": "default",
10984
+ "docs": "Use this slot to insert HTML into the table row."
10985
+ }
10986
+ ],
10987
+ "parts": [],
10988
+ "dependents": [],
10989
+ "dependencies": [],
10990
+ "dependencyGraph": {}
9952
10991
  },
9953
10992
  {
9954
10993
  "filePath": "src/components/nv-tooltip/nv-tooltip.tsx",
@@ -10147,6 +11186,11 @@
10147
11186
  "docstring": "",
10148
11187
  "path": "src/utils/constants.ts"
10149
11188
  },
11189
+ "src/interfaces/Column.tsx::Column": {
11190
+ "declaration": "export interface Column {\n /**\n * Display name of the column\n */\n header: string;\n\n /**\n * Data accessor for the column\n */\n accessor: string;\n}",
11191
+ "docstring": "Column interface for nv-datagrid",
11192
+ "path": "src/interfaces/Column.tsx"
11193
+ },
10150
11194
  "src/utils/constants.ts::FieldLabelPlacement": {
10151
11195
  "declaration": "export enum FieldLabelPlacement {\n Before = 'before',\n After = 'after',\n}",
10152
11196
  "docstring": "",
@@ -10158,7 +11202,7 @@
10158
11202
  "path": "src/utils/constants.ts"
10159
11203
  },
10160
11204
  "src/components/nv-fielddropdownitem/DropdownItemSelectedEventDetail.tsx::DropdownItemSelectedEventDetail": {
10161
- "declaration": "export interface DropdownItemSelectedEventDetail {\n label?: string;\n value: string;\n selected: boolean;\n disabled: boolean;\n}",
11205
+ "declaration": "export interface DropdownItemSelectedEventDetail {\n /**\n * The value associated with the item.\n */\n label?: string;\n\n /**\n * The value associated with the item.\n */\n value: string;\n\n /**\n * Indicates if the item is selected.\n */\n selected: boolean;\n\n /**\n * Disables the item, preventing any user interaction.\n */\n disabled: boolean;\n}",
10162
11206
  "docstring": "Interface for the event emitted by the dropdown item.",
10163
11207
  "path": "src/components/nv-fielddropdownitem/DropdownItemSelectedEventDetail.tsx"
10164
11208
  },
@@ -10173,7 +11217,7 @@
10173
11217
  "path": "../../node_modules/@floating-ui/dom/dist/floating-ui.dom.d.ts"
10174
11218
  },
10175
11219
  "src/components/nv-menuitem/nv-menuitem.tsx::MenuitemSelectedEventDetail": {
10176
- "declaration": "{ itemId?: HTMLElement['id'] }",
11220
+ "declaration": "{\n /**\n * The id of the menu item that was selected.\n */\n itemId?: HTMLElement['id'];\n}",
10177
11221
  "docstring": "",
10178
11222
  "path": "src/components/nv-menuitem/nv-menuitem.tsx"
10179
11223
  },