@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
|
@@ -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 {};
|
|
@@ -20,7 +20,7 @@ export declare class NvDatagrid {
|
|
|
20
20
|
private globalFilterSearchTerm;
|
|
21
21
|
private columnData;
|
|
22
22
|
private paginationState;
|
|
23
|
-
private
|
|
23
|
+
private sortingState;
|
|
24
24
|
private rowSelectionState;
|
|
25
25
|
/****************************************************************************/
|
|
26
26
|
/**
|
|
@@ -98,6 +98,41 @@ export declare class NvDatagrid {
|
|
|
98
98
|
* Whether to enable row selection for the data grid.
|
|
99
99
|
*/
|
|
100
100
|
readonly enableRowSelection: boolean;
|
|
101
|
+
/**
|
|
102
|
+
* The overall state
|
|
103
|
+
*/
|
|
104
|
+
readonly state: {
|
|
105
|
+
/**
|
|
106
|
+
* Global filter search term
|
|
107
|
+
*/
|
|
108
|
+
globalFilterSearchTerm: string;
|
|
109
|
+
/**
|
|
110
|
+
* Pagination State
|
|
111
|
+
*/
|
|
112
|
+
paginationState: {
|
|
113
|
+
/**
|
|
114
|
+
* Page Index
|
|
115
|
+
*/
|
|
116
|
+
pageIndex: number;
|
|
117
|
+
/**
|
|
118
|
+
* Page Size
|
|
119
|
+
*/
|
|
120
|
+
pageSize: number;
|
|
121
|
+
};
|
|
122
|
+
/**
|
|
123
|
+
* Sorting the columns
|
|
124
|
+
*/
|
|
125
|
+
sortingState: {
|
|
126
|
+
/**
|
|
127
|
+
* Descending
|
|
128
|
+
*/
|
|
129
|
+
desc: boolean;
|
|
130
|
+
/**
|
|
131
|
+
* Column Id
|
|
132
|
+
*/
|
|
133
|
+
id: string;
|
|
134
|
+
}[];
|
|
135
|
+
};
|
|
101
136
|
/****************************************************************************/
|
|
102
137
|
/**
|
|
103
138
|
* Caches templates for cells and headers upfront to improve performance.
|
|
@@ -163,9 +198,42 @@ export declare class NvDatagrid {
|
|
|
163
198
|
handleParsedChange(): void;
|
|
164
199
|
handleGlobalFilterSearchTerm(newValue: string): void;
|
|
165
200
|
handlePaginationState(newValue: PaginationState, oldValue: PaginationState): void;
|
|
166
|
-
|
|
201
|
+
handleSortingState(newValue: SortingState): void;
|
|
167
202
|
handlePageSize(newValue: number): void;
|
|
168
203
|
handleRowSelectionState(newValue: RowSelectionState, oldValue: RowSelectionState): void;
|
|
204
|
+
handleStateChange(newValue: {
|
|
205
|
+
/**
|
|
206
|
+
* Global filter search term
|
|
207
|
+
*/
|
|
208
|
+
globalFilterSearchTerm: string;
|
|
209
|
+
/**
|
|
210
|
+
* Pagination State
|
|
211
|
+
*/
|
|
212
|
+
paginationState: {
|
|
213
|
+
/**
|
|
214
|
+
* Page Index
|
|
215
|
+
*/
|
|
216
|
+
pageIndex: number;
|
|
217
|
+
/**
|
|
218
|
+
* Page Size
|
|
219
|
+
*/
|
|
220
|
+
pageSize: number;
|
|
221
|
+
};
|
|
222
|
+
/**
|
|
223
|
+
* Sorting the columns
|
|
224
|
+
*/
|
|
225
|
+
sortingState: {
|
|
226
|
+
/**
|
|
227
|
+
* Descending
|
|
228
|
+
*/
|
|
229
|
+
desc: boolean;
|
|
230
|
+
/**
|
|
231
|
+
* Column Id
|
|
232
|
+
*/
|
|
233
|
+
id: string;
|
|
234
|
+
}[];
|
|
235
|
+
}): void;
|
|
236
|
+
handleInternalStateChange(): void;
|
|
169
237
|
/****************************************************************************/
|
|
170
238
|
componentWillLoad(): void;
|
|
171
239
|
/****************************************************************************/
|
|
@@ -186,6 +254,42 @@ export declare class NvDatagrid {
|
|
|
186
254
|
* Emitted when the selection of the rows are changed.
|
|
187
255
|
*/
|
|
188
256
|
selectedRows: EventEmitter<any[]>;
|
|
257
|
+
/**
|
|
258
|
+
* Emitted when the state is changed
|
|
259
|
+
* @bind state
|
|
260
|
+
*/
|
|
261
|
+
stateChanged: EventEmitter<{
|
|
262
|
+
/**
|
|
263
|
+
* Global filter search term
|
|
264
|
+
*/
|
|
265
|
+
globalFilterSearchTerm: string;
|
|
266
|
+
/**
|
|
267
|
+
* Pagination State
|
|
268
|
+
*/
|
|
269
|
+
paginationState: {
|
|
270
|
+
/**
|
|
271
|
+
* Page Index
|
|
272
|
+
*/
|
|
273
|
+
pageIndex: number;
|
|
274
|
+
/**
|
|
275
|
+
* Page Size
|
|
276
|
+
*/
|
|
277
|
+
pageSize: number;
|
|
278
|
+
};
|
|
279
|
+
/**
|
|
280
|
+
* Sorting the columns
|
|
281
|
+
*/
|
|
282
|
+
sortingState: {
|
|
283
|
+
/**
|
|
284
|
+
* Descending
|
|
285
|
+
*/
|
|
286
|
+
desc: boolean;
|
|
287
|
+
/**
|
|
288
|
+
* Column Id
|
|
289
|
+
*/
|
|
290
|
+
id: string;
|
|
291
|
+
}[];
|
|
292
|
+
}>;
|
|
189
293
|
/****************************************************************************/
|
|
190
294
|
render(): any;
|
|
191
295
|
}
|
|
@@ -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 {};
|
|
@@ -13,6 +13,7 @@ export declare class NvFielddaterange {
|
|
|
13
13
|
private popoverElement;
|
|
14
14
|
private calendarElement;
|
|
15
15
|
private popoverId;
|
|
16
|
+
private contentRef?;
|
|
16
17
|
/****************************************************************************/
|
|
17
18
|
/**
|
|
18
19
|
* Sets the ID for the start input element and the for attribute of the associated
|
|
@@ -79,7 +80,7 @@ export declare class NvFielddaterange {
|
|
|
79
80
|
/**
|
|
80
81
|
* The initial value of the date range (in string format).
|
|
81
82
|
*/
|
|
82
|
-
|
|
83
|
+
value: string;
|
|
83
84
|
/**
|
|
84
85
|
* The current value of the start date in string format.
|
|
85
86
|
*/
|
|
@@ -92,10 +93,6 @@ export declare class NvFielddaterange {
|
|
|
92
93
|
* Controls the opening of the popover.
|
|
93
94
|
*/
|
|
94
95
|
open: boolean;
|
|
95
|
-
/**
|
|
96
|
-
* Current calendar state to prevent unwanted navigation
|
|
97
|
-
*/
|
|
98
|
-
private calendarState;
|
|
99
96
|
/**
|
|
100
97
|
* First day of the week 0 = Sunday, 1 = Monday, etc.
|
|
101
98
|
* @default 1
|
|
@@ -149,6 +146,11 @@ export declare class NvFielddaterange {
|
|
|
149
146
|
*/
|
|
150
147
|
readonly fluid: boolean;
|
|
151
148
|
/****************************************************************************/
|
|
149
|
+
/**
|
|
150
|
+
* Parses the unified value prop and synchronizes with internal state
|
|
151
|
+
* @param {string} value - Value to parse
|
|
152
|
+
*/
|
|
153
|
+
private parseUnifiedValue;
|
|
152
154
|
/**
|
|
153
155
|
* Converts the nv-calendar date format to the format expected by Inputmask.
|
|
154
156
|
* @param {string} format - The date format to convert
|
|
@@ -191,14 +193,24 @@ export declare class NvFielddaterange {
|
|
|
191
193
|
disconnectedCallback(): void;
|
|
192
194
|
/****************************************************************************/
|
|
193
195
|
/**
|
|
194
|
-
*
|
|
196
|
+
* Emitted when the date range changes.
|
|
195
197
|
*/
|
|
196
198
|
dateRangeChange: EventEmitter<HTMLNvCalendarElementEventMap['rangeDateChange']>;
|
|
199
|
+
/**
|
|
200
|
+
* Emitted when the unified value changes
|
|
201
|
+
* @bind value
|
|
202
|
+
*/
|
|
203
|
+
valueChanged: EventEmitter<string>;
|
|
197
204
|
/**
|
|
198
205
|
* Handles the range date selection event from nv-calendar.
|
|
199
206
|
* @param {CustomEvent<DateRange>} event - The custom event
|
|
200
207
|
*/
|
|
201
208
|
handleRangeDateChange(event: CustomEvent<HTMLNvCalendarElementEventMap['rangeDateChange']>): void;
|
|
209
|
+
/**
|
|
210
|
+
* Handles the unified value change event from nv-calendar
|
|
211
|
+
* @param {CustomEvent<string>} event - The custom event
|
|
212
|
+
*/
|
|
213
|
+
handleCalendarValueChanged(event: CustomEvent<string>): void;
|
|
202
214
|
handleClosePopover(): void;
|
|
203
215
|
handleApplyDateRange(): void;
|
|
204
216
|
/**
|
|
@@ -212,6 +224,7 @@ export declare class NvFielddaterange {
|
|
|
212
224
|
*/
|
|
213
225
|
handleKeyDown(event: KeyboardEvent): void;
|
|
214
226
|
handleValueChange(newValue: string): void;
|
|
227
|
+
onOpenChanged(newValue: boolean): void;
|
|
215
228
|
/****************************************************************************/
|
|
216
229
|
render(): any;
|
|
217
230
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { EventEmitter } from '../../stencil-public-runtime';
|
|
2
2
|
/**
|
|
3
3
|
* @slot leading-input - Content to be placed before the input text, within the input container.
|
|
4
|
+
* @slot trailing-input - Content to be placed after the input text, within the input container.
|
|
4
5
|
* @slot before-input - Content to be placed before the input text, outside the input container.
|
|
5
6
|
* @slot after-input - Content to be placed after the input text, outside the input container.
|
|
6
7
|
* @slot label - Content to be placed as the label, will override the label prop.
|
|
@@ -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
|
}
|