@nova-design-system/nova-webcomponents 3.2.0 → 3.4.0
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/dist/cjs/{index-108ddff0.js → index-c56424e5.js} +18 -186
- package/dist/cjs/index-c56424e5.js.map +1 -0
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/native.cjs.js +2 -23
- package/dist/cjs/native.cjs.js.map +1 -1
- package/dist/cjs/nv-alert.cjs.entry.js +1 -1
- package/dist/cjs/nv-avatar.cjs.entry.js +1 -1
- package/dist/cjs/nv-badge_2.cjs.entry.js +1 -1
- package/dist/cjs/nv-breadcrumb.cjs.entry.js +1 -1
- package/dist/cjs/nv-breadcrumbs.cjs.entry.js +1 -1
- package/dist/cjs/nv-button.cjs.entry.js +1 -1
- package/dist/cjs/nv-calendar.cjs.entry.js +391 -142
- package/dist/cjs/nv-calendar.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-col.cjs.entry.js +1 -1
- package/dist/cjs/nv-datagrid.cjs.entry.js +45 -12
- package/dist/cjs/nv-datagrid.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-datagridcolumn.cjs.entry.js +1 -1
- package/dist/cjs/nv-dialog.cjs.entry.js +1 -1
- package/dist/cjs/nv-dialogfooter_2.cjs.entry.js +1 -1
- package/dist/cjs/nv-fieldcheckbox.cjs.entry.js +1 -1
- package/dist/cjs/nv-fielddate.cjs.entry.js +45 -11
- package/dist/cjs/nv-fielddate.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fielddaterange.cjs.entry.js +98 -44
- package/dist/cjs/nv-fielddaterange.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fielddropdown.cjs.entry.js +2 -2
- package/dist/cjs/nv-fielddropdown.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fielddropdownitem.cjs.entry.js +1 -1
- package/dist/cjs/nv-fieldmultiselect.cjs.entry.js +2 -2
- package/dist/cjs/nv-fieldmultiselect.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fieldnumber.cjs.entry.js +5 -5
- package/dist/cjs/nv-fieldnumber.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fieldpassword.cjs.entry.js +5 -5
- package/dist/cjs/nv-fieldpassword.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fieldradio.cjs.entry.js +4 -4
- package/dist/cjs/nv-fieldselect.cjs.entry.js +7 -7
- package/dist/cjs/nv-fieldselect.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fieldslider.cjs.entry.js +28 -23
- package/dist/cjs/nv-fieldslider.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fieldtext.cjs.entry.js +5 -5
- package/dist/cjs/nv-fieldtext.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fieldtextarea.cjs.entry.js +5 -5
- package/dist/cjs/nv-fieldtextarea.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fieldtime.cjs.entry.js +11 -11
- package/dist/cjs/nv-fieldtime.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-icon.cjs.entry.js +2 -2
- package/dist/cjs/nv-iconbutton_2.cjs.entry.js +3 -3
- package/dist/cjs/nv-menu.cjs.entry.js +2 -2
- package/dist/cjs/nv-menuitem.cjs.entry.js +2 -2
- package/dist/cjs/nv-popover.cjs.entry.js +3 -3
- package/dist/cjs/nv-popover.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-row.cjs.entry.js +2 -2
- package/dist/cjs/nv-stack.cjs.entry.js +2 -2
- package/dist/cjs/nv-table.cjs.entry.js +3 -3
- package/dist/cjs/nv-tablecolumn.cjs.entry.js +1 -1
- package/dist/cjs/nv-toggle.cjs.entry.js +3 -3
- package/dist/cjs/nv-tooltip.cjs.entry.js +2 -2
- package/dist/collection/components/nv-calendar/nv-calendar.js +235 -136
- package/dist/collection/components/nv-calendar/nv-calendar.js.map +1 -1
- package/dist/collection/components/nv-calendar/nv-calendar.utils.js +32 -7
- package/dist/collection/components/nv-calendar/nv-calendar.utils.js.map +1 -1
- package/dist/collection/components/nv-calendar/partials/calendar-actions.js +11 -0
- package/dist/collection/components/nv-calendar/partials/calendar-actions.js.map +1 -0
- package/dist/collection/components/nv-calendar/partials/calendar-grid.js +24 -0
- package/dist/collection/components/nv-calendar/partials/calendar-grid.js.map +1 -0
- package/dist/collection/components/nv-calendar/partials/calendar-header.js +38 -0
- package/dist/collection/components/nv-calendar/partials/calendar-header.js.map +1 -0
- package/dist/collection/components/nv-calendar/partials/calendar-shortcuts.js +22 -0
- package/dist/collection/components/nv-calendar/partials/calendar-shortcuts.js.map +1 -0
- package/dist/collection/components/nv-calendar/partials/day-cell.js +31 -0
- package/dist/collection/components/nv-calendar/partials/day-cell.js.map +1 -0
- package/dist/collection/components/nv-calendar/partials/index.js +7 -0
- package/dist/collection/components/nv-calendar/partials/index.js.map +1 -0
- package/dist/collection/components/nv-calendar/partials/week-numbers.js +36 -0
- package/dist/collection/components/nv-calendar/partials/week-numbers.js.map +1 -0
- package/dist/collection/components/nv-calendar/test/nv-calendar.utils.test.js +692 -651
- package/dist/collection/components/nv-calendar/test/nv-calendar.utils.test.js.map +1 -1
- package/dist/collection/components/nv-calendar/test/partials/calendar-actions.logic.test.js +169 -0
- package/dist/collection/components/nv-calendar/test/partials/calendar-actions.logic.test.js.map +1 -0
- package/dist/collection/components/nv-calendar/test/partials/calendar-grid.logic.test.js +262 -0
- package/dist/collection/components/nv-calendar/test/partials/calendar-grid.logic.test.js.map +1 -0
- package/dist/collection/components/nv-calendar/test/partials/calendar-header.logic.test.js +208 -0
- package/dist/collection/components/nv-calendar/test/partials/calendar-header.logic.test.js.map +1 -0
- package/dist/collection/components/nv-calendar/test/partials/calendar-shortcuts.logic.test.js +355 -0
- package/dist/collection/components/nv-calendar/test/partials/calendar-shortcuts.logic.test.js.map +1 -0
- package/dist/collection/components/nv-calendar/test/partials/day-cell.logic.test.js +250 -0
- package/dist/collection/components/nv-calendar/test/partials/day-cell.logic.test.js.map +1 -0
- package/dist/collection/components/nv-calendar/test/partials/week-numbers.logic.test.js +217 -0
- package/dist/collection/components/nv-calendar/test/partials/week-numbers.logic.test.js.map +1 -0
- package/dist/collection/components/nv-datagrid/nv-datagrid.docs.js +88 -2
- package/dist/collection/components/nv-datagrid/nv-datagrid.docs.js.map +1 -1
- package/dist/collection/components/nv-datagrid/nv-datagrid.js +89 -10
- package/dist/collection/components/nv-datagrid/nv-datagrid.js.map +1 -1
- package/dist/collection/components/nv-fielddate/nv-fielddate.js +56 -16
- package/dist/collection/components/nv-fielddate/nv-fielddate.js.map +1 -1
- package/dist/collection/components/nv-fielddate/styles/nv-fielddate.css +44 -0
- package/dist/collection/components/nv-fielddate/test/nv-fielddate.logic.test.js +196 -0
- package/dist/collection/components/nv-fielddate/test/nv-fielddate.logic.test.js.map +1 -0
- package/dist/collection/components/nv-fielddaterange/nv-fielddaterange.docs.js +0 -1
- package/dist/collection/components/nv-fielddaterange/nv-fielddaterange.docs.js.map +1 -1
- package/dist/collection/components/nv-fielddaterange/nv-fielddaterange.js +125 -42
- package/dist/collection/components/nv-fielddaterange/nv-fielddaterange.js.map +1 -1
- package/dist/collection/components/nv-fielddaterange/styles/nv-fielddaterange.css +44 -0
- package/dist/collection/components/nv-fielddaterange/test/nv-fielddaterange.logic.test.js +137 -0
- package/dist/collection/components/nv-fielddaterange/test/nv-fielddaterange.logic.test.js.map +1 -0
- package/dist/collection/components/nv-fielddropdown/styles/nv-fielddropdown.css +46 -0
- package/dist/collection/components/nv-fieldmultiselect/styles/nv-fieldmultiselect.css +46 -0
- package/dist/collection/components/nv-fieldnumber/nv-fieldnumber.css +44 -0
- package/dist/collection/components/nv-fieldnumber/nv-fieldnumber.docs.js +8 -0
- package/dist/collection/components/nv-fieldnumber/nv-fieldnumber.docs.js.map +1 -1
- package/dist/collection/components/nv-fieldnumber/nv-fieldnumber.js +4 -3
- package/dist/collection/components/nv-fieldnumber/nv-fieldnumber.js.map +1 -1
- package/dist/collection/components/nv-fieldpassword/nv-fieldpassword.css +44 -0
- package/dist/collection/components/nv-fieldpassword/nv-fieldpassword.js +3 -3
- package/dist/collection/components/nv-fieldradio/nv-fieldradio.js +3 -3
- package/dist/collection/components/nv-fieldselect/nv-fieldselect.css +44 -0
- package/dist/collection/components/nv-fieldselect/nv-fieldselect.js +5 -5
- package/dist/collection/components/nv-fieldslider/nv-fieldslider.docs.js +22 -22
- package/dist/collection/components/nv-fieldslider/nv-fieldslider.docs.js.map +1 -1
- package/dist/collection/components/nv-fieldslider/nv-fieldslider.js +30 -29
- package/dist/collection/components/nv-fieldslider/nv-fieldslider.js.map +1 -1
- package/dist/collection/components/nv-fieldslider/partials/field-input.js +1 -1
- package/dist/collection/components/nv-fieldslider/partials/field-input.js.map +1 -1
- package/dist/collection/components/nv-fieldslider/styles/nv-fieldslider.css +99 -20
- package/dist/collection/components/nv-fieldtext/nv-fieldtext.css +44 -0
- package/dist/collection/components/nv-fieldtext/nv-fieldtext.js +3 -3
- package/dist/collection/components/nv-fieldtextarea/nv-fieldtextarea.css +38 -0
- package/dist/collection/components/nv-fieldtextarea/nv-fieldtextarea.js +3 -3
- package/dist/collection/components/nv-fieldtime/nv-fieldtime.js +9 -9
- package/dist/collection/components/nv-fieldtime/styles/nv-fieldtime.css +44 -0
- package/dist/collection/components/nv-icon/nv-icon.js +1 -1
- package/dist/collection/components/nv-iconbutton/nv-iconbutton.js +1 -1
- package/dist/collection/components/nv-loader/nv-loader.js +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-popover/nv-popover.js +3 -3
- 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-stack/nv-stack.js +1 -1
- package/dist/collection/components/nv-table/nv-table.js +2 -2
- package/dist/collection/components/nv-toggle/nv-toggle.js +2 -2
- package/dist/collection/components/nv-tooltip/nv-tooltip.js +1 -1
- package/dist/collection/templates/navigation.docs.js +1 -1
- package/dist/collection/templates/navigation.docs.js.map +1 -1
- package/dist/components/index.js +1 -1
- package/dist/components/nv-alert.js +2 -2
- package/dist/components/nv-avatar.js +2 -2
- package/dist/components/nv-badge.js +1 -1
- package/dist/components/nv-breadcrumb.js +3 -3
- package/dist/components/nv-breadcrumbs.js +1 -1
- package/dist/components/nv-button.js +1 -1
- package/dist/components/nv-calendar.js +1 -1
- package/dist/components/nv-col.js +1 -1
- package/dist/components/nv-datagrid.js +54 -19
- package/dist/components/nv-datagrid.js.map +1 -1
- package/dist/components/nv-datagridcolumn.js +1 -1
- package/dist/components/nv-dialog.js +6 -6
- package/dist/components/nv-dialogfooter.js +1 -1
- package/dist/components/nv-dialogheader.js +1 -1
- package/dist/components/nv-fieldcheckbox.js +1 -1
- package/dist/components/nv-fielddate.js +53 -25
- package/dist/components/nv-fielddate.js.map +1 -1
- package/dist/components/nv-fielddaterange.js +110 -62
- package/dist/components/nv-fielddaterange.js.map +1 -1
- package/dist/components/nv-fielddropdown.js +7 -7
- package/dist/components/nv-fielddropdown.js.map +1 -1
- package/dist/components/nv-fielddropdownitem.js +1 -1
- package/dist/components/nv-fielddropdownitemcheck.js +1 -1
- package/dist/components/nv-fieldmultiselect.js +9 -9
- package/dist/components/nv-fieldmultiselect.js.map +1 -1
- package/dist/components/nv-fieldnumber.js +1 -180
- package/dist/components/nv-fieldnumber.js.map +1 -1
- package/dist/components/nv-fieldpassword.js +8 -8
- package/dist/components/nv-fieldpassword.js.map +1 -1
- package/dist/components/nv-fieldradio.js +4 -4
- package/dist/components/nv-fieldselect.js +10 -10
- package/dist/components/nv-fieldselect.js.map +1 -1
- package/dist/components/nv-fieldslider.js +49 -26
- package/dist/components/nv-fieldslider.js.map +1 -1
- package/dist/components/nv-fieldtext.js +1 -1
- package/dist/components/nv-fieldtextarea.js +5 -5
- package/dist/components/nv-fieldtextarea.js.map +1 -1
- package/dist/components/nv-fieldtime.js +15 -15
- package/dist/components/nv-fieldtime.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 +5 -5
- package/dist/components/nv-menuitem.js +1 -1
- package/dist/components/nv-popover.js +1 -1
- package/dist/components/nv-row.js +2 -2
- package/dist/components/nv-stack.js +2 -2
- package/dist/components/nv-table.js +3 -3
- package/dist/components/nv-tablecolumn.js +1 -1
- package/dist/components/nv-toggle.js +3 -3
- package/dist/components/nv-tooltip.js +1 -1
- package/dist/components/{p-0ab80d95.js → p-131e5140.js} +4 -4
- package/dist/components/{p-0ab80d95.js.map → p-131e5140.js.map} +1 -1
- package/dist/components/{p-cbdc2c8b.js → p-3f567fde.js} +5 -5
- package/dist/components/{p-cbdc2c8b.js.map → p-3f567fde.js.map} +1 -1
- package/dist/components/p-3f58525b.js +167 -0
- package/dist/components/{p-f0a5e7e4.js.map → p-3f58525b.js.map} +1 -1
- package/dist/components/{p-33e231f4.js → p-6277f746.js} +2 -2
- package/dist/components/{p-33e231f4.js.map → p-6277f746.js.map} +1 -1
- package/dist/components/{p-07a89754.js → p-953d8b4d.js} +3 -3
- package/dist/components/{p-07a89754.js.map → p-953d8b4d.js.map} +1 -1
- package/dist/components/{p-dd2273a3.js → p-9e6e26cb.js} +2 -2
- package/dist/components/{p-dd2273a3.js.map → p-9e6e26cb.js.map} +1 -1
- package/dist/components/{p-d19b41d2.js → p-9f1e8ef3.js} +2 -2
- package/dist/components/{p-d19b41d2.js.map → p-9f1e8ef3.js.map} +1 -1
- package/dist/components/{p-4656efae.js → p-a0d7e0cd.js} +396 -169
- package/dist/components/p-a0d7e0cd.js.map +1 -0
- package/dist/components/{p-f1859ddc.js → p-a1438b39.js} +4 -4
- package/dist/components/{p-f1859ddc.js.map → p-a1438b39.js.map} +1 -1
- package/dist/components/{p-04cb3a6f.js → p-a189d074.js} +5 -5
- package/dist/components/{p-04cb3a6f.js.map → p-a189d074.js.map} +1 -1
- package/dist/components/p-a29a9396.js +184 -0
- package/dist/components/p-a29a9396.js.map +1 -0
- package/dist/components/{p-679e0fa9.js → p-aff3ed68.js} +10 -175
- package/dist/components/p-aff3ed68.js.map +1 -0
- package/dist/components/{p-76a30bf1.js → p-b207be02.js} +3 -3
- package/dist/components/{p-76a30bf1.js.map → p-b207be02.js.map} +1 -1
- package/dist/components/{p-581e67cc.js → p-c07c32d2.js} +3 -3
- package/dist/components/{p-581e67cc.js.map → p-c07c32d2.js.map} +1 -1
- package/dist/components/{p-cbe9521f.js → p-dcaf9010.js} +3 -3
- package/dist/components/{p-cbe9521f.js.map → p-dcaf9010.js.map} +1 -1
- package/dist/components/{p-83c8873a.js → p-dec6fc68.js} +3 -3
- package/dist/components/{p-83c8873a.js.map → p-dec6fc68.js.map} +1 -1
- package/dist/components/{p-d63f1cbe.js → p-df465ef2.js} +3 -3
- package/dist/components/{p-d63f1cbe.js.map → p-df465ef2.js.map} +1 -1
- package/dist/components/{p-c0a91091.js → p-f7c7a406.js} +4 -4
- package/dist/components/{p-c0a91091.js.map → p-f7c7a406.js.map} +1 -1
- package/dist/esm/{constants-b97e736d.js → constants-4faa1fae.js} +2 -2
- package/dist/esm/{constants-b97e736d.js.map → constants-4faa1fae.js.map} +1 -1
- package/dist/esm/{index-8f0e5f19.js → index-a1936cd0.js} +19 -186
- package/dist/esm/index-a1936cd0.js.map +1 -0
- package/dist/esm/index.js +1 -1
- package/dist/esm/loader.js +3 -3
- package/dist/esm/native.js +3 -24
- package/dist/esm/native.js.map +1 -1
- package/dist/esm/nv-alert.entry.js +2 -2
- package/dist/esm/nv-avatar.entry.js +2 -2
- package/dist/esm/nv-badge_2.entry.js +1 -1
- package/dist/esm/nv-breadcrumb.entry.js +1 -1
- package/dist/esm/nv-breadcrumbs.entry.js +1 -1
- package/dist/esm/nv-button.entry.js +2 -2
- package/dist/esm/nv-calendar.entry.js +392 -143
- package/dist/esm/nv-calendar.entry.js.map +1 -1
- package/dist/esm/nv-col.entry.js +1 -1
- package/dist/esm/nv-datagrid.entry.js +46 -13
- package/dist/esm/nv-datagrid.entry.js.map +1 -1
- package/dist/esm/nv-datagridcolumn.entry.js +1 -1
- package/dist/esm/nv-dialog.entry.js +2 -2
- package/dist/esm/nv-dialogfooter_2.entry.js +2 -2
- package/dist/esm/nv-fieldcheckbox.entry.js +1 -1
- package/dist/esm/nv-fielddate.entry.js +45 -11
- package/dist/esm/nv-fielddate.entry.js.map +1 -1
- package/dist/esm/nv-fielddaterange.entry.js +98 -44
- package/dist/esm/nv-fielddaterange.entry.js.map +1 -1
- package/dist/esm/nv-fielddropdown.entry.js +2 -2
- package/dist/esm/nv-fielddropdown.entry.js.map +1 -1
- package/dist/esm/nv-fielddropdownitem.entry.js +1 -1
- package/dist/esm/nv-fieldmultiselect.entry.js +2 -2
- package/dist/esm/nv-fieldmultiselect.entry.js.map +1 -1
- package/dist/esm/nv-fieldnumber.entry.js +5 -5
- package/dist/esm/nv-fieldnumber.entry.js.map +1 -1
- package/dist/esm/nv-fieldpassword.entry.js +5 -5
- package/dist/esm/nv-fieldpassword.entry.js.map +1 -1
- package/dist/esm/nv-fieldradio.entry.js +4 -4
- package/dist/esm/nv-fieldselect.entry.js +7 -7
- package/dist/esm/nv-fieldselect.entry.js.map +1 -1
- package/dist/esm/nv-fieldslider.entry.js +28 -23
- package/dist/esm/nv-fieldslider.entry.js.map +1 -1
- package/dist/esm/nv-fieldtext.entry.js +5 -5
- package/dist/esm/nv-fieldtext.entry.js.map +1 -1
- package/dist/esm/nv-fieldtextarea.entry.js +5 -5
- package/dist/esm/nv-fieldtextarea.entry.js.map +1 -1
- package/dist/esm/nv-fieldtime.entry.js +12 -12
- package/dist/esm/nv-fieldtime.entry.js.map +1 -1
- package/dist/esm/nv-icon.entry.js +3 -3
- package/dist/esm/nv-iconbutton_2.entry.js +3 -3
- package/dist/esm/nv-menu.entry.js +2 -2
- package/dist/esm/nv-menuitem.entry.js +2 -2
- package/dist/esm/nv-popover.entry.js +3 -3
- package/dist/esm/nv-popover.entry.js.map +1 -1
- package/dist/esm/nv-row.entry.js +2 -2
- package/dist/esm/nv-stack.entry.js +2 -2
- package/dist/esm/nv-table.entry.js +3 -3
- package/dist/esm/nv-tablecolumn.entry.js +1 -1
- package/dist/esm/nv-toggle.entry.js +3 -3
- package/dist/esm/nv-tooltip.entry.js +2 -2
- package/dist/native/index.esm.js +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-01164e86.entry.js +2 -0
- package/dist/native/{p-5382eab2.entry.js.map → p-01164e86.entry.js.map} +1 -1
- package/dist/native/p-0410facd.entry.js +2 -0
- package/dist/native/p-0410facd.entry.js.map +1 -0
- package/dist/native/{p-519b4819.entry.js → p-08ca678c.entry.js} +2 -2
- package/dist/native/{p-cfe0a6c6.entry.js → p-0ec2d430.entry.js} +2 -2
- package/dist/native/{p-cfe0a6c6.entry.js.map → p-0ec2d430.entry.js.map} +1 -1
- package/dist/native/p-14895e84.entry.js +2 -0
- package/dist/native/p-14895e84.entry.js.map +1 -0
- package/dist/native/p-1a5d3b87.entry.js +2 -0
- package/dist/native/{p-7c676f2c.entry.js.map → p-1a5d3b87.entry.js.map} +1 -1
- package/dist/native/{p-0323daf6.entry.js → p-1c1ecd38.entry.js} +2 -2
- package/dist/native/{p-16a4cdf3.entry.js → p-1d98477d.entry.js} +2 -2
- package/dist/native/{p-19fb0fd0.entry.js → p-2006f5d4.entry.js} +2 -2
- package/dist/native/p-24659a85.entry.js +2 -0
- package/dist/native/{p-ef76178b.entry.js.map → p-24659a85.entry.js.map} +1 -1
- package/dist/native/p-2b1e7675.entry.js +2 -0
- package/dist/native/{p-b0fc08e7.entry.js.map → p-2b1e7675.entry.js.map} +1 -1
- package/dist/native/{p-9fba8663.entry.js → p-2bc7d66a.entry.js} +2 -2
- package/dist/native/p-2c3fb8cc.entry.js +2 -0
- package/dist/native/p-2c3fb8cc.entry.js.map +1 -0
- package/dist/native/p-45cbe6e4.entry.js +2 -0
- package/dist/native/p-46428304.entry.js +2 -0
- package/dist/native/p-46428304.entry.js.map +1 -0
- package/dist/native/{p-c930adb7.entry.js → p-55df8bf9.entry.js} +2 -2
- package/dist/native/p-59b07b36.entry.js +2 -0
- package/dist/native/{p-987c79d8.entry.js.map → p-59b07b36.entry.js.map} +1 -1
- package/dist/native/p-6029e51b.entry.js +2 -0
- package/dist/native/{p-fc3bea07.entry.js.map → p-6029e51b.entry.js.map} +1 -1
- package/dist/native/{p-4c0d81b0.entry.js → p-7ba03c5d.entry.js} +2 -2
- package/dist/native/p-82c4bf56.entry.js +2 -0
- package/dist/native/p-82c4bf56.entry.js.map +1 -0
- package/dist/native/{p-407fc32d.entry.js → p-86ab23ea.entry.js} +2 -2
- package/dist/native/p-87784622.entry.js +2 -0
- package/dist/native/{p-05d95d4d.entry.js → p-914da1e1.entry.js} +2 -2
- package/dist/native/p-9850c1d7.entry.js +2 -0
- package/dist/native/{p-5ba3fc3c.entry.js.map → p-9850c1d7.entry.js.map} +1 -1
- package/dist/native/{p-de2c07a6.entry.js → p-a0505695.entry.js} +3 -3
- package/dist/native/p-a0505695.entry.js.map +1 -0
- package/dist/native/p-a30206c1.entry.js +2 -0
- package/dist/native/{p-aa86af25.entry.js.map → p-a30206c1.entry.js.map} +1 -1
- package/dist/native/p-abbe5d69.entry.js +2 -0
- package/dist/native/{p-7c6edd1c.entry.js.map → p-abbe5d69.entry.js.map} +1 -1
- package/dist/native/{p-221b8f72.entry.js → p-ad128108.entry.js} +2 -2
- package/dist/native/{p-f0ddf60b.entry.js → p-b5b9190a.entry.js} +2 -2
- package/dist/native/p-c7b8b7ba.entry.js +2 -0
- package/dist/native/{p-fb897f7d.entry.js.map → p-c7b8b7ba.entry.js.map} +1 -1
- package/dist/native/p-c92d55f9.entry.js +2 -0
- package/dist/native/{p-3f2b6a22.entry.js → p-c9d3de9c.entry.js} +2 -2
- package/dist/native/p-cbca9326.entry.js +2 -0
- package/dist/native/{p-60b204ac.entry.js.map → p-cbca9326.entry.js.map} +1 -1
- package/dist/native/p-d0a33e64.js +3 -0
- package/dist/native/p-d0a33e64.js.map +1 -0
- package/dist/native/{p-ed488498.entry.js → p-d21b2da2.entry.js} +3 -3
- package/dist/native/{p-f85c08f1.js → p-e2d0a77d.js} +2 -2
- package/dist/native/{p-a2c0f1a7.entry.js → p-ec87200a.entry.js} +2 -2
- package/dist/native/{p-0ec1e2e3.entry.js → p-f377b285.entry.js} +2 -2
- package/dist/native/p-ff0f3794.entry.js +2 -0
- package/dist/native/{p-adc96c3a.entry.js.map → p-ff0f3794.entry.js.map} +1 -1
- package/dist/types/components/nv-calendar/nv-calendar.d.ts +25 -45
- package/dist/types/components/nv-calendar/partials/calendar-actions.d.ts +19 -0
- package/dist/types/components/nv-calendar/partials/calendar-grid.d.ts +46 -0
- package/dist/types/components/nv-calendar/partials/calendar-header.d.ts +38 -0
- package/dist/types/components/nv-calendar/partials/calendar-shortcuts.d.ts +35 -0
- package/dist/types/components/nv-calendar/partials/day-cell.d.ts +35 -0
- package/dist/types/components/nv-calendar/partials/index.d.ts +6 -0
- package/dist/types/components/nv-calendar/partials/week-numbers.d.ts +30 -0
- package/dist/types/components/nv-calendar/test/partials/calendar-actions.logic.test.d.ts +1 -0
- package/dist/types/components/nv-calendar/test/partials/calendar-grid.logic.test.d.ts +1 -0
- package/dist/types/components/nv-calendar/test/partials/calendar-header.logic.test.d.ts +1 -0
- package/dist/types/components/nv-calendar/test/partials/calendar-shortcuts.logic.test.d.ts +1 -0
- package/dist/types/components/nv-calendar/test/partials/day-cell.logic.test.d.ts +1 -0
- package/dist/types/components/nv-calendar/test/partials/week-numbers.logic.test.d.ts +1 -0
- package/dist/types/components/nv-datagrid/nv-datagrid.d.ts +106 -2
- package/dist/types/components/nv-fielddate/nv-fielddate.d.ts +21 -9
- package/dist/types/components/nv-fielddate/test/nv-fielddate.logic.test.d.ts +1 -0
- package/dist/types/components/nv-fielddaterange/nv-fielddaterange.d.ts +19 -6
- package/dist/types/components/nv-fielddaterange/test/nv-fielddaterange.logic.test.d.ts +1 -0
- package/dist/types/components/nv-fieldnumber/nv-fieldnumber.d.ts +1 -0
- package/dist/types/components/nv-fieldslider/nv-fieldslider.d.ts +5 -6
- package/dist/types/components.d.ts +175 -38
- package/dist/vscode-data.json +4 -4
- package/hydrate/index.js +666 -291
- package/hydrate/index.mjs +666 -291
- package/package.json +10 -2
- package/dist/cjs/index-108ddff0.js.map +0 -1
- package/dist/components/p-4656efae.js.map +0 -1
- package/dist/components/p-679e0fa9.js.map +0 -1
- package/dist/components/p-f0a5e7e4.js +0 -167
- package/dist/esm/index-8f0e5f19.js.map +0 -1
- package/dist/native/p-1e3d3374.entry.js +0 -2
- package/dist/native/p-21e7132f.entry.js +0 -2
- package/dist/native/p-21e7132f.entry.js.map +0 -1
- package/dist/native/p-2805f9f2.entry.js +0 -2
- package/dist/native/p-2805f9f2.entry.js.map +0 -1
- package/dist/native/p-5382eab2.entry.js +0 -2
- package/dist/native/p-5ba3fc3c.entry.js +0 -2
- package/dist/native/p-60b204ac.entry.js +0 -2
- package/dist/native/p-7092a675.entry.js +0 -2
- package/dist/native/p-711a7778.js +0 -3
- package/dist/native/p-711a7778.js.map +0 -1
- package/dist/native/p-759c9ce4.entry.js +0 -2
- package/dist/native/p-759c9ce4.entry.js.map +0 -1
- package/dist/native/p-7c676f2c.entry.js +0 -2
- package/dist/native/p-7c6edd1c.entry.js +0 -2
- package/dist/native/p-987c79d8.entry.js +0 -2
- package/dist/native/p-aa86af25.entry.js +0 -2
- package/dist/native/p-adc96c3a.entry.js +0 -2
- package/dist/native/p-b0fc08e7.entry.js +0 -2
- package/dist/native/p-d07ab618.entry.js +0 -2
- package/dist/native/p-dac0089b.entry.js +0 -2
- package/dist/native/p-dac0089b.entry.js.map +0 -1
- package/dist/native/p-de2c07a6.entry.js.map +0 -1
- package/dist/native/p-ef76178b.entry.js +0 -2
- package/dist/native/p-f39803d9.entry.js +0 -2
- package/dist/native/p-f39803d9.entry.js.map +0 -1
- package/dist/native/p-fb897f7d.entry.js +0 -2
- package/dist/native/p-fc3bea07.entry.js +0 -2
- /package/dist/native/{p-519b4819.entry.js.map → p-08ca678c.entry.js.map} +0 -0
- /package/dist/native/{p-0323daf6.entry.js.map → p-1c1ecd38.entry.js.map} +0 -0
- /package/dist/native/{p-16a4cdf3.entry.js.map → p-1d98477d.entry.js.map} +0 -0
- /package/dist/native/{p-19fb0fd0.entry.js.map → p-2006f5d4.entry.js.map} +0 -0
- /package/dist/native/{p-9fba8663.entry.js.map → p-2bc7d66a.entry.js.map} +0 -0
- /package/dist/native/{p-1e3d3374.entry.js.map → p-45cbe6e4.entry.js.map} +0 -0
- /package/dist/native/{p-c930adb7.entry.js.map → p-55df8bf9.entry.js.map} +0 -0
- /package/dist/native/{p-4c0d81b0.entry.js.map → p-7ba03c5d.entry.js.map} +0 -0
- /package/dist/native/{p-407fc32d.entry.js.map → p-86ab23ea.entry.js.map} +0 -0
- /package/dist/native/{p-d07ab618.entry.js.map → p-87784622.entry.js.map} +0 -0
- /package/dist/native/{p-05d95d4d.entry.js.map → p-914da1e1.entry.js.map} +0 -0
- /package/dist/native/{p-221b8f72.entry.js.map → p-ad128108.entry.js.map} +0 -0
- /package/dist/native/{p-f0ddf60b.entry.js.map → p-b5b9190a.entry.js.map} +0 -0
- /package/dist/native/{p-7092a675.entry.js.map → p-c92d55f9.entry.js.map} +0 -0
- /package/dist/native/{p-3f2b6a22.entry.js.map → p-c9d3de9c.entry.js.map} +0 -0
- /package/dist/native/{p-ed488498.entry.js.map → p-d21b2da2.entry.js.map} +0 -0
- /package/dist/native/{p-f85c08f1.js.map → p-e2d0a77d.js.map} +0 -0
- /package/dist/native/{p-a2c0f1a7.entry.js.map → p-ec87200a.entry.js.map} +0 -0
- /package/dist/native/{p-0ec1e2e3.entry.js.map → p-f377b285.entry.js.map} +0 -0
|
@@ -255,7 +255,7 @@ export namespace Components {
|
|
|
255
255
|
"disabledDates": Array<string>;
|
|
256
256
|
/**
|
|
257
257
|
* First day of the week (0 = Sunday, 1 = Monday, etc.)
|
|
258
|
-
* @default
|
|
258
|
+
* @default 1
|
|
259
259
|
*/
|
|
260
260
|
"firstDayOfWeek": number;
|
|
261
261
|
/**
|
|
@@ -346,6 +346,11 @@ export namespace Components {
|
|
|
346
346
|
* @deprecated use camelCase instead. Support for dash-casing will be removed in Stencil v5.
|
|
347
347
|
*/
|
|
348
348
|
"single-value"?: string;
|
|
349
|
+
/**
|
|
350
|
+
* Selected date value. For single mode: ISO date string. For range mode: comma-separated ISO date strings. Examples: - Single: "2025-03-15" - Range: "2025-03-15,2025-03-20"
|
|
351
|
+
* @default ""
|
|
352
|
+
*/
|
|
353
|
+
"value": string;
|
|
349
354
|
}
|
|
350
355
|
interface NvCol {
|
|
351
356
|
/**
|
|
@@ -462,6 +467,41 @@ export namespace Components {
|
|
|
462
467
|
* @default [10, 20, 30, 40, 50]
|
|
463
468
|
*/
|
|
464
469
|
"pageSizes": number[];
|
|
470
|
+
/**
|
|
471
|
+
* The overall state
|
|
472
|
+
*/
|
|
473
|
+
"state": {
|
|
474
|
+
/**
|
|
475
|
+
* Global filter search term
|
|
476
|
+
*/
|
|
477
|
+
globalFilterSearchTerm: string;
|
|
478
|
+
/**
|
|
479
|
+
* Pagination State
|
|
480
|
+
*/
|
|
481
|
+
paginationState: {
|
|
482
|
+
/**
|
|
483
|
+
* Page Index
|
|
484
|
+
*/
|
|
485
|
+
pageIndex: number;
|
|
486
|
+
/**
|
|
487
|
+
* Page Size
|
|
488
|
+
*/
|
|
489
|
+
pageSize: number;
|
|
490
|
+
};
|
|
491
|
+
/**
|
|
492
|
+
* Sorting the columns
|
|
493
|
+
*/
|
|
494
|
+
sortingState: {
|
|
495
|
+
/**
|
|
496
|
+
* Descending
|
|
497
|
+
*/
|
|
498
|
+
desc: boolean;
|
|
499
|
+
/**
|
|
500
|
+
* Column Id
|
|
501
|
+
*/
|
|
502
|
+
id: string;
|
|
503
|
+
}[];
|
|
504
|
+
};
|
|
465
505
|
}
|
|
466
506
|
interface NvDatagridcolumn {
|
|
467
507
|
/**
|
|
@@ -829,6 +869,7 @@ export namespace Components {
|
|
|
829
869
|
"success": boolean;
|
|
830
870
|
/**
|
|
831
871
|
* The initial value of the input (date in string format).
|
|
872
|
+
* @bind value
|
|
832
873
|
*/
|
|
833
874
|
"value": string;
|
|
834
875
|
}
|
|
@@ -1668,10 +1709,6 @@ export namespace Components {
|
|
|
1668
1709
|
*/
|
|
1669
1710
|
"value": string;
|
|
1670
1711
|
}
|
|
1671
|
-
/**
|
|
1672
|
-
* @deprecated [EXPERIMENTAL]
|
|
1673
|
-
* @experimental This component is still in development and subject to change in future releases.
|
|
1674
|
-
*/
|
|
1675
1712
|
interface NvFieldslider {
|
|
1676
1713
|
/**
|
|
1677
1714
|
* Add helpful hints or extra information under the slider. This is where you can clarify what users should enter or provide additional instructions, making the form easier to fill out correctly.
|
|
@@ -1817,9 +1854,9 @@ export namespace Components {
|
|
|
1817
1854
|
label?: string;
|
|
1818
1855
|
}[];
|
|
1819
1856
|
/**
|
|
1820
|
-
* Numeric value of the slider as
|
|
1857
|
+
* Numeric value of the slider as an array of numbers. When in single mode, the value should be a an array of one number. When in range mode, the value should be an array of two numbers.
|
|
1821
1858
|
*/
|
|
1822
|
-
"value":
|
|
1859
|
+
"value": number[];
|
|
1823
1860
|
}
|
|
1824
1861
|
interface NvFieldtext {
|
|
1825
1862
|
/**
|
|
@@ -2707,6 +2744,7 @@ declare global {
|
|
|
2707
2744
|
interface HTMLNvCalendarElementEventMap {
|
|
2708
2745
|
"singleDateChange": string;
|
|
2709
2746
|
"rangeDateChange": HTMLNvCalendarElement['rangeValue'];
|
|
2747
|
+
"valueChanged": string;
|
|
2710
2748
|
}
|
|
2711
2749
|
interface HTMLNvCalendarElement extends Components.NvCalendar, HTMLStencilElement {
|
|
2712
2750
|
addEventListener<K extends keyof HTMLNvCalendarElementEventMap>(type: K, listener: (this: HTMLNvCalendarElement, ev: NvCalendarCustomEvent<HTMLNvCalendarElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
@@ -2741,6 +2779,38 @@ declare global {
|
|
|
2741
2779
|
details: any;
|
|
2742
2780
|
};
|
|
2743
2781
|
"selectedRows": any[];
|
|
2782
|
+
"stateChanged": {
|
|
2783
|
+
/**
|
|
2784
|
+
* Global filter search term
|
|
2785
|
+
*/
|
|
2786
|
+
globalFilterSearchTerm: string;
|
|
2787
|
+
/**
|
|
2788
|
+
* Pagination State
|
|
2789
|
+
*/
|
|
2790
|
+
paginationState: {
|
|
2791
|
+
/**
|
|
2792
|
+
* Page Index
|
|
2793
|
+
*/
|
|
2794
|
+
pageIndex: number;
|
|
2795
|
+
/**
|
|
2796
|
+
* Page Size
|
|
2797
|
+
*/
|
|
2798
|
+
pageSize: number;
|
|
2799
|
+
};
|
|
2800
|
+
/**
|
|
2801
|
+
* Sorting the columns
|
|
2802
|
+
*/
|
|
2803
|
+
sortingState: {
|
|
2804
|
+
/**
|
|
2805
|
+
* Descending
|
|
2806
|
+
*/
|
|
2807
|
+
desc: boolean;
|
|
2808
|
+
/**
|
|
2809
|
+
* Column Id
|
|
2810
|
+
*/
|
|
2811
|
+
id: string;
|
|
2812
|
+
}[];
|
|
2813
|
+
};
|
|
2744
2814
|
}
|
|
2745
2815
|
/**
|
|
2746
2816
|
* A flexible data grid component powered by `@tanstack/table-core`.
|
|
@@ -2824,12 +2894,7 @@ declare global {
|
|
|
2824
2894
|
new (): HTMLNvFieldcheckboxElement;
|
|
2825
2895
|
};
|
|
2826
2896
|
interface HTMLNvFielddateElementEventMap {
|
|
2827
|
-
"
|
|
2828
|
-
/**
|
|
2829
|
-
* The date value.
|
|
2830
|
-
*/
|
|
2831
|
-
value: string;
|
|
2832
|
-
};
|
|
2897
|
+
"valueChanged": string;
|
|
2833
2898
|
}
|
|
2834
2899
|
interface HTMLNvFielddateElement extends Components.NvFielddate, HTMLStencilElement {
|
|
2835
2900
|
addEventListener<K extends keyof HTMLNvFielddateElementEventMap>(type: K, listener: (this: HTMLNvFielddateElement, ev: NvFielddateCustomEvent<HTMLNvFielddateElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
@@ -2847,6 +2912,7 @@ declare global {
|
|
|
2847
2912
|
};
|
|
2848
2913
|
interface HTMLNvFielddaterangeElementEventMap {
|
|
2849
2914
|
"dateRangeChange": HTMLNvCalendarElementEventMap['rangeDateChange'];
|
|
2915
|
+
"valueChanged": string;
|
|
2850
2916
|
}
|
|
2851
2917
|
interface HTMLNvFielddaterangeElement extends Components.NvFielddaterange, HTMLStencilElement {
|
|
2852
2918
|
addEventListener<K extends keyof HTMLNvFielddaterangeElementEventMap>(type: K, listener: (this: HTMLNvFielddaterangeElement, ev: NvFielddaterangeCustomEvent<HTMLNvFielddaterangeElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
@@ -3019,12 +3085,8 @@ declare global {
|
|
|
3019
3085
|
new (): HTMLNvFieldselectElement;
|
|
3020
3086
|
};
|
|
3021
3087
|
interface HTMLNvFieldsliderElementEventMap {
|
|
3022
|
-
"valueChanged":
|
|
3088
|
+
"valueChanged": number[];
|
|
3023
3089
|
}
|
|
3024
|
-
/**
|
|
3025
|
-
* @deprecated [EXPERIMENTAL]
|
|
3026
|
-
* @experimental This component is still in development and subject to change in future releases.
|
|
3027
|
-
*/
|
|
3028
3090
|
interface HTMLNvFieldsliderElement extends Components.NvFieldslider, HTMLStencilElement {
|
|
3029
3091
|
addEventListener<K extends keyof HTMLNvFieldsliderElementEventMap>(type: K, listener: (this: HTMLNvFieldsliderElement, ev: NvFieldsliderCustomEvent<HTMLNvFieldsliderElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
3030
3092
|
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
@@ -3553,7 +3615,7 @@ declare namespace LocalJSX {
|
|
|
3553
3615
|
"disabledDates"?: Array<string>;
|
|
3554
3616
|
/**
|
|
3555
3617
|
* First day of the week (0 = Sunday, 1 = Monday, etc.)
|
|
3556
|
-
* @default
|
|
3618
|
+
* @default 1
|
|
3557
3619
|
*/
|
|
3558
3620
|
"firstDayOfWeek"?: number;
|
|
3559
3621
|
/**
|
|
@@ -3590,6 +3652,11 @@ declare namespace LocalJSX {
|
|
|
3590
3652
|
* Emitted when a single date is selected
|
|
3591
3653
|
*/
|
|
3592
3654
|
"onSingleDateChange"?: (event: NvCalendarCustomEvent<string>) => void;
|
|
3655
|
+
/**
|
|
3656
|
+
* Emitted when the unified value changes
|
|
3657
|
+
* @bind value
|
|
3658
|
+
*/
|
|
3659
|
+
"onValueChanged"?: (event: NvCalendarCustomEvent<string>) => void;
|
|
3593
3660
|
/**
|
|
3594
3661
|
* Selected date range format: { start: ISO string, end: ISO string } ex: { start: "2025-03-15", end: "2025-03-20" }
|
|
3595
3662
|
*/
|
|
@@ -3652,6 +3719,11 @@ declare namespace LocalJSX {
|
|
|
3652
3719
|
* @deprecated use camelCase instead. Support for dash-casing will be removed in Stencil v5.
|
|
3653
3720
|
*/
|
|
3654
3721
|
"single-value"?: string;
|
|
3722
|
+
/**
|
|
3723
|
+
* Selected date value. For single mode: ISO date string. For range mode: comma-separated ISO date strings. Examples: - Single: "2025-03-15" - Range: "2025-03-15,2025-03-20"
|
|
3724
|
+
* @default ""
|
|
3725
|
+
*/
|
|
3726
|
+
"value"?: string;
|
|
3655
3727
|
}
|
|
3656
3728
|
interface NvCol {
|
|
3657
3729
|
/**
|
|
@@ -3772,6 +3844,42 @@ declare namespace LocalJSX {
|
|
|
3772
3844
|
* Emitted when the selection of the rows are changed.
|
|
3773
3845
|
*/
|
|
3774
3846
|
"onSelectedRows"?: (event: NvDatagridCustomEvent<any[]>) => void;
|
|
3847
|
+
/**
|
|
3848
|
+
* Emitted when the state is changed
|
|
3849
|
+
* @bind state
|
|
3850
|
+
*/
|
|
3851
|
+
"onStateChanged"?: (event: NvDatagridCustomEvent<{
|
|
3852
|
+
/**
|
|
3853
|
+
* Global filter search term
|
|
3854
|
+
*/
|
|
3855
|
+
globalFilterSearchTerm: string;
|
|
3856
|
+
/**
|
|
3857
|
+
* Pagination State
|
|
3858
|
+
*/
|
|
3859
|
+
paginationState: {
|
|
3860
|
+
/**
|
|
3861
|
+
* Page Index
|
|
3862
|
+
*/
|
|
3863
|
+
pageIndex: number;
|
|
3864
|
+
/**
|
|
3865
|
+
* Page Size
|
|
3866
|
+
*/
|
|
3867
|
+
pageSize: number;
|
|
3868
|
+
};
|
|
3869
|
+
/**
|
|
3870
|
+
* Sorting the columns
|
|
3871
|
+
*/
|
|
3872
|
+
sortingState: {
|
|
3873
|
+
/**
|
|
3874
|
+
* Descending
|
|
3875
|
+
*/
|
|
3876
|
+
desc: boolean;
|
|
3877
|
+
/**
|
|
3878
|
+
* Column Id
|
|
3879
|
+
*/
|
|
3880
|
+
id: string;
|
|
3881
|
+
}[];
|
|
3882
|
+
}>) => void;
|
|
3775
3883
|
/**
|
|
3776
3884
|
* The number of rows to display per page. If the number is not present in the property pageSizes it takes the first of the list.
|
|
3777
3885
|
* @default 10
|
|
@@ -3786,6 +3894,41 @@ declare namespace LocalJSX {
|
|
|
3786
3894
|
* @default [10, 20, 30, 40, 50]
|
|
3787
3895
|
*/
|
|
3788
3896
|
"pageSizes"?: number[];
|
|
3897
|
+
/**
|
|
3898
|
+
* The overall state
|
|
3899
|
+
*/
|
|
3900
|
+
"state"?: {
|
|
3901
|
+
/**
|
|
3902
|
+
* Global filter search term
|
|
3903
|
+
*/
|
|
3904
|
+
globalFilterSearchTerm: string;
|
|
3905
|
+
/**
|
|
3906
|
+
* Pagination State
|
|
3907
|
+
*/
|
|
3908
|
+
paginationState: {
|
|
3909
|
+
/**
|
|
3910
|
+
* Page Index
|
|
3911
|
+
*/
|
|
3912
|
+
pageIndex: number;
|
|
3913
|
+
/**
|
|
3914
|
+
* Page Size
|
|
3915
|
+
*/
|
|
3916
|
+
pageSize: number;
|
|
3917
|
+
};
|
|
3918
|
+
/**
|
|
3919
|
+
* Sorting the columns
|
|
3920
|
+
*/
|
|
3921
|
+
sortingState: {
|
|
3922
|
+
/**
|
|
3923
|
+
* Descending
|
|
3924
|
+
*/
|
|
3925
|
+
desc: boolean;
|
|
3926
|
+
/**
|
|
3927
|
+
* Column Id
|
|
3928
|
+
*/
|
|
3929
|
+
id: string;
|
|
3930
|
+
}[];
|
|
3931
|
+
};
|
|
3789
3932
|
}
|
|
3790
3933
|
interface NvDatagridcolumn {
|
|
3791
3934
|
/**
|
|
@@ -4112,14 +4255,10 @@ declare namespace LocalJSX {
|
|
|
4112
4255
|
*/
|
|
4113
4256
|
"number-of-calendars"?: number;
|
|
4114
4257
|
/**
|
|
4115
|
-
*
|
|
4258
|
+
* Emitted when the value changes (unified value binding).
|
|
4259
|
+
* @bind value
|
|
4116
4260
|
*/
|
|
4117
|
-
"
|
|
4118
|
-
/**
|
|
4119
|
-
* The date value.
|
|
4120
|
-
*/
|
|
4121
|
-
value: string;
|
|
4122
|
-
}>) => void;
|
|
4261
|
+
"onValueChanged"?: (event: NvFielddateCustomEvent<string>) => void;
|
|
4123
4262
|
/**
|
|
4124
4263
|
* Placeholder for the input field.
|
|
4125
4264
|
*/
|
|
@@ -4169,6 +4308,7 @@ declare namespace LocalJSX {
|
|
|
4169
4308
|
"success"?: boolean;
|
|
4170
4309
|
/**
|
|
4171
4310
|
* The initial value of the input (date in string format).
|
|
4311
|
+
* @bind value
|
|
4172
4312
|
*/
|
|
4173
4313
|
"value"?: string;
|
|
4174
4314
|
}
|
|
@@ -4274,9 +4414,14 @@ declare namespace LocalJSX {
|
|
|
4274
4414
|
*/
|
|
4275
4415
|
"number-of-calendars"?: number;
|
|
4276
4416
|
/**
|
|
4277
|
-
*
|
|
4417
|
+
* Emitted when the date range changes.
|
|
4278
4418
|
*/
|
|
4279
4419
|
"onDateRangeChange"?: (event: NvFielddaterangeCustomEvent<HTMLNvCalendarElementEventMap['rangeDateChange']>) => void;
|
|
4420
|
+
/**
|
|
4421
|
+
* Emitted when the unified value changes
|
|
4422
|
+
* @bind value
|
|
4423
|
+
*/
|
|
4424
|
+
"onValueChanged"?: (event: NvFielddaterangeCustomEvent<string>) => void;
|
|
4280
4425
|
/**
|
|
4281
4426
|
* Sets both input fields as read-only.
|
|
4282
4427
|
*/
|
|
@@ -5057,10 +5202,6 @@ declare namespace LocalJSX {
|
|
|
5057
5202
|
*/
|
|
5058
5203
|
"value"?: string;
|
|
5059
5204
|
}
|
|
5060
|
-
/**
|
|
5061
|
-
* @deprecated [EXPERIMENTAL]
|
|
5062
|
-
* @experimental This component is still in development and subject to change in future releases.
|
|
5063
|
-
*/
|
|
5064
5205
|
interface NvFieldslider {
|
|
5065
5206
|
/**
|
|
5066
5207
|
* Add helpful hints or extra information under the slider. This is where you can clarify what users should enter or provide additional instructions, making the form easier to fill out correctly.
|
|
@@ -5156,7 +5297,7 @@ declare namespace LocalJSX {
|
|
|
5156
5297
|
* Emitted when the slider values change.
|
|
5157
5298
|
* @bind value
|
|
5158
5299
|
*/
|
|
5159
|
-
"onValueChanged"?: (event: NvFieldsliderCustomEvent<
|
|
5300
|
+
"onValueChanged"?: (event: NvFieldsliderCustomEvent<number[]>) => void;
|
|
5160
5301
|
/**
|
|
5161
5302
|
* Allows the slider to display two thumbs, enabling users to select a continuous range between a minimum and maximum value. Ideal for use cases like filtering by price or time.
|
|
5162
5303
|
*/
|
|
@@ -5211,9 +5352,9 @@ declare namespace LocalJSX {
|
|
|
5211
5352
|
label?: string;
|
|
5212
5353
|
}[];
|
|
5213
5354
|
/**
|
|
5214
|
-
* Numeric value of the slider as
|
|
5355
|
+
* Numeric value of the slider as an array of numbers. When in single mode, the value should be a an array of one number. When in range mode, the value should be an array of two numbers.
|
|
5215
5356
|
*/
|
|
5216
|
-
"value"?:
|
|
5357
|
+
"value"?: number[];
|
|
5217
5358
|
}
|
|
5218
5359
|
interface NvFieldtext {
|
|
5219
5360
|
/**
|
|
@@ -6041,10 +6182,6 @@ declare module "@stencil/core" {
|
|
|
6041
6182
|
"nv-fieldpassword": LocalJSX.NvFieldpassword & JSXBase.HTMLAttributes<HTMLNvFieldpasswordElement>;
|
|
6042
6183
|
"nv-fieldradio": LocalJSX.NvFieldradio & JSXBase.HTMLAttributes<HTMLNvFieldradioElement>;
|
|
6043
6184
|
"nv-fieldselect": LocalJSX.NvFieldselect & JSXBase.HTMLAttributes<HTMLNvFieldselectElement>;
|
|
6044
|
-
/**
|
|
6045
|
-
* @deprecated [EXPERIMENTAL]
|
|
6046
|
-
* @experimental This component is still in development and subject to change in future releases.
|
|
6047
|
-
*/
|
|
6048
6185
|
"nv-fieldslider": LocalJSX.NvFieldslider & JSXBase.HTMLAttributes<HTMLNvFieldsliderElement>;
|
|
6049
6186
|
"nv-fieldtext": LocalJSX.NvFieldtext & JSXBase.HTMLAttributes<HTMLNvFieldtextElement>;
|
|
6050
6187
|
"nv-fieldtextarea": LocalJSX.NvFieldtextarea & JSXBase.HTMLAttributes<HTMLNvFieldtextareaElement>;
|
package/dist/vscode-data.json
CHANGED
|
@@ -401,6 +401,10 @@
|
|
|
401
401
|
{
|
|
402
402
|
"name": "single-value",
|
|
403
403
|
"description": "Selected date (ISO string format)\nex: \"2025-03-15\""
|
|
404
|
+
},
|
|
405
|
+
{
|
|
406
|
+
"name": "value",
|
|
407
|
+
"description": "Selected date value. For single mode: ISO date string. For range mode: comma-separated ISO date strings.\nExamples:\n- Single: \"2025-03-15\"\n- Range: \"2025-03-15,2025-03-20\""
|
|
404
408
|
}
|
|
405
409
|
]
|
|
406
410
|
},
|
|
@@ -2177,10 +2181,6 @@
|
|
|
2177
2181
|
{
|
|
2178
2182
|
"name": "success",
|
|
2179
2183
|
"description": "Changes the slider's appearance to indicate successful input or validation."
|
|
2180
|
-
},
|
|
2181
|
-
{
|
|
2182
|
-
"name": "value",
|
|
2183
|
-
"description": "Numeric value of the slider as a string, if range mode is on, the values\nwill be a comma-separated string."
|
|
2184
2184
|
}
|
|
2185
2185
|
]
|
|
2186
2186
|
},
|