@nvidia-elements/core 0.0.2 → 0.0.3

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 (195) hide show
  1. package/CHANGELOG.md +17 -28
  2. package/README.md +1 -10
  3. package/dist/_virtual/{_@oxc-project_runtime@0.115.0 → _@oxc-project_runtime@0.123.0}/helpers/decorate.js +1 -1
  4. package/dist/accordion/accordion2.js +5 -5
  5. package/dist/alert/alert-banner2.js +1 -1
  6. package/dist/alert/alert-group2.js +2 -2
  7. package/dist/alert/alert2.js +2 -2
  8. package/dist/avatar/avatar-group2.js +1 -1
  9. package/dist/avatar/avatar2.js +2 -2
  10. package/dist/badge/badge2.js +2 -2
  11. package/dist/breadcrumb/breadcrumb2.js +2 -2
  12. package/dist/bundles/index.d.ts +38 -34
  13. package/dist/bundles/index.js +13 -6952
  14. package/dist/button/button2.js +2 -2
  15. package/dist/button-group/button-group2.js +2 -2
  16. package/dist/card/card2.js +5 -5
  17. package/dist/chat-message/chat-message2.js +2 -2
  18. package/dist/checkbox/checkbox-group2.js +2 -2
  19. package/dist/checkbox/checkbox2.js +2 -2
  20. package/dist/checkbox/define.js +6 -3
  21. package/dist/checkbox/define.js.map +1 -1
  22. package/dist/color/color2.js +2 -2
  23. package/dist/color/define.js +5 -3
  24. package/dist/color/define.js.map +1 -1
  25. package/dist/combobox/combobox.d.ts +1 -0
  26. package/dist/combobox/combobox.examples.js.map +1 -1
  27. package/dist/combobox/combobox.examples.json +11 -0
  28. package/dist/combobox/combobox2.js +76 -55
  29. package/dist/combobox/combobox2.js.map +1 -1
  30. package/dist/combobox/define.js +5 -3
  31. package/dist/combobox/define.js.map +1 -1
  32. package/dist/copy-button/copy-button2.js +2 -2
  33. package/dist/custom-elements-jsx.d.ts +9 -62
  34. package/dist/custom-elements-vue.d.ts +9 -62
  35. package/dist/custom-elements.json +61 -733
  36. package/dist/data.html.json +4 -42
  37. package/dist/date/date2.js +2 -2
  38. package/dist/date/define.js +5 -3
  39. package/dist/date/define.js.map +1 -1
  40. package/dist/datetime/datetime2.js +2 -2
  41. package/dist/datetime/define.js +5 -3
  42. package/dist/datetime/define.js.map +1 -1
  43. package/dist/dialog/dialog-footer2.js +2 -2
  44. package/dist/dialog/dialog-header2.js +2 -2
  45. package/dist/dialog/dialog2.js +2 -2
  46. package/dist/divider/divider2.js +2 -2
  47. package/dist/dot/dot2.js +2 -2
  48. package/dist/drawer/drawer-content2.js +2 -2
  49. package/dist/drawer/drawer-footer2.js +2 -2
  50. package/dist/drawer/drawer-header2.js +2 -2
  51. package/dist/drawer/drawer2.js +2 -2
  52. package/dist/dropdown/dropdown-footer2.js +2 -2
  53. package/dist/dropdown/dropdown-header2.js +2 -2
  54. package/dist/dropdown/dropdown2.js +2 -2
  55. package/dist/dropdown-group/dropdown-group.js +2 -2
  56. package/dist/dropzone/dropzone2.js +2 -2
  57. package/dist/file/define.js +5 -3
  58. package/dist/file/define.js.map +1 -1
  59. package/dist/file/file2.js +1 -1
  60. package/dist/forms/control/control2.js +2 -2
  61. package/dist/forms/control-group/control-group2.js +2 -2
  62. package/dist/forms/control-message/control-message2.js +2 -2
  63. package/dist/grid/cell/cell2.js +1 -1
  64. package/dist/grid/column/column.d.ts +1 -0
  65. package/dist/grid/column/column2.js +5 -2
  66. package/dist/grid/column/column2.js.map +1 -1
  67. package/dist/grid/footer/footer2.js +2 -2
  68. package/dist/grid/grid2.js +2 -2
  69. package/dist/grid/header/header2.js +2 -2
  70. package/dist/grid/placeholder/placeholder2.js +1 -1
  71. package/dist/grid/row/row2.js +2 -2
  72. package/dist/icon/icon2.js +3 -3
  73. package/dist/icon-button/icon-button2.js +2 -2
  74. package/dist/index.js +1 -1
  75. package/dist/input/define.js +6 -3
  76. package/dist/input/define.js.map +1 -1
  77. package/dist/input/input-group2.js +1 -1
  78. package/dist/input/input2.js +2 -2
  79. package/dist/internal/base/button.js +1 -1
  80. package/dist/internal/index.js +40 -40
  81. package/dist/internal/services/global.service.js +1 -1
  82. package/dist/internal/utils/dom.d.ts +2 -0
  83. package/dist/internal/utils/dom.js +51 -51
  84. package/dist/internal/utils/dom.js.map +1 -1
  85. package/dist/logo/logo2.js +2 -2
  86. package/dist/menu/menu-item2.js +2 -2
  87. package/dist/menu/menu.d.ts +3 -0
  88. package/dist/menu/menu2.js +23 -2
  89. package/dist/menu/menu2.js.map +1 -1
  90. package/dist/month/define.js +5 -3
  91. package/dist/month/define.js.map +1 -1
  92. package/dist/month/month2.js +2 -2
  93. package/dist/notification/notification-group2.js +2 -2
  94. package/dist/notification/notification2.js +2 -2
  95. package/dist/page/page-panel/page-panel-content2.js +1 -1
  96. package/dist/page/page-panel/page-panel-footer2.js +2 -2
  97. package/dist/page/page-panel/page-panel-header2.js +2 -2
  98. package/dist/page/page-panel/page-panel2.js +2 -2
  99. package/dist/page/page.examples.js.map +1 -1
  100. package/dist/page/page2.js +2 -2
  101. package/dist/page-header/page-header.examples.js.map +1 -1
  102. package/dist/page-header/page-header2.js +1 -1
  103. package/dist/page-loader/page-loader.js +1 -1
  104. package/dist/page-loader/page-loader.js.map +1 -1
  105. package/dist/page-loader/page-loader2.js +2 -2
  106. package/dist/pagination/pagination2.js +2 -2
  107. package/dist/panel/panel2.js +5 -5
  108. package/dist/password/define.js +5 -3
  109. package/dist/password/define.js.map +1 -1
  110. package/dist/password/password2.js +2 -2
  111. package/dist/preferences-input/preferences-input2.js +2 -2
  112. package/dist/progress-bar/progress-bar2.js +2 -2
  113. package/dist/progress-ring/progress-ring2.js +2 -2
  114. package/dist/progressive-filter-chip/progressive-filter-chip2.js +2 -2
  115. package/dist/pulse/pulse2.js +2 -2
  116. package/dist/radio/define.js +6 -3
  117. package/dist/radio/define.js.map +1 -1
  118. package/dist/radio/radio-group2.js +2 -2
  119. package/dist/radio/radio2.js +2 -2
  120. package/dist/range/define.js +5 -3
  121. package/dist/range/define.js.map +1 -1
  122. package/dist/range/range2.js +2 -2
  123. package/dist/resize-handle/resize-handle2.js +2 -2
  124. package/dist/search/define.js +5 -3
  125. package/dist/search/define.js.map +1 -1
  126. package/dist/search/search2.js +2 -2
  127. package/dist/select/define.js +5 -3
  128. package/dist/select/define.js.map +1 -1
  129. package/dist/select/select2.js +2 -2
  130. package/dist/skeleton/skeleton2.js +2 -2
  131. package/dist/sort-button/sort-button2.js +2 -2
  132. package/dist/sparkline/sparkline.utils.js +2 -8
  133. package/dist/sparkline/sparkline.utils.js.map +1 -1
  134. package/dist/sparkline/sparkline2.js +2 -2
  135. package/dist/star-rating/define.js +5 -3
  136. package/dist/star-rating/define.js.map +1 -1
  137. package/dist/star-rating/star-rating2.js +2 -2
  138. package/dist/steps/steps2.js +3 -3
  139. package/dist/switch/define.js +6 -3
  140. package/dist/switch/define.js.map +1 -1
  141. package/dist/switch/switch-group2.js +2 -2
  142. package/dist/switch/switch2.js +2 -2
  143. package/dist/tabs/tabs2.js +3 -3
  144. package/dist/tag/tag2.js +2 -2
  145. package/dist/textarea/define.js +5 -3
  146. package/dist/textarea/define.js.map +1 -1
  147. package/dist/textarea/textarea2.js +1 -1
  148. package/dist/time/define.js +5 -3
  149. package/dist/time/define.js.map +1 -1
  150. package/dist/time/time2.js +2 -2
  151. package/dist/toast/toast2.js +2 -2
  152. package/dist/toggletip/toggletip-footer2.js +2 -2
  153. package/dist/toggletip/toggletip-header2.js +2 -2
  154. package/dist/toggletip/toggletip2.js +2 -2
  155. package/dist/toolbar/toolbar2.js +2 -2
  156. package/dist/tooltip/tooltip2.js +2 -2
  157. package/dist/tree/tree-node2.js +2 -2
  158. package/dist/tree/tree2.js +2 -2
  159. package/dist/week/define.js +5 -3
  160. package/dist/week/define.js.map +1 -1
  161. package/dist/week/week2.js +2 -2
  162. package/package.json +10 -36
  163. package/dist/app-header/app-header.d.ts +0 -39
  164. package/dist/app-header/app-header.js +0 -6
  165. package/dist/app-header/app-header.js.map +0 -1
  166. package/dist/app-header/app-header2.js +0 -54
  167. package/dist/app-header/app-header2.js.map +0 -1
  168. package/dist/app-header/define.d.ts +0 -6
  169. package/dist/app-header/define.js +0 -7
  170. package/dist/app-header/define.js.map +0 -1
  171. package/dist/app-header/index.d.ts +0 -1
  172. package/dist/app-header/index.js +0 -2
  173. package/dist/bundles/audit-logs.js +0 -50
  174. package/dist/bundles/icons.js +0 -285
  175. package/dist/bundles/index.css +0 -2
  176. package/dist/bundles/log.service.js +0 -90
  177. package/dist/bundles/rolldown-runtime.js +0 -11
  178. package/dist/css/module.layout.css +0 -1
  179. package/dist/css/module.typography.css +0 -1
  180. package/dist/index.css +0 -1
  181. package/dist/json-viewer/define.d.ts +0 -8
  182. package/dist/json-viewer/define.js +0 -8
  183. package/dist/json-viewer/define.js.map +0 -1
  184. package/dist/json-viewer/index.d.ts +0 -2
  185. package/dist/json-viewer/index.js +0 -3
  186. package/dist/json-viewer/json-viewer.d.ts +0 -25
  187. package/dist/json-viewer/json-viewer.js +0 -6
  188. package/dist/json-viewer/json-viewer.js.map +0 -1
  189. package/dist/json-viewer/json-viewer2.js +0 -39
  190. package/dist/json-viewer/json-viewer2.js.map +0 -1
  191. package/dist/json-viewer/node/node.d.ts +0 -21
  192. package/dist/json-viewer/node/node.js +0 -6
  193. package/dist/json-viewer/node/node.js.map +0 -1
  194. package/dist/json-viewer/node/node2.js +0 -72
  195. package/dist/json-viewer/node/node2.js.map +0 -1
