@nova-design-system/nova-webcomponents 3.2.0 → 3.3.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} +16 -184
- 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 +371 -138
- 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 +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 +75 -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 +2 -2
- package/dist/cjs/nv-fieldnumber.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fieldpassword.cjs.entry.js +2 -2
- package/dist/cjs/nv-fieldpassword.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fieldradio.cjs.entry.js +1 -1
- package/dist/cjs/nv-fieldselect.cjs.entry.js +2 -2
- package/dist/cjs/nv-fieldselect.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fieldslider.cjs.entry.js +25 -20
- package/dist/cjs/nv-fieldslider.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fieldtext.cjs.entry.js +2 -2
- package/dist/cjs/nv-fieldtext.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fieldtextarea.cjs.entry.js +2 -2
- package/dist/cjs/nv-fieldtextarea.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fieldtime.cjs.entry.js +2 -2
- package/dist/cjs/nv-fieldtime.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-icon.cjs.entry.js +1 -1
- package/dist/cjs/nv-iconbutton_2.cjs.entry.js +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-popover.cjs.entry.js +1 -1
- package/dist/cjs/nv-row.cjs.entry.js +1 -1
- package/dist/cjs/nv-stack.cjs.entry.js +1 -1
- package/dist/cjs/nv-table.cjs.entry.js +1 -1
- package/dist/cjs/nv-tablecolumn.cjs.entry.js +1 -1
- package/dist/cjs/nv-toggle.cjs.entry.js +1 -1
- package/dist/cjs/nv-tooltip.cjs.entry.js +1 -1
- 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 +12 -3
- 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-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.js +99 -43
- 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-fieldpassword/nv-fieldpassword.css +44 -0
- package/dist/collection/components/nv-fieldselect/nv-fieldselect.css +44 -0
- 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/styles/nv-fieldslider.css +91 -20
- package/dist/collection/components/nv-fieldtext/nv-fieldtext.css +44 -0
- package/dist/collection/components/nv-fieldtextarea/nv-fieldtextarea.css +38 -0
- package/dist/collection/components/nv-fieldtime/styles/nv-fieldtime.css +44 -0
- 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 +3 -3
- 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 +85 -61
- 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 +5 -5
- package/dist/components/nv-fieldnumber.js.map +1 -1
- package/dist/components/nv-fieldpassword.js +5 -5
- package/dist/components/nv-fieldpassword.js.map +1 -1
- package/dist/components/nv-fieldradio.js +1 -1
- package/dist/components/nv-fieldselect.js +5 -5
- package/dist/components/nv-fieldselect.js.map +1 -1
- package/dist/components/nv-fieldslider.js +27 -22
- package/dist/components/nv-fieldslider.js.map +1 -1
- package/dist/components/nv-fieldtext.js +1 -1
- package/dist/components/nv-fieldtextarea.js +2 -2
- package/dist/components/nv-fieldtextarea.js.map +1 -1
- package/dist/components/nv-fieldtime.js +6 -6
- 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 +4 -4
- package/dist/components/nv-menuitem.js +1 -1
- package/dist/components/nv-popover.js +1 -1
- package/dist/components/nv-row.js +1 -1
- package/dist/components/nv-stack.js +1 -1
- package/dist/components/nv-table.js +1 -1
- package/dist/components/nv-tablecolumn.js +1 -1
- package/dist/components/nv-toggle.js +1 -1
- package/dist/components/nv-tooltip.js +1 -1
- package/dist/components/{p-d63f1cbe.js → p-2ae214d2.js} +3 -3
- package/dist/components/{p-d63f1cbe.js.map → p-2ae214d2.js.map} +1 -1
- package/dist/components/{p-c0a91091.js → p-3e32b5a1.js} +3 -3
- package/dist/components/{p-c0a91091.js.map → p-3e32b5a1.js.map} +1 -1
- package/dist/components/{p-4656efae.js → p-5e90b9b8.js} +376 -165
- package/dist/components/p-5e90b9b8.js.map +1 -0
- package/dist/components/{p-cbe9521f.js → p-5ee4015d.js} +3 -3
- package/dist/components/{p-cbe9521f.js.map → p-5ee4015d.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-f0a5e7e4.js → p-7935c1cb.js} +4 -4
- package/dist/components/{p-f0a5e7e4.js.map → p-7935c1cb.js.map} +1 -1
- package/dist/components/{p-f1859ddc.js → p-8d92f0e1.js} +3 -3
- package/dist/components/{p-f1859ddc.js.map → p-8d92f0e1.js.map} +1 -1
- package/dist/components/{p-cbdc2c8b.js → p-95a7581c.js} +5 -5
- package/dist/components/{p-cbdc2c8b.js.map → p-95a7581c.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-76a30bf1.js → p-9fa0de38.js} +2 -2
- package/dist/components/{p-76a30bf1.js.map → p-9fa0de38.js.map} +1 -1
- package/dist/components/{p-679e0fa9.js → p-aff3ed68.js} +10 -175
- package/dist/components/p-aff3ed68.js.map +1 -0
- package/dist/components/{p-d19b41d2.js → p-b6d858b2.js} +2 -2
- package/dist/components/{p-d19b41d2.js.map → p-b6d858b2.js.map} +1 -1
- package/dist/components/{p-83c8873a.js → p-bb6d1e4e.js} +2 -2
- package/dist/components/{p-83c8873a.js.map → p-bb6d1e4e.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-04cb3a6f.js → p-c9006520.js} +4 -4
- package/dist/components/{p-04cb3a6f.js.map → p-c9006520.js.map} +1 -1
- package/dist/components/{p-07a89754.js → p-e28c4707.js} +3 -3
- package/dist/components/{p-07a89754.js.map → p-e28c4707.js.map} +1 -1
- package/dist/components/{p-0ab80d95.js → p-eabbc885.js} +2 -2
- package/dist/components/{p-0ab80d95.js.map → p-eabbc885.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} +17 -184
- 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 +372 -139
- 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 +2 -2
- 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 +75 -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 +2 -2
- package/dist/esm/nv-fieldnumber.entry.js.map +1 -1
- package/dist/esm/nv-fieldpassword.entry.js +2 -2
- package/dist/esm/nv-fieldpassword.entry.js.map +1 -1
- package/dist/esm/nv-fieldradio.entry.js +1 -1
- package/dist/esm/nv-fieldselect.entry.js +2 -2
- package/dist/esm/nv-fieldselect.entry.js.map +1 -1
- package/dist/esm/nv-fieldslider.entry.js +25 -20
- package/dist/esm/nv-fieldslider.entry.js.map +1 -1
- package/dist/esm/nv-fieldtext.entry.js +2 -2
- package/dist/esm/nv-fieldtext.entry.js.map +1 -1
- package/dist/esm/nv-fieldtextarea.entry.js +2 -2
- package/dist/esm/nv-fieldtextarea.entry.js.map +1 -1
- package/dist/esm/nv-fieldtime.entry.js +3 -3
- package/dist/esm/nv-fieldtime.entry.js.map +1 -1
- package/dist/esm/nv-icon.entry.js +2 -2
- package/dist/esm/nv-iconbutton_2.entry.js +1 -1
- package/dist/esm/nv-menu.entry.js +1 -1
- package/dist/esm/nv-menuitem.entry.js +1 -1
- package/dist/esm/nv-popover.entry.js +1 -1
- package/dist/esm/nv-row.entry.js +1 -1
- package/dist/esm/nv-stack.entry.js +1 -1
- package/dist/esm/nv-table.entry.js +1 -1
- package/dist/esm/nv-tablecolumn.entry.js +1 -1
- package/dist/esm/nv-toggle.entry.js +1 -1
- package/dist/esm/nv-tooltip.entry.js +1 -1
- 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-050d6c6c.entry.js +2 -0
- package/dist/native/{p-adc96c3a.entry.js.map → p-050d6c6c.entry.js.map} +1 -1
- package/dist/native/{p-519b4819.entry.js → p-08ca678c.entry.js} +2 -2
- 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-26cf4938.entry.js +2 -0
- package/dist/native/p-26cf4938.entry.js.map +1 -0
- package/dist/native/p-3817efb2.entry.js +2 -0
- package/dist/native/{p-fb897f7d.entry.js.map → p-3817efb2.entry.js.map} +1 -1
- package/dist/native/p-45459dbb.entry.js +2 -0
- package/dist/native/{p-5382eab2.entry.js.map → p-45459dbb.entry.js.map} +1 -1
- 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-7092a675.entry.js → p-4f9cdf0b.entry.js} +2 -2
- package/dist/native/{p-cfe0a6c6.entry.js → p-58bb90ad.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-4c0d81b0.entry.js → p-5b6c59e0.entry.js} +2 -2
- 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-a2c0f1a7.entry.js → p-60c64f2b.entry.js} +2 -2
- package/dist/native/{p-3f2b6a22.entry.js → p-64a76565.entry.js} +2 -2
- package/dist/native/{p-c930adb7.entry.js → p-83288db0.entry.js} +2 -2
- package/dist/native/p-838f7842.entry.js +2 -0
- package/dist/native/{p-b0fc08e7.entry.js.map → p-838f7842.entry.js.map} +1 -1
- 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-8fb4e5c0.entry.js +2 -0
- package/dist/native/{p-5ba3fc3c.entry.js.map → p-8fb4e5c0.entry.js.map} +1 -1
- package/dist/native/{p-05d95d4d.entry.js → p-914da1e1.entry.js} +2 -2
- 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-abc251aa.entry.js +2 -0
- package/dist/native/p-abc251aa.entry.js.map +1 -0
- 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-de2c07a6.entry.js → p-b8f2c1e7.entry.js} +2 -2
- package/dist/native/{p-9fba8663.entry.js → p-d040bd61.entry.js} +2 -2
- 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-0ec1e2e3.entry.js → p-d53e8795.entry.js} +2 -2
- package/dist/native/p-dc7dd7f3.entry.js +2 -0
- package/dist/native/{p-21e7132f.entry.js.map → p-dc7dd7f3.entry.js.map} +1 -1
- package/dist/native/p-e2c1992e.entry.js +2 -0
- package/dist/native/{p-60b204ac.entry.js.map → p-e2c1992e.entry.js.map} +1 -1
- package/dist/native/{p-f85c08f1.js → p-e2d0a77d.js} +2 -2
- package/dist/native/p-ed6019fe.entry.js +2 -0
- package/dist/native/p-ed6019fe.entry.js.map +1 -0
- package/dist/native/p-f94d7054.entry.js +2 -0
- package/dist/native/{p-aa86af25.entry.js.map → p-f94d7054.entry.js.map} +1 -1
- package/dist/native/p-fdea17ce.entry.js +2 -0
- package/dist/native/{p-ef76178b.entry.js.map → p-fdea17ce.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-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 +17 -6
- package/dist/types/components/nv-fielddaterange/test/nv-fielddaterange.logic.test.d.ts +1 -0
- package/dist/types/components/nv-fieldslider/nv-fieldslider.d.ts +5 -6
- package/dist/types/components.d.ts +37 -38
- package/dist/vscode-data.json +4 -4
- package/hydrate/index.js +530 -229
- package/hydrate/index.mjs +530 -229
- package/package.json +1 -1
- 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/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-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-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-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-1e3d3374.entry.js.map → p-45cbe6e4.entry.js.map} +0 -0
- /package/dist/native/{p-7092a675.entry.js.map → p-4f9cdf0b.entry.js.map} +0 -0
- /package/dist/native/{p-cfe0a6c6.entry.js.map → p-58bb90ad.entry.js.map} +0 -0
- /package/dist/native/{p-4c0d81b0.entry.js.map → p-5b6c59e0.entry.js.map} +0 -0
- /package/dist/native/{p-a2c0f1a7.entry.js.map → p-60c64f2b.entry.js.map} +0 -0
- /package/dist/native/{p-3f2b6a22.entry.js.map → p-64a76565.entry.js.map} +0 -0
- /package/dist/native/{p-c930adb7.entry.js.map → p-83288db0.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-de2c07a6.entry.js.map → p-b8f2c1e7.entry.js.map} +0 -0
- /package/dist/native/{p-9fba8663.entry.js.map → p-d040bd61.entry.js.map} +0 -0
- /package/dist/native/{p-ed488498.entry.js.map → p-d21b2da2.entry.js.map} +0 -0
- /package/dist/native/{p-0ec1e2e3.entry.js.map → p-d53e8795.entry.js.map} +0 -0
- /package/dist/native/{p-f85c08f1.js.map → p-e2d0a77d.js.map} +0 -0
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { FunctionalComponent } from '../../../stencil-public-runtime';
|
|
2
|
+
/**
|
|
3
|
+
* Day data structure
|
|
4
|
+
*/
|
|
5
|
+
interface DayData {
|
|
6
|
+
/** Day of the month (1-31) */
|
|
7
|
+
dayOfMonth: number;
|
|
8
|
+
/** Complete date */
|
|
9
|
+
date: Date;
|
|
10
|
+
/** If the day belongs to the current month */
|
|
11
|
+
isCurrentMonth: boolean;
|
|
12
|
+
/** If the day is disabled */
|
|
13
|
+
isDisabled: boolean;
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* Props for the CalendarGrid component
|
|
17
|
+
*/
|
|
18
|
+
interface CalendarGridProps {
|
|
19
|
+
/** Array of day data for the month */
|
|
20
|
+
days: DayData[];
|
|
21
|
+
/** Array of localized day names */
|
|
22
|
+
dayNames: string[];
|
|
23
|
+
/** Current selection type */
|
|
24
|
+
selectionType: 'single' | 'range';
|
|
25
|
+
/** Selected date in single mode */
|
|
26
|
+
selectedDate: Date | null;
|
|
27
|
+
/** Start date in range mode */
|
|
28
|
+
startDate: Date | null;
|
|
29
|
+
/** End date in range mode */
|
|
30
|
+
endDate: Date | null;
|
|
31
|
+
/** Whether date format is in UTC mode */
|
|
32
|
+
isUTCMode: boolean;
|
|
33
|
+
/** Handler for day selection */
|
|
34
|
+
onDayClick: (date: Date) => void;
|
|
35
|
+
/** Function to check if date is in range */
|
|
36
|
+
isDateInRange: (date: Date) => boolean;
|
|
37
|
+
/** Function to check if date is today */
|
|
38
|
+
isToday: (date: Date) => boolean;
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* Renders the calendar grid with day headers and day cells
|
|
42
|
+
* @param {CalendarGridProps} props - Component properties
|
|
43
|
+
* @returns {JSX.Element} JSX element representing the calendar grid
|
|
44
|
+
*/
|
|
45
|
+
export declare const CalendarGrid: FunctionalComponent<CalendarGridProps>;
|
|
46
|
+
export {};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { FunctionalComponent } from '../../../stencil-public-runtime';
|
|
2
|
+
/**
|
|
3
|
+
* Month data structure
|
|
4
|
+
*/
|
|
5
|
+
interface MonthData {
|
|
6
|
+
/** Month value (0-11) */
|
|
7
|
+
value: number;
|
|
8
|
+
/** Month label */
|
|
9
|
+
label: string;
|
|
10
|
+
}
|
|
11
|
+
/**
|
|
12
|
+
* Props for the CalendarHeader component
|
|
13
|
+
*/
|
|
14
|
+
interface CalendarHeaderProps {
|
|
15
|
+
/** Current displayed date */
|
|
16
|
+
currentDate: Date;
|
|
17
|
+
/** Array of localized months */
|
|
18
|
+
months: MonthData[];
|
|
19
|
+
/** Total number of calendars being displayed */
|
|
20
|
+
numberOfCalendars: number;
|
|
21
|
+
/** Index of this calendar (0-based) */
|
|
22
|
+
calendarIndex: number;
|
|
23
|
+
/** Month offset for this calendar */
|
|
24
|
+
monthOffset: number;
|
|
25
|
+
/** Handler for month navigation */
|
|
26
|
+
onMonthChange: (direction: number) => void;
|
|
27
|
+
/** Handler for month selection from dropdown */
|
|
28
|
+
onMonthSelect: (event: Event, offset: number) => void;
|
|
29
|
+
/** Handler for year input change */
|
|
30
|
+
onYearChange: (event: Event, offset: number) => void;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Renders the calendar header with navigation and date controls
|
|
34
|
+
* @param {CalendarHeaderProps} props - Component properties
|
|
35
|
+
* @returns {JSX.Element} JSX element representing the calendar header
|
|
36
|
+
*/
|
|
37
|
+
export declare const CalendarHeader: FunctionalComponent<CalendarHeaderProps>;
|
|
38
|
+
export {};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { FunctionalComponent } from '../../../stencil-public-runtime';
|
|
2
|
+
/**
|
|
3
|
+
* Shortcut data structure
|
|
4
|
+
*/
|
|
5
|
+
interface ShortcutData {
|
|
6
|
+
/** Label of the shortcut */
|
|
7
|
+
label: string;
|
|
8
|
+
/** Selected date value for single selection mode */
|
|
9
|
+
singleValue?: string;
|
|
10
|
+
/** Date range values for range selection mode */
|
|
11
|
+
rangeValue?: {
|
|
12
|
+
/** ISO string for start date */
|
|
13
|
+
start: string;
|
|
14
|
+
/** ISO string for end date */
|
|
15
|
+
end: string;
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* Props for the CalendarShortcuts component
|
|
20
|
+
*/
|
|
21
|
+
interface CalendarShortcutsProps {
|
|
22
|
+
/** Array of shortcut configurations */
|
|
23
|
+
shortcuts: ShortcutData[];
|
|
24
|
+
/** Placement of shortcuts in the calendar */
|
|
25
|
+
placement: 'bottom' | 'left' | 'right';
|
|
26
|
+
/** Handler for shortcut selection */
|
|
27
|
+
onShortcutClick: (shortcut: ShortcutData) => void;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* Renders the shortcuts for quick date selection
|
|
31
|
+
* @param {CalendarShortcutsProps} props - Component properties
|
|
32
|
+
* @returns {JSX.Element | null} JSX element representing the shortcuts or null if no shortcuts
|
|
33
|
+
*/
|
|
34
|
+
export declare const CalendarShortcuts: FunctionalComponent<CalendarShortcutsProps>;
|
|
35
|
+
export {};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { FunctionalComponent } from '../../../stencil-public-runtime';
|
|
2
|
+
/**
|
|
3
|
+
* Props for the DayCell component
|
|
4
|
+
*/
|
|
5
|
+
interface DayCellProps {
|
|
6
|
+
/** Date object for this cell */
|
|
7
|
+
date: Date;
|
|
8
|
+
/** Day number (1-31) */
|
|
9
|
+
dayOfMonth: number;
|
|
10
|
+
/** Whether this day belongs to the current month */
|
|
11
|
+
isCurrentMonth: boolean;
|
|
12
|
+
/** Whether this day is selected (single mode) */
|
|
13
|
+
isSelected: boolean;
|
|
14
|
+
/** Whether this day is in a selected range */
|
|
15
|
+
isInRange: boolean;
|
|
16
|
+
/** Whether this day is the start of a range */
|
|
17
|
+
isStart: boolean;
|
|
18
|
+
/** Whether this day is the end of a range */
|
|
19
|
+
isEnd: boolean;
|
|
20
|
+
/** Whether this day is today */
|
|
21
|
+
isToday: boolean;
|
|
22
|
+
/** Whether this day is disabled */
|
|
23
|
+
isDisabled: boolean;
|
|
24
|
+
/** Selection type for conditional styling */
|
|
25
|
+
selectionType: 'single' | 'range';
|
|
26
|
+
/** Click handler for day selection */
|
|
27
|
+
onClick?: (date: Date) => void;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* Renders a single day cell in the calendar grid
|
|
31
|
+
* @param {DayCellProps} props - Component properties
|
|
32
|
+
* @returns {JSX.Element} JSX element representing a day cell
|
|
33
|
+
*/
|
|
34
|
+
export declare const DayCell: FunctionalComponent<DayCellProps>;
|
|
35
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export { DayCell } from './day-cell';
|
|
2
|
+
export { CalendarActions } from './calendar-actions';
|
|
3
|
+
export { WeekNumbers } from './week-numbers';
|
|
4
|
+
export { CalendarShortcuts } from './calendar-shortcuts';
|
|
5
|
+
export { CalendarHeader } from './calendar-header';
|
|
6
|
+
export { CalendarGrid } from './calendar-grid';
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { FunctionalComponent } from '../../../stencil-public-runtime';
|
|
2
|
+
/**
|
|
3
|
+
* Week data structure
|
|
4
|
+
*/
|
|
5
|
+
interface WeekData {
|
|
6
|
+
/** Date object for this day */
|
|
7
|
+
date: Date;
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Props for the WeekNumbers component
|
|
11
|
+
*/
|
|
12
|
+
interface WeekNumbersProps {
|
|
13
|
+
/** Array of weeks with their days */
|
|
14
|
+
weeks: Array<Array<WeekData>>;
|
|
15
|
+
/** Localized text for "week" abbreviation */
|
|
16
|
+
localizedWeekText: string;
|
|
17
|
+
/** Current selection type */
|
|
18
|
+
selectionType: 'single' | 'range';
|
|
19
|
+
/** Handler for week selection in range mode */
|
|
20
|
+
onWeekSelect: (dates: Date[], calendarIndex: number) => void;
|
|
21
|
+
/** Calendar index for multi-calendar setups */
|
|
22
|
+
calendarIndex: number;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Renders the week numbers column for the calendar
|
|
26
|
+
* @param {WeekNumbersProps} props - Component properties
|
|
27
|
+
* @returns {JSX.Element} JSX element representing the week numbers
|
|
28
|
+
*/
|
|
29
|
+
export declare const WeekNumbers: FunctionalComponent<WeekNumbersProps>;
|
|
30
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -65,8 +65,9 @@ export declare class NvFielddate {
|
|
|
65
65
|
readonly autofocus: boolean;
|
|
66
66
|
/**
|
|
67
67
|
* The initial value of the input (date in string format).
|
|
68
|
+
* @bind value
|
|
68
69
|
*/
|
|
69
|
-
|
|
70
|
+
value: string;
|
|
70
71
|
/**
|
|
71
72
|
* The current value of the input date in string format.
|
|
72
73
|
*/
|
|
@@ -149,7 +150,7 @@ export declare class NvFielddate {
|
|
|
149
150
|
private handleInputContainerClick;
|
|
150
151
|
/**
|
|
151
152
|
* Handles the input event on the input element.
|
|
152
|
-
* Updates the singleValue and emits the
|
|
153
|
+
* Updates the singleValue and emits the valueChanged event.
|
|
153
154
|
* @param {Event} event - The input event.
|
|
154
155
|
*/
|
|
155
156
|
private handleInput;
|
|
@@ -162,6 +163,21 @@ export declare class NvFielddate {
|
|
|
162
163
|
* @param {FocusEvent} event - The focus event.
|
|
163
164
|
*/
|
|
164
165
|
private handleFocus;
|
|
166
|
+
/**
|
|
167
|
+
* Prevents the valueChanged event from the calendar from propagating up.
|
|
168
|
+
* @param {CustomEvent} event - The valueChanged event from nv-calendar.
|
|
169
|
+
*/
|
|
170
|
+
private handleCalendarValueChanged;
|
|
171
|
+
/**
|
|
172
|
+
* Sets the reference to the popover element.
|
|
173
|
+
* @param {HTMLNvPopoverElement} el - The popover element.
|
|
174
|
+
*/
|
|
175
|
+
private setPopoverRef;
|
|
176
|
+
/**
|
|
177
|
+
* Sets the reference to the input element.
|
|
178
|
+
* @param {HTMLInputElement} el - The input element.
|
|
179
|
+
*/
|
|
180
|
+
private setInputRef;
|
|
165
181
|
/****************************************************************************/
|
|
166
182
|
connectedCallback(): void;
|
|
167
183
|
componentWillLoad(): void;
|
|
@@ -169,14 +185,10 @@ export declare class NvFielddate {
|
|
|
169
185
|
disconnectedCallback(): void;
|
|
170
186
|
/****************************************************************************/
|
|
171
187
|
/**
|
|
172
|
-
*
|
|
188
|
+
* Emitted when the value changes (unified value binding).
|
|
189
|
+
* @bind value
|
|
173
190
|
*/
|
|
174
|
-
|
|
175
|
-
/**
|
|
176
|
-
* The date value.
|
|
177
|
-
*/
|
|
178
|
-
value: string;
|
|
179
|
-
}>;
|
|
191
|
+
valueChanged: EventEmitter<string>;
|
|
180
192
|
/**
|
|
181
193
|
* Handles the single date selection event from nv-calendar.
|
|
182
194
|
* Updates the input value and closes the popover.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -79,7 +79,7 @@ export declare class NvFielddaterange {
|
|
|
79
79
|
/**
|
|
80
80
|
* The initial value of the date range (in string format).
|
|
81
81
|
*/
|
|
82
|
-
|
|
82
|
+
value: string;
|
|
83
83
|
/**
|
|
84
84
|
* The current value of the start date in string format.
|
|
85
85
|
*/
|
|
@@ -92,10 +92,6 @@ export declare class NvFielddaterange {
|
|
|
92
92
|
* Controls the opening of the popover.
|
|
93
93
|
*/
|
|
94
94
|
open: boolean;
|
|
95
|
-
/**
|
|
96
|
-
* Current calendar state to prevent unwanted navigation
|
|
97
|
-
*/
|
|
98
|
-
private calendarState;
|
|
99
95
|
/**
|
|
100
96
|
* First day of the week 0 = Sunday, 1 = Monday, etc.
|
|
101
97
|
* @default 1
|
|
@@ -149,6 +145,11 @@ export declare class NvFielddaterange {
|
|
|
149
145
|
*/
|
|
150
146
|
readonly fluid: boolean;
|
|
151
147
|
/****************************************************************************/
|
|
148
|
+
/**
|
|
149
|
+
* Parses the unified value prop and synchronizes with internal state
|
|
150
|
+
* @param {string} value - Value to parse
|
|
151
|
+
*/
|
|
152
|
+
private parseUnifiedValue;
|
|
152
153
|
/**
|
|
153
154
|
* Converts the nv-calendar date format to the format expected by Inputmask.
|
|
154
155
|
* @param {string} format - The date format to convert
|
|
@@ -191,14 +192,24 @@ export declare class NvFielddaterange {
|
|
|
191
192
|
disconnectedCallback(): void;
|
|
192
193
|
/****************************************************************************/
|
|
193
194
|
/**
|
|
194
|
-
*
|
|
195
|
+
* Emitted when the date range changes.
|
|
195
196
|
*/
|
|
196
197
|
dateRangeChange: EventEmitter<HTMLNvCalendarElementEventMap['rangeDateChange']>;
|
|
198
|
+
/**
|
|
199
|
+
* Emitted when the unified value changes
|
|
200
|
+
* @bind value
|
|
201
|
+
*/
|
|
202
|
+
valueChanged: EventEmitter<string>;
|
|
197
203
|
/**
|
|
198
204
|
* Handles the range date selection event from nv-calendar.
|
|
199
205
|
* @param {CustomEvent<DateRange>} event - The custom event
|
|
200
206
|
*/
|
|
201
207
|
handleRangeDateChange(event: CustomEvent<HTMLNvCalendarElementEventMap['rangeDateChange']>): void;
|
|
208
|
+
/**
|
|
209
|
+
* Handles the unified value change event from nv-calendar
|
|
210
|
+
* @param {CustomEvent<string>} event - The custom event
|
|
211
|
+
*/
|
|
212
|
+
handleCalendarValueChanged(event: CustomEvent<string>): void;
|
|
202
213
|
handleClosePopover(): void;
|
|
203
214
|
handleApplyDateRange(): void;
|
|
204
215
|
/**
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
import { EventEmitter } from '../../stencil-public-runtime';
|
|
2
2
|
/**
|
|
3
|
-
* @deprecated [EXPERIMENTAL]
|
|
4
|
-
* @experimental This component is still in development and subject to change in future releases.
|
|
5
3
|
* @slot label - Content to be placed as the label, will override the label prop.
|
|
6
4
|
* @slot description - Content to be placed as the description, will override the description prop.
|
|
7
5
|
* @slot error-description - Content to be placed as the error description, will override the errorDescription prop.
|
|
@@ -74,10 +72,11 @@ export declare class NvFieldslider {
|
|
|
74
72
|
*/
|
|
75
73
|
readonly success: boolean;
|
|
76
74
|
/**
|
|
77
|
-
* Numeric value of the slider as
|
|
78
|
-
*
|
|
75
|
+
* Numeric value of the slider as an array of numbers. When in single mode,
|
|
76
|
+
* the value should be a an array of one number. When in range mode, the value
|
|
77
|
+
* should be an array of two numbers.
|
|
79
78
|
*/
|
|
80
|
-
value:
|
|
79
|
+
value: number[];
|
|
81
80
|
/**
|
|
82
81
|
* Defines the interval between selectable values on the slider. Controls how
|
|
83
82
|
* much the value increases or decreases with each keyboard interaction, drag
|
|
@@ -224,7 +223,7 @@ export declare class NvFieldslider {
|
|
|
224
223
|
* Emitted when the slider values change.
|
|
225
224
|
* @bind value
|
|
226
225
|
*/
|
|
227
|
-
valueChanged: EventEmitter<
|
|
226
|
+
valueChanged: EventEmitter<number[]>;
|
|
228
227
|
/****************************************************************************/
|
|
229
228
|
render(): any;
|
|
230
229
|
}
|
|
@@ -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
|
/**
|
|
@@ -829,6 +834,7 @@ export namespace Components {
|
|
|
829
834
|
"success": boolean;
|
|
830
835
|
/**
|
|
831
836
|
* The initial value of the input (date in string format).
|
|
837
|
+
* @bind value
|
|
832
838
|
*/
|
|
833
839
|
"value": string;
|
|
834
840
|
}
|
|
@@ -1668,10 +1674,6 @@ export namespace Components {
|
|
|
1668
1674
|
*/
|
|
1669
1675
|
"value": string;
|
|
1670
1676
|
}
|
|
1671
|
-
/**
|
|
1672
|
-
* @deprecated [EXPERIMENTAL]
|
|
1673
|
-
* @experimental This component is still in development and subject to change in future releases.
|
|
1674
|
-
*/
|
|
1675
1677
|
interface NvFieldslider {
|
|
1676
1678
|
/**
|
|
1677
1679
|
* 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 +1819,9 @@ export namespace Components {
|
|
|
1817
1819
|
label?: string;
|
|
1818
1820
|
}[];
|
|
1819
1821
|
/**
|
|
1820
|
-
* Numeric value of the slider as
|
|
1822
|
+
* 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
1823
|
*/
|
|
1822
|
-
"value":
|
|
1824
|
+
"value": number[];
|
|
1823
1825
|
}
|
|
1824
1826
|
interface NvFieldtext {
|
|
1825
1827
|
/**
|
|
@@ -2707,6 +2709,7 @@ declare global {
|
|
|
2707
2709
|
interface HTMLNvCalendarElementEventMap {
|
|
2708
2710
|
"singleDateChange": string;
|
|
2709
2711
|
"rangeDateChange": HTMLNvCalendarElement['rangeValue'];
|
|
2712
|
+
"valueChanged": string;
|
|
2710
2713
|
}
|
|
2711
2714
|
interface HTMLNvCalendarElement extends Components.NvCalendar, HTMLStencilElement {
|
|
2712
2715
|
addEventListener<K extends keyof HTMLNvCalendarElementEventMap>(type: K, listener: (this: HTMLNvCalendarElement, ev: NvCalendarCustomEvent<HTMLNvCalendarElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
@@ -2824,12 +2827,7 @@ declare global {
|
|
|
2824
2827
|
new (): HTMLNvFieldcheckboxElement;
|
|
2825
2828
|
};
|
|
2826
2829
|
interface HTMLNvFielddateElementEventMap {
|
|
2827
|
-
"
|
|
2828
|
-
/**
|
|
2829
|
-
* The date value.
|
|
2830
|
-
*/
|
|
2831
|
-
value: string;
|
|
2832
|
-
};
|
|
2830
|
+
"valueChanged": string;
|
|
2833
2831
|
}
|
|
2834
2832
|
interface HTMLNvFielddateElement extends Components.NvFielddate, HTMLStencilElement {
|
|
2835
2833
|
addEventListener<K extends keyof HTMLNvFielddateElementEventMap>(type: K, listener: (this: HTMLNvFielddateElement, ev: NvFielddateCustomEvent<HTMLNvFielddateElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
@@ -2847,6 +2845,7 @@ declare global {
|
|
|
2847
2845
|
};
|
|
2848
2846
|
interface HTMLNvFielddaterangeElementEventMap {
|
|
2849
2847
|
"dateRangeChange": HTMLNvCalendarElementEventMap['rangeDateChange'];
|
|
2848
|
+
"valueChanged": string;
|
|
2850
2849
|
}
|
|
2851
2850
|
interface HTMLNvFielddaterangeElement extends Components.NvFielddaterange, HTMLStencilElement {
|
|
2852
2851
|
addEventListener<K extends keyof HTMLNvFielddaterangeElementEventMap>(type: K, listener: (this: HTMLNvFielddaterangeElement, ev: NvFielddaterangeCustomEvent<HTMLNvFielddaterangeElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
@@ -3019,12 +3018,8 @@ declare global {
|
|
|
3019
3018
|
new (): HTMLNvFieldselectElement;
|
|
3020
3019
|
};
|
|
3021
3020
|
interface HTMLNvFieldsliderElementEventMap {
|
|
3022
|
-
"valueChanged":
|
|
3021
|
+
"valueChanged": number[];
|
|
3023
3022
|
}
|
|
3024
|
-
/**
|
|
3025
|
-
* @deprecated [EXPERIMENTAL]
|
|
3026
|
-
* @experimental This component is still in development and subject to change in future releases.
|
|
3027
|
-
*/
|
|
3028
3023
|
interface HTMLNvFieldsliderElement extends Components.NvFieldslider, HTMLStencilElement {
|
|
3029
3024
|
addEventListener<K extends keyof HTMLNvFieldsliderElementEventMap>(type: K, listener: (this: HTMLNvFieldsliderElement, ev: NvFieldsliderCustomEvent<HTMLNvFieldsliderElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
3030
3025
|
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
@@ -3553,7 +3548,7 @@ declare namespace LocalJSX {
|
|
|
3553
3548
|
"disabledDates"?: Array<string>;
|
|
3554
3549
|
/**
|
|
3555
3550
|
* First day of the week (0 = Sunday, 1 = Monday, etc.)
|
|
3556
|
-
* @default
|
|
3551
|
+
* @default 1
|
|
3557
3552
|
*/
|
|
3558
3553
|
"firstDayOfWeek"?: number;
|
|
3559
3554
|
/**
|
|
@@ -3590,6 +3585,11 @@ declare namespace LocalJSX {
|
|
|
3590
3585
|
* Emitted when a single date is selected
|
|
3591
3586
|
*/
|
|
3592
3587
|
"onSingleDateChange"?: (event: NvCalendarCustomEvent<string>) => void;
|
|
3588
|
+
/**
|
|
3589
|
+
* Emitted when the unified value changes
|
|
3590
|
+
* @bind value
|
|
3591
|
+
*/
|
|
3592
|
+
"onValueChanged"?: (event: NvCalendarCustomEvent<string>) => void;
|
|
3593
3593
|
/**
|
|
3594
3594
|
* Selected date range format: { start: ISO string, end: ISO string } ex: { start: "2025-03-15", end: "2025-03-20" }
|
|
3595
3595
|
*/
|
|
@@ -3652,6 +3652,11 @@ declare namespace LocalJSX {
|
|
|
3652
3652
|
* @deprecated use camelCase instead. Support for dash-casing will be removed in Stencil v5.
|
|
3653
3653
|
*/
|
|
3654
3654
|
"single-value"?: string;
|
|
3655
|
+
/**
|
|
3656
|
+
* 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"
|
|
3657
|
+
* @default ""
|
|
3658
|
+
*/
|
|
3659
|
+
"value"?: string;
|
|
3655
3660
|
}
|
|
3656
3661
|
interface NvCol {
|
|
3657
3662
|
/**
|
|
@@ -4112,14 +4117,10 @@ declare namespace LocalJSX {
|
|
|
4112
4117
|
*/
|
|
4113
4118
|
"number-of-calendars"?: number;
|
|
4114
4119
|
/**
|
|
4115
|
-
*
|
|
4120
|
+
* Emitted when the value changes (unified value binding).
|
|
4121
|
+
* @bind value
|
|
4116
4122
|
*/
|
|
4117
|
-
"
|
|
4118
|
-
/**
|
|
4119
|
-
* The date value.
|
|
4120
|
-
*/
|
|
4121
|
-
value: string;
|
|
4122
|
-
}>) => void;
|
|
4123
|
+
"onValueChanged"?: (event: NvFielddateCustomEvent<string>) => void;
|
|
4123
4124
|
/**
|
|
4124
4125
|
* Placeholder for the input field.
|
|
4125
4126
|
*/
|
|
@@ -4169,6 +4170,7 @@ declare namespace LocalJSX {
|
|
|
4169
4170
|
"success"?: boolean;
|
|
4170
4171
|
/**
|
|
4171
4172
|
* The initial value of the input (date in string format).
|
|
4173
|
+
* @bind value
|
|
4172
4174
|
*/
|
|
4173
4175
|
"value"?: string;
|
|
4174
4176
|
}
|
|
@@ -4274,9 +4276,14 @@ declare namespace LocalJSX {
|
|
|
4274
4276
|
*/
|
|
4275
4277
|
"number-of-calendars"?: number;
|
|
4276
4278
|
/**
|
|
4277
|
-
*
|
|
4279
|
+
* Emitted when the date range changes.
|
|
4278
4280
|
*/
|
|
4279
4281
|
"onDateRangeChange"?: (event: NvFielddaterangeCustomEvent<HTMLNvCalendarElementEventMap['rangeDateChange']>) => void;
|
|
4282
|
+
/**
|
|
4283
|
+
* Emitted when the unified value changes
|
|
4284
|
+
* @bind value
|
|
4285
|
+
*/
|
|
4286
|
+
"onValueChanged"?: (event: NvFielddaterangeCustomEvent<string>) => void;
|
|
4280
4287
|
/**
|
|
4281
4288
|
* Sets both input fields as read-only.
|
|
4282
4289
|
*/
|
|
@@ -5057,10 +5064,6 @@ declare namespace LocalJSX {
|
|
|
5057
5064
|
*/
|
|
5058
5065
|
"value"?: string;
|
|
5059
5066
|
}
|
|
5060
|
-
/**
|
|
5061
|
-
* @deprecated [EXPERIMENTAL]
|
|
5062
|
-
* @experimental This component is still in development and subject to change in future releases.
|
|
5063
|
-
*/
|
|
5064
5067
|
interface NvFieldslider {
|
|
5065
5068
|
/**
|
|
5066
5069
|
* 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 +5159,7 @@ declare namespace LocalJSX {
|
|
|
5156
5159
|
* Emitted when the slider values change.
|
|
5157
5160
|
* @bind value
|
|
5158
5161
|
*/
|
|
5159
|
-
"onValueChanged"?: (event: NvFieldsliderCustomEvent<
|
|
5162
|
+
"onValueChanged"?: (event: NvFieldsliderCustomEvent<number[]>) => void;
|
|
5160
5163
|
/**
|
|
5161
5164
|
* 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
5165
|
*/
|
|
@@ -5211,9 +5214,9 @@ declare namespace LocalJSX {
|
|
|
5211
5214
|
label?: string;
|
|
5212
5215
|
}[];
|
|
5213
5216
|
/**
|
|
5214
|
-
* Numeric value of the slider as
|
|
5217
|
+
* 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
5218
|
*/
|
|
5216
|
-
"value"?:
|
|
5219
|
+
"value"?: number[];
|
|
5217
5220
|
}
|
|
5218
5221
|
interface NvFieldtext {
|
|
5219
5222
|
/**
|
|
@@ -6041,10 +6044,6 @@ declare module "@stencil/core" {
|
|
|
6041
6044
|
"nv-fieldpassword": LocalJSX.NvFieldpassword & JSXBase.HTMLAttributes<HTMLNvFieldpasswordElement>;
|
|
6042
6045
|
"nv-fieldradio": LocalJSX.NvFieldradio & JSXBase.HTMLAttributes<HTMLNvFieldradioElement>;
|
|
6043
6046
|
"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
6047
|
"nv-fieldslider": LocalJSX.NvFieldslider & JSXBase.HTMLAttributes<HTMLNvFieldsliderElement>;
|
|
6049
6048
|
"nv-fieldtext": LocalJSX.NvFieldtext & JSXBase.HTMLAttributes<HTMLNvFieldtextElement>;
|
|
6050
6049
|
"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
|
},
|