@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
|
@@ -9,26 +9,41 @@ export declare class NvAccordionItem {
|
|
|
9
9
|
el: HTMLNvAccordionItemElement;
|
|
10
10
|
private contentRef?;
|
|
11
11
|
private mutationObserver?;
|
|
12
|
+
private isToggling;
|
|
12
13
|
/****************************************************************************/
|
|
13
|
-
/**
|
|
14
|
+
/**
|
|
15
|
+
* Item title (displayed if header slot is absent)
|
|
16
|
+
*/
|
|
14
17
|
readonly itemTitle?: string;
|
|
15
|
-
/**
|
|
18
|
+
/**
|
|
19
|
+
* Item subtitle (displayed if header slot is absent)
|
|
20
|
+
*/
|
|
16
21
|
readonly subtitle?: string;
|
|
17
|
-
/**
|
|
22
|
+
/**
|
|
23
|
+
* Open or closed
|
|
24
|
+
*/
|
|
18
25
|
open: boolean;
|
|
19
|
-
/**
|
|
26
|
+
/**
|
|
27
|
+
* Disables the item
|
|
28
|
+
*/
|
|
20
29
|
readonly disabled: boolean;
|
|
21
|
-
/**
|
|
30
|
+
/**
|
|
31
|
+
* Maximum content height (in px, optional). If not defined, auto height.
|
|
32
|
+
*/
|
|
22
33
|
readonly maxContentHeight?: number;
|
|
23
|
-
/**
|
|
34
|
+
/**
|
|
35
|
+
* Parent expansion mode (accordion or multi)
|
|
36
|
+
*/
|
|
24
37
|
readonly mode?: 'accordion' | 'multi';
|
|
25
38
|
/****************************************************************************/
|
|
26
39
|
/**
|
|
27
|
-
* Event emitted on toggle (header click)
|
|
40
|
+
* Event emitted on toggle (header click or programmatic change)
|
|
28
41
|
*/
|
|
29
42
|
itemToggle: EventEmitter<boolean>;
|
|
30
43
|
/****************************************************************************/
|
|
31
|
-
/**
|
|
44
|
+
/**
|
|
45
|
+
* Internal state for open/close rendering
|
|
46
|
+
*/
|
|
32
47
|
currentOpenState: boolean;
|
|
33
48
|
/**
|
|
34
49
|
* Controls if the panel has been initialized for animations
|
|
@@ -4,7 +4,7 @@ import { DeprecatedSemanticColors, FeedbackColors } from '../../utils/constants'
|
|
|
4
4
|
* @slot default - Use this slot to insert HTML into the alert content.
|
|
5
5
|
*/
|
|
6
6
|
export declare class NvAlert {
|
|
7
|
-
|
|
7
|
+
el: HTMLNvAlertElement;
|
|
8
8
|
/****************************************************************************/
|
|
9
9
|
/**
|
|
10
10
|
* Defines color of the alert.
|
|
@@ -4,7 +4,7 @@ import { EventEmitter } from '../../stencil-public-runtime';
|
|
|
4
4
|
* @slot default - for custom content, for pure text use label instead.
|
|
5
5
|
*/
|
|
6
6
|
export declare class NvBadge {
|
|
7
|
-
|
|
7
|
+
el: HTMLNvBadgeElement;
|
|
8
8
|
/****************************************************************************/
|
|
9
9
|
/**
|
|
10
10
|
* Whether the badge is dismissible.
|
|
@@ -93,6 +93,10 @@ export declare class NvCalendar {
|
|
|
93
93
|
* Show week numbers
|
|
94
94
|
*/
|
|
95
95
|
readonly showWeekNumbers: boolean;
|
|
96
|
+
/** Sets the label for the cancel button in actions. */
|
|
97
|
+
readonly cancelLabel: string;
|
|
98
|
+
/** Sets the label for the primary (OK) button in actions. */
|
|
99
|
+
readonly primaryLabel: string;
|
|
96
100
|
/** Cache for parsed disabled dates */
|
|
97
101
|
private parsedDisabledDates;
|
|
98
102
|
/** Flag to indicate a user click for selection */
|
|
@@ -7,6 +7,10 @@ interface CalendarActionsProps {
|
|
|
7
7
|
onReset: () => void;
|
|
8
8
|
/** Handler for confirm/OK action */
|
|
9
9
|
onConfirm: () => void;
|
|
10
|
+
/** Label for the cancel button */
|
|
11
|
+
cancelLabel?: string;
|
|
12
|
+
/** Label for the primary button */
|
|
13
|
+
primaryLabel?: string;
|
|
10
14
|
/** Whether to show the default actions or use slot content */
|
|
11
15
|
useSlot?: boolean;
|
|
12
16
|
}
|
|
@@ -38,11 +38,13 @@ export declare class NvDialogfooter {
|
|
|
38
38
|
*/
|
|
39
39
|
readonly primaryLabel: string;
|
|
40
40
|
/**
|
|
41
|
-
* Sets the type of the primary button.
|
|
41
|
+
* Sets the type of the primary button. If using a form, this will default to
|
|
42
|
+
* 'submit' if nothing passed.
|
|
42
43
|
*/
|
|
43
|
-
|
|
44
|
+
primaryButtonType: `${ButtonType}`;
|
|
44
45
|
/**
|
|
45
|
-
*
|
|
46
|
+
* A form inside the dialog can be submitted through the dialog footer by
|
|
47
|
+
* giving the form an id and passing that id to the form attribute.
|
|
46
48
|
*/
|
|
47
49
|
readonly form: string;
|
|
48
50
|
/****************************************************************************/
|
|
@@ -51,7 +53,8 @@ export declare class NvDialogfooter {
|
|
|
51
53
|
*/
|
|
52
54
|
dialogCanceled: EventEmitter<void>;
|
|
53
55
|
/**
|
|
54
|
-
* Emitted when the primary button is clicked. This allows to handle the
|
|
56
|
+
* Emitted when the primary button is clicked. This allows to handle the
|
|
57
|
+
* primary action and potential data capture before closing the dialog.
|
|
55
58
|
*/
|
|
56
59
|
dialogPrimaryClicked: EventEmitter<void>;
|
|
57
60
|
/****************************************************************************/
|
|
@@ -67,6 +70,7 @@ export declare class NvDialogfooter {
|
|
|
67
70
|
private handleCancel;
|
|
68
71
|
/****************************************************************************/
|
|
69
72
|
componentWillLoad(): void;
|
|
73
|
+
componentDidLoad(): void;
|
|
70
74
|
/****************************************************************************/
|
|
71
75
|
render(): any;
|
|
72
76
|
}
|
|
@@ -38,7 +38,8 @@ export declare class NvFieldslider {
|
|
|
38
38
|
/**
|
|
39
39
|
* Enables an optional numeric input field alongside the slider, allowing
|
|
40
40
|
* users to type a value directly instead of—or in addition to—using the
|
|
41
|
-
* slider handle.
|
|
41
|
+
* slider handle. The field accepts numeric values in the format based on
|
|
42
|
+
* client-side local settings.
|
|
42
43
|
*/
|
|
43
44
|
readonly hasField: boolean;
|
|
44
45
|
/**
|
|
@@ -208,7 +209,7 @@ export declare class NvFieldslider {
|
|
|
208
209
|
private onKeyDown;
|
|
209
210
|
/**
|
|
210
211
|
* Handles field input value changes.
|
|
211
|
-
* @param {
|
|
212
|
+
* @param {FieldInputProps['onInput']} details - The parsed value and index
|
|
212
213
|
*/
|
|
213
214
|
private handleFieldChange;
|
|
214
215
|
/****************************************************************************/
|
|
@@ -2,7 +2,7 @@ import { FunctionalComponent } from '../../../stencil-public-runtime';
|
|
|
2
2
|
/**
|
|
3
3
|
* Props for the FieldInput component
|
|
4
4
|
*/
|
|
5
|
-
interface FieldInputProps {
|
|
5
|
+
export interface FieldInputProps {
|
|
6
6
|
/** Whether this is a range slider */
|
|
7
7
|
range: boolean;
|
|
8
8
|
/** Whether to show the input field */
|
|
@@ -26,7 +26,12 @@ interface FieldInputProps {
|
|
|
26
26
|
/** Whether the slider is readonly */
|
|
27
27
|
readonly: boolean;
|
|
28
28
|
/** Handler for input changes */
|
|
29
|
-
onInput: (
|
|
29
|
+
onInput: (details: {
|
|
30
|
+
/** Parsed value */
|
|
31
|
+
value: number;
|
|
32
|
+
/** Index (0 or 1) for range mode, ignored in single mode */
|
|
33
|
+
index?: number;
|
|
34
|
+
}) => void;
|
|
30
35
|
/** Label to display before the value */
|
|
31
36
|
labelBeforeValue?: string;
|
|
32
37
|
/** Label to display after the value */
|
|
@@ -42,4 +47,3 @@ interface FieldInputProps {
|
|
|
42
47
|
* @returns {JSX.Element} JSX element representing the field input
|
|
43
48
|
*/
|
|
44
49
|
export declare const FieldInput: FunctionalComponent<FieldInputProps>;
|
|
45
|
-
export {};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/** Available icons */
|
|
2
|
-
export declare const iconNames: readonly ["access-point-off", "access-point", "accessible", "activity", "address-book", "adjustments-horizontal", "adjustments-up", "adjustments", "affiliate", "air-conditioning", "alert-circle", "alert-triangle", "align-center", "align-left", "align-right", "app-window", "apps", "archive", "areas", "arrow-back-up", "arrow-back", "arrow-down-left", "arrow-down-right", "arrow-down", "arrow-forward-up", "arrow-forward", "arrow-left", "arrow-right", "arrow-up-left", "arrow-up-right", "arrow-up", "arrows-exchange", "arrows-maximize", "arrows-minimize", "arrows-move", "aspect-ratio", "atom", "ban", "basket", "battery-1", "battery-2", "battery-3", "battery-4", "battery-automotive", "battery-charging", "battery-eco", "battery-off", "battery", "bell-off", "bell-ringing", "bell", "bike", "bluetooth-connected", "bluetooth-off", "bluetooth", "bolt-off", "bolt", "book", "bookmark-off", "bookmark", "bookmarks", "box-align-top", "box-multiple", "briefcase", "brightness-down", "brightness-up", "browser-check", "browser-plus", "browser-x", "browser", "brush", "building-bank", "building-factory", "building-lighthouse", "building-store", "building", "bulb-off", "bulb", "cake", "calendar-time", "calendar", "camera-off", "camera", "car-crane", "car", "caravan", "cash-banknote", "cash", "cast", "cell", "charging-pile", "chart-arcs", "chart-area-line", "chart-area", "chart-arrows-vertical", "chart-arrows", "chart-bar", "chart-bubble", "chart-circles", "chart-donut", "chart-dots", "chart-line", "chart-pie", "chart-radar", "check", "checkbox", "checklist", "checks", "chevron-down", "chevron-left", "chevron-right", "chevron-top", "chevrons-left", "chevrons-right", "circle-caret-right", "circle-check", "circle-x", "circuit-alternate", "circuit-ground-digital", "clipboard-check", "clipboard-list", "clipboard-plus", "clipboard-text", "clipboard-x", "clipboard", "clock-edit", "clock", "cloud-data-connection", "cloud-download", "cloud-rain", "cloud-snow", "cloud-upload", "cloud", "color-picker", "color-swatch", "compass", "contract", "cookie", "copy", "cpu", "crane", "credit-card", "crop", "cross", "crown", "currency-bitcoin", "currency-dollar", "currency-ethereum", "currency-euro", "cut", "dashboard", "database", "device-desktop", "device-floppy", "device-gamepad", "device-laptop", "device-mobile-rotated", "device-mobile", "device-tablet", "device-watch", "devices", "dialpad", "direction-horizontal", "direction-sign", "direction", "discount", "door-enter", "door-exit", "door-off", "dots-vertical", "dots", "download", "drone", "droplet-filled", "droplet-half", "droplet", "droplets", "edit", "empty", "engine", "eraser-off", "eraser", "external-link", "eye-off", "eye", "face-id", "feather", "file-alert", "file-analytics", "file-check", "file-code", "file-download", "file-export", "file-horizontal", "file-import", "file-plus", "file-search", "file-text-bookmark", "file-text", "file-type-bmp", "file-type-css", "file-type-csv", "file-type-doc", "file-type-html", "file-type-jpg", "file-type-js", "file-type-pdf", "file-type-png", "file-type-ppt", "file-type-xls", "file-type-xml", "file-type-zip", "file-upload", "file-x", "file-zip", "file", "files-off", "files", "filter-off", "filter-sort", "filter", "fingerprint", "fire-extinguisher", "flag", "flame", "flip-horizontal", "flip-vertical", "folder-minus", "folder-off", "folder-plus", "folder-x", "folder", "folders", "frame", "gas-station", "gauge-off", "gauge", "gift", "gps", "grid-dots", "grip-horizontal", "grip-vertical", "hand-stop", "hand-waving", "hash", "haze", "headphones-off", "headphones", "headset", "heart-off", "heart", "heartbeat", "helicopter", "helmet-swopp", "helmet", "help", "history", "home", "hourglass-empty", "hourglass-high", "hourglass-low", "hourglass-off", "hourglass", "inbox", "info-circle", "keyboard-hide", "keyboard-show", "keyboard", "layout-board-split", "layout-dashboard", "layout-grid", "layout-sidebar-left-collapse", "layout-sidebar-left-expand", "layout-sidebar-right-collapse", "layout-sidebar-right-expand", "layout", "leaf", "lifebuoy", "link", "list-search", "list", "loader", "location", "lock-off", "lock-open", "lock", "login", "logout", "mail-forward", "mail-opened", "mail", "map-pin-off", "map-pin", "map", "menu", "message-dots", "message-off", "message", "messages", "microphone-off", "microphone", "minus", "mist", "moon", "motorbike", "mouse", "movie", "network", "news", "note", "notebook", "notes", "offshore-station", "package", "palette", "paperclip", "pencil", "phone-call", "phone-calling", "phone-check", "phone-incoming", "phone-off", "phone-outgoing", "phone", "photo-off", "photo", "pig", "pin", "pinned-off", "pinned", "plane-off", "plane", "plant", "player-pause", "player-play", "player-skip-back", "player-skip-forward", "player-stop", "player-track-next", "player-track-prev", "plug-connected", "plug", "plus", "power-ac", "power-dc", "power", "presentation-analytics", "presentation", "printer", "propeller", "published", "puzzle-2", "puzzle", "pylon", "qrcode", "radar", "radio", "radioactive", "receipt-dollar", "receipt-euro", "receipt", "recharging", "recycle", "refresh-alert", "refresh-off", "refresh", "repeat-once", "repeat", "replace", "report-analytics", "report-medical", "report-search", "report", "ripple-off", "ripple", "rocket", "rotate-2", "rotate-clockwise-2", "rotate-clockwise", "rotate-dot", "rotate", "router", "ruler-measure", "sailboat", "satellite", "scale", "school", "scissors", "scooter-electric", "screenshot", "search", "seeding", "select", "selector", "send", "server", "settings", "shape", "share-2", "share", "shield-check", "shield-lock", "shield-off", "shield-x", "shield", "ship-off", "ship", "shopping-cart", "slash", "smart-home", "snowflake", "solar-panel", "sort-ascending-letters", "sort-ascending-numbers", "sort-descending-letters", "sort-descending-numbers", "spacing-horizontal", "spacing-vertical", "speakerphone", "stack", "stairs", "star", "sun", "sunrise", "sunset", "switch-horizontal", "switch-vertical", "table", "tag", "tank-empty-fill", "tank-full-fill", "tank-medium-fill", "temperature-off", "temperature", "template", "terminal", "text-size", "text", "thumb-down", "thumb-up", "ticket", "timeline", "tir", "tool", "tools", "train", "trash-off", "trash", "tree", "trees", "truck-delivery", "truck", "umbrella", "unlink", "upload", "user-circle", "user-exclamation", "user-minus", "user-off", "user-plus", "user-worker", "user", "users", "versions", "video-minus", "video-off", "video-plus", "video", "volume-2", "volume-3", "volume", "wallet", "wand", "wave", "waves", "wifi-off", "wifi", "wind-direction", "wind", "
|
|
2
|
+
export declare const iconNames: readonly ["access-point-off", "access-point", "accessible", "activity", "address-book", "adjustments-horizontal", "adjustments-up", "adjustments", "affiliate", "air-conditioning", "alert-circle", "alert-triangle", "align-center", "align-left", "align-right", "app-window", "apps", "archive", "areas", "arrow-back-up", "arrow-back", "arrow-down-left", "arrow-down-right", "arrow-down", "arrow-forward-up", "arrow-forward", "arrow-left", "arrow-right", "arrow-up-left", "arrow-up-right", "arrow-up", "arrows-exchange", "arrows-maximize", "arrows-minimize", "arrows-move", "aspect-ratio", "atom", "ban", "basket", "battery-1", "battery-2", "battery-3", "battery-4", "battery-automotive", "battery-charging", "battery-eco", "battery-off", "battery", "bell-off", "bell-ringing", "bell", "bike", "bluetooth-connected", "bluetooth-off", "bluetooth", "bolt-off", "bolt", "book", "bookmark-off", "bookmark", "bookmarks", "box-align-top", "box-multiple", "briefcase", "brightness-down", "brightness-up", "browser-check", "browser-plus", "browser-x", "browser", "brush", "building-bank", "building-factory", "building-lighthouse", "building-store", "building", "bulb-off", "bulb", "cake", "calendar-time", "calendar", "camera-off", "camera", "car-crane", "car", "caravan", "cash-banknote", "cash", "cast", "cell", "charging-pile", "chart-arcs", "chart-area-line", "chart-area", "chart-arrows-vertical", "chart-arrows", "chart-bar", "chart-bubble", "chart-circles", "chart-donut", "chart-dots", "chart-line", "chart-pie", "chart-radar", "check", "checkbox", "checklist", "checks", "chevron-down", "chevron-left", "chevron-right", "chevron-top", "chevrons-left", "chevrons-right", "circle-caret-right", "circle-check", "circle-x", "circuit-alternate", "circuit-ground-digital", "clipboard-check", "clipboard-list", "clipboard-plus", "clipboard-text", "clipboard-x", "clipboard", "clock-edit", "clock", "cloud-data-connection", "cloud-download", "cloud-rain", "cloud-snow", "cloud-upload", "cloud", "color-picker", "color-swatch", "compass", "contract", "cookie", "copy", "cpu", "crane", "credit-card", "crop", "cross", "crown", "currency-bitcoin", "currency-dollar", "currency-ethereum", "currency-euro", "cut", "dashboard", "database", "device-desktop", "device-floppy", "device-gamepad", "device-laptop", "device-mobile-rotated", "device-mobile", "device-tablet", "device-watch", "devices", "dialpad", "direction-horizontal", "direction-sign", "direction", "discount", "door-enter", "door-exit", "door-off", "dots-vertical", "dots", "download", "drone", "droplet-filled", "droplet-half", "droplet", "droplets", "edit", "empty", "engine", "eraser-off", "eraser", "external-link", "eye-off", "eye", "face-id", "feather", "file-alert", "file-analytics", "file-check", "file-code", "file-download", "file-export", "file-horizontal", "file-import", "file-plus", "file-search", "file-text-bookmark", "file-text", "file-type-bmp", "file-type-css", "file-type-csv", "file-type-doc", "file-type-html", "file-type-jpg", "file-type-js", "file-type-pdf", "file-type-png", "file-type-ppt", "file-type-xls", "file-type-xml", "file-type-zip", "file-upload", "file-x", "file-zip", "file", "files-off", "files", "filter-off", "filter-sort", "filter", "fingerprint", "fire-extinguisher", "flag", "flame", "flip-horizontal", "flip-vertical", "folder-minus", "folder-off", "folder-plus", "folder-x", "folder", "folders", "frame", "gas-station", "gauge-off", "gauge", "gift", "gps", "grid-dots", "grip-horizontal", "grip-vertical", "hand-stop", "hand-waving", "hash", "haze", "headphones-off", "headphones", "headset", "heart-off", "heart", "heartbeat", "helicopter", "helmet-swopp", "helmet", "help", "history", "home", "hourglass-empty", "hourglass-high", "hourglass-low", "hourglass-off", "hourglass", "inbox", "info-circle", "keyboard-hide", "keyboard-show", "keyboard", "layout-board-split", "layout-dashboard", "layout-grid", "layout-sidebar-left-collapse", "layout-sidebar-left-expand", "layout-sidebar-right-collapse", "layout-sidebar-right-expand", "layout", "leaf", "lifebuoy", "link", "list-search", "list", "loader", "location", "lock-off", "lock-open", "lock", "login", "logout", "mail-forward", "mail-opened", "mail", "map-pin-2", "map-pin-off", "map-pin", "map", "menu", "message-dots", "message-off", "message", "messages", "microphone-off", "microphone", "minus", "mist", "moon", "motorbike", "mouse", "movie", "network", "news", "note", "notebook", "notes", "offshore-station", "package", "palette", "paperclip", "pencil", "phone-call", "phone-calling", "phone-check", "phone-incoming", "phone-off", "phone-outgoing", "phone", "photo-off", "photo", "pig", "pin", "pinned-off", "pinned", "plane-off", "plane", "plant", "player-pause", "player-play", "player-skip-back", "player-skip-forward", "player-stop", "player-track-next", "player-track-prev", "plug-connected", "plug", "plus", "power-ac", "power-dc", "power", "presentation-analytics", "presentation", "printer", "propeller", "published", "puzzle-2", "puzzle", "pylon", "qrcode", "radar", "radio", "radioactive", "receipt-dollar", "receipt-euro", "receipt", "recharging", "recycle", "refresh-alert", "refresh-off", "refresh", "repeat-once", "repeat", "replace", "report-analytics", "report-medical", "report-search", "report", "ripple-off", "ripple", "rocket", "rotate-2", "rotate-clockwise-2", "rotate-clockwise", "rotate-dot", "rotate", "router", "ruler-measure", "sailboat", "satellite", "scale", "school", "scissors", "scooter-electric", "screenshot", "search", "seeding", "select", "selector", "send", "server", "settings", "shape", "share-2", "share", "shield-check", "shield-lock", "shield-off", "shield-x", "shield", "ship-off", "ship", "shopping-cart", "slash", "smart-home", "snowflake", "solar-panel", "sort-ascending-letters", "sort-ascending-numbers", "sort-descending-letters", "sort-descending-numbers", "spacing-horizontal", "spacing-vertical", "speakerphone", "stack", "stairs", "star", "sun", "sunrise", "sunset", "switch-horizontal", "switch-vertical", "table", "tag", "tank-empty-fill", "tank-full-fill", "tank-medium-fill", "temperature-off", "temperature", "template", "terminal", "text-size", "text", "thumb-down", "thumb-up", "ticket", "timeline", "tir", "tool", "tools", "train", "trash-off", "trash", "tree", "trees", "truck-delivery", "truck", "umbrella", "unlink", "upload", "user-circle", "user-exclamation", "user-minus", "user-off", "user-plus", "user-worker", "user", "users", "versions", "video-minus", "video-off", "video-plus", "video", "volume-2", "volume-3", "volume", "wallet", "wand", "wave", "waves", "wifi-off", "wifi", "wind-direction", "wind", "wood", "world", "writing", "x", "zoom-reset"];
|
|
3
3
|
export type IconName = (typeof iconNames)[number];
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
import { EventEmitter } from '../../stencil-public-runtime';
|
|
2
|
+
import { FeedbackColors, NotificationEmphasis } from '../../utils/constants';
|
|
3
|
+
/**
|
|
4
|
+
* @slot heading - Use this slot to insert HTML as the notification title.
|
|
5
|
+
* @slot content - Use this slot to insert HTML as the notification message.
|
|
6
|
+
* @slot actions - Use this slot for custom actions.
|
|
7
|
+
*/
|
|
8
|
+
export declare class NvNotification {
|
|
9
|
+
el: HTMLNvNotificationElement;
|
|
10
|
+
private container;
|
|
11
|
+
private headingSlot;
|
|
12
|
+
private messageSlot;
|
|
13
|
+
private actionsSlot;
|
|
14
|
+
/****************************************************************************/
|
|
15
|
+
/**
|
|
16
|
+
* Set a unique ID for the notification. Used for aria attributes and managing
|
|
17
|
+
* multiple notifications.
|
|
18
|
+
*/
|
|
19
|
+
readonly uid: string;
|
|
20
|
+
/**
|
|
21
|
+
* Specifies the notification type which determines the color and default icon.
|
|
22
|
+
*/
|
|
23
|
+
readonly feedback: `${FeedbackColors}`;
|
|
24
|
+
/**
|
|
25
|
+
* Adjusts the emphasis to make the notification more or less visually
|
|
26
|
+
* prominent to users. Use this to draw attention to important actions or
|
|
27
|
+
* reduce focus on less critical ones
|
|
28
|
+
*/
|
|
29
|
+
readonly emphasis: `${NotificationEmphasis}`;
|
|
30
|
+
/**
|
|
31
|
+
* Short and concise text for the notification title.
|
|
32
|
+
*/
|
|
33
|
+
readonly heading: string;
|
|
34
|
+
/**
|
|
35
|
+
* Main content for the notification. For more complex content, use the
|
|
36
|
+
* content slot instead.
|
|
37
|
+
*/
|
|
38
|
+
readonly message: string;
|
|
39
|
+
/**
|
|
40
|
+
* Icon associated with the notification, defaults vary based on the feedback
|
|
41
|
+
* type.
|
|
42
|
+
*/
|
|
43
|
+
readonly icon: string;
|
|
44
|
+
/**
|
|
45
|
+
* Allows the notification to be dismissed via a close button (x). The
|
|
46
|
+
* notification is not dismissible unless explicitly enabled.
|
|
47
|
+
*/
|
|
48
|
+
readonly dismissible: boolean;
|
|
49
|
+
/**
|
|
50
|
+
* Controls the visibility of the notification.
|
|
51
|
+
*/
|
|
52
|
+
hidden: boolean;
|
|
53
|
+
/**
|
|
54
|
+
* When true, the notification will be hidden initially, but internal changes
|
|
55
|
+
* will not be in a controlled state. Good for animating the notification in.
|
|
56
|
+
*/
|
|
57
|
+
readonly initiallyHidden: boolean;
|
|
58
|
+
/****************************************************************************/
|
|
59
|
+
/**
|
|
60
|
+
* Dismisses the notification with an animation, after the animation is
|
|
61
|
+
* complete, the hiddenChanged event will be emitted with the value of true,
|
|
62
|
+
* and the hidden prop will be set to true.
|
|
63
|
+
*/
|
|
64
|
+
dismiss(): Promise<void>;
|
|
65
|
+
/**
|
|
66
|
+
* Sets the hidden prop to false, and shows the notification with an
|
|
67
|
+
* animation, after the animation is complete, the hiddenChanged event will be
|
|
68
|
+
* emitted with the value of false.
|
|
69
|
+
*/
|
|
70
|
+
show(): Promise<void>;
|
|
71
|
+
/****************************************************************************/
|
|
72
|
+
/**
|
|
73
|
+
* Emits when the 'hidden' prop changes, reflecting a change in visibility.
|
|
74
|
+
* Passes hidden value to the detail.
|
|
75
|
+
* @bind hidden
|
|
76
|
+
*/
|
|
77
|
+
hiddenChanged: EventEmitter<boolean>;
|
|
78
|
+
/****************************************************************************/
|
|
79
|
+
private iconByFeedback;
|
|
80
|
+
private roleByFeedback;
|
|
81
|
+
private getDefaultIcon;
|
|
82
|
+
private getAriaRole;
|
|
83
|
+
private getAriaLive;
|
|
84
|
+
private getHeadingId;
|
|
85
|
+
private getMessageId;
|
|
86
|
+
private showAnimation;
|
|
87
|
+
private getSlideDestination;
|
|
88
|
+
private dismissAnimation;
|
|
89
|
+
/****************************************************************************/
|
|
90
|
+
componentWillLoad(): void;
|
|
91
|
+
/****************************************************************************/
|
|
92
|
+
render(): any;
|
|
93
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { NotificationPosition } from '../../utils/constants';
|
|
2
|
+
/**
|
|
3
|
+
* @deprecated [EXPERIMENTAL]
|
|
4
|
+
* @experimental - Container for notifications TODO: add animations etc...
|
|
5
|
+
* @slot default - Child content of the component.
|
|
6
|
+
*/
|
|
7
|
+
export declare class NvNotificationContainer {
|
|
8
|
+
/****************************************************************************/
|
|
9
|
+
/**
|
|
10
|
+
* Position of the notification container on the screen.
|
|
11
|
+
*/
|
|
12
|
+
readonly position: `${NotificationPosition}`;
|
|
13
|
+
/****************************************************************************/
|
|
14
|
+
/****************************************************************************/
|
|
15
|
+
/****************************************************************************/
|
|
16
|
+
/****************************************************************************/
|
|
17
|
+
/****************************************************************************/
|
|
18
|
+
render(): any;
|
|
19
|
+
}
|