@nova-design-system/nova-webcomponents 3.0.0-beta.27 → 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.
- package/LICENSE.MD +61 -108
- package/dist/blazor-docs.json +1305 -194
- package/dist/cjs/index-c50face0.js +48 -0
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/native.cjs.js +1 -1
- package/dist/cjs/nv-datagrid.cjs.entry.js +3226 -0
- package/dist/cjs/nv-datagrid.cjs.entry.js.map +1 -0
- package/dist/cjs/nv-datagridbody.cjs.entry.js +24 -0
- package/dist/cjs/nv-datagridbody.cjs.entry.js.map +1 -0
- package/dist/cjs/nv-datagridcolumn.cjs.entry.js +27 -0
- package/dist/cjs/nv-datagridcolumn.cjs.entry.js.map +1 -0
- package/dist/cjs/nv-datagriddatacell.cjs.entry.js +26 -0
- package/dist/cjs/nv-datagriddatacell.cjs.entry.js.map +1 -0
- package/dist/cjs/nv-datagridhead.cjs.entry.js +24 -0
- package/dist/cjs/nv-datagridhead.cjs.entry.js.map +1 -0
- package/dist/cjs/nv-datagridrow.cjs.entry.js +24 -0
- package/dist/cjs/nv-datagridrow.cjs.entry.js.map +1 -0
- package/dist/cjs/nv-fieldcheckbox.cjs.entry.js +4 -4
- package/dist/cjs/nv-fielddropdown.cjs.entry.js +3 -3
- package/dist/cjs/nv-fielddropdownitem.cjs.entry.js +1 -1
- package/dist/cjs/nv-fieldnumber.cjs.entry.js +3 -3
- package/dist/cjs/nv-fieldnumber.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fieldpassword.cjs.entry.js +3 -3
- package/dist/cjs/nv-fieldpassword.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fieldradio.cjs.entry.js +3 -3
- package/dist/cjs/nv-fieldradio.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fieldselect.cjs.entry.js +5 -5
- package/dist/cjs/nv-fieldselect.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fieldtext.cjs.entry.js +3 -3
- package/dist/cjs/nv-fieldtextarea.cjs.entry.js +4 -4
- package/dist/cjs/nv-fieldtextarea.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fieldtoggle.cjs.entry.js +8 -4
- package/dist/cjs/nv-fieldtoggle.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-icon.cjs.entry.js +1 -1
- package/dist/cjs/nv-icon.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-iconbutton.cjs.entry.js +1 -1
- package/dist/cjs/nv-iconbutton.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-loader.cjs.entry.js +1 -1
- package/dist/cjs/nv-loader.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-menu.cjs.entry.js +1 -1
- package/dist/cjs/nv-menuitem.cjs.entry.js +1 -1
- package/dist/cjs/nv-menuitem.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-popover.cjs.entry.js +1 -1
- package/dist/cjs/nv-popover.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-row.cjs.entry.js +1 -1
- package/dist/cjs/nv-row.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-stack.cjs.entry.js +1 -1
- package/dist/cjs/nv-stack.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-table.cjs.entry.js +134 -0
- package/dist/cjs/nv-table.cjs.entry.js.map +1 -0
- package/dist/cjs/nv-tablebody.cjs.entry.js +24 -0
- package/dist/cjs/nv-tablebody.cjs.entry.js.map +1 -0
- package/dist/cjs/nv-tablecolumn.cjs.entry.js +30 -0
- package/dist/cjs/nv-tablecolumn.cjs.entry.js.map +1 -0
- package/dist/cjs/nv-tabledatacell.cjs.entry.js +28 -0
- package/dist/cjs/nv-tabledatacell.cjs.entry.js.map +1 -0
- package/dist/cjs/nv-tablehead.cjs.entry.js +24 -0
- package/dist/cjs/nv-tablehead.cjs.entry.js.map +1 -0
- package/dist/cjs/nv-tablerow.cjs.entry.js +24 -0
- package/dist/cjs/nv-tablerow.cjs.entry.js.map +1 -0
- package/dist/cjs/nv-tooltip.cjs.entry.js +1 -1
- package/dist/cjs/nv-tooltip.cjs.entry.js.map +1 -1
- package/dist/collection/collection-manifest.json +12 -0
- package/dist/collection/components/nv-datagrid/nv-datagrid.css +5 -0
- package/dist/collection/components/nv-datagrid/nv-datagrid.docs.js +225 -0
- package/dist/collection/components/nv-datagrid/nv-datagrid.docs.js.map +1 -0
- package/dist/collection/components/nv-datagrid/nv-datagrid.js +441 -0
- package/dist/collection/components/nv-datagrid/nv-datagrid.js.map +1 -0
- package/dist/collection/components/nv-datagridbody/nv-datagridbody.css +0 -0
- package/dist/collection/components/nv-datagridbody/nv-datagridbody.docs.js +8 -0
- package/dist/collection/components/nv-datagridbody/nv-datagridbody.docs.js.map +1 -0
- package/dist/collection/components/nv-datagridbody/nv-datagridbody.js +23 -0
- package/dist/collection/components/nv-datagridbody/nv-datagridbody.js.map +1 -0
- package/dist/collection/components/nv-datagridcolumn/nv-datagridcolumn.css +0 -0
- package/dist/collection/components/nv-datagridcolumn/nv-datagridcolumn.docs.js +6 -0
- package/dist/collection/components/nv-datagridcolumn/nv-datagridcolumn.docs.js.map +1 -0
- package/dist/collection/components/nv-datagridcolumn/nv-datagridcolumn.js +66 -0
- package/dist/collection/components/nv-datagridcolumn/nv-datagridcolumn.js.map +1 -0
- package/dist/collection/components/nv-datagriddatacell/nv-datagriddatacell.css +0 -0
- package/dist/collection/components/nv-datagriddatacell/nv-datagriddatacell.docs.js +6 -0
- package/dist/collection/components/nv-datagriddatacell/nv-datagriddatacell.docs.js.map +1 -0
- package/dist/collection/components/nv-datagriddatacell/nv-datagriddatacell.js +51 -0
- package/dist/collection/components/nv-datagriddatacell/nv-datagriddatacell.js.map +1 -0
- package/dist/collection/components/nv-datagridhead/nv-datagridhead.css +0 -0
- package/dist/collection/components/nv-datagridhead/nv-datagridhead.docs.js +8 -0
- package/dist/collection/components/nv-datagridhead/nv-datagridhead.docs.js.map +1 -0
- package/dist/collection/components/nv-datagridhead/nv-datagridhead.js +23 -0
- package/dist/collection/components/nv-datagridhead/nv-datagridhead.js.map +1 -0
- package/dist/collection/components/nv-datagridrow/nv-datagridrow.css +0 -0
- package/dist/collection/components/nv-datagridrow/nv-datagridrow.docs.js +8 -0
- package/dist/collection/components/nv-datagridrow/nv-datagridrow.docs.js.map +1 -0
- package/dist/collection/components/nv-datagridrow/nv-datagridrow.js +23 -0
- package/dist/collection/components/nv-datagridrow/nv-datagridrow.js.map +1 -0
- package/dist/collection/components/nv-fieldcheckbox/nv-fieldcheckbox.js +4 -4
- package/dist/collection/components/nv-fielddropdown/nv-fielddropdown.js +3 -3
- package/dist/collection/components/nv-fielddropdownitem/DropdownItemSelectedEventDetail.js.map +1 -1
- package/dist/collection/components/nv-fielddropdownitem/nv-fielddropdownitem.js +1 -1
- package/dist/collection/components/nv-fieldnumber/nv-fieldnumber.js +3 -3
- package/dist/collection/components/nv-fieldnumber/nv-fieldnumber.js.map +1 -1
- package/dist/collection/components/nv-fieldpassword/nv-fieldpassword.js +3 -3
- package/dist/collection/components/nv-fieldpassword/nv-fieldpassword.js.map +1 -1
- package/dist/collection/components/nv-fieldradio/nv-fieldradio.js +3 -3
- package/dist/collection/components/nv-fieldradio/nv-fieldradio.js.map +1 -1
- package/dist/collection/components/nv-fieldselect/nv-fieldselect.js +5 -5
- package/dist/collection/components/nv-fieldselect/nv-fieldselect.js.map +1 -1
- package/dist/collection/components/nv-fieldtext/nv-fieldtext.js +3 -3
- package/dist/collection/components/nv-fieldtextarea/nv-fieldtextarea.js +7 -7
- package/dist/collection/components/nv-fieldtextarea/nv-fieldtextarea.js.map +1 -1
- package/dist/collection/components/nv-fieldtoggle/nv-fieldtoggle.js +8 -4
- package/dist/collection/components/nv-fieldtoggle/nv-fieldtoggle.js.map +1 -1
- package/dist/collection/components/nv-icon/nv-icon.js +1 -1
- package/dist/collection/components/nv-icon/nv-icon.js.map +1 -1
- package/dist/collection/components/nv-iconbutton/nv-iconbutton.js +1 -1
- package/dist/collection/components/nv-iconbutton/nv-iconbutton.js.map +1 -1
- package/dist/collection/components/nv-loader/nv-loader.js +1 -1
- package/dist/collection/components/nv-loader/nv-loader.js.map +1 -1
- package/dist/collection/components/nv-menu/nv-menu.js +1 -1
- package/dist/collection/components/nv-menuitem/nv-menuitem.js +1 -1
- package/dist/collection/components/nv-menuitem/nv-menuitem.js.map +1 -1
- package/dist/collection/components/nv-popover/nv-popover.js +1 -1
- package/dist/collection/components/nv-popover/nv-popover.js.map +1 -1
- package/dist/collection/components/nv-row/nv-row.js +1 -1
- package/dist/collection/components/nv-row/nv-row.js.map +1 -1
- package/dist/collection/components/nv-stack/nv-stack.js +1 -1
- package/dist/collection/components/nv-stack/nv-stack.js.map +1 -1
- package/dist/collection/components/nv-table/nv-table.css +5 -0
- package/dist/collection/components/nv-table/nv-table.docs.js +178 -0
- package/dist/collection/components/nv-table/nv-table.docs.js.map +1 -0
- package/dist/collection/components/nv-table/nv-table.js +287 -0
- package/dist/collection/components/nv-table/nv-table.js.map +1 -0
- package/dist/collection/components/nv-tablebody/nv-tablebody.css +0 -0
- package/dist/collection/components/nv-tablebody/nv-tablebody.docs.js +8 -0
- package/dist/collection/components/nv-tablebody/nv-tablebody.docs.js.map +1 -0
- package/dist/collection/components/nv-tablebody/nv-tablebody.js +23 -0
- package/dist/collection/components/nv-tablebody/nv-tablebody.js.map +1 -0
- package/dist/collection/components/nv-tablecolumn/nv-tablecolumn.css +0 -0
- package/dist/collection/components/nv-tablecolumn/nv-tablecolumn.docs.js +6 -0
- package/dist/collection/components/nv-tablecolumn/nv-tablecolumn.docs.js.map +1 -0
- package/dist/collection/components/nv-tablecolumn/nv-tablecolumn.js +131 -0
- package/dist/collection/components/nv-tablecolumn/nv-tablecolumn.js.map +1 -0
- package/dist/collection/components/nv-tabledatacell/nv-tabledatacell.css +0 -0
- package/dist/collection/components/nv-tabledatacell/nv-tabledatacell.docs.js +6 -0
- package/dist/collection/components/nv-tabledatacell/nv-tabledatacell.docs.js.map +1 -0
- package/dist/collection/components/nv-tabledatacell/nv-tabledatacell.js +95 -0
- package/dist/collection/components/nv-tabledatacell/nv-tabledatacell.js.map +1 -0
- package/dist/collection/components/nv-tablehead/nv-tablehead.css +0 -0
- package/dist/collection/components/nv-tablehead/nv-tablehead.docs.js +8 -0
- package/dist/collection/components/nv-tablehead/nv-tablehead.docs.js.map +1 -0
- package/dist/collection/components/nv-tablehead/nv-tablehead.js +23 -0
- package/dist/collection/components/nv-tablehead/nv-tablehead.js.map +1 -0
- package/dist/collection/components/nv-tablerow/nv-tablerow.css +0 -0
- package/dist/collection/components/nv-tablerow/nv-tablerow.docs.js +8 -0
- package/dist/collection/components/nv-tablerow/nv-tablerow.docs.js.map +1 -0
- package/dist/collection/components/nv-tablerow/nv-tablerow.js +23 -0
- package/dist/collection/components/nv-tablerow/nv-tablerow.js.map +1 -0
- package/dist/collection/components/nv-tooltip/nv-tooltip.js +1 -1
- package/dist/collection/components/nv-tooltip/nv-tooltip.js.map +1 -1
- package/dist/collection/interfaces/Column.js +2 -0
- package/dist/collection/interfaces/Column.js.map +1 -0
- package/dist/components/nv-alert.js +1 -1
- package/dist/components/nv-avatar.js +1 -1
- package/dist/components/nv-badge.js +1 -1
- package/dist/components/nv-button.js +1 -1
- package/dist/components/nv-datagrid.d.ts +11 -0
- package/dist/components/nv-datagrid.js +3259 -0
- package/dist/components/nv-datagrid.js.map +1 -0
- package/dist/components/nv-datagridbody.d.ts +11 -0
- package/dist/components/nv-datagridbody.js +38 -0
- package/dist/components/nv-datagridbody.js.map +1 -0
- package/dist/components/nv-datagridcolumn.d.ts +11 -0
- package/dist/components/nv-datagridcolumn.js +44 -0
- package/dist/components/nv-datagridcolumn.js.map +1 -0
- package/dist/components/nv-datagriddatacell.d.ts +11 -0
- package/dist/components/nv-datagriddatacell.js +42 -0
- package/dist/components/nv-datagriddatacell.js.map +1 -0
- package/dist/components/nv-datagridhead.d.ts +11 -0
- package/dist/components/nv-datagridhead.js +38 -0
- package/dist/components/nv-datagridhead.js.map +1 -0
- package/dist/components/nv-datagridrow.d.ts +11 -0
- package/dist/components/nv-datagridrow.js +38 -0
- package/dist/components/nv-datagridrow.js.map +1 -0
- package/dist/components/nv-fieldcheckbox.js +4 -4
- package/dist/components/nv-fielddropdown.js +8 -8
- package/dist/components/nv-fielddropdownitem.js +1 -1
- package/dist/components/nv-fieldnumber.js +4 -4
- package/dist/components/nv-fieldnumber.js.map +1 -1
- package/dist/components/nv-fieldpassword.js +6 -6
- package/dist/components/nv-fieldpassword.js.map +1 -1
- package/dist/components/nv-fieldradio.js +3 -3
- package/dist/components/nv-fieldradio.js.map +1 -1
- package/dist/components/nv-fieldselect.js +6 -6
- package/dist/components/nv-fieldselect.js.map +1 -1
- package/dist/components/nv-fieldtext.js +4 -4
- package/dist/components/nv-fieldtextarea.js +5 -5
- package/dist/components/nv-fieldtextarea.js.map +1 -1
- package/dist/components/nv-fieldtoggle.js +8 -4
- package/dist/components/nv-fieldtoggle.js.map +1 -1
- package/dist/components/nv-icon.js +1 -1
- package/dist/components/nv-iconbutton.js +1 -1
- package/dist/components/nv-loader.js +1 -1
- package/dist/components/nv-menu.js +2 -2
- package/dist/components/nv-menuitem.js +2 -2
- package/dist/components/nv-menuitem.js.map +1 -1
- package/dist/components/nv-popover.js +1 -1
- package/dist/components/nv-row.js +1 -1
- package/dist/components/nv-row.js.map +1 -1
- package/dist/components/nv-stack.js +1 -1
- package/dist/components/nv-stack.js.map +1 -1
- package/dist/components/nv-table.d.ts +11 -0
- package/dist/components/nv-table.js +164 -0
- package/dist/components/nv-table.js.map +1 -0
- package/dist/components/nv-tablebody.d.ts +11 -0
- package/dist/components/nv-tablebody.js +38 -0
- package/dist/components/nv-tablebody.js.map +1 -0
- package/dist/components/nv-tablecolumn.d.ts +11 -0
- package/dist/components/nv-tablecolumn.js +50 -0
- package/dist/components/nv-tablecolumn.js.map +1 -0
- package/dist/components/nv-tabledatacell.d.ts +11 -0
- package/dist/components/nv-tabledatacell.js +46 -0
- package/dist/components/nv-tabledatacell.js.map +1 -0
- package/dist/components/nv-tablehead.d.ts +11 -0
- package/dist/components/nv-tablehead.js +38 -0
- package/dist/components/nv-tablehead.js.map +1 -0
- package/dist/components/nv-tablerow.d.ts +11 -0
- package/dist/components/nv-tablerow.js +38 -0
- package/dist/components/nv-tablerow.js.map +1 -0
- package/dist/components/nv-tooltip.js +2 -2
- package/dist/components/nv-tooltip.js.map +1 -1
- package/dist/components/{p-76eb28db.js → p-45405075.js} +3 -3
- package/dist/components/{p-76eb28db.js.map → p-45405075.js.map} +1 -1
- package/dist/components/{p-9647924f.js → p-45c63143.js} +4 -4
- package/dist/components/{p-9647924f.js.map → p-45c63143.js.map} +1 -1
- package/dist/components/{p-9be1ebd4.js → p-689a7b38.js} +2 -2
- package/dist/components/{p-9be1ebd4.js.map → p-689a7b38.js.map} +1 -1
- package/dist/components/{p-ff97f99e.js → p-89fb6636.js} +2 -2
- package/dist/components/{p-ff97f99e.js.map → p-89fb6636.js.map} +1 -1
- package/dist/components/{p-69cc7819.js → p-8c8cf8ea.js} +2 -2
- package/dist/components/{p-69cc7819.js.map → p-8c8cf8ea.js.map} +1 -1
- package/dist/docs.json +1322 -278
- package/dist/esm/index-e7b35c14.js +48 -0
- package/dist/esm/loader.js +1 -1
- package/dist/esm/native.js +1 -1
- package/dist/esm/nv-datagrid.entry.js +3222 -0
- package/dist/esm/nv-datagrid.entry.js.map +1 -0
- package/dist/esm/nv-datagridbody.entry.js +20 -0
- package/dist/esm/nv-datagridbody.entry.js.map +1 -0
- package/dist/esm/nv-datagridcolumn.entry.js +23 -0
- package/dist/esm/nv-datagridcolumn.entry.js.map +1 -0
- package/dist/esm/nv-datagriddatacell.entry.js +22 -0
- package/dist/esm/nv-datagriddatacell.entry.js.map +1 -0
- package/dist/esm/nv-datagridhead.entry.js +20 -0
- package/dist/esm/nv-datagridhead.entry.js.map +1 -0
- package/dist/esm/nv-datagridrow.entry.js +20 -0
- package/dist/esm/nv-datagridrow.entry.js.map +1 -0
- package/dist/esm/nv-fieldcheckbox.entry.js +4 -4
- package/dist/esm/nv-fielddropdown.entry.js +3 -3
- package/dist/esm/nv-fielddropdownitem.entry.js +1 -1
- package/dist/esm/nv-fieldnumber.entry.js +3 -3
- package/dist/esm/nv-fieldnumber.entry.js.map +1 -1
- package/dist/esm/nv-fieldpassword.entry.js +3 -3
- package/dist/esm/nv-fieldpassword.entry.js.map +1 -1
- package/dist/esm/nv-fieldradio.entry.js +3 -3
- package/dist/esm/nv-fieldradio.entry.js.map +1 -1
- package/dist/esm/nv-fieldselect.entry.js +5 -5
- package/dist/esm/nv-fieldselect.entry.js.map +1 -1
- package/dist/esm/nv-fieldtext.entry.js +3 -3
- package/dist/esm/nv-fieldtextarea.entry.js +4 -4
- package/dist/esm/nv-fieldtextarea.entry.js.map +1 -1
- package/dist/esm/nv-fieldtoggle.entry.js +8 -4
- package/dist/esm/nv-fieldtoggle.entry.js.map +1 -1
- package/dist/esm/nv-icon.entry.js +1 -1
- package/dist/esm/nv-icon.entry.js.map +1 -1
- package/dist/esm/nv-iconbutton.entry.js +1 -1
- package/dist/esm/nv-iconbutton.entry.js.map +1 -1
- package/dist/esm/nv-loader.entry.js +1 -1
- package/dist/esm/nv-loader.entry.js.map +1 -1
- package/dist/esm/nv-menu.entry.js +1 -1
- package/dist/esm/nv-menuitem.entry.js +1 -1
- package/dist/esm/nv-menuitem.entry.js.map +1 -1
- package/dist/esm/nv-popover.entry.js +1 -1
- package/dist/esm/nv-popover.entry.js.map +1 -1
- package/dist/esm/nv-row.entry.js +1 -1
- package/dist/esm/nv-row.entry.js.map +1 -1
- package/dist/esm/nv-stack.entry.js +1 -1
- package/dist/esm/nv-stack.entry.js.map +1 -1
- package/dist/esm/nv-table.entry.js +130 -0
- package/dist/esm/nv-table.entry.js.map +1 -0
- package/dist/esm/nv-tablebody.entry.js +20 -0
- package/dist/esm/nv-tablebody.entry.js.map +1 -0
- package/dist/esm/nv-tablecolumn.entry.js +26 -0
- package/dist/esm/nv-tablecolumn.entry.js.map +1 -0
- package/dist/esm/nv-tabledatacell.entry.js +24 -0
- package/dist/esm/nv-tabledatacell.entry.js.map +1 -0
- package/dist/esm/nv-tablehead.entry.js +20 -0
- package/dist/esm/nv-tablehead.entry.js.map +1 -0
- package/dist/esm/nv-tablerow.entry.js +20 -0
- package/dist/esm/nv-tablerow.entry.js.map +1 -0
- package/dist/esm/nv-tooltip.entry.js +1 -1
- package/dist/esm/nv-tooltip.entry.js.map +1 -1
- package/dist/native/native.css +1 -1
- package/dist/native/native.esm.js +1 -1
- package/dist/native/native.esm.js.map +1 -1
- package/dist/native/p-01be802d.entry.js +2 -0
- package/dist/native/p-01be802d.entry.js.map +1 -0
- package/dist/native/{p-71fbdb92.entry.js → p-0cfe2048.entry.js} +2 -2
- package/dist/native/{p-71fbdb92.entry.js.map → p-0cfe2048.entry.js.map} +1 -1
- package/dist/native/{p-4a43953f.entry.js → p-13070761.entry.js} +2 -2
- package/dist/native/{p-000749ae.entry.js → p-1edb76e1.entry.js} +2 -2
- package/dist/native/{p-000749ae.entry.js.map → p-1edb76e1.entry.js.map} +1 -1
- package/dist/native/{p-c16a4fbe.entry.js → p-20c7fc4d.entry.js} +2 -2
- package/dist/native/p-20c7fc4d.entry.js.map +1 -0
- package/dist/native/p-28cf537b.entry.js +2 -0
- package/dist/native/{p-4b550f95.entry.js.map → p-28cf537b.entry.js.map} +1 -1
- package/dist/native/p-36d5158c.entry.js +13 -0
- package/dist/native/p-36d5158c.entry.js.map +1 -0
- package/dist/native/{p-396b65bb.entry.js → p-38817aa3.entry.js} +2 -2
- package/dist/native/{p-396b65bb.entry.js.map → p-38817aa3.entry.js.map} +1 -1
- package/dist/native/{p-bb243eaf.entry.js → p-39dbb15b.entry.js} +2 -2
- package/dist/native/p-4b926563.entry.js +2 -0
- package/dist/native/p-4b926563.entry.js.map +1 -0
- package/dist/native/{p-d5c24d8f.entry.js → p-4e351d8e.entry.js} +2 -2
- package/dist/native/p-671699bf.entry.js +2 -0
- package/dist/native/p-671699bf.entry.js.map +1 -0
- package/dist/native/{p-25e1bc94.entry.js → p-75b5fdce.entry.js} +2 -2
- package/dist/native/{p-25e1bc94.entry.js.map → p-75b5fdce.entry.js.map} +1 -1
- package/dist/native/p-7a7b9b95.entry.js +2 -0
- package/dist/native/p-7a7b9b95.entry.js.map +1 -0
- package/dist/native/{p-5172aa15.entry.js → p-808cf007.entry.js} +2 -2
- package/dist/native/{p-23b20b80.entry.js → p-81256924.entry.js} +2 -2
- package/dist/native/{p-23b20b80.entry.js.map → p-81256924.entry.js.map} +1 -1
- package/dist/native/{p-8de6396f.entry.js → p-844f4878.entry.js} +2 -2
- package/dist/native/{p-8de6396f.entry.js.map → p-844f4878.entry.js.map} +1 -1
- package/dist/native/p-861f91d3.entry.js +2 -0
- package/dist/native/p-861f91d3.entry.js.map +1 -0
- package/dist/native/p-9221f72a.entry.js +2 -0
- package/dist/native/p-9221f72a.entry.js.map +1 -0
- package/dist/native/p-982e474f.entry.js +2 -0
- package/dist/native/p-982e474f.entry.js.map +1 -0
- package/dist/native/p-99850272.entry.js +2 -0
- package/dist/native/p-99850272.entry.js.map +1 -0
- package/dist/native/{p-d4e0b6e1.entry.js → p-bdab3562.entry.js} +2 -2
- package/dist/native/{p-4fae1b2c.entry.js → p-c1c661a0.entry.js} +2 -2
- package/dist/native/p-c1c661a0.entry.js.map +1 -0
- package/dist/native/{p-89468485.entry.js → p-c4f7e36d.entry.js} +2 -2
- package/dist/native/{p-89468485.entry.js.map → p-c4f7e36d.entry.js.map} +1 -1
- package/dist/native/{p-20ea1b61.entry.js → p-dba9c57c.entry.js} +2 -2
- package/dist/native/{p-20ea1b61.entry.js.map → p-dba9c57c.entry.js.map} +1 -1
- package/dist/native/p-dbae3920.entry.js +2 -0
- package/dist/native/{p-0d335326.entry.js.map → p-dbae3920.entry.js.map} +1 -1
- package/dist/native/p-de6e0e1f.entry.js +2 -0
- package/dist/native/p-de6e0e1f.entry.js.map +1 -0
- package/dist/native/{p-aeaa326f.entry.js → p-e2df46e2.entry.js} +2 -2
- package/dist/native/{p-aeaa326f.entry.js.map → p-e2df46e2.entry.js.map} +1 -1
- package/dist/native/p-e842220b.entry.js +2 -0
- package/dist/native/p-e842220b.entry.js.map +1 -0
- package/dist/native/{p-a016e4b6.entry.js → p-ea4092a7.entry.js} +2 -2
- package/dist/native/{p-a016e4b6.entry.js.map → p-ea4092a7.entry.js.map} +1 -1
- package/dist/native/p-f7b96c42.entry.js +2 -0
- package/dist/native/p-f7b96c42.entry.js.map +1 -0
- package/dist/types/components/nv-datagrid/nv-datagrid.d.ts +87 -0
- package/dist/types/components/nv-datagrid/nv-datagrid.docs.d.ts +4 -0
- package/dist/types/components/nv-datagridbody/nv-datagridbody.d.ts +7 -0
- package/dist/types/components/nv-datagridbody/nv-datagridbody.docs.d.ts +4 -0
- package/dist/types/components/nv-datagridcolumn/nv-datagridcolumn.d.ts +16 -0
- package/dist/types/components/nv-datagridcolumn/nv-datagridcolumn.docs.d.ts +4 -0
- package/dist/types/components/nv-datagriddatacell/nv-datagriddatacell.d.ts +14 -0
- package/dist/types/components/nv-datagriddatacell/nv-datagriddatacell.docs.d.ts +4 -0
- package/dist/types/components/nv-datagridhead/nv-datagridhead.d.ts +7 -0
- package/dist/types/components/nv-datagridhead/nv-datagridhead.docs.d.ts +4 -0
- package/dist/types/components/nv-datagridrow/nv-datagridrow.d.ts +7 -0
- package/dist/types/components/nv-datagridrow/nv-datagridrow.docs.d.ts +4 -0
- package/dist/types/components/nv-fielddropdownitem/DropdownItemSelectedEventDetail.d.ts +12 -0
- package/dist/types/components/nv-fieldtextarea/nv-fieldtextarea.d.ts +2 -2
- package/dist/types/components/nv-fieldtoggle/nv-fieldtoggle.d.ts +4 -4
- package/dist/types/components/nv-menuitem/nv-menuitem.d.ts +3 -0
- package/dist/types/components/nv-table/nv-table.d.ts +72 -0
- package/dist/types/components/nv-table/nv-table.docs.d.ts +4 -0
- package/dist/types/components/nv-tablebody/nv-tablebody.d.ts +7 -0
- package/dist/types/components/nv-tablebody/nv-tablebody.docs.d.ts +4 -0
- package/dist/types/components/nv-tablecolumn/nv-tablecolumn.d.ts +51 -0
- package/dist/types/components/nv-tablecolumn/nv-tablecolumn.docs.d.ts +4 -0
- package/dist/types/components/nv-tabledatacell/nv-tabledatacell.d.ts +30 -0
- package/dist/types/components/nv-tabledatacell/nv-tabledatacell.docs.d.ts +4 -0
- package/dist/types/components/nv-tablehead/nv-tablehead.d.ts +7 -0
- package/dist/types/components/nv-tablehead/nv-tablehead.docs.d.ts +4 -0
- package/dist/types/components/nv-tablerow/nv-tablerow.d.ts +7 -0
- package/dist/types/components/nv-tablerow/nv-tablerow.docs.d.ts +4 -0
- package/dist/types/components.d.ts +408 -8
- package/dist/types/interfaces/Column.d.ts +13 -0
- package/dist/types/nova-docs.d.ts +18 -0
- package/dist/vscode-data.json +3659 -0
- package/hydrate/index.js +3746 -44
- package/hydrate/index.mjs +3746 -44
- package/package.json +1 -1
- package/dist/native/p-0d335326.entry.js +0 -2
- package/dist/native/p-4b550f95.entry.js +0 -2
- package/dist/native/p-4fae1b2c.entry.js.map +0 -1
- package/dist/native/p-c16a4fbe.entry.js.map +0 -1
- /package/dist/native/{p-4a43953f.entry.js.map → p-13070761.entry.js.map} +0 -0
- /package/dist/native/{p-bb243eaf.entry.js.map → p-39dbb15b.entry.js.map} +0 -0
- /package/dist/native/{p-d5c24d8f.entry.js.map → p-4e351d8e.entry.js.map} +0 -0
- /package/dist/native/{p-5172aa15.entry.js.map → p-808cf007.entry.js.map} +0 -0
- /package/dist/native/{p-d4e0b6e1.entry.js.map → p-bdab3562.entry.js.map} +0 -0
package/LICENSE.MD
CHANGED
|
@@ -2,156 +2,109 @@
|
|
|
2
2
|
|
|
3
3
|
This End-User License Agreement ("Agreement") is entered into between:
|
|
4
4
|
|
|
5
|
-
1. **Elia Group NV**
|
|
5
|
+
1. **Elia Group NV**
|
|
6
|
+
Located at Keizerslaan 20, 1000 Brussel, registered at the Crossroads Bank for Enterprises in Belgium under number 0476.388.378 (hereafter: "Licensor", "Elia", "We", "Our" or "Us").
|
|
6
7
|
|
|
7
|
-
|
|
8
|
+
2. **Subsidiaries, Partners or Affiliates**
|
|
9
|
+
Collectively referred to as the "Licensee".
|
|
8
10
|
|
|
9
|
-
|
|
11
|
+
Licensor and Licensee may both be referred to as a “Party” and jointly as the “Parties”.
|
|
10
12
|
|
|
11
|
-
|
|
13
|
+
This Agreement can only be entered into by a party which can be considered as the “Licensee”. This means that, to the extent a party is not considered a Subsidiary, Affiliate or Partner, it is not possible for it to enter into this Agreement with Licensor or to use the Works. This Agreement shall not confer any rights, titles or interests to any other entities or individuals which are not the Licensee. Any attempt by Third Parties to claim rights or licenses under this Agreement shall be considered null and void, as the Agreement is strictly limited to the Licensee, as defined herein.
|
|
12
14
|
|
|
13
|
-
|
|
15
|
+
---
|
|
14
16
|
|
|
15
|
-
|
|
17
|
+
## 1. DEFINITIONS
|
|
16
18
|
|
|
17
|
-
|
|
19
|
+
- **Affiliate**: A business entity that is related to Elia through ownership, control, or shared interests, often resulting in a close operational or financial relationship (cfr. Article 1:15 of the Belgian Code of Companies and Associations).
|
|
20
|
+
- **Effective Date**: The date from which the Licensee accesses and downloads the Works.
|
|
21
|
+
- **Elia Projects**: (services performed in the context of) initiatives, projects, products, agreements or tasks directly relating to Elia’s business operations or to those of Subsidiaries, Affiliates or Partners or that otherwise support or are directly related to Elia’s business operations. Elia Projects include, without being limited to activities, works, or services performed in connection with the development, execution, or management of services, products, or solutions for, or related to Elia or its Subsidiaries or Affiliates.
|
|
22
|
+
- **Initial Term**: Has the meaning as set out under Article 6.2.
|
|
23
|
+
- **Intellectual Property Rights**: Means any intellectual property rights, including copyrights, trade and service marks, trade names, rights in logos, inventions, trade secrets and know-how, registered designs, design rights, patents, database rights, all rights of whatsoever nature in computer software and data, all intangible rights and privileges of nature similar or allied to any of the foregoing, in every case in any part of the world and whether or not registered; and including all granted registrations and all applications for registration, all renewals, reversions or extensions, the right to sue for damages for past infringement and all forms of protection of a similar nature which may subsist anywhere in the world. For the avoidance of doubt, Intellectual Property Rights include the intellectual property rights related to and vested in the Works.
|
|
24
|
+
- **License**: Has the meaning as described under Article 2.1.
|
|
25
|
+
- **Partner**: Means a business partner, subcontractor or service provider of the Licensor, which entered into a (services) agreement with Elia before and which is engaged on Elia Projects.
|
|
26
|
+
- **Renewal Term**: Has the meaning as set out under Article 6.2.
|
|
27
|
+
- **Subsidiary**: Means any entity directly or indirectly controlled by Licensee, where “control” is defined in article 1:14 of the Belgian Code of Companies and Associations.
|
|
28
|
+
- **Territory**: Means the entire world.
|
|
29
|
+
- **Third Party**: Means a person that is not a Party, nor a Subsidiary, Affiliate or Partner of the Licensor.
|
|
30
|
+
- **Works**: Means all elements and visuals in the UI library in the “Nova Design System” software (e.g. buttons, arrows, etc.) and the compressed versions of the respective source code of the visuals, created by, or on behalf of, Elia with the purpose of being used and incorporated in websites, platforms, applications etc. The Works can be accessed and found in the following folders [Name folders].
|
|
18
31
|
|
|
19
|
-
|
|
32
|
+
---
|
|
20
33
|
|
|
21
|
-
|
|
34
|
+
## 2. GRANT OF LICENSE
|
|
22
35
|
|
|
23
|
-
|
|
36
|
+
2.1 Licensor hereby grants to Licensee, a non-exclusive, revocable, sublicensable and non-transferable right to use the Works within the Territory in accordance with this Agreement solely for Elia Projects. Licensor is only allowed to sublicense these rights in accordance with Article 4.1.
|
|
24
37
|
|
|
25
|
-
The
|
|
38
|
+
2.2 The right to use the Works includes the right to reproduce, translate, and communicate to the public. The usage rights are granted for the term of the respective Intellectual Property Rights vested in the Works and they are not subject to payment of a royalty to Licensor. The exploitation rights mentioned above are not limited to any sorts of carriers or transmissions (hereafter all together referred to as the “License”).
|
|
26
39
|
|
|
27
|
-
|
|
40
|
+
2.3 Licensee is obliged to inform Licensor of any infringement of Intellectual Property Rights, vested in the Works, by Third Parties as soon as possible after becoming aware of such infringement.
|
|
28
41
|
|
|
29
|
-
|
|
42
|
+
---
|
|
30
43
|
|
|
31
|
-
|
|
44
|
+
## 3. OWNERSHIP OF INTELLECTUAL PROPERTY RIGHTS
|
|
32
45
|
|
|
33
|
-
|
|
46
|
+
3.1 The Licensee acknowledges and agrees that the Licensor is the proprietor of all right, title and interest in and to the Intellectual Property Rights vested in the Works throughout the Territory in any form or embodiment thereof and that the License does neither transfer or convey to Licensee any ownership rights in or relating to the Intellectual Property Rights vested in the Works.
|
|
34
47
|
|
|
35
|
-
|
|
48
|
+
3.2 Licensor may from time to time implement updates or upgrades of the Works, add new items to the Works in the [name]folder or delete certain Works (together referred to as “Updates”). Licensor is allowed to implement these Updates without prior notification to the Licensee and/or without permission of the latter. Licensee is free to decide whether or not to implement or use these Updates. Once an Update has been implemented, it shall be deemed part of the Works and shall be subject to the provisions of this Agreement.
|
|
36
49
|
|
|
37
|
-
|
|
50
|
+
---
|
|
38
51
|
|
|
39
|
-
|
|
52
|
+
## 4. PERMITTED USE AND RESTRICTIONS
|
|
40
53
|
|
|
41
|
-
|
|
54
|
+
4.1 The Works may only be used by employees and authorized contractors of Licensee and its Subsidiaries in the course of their employment or engagement on Elia Projects. Licensee is responsible and shall ensure that its personnel (including employees, subcontractors, authorized representatives or anyone else they would engage in the course of Elia Projects) use the Works in accordance with this Agreement.
|
|
42
55
|
|
|
43
|
-
|
|
56
|
+
4.2 The Works may only be installed on devices owned or controlled by Licensee.
|
|
44
57
|
|
|
45
|
-
|
|
58
|
+
4.3 Licensee shall not alter, modify or customize the Works. The Works are provided “as is”, with existing mechanisms to support flexible UI creation. Any attempts to modify the Works are prohibited.
|
|
46
59
|
|
|
47
|
-
|
|
60
|
+
4.4 Licensee is not allowed and shall not:
|
|
61
|
+
- Use, copy, modify, sublicense, distribute, share or otherwise transfer the Works to any Third Party;
|
|
62
|
+
- Reverse engineer, decompile, or disassemble the Work.
|
|
48
63
|
|
|
49
|
-
|
|
64
|
+
---
|
|
50
65
|
|
|
51
|
-
|
|
66
|
+
## 5. LIABILITY AND DISCLAIMER OF WARRANTIES AND INDEMNIFICATIONS
|
|
52
67
|
|
|
53
|
-
|
|
68
|
+
5.1 The Works are provided "as is" and "as available," without warranty of any kind. To the maximum extent permitted by applicable law, the Licensor expressly disclaims all warranties, whether express, implied, statutory, or otherwise, including, but not limited to, any implied warranties of merchantability, fitness for a particular purpose, title, non-infringement, and any warranties that may arise out of course of dealing, course of performance, usage, or trade practice. The Licensor does not warrant that the Works will meet the Licensee's requirements, achieve any intended results, be compatible or work with any other software, systems, or services, operate without interruption, meet any performance or reliability standards, be error-free, or that any errors or defects can or will be corrected. No oral or written information or advice given by the Licensor or its authorized representative shall create a warranty.
|
|
54
69
|
|
|
55
|
-
|
|
70
|
+
5.2 To the fullest extent permitted by law, the Licensor shall not be liable for any indemnification obligations or liabilities whatsoever to the Licensee or any Third Party, whether arising in contract, tort, or otherwise, including, but not limited to, any claims, damages, liabilities, costs, or expenses arising out of or related to the Work, the use or inability to use the Work, or any data loss, corruption, or breaches of security associated with the Work. The Licensee acknowledges and agrees that the Licensor shall have no obligation to defend, indemnify, or hold harmless the Licensee or any third party for any reason, including but not limited to, intellectual property infringement claims, product liability claims, or any other claims or liabilities arising from the use of the Work.
|
|
56
71
|
|
|
57
|
-
|
|
72
|
+
5.3 To the extent permitted by applicable law, Parties expressly agree that Licensor shall not be liable for any indirect or consequential damages, including but not limited to, damages for loss of business profits, business interruption, loss of business information, goodwill, use, data or other intangible losses resulting from the use of or the inability to use the (contents of the) Works, however caused (including by negligence), even if Licensee has been advised about the possibility of such damages.
|
|
58
73
|
|
|
59
|
-
|
|
74
|
+
5.4 Licensee acknowledges and agrees that it installs the Works at its own risk and that it will be solely responsible for its use thereof and any damages that may result.
|
|
60
75
|
|
|
61
|
-
|
|
76
|
+
5.5 In any case, Licensor’s liability under this Agreement is limited to the amount of 1,000 EUR.
|
|
62
77
|
|
|
63
|
-
|
|
78
|
+
---
|
|
64
79
|
|
|
65
|
-
|
|
80
|
+
## 6. TERM AND TERMINATION
|
|
66
81
|
|
|
67
|
-
The
|
|
82
|
+
6.1 The initial term of this Agreement shall be effective as of the Effective Date and unless terminated earlier in accordance with this Article 6, shall be in force for an indefinite period of time.
|
|
68
83
|
|
|
69
|
-
|
|
84
|
+
6.2 Either Party can terminate this Agreement by giving a written notice (including e-mail) to the other Party of one (1) month.
|
|
70
85
|
|
|
71
|
-
|
|
86
|
+
6.3 This Agreement shall be automatically terminated upon a change in control, ownership, or shared interests of any Subsidiary or Affiliate, whether through sale, merger, reorganization, or otherwise, causing a change of the qualification of such Subsidiary or Affiliate into a Third Party. As regards Partners, this Agreement shall be automatically terminated upon the end of the participation of a Partner on Elia Projects.
|
|
72
87
|
|
|
73
|
-
|
|
88
|
+
6.4 Licensor has the right to terminate the Agreement immediately, in case of a material breach by the Licensee, by providing the Licensee a written notice.
|
|
74
89
|
|
|
75
|
-
|
|
90
|
+
6.5 Upon termination of this Agreement pursuant to this clause, Licensee shall immediately cease all use of the Works and shall destroy all copies of the Works in its possession or control. For avoidance of doubt, in this case, any use of the Works will be prohibited as from the date of the event which makes the Affiliate, Subsidiary or Partner, a Third Party.
|
|
76
91
|
|
|
77
|
-
|
|
92
|
+
---
|
|
78
93
|
|
|
79
|
-
|
|
94
|
+
## 7. MISCELLANEOUS
|
|
80
95
|
|
|
81
|
-
|
|
96
|
+
7.1 No Party to this Agreement shall be deemed to have waived any rights arising out of the Agreement or out of any default or breach hereunder unless such Party explicitly executes the waiver in writing.
|
|
82
97
|
|
|
83
|
-
|
|
98
|
+
7.2 Save as otherwise provided in this Agreement, each Party bears its own costs relating to the execution and implementation by it of this Agreement and of all other ancillary documents.
|
|
84
99
|
|
|
85
|
-
|
|
100
|
+
7.3 This Agreement may not be assigned by Licensee, except with the prior written consent of the Licensor.
|
|
86
101
|
|
|
87
|
-
|
|
102
|
+
7.4 If any provision of this Agreement is held to be invalid or unenforceable, then such provision will (so far as it is invalid or unenforceable) have no effect and will be deemed not to be included in this Agreement, but without invalidating any of the remaining provisions of this Agreement. The Parties must then use all reasonable endeavours to replace the invalid or unenforceable provision by a valid and enforceable substitute provision the effect of which is as close as possible to the intended effect of the invalid or unenforceable provision.
|
|
88
103
|
|
|
89
|
-
|
|
104
|
+
---
|
|
90
105
|
|
|
91
|
-
|
|
106
|
+
## 8. GOVERNING LAW AND JURISDICTION
|
|
92
107
|
|
|
93
|
-
|
|
108
|
+
8.1 This Agreement is governed by and must be construed and interpreted in accordance with the laws of Belgium.
|
|
94
109
|
|
|
95
|
-
-
|
|
96
|
-
|
|
97
|
-
- Reverse-engineered, decompiled, or disassembled.
|
|
98
|
-
|
|
99
|
-
## Article 5: Liability and Disclaimer of Warranties
|
|
100
|
-
|
|
101
|
-
### 5.1 Disclaimer
|
|
102
|
-
|
|
103
|
-
The Works are provided "as is", without warranty of any kind. The **Licensor** disclaims all implied warranties.
|
|
104
|
-
|
|
105
|
-
### 5.2 Limitation of Liability
|
|
106
|
-
|
|
107
|
-
The **Licensor** limits its liability to €1,000. The Licensee assumes all risks related to the use of the Works.
|
|
108
|
-
|
|
109
|
-
## Article 6: Term and Termination
|
|
110
|
-
|
|
111
|
-
### 6.1 Initial Term
|
|
112
|
-
|
|
113
|
-
The Agreement is effective indefinitely from the Effective Date unless terminated.
|
|
114
|
-
|
|
115
|
-
### 6.2 Termination by Notice
|
|
116
|
-
|
|
117
|
-
Either Party may terminate with one month's written notice.
|
|
118
|
-
|
|
119
|
-
### 6.3 Automatic Termination
|
|
120
|
-
|
|
121
|
-
Termination occurs automatically upon:
|
|
122
|
-
|
|
123
|
-
- Changes in control, ownership, or project participation.
|
|
124
|
-
|
|
125
|
-
- Breach of material terms by the Licensee, following written notice.
|
|
126
|
-
|
|
127
|
-
### 6.4 Post-Termination Obligations
|
|
128
|
-
|
|
129
|
-
Upon termination, the **Licensee** must cease using and destroy all copies of the Works.
|
|
130
|
-
|
|
131
|
-
## Article 7: Miscellaneous
|
|
132
|
-
|
|
133
|
-
### 7.1 Waiver
|
|
134
|
-
|
|
135
|
-
Waivers must be in writing and do not constitute ongoing waivers of similar rights.
|
|
136
|
-
|
|
137
|
-
### 7.2 Costs
|
|
138
|
-
|
|
139
|
-
Each Party bears its own implementation costs.
|
|
140
|
-
|
|
141
|
-
### 7.3 Assignment
|
|
142
|
-
|
|
143
|
-
The Agreement may not be assigned without prior consent from the **Licensor**.
|
|
144
|
-
|
|
145
|
-
### 7.4 Severability
|
|
146
|
-
|
|
147
|
-
Invalid provisions will not affect the remainder of the Agreement.
|
|
148
|
-
|
|
149
|
-
## Article 8: Governing Law and Jurisdiction
|
|
150
|
-
|
|
151
|
-
### 8.1 Governing Law
|
|
152
|
-
|
|
153
|
-
This Agreement is governed by Belgian law.
|
|
154
|
-
|
|
155
|
-
### 8.2 Jurisdiction
|
|
156
|
-
|
|
157
|
-
The Dutch-speaking courts of Brussels have exclusive jurisdiction for disputes.
|
|
110
|
+
8.2 The Dutch-speaking courts of Brussels will have exclusive jurisdiction to settle any dispute or claim arising out of or in connection with this Agreement, unless exclusive jurisdiction is attributed to other courts by applicable law.
|