@nova-design-system/nova-webcomponents 3.0.0-beta.36 → 3.0.0-beta.37
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/blazor-docs.json +6242 -4908
- package/dist/cjs/{app-globals-6b0931bc.js → app-globals-bd4d701e.js} +2 -2
- package/dist/cjs/{app-globals-6b0931bc.js.map → app-globals-bd4d701e.js.map} +1 -1
- package/dist/cjs/{constants-9525a915.js → constants-69b40456.js} +15 -8
- package/dist/cjs/constants-69b40456.js.map +1 -0
- package/dist/cjs/events.utils-52846a7d.js +32 -0
- package/dist/cjs/events.utils-52846a7d.js.map +1 -0
- package/dist/cjs/{grow.animation-46e7ae4b.js → grow.animation-a1f0bc22.js} +1 -29
- package/dist/cjs/grow.animation-a1f0bc22.js.map +1 -0
- package/dist/cjs/{index-ddc37f87.js → index-5910ba06.js} +75 -18
- package/dist/{native/p-9b093b92.js.map → cjs/index-5910ba06.js.map} +1 -1
- package/dist/cjs/index.cjs.js +6 -3
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/cjs/loader.cjs.js +3 -3
- package/dist/cjs/native.cjs.js +3 -3
- package/dist/cjs/nv-alert.cjs.entry.js +3 -3
- 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 +3 -3
- package/dist/cjs/nv-badge_2.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-base.cjs.entry.js +1 -1
- package/dist/cjs/nv-breadcrumb.cjs.entry.js +4 -3
- package/dist/cjs/nv-breadcrumb.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-breadcrumbs.cjs.entry.js +3 -3
- package/dist/cjs/nv-breadcrumbs.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-button.cjs.entry.js +24 -4
- package/dist/cjs/nv-button.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-col.cjs.entry.js +2 -2
- package/dist/cjs/nv-datagrid.cjs.entry.js +3 -3
- package/dist/cjs/nv-datagridbody.cjs.entry.js +2 -2
- package/dist/cjs/nv-datagridcolumn.cjs.entry.js +2 -2
- package/dist/cjs/nv-datagriddatacell.cjs.entry.js +2 -2
- package/dist/cjs/nv-datagridhead.cjs.entry.js +2 -2
- package/dist/cjs/nv-datagridrow.cjs.entry.js +2 -2
- package/dist/cjs/nv-dialog.cjs.entry.js +758 -0
- package/dist/cjs/nv-dialog.cjs.entry.js.map +1 -0
- package/dist/cjs/nv-dialogfooter_2.cjs.entry.js +132 -0
- package/dist/cjs/nv-dialogfooter_2.cjs.entry.js.map +1 -0
- package/dist/cjs/nv-fieldcheckbox.cjs.entry.js +34 -25
- package/dist/cjs/nv-fieldcheckbox.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fielddropdown.cjs.entry.js +52 -15
- 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 +6 -3
- package/dist/cjs/nv-fieldmultiselect.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fieldnumber.cjs.entry.js +12 -12
- package/dist/cjs/nv-fieldnumber.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fieldpassword.cjs.entry.js +4 -4
- package/dist/cjs/nv-fieldradio.cjs.entry.js +5 -5
- package/dist/cjs/nv-fieldradio.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fieldselect.cjs.entry.js +49 -18
- package/dist/cjs/nv-fieldselect.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fieldtext.cjs.entry.js +8 -5
- package/dist/cjs/nv-fieldtext.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fieldtextarea.cjs.entry.js +13 -13
- package/dist/cjs/nv-fieldtextarea.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fieldtime.cjs.entry.js +994 -0
- package/dist/cjs/nv-fieldtime.cjs.entry.js.map +1 -0
- package/dist/cjs/nv-icon.cjs.entry.js +3 -3
- package/dist/cjs/nv-iconbutton.cjs.entry.js +125 -0
- package/dist/cjs/nv-iconbutton.cjs.entry.js.map +1 -0
- package/dist/cjs/nv-loader.cjs.entry.js +35 -0
- package/dist/cjs/nv-loader.cjs.entry.js.map +1 -0
- package/dist/cjs/nv-menu.cjs.entry.js +66 -7
- 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 +11 -22
- 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-tablebody.cjs.entry.js +2 -2
- package/dist/cjs/nv-tablecolumn.cjs.entry.js +2 -2
- package/dist/cjs/nv-tabledatacell.cjs.entry.js +2 -2
- package/dist/cjs/nv-tablehead.cjs.entry.js +2 -2
- package/dist/cjs/nv-tablerow.cjs.entry.js +2 -2
- package/dist/cjs/nv-toggle.cjs.entry.js +82 -0
- package/dist/cjs/nv-toggle.cjs.entry.js.map +1 -0
- package/dist/cjs/nv-tooltip.cjs.entry.js +2 -2
- package/dist/cjs/string.utils-9c581350.js +25 -0
- package/dist/cjs/string.utils-9c581350.js.map +1 -0
- package/dist/collection/collection-manifest.json +5 -1
- package/dist/collection/components/nv-alert/nv-alert.css +5 -5
- package/dist/collection/components/nv-badge/nv-badge.css +10 -10
- package/dist/collection/components/nv-breadcrumb/nv-breadcrumb.css +57 -4
- package/dist/collection/components/nv-breadcrumb/nv-breadcrumb.js +2 -2
- package/dist/collection/components/nv-breadcrumb/nv-breadcrumb.js.map +1 -1
- package/dist/collection/components/nv-breadcrumbs/nv-breadcrumbs.css +1 -1
- package/dist/collection/components/nv-breadcrumbs/nv-breadcrumbs.docs.js +4 -14
- package/dist/collection/components/nv-breadcrumbs/nv-breadcrumbs.docs.js.map +1 -1
- package/dist/collection/components/nv-breadcrumbs/nv-breadcrumbs.js +1 -1
- package/dist/collection/components/nv-button/nv-button.docs.js +6 -1
- package/dist/collection/components/nv-button/nv-button.docs.js.map +1 -1
- package/dist/collection/components/nv-button/nv-button.js +56 -1
- package/dist/collection/components/nv-button/nv-button.js.map +1 -1
- package/dist/collection/components/nv-button/styles/nv-button.css +50 -10
- package/dist/collection/components/nv-col/nv-col.js +1 -1
- package/dist/collection/components/nv-datagrid/nv-datagrid.docs.js +1 -0
- package/dist/collection/components/nv-datagrid/nv-datagrid.docs.js.map +1 -1
- package/dist/collection/components/nv-datagrid/nv-datagrid.js +2 -2
- package/dist/collection/components/nv-datagridbody/nv-datagridbody.js +1 -1
- package/dist/collection/components/nv-datagridcolumn/nv-datagridcolumn.js +1 -1
- package/dist/collection/components/nv-datagriddatacell/nv-datagriddatacell.js +1 -1
- package/dist/collection/components/nv-datagridhead/nv-datagridhead.js +1 -1
- package/dist/collection/components/nv-datagridrow/nv-datagridrow.js +1 -1
- package/dist/collection/components/nv-dialog/nv-dialog.css +43 -0
- package/dist/collection/components/nv-dialog/nv-dialog.docs.js +79 -0
- package/dist/collection/components/nv-dialog/nv-dialog.docs.js.map +1 -0
- package/dist/collection/components/nv-dialog/nv-dialog.js +510 -0
- package/dist/collection/components/nv-dialog/nv-dialog.js.map +1 -0
- package/dist/collection/components/nv-dialogfooter/nv-dialogfooter.css +8 -0
- package/dist/collection/components/nv-dialogfooter/nv-dialogfooter.docs.js +6 -0
- package/dist/collection/components/nv-dialogfooter/nv-dialogfooter.docs.js.map +1 -0
- package/dist/collection/components/nv-dialogfooter/nv-dialogfooter.js +267 -0
- package/dist/collection/components/nv-dialogfooter/nv-dialogfooter.js.map +1 -0
- package/dist/collection/components/nv-dialogheader/nv-dialogheader.css +25 -0
- package/dist/collection/components/nv-dialogheader/nv-dialogheader.docs.js +6 -0
- package/dist/collection/components/nv-dialogheader/nv-dialogheader.docs.js.map +1 -0
- package/dist/collection/components/nv-dialogheader/nv-dialogheader.js +87 -0
- package/dist/collection/components/nv-dialogheader/nv-dialogheader.js.map +1 -0
- package/dist/collection/components/nv-fieldcheckbox/nv-fieldcheckbox.css +1 -1
- package/dist/collection/components/nv-fieldcheckbox/nv-fieldcheckbox.js +45 -30
- package/dist/collection/components/nv-fieldcheckbox/nv-fieldcheckbox.js.map +1 -1
- package/dist/collection/components/nv-fielddropdown/nv-fielddropdown.docs.js +28 -0
- package/dist/collection/components/nv-fielddropdown/nv-fielddropdown.docs.js.map +1 -1
- package/dist/collection/components/nv-fielddropdown/nv-fielddropdown.js +87 -22
- package/dist/collection/components/nv-fielddropdown/nv-fielddropdown.js.map +1 -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 +7 -1
- package/dist/collection/components/nv-fieldmultiselect/nv-fieldmultiselect.docs.js.map +1 -1
- package/dist/collection/components/nv-fieldmultiselect/nv-fieldmultiselect.js +15 -6
- package/dist/collection/components/nv-fieldmultiselect/nv-fieldmultiselect.js.map +1 -1
- package/dist/collection/components/nv-fieldnumber/nv-fieldnumber.docs.js +15 -14
- package/dist/collection/components/nv-fieldnumber/nv-fieldnumber.docs.js.map +1 -1
- package/dist/collection/components/nv-fieldnumber/nv-fieldnumber.js +13 -13
- package/dist/collection/components/nv-fieldnumber/nv-fieldnumber.js.map +1 -1
- package/dist/collection/components/nv-fieldpassword/nv-fieldpassword.docs.js +1 -0
- package/dist/collection/components/nv-fieldpassword/nv-fieldpassword.docs.js.map +1 -1
- package/dist/collection/components/nv-fieldpassword/nv-fieldpassword.js +3 -3
- package/dist/collection/components/nv-fieldradio/nv-fieldradio.css +1 -1
- package/dist/collection/components/nv-fieldradio/nv-fieldradio.js +6 -6
- package/dist/collection/components/nv-fieldradio/nv-fieldradio.js.map +1 -1
- package/dist/collection/components/nv-fieldselect/nv-fieldselect.docs.js +30 -0
- package/dist/collection/components/nv-fieldselect/nv-fieldselect.docs.js.map +1 -1
- package/dist/collection/components/nv-fieldselect/nv-fieldselect.js +72 -19
- package/dist/collection/components/nv-fieldselect/nv-fieldselect.js.map +1 -1
- package/dist/collection/components/nv-fieldtext/nv-fieldtext.js +10 -7
- package/dist/collection/components/nv-fieldtext/nv-fieldtext.js.map +1 -1
- package/dist/collection/components/nv-fieldtextarea/nv-fieldtextarea.js +14 -14
- package/dist/collection/components/nv-fieldtextarea/nv-fieldtextarea.js.map +1 -1
- package/dist/collection/components/nv-fieldtime/nv-fieldtime.css +261 -0
- package/dist/collection/components/nv-fieldtime/nv-fieldtime.docs.js +110 -0
- package/dist/collection/components/nv-fieldtime/nv-fieldtime.docs.js.map +1 -0
- package/dist/collection/components/nv-fieldtime/nv-fieldtime.js +1366 -0
- package/dist/collection/components/nv-fieldtime/nv-fieldtime.js.map +1 -0
- package/dist/collection/components/nv-icon/nv-icon.js +1 -1
- package/dist/collection/components/nv-iconbutton/nv-iconbutton.css +4 -4
- 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.docs.js +61 -0
- package/dist/collection/components/nv-menu/nv-menu.docs.js.map +1 -1
- package/dist/collection/components/nv-menu/nv-menu.js +92 -6
- package/dist/collection/components/nv-menu/nv-menu.js.map +1 -1
- package/dist/collection/components/nv-menuitem/nv-menuitem.js +1 -1
- package/dist/collection/components/nv-popover/nv-popover.docs.js +9 -9
- package/dist/collection/components/nv-popover/nv-popover.docs.js.map +1 -1
- package/dist/collection/components/nv-popover/nv-popover.js +2 -14
- 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.docs.js +1 -0
- package/dist/collection/components/nv-table/nv-table.docs.js.map +1 -1
- package/dist/collection/components/nv-table/nv-table.js +2 -2
- package/dist/collection/components/nv-tablebody/nv-tablebody.js +1 -1
- package/dist/collection/components/nv-tablecolumn/nv-tablecolumn.js +1 -1
- package/dist/collection/components/nv-tabledatacell/nv-tabledatacell.js +1 -1
- package/dist/collection/components/nv-tablehead/nv-tablehead.js +1 -1
- package/dist/collection/components/nv-tablerow/nv-tablerow.js +1 -1
- package/dist/collection/components/{nv-fieldtoggle/nv-fieldtoggle.css → nv-toggle/nv-toggle.css} +22 -22
- package/dist/collection/components/{nv-fieldtoggle/nv-fieldtoggle.docs.js → nv-toggle/nv-toggle.docs.js} +14 -14
- package/dist/collection/components/nv-toggle/nv-toggle.docs.js.map +1 -0
- package/dist/collection/components/{nv-fieldtoggle/nv-fieldtoggle.js → nv-toggle/nv-toggle.js} +11 -10
- package/dist/collection/components/nv-toggle/nv-toggle.js.map +1 -0
- package/dist/collection/components/nv-tooltip/nv-tooltip.js +1 -1
- package/dist/collection/dev/dev-components.js +1 -1
- package/dist/collection/dev/dev-components.js.map +1 -1
- package/dist/collection/index.js +2 -0
- package/dist/collection/index.js.map +1 -1
- package/dist/collection/templates/navigation.docs.js +12 -2
- package/dist/collection/templates/navigation.docs.js.map +1 -1
- package/dist/collection/utils/constants.js +11 -5
- package/dist/collection/utils/constants.js.map +1 -1
- package/dist/collection/utils/string.utils.js +14 -0
- package/dist/collection/utils/string.utils.js.map +1 -0
- package/dist/components/index.js +5 -4
- package/dist/components/index.js.map +1 -1
- package/dist/components/nv-alert.js +4 -4
- 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-base.js +1 -1
- package/dist/components/nv-breadcrumb.js +7 -12
- package/dist/components/nv-breadcrumb.js.map +1 -1
- package/dist/components/nv-breadcrumbs.js +3 -3
- package/dist/components/nv-breadcrumbs.js.map +1 -1
- package/dist/components/nv-button.js +1 -141
- package/dist/components/nv-button.js.map +1 -1
- package/dist/components/nv-col.js +2 -2
- package/dist/components/nv-datagrid.js +3 -3
- package/dist/components/nv-datagridbody.js +2 -2
- package/dist/components/nv-datagridcolumn.js +2 -2
- package/dist/components/nv-datagriddatacell.js +2 -2
- package/dist/components/nv-datagridhead.js +2 -2
- package/dist/components/nv-datagridrow.js +2 -2
- package/dist/components/{nv-fieldtoggle.d.ts → nv-dialog.d.ts} +4 -4
- package/dist/components/nv-dialog.js +816 -0
- package/dist/components/nv-dialog.js.map +1 -0
- package/dist/components/nv-dialogfooter.d.ts +11 -0
- package/dist/components/nv-dialogfooter.js +8 -0
- package/dist/components/nv-dialogfooter.js.map +1 -0
- package/dist/components/nv-dialogheader.d.ts +11 -0
- package/dist/components/nv-dialogheader.js +8 -0
- package/dist/components/nv-dialogheader.js.map +1 -0
- package/dist/components/nv-fieldcheckbox.js +1 -1
- package/dist/components/nv-fielddropdown.js +61 -21
- 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 +14 -11
- package/dist/components/nv-fieldmultiselect.js.map +1 -1
- package/dist/components/nv-fieldnumber.js +13 -13
- package/dist/components/nv-fieldnumber.js.map +1 -1
- package/dist/components/nv-fieldpassword.js +7 -7
- package/dist/components/nv-fieldradio.js +5 -5
- package/dist/components/nv-fieldradio.js.map +1 -1
- package/dist/components/nv-fieldselect.js +55 -21
- package/dist/components/nv-fieldselect.js.map +1 -1
- package/dist/components/nv-fieldtext.js +9 -6
- package/dist/components/nv-fieldtext.js.map +1 -1
- package/dist/components/nv-fieldtextarea.js +13 -13
- package/dist/components/nv-fieldtextarea.js.map +1 -1
- package/dist/components/nv-fieldtime.d.ts +11 -0
- package/dist/components/nv-fieldtime.js +1054 -0
- package/dist/components/nv-fieldtime.js.map +1 -0
- 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 +90 -10
- package/dist/components/nv-menu.js.map +1 -1
- package/dist/components/nv-menuitem.js +1 -80
- package/dist/components/nv-menuitem.js.map +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-tablebody.js +2 -2
- package/dist/components/nv-tablecolumn.js +2 -2
- package/dist/components/nv-tabledatacell.js +2 -2
- package/dist/components/nv-tablehead.js +2 -2
- package/dist/components/nv-tablerow.js +2 -2
- package/dist/components/nv-toggle.d.ts +11 -0
- package/dist/components/nv-toggle.js +109 -0
- package/dist/components/nv-toggle.js.map +1 -0
- package/dist/components/nv-tooltip.js +1 -1
- package/dist/components/{p-7a19fef7.js → p-11fcdad9.js} +4 -4
- package/dist/components/{p-7a19fef7.js.map → p-11fcdad9.js.map} +1 -1
- package/dist/components/{p-7c0db67e.js → p-16badb3b.js} +4 -4
- package/dist/components/{p-7c0db67e.js.map → p-16badb3b.js.map} +1 -1
- package/dist/components/{p-3a65a05e.js → p-17714233.js} +40 -28
- package/dist/components/p-17714233.js.map +1 -0
- package/dist/components/{p-0b30dd1b.js → p-18d221e3.js} +3 -3
- package/dist/components/{p-0b30dd1b.js.map → p-18d221e3.js.map} +1 -1
- package/dist/components/p-2768d2c0.js +57 -0
- package/dist/components/p-2768d2c0.js.map +1 -0
- package/dist/components/p-2baea6ba.js +84 -0
- package/dist/components/p-2baea6ba.js.map +1 -0
- package/dist/components/{p-63afc71f.js → p-3859dc5c.js} +4 -4
- package/dist/components/{p-63afc71f.js.map → p-3859dc5c.js.map} +1 -1
- package/dist/components/{p-2abfadb8.js → p-4938572a.js} +4 -4
- package/dist/components/{p-2abfadb8.js.map → p-4938572a.js.map} +1 -1
- package/dist/components/{p-74407727.js → p-56f71851.js} +16 -9
- package/dist/components/p-56f71851.js.map +1 -0
- package/dist/components/{p-3b209e94.js → p-77d0fedc.js} +43 -3
- package/dist/components/p-77d0fedc.js.map +1 -0
- package/dist/components/p-91bf0cb6.js +166 -0
- package/dist/components/p-91bf0cb6.js.map +1 -0
- package/dist/components/{p-afa1c98e.js → p-98ff0e5f.js} +37 -28
- package/dist/components/p-98ff0e5f.js.map +1 -0
- package/dist/components/{p-5b98036c.js → p-a01bdf02.js} +4 -4
- package/dist/components/{p-5b98036c.js.map → p-a01bdf02.js.map} +1 -1
- package/dist/components/p-a5c8eee9.js +22 -0
- package/dist/components/p-a5c8eee9.js.map +1 -0
- package/dist/components/{p-78e7c594.js → p-a9a52105.js} +6 -17
- package/dist/components/p-a9a52105.js.map +1 -0
- package/dist/components/p-d429a343.js +28 -0
- package/dist/components/p-d429a343.js.map +1 -0
- package/dist/components/p-de8411ee.js +128 -0
- package/dist/components/p-de8411ee.js.map +1 -0
- package/dist/components/{p-d3b1c116.js → p-e431a0ad.js} +6 -6
- package/dist/components/{p-d3b1c116.js.map → p-e431a0ad.js.map} +1 -1
- package/dist/docs.json +2211 -911
- package/dist/esm/{app-globals-246d6b7c.js → app-globals-0a94217b.js} +2 -2
- package/dist/esm/{app-globals-246d6b7c.js.map → app-globals-0a94217b.js.map} +1 -1
- package/dist/esm/{constants-7b642e1d.js → constants-0181211f.js} +16 -9
- package/dist/esm/constants-0181211f.js.map +1 -0
- package/dist/esm/events.utils-fe1d907f.js +28 -0
- package/dist/esm/events.utils-fe1d907f.js.map +1 -0
- package/dist/esm/{grow.animation-88a8ee8f.js → grow.animation-cac164da.js} +2 -27
- package/dist/esm/grow.animation-cac164da.js.map +1 -0
- package/dist/esm/{index-cd557d0a.js → index-fac2d5d2.js} +75 -19
- package/dist/esm/index-fac2d5d2.js.map +1 -0
- package/dist/esm/index.js +4 -3
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/loader.js +4 -4
- package/dist/esm/native.js +4 -4
- package/dist/esm/nv-alert.entry.js +3 -3
- 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 +3 -3
- package/dist/esm/nv-badge_2.entry.js.map +1 -1
- package/dist/esm/nv-base.entry.js +1 -1
- package/dist/esm/nv-breadcrumb.entry.js +4 -3
- package/dist/esm/nv-breadcrumb.entry.js.map +1 -1
- package/dist/esm/nv-breadcrumbs.entry.js +3 -3
- package/dist/esm/nv-breadcrumbs.entry.js.map +1 -1
- package/dist/esm/nv-button.entry.js +24 -4
- package/dist/esm/nv-button.entry.js.map +1 -1
- package/dist/esm/nv-col.entry.js +2 -2
- package/dist/esm/nv-datagrid.entry.js +3 -3
- package/dist/esm/nv-datagridbody.entry.js +2 -2
- package/dist/esm/nv-datagridcolumn.entry.js +2 -2
- package/dist/esm/nv-datagriddatacell.entry.js +2 -2
- package/dist/esm/nv-datagridhead.entry.js +2 -2
- package/dist/esm/nv-datagridrow.entry.js +2 -2
- package/dist/esm/nv-dialog.entry.js +754 -0
- package/dist/esm/nv-dialog.entry.js.map +1 -0
- package/dist/esm/nv-dialogfooter_2.entry.js +127 -0
- package/dist/esm/nv-dialogfooter_2.entry.js.map +1 -0
- package/dist/esm/nv-fieldcheckbox.entry.js +34 -25
- package/dist/esm/nv-fieldcheckbox.entry.js.map +1 -1
- package/dist/esm/nv-fielddropdown.entry.js +52 -15
- 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 +6 -3
- package/dist/esm/nv-fieldmultiselect.entry.js.map +1 -1
- package/dist/esm/nv-fieldnumber.entry.js +12 -12
- package/dist/esm/nv-fieldnumber.entry.js.map +1 -1
- package/dist/esm/nv-fieldpassword.entry.js +4 -4
- package/dist/esm/nv-fieldradio.entry.js +5 -5
- package/dist/esm/nv-fieldradio.entry.js.map +1 -1
- package/dist/esm/nv-fieldselect.entry.js +49 -18
- package/dist/esm/nv-fieldselect.entry.js.map +1 -1
- package/dist/esm/nv-fieldtext.entry.js +8 -5
- package/dist/esm/nv-fieldtext.entry.js.map +1 -1
- package/dist/esm/nv-fieldtextarea.entry.js +13 -13
- package/dist/esm/nv-fieldtextarea.entry.js.map +1 -1
- package/dist/esm/nv-fieldtime.entry.js +990 -0
- package/dist/esm/nv-fieldtime.entry.js.map +1 -0
- package/dist/esm/nv-icon.entry.js +3 -3
- package/dist/esm/nv-iconbutton.entry.js +121 -0
- package/dist/esm/nv-iconbutton.entry.js.map +1 -0
- package/dist/esm/nv-loader.entry.js +31 -0
- package/dist/esm/nv-loader.entry.js.map +1 -0
- package/dist/esm/nv-menu.entry.js +66 -7
- 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 +5 -16
- 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-tablebody.entry.js +2 -2
- package/dist/esm/nv-tablecolumn.entry.js +2 -2
- package/dist/esm/nv-tabledatacell.entry.js +2 -2
- package/dist/esm/nv-tablehead.entry.js +2 -2
- package/dist/esm/nv-tablerow.entry.js +2 -2
- package/dist/esm/nv-toggle.entry.js +78 -0
- package/dist/esm/nv-toggle.entry.js.map +1 -0
- package/dist/esm/nv-tooltip.entry.js +2 -2
- package/dist/esm/string.utils-16aed4a7.js +22 -0
- package/dist/esm/string.utils-16aed4a7.js.map +1 -0
- 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-02bb8184.entry.js +2 -0
- package/dist/native/p-0bf35abc.entry.js +2 -0
- package/dist/native/p-0bf35abc.entry.js.map +1 -0
- package/dist/native/p-10ba289c.entry.js +2 -0
- package/dist/native/{p-826f1d28.entry.js → p-208accf0.entry.js} +2 -2
- package/dist/native/p-208accf0.entry.js.map +1 -0
- package/dist/native/p-211f7b19.entry.js +2 -0
- package/dist/native/p-211f7b19.entry.js.map +1 -0
- package/dist/native/p-2aebf31b.entry.js +2 -0
- package/dist/native/p-3a8a9371.entry.js +2 -0
- package/dist/native/p-3a8a9371.entry.js.map +1 -0
- package/dist/native/{p-6bb2c88f.entry.js → p-3c004551.entry.js} +2 -2
- package/dist/native/p-3c004551.entry.js.map +1 -0
- package/dist/native/p-46553ffd.entry.js +2 -0
- package/dist/native/p-46553ffd.entry.js.map +1 -0
- package/dist/native/{p-f7db0785.entry.js → p-4d0caf4a.entry.js} +3 -3
- package/dist/native/p-4f11286d.entry.js +2 -0
- package/dist/native/{p-40f4828a.entry.js.map → p-4f11286d.entry.js.map} +1 -1
- package/dist/native/p-51ad8bcd.entry.js +2 -0
- package/dist/native/p-51ad8bcd.entry.js.map +1 -0
- package/dist/native/p-5439afb8.js +3 -0
- package/dist/native/p-5439afb8.js.map +1 -0
- package/dist/native/{p-74407727.js → p-56f71851.js} +2 -2
- package/dist/native/p-56f71851.js.map +1 -0
- package/dist/native/p-5f1a7e6e.entry.js +2 -0
- package/dist/native/p-5f1a7e6e.entry.js.map +1 -0
- package/dist/native/{p-575ea40b.entry.js → p-61d2cb2e.entry.js} +2 -2
- package/dist/native/{p-cd251f91.entry.js → p-6d68f133.entry.js} +2 -2
- package/dist/native/p-724ed8d7.entry.js +7 -0
- package/dist/native/p-724ed8d7.entry.js.map +1 -0
- package/dist/native/{p-e5fbe545.entry.js → p-75b1ea9f.entry.js} +2 -2
- package/dist/native/p-87083363.entry.js +2 -0
- package/dist/native/p-87083363.entry.js.map +1 -0
- package/dist/native/p-892052c2.entry.js +2 -0
- package/dist/native/p-8c1a6aa6.entry.js +2 -0
- package/dist/native/p-8c1a6aa6.entry.js.map +1 -0
- package/dist/native/p-8ee30013.entry.js +2 -0
- package/dist/native/{p-9341cf9d.entry.js.map → p-8ee30013.entry.js.map} +1 -1
- package/dist/native/{p-788712dd.entry.js → p-96902bb3.entry.js} +2 -2
- package/dist/native/p-99e7a452.entry.js +2 -0
- package/dist/native/p-99e7a452.entry.js.map +1 -0
- package/dist/native/p-9ac790b3.entry.js +2 -0
- package/dist/native/{p-18b227b5.entry.js.map → p-9ac790b3.entry.js.map} +1 -1
- package/dist/native/{p-3283505f.entry.js → p-9fb5db20.entry.js} +2 -2
- package/dist/native/p-a5c8eee9.js +2 -0
- package/dist/native/p-a5c8eee9.js.map +1 -0
- package/dist/native/{p-552e7ea4.entry.js → p-a998f8df.entry.js} +2 -2
- package/dist/native/p-aa2834e2.entry.js +2 -0
- package/dist/native/p-ab5a8ce5.entry.js +2 -0
- package/dist/native/p-beab7cbd.entry.js +2 -0
- package/dist/native/p-bfeda21c.entry.js +2 -0
- package/dist/native/p-bfeda21c.entry.js.map +1 -0
- package/dist/native/p-c1765831.js +2 -0
- package/dist/native/p-c1765831.js.map +1 -0
- package/dist/native/{p-7dfb4a60.entry.js → p-c51ee6dc.entry.js} +2 -2
- package/dist/native/p-c51ee6dc.entry.js.map +1 -0
- package/dist/native/{p-2063c768.entry.js → p-d24586ed.entry.js} +2 -2
- package/dist/native/p-d429a343.js +2 -0
- package/dist/native/p-d429a343.js.map +1 -0
- package/dist/native/{p-1e2bd4e3.entry.js → p-d4e56727.entry.js} +2 -2
- package/dist/native/p-d67b7502.entry.js +2 -0
- package/dist/native/p-d67b7502.entry.js.map +1 -0
- package/dist/native/p-d776ed48.entry.js +2 -0
- package/dist/native/p-d776ed48.entry.js.map +1 -0
- package/dist/native/p-dc9dd5a7.entry.js +2 -0
- package/dist/native/p-e192c25c.entry.js +2 -0
- package/dist/native/p-e192c25c.entry.js.map +1 -0
- package/dist/native/p-e3827605.entry.js +2 -0
- package/dist/native/{p-5d0dc7c8.entry.js.map → p-e3827605.entry.js.map} +1 -1
- package/dist/native/p-e5a7596b.entry.js +2 -0
- package/dist/native/p-e6f45df2.entry.js +2 -0
- package/dist/native/p-ed47a702.entry.js +2 -0
- package/dist/native/p-f30ce086.entry.js +2 -0
- package/dist/native/{p-eda8cd9d.entry.js.map → p-f30ce086.entry.js.map} +1 -1
- package/dist/native/p-f3fbdea6.js +2 -0
- package/dist/native/{p-f79752ca.entry.js → p-fd2955dd.entry.js} +2 -2
- package/dist/native/p-fd2955dd.entry.js.map +1 -0
- package/dist/types/components/nv-breadcrumb/nv-breadcrumb.d.ts +0 -1
- package/dist/types/components/nv-button/nv-button.d.ts +8 -0
- package/dist/types/components/nv-dialog/nv-dialog.d.ts +124 -0
- package/dist/types/components/nv-dialog/nv-dialog.docs.d.ts +4 -0
- package/dist/types/components/nv-dialogfooter/nv-dialogfooter.d.ts +63 -0
- package/dist/types/components/nv-dialogfooter/nv-dialogfooter.docs.d.ts +4 -0
- package/dist/types/components/nv-dialogheader/nv-dialogheader.d.ts +20 -0
- package/dist/types/components/nv-dialogheader/nv-dialogheader.docs.d.ts +4 -0
- package/dist/types/components/nv-fieldcheckbox/nv-fieldcheckbox.d.ts +14 -10
- package/dist/types/components/nv-fielddropdown/nv-fielddropdown.d.ts +34 -10
- package/dist/types/components/nv-fieldmultiselect/nv-fieldmultiselect.d.ts +6 -2
- package/dist/types/components/nv-fieldnumber/nv-fieldnumber.d.ts +4 -4
- package/dist/types/components/nv-fieldradio/nv-fieldradio.d.ts +2 -2
- package/dist/types/components/nv-fieldselect/nv-fieldselect.d.ts +20 -6
- package/dist/types/components/nv-fieldtext/nv-fieldtext.d.ts +5 -4
- package/dist/types/components/nv-fieldtextarea/nv-fieldtextarea.d.ts +3 -3
- package/dist/types/components/nv-fieldtime/nv-fieldtime.d.ts +156 -0
- package/dist/types/components/nv-fieldtime/nv-fieldtime.docs.d.ts +4 -0
- package/dist/types/components/nv-menu/nv-menu.d.ts +20 -0
- package/dist/types/components/{nv-fieldtoggle/nv-fieldtoggle.d.ts → nv-toggle/nv-toggle.d.ts} +4 -4
- package/dist/types/components/nv-toggle/nv-toggle.docs.d.ts +4 -0
- package/dist/types/components.d.ts +519 -98
- package/dist/types/index.d.ts +1 -0
- package/dist/types/nova-docs.d.ts +19 -0
- package/dist/types/utils/constants.d.ts +6 -1
- package/dist/types/utils/string.utils.d.ts +9 -0
- package/dist/vscode-data.json +230 -34
- package/hydrate/index.js +2609 -442
- package/hydrate/index.mjs +2609 -442
- package/package.json +21 -9
- package/dist/cjs/constants-9525a915.js.map +0 -1
- package/dist/cjs/grow.animation-46e7ae4b.js.map +0 -1
- package/dist/cjs/index-ddc37f87.js.map +0 -1
- package/dist/cjs/nv-fieldtoggle.cjs.entry.js +0 -81
- package/dist/cjs/nv-fieldtoggle.cjs.entry.js.map +0 -1
- package/dist/cjs/nv-iconbutton_2.cjs.entry.js +0 -151
- package/dist/cjs/nv-iconbutton_2.cjs.entry.js.map +0 -1
- package/dist/collection/components/nv-fieldtoggle/nv-fieldtoggle.docs.js.map +0 -1
- package/dist/collection/components/nv-fieldtoggle/nv-fieldtoggle.js.map +0 -1
- package/dist/components/nv-fieldtoggle.js +0 -108
- package/dist/components/nv-fieldtoggle.js.map +0 -1
- package/dist/components/p-3a65a05e.js.map +0 -1
- package/dist/components/p-3b209e94.js.map +0 -1
- package/dist/components/p-74407727.js.map +0 -1
- package/dist/components/p-78e7c594.js.map +0 -1
- package/dist/components/p-afa1c98e.js.map +0 -1
- package/dist/esm/constants-7b642e1d.js.map +0 -1
- package/dist/esm/grow.animation-88a8ee8f.js.map +0 -1
- package/dist/esm/index-cd557d0a.js.map +0 -1
- package/dist/esm/nv-fieldtoggle.entry.js +0 -77
- package/dist/esm/nv-fieldtoggle.entry.js.map +0 -1
- package/dist/esm/nv-iconbutton_2.entry.js +0 -146
- package/dist/esm/nv-iconbutton_2.entry.js.map +0 -1
- package/dist/native/p-0a9a738c.entry.js +0 -2
- package/dist/native/p-0a9a738c.entry.js.map +0 -1
- package/dist/native/p-0f9262ed.entry.js +0 -2
- package/dist/native/p-18b227b5.entry.js +0 -2
- package/dist/native/p-225962f2.entry.js +0 -2
- package/dist/native/p-2ac838b8.entry.js +0 -2
- package/dist/native/p-38d3eee3.js +0 -2
- package/dist/native/p-3adf0c45.entry.js +0 -2
- package/dist/native/p-3adf0c45.entry.js.map +0 -1
- package/dist/native/p-40f4828a.entry.js +0 -2
- package/dist/native/p-44cc8b59.entry.js +0 -2
- package/dist/native/p-44cc8b59.entry.js.map +0 -1
- package/dist/native/p-4e056cd8.entry.js +0 -2
- package/dist/native/p-4e056cd8.entry.js.map +0 -1
- package/dist/native/p-4f30312d.entry.js +0 -2
- package/dist/native/p-4f30312d.entry.js.map +0 -1
- package/dist/native/p-4ffd5c51.entry.js +0 -2
- package/dist/native/p-52a7f936.entry.js +0 -2
- package/dist/native/p-5d0dc7c8.entry.js +0 -2
- package/dist/native/p-5e467b49.entry.js +0 -2
- package/dist/native/p-5f160072.entry.js +0 -2
- package/dist/native/p-6bb2c88f.entry.js.map +0 -1
- package/dist/native/p-6ea62d17.entry.js +0 -2
- package/dist/native/p-6ea62d17.entry.js.map +0 -1
- package/dist/native/p-74407727.js.map +0 -1
- package/dist/native/p-7dfb4a60.entry.js.map +0 -1
- package/dist/native/p-826f1d28.entry.js.map +0 -1
- package/dist/native/p-87b93cc2.entry.js +0 -2
- package/dist/native/p-8ae9aaf1.entry.js +0 -2
- package/dist/native/p-8f0984b0.entry.js +0 -2
- package/dist/native/p-8f0984b0.entry.js.map +0 -1
- package/dist/native/p-9341cf9d.entry.js +0 -2
- package/dist/native/p-967f1aee.entry.js +0 -2
- package/dist/native/p-967f1aee.entry.js.map +0 -1
- package/dist/native/p-9b093b92.js +0 -3
- package/dist/native/p-a37c2ac2.js +0 -2
- package/dist/native/p-a37c2ac2.js.map +0 -1
- package/dist/native/p-e8d181e6.entry.js +0 -2
- package/dist/native/p-eade52d4.entry.js +0 -2
- package/dist/native/p-eade52d4.entry.js.map +0 -1
- package/dist/native/p-ed825c80.entry.js +0 -2
- package/dist/native/p-ed825c80.entry.js.map +0 -1
- package/dist/native/p-eda8cd9d.entry.js +0 -2
- package/dist/native/p-f79752ca.entry.js.map +0 -1
- package/dist/native/p-fc8cad13.entry.js +0 -2
- package/dist/types/components/nv-fieldtoggle/nv-fieldtoggle.docs.d.ts +0 -4
- /package/dist/native/{p-e8d181e6.entry.js.map → p-02bb8184.entry.js.map} +0 -0
- /package/dist/native/{p-4ffd5c51.entry.js.map → p-10ba289c.entry.js.map} +0 -0
- /package/dist/native/{p-52a7f936.entry.js.map → p-2aebf31b.entry.js.map} +0 -0
- /package/dist/native/{p-f7db0785.entry.js.map → p-4d0caf4a.entry.js.map} +0 -0
- /package/dist/native/{p-575ea40b.entry.js.map → p-61d2cb2e.entry.js.map} +0 -0
- /package/dist/native/{p-cd251f91.entry.js.map → p-6d68f133.entry.js.map} +0 -0
- /package/dist/native/{p-e5fbe545.entry.js.map → p-75b1ea9f.entry.js.map} +0 -0
- /package/dist/native/{p-fc8cad13.entry.js.map → p-892052c2.entry.js.map} +0 -0
- /package/dist/native/{p-788712dd.entry.js.map → p-96902bb3.entry.js.map} +0 -0
- /package/dist/native/{p-3283505f.entry.js.map → p-9fb5db20.entry.js.map} +0 -0
- /package/dist/native/{p-552e7ea4.entry.js.map → p-a998f8df.entry.js.map} +0 -0
- /package/dist/native/{p-5f160072.entry.js.map → p-aa2834e2.entry.js.map} +0 -0
- /package/dist/native/{p-225962f2.entry.js.map → p-ab5a8ce5.entry.js.map} +0 -0
- /package/dist/native/{p-2ac838b8.entry.js.map → p-beab7cbd.entry.js.map} +0 -0
- /package/dist/native/{p-2063c768.entry.js.map → p-d24586ed.entry.js.map} +0 -0
- /package/dist/native/{p-1e2bd4e3.entry.js.map → p-d4e56727.entry.js.map} +0 -0
- /package/dist/native/{p-5e467b49.entry.js.map → p-dc9dd5a7.entry.js.map} +0 -0
- /package/dist/native/{p-0f9262ed.entry.js.map → p-e5a7596b.entry.js.map} +0 -0
- /package/dist/native/{p-87b93cc2.entry.js.map → p-e6f45df2.entry.js.map} +0 -0
- /package/dist/native/{p-8ae9aaf1.entry.js.map → p-ed47a702.entry.js.map} +0 -0
- /package/dist/native/{p-38d3eee3.js.map → p-f3fbdea6.js.map} +0 -0
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @slot default - Custom content for the dialog header. When provided, the default header will not be rendered.
|
|
3
|
+
*/
|
|
4
|
+
export declare class NvDialogheader {
|
|
5
|
+
el: HTMLNvDialogheaderElement;
|
|
6
|
+
private hasSlot;
|
|
7
|
+
/****************************************************************************/
|
|
8
|
+
/**
|
|
9
|
+
* Sets the heading text for the dialog.
|
|
10
|
+
*/
|
|
11
|
+
readonly heading: string;
|
|
12
|
+
/**
|
|
13
|
+
* Sets the subheading text for the dialog.
|
|
14
|
+
*/
|
|
15
|
+
readonly subheading: string;
|
|
16
|
+
/****************************************************************************/
|
|
17
|
+
componentWillLoad(): void;
|
|
18
|
+
/****************************************************************************/
|
|
19
|
+
render(): any;
|
|
20
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EventEmitter } from '../../stencil-public-runtime';
|
|
2
|
-
import { type
|
|
2
|
+
import { type LabelPlacement } from '../../utils/constants';
|
|
3
3
|
/**
|
|
4
4
|
* @slot label - Content to be placed as the label, will override the label prop.
|
|
5
5
|
* @slot description - Content to be placed as the description, will override the description prop.
|
|
@@ -17,7 +17,7 @@ export declare class NvFieldcheckbox {
|
|
|
17
17
|
readonly message?: string;
|
|
18
18
|
/**
|
|
19
19
|
* The text for the validation message.
|
|
20
|
-
* @deprecated Use `errorDescription` instead.
|
|
20
|
+
* @deprecated Use `errorDescription` and set the error prop instead.
|
|
21
21
|
* */
|
|
22
22
|
readonly validation?: string;
|
|
23
23
|
/**
|
|
@@ -25,7 +25,6 @@ export declare class NvFieldcheckbox {
|
|
|
25
25
|
* @deprecated Use `labelPlacement = end` instead.
|
|
26
26
|
* */
|
|
27
27
|
readonly labelBefore?: boolean;
|
|
28
|
-
componentWillRender(): void;
|
|
29
28
|
/****************************************************************************/
|
|
30
29
|
/**
|
|
31
30
|
* Sets the ID for the radio button’s input element and the for attribute of
|
|
@@ -53,7 +52,7 @@ export declare class NvFieldcheckbox {
|
|
|
53
52
|
* Determines the position of the label relative to the checkbox, either
|
|
54
53
|
* 'start' (before) or 'end' (after).
|
|
55
54
|
*/
|
|
56
|
-
labelPlacement: `${
|
|
55
|
+
labelPlacement: `${LabelPlacement}`;
|
|
57
56
|
/**
|
|
58
57
|
* Hides the label visually while still keeping it available for screen
|
|
59
58
|
* readers.
|
|
@@ -67,10 +66,12 @@ export declare class NvFieldcheckbox {
|
|
|
67
66
|
/**
|
|
68
67
|
* Signals that there is an error associated with the checkbox, which can
|
|
69
68
|
* trigger visual cues.
|
|
69
|
+
* @validator error
|
|
70
70
|
*/
|
|
71
|
-
|
|
71
|
+
error: boolean;
|
|
72
72
|
/**
|
|
73
73
|
* A description that appears when there is an error related to the checkbox.
|
|
74
|
+
* @validator message
|
|
74
75
|
*/
|
|
75
76
|
errorDescription?: string;
|
|
76
77
|
/**
|
|
@@ -103,11 +104,6 @@ export declare class NvFieldcheckbox {
|
|
|
103
104
|
*/
|
|
104
105
|
checkedChanged: EventEmitter<boolean>;
|
|
105
106
|
/****************************************************************************/
|
|
106
|
-
/**
|
|
107
|
-
* Watches for changes to the checked state and emits the new value.
|
|
108
|
-
* @param {boolean} checked - The new value of the checked state.
|
|
109
|
-
*/
|
|
110
|
-
onCheckedChanged(checked: boolean): void;
|
|
111
107
|
/**
|
|
112
108
|
* Listens for the change event on the checkbox input element and updates the
|
|
113
109
|
* checked state.
|
|
@@ -115,5 +111,13 @@ export declare class NvFieldcheckbox {
|
|
|
115
111
|
*/
|
|
116
112
|
handleChange(event: Event): void;
|
|
117
113
|
/****************************************************************************/
|
|
114
|
+
/**
|
|
115
|
+
* Watches for changes to the checked state and emits the new value.
|
|
116
|
+
* @param {boolean} checked - The new value of the checked state.
|
|
117
|
+
*/
|
|
118
|
+
onCheckedChanged(checked: boolean): void;
|
|
119
|
+
/****************************************************************************/
|
|
120
|
+
componentWillRender(): void;
|
|
121
|
+
/****************************************************************************/
|
|
118
122
|
render(): any;
|
|
119
123
|
}
|
|
@@ -24,7 +24,7 @@ export declare class NVFieldDropDown {
|
|
|
24
24
|
readonly inputId: string;
|
|
25
25
|
/**
|
|
26
26
|
* Lets you define the text that explains what users should enter in the text
|
|
27
|
-
* input field. It
|
|
27
|
+
* input field. It's a crucial element for making forms clear and
|
|
28
28
|
* user-friendly.
|
|
29
29
|
*/
|
|
30
30
|
readonly label: string;
|
|
@@ -36,7 +36,7 @@ export declare class NVFieldDropDown {
|
|
|
36
36
|
readonly description: string;
|
|
37
37
|
/**
|
|
38
38
|
* Display temporary text inside the input field to give users a hint about
|
|
39
|
-
* what to type. It
|
|
39
|
+
* what to type. It's a great way to provide examples or suggestions directly
|
|
40
40
|
* in the field before they start typing.
|
|
41
41
|
* The placeholder is displayed only when the filterable option is enabled.
|
|
42
42
|
*/
|
|
@@ -44,7 +44,7 @@ export declare class NVFieldDropDown {
|
|
|
44
44
|
/**
|
|
45
45
|
* Defines the name attribute of the input field, which is crucial for form
|
|
46
46
|
* submission. This value is used as the key in the key-value pair sent to
|
|
47
|
-
* the server, representing the input
|
|
47
|
+
* the server, representing the input's data in form submissions. It should be
|
|
48
48
|
* unique within the form to avoid conflicts.
|
|
49
49
|
*/
|
|
50
50
|
readonly name: string;
|
|
@@ -54,7 +54,7 @@ export declare class NVFieldDropDown {
|
|
|
54
54
|
open: boolean;
|
|
55
55
|
/**
|
|
56
56
|
* The autocomplete prop helps users fill out the input field faster by
|
|
57
|
-
* suggesting entries they
|
|
57
|
+
* suggesting entries they've used before, like their email or address.
|
|
58
58
|
* You can turn it on to make forms more convenient or off to ensure users
|
|
59
59
|
* always type in fresh data.
|
|
60
60
|
*/
|
|
@@ -62,7 +62,7 @@ export declare class NVFieldDropDown {
|
|
|
62
62
|
/**
|
|
63
63
|
* Specifies the value of the input field, which determines the text displayed
|
|
64
64
|
* within the field. This prop is typically used in controlled components
|
|
65
|
-
* where the input
|
|
65
|
+
* where the input's value is managed by the component's state.
|
|
66
66
|
*/
|
|
67
67
|
value: string;
|
|
68
68
|
/**
|
|
@@ -71,7 +71,7 @@ export declare class NVFieldDropDown {
|
|
|
71
71
|
*/
|
|
72
72
|
readonly required: boolean;
|
|
73
73
|
/**
|
|
74
|
-
* Alters the input field
|
|
74
|
+
* Alters the input field's appearance to indicate an error, helping users
|
|
75
75
|
* identify fields that need correction.
|
|
76
76
|
* @validator error
|
|
77
77
|
*/
|
|
@@ -83,14 +83,14 @@ export declare class NVFieldDropDown {
|
|
|
83
83
|
*/
|
|
84
84
|
readonly errorDescription: string;
|
|
85
85
|
/**
|
|
86
|
-
* Display the input field
|
|
87
|
-
* Users can still click on it, select, and copy the text, but they won
|
|
86
|
+
* Display the input field's content without allowing users to change it.
|
|
87
|
+
* Users can still click on it, select, and copy the text, but they won't be
|
|
88
88
|
* able to type or delete anything.
|
|
89
89
|
*/
|
|
90
90
|
readonly readonly: boolean;
|
|
91
91
|
/**
|
|
92
|
-
* The disabled prop lets you turn off the input field so that users can
|
|
93
|
-
* type in it. When disabled, the field is grayed out and won
|
|
92
|
+
* The disabled prop lets you turn off the input field so that users can't
|
|
93
|
+
* type in it. When disabled, the field is grayed out and won't respond to
|
|
94
94
|
* clicks or touches.
|
|
95
95
|
*/
|
|
96
96
|
readonly disabled: boolean;
|
|
@@ -108,6 +108,25 @@ export declare class NVFieldDropDown {
|
|
|
108
108
|
filterable: boolean;
|
|
109
109
|
isFilterable: boolean;
|
|
110
110
|
selectedValues: Set<string>;
|
|
111
|
+
/**
|
|
112
|
+
* List of options available in the dropdown.
|
|
113
|
+
* @description The options are passed as a JSON string.
|
|
114
|
+
* @example options='[{"label": "Option 1", "value": "option1", "selected": true}, {"label": "Option 2", "value": "option2"}]'
|
|
115
|
+
*/
|
|
116
|
+
readonly options?: string;
|
|
117
|
+
/**
|
|
118
|
+
* Options configuration for the dropdown items.
|
|
119
|
+
*/
|
|
120
|
+
parsedOptions: Array<{
|
|
121
|
+
/** Label to display for the option */
|
|
122
|
+
label: string;
|
|
123
|
+
/** Value associated with the option */
|
|
124
|
+
value: string;
|
|
125
|
+
/** Whether this option is disabled */
|
|
126
|
+
disabled?: boolean;
|
|
127
|
+
/** Whether this option is pre-selected */
|
|
128
|
+
selected?: boolean;
|
|
129
|
+
}>;
|
|
111
130
|
/****************************************************************************/
|
|
112
131
|
/**
|
|
113
132
|
* Event emitted when an item is selected.
|
|
@@ -122,6 +141,11 @@ export declare class NVFieldDropDown {
|
|
|
122
141
|
handleOpenChanged(event: CustomEvent<boolean>): void;
|
|
123
142
|
watchFilterableHandler(newValue: boolean): void;
|
|
124
143
|
watchValueHandler(newValue: string): void;
|
|
144
|
+
/**
|
|
145
|
+
* Watch for changes in the options prop
|
|
146
|
+
* @param {string} newValue - The new value of the options prop
|
|
147
|
+
*/
|
|
148
|
+
handleOptionsChange(newValue: string): void;
|
|
125
149
|
/****************************************************************************/
|
|
126
150
|
componentWillLoad(): void;
|
|
127
151
|
componentDidLoad(): void;
|
|
@@ -67,11 +67,15 @@ export declare class NvFieldmultiselect {
|
|
|
67
67
|
*/
|
|
68
68
|
readonly required: boolean;
|
|
69
69
|
/**
|
|
70
|
-
* Alters the input field's appearance to indicate an error
|
|
70
|
+
* Alters the input field's appearance to indicate an error, helping users
|
|
71
|
+
* identify fields that need correction.
|
|
72
|
+
* @validator error
|
|
71
73
|
*/
|
|
72
74
|
readonly error: boolean;
|
|
73
75
|
/**
|
|
74
|
-
* A description that appears when there is an error
|
|
76
|
+
* A description that appears when there is an error related to the multiselect
|
|
77
|
+
* field.
|
|
78
|
+
* @validator message
|
|
75
79
|
*/
|
|
76
80
|
readonly errorDescription: string;
|
|
77
81
|
/**
|
|
@@ -13,12 +13,12 @@ export declare class NvFieldnumber {
|
|
|
13
13
|
/****************************************************************************/
|
|
14
14
|
/**
|
|
15
15
|
* Message defines a 'hint ' message for the number field.
|
|
16
|
-
* @deprecated
|
|
16
|
+
* @deprecated Use `description` instead.
|
|
17
17
|
*/
|
|
18
18
|
readonly message: string;
|
|
19
19
|
/**
|
|
20
20
|
* Add the message to the validation state.
|
|
21
|
-
* @deprecated
|
|
21
|
+
* @deprecated Use `errorDescription` and set the error prop instead.
|
|
22
22
|
*/
|
|
23
23
|
readonly validation: string;
|
|
24
24
|
/****************************************************************************/
|
|
@@ -111,8 +111,6 @@ export declare class NvFieldnumber {
|
|
|
111
111
|
*/
|
|
112
112
|
value: number;
|
|
113
113
|
/****************************************************************************/
|
|
114
|
-
componentWillRender(): void;
|
|
115
|
-
/****************************************************************************/
|
|
116
114
|
/**
|
|
117
115
|
* Emitted when the input value changes.
|
|
118
116
|
* @bind value
|
|
@@ -128,5 +126,7 @@ export declare class NvFieldnumber {
|
|
|
128
126
|
private isMinValueReached;
|
|
129
127
|
private isMaxValueReached;
|
|
130
128
|
/****************************************************************************/
|
|
129
|
+
componentWillRender(): void;
|
|
130
|
+
/****************************************************************************/
|
|
131
131
|
render(): any;
|
|
132
132
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EventEmitter } from '../../stencil-public-runtime';
|
|
2
|
-
import { type
|
|
2
|
+
import { type LabelPlacement } from '../../utils/constants';
|
|
3
3
|
/**
|
|
4
4
|
* @slot label - Content to be placed as the label, will override the label prop.
|
|
5
5
|
* @slot description - Content to be placed as the description, will override the description prop.
|
|
@@ -50,7 +50,7 @@ export declare class NvFieldradio {
|
|
|
50
50
|
/**
|
|
51
51
|
* Defines the position of the label relative to the radio button.
|
|
52
52
|
*/
|
|
53
|
-
labelPlacement: `${
|
|
53
|
+
labelPlacement: `${LabelPlacement}`;
|
|
54
54
|
/**
|
|
55
55
|
* Adds a helpful hint message below the label. This description provides
|
|
56
56
|
* extra information or context about the radio button option, assisting users
|
|
@@ -13,20 +13,28 @@ export declare class NvFieldselect {
|
|
|
13
13
|
private selectElement;
|
|
14
14
|
private internals;
|
|
15
15
|
/****************************************************************************/
|
|
16
|
-
private computedDisplayValue;
|
|
17
|
-
private internalReadonly;
|
|
18
|
-
/****************************************************************************/
|
|
19
16
|
/**
|
|
20
17
|
* Message defines a 'hint ' message for the Select Field.
|
|
21
|
-
* @deprecated
|
|
18
|
+
* @deprecated Use `description` instead.
|
|
22
19
|
*/
|
|
23
20
|
readonly message: string;
|
|
24
21
|
/**
|
|
25
22
|
* Add the message to the validation state.
|
|
26
|
-
* @deprecated
|
|
23
|
+
* @deprecated Use `errorDescription` and set the error prop instead.
|
|
27
24
|
*/
|
|
28
25
|
readonly validation: string;
|
|
29
|
-
|
|
26
|
+
/****************************************************************************/
|
|
27
|
+
private computedDisplayValue;
|
|
28
|
+
private internalReadonly;
|
|
29
|
+
/**
|
|
30
|
+
* Options to display in the select. Can be passed as a JSON string.
|
|
31
|
+
* Format: [{ label: string, value: string, selected?: boolean, disabled?: boolean }]
|
|
32
|
+
*/
|
|
33
|
+
readonly options?: string;
|
|
34
|
+
/**
|
|
35
|
+
* Parsed options stored internally
|
|
36
|
+
*/
|
|
37
|
+
private parsedOptions;
|
|
30
38
|
/****************************************************************************/
|
|
31
39
|
/**
|
|
32
40
|
* Sets the ID for the select element and the for attribute of the associated
|
|
@@ -130,6 +138,11 @@ export declare class NvFieldselect {
|
|
|
130
138
|
* @param {boolean} newValue - The new value of readonly.
|
|
131
139
|
*/
|
|
132
140
|
handleReadonlyChange(newValue: boolean): void;
|
|
141
|
+
/**
|
|
142
|
+
* Parse options and update the internal state
|
|
143
|
+
* @param {string} newValue - The new value of options
|
|
144
|
+
*/
|
|
145
|
+
handleOptionsChange(newValue: string): void;
|
|
133
146
|
/****************************************************************************/
|
|
134
147
|
/**
|
|
135
148
|
* Handles the change event on the select element. This method is used to
|
|
@@ -172,6 +185,7 @@ export declare class NvFieldselect {
|
|
|
172
185
|
*/
|
|
173
186
|
private ensureSelectElement;
|
|
174
187
|
/****************************************************************************/
|
|
188
|
+
componentWillRender(): void;
|
|
175
189
|
/**
|
|
176
190
|
* Lifecycle method that is called before the component is rendered. This is
|
|
177
191
|
* where the internal state is set up before rendering occurs.
|
|
@@ -14,12 +14,12 @@ export declare class NvFieldtext {
|
|
|
14
14
|
/****************************************************************************/
|
|
15
15
|
/**
|
|
16
16
|
* Message defines a 'hint ' message for the Text Field.
|
|
17
|
-
* @deprecated
|
|
17
|
+
* @deprecated Use `description` instead.
|
|
18
18
|
*/
|
|
19
19
|
readonly message: string;
|
|
20
20
|
/**
|
|
21
21
|
* Add the message to the validation state.
|
|
22
|
-
* @deprecated
|
|
22
|
+
* @deprecated Use `errorDescription` and set the error prop instead.
|
|
23
23
|
*/
|
|
24
24
|
readonly validation: string;
|
|
25
25
|
/**
|
|
@@ -27,7 +27,6 @@ export declare class NvFieldtext {
|
|
|
27
27
|
* @deprecated use type instead.
|
|
28
28
|
*/
|
|
29
29
|
readonly textInputType: 'text' | 'tel' | 'email';
|
|
30
|
-
componentWillRender(): void;
|
|
31
30
|
/****************************************************************************/
|
|
32
31
|
/**
|
|
33
32
|
* Sets the ID for the input element and the for attribute of the associated
|
|
@@ -102,7 +101,7 @@ export declare class NvFieldtext {
|
|
|
102
101
|
* field.
|
|
103
102
|
* @validator message
|
|
104
103
|
*/
|
|
105
|
-
errorDescription
|
|
104
|
+
errorDescription?: string;
|
|
106
105
|
/**
|
|
107
106
|
* Changes the input field’s appearance to indicate successful input or
|
|
108
107
|
* validation.
|
|
@@ -158,5 +157,7 @@ export declare class NvFieldtext {
|
|
|
158
157
|
*/
|
|
159
158
|
private handleInputContainerClick;
|
|
160
159
|
/****************************************************************************/
|
|
160
|
+
componentWillRender(): void;
|
|
161
|
+
/****************************************************************************/
|
|
161
162
|
render(): any;
|
|
162
163
|
}
|
|
@@ -10,15 +10,14 @@ export declare class NvFieldtextarea {
|
|
|
10
10
|
/****************************************************************************/
|
|
11
11
|
/**
|
|
12
12
|
* Message defines a 'hint ' message for the Text Field.
|
|
13
|
-
* @deprecated
|
|
13
|
+
* @deprecated Use `description` instead.
|
|
14
14
|
*/
|
|
15
15
|
readonly message: string;
|
|
16
16
|
/**
|
|
17
17
|
* Add the message to the validation state.
|
|
18
|
-
* @deprecated
|
|
18
|
+
* @deprecated Use `errorDescription` and set the error prop instead.
|
|
19
19
|
*/
|
|
20
20
|
readonly validation: string;
|
|
21
|
-
componentWillRender(): void;
|
|
22
21
|
/****************************************************************************/
|
|
23
22
|
/**
|
|
24
23
|
* Sets the ID for the input element and the for attribute of the associated
|
|
@@ -151,6 +150,7 @@ export declare class NvFieldtextarea {
|
|
|
151
150
|
private handleTextareaContainerClick;
|
|
152
151
|
private adjustTextareaHeight;
|
|
153
152
|
/****************************************************************************/
|
|
153
|
+
componentWillRender(): void;
|
|
154
154
|
componentDidLoad(): void;
|
|
155
155
|
/****************************************************************************/
|
|
156
156
|
render(): any;
|
|
@@ -0,0 +1,156 @@
|
|
|
1
|
+
import { EventEmitter } from '../../stencil-public-runtime';
|
|
2
|
+
/**
|
|
3
|
+
* @slot label - Content to be placed as the label, will override the label prop.
|
|
4
|
+
* @slot before-input - Content to be placed before the input text, outside the input container.
|
|
5
|
+
* @slot after-input - Content to be placed after the input text, outside the input container.
|
|
6
|
+
* @slot leading-input - Content to be placed before the input text, within the input container.
|
|
7
|
+
* @slot error-description - Content to be placed as the error description, will override the errorDescription prop.
|
|
8
|
+
* @slot description - Content to be placed as the description, will override the description prop.
|
|
9
|
+
*/
|
|
10
|
+
export declare class NvFieldtime {
|
|
11
|
+
el: HTMLNvFieldtimeElement;
|
|
12
|
+
private inputElements;
|
|
13
|
+
private inputZeroAdded;
|
|
14
|
+
private popoverElement;
|
|
15
|
+
private typeFocused;
|
|
16
|
+
/****************************************************************************/
|
|
17
|
+
hours: string;
|
|
18
|
+
minutes: string;
|
|
19
|
+
seconds: string;
|
|
20
|
+
/****************************************************************************/
|
|
21
|
+
/**
|
|
22
|
+
* The current value of the time input in the specified format.
|
|
23
|
+
*/
|
|
24
|
+
value: string;
|
|
25
|
+
/**
|
|
26
|
+
* Lets you define the text that explains what users should enter in the time
|
|
27
|
+
* input field. It's a crucial element for making forms clear and
|
|
28
|
+
* user-friendly.
|
|
29
|
+
*/
|
|
30
|
+
readonly label: string;
|
|
31
|
+
/**
|
|
32
|
+
* Sets the ID for the input element and the for attribute of the associated
|
|
33
|
+
* label. If no ID is provided, a random one will be automatically generated
|
|
34
|
+
* to ensure unique identification, facilitating proper label association and
|
|
35
|
+
* accessibility.
|
|
36
|
+
*/
|
|
37
|
+
readonly inputId: string;
|
|
38
|
+
/**
|
|
39
|
+
* Display the input field's content without allowing users to change it.
|
|
40
|
+
* Users can still click on it, select, and copy the text, but they won't be
|
|
41
|
+
* able to type or delete anything.
|
|
42
|
+
*/
|
|
43
|
+
readonly readonly: boolean;
|
|
44
|
+
/**
|
|
45
|
+
* The disabled prop lets you turn off the input field so that users can't
|
|
46
|
+
* interact with it. When disabled, the field is grayed out and won't respond to
|
|
47
|
+
* clicks or touches.
|
|
48
|
+
*/
|
|
49
|
+
readonly disabled: boolean;
|
|
50
|
+
/**
|
|
51
|
+
* Marks the input field as required, ensuring that the user must fill it out
|
|
52
|
+
* before submitting the form.
|
|
53
|
+
*/
|
|
54
|
+
readonly required: boolean;
|
|
55
|
+
/**
|
|
56
|
+
* Defines the name attribute of the input field, which is crucial for form
|
|
57
|
+
* submission. This value is used as the key in the key-value pair sent to
|
|
58
|
+
* the server, representing the input's data in form submissions.
|
|
59
|
+
*/
|
|
60
|
+
readonly name: string;
|
|
61
|
+
/**
|
|
62
|
+
* Changes the input field’s appearance to indicate successful input or
|
|
63
|
+
* validation.
|
|
64
|
+
*/
|
|
65
|
+
readonly success: boolean;
|
|
66
|
+
/**
|
|
67
|
+
* Alters the input field's appearance to indicate an error, helping users
|
|
68
|
+
* identify fields that need correction.
|
|
69
|
+
* @validator error
|
|
70
|
+
*/
|
|
71
|
+
readonly error: boolean;
|
|
72
|
+
/**
|
|
73
|
+
* A description that appears when there is an error related to the time
|
|
74
|
+
* field.
|
|
75
|
+
* @validator message
|
|
76
|
+
*/
|
|
77
|
+
readonly errorDescription: string;
|
|
78
|
+
/**
|
|
79
|
+
* Specifies the time format to be used.
|
|
80
|
+
* Available formats:
|
|
81
|
+
* - HH: 24-hour format (00-23)
|
|
82
|
+
* - HH:mm: 24-hour format with minutes (00:00-23:59)
|
|
83
|
+
* - HH:mm:ss: 24-hour format with minutes and seconds (00:00:00-23:59:59)
|
|
84
|
+
* - hh: 12-hour format (01-12)
|
|
85
|
+
* - hh:mm: 12-hour format with minutes (01:00-12:59)
|
|
86
|
+
* - hh:mm:ss: 12-hour format with minutes and seconds (01:00:00-12:59:59)
|
|
87
|
+
*/
|
|
88
|
+
readonly format: 'HH' | 'HH:mm' | 'HH:mm:ss' | 'hh' | 'hh:mm' | 'hh:mm:ss';
|
|
89
|
+
/**
|
|
90
|
+
* Add helpful hints or extra information under the time input field. This is
|
|
91
|
+
* where you can clarify what users should enter or provide additional
|
|
92
|
+
* instructions.
|
|
93
|
+
*/
|
|
94
|
+
readonly description: string;
|
|
95
|
+
/**
|
|
96
|
+
* State of the time picker popover.
|
|
97
|
+
*/
|
|
98
|
+
open: boolean;
|
|
99
|
+
/**
|
|
100
|
+
* The step interval in milliseconds for time increments/decrements.
|
|
101
|
+
* This affects how the time changes when using arrow keys or spinners.
|
|
102
|
+
*/
|
|
103
|
+
readonly step: number;
|
|
104
|
+
/**
|
|
105
|
+
* The maximum time value that can be selected.
|
|
106
|
+
*/
|
|
107
|
+
readonly max: string;
|
|
108
|
+
/**
|
|
109
|
+
* The minimum time value that can be selected.
|
|
110
|
+
*/
|
|
111
|
+
readonly min: string;
|
|
112
|
+
/****************************************************************************/
|
|
113
|
+
/**
|
|
114
|
+
* Emit an event when the time value changes.
|
|
115
|
+
* The event detail contains the new time value (HH, HH:mm or HH:mm:ss).
|
|
116
|
+
*/
|
|
117
|
+
valueChanged: EventEmitter<string>;
|
|
118
|
+
/****************************************************************************/
|
|
119
|
+
handleOpenChanged(event: CustomEvent<boolean>): void;
|
|
120
|
+
handleKeyDown(event: KeyboardEvent): void;
|
|
121
|
+
/****************************************************************************/
|
|
122
|
+
handleValueChange(newValue: string): void;
|
|
123
|
+
/****************************************************************************/
|
|
124
|
+
private handleInputChange;
|
|
125
|
+
private handleHoursChange;
|
|
126
|
+
private handleMinutesChange;
|
|
127
|
+
private handleSecondsChange;
|
|
128
|
+
private parseTime;
|
|
129
|
+
private reconstructTime;
|
|
130
|
+
private handleFocus;
|
|
131
|
+
private HandleDropdownIconClick;
|
|
132
|
+
private updateHighlightedItem;
|
|
133
|
+
private handleTimeOptionClick;
|
|
134
|
+
private handleInputBlur;
|
|
135
|
+
private handleClickOutside;
|
|
136
|
+
private handleScroll;
|
|
137
|
+
private generateTimeOptions;
|
|
138
|
+
private generateHourOptions;
|
|
139
|
+
private parseHour;
|
|
140
|
+
private generateMinuteOptions;
|
|
141
|
+
private parseMinute;
|
|
142
|
+
private generateSecondOptions;
|
|
143
|
+
private parseSecond;
|
|
144
|
+
private generateInfiniteTimeOptions;
|
|
145
|
+
private getCurrentTime;
|
|
146
|
+
private updateColumnHighlight;
|
|
147
|
+
private handleHostClick;
|
|
148
|
+
/****************************************************************************/
|
|
149
|
+
componentWillLoad(): void;
|
|
150
|
+
connectedCallback(): void;
|
|
151
|
+
disconnectedCallback(): void;
|
|
152
|
+
componentDidLoad(): void;
|
|
153
|
+
/****************************************************************************/
|
|
154
|
+
private RenderTimeOptionsColumn;
|
|
155
|
+
render(): any;
|
|
156
|
+
}
|
|
@@ -32,6 +32,20 @@ export declare class NvMenu {
|
|
|
32
32
|
* position on the axis to fit on the screen, so users can always see it.
|
|
33
33
|
*/
|
|
34
34
|
readonly placement: Placement;
|
|
35
|
+
/**
|
|
36
|
+
* (New feature) Items to display in the menu, provided as a JSON string.
|
|
37
|
+
* Format: [{ label: string, value?: string, disabled?: boolean, hasSubmenu?: boolean, ... }]
|
|
38
|
+
*/
|
|
39
|
+
readonly items?: string;
|
|
40
|
+
/**
|
|
41
|
+
* Parsed items stored in state.
|
|
42
|
+
*/
|
|
43
|
+
private parsedItems;
|
|
44
|
+
/**
|
|
45
|
+
* Watcher to parse the items when the `items` property changes.
|
|
46
|
+
* @param {string} newValue - The new value of the `items` property.
|
|
47
|
+
*/
|
|
48
|
+
handleItemsChange(newValue: string): void;
|
|
35
49
|
/****************************************************************************/
|
|
36
50
|
/**
|
|
37
51
|
* Opens the menu.
|
|
@@ -55,5 +69,11 @@ export declare class NvMenu {
|
|
|
55
69
|
/****************************************************************************/
|
|
56
70
|
componentWillLoad(): void;
|
|
57
71
|
/****************************************************************************/
|
|
72
|
+
/**
|
|
73
|
+
* Generates menu items from the `items` property.
|
|
74
|
+
* @param {MenuItem[]} items - The items to display in the menu.
|
|
75
|
+
* @returns {HTMLElement[]} The rendered items.
|
|
76
|
+
*/
|
|
77
|
+
private renderMenuItems;
|
|
58
78
|
render(): any;
|
|
59
79
|
}
|
package/dist/types/components/{nv-fieldtoggle/nv-fieldtoggle.d.ts → nv-toggle/nv-toggle.d.ts}
RENAMED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { EventEmitter } from '../../stencil-public-runtime';
|
|
2
|
-
import { type
|
|
2
|
+
import { type LabelPlacement } from '../../utils/constants';
|
|
3
3
|
/**
|
|
4
4
|
* @slot label - Content to be placed as the label, will override the label prop.
|
|
5
5
|
* @slot description - Content to be placed as the description, will override the description prop.
|
|
6
6
|
*/
|
|
7
|
-
export declare class
|
|
8
|
-
el:
|
|
7
|
+
export declare class NvToggle {
|
|
8
|
+
el: HTMLNvToggleElement;
|
|
9
9
|
/****************************************************************************/
|
|
10
10
|
/**
|
|
11
11
|
* Sets the ID for the radio button’s input element and the for attribute of
|
|
@@ -30,7 +30,7 @@ export declare class NvFieldtoggle {
|
|
|
30
30
|
* Determines the position of the label relative to the toggle, either
|
|
31
31
|
* 'start' (before) or 'end' (after).
|
|
32
32
|
*/
|
|
33
|
-
readonly labelPlacement: `${
|
|
33
|
+
readonly labelPlacement: `${LabelPlacement}`;
|
|
34
34
|
/**
|
|
35
35
|
* Hides the label visually while still keeping it available for screen
|
|
36
36
|
* readers.
|