@nova-design-system/nova-webcomponents 3.0.0-beta.35 → 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 +22 -10
- 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
package/dist/types/index.d.ts
CHANGED
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
export * as constants from './utils/constants';
|
|
11
11
|
export * as classUtils from './utils/class.utils';
|
|
12
12
|
export * as eventUtils from './utils/events.utils';
|
|
13
|
+
export * as stringUtils from './utils/string.utils';
|
|
13
14
|
export type * from './components.d.ts';
|
|
14
15
|
export * as animations from './animations';
|
|
15
16
|
export { iconNames } from './components/nv-icon/nv-icons';
|
|
@@ -3,6 +3,12 @@ import type { JSX } from './components';
|
|
|
3
3
|
|
|
4
4
|
type Optional<T, K extends keyof T> = Partial<Pick<T, K>> & Omit<T, K>;
|
|
5
5
|
|
|
6
|
+
/**
|
|
7
|
+
* See https://github.com/Sidnioulz/storybook-addon-tag-badges for customizing
|
|
8
|
+
* the Badges. Any changes requires additional styles in the blazor storybook
|
|
9
|
+
* at blazor/BlazingStory/BlazingStory/Internals/Components/SideBar/NavigationTree/TagBadges.razor.scss
|
|
10
|
+
*/
|
|
11
|
+
export type NovaBadge = 'new' | 'beta' | 'deprecated' | 'danger';
|
|
6
12
|
export type NovaTemplate = string;
|
|
7
13
|
export type NovaComponent = keyof JSX.IntrinsicElements;
|
|
8
14
|
|
|
@@ -18,20 +24,28 @@ export interface NovaDocsGeneric<T> {
|
|
|
18
24
|
* Will not render the component in storybook, useful for composed components
|
|
19
25
|
*/
|
|
20
26
|
skip?: boolean;
|
|
27
|
+
/**
|
|
28
|
+
* Add a badge to the sidebar in storybook group
|
|
29
|
+
*/
|
|
30
|
+
badge?: NovaBadge;
|
|
31
|
+
|
|
21
32
|
/**
|
|
22
33
|
* Tag name of the component
|
|
23
34
|
*/
|
|
24
35
|
component: T extends NovaTemplate ? undefined : NovaComponent;
|
|
36
|
+
|
|
25
37
|
/**
|
|
26
38
|
* List of components that will be rendered inside the component's docs,
|
|
27
39
|
* required for correct imports
|
|
28
40
|
*/
|
|
29
41
|
subcomponents?: Array<NovaComponent>;
|
|
42
|
+
|
|
30
43
|
/**
|
|
31
44
|
* List of components that will be used for composition. Will render
|
|
32
45
|
* additional docs tabs with props etc. for them.
|
|
33
46
|
*/
|
|
34
47
|
composedComponents?: Array<NovaComponent>;
|
|
48
|
+
|
|
35
49
|
/**
|
|
36
50
|
* Each item will be rendered as a story in each storybook.
|
|
37
51
|
*/
|
|
@@ -42,6 +56,11 @@ export interface NovaDocsGeneric<T> {
|
|
|
42
56
|
*/
|
|
43
57
|
name: string;
|
|
44
58
|
|
|
59
|
+
/**
|
|
60
|
+
* Add a badge to the sidebar in individual story
|
|
61
|
+
*/
|
|
62
|
+
badge?: NovaBadge;
|
|
63
|
+
|
|
45
64
|
/**
|
|
46
65
|
* Props to pass to the component
|
|
47
66
|
*/
|
|
@@ -44,7 +44,7 @@ export declare enum LoaderColors {
|
|
|
44
44
|
High = "brand",
|
|
45
45
|
Low = "white"
|
|
46
46
|
}
|
|
47
|
-
export declare enum
|
|
47
|
+
export declare enum LabelPlacement {
|
|
48
48
|
Before = "before",
|
|
49
49
|
After = "after"
|
|
50
50
|
}
|
|
@@ -114,3 +114,8 @@ export declare enum TextInputAutocomplete {
|
|
|
114
114
|
Url = "url",
|
|
115
115
|
Photo = "photo"
|
|
116
116
|
}
|
|
117
|
+
export declare enum TimeType {
|
|
118
|
+
Hours = "hours",
|
|
119
|
+
Minutes = "minutes",
|
|
120
|
+
Seconds = "seconds"
|
|
121
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Checks if a string starts with a given prefix, ignoring case.
|
|
3
|
+
* @param {string} str - The string to check.
|
|
4
|
+
* @param {string} prefix - The prefix to check for.
|
|
5
|
+
* @returns {boolean} - True if the string starts with the prefix, ignoring case.
|
|
6
|
+
* @example startsWithIgnoreCase('Hello, world!', 'hello') // true
|
|
7
|
+
* @example startsWithIgnoreCase('Hello, world!', 'world') // false
|
|
8
|
+
*/
|
|
9
|
+
export declare function startsWithIgnoreCase(str?: string, prefix?: string): boolean;
|
package/dist/vscode-data.json
CHANGED
|
@@ -244,7 +244,7 @@
|
|
|
244
244
|
"name": "nv-breadcrumbs",
|
|
245
245
|
"description": {
|
|
246
246
|
"kind": "markdown",
|
|
247
|
-
"value": "The Breadcrumbs component displays navigation paths in a structured and accessible format. It supports
|
|
247
|
+
"value": "The Breadcrumbs component displays navigation paths in a structured and accessible format. It supports tooltips and collapsible menus for flexible navigation. Designed with accessibility in mind, it includes proper ARIA roles and attributes to ensure usability for all users.\n\n**Rules for Implementation**\n\nTo maintain consistency across projects, follow these guidelines:\n\n1. **Visually Hidden Last Breadcrumb**\n - The last breadcrumb in the navigation path must be defined in the code but visually hidden using the `current` attribute.\n - This prevents visual redundancy when a page header already contains the same content while ensuring screen readers can still access the information.\n\n2. **Breadcrumb Limit and Collapsible Menu**\n - Only **three breadcrumbs** should be rendered at a time.\n - If more breadcrumbs are needed, use a collapsible menu in the middle to handle additional items.\n\n3. **Integration-Side Implementation**\n - Since links must be passed as slots and each framework has its own routing system, the logic for collapsing breadcrumbs cannot be handled automatically.\n - Automatically generating a collapsible menu within the component could interfere with navigation behavior in different frameworks.\n\n4. **Consistency Across Projects**\n - Adhering to these rules ensures a uniform experience and functionality across multiple integrations.\n - Refer to the **Storybook** examples for proper implementation and best practices."
|
|
248
248
|
},
|
|
249
249
|
"attributes": []
|
|
250
250
|
},
|
|
@@ -255,6 +255,10 @@
|
|
|
255
255
|
"value": "The Button component enhances standard HTML buttons with Nova Design styling and extended functionality. It offers customizable visual emphasis, distinct styling for destructive actions, and built-in accessibility. \n\nThis component allows developers to guide user attention effectively, providing a unified approach to action triggers across your application."
|
|
256
256
|
},
|
|
257
257
|
"attributes": [
|
|
258
|
+
{
|
|
259
|
+
"name": "active",
|
|
260
|
+
"description": "Use this prop to highlight the button when it represents the current page\nor active selection. This helps users understand their navigation context."
|
|
261
|
+
},
|
|
258
262
|
{
|
|
259
263
|
"name": "danger",
|
|
260
264
|
"description": "Applies styling that visually indicates the button represents a dangerous\naction."
|
|
@@ -416,6 +420,93 @@
|
|
|
416
420
|
},
|
|
417
421
|
"attributes": []
|
|
418
422
|
},
|
|
423
|
+
{
|
|
424
|
+
"name": "nv-dialog",
|
|
425
|
+
"description": {
|
|
426
|
+
"kind": "markdown",
|
|
427
|
+
"value": "The `nv-dialog` component is a modal dialog that can be used to display content in a full-screen overlay."
|
|
428
|
+
},
|
|
429
|
+
"attributes": [
|
|
430
|
+
{
|
|
431
|
+
"name": "click-outside",
|
|
432
|
+
"description": "If true, the dialog will be closed when the backdrop is clicked."
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
"name": "controlled",
|
|
436
|
+
"description": "If true, the dialog visibility is managed manually through methods or the open prop."
|
|
437
|
+
},
|
|
438
|
+
{
|
|
439
|
+
"name": "full",
|
|
440
|
+
"description": "If true, the dialog takes full width styling."
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
"name": "manual-focus",
|
|
444
|
+
"description": "Controls the dialog's autofocus behavior. When false (default), the dialog will\nautomatically focus the first focusable element. When true, automatic focus is\ndisabled and you must manually set focus on an element for accessibility compliance."
|
|
445
|
+
},
|
|
446
|
+
{
|
|
447
|
+
"name": "open",
|
|
448
|
+
"description": "Use this prop to toggle the visibility of the dialog. Set to true to show\nthe dialog and false to hide it."
|
|
449
|
+
},
|
|
450
|
+
{
|
|
451
|
+
"name": "undismissable",
|
|
452
|
+
"description": "If true, the dialog cannot be closed by the user."
|
|
453
|
+
}
|
|
454
|
+
]
|
|
455
|
+
},
|
|
456
|
+
{
|
|
457
|
+
"name": "nv-dialogfooter",
|
|
458
|
+
"description": {
|
|
459
|
+
"kind": "markdown",
|
|
460
|
+
"value": "Default footer for the dialog component."
|
|
461
|
+
},
|
|
462
|
+
"attributes": [
|
|
463
|
+
{
|
|
464
|
+
"name": "cancel-label",
|
|
465
|
+
"description": "Sets the label for the cancel button."
|
|
466
|
+
},
|
|
467
|
+
{
|
|
468
|
+
"name": "danger",
|
|
469
|
+
"description": "Sets the danger state for the submit button."
|
|
470
|
+
},
|
|
471
|
+
{
|
|
472
|
+
"name": "disabled",
|
|
473
|
+
"description": "Disables the confirm button, preventing user interaction."
|
|
474
|
+
},
|
|
475
|
+
{
|
|
476
|
+
"name": "leading-icon",
|
|
477
|
+
"description": "Sets the leading icon for the submit button."
|
|
478
|
+
},
|
|
479
|
+
{
|
|
480
|
+
"name": "submit-label",
|
|
481
|
+
"description": "Sets the label for the submit button."
|
|
482
|
+
},
|
|
483
|
+
{
|
|
484
|
+
"name": "trailing-icon",
|
|
485
|
+
"description": "Sets the trailing icon for the submit button."
|
|
486
|
+
},
|
|
487
|
+
{
|
|
488
|
+
"name": "undismissable",
|
|
489
|
+
"description": "Controls the visibility of the cancel button. When true, the cancel button is\nhidden."
|
|
490
|
+
}
|
|
491
|
+
]
|
|
492
|
+
},
|
|
493
|
+
{
|
|
494
|
+
"name": "nv-dialogheader",
|
|
495
|
+
"description": {
|
|
496
|
+
"kind": "markdown",
|
|
497
|
+
"value": "Default header for the dialog component."
|
|
498
|
+
},
|
|
499
|
+
"attributes": [
|
|
500
|
+
{
|
|
501
|
+
"name": "heading",
|
|
502
|
+
"description": "Sets the heading text for the dialog."
|
|
503
|
+
},
|
|
504
|
+
{
|
|
505
|
+
"name": "subheading",
|
|
506
|
+
"description": "Sets the subheading text for the dialog."
|
|
507
|
+
}
|
|
508
|
+
]
|
|
509
|
+
},
|
|
419
510
|
{
|
|
420
511
|
"name": "nv-fieldcheckbox",
|
|
421
512
|
"description": {
|
|
@@ -510,7 +601,7 @@
|
|
|
510
601
|
"attributes": [
|
|
511
602
|
{
|
|
512
603
|
"name": "autocomplete",
|
|
513
|
-
"description": "The autocomplete prop helps users fill out the input field faster by\nsuggesting entries they
|
|
604
|
+
"description": "The autocomplete prop helps users fill out the input field faster by\nsuggesting entries they've used before, like their email or address.\nYou can turn it on to make forms more convenient or off to ensure users\nalways type in fresh data.",
|
|
514
605
|
"values": [
|
|
515
606
|
{
|
|
516
607
|
"name": "on"
|
|
@@ -712,7 +803,7 @@
|
|
|
712
803
|
},
|
|
713
804
|
{
|
|
714
805
|
"name": "disabled",
|
|
715
|
-
"description": "The disabled prop lets you turn off the input field so that users can
|
|
806
|
+
"description": "The disabled prop lets you turn off the input field so that users can't\ntype in it. When disabled, the field is grayed out and won't respond to\nclicks or touches."
|
|
716
807
|
},
|
|
717
808
|
{
|
|
718
809
|
"name": "emptyresult",
|
|
@@ -720,7 +811,7 @@
|
|
|
720
811
|
},
|
|
721
812
|
{
|
|
722
813
|
"name": "error",
|
|
723
|
-
"description": "Alters the input field
|
|
814
|
+
"description": "Alters the input field's appearance to indicate an error, helping users\nidentify fields that need correction."
|
|
724
815
|
},
|
|
725
816
|
{
|
|
726
817
|
"name": "error-description",
|
|
@@ -736,23 +827,27 @@
|
|
|
736
827
|
},
|
|
737
828
|
{
|
|
738
829
|
"name": "label",
|
|
739
|
-
"description": "Lets you define the text that explains what users should enter in the text\ninput field. It
|
|
830
|
+
"description": "Lets you define the text that explains what users should enter in the text\ninput field. It's a crucial element for making forms clear and\nuser-friendly."
|
|
740
831
|
},
|
|
741
832
|
{
|
|
742
833
|
"name": "name",
|
|
743
|
-
"description": "Defines the name attribute of the input field, which is crucial for form\nsubmission. This value is used as the key in the key-value pair sent to\nthe server, representing the input
|
|
834
|
+
"description": "Defines the name attribute of the input field, which is crucial for form\nsubmission. This value is used as the key in the key-value pair sent to\nthe server, representing the input's data in form submissions. It should be\nunique within the form to avoid conflicts."
|
|
744
835
|
},
|
|
745
836
|
{
|
|
746
837
|
"name": "open",
|
|
747
838
|
"description": "State of the dropdown popover."
|
|
748
839
|
},
|
|
840
|
+
{
|
|
841
|
+
"name": "options",
|
|
842
|
+
"description": "List of options available in the dropdown."
|
|
843
|
+
},
|
|
749
844
|
{
|
|
750
845
|
"name": "placeholder",
|
|
751
|
-
"description": "Display temporary text inside the input field to give users a hint about\nwhat to type. It
|
|
846
|
+
"description": "Display temporary text inside the input field to give users a hint about\nwhat to type. It's a great way to provide examples or suggestions directly\nin the field before they start typing.\nThe placeholder is displayed only when the filterable option is enabled."
|
|
752
847
|
},
|
|
753
848
|
{
|
|
754
849
|
"name": "readonly",
|
|
755
|
-
"description": "Display the input field
|
|
850
|
+
"description": "Display the input field's content without allowing users to change it.\nUsers can still click on it, select, and copy the text, but they won't be\nable to type or delete anything."
|
|
756
851
|
},
|
|
757
852
|
{
|
|
758
853
|
"name": "required",
|
|
@@ -760,7 +855,7 @@
|
|
|
760
855
|
},
|
|
761
856
|
{
|
|
762
857
|
"name": "value",
|
|
763
|
-
"description": "Specifies the value of the input field, which determines the text displayed\nwithin the field. This prop is typically used in controlled components\nwhere the input
|
|
858
|
+
"description": "Specifies the value of the input field, which determines the text displayed\nwithin the field. This prop is typically used in controlled components\nwhere the input's value is managed by the component's state."
|
|
764
859
|
}
|
|
765
860
|
]
|
|
766
861
|
},
|
|
@@ -1049,11 +1144,11 @@
|
|
|
1049
1144
|
},
|
|
1050
1145
|
{
|
|
1051
1146
|
"name": "error",
|
|
1052
|
-
"description": "Alters the input field's appearance to indicate an error."
|
|
1147
|
+
"description": "Alters the input field's appearance to indicate an error, helping users\nidentify fields that need correction."
|
|
1053
1148
|
},
|
|
1054
1149
|
{
|
|
1055
1150
|
"name": "error-description",
|
|
1056
|
-
"description": "A description that appears when there is an error."
|
|
1151
|
+
"description": "A description that appears when there is an error related to the multiselect\nfield."
|
|
1057
1152
|
},
|
|
1058
1153
|
{
|
|
1059
1154
|
"name": "filterable",
|
|
@@ -1589,6 +1684,10 @@
|
|
|
1589
1684
|
"name": "name",
|
|
1590
1685
|
"description": "Defines the name attribute of the select field, which is crucial for form\nsubmission. This value is used as the key in the key-value pair sent to\nthe server, representing the selected data in form submissions. It should be\nunique within the form to avoid conflicts"
|
|
1591
1686
|
},
|
|
1687
|
+
{
|
|
1688
|
+
"name": "options",
|
|
1689
|
+
"description": "Options to display in the select. Can be passed as a JSON string.\nFormat: [{ label: string, value: string, selected?: boolean, disabled?: boolean }]"
|
|
1690
|
+
},
|
|
1592
1691
|
{
|
|
1593
1692
|
"name": "readonly",
|
|
1594
1693
|
"description": "Display the select field’s content without allowing users to change it.\nUsers can still click on it, select, and copy the text, but they won’t be\nable to change or delete anything."
|
|
@@ -2020,59 +2119,95 @@
|
|
|
2020
2119
|
]
|
|
2021
2120
|
},
|
|
2022
2121
|
{
|
|
2023
|
-
"name": "nv-
|
|
2122
|
+
"name": "nv-fieldtime",
|
|
2024
2123
|
"description": {
|
|
2025
2124
|
"kind": "markdown",
|
|
2026
|
-
"value": "
|
|
2125
|
+
"value": "A versatile and user-friendly input field designed to handle time values with precision and flexibility. The `nv-fieldtime` component allows users to input, select, and adjust time in various formats, making it suitable for a wide range of applications, from scheduling tools to time trackers. With customizable options and built-in accessibility features, it ensures a seamless and intuitive experience for all users."
|
|
2027
2126
|
},
|
|
2028
2127
|
"attributes": [
|
|
2029
|
-
{
|
|
2030
|
-
"name": "checked",
|
|
2031
|
-
"description": "Indicates whether the toggle is checked or not."
|
|
2032
|
-
},
|
|
2033
2128
|
{
|
|
2034
2129
|
"name": "description",
|
|
2035
|
-
"description": "
|
|
2130
|
+
"description": "Add helpful hints or extra information under the time input field. This is\nwhere you can clarify what users should enter or provide additional\ninstructions."
|
|
2036
2131
|
},
|
|
2037
2132
|
{
|
|
2038
2133
|
"name": "disabled",
|
|
2039
|
-
"description": "
|
|
2040
|
-
},
|
|
2041
|
-
{
|
|
2042
|
-
"name": "hide-label",
|
|
2043
|
-
"description": "Hides the label visually while still keeping it available for screen\nreaders."
|
|
2134
|
+
"description": "The disabled prop lets you turn off the input field so that users can't\ninteract with it. When disabled, the field is grayed out and won't respond to\nclicks or touches."
|
|
2044
2135
|
},
|
|
2045
2136
|
{
|
|
2046
|
-
"name": "
|
|
2047
|
-
"description": "
|
|
2137
|
+
"name": "error",
|
|
2138
|
+
"description": "Alters the input field's appearance to indicate an error, helping users\nidentify fields that need correction."
|
|
2048
2139
|
},
|
|
2049
2140
|
{
|
|
2050
|
-
"name": "
|
|
2051
|
-
"description": "
|
|
2141
|
+
"name": "error-description",
|
|
2142
|
+
"description": "A description that appears when there is an error related to the time\nfield."
|
|
2052
2143
|
},
|
|
2053
2144
|
{
|
|
2054
|
-
"name": "
|
|
2055
|
-
"description": "
|
|
2145
|
+
"name": "format",
|
|
2146
|
+
"description": "Specifies the time format to be used.\nAvailable formats:\n- HH: 24-hour format (00-23)\n- HH:mm: 24-hour format with minutes (00:00-23:59)\n- HH:mm:ss: 24-hour format with minutes and seconds (00:00:00-23:59:59)\n- hh: 12-hour format (01-12)\n- hh:mm: 12-hour format with minutes (01:00-12:59)\n- hh:mm:ss: 12-hour format with minutes and seconds (01:00:00-12:59:59)",
|
|
2056
2147
|
"values": [
|
|
2057
2148
|
{
|
|
2058
|
-
"name": "
|
|
2149
|
+
"name": "HH"
|
|
2059
2150
|
},
|
|
2060
2151
|
{
|
|
2061
|
-
"name": "
|
|
2152
|
+
"name": "HH:mm"
|
|
2153
|
+
},
|
|
2154
|
+
{
|
|
2155
|
+
"name": "HH:mm:ss"
|
|
2156
|
+
},
|
|
2157
|
+
{
|
|
2158
|
+
"name": "hh"
|
|
2159
|
+
},
|
|
2160
|
+
{
|
|
2161
|
+
"name": "hh:mm"
|
|
2162
|
+
},
|
|
2163
|
+
{
|
|
2164
|
+
"name": "hh:mm:ss"
|
|
2062
2165
|
}
|
|
2063
2166
|
]
|
|
2064
2167
|
},
|
|
2168
|
+
{
|
|
2169
|
+
"name": "input-id",
|
|
2170
|
+
"description": "Sets the ID for the input element and the for attribute of the associated\nlabel. If no ID is provided, a random one will be automatically generated\nto ensure unique identification, facilitating proper label association and\naccessibility."
|
|
2171
|
+
},
|
|
2172
|
+
{
|
|
2173
|
+
"name": "label",
|
|
2174
|
+
"description": "Lets you define the text that explains what users should enter in the time\ninput field. It's a crucial element for making forms clear and\nuser-friendly."
|
|
2175
|
+
},
|
|
2176
|
+
{
|
|
2177
|
+
"name": "max",
|
|
2178
|
+
"description": "The maximum time value that can be selected."
|
|
2179
|
+
},
|
|
2180
|
+
{
|
|
2181
|
+
"name": "min",
|
|
2182
|
+
"description": "The minimum time value that can be selected."
|
|
2183
|
+
},
|
|
2065
2184
|
{
|
|
2066
2185
|
"name": "name",
|
|
2067
|
-
"description": "
|
|
2186
|
+
"description": "Defines the name attribute of the input field, which is crucial for form\nsubmission. This value is used as the key in the key-value pair sent to\nthe server, representing the input's data in form submissions."
|
|
2187
|
+
},
|
|
2188
|
+
{
|
|
2189
|
+
"name": "open",
|
|
2190
|
+
"description": "State of the time picker popover."
|
|
2068
2191
|
},
|
|
2069
2192
|
{
|
|
2070
2193
|
"name": "readonly",
|
|
2071
|
-
"description": "
|
|
2194
|
+
"description": "Display the input field's content without allowing users to change it.\nUsers can still click on it, select, and copy the text, but they won't be\nable to type or delete anything."
|
|
2195
|
+
},
|
|
2196
|
+
{
|
|
2197
|
+
"name": "required",
|
|
2198
|
+
"description": "Marks the input field as required, ensuring that the user must fill it out\nbefore submitting the form."
|
|
2199
|
+
},
|
|
2200
|
+
{
|
|
2201
|
+
"name": "step",
|
|
2202
|
+
"description": "The step interval in milliseconds for time increments/decrements.\nThis affects how the time changes when using arrow keys or spinners."
|
|
2203
|
+
},
|
|
2204
|
+
{
|
|
2205
|
+
"name": "success",
|
|
2206
|
+
"description": "Changes the input field’s appearance to indicate successful input or\nvalidation."
|
|
2072
2207
|
},
|
|
2073
2208
|
{
|
|
2074
2209
|
"name": "value",
|
|
2075
|
-
"description": "The value
|
|
2210
|
+
"description": "The current value of the time input in the specified format."
|
|
2076
2211
|
}
|
|
2077
2212
|
]
|
|
2078
2213
|
},
|
|
@@ -2292,6 +2427,10 @@
|
|
|
2292
2427
|
"name": "disable-close-on-select",
|
|
2293
2428
|
"description": "Use this to disable the menu from closing automatically when a menu item is\nselected."
|
|
2294
2429
|
},
|
|
2430
|
+
{
|
|
2431
|
+
"name": "items",
|
|
2432
|
+
"description": "(New feature) Items to display in the menu, provided as a JSON string.\nFormat: [{ label: string, value?: string, disabled?: boolean, hasSubmenu?: boolean, ... }]"
|
|
2433
|
+
},
|
|
2295
2434
|
{
|
|
2296
2435
|
"name": "nested",
|
|
2297
2436
|
"description": "Use this if the menu is nested inside another menu. This will prevent the\nparent menu from closing when the child menu is opened."
|
|
@@ -3961,6 +4100,63 @@
|
|
|
3961
4100
|
},
|
|
3962
4101
|
"attributes": []
|
|
3963
4102
|
},
|
|
4103
|
+
{
|
|
4104
|
+
"name": "nv-toggle",
|
|
4105
|
+
"description": {
|
|
4106
|
+
"kind": "markdown",
|
|
4107
|
+
"value": "The nv-toggle component is a component that allows the user to toggle between two states. It is a styled checkbox input with a label that can be positioned before or after the checkbox. The nv-toggle component is a wrapper around the native input[type=\"checkbox\"] element."
|
|
4108
|
+
},
|
|
4109
|
+
"attributes": [
|
|
4110
|
+
{
|
|
4111
|
+
"name": "checked",
|
|
4112
|
+
"description": "Indicates whether the toggle is checked or not."
|
|
4113
|
+
},
|
|
4114
|
+
{
|
|
4115
|
+
"name": "description",
|
|
4116
|
+
"description": "A description providing additional context or information about the\ntoggle."
|
|
4117
|
+
},
|
|
4118
|
+
{
|
|
4119
|
+
"name": "disabled",
|
|
4120
|
+
"description": "Disables the toggle, preventing user interaction."
|
|
4121
|
+
},
|
|
4122
|
+
{
|
|
4123
|
+
"name": "hide-label",
|
|
4124
|
+
"description": "Hides the label visually while still keeping it available for screen\nreaders."
|
|
4125
|
+
},
|
|
4126
|
+
{
|
|
4127
|
+
"name": "input-id",
|
|
4128
|
+
"description": "Sets the ID for the radio button’s input element and the for attribute of\nthe associated label. If no ID is provided, a random one will be\nautomatically generated to ensure unique identification, facilitating\nproper label association and accessibility."
|
|
4129
|
+
},
|
|
4130
|
+
{
|
|
4131
|
+
"name": "label",
|
|
4132
|
+
"description": "The label displayed next to the toggle."
|
|
4133
|
+
},
|
|
4134
|
+
{
|
|
4135
|
+
"name": "label-placement",
|
|
4136
|
+
"description": "Determines the position of the label relative to the toggle, either\n'start' (before) or 'end' (after).",
|
|
4137
|
+
"values": [
|
|
4138
|
+
{
|
|
4139
|
+
"name": "after"
|
|
4140
|
+
},
|
|
4141
|
+
{
|
|
4142
|
+
"name": "before"
|
|
4143
|
+
}
|
|
4144
|
+
]
|
|
4145
|
+
},
|
|
4146
|
+
{
|
|
4147
|
+
"name": "name",
|
|
4148
|
+
"description": "The name attribute for the toggle input, used to reference the form data\nafter submission."
|
|
4149
|
+
},
|
|
4150
|
+
{
|
|
4151
|
+
"name": "readonly",
|
|
4152
|
+
"description": "Sets the toggle to read-only, preventing user changes but still allowing\nfocus and selection of text."
|
|
4153
|
+
},
|
|
4154
|
+
{
|
|
4155
|
+
"name": "value",
|
|
4156
|
+
"description": "The value attribute of the toggle input, representing the value sent on\nform submission when the toggle is checked."
|
|
4157
|
+
}
|
|
4158
|
+
]
|
|
4159
|
+
},
|
|
3964
4160
|
{
|
|
3965
4161
|
"name": "nv-tooltip",
|
|
3966
4162
|
"description": {
|