@nova-design-system/nova-webcomponents 3.12.0 → 3.14.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/collapse.animation-23b7d61b.js +221 -0
- package/dist/cjs/collapse.animation-23b7d61b.js.map +1 -0
- package/dist/cjs/{constants-aac59496.js → constants-f5633903.js} +15 -1
- package/dist/cjs/constants-f5633903.js.map +1 -0
- package/dist/cjs/fade.animation-9294e9ee.js +726 -0
- package/dist/cjs/fade.animation-9294e9ee.js.map +1 -0
- package/dist/cjs/{grow.animation-6d003803.js → grow.animation-f1cef0ad.js} +6 -5
- package/dist/cjs/grow.animation-f1cef0ad.js.map +1 -0
- package/dist/cjs/index-c56424e5.js +8 -0
- package/dist/cjs/index.cjs.js +24 -8
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/native.cjs.js +1 -1
- package/dist/cjs/nv-accordion-item.cjs.entry.js +72 -38
- package/dist/cjs/nv-accordion-item.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-accordion.cjs.entry.js +79 -65
- package/dist/cjs/nv-accordion.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-alert.cjs.entry.js +12 -12
- package/dist/cjs/nv-alert.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-avatar.cjs.entry.js +1 -1
- package/dist/cjs/nv-badge_2.cjs.entry.js +11 -11
- package/dist/cjs/nv-badge_2.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-button.cjs.entry.js +1 -1
- package/dist/cjs/nv-calendar.cjs.entry.js +14 -10
- package/dist/cjs/nv-calendar.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-datagrid.cjs.entry.js +1 -1
- package/dist/cjs/nv-dialog.cjs.entry.js +1 -1
- package/dist/cjs/nv-dialogfooter_2.cjs.entry.js +9 -6
- package/dist/cjs/nv-dialogfooter_2.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fieldcheckbox.cjs.entry.js +1 -1
- package/dist/cjs/nv-fieldcheckbox.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fieldmultiselect.cjs.entry.js +0 -30
- package/dist/cjs/nv-fieldmultiselect.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fieldnumber.cjs.entry.js +1 -1
- package/dist/cjs/nv-fieldnumber.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fieldslider.cjs.entry.js +24 -16
- package/dist/cjs/nv-fieldslider.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fieldtime.cjs.entry.js +1 -1
- package/dist/cjs/nv-icon.cjs.entry.js +2 -2
- package/dist/cjs/nv-icon.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-notification.cjs.entry.js +181 -0
- package/dist/cjs/nv-notification.cjs.entry.js.map +1 -0
- package/dist/cjs/nv-notificationcontainer.cjs.entry.js +43 -0
- package/dist/cjs/nv-notificationcontainer.cjs.entry.js.map +1 -0
- package/dist/cjs/nv-popover.cjs.entry.js +4 -4
- package/dist/cjs/nv-row.cjs.entry.js +1 -1
- package/dist/cjs/nv-stack.cjs.entry.js +1 -1
- package/dist/cjs/nv-table.cjs.entry.js +2 -2
- package/dist/cjs/nv-toggle.cjs.entry.js +2 -2
- package/dist/cjs/nv-togglebutton.cjs.entry.js +1 -1
- package/dist/cjs/nv-togglebuttongroup.cjs.entry.js +1 -1
- package/dist/cjs/nv-tooltip.cjs.entry.js +1 -1
- package/dist/cjs/slide.animation-8bc27ed6.js +92 -0
- package/dist/cjs/slide.animation-8bc27ed6.js.map +1 -0
- package/dist/cjs/{stylefire.es-717e022a.js → style-value-types.es-eea2f16f.js} +51 -696
- package/dist/cjs/style-value-types.es-eea2f16f.js.map +1 -0
- package/dist/cjs/{timeline.animation-155e8839.js → timeline.animation-2878afb6.js} +20 -1
- package/dist/cjs/timeline.animation-2878afb6.js.map +1 -0
- package/dist/collection/animations/collapse.animation.js +114 -51
- package/dist/collection/animations/collapse.animation.js.map +1 -1
- package/dist/collection/animations/fade.animation.js +2 -2
- package/dist/collection/animations/fade.animation.js.map +1 -1
- package/dist/collection/animations/index.js +1 -0
- package/dist/collection/animations/index.js.map +1 -1
- package/dist/collection/animations/slide.animation.js +87 -0
- package/dist/collection/animations/slide.animation.js.map +1 -0
- package/dist/collection/animations/timeline.animation.js +19 -1
- package/dist/collection/animations/timeline.animation.js.map +1 -1
- package/dist/collection/collection-manifest.json +2 -0
- package/dist/collection/components/nv-accordion/nv-accordion.docs.js +78 -20
- package/dist/collection/components/nv-accordion/nv-accordion.docs.js.map +1 -1
- package/dist/collection/components/nv-accordion/nv-accordion.js +88 -68
- package/dist/collection/components/nv-accordion/nv-accordion.js.map +1 -1
- package/dist/collection/components/nv-accordion-item/nv-accordion-item.js +70 -36
- package/dist/collection/components/nv-accordion-item/nv-accordion-item.js.map +1 -1
- package/dist/collection/components/nv-accordion-item/styles/nv-accordion-item.css +3 -0
- package/dist/collection/components/nv-alert/nv-alert.css +1 -1
- package/dist/collection/components/nv-alert/nv-alert.js +6 -6
- package/dist/collection/components/nv-alert/nv-alert.js.map +1 -1
- package/dist/collection/components/nv-badge/nv-badge.js +7 -7
- package/dist/collection/components/nv-badge/nv-badge.js.map +1 -1
- package/dist/collection/components/nv-calendar/nv-calendar.css +4 -0
- package/dist/collection/components/nv-calendar/nv-calendar.docs.js +14 -0
- package/dist/collection/components/nv-calendar/nv-calendar.docs.js.map +1 -1
- package/dist/collection/components/nv-calendar/nv-calendar.js +47 -3
- package/dist/collection/components/nv-calendar/nv-calendar.js.map +1 -1
- package/dist/collection/components/nv-calendar/partials/calendar-actions.js +2 -2
- package/dist/collection/components/nv-calendar/partials/calendar-actions.js.map +1 -1
- package/dist/collection/components/nv-dialog/nv-dialog.docs.js +8 -0
- package/dist/collection/components/nv-dialog/nv-dialog.docs.js.map +1 -1
- package/dist/collection/components/nv-dialogfooter/nv-dialogfooter.js +13 -11
- package/dist/collection/components/nv-dialogfooter/nv-dialogfooter.js.map +1 -1
- package/dist/collection/components/nv-fieldcheckbox/nv-fieldcheckbox.css +1 -0
- package/dist/collection/components/nv-fieldmultiselect/nv-fieldmultiselect.js +0 -30
- package/dist/collection/components/nv-fieldmultiselect/nv-fieldmultiselect.js.map +1 -1
- package/dist/collection/components/nv-fieldnumber/nv-fieldnumber.js +1 -1
- package/dist/collection/components/nv-fieldnumber/nv-fieldnumber.js.map +1 -1
- package/dist/collection/components/nv-fieldslider/nv-fieldslider.docs.js +0 -1
- package/dist/collection/components/nv-fieldslider/nv-fieldslider.docs.js.map +1 -1
- package/dist/collection/components/nv-fieldslider/nv-fieldslider.js +10 -10
- package/dist/collection/components/nv-fieldslider/nv-fieldslider.js.map +1 -1
- package/dist/collection/components/nv-fieldslider/partials/field-input.js +13 -5
- package/dist/collection/components/nv-fieldslider/partials/field-input.js.map +1 -1
- package/dist/collection/components/nv-fieldslider/styles/nv-fieldslider.css +27 -0
- package/dist/collection/components/nv-fieldtime/nv-fieldtime.docs.js +0 -1
- package/dist/collection/components/nv-fieldtime/nv-fieldtime.docs.js.map +1 -1
- package/dist/collection/components/nv-icon/nv-icons.js +2 -1
- package/dist/collection/components/nv-icon/nv-icons.js.map +1 -1
- package/dist/collection/components/nv-menuitem/nv-menuitem.js +1 -1
- package/dist/collection/components/nv-notification/nv-notification.docs.js +72 -0
- package/dist/collection/components/nv-notification/nv-notification.docs.js.map +1 -0
- package/dist/collection/components/nv-notification/nv-notification.js +431 -0
- package/dist/collection/components/nv-notification/nv-notification.js.map +1 -0
- package/dist/collection/components/nv-notification/styles/nv-notification.css +155 -0
- package/dist/collection/components/nv-notificationcontainer/nv-notificationcontainer.css +61 -0
- package/dist/collection/components/nv-notificationcontainer/nv-notificationcontainer.docs.js +7 -0
- package/dist/collection/components/nv-notificationcontainer/nv-notificationcontainer.docs.js.map +1 -0
- package/dist/collection/components/nv-notificationcontainer/nv-notificationcontainer.js +76 -0
- package/dist/collection/components/nv-notificationcontainer/nv-notificationcontainer.js.map +1 -0
- package/dist/collection/components/nv-popover/nv-popover.js +1 -1
- package/dist/collection/components/nv-row/nv-row.js +1 -1
- package/dist/collection/components/nv-stack/nv-stack.js +1 -1
- package/dist/collection/components/nv-table/nv-table.js +2 -2
- package/dist/collection/components/nv-toggle/nv-toggle.js +2 -2
- package/dist/collection/components/nv-togglebutton/nv-togglebutton.js +1 -1
- package/dist/collection/components/nv-togglebuttongroup/nv-togglebuttongroup.docs.js +0 -1
- package/dist/collection/components/nv-togglebuttongroup/nv-togglebuttongroup.docs.js.map +1 -1
- package/dist/collection/components/nv-togglebuttongroup/nv-togglebuttongroup.js +1 -1
- package/dist/collection/components/nv-tooltip/nv-tooltip.js +1 -1
- package/dist/collection/utils/constants.js +14 -0
- package/dist/collection/utils/constants.js.map +1 -1
- package/dist/components/index.js +11 -7
- package/dist/components/index.js.map +1 -1
- package/dist/components/nv-accordion-item.js +1 -1
- package/dist/components/nv-accordion.js +88 -71
- package/dist/components/nv-accordion.js.map +1 -1
- package/dist/components/nv-alert.js +13 -13
- package/dist/components/nv-alert.js.map +1 -1
- package/dist/components/nv-avatar.js +2 -2
- package/dist/components/nv-badge.js +1 -1
- package/dist/components/nv-breadcrumb.js +2 -2
- package/dist/components/nv-button.js +1 -1
- package/dist/components/nv-calendar.js +1 -1
- package/dist/components/nv-datagrid.js +3 -3
- package/dist/components/nv-dialog.js +4 -4
- package/dist/components/nv-dialogfooter.js +1 -1
- package/dist/components/nv-fieldcheckbox.js +1 -1
- package/dist/components/nv-fielddate.js +5 -5
- package/dist/components/nv-fielddaterange.js +5 -5
- package/dist/components/nv-fielddropdown.js +4 -4
- package/dist/components/nv-fielddropdownitem.js +1 -1
- package/dist/components/nv-fielddropdownitemcheck.js +1 -1
- package/dist/components/nv-fieldmultiselect.js +6 -36
- package/dist/components/nv-fieldmultiselect.js.map +1 -1
- package/dist/components/nv-fieldnumber.js +1 -1
- package/dist/components/nv-fieldpassword.js +2 -2
- package/dist/components/nv-fieldselect.js +2 -2
- package/dist/components/nv-fieldslider.js +27 -19
- package/dist/components/nv-fieldslider.js.map +1 -1
- package/dist/components/nv-fieldtext.js +1 -1
- package/dist/components/nv-fieldtime.js +4 -4
- package/dist/components/nv-icon.js +1 -1
- package/dist/components/nv-iconbutton.js +1 -1
- package/dist/components/nv-menu.js +3 -3
- package/dist/components/nv-menuitem.js +1 -1
- package/dist/components/nv-notification.d.ts +11 -0
- package/dist/components/nv-notification.js +213 -0
- package/dist/components/nv-notification.js.map +1 -0
- package/dist/components/nv-notificationcontainer.d.ts +11 -0
- package/dist/components/nv-notificationcontainer.js +59 -0
- package/dist/components/nv-notificationcontainer.js.map +1 -0
- package/dist/components/nv-popover.js +1 -1
- package/dist/components/nv-row.js +1 -1
- package/dist/components/nv-stack.js +1 -1
- package/dist/components/nv-table.js +2 -2
- package/dist/components/nv-toggle.js +2 -2
- package/dist/components/nv-togglebutton.js +1 -1
- package/dist/components/nv-togglebuttongroup.js +1 -1
- package/dist/components/nv-tooltip.js +1 -1
- package/dist/components/{p-1172e9bb.js → p-00cbf2a1.js} +2 -2
- package/dist/components/p-00cbf2a1.js.map +1 -0
- package/dist/components/{p-84f4b071.js → p-086a46af.js} +75 -41
- package/dist/components/p-086a46af.js.map +1 -0
- package/dist/components/{p-87079346.js → p-1af3591a.js} +3 -3
- package/dist/components/{p-87079346.js.map → p-1af3591a.js.map} +1 -1
- package/dist/components/{p-ddb7aa4e.js → p-368c8700.js} +13 -13
- package/dist/components/{p-ddb7aa4e.js.map → p-368c8700.js.map} +1 -1
- package/dist/components/p-3cd7a66f.js +219 -0
- package/dist/components/p-3cd7a66f.js.map +1 -0
- package/dist/components/{p-09cdd71f.js → p-42ea6b74.js} +34 -688
- package/dist/components/p-42ea6b74.js.map +1 -0
- package/dist/components/{p-b7629769.js → p-44862b81.js} +4 -4
- package/dist/components/p-44862b81.js.map +1 -0
- package/dist/components/{p-8d45dbfe.js → p-4697bd56.js} +3 -2
- package/dist/components/p-4697bd56.js.map +1 -0
- package/dist/components/{p-5f594b35.js → p-51602221.js} +16 -2
- package/dist/components/p-51602221.js.map +1 -0
- package/dist/components/{p-4c3dc7e4.js → p-51a43ac6.js} +13 -10
- package/dist/components/p-51a43ac6.js.map +1 -0
- package/dist/components/{p-b2c31970.js → p-54161bad.js} +17 -11
- package/dist/components/p-54161bad.js.map +1 -0
- package/dist/components/{p-7372258e.js → p-6926e6f6.js} +2 -2
- package/dist/components/{p-7372258e.js.map → p-6926e6f6.js.map} +1 -1
- package/dist/components/{p-ac91582e.js → p-7426b20f.js} +2 -2
- package/dist/components/{p-ac91582e.js.map → p-7426b20f.js.map} +1 -1
- package/dist/components/{p-095c8285.js → p-95857e4f.js} +2 -2
- package/dist/components/{p-095c8285.js.map → p-95857e4f.js.map} +1 -1
- package/dist/components/p-a271e3be.js +723 -0
- package/dist/components/p-a271e3be.js.map +1 -0
- package/dist/components/{p-2030d84d.js → p-a45cacdf.js} +2 -2
- package/dist/components/{p-2030d84d.js.map → p-a45cacdf.js.map} +1 -1
- package/dist/{esm/timeline.animation-adf35ecb.js → components/p-a52cd849.js} +20 -2
- package/dist/components/p-a52cd849.js.map +1 -0
- package/dist/components/{p-dc5dad90.js → p-a823b8e9.js} +2 -2
- package/dist/components/{p-dc5dad90.js.map → p-a823b8e9.js.map} +1 -1
- package/dist/components/{p-0b015832.js → p-aaf0b787.js} +2 -2
- package/dist/components/{p-0b015832.js.map → p-aaf0b787.js.map} +1 -1
- package/dist/components/p-c7401a7d.js +90 -0
- package/dist/components/p-c7401a7d.js.map +1 -0
- package/dist/components/{p-57ae32bc.js → p-c8956181.js} +2 -2
- package/dist/components/{p-57ae32bc.js.map → p-c8956181.js.map} +1 -1
- package/dist/components/{p-2ad58e41.js → p-ee8944f3.js} +5 -5
- package/dist/components/{p-2ad58e41.js.map → p-ee8944f3.js.map} +1 -1
- package/dist/components/p-f4ae2239.js +88 -0
- package/dist/components/p-f4ae2239.js.map +1 -0
- package/dist/esm/collapse.animation-6e0b08df.js +219 -0
- package/dist/esm/collapse.animation-6e0b08df.js.map +1 -0
- package/dist/esm/{constants-a857c476.js → constants-69bafca2.js} +16 -2
- package/dist/esm/constants-69bafca2.js.map +1 -0
- package/dist/esm/fade.animation-9b939939.js +723 -0
- package/dist/esm/fade.animation-9b939939.js.map +1 -0
- package/dist/esm/{grow.animation-f7b26024.js → grow.animation-03fa5c19.js} +3 -2
- package/dist/esm/grow.animation-03fa5c19.js.map +1 -0
- package/dist/esm/index-a1936cd0.js +8 -0
- package/dist/esm/index.js +12 -8
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/native.js +1 -1
- package/dist/esm/nv-accordion-item.entry.js +72 -38
- package/dist/esm/nv-accordion-item.entry.js.map +1 -1
- package/dist/esm/nv-accordion.entry.js +80 -66
- package/dist/esm/nv-accordion.entry.js.map +1 -1
- package/dist/esm/nv-alert.entry.js +12 -12
- package/dist/esm/nv-alert.entry.js.map +1 -1
- package/dist/esm/nv-avatar.entry.js +1 -1
- package/dist/esm/nv-badge_2.entry.js +11 -11
- package/dist/esm/nv-badge_2.entry.js.map +1 -1
- package/dist/esm/nv-button.entry.js +1 -1
- package/dist/esm/nv-calendar.entry.js +14 -10
- package/dist/esm/nv-calendar.entry.js.map +1 -1
- package/dist/esm/nv-datagrid.entry.js +1 -1
- package/dist/esm/nv-dialog.entry.js +1 -1
- package/dist/esm/nv-dialogfooter_2.entry.js +9 -6
- package/dist/esm/nv-dialogfooter_2.entry.js.map +1 -1
- package/dist/esm/nv-fieldcheckbox.entry.js +1 -1
- package/dist/esm/nv-fieldcheckbox.entry.js.map +1 -1
- package/dist/esm/nv-fieldmultiselect.entry.js +0 -30
- package/dist/esm/nv-fieldmultiselect.entry.js.map +1 -1
- package/dist/esm/nv-fieldnumber.entry.js +1 -1
- package/dist/esm/nv-fieldnumber.entry.js.map +1 -1
- package/dist/esm/nv-fieldslider.entry.js +24 -16
- package/dist/esm/nv-fieldslider.entry.js.map +1 -1
- package/dist/esm/nv-fieldtime.entry.js +1 -1
- package/dist/esm/nv-icon.entry.js +2 -2
- package/dist/esm/nv-icon.entry.js.map +1 -1
- package/dist/esm/nv-notification.entry.js +177 -0
- package/dist/esm/nv-notification.entry.js.map +1 -0
- package/dist/esm/nv-notificationcontainer.entry.js +39 -0
- package/dist/esm/nv-notificationcontainer.entry.js.map +1 -0
- package/dist/esm/nv-popover.entry.js +4 -4
- package/dist/esm/nv-row.entry.js +1 -1
- package/dist/esm/nv-stack.entry.js +1 -1
- package/dist/esm/nv-table.entry.js +2 -2
- package/dist/esm/nv-toggle.entry.js +2 -2
- package/dist/esm/nv-togglebutton.entry.js +1 -1
- package/dist/esm/nv-togglebuttongroup.entry.js +1 -1
- package/dist/esm/nv-tooltip.entry.js +1 -1
- package/dist/esm/slide.animation-f761030b.js +90 -0
- package/dist/esm/slide.animation-f761030b.js.map +1 -0
- package/dist/esm/{stylefire.es-74da334a.js → style-value-types.es-f5d10b79.js} +34 -688
- package/dist/esm/style-value-types.es-f5d10b79.js.map +1 -0
- package/dist/esm/timeline.animation-79215cd4.js +41 -0
- package/dist/esm/timeline.animation-79215cd4.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-47901c83.entry.js → p-08322093.entry.js} +2 -2
- package/dist/native/p-0a99c6fb.entry.js +2 -0
- package/dist/native/p-0a99c6fb.entry.js.map +1 -0
- package/dist/native/p-1504e28b.entry.js +2 -0
- package/dist/native/p-1504e28b.entry.js.map +1 -0
- package/dist/native/p-19090193.entry.js +2 -0
- package/dist/native/p-19090193.entry.js.map +1 -0
- package/dist/native/{p-3a8f65a9.entry.js → p-224b1a01.entry.js} +2 -2
- package/dist/native/p-29df974e.entry.js +2 -0
- package/dist/native/p-29df974e.entry.js.map +1 -0
- package/dist/native/{p-29ee7b1c.entry.js → p-29f68e07.entry.js} +2 -2
- package/dist/native/p-29f68e07.entry.js.map +1 -0
- package/dist/native/p-3cd7a66f.js +2 -0
- package/dist/native/p-3cd7a66f.js.map +1 -0
- package/dist/native/p-42ea6b74.js +16 -0
- package/dist/native/p-42ea6b74.js.map +1 -0
- package/dist/native/p-45506c37.entry.js +2 -0
- package/dist/native/p-45506c37.entry.js.map +1 -0
- package/dist/native/p-4697bd56.js +2 -0
- package/dist/native/{p-8d45dbfe.js.map → p-4697bd56.js.map} +1 -1
- package/dist/native/p-47da1926.entry.js +2 -0
- package/dist/native/p-47da1926.entry.js.map +1 -0
- package/dist/native/{p-e7a929e7.entry.js → p-48774d0c.entry.js} +2 -2
- package/dist/native/p-4ec61dec.entry.js +2 -0
- package/dist/native/p-4ec61dec.entry.js.map +1 -0
- package/dist/native/p-51602221.js +2 -0
- package/dist/native/p-51602221.js.map +1 -0
- package/dist/native/{p-ab1e1a96.entry.js → p-5c697133.entry.js} +2 -2
- package/dist/native/p-5c697133.entry.js.map +1 -0
- package/dist/native/{p-c3ad7617.entry.js → p-6c7a9a21.entry.js} +2 -2
- package/dist/native/p-6cb6679b.entry.js +2 -0
- package/dist/native/{p-62aa0531.entry.js → p-6d13a851.entry.js} +2 -2
- package/dist/native/p-74b129e9.entry.js +2 -0
- package/dist/native/{p-48cf2457.entry.js → p-758e0d4a.entry.js} +2 -2
- package/dist/native/p-9a46baa9.entry.js +2 -0
- package/dist/native/p-9a46baa9.entry.js.map +1 -0
- package/dist/native/p-a271e3be.js +2 -0
- package/dist/native/p-a271e3be.js.map +1 -0
- package/dist/native/p-a52cd849.js +2 -0
- package/dist/native/p-a52cd849.js.map +1 -0
- package/dist/native/p-b32d0a5a.entry.js +2 -0
- package/dist/native/p-b32d0a5a.entry.js.map +1 -0
- package/dist/native/{p-bcff76ab.entry.js → p-c66565f8.entry.js} +2 -2
- package/dist/native/p-c7401a7d.js +2 -0
- package/dist/native/p-c7401a7d.js.map +1 -0
- package/dist/native/p-c7b7ffaf.entry.js +2 -0
- package/dist/native/p-c7b7ffaf.entry.js.map +1 -0
- package/dist/native/{p-a63929db.entry.js → p-d2c9247b.entry.js} +3 -3
- package/dist/native/{p-f033c4ce.entry.js → p-d882f417.entry.js} +2 -2
- package/dist/native/{p-2d647761.entry.js → p-e2c99ce2.entry.js} +2 -2
- package/dist/native/p-f5120223.entry.js +2 -0
- package/dist/native/p-f5120223.entry.js.map +1 -0
- package/dist/native/{p-43071c3b.entry.js → p-fa177c39.entry.js} +2 -2
- package/dist/types/animations/collapse.animation.d.ts +10 -2
- package/dist/types/animations/index.d.ts +1 -0
- package/dist/types/animations/slide.animation.d.ts +22 -0
- package/dist/types/animations/timeline.animation.d.ts +17 -1
- package/dist/types/components/nv-accordion/nv-accordion.d.ts +5 -7
- package/dist/types/components/nv-accordion-item/nv-accordion-item.d.ts +23 -8
- package/dist/types/components/nv-alert/nv-alert.d.ts +1 -1
- package/dist/types/components/nv-badge/nv-badge.d.ts +1 -1
- package/dist/types/components/nv-calendar/nv-calendar.d.ts +4 -0
- package/dist/types/components/nv-calendar/partials/calendar-actions.d.ts +4 -0
- package/dist/types/components/nv-dialogfooter/nv-dialogfooter.d.ts +8 -4
- package/dist/types/components/nv-fieldslider/nv-fieldslider.d.ts +3 -2
- package/dist/types/components/nv-fieldslider/partials/field-input.d.ts +7 -3
- package/dist/types/components/nv-icon/nv-icons.d.ts +1 -1
- package/dist/types/components/nv-notification/nv-notification.d.ts +93 -0
- package/dist/types/components/nv-notification/nv-notification.docs.d.ts +4 -0
- package/dist/types/components/nv-notificationcontainer/nv-notificationcontainer.d.ts +19 -0
- package/dist/types/components/nv-notificationcontainer/nv-notificationcontainer.docs.d.ts +4 -0
- package/dist/types/components.d.ts +199 -9
- package/dist/types/nova-docs.d.ts +6 -0
- package/dist/types/utils/constants.d.ts +12 -0
- package/dist/vscode-data.json +120 -6
- package/hydrate/index.js +800 -274
- package/hydrate/index.mjs +800 -274
- package/package.json +9 -1
- package/readme.md +169 -42
- package/dist/cjs/collapse.animation-a129dc3f.js +0 -86
- package/dist/cjs/collapse.animation-a129dc3f.js.map +0 -1
- package/dist/cjs/constants-aac59496.js.map +0 -1
- package/dist/cjs/fade.animation-644b5c4d.js +0 -70
- package/dist/cjs/fade.animation-644b5c4d.js.map +0 -1
- package/dist/cjs/grow.animation-6d003803.js.map +0 -1
- package/dist/cjs/stylefire.es-717e022a.js.map +0 -1
- package/dist/cjs/timeline.animation-155e8839.js.map +0 -1
- package/dist/components/p-09cdd71f.js.map +0 -1
- package/dist/components/p-1172e9bb.js.map +0 -1
- package/dist/components/p-15aeab4d.js +0 -23
- package/dist/components/p-15aeab4d.js.map +0 -1
- package/dist/components/p-1cbacdba.js +0 -68
- package/dist/components/p-1cbacdba.js.map +0 -1
- package/dist/components/p-4c3dc7e4.js.map +0 -1
- package/dist/components/p-5f594b35.js.map +0 -1
- package/dist/components/p-84f4b071.js.map +0 -1
- package/dist/components/p-8d45dbfe.js.map +0 -1
- package/dist/components/p-9a263d0e.js +0 -84
- package/dist/components/p-9a263d0e.js.map +0 -1
- package/dist/components/p-b2c31970.js.map +0 -1
- package/dist/components/p-b3035205.js +0 -88
- package/dist/components/p-b3035205.js.map +0 -1
- package/dist/components/p-b7629769.js.map +0 -1
- package/dist/esm/collapse.animation-16e3af45.js +0 -84
- package/dist/esm/collapse.animation-16e3af45.js.map +0 -1
- package/dist/esm/constants-a857c476.js.map +0 -1
- package/dist/esm/fade.animation-71e8e34c.js +0 -68
- package/dist/esm/fade.animation-71e8e34c.js.map +0 -1
- package/dist/esm/grow.animation-f7b26024.js.map +0 -1
- package/dist/esm/stylefire.es-74da334a.js.map +0 -1
- package/dist/esm/timeline.animation-adf35ecb.js.map +0 -1
- package/dist/native/p-09cdd71f.js +0 -16
- package/dist/native/p-09cdd71f.js.map +0 -1
- package/dist/native/p-0da8f0d1.entry.js +0 -2
- package/dist/native/p-0da8f0d1.entry.js.map +0 -1
- package/dist/native/p-15aeab4d.js +0 -2
- package/dist/native/p-15aeab4d.js.map +0 -1
- package/dist/native/p-1cbacdba.js +0 -2
- package/dist/native/p-1cbacdba.js.map +0 -1
- package/dist/native/p-29ee7b1c.entry.js.map +0 -1
- package/dist/native/p-38af3aaf.entry.js +0 -2
- package/dist/native/p-38af3aaf.entry.js.map +0 -1
- package/dist/native/p-3fcaac6d.entry.js +0 -2
- package/dist/native/p-3fcaac6d.entry.js.map +0 -1
- package/dist/native/p-5d352456.entry.js +0 -2
- package/dist/native/p-5f594b35.js +0 -2
- package/dist/native/p-5f594b35.js.map +0 -1
- package/dist/native/p-63fea160.entry.js +0 -2
- package/dist/native/p-63fea160.entry.js.map +0 -1
- package/dist/native/p-67d861e2.entry.js +0 -2
- package/dist/native/p-67d861e2.entry.js.map +0 -1
- package/dist/native/p-7703c736.entry.js +0 -2
- package/dist/native/p-7703c736.entry.js.map +0 -1
- package/dist/native/p-8d45dbfe.js +0 -2
- package/dist/native/p-9a263d0e.js +0 -2
- package/dist/native/p-9a263d0e.js.map +0 -1
- package/dist/native/p-9e0fe7e8.entry.js +0 -2
- package/dist/native/p-9e0fe7e8.entry.js.map +0 -1
- package/dist/native/p-ab1e1a96.entry.js.map +0 -1
- package/dist/native/p-ac5496e7.entry.js +0 -2
- package/dist/native/p-d88c416f.entry.js +0 -2
- package/dist/native/p-d88c416f.entry.js.map +0 -1
- package/dist/native/p-e603c6ed.entry.js +0 -2
- package/dist/native/p-e603c6ed.entry.js.map +0 -1
- /package/dist/native/{p-47901c83.entry.js.map → p-08322093.entry.js.map} +0 -0
- /package/dist/native/{p-3a8f65a9.entry.js.map → p-224b1a01.entry.js.map} +0 -0
- /package/dist/native/{p-e7a929e7.entry.js.map → p-48774d0c.entry.js.map} +0 -0
- /package/dist/native/{p-c3ad7617.entry.js.map → p-6c7a9a21.entry.js.map} +0 -0
- /package/dist/native/{p-5d352456.entry.js.map → p-6cb6679b.entry.js.map} +0 -0
- /package/dist/native/{p-62aa0531.entry.js.map → p-6d13a851.entry.js.map} +0 -0
- /package/dist/native/{p-ac5496e7.entry.js.map → p-74b129e9.entry.js.map} +0 -0
- /package/dist/native/{p-48cf2457.entry.js.map → p-758e0d4a.entry.js.map} +0 -0
- /package/dist/native/{p-bcff76ab.entry.js.map → p-c66565f8.entry.js.map} +0 -0
- /package/dist/native/{p-a63929db.entry.js.map → p-d2c9247b.entry.js.map} +0 -0
- /package/dist/native/{p-f033c4ce.entry.js.map → p-d882f417.entry.js.map} +0 -0
- /package/dist/native/{p-2d647761.entry.js.map → p-e2c99ce2.entry.js.map} +0 -0
- /package/dist/native/{p-43071c3b.entry.js.map → p-fa177c39.entry.js.map} +0 -0
|
@@ -5,13 +5,13 @@
|
|
|
5
5
|
* It contains typing information for all components that exist in this project.
|
|
6
6
|
*/
|
|
7
7
|
import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
|
|
8
|
-
import { ButtonEmphasis, ButtonSize, ButtonType, DeprecatedSemanticColors, FeedbackColors, GlobalFilterPosition, IconButtonShape, LabelPlacement, LoaderColors, SemanticSizes, TextInputAutocomplete, ToggleButtonEmphasis, ToggleButtonSize } from "./utils/constants";
|
|
8
|
+
import { ButtonEmphasis, ButtonSize, ButtonType, DeprecatedSemanticColors, FeedbackColors, GlobalFilterPosition, IconButtonShape, LabelPlacement, LoaderColors, NotificationEmphasis, NotificationPosition, SemanticSizes, TextInputAutocomplete, ToggleButtonEmphasis, ToggleButtonSize } from "./utils/constants";
|
|
9
9
|
import { Column } from "./interfaces/Column";
|
|
10
10
|
import { Element } from "./stencil-public-runtime";
|
|
11
11
|
import { IconName } from "./components/nv-icon/nv-icons";
|
|
12
12
|
import { Placement, Strategy } from "@floating-ui/dom";
|
|
13
13
|
import { ColumnConfig } from "./interfaces/ColumnConfig";
|
|
14
|
-
export { ButtonEmphasis, ButtonSize, ButtonType, DeprecatedSemanticColors, FeedbackColors, GlobalFilterPosition, IconButtonShape, LabelPlacement, LoaderColors, SemanticSizes, TextInputAutocomplete, ToggleButtonEmphasis, ToggleButtonSize } from "./utils/constants";
|
|
14
|
+
export { ButtonEmphasis, ButtonSize, ButtonType, DeprecatedSemanticColors, FeedbackColors, GlobalFilterPosition, IconButtonShape, LabelPlacement, LoaderColors, NotificationEmphasis, NotificationPosition, SemanticSizes, TextInputAutocomplete, ToggleButtonEmphasis, ToggleButtonSize } from "./utils/constants";
|
|
15
15
|
export { Column } from "./interfaces/Column";
|
|
16
16
|
export { Element } from "./stencil-public-runtime";
|
|
17
17
|
export { IconName } from "./components/nv-icon/nv-icons";
|
|
@@ -334,6 +334,14 @@ export namespace Components {
|
|
|
334
334
|
"size": `${ButtonSize}`;
|
|
335
335
|
}
|
|
336
336
|
interface NvCalendar {
|
|
337
|
+
/**
|
|
338
|
+
* Sets the label for the cancel button in actions.
|
|
339
|
+
*/
|
|
340
|
+
"cancelLabel": string;
|
|
341
|
+
/**
|
|
342
|
+
* @deprecated use camelCase instead. Support for dash-casing will be removed in Stencil v5.
|
|
343
|
+
*/
|
|
344
|
+
"cancel-label"?: string;
|
|
337
345
|
/**
|
|
338
346
|
* Clears the current selection and resets the calendar to its initial state. This method can be called programmatically to reset the calendar.
|
|
339
347
|
*/
|
|
@@ -384,6 +392,14 @@ export namespace Components {
|
|
|
384
392
|
* @deprecated use camelCase instead. Support for dash-casing will be removed in Stencil v5.
|
|
385
393
|
*/
|
|
386
394
|
"number-of-calendars"?: number;
|
|
395
|
+
/**
|
|
396
|
+
* Sets the label for the primary (OK) button in actions.
|
|
397
|
+
*/
|
|
398
|
+
"primaryLabel": string;
|
|
399
|
+
/**
|
|
400
|
+
* @deprecated use camelCase instead. Support for dash-casing will be removed in Stencil v5.
|
|
401
|
+
*/
|
|
402
|
+
"primary-label"?: string;
|
|
387
403
|
/**
|
|
388
404
|
* Selected date range format: { start: ISO string, end: ISO string } ex: { start: "2025-03-15", end: "2025-03-20" }
|
|
389
405
|
*/
|
|
@@ -684,7 +700,7 @@ export namespace Components {
|
|
|
684
700
|
*/
|
|
685
701
|
"disabled": boolean;
|
|
686
702
|
/**
|
|
687
|
-
*
|
|
703
|
+
* A form inside the dialog can be submitted through the dialog footer by giving the form an id and passing that id to the form attribute.
|
|
688
704
|
*/
|
|
689
705
|
"form": string;
|
|
690
706
|
/**
|
|
@@ -696,7 +712,7 @@ export namespace Components {
|
|
|
696
712
|
*/
|
|
697
713
|
"leading-icon"?: string;
|
|
698
714
|
/**
|
|
699
|
-
* Sets the type of the primary button.
|
|
715
|
+
* Sets the type of the primary button. If using a form, this will default to 'submit' if nothing passed.
|
|
700
716
|
*/
|
|
701
717
|
"primaryButtonType": `${ButtonType}`;
|
|
702
718
|
/**
|
|
@@ -1932,7 +1948,7 @@ export namespace Components {
|
|
|
1932
1948
|
*/
|
|
1933
1949
|
"fluid": boolean;
|
|
1934
1950
|
/**
|
|
1935
|
-
* Enables an optional numeric input field alongside the slider, allowing users to type a value directly instead of—or in addition to—using the slider handle.
|
|
1951
|
+
* Enables an optional numeric input field alongside the slider, allowing users to type a value directly instead of—or in addition to—using the slider handle. The field accepts numeric values in the format based on client-side local settings.
|
|
1936
1952
|
*/
|
|
1937
1953
|
"hasField": boolean;
|
|
1938
1954
|
/**
|
|
@@ -2508,6 +2524,66 @@ export namespace Components {
|
|
|
2508
2524
|
*/
|
|
2509
2525
|
"shortcut": string;
|
|
2510
2526
|
}
|
|
2527
|
+
interface NvNotification {
|
|
2528
|
+
/**
|
|
2529
|
+
* Dismisses the notification with an animation, after the animation is complete, the hiddenChanged event will be emitted with the value of true, and the hidden prop will be set to true.
|
|
2530
|
+
*/
|
|
2531
|
+
"dismiss": () => Promise<void>;
|
|
2532
|
+
/**
|
|
2533
|
+
* Allows the notification to be dismissed via a close button (x). The notification is not dismissible unless explicitly enabled.
|
|
2534
|
+
*/
|
|
2535
|
+
"dismissible": boolean;
|
|
2536
|
+
/**
|
|
2537
|
+
* Adjusts the emphasis to make the notification more or less visually prominent to users. Use this to draw attention to important actions or reduce focus on less critical ones
|
|
2538
|
+
*/
|
|
2539
|
+
"emphasis": `${NotificationEmphasis}`;
|
|
2540
|
+
/**
|
|
2541
|
+
* Specifies the notification type which determines the color and default icon.
|
|
2542
|
+
*/
|
|
2543
|
+
"feedback": `${FeedbackColors}`;
|
|
2544
|
+
/**
|
|
2545
|
+
* Short and concise text for the notification title.
|
|
2546
|
+
*/
|
|
2547
|
+
"heading": string;
|
|
2548
|
+
/**
|
|
2549
|
+
* Controls the visibility of the notification.
|
|
2550
|
+
*/
|
|
2551
|
+
"hidden": boolean;
|
|
2552
|
+
/**
|
|
2553
|
+
* Icon associated with the notification, defaults vary based on the feedback type.
|
|
2554
|
+
*/
|
|
2555
|
+
"icon": string;
|
|
2556
|
+
/**
|
|
2557
|
+
* When true, the notification will be hidden initially, but internal changes will not be in a controlled state. Good for animating the notification in.
|
|
2558
|
+
*/
|
|
2559
|
+
"initiallyHidden": boolean;
|
|
2560
|
+
/**
|
|
2561
|
+
* @deprecated use camelCase instead. Support for dash-casing will be removed in Stencil v5.
|
|
2562
|
+
*/
|
|
2563
|
+
"initially-hidden"?: boolean;
|
|
2564
|
+
/**
|
|
2565
|
+
* Main content for the notification. For more complex content, use the content slot instead.
|
|
2566
|
+
*/
|
|
2567
|
+
"message": string;
|
|
2568
|
+
/**
|
|
2569
|
+
* Sets the hidden prop to false, and shows the notification with an animation, after the animation is complete, the hiddenChanged event will be emitted with the value of false.
|
|
2570
|
+
*/
|
|
2571
|
+
"show": () => Promise<void>;
|
|
2572
|
+
/**
|
|
2573
|
+
* Set a unique ID for the notification. Used for aria attributes and managing multiple notifications.
|
|
2574
|
+
*/
|
|
2575
|
+
"uid": string;
|
|
2576
|
+
}
|
|
2577
|
+
/**
|
|
2578
|
+
* @deprecated [EXPERIMENTAL]
|
|
2579
|
+
* @experimental - Container for notifications TODO: add animations etc...
|
|
2580
|
+
*/
|
|
2581
|
+
interface NvNotificationcontainer {
|
|
2582
|
+
/**
|
|
2583
|
+
* Position of the notification container on the screen.
|
|
2584
|
+
*/
|
|
2585
|
+
"position": `${NotificationPosition}`;
|
|
2586
|
+
}
|
|
2511
2587
|
interface NvPopover {
|
|
2512
2588
|
/**
|
|
2513
2589
|
* Disables the automatic flipping of the popover when the trigger element is out of the viewport. The popover will flip automatically by default.
|
|
@@ -2913,6 +2989,10 @@ export interface NvMenuitemCustomEvent<T> extends CustomEvent<T> {
|
|
|
2913
2989
|
detail: T;
|
|
2914
2990
|
target: HTMLNvMenuitemElement;
|
|
2915
2991
|
}
|
|
2992
|
+
export interface NvNotificationCustomEvent<T> extends CustomEvent<T> {
|
|
2993
|
+
detail: T;
|
|
2994
|
+
target: HTMLNvNotificationElement;
|
|
2995
|
+
}
|
|
2916
2996
|
export interface NvPopoverCustomEvent<T> extends CustomEvent<T> {
|
|
2917
2997
|
detail: T;
|
|
2918
2998
|
target: HTMLNvPopoverElement;
|
|
@@ -3525,6 +3605,33 @@ declare global {
|
|
|
3525
3605
|
prototype: HTMLNvMenuitemElement;
|
|
3526
3606
|
new (): HTMLNvMenuitemElement;
|
|
3527
3607
|
};
|
|
3608
|
+
interface HTMLNvNotificationElementEventMap {
|
|
3609
|
+
"hiddenChanged": boolean;
|
|
3610
|
+
}
|
|
3611
|
+
interface HTMLNvNotificationElement extends Components.NvNotification, HTMLStencilElement {
|
|
3612
|
+
addEventListener<K extends keyof HTMLNvNotificationElementEventMap>(type: K, listener: (this: HTMLNvNotificationElement, ev: NvNotificationCustomEvent<HTMLNvNotificationElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
3613
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
3614
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
3615
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
3616
|
+
removeEventListener<K extends keyof HTMLNvNotificationElementEventMap>(type: K, listener: (this: HTMLNvNotificationElement, ev: NvNotificationCustomEvent<HTMLNvNotificationElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
3617
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
3618
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
3619
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
3620
|
+
}
|
|
3621
|
+
var HTMLNvNotificationElement: {
|
|
3622
|
+
prototype: HTMLNvNotificationElement;
|
|
3623
|
+
new (): HTMLNvNotificationElement;
|
|
3624
|
+
};
|
|
3625
|
+
/**
|
|
3626
|
+
* @deprecated [EXPERIMENTAL]
|
|
3627
|
+
* @experimental - Container for notifications TODO: add animations etc...
|
|
3628
|
+
*/
|
|
3629
|
+
interface HTMLNvNotificationcontainerElement extends Components.NvNotificationcontainer, HTMLStencilElement {
|
|
3630
|
+
}
|
|
3631
|
+
var HTMLNvNotificationcontainerElement: {
|
|
3632
|
+
prototype: HTMLNvNotificationcontainerElement;
|
|
3633
|
+
new (): HTMLNvNotificationcontainerElement;
|
|
3634
|
+
};
|
|
3528
3635
|
interface HTMLNvPopoverElementEventMap {
|
|
3529
3636
|
"openChanged": boolean;
|
|
3530
3637
|
}
|
|
@@ -3708,6 +3815,8 @@ declare global {
|
|
|
3708
3815
|
"nv-loader": HTMLNvLoaderElement;
|
|
3709
3816
|
"nv-menu": HTMLNvMenuElement;
|
|
3710
3817
|
"nv-menuitem": HTMLNvMenuitemElement;
|
|
3818
|
+
"nv-notification": HTMLNvNotificationElement;
|
|
3819
|
+
"nv-notificationcontainer": HTMLNvNotificationcontainerElement;
|
|
3711
3820
|
"nv-popover": HTMLNvPopoverElement;
|
|
3712
3821
|
"nv-row": HTMLNvRowElement;
|
|
3713
3822
|
"nv-stack": HTMLNvStackElement;
|
|
@@ -3783,7 +3892,7 @@ declare namespace LocalJSX {
|
|
|
3783
3892
|
*/
|
|
3784
3893
|
"mode"?: 'accordion' | 'multi';
|
|
3785
3894
|
/**
|
|
3786
|
-
* Event emitted on toggle (header click)
|
|
3895
|
+
* Event emitted on toggle (header click or programmatic change)
|
|
3787
3896
|
*/
|
|
3788
3897
|
"onItemToggle"?: (event: NvAccordionItemCustomEvent<boolean>) => void;
|
|
3789
3898
|
/**
|
|
@@ -4058,6 +4167,14 @@ declare namespace LocalJSX {
|
|
|
4058
4167
|
"size"?: `${ButtonSize}`;
|
|
4059
4168
|
}
|
|
4060
4169
|
interface NvCalendar {
|
|
4170
|
+
/**
|
|
4171
|
+
* Sets the label for the cancel button in actions.
|
|
4172
|
+
*/
|
|
4173
|
+
"cancelLabel"?: string;
|
|
4174
|
+
/**
|
|
4175
|
+
* @deprecated use camelCase instead. Support for dash-casing will be removed in Stencil v5.
|
|
4176
|
+
*/
|
|
4177
|
+
"cancel-label"?: string;
|
|
4061
4178
|
/**
|
|
4062
4179
|
* Date format (ex: 'YYYY-MM-DD', 'DD-MM-YYYY', etc.)
|
|
4063
4180
|
* @default 'YYYY-MM-DD'
|
|
@@ -4117,6 +4234,14 @@ declare namespace LocalJSX {
|
|
|
4117
4234
|
* @bind value
|
|
4118
4235
|
*/
|
|
4119
4236
|
"onValueChanged"?: (event: NvCalendarCustomEvent<string>) => void;
|
|
4237
|
+
/**
|
|
4238
|
+
* Sets the label for the primary (OK) button in actions.
|
|
4239
|
+
*/
|
|
4240
|
+
"primaryLabel"?: string;
|
|
4241
|
+
/**
|
|
4242
|
+
* @deprecated use camelCase instead. Support for dash-casing will be removed in Stencil v5.
|
|
4243
|
+
*/
|
|
4244
|
+
"primary-label"?: string;
|
|
4120
4245
|
/**
|
|
4121
4246
|
* Selected date range format: { start: ISO string, end: ISO string } ex: { start: "2025-03-15", end: "2025-03-20" }
|
|
4122
4247
|
*/
|
|
@@ -4465,7 +4590,7 @@ declare namespace LocalJSX {
|
|
|
4465
4590
|
*/
|
|
4466
4591
|
"disabled"?: boolean;
|
|
4467
4592
|
/**
|
|
4468
|
-
*
|
|
4593
|
+
* A form inside the dialog can be submitted through the dialog footer by giving the form an id and passing that id to the form attribute.
|
|
4469
4594
|
*/
|
|
4470
4595
|
"form"?: string;
|
|
4471
4596
|
/**
|
|
@@ -4485,7 +4610,7 @@ declare namespace LocalJSX {
|
|
|
4485
4610
|
*/
|
|
4486
4611
|
"onDialogPrimaryClicked"?: (event: NvDialogfooterCustomEvent<void>) => void;
|
|
4487
4612
|
/**
|
|
4488
|
-
* Sets the type of the primary button.
|
|
4613
|
+
* Sets the type of the primary button. If using a form, this will default to 'submit' if nothing passed.
|
|
4489
4614
|
*/
|
|
4490
4615
|
"primaryButtonType"?: `${ButtonType}`;
|
|
4491
4616
|
/**
|
|
@@ -5762,7 +5887,7 @@ declare namespace LocalJSX {
|
|
|
5762
5887
|
*/
|
|
5763
5888
|
"fluid"?: boolean;
|
|
5764
5889
|
/**
|
|
5765
|
-
* Enables an optional numeric input field alongside the slider, allowing users to type a value directly instead of—or in addition to—using the slider handle.
|
|
5890
|
+
* Enables an optional numeric input field alongside the slider, allowing users to type a value directly instead of—or in addition to—using the slider handle. The field accepts numeric values in the format based on client-side local settings.
|
|
5766
5891
|
*/
|
|
5767
5892
|
"hasField"?: boolean;
|
|
5768
5893
|
/**
|
|
@@ -6370,6 +6495,63 @@ declare namespace LocalJSX {
|
|
|
6370
6495
|
*/
|
|
6371
6496
|
"shortcut"?: string;
|
|
6372
6497
|
}
|
|
6498
|
+
interface NvNotification {
|
|
6499
|
+
/**
|
|
6500
|
+
* Allows the notification to be dismissed via a close button (x). The notification is not dismissible unless explicitly enabled.
|
|
6501
|
+
*/
|
|
6502
|
+
"dismissible"?: boolean;
|
|
6503
|
+
/**
|
|
6504
|
+
* Adjusts the emphasis to make the notification more or less visually prominent to users. Use this to draw attention to important actions or reduce focus on less critical ones
|
|
6505
|
+
*/
|
|
6506
|
+
"emphasis"?: `${NotificationEmphasis}`;
|
|
6507
|
+
/**
|
|
6508
|
+
* Specifies the notification type which determines the color and default icon.
|
|
6509
|
+
*/
|
|
6510
|
+
"feedback"?: `${FeedbackColors}`;
|
|
6511
|
+
/**
|
|
6512
|
+
* Short and concise text for the notification title.
|
|
6513
|
+
*/
|
|
6514
|
+
"heading"?: string;
|
|
6515
|
+
/**
|
|
6516
|
+
* Controls the visibility of the notification.
|
|
6517
|
+
*/
|
|
6518
|
+
"hidden"?: boolean;
|
|
6519
|
+
/**
|
|
6520
|
+
* Icon associated with the notification, defaults vary based on the feedback type.
|
|
6521
|
+
*/
|
|
6522
|
+
"icon"?: string;
|
|
6523
|
+
/**
|
|
6524
|
+
* When true, the notification will be hidden initially, but internal changes will not be in a controlled state. Good for animating the notification in.
|
|
6525
|
+
*/
|
|
6526
|
+
"initiallyHidden"?: boolean;
|
|
6527
|
+
/**
|
|
6528
|
+
* @deprecated use camelCase instead. Support for dash-casing will be removed in Stencil v5.
|
|
6529
|
+
*/
|
|
6530
|
+
"initially-hidden"?: boolean;
|
|
6531
|
+
/**
|
|
6532
|
+
* Main content for the notification. For more complex content, use the content slot instead.
|
|
6533
|
+
*/
|
|
6534
|
+
"message"?: string;
|
|
6535
|
+
/**
|
|
6536
|
+
* Emits when the 'hidden' prop changes, reflecting a change in visibility. Passes hidden value to the detail.
|
|
6537
|
+
* @bind hidden
|
|
6538
|
+
*/
|
|
6539
|
+
"onHiddenChanged"?: (event: NvNotificationCustomEvent<boolean>) => void;
|
|
6540
|
+
/**
|
|
6541
|
+
* Set a unique ID for the notification. Used for aria attributes and managing multiple notifications.
|
|
6542
|
+
*/
|
|
6543
|
+
"uid"?: string;
|
|
6544
|
+
}
|
|
6545
|
+
/**
|
|
6546
|
+
* @deprecated [EXPERIMENTAL]
|
|
6547
|
+
* @experimental - Container for notifications TODO: add animations etc...
|
|
6548
|
+
*/
|
|
6549
|
+
interface NvNotificationcontainer {
|
|
6550
|
+
/**
|
|
6551
|
+
* Position of the notification container on the screen.
|
|
6552
|
+
*/
|
|
6553
|
+
"position"?: `${NotificationPosition}`;
|
|
6554
|
+
}
|
|
6373
6555
|
interface NvPopover {
|
|
6374
6556
|
/**
|
|
6375
6557
|
* Disables the automatic flipping of the popover when the trigger element is out of the viewport. The popover will flip automatically by default.
|
|
@@ -6739,6 +6921,8 @@ declare namespace LocalJSX {
|
|
|
6739
6921
|
"nv-loader": NvLoader;
|
|
6740
6922
|
"nv-menu": NvMenu;
|
|
6741
6923
|
"nv-menuitem": NvMenuitem;
|
|
6924
|
+
"nv-notification": NvNotification;
|
|
6925
|
+
"nv-notificationcontainer": NvNotificationcontainer;
|
|
6742
6926
|
"nv-popover": NvPopover;
|
|
6743
6927
|
"nv-row": NvRow;
|
|
6744
6928
|
"nv-stack": NvStack;
|
|
@@ -6799,6 +6983,12 @@ declare module "@stencil/core" {
|
|
|
6799
6983
|
"nv-loader": LocalJSX.NvLoader & JSXBase.HTMLAttributes<HTMLNvLoaderElement>;
|
|
6800
6984
|
"nv-menu": LocalJSX.NvMenu & JSXBase.HTMLAttributes<HTMLNvMenuElement>;
|
|
6801
6985
|
"nv-menuitem": LocalJSX.NvMenuitem & JSXBase.HTMLAttributes<HTMLNvMenuitemElement>;
|
|
6986
|
+
"nv-notification": LocalJSX.NvNotification & JSXBase.HTMLAttributes<HTMLNvNotificationElement>;
|
|
6987
|
+
/**
|
|
6988
|
+
* @deprecated [EXPERIMENTAL]
|
|
6989
|
+
* @experimental - Container for notifications TODO: add animations etc...
|
|
6990
|
+
*/
|
|
6991
|
+
"nv-notificationcontainer": LocalJSX.NvNotificationcontainer & JSXBase.HTMLAttributes<HTMLNvNotificationcontainerElement>;
|
|
6802
6992
|
"nv-popover": LocalJSX.NvPopover & JSXBase.HTMLAttributes<HTMLNvPopoverElement>;
|
|
6803
6993
|
"nv-row": LocalJSX.NvRow & JSXBase.HTMLAttributes<HTMLNvRowElement>;
|
|
6804
6994
|
/**
|
|
@@ -100,4 +100,10 @@ type StoryDescription<T> = T extends NovaTemplate
|
|
|
100
100
|
* descriptions
|
|
101
101
|
*/
|
|
102
102
|
description?: string;
|
|
103
|
+
/**
|
|
104
|
+
* If the description is not provided, infer it from the prop descriptions
|
|
105
|
+
* from another component (for example child components that are described
|
|
106
|
+
* in the parent story, see nv-dialog as an example)
|
|
107
|
+
*/
|
|
108
|
+
descriptionSource?: NovaComponent;
|
|
103
109
|
};
|
|
@@ -1,4 +1,12 @@
|
|
|
1
1
|
import { WeekAbbreviations } from '../interfaces/localization';
|
|
2
|
+
export declare enum NotificationPosition {
|
|
3
|
+
TopRight = "top-right",
|
|
4
|
+
TopLeft = "top-left",
|
|
5
|
+
TopCenter = "top-center",
|
|
6
|
+
BottomRight = "bottom-right",
|
|
7
|
+
BottomLeft = "bottom-left",
|
|
8
|
+
BottomCenter = "bottom-center"
|
|
9
|
+
}
|
|
2
10
|
export declare enum FeedbackColors {
|
|
3
11
|
Information = "information",
|
|
4
12
|
Warning = "warning",
|
|
@@ -37,6 +45,10 @@ export declare enum ButtonType {
|
|
|
37
45
|
Reset = "reset",
|
|
38
46
|
Button = "button"
|
|
39
47
|
}
|
|
48
|
+
export declare enum NotificationEmphasis {
|
|
49
|
+
Medium = "medium",
|
|
50
|
+
High = "high"
|
|
51
|
+
}
|
|
40
52
|
export declare enum ToggleButtonEmphasis {
|
|
41
53
|
High = "high",
|
|
42
54
|
Low = "low"
|
package/dist/vscode-data.json
CHANGED
|
@@ -462,6 +462,10 @@
|
|
|
462
462
|
"value": "The `<nv-calendar>` component supports a wide range of date formats to accommodate various use cases, including international standards, regional conventions, and platform-specific formats."
|
|
463
463
|
},
|
|
464
464
|
"attributes": [
|
|
465
|
+
{
|
|
466
|
+
"name": "cancel-label",
|
|
467
|
+
"description": "Sets the label for the cancel button in actions."
|
|
468
|
+
},
|
|
465
469
|
{
|
|
466
470
|
"name": "date-format",
|
|
467
471
|
"description": "Date format (ex: 'YYYY-MM-DD', 'DD-MM-YYYY', etc.)"
|
|
@@ -486,6 +490,10 @@
|
|
|
486
490
|
"name": "number-of-calendars",
|
|
487
491
|
"description": "Number of calendars to display"
|
|
488
492
|
},
|
|
493
|
+
{
|
|
494
|
+
"name": "primary-label",
|
|
495
|
+
"description": "Sets the label for the primary (OK) button in actions."
|
|
496
|
+
},
|
|
489
497
|
{
|
|
490
498
|
"name": "selection-type",
|
|
491
499
|
"description": "Selection type (single date or date range)",
|
|
@@ -683,7 +691,7 @@
|
|
|
683
691
|
},
|
|
684
692
|
{
|
|
685
693
|
"name": "form",
|
|
686
|
-
"description": "
|
|
694
|
+
"description": "A form inside the dialog can be submitted through the dialog footer by\ngiving the form an id and passing that id to the form attribute."
|
|
687
695
|
},
|
|
688
696
|
{
|
|
689
697
|
"name": "leading-icon",
|
|
@@ -691,7 +699,7 @@
|
|
|
691
699
|
},
|
|
692
700
|
{
|
|
693
701
|
"name": "primary-button-type",
|
|
694
|
-
"description": "Sets the type of the primary button.",
|
|
702
|
+
"description": "Sets the type of the primary button. If using a form, this will default to\n'submit' if nothing passed.",
|
|
695
703
|
"values": [
|
|
696
704
|
{
|
|
697
705
|
"name": "button"
|
|
@@ -2255,7 +2263,7 @@
|
|
|
2255
2263
|
},
|
|
2256
2264
|
{
|
|
2257
2265
|
"name": "has-field",
|
|
2258
|
-
"description": "Enables an optional numeric input field alongside the slider, allowing\nusers to type a value directly instead of—or in addition to—using the\nslider handle."
|
|
2266
|
+
"description": "Enables an optional numeric input field alongside the slider, allowing\nusers to type a value directly instead of—or in addition to—using the\nslider handle. The field accepts numeric values in the format based on\nclient-side local settings."
|
|
2259
2267
|
},
|
|
2260
2268
|
{
|
|
2261
2269
|
"name": "hide-label",
|
|
@@ -4003,6 +4011,9 @@
|
|
|
4003
4011
|
{
|
|
4004
4012
|
"name": "mail"
|
|
4005
4013
|
},
|
|
4014
|
+
{
|
|
4015
|
+
"name": "map-pin-2"
|
|
4016
|
+
},
|
|
4006
4017
|
{
|
|
4007
4018
|
"name": "map-pin-off"
|
|
4008
4019
|
},
|
|
@@ -4564,9 +4575,6 @@
|
|
|
4564
4575
|
{
|
|
4565
4576
|
"name": "wind"
|
|
4566
4577
|
},
|
|
4567
|
-
{
|
|
4568
|
-
"name": "windmill"
|
|
4569
|
-
},
|
|
4570
4578
|
{
|
|
4571
4579
|
"name": "wood"
|
|
4572
4580
|
},
|
|
@@ -4578,6 +4586,9 @@
|
|
|
4578
4586
|
},
|
|
4579
4587
|
{
|
|
4580
4588
|
"name": "x"
|
|
4589
|
+
},
|
|
4590
|
+
{
|
|
4591
|
+
"name": "zoom-reset"
|
|
4581
4592
|
}
|
|
4582
4593
|
]
|
|
4583
4594
|
},
|
|
@@ -4595,6 +4606,109 @@
|
|
|
4595
4606
|
}
|
|
4596
4607
|
]
|
|
4597
4608
|
},
|
|
4609
|
+
{
|
|
4610
|
+
"name": "nv-notification",
|
|
4611
|
+
"description": {
|
|
4612
|
+
"kind": "markdown",
|
|
4613
|
+
"value": "The `nv-notification` component is designed to display a single notification message within the user interface. Unlike alerts, notifications are typically transient and context-driven, offering users timely feedback or updates without demanding persistent attention. This component is a low-level building block and should not be used directly in most cases.\n\nFor React, Vue, Blazor, and Angular, we provide framework-specific notification services that come with hooks, composables, or helpers to manage notifications in a structured way. These services handle lifecycle, queuing, and consistent behavior across your app. We strongly recommend referring to the provider documentation for your framework of choice and using those abstractions instead.\n\nIf you choose not to use the framework services, you may work directly with the `nv-notification` component together with the `nv-notificationcontainer` to manually manage notifications. This approach is intended for advanced use cases or for building a fully custom notification system."
|
|
4614
|
+
},
|
|
4615
|
+
"attributes": [
|
|
4616
|
+
{
|
|
4617
|
+
"name": "dismissible",
|
|
4618
|
+
"description": "Allows the notification to be dismissed via a close button (x). The\nnotification is not dismissible unless explicitly enabled."
|
|
4619
|
+
},
|
|
4620
|
+
{
|
|
4621
|
+
"name": "emphasis",
|
|
4622
|
+
"description": "Adjusts the emphasis to make the notification more or less visually\nprominent to users. Use this to draw attention to important actions or\nreduce focus on less critical ones",
|
|
4623
|
+
"values": [
|
|
4624
|
+
{
|
|
4625
|
+
"name": "high"
|
|
4626
|
+
},
|
|
4627
|
+
{
|
|
4628
|
+
"name": "medium"
|
|
4629
|
+
}
|
|
4630
|
+
]
|
|
4631
|
+
},
|
|
4632
|
+
{
|
|
4633
|
+
"name": "feedback",
|
|
4634
|
+
"description": "Specifies the notification type which determines the color and default icon.",
|
|
4635
|
+
"values": [
|
|
4636
|
+
{
|
|
4637
|
+
"name": "error"
|
|
4638
|
+
},
|
|
4639
|
+
{
|
|
4640
|
+
"name": "information"
|
|
4641
|
+
},
|
|
4642
|
+
{
|
|
4643
|
+
"name": "neutral"
|
|
4644
|
+
},
|
|
4645
|
+
{
|
|
4646
|
+
"name": "success"
|
|
4647
|
+
},
|
|
4648
|
+
{
|
|
4649
|
+
"name": "warning"
|
|
4650
|
+
}
|
|
4651
|
+
]
|
|
4652
|
+
},
|
|
4653
|
+
{
|
|
4654
|
+
"name": "heading",
|
|
4655
|
+
"description": "Short and concise text for the notification title."
|
|
4656
|
+
},
|
|
4657
|
+
{
|
|
4658
|
+
"name": "hidden",
|
|
4659
|
+
"description": "Controls the visibility of the notification."
|
|
4660
|
+
},
|
|
4661
|
+
{
|
|
4662
|
+
"name": "icon",
|
|
4663
|
+
"description": "Icon associated with the notification, defaults vary based on the feedback\ntype."
|
|
4664
|
+
},
|
|
4665
|
+
{
|
|
4666
|
+
"name": "initially-hidden",
|
|
4667
|
+
"description": "When true, the notification will be hidden initially, but internal changes\nwill not be in a controlled state. Good for animating the notification in."
|
|
4668
|
+
},
|
|
4669
|
+
{
|
|
4670
|
+
"name": "message",
|
|
4671
|
+
"description": "Main content for the notification. For more complex content, use the\ncontent slot instead."
|
|
4672
|
+
},
|
|
4673
|
+
{
|
|
4674
|
+
"name": "uid",
|
|
4675
|
+
"description": "Set a unique ID for the notification. Used for aria attributes and managing\nmultiple notifications."
|
|
4676
|
+
}
|
|
4677
|
+
]
|
|
4678
|
+
},
|
|
4679
|
+
{
|
|
4680
|
+
"name": "nv-notificationcontainer",
|
|
4681
|
+
"description": {
|
|
4682
|
+
"kind": "markdown",
|
|
4683
|
+
"value": "This component is the container for the notifications. Each framework has its own implementation of the providers."
|
|
4684
|
+
},
|
|
4685
|
+
"attributes": [
|
|
4686
|
+
{
|
|
4687
|
+
"name": "position",
|
|
4688
|
+
"description": "Position of the notification container on the screen.",
|
|
4689
|
+
"values": [
|
|
4690
|
+
{
|
|
4691
|
+
"name": "bottom-center"
|
|
4692
|
+
},
|
|
4693
|
+
{
|
|
4694
|
+
"name": "bottom-left"
|
|
4695
|
+
},
|
|
4696
|
+
{
|
|
4697
|
+
"name": "bottom-right"
|
|
4698
|
+
},
|
|
4699
|
+
{
|
|
4700
|
+
"name": "top-center"
|
|
4701
|
+
},
|
|
4702
|
+
{
|
|
4703
|
+
"name": "top-left"
|
|
4704
|
+
},
|
|
4705
|
+
{
|
|
4706
|
+
"name": "top-right"
|
|
4707
|
+
}
|
|
4708
|
+
]
|
|
4709
|
+
}
|
|
4710
|
+
]
|
|
4711
|
+
},
|
|
4598
4712
|
{
|
|
4599
4713
|
"name": "nv-popover",
|
|
4600
4714
|
"description": {
|