@nova-design-system/nova-webcomponents 3.0.0-beta.35 → 3.0.0-beta.37
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/blazor-docs.json +6242 -4908
- package/dist/cjs/{app-globals-6b0931bc.js → app-globals-bd4d701e.js} +2 -2
- package/dist/cjs/{app-globals-6b0931bc.js.map → app-globals-bd4d701e.js.map} +1 -1
- package/dist/cjs/{constants-9525a915.js → constants-69b40456.js} +15 -8
- package/dist/cjs/constants-69b40456.js.map +1 -0
- package/dist/cjs/events.utils-52846a7d.js +32 -0
- package/dist/cjs/events.utils-52846a7d.js.map +1 -0
- package/dist/cjs/{grow.animation-46e7ae4b.js → grow.animation-a1f0bc22.js} +1 -29
- package/dist/cjs/grow.animation-a1f0bc22.js.map +1 -0
- package/dist/cjs/{index-ddc37f87.js → index-5910ba06.js} +75 -18
- package/dist/{native/p-9b093b92.js.map → cjs/index-5910ba06.js.map} +1 -1
- package/dist/cjs/index.cjs.js +6 -3
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/cjs/loader.cjs.js +3 -3
- package/dist/cjs/native.cjs.js +3 -3
- package/dist/cjs/nv-alert.cjs.entry.js +3 -3
- package/dist/cjs/nv-alert.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-avatar.cjs.entry.js +2 -2
- package/dist/cjs/nv-badge_2.cjs.entry.js +3 -3
- package/dist/cjs/nv-badge_2.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-base.cjs.entry.js +1 -1
- package/dist/cjs/nv-breadcrumb.cjs.entry.js +4 -3
- package/dist/cjs/nv-breadcrumb.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-breadcrumbs.cjs.entry.js +3 -3
- package/dist/cjs/nv-breadcrumbs.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-button.cjs.entry.js +24 -4
- package/dist/cjs/nv-button.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-col.cjs.entry.js +2 -2
- package/dist/cjs/nv-datagrid.cjs.entry.js +3 -3
- package/dist/cjs/nv-datagridbody.cjs.entry.js +2 -2
- package/dist/cjs/nv-datagridcolumn.cjs.entry.js +2 -2
- package/dist/cjs/nv-datagriddatacell.cjs.entry.js +2 -2
- package/dist/cjs/nv-datagridhead.cjs.entry.js +2 -2
- package/dist/cjs/nv-datagridrow.cjs.entry.js +2 -2
- package/dist/cjs/nv-dialog.cjs.entry.js +758 -0
- package/dist/cjs/nv-dialog.cjs.entry.js.map +1 -0
- package/dist/cjs/nv-dialogfooter_2.cjs.entry.js +132 -0
- package/dist/cjs/nv-dialogfooter_2.cjs.entry.js.map +1 -0
- package/dist/cjs/nv-fieldcheckbox.cjs.entry.js +34 -25
- package/dist/cjs/nv-fieldcheckbox.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fielddropdown.cjs.entry.js +52 -15
- package/dist/cjs/nv-fielddropdown.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fielddropdownitem.cjs.entry.js +2 -2
- package/dist/cjs/nv-fieldmultiselect.cjs.entry.js +6 -3
- package/dist/cjs/nv-fieldmultiselect.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fieldnumber.cjs.entry.js +12 -12
- package/dist/cjs/nv-fieldnumber.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fieldpassword.cjs.entry.js +4 -4
- package/dist/cjs/nv-fieldradio.cjs.entry.js +5 -5
- package/dist/cjs/nv-fieldradio.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fieldselect.cjs.entry.js +49 -18
- package/dist/cjs/nv-fieldselect.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fieldtext.cjs.entry.js +8 -5
- package/dist/cjs/nv-fieldtext.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fieldtextarea.cjs.entry.js +13 -13
- package/dist/cjs/nv-fieldtextarea.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-fieldtime.cjs.entry.js +994 -0
- package/dist/cjs/nv-fieldtime.cjs.entry.js.map +1 -0
- package/dist/cjs/nv-icon.cjs.entry.js +3 -3
- package/dist/cjs/nv-iconbutton.cjs.entry.js +125 -0
- package/dist/cjs/nv-iconbutton.cjs.entry.js.map +1 -0
- package/dist/cjs/nv-loader.cjs.entry.js +35 -0
- package/dist/cjs/nv-loader.cjs.entry.js.map +1 -0
- package/dist/cjs/nv-menu.cjs.entry.js +66 -7
- package/dist/cjs/nv-menu.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-menuitem.cjs.entry.js +2 -2
- package/dist/cjs/nv-popover.cjs.entry.js +11 -22
- package/dist/cjs/nv-popover.cjs.entry.js.map +1 -1
- package/dist/cjs/nv-row.cjs.entry.js +2 -2
- package/dist/cjs/nv-stack.cjs.entry.js +2 -2
- package/dist/cjs/nv-table.cjs.entry.js +3 -3
- package/dist/cjs/nv-tablebody.cjs.entry.js +2 -2
- package/dist/cjs/nv-tablecolumn.cjs.entry.js +2 -2
- package/dist/cjs/nv-tabledatacell.cjs.entry.js +2 -2
- package/dist/cjs/nv-tablehead.cjs.entry.js +2 -2
- package/dist/cjs/nv-tablerow.cjs.entry.js +2 -2
- package/dist/cjs/nv-toggle.cjs.entry.js +82 -0
- package/dist/cjs/nv-toggle.cjs.entry.js.map +1 -0
- package/dist/cjs/nv-tooltip.cjs.entry.js +2 -2
- package/dist/cjs/string.utils-9c581350.js +25 -0
- package/dist/cjs/string.utils-9c581350.js.map +1 -0
- package/dist/collection/collection-manifest.json +5 -1
- package/dist/collection/components/nv-alert/nv-alert.css +5 -5
- package/dist/collection/components/nv-badge/nv-badge.css +10 -10
- package/dist/collection/components/nv-breadcrumb/nv-breadcrumb.css +57 -4
- package/dist/collection/components/nv-breadcrumb/nv-breadcrumb.js +2 -2
- package/dist/collection/components/nv-breadcrumb/nv-breadcrumb.js.map +1 -1
- package/dist/collection/components/nv-breadcrumbs/nv-breadcrumbs.css +1 -1
- package/dist/collection/components/nv-breadcrumbs/nv-breadcrumbs.docs.js +4 -14
- package/dist/collection/components/nv-breadcrumbs/nv-breadcrumbs.docs.js.map +1 -1
- package/dist/collection/components/nv-breadcrumbs/nv-breadcrumbs.js +1 -1
- package/dist/collection/components/nv-button/nv-button.docs.js +6 -1
- package/dist/collection/components/nv-button/nv-button.docs.js.map +1 -1
- package/dist/collection/components/nv-button/nv-button.js +56 -1
- package/dist/collection/components/nv-button/nv-button.js.map +1 -1
- package/dist/collection/components/nv-button/styles/nv-button.css +50 -10
- package/dist/collection/components/nv-col/nv-col.js +1 -1
- package/dist/collection/components/nv-datagrid/nv-datagrid.docs.js +1 -0
- package/dist/collection/components/nv-datagrid/nv-datagrid.docs.js.map +1 -1
- package/dist/collection/components/nv-datagrid/nv-datagrid.js +2 -2
- package/dist/collection/components/nv-datagridbody/nv-datagridbody.js +1 -1
- package/dist/collection/components/nv-datagridcolumn/nv-datagridcolumn.js +1 -1
- package/dist/collection/components/nv-datagriddatacell/nv-datagriddatacell.js +1 -1
- package/dist/collection/components/nv-datagridhead/nv-datagridhead.js +1 -1
- package/dist/collection/components/nv-datagridrow/nv-datagridrow.js +1 -1
- package/dist/collection/components/nv-dialog/nv-dialog.css +43 -0
- package/dist/collection/components/nv-dialog/nv-dialog.docs.js +79 -0
- package/dist/collection/components/nv-dialog/nv-dialog.docs.js.map +1 -0
- package/dist/collection/components/nv-dialog/nv-dialog.js +510 -0
- package/dist/collection/components/nv-dialog/nv-dialog.js.map +1 -0
- package/dist/collection/components/nv-dialogfooter/nv-dialogfooter.css +8 -0
- package/dist/collection/components/nv-dialogfooter/nv-dialogfooter.docs.js +6 -0
- package/dist/collection/components/nv-dialogfooter/nv-dialogfooter.docs.js.map +1 -0
- package/dist/collection/components/nv-dialogfooter/nv-dialogfooter.js +267 -0
- package/dist/collection/components/nv-dialogfooter/nv-dialogfooter.js.map +1 -0
- package/dist/collection/components/nv-dialogheader/nv-dialogheader.css +25 -0
- package/dist/collection/components/nv-dialogheader/nv-dialogheader.docs.js +6 -0
- package/dist/collection/components/nv-dialogheader/nv-dialogheader.docs.js.map +1 -0
- package/dist/collection/components/nv-dialogheader/nv-dialogheader.js +87 -0
- package/dist/collection/components/nv-dialogheader/nv-dialogheader.js.map +1 -0
- package/dist/collection/components/nv-fieldcheckbox/nv-fieldcheckbox.css +1 -1
- package/dist/collection/components/nv-fieldcheckbox/nv-fieldcheckbox.js +45 -30
- package/dist/collection/components/nv-fieldcheckbox/nv-fieldcheckbox.js.map +1 -1
- package/dist/collection/components/nv-fielddropdown/nv-fielddropdown.docs.js +28 -0
- package/dist/collection/components/nv-fielddropdown/nv-fielddropdown.docs.js.map +1 -1
- package/dist/collection/components/nv-fielddropdown/nv-fielddropdown.js +87 -22
- package/dist/collection/components/nv-fielddropdown/nv-fielddropdown.js.map +1 -1
- package/dist/collection/components/nv-fielddropdownitem/nv-fielddropdownitem.js +1 -1
- package/dist/collection/components/nv-fielddropdownitemcheck/nv-fielddropdownitemcheck.js +1 -1
- package/dist/collection/components/nv-fieldmultiselect/nv-fieldmultiselect.docs.js +7 -1
- package/dist/collection/components/nv-fieldmultiselect/nv-fieldmultiselect.docs.js.map +1 -1
- package/dist/collection/components/nv-fieldmultiselect/nv-fieldmultiselect.js +15 -6
- package/dist/collection/components/nv-fieldmultiselect/nv-fieldmultiselect.js.map +1 -1
- package/dist/collection/components/nv-fieldnumber/nv-fieldnumber.docs.js +15 -14
- package/dist/collection/components/nv-fieldnumber/nv-fieldnumber.docs.js.map +1 -1
- package/dist/collection/components/nv-fieldnumber/nv-fieldnumber.js +13 -13
- package/dist/collection/components/nv-fieldnumber/nv-fieldnumber.js.map +1 -1
- package/dist/collection/components/nv-fieldpassword/nv-fieldpassword.docs.js +1 -0
- package/dist/collection/components/nv-fieldpassword/nv-fieldpassword.docs.js.map +1 -1
- package/dist/collection/components/nv-fieldpassword/nv-fieldpassword.js +3 -3
- package/dist/collection/components/nv-fieldradio/nv-fieldradio.css +1 -1
- package/dist/collection/components/nv-fieldradio/nv-fieldradio.js +6 -6
- package/dist/collection/components/nv-fieldradio/nv-fieldradio.js.map +1 -1
- package/dist/collection/components/nv-fieldselect/nv-fieldselect.docs.js +30 -0
- package/dist/collection/components/nv-fieldselect/nv-fieldselect.docs.js.map +1 -1
- package/dist/collection/components/nv-fieldselect/nv-fieldselect.js +72 -19
- package/dist/collection/components/nv-fieldselect/nv-fieldselect.js.map +1 -1
- package/dist/collection/components/nv-fieldtext/nv-fieldtext.js +10 -7
- package/dist/collection/components/nv-fieldtext/nv-fieldtext.js.map +1 -1
- package/dist/collection/components/nv-fieldtextarea/nv-fieldtextarea.js +14 -14
- package/dist/collection/components/nv-fieldtextarea/nv-fieldtextarea.js.map +1 -1
- package/dist/collection/components/nv-fieldtime/nv-fieldtime.css +261 -0
- package/dist/collection/components/nv-fieldtime/nv-fieldtime.docs.js +110 -0
- package/dist/collection/components/nv-fieldtime/nv-fieldtime.docs.js.map +1 -0
- package/dist/collection/components/nv-fieldtime/nv-fieldtime.js +1366 -0
- package/dist/collection/components/nv-fieldtime/nv-fieldtime.js.map +1 -0
- package/dist/collection/components/nv-icon/nv-icon.js +1 -1
- package/dist/collection/components/nv-iconbutton/nv-iconbutton.css +4 -4
- package/dist/collection/components/nv-iconbutton/nv-iconbutton.js +1 -1
- package/dist/collection/components/nv-loader/nv-loader.js +1 -1
- package/dist/collection/components/nv-menu/nv-menu.docs.js +61 -0
- package/dist/collection/components/nv-menu/nv-menu.docs.js.map +1 -1
- package/dist/collection/components/nv-menu/nv-menu.js +92 -6
- package/dist/collection/components/nv-menu/nv-menu.js.map +1 -1
- package/dist/collection/components/nv-menuitem/nv-menuitem.js +1 -1
- package/dist/collection/components/nv-popover/nv-popover.docs.js +9 -9
- package/dist/collection/components/nv-popover/nv-popover.docs.js.map +1 -1
- package/dist/collection/components/nv-popover/nv-popover.js +2 -14
- package/dist/collection/components/nv-popover/nv-popover.js.map +1 -1
- package/dist/collection/components/nv-row/nv-row.js +1 -1
- package/dist/collection/components/nv-stack/nv-stack.js +1 -1
- package/dist/collection/components/nv-table/nv-table.docs.js +1 -0
- package/dist/collection/components/nv-table/nv-table.docs.js.map +1 -1
- package/dist/collection/components/nv-table/nv-table.js +2 -2
- package/dist/collection/components/nv-tablebody/nv-tablebody.js +1 -1
- package/dist/collection/components/nv-tablecolumn/nv-tablecolumn.js +1 -1
- package/dist/collection/components/nv-tabledatacell/nv-tabledatacell.js +1 -1
- package/dist/collection/components/nv-tablehead/nv-tablehead.js +1 -1
- package/dist/collection/components/nv-tablerow/nv-tablerow.js +1 -1
- package/dist/collection/components/{nv-fieldtoggle/nv-fieldtoggle.css → nv-toggle/nv-toggle.css} +22 -22
- package/dist/collection/components/{nv-fieldtoggle/nv-fieldtoggle.docs.js → nv-toggle/nv-toggle.docs.js} +14 -14
- package/dist/collection/components/nv-toggle/nv-toggle.docs.js.map +1 -0
- package/dist/collection/components/{nv-fieldtoggle/nv-fieldtoggle.js → nv-toggle/nv-toggle.js} +11 -10
- package/dist/collection/components/nv-toggle/nv-toggle.js.map +1 -0
- package/dist/collection/components/nv-tooltip/nv-tooltip.js +1 -1
- package/dist/collection/dev/dev-components.js +1 -1
- package/dist/collection/dev/dev-components.js.map +1 -1
- package/dist/collection/index.js +2 -0
- package/dist/collection/index.js.map +1 -1
- package/dist/collection/templates/navigation.docs.js +12 -2
- package/dist/collection/templates/navigation.docs.js.map +1 -1
- package/dist/collection/utils/constants.js +11 -5
- package/dist/collection/utils/constants.js.map +1 -1
- package/dist/collection/utils/string.utils.js +14 -0
- package/dist/collection/utils/string.utils.js.map +1 -0
- package/dist/components/index.js +5 -4
- package/dist/components/index.js.map +1 -1
- package/dist/components/nv-alert.js +4 -4
- package/dist/components/nv-alert.js.map +1 -1
- package/dist/components/nv-avatar.js +3 -3
- package/dist/components/nv-badge.js +1 -1
- package/dist/components/nv-base.js +1 -1
- package/dist/components/nv-breadcrumb.js +7 -12
- package/dist/components/nv-breadcrumb.js.map +1 -1
- package/dist/components/nv-breadcrumbs.js +3 -3
- package/dist/components/nv-breadcrumbs.js.map +1 -1
- package/dist/components/nv-button.js +1 -141
- package/dist/components/nv-button.js.map +1 -1
- package/dist/components/nv-col.js +2 -2
- package/dist/components/nv-datagrid.js +3 -3
- package/dist/components/nv-datagridbody.js +2 -2
- package/dist/components/nv-datagridcolumn.js +2 -2
- package/dist/components/nv-datagriddatacell.js +2 -2
- package/dist/components/nv-datagridhead.js +2 -2
- package/dist/components/nv-datagridrow.js +2 -2
- package/dist/components/{nv-fieldtoggle.d.ts → nv-dialog.d.ts} +4 -4
- package/dist/components/nv-dialog.js +816 -0
- package/dist/components/nv-dialog.js.map +1 -0
- package/dist/components/nv-dialogfooter.d.ts +11 -0
- package/dist/components/nv-dialogfooter.js +8 -0
- package/dist/components/nv-dialogfooter.js.map +1 -0
- package/dist/components/nv-dialogheader.d.ts +11 -0
- package/dist/components/nv-dialogheader.js +8 -0
- package/dist/components/nv-dialogheader.js.map +1 -0
- package/dist/components/nv-fieldcheckbox.js +1 -1
- package/dist/components/nv-fielddropdown.js +61 -21
- package/dist/components/nv-fielddropdown.js.map +1 -1
- package/dist/components/nv-fielddropdownitem.js +1 -1
- package/dist/components/nv-fielddropdownitemcheck.js +1 -1
- package/dist/components/nv-fieldmultiselect.js +14 -11
- package/dist/components/nv-fieldmultiselect.js.map +1 -1
- package/dist/components/nv-fieldnumber.js +13 -13
- package/dist/components/nv-fieldnumber.js.map +1 -1
- package/dist/components/nv-fieldpassword.js +7 -7
- package/dist/components/nv-fieldradio.js +5 -5
- package/dist/components/nv-fieldradio.js.map +1 -1
- package/dist/components/nv-fieldselect.js +55 -21
- package/dist/components/nv-fieldselect.js.map +1 -1
- package/dist/components/nv-fieldtext.js +9 -6
- package/dist/components/nv-fieldtext.js.map +1 -1
- package/dist/components/nv-fieldtextarea.js +13 -13
- package/dist/components/nv-fieldtextarea.js.map +1 -1
- package/dist/components/nv-fieldtime.d.ts +11 -0
- package/dist/components/nv-fieldtime.js +1054 -0
- package/dist/components/nv-fieldtime.js.map +1 -0
- package/dist/components/nv-icon.js +1 -1
- package/dist/components/nv-iconbutton.js +1 -1
- package/dist/components/nv-loader.js +1 -1
- package/dist/components/nv-menu.js +90 -10
- package/dist/components/nv-menu.js.map +1 -1
- package/dist/components/nv-menuitem.js +1 -80
- package/dist/components/nv-menuitem.js.map +1 -1
- package/dist/components/nv-popover.js +1 -1
- package/dist/components/nv-row.js +2 -2
- package/dist/components/nv-stack.js +2 -2
- package/dist/components/nv-table.js +3 -3
- package/dist/components/nv-tablebody.js +2 -2
- package/dist/components/nv-tablecolumn.js +2 -2
- package/dist/components/nv-tabledatacell.js +2 -2
- package/dist/components/nv-tablehead.js +2 -2
- package/dist/components/nv-tablerow.js +2 -2
- package/dist/components/nv-toggle.d.ts +11 -0
- package/dist/components/nv-toggle.js +109 -0
- package/dist/components/nv-toggle.js.map +1 -0
- package/dist/components/nv-tooltip.js +1 -1
- package/dist/components/{p-7a19fef7.js → p-11fcdad9.js} +4 -4
- package/dist/components/{p-7a19fef7.js.map → p-11fcdad9.js.map} +1 -1
- package/dist/components/{p-7c0db67e.js → p-16badb3b.js} +4 -4
- package/dist/components/{p-7c0db67e.js.map → p-16badb3b.js.map} +1 -1
- package/dist/components/{p-3a65a05e.js → p-17714233.js} +40 -28
- package/dist/components/p-17714233.js.map +1 -0
- package/dist/components/{p-0b30dd1b.js → p-18d221e3.js} +3 -3
- package/dist/components/{p-0b30dd1b.js.map → p-18d221e3.js.map} +1 -1
- package/dist/components/p-2768d2c0.js +57 -0
- package/dist/components/p-2768d2c0.js.map +1 -0
- package/dist/components/p-2baea6ba.js +84 -0
- package/dist/components/p-2baea6ba.js.map +1 -0
- package/dist/components/{p-63afc71f.js → p-3859dc5c.js} +4 -4
- package/dist/components/{p-63afc71f.js.map → p-3859dc5c.js.map} +1 -1
- package/dist/components/{p-2abfadb8.js → p-4938572a.js} +4 -4
- package/dist/components/{p-2abfadb8.js.map → p-4938572a.js.map} +1 -1
- package/dist/components/{p-74407727.js → p-56f71851.js} +16 -9
- package/dist/components/p-56f71851.js.map +1 -0
- package/dist/components/{p-3b209e94.js → p-77d0fedc.js} +43 -3
- package/dist/components/p-77d0fedc.js.map +1 -0
- package/dist/components/p-91bf0cb6.js +166 -0
- package/dist/components/p-91bf0cb6.js.map +1 -0
- package/dist/components/{p-afa1c98e.js → p-98ff0e5f.js} +37 -28
- package/dist/components/p-98ff0e5f.js.map +1 -0
- package/dist/components/{p-5b98036c.js → p-a01bdf02.js} +4 -4
- package/dist/components/{p-5b98036c.js.map → p-a01bdf02.js.map} +1 -1
- package/dist/components/p-a5c8eee9.js +22 -0
- package/dist/components/p-a5c8eee9.js.map +1 -0
- package/dist/components/{p-78e7c594.js → p-a9a52105.js} +6 -17
- package/dist/components/p-a9a52105.js.map +1 -0
- package/dist/components/p-d429a343.js +28 -0
- package/dist/components/p-d429a343.js.map +1 -0
- package/dist/components/p-de8411ee.js +128 -0
- package/dist/components/p-de8411ee.js.map +1 -0
- package/dist/components/{p-d3b1c116.js → p-e431a0ad.js} +6 -6
- package/dist/components/{p-d3b1c116.js.map → p-e431a0ad.js.map} +1 -1
- package/dist/docs.json +2211 -911
- package/dist/esm/{app-globals-246d6b7c.js → app-globals-0a94217b.js} +2 -2
- package/dist/esm/{app-globals-246d6b7c.js.map → app-globals-0a94217b.js.map} +1 -1
- package/dist/esm/{constants-7b642e1d.js → constants-0181211f.js} +16 -9
- package/dist/esm/constants-0181211f.js.map +1 -0
- package/dist/esm/events.utils-fe1d907f.js +28 -0
- package/dist/esm/events.utils-fe1d907f.js.map +1 -0
- package/dist/esm/{grow.animation-88a8ee8f.js → grow.animation-cac164da.js} +2 -27
- package/dist/esm/grow.animation-cac164da.js.map +1 -0
- package/dist/esm/{index-cd557d0a.js → index-fac2d5d2.js} +75 -19
- package/dist/esm/index-fac2d5d2.js.map +1 -0
- package/dist/esm/index.js +4 -3
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/loader.js +4 -4
- package/dist/esm/native.js +4 -4
- package/dist/esm/nv-alert.entry.js +3 -3
- package/dist/esm/nv-alert.entry.js.map +1 -1
- package/dist/esm/nv-avatar.entry.js +2 -2
- package/dist/esm/nv-badge_2.entry.js +3 -3
- package/dist/esm/nv-badge_2.entry.js.map +1 -1
- package/dist/esm/nv-base.entry.js +1 -1
- package/dist/esm/nv-breadcrumb.entry.js +4 -3
- package/dist/esm/nv-breadcrumb.entry.js.map +1 -1
- package/dist/esm/nv-breadcrumbs.entry.js +3 -3
- package/dist/esm/nv-breadcrumbs.entry.js.map +1 -1
- package/dist/esm/nv-button.entry.js +24 -4
- package/dist/esm/nv-button.entry.js.map +1 -1
- package/dist/esm/nv-col.entry.js +2 -2
- package/dist/esm/nv-datagrid.entry.js +3 -3
- package/dist/esm/nv-datagridbody.entry.js +2 -2
- package/dist/esm/nv-datagridcolumn.entry.js +2 -2
- package/dist/esm/nv-datagriddatacell.entry.js +2 -2
- package/dist/esm/nv-datagridhead.entry.js +2 -2
- package/dist/esm/nv-datagridrow.entry.js +2 -2
- package/dist/esm/nv-dialog.entry.js +754 -0
- package/dist/esm/nv-dialog.entry.js.map +1 -0
- package/dist/esm/nv-dialogfooter_2.entry.js +127 -0
- package/dist/esm/nv-dialogfooter_2.entry.js.map +1 -0
- package/dist/esm/nv-fieldcheckbox.entry.js +34 -25
- package/dist/esm/nv-fieldcheckbox.entry.js.map +1 -1
- package/dist/esm/nv-fielddropdown.entry.js +52 -15
- package/dist/esm/nv-fielddropdown.entry.js.map +1 -1
- package/dist/esm/nv-fielddropdownitem.entry.js +2 -2
- package/dist/esm/nv-fieldmultiselect.entry.js +6 -3
- package/dist/esm/nv-fieldmultiselect.entry.js.map +1 -1
- package/dist/esm/nv-fieldnumber.entry.js +12 -12
- package/dist/esm/nv-fieldnumber.entry.js.map +1 -1
- package/dist/esm/nv-fieldpassword.entry.js +4 -4
- package/dist/esm/nv-fieldradio.entry.js +5 -5
- package/dist/esm/nv-fieldradio.entry.js.map +1 -1
- package/dist/esm/nv-fieldselect.entry.js +49 -18
- package/dist/esm/nv-fieldselect.entry.js.map +1 -1
- package/dist/esm/nv-fieldtext.entry.js +8 -5
- package/dist/esm/nv-fieldtext.entry.js.map +1 -1
- package/dist/esm/nv-fieldtextarea.entry.js +13 -13
- package/dist/esm/nv-fieldtextarea.entry.js.map +1 -1
- package/dist/esm/nv-fieldtime.entry.js +990 -0
- package/dist/esm/nv-fieldtime.entry.js.map +1 -0
- package/dist/esm/nv-icon.entry.js +3 -3
- package/dist/esm/nv-iconbutton.entry.js +121 -0
- package/dist/esm/nv-iconbutton.entry.js.map +1 -0
- package/dist/esm/nv-loader.entry.js +31 -0
- package/dist/esm/nv-loader.entry.js.map +1 -0
- package/dist/esm/nv-menu.entry.js +66 -7
- package/dist/esm/nv-menu.entry.js.map +1 -1
- package/dist/esm/nv-menuitem.entry.js +2 -2
- package/dist/esm/nv-popover.entry.js +5 -16
- package/dist/esm/nv-popover.entry.js.map +1 -1
- package/dist/esm/nv-row.entry.js +2 -2
- package/dist/esm/nv-stack.entry.js +2 -2
- package/dist/esm/nv-table.entry.js +3 -3
- package/dist/esm/nv-tablebody.entry.js +2 -2
- package/dist/esm/nv-tablecolumn.entry.js +2 -2
- package/dist/esm/nv-tabledatacell.entry.js +2 -2
- package/dist/esm/nv-tablehead.entry.js +2 -2
- package/dist/esm/nv-tablerow.entry.js +2 -2
- package/dist/esm/nv-toggle.entry.js +78 -0
- package/dist/esm/nv-toggle.entry.js.map +1 -0
- package/dist/esm/nv-tooltip.entry.js +2 -2
- package/dist/esm/string.utils-16aed4a7.js +22 -0
- package/dist/esm/string.utils-16aed4a7.js.map +1 -0
- package/dist/native/index.esm.js +1 -1
- package/dist/native/index.esm.js.map +1 -1
- package/dist/native/native.css +1 -1
- package/dist/native/native.esm.js +1 -1
- package/dist/native/native.esm.js.map +1 -1
- package/dist/native/p-02bb8184.entry.js +2 -0
- package/dist/native/p-0bf35abc.entry.js +2 -0
- package/dist/native/p-0bf35abc.entry.js.map +1 -0
- package/dist/native/p-10ba289c.entry.js +2 -0
- package/dist/native/{p-826f1d28.entry.js → p-208accf0.entry.js} +2 -2
- package/dist/native/p-208accf0.entry.js.map +1 -0
- package/dist/native/p-211f7b19.entry.js +2 -0
- package/dist/native/p-211f7b19.entry.js.map +1 -0
- package/dist/native/p-2aebf31b.entry.js +2 -0
- package/dist/native/p-3a8a9371.entry.js +2 -0
- package/dist/native/p-3a8a9371.entry.js.map +1 -0
- package/dist/native/{p-6bb2c88f.entry.js → p-3c004551.entry.js} +2 -2
- package/dist/native/p-3c004551.entry.js.map +1 -0
- package/dist/native/p-46553ffd.entry.js +2 -0
- package/dist/native/p-46553ffd.entry.js.map +1 -0
- package/dist/native/{p-f7db0785.entry.js → p-4d0caf4a.entry.js} +3 -3
- package/dist/native/p-4f11286d.entry.js +2 -0
- package/dist/native/{p-40f4828a.entry.js.map → p-4f11286d.entry.js.map} +1 -1
- package/dist/native/p-51ad8bcd.entry.js +2 -0
- package/dist/native/p-51ad8bcd.entry.js.map +1 -0
- package/dist/native/p-5439afb8.js +3 -0
- package/dist/native/p-5439afb8.js.map +1 -0
- package/dist/native/{p-74407727.js → p-56f71851.js} +2 -2
- package/dist/native/p-56f71851.js.map +1 -0
- package/dist/native/p-5f1a7e6e.entry.js +2 -0
- package/dist/native/p-5f1a7e6e.entry.js.map +1 -0
- package/dist/native/{p-575ea40b.entry.js → p-61d2cb2e.entry.js} +2 -2
- package/dist/native/{p-cd251f91.entry.js → p-6d68f133.entry.js} +2 -2
- package/dist/native/p-724ed8d7.entry.js +7 -0
- package/dist/native/p-724ed8d7.entry.js.map +1 -0
- package/dist/native/{p-e5fbe545.entry.js → p-75b1ea9f.entry.js} +2 -2
- package/dist/native/p-87083363.entry.js +2 -0
- package/dist/native/p-87083363.entry.js.map +1 -0
- package/dist/native/p-892052c2.entry.js +2 -0
- package/dist/native/p-8c1a6aa6.entry.js +2 -0
- package/dist/native/p-8c1a6aa6.entry.js.map +1 -0
- package/dist/native/p-8ee30013.entry.js +2 -0
- package/dist/native/{p-9341cf9d.entry.js.map → p-8ee30013.entry.js.map} +1 -1
- package/dist/native/{p-788712dd.entry.js → p-96902bb3.entry.js} +2 -2
- package/dist/native/p-99e7a452.entry.js +2 -0
- package/dist/native/p-99e7a452.entry.js.map +1 -0
- package/dist/native/p-9ac790b3.entry.js +2 -0
- package/dist/native/{p-18b227b5.entry.js.map → p-9ac790b3.entry.js.map} +1 -1
- package/dist/native/{p-3283505f.entry.js → p-9fb5db20.entry.js} +2 -2
- package/dist/native/p-a5c8eee9.js +2 -0
- package/dist/native/p-a5c8eee9.js.map +1 -0
- package/dist/native/{p-552e7ea4.entry.js → p-a998f8df.entry.js} +2 -2
- package/dist/native/p-aa2834e2.entry.js +2 -0
- package/dist/native/p-ab5a8ce5.entry.js +2 -0
- package/dist/native/p-beab7cbd.entry.js +2 -0
- package/dist/native/p-bfeda21c.entry.js +2 -0
- package/dist/native/p-bfeda21c.entry.js.map +1 -0
- package/dist/native/p-c1765831.js +2 -0
- package/dist/native/p-c1765831.js.map +1 -0
- package/dist/native/{p-7dfb4a60.entry.js → p-c51ee6dc.entry.js} +2 -2
- package/dist/native/p-c51ee6dc.entry.js.map +1 -0
- package/dist/native/{p-2063c768.entry.js → p-d24586ed.entry.js} +2 -2
- package/dist/native/p-d429a343.js +2 -0
- package/dist/native/p-d429a343.js.map +1 -0
- package/dist/native/{p-1e2bd4e3.entry.js → p-d4e56727.entry.js} +2 -2
- package/dist/native/p-d67b7502.entry.js +2 -0
- package/dist/native/p-d67b7502.entry.js.map +1 -0
- package/dist/native/p-d776ed48.entry.js +2 -0
- package/dist/native/p-d776ed48.entry.js.map +1 -0
- package/dist/native/p-dc9dd5a7.entry.js +2 -0
- package/dist/native/p-e192c25c.entry.js +2 -0
- package/dist/native/p-e192c25c.entry.js.map +1 -0
- package/dist/native/p-e3827605.entry.js +2 -0
- package/dist/native/{p-5d0dc7c8.entry.js.map → p-e3827605.entry.js.map} +1 -1
- package/dist/native/p-e5a7596b.entry.js +2 -0
- package/dist/native/p-e6f45df2.entry.js +2 -0
- package/dist/native/p-ed47a702.entry.js +2 -0
- package/dist/native/p-f30ce086.entry.js +2 -0
- package/dist/native/{p-eda8cd9d.entry.js.map → p-f30ce086.entry.js.map} +1 -1
- package/dist/native/p-f3fbdea6.js +2 -0
- package/dist/native/{p-f79752ca.entry.js → p-fd2955dd.entry.js} +2 -2
- package/dist/native/p-fd2955dd.entry.js.map +1 -0
- package/dist/types/components/nv-breadcrumb/nv-breadcrumb.d.ts +0 -1
- package/dist/types/components/nv-button/nv-button.d.ts +8 -0
- package/dist/types/components/nv-dialog/nv-dialog.d.ts +124 -0
- package/dist/types/components/nv-dialog/nv-dialog.docs.d.ts +4 -0
- package/dist/types/components/nv-dialogfooter/nv-dialogfooter.d.ts +63 -0
- package/dist/types/components/nv-dialogfooter/nv-dialogfooter.docs.d.ts +4 -0
- package/dist/types/components/nv-dialogheader/nv-dialogheader.d.ts +20 -0
- package/dist/types/components/nv-dialogheader/nv-dialogheader.docs.d.ts +4 -0
- package/dist/types/components/nv-fieldcheckbox/nv-fieldcheckbox.d.ts +14 -10
- package/dist/types/components/nv-fielddropdown/nv-fielddropdown.d.ts +34 -10
- package/dist/types/components/nv-fieldmultiselect/nv-fieldmultiselect.d.ts +6 -2
- package/dist/types/components/nv-fieldnumber/nv-fieldnumber.d.ts +4 -4
- package/dist/types/components/nv-fieldradio/nv-fieldradio.d.ts +2 -2
- package/dist/types/components/nv-fieldselect/nv-fieldselect.d.ts +20 -6
- package/dist/types/components/nv-fieldtext/nv-fieldtext.d.ts +5 -4
- package/dist/types/components/nv-fieldtextarea/nv-fieldtextarea.d.ts +3 -3
- package/dist/types/components/nv-fieldtime/nv-fieldtime.d.ts +156 -0
- package/dist/types/components/nv-fieldtime/nv-fieldtime.docs.d.ts +4 -0
- package/dist/types/components/nv-menu/nv-menu.d.ts +20 -0
- package/dist/types/components/{nv-fieldtoggle/nv-fieldtoggle.d.ts → nv-toggle/nv-toggle.d.ts} +4 -4
- package/dist/types/components/nv-toggle/nv-toggle.docs.d.ts +4 -0
- package/dist/types/components.d.ts +519 -98
- package/dist/types/index.d.ts +1 -0
- package/dist/types/nova-docs.d.ts +19 -0
- package/dist/types/utils/constants.d.ts +6 -1
- package/dist/types/utils/string.utils.d.ts +9 -0
- package/dist/vscode-data.json +230 -34
- package/hydrate/index.js +2609 -442
- package/hydrate/index.mjs +2609 -442
- package/package.json +22 -10
- package/dist/cjs/constants-9525a915.js.map +0 -1
- package/dist/cjs/grow.animation-46e7ae4b.js.map +0 -1
- package/dist/cjs/index-ddc37f87.js.map +0 -1
- package/dist/cjs/nv-fieldtoggle.cjs.entry.js +0 -81
- package/dist/cjs/nv-fieldtoggle.cjs.entry.js.map +0 -1
- package/dist/cjs/nv-iconbutton_2.cjs.entry.js +0 -151
- package/dist/cjs/nv-iconbutton_2.cjs.entry.js.map +0 -1
- package/dist/collection/components/nv-fieldtoggle/nv-fieldtoggle.docs.js.map +0 -1
- package/dist/collection/components/nv-fieldtoggle/nv-fieldtoggle.js.map +0 -1
- package/dist/components/nv-fieldtoggle.js +0 -108
- package/dist/components/nv-fieldtoggle.js.map +0 -1
- package/dist/components/p-3a65a05e.js.map +0 -1
- package/dist/components/p-3b209e94.js.map +0 -1
- package/dist/components/p-74407727.js.map +0 -1
- package/dist/components/p-78e7c594.js.map +0 -1
- package/dist/components/p-afa1c98e.js.map +0 -1
- package/dist/esm/constants-7b642e1d.js.map +0 -1
- package/dist/esm/grow.animation-88a8ee8f.js.map +0 -1
- package/dist/esm/index-cd557d0a.js.map +0 -1
- package/dist/esm/nv-fieldtoggle.entry.js +0 -77
- package/dist/esm/nv-fieldtoggle.entry.js.map +0 -1
- package/dist/esm/nv-iconbutton_2.entry.js +0 -146
- package/dist/esm/nv-iconbutton_2.entry.js.map +0 -1
- package/dist/native/p-0a9a738c.entry.js +0 -2
- package/dist/native/p-0a9a738c.entry.js.map +0 -1
- package/dist/native/p-0f9262ed.entry.js +0 -2
- package/dist/native/p-18b227b5.entry.js +0 -2
- package/dist/native/p-225962f2.entry.js +0 -2
- package/dist/native/p-2ac838b8.entry.js +0 -2
- package/dist/native/p-38d3eee3.js +0 -2
- package/dist/native/p-3adf0c45.entry.js +0 -2
- package/dist/native/p-3adf0c45.entry.js.map +0 -1
- package/dist/native/p-40f4828a.entry.js +0 -2
- package/dist/native/p-44cc8b59.entry.js +0 -2
- package/dist/native/p-44cc8b59.entry.js.map +0 -1
- package/dist/native/p-4e056cd8.entry.js +0 -2
- package/dist/native/p-4e056cd8.entry.js.map +0 -1
- package/dist/native/p-4f30312d.entry.js +0 -2
- package/dist/native/p-4f30312d.entry.js.map +0 -1
- package/dist/native/p-4ffd5c51.entry.js +0 -2
- package/dist/native/p-52a7f936.entry.js +0 -2
- package/dist/native/p-5d0dc7c8.entry.js +0 -2
- package/dist/native/p-5e467b49.entry.js +0 -2
- package/dist/native/p-5f160072.entry.js +0 -2
- package/dist/native/p-6bb2c88f.entry.js.map +0 -1
- package/dist/native/p-6ea62d17.entry.js +0 -2
- package/dist/native/p-6ea62d17.entry.js.map +0 -1
- package/dist/native/p-74407727.js.map +0 -1
- package/dist/native/p-7dfb4a60.entry.js.map +0 -1
- package/dist/native/p-826f1d28.entry.js.map +0 -1
- package/dist/native/p-87b93cc2.entry.js +0 -2
- package/dist/native/p-8ae9aaf1.entry.js +0 -2
- package/dist/native/p-8f0984b0.entry.js +0 -2
- package/dist/native/p-8f0984b0.entry.js.map +0 -1
- package/dist/native/p-9341cf9d.entry.js +0 -2
- package/dist/native/p-967f1aee.entry.js +0 -2
- package/dist/native/p-967f1aee.entry.js.map +0 -1
- package/dist/native/p-9b093b92.js +0 -3
- package/dist/native/p-a37c2ac2.js +0 -2
- package/dist/native/p-a37c2ac2.js.map +0 -1
- package/dist/native/p-e8d181e6.entry.js +0 -2
- package/dist/native/p-eade52d4.entry.js +0 -2
- package/dist/native/p-eade52d4.entry.js.map +0 -1
- package/dist/native/p-ed825c80.entry.js +0 -2
- package/dist/native/p-ed825c80.entry.js.map +0 -1
- package/dist/native/p-eda8cd9d.entry.js +0 -2
- package/dist/native/p-f79752ca.entry.js.map +0 -1
- package/dist/native/p-fc8cad13.entry.js +0 -2
- package/dist/types/components/nv-fieldtoggle/nv-fieldtoggle.docs.d.ts +0 -4
- /package/dist/native/{p-e8d181e6.entry.js.map → p-02bb8184.entry.js.map} +0 -0
- /package/dist/native/{p-4ffd5c51.entry.js.map → p-10ba289c.entry.js.map} +0 -0
- /package/dist/native/{p-52a7f936.entry.js.map → p-2aebf31b.entry.js.map} +0 -0
- /package/dist/native/{p-f7db0785.entry.js.map → p-4d0caf4a.entry.js.map} +0 -0
- /package/dist/native/{p-575ea40b.entry.js.map → p-61d2cb2e.entry.js.map} +0 -0
- /package/dist/native/{p-cd251f91.entry.js.map → p-6d68f133.entry.js.map} +0 -0
- /package/dist/native/{p-e5fbe545.entry.js.map → p-75b1ea9f.entry.js.map} +0 -0
- /package/dist/native/{p-fc8cad13.entry.js.map → p-892052c2.entry.js.map} +0 -0
- /package/dist/native/{p-788712dd.entry.js.map → p-96902bb3.entry.js.map} +0 -0
- /package/dist/native/{p-3283505f.entry.js.map → p-9fb5db20.entry.js.map} +0 -0
- /package/dist/native/{p-552e7ea4.entry.js.map → p-a998f8df.entry.js.map} +0 -0
- /package/dist/native/{p-5f160072.entry.js.map → p-aa2834e2.entry.js.map} +0 -0
- /package/dist/native/{p-225962f2.entry.js.map → p-ab5a8ce5.entry.js.map} +0 -0
- /package/dist/native/{p-2ac838b8.entry.js.map → p-beab7cbd.entry.js.map} +0 -0
- /package/dist/native/{p-2063c768.entry.js.map → p-d24586ed.entry.js.map} +0 -0
- /package/dist/native/{p-1e2bd4e3.entry.js.map → p-d4e56727.entry.js.map} +0 -0
- /package/dist/native/{p-5e467b49.entry.js.map → p-dc9dd5a7.entry.js.map} +0 -0
- /package/dist/native/{p-0f9262ed.entry.js.map → p-e5a7596b.entry.js.map} +0 -0
- /package/dist/native/{p-87b93cc2.entry.js.map → p-e6f45df2.entry.js.map} +0 -0
- /package/dist/native/{p-8ae9aaf1.entry.js.map → p-ed47a702.entry.js.map} +0 -0
- /package/dist/native/{p-38d3eee3.js.map → p-f3fbdea6.js.map} +0 -0
|
@@ -2,9 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
5
|
+
const index = require('./index-5910ba06.js');
|
|
6
|
+
const clsx = require('./clsx-fc789adc.js');
|
|
6
7
|
|
|
7
|
-
const nvBreadcrumbCss = "nv-breadcrumb{display:flex;align-items:center;color:
|
|
8
|
+
const nvBreadcrumbCss = "nv-breadcrumb{display:flex;align-items:center;color:var(--components-breadcrumb-text);font-size:var(--font-size-sm);font-style:normal;font-weight:500;line-height:var(--line-height-sm)}nv-breadcrumb ul{display:flex;flex-direction:column;gap:var(--spacing-1-5);padding:var(--spacing-1)}nv-breadcrumb ul a,nv-breadcrumb ul button{display:inline-flex;align-self:center;color:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;line-height:inherit;text-decoration:none}nv-breadcrumb ul a:focus,nv-breadcrumb ul a:focus-within,nv-breadcrumb ul button:focus,nv-breadcrumb ul button:focus-within{outline:none}nv-breadcrumb ul a:focus-visible,nv-breadcrumb ul a:has(:focus-visible),nv-breadcrumb ul button:focus-visible,nv-breadcrumb ul button:has(:focus-visible){outline:calc(var(--focus-outline-stroke) * 0.5) solid var(--components-breadcrumb-text-hover);outline-offset:calc(var(--focus-outline-offset) * 0.3)}nv-breadcrumb ul a:hover,nv-breadcrumb ul button:hover{text-decoration:underline;color:var(--components-breadcrumb-text-hover)}nv-breadcrumb>a,nv-breadcrumb>button{display:inline-flex;align-self:center;color:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;line-height:inherit;text-decoration:none}nv-breadcrumb>a:focus,nv-breadcrumb>a:focus-within,nv-breadcrumb>button:focus,nv-breadcrumb>button:focus-within{outline:none}nv-breadcrumb>a:focus-visible,nv-breadcrumb>a:has(:focus-visible),nv-breadcrumb>button:focus-visible,nv-breadcrumb>button:has(:focus-visible){outline:calc(var(--focus-outline-stroke) * 0.5) solid var(--components-breadcrumb-text-hover);outline-offset:calc(var(--focus-outline-offset) * 0.3)}nv-breadcrumb>a:hover,nv-breadcrumb>button:hover{text-decoration:underline;color:var(--components-breadcrumb-text-hover)}nv-breadcrumb span[data-scope=separator]{display:inline-flex;padding-left:var(--breadcrumb-padding-y)}";
|
|
8
9
|
const NvBreadcrumbStyle0 = nvBreadcrumbCss;
|
|
9
10
|
|
|
10
11
|
const NvBreadcrumb = class {
|
|
@@ -36,7 +37,7 @@ const NvBreadcrumb = class {
|
|
|
36
37
|
/****************************************************************************/
|
|
37
38
|
//#region RENDER
|
|
38
39
|
render() {
|
|
39
|
-
return (index.h(index.Host, { key: '
|
|
40
|
+
return (index.h(index.Host, { key: 'c985863a0ffdcd051abd712c357110cfa056c382', role: "listitem", "aria-current": this.current ? 'location' : undefined, class: clsx.clsx({ 'visually-hidden': this.current }) }, this.type === 'collapsed' ? (index.h("button", { ref: el => (this.popoverTrigger = el) }, "...")) : (index.h("slot", null)), this.tooltip && (index.h("nv-tooltip", { key: '4f7ad5175285ea442cd42581e292d2d430eb8770', message: this.tooltip, triggerElement: this.popoverTrigger, placement: "top" })), this.type === 'collapsed' && (index.h("nv-popover", { key: '29aba9e64f0d1785852dc4b830959dcbbd7dfc8b', triggerMode: "click", groupName: "breadcrumbs", triggerElement: this.popoverTrigger }, index.h("ul", { key: '0fde9dac023e6a77cb1524cbfcdf58d11e5a21f3', slot: "content" }, index.h("slot", { key: 'c263990647dc304a37971168669ced00bf46c588' })))), index.h("span", { key: 'f9f96fb13c67e4d3844007342c931ccd690ca7f5', "data-scope": "separator" }, "/")));
|
|
40
41
|
}
|
|
41
42
|
get el() { return index.getElement(this); }
|
|
42
43
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"file":"nv-breadcrumb.entry.cjs.js","mappings":"
|
|
1
|
+
{"file":"nv-breadcrumb.entry.cjs.js","mappings":";;;;;;;AAAA,MAAM,eAAe,GAAG,g1DAAg1D,CAAC;AACz2D,2BAAe,eAAe;;MCUjB,YAAY;IALzB;;;;;;;;;QAkBW,SAAI,GAA4B,SAAS,CAAC;KAyEpD;;;;IArDC,gBAAgB;;QAEd,IAAI,IAAI,CAAC,IAAI,KAAK,WAAW;YAAEA,iBAAW,CAAC,IAAI,CAAC,CAAC;KAClD;IAED,iBAAiB;QACf,IAAI,IAAI,CAAC,IAAI,KAAK,SAAS,IAAI,IAAI,CAAC,OAAO,EAAE;YAC3C,IAAI,CAAC,cAAc,GAAG,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,QAAQ,CAAC,CAAC,IAAI,CACrD,KAAK,IAAI,KAAK,CAAC,YAAY,CAAC,MAAM,CAAC,KAAK,IAAI,CAC7C,CAAC;SACH;KACF;;;;IAMD,MAAM;QACJ,QACEC,QAACC,UAAI,qDACH,IAAI,EAAC,UAAU,kBACD,IAAI,CAAC,OAAO,GAAG,UAAU,GAAG,SAAS,EACnD,KAAK,EAAEC,SAAI,CAAC,EAAE,iBAAiB,EAAE,IAAI,CAAC,OAAO,EAAE,CAAC,IAE/C,IAAI,CAAC,IAAI,KAAK,WAAW,IACxBF,oBAAQ,GAAG,EAAE,EAAE,KAAK,IAAI,CAAC,cAAc,GAAG,EAAE,CAAC,UAAc,KAE3DA,qBAAa,CACd,EACA,IAAI,CAAC,OAAO,KACXA,yEACE,OAAO,EAAE,IAAI,CAAC,OAAO,EACrB,cAAc,EAAE,IAAI,CAAC,cAAc,EACnC,SAAS,EAAC,KAAK,GACH,CACf,EACA,IAAI,CAAC,IAAI,KAAK,WAAW,KACxBA,yEACE,WAAW,EAAC,OAAO,EACnB,SAAS,EAAC,aAAa,EACvB,cAAc,EAAE,IAAI,CAAC,cAAc,IAEnCA,iEAAI,IAAI,EAAC,SAAS,IAChBA,oEAAa,CACV,CACM,CACd,EACDA,iFAAiB,WAAW,QAAS,CAChC,EACP;KACH;;;;;;;","names":["forceUpdate","h","Host","clsx"],"sources":["src/components/nv-breadcrumb/nv-breadcrumb.scss?tag=nv-breadcrumb","src/components/nv-breadcrumb/nv-breadcrumb.tsx"],"sourcesContent":["@use \"../../styles/focus-ring\" as utils;\n\n@mixin root-styles() {\n display: flex;\n align-items: center;\n color: var(--components-breadcrumb-text);\n font-size: var(--font-size-sm);\n font-style: normal;\n font-weight: 500;\n line-height: var(--line-height-sm);\n}\n\n@mixin link-styles() {\n display: inline-flex;\n align-self: center;\n color: inherit;\n font-size: inherit;\n font-style: inherit;\n font-weight: inherit;\n line-height: inherit;\n text-decoration: none;\n @include utils.focus-ring(var(--components-breadcrumb-text-hover), 0.3, 0.5);\n &:hover {\n text-decoration: underline;\n color: var(--components-breadcrumb-text-hover);\n }\n}\n\n@mixin button-styles() {\n height: 20px;\n @include utils.focus-ring(var(--components-breadcrumb-text-hover), 0.3, 0.5);\n &:hover {\n text-decoration: underline;\n color: var(--components-breadcrumb-text-hover);\n }\n}\n\n@mixin separator-styles() {\n display: inline-flex;\n padding-left: var(--breadcrumb-padding-y);\n}\n\n@mixin list-styles() {\n display: flex;\n flex-direction: column;\n gap: var(--spacing-1-5);\n padding: var(--spacing-1);\n\n a,\n button {\n @include link-styles();\n }\n}\n\nnv-breadcrumb {\n @include root-styles();\n\n ul {\n @include list-styles();\n }\n & > a,\n & > button {\n @include link-styles();\n }\n span[data-scope=\"separator\"] {\n @include separator-styles();\n }\n}\n","import { Component, Prop, Host, h, Element, forceUpdate } from '@stencil/core';\nimport clsx from 'clsx';\n\n/**\n * @slot default - Pass an icon, a link, or text to render the breadcrumb content.\n */\n@Component({\n tag: 'nv-breadcrumb',\n styleUrl: 'nv-breadcrumb.scss',\n shadow: false,\n})\nexport class NvBreadcrumb {\n @Element() el: HTMLNvBreadcrumbElement;\n private popoverTrigger!: Element;\n\n /****************************************************************************/\n //#region PROPERTIES\n\n /**\n * The type of the breadcrumb. Use 'collapsed' to house multiple breadcrumbs\n * in a dropdown. Use default for a single item. When passing multiple items\n * as collapsed, make sure to wrap you links in list tags\n */\n @Prop({ reflect: true })\n readonly type: 'collapsed' | 'default' = 'default';\n\n /**\n * Add an optional tooltip to provide extra information about the breadcrumb.\n */\n @Prop({ reflect: true })\n readonly tooltip: string;\n\n /**\n * Use this to highlight the breadcrumb as the current page in your\n * navigation. It also makes the page clearer to screen readers with\n * aria-current=\"location\".\n */\n @Prop({ reflect: true })\n readonly current: boolean;\n\n //#endregion PROPERTIES\n /****************************************************************************/\n //#region LIFECYCLE\n\n componentDidLoad() {\n // Force a re-render to pass the popoverTrigger ref to the popovers\n if (this.type === 'collapsed') forceUpdate(this);\n }\n\n componentWillLoad() {\n if (this.type === 'default' && this.tooltip) {\n this.popoverTrigger = Array.from(this.el.children).find(\n child => child.getAttribute('slot') === null,\n );\n }\n }\n\n //#endregion LIFECYCLE\n /****************************************************************************/\n //#region RENDER\n\n render() {\n return (\n <Host\n role=\"listitem\"\n aria-current={this.current ? 'location' : undefined}\n class={clsx({ 'visually-hidden': this.current })}\n >\n {this.type === 'collapsed' ? (\n <button ref={el => (this.popoverTrigger = el)}>...</button>\n ) : (\n <slot></slot>\n )}\n {this.tooltip && (\n <nv-tooltip\n message={this.tooltip}\n triggerElement={this.popoverTrigger}\n placement=\"top\"\n ></nv-tooltip>\n )}\n {this.type === 'collapsed' && (\n <nv-popover\n triggerMode=\"click\"\n groupName=\"breadcrumbs\"\n triggerElement={this.popoverTrigger}\n >\n <ul slot=\"content\">\n <slot></slot>\n </ul>\n </nv-popover>\n )}\n <span data-scope=\"separator\">/</span>\n </Host>\n );\n }\n\n // #endregion RENDER\n}\n"],"version":3}
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
5
|
+
const index = require('./index-5910ba06.js');
|
|
6
6
|
|
|
7
|
-
const nvBreadcrumbsCss = "nv-breadcrumbs{display:block}nv-breadcrumbs>ol{display:flex;flex-wrap:wrap;align-items:center;gap:var(--
|
|
7
|
+
const nvBreadcrumbsCss = "nv-breadcrumbs{display:block}nv-breadcrumbs>ol{display:flex;flex-wrap:wrap;align-items:center;gap:var(--breadcrumb-padding-y)}nv-breadcrumbs nv-breadcrumb:last-child [data-scope=separator],nv-breadcrumbs nv-breadcrumb:last-child [slot=separator]{display:none}";
|
|
8
8
|
const NvBreadcrumbsStyle0 = nvBreadcrumbsCss;
|
|
9
9
|
|
|
10
10
|
const NvBreadcrumbs = class {
|
|
@@ -13,7 +13,7 @@ const NvBreadcrumbs = class {
|
|
|
13
13
|
}
|
|
14
14
|
//#region RENDER
|
|
15
15
|
render() {
|
|
16
|
-
return (index.h(index.Host, { key: '
|
|
16
|
+
return (index.h(index.Host, { key: 'd54bb25f9f34ea0f5ea58da6a60261aed57fefef', role: "navigation", "aria-label": "breadcrumbs" }, index.h("ol", { key: '660c31fbb8860ce0639b475875dd720f3876549b' }, index.h("slot", { key: 'c77828910bfb759839d04b5ac28e11cebec7c937' }))));
|
|
17
17
|
}
|
|
18
18
|
};
|
|
19
19
|
NvBreadcrumbs.style = NvBreadcrumbsStyle0;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"file":"nv-breadcrumbs.entry.cjs.js","mappings":";;;;;;AAAA,MAAM,gBAAgB,GAAG,
|
|
1
|
+
{"file":"nv-breadcrumbs.entry.cjs.js","mappings":";;;;;;AAAA,MAAM,gBAAgB,GAAG,qQAAqQ,CAAC;AAC/R,4BAAe,gBAAgB;;MCSlB,aAAa;;;;;IAGxB,MAAM;QACJ,QACEA,QAACC,UAAI,qDAAC,IAAI,EAAC,YAAY,gBAAY,aAAa,IAC9CD,mEACEA,oEAAa,CACV,CACA,EACP;KACH;;;;;;","names":["h","Host"],"sources":["src/components/nv-breadcrumbs/nv-breadcrumbs.scss?tag=nv-breadcrumbs","src/components/nv-breadcrumbs/nv-breadcrumbs.tsx"],"sourcesContent":["@mixin root-styles() {\n display: block;\n}\n\n@mixin list-styles() {\n display: flex;\n flex-wrap: wrap;\n align-items: center;\n gap: var(--breadcrumb-padding-y);\n}\n\n@mixin breadcrumb-styles() {\n &:last-child {\n [data-scope=\"separator\"], [slot=\"separator\"] {\n display: none;\n }\n }\n}\n\nnv-breadcrumbs {\n @include root-styles();\n > ol {\n @include list-styles();\n }\n nv-breadcrumb {\n @include breadcrumb-styles();\n }\n}\n","import { Component, Host, h } from '@stencil/core';\n\n/**\n * @slot default - Child content of the component.\n */\n@Component({\n tag: 'nv-breadcrumbs',\n styleUrl: 'nv-breadcrumbs.scss',\n shadow: false,\n})\nexport class NvBreadcrumbs {\n //#region RENDER\n\n render() {\n return (\n <Host role=\"navigation\" aria-label=\"breadcrumbs\">\n <ol>\n <slot></slot>\n </ol>\n </Host>\n );\n }\n\n // #endregion RENDER\n}\n"],"version":3}
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
6
|
-
const constants = require('./constants-
|
|
5
|
+
const index = require('./index-5910ba06.js');
|
|
6
|
+
const constants = require('./constants-69b40456.js');
|
|
7
7
|
|
|
8
|
-
const nvButtonCss = "nv-button{text-decoration:none;display:inline-flex;justify-content:center;align-items:center;font-style:normal;font-weight:var(--font-weight-medium-emphasis);font-family:\"TT Norms Pro\", sans-serif;transition:background-color 150ms ease-out;user-select:none;cursor:pointer;height:fit-content;width:fit-content}nv-button[size=xs]{padding:var(--button-xs-padding-y) var(--button-xs-padding-x);gap:var(--button-xs-gap);border-radius:var(--button-xs-border-radius);line-height:var(--button-xs-line-height);font-size:var(--button-xs-font-size)}nv-button[size=xs] nv-icon>svg{width:var(--spacing-3);height:var(--spacing-3);stroke-width:1.2px}nv-button[size=sm]{padding:var(--button-sm-padding-y) var(--button-sm-padding-x);gap:var(--button-sm-gap);border-radius:var(--button-sm-border-radius);line-height:var(--button-sm-line-height);font-size:var(--button-sm-font-size)}nv-button[size=sm] nv-icon>svg{width:var(--spacing-4);height:var(--spacing-4);stroke-width:1.5px}nv-button[size=md]{padding:var(--button-md-padding-y) var(--button-md-padding-x);gap:var(--button-md-gap);border-radius:var(--button-md-border-radius);line-height:var(--button-md-line-height);font-size:var(--button-md-font-size)}nv-button[size=md] nv-icon>svg{width:var(--spacing-5);height:var(--spacing-5);stroke-width:1.6px}nv-button[size=lg]{padding:var(--button-lg-padding-y) var(--button-lg-padding-x);gap:var(--button-lg-gap);border-radius:var(--button-lg-border-radius);line-height:var(--button-lg-line-height);font-size:var(--button-lg-font-size)}nv-button[size=lg] nv-icon>svg{width:var(--spacing-6);height:var(--spacing-6);stroke-width:1.8px}nv-button[emphasis=high]{background:var(--components-button-high-background);border:1px solid var(--components-button-high-border);color:var(--components-button-high-text)}nv-button[emphasis=high]:hover{background:var(--components-button-high-background-hover);border:1px solid var(--components-button-high-border);color:var(--components-button-high-text-hover)}nv-button[emphasis=high]:focus,nv-button[emphasis=high]:focus-within{outline:none}nv-button[emphasis=high]:focus-visible,nv-button[emphasis=high]:has(:focus-visible){outline:var(--focus-outline-stroke) solid var(--color-focus-brand);outline-offset:calc(var(--focus-outline-offset) * 1)}nv-button[emphasis=high]:disabled:not([disabled=false]){opacity:0.5;cursor:not-allowed;box-shadow:none}nv-button[emphasis=high][danger]:not([danger=false]){background:var(--components-button-destructive-high-background);border:1px solid unset;color:var(--components-button-destructive-high-text)}nv-button[emphasis=high][danger]:not([danger=false]):hover{background:var(--components-button-destructive-high-background-hover);border:1px solid unset;color:var(--components-button-destructive-high-text-hover)}nv-button[emphasis=high][danger]:not([danger=false]):focus,nv-button[emphasis=high][danger]:not([danger=false]):focus-within{outline:none}nv-button[emphasis=high][danger]:not([danger=false]):focus-visible,nv-button[emphasis=high][danger]:not([danger=false]):has(:focus-visible){outline:var(--focus-outline-stroke) solid var(--color-focus-destructive);outline-offset:calc(var(--focus-outline-offset) * 1)}nv-button[emphasis=medium]{background:var(--components-button-medium-background);border:1px solid var(--components-button-medium-border);color:var(--components-button-medium-text)}nv-button[emphasis=medium]:hover{background:var(--components-button-medium-background-hover);border:1px solid var(--components-button-medium-border);color:var(--components-button-medium-text-hover)}nv-button[emphasis=medium]:focus,nv-button[emphasis=medium]:focus-within{outline:none}nv-button[emphasis=medium]:focus-visible,nv-button[emphasis=medium]:has(:focus-visible){outline:var(--focus-outline-stroke) solid var(--color-focus-brand);outline-offset:calc(var(--focus-outline-offset) * 1)}nv-button[emphasis=medium]:disabled:not([disabled=false]){opacity:0.5;cursor:not-allowed;box-shadow:none}nv-button[emphasis=medium][danger]:not([danger=false]){background:var(--components-button-destructive-medium-background);border:1px solid var(--components-button-destructive-medium-border);color:var(--components-button-destructive-medium-text)}nv-button[emphasis=medium][danger]:not([danger=false]):hover{background:var(--components-button-destructive-medium-background-hover);border:1px solid var(--components-button-destructive-medium-border);color:var(--components-button-destructive-medium-text-hover)}nv-button[emphasis=medium][danger]:not([danger=false]):focus,nv-button[emphasis=medium][danger]:not([danger=false]):focus-within{outline:none}nv-button[emphasis=medium][danger]:not([danger=false]):focus-visible,nv-button[emphasis=medium][danger]:not([danger=false]):has(:focus-visible){outline:var(--focus-outline-stroke) solid var(--color-focus-destructive);outline-offset:calc(var(--focus-outline-offset) * 1)}nv-button[emphasis=low]{background:var(--components-button-low-background);border:1px solid var(--components-button-low-border);color:var(--components-button-low-text)}nv-button[emphasis=low]:hover{background:var(--components-button-low-background-hover);border:1px solid var(--components-button-low-border);color:var(--components-button-low-text-hover)}nv-button[emphasis=low]:focus,nv-button[emphasis=low]:focus-within{outline:none}nv-button[emphasis=low]:focus-visible,nv-button[emphasis=low]:has(:focus-visible){outline:var(--focus-outline-stroke) solid var(--color-focus-brand);outline-offset:calc(var(--focus-outline-offset) * 1)}nv-button[emphasis=low]:disabled:not([disabled=false]){opacity:0.5;cursor:not-allowed;box-shadow:none}nv-button[emphasis=low][danger]:not([danger=false]){background:var(--components-button-destructive-low-background);border:1px solid var(--components-button-destructive-low-border);color:var(--components-button-destructive-low-text)}nv-button[emphasis=low][danger]:not([danger=false]):hover{background:var(--components-button-destructive-low-background-hover);border:1px solid var(--components-button-destructive-low-border);color:var(--components-button-destructive-low-text-hover)}nv-button[emphasis=low][danger]:not([danger=false]):focus,nv-button[emphasis=low][danger]:not([danger=false]):focus-within{outline:none}nv-button[emphasis=low][danger]:not([danger=false]):focus-visible,nv-button[emphasis=low][danger]:not([danger=false]):has(:focus-visible){outline:var(--focus-outline-stroke) solid var(--color-focus-destructive);outline-offset:calc(var(--focus-outline-offset) * 1)}nv-button[emphasis=lower]{background:var(--components-button-lower-background);border:1px solid var(--components-button-lower-border);color:var(--components-button-lower-text)}nv-button[emphasis=lower]:hover{background:var(--components-button-lower-background-hover);border:1px solid var(--components-button-lower-border);color:var(--components-button-lower-text-hover)}nv-button[emphasis=lower]:focus,nv-button[emphasis=lower]:focus-within{outline:none}nv-button[emphasis=lower]:focus-visible,nv-button[emphasis=lower]:has(:focus-visible){outline:var(--focus-outline-stroke) solid var(--color-focus-brand);outline-offset:calc(var(--focus-outline-offset) * 1)}nv-button[emphasis=lower]:disabled:not([disabled=false]){opacity:0.5;cursor:not-allowed;box-shadow:none}nv-button[emphasis=lower][danger]:not([danger=false]){background:var(--components-button-destructive-lower-background);border:1px solid var(--components-button-destructive-lower-border);color:var(--components-button-destructive-lower-text)}nv-button[emphasis=lower][danger]:not([danger=false]):hover{background:var(--components-button-destructive-lower-background-hover);border:1px solid var(--components-button-destructive-lower-border);color:var(--components-button-destructive-lower-text-hover)}nv-button[emphasis=lower][danger]:not([danger=false]):focus,nv-button[emphasis=lower][danger]:not([danger=false]):focus-within{outline:none}nv-button[emphasis=lower][danger]:not([danger=false]):focus-visible,nv-button[emphasis=lower][danger]:not([danger=false]):has(:focus-visible){outline:var(--focus-outline-stroke) solid var(--color-focus-destructive);outline-offset:calc(var(--focus-outline-offset) * 1)}nv-button[fluid]:not([fluid=false]){width:100%}nv-button[loading]:not([loading=false]) [slot=leading-icon]{display:none}";
|
|
8
|
+
const nvButtonCss = "nv-button{text-decoration:none;display:inline-flex;justify-content:center;align-items:center;font-style:normal;font-weight:var(--font-weight-medium-emphasis);font-family:\"TT Norms Pro\", sans-serif;transition:background-color 150ms ease-out;user-select:none;cursor:pointer;height:fit-content;width:fit-content}nv-button[size=xs]{padding:var(--button-xs-padding-y) var(--button-xs-padding-x);gap:var(--button-xs-gap);border-radius:var(--button-xs-border-radius);line-height:var(--button-xs-line-height);font-size:var(--button-xs-font-size)}nv-button[size=xs] nv-icon>svg{width:var(--spacing-3);height:var(--spacing-3);stroke-width:1.2px}nv-button[size=sm]{padding:var(--button-sm-padding-y) var(--button-sm-padding-x);gap:var(--button-sm-gap);border-radius:var(--button-sm-border-radius);line-height:var(--button-sm-line-height);font-size:var(--button-sm-font-size)}nv-button[size=sm] nv-icon>svg{width:var(--spacing-4);height:var(--spacing-4);stroke-width:1.5px}nv-button[size=md]{padding:var(--button-md-padding-y) var(--button-md-padding-x);gap:var(--button-md-gap);border-radius:var(--button-md-border-radius);line-height:var(--button-md-line-height);font-size:var(--button-md-font-size)}nv-button[size=md] nv-icon>svg{width:var(--spacing-5);height:var(--spacing-5);stroke-width:1.6px}nv-button[size=lg]{padding:var(--button-lg-padding-y) var(--button-lg-padding-x);gap:var(--button-lg-gap);border-radius:var(--button-lg-border-radius);line-height:var(--button-lg-line-height);font-size:var(--button-lg-font-size)}nv-button[size=lg] nv-icon>svg{width:var(--spacing-6);height:var(--spacing-6);stroke-width:1.8px}nv-button[emphasis=high]{background:var(--components-button-high-background);border:1px solid var(--components-button-high-border);color:var(--components-button-high-text)}nv-button[emphasis=high]:hover{background:var(--components-button-high-background-hover);border:1px solid var(--components-button-high-border);color:var(--components-button-high-text-hover)}nv-button[emphasis=high]:active{background:var(--components-button-high-background-active);border:1px solid var(--components-button-high-border-active);color:var(--components-button-high-text-active)}nv-button[emphasis=high]:focus,nv-button[emphasis=high]:focus-within{outline:none}nv-button[emphasis=high]:focus-visible,nv-button[emphasis=high]:has(:focus-visible){outline:calc(var(--focus-outline-stroke) * 1) solid var(--color-focus-brand);outline-offset:calc(var(--focus-outline-offset) * 1)}nv-button[emphasis=high]:disabled:not([disabled=false]){opacity:0.5;cursor:not-allowed;box-shadow:none}nv-button[emphasis=high][active]:not([active=false]){background:var(--components-button-high-background-active);border:1px solid var(--components-button-high-border-active);color:var(--components-button-high-text-active)}nv-button[emphasis=high][danger]:not([danger=false]){background:var(--components-button-destructive-high-background);border:1px solid transparent;color:var(--components-button-destructive-high-text)}nv-button[emphasis=high][danger]:not([danger=false]):hover{background:var(--components-button-destructive-high-background-hover);border:1px solid transparent;color:var(--components-button-destructive-high-text-hover)}nv-button[emphasis=high][danger]:not([danger=false]):focus,nv-button[emphasis=high][danger]:not([danger=false]):focus-within{outline:none}nv-button[emphasis=high][danger]:not([danger=false]):focus-visible,nv-button[emphasis=high][danger]:not([danger=false]):has(:focus-visible){outline:calc(var(--focus-outline-stroke) * 1) solid var(--color-focus-destructive);outline-offset:calc(var(--focus-outline-offset) * 1)}nv-button[emphasis=medium]{background:var(--components-button-medium-background);border:1px solid var(--components-button-medium-border);color:var(--components-button-medium-text)}nv-button[emphasis=medium]:hover{background:var(--components-button-medium-background-hover);border:1px solid var(--components-button-medium-border);color:var(--components-button-medium-text-hover)}nv-button[emphasis=medium]:active{background:var(--components-button-medium-background-active);border:1px solid var(--components-button-medium-border-active);color:var(--components-button-medium-text-active)}nv-button[emphasis=medium]:focus,nv-button[emphasis=medium]:focus-within{outline:none}nv-button[emphasis=medium]:focus-visible,nv-button[emphasis=medium]:has(:focus-visible){outline:calc(var(--focus-outline-stroke) * 1) solid var(--color-focus-brand);outline-offset:calc(var(--focus-outline-offset) * 1)}nv-button[emphasis=medium]:disabled:not([disabled=false]){opacity:0.5;cursor:not-allowed;box-shadow:none}nv-button[emphasis=medium][active]:not([active=false]){background:var(--components-button-medium-background-active);border:1px solid var(--components-button-medium-border-active);color:var(--components-button-medium-text-active)}nv-button[emphasis=medium][danger]:not([danger=false]){background:var(--components-button-destructive-medium-background);border:1px solid var(--components-button-destructive-medium-border);color:var(--components-button-destructive-medium-text)}nv-button[emphasis=medium][danger]:not([danger=false]):hover{background:var(--components-button-destructive-medium-background-hover);border:1px solid var(--components-button-destructive-medium-border);color:var(--components-button-destructive-medium-text-hover)}nv-button[emphasis=medium][danger]:not([danger=false]):focus,nv-button[emphasis=medium][danger]:not([danger=false]):focus-within{outline:none}nv-button[emphasis=medium][danger]:not([danger=false]):focus-visible,nv-button[emphasis=medium][danger]:not([danger=false]):has(:focus-visible){outline:calc(var(--focus-outline-stroke) * 1) solid var(--color-focus-destructive);outline-offset:calc(var(--focus-outline-offset) * 1)}nv-button[emphasis=low]{background:var(--components-button-low-background);border:1px solid var(--components-button-low-border);color:var(--components-button-low-text)}nv-button[emphasis=low]:hover{background:var(--components-button-low-background-hover);border:1px solid var(--components-button-low-border);color:var(--components-button-low-text-hover)}nv-button[emphasis=low]:active{background:var(--components-button-low-background-active);border:1px solid var(--components-button-low-border-active);color:var(--components-button-low-text-active)}nv-button[emphasis=low]:focus,nv-button[emphasis=low]:focus-within{outline:none}nv-button[emphasis=low]:focus-visible,nv-button[emphasis=low]:has(:focus-visible){outline:calc(var(--focus-outline-stroke) * 1) solid var(--color-focus-brand);outline-offset:calc(var(--focus-outline-offset) * 1)}nv-button[emphasis=low]:disabled:not([disabled=false]){opacity:0.5;cursor:not-allowed;box-shadow:none}nv-button[emphasis=low][active]:not([active=false]){background:var(--components-button-low-background-active);border:1px solid var(--components-button-low-border-active);color:var(--components-button-low-text-active)}nv-button[emphasis=low][danger]:not([danger=false]){background:var(--components-button-destructive-low-background);border:1px solid var(--components-button-destructive-low-border);color:var(--components-button-destructive-low-text)}nv-button[emphasis=low][danger]:not([danger=false]):hover{background:var(--components-button-destructive-low-background-hover);border:1px solid var(--components-button-destructive-low-border);color:var(--components-button-destructive-low-text-hover)}nv-button[emphasis=low][danger]:not([danger=false]):focus,nv-button[emphasis=low][danger]:not([danger=false]):focus-within{outline:none}nv-button[emphasis=low][danger]:not([danger=false]):focus-visible,nv-button[emphasis=low][danger]:not([danger=false]):has(:focus-visible){outline:calc(var(--focus-outline-stroke) * 1) solid var(--color-focus-destructive);outline-offset:calc(var(--focus-outline-offset) * 1)}nv-button[emphasis=lower]{background:var(--components-button-lower-background);border:1px solid var(--components-button-lower-border);color:var(--components-button-lower-text)}nv-button[emphasis=lower]:hover{background:var(--components-button-lower-background-hover);border:1px solid var(--components-button-lower-border);color:var(--components-button-lower-text-hover)}nv-button[emphasis=lower]:active{background:var(--components-button-lower-background-active);border:1px solid var(--components-button-lower-border-active);color:var(--components-button-lower-text-active)}nv-button[emphasis=lower]:focus,nv-button[emphasis=lower]:focus-within{outline:none}nv-button[emphasis=lower]:focus-visible,nv-button[emphasis=lower]:has(:focus-visible){outline:calc(var(--focus-outline-stroke) * 1) solid var(--color-focus-brand);outline-offset:calc(var(--focus-outline-offset) * 1)}nv-button[emphasis=lower]:disabled:not([disabled=false]){opacity:0.5;cursor:not-allowed;box-shadow:none}nv-button[emphasis=lower][active]:not([active=false]){background:var(--components-button-lower-background-active);border:1px solid var(--components-button-lower-border-active);color:var(--components-button-lower-text-active)}nv-button[emphasis=lower][danger]:not([danger=false]){background:var(--components-button-destructive-lower-background);border:1px solid var(--components-button-destructive-lower-border);color:var(--components-button-destructive-lower-text)}nv-button[emphasis=lower][danger]:not([danger=false]):hover{background:var(--components-button-destructive-lower-background-hover);border:1px solid var(--components-button-destructive-lower-border);color:var(--components-button-destructive-lower-text-hover)}nv-button[emphasis=lower][danger]:not([danger=false]):focus,nv-button[emphasis=lower][danger]:not([danger=false]):focus-within{outline:none}nv-button[emphasis=lower][danger]:not([danger=false]):focus-visible,nv-button[emphasis=lower][danger]:not([danger=false]):has(:focus-visible){outline:calc(var(--focus-outline-stroke) * 1) solid var(--color-focus-destructive);outline-offset:calc(var(--focus-outline-offset) * 1)}nv-button[fluid]:not([fluid=false]){width:100%}nv-button[loading]:not([loading=false]) [slot=leading-icon]{display:none}";
|
|
9
9
|
const NvButtonStyle0 = nvButtonCss;
|
|
10
10
|
|
|
11
11
|
const NvButton = class {
|
|
@@ -32,6 +32,11 @@ const NvButton = class {
|
|
|
32
32
|
* on less critical ones
|
|
33
33
|
*/
|
|
34
34
|
this.emphasis = 'high';
|
|
35
|
+
/**
|
|
36
|
+
* Use this prop to highlight the button when it represents the current page
|
|
37
|
+
* or active selection. This helps users understand their navigation context.
|
|
38
|
+
*/
|
|
39
|
+
this.active = false;
|
|
35
40
|
/**
|
|
36
41
|
* Applies styling that visually indicates the button represents a dangerous
|
|
37
42
|
* action.
|
|
@@ -82,6 +87,21 @@ const NvButton = class {
|
|
|
82
87
|
}
|
|
83
88
|
//#endregion METHODS
|
|
84
89
|
/****************************************************************************/
|
|
90
|
+
//#region EVENTS
|
|
91
|
+
handleKeyDown(event) {
|
|
92
|
+
if (event.key === 'Enter' || event.key === ' ') {
|
|
93
|
+
event.preventDefault();
|
|
94
|
+
this.el.click();
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
handleTouchStart(event) {
|
|
98
|
+
if (event.touches.length > 1)
|
|
99
|
+
return;
|
|
100
|
+
event.preventDefault();
|
|
101
|
+
this.el.click();
|
|
102
|
+
}
|
|
103
|
+
//#endregion EVENTS
|
|
104
|
+
/****************************************************************************/
|
|
85
105
|
//#region WATCHERS
|
|
86
106
|
handleLoadingChange(loading) {
|
|
87
107
|
this.loading = loading;
|
|
@@ -107,7 +127,7 @@ const NvButton = class {
|
|
|
107
127
|
/****************************************************************************/
|
|
108
128
|
//#region RENDER
|
|
109
129
|
render() {
|
|
110
|
-
return (index.h(index.Host, { key: '
|
|
130
|
+
return (index.h(index.Host, { key: '76ec47961a6e4443b3d6027345f94ada45d6c13f', role: "button", tabindex: "0", onClick: this.handleClick }, this.loading && (index.h("nv-loader", { key: '4d9f1ff4ccaf3060e65b68101a2e5672c79ad2b5', size: this.size === constants.ButtonSize.Large ? 'sm' : 'xs' })), index.h("slot", { key: '7a4e08881daf71fb3fb8aaa65625b767252ffb72', name: "leading-icon" }), index.h("slot", { key: 'a8d577da8439889ba517fc305ac75a50d3c121f0' }), index.h("slot", { key: '0278d86b2479950e480cc8bbd0f67438591d606f', name: "trailing-icon" })));
|
|
111
131
|
}
|
|
112
132
|
static get formAssociated() { return true; }
|
|
113
133
|
get el() { return index.getElement(this); }
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"file":"nv-button.entry.cjs.js","mappings":";;;;;;;AAAA,MAAM,WAAW,GAAG,
|
|
1
|
+
{"file":"nv-button.entry.cjs.js","mappings":";;;;;;;AAAA,MAAM,WAAW,GAAG,y1TAAy1T,CAAC;AAC92T,uBAAe,WAAW;;MCuBb,QAAQ;IANrB;;;;;;;;;;;;;;;;QAmBW,SAAI,GAAoB,IAAI,CAAC;;;;;;QAQ7B,aAAQ,GAAwB,MAAM,CAAC;;;;;QAOvC,WAAM,GAAY,KAAK,CAAC;;;;;QAOxB,WAAM,GAAY,KAAK,CAAC;;;;;;QAQjC,YAAO,GAAY,KAAK,CAAC;;;;QAMzB,aAAQ,GAAY,KAAK,CAAC;;;;QAMjB,UAAK,GAAY,KAAK,CAAC;;;;;;QAQvB,SAAI,GAAoB,QAAQ,CAAC;;;;;;;;;;QAYlC,gBAAW,GAAG,CAAC,KAAY;;YACjC,IAAI,IAAI,CAAC,OAAO,IAAI,IAAI,CAAC,QAAQ,EAAE;gBACjC,KAAK,CAAC,cAAc,EAAE,CAAC;gBACvB,OAAO;aACR;YAED,IAAI,IAAI,CAAC,IAAI,KAAK,QAAQ,EAAE;gBAC1B,MAAA,MAAA,IAAI,CAAC,SAAS,0CAAE,IAAI,0CAAE,aAAa,EAAE,CAAC;aACvC;YACD,IAAI,IAAI,CAAC,IAAI,KAAK,OAAO,EAAE;gBACzB,MAAA,MAAA,IAAI,CAAC,SAAS,0CAAE,IAAI,0CAAE,KAAK,EAAE,CAAC;aAC/B;SACF,CAAC;KAuEH;;;;IAhEC,aAAa,CAAC,KAAoB;QAChC,IAAI,KAAK,CAAC,GAAG,KAAK,OAAO,IAAI,KAAK,CAAC,GAAG,KAAK,GAAG,EAAE;YAC9C,KAAK,CAAC,cAAc,EAAE,CAAC;YACvB,IAAI,CAAC,EAAE,CAAC,KAAK,EAAE,CAAC;SACjB;KACF;IAGD,gBAAgB,CAAC,KAAiB;QAChC,IAAI,KAAK,CAAC,OAAO,CAAC,MAAM,GAAG,CAAC;YAAE,OAAO;QACrC,KAAK,CAAC,cAAc,EAAE,CAAC;QACvB,IAAI,CAAC,EAAE,CAAC,KAAK,EAAE,CAAC;KACjB;;;;IAOD,mBAAmB,CAAC,OAAgB;QAClC,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;QACvB,IAAI,CAAC,QAAQ,GAAG,OAAO,CAAC;KACzB;IAGD,oBAAoB,CAAC,QAAiB;QACpC,IAAI,IAAI,CAAC,OAAO,EAAE;YAChB,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,OAAO,CAAC;SAC9B;aAAM;YACL,IAAI,CAAC,QAAQ,GAAG,QAAQ,CAAC;SAC1B;KACF;;;;IAMD,iBAAiB;QACf,IAAI,IAAI,CAAC,OAAO,EAAE;YAChB,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,OAAO,CAAC;SAC9B;KACF;;;;IAMD,MAAM;QACJ,QACEA,QAACC,UAAI,qDAAC,IAAI,EAAC,QAAQ,EAAC,QAAQ,EAAC,GAAG,EAAC,OAAO,EAAE,IAAI,CAAC,WAAW,IACvD,IAAI,CAAC,OAAO,KACXD,wEACE,IAAI,EAAE,IAAI,CAAC,IAAI,KAAKE,oBAAU,CAAC,KAAK,GAAG,IAAI,GAAG,IAAI,GACvC,CACd,EAEDF,mEAAM,IAAI,EAAC,cAAc,GAAQ,EACjCA,oEAAa,EACbA,mEAAM,IAAI,EAAC,eAAe,GAAQ,CAC7B,EACP;KACH;;;;;;;;;;;;","names":["h","Host","ButtonSize"],"sources":["src/components/nv-button/styles/nv-button.scss?tag=nv-button","src/components/nv-button/nv-button.tsx"],"sourcesContent":["@use \"./mixins\" as *;\n\n// Make sure to update nv-button class in the tailwind-components.scss file when\n// you add new styles or change the structure here.\nnv-button {\n @include root-styles();\n\n @each $size in $sizes {\n &[size=\"#{$size}\"] {\n @include size-styles($size);\n }\n }\n\n @each $emphasis in $emphases {\n &[emphasis=\"#{$emphasis}\"] {\n @include emphasis-styles($emphasis);\n\n &[active]:not([active=\"false\"]) {\n @include active-styles($emphasis);\n }\n\n &[danger]:not([danger=\"false\"]) {\n @include danger-styles($emphasis);\n }\n }\n }\n\n &[fluid]:not([fluid=\"false\"]) {\n @include fluid-styles();\n }\n\n &[loading]:not([loading=\"false\"]) {\n [slot=\"leading-icon\"] {\n display: none;\n }\n }\n}\n","import {\n Component,\n Listen,\n Host,\n h,\n Prop,\n AttachInternals,\n Element,\n Watch,\n} from '@stencil/core';\n\nimport { ButtonSize, ButtonEmphasis, ButtonType } from '../../utils/constants';\n\n/**\n * @slot default - Content of the button.\n * @slot leading-icon - Icon before the label.\n * @slot trailing-icon - Icon after the label.\n */\n@Component({\n tag: 'nv-button',\n shadow: false,\n formAssociated: true,\n styleUrl: 'styles/nv-button.scss',\n})\nexport class NvButton {\n @AttachInternals() internals: ElementInternals;\n @Element() el: HTMLNvButtonElement;\n\n /****************************************************************************/\n //#region PROPERTIES\n\n /**\n * Determines how large or small the button appears, allowing for\n * customization of the button's dimensions to fit different design\n * specifications and user needs.\n */\n @Prop({ reflect: true })\n readonly size: `${ButtonSize}` = 'md';\n\n /**\n * Adjusts the button's emphasis to make it more or less visually prominent\n * to users. Use this to draw attention to important actions or reduce focus\n * on less critical ones\n */\n @Prop({ reflect: true })\n readonly emphasis: `${ButtonEmphasis}` = 'high';\n\n /**\n * Use this prop to highlight the button when it represents the current page\n * or active selection. This helps users understand their navigation context.\n */\n @Prop({ reflect: true })\n readonly active: boolean = false;\n\n /**\n * Applies styling that visually indicates the button represents a dangerous\n * action.\n */\n @Prop({ reflect: true })\n readonly danger: boolean = false;\n\n /**\n * Set this to true to show a spinner on the button, letting users know that\n * their action is being processed. It helps improve user experience by\n * indicating ongoing activities.\n */\n @Prop({ reflect: true, mutable: true })\n loading: boolean = false;\n\n /**\n * Disables the button, preventing user interaction.\n */\n @Prop({ reflect: true, mutable: true })\n disabled: boolean = false;\n\n /**\n * Allows the button to stretch and fill the entire width of its container.\n */\n @Prop({ reflect: true })\n readonly fluid: boolean = false;\n\n /**\n * Sets the button type to control its function in forms. Use 'submit' to send\n * form data, 'reset' to clear the form, or 'button' for a standard button\n * that doesn’t interact with form submission by default.\n */\n @Prop({ reflect: true })\n readonly type: `${ButtonType}` = 'button';\n\n //#endregion PROPERTIES\n /****************************************************************************/\n //#region METHODS\n\n /**\n * Handles form-related actions when the button is clicked.\n * - Submits the form if the button type is 'submit'.\n * - Resets the form if the button type is 'reset'.\n * @param {Event} event - The click event.\n */\n private handleClick = (event: Event) => {\n if (this.loading || this.disabled) {\n event.preventDefault();\n return;\n }\n\n if (this.type === 'submit') {\n this.internals?.form?.requestSubmit();\n }\n if (this.type === 'reset') {\n this.internals?.form?.reset();\n }\n };\n\n //#endregion METHODS\n /****************************************************************************/\n //#region EVENTS\n\n @Listen('keydown', { passive: false })\n handleKeyDown(event: KeyboardEvent) {\n if (event.key === 'Enter' || event.key === ' ') {\n event.preventDefault();\n this.el.click();\n }\n }\n\n @Listen('touchstart', { passive: false })\n handleTouchStart(event: TouchEvent) {\n if (event.touches.length > 1) return;\n event.preventDefault();\n this.el.click();\n }\n\n //#endregion EVENTS\n /****************************************************************************/\n //#region WATCHERS\n\n @Watch('loading')\n handleLoadingChange(loading: boolean) {\n this.loading = loading;\n this.disabled = loading;\n }\n\n @Watch('disabled')\n handleDisabledChange(disabled: boolean) {\n if (this.loading) {\n this.disabled = this.loading;\n } else {\n this.disabled = disabled;\n }\n }\n\n //#endregion WATCHERS\n /****************************************************************************/\n //#region LIFECYCLE\n\n componentWillLoad() {\n if (this.loading) {\n this.disabled = this.loading;\n }\n }\n\n //#endregion LIFECYCLE\n /****************************************************************************/\n //#region RENDER\n\n render() {\n return (\n <Host role=\"button\" tabindex=\"0\" onClick={this.handleClick}>\n {this.loading && (\n <nv-loader\n size={this.size === ButtonSize.Large ? 'sm' : 'xs'}\n ></nv-loader>\n )}\n\n <slot name=\"leading-icon\"></slot>\n <slot></slot>\n <slot name=\"trailing-icon\"></slot>\n </Host>\n );\n }\n\n //#endregion RENDER\n}\n"],"version":3}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
5
|
+
const index = require('./index-5910ba06.js');
|
|
6
6
|
const clsx = require('./clsx-fc789adc.js');
|
|
7
7
|
|
|
8
8
|
const nvColCss = "nv-col{display:block;flex:1 1 0%;padding-left:calc(var(--spacing-4) / 2);padding-right:calc(var(--spacing-4) / 2)}nv-col[class*=w-]{flex:none}nv-col.w-1\\/12{width:calc(100% * 1 / 12)}nv-col.w-2\\/12{width:calc(100% * 2 / 12)}nv-col.w-3\\/12{width:calc(100% * 3 / 12)}nv-col.w-4\\/12{width:calc(100% * 4 / 12)}nv-col.w-5\\/12{width:calc(100% * 5 / 12)}nv-col.w-6\\/12{width:calc(100% * 6 / 12)}nv-col.w-7\\/12{width:calc(100% * 7 / 12)}nv-col.w-8\\/12{width:calc(100% * 8 / 12)}nv-col.w-9\\/12{width:calc(100% * 9 / 12)}nv-col.w-10\\/12{width:calc(100% * 10 / 12)}nv-col.w-11\\/12{width:calc(100% * 11 / 12)}nv-col.w-12\\/12{width:calc(100% * 12 / 12)}";
|
|
@@ -30,7 +30,7 @@ const NvCol = class {
|
|
|
30
30
|
/****************************************************************************/
|
|
31
31
|
//#region RENDER
|
|
32
32
|
render() {
|
|
33
|
-
return (index.h(index.Host, { key: '
|
|
33
|
+
return (index.h(index.Host, { key: '9a8a19ece2570e4a0c7f3b7ef1e3cb683f15f1a5', class: clsx.clsx(this.getColSize()) }, index.h("slot", { key: 'c6d5c9e86c51ce25d7a0a3801cf1a78126b0eb26' })));
|
|
34
34
|
}
|
|
35
35
|
};
|
|
36
36
|
NvCol.style = NvColStyle0;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
5
|
+
const index = require('./index-5910ba06.js');
|
|
6
6
|
|
|
7
7
|
/**
|
|
8
8
|
* table-core
|
|
@@ -3218,7 +3218,7 @@ const NvDatagrid = class {
|
|
|
3218
3218
|
(this.parsedData.length === 0 && !this.hasSlotBody)
|
|
3219
3219
|
? []
|
|
3220
3220
|
: (_c = (_b = this.table) === null || _b === void 0 ? void 0 : _b.getRowModel()) === null || _c === void 0 ? void 0 : _c.rows;
|
|
3221
|
-
return (index.h(index.Host, { key: '
|
|
3221
|
+
return (index.h(index.Host, { key: '13cd91359b7830c7f594d0c865ab3f19d3c63a7c' }, index.h("div", { key: '7f3e9987995d3ede810a4f046f0c2eebacb185b3', class: "hidden" }, index.h("slot", { key: 'a1714ab7e46de2b653dcde73ea41ab1305a3e769' }), index.h("slot", { key: 'a63f14732f0ed28bacd5754fcc397632877d4913', name: "head" }), index.h("slot", { key: '1dff474ff990941685b207efe3c4e96a47b80d3e', name: "body" })), index.h("slot", { key: '322ee7e1107b41b9bfa2d5a985e308f243e0cf80', name: "before" }), this.parsedColumns.length === 0 &&
|
|
3222
3222
|
this.parsedData.length === 0 &&
|
|
3223
3223
|
!this.hasSlotHead &&
|
|
3224
3224
|
!this.hasSlotBody ? (index.h("p", null, this.noColumnsNoDataMessage)) : (index.h("table", null, this.parsedColumns.length > 0 && headerGroups.length > 0 && (index.h("thead", null, this.parsedColumns.length > 0 && headerGroups
|
|
@@ -3233,7 +3233,7 @@ const NvDatagrid = class {
|
|
|
3233
3233
|
return `<td key="${cell.id}" data-row-id="${rowId}">${cellValue}</td>`;
|
|
3234
3234
|
}).join('');
|
|
3235
3235
|
return index.h("tr", { key: rowId, innerHTML: cells });
|
|
3236
|
-
}))))), index.h("slot", { key: '
|
|
3236
|
+
}))))), index.h("slot", { key: 'b9bbe19ca21adf208570b85bcb8fa10456a5fd1c', name: "after" })));
|
|
3237
3237
|
}
|
|
3238
3238
|
get el() { return index.getElement(this); }
|
|
3239
3239
|
static get watchers() { return {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
5
|
+
const index = require('./index-5910ba06.js');
|
|
6
6
|
|
|
7
7
|
const nvDatagridbodyCss = "";
|
|
8
8
|
const NvDatagridbodyStyle0 = nvDatagridbodyCss;
|
|
@@ -14,7 +14,7 @@ const NvDatagridbody = class {
|
|
|
14
14
|
/****************************************************************************/
|
|
15
15
|
//#region RENDER
|
|
16
16
|
render() {
|
|
17
|
-
return (index.h(index.Host, { key: '
|
|
17
|
+
return (index.h(index.Host, { key: 'b2169c2fb8df2c2270de682161e3afd63faaeeac' }, index.h("tbody", { key: 'b4037e80ffd57138c7b9091ea1836eafe13c18e7' }, index.h("slot", { key: '9f91c8bf946750466b09f778f0471e3d967166d1' }))));
|
|
18
18
|
}
|
|
19
19
|
};
|
|
20
20
|
NvDatagridbody.style = NvDatagridbodyStyle0;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
5
|
+
const index = require('./index-5910ba06.js');
|
|
6
6
|
|
|
7
7
|
const nvDatagridcolumnCss = "";
|
|
8
8
|
const NvDatagridcolumnStyle0 = nvDatagridcolumnCss;
|
|
@@ -15,7 +15,7 @@ const NvDatagridcolumn = class {
|
|
|
15
15
|
/****************************************************************************/
|
|
16
16
|
//#region RENDER
|
|
17
17
|
render() {
|
|
18
|
-
return (index.h(index.Host, { key: '
|
|
18
|
+
return (index.h(index.Host, { key: 'a9f6f5c945e1b7fb7466c04efc212e4f61f625be' }, index.h("th", { key: '5d073bd0eaf6f38121470f2daf5b0023a601bee3' }, index.h("slot", { key: '252de21f8cab57ddcf7b1d5a42e0394ffac5db46' }))));
|
|
19
19
|
}
|
|
20
20
|
};
|
|
21
21
|
NvDatagridcolumn.style = NvDatagridcolumnStyle0;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
5
|
+
const index = require('./index-5910ba06.js');
|
|
6
6
|
|
|
7
7
|
const nvDatagriddatacellCss = "";
|
|
8
8
|
const NvDatagriddatacellStyle0 = nvDatagriddatacellCss;
|
|
@@ -15,7 +15,7 @@ const NvDatagriddatacell = class {
|
|
|
15
15
|
/****************************************************************************/
|
|
16
16
|
//#region RENDER
|
|
17
17
|
render() {
|
|
18
|
-
return (index.h(index.Host, { key: '
|
|
18
|
+
return (index.h(index.Host, { key: '4272b96994034a45def24742b8a6a23458928190' }, index.h("td", { key: '798abaa3cf121af378be170230d080740578fb70' }, index.h("slot", { key: '09335c80966c4fd10329cf6f2821c6f5409eb806' }))));
|
|
19
19
|
}
|
|
20
20
|
};
|
|
21
21
|
NvDatagriddatacell.style = NvDatagriddatacellStyle0;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
5
|
+
const index = require('./index-5910ba06.js');
|
|
6
6
|
|
|
7
7
|
const nvDatagridheadCss = "";
|
|
8
8
|
const NvDatagridheadStyle0 = nvDatagridheadCss;
|
|
@@ -14,7 +14,7 @@ const NvDatagridhead = class {
|
|
|
14
14
|
/****************************************************************************/
|
|
15
15
|
//#region RENDER
|
|
16
16
|
render() {
|
|
17
|
-
return (index.h(index.Host, { key: '
|
|
17
|
+
return (index.h(index.Host, { key: 'f136ccd96f48d5743cc1c08c26029421af4ab2c0' }, index.h("thead", { key: 'ad54538a6f4e452865c42fc9b7db2011ca1fc5b8' }, index.h("slot", { key: 'dc0c6baf00c50aba57d43bb3f159a648dea3f1e1' }))));
|
|
18
18
|
}
|
|
19
19
|
};
|
|
20
20
|
NvDatagridhead.style = NvDatagridheadStyle0;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
5
|
+
const index = require('./index-5910ba06.js');
|
|
6
6
|
|
|
7
7
|
const nvDatagridrowCss = "";
|
|
8
8
|
const NvDatagridrowStyle0 = nvDatagridrowCss;
|
|
@@ -14,7 +14,7 @@ const NvDatagridrow = class {
|
|
|
14
14
|
/****************************************************************************/
|
|
15
15
|
//#region RENDER
|
|
16
16
|
render() {
|
|
17
|
-
return (index.h(index.Host, { key: '
|
|
17
|
+
return (index.h(index.Host, { key: 'd0620053b5cc816c5869c75884fc8e4bdae90577' }, index.h("tr", { key: '86f5107709792be9f27999ab5481b8dbb5ec66f3' }, index.h("slot", { key: '5a15389d2b7a2cf9dd4fdab34aaa2424067b459d' }))));
|
|
18
18
|
}
|
|
19
19
|
};
|
|
20
20
|
NvDatagridrow.style = NvDatagridrowStyle0;
|