@@ -291,21 +291,6 @@
291
291
  }
292
292
  ]
293
293
  },
294
- {
295
- "name": "nve-app-header",
296
- "description": "@deprecated use `nve-page-header` instead\n\nAn element that appears across the top of all pages containing the application name and primary navigation.\n---\n\n\n### **Slots:**\n - _default_ - Use the default slot in `logo` to create an app logo badge within the app header. Include a `<span>` element inside `app-header` to change the default application title.\n- **title** - undefined\n- **nav-items** - For `button` and `icon-button` elements used for navigation behavior. Use the `active` attribute to show the current page.\n- **nav-actions** - For `icon-button` elements. Places them in the supplemental actions section of the app header.\n\n### **CSS Properties:**\n - **--background** - [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/background) _(default: undefined)_\n- **--padding** - [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/padding) _(default: undefined)_\n- **--border-bottom** - [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/border-bottom) _(default: undefined)_\n- **--color** - [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/color) _(default: undefined)_\n- **--font-weight** - [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight) _(default: undefined)_\n- **--text-decoration** - [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/text-decoration) _(default: undefined)_",
297
- "attributes": [],
298
- "references": [
299
- {
300
- "name": "aria",
301
- "url": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/nav"
302
- },
303
- {
304
- "name": "markdown",
305
- "url": "## nve-app-header\n\nAn element that appears across the top of all pages containing the application name and primary navigation.\n\n### Import\n\n```javascript\nimport '/define.js';\n```\n\n### Slots\n\n| name | value | description |\n| ---- | ----- | ----------- |\n| (default) | `string` | Use the default slot in `logo` to create an app logo badge within the app header. Include a `<span>` element inside `app-header` to change the default application title. |\n| title | `string` | |\n| nav-items | `string` | For `button` and `icon-button` elements used for navigation behavior. Use the `active` attribute to show the current page. |\n| nav-actions | `string` | For `icon-button` elements. Places them in the supplemental actions section of the app header. |\n\n### CSS Properties\n\n| name | value | description |\n| ---- | ----- | ----------- |\n| --background | `string` | [MDN](https://mdn.dev/CSS/background) |\n| --padding | `string` | [MDN](https://mdn.dev/CSS/padding) |\n| --border-bottom | `string` | [MDN](https://mdn.dev/CSS/border-bottom) |\n| --color | `string` | [MDN](https://mdn.dev/CSS/color) |\n| --font-weight | `string` | [MDN](https://mdn.dev/CSS/font-weight) |\n| --text-decoration | `string` | [MDN](https://mdn.dev/CSS/text-decoration) |"
306
- }
307
- ]
308
- },
309
294
  {
310
295
  "name": "nve-avatar-group",
311
296
  "description": "An avatar group displays a collection of user avatars in a compact and organized layout, showcasing many participants or contributors in a space-efficient way.\n---\n\n\n### **Slots:**\n - _default_ - default slot for content",
@@ -941,7 +926,7 @@
941
926
  },
