@nova-design-system/nova-webcomponents 3.0.0 → 3.2.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/{constants-bcd6b2e2.js → constants-8fb8ccc0.js} +14 -1
- package/dist/cjs/constants-8fb8ccc0.js.map +1 -0
- package/dist/cjs/{index-9bda5507.js → index-108ddff0.js} +22 -6
- package/dist/cjs/index-108ddff0.js.map +1 -0
- package/dist/cjs/index.cjs.js +5 -471
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/native.cjs.js +2 -2
- package/dist/cjs/nv-alert.cjs.entry.js +6 -6
- package/dist/cjs/nv-alert.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-avatar.cjs.entry.js +2 -2
- package/dist/cjs/nv-badge_2.cjs.entry.js +18 -9
- package/dist/cjs/nv-badge_2.cjs.entry.js.map +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 +2 -2
- package/dist/cjs/nv-calendar.cjs.entry.js +821 -843
- 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 +423 -94
- package/dist/cjs/nv-datagrid.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-datagridcolumn.cjs.entry.js +2 -2
- package/dist/cjs/nv-datagridcolumn.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-dialog.cjs.entry.js +19 -13
- package/dist/cjs/nv-dialog.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-dialogfooter_2.cjs.entry.js +2 -2
- package/dist/cjs/nv-fieldcheckbox.cjs.entry.js +1 -1
- package/dist/cjs/nv-fielddate.cjs.entry.js +9 -18
- package/dist/cjs/nv-fielddate.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fielddaterange.cjs.entry.js +85 -32
- package/dist/cjs/nv-fielddaterange.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fielddropdown.cjs.entry.js +88 -57
- package/dist/cjs/nv-fielddropdown.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fielddropdownitem.cjs.entry.js +2 -2
- package/dist/cjs/nv-fieldmultiselect.cjs.entry.js +122 -104
- package/dist/cjs/nv-fieldmultiselect.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fieldnumber.cjs.entry.js +9 -5
- package/dist/cjs/nv-fieldnumber.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fieldpassword.cjs.entry.js +9 -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 +11 -7
- package/dist/cjs/nv-fieldselect.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fieldslider.cjs.entry.js +663 -0
- package/dist/cjs/nv-fieldslider.cjs.entry.js.map +1 -0
- package/dist/cjs/nv-fieldtext.cjs.entry.js +9 -5
- package/dist/cjs/nv-fieldtext.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fieldtextarea.cjs.entry.js +9 -5
- package/dist/cjs/nv-fieldtextarea.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fieldtime.cjs.entry.js +16 -13
- package/dist/cjs/nv-fieldtime.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-icon.cjs.entry.js +4 -4
- package/dist/cjs/nv-icon.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-iconbutton_2.cjs.entry.js +3 -3
- package/dist/cjs/nv-menu.cjs.entry.js +4 -2
- package/dist/cjs/nv-menu.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-menuitem.cjs.entry.js +2 -2
- package/dist/cjs/nv-popover.cjs.entry.js +2 -2
- 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-table.cjs.entry.js.map +1 -1
- 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 +3 -3
- package/dist/cjs/nv-tooltip.cjs.entry.js.map +1 -1
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/nv-alert/nv-alert.css +3 -0
- package/dist/collection/components/nv-alert/nv-alert.js +6 -11
- package/dist/collection/components/nv-alert/nv-alert.js.map +1 -1
- package/dist/collection/components/nv-badge/nv-badge.css +181 -1
- package/dist/collection/components/nv-badge/nv-badge.docs.js +20 -1
- package/dist/collection/components/nv-badge/nv-badge.docs.js.map +1 -1
- package/dist/collection/components/nv-badge/nv-badge.js +39 -15
- package/dist/collection/components/nv-badge/nv-badge.js.map +1 -1
- package/dist/collection/components/nv-breadcrumbs/nv-breadcrumbs.docs.js +0 -1
- package/dist/collection/components/nv-breadcrumbs/nv-breadcrumbs.docs.js.map +1 -1
- package/dist/collection/components/nv-calendar/nv-calendar.css +25 -2
- package/dist/collection/components/nv-calendar/nv-calendar.docs.js +33 -38
- package/dist/collection/components/nv-calendar/nv-calendar.docs.js.map +1 -1
- package/dist/collection/components/nv-calendar/nv-calendar.js +659 -897
- package/dist/collection/components/nv-calendar/nv-calendar.js.map +1 -1
- package/dist/collection/components/nv-calendar/nv-calendar.utils.js +202 -0
- package/dist/collection/components/nv-calendar/nv-calendar.utils.js.map +1 -0
- package/dist/collection/components/nv-calendar/test/nv-calendar.utils.test.js +667 -0
- package/dist/collection/components/nv-calendar/test/nv-calendar.utils.test.js.map +1 -0
- package/dist/collection/components/nv-datagrid/nv-datagrid.css +98 -0
- package/dist/collection/components/nv-datagrid/nv-datagrid.docs.js +232 -51
- package/dist/collection/components/nv-datagrid/nv-datagrid.docs.js.map +1 -1
- package/dist/collection/components/nv-datagrid/nv-datagrid.js +437 -160
- package/dist/collection/components/nv-datagrid/nv-datagrid.js.map +1 -1
- package/dist/collection/components/nv-datagridcolumn/nv-datagridcolumn.js +20 -1
- package/dist/collection/components/nv-datagridcolumn/nv-datagridcolumn.js.map +1 -1
- package/dist/collection/components/nv-dialog/nv-dialog.css +29 -5
- package/dist/collection/components/nv-dialog/nv-dialog.docs.js +0 -1
- package/dist/collection/components/nv-dialog/nv-dialog.docs.js.map +1 -1
- package/dist/collection/components/nv-dialog/nv-dialog.js +16 -10
- package/dist/collection/components/nv-dialog/nv-dialog.js.map +1 -1
- package/dist/collection/components/nv-fielddate/nv-fielddate.docs.js +16 -8
- package/dist/collection/components/nv-fielddate/nv-fielddate.docs.js.map +1 -1
- package/dist/collection/components/nv-fielddate/nv-fielddate.js +48 -39
- package/dist/collection/components/nv-fielddate/nv-fielddate.js.map +1 -1
- package/dist/collection/components/nv-fielddate/styles/nv-fielddate.css +14 -1
- package/dist/collection/components/nv-fielddaterange/nv-fielddaterange.docs.js +12 -15
- package/dist/collection/components/nv-fielddaterange/nv-fielddaterange.docs.js.map +1 -1
- package/dist/collection/components/nv-fielddaterange/nv-fielddaterange.js +147 -68
- package/dist/collection/components/nv-fielddaterange/nv-fielddaterange.js.map +1 -1
- package/dist/collection/components/nv-fielddaterange/styles/nv-fielddaterange.css +20 -12
- package/dist/collection/components/nv-fielddropdown/nv-fielddropdown.docs.js +16 -0
- package/dist/collection/components/nv-fielddropdown/nv-fielddropdown.docs.js.map +1 -1
- package/dist/collection/components/nv-fielddropdown/nv-fielddropdown.js +197 -103
- package/dist/collection/components/nv-fielddropdown/nv-fielddropdown.js.map +1 -1
- package/dist/collection/components/nv-fielddropdown/styles/nv-fielddropdown.css +36 -1
- package/dist/collection/components/nv-fielddropdownitem/nv-fielddropdownitem.js +1 -1
- package/dist/collection/components/nv-fielddropdownitemcheck/nv-fielddropdownitemcheck.js +1 -1
- package/dist/collection/components/nv-fieldmultiselect/nv-fieldmultiselect.docs.js +8 -1
- package/dist/collection/components/nv-fieldmultiselect/nv-fieldmultiselect.docs.js.map +1 -1
- package/dist/collection/components/nv-fieldmultiselect/nv-fieldmultiselect.js +228 -190
- package/dist/collection/components/nv-fieldmultiselect/nv-fieldmultiselect.js.map +1 -1
- package/dist/collection/components/nv-fieldmultiselect/{nv-fieldmultiselect.css → styles/nv-fieldmultiselect.css} +36 -1
- package/dist/collection/components/nv-fieldnumber/nv-fieldnumber.css +12 -1
- 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 +27 -3
- package/dist/collection/components/nv-fieldnumber/nv-fieldnumber.js.map +1 -1
- package/dist/collection/components/nv-fieldpassword/nv-fieldpassword.css +12 -1
- package/dist/collection/components/nv-fieldpassword/nv-fieldpassword.docs.js +8 -0
- package/dist/collection/components/nv-fieldpassword/nv-fieldpassword.docs.js.map +1 -1
- package/dist/collection/components/nv-fieldpassword/nv-fieldpassword.js +27 -3
- package/dist/collection/components/nv-fieldpassword/nv-fieldpassword.js.map +1 -1
- package/dist/collection/components/nv-fieldradio/nv-fieldradio.js +3 -3
- package/dist/collection/components/nv-fieldselect/nv-fieldselect.css +12 -1
- package/dist/collection/components/nv-fieldselect/nv-fieldselect.docs.js +8 -0
- package/dist/collection/components/nv-fieldselect/nv-fieldselect.docs.js.map +1 -1
- package/dist/collection/components/nv-fieldselect/nv-fieldselect.js +29 -5
- package/dist/collection/components/nv-fieldselect/nv-fieldselect.js.map +1 -1
- package/dist/collection/components/nv-fieldslider/nv-fieldslider.docs.js +264 -0
- package/dist/collection/components/nv-fieldslider/nv-fieldslider.docs.js.map +1 -0
- package/dist/collection/components/nv-fieldslider/nv-fieldslider.js +1035 -0
- package/dist/collection/components/nv-fieldslider/nv-fieldslider.js.map +1 -0
- package/dist/collection/components/nv-fieldslider/nv-fieldslider.utils.js +77 -0
- package/dist/collection/components/nv-fieldslider/nv-fieldslider.utils.js.map +1 -0
- package/dist/collection/components/nv-fieldslider/partials/field-input.js +33 -0
- package/dist/collection/components/nv-fieldslider/partials/field-input.js.map +1 -0
- package/dist/collection/components/nv-fieldslider/partials/range-thumb.js +34 -0
- package/dist/collection/components/nv-fieldslider/partials/range-thumb.js.map +1 -0
- package/dist/collection/components/nv-fieldslider/partials/single-thumb.js +18 -0
- package/dist/collection/components/nv-fieldslider/partials/single-thumb.js.map +1 -0
- package/dist/collection/components/nv-fieldslider/partials/tick-marks.js +18 -0
- package/dist/collection/components/nv-fieldslider/partials/tick-marks.js.map +1 -0
- package/dist/collection/components/nv-fieldslider/styles/nv-fieldslider.css +267 -0
- package/dist/collection/components/nv-fieldslider/test/nv-fieldslider.utils.test.js +159 -0
- package/dist/collection/components/nv-fieldslider/test/nv-fieldslider.utils.test.js.map +1 -0
- package/dist/collection/components/nv-fieldtext/nv-fieldtext.css +20 -1
- package/dist/collection/components/nv-fieldtext/nv-fieldtext.docs.js +17 -1
- package/dist/collection/components/nv-fieldtext/nv-fieldtext.docs.js.map +1 -1
- package/dist/collection/components/nv-fieldtext/nv-fieldtext.js +28 -3
- package/dist/collection/components/nv-fieldtext/nv-fieldtext.js.map +1 -1
- package/dist/collection/components/nv-fieldtextarea/nv-fieldtextarea.css +30 -1
- package/dist/collection/components/nv-fieldtextarea/nv-fieldtextarea.docs.js +8 -0
- package/dist/collection/components/nv-fieldtextarea/nv-fieldtextarea.docs.js.map +1 -1
- package/dist/collection/components/nv-fieldtextarea/nv-fieldtextarea.js +27 -3
- package/dist/collection/components/nv-fieldtextarea/nv-fieldtextarea.js.map +1 -1
- package/dist/collection/components/nv-fieldtime/nv-fieldtime.js +13 -10
- package/dist/collection/components/nv-fieldtime/nv-fieldtime.js.map +1 -1
- package/dist/collection/components/nv-fieldtime/styles/nv-fieldtime.css +26 -3
- package/dist/collection/components/nv-icon/nv-icon.js +1 -1
- package/dist/collection/components/nv-icon/nv-icons.js +4 -470
- package/dist/collection/components/nv-icon/nv-icons.js.map +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 +3 -1
- package/dist/collection/components/nv-menu/nv-menu.js.map +1 -1
- package/dist/collection/components/nv-menuitem/nv-menuitem.js +2 -2
- package/dist/collection/components/nv-popover/nv-popover.js +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 +8 -11
- package/dist/collection/components/nv-table/nv-table.js.map +1 -1
- package/dist/collection/components/nv-toggle/nv-toggle.js +2 -2
- package/dist/collection/components/nv-tooltip/nv-tooltip.css +1 -0
- package/dist/collection/components/nv-tooltip/nv-tooltip.js +1 -1
- package/dist/collection/index.js.map +1 -1
- package/dist/collection/interfaces/Column.js.map +1 -1
- package/dist/collection/templates/navigation.docs.js +0 -1
- package/dist/collection/templates/navigation.docs.js.map +1 -1
- package/dist/collection/utils/constants.js +11 -0
- package/dist/collection/utils/constants.js.map +1 -1
- package/dist/components/index.js +6 -472
- package/dist/components/index.js.map +1 -1
- package/dist/components/nv-alert.js +7 -7
- package/dist/components/nv-alert.js.map +1 -1
- package/dist/components/nv-avatar.js +3 -3
- 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 +447 -102
- package/dist/components/nv-datagrid.js.map +1 -1
- package/dist/components/nv-datagridcolumn.js +4 -3
- package/dist/components/nv-datagridcolumn.js.map +1 -1
- package/dist/components/nv-dialog.js +24 -18
- package/dist/components/nv-dialog.js.map +1 -1
- 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 +19 -27
- package/dist/components/nv-fielddate.js.map +1 -1
- package/dist/components/nv-fielddaterange.js +99 -44
- package/dist/components/nv-fielddaterange.js.map +1 -1
- package/dist/components/nv-fielddropdown.js +103 -69
- 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 +139 -120
- package/dist/components/nv-fieldmultiselect.js.map +1 -1
- package/dist/components/nv-fieldnumber.js +14 -9
- package/dist/components/nv-fieldnumber.js.map +1 -1
- package/dist/components/nv-fieldpassword.js +13 -8
- package/dist/components/nv-fieldpassword.js.map +1 -1
- package/dist/components/nv-fieldradio.js +4 -4
- package/dist/components/nv-fieldselect.js +15 -10
- package/dist/components/nv-fieldselect.js.map +1 -1
- package/dist/components/nv-fieldslider.d.ts +11 -0
- package/dist/components/nv-fieldslider.js +726 -0
- package/dist/components/nv-fieldslider.js.map +1 -0
- package/dist/components/nv-fieldtext.js +1 -158
- package/dist/components/nv-fieldtext.js.map +1 -1
- package/dist/components/nv-fieldtextarea.js +11 -6
- package/dist/components/nv-fieldtextarea.js.map +1 -1
- package/dist/components/nv-fieldtime.js +20 -17
- 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 +7 -5
- package/dist/components/nv-menu.js.map +1 -1
- 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-table.js.map +1 -1
- 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-dc3faba3.js → p-04cb3a6f.js} +5 -5
- package/dist/components/{p-dc3faba3.js.map → p-04cb3a6f.js.map} +1 -1
- package/dist/components/p-07a89754.js +187 -0
- package/dist/components/p-07a89754.js.map +1 -0
- package/dist/components/{p-b7b78e64.js → p-0ab80d95.js} +3 -3
- package/dist/components/{p-b7b78e64.js.map → p-0ab80d95.js.map} +1 -1
- package/dist/components/{p-8348db09.js → p-1f505531.js} +15 -2
- package/dist/components/p-1f505531.js.map +1 -0
- package/dist/components/{p-02752770.js → p-33e231f4.js} +2 -2
- package/dist/components/{p-02752770.js.map → p-33e231f4.js.map} +1 -1
- package/dist/components/p-4656efae.js +1111 -0
- package/dist/components/p-4656efae.js.map +1 -0
- package/dist/components/{p-2012b8ba.js → p-581e67cc.js} +4 -4
- package/dist/components/{p-2012b8ba.js.map → p-581e67cc.js.map} +1 -1
- package/dist/components/{p-1c45c0f2.js → p-679e0fa9.js} +16 -4
- package/dist/components/p-679e0fa9.js.map +1 -0
- package/dist/components/p-76a30bf1.js +88 -0
- package/dist/components/p-76a30bf1.js.map +1 -0
- package/dist/components/{p-150daf68.js → p-83c8873a.js} +3 -3
- package/dist/components/{p-150daf68.js.map → p-83c8873a.js.map} +1 -1
- package/dist/components/{p-c14f6b8e.js → p-c0a91091.js} +5 -5
- package/dist/components/p-c0a91091.js.map +1 -0
- package/dist/components/{p-6c364a23.js → p-cbdc2c8b.js} +6 -6
- package/dist/components/{p-6c364a23.js.map → p-cbdc2c8b.js.map} +1 -1
- package/dist/components/{p-2d9ba7d3.js → p-cbe9521f.js} +4 -4
- package/dist/components/{p-2d9ba7d3.js.map → p-cbe9521f.js.map} +1 -1
- package/dist/components/{p-a30b55fc.js → p-d19b41d2.js} +2 -2
- package/dist/components/{p-a30b55fc.js.map → p-d19b41d2.js.map} +1 -1
- package/dist/components/{p-4d3ec142.js → p-d63f1cbe.js} +4 -4
- package/dist/components/{p-4d3ec142.js.map → p-d63f1cbe.js.map} +1 -1
- package/dist/components/{p-e00cbb8a.js → p-dd2273a3.js} +2 -2
- package/dist/components/{p-e00cbb8a.js.map → p-dd2273a3.js.map} +1 -1
- package/dist/components/p-f0a5e7e4.js +167 -0
- package/dist/components/p-f0a5e7e4.js.map +1 -0
- package/dist/components/{p-f4d86795.js → p-f1859ddc.js} +4 -4
- package/dist/components/{p-f4d86795.js.map → p-f1859ddc.js.map} +1 -1
- package/dist/esm/{constants-98e2dcc2.js → constants-b97e736d.js} +15 -2
- package/dist/esm/constants-b97e736d.js.map +1 -0
- package/dist/esm/{index-1fb7a9a6.js → index-8f0e5f19.js} +22 -6
- package/dist/esm/index-8f0e5f19.js.map +1 -0
- package/dist/esm/index.js +5 -471
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/loader.js +3 -3
- package/dist/esm/native.js +3 -3
- package/dist/esm/nv-alert.entry.js +6 -6
- package/dist/esm/nv-alert.entry.js.map +1 -1
- package/dist/esm/nv-avatar.entry.js +2 -2
- package/dist/esm/nv-badge_2.entry.js +18 -9
- package/dist/esm/nv-badge_2.entry.js.map +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 +821 -843
- 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 +423 -94
- package/dist/esm/nv-datagrid.entry.js.map +1 -1
- package/dist/esm/nv-datagridcolumn.entry.js +2 -2
- package/dist/esm/nv-datagridcolumn.entry.js.map +1 -1
- package/dist/esm/nv-dialog.entry.js +19 -13
- package/dist/esm/nv-dialog.entry.js.map +1 -1
- 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 +9 -18
- package/dist/esm/nv-fielddate.entry.js.map +1 -1
- package/dist/esm/nv-fielddaterange.entry.js +85 -32
- package/dist/esm/nv-fielddaterange.entry.js.map +1 -1
- package/dist/esm/nv-fielddropdown.entry.js +88 -57
- package/dist/esm/nv-fielddropdown.entry.js.map +1 -1
- package/dist/esm/nv-fielddropdownitem.entry.js +2 -2
- package/dist/esm/nv-fieldmultiselect.entry.js +122 -104
- package/dist/esm/nv-fieldmultiselect.entry.js.map +1 -1
- package/dist/esm/nv-fieldnumber.entry.js +9 -5
- package/dist/esm/nv-fieldnumber.entry.js.map +1 -1
- package/dist/esm/nv-fieldpassword.entry.js +9 -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 +11 -7
- package/dist/esm/nv-fieldselect.entry.js.map +1 -1
- package/dist/esm/nv-fieldslider.entry.js +659 -0
- package/dist/esm/nv-fieldslider.entry.js.map +1 -0
- package/dist/esm/nv-fieldtext.entry.js +9 -5
- package/dist/esm/nv-fieldtext.entry.js.map +1 -1
- package/dist/esm/nv-fieldtextarea.entry.js +9 -5
- package/dist/esm/nv-fieldtextarea.entry.js.map +1 -1
- package/dist/esm/nv-fieldtime.entry.js +16 -13
- package/dist/esm/nv-fieldtime.entry.js.map +1 -1
- package/dist/esm/nv-icon.entry.js +4 -4
- package/dist/esm/nv-icon.entry.js.map +1 -1
- package/dist/esm/nv-iconbutton_2.entry.js +3 -3
- package/dist/esm/nv-menu.entry.js +4 -2
- package/dist/esm/nv-menu.entry.js.map +1 -1
- package/dist/esm/nv-menuitem.entry.js +2 -2
- package/dist/esm/nv-popover.entry.js +2 -2
- 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-table.entry.js.map +1 -1
- 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 +3 -3
- package/dist/esm/nv-tooltip.entry.js.map +1 -1
- package/dist/native/index.esm.js +1 -1
- package/dist/native/index.esm.js.map +1 -1
- package/dist/native/native.css +1 -1
- package/dist/native/native.esm.js +1 -1
- package/dist/native/native.esm.js.map +1 -1
- package/dist/native/{p-6b348684.entry.js → p-0323daf6.entry.js} +2 -2
- package/dist/native/{p-d5cbf5c8.entry.js → p-05d95d4d.entry.js} +2 -2
- package/dist/native/{p-fb5bddba.entry.js → p-0ec1e2e3.entry.js} +2 -2
- package/dist/native/{p-c7b201cd.entry.js → p-16a4cdf3.entry.js} +2 -2
- package/dist/native/p-19fb0fd0.entry.js +2 -0
- package/dist/native/p-19fb0fd0.entry.js.map +1 -0
- package/dist/native/p-1e3d3374.entry.js +2 -0
- package/dist/native/{p-9135fdf5.entry.js.map → p-1e3d3374.entry.js.map} +1 -1
- package/dist/native/p-21e7132f.entry.js +2 -0
- package/dist/native/p-21e7132f.entry.js.map +1 -0
- package/dist/native/p-221b8f72.entry.js +2 -0
- package/dist/native/p-221b8f72.entry.js.map +1 -0
- package/dist/native/p-2805f9f2.entry.js +2 -0
- package/dist/native/p-2805f9f2.entry.js.map +1 -0
- package/dist/native/p-3f2b6a22.entry.js +2 -0
- package/dist/native/p-3f2b6a22.entry.js.map +1 -0
- package/dist/native/{p-0245863d.entry.js → p-407fc32d.entry.js} +2 -2
- package/dist/native/{p-63e6aed3.entry.js → p-4c0d81b0.entry.js} +2 -2
- package/dist/native/p-4c0d81b0.entry.js.map +1 -0
- package/dist/native/{p-39bb95ff.entry.js → p-519b4819.entry.js} +2 -2
- package/dist/native/{p-fa77a591.entry.js → p-5382eab2.entry.js} +2 -2
- package/dist/native/p-5ba3fc3c.entry.js +2 -0
- package/dist/native/p-5ba3fc3c.entry.js.map +1 -0
- package/dist/native/{p-bad11367.entry.js → p-60b204ac.entry.js} +2 -2
- package/dist/native/p-60b204ac.entry.js.map +1 -0
- package/dist/native/p-7092a675.entry.js +2 -0
- package/dist/native/p-711a7778.js +3 -0
- package/dist/native/p-711a7778.js.map +1 -0
- package/dist/native/p-759c9ce4.entry.js +2 -0
- package/dist/native/p-759c9ce4.entry.js.map +1 -0
- package/dist/native/{p-d7a76400.entry.js → p-7c676f2c.entry.js} +2 -2
- package/dist/native/p-7c6edd1c.entry.js +2 -0
- package/dist/native/p-7c6edd1c.entry.js.map +1 -0
- package/dist/native/p-987c79d8.entry.js +2 -0
- package/dist/native/p-987c79d8.entry.js.map +1 -0
- package/dist/native/{p-f85aca27.entry.js → p-9fba8663.entry.js} +2 -2
- package/dist/native/{p-b094296d.entry.js → p-a2c0f1a7.entry.js} +2 -2
- package/dist/native/p-aa86af25.entry.js +2 -0
- package/dist/native/p-aa86af25.entry.js.map +1 -0
- package/dist/native/p-adc96c3a.entry.js +2 -0
- package/dist/native/p-adc96c3a.entry.js.map +1 -0
- package/dist/native/p-b0fc08e7.entry.js +2 -0
- package/dist/native/p-b0fc08e7.entry.js.map +1 -0
- package/dist/native/{p-6ff228da.entry.js → p-c930adb7.entry.js} +2 -2
- package/dist/native/{p-701b5557.entry.js → p-cfe0a6c6.entry.js} +2 -2
- package/dist/native/p-d07ab618.entry.js +2 -0
- package/dist/native/p-dac0089b.entry.js +2 -0
- package/dist/native/p-dac0089b.entry.js.map +1 -0
- package/dist/native/p-de2c07a6.entry.js +13 -0
- package/dist/native/p-de2c07a6.entry.js.map +1 -0
- package/dist/native/p-ed488498.entry.js +7 -0
- package/dist/native/p-ed488498.entry.js.map +1 -0
- package/dist/native/p-ef76178b.entry.js +2 -0
- package/dist/native/p-ef76178b.entry.js.map +1 -0
- package/dist/native/{p-e5de64d5.entry.js → p-f0ddf60b.entry.js} +2 -2
- package/dist/native/p-f39803d9.entry.js +2 -0
- package/dist/native/p-f39803d9.entry.js.map +1 -0
- package/dist/native/{p-59768ee5.js → p-f85c08f1.js} +2 -2
- package/dist/native/p-f85c08f1.js.map +1 -0
- package/dist/native/p-fb897f7d.entry.js +2 -0
- package/dist/native/p-fb897f7d.entry.js.map +1 -0
- package/dist/native/{p-244f56ac.entry.js → p-fc3bea07.entry.js} +2 -2
- package/dist/types/components/nv-alert/nv-alert.d.ts +1 -1
- package/dist/types/components/nv-badge/nv-badge.d.ts +11 -3
- package/dist/types/components/nv-calendar/nv-calendar.d.ts +70 -112
- package/dist/types/components/nv-calendar/nv-calendar.utils.d.ts +60 -0
- package/dist/types/components/nv-calendar/test/nv-calendar.utils.test.d.ts +1 -0
- package/dist/types/components/nv-datagrid/nv-datagrid.d.ts +47 -26
- package/dist/types/components/nv-datagridcolumn/nv-datagridcolumn.d.ts +4 -0
- package/dist/types/components/nv-dialog/nv-dialog.d.ts +4 -0
- package/dist/types/components/nv-fielddate/nv-fielddate.d.ts +6 -7
- package/dist/types/components/nv-fielddaterange/nv-fielddaterange.d.ts +23 -12
- package/dist/types/components/nv-fielddropdown/nv-fielddropdown.d.ts +51 -26
- package/dist/types/components/nv-fieldmultiselect/nv-fieldmultiselect.d.ts +65 -55
- package/dist/types/components/nv-fieldnumber/nv-fieldnumber.d.ts +4 -0
- package/dist/types/components/nv-fieldpassword/nv-fieldpassword.d.ts +4 -0
- package/dist/types/components/nv-fieldselect/nv-fieldselect.d.ts +4 -0
- package/dist/types/components/nv-fieldslider/nv-fieldslider.d.ts +230 -0
- package/dist/types/components/nv-fieldslider/nv-fieldslider.docs.d.ts +4 -0
- package/dist/types/components/nv-fieldslider/nv-fieldslider.utils.d.ts +46 -0
- package/dist/types/components/nv-fieldslider/partials/field-input.d.ts +45 -0
- package/dist/types/components/nv-fieldslider/partials/range-thumb.d.ts +37 -0
- package/dist/types/components/nv-fieldslider/partials/single-thumb.d.ts +35 -0
- package/dist/types/components/nv-fieldslider/partials/tick-marks.d.ts +28 -0
- package/dist/types/components/nv-fieldslider/test/nv-fieldslider.utils.test.d.ts +1 -0
- package/dist/types/components/nv-fieldtext/nv-fieldtext.d.ts +5 -0
- package/dist/types/components/nv-fieldtextarea/nv-fieldtextarea.d.ts +4 -0
- package/dist/types/components/nv-icon/nv-icons.d.ts +1 -1
- package/dist/types/components/nv-table/nv-table.d.ts +13 -2
- package/dist/types/components.d.ts +656 -154
- package/dist/types/index.d.ts +0 -2
- package/dist/types/interfaces/Column.d.ts +5 -1
- package/dist/types/utils/constants.d.ts +9 -0
- package/dist/vscode-data.json +292 -1546
- package/hydrate/index.js +2715 -1533
- package/hydrate/index.mjs +2715 -1533
- package/package.json +6 -2
- package/dist/cjs/constants-bcd6b2e2.js.map +0 -1
- package/dist/cjs/index-9bda5507.js.map +0 -1
- package/dist/collection/interfaces/actionEvent.js +0 -2
- package/dist/collection/interfaces/actionEvent.js.map +0 -1
- package/dist/collection/interfaces/calendarShortcut.js +0 -2
- package/dist/collection/interfaces/calendarShortcut.js.map +0 -1
- package/dist/collection/interfaces/dateRange.js +0 -2
- package/dist/collection/interfaces/dateRange.js.map +0 -1
- package/dist/components/p-1c45c0f2.js.map +0 -1
- package/dist/components/p-373926aa.js +0 -177
- package/dist/components/p-373926aa.js.map +0 -1
- package/dist/components/p-591730e7.js +0 -88
- package/dist/components/p-591730e7.js.map +0 -1
- package/dist/components/p-8348db09.js.map +0 -1
- package/dist/components/p-c14f6b8e.js.map +0 -1
- package/dist/components/p-f331117c.js +0 -1133
- package/dist/components/p-f331117c.js.map +0 -1
- package/dist/esm/constants-98e2dcc2.js.map +0 -1
- package/dist/esm/index-1fb7a9a6.js.map +0 -1
- package/dist/native/p-0ee428d5.entry.js +0 -2
- package/dist/native/p-0ee428d5.entry.js.map +0 -1
- package/dist/native/p-2691e02d.entry.js +0 -2
- package/dist/native/p-37f0210e.entry.js +0 -2
- package/dist/native/p-37f0210e.entry.js.map +0 -1
- package/dist/native/p-4a440970.entry.js +0 -2
- package/dist/native/p-4a440970.entry.js.map +0 -1
- package/dist/native/p-4ae26462.entry.js +0 -7
- package/dist/native/p-4ae26462.entry.js.map +0 -1
- package/dist/native/p-4d9c4618.entry.js +0 -2
- package/dist/native/p-4d9c4618.entry.js.map +0 -1
- package/dist/native/p-4dc1d036.entry.js +0 -2
- package/dist/native/p-59768ee5.js.map +0 -1
- package/dist/native/p-59e0bd2b.entry.js +0 -2
- package/dist/native/p-59e0bd2b.entry.js.map +0 -1
- package/dist/native/p-5c00f092.entry.js +0 -2
- package/dist/native/p-5c00f092.entry.js.map +0 -1
- package/dist/native/p-63e6aed3.entry.js.map +0 -1
- package/dist/native/p-7f5eb2ac.entry.js +0 -2
- package/dist/native/p-7f5eb2ac.entry.js.map +0 -1
- package/dist/native/p-84a73e2a.entry.js +0 -2
- package/dist/native/p-84a73e2a.entry.js.map +0 -1
- package/dist/native/p-9135fdf5.entry.js +0 -2
- package/dist/native/p-93dc2f47.entry.js +0 -2
- package/dist/native/p-93dc2f47.entry.js.map +0 -1
- package/dist/native/p-9a267f16.entry.js +0 -13
- package/dist/native/p-9a267f16.entry.js.map +0 -1
- package/dist/native/p-9d6431c7.entry.js +0 -2
- package/dist/native/p-9d6431c7.entry.js.map +0 -1
- package/dist/native/p-ab002252.js +0 -3
- package/dist/native/p-ab002252.js.map +0 -1
- package/dist/native/p-b2ce83ad.entry.js +0 -2
- package/dist/native/p-b2ce83ad.entry.js.map +0 -1
- package/dist/native/p-bad11367.entry.js.map +0 -1
- package/dist/native/p-e1a4f776.entry.js +0 -2
- package/dist/native/p-e1a4f776.entry.js.map +0 -1
- package/dist/native/p-e49bbd02.entry.js +0 -2
- package/dist/native/p-e49bbd02.entry.js.map +0 -1
- package/dist/native/p-eee01062.entry.js +0 -2
- package/dist/native/p-eee01062.entry.js.map +0 -1
- package/dist/native/p-f6bdc270.entry.js +0 -2
- package/dist/native/p-f6bdc270.entry.js.map +0 -1
- package/dist/types/interfaces/actionEvent.d.ts +0 -13
- package/dist/types/interfaces/calendarShortcut.d.ts +0 -17
- package/dist/types/interfaces/dateRange.d.ts +0 -13
- /package/dist/native/{p-6b348684.entry.js.map → p-0323daf6.entry.js.map} +0 -0
- /package/dist/native/{p-d5cbf5c8.entry.js.map → p-05d95d4d.entry.js.map} +0 -0
- /package/dist/native/{p-fb5bddba.entry.js.map → p-0ec1e2e3.entry.js.map} +0 -0
- /package/dist/native/{p-c7b201cd.entry.js.map → p-16a4cdf3.entry.js.map} +0 -0
- /package/dist/native/{p-0245863d.entry.js.map → p-407fc32d.entry.js.map} +0 -0
- /package/dist/native/{p-39bb95ff.entry.js.map → p-519b4819.entry.js.map} +0 -0
- /package/dist/native/{p-fa77a591.entry.js.map → p-5382eab2.entry.js.map} +0 -0
- /package/dist/native/{p-2691e02d.entry.js.map → p-7092a675.entry.js.map} +0 -0
- /package/dist/native/{p-d7a76400.entry.js.map → p-7c676f2c.entry.js.map} +0 -0
- /package/dist/native/{p-f85aca27.entry.js.map → p-9fba8663.entry.js.map} +0 -0
- /package/dist/native/{p-b094296d.entry.js.map → p-a2c0f1a7.entry.js.map} +0 -0
- /package/dist/native/{p-6ff228da.entry.js.map → p-c930adb7.entry.js.map} +0 -0
- /package/dist/native/{p-701b5557.entry.js.map → p-cfe0a6c6.entry.js.map} +0 -0
- /package/dist/native/{p-4dc1d036.entry.js.map → p-d07ab618.entry.js.map} +0 -0
- /package/dist/native/{p-e5de64d5.entry.js.map → p-f0ddf60b.entry.js.map} +0 -0
- /package/dist/native/{p-244f56ac.entry.js.map → p-fc3bea07.entry.js.map} +0 -0
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { EventEmitter } from '../../stencil-public-runtime';
|
|
2
|
-
import { DateRange } from '../../interfaces/dateRange';
|
|
3
2
|
/**
|
|
4
3
|
* @slot default - Child content of the component.
|
|
5
4
|
* @slot leading-input - Content to be placed before the input text, within the input container.
|
|
@@ -12,6 +11,7 @@ import { DateRange } from '../../interfaces/dateRange';
|
|
|
12
11
|
export declare class NvFielddaterange {
|
|
13
12
|
el: HTMLNvFielddaterangeElement;
|
|
14
13
|
private popoverElement;
|
|
14
|
+
private calendarElement;
|
|
15
15
|
private popoverId;
|
|
16
16
|
/****************************************************************************/
|
|
17
17
|
/**
|
|
@@ -75,7 +75,7 @@ export declare class NvFielddaterange {
|
|
|
75
75
|
/**
|
|
76
76
|
* Autofocus the start input when the component is mounted.
|
|
77
77
|
*/
|
|
78
|
-
readonly
|
|
78
|
+
readonly autofocus: boolean;
|
|
79
79
|
/**
|
|
80
80
|
* The initial value of the date range (in string format).
|
|
81
81
|
*/
|
|
@@ -92,6 +92,10 @@ 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;
|
|
95
99
|
/**
|
|
96
100
|
* First day of the week 0 = Sunday, 1 = Monday, etc.
|
|
97
101
|
* @default 1
|
|
@@ -130,22 +134,20 @@ export declare class NvFielddaterange {
|
|
|
130
134
|
readonly showActions: boolean;
|
|
131
135
|
/**
|
|
132
136
|
* Custom actions to display in the footer
|
|
133
|
-
* JSON array of objects with the following properties:
|
|
134
|
-
* - label: string
|
|
135
|
-
* - onClick: function
|
|
136
|
-
* @default '[]'
|
|
137
137
|
*/
|
|
138
|
-
readonly shortcuts:
|
|
138
|
+
readonly shortcuts: HTMLNvCalendarElement['shortcuts'];
|
|
139
139
|
/**
|
|
140
140
|
* Show week numbers
|
|
141
|
-
* @default true
|
|
142
141
|
*/
|
|
143
142
|
readonly showWeekNumbers: boolean;
|
|
144
143
|
/**
|
|
145
144
|
* Disabled dates ISO string array
|
|
146
|
-
* @default '[]'
|
|
147
145
|
*/
|
|
148
|
-
readonly disabledDates: string
|
|
146
|
+
readonly disabledDates: Array<string>;
|
|
147
|
+
/**
|
|
148
|
+
* Allows the field to stretch and fill the entire width of its container.
|
|
149
|
+
*/
|
|
150
|
+
readonly fluid: boolean;
|
|
149
151
|
/****************************************************************************/
|
|
150
152
|
/**
|
|
151
153
|
* Converts the nv-calendar date format to the format expected by Inputmask.
|
|
@@ -168,6 +170,10 @@ export declare class NvFielddaterange {
|
|
|
168
170
|
* @param {Event} event - The input event
|
|
169
171
|
*/
|
|
170
172
|
private handleEndInput;
|
|
173
|
+
/**
|
|
174
|
+
* Update the calendar's rangeValue property without forcing month change
|
|
175
|
+
*/
|
|
176
|
+
private updateCalendarValue;
|
|
171
177
|
/**
|
|
172
178
|
* Handles focus events on the input elements.
|
|
173
179
|
* @param {FocusEvent} event - The focus event
|
|
@@ -187,14 +193,19 @@ export declare class NvFielddaterange {
|
|
|
187
193
|
/**
|
|
188
194
|
* Emits an event when the date range changes.
|
|
189
195
|
*/
|
|
190
|
-
dateRangeChange: EventEmitter<
|
|
196
|
+
dateRangeChange: EventEmitter<HTMLNvCalendarElementEventMap['rangeDateChange']>;
|
|
191
197
|
/**
|
|
192
198
|
* Handles the range date selection event from nv-calendar.
|
|
193
199
|
* @param {CustomEvent<DateRange>} event - The custom event
|
|
194
200
|
*/
|
|
195
|
-
handleRangeDateChange(event: CustomEvent<
|
|
201
|
+
handleRangeDateChange(event: CustomEvent<HTMLNvCalendarElementEventMap['rangeDateChange']>): void;
|
|
196
202
|
handleClosePopover(): void;
|
|
197
203
|
handleApplyDateRange(): void;
|
|
204
|
+
/**
|
|
205
|
+
* Handles the reset event from the calendar's cancel button
|
|
206
|
+
* @param {CustomEvent} event - The event emitted by the calendar
|
|
207
|
+
*/
|
|
208
|
+
handleDateReset(event: CustomEvent): void;
|
|
198
209
|
/**
|
|
199
210
|
* Handles keyboard events.
|
|
200
211
|
* @param {KeyboardEvent} event - The keyboard event
|
|
@@ -13,6 +13,14 @@ export declare class NvFielddropdown {
|
|
|
13
13
|
el: HTMLNvFielddropdownElement;
|
|
14
14
|
private inputElement;
|
|
15
15
|
private popoverElement;
|
|
16
|
+
/**
|
|
17
|
+
* Timer for debouncing input events.
|
|
18
|
+
* Private property preferred over @State as it:
|
|
19
|
+
* - Doesn't need to trigger re-renders
|
|
20
|
+
* - Is purely for internal logic
|
|
21
|
+
* - Improves performance by avoiding Stencil's reactivity system
|
|
22
|
+
*/
|
|
23
|
+
private debounceTimer;
|
|
16
24
|
/****************************************************************************/
|
|
17
25
|
/**
|
|
18
26
|
* Sets the ID for the input element and the for attribute of the associated
|
|
@@ -21,6 +29,13 @@ export declare class NvFielddropdown {
|
|
|
21
29
|
* accessibility.
|
|
22
30
|
*/
|
|
23
31
|
readonly inputId: string;
|
|
32
|
+
/**
|
|
33
|
+
* Defines the name attribute of the input field, which is crucial for form
|
|
34
|
+
* submission. This value is used as the key in the key-value pair sent to
|
|
35
|
+
* the server, representing the input's data in form submissions. It should be
|
|
36
|
+
* unique within the form to avoid conflicts.
|
|
37
|
+
*/
|
|
38
|
+
readonly name: string;
|
|
24
39
|
/**
|
|
25
40
|
* Lets you define the text that explains what users should enter in the text
|
|
26
41
|
* input field. It's a crucial element for making forms clear and
|
|
@@ -40,17 +55,6 @@ export declare class NvFielddropdown {
|
|
|
40
55
|
* The placeholder is displayed only when the filterable option is enabled.
|
|
41
56
|
*/
|
|
42
57
|
readonly placeholder: string;
|
|
43
|
-
/**
|
|
44
|
-
* Defines the name attribute of the input field, which is crucial for form
|
|
45
|
-
* submission. This value is used as the key in the key-value pair sent to
|
|
46
|
-
* the server, representing the input's data in form submissions. It should be
|
|
47
|
-
* unique within the form to avoid conflicts.
|
|
48
|
-
*/
|
|
49
|
-
readonly name: string;
|
|
50
|
-
/**
|
|
51
|
-
* State of the dropdown popover.
|
|
52
|
-
*/
|
|
53
|
-
open: boolean;
|
|
54
58
|
/**
|
|
55
59
|
* The autocomplete prop helps users fill out the input field faster by
|
|
56
60
|
* suggesting entries they've used before, like their email or address.
|
|
@@ -69,6 +73,18 @@ export declare class NvFielddropdown {
|
|
|
69
73
|
* before submitting the form.
|
|
70
74
|
*/
|
|
71
75
|
readonly required: boolean;
|
|
76
|
+
/**
|
|
77
|
+
* Display the input field's content without allowing users to change it.
|
|
78
|
+
* Users can still click on it, select, and copy the text, but they won't be
|
|
79
|
+
* able to type or delete anything.
|
|
80
|
+
*/
|
|
81
|
+
readonly readonly: boolean;
|
|
82
|
+
/**
|
|
83
|
+
* The disabled prop lets you turn off the input field so that users can't
|
|
84
|
+
* type in it. When disabled, the field is grayed out and won't respond to
|
|
85
|
+
* clicks or touches.
|
|
86
|
+
*/
|
|
87
|
+
readonly disabled: boolean;
|
|
72
88
|
/**
|
|
73
89
|
* Alters the input field's appearance to indicate an error, helping users
|
|
74
90
|
* identify fields that need correction.
|
|
@@ -82,17 +98,13 @@ export declare class NvFielddropdown {
|
|
|
82
98
|
*/
|
|
83
99
|
readonly errorDescription: string;
|
|
84
100
|
/**
|
|
85
|
-
*
|
|
86
|
-
* Users can still click on it, select, and copy the text, but they won't be
|
|
87
|
-
* able to type or delete anything.
|
|
101
|
+
* Defines the maximum height of the multiselect list when open.
|
|
88
102
|
*/
|
|
89
|
-
readonly
|
|
103
|
+
readonly maxHeight: string;
|
|
90
104
|
/**
|
|
91
|
-
*
|
|
92
|
-
* type in it. When disabled, the field is grayed out and won't respond to
|
|
93
|
-
* clicks or touches.
|
|
105
|
+
* State of the dropdown popover.
|
|
94
106
|
*/
|
|
95
|
-
|
|
107
|
+
open: boolean;
|
|
96
108
|
/**
|
|
97
109
|
* The text to display when no items match the filter.
|
|
98
110
|
*/
|
|
@@ -126,14 +138,25 @@ export declare class NvFielddropdown {
|
|
|
126
138
|
/** Whether this option is pre-selected */
|
|
127
139
|
selected?: boolean;
|
|
128
140
|
}[];
|
|
141
|
+
/**
|
|
142
|
+
* Delay in milliseconds before the search is triggered when typing in the filter input.
|
|
143
|
+
* @default 300
|
|
144
|
+
*/
|
|
145
|
+
readonly debounceDelay: number;
|
|
129
146
|
/**
|
|
130
147
|
* Applies focus to the input field as soon as the component is mounted. This
|
|
131
148
|
* is equivalent to setting the native autofocus attribute on an <input>
|
|
132
149
|
* element.
|
|
133
150
|
*/
|
|
134
151
|
readonly autofocus: boolean;
|
|
152
|
+
/**
|
|
153
|
+
* Allows the field to stretch and fill the entire width of its container.
|
|
154
|
+
*/
|
|
155
|
+
readonly fluid: boolean;
|
|
135
156
|
/****************************************************************************/
|
|
136
|
-
/**
|
|
157
|
+
/**
|
|
158
|
+
* The text entered by the user for filtering dropdown items.
|
|
159
|
+
*/
|
|
137
160
|
filterText: string;
|
|
138
161
|
selectedValues: Set<string>;
|
|
139
162
|
/****************************************************************************/
|
|
@@ -146,13 +169,18 @@ export declare class NvFielddropdown {
|
|
|
146
169
|
* Event emitted when an item is clicked.
|
|
147
170
|
*/
|
|
148
171
|
dropdownItemSelected: EventEmitter<HTMLNvFielddropdownitemElementEventMap['dropdownItemSelected']>;
|
|
149
|
-
|
|
150
|
-
handleOpenChanged(event: CustomEvent<boolean>): void;
|
|
151
|
-
watchValueHandler(newValue: typeof this.value): void;
|
|
172
|
+
/****************************************************************************/
|
|
152
173
|
handleOptionsChange(newValue: typeof this.options): void;
|
|
174
|
+
watchValueHandler(newValue: typeof this.value): void;
|
|
175
|
+
/****************************************************************************/
|
|
176
|
+
handleOpenChanged(event: CustomEvent<boolean>): void;
|
|
177
|
+
handleDropdownItemSelected(event: CustomEvent<HTMLNvFielddropdownitemElementEventMap['dropdownItemSelected']>): void;
|
|
153
178
|
handleBlur(event: FocusEvent): void;
|
|
154
179
|
handleKeyDown(event: KeyboardEvent): void;
|
|
155
180
|
/****************************************************************************/
|
|
181
|
+
componentWillLoad(): void;
|
|
182
|
+
componentDidLoad(): void;
|
|
183
|
+
/****************************************************************************/
|
|
156
184
|
/**
|
|
157
185
|
* Retrieves the current filter text entered by the user.
|
|
158
186
|
* @returns {string} The filter text.
|
|
@@ -174,8 +202,5 @@ export declare class NvFielddropdown {
|
|
|
174
202
|
private clearFilter;
|
|
175
203
|
private updateSelectedItem;
|
|
176
204
|
/****************************************************************************/
|
|
177
|
-
componentWillLoad(): void;
|
|
178
|
-
componentDidLoad(): void;
|
|
179
|
-
/****************************************************************************/
|
|
180
205
|
render(): any;
|
|
181
206
|
}
|
|
@@ -50,21 +50,28 @@ export declare class NvFieldmultiselect {
|
|
|
50
50
|
*/
|
|
51
51
|
readonly placeholder: string;
|
|
52
52
|
/**
|
|
53
|
-
*
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
* Text for the badge showing the number of selected items.
|
|
53
|
+
* The autocomplete prop helps users fill out the input field faster by
|
|
54
|
+
* suggesting entries they've used before, like their email or address.
|
|
55
|
+
* You can turn it on to make forms more convenient or off to ensure users
|
|
56
|
+
* always type in fresh data.
|
|
58
57
|
*/
|
|
59
|
-
readonly
|
|
58
|
+
readonly autocomplete: `${TextInputAutocomplete}`;
|
|
60
59
|
/**
|
|
61
|
-
*
|
|
60
|
+
* Specifies the value of the input field.
|
|
62
61
|
*/
|
|
63
|
-
|
|
62
|
+
value: string;
|
|
64
63
|
/**
|
|
65
64
|
* Marks the input field as required.
|
|
66
65
|
*/
|
|
67
66
|
readonly required: boolean;
|
|
67
|
+
/**
|
|
68
|
+
* Display the input field's content without allowing users to change it.
|
|
69
|
+
*/
|
|
70
|
+
readonly readonly: boolean;
|
|
71
|
+
/**
|
|
72
|
+
* Disables the input field.
|
|
73
|
+
*/
|
|
74
|
+
readonly disabled: boolean;
|
|
68
75
|
/**
|
|
69
76
|
* Alters the input field's appearance to indicate an error, helping users
|
|
70
77
|
* identify fields that need correction.
|
|
@@ -78,29 +85,21 @@ export declare class NvFieldmultiselect {
|
|
|
78
85
|
*/
|
|
79
86
|
readonly errorDescription: string;
|
|
80
87
|
/**
|
|
81
|
-
*
|
|
88
|
+
* Defines the maximum height of the multiselect list when open.
|
|
82
89
|
*/
|
|
83
|
-
readonly
|
|
90
|
+
readonly maxHeight: string;
|
|
84
91
|
/**
|
|
85
|
-
*
|
|
92
|
+
* State of the multiselect popover.
|
|
86
93
|
*/
|
|
87
|
-
|
|
94
|
+
open: boolean;
|
|
88
95
|
/**
|
|
89
|
-
* The
|
|
96
|
+
* The text to display when no items match the filter.
|
|
90
97
|
*/
|
|
91
|
-
readonly
|
|
98
|
+
readonly emptyResult: string;
|
|
92
99
|
/**
|
|
93
100
|
* Enables or disables the filtering feature for the multiselect items.
|
|
94
101
|
*/
|
|
95
102
|
readonly filterable: boolean;
|
|
96
|
-
/**
|
|
97
|
-
* Specifies the value of the input field.
|
|
98
|
-
*/
|
|
99
|
-
value: string;
|
|
100
|
-
/**
|
|
101
|
-
* State of the multiselect popover.
|
|
102
|
-
*/
|
|
103
|
-
open: boolean;
|
|
104
103
|
/**
|
|
105
104
|
* List of options used to automatically generate dropdown items. This
|
|
106
105
|
* provides an alternative to using the slot manually.
|
|
@@ -129,54 +128,46 @@ export declare class NvFieldmultiselect {
|
|
|
129
128
|
/** Whether this option is pre-checked */
|
|
130
129
|
checked?: boolean;
|
|
131
130
|
}[];
|
|
132
|
-
/**
|
|
133
|
-
* List of selected values in the multiselect.
|
|
134
|
-
*/
|
|
135
|
-
selectedValues: string[];
|
|
136
|
-
/**
|
|
137
|
-
* Sorted options for display.
|
|
138
|
-
*/
|
|
139
|
-
sortedOptions: Array<{
|
|
140
|
-
/** Label to display for the option */
|
|
141
|
-
label: string;
|
|
142
|
-
/** Value associated with the option */
|
|
143
|
-
value: string;
|
|
144
|
-
/** Whether this option is a divider */
|
|
145
|
-
isDivider?: boolean;
|
|
146
|
-
}>;
|
|
147
|
-
/**
|
|
148
|
-
* The text entered by the user for filtering multiselect items.
|
|
149
|
-
*/
|
|
150
|
-
filterText: string;
|
|
151
131
|
/**
|
|
152
132
|
* Delay in milliseconds before the search is triggered when typing in the filter input.
|
|
153
133
|
* @default 300
|
|
154
134
|
*/
|
|
155
135
|
readonly debounceDelay: number;
|
|
156
|
-
private isHandlingEscape;
|
|
157
136
|
/**
|
|
158
137
|
* Applies focus to the input field as soon as the component is mounted. This
|
|
159
138
|
* is equivalent to setting the native autofocus attribute on an <input>
|
|
160
139
|
* element.
|
|
161
140
|
*/
|
|
162
141
|
readonly autofocus: boolean;
|
|
163
|
-
/****************************************************************************/
|
|
164
142
|
/**
|
|
165
|
-
*
|
|
143
|
+
* Allows the field to stretch and fill the entire width of its container.
|
|
166
144
|
*/
|
|
167
|
-
|
|
145
|
+
readonly fluid: boolean;
|
|
168
146
|
/**
|
|
169
|
-
*
|
|
147
|
+
* Text for the badge showing the number of selected items.
|
|
170
148
|
*/
|
|
171
|
-
|
|
149
|
+
readonly badgeLabel: string;
|
|
150
|
+
/****************************************************************************/
|
|
172
151
|
/**
|
|
173
|
-
*
|
|
152
|
+
* The text entered by the user for filtering multiselect items.
|
|
174
153
|
*/
|
|
175
|
-
|
|
154
|
+
filterText: string;
|
|
176
155
|
/**
|
|
177
|
-
*
|
|
156
|
+
* List of selected values in the multiselect.
|
|
178
157
|
*/
|
|
179
|
-
|
|
158
|
+
selectedValues: string[];
|
|
159
|
+
/**
|
|
160
|
+
* Sorted options for display.
|
|
161
|
+
*/
|
|
162
|
+
sortedOptions: Array<{
|
|
163
|
+
/** Label to display for the option */
|
|
164
|
+
label: string;
|
|
165
|
+
/** Value associated with the option */
|
|
166
|
+
value: string;
|
|
167
|
+
/** Whether this option is a divider */
|
|
168
|
+
isDivider?: boolean;
|
|
169
|
+
}>;
|
|
170
|
+
private isHandlingEscape;
|
|
180
171
|
/****************************************************************************/
|
|
181
172
|
/**
|
|
182
173
|
* Emitted when the input value changes.
|
|
@@ -188,6 +179,13 @@ export declare class NvFieldmultiselect {
|
|
|
188
179
|
* Emits the current list of selected values.
|
|
189
180
|
*/
|
|
190
181
|
multiselectChange: EventEmitter<string[]>;
|
|
182
|
+
/****************************************************************************/
|
|
183
|
+
handleOptionsChange(newValue: typeof this.options): void;
|
|
184
|
+
/**
|
|
185
|
+
* Emitted when the value changes.
|
|
186
|
+
*/
|
|
187
|
+
watchValueHandler(): void;
|
|
188
|
+
/****************************************************************************/
|
|
191
189
|
/**
|
|
192
190
|
* Emitted when the input loses focus.
|
|
193
191
|
* @param {CustomEvent<boolean>} event - The event object containing the focus state.
|
|
@@ -203,12 +201,24 @@ export declare class NvFieldmultiselect {
|
|
|
203
201
|
/** Whether this option is checked */
|
|
204
202
|
checked: boolean;
|
|
205
203
|
}>): void;
|
|
206
|
-
|
|
204
|
+
handleSlotChange(event: Event): void;
|
|
205
|
+
/****************************************************************************/
|
|
207
206
|
/**
|
|
208
|
-
*
|
|
207
|
+
* Subscribe to click outside event.
|
|
209
208
|
*/
|
|
210
|
-
|
|
211
|
-
|
|
209
|
+
connectedCallback(): void;
|
|
210
|
+
/**
|
|
211
|
+
* Set the mode state and handle options change.
|
|
212
|
+
*/
|
|
213
|
+
componentWillLoad(): void;
|
|
214
|
+
/**
|
|
215
|
+
* Force reorder if options mode in componentDidLoad because of the initial render not trigger @watch
|
|
216
|
+
*/
|
|
217
|
+
componentDidLoad(): void;
|
|
218
|
+
/**
|
|
219
|
+
* Unsubscribe from click outside event.
|
|
220
|
+
*/
|
|
221
|
+
disconnectedCallback(): void;
|
|
212
222
|
/****************************************************************************/
|
|
213
223
|
/**
|
|
214
224
|
* Retrieves the current filter text entered by the user.
|
|
@@ -116,6 +116,10 @@ export declare class NvFieldnumber {
|
|
|
116
116
|
* element.
|
|
117
117
|
*/
|
|
118
118
|
readonly autofocus: boolean;
|
|
119
|
+
/**
|
|
120
|
+
* Allows the field to stretch and fill the entire width of its container.
|
|
121
|
+
*/
|
|
122
|
+
readonly fluid: boolean;
|
|
119
123
|
/****************************************************************************/
|
|
120
124
|
/**
|
|
121
125
|
* Emitted when the input value changes.
|
|
@@ -134,6 +134,10 @@ export declare class NvFieldpassword {
|
|
|
134
134
|
* element.
|
|
135
135
|
*/
|
|
136
136
|
readonly autofocus: boolean;
|
|
137
|
+
/**
|
|
138
|
+
* Allows the field to stretch and fill the entire width of its container.
|
|
139
|
+
*/
|
|
140
|
+
readonly fluid: boolean;
|
|
137
141
|
/****************************************************************************/
|
|
138
142
|
/**
|
|
139
143
|
* Emitted when the input value changes.
|
|
@@ -119,6 +119,10 @@ export declare class NvFieldselect {
|
|
|
119
119
|
* element.
|
|
120
120
|
*/
|
|
121
121
|
readonly autofocus: boolean;
|
|
122
|
+
/**
|
|
123
|
+
* Allows the field to stretch and fill the entire width of its container.
|
|
124
|
+
*/
|
|
125
|
+
readonly fluid: boolean;
|
|
122
126
|
/****************************************************************************/
|
|
123
127
|
/**
|
|
124
128
|
* Emitted when the selected value changes.
|