@nova-design-system/nova-webcomponents 3.12.0 → 3.13.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-47397763.js +218 -0
- package/dist/cjs/collapse.animation-47397763.js.map +1 -0
- package/dist/cjs/{constants-aac59496.js → constants-52f6f8e9.js} +6 -1
- package/dist/cjs/constants-52f6f8e9.js.map +1 -0
- package/dist/cjs/fade.animation-cf6eba0d.js +726 -0
- package/dist/cjs/fade.animation-cf6eba0d.js.map +1 -0
- package/dist/cjs/{grow.animation-6d003803.js → grow.animation-9258ba63.js} +6 -5
- package/dist/cjs/grow.animation-9258ba63.js.map +1 -0
- package/dist/cjs/index-c56424e5.js +4 -0
- package/dist/cjs/index.cjs.js +16 -7
- 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 +4 -4
- 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-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 +1 -1
- package/dist/cjs/nv-notification.cjs.entry.js +120 -0
- package/dist/cjs/nv-notification.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-bedfc827.js +70 -0
- package/dist/cjs/slide.animation-bedfc827.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 +110 -50
- package/dist/collection/animations/collapse.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 +65 -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 +1 -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-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-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-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 +333 -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-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 +5 -0
- package/dist/collection/utils/constants.js.map +1 -1
- package/dist/components/index.js +9 -6
- 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-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-fieldmultiselect.js +4 -34
- 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 +150 -0
- package/dist/components/nv-notification.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-2030d84d.js → p-0b5816f7.js} +2 -2
- package/dist/components/{p-2030d84d.js.map → p-0b5816f7.js.map} +1 -1
- package/dist/components/{p-5f594b35.js → p-2277cfc8.js} +7 -2
- package/dist/components/p-2277cfc8.js.map +1 -0
- package/dist/components/{p-57ae32bc.js → p-2854cf01.js} +2 -2
- package/dist/components/{p-57ae32bc.js.map → p-2854cf01.js.map} +1 -1
- package/dist/components/{p-095c8285.js → p-2de17259.js} +2 -2
- package/dist/components/{p-095c8285.js.map → p-2de17259.js.map} +1 -1
- package/dist/components/p-31591941.js +216 -0
- package/dist/components/p-31591941.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-0b015832.js → p-5073bfd6.js} +2 -2
- package/dist/components/{p-0b015832.js.map → p-5073bfd6.js.map} +1 -1
- package/dist/components/{p-2ad58e41.js → p-60244646.js} +5 -5
- package/dist/components/{p-2ad58e41.js.map → p-60244646.js.map} +1 -1
- package/dist/components/{p-b2c31970.js → p-68fa3890.js} +17 -11
- package/dist/components/p-68fa3890.js.map +1 -0
- package/dist/components/{p-b7629769.js → p-89ac047e.js} +4 -4
- package/dist/components/p-89ac047e.js.map +1 -0
- package/dist/components/{p-7372258e.js → p-99a55bc4.js} +2 -2
- package/dist/components/{p-7372258e.js.map → p-99a55bc4.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-4c3dc7e4.js → p-a9dc0824.js} +13 -10
- package/dist/components/p-a9dc0824.js.map +1 -0
- package/dist/components/{p-b3035205.js → p-ca38a8a9.js} +2 -2
- package/dist/components/{p-b3035205.js.map → p-ca38a8a9.js.map} +1 -1
- package/dist/components/{p-84f4b071.js → p-ddd0a394.js} +75 -41
- package/dist/components/p-ddd0a394.js.map +1 -0
- package/dist/components/{p-ddb7aa4e.js → p-e4ac8333.js} +6 -6
- package/dist/components/{p-ddb7aa4e.js.map → p-e4ac8333.js.map} +1 -1
- package/dist/components/{p-dc5dad90.js → p-e6c04562.js} +2 -2
- package/dist/components/{p-dc5dad90.js.map → p-e6c04562.js.map} +1 -1
- package/dist/components/{p-87079346.js → p-eb443b26.js} +3 -3
- package/dist/components/{p-87079346.js.map → p-eb443b26.js.map} +1 -1
- package/dist/components/p-eda2f9f3.js +68 -0
- package/dist/components/p-eda2f9f3.js.map +1 -0
- package/dist/components/p-ee0df37f.js +723 -0
- package/dist/components/p-ee0df37f.js.map +1 -0
- package/dist/components/{p-8d45dbfe.js → p-fb560fa3.js} +3 -2
- package/dist/components/p-fb560fa3.js.map +1 -0
- package/dist/esm/collapse.animation-acda1bf5.js +216 -0
- package/dist/esm/collapse.animation-acda1bf5.js.map +1 -0
- package/dist/esm/{constants-a857c476.js → constants-d0f19e7b.js} +7 -2
- package/dist/esm/constants-d0f19e7b.js.map +1 -0
- package/dist/esm/fade.animation-eb454088.js +723 -0
- package/dist/esm/fade.animation-eb454088.js.map +1 -0
- package/dist/esm/{grow.animation-f7b26024.js → grow.animation-5b2abb3a.js} +3 -2
- package/dist/esm/grow.animation-5b2abb3a.js.map +1 -0
- package/dist/esm/index-a1936cd0.js +4 -0
- package/dist/esm/index.js +10 -7
- 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 +4 -4
- 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-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 +1 -1
- package/dist/esm/nv-notification.entry.js +116 -0
- package/dist/esm/nv-notification.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-f444aa0b.js +68 -0
- package/dist/esm/slide.animation-f444aa0b.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-08582c21.entry.js +2 -0
- package/dist/native/p-08582c21.entry.js.map +1 -0
- package/dist/native/p-0a99c6fb.entry.js +2 -0
- package/dist/native/p-0a99c6fb.entry.js.map +1 -0
- package/dist/native/p-0e488b3d.entry.js +2 -0
- package/dist/native/p-0e488b3d.entry.js.map +1 -0
- package/dist/native/{p-3a8f65a9.entry.js → p-1f01fb64.entry.js} +2 -2
- package/dist/native/{p-c3ad7617.entry.js → p-225a05bf.entry.js} +2 -2
- package/dist/native/p-2277cfc8.js +2 -0
- package/dist/native/p-2277cfc8.js.map +1 -0
- package/dist/native/p-25f2ce81.entry.js +2 -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-31591941.js +2 -0
- package/dist/native/p-31591941.js.map +1 -0
- package/dist/native/{p-63fea160.entry.js → p-33f503c5.entry.js} +2 -2
- package/dist/native/{p-43071c3b.entry.js → p-3784efdc.entry.js} +2 -2
- package/dist/native/{p-47901c83.entry.js → p-3f861ddc.entry.js} +2 -2
- package/dist/native/{p-ab1e1a96.entry.js → p-40c4a221.entry.js} +2 -2
- package/dist/native/p-42ea6b74.js +16 -0
- package/dist/native/p-42ea6b74.js.map +1 -0
- package/dist/native/{p-62aa0531.entry.js → p-52b8c872.entry.js} +2 -2
- package/dist/native/{p-e7a929e7.entry.js → p-5a43fe48.entry.js} +2 -2
- package/dist/native/{p-a63929db.entry.js → p-788e9ee5.entry.js} +3 -3
- package/dist/native/{p-f033c4ce.entry.js → p-7bbcf477.entry.js} +2 -2
- package/dist/native/p-8c823928.entry.js +2 -0
- package/dist/native/p-9a46baa9.entry.js +2 -0
- package/dist/native/p-9a46baa9.entry.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-48cf2457.entry.js → p-bb71a17f.entry.js} +2 -2
- package/dist/native/p-cfd5785e.entry.js +2 -0
- package/dist/native/p-cfd5785e.entry.js.map +1 -0
- package/dist/native/{p-bcff76ab.entry.js → p-d95ee31e.entry.js} +2 -2
- package/dist/native/p-da2c7d3c.entry.js +2 -0
- package/dist/native/p-da2c7d3c.entry.js.map +1 -0
- package/dist/native/p-eda2f9f3.js +2 -0
- package/dist/native/p-eda2f9f3.js.map +1 -0
- package/dist/native/p-ee0df37f.js +2 -0
- package/dist/native/p-ee0df37f.js.map +1 -0
- package/dist/native/p-ee516944.entry.js +2 -0
- package/dist/native/p-ee516944.entry.js.map +1 -0
- package/dist/native/p-f5120223.entry.js +2 -0
- package/dist/native/p-f5120223.entry.js.map +1 -0
- package/dist/native/{p-2d647761.entry.js → p-f5eb047e.entry.js} +2 -2
- package/dist/native/p-fb560fa3.js +2 -0
- package/dist/native/{p-8d45dbfe.js.map → p-fb560fa3.js.map} +1 -1
- 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 +11 -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-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-notification/nv-notification.d.ts +75 -0
- package/dist/types/components/nv-notification/nv-notification.docs.d.ts +4 -0
- package/dist/types/components.d.ts +142 -9
- package/dist/types/nova-docs.d.ts +6 -0
- package/dist/types/utils/constants.d.ts +4 -0
- package/dist/vscode-data.json +77 -3
- package/hydrate/index.js +642 -263
- package/hydrate/index.mjs +642 -263
- package/package.json +5 -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-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-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-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-ac5496e7.entry.js +0 -2
- package/dist/native/p-e603c6ed.entry.js +0 -2
- package/dist/native/p-e603c6ed.entry.js.map +0 -1
- /package/dist/native/{p-3a8f65a9.entry.js.map → p-1f01fb64.entry.js.map} +0 -0
- /package/dist/native/{p-c3ad7617.entry.js.map → p-225a05bf.entry.js.map} +0 -0
- /package/dist/native/{p-ac5496e7.entry.js.map → p-25f2ce81.entry.js.map} +0 -0
- /package/dist/native/{p-63fea160.entry.js.map → p-33f503c5.entry.js.map} +0 -0
- /package/dist/native/{p-43071c3b.entry.js.map → p-3784efdc.entry.js.map} +0 -0
- /package/dist/native/{p-47901c83.entry.js.map → p-3f861ddc.entry.js.map} +0 -0
- /package/dist/native/{p-ab1e1a96.entry.js.map → p-40c4a221.entry.js.map} +0 -0
- /package/dist/native/{p-62aa0531.entry.js.map → p-52b8c872.entry.js.map} +0 -0
- /package/dist/native/{p-e7a929e7.entry.js.map → p-5a43fe48.entry.js.map} +0 -0
- /package/dist/native/{p-a63929db.entry.js.map → p-788e9ee5.entry.js.map} +0 -0
- /package/dist/native/{p-f033c4ce.entry.js.map → p-7bbcf477.entry.js.map} +0 -0
- /package/dist/native/{p-5d352456.entry.js.map → p-8c823928.entry.js.map} +0 -0
- /package/dist/native/{p-48cf2457.entry.js.map → p-bb71a17f.entry.js.map} +0 -0
- /package/dist/native/{p-bcff76ab.entry.js.map → p-d95ee31e.entry.js.map} +0 -0
- /package/dist/native/{p-2d647761.entry.js.map → p-f5eb047e.entry.js.map} +0 -0
|
@@ -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 {};
|
|
@@ -0,0 +1,75 @@
|
|
|
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
|
+
dismiss(): Promise<void>;
|
|
55
|
+
/****************************************************************************/
|
|
56
|
+
/**
|
|
57
|
+
* Emits when the 'hidden' prop changes, reflecting a change in visibility.
|
|
58
|
+
* Passes hidden value to the detail.
|
|
59
|
+
* @bind hidden
|
|
60
|
+
*/
|
|
61
|
+
hiddenChanged: EventEmitter<boolean>;
|
|
62
|
+
/****************************************************************************/
|
|
63
|
+
private iconByFeedback;
|
|
64
|
+
private roleByFeedback;
|
|
65
|
+
private getDefaultIcon;
|
|
66
|
+
private getAriaRole;
|
|
67
|
+
private getAriaLive;
|
|
68
|
+
private getHeadingId;
|
|
69
|
+
private getMessageId;
|
|
70
|
+
private dismissAnimation;
|
|
71
|
+
/****************************************************************************/
|
|
72
|
+
componentWillLoad(): void;
|
|
73
|
+
/****************************************************************************/
|
|
74
|
+
render(): any;
|
|
75
|
+
}
|
|
@@ -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, 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, 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,44 @@ export namespace Components {
|
|
|
2508
2524
|
*/
|
|
2509
2525
|
"shortcut": string;
|
|
2510
2526
|
}
|
|
2527
|
+
interface NvNotification {
|
|
2528
|
+
/**
|
|
2529
|
+
* *************************************************************************
|
|
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
|
+
* Main content for the notification. For more complex content, use the content slot instead.
|
|
2558
|
+
*/
|
|
2559
|
+
"message": string;
|
|
2560
|
+
/**
|
|
2561
|
+
* Set a unique ID for the notification. Used for aria attributes and managing multiple notifications.
|
|
2562
|
+
*/
|
|
2563
|
+
"uid": string;
|
|
2564
|
+
}
|
|
2511
2565
|
interface NvPopover {
|
|
2512
2566
|
/**
|
|
2513
2567
|
* 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 +2967,10 @@ export interface NvMenuitemCustomEvent<T> extends CustomEvent<T> {
|
|
|
2913
2967
|
detail: T;
|
|
2914
2968
|
target: HTMLNvMenuitemElement;
|
|
2915
2969
|
}
|
|
2970
|
+
export interface NvNotificationCustomEvent<T> extends CustomEvent<T> {
|
|
2971
|
+
detail: T;
|
|
2972
|
+
target: HTMLNvNotificationElement;
|
|
2973
|
+
}
|
|
2916
2974
|
export interface NvPopoverCustomEvent<T> extends CustomEvent<T> {
|
|
2917
2975
|
detail: T;
|
|
2918
2976
|
target: HTMLNvPopoverElement;
|
|
@@ -3525,6 +3583,23 @@ declare global {
|
|
|
3525
3583
|
prototype: HTMLNvMenuitemElement;
|
|
3526
3584
|
new (): HTMLNvMenuitemElement;
|
|
3527
3585
|
};
|
|
3586
|
+
interface HTMLNvNotificationElementEventMap {
|
|
3587
|
+
"hiddenChanged": boolean;
|
|
3588
|
+
}
|
|
3589
|
+
interface HTMLNvNotificationElement extends Components.NvNotification, HTMLStencilElement {
|
|
3590
|
+
addEventListener<K extends keyof HTMLNvNotificationElementEventMap>(type: K, listener: (this: HTMLNvNotificationElement, ev: NvNotificationCustomEvent<HTMLNvNotificationElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
3591
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
3592
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
3593
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
3594
|
+
removeEventListener<K extends keyof HTMLNvNotificationElementEventMap>(type: K, listener: (this: HTMLNvNotificationElement, ev: NvNotificationCustomEvent<HTMLNvNotificationElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
3595
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
3596
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
3597
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
3598
|
+
}
|
|
3599
|
+
var HTMLNvNotificationElement: {
|
|
3600
|
+
prototype: HTMLNvNotificationElement;
|
|
3601
|
+
new (): HTMLNvNotificationElement;
|
|
3602
|
+
};
|
|
3528
3603
|
interface HTMLNvPopoverElementEventMap {
|
|
3529
3604
|
"openChanged": boolean;
|
|
3530
3605
|
}
|
|
@@ -3708,6 +3783,7 @@ declare global {
|
|
|
3708
3783
|
"nv-loader": HTMLNvLoaderElement;
|
|
3709
3784
|
"nv-menu": HTMLNvMenuElement;
|
|
3710
3785
|
"nv-menuitem": HTMLNvMenuitemElement;
|
|
3786
|
+
"nv-notification": HTMLNvNotificationElement;
|
|
3711
3787
|
"nv-popover": HTMLNvPopoverElement;
|
|
3712
3788
|
"nv-row": HTMLNvRowElement;
|
|
3713
3789
|
"nv-stack": HTMLNvStackElement;
|
|
@@ -3783,7 +3859,7 @@ declare namespace LocalJSX {
|
|
|
3783
3859
|
*/
|
|
3784
3860
|
"mode"?: 'accordion' | 'multi';
|
|
3785
3861
|
/**
|
|
3786
|
-
* Event emitted on toggle (header click)
|
|
3862
|
+
* Event emitted on toggle (header click or programmatic change)
|
|
3787
3863
|
*/
|
|
3788
3864
|
"onItemToggle"?: (event: NvAccordionItemCustomEvent<boolean>) => void;
|
|
3789
3865
|
/**
|
|
@@ -4058,6 +4134,14 @@ declare namespace LocalJSX {
|
|
|
4058
4134
|
"size"?: `${ButtonSize}`;
|
|
4059
4135
|
}
|
|
4060
4136
|
interface NvCalendar {
|
|
4137
|
+
/**
|
|
4138
|
+
* Sets the label for the cancel button in actions.
|
|
4139
|
+
*/
|
|
4140
|
+
"cancelLabel"?: string;
|
|
4141
|
+
/**
|
|
4142
|
+
* @deprecated use camelCase instead. Support for dash-casing will be removed in Stencil v5.
|
|
4143
|
+
*/
|
|
4144
|
+
"cancel-label"?: string;
|
|
4061
4145
|
/**
|
|
4062
4146
|
* Date format (ex: 'YYYY-MM-DD', 'DD-MM-YYYY', etc.)
|
|
4063
4147
|
* @default 'YYYY-MM-DD'
|
|
@@ -4117,6 +4201,14 @@ declare namespace LocalJSX {
|
|
|
4117
4201
|
* @bind value
|
|
4118
4202
|
*/
|
|
4119
4203
|
"onValueChanged"?: (event: NvCalendarCustomEvent<string>) => void;
|
|
4204
|
+
/**
|
|
4205
|
+
* Sets the label for the primary (OK) button in actions.
|
|
4206
|
+
*/
|
|
4207
|
+
"primaryLabel"?: string;
|
|
4208
|
+
/**
|
|
4209
|
+
* @deprecated use camelCase instead. Support for dash-casing will be removed in Stencil v5.
|
|
4210
|
+
*/
|
|
4211
|
+
"primary-label"?: string;
|
|
4120
4212
|
/**
|
|
4121
4213
|
* Selected date range format: { start: ISO string, end: ISO string } ex: { start: "2025-03-15", end: "2025-03-20" }
|
|
4122
4214
|
*/
|
|
@@ -4465,7 +4557,7 @@ declare namespace LocalJSX {
|
|
|
4465
4557
|
*/
|
|
4466
4558
|
"disabled"?: boolean;
|
|
4467
4559
|
/**
|
|
4468
|
-
*
|
|
4560
|
+
* 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
4561
|
*/
|
|
4470
4562
|
"form"?: string;
|
|
4471
4563
|
/**
|
|
@@ -4485,7 +4577,7 @@ declare namespace LocalJSX {
|
|
|
4485
4577
|
*/
|
|
4486
4578
|
"onDialogPrimaryClicked"?: (event: NvDialogfooterCustomEvent<void>) => void;
|
|
4487
4579
|
/**
|
|
4488
|
-
* Sets the type of the primary button.
|
|
4580
|
+
* Sets the type of the primary button. If using a form, this will default to 'submit' if nothing passed.
|
|
4489
4581
|
*/
|
|
4490
4582
|
"primaryButtonType"?: `${ButtonType}`;
|
|
4491
4583
|
/**
|
|
@@ -5762,7 +5854,7 @@ declare namespace LocalJSX {
|
|
|
5762
5854
|
*/
|
|
5763
5855
|
"fluid"?: boolean;
|
|
5764
5856
|
/**
|
|
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.
|
|
5857
|
+
* 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
5858
|
*/
|
|
5767
5859
|
"hasField"?: boolean;
|
|
5768
5860
|
/**
|
|
@@ -6370,6 +6462,45 @@ declare namespace LocalJSX {
|
|
|
6370
6462
|
*/
|
|
6371
6463
|
"shortcut"?: string;
|
|
6372
6464
|
}
|
|
6465
|
+
interface NvNotification {
|
|
6466
|
+
/**
|
|
6467
|
+
* Allows the notification to be dismissed via a close button (x). The notification is not dismissible unless explicitly enabled.
|
|
6468
|
+
*/
|
|
6469
|
+
"dismissible"?: boolean;
|
|
6470
|
+
/**
|
|
6471
|
+
* 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
|
|
6472
|
+
*/
|
|
6473
|
+
"emphasis"?: `${NotificationEmphasis}`;
|
|
6474
|
+
/**
|
|
6475
|
+
* Specifies the notification type which determines the color and default icon.
|
|
6476
|
+
*/
|
|
6477
|
+
"feedback"?: `${FeedbackColors}`;
|
|
6478
|
+
/**
|
|
6479
|
+
* Short and concise text for the notification title.
|
|
6480
|
+
*/
|
|
6481
|
+
"heading"?: string;
|
|
6482
|
+
/**
|
|
6483
|
+
* Controls the visibility of the notification.
|
|
6484
|
+
*/
|
|
6485
|
+
"hidden"?: boolean;
|
|
6486
|
+
/**
|
|
6487
|
+
* Icon associated with the notification, defaults vary based on the feedback type.
|
|
6488
|
+
*/
|
|
6489
|
+
"icon"?: string;
|
|
6490
|
+
/**
|
|
6491
|
+
* Main content for the notification. For more complex content, use the content slot instead.
|
|
6492
|
+
*/
|
|
6493
|
+
"message"?: string;
|
|
6494
|
+
/**
|
|
6495
|
+
* Emits when the 'hidden' prop changes, reflecting a change in visibility. Passes hidden value to the detail.
|
|
6496
|
+
* @bind hidden
|
|
6497
|
+
*/
|
|
6498
|
+
"onHiddenChanged"?: (event: NvNotificationCustomEvent<boolean>) => void;
|
|
6499
|
+
/**
|
|
6500
|
+
* Set a unique ID for the notification. Used for aria attributes and managing multiple notifications.
|
|
6501
|
+
*/
|
|
6502
|
+
"uid"?: string;
|
|
6503
|
+
}
|
|
6373
6504
|
interface NvPopover {
|
|
6374
6505
|
/**
|
|
6375
6506
|
* 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 +6870,7 @@ declare namespace LocalJSX {
|
|
|
6739
6870
|
"nv-loader": NvLoader;
|
|
6740
6871
|
"nv-menu": NvMenu;
|
|
6741
6872
|
"nv-menuitem": NvMenuitem;
|
|
6873
|
+
"nv-notification": NvNotification;
|
|
6742
6874
|
"nv-popover": NvPopover;
|
|
6743
6875
|
"nv-row": NvRow;
|
|
6744
6876
|
"nv-stack": NvStack;
|
|
@@ -6799,6 +6931,7 @@ declare module "@stencil/core" {
|
|
|
6799
6931
|
"nv-loader": LocalJSX.NvLoader & JSXBase.HTMLAttributes<HTMLNvLoaderElement>;
|
|
6800
6932
|
"nv-menu": LocalJSX.NvMenu & JSXBase.HTMLAttributes<HTMLNvMenuElement>;
|
|
6801
6933
|
"nv-menuitem": LocalJSX.NvMenuitem & JSXBase.HTMLAttributes<HTMLNvMenuitemElement>;
|
|
6934
|
+
"nv-notification": LocalJSX.NvNotification & JSXBase.HTMLAttributes<HTMLNvNotificationElement>;
|
|
6802
6935
|
"nv-popover": LocalJSX.NvPopover & JSXBase.HTMLAttributes<HTMLNvPopoverElement>;
|
|
6803
6936
|
"nv-row": LocalJSX.NvRow & JSXBase.HTMLAttributes<HTMLNvRowElement>;
|
|
6804
6937
|
/**
|
|
@@ -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
|
};
|
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",
|
|
@@ -4595,6 +4603,72 @@
|
|
|
4595
4603
|
}
|
|
4596
4604
|
]
|
|
4597
4605
|
},
|
|
4606
|
+
{
|
|
4607
|
+
"name": "nv-notification",
|
|
4608
|
+
"description": {
|
|
4609
|
+
"kind": "markdown",
|
|
4610
|
+
"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."
|
|
4611
|
+
},
|
|
4612
|
+
"attributes": [
|
|
4613
|
+
{
|
|
4614
|
+
"name": "dismissible",
|
|
4615
|
+
"description": "Allows the notification to be dismissed via a close button (x). The\nnotification is not dismissible unless explicitly enabled."
|
|
4616
|
+
},
|
|
4617
|
+
{
|
|
4618
|
+
"name": "emphasis",
|
|
4619
|
+
"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",
|
|
4620
|
+
"values": [
|
|
4621
|
+
{
|
|
4622
|
+
"name": "high"
|
|
4623
|
+
},
|
|
4624
|
+
{
|
|
4625
|
+
"name": "medium"
|
|
4626
|
+
}
|
|
4627
|
+
]
|
|
4628
|
+
},
|
|
4629
|
+
{
|
|
4630
|
+
"name": "feedback",
|
|
4631
|
+
"description": "Specifies the notification type which determines the color and default icon.",
|
|
4632
|
+
"values": [
|
|
4633
|
+
{
|
|
4634
|
+
"name": "error"
|
|
4635
|
+
},
|
|
4636
|
+
{
|
|
4637
|
+
"name": "information"
|
|
4638
|
+
},
|
|
4639
|
+
{
|
|
4640
|
+
"name": "neutral"
|
|
4641
|
+
},
|
|
4642
|
+
{
|
|
4643
|
+
"name": "success"
|
|
4644
|
+
},
|
|
4645
|
+
{
|
|
4646
|
+
"name": "warning"
|
|
4647
|
+
}
|
|
4648
|
+
]
|
|
4649
|
+
},
|
|
4650
|
+
{
|
|
4651
|
+
"name": "heading",
|
|
4652
|
+
"description": "Short and concise text for the notification title."
|
|
4653
|
+
},
|
|
4654
|
+
{
|
|
4655
|
+
"name": "hidden",
|
|
4656
|
+
"description": "Controls the visibility of the notification."
|
|
4657
|
+
},
|
|
4658
|
+
{
|
|
4659
|
+
"name": "icon",
|
|
4660
|
+
"description": "Icon associated with the notification, defaults vary based on the feedback\ntype."
|
|
4661
|
+
},
|
|
4662
|
+
{
|
|
4663
|
+
"name": "message",
|
|
4664
|
+
"description": "Main content for the notification. For more complex content, use the\ncontent slot instead."
|
|
4665
|
+
},
|
|
4666
|
+
{
|
|
4667
|
+
"name": "uid",
|
|
4668
|
+
"description": "Set a unique ID for the notification. Used for aria attributes and managing\nmultiple notifications."
|
|
4669
|
+
}
|
|
4670
|
+
]
|
|
4671
|
+
},
|
|
4598
4672
|
{
|
|
4599
4673
|
"name": "nv-popover",
|
|
4600
4674
|
"description": {
|