942
927
  {
943
928
  "name": "nve-combobox",
944
- "description": "An editable combobox with autocomplete behavior and selection support.\n---\n\n\n### **Events:**\n - **reset**\n\n### **Methods:**\n - **reset()** - Resets control value to initial attribute value and clears any active validation rules.\n- **selectAll()** - Select all options provided\n\n### **Slots:**\n - _default_ - default slot for an input and a datalist/select element\n- **prefix-icon** - slot for icon before the input\n- **footer** - slot for dropdown footer content\n- **label** - Label element\n\n### **CSS Properties:**\n - **--scroll-height** - _(default: undefined)_\n- **--padding** - [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/padding) _(default: undefined)_\n- **--font-size** - [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/font-size) _(default: undefined)_\n- **--height** - [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/height) _(default: undefined)_\n- **--background** - [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/background) _(default: undefined)_\n- **--color** - [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/color) _(default: undefined)_\n- **--border-radius** - [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/border-radius) _(default: undefined)_\n- **--border** - [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/border) _(default: undefined)_\n- **--cursor** - [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/cursor) _(default: undefined)_\n- **--font-weight** - [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight) _(default: undefined)_\n- **--width** - [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/width) _(default: undefined)_\n- **--border-color** - [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/border-color) _(default: undefined)_\n- **--max-height** - [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/max-height) _(default: undefined)_\n- **--text-transform** - [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/text-transform) _(default: undefined)_\n- **--accent-color** - [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/accent-color) _(default: undefined)_\n- **--label-color** - [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/color) _(default: undefined)_\n- **--label-width** - [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/width) _(default: undefined)_\n- **--label-font-weight** - [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight) _(default: undefined)_\n- **--label-font-size** - [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/font-size) _(default: undefined)_\n- **--control-width** - [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/width) _(default: undefined)_\n- **--control-height** - [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/height) _(default: undefined)_\n\n### **CSS Parts:**\n - **tag** - The tag element for selected items\n- **dropdown** - The dropdown popup element\n- **menu** - The menu element\n- **menu-item** - The menu item elements\n- **checkbox** - The checkbox element\n- **icon** - The icon element",
929
+ "description": "An editable combobox with autocomplete behavior and selection support.\n---\n\n\n### **Events:**\n - **scroll** - Fires when the user scrolls the dropdown option list. Throttled to one dispatch per animation frame. `detail: { scrollTop, scrollHeight, clientHeight }`.\n- **reset**\n\n### **Methods:**\n - **reset()** - Resets control value to initial attribute value and clears any active validation rules.\n- **selectAll()** - Select all options provided\n\n### **Slots:**\n - _default_ - default slot for an input and a datalist/select element\n- **prefix-icon** - slot for icon before the input\n- **footer** - slot for dropdown footer content\n- **label** - Label element\n\n### **CSS Properties:**\n - **--scroll-height** - _(default: undefined)_\n- **--padding** - [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/padding) _(default: undefined)_\n- **--font-size** - [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/font-size) _(default: undefined)_\n- **--height** - [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/height) _(default: undefined)_\n- **--background** - [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/background) _(default: undefined)_\n- **--color** - [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/color) _(default: undefined)_\n- **--border-radius** - [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/border-radius) _(default: undefined)_\n- **--border** - [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/border) _(default: undefined)_\n- **--cursor** - [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/cursor) _(default: undefined)_\n- **--font-weight** - [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight) _(default: undefined)_\n- **--width** - [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/width) _(default: undefined)_\n- **--border-color** - [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/border-color) _(default: undefined)_\n- **--max-height** - [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/max-height) _(default: undefined)_\n- **--text-transform** - [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/text-transform) _(default: undefined)_\n- **--accent-color** - [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/accent-color) _(default: undefined)_\n- **--label-color** - [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/color) _(default: undefined)_\n- **--label-width** - [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/width) _(default: undefined)_\n- **--label-font-weight** - [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight) _(default: undefined)_\n- **--label-font-size** - [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/font-size) _(default: undefined)_\n- **--control-width** - [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/width) _(default: undefined)_\n- **--control-height** - [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/height) _(default: undefined)_\n\n### **CSS Parts:**\n - **tag** - The tag element for selected items\n- **dropdown** - The dropdown popup element\n- **menu** - The menu element\n- **menu-item** - The menu item elements\n- **checkbox** - The checkbox element\n- **icon** - The icon element",
945
930
  "attributes": [
946
931
  {
947
932
  "name": "container",
@@ -1002,7 +987,7 @@
1002
987
  },
1003
988
  {
1004
989
  "name": "markdown",
1005
- "url": "## nve-combobox\n\nAn editable combobox with autocomplete behavior and selection support.\n\n### Example\n\n```html\n<nve-combobox>\n <label>label</label>\n <input type=\"search\" />\n <datalist>\n <option value=\"status\"></option>\n <option value=\"priority\"></option>\n <option value=\"date\"></option>\n <option value=\"session\"></option>\n <option value=\"configuration\"></option>\n <option value=\"contains\"></option>\n </datalist>\n <nve-control-message>message</nve-control-message>\n</nve-combobox>\n```\n\n### Import\n\n```javascript\nimport '@nvidia-elements/core/combobox/define.js';\n```\n\n### Slots\n\n| name | value | description |\n| ---- | ----- | ----------- |\n| (default) | `string` | default slot for an input and a datalist/select element |\n| prefix-icon | `string` | slot for icon before the input |\n| footer | `string` | slot for dropdown footer content |\n| label | `string` | Label element |\n\n### Properties / Attributes\n\n| property (attribute) | value | description |\n| -------------------- | ----- | ----------- |\n| container | `'flat'` | Demonstrates different container styles to accommodate visual weight and context. - `flat` Element has white space bounds but reduced visual container. |\n| notags | `boolean` | Disable rendering of inline tags for many-item select |\n| reset | | Resets control value to initial attribute value and clears any active validation rules. |\n| selectAll | | Select all options provided |\n| status | `'warning' \\| 'error' \\| 'success' \\| 'disabled'` | Communicates the intent and semantic meaning of an element to help users understand the outcome of their actions. - `warning` Indicates cautionary actions that require careful consideration before proceeding. - `success` Represents positive outcomes, confirmations, or constructive actions. |\n| layout | `\\| 'vertical'\n \\| 'vertical-inline'\n \\| 'horizontal'\n \\| 'horizontal-inline'` | Controls the directional arrangement and spacing behavior of the element's content. - `vertical` Arranges content in a vertical stack with block-level spacing. - `vertical-inline` Arranges content vertically with compact inline spacing for dense layouts. - `horizontal` Arranges content in a horizontal row with block-level spacing. - `horizontal-inline` Arranges content horizontally with compact inline spacing. |\n| fitText (fit-text) | `boolean` | Sets the input to match the width of the active text content of the control value. Only applicable to vertical input box type controls (input, select) |\n| fitContent (fit-content) | `boolean` | Sets the input to match native default content block |\n| i18n | | Enables updating internal string values for internationalization. |\n| prominence | `'muted'` | Controls the visual prominence to establish hierarchy and guide user attention. - `muted` Reduces visual weight for supporting content that should remain subtle and unobtrusive. |\n| nveControl | `string` | |\n| showPicker | | |\n\n### Events\n\n| name | value | description |\n| ---- | ----- | ----------- |\n| reset | `CustomEvent` | |\n\n### CSS Properties\n\n| name | value | description |\n| ---- | ----- | ----------- |\n| --scroll-height | `string` | |\n| --padding | `string` | [MDN](https://mdn.dev/CSS/padding) |\n| --font-size | `string` | [MDN](https://mdn.dev/CSS/font-size) |\n| --height | `string` | [MDN](https://mdn.dev/CSS/height) |\n| --background | `string` | [MDN](https://mdn.dev/CSS/background) |\n| --color | `string` | [MDN](https://mdn.dev/CSS/color) |\n| --border-radius | `string` | [MDN](https://mdn.dev/CSS/border-radius) |\n| --border | `string` | [MDN](https://mdn.dev/CSS/border) |\n| --cursor | `string` | [MDN](https://mdn.dev/CSS/cursor) |\n| --font-weight | `string` | [MDN](https://mdn.dev/CSS/font-weight) |\n| --width | `string` | [MDN](https://mdn.dev/CSS/width) |\n| --border-color | `string` | [MDN](https://mdn.dev/CSS/border-color) |\n| --max-height | `string` | [MDN](https://mdn.dev/CSS/max-height) |\n| --text-transform | `string` | [MDN](https://mdn.dev/CSS/text-transform) |\n| --accent-color | `string` | [MDN](https://mdn.dev/CSS/accent-color) |\n| --label-color | `string` | [MDN](https://mdn.dev/CSS/color) |\n| --label-width | `string` | [MDN](https://mdn.dev/CSS/width) |\n| --label-font-weight | `string` | [MDN](https://mdn.dev/CSS/font-weight) |\n| --label-font-size | `string` | [MDN](https://mdn.dev/CSS/font-size) |\n| --control-width | `string` | [MDN](https://mdn.dev/CSS/width) |\n| --control-height | `string` | [MDN](https://mdn.dev/CSS/height) |"
990
+ "url": "## nve-combobox\n\nAn editable combobox with autocomplete behavior and selection support.\n\n### Example\n\n```html\n<nve-combobox>\n <label>label</label>\n <input type=\"search\" />\n <datalist>\n <option value=\"status\"></option>\n <option value=\"priority\"></option>\n <option value=\"date\"></option>\n <option value=\"session\"></option>\n <option value=\"configuration\"></option>\n <option value=\"contains\"></option>\n </datalist>\n <nve-control-message>message</nve-control-message>\n</nve-combobox>\n```\n\n### Import\n\n```javascript\nimport '@nvidia-elements/core/combobox/define.js';\n```\n\n### Slots\n\n| name | value | description |\n| ---- | ----- | ----------- |\n| (default) | `string` | default slot for an input and a datalist/select element |\n| prefix-icon | `string` | slot for icon before the input |\n| footer | `string` | slot for dropdown footer content |\n| label | `string` | Label element |\n\n### Properties / Attributes\n\n| property (attribute) | value | description |\n| -------------------- | ----- | ----------- |\n| container | `'flat'` | Demonstrates different container styles to accommodate visual weight and context. - `flat` Element has white space bounds but reduced visual container. |\n| notags | `boolean` | Disable rendering of inline tags for many-item select |\n| reset | | Resets control value to initial attribute value and clears any active validation rules. |\n| selectAll | | Select all options provided |\n| status | `'warning' \\| 'error' \\| 'success' \\| 'disabled'` | Communicates the intent and semantic meaning of an element to help users understand the outcome of their actions. - `warning` Indicates cautionary actions that require careful consideration before proceeding. - `success` Represents positive outcomes, confirmations, or constructive actions. |\n| layout | `\\| 'vertical'\n \\| 'vertical-inline'\n \\| 'horizontal'\n \\| 'horizontal-inline'` | Controls the directional arrangement and spacing behavior of the element's content. - `vertical` Arranges content in a vertical stack with block-level spacing. - `vertical-inline` Arranges content vertically with compact inline spacing for dense layouts. - `horizontal` Arranges content in a horizontal row with block-level spacing. - `horizontal-inline` Arranges content horizontally with compact inline spacing. |\n| fitText (fit-text) | `boolean` | Sets the input to match the width of the active text content of the control value. Only applicable to vertical input box type controls (input, select) |\n| fitContent (fit-content) | `boolean` | Sets the input to match native default content block |\n| i18n | | Enables updating internal string values for internationalization. |\n| prominence | `'muted'` | Controls the visual prominence to establish hierarchy and guide user attention. - `muted` Reduces visual weight for supporting content that should remain subtle and unobtrusive. |\n| nveControl | `string` | |\n| showPicker | | |\n\n### Events\n\n| name | value | description |\n| ---- | ----- | ----------- |\n| scroll | `CustomEvent` | Fires when the user scrolls the dropdown option list. Throttled to one dispatch per animation frame. `detail: { scrollTop, scrollHeight, clientHeight }`. |\n| reset | `CustomEvent` | |\n\n### CSS Properties\n\n| name | value | description |\n| ---- | ----- | ----------- |\n| --scroll-height | `string` | |\n| --padding | `string` | [MDN](https://mdn.dev/CSS/padding) |\n| --font-size | `string` | [MDN](https://mdn.dev/CSS/font-size) |\n| --height | `string` | [MDN](https://mdn.dev/CSS/height) |\n| --background | `string` | [MDN](https://mdn.dev/CSS/background) |\n| --color | `string` | [MDN](https://mdn.dev/CSS/color) |\n| --border-radius | `string` | [MDN](https://mdn.dev/CSS/border-radius) |\n| --border | `string` | [MDN](https://mdn.dev/CSS/border) |\n| --cursor | `string` | [MDN](https://mdn.dev/CSS/cursor) |\n| --font-weight | `string` | [MDN](https://mdn.dev/CSS/font-weight) |\n| --width | `string` | [MDN](https://mdn.dev/CSS/width) |\n| --border-color | `string` | [MDN](https://mdn.dev/CSS/border-color) |\n| --max-height | `string` | [MDN](https://mdn.dev/CSS/max-height) |\n| --text-transform | `string` | [MDN](https://mdn.dev/CSS/text-transform) |\n| --accent-color | `string` | [MDN](https://mdn.dev/CSS/accent-color) |\n| --label-color | `string` | [MDN](https://mdn.dev/CSS/color) |\n| --label-width | `string` | [MDN](https://mdn.dev/CSS/width) |\n| --label-font-weight | `string` | [MDN](https://mdn.dev/CSS/font-weight) |\n| --label-font-size | `string` | [MDN](https://mdn.dev/CSS/font-size) |\n| --control-width | `string` | [MDN](https://mdn.dev/CSS/width) |\n| --control-height | `string` | [MDN](https://mdn.dev/CSS/height) |"
1006
991
  }
1007
992
  ]
1008
993
  },
@@ -2876,29 +2861,6 @@
2876
2861
  }
2877
2862
  ]
2878
2863
  },
2879
- {
2880
- "name": "nve-json-viewer",
2881
- "description": "@deprecated use `nve-monaco-input` instead\n\nThe JSON Viewer is a custom element that renders JSON data in a easy to read format. Use it for prototyping and quickly displaying and debugging data. The JSON View is not a substitute for treeview patterns.\n---\n\n\n### **Slots:**\n - _default_ - default slot for json\n\n### **CSS Parts:**\n - **json-node** - The json node elements",
2882
- "attributes": [
2883
- {
2884
- "name": "value",
2885
- "description": "Defines the value associated with the element's name when submitting the form data. The server receives this value in params when the form submits through this button. [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#value)",
2886
- "values": [{ "name": "object" }]
2887
- },
2888
- {
2889
- "name": "expanded",
2890
- "description": "Indicates whether collapsible content is currently visible or hidden from the user. [MDN](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-expanded)\n- `true` The associated content expands and becomes visible to the user.\n\n- `false` The associated content collapses and hides from the user.",
2891
- "values": []
2892
- },
2893
- { "name": "expandedAll", "values": [] }
2894
- ],
2895
- "references": [
2896
- {
2897
- "name": "markdown",
2898
- "url": "## nve-json-viewer\n\nThe JSON Viewer is a custom element that renders JSON data in a easy to read format. Use it for prototyping and quickly displaying and debugging data. The JSON View is not a substitute for treeview patterns.\n\n### Import\n\n```javascript\nimport '/define.js';\n```\n\n### Slots\n\n| name | value | description |\n| ---- | ----- | ----------- |\n| (default) | `string` | default slot for json |\n\n### Properties / Attributes\n\n| property (attribute) | value | description |\n| -------------------- | ----- | ----------- |\n| value | `object` | Defines the value associated with the element's name when submitting the form data. The server receives this value in params when the form submits through this button. [MDN](https://mdn.dev/HTML/Element/input#value) |\n| expanded | `boolean` | Indicates whether collapsible content is currently visible or hidden from the user. [MDN](https://mdn.dev/ARIA/Attributes/aria-expanded) - `true` The associated content expands and becomes visible to the user. - `false` The associated content collapses and hides from the user. |\n| expandedAll | `boolean` | |"
2899
- }
2900
- ]
2901
- },
2902
2864
  {
2903
2865
  "name": "nve-logo",
2904
2866
  "description": "A visual indicator for a brand or application.\n---\n\n\n### **Slots:**\n - _default_ - default slot for content\n\n### **CSS Properties:**\n - **--background** - [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/background) _(default: undefined)_\n- **--gap** - [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/gap) _(default: undefined)_\n- **--color** - [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/color) _(default: undefined)_\n- **--height** - [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/height) _(default: undefined)_\n- **--width** - [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/width) _(default: undefined)_\n- **--font-size** - [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/font-size) _(default: undefined)_\n- **--border-radius** - [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/border-radius) _(default: undefined)_\n- **--font-weight** - [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight) _(default: undefined)_",
@@ -3074,7 +3036,7 @@
3074
3036
  },
3075
3037
  {
3076
3038
  "name": "nve-menu",
3077
- "description": "A menu offers a list of choices to the user, such as a set of actions or functions. Choosing an item in a menu typically opens a sub menu, or invokes a command.\n---\n\n\n### **Slots:**\n - _default_ - default slot for `nve-menu-item`\n\n### **CSS Properties:**\n - **--padding** - [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/padding) _(default: undefined)_\n- **--gap** - [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/gap) _(default: undefined)_\n- **--width** - [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/width) _(default: undefined)_\n- **--max-width** - [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/max-width) _(default: undefined)_\n- **--min-width** - [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/min-width) _(default: undefined)_\n- **--max-height** - [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/max-height) _(default: undefined)_",
3039
+ "description": "A menu offers a list of choices to the user, such as a set of actions or functions. Choosing an item in a menu typically opens a sub menu, or invokes a command.\n---\n\n\n### **Events:**\n - **scroll** - Fires when the user scrolls the menu list. Throttled to one dispatch per animation frame. `detail: { scrollTop, scrollHeight, clientHeight }`.\n\n### **Slots:**\n - _default_ - default slot for `nve-menu-item`\n\n### **CSS Properties:**\n - **--padding** - [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/padding) _(default: undefined)_\n- **--gap** - [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/gap) _(default: undefined)_\n- **--width** - [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/width) _(default: undefined)_\n- **--max-width** - [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/max-width) _(default: undefined)_\n- **--min-width** - [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/min-width) _(default: undefined)_\n- **--max-height** - [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/max-height) _(default: undefined)_",
3078
3040
  "attributes": [],
3079
3041
  "references": [
3080
3042
  {
@@ -3083,7 +3045,7 @@
3083
3045
  },
3084
3046
  {
3085
3047
  "name": "markdown",
3086
- "url": "## nve-menu\n\nA menu offers a list of choices to the user, such as a set of actions or functions. Choosing an item in a menu typically opens a sub menu, or invokes a command.\n\n### Example\n\n```html\n<nve-menu>\n <nve-menu-item>item 1</nve-menu-item>\n <nve-menu-item>item 2</nve-menu-item>\n <nve-menu-item>item 3</nve-menu-item>\n <nve-menu-item>item 4</nve-menu-item>\n</nve-menu>\n```\n\n### Import\n\n```javascript\nimport '@nvidia-elements/core/menu/define.js';\n```\n\n### Slots\n\n| name | value | description |\n| ---- | ----- | ----------- |\n| (default) | `string` | default slot for `nve-menu-item` |\n\n### Properties / Attributes\n\n| property (attribute) | value | description |\n| -------------------- | ----- | ----------- |\n| items | `MenuItem[]` | |\n\n### CSS Properties\n\n| name | value | description |\n| ---- | ----- | ----------- |\n| --padding | `string` | [MDN](https://mdn.dev/CSS/padding) |\n| --gap | `string` | [MDN](https://mdn.dev/CSS/gap) |\n| --width | `string` | [MDN](https://mdn.dev/CSS/width) |\n| --max-width | `string` | [MDN](https://mdn.dev/CSS/max-width) |\n| --min-width | `string` | [MDN](https://mdn.dev/CSS/min-width) |\n| --max-height | `string` | [MDN](https://mdn.dev/CSS/max-height) |"
3048
+ "url": "## nve-menu\n\nA menu offers a list of choices to the user, such as a set of actions or functions. Choosing an item in a menu typically opens a sub menu, or invokes a command.\n\n### Example\n\n```html\n<nve-menu>\n <nve-menu-item>item 1</nve-menu-item>\n <nve-menu-item>item 2</nve-menu-item>\n <nve-menu-item>item 3</nve-menu-item>\n <nve-menu-item>item 4</nve-menu-item>\n</nve-menu>\n```\n\n### Import\n\n```javascript\nimport '@nvidia-elements/core/menu/define.js';\n```\n\n### Slots\n\n| name | value | description |\n| ---- | ----- | ----------- |\n| (default) | `string` | default slot for `nve-menu-item` |\n\n### Properties / Attributes\n\n| property (attribute) | value | description |\n| -------------------- | ----- | ----------- |\n| items | `MenuItem[]` | |\n\n### Events\n\n| name | value | description |\n| ---- | ----- | ----------- |\n| scroll | `CustomEvent` | Fires when the user scrolls the menu list. Throttled to one dispatch per animation frame. `detail: { scrollTop, scrollHeight, clientHeight }`. |\n\n### CSS Properties\n\n| name | value | description |\n| ---- | ----- | ----------- |\n| --padding | `string` | [MDN](https://mdn.dev/CSS/padding) |\n| --gap | `string` | [MDN](https://mdn.dev/CSS/gap) |\n| --width | `string` | [MDN](https://mdn.dev/CSS/width) |\n| --max-width | `string` | [MDN](https://mdn.dev/CSS/max-width) |\n| --min-width | `string` | [MDN](https://mdn.dev/CSS/min-width) |\n| --max-height | `string` | [MDN](https://mdn.dev/CSS/max-height) |"
3087
3049
  }
3088
3050
  ]
3089
3051
  },
@@ -1,4 +1,4 @@
1
- import { __decorate as e } from "../_virtual/_@oxc-project_runtime@0.115.0/helpers/decorate.js";
1
+ import { __decorate as e } from "../_virtual/_@oxc-project_runtime@0.123.0/helpers/decorate.js";
2
2
  import { scopedRegistry as t } from "../internal/decorators/scoped-registry.js";
3
3
  import { useStyles as n } from "../internal/styles/index.js";
4
4
  import { Control as r } from "../forms/control/control2.js";
@@ -19,7 +19,7 @@ var l = class extends r {
19
19
  static {
20
20
  this.metadata = {
21
21
  tag: "nve-date",
22
- version: "0.0.2"
22
+ version: "0.0.3"
23
23
  };
24
24
  }
25
25
  static {
@@ -1,7 +1,9 @@
1
1
  import { define as e } from "../internal/utils/dom.js";
2
- import { Date as t } from "./date2.js";
3
- //#region src/date/define.ts
4
- e(t);
2
+ import { ControlMessage as t } from "../forms/control-message/control-message2.js";
3
+ import { Control as n } from "../forms/control/control2.js";
4
+ import { ControlGroup as r } from "../forms/control-group/control-group2.js";
5
+ import { Date as i } from "./date2.js";
6
+ e(i), e(n), e(r), e(t);
5
7
  //#endregion
6
8
 
7
9
  //# sourceMappingURL=define.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"define.js","names":[],"sources":["../../src/date/define.ts"],"sourcesContent":["// SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.\n// SPDX-License-Identifier: Apache-2.0\n\nimport { define } from '@nvidia-elements/core/internal';\nimport { Date } from '@nvidia-elements/core/date';\nimport '@nvidia-elements/core/forms/define.js';\n\ndefine(Date);\n\ndeclare global {\n interface HTMLElementTagNameMap {\n 'nve-date': Date;\n }\n}\n"],"mappings":";;;AAOA,EAAO,EAAK"}
1
+ {"version":3,"file":"define.js","names":[],"sources":["../../src/date/define.ts"],"sourcesContent":["// SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.\n// SPDX-License-Identifier: Apache-2.0\n\nimport { define } from '@nvidia-elements/core/internal';\nimport { Date } from '@nvidia-elements/core/date';\nimport { Control, ControlGroup, ControlMessage } from '@nvidia-elements/core/forms';\n\ndefine(Date);\ndefine(Control);\ndefine(ControlGroup);\ndefine(ControlMessage);\n\ndeclare global {\n interface HTMLElementTagNameMap {\n 'nve-date': Date;\n }\n}\n"],"mappings":";;;;;AAOA,EAAO,EAAK,EACZ,EAAO,EAAQ,EACf,EAAO,EAAa,EACpB,EAAO,EAAe"}
@@ -1,4 +1,4 @@
1
- import { __decorate as e } from "../_virtual/_@oxc-project_runtime@0.115.0/helpers/decorate.js";
1
+ import { __decorate as e } from "../_virtual/_@oxc-project_runtime@0.123.0/helpers/decorate.js";
2
2
  import { scopedRegistry as t } from "../internal/decorators/scoped-registry.js";
3
3
  import { useStyles as n } from "../internal/styles/index.js";
4
4
  import { Control as r } from "../forms/control/control2.js";
@@ -19,7 +19,7 @@ var l = class extends r {
19
19
  static {
20
20
  this.metadata = {
21
21
  tag: "nve-datetime",
22
- version: "0.0.2"
22
+ version: "0.0.3"
23
23
  };
24
24
  }
25
25
  static {
@@ -1,7 +1,9 @@
1
1
  import { define as e } from "../internal/utils/dom.js";
2
- import { Datetime as t } from "./datetime2.js";
3
- //#region src/datetime/define.ts
4
- e(t);
2
+ import { ControlMessage as t } from "../forms/control-message/control-message2.js";
3
+ import { Control as n } from "../forms/control/control2.js";
4
+ import { ControlGroup as r } from "../forms/control-group/control-group2.js";
5
+ import { Datetime as i } from "./datetime2.js";
6
+ e(i), e(n), e(r), e(t);
5
7
  //#endregion
6
8
 
7
9
  //# sourceMappingURL=define.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"define.js","names":[],"sources":["../../src/datetime/define.ts"],"sourcesContent":["// SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.\n// SPDX-License-Identifier: Apache-2.0\n\nimport { define } from '@nvidia-elements/core/internal';\nimport { Datetime } from '@nvidia-elements/core/datetime';\nimport '@nvidia-elements/core/forms/define.js';\n\ndefine(Datetime);\n\ndeclare global {\n interface HTMLElementTagNameMap {\n 'nve-datetime': Datetime;\n }\n}\n"],"mappings":";;;AAOA,EAAO,EAAS"}
1
+ {"version":3,"file":"define.js","names":[],"sources":["../../src/datetime/define.ts"],"sourcesContent":["// SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.\n// SPDX-License-Identifier: Apache-2.0\n\nimport { define } from '@nvidia-elements/core/internal';\nimport { Datetime } from '@nvidia-elements/core/datetime';\nimport { Control, ControlGroup, ControlMessage } from '@nvidia-elements/core/forms';\n\ndefine(Datetime);\ndefine(Control);\ndefine(ControlGroup);\ndefine(ControlMessage);\n\ndeclare global {\n interface HTMLElementTagNameMap {\n 'nve-datetime': Datetime;\n }\n}\n"],"mappings":";;;;;AAOA,EAAO,EAAS,EAChB,EAAO,EAAQ,EACf,EAAO,EAAa,EACpB,EAAO,EAAe"}
@@ -1,4 +1,4 @@
1
- import { __decorate as e } from "../_virtual/_@oxc-project_runtime@0.115.0/helpers/decorate.js";
1
+ import { __decorate as e } from "../_virtual/_@oxc-project_runtime@0.123.0/helpers/decorate.js";
2
2
  import { audit as t } from "../internal/controllers/audit.controller.js";
3
3
  import { useStyles as n } from "../internal/styles/index.js";
4
4
  import r from "./dialog-footer.js";
@@ -11,7 +11,7 @@ var o = class extends i {
11
11
  static {
12
12
  this.metadata = {
13
13
  tag: "nve-dialog-footer",
14
- version: "0.0.2",
14
+ version: "0.0.3",
15
15
  parents: ["nve-dialog"]
16
16
  };
17
17
  }
@@ -1,4 +1,4 @@
1
- import { __decorate as e } from "../_virtual/_@oxc-project_runtime@0.115.0/helpers/decorate.js";
1
+ import { __decorate as e } from "../_virtual/_@oxc-project_runtime@0.123.0/helpers/decorate.js";
2
2
  import { audit as t } from "../internal/controllers/audit.controller.js";
3
3
  import { useStyles as n } from "../internal/styles/index.js";
4
4
  import r from "./dialog-header.js";
@@ -11,7 +11,7 @@ var o = class extends i {
11
11
  static {
12
12
  this.metadata = {
13
13
  tag: "nve-dialog-header",
14
- version: "0.0.2",
14
+ version: "0.0.3",
15
15
  parents: ["nve-dialog"]
16
16
  };
17
17
  }
@@ -1,6 +1,6 @@
1
1
  import { appendRootNodeStyle as e } from "../internal/utils/dom.js";
2
2
  import { attachInternals as t } from "../internal/utils/a11y.js";
3
- import { __decorate as n } from "../_virtual/_@oxc-project_runtime@0.115.0/helpers/decorate.js";
3
+ import { __decorate as n } from "../_virtual/_@oxc-project_runtime@0.123.0/helpers/decorate.js";
4
4
  import { audit as r } from "../internal/controllers/audit.controller.js";
5
5
  import { I18nController as i } from "../internal/controllers/i18n.controller.js";
6
6
  import { TypeNativePopoverController as a } from "../internal/controllers/type-native-popover.controller.js";
@@ -30,7 +30,7 @@ var h = class extends f {
30
30
  static {
31
31
  this.metadata = {
32
32
  tag: "nve-dialog",
33
- version: "0.0.2"
33
+ version: "0.0.3"
34
34
  };
35
35
  }
36
36
  static {
@@ -1,5 +1,5 @@
1
1
  import { attachInternals as e } from "../internal/utils/a11y.js";
2
- import { __decorate as t } from "../_virtual/_@oxc-project_runtime@0.115.0/helpers/decorate.js";
2
+ import { __decorate as t } from "../_virtual/_@oxc-project_runtime@0.123.0/helpers/decorate.js";
3
3
  import { useStyles as n } from "../internal/styles/index.js";
4
4
  import r from "./divider.js";
5
5
  import { LitElement as i, html as a } from "lit";
@@ -15,7 +15,7 @@ var s = class extends i {
15
15
  static {
16
16
  this.metadata = {
17
17
  tag: "nve-divider",
18
- version: "0.0.2"
18
+ version: "0.0.3"
19
19
  };
20
20
  }
21
21
  render() {
package/dist/dot/dot2.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { attachInternals as e } from "../internal/utils/a11y.js";
2
- import { __decorate as t } from "../_virtual/_@oxc-project_runtime@0.115.0/helpers/decorate.js";
2
+ import { __decorate as t } from "../_virtual/_@oxc-project_runtime@0.123.0/helpers/decorate.js";
3
3
  import { statusStateStyles as n, supportStateStyles as r, useStyles as i } from "../internal/styles/index.js";
4
4
  import a from "./dot.js";
5
5
  import { LitElement as o, html as s } from "lit";
@@ -16,7 +16,7 @@ var l = class extends o {
16
16
  static {
17
17
  this.metadata = {
18
18
  tag: "nve-dot",
19
- version: "0.0.2"
19
+ version: "0.0.3"
20
20
  };
21
21
  }
22
22
  render() {
@@ -1,4 +1,4 @@
1
- import { __decorate as e } from "../_virtual/_@oxc-project_runtime@0.115.0/helpers/decorate.js";
1
+ import { __decorate as e } from "../_virtual/_@oxc-project_runtime@0.123.0/helpers/decorate.js";
2
2
  import { audit as t } from "../internal/controllers/audit.controller.js";
3
3
  import { useStyles as n } from "../internal/styles/index.js";
4
4
  import r from "./drawer-content.js";
@@ -11,7 +11,7 @@ var o = class extends i {
11
11
  static {
12
12
  this.metadata = {
13
13
  tag: "nve-drawer-content",
14
- version: "0.0.2",
14
+ version: "0.0.3",
15
15
  parents: ["nve-drawer"]
16
16
  };
17
17
  }
@@ -1,4 +1,4 @@
1
- import { __decorate as e } from "../_virtual/_@oxc-project_runtime@0.115.0/helpers/decorate.js";
1
+ import { __decorate as e } from "../_virtual/_@oxc-project_runtime@0.123.0/helpers/decorate.js";
2
2
  import { audit as t } from "../internal/controllers/audit.controller.js";
3
3
  import { useStyles as n } from "../internal/styles/index.js";
4
4
  import r from "./drawer-footer.js";
@@ -11,7 +11,7 @@ var o = class extends i {
11
11
  static {
12
12
  this.metadata = {
13
13
  tag: "nve-drawer-footer",
14
- version: "0.0.2",
14
+ version: "0.0.3",
15
15
  parents: ["nve-drawer"]
16
16
  };
17
17
  }
@@ -1,4 +1,4 @@
1
- import { __decorate as e } from "../_virtual/_@oxc-project_runtime@0.115.0/helpers/decorate.js";
1
+ import { __decorate as e } from "../_virtual/_@oxc-project_runtime@0.123.0/helpers/decorate.js";
2
2
  import { audit as t } from "../internal/controllers/audit.controller.js";
3
3
  import { useStyles as n } from "../internal/styles/index.js";
4
4
  import r from "./drawer-header.js";
@@ -11,7 +11,7 @@ var o = class extends i {
11
11
  static {
12
12
  this.metadata = {
13
13
  tag: "nve-drawer-header",
14
- version: "0.0.2",
14
+ version: "0.0.3",
15
15
  parents: ["nve-drawer"]
16
16
  };
17
17
  }
@@ -1,5 +1,5 @@
1
1
  import { createGhostElement as e } from "../internal/utils/dom.js";
2
- import { __decorate as t } from "../_virtual/_@oxc-project_runtime@0.115.0/helpers/decorate.js";
2
+ import { __decorate as t } from "../_virtual/_@oxc-project_runtime@0.123.0/helpers/decorate.js";
3
3
  import { I18nController as n } from "../internal/controllers/i18n.controller.js";
4
4
  import { TypeNativePopoverController as r } from "../internal/controllers/type-native-popover.controller.js";
5
5
  import { typeSSR as i } from "../internal/controllers/type-ssr.controller.js";
@@ -28,7 +28,7 @@ var p = class extends u {
28
28
  static {
29
29
  this.metadata = {
30
30
  tag: "nve-drawer",
31
- version: "0.0.2"
31
+ version: "0.0.3"
32
32
  };
33
33
  }
34
34
  static {
@@ -1,4 +1,4 @@
1
- import { __decorate as e } from "../_virtual/_@oxc-project_runtime@0.115.0/helpers/decorate.js";
1
+ import { __decorate as e } from "../_virtual/_@oxc-project_runtime@0.123.0/helpers/decorate.js";
2
2
  import { audit as t } from "../internal/controllers/audit.controller.js";
3
3
  import { useStyles as n } from "../internal/styles/index.js";
4
4
  import r from "./dropdown-footer.js";
@@ -11,7 +11,7 @@ var o = class extends i {
11
11
  static {
12
12
  this.metadata = {
13
13
  tag: "nve-dropdown-footer",
14
- version: "0.0.2",
14
+ version: "0.0.3",
15
15
  parents: ["nve-dropdown"]
16
16
  };
17
17
  }
@@ -1,4 +1,4 @@
1
- import { __decorate as e } from "../_virtual/_@oxc-project_runtime@0.115.0/helpers/decorate.js";
1
+ import { __decorate as e } from "../_virtual/_@oxc-project_runtime@0.123.0/helpers/decorate.js";
2
2
  import { audit as t } from "../internal/controllers/audit.controller.js";
3
3
  import { useStyles as n } from "../internal/styles/index.js";
4
4
  import r from "./dropdown-header.js";
@@ -11,7 +11,7 @@ var o = class extends i {
11
11
  static {
12
12
  this.metadata = {
13
13
  tag: "nve-dropdown-header",
14
- version: "0.0.2",
14
+ version: "0.0.3",
15
15
  parents: ["nve-dropdown"]
16
16
  };
17
17
  }
@@ -1,4 +1,4 @@
1
- import { __decorate as e } from "../_virtual/_@oxc-project_runtime@0.115.0/helpers/decorate.js";
1
+ import { __decorate as e } from "../_virtual/_@oxc-project_runtime@0.123.0/helpers/decorate.js";
2
2
  import { audit as t } from "../internal/controllers/audit.controller.js";
3
3
  import { I18nController as n } from "../internal/controllers/i18n.controller.js";
4
4
  import { TypeNativePopoverController as r } from "../internal/controllers/type-native-popover.controller.js";
@@ -21,7 +21,7 @@ var p = class extends l {
21
21
  static {
22
22
  this.metadata = {
23
23
  tag: "nve-dropdown",
24
- version: "0.0.2"
24
+ version: "0.0.3"
25
25
  };
26
26
  }
27
27
  static {
@@ -1,6 +1,6 @@
1
1
  import { isSimpleFocusable as e } from "../internal/utils/focus.js";
2
2
  import { appendRootNodeStyle as t, clickOutsideElementBounds as n, getFlattenedFocusableItems as r } from "../internal/utils/dom.js";
3
- import { __decorate as i } from "../_virtual/_@oxc-project_runtime@0.115.0/helpers/decorate.js";
3
+ import { __decorate as i } from "../_virtual/_@oxc-project_runtime@0.123.0/helpers/decorate.js";
4
4
  import { audit as a } from "../internal/controllers/audit.controller.js";
5
5
  import { useStyles as o } from "../internal/styles/index.js";
6
6
  import s from "./dropdown-group.global.js";
@@ -14,7 +14,7 @@ var d = class extends c {
14
14
  static {
15
15
  this.metadata = {
16
16
  tag: "nve-dropdown-group",
17
- version: "0.0.2",
17
+ version: "0.0.3",
18
18
  children: ["nve-dropdown"]
19
19
  };
20
20
  }
@@ -1,6 +1,6 @@
1
1
  import { formatFileSize as e } from "../internal/utils/strings.js";
2
2
  import { removeEmptyTextNode as t } from "../internal/utils/dom.js";
3
- import { __decorate as n } from "../_virtual/_@oxc-project_runtime@0.115.0/helpers/decorate.js";
3
+ import { __decorate as n } from "../_virtual/_@oxc-project_runtime@0.123.0/helpers/decorate.js";
4
4
  import { I18nController as r } from "../internal/controllers/i18n.controller.js";
5
5
  import { scopedRegistry as i } from "../internal/decorators/scoped-registry.js";
6
6
  import { useStyles as a } from "../internal/styles/index.js";
@@ -20,7 +20,7 @@ var g = class extends h(d) {
20
20
  static {
21
21
  this.metadata = {
22
22
  tag: "nve-dropzone",
23
- version: "0.0.2",
23
+ version: "0.0.3",
24
24
  validators: [l, c],
25
25
  valueSchema: {
26
26
  type: "array",
@@ -1,7 +1,9 @@
1
1
  import { define as e } from "../internal/utils/dom.js";
2
- import { File as t } from "./file2.js";
3
- //#region src/file/define.ts
4
- e(t);
2
+ import { ControlMessage as t } from "../forms/control-message/control-message2.js";
3
+ import { Control as n } from "../forms/control/control2.js";
4
+ import { ControlGroup as r } from "../forms/control-group/control-group2.js";
5
+ import { File as i } from "./file2.js";
6
+ e(i), e(n), e(r), e(t);
5
7
  //#endregion
6
8
 
7
9
  //# sourceMappingURL=define.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"define.js","names":[],"sources":["../../src/file/define.ts"],"sourcesContent":["// SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.\n// SPDX-License-Identifier: Apache-2.0\n\nimport { define } from '@nvidia-elements/core/internal';\nimport { File } from '@nvidia-elements/core/file';\nimport '@nvidia-elements/core/forms/define.js';\n\ndefine(File);\n\ndeclare global {\n interface HTMLElementTagNameMap {\n 'nve-file': File;\n }\n}\n"],"mappings":";;;AAOA,EAAO,EAAK"}
1
+ {"version":3,"file":"define.js","names":[],"sources":["../../src/file/define.ts"],"sourcesContent":["// SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.\n// SPDX-License-Identifier: Apache-2.0\n\nimport { define } from '@nvidia-elements/core/internal';\nimport { File } from '@nvidia-elements/core/file';\nimport { Control, ControlGroup, ControlMessage } from '@nvidia-elements/core/forms';\n\ndefine(File);\ndefine(Control);\ndefine(ControlGroup);\ndefine(ControlMessage);\n\ndeclare global {\n interface HTMLElementTagNameMap {\n 'nve-file': File;\n }\n}\n"],"mappings":";;;;;AAOA,EAAO,EAAK,EACZ,EAAO,EAAQ,EACf,EAAO,EAAa,EACpB,EAAO,EAAe"}
@@ -11,7 +11,7 @@ var a = class extends n {
11
11
  static {
12
12
  this.metadata = {
13
13
  tag: "nve-file",
14
- version: "0.0.2"
14
+ version: "0.0.3"
15
15
  };
16
16
  }
17
17
  connectedCallback() {
@@ -1,6 +1,6 @@
1
1
  import { appendRootNodeStyle as e, getAttributeListChanges as t } from "../../internal/utils/dom.js";
2
2
  import { associateAriaDescribedBy as n, associateDataList as r, associateLabel as i, attachInternals as a } from "../../internal/utils/a11y.js";
3
- import { __decorate as o } from "../../_virtual/_@oxc-project_runtime@0.115.0/helpers/decorate.js";
3
+ import { __decorate as o } from "../../_virtual/_@oxc-project_runtime@0.123.0/helpers/decorate.js";
4
4
  import { I18nController as s } from "../../internal/controllers/i18n.controller.js";
5
5
  import { typeSSR as c } from "../../internal/controllers/type-ssr.controller.js";
6
6
  import { hostAttr as l } from "../../internal/decorators/host-attr.js";
@@ -40,7 +40,7 @@ var C = class extends v {
40
40
  static {
41
41
  this.metadata = {
42
42
  tag: "nve-control",
43
- version: "0.0.2"
43
+ version: "0.0.3"
44
44
  };
45
45
  }
46
46
  render() {
@@ -1,6 +1,6 @@
1
1
  import { tagSelector as e } from "../../internal/utils/dom.js";
2
2
  import { associateAriaDescribedBy as t, associateAriaLabel as n, associateControlGroup as r, attachInternals as i } from "../../internal/utils/a11y.js";
3
- import { __decorate as a } from "../../_virtual/_@oxc-project_runtime@0.115.0/helpers/decorate.js";
3
+ import { __decorate as a } from "../../_virtual/_@oxc-project_runtime@0.123.0/helpers/decorate.js";
4
4
  import { useStyles as o } from "../../internal/styles/index.js";
5
5
  import { inputQuery as s, setupControlGroupStates as c, setupControlStatusStates as l } from "../utils/states.js";
6
6
  import { setupControlLayoutStates as u } from "../utils/layout.js";
@@ -25,7 +25,7 @@ var h = class extends f {
25
25
  static {
26
26
  this.metadata = {
27
27
  tag: "nve-control-group",
28
- version: "0.0.2"
28
+ version: "0.0.3"
29
29
  };
30
30
  }
31
31
  render() {
@@ -1,4 +1,4 @@
1
- import { __decorate as e } from "../../_virtual/_@oxc-project_runtime@0.115.0/helpers/decorate.js";
1
+ import { __decorate as e } from "../../_virtual/_@oxc-project_runtime@0.123.0/helpers/decorate.js";
2
2
  import { hostAttr as t } from "../../internal/decorators/host-attr.js";
3
3
  import { scopedRegistry as n } from "../../internal/decorators/scoped-registry.js";
4
4
  import { useStyles as r } from "../../internal/styles/index.js";
@@ -23,7 +23,7 @@ var l = {
23
23
  static {
24
24
  this.metadata = {
25
25
  tag: "nve-control-message",
26
- version: "0.0.2"
26
+ version: "0.0.3"
27
27
  };
28
28
  }
29
29
  static {
@@ -10,7 +10,7 @@ var a = class extends r {
10
10
  static {
11
11
  this.metadata = {
12
12
  tag: "nve-grid-cell",
13
- version: "0.0.2"
13
+ version: "0.0.3"
14
14
  };
15
15
  }
16
16
  render() {
@@ -48,5 +48,6 @@ export declare class GridColumn extends LitElement {
48
48
  _internals: ElementInternals;
49
49
  render(): import('lit-html').TemplateResult<1>;
50
50
  connectedCallback(): void;
51
+ willUpdate(props: PropertyValues<this>): void;
51
52
  updated(props: PropertyValues<this>): Promise<void>;
52
53
  }
@@ -1,6 +1,6 @@
1
1
  import { appendRootNodeStyle as e, tagSelector as t } from "../../internal/utils/dom.js";
2
2
  import { attachInternals as n } from "../../internal/utils/a11y.js";
3
- import { __decorate as r } from "../../_virtual/_@oxc-project_runtime@0.115.0/helpers/decorate.js";
3
+ import { __decorate as r } from "../../_virtual/_@oxc-project_runtime@0.123.0/helpers/decorate.js";
4
4
  import { useStyles as i } from "../../internal/styles/index.js";
5
5
  import a from "./column.js";
6
6
  import { LitElement as o, html as s } from "lit";
@@ -13,7 +13,7 @@ var l = class r extends o {
13
13
  static {
14
14
  this.metadata = {
15
15
  tag: "nve-grid-column",
16
- version: "0.0.2"
16
+ version: "0.0.3"
17
17
  };
18
18
  }
19
19
  get #e() {
@@ -25,6 +25,9 @@ var l = class r extends o {
25
25
  connectedCallback() {
26
26
  super.connectedCallback(), n(this), this._internals.role = "columnheader", this.addEventListener("sort", ((e) => this.ariaSort = e.detail.next));
27
27
  }
28
+ willUpdate(e) {
29
+ e.has("width") && this.width && Number.isFinite(Number(this.width)) && (this.width = `${this.width}px`);
30
+ }
28
31
  async updated(e) {
29
32
  super.updated(e), e.get("columnAlign") !== this.columnAlign && this.#a(), e.get("position") !== this.position && this.#n(), e.get("ariaColIndex") !== this.ariaColIndex && (this.#n(), this.#a()), e.get("width") !== this.width && this.dispatchEvent(new CustomEvent("nve-grid-column-resize", {
30
33
  bubbles: !0,