@nova-design-system/nova-webcomponents 3.26.0 → 3.27.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/{index-BQjqJTJB.js → index-Cfkoz1kc.js} +5 -1
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/native.cjs.js +2 -2
- package/dist/cjs/nv-accordion-item.cjs.entry.js +1 -1
- package/dist/cjs/nv-accordion.cjs.entry.js +1 -1
- package/dist/cjs/nv-alert.cjs.entry.js +1 -1
- package/dist/cjs/nv-avatar.cjs.entry.js +1 -1
- package/dist/cjs/nv-badge_2.cjs.entry.js +1 -1
- package/dist/cjs/nv-breadcrumb.cjs.entry.js +1 -1
- package/dist/cjs/nv-breadcrumbs.cjs.entry.js +1 -1
- package/dist/cjs/nv-button.cjs.entry.js +1 -1
- package/dist/cjs/nv-buttongroup.cjs.entry.js +1 -1
- package/dist/cjs/nv-calendar.cjs.entry.js +1 -1
- package/dist/cjs/nv-col.cjs.entry.js +1 -1
- package/dist/cjs/nv-datagrid.cjs.entry.js +1 -1
- package/dist/cjs/nv-datagridcolumn.cjs.entry.js +1 -1
- package/dist/cjs/nv-dialog.cjs.entry.js +16 -3
- package/dist/cjs/nv-dialogfooter_2.cjs.entry.js +1 -1
- package/dist/cjs/nv-drawer.cjs.entry.js +1 -1
- package/dist/cjs/nv-drawerfooter_2.cjs.entry.js +1 -1
- package/dist/cjs/nv-fieldcheckbox.cjs.entry.js +1 -1
- package/dist/cjs/nv-fielddate.cjs.entry.js +1 -1
- package/dist/cjs/nv-fielddaterange.cjs.entry.js +1 -1
- package/dist/cjs/nv-fielddropdown.cjs.entry.js +1 -1
- package/dist/cjs/nv-fielddropdownitem.cjs.entry.js +1 -1
- package/dist/cjs/nv-fieldmultiselect.cjs.entry.js +1 -1
- package/dist/cjs/nv-fieldnumber.cjs.entry.js +1 -1
- package/dist/cjs/nv-fieldpassword.cjs.entry.js +1 -1
- package/dist/cjs/nv-fieldradio.cjs.entry.js +1 -1
- package/dist/cjs/nv-fieldselect.cjs.entry.js +1 -1
- package/dist/cjs/nv-fieldslider.cjs.entry.js +1 -1
- package/dist/cjs/nv-fieldtext.cjs.entry.js +1 -1
- package/dist/cjs/nv-fieldtextarea.cjs.entry.js +1 -1
- package/dist/cjs/nv-fieldtime.cjs.entry.js +1 -1
- package/dist/cjs/nv-icon.cjs.entry.js +2 -2
- package/dist/cjs/nv-iconbutton_2.cjs.entry.js +1 -1
- package/dist/cjs/nv-menu.cjs.entry.js +1 -1
- package/dist/cjs/nv-menuitem.cjs.entry.js +1 -1
- package/dist/cjs/nv-notification-bullet.cjs.entry.js +1 -1
- package/dist/cjs/nv-notification.cjs.entry.js +1 -1
- package/dist/cjs/nv-notificationcontainer.cjs.entry.js +1 -1
- package/dist/cjs/nv-pagination-nav.cjs.entry.js +198 -0
- package/dist/cjs/nv-paginationtable.cjs.entry.js +2 -2
- package/dist/cjs/nv-popover.cjs.entry.js +2 -2
- package/dist/cjs/nv-row.cjs.entry.js +2 -2
- package/dist/cjs/nv-sidebar.cjs.entry.js +2 -2
- package/dist/cjs/nv-sidebarcontent.cjs.entry.js +2 -2
- package/dist/cjs/nv-sidebardivider.cjs.entry.js +2 -2
- package/dist/cjs/nv-sidebarfooter.cjs.entry.js +2 -2
- package/dist/cjs/nv-sidebargroup.cjs.entry.js +2 -2
- package/dist/cjs/nv-sidebarheader.cjs.entry.js +2 -2
- package/dist/cjs/nv-sidebarlogo.cjs.entry.js +2 -2
- package/dist/cjs/nv-sidebarnavitem.cjs.entry.js +12 -5
- package/dist/cjs/nv-sidebarnavsubitem.cjs.entry.js +2 -2
- package/dist/cjs/nv-split.cjs.entry.js +2 -2
- package/dist/cjs/nv-stack.cjs.entry.js +2 -2
- package/dist/cjs/nv-table.cjs.entry.js +2 -2
- package/dist/cjs/nv-tableheader.cjs.entry.js +2 -2
- package/dist/cjs/nv-toggle.cjs.entry.js +3 -3
- package/dist/cjs/nv-togglebutton.cjs.entry.js +2 -2
- package/dist/cjs/nv-togglebuttongroup.cjs.entry.js +2 -2
- package/dist/cjs/nv-tooltip.cjs.entry.js +2 -2
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/nv-dialog/nv-dialog.js +15 -2
- package/dist/collection/components/nv-pagination-nav/nv-pagination-nav.css +37 -0
- package/dist/collection/components/nv-pagination-nav/nv-pagination-nav.docs.js +278 -0
- package/dist/collection/components/nv-pagination-nav/nv-pagination-nav.js +359 -0
- package/dist/collection/components/nv-pagination-nav/nv-pagination-nav.utils.js +70 -0
- package/dist/collection/components/nv-pagination-nav/test/nv-pagination-nav.utils.test.js +66 -0
- package/dist/collection/components/nv-paginationtable/nv-paginationtable.js +1 -1
- 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-sidebar/nv-sidebar.js +1 -1
- package/dist/collection/components/nv-sidebarcontent/nv-sidebarcontent.js +1 -1
- package/dist/collection/components/nv-sidebardivider/nv-sidebardivider.js +1 -1
- package/dist/collection/components/nv-sidebarfooter/nv-sidebarfooter.js +1 -1
- package/dist/collection/components/nv-sidebargroup/nv-sidebargroup.js +1 -1
- package/dist/collection/components/nv-sidebarheader/nv-sidebarheader.js +1 -1
- package/dist/collection/components/nv-sidebarlogo/nv-sidebarlogo.js +3 -1
- package/dist/collection/components/nv-sidebarnavitem/nv-sidebarnavitem.js +11 -4
- package/dist/collection/components/nv-sidebarnavsubitem/nv-sidebarnavsubitem.js +1 -1
- package/dist/collection/components/nv-split/nv-split.js +1 -1
- package/dist/collection/components/nv-stack/nv-stack.js +1 -1
- package/dist/collection/components/nv-table/nv-table.js +1 -1
- package/dist/collection/components/nv-tableheader/nv-tableheader.js +1 -1
- 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.js +1 -1
- package/dist/collection/components/nv-tooltip/nv-tooltip.js +1 -1
- package/dist/components/index.js +1 -1
- package/dist/components/nv-accordion-item.js +1 -1
- package/dist/components/nv-accordion.js +1 -1
- package/dist/components/nv-alert.js +1 -1
- package/dist/components/nv-avatar.js +1 -1
- package/dist/components/nv-badge.js +1 -1
- package/dist/components/nv-breadcrumb.js +1 -1
- package/dist/components/nv-breadcrumbs.js +1 -1
- package/dist/components/nv-button.js +1 -1
- package/dist/components/nv-buttongroup.js +1 -1
- package/dist/components/nv-calendar.js +1 -1
- package/dist/components/nv-col.js +1 -1
- package/dist/components/nv-datagrid.js +1 -1
- package/dist/components/nv-datagridcolumn.js +1 -1
- package/dist/components/nv-dialog.js +1 -1
- package/dist/components/nv-dialogfooter.js +1 -1
- package/dist/components/nv-dialogheader.js +1 -1
- package/dist/components/nv-drawer.js +1 -1
- package/dist/components/nv-drawerfooter.js +1 -1
- package/dist/components/nv-drawerheader.js +1 -1
- package/dist/components/nv-fieldcheckbox.js +1 -1
- package/dist/components/nv-fielddate.js +1 -1
- package/dist/components/nv-fielddaterange.js +1 -1
- package/dist/components/nv-fielddropdown.js +1 -1
- package/dist/components/nv-fielddropdownitem.js +1 -1
- package/dist/components/nv-fielddropdownitemcheck.js +1 -1
- package/dist/components/nv-fieldmultiselect.js +1 -1
- package/dist/components/nv-fieldnumber.js +1 -1
- package/dist/components/nv-fieldpassword.js +1 -1
- package/dist/components/nv-fieldradio.js +1 -1
- package/dist/components/nv-fieldselect.js +1 -1
- package/dist/components/nv-fieldslider.js +1 -1
- package/dist/components/nv-fieldtext.js +1 -1
- package/dist/components/nv-fieldtextarea.js +1 -1
- package/dist/components/nv-fieldtime.js +1 -1
- 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 +1 -1
- package/dist/components/nv-menuitem.js +1 -1
- package/dist/components/nv-notification-bullet.js +1 -1
- package/dist/components/nv-notification.js +1 -1
- package/dist/components/nv-notificationcontainer.js +1 -1
- package/dist/components/nv-pagination-nav.d.ts +11 -0
- package/dist/components/nv-pagination-nav.js +1 -0
- package/dist/components/nv-paginationtable.js +1 -1
- package/dist/components/nv-popover.js +1 -1
- package/dist/components/nv-row.js +1 -1
- package/dist/components/nv-sidebar.js +1 -1
- package/dist/components/nv-sidebarcontent.js +1 -1
- package/dist/components/nv-sidebardivider.js +1 -1
- package/dist/components/nv-sidebarfooter.js +1 -1
- package/dist/components/nv-sidebargroup.js +1 -1
- package/dist/components/nv-sidebarheader.js +1 -1
- package/dist/components/nv-sidebarlogo.js +1 -1
- package/dist/components/nv-sidebarnavitem.js +1 -1
- package/dist/components/nv-sidebarnavsubitem.js +1 -1
- package/dist/components/nv-split.js +1 -1
- package/dist/components/nv-stack.js +1 -1
- package/dist/components/nv-table.js +1 -1
- package/dist/components/nv-tableheader.js +1 -1
- package/dist/components/nv-toggle.js +1 -1
- 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-iXsbKJzR.js → p-6nAIGZFL.js} +1 -1
- package/dist/components/{p-DhDxhFz-.js → p-BBy1Mdgv.js} +1 -1
- package/dist/components/{p-BAlaMmS4.js → p-BMpkyzCW.js} +1 -1
- package/dist/components/{p-DqU-wS_x.js → p-Ba1zVklG.js} +1 -1
- package/dist/components/{p-nmQOuX7R.js → p-BvxuoODv.js} +1 -1
- package/dist/components/{p-yHGZRC6Q.js → p-BwYt1BAb.js} +1 -1
- package/dist/components/{p-CEI7jWvn.js → p-CAGzfU3O.js} +1 -1
- package/dist/components/{p-jZF_Ggmx.js → p-CV12ukSl.js} +1 -1
- package/dist/components/{p-D15RdWEG.js → p-CZkFkVd8.js} +1 -1
- package/dist/components/{p-FSPz8FER.js → p-CcmfuwSa.js} +1 -1
- package/dist/components/{p-BPufjY85.js → p-CqJqzGJS.js} +1 -1
- package/dist/components/{p-RUeDcouW.js → p-D-MnI-R8.js} +1 -1
- package/dist/components/{p-Bh6WGsHA.js → p-D0bGRzSN.js} +1 -1
- package/dist/components/{p-laRga5dw.js → p-DC_2597n.js} +1 -1
- package/dist/components/{p-DDqZBSGn.js → p-Db4JZxyy.js} +1 -1
- package/dist/components/{p-BfaMgLx7.js → p-DlOgBZa8.js} +2 -2
- package/dist/components/{p-DHNSuxz-.js → p-DrgqO3gF.js} +1 -1
- package/dist/components/{p-C9p4yTS2.js → p-Ho_7-x5W.js} +1 -1
- package/dist/components/{p-C2J7j_fw.js → p-IzPWk8zx.js} +1 -1
- package/dist/components/{p-B5KLppep.js → p-S18SgvAW.js} +1 -1
- package/dist/components/{p-CAKTe96z.js → p-T-bBxAoT.js} +1 -1
- package/dist/components/{p-CZcMM7Lh.js → p-kMTGXpRx.js} +1 -1
- package/dist/components/{p-Ce1IBFTa.js → p-uAXqRBhx.js} +1 -1
- package/dist/esm/{index-S-IZ4AN_.js → index-BCjiE1MF.js} +5 -1
- package/dist/esm/loader.js +3 -3
- package/dist/esm/native.js +3 -3
- package/dist/esm/nv-accordion-item.entry.js +1 -1
- package/dist/esm/nv-accordion.entry.js +1 -1
- package/dist/esm/nv-alert.entry.js +1 -1
- package/dist/esm/nv-avatar.entry.js +1 -1
- package/dist/esm/nv-badge_2.entry.js +1 -1
- package/dist/esm/nv-breadcrumb.entry.js +1 -1
- package/dist/esm/nv-breadcrumbs.entry.js +1 -1
- package/dist/esm/nv-button.entry.js +1 -1
- package/dist/esm/nv-buttongroup.entry.js +1 -1
- package/dist/esm/nv-calendar.entry.js +1 -1
- package/dist/esm/nv-col.entry.js +1 -1
- package/dist/esm/nv-datagrid.entry.js +1 -1
- package/dist/esm/nv-datagridcolumn.entry.js +1 -1
- package/dist/esm/nv-dialog.entry.js +16 -3
- package/dist/esm/nv-dialogfooter_2.entry.js +1 -1
- package/dist/esm/nv-drawer.entry.js +1 -1
- package/dist/esm/nv-drawerfooter_2.entry.js +1 -1
- package/dist/esm/nv-fieldcheckbox.entry.js +1 -1
- package/dist/esm/nv-fielddate.entry.js +1 -1
- package/dist/esm/nv-fielddaterange.entry.js +1 -1
- package/dist/esm/nv-fielddropdown.entry.js +1 -1
- package/dist/esm/nv-fielddropdownitem.entry.js +1 -1
- package/dist/esm/nv-fieldmultiselect.entry.js +1 -1
- package/dist/esm/nv-fieldnumber.entry.js +1 -1
- package/dist/esm/nv-fieldpassword.entry.js +1 -1
- package/dist/esm/nv-fieldradio.entry.js +1 -1
- package/dist/esm/nv-fieldselect.entry.js +1 -1
- package/dist/esm/nv-fieldslider.entry.js +1 -1
- package/dist/esm/nv-fieldtext.entry.js +1 -1
- package/dist/esm/nv-fieldtextarea.entry.js +1 -1
- package/dist/esm/nv-fieldtime.entry.js +1 -1
- package/dist/esm/nv-icon.entry.js +2 -2
- package/dist/esm/nv-iconbutton_2.entry.js +1 -1
- package/dist/esm/nv-menu.entry.js +1 -1
- package/dist/esm/nv-menuitem.entry.js +1 -1
- package/dist/esm/nv-notification-bullet.entry.js +1 -1
- package/dist/esm/nv-notification.entry.js +1 -1
- package/dist/esm/nv-notificationcontainer.entry.js +1 -1
- package/dist/esm/nv-pagination-nav.entry.js +196 -0
- package/dist/esm/nv-paginationtable.entry.js +2 -2
- package/dist/esm/nv-popover.entry.js +2 -2
- package/dist/esm/nv-row.entry.js +2 -2
- package/dist/esm/nv-sidebar.entry.js +2 -2
- package/dist/esm/nv-sidebarcontent.entry.js +2 -2
- package/dist/esm/nv-sidebardivider.entry.js +2 -2
- package/dist/esm/nv-sidebarfooter.entry.js +2 -2
- package/dist/esm/nv-sidebargroup.entry.js +2 -2
- package/dist/esm/nv-sidebarheader.entry.js +2 -2
- package/dist/esm/nv-sidebarlogo.entry.js +2 -2
- package/dist/esm/nv-sidebarnavitem.entry.js +12 -5
- package/dist/esm/nv-sidebarnavsubitem.entry.js +2 -2
- package/dist/esm/nv-split.entry.js +2 -2
- package/dist/esm/nv-stack.entry.js +2 -2
- package/dist/esm/nv-table.entry.js +2 -2
- package/dist/esm/nv-tableheader.entry.js +2 -2
- package/dist/esm/nv-toggle.entry.js +3 -3
- package/dist/esm/nv-togglebutton.entry.js +2 -2
- package/dist/esm/nv-togglebuttongroup.entry.js +2 -2
- package/dist/esm/nv-tooltip.entry.js +2 -2
- package/dist/native/native.css +1 -1
- package/dist/native/native.esm.js +1 -1
- package/dist/native/{p-7c413f8b.entry.js → p-03cc1f2c.entry.js} +1 -1
- package/dist/native/{p-1bf1a213.entry.js → p-0fe84123.entry.js} +1 -1
- package/dist/native/{p-bdaab534.entry.js → p-148c1d3e.entry.js} +1 -1
- package/dist/native/{p-fba55e2f.entry.js → p-157c5ac8.entry.js} +1 -1
- package/dist/native/{p-1a5db5e9.entry.js → p-18bdc07a.entry.js} +1 -1
- package/dist/native/{p-945ca1db.entry.js → p-1aea6fe0.entry.js} +1 -1
- package/dist/native/{p-79d8c26b.entry.js → p-1c97c353.entry.js} +1 -1
- package/dist/native/p-1e0ca4df.entry.js +1 -0
- package/dist/native/{p-3a04a563.entry.js → p-1f8cc03a.entry.js} +1 -1
- package/dist/native/p-23f0ca96.entry.js +1 -0
- package/dist/native/{p-bd143e7b.entry.js → p-24ce0c8d.entry.js} +1 -1
- package/dist/native/{p-7a8e2ef3.entry.js → p-24f69387.entry.js} +1 -1
- package/dist/native/{p-d46ea49a.entry.js → p-25ef7329.entry.js} +1 -1
- package/dist/native/{p-3fb1a188.entry.js → p-31ba86b3.entry.js} +1 -1
- package/dist/native/{p-c3ea1eca.entry.js → p-34e19b6e.entry.js} +1 -1
- package/dist/native/{p-0e8b544b.entry.js → p-39366f18.entry.js} +1 -1
- package/dist/native/{p-bef3d325.entry.js → p-3a35cf46.entry.js} +1 -1
- package/dist/native/{p-31301f1e.entry.js → p-46267895.entry.js} +1 -1
- package/dist/native/{p-043d500e.entry.js → p-539c04ad.entry.js} +1 -1
- package/dist/native/{p-e937d495.entry.js → p-56593bf0.entry.js} +1 -1
- package/dist/native/{p-70abbe4f.entry.js → p-591f3dcc.entry.js} +1 -1
- package/dist/native/p-597cac0f.entry.js +1 -0
- package/dist/native/{p-dc0d1690.entry.js → p-5a7e46ad.entry.js} +1 -1
- package/dist/native/{p-e1021e2c.entry.js → p-5c003e50.entry.js} +1 -1
- package/dist/native/{p-1dd3da3b.entry.js → p-5ce3d30b.entry.js} +1 -1
- package/dist/native/p-5f42a7f1.entry.js +1 -0
- package/dist/native/{p-a9a20f37.entry.js → p-6742f88f.entry.js} +1 -1
- package/dist/native/{p-5cbf5973.entry.js → p-67e0680e.entry.js} +1 -1
- package/dist/native/{p-6a9363a6.entry.js → p-6f3c3e2a.entry.js} +1 -1
- package/dist/native/{p-17f2525a.entry.js → p-7aac0b1a.entry.js} +1 -1
- package/dist/native/{p-f22d2ad9.entry.js → p-7d49e88d.entry.js} +1 -1
- package/dist/native/{p-06a17aba.entry.js → p-7ec28d5d.entry.js} +1 -1
- package/dist/native/{p-89f7d483.entry.js → p-855f7be1.entry.js} +1 -1
- package/dist/native/{p-04956305.entry.js → p-87758615.entry.js} +1 -1
- package/dist/native/{p-11eb959b.entry.js → p-8a0dc37b.entry.js} +1 -1
- package/dist/native/{p-6b655545.entry.js → p-8f76e030.entry.js} +1 -1
- package/dist/native/{p-b0d97496.entry.js → p-90b8b889.entry.js} +1 -1
- package/dist/native/{p-a8bc3b92.entry.js → p-927b655d.entry.js} +1 -1
- package/dist/native/{p-a9a07a8d.entry.js → p-9709c7d5.entry.js} +1 -1
- package/dist/native/{p-97a5f8d5.entry.js → p-99726dd4.entry.js} +1 -1
- package/dist/native/{p-0ec34d19.entry.js → p-9fda1976.entry.js} +1 -1
- package/dist/native/{p-S-IZ4AN_.js → p-BCjiE1MF.js} +1 -1
- package/dist/native/{p-aa232a20.entry.js → p-a16f8a14.entry.js} +1 -1
- package/dist/native/{p-bdbc92d9.entry.js → p-a6b3256b.entry.js} +1 -1
- package/dist/native/{p-702a6646.entry.js → p-b3964a1c.entry.js} +1 -1
- package/dist/native/{p-85c8be32.entry.js → p-bb43a3b4.entry.js} +1 -1
- package/dist/native/{p-e05b6008.entry.js → p-c0b05d6f.entry.js} +1 -1
- package/dist/native/p-c214e4af.entry.js +1 -0
- package/dist/native/{p-8dadc0c9.entry.js → p-c29dc907.entry.js} +1 -1
- package/dist/native/{p-48e7b457.entry.js → p-d12a2841.entry.js} +1 -1
- package/dist/native/p-d46bd21a.entry.js +1 -0
- package/dist/native/p-d6e2e120.entry.js +1 -0
- package/dist/native/p-ddedc9c1.entry.js +1 -0
- package/dist/native/{p-8ce17efd.entry.js → p-eb8ba7a2.entry.js} +1 -1
- package/dist/native/{p-0819a7b1.entry.js → p-ebff7ddb.entry.js} +1 -1
- package/dist/native/p-ecce3e66.entry.js +1 -0
- package/dist/native/{p-64104dbd.entry.js → p-f9612edf.entry.js} +1 -1
- package/dist/native/{p-a92e2ad8.entry.js → p-f9e4daf7.entry.js} +1 -1
- package/dist/native/{p-2106dfbd.entry.js → p-fb34fc7d.entry.js} +1 -1
- package/dist/native/{p-98ea927d.entry.js → p-fd5e27ae.entry.js} +1 -1
- package/dist/types/components/nv-dialog/nv-dialog.d.ts +9 -0
- package/dist/types/components/nv-pagination-nav/nv-pagination-nav.d.ts +82 -0
- package/dist/types/components/nv-pagination-nav/nv-pagination-nav.docs.d.ts +4 -0
- package/dist/types/components/nv-pagination-nav/nv-pagination-nav.utils.d.ts +26 -0
- package/dist/types/components/nv-pagination-nav/test/nv-pagination-nav.utils.test.d.ts +1 -0
- package/dist/types/components/nv-sidebarlogo/nv-sidebarlogo.d.ts +2 -0
- package/dist/types/components.d.ts +149 -0
- package/dist/vscode-data.json +49 -0
- package/hydrate/index.js +268 -29
- package/hydrate/index.mjs +268 -29
- package/package.json +5 -1
- package/dist/native/p-0bfd188c.entry.js +0 -1
- package/dist/native/p-87a1b06c.entry.js +0 -1
- package/dist/native/p-ae4fc02a.entry.js +0 -1
- package/dist/native/p-c825c542.entry.js +0 -1
- package/dist/native/p-ce2c17dc.entry.js +0 -1
- package/dist/native/p-f2a32774.entry.js +0 -1
- package/dist/native/p-f5eff2b2.entry.js +0 -1
- package/dist/native/p-f64f1bea.entry.js +0 -1
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
import { EventEmitter } from '../../stencil-public-runtime';
|
|
2
|
+
/**
|
|
3
|
+
* A pagination navigation component that displays page numbers with Previous/Next controls.
|
|
4
|
+
* Use the isOnlyIcon prop to display Previous/Next as icon buttons for compact layouts.
|
|
5
|
+
*/
|
|
6
|
+
export declare class NvPaginationNav {
|
|
7
|
+
/****************************************************************************/
|
|
8
|
+
/**
|
|
9
|
+
* Label for the previous button.
|
|
10
|
+
*/
|
|
11
|
+
readonly previousButtonLabel: string;
|
|
12
|
+
/**
|
|
13
|
+
* Label for the next button.
|
|
14
|
+
*/
|
|
15
|
+
readonly nextButtonLabel: string;
|
|
16
|
+
/**
|
|
17
|
+
* Number of page buttons to show at the start of the pagination range.
|
|
18
|
+
*/
|
|
19
|
+
readonly numStartZoneButtons: number;
|
|
20
|
+
/**
|
|
21
|
+
* Number of page buttons to show at the end of the pagination range.
|
|
22
|
+
*/
|
|
23
|
+
readonly numEndZoneButtons: number;
|
|
24
|
+
/**
|
|
25
|
+
* Number of page buttons to show in the middle zone around the current page.
|
|
26
|
+
*/
|
|
27
|
+
readonly numMiddleButtons: number;
|
|
28
|
+
/**
|
|
29
|
+
* Current page number (1-based index).
|
|
30
|
+
*/
|
|
31
|
+
currentPage: number;
|
|
32
|
+
/**
|
|
33
|
+
* Total number of items to paginate.
|
|
34
|
+
*/
|
|
35
|
+
readonly totalCount: number;
|
|
36
|
+
/**
|
|
37
|
+
* Number of items per page.
|
|
38
|
+
*/
|
|
39
|
+
readonly pageSize: number;
|
|
40
|
+
/**
|
|
41
|
+
* If true, the Previous/Next navigation buttons will be displayed as icon buttons.
|
|
42
|
+
* Page number buttons always use regular buttons.
|
|
43
|
+
*/
|
|
44
|
+
readonly isOnlyIcon: boolean;
|
|
45
|
+
/**
|
|
46
|
+
* If true, shows the middle zone with the current page when it's not in start/end zones.
|
|
47
|
+
* If false (default), only shows one ellipsis between start and end zones (simpler pagination).
|
|
48
|
+
*/
|
|
49
|
+
readonly showMiddleZone: boolean;
|
|
50
|
+
/****************************************************************************/
|
|
51
|
+
/**
|
|
52
|
+
* Calculates the total number of pages based on totalCount and pageSize.
|
|
53
|
+
* @returns {number} The total number of pages.
|
|
54
|
+
*/
|
|
55
|
+
private get totalPages();
|
|
56
|
+
/**
|
|
57
|
+
* Handles page change events.
|
|
58
|
+
* @param {number} pageNumber The page number to navigate to.
|
|
59
|
+
*/
|
|
60
|
+
private handlePageChange;
|
|
61
|
+
/****************************************************************************/
|
|
62
|
+
/**
|
|
63
|
+
* Watches for changes to currentPage and emits the currentPageChanged event.
|
|
64
|
+
* @param {number} newValue The new current page value.
|
|
65
|
+
*/
|
|
66
|
+
onCurrentPageChange(newValue: number): void;
|
|
67
|
+
/****************************************************************************/
|
|
68
|
+
/****************************************************************************/
|
|
69
|
+
/**
|
|
70
|
+
* Emitted when the current page changes.
|
|
71
|
+
* @bind currentPage
|
|
72
|
+
*/
|
|
73
|
+
currentPageChanged: EventEmitter<number>;
|
|
74
|
+
/****************************************************************************/
|
|
75
|
+
/**
|
|
76
|
+
* Renders a single page button.
|
|
77
|
+
* @param {number} pageNumber The page number to render.
|
|
78
|
+
* @returns {JSX.Element} The rendered page button element.
|
|
79
|
+
*/
|
|
80
|
+
private renderPageButton;
|
|
81
|
+
render(): any;
|
|
82
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
export type PaginationRangeItem = number | '...';
|
|
2
|
+
/**
|
|
3
|
+
* Configuration used to compute a pagination range.
|
|
4
|
+
*/
|
|
5
|
+
export interface PaginationRangeConfig {
|
|
6
|
+
/** Current page (1-based). */
|
|
7
|
+
currentPage: number;
|
|
8
|
+
/** Total number of paginated items. */
|
|
9
|
+
totalCount: number;
|
|
10
|
+
/** Number of items per page. */
|
|
11
|
+
pageSize: number;
|
|
12
|
+
/** Number of visible page buttons in the start zone. */
|
|
13
|
+
numStartZoneButtons: number;
|
|
14
|
+
/** Number of visible page buttons in the end zone. */
|
|
15
|
+
numEndZoneButtons: number;
|
|
16
|
+
/** Number of visible page buttons in the middle zone. */
|
|
17
|
+
numMiddleButtons: number;
|
|
18
|
+
/** Enables the explicit middle zone rendering mode. */
|
|
19
|
+
showMiddleZone: boolean;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Generates a pagination range with page numbers and ellipsis items.
|
|
23
|
+
* @param {PaginationRangeConfig} config Pagination configuration.
|
|
24
|
+
* @returns {PaginationRangeItem[]} Ordered range items.
|
|
25
|
+
*/
|
|
26
|
+
export declare function calculatePaginationRange({ currentPage, totalCount, pageSize, numStartZoneButtons, numEndZoneButtons, numMiddleButtons, showMiddleZone, }: PaginationRangeConfig): PaginationRangeItem[];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Displays the logo and title at the top of the sidebar.
|
|
3
3
|
* Automatically switches between full and collapsed logos based on the sidebar state.
|
|
4
|
+
*
|
|
5
|
+
* @slot label - The label/name to display next to the logo. Make sure to add the class nv-sidebarlogo-title to the slot.
|
|
4
6
|
*/
|
|
5
7
|
export declare class NvSidebarlogo {
|
|
6
8
|
/****************************************************************************/
|
|
@@ -2710,6 +2710,62 @@ export namespace Components {
|
|
|
2710
2710
|
*/
|
|
2711
2711
|
"position": `${NotificationPosition}`;
|
|
2712
2712
|
}
|
|
2713
|
+
/**
|
|
2714
|
+
* A pagination navigation component that displays page numbers with Previous/Next controls.
|
|
2715
|
+
* Use the isOnlyIcon prop to display Previous/Next as icon buttons for compact layouts.
|
|
2716
|
+
*/
|
|
2717
|
+
interface NvPaginationNav {
|
|
2718
|
+
/**
|
|
2719
|
+
* Current page number (1-based index).
|
|
2720
|
+
* @default 1
|
|
2721
|
+
*/
|
|
2722
|
+
"currentPage": number;
|
|
2723
|
+
/**
|
|
2724
|
+
* If true, the Previous/Next navigation buttons will be displayed as icon buttons. Page number buttons always use regular buttons.
|
|
2725
|
+
* @default false
|
|
2726
|
+
*/
|
|
2727
|
+
"isOnlyIcon": boolean;
|
|
2728
|
+
/**
|
|
2729
|
+
* Label for the next button.
|
|
2730
|
+
* @default 'Next'
|
|
2731
|
+
*/
|
|
2732
|
+
"nextButtonLabel": string;
|
|
2733
|
+
/**
|
|
2734
|
+
* Number of page buttons to show at the end of the pagination range.
|
|
2735
|
+
* @default 2
|
|
2736
|
+
*/
|
|
2737
|
+
"numEndZoneButtons": number;
|
|
2738
|
+
/**
|
|
2739
|
+
* Number of page buttons to show in the middle zone around the current page.
|
|
2740
|
+
* @default 1
|
|
2741
|
+
*/
|
|
2742
|
+
"numMiddleButtons": number;
|
|
2743
|
+
/**
|
|
2744
|
+
* Number of page buttons to show at the start of the pagination range.
|
|
2745
|
+
* @default 2
|
|
2746
|
+
*/
|
|
2747
|
+
"numStartZoneButtons": number;
|
|
2748
|
+
/**
|
|
2749
|
+
* Number of items per page.
|
|
2750
|
+
* @default 10
|
|
2751
|
+
*/
|
|
2752
|
+
"pageSize": number;
|
|
2753
|
+
/**
|
|
2754
|
+
* Label for the previous button.
|
|
2755
|
+
* @default 'Previous'
|
|
2756
|
+
*/
|
|
2757
|
+
"previousButtonLabel": string;
|
|
2758
|
+
/**
|
|
2759
|
+
* If true, shows the middle zone with the current page when it's not in start/end zones. If false (default), only shows one ellipsis between start and end zones (simpler pagination).
|
|
2760
|
+
* @default false
|
|
2761
|
+
*/
|
|
2762
|
+
"showMiddleZone": boolean;
|
|
2763
|
+
/**
|
|
2764
|
+
* Total number of items to paginate.
|
|
2765
|
+
* @default 100
|
|
2766
|
+
*/
|
|
2767
|
+
"totalCount": number;
|
|
2768
|
+
}
|
|
2713
2769
|
interface NvPaginationtable {
|
|
2714
2770
|
/**
|
|
2715
2771
|
* Navigates to the first page.
|
|
@@ -3298,6 +3354,10 @@ export interface NvNotificationCustomEvent<T> extends CustomEvent<T> {
|
|
|
3298
3354
|
detail: T;
|
|
3299
3355
|
target: HTMLNvNotificationElement;
|
|
3300
3356
|
}
|
|
3357
|
+
export interface NvPaginationNavCustomEvent<T> extends CustomEvent<T> {
|
|
3358
|
+
detail: T;
|
|
3359
|
+
target: HTMLNvPaginationNavElement;
|
|
3360
|
+
}
|
|
3301
3361
|
export interface NvPaginationtableCustomEvent<T> extends CustomEvent<T> {
|
|
3302
3362
|
detail: T;
|
|
3303
3363
|
target: HTMLNvPaginationtableElement;
|
|
@@ -4007,6 +4067,27 @@ declare global {
|
|
|
4007
4067
|
prototype: HTMLNvNotificationcontainerElement;
|
|
4008
4068
|
new (): HTMLNvNotificationcontainerElement;
|
|
4009
4069
|
};
|
|
4070
|
+
interface HTMLNvPaginationNavElementEventMap {
|
|
4071
|
+
"currentPageChanged": number;
|
|
4072
|
+
}
|
|
4073
|
+
/**
|
|
4074
|
+
* A pagination navigation component that displays page numbers with Previous/Next controls.
|
|
4075
|
+
* Use the isOnlyIcon prop to display Previous/Next as icon buttons for compact layouts.
|
|
4076
|
+
*/
|
|
4077
|
+
interface HTMLNvPaginationNavElement extends Components.NvPaginationNav, HTMLStencilElement {
|
|
4078
|
+
addEventListener<K extends keyof HTMLNvPaginationNavElementEventMap>(type: K, listener: (this: HTMLNvPaginationNavElement, ev: NvPaginationNavCustomEvent<HTMLNvPaginationNavElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4079
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4080
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4081
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
4082
|
+
removeEventListener<K extends keyof HTMLNvPaginationNavElementEventMap>(type: K, listener: (this: HTMLNvPaginationNavElement, ev: NvPaginationNavCustomEvent<HTMLNvPaginationNavElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
4083
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
4084
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
4085
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
4086
|
+
}
|
|
4087
|
+
var HTMLNvPaginationNavElement: {
|
|
4088
|
+
prototype: HTMLNvPaginationNavElement;
|
|
4089
|
+
new (): HTMLNvPaginationNavElement;
|
|
4090
|
+
};
|
|
4010
4091
|
interface HTMLNvPaginationtableElementEventMap {
|
|
4011
4092
|
"pageIndexChanged": number;
|
|
4012
4093
|
"pageSizeChanged": number;
|
|
@@ -4311,6 +4392,7 @@ declare global {
|
|
|
4311
4392
|
"nv-notification": HTMLNvNotificationElement;
|
|
4312
4393
|
"nv-notification-bullet": HTMLNvNotificationBulletElement;
|
|
4313
4394
|
"nv-notificationcontainer": HTMLNvNotificationcontainerElement;
|
|
4395
|
+
"nv-pagination-nav": HTMLNvPaginationNavElement;
|
|
4314
4396
|
"nv-paginationtable": HTMLNvPaginationtableElement;
|
|
4315
4397
|
"nv-popover": HTMLNvPopoverElement;
|
|
4316
4398
|
"nv-row": HTMLNvRowElement;
|
|
@@ -7194,6 +7276,67 @@ declare namespace LocalJSX {
|
|
|
7194
7276
|
*/
|
|
7195
7277
|
"position"?: `${NotificationPosition}`;
|
|
7196
7278
|
}
|
|
7279
|
+
/**
|
|
7280
|
+
* A pagination navigation component that displays page numbers with Previous/Next controls.
|
|
7281
|
+
* Use the isOnlyIcon prop to display Previous/Next as icon buttons for compact layouts.
|
|
7282
|
+
*/
|
|
7283
|
+
interface NvPaginationNav {
|
|
7284
|
+
/**
|
|
7285
|
+
* Current page number (1-based index).
|
|
7286
|
+
* @default 1
|
|
7287
|
+
*/
|
|
7288
|
+
"currentPage"?: number;
|
|
7289
|
+
/**
|
|
7290
|
+
* If true, the Previous/Next navigation buttons will be displayed as icon buttons. Page number buttons always use regular buttons.
|
|
7291
|
+
* @default false
|
|
7292
|
+
*/
|
|
7293
|
+
"isOnlyIcon"?: boolean;
|
|
7294
|
+
/**
|
|
7295
|
+
* Label for the next button.
|
|
7296
|
+
* @default 'Next'
|
|
7297
|
+
*/
|
|
7298
|
+
"nextButtonLabel"?: string;
|
|
7299
|
+
/**
|
|
7300
|
+
* Number of page buttons to show at the end of the pagination range.
|
|
7301
|
+
* @default 2
|
|
7302
|
+
*/
|
|
7303
|
+
"numEndZoneButtons"?: number;
|
|
7304
|
+
/**
|
|
7305
|
+
* Number of page buttons to show in the middle zone around the current page.
|
|
7306
|
+
* @default 1
|
|
7307
|
+
*/
|
|
7308
|
+
"numMiddleButtons"?: number;
|
|
7309
|
+
/**
|
|
7310
|
+
* Number of page buttons to show at the start of the pagination range.
|
|
7311
|
+
* @default 2
|
|
7312
|
+
*/
|
|
7313
|
+
"numStartZoneButtons"?: number;
|
|
7314
|
+
/**
|
|
7315
|
+
* Emitted when the current page changes.
|
|
7316
|
+
* @bind currentPage
|
|
7317
|
+
*/
|
|
7318
|
+
"onCurrentPageChanged"?: (event: NvPaginationNavCustomEvent<number>) => void;
|
|
7319
|
+
/**
|
|
7320
|
+
* Number of items per page.
|
|
7321
|
+
* @default 10
|
|
7322
|
+
*/
|
|
7323
|
+
"pageSize"?: number;
|
|
7324
|
+
/**
|
|
7325
|
+
* Label for the previous button.
|
|
7326
|
+
* @default 'Previous'
|
|
7327
|
+
*/
|
|
7328
|
+
"previousButtonLabel"?: string;
|
|
7329
|
+
/**
|
|
7330
|
+
* If true, shows the middle zone with the current page when it's not in start/end zones. If false (default), only shows one ellipsis between start and end zones (simpler pagination).
|
|
7331
|
+
* @default false
|
|
7332
|
+
*/
|
|
7333
|
+
"showMiddleZone"?: boolean;
|
|
7334
|
+
/**
|
|
7335
|
+
* Total number of items to paginate.
|
|
7336
|
+
* @default 100
|
|
7337
|
+
*/
|
|
7338
|
+
"totalCount"?: number;
|
|
7339
|
+
}
|
|
7197
7340
|
interface NvPaginationtable {
|
|
7198
7341
|
/**
|
|
7199
7342
|
* Hides all arrow navigation controls when set to true. By default, all controls are visible.
|
|
@@ -7701,6 +7844,7 @@ declare namespace LocalJSX {
|
|
|
7701
7844
|
"nv-notification": NvNotification;
|
|
7702
7845
|
"nv-notification-bullet": NvNotificationBullet;
|
|
7703
7846
|
"nv-notificationcontainer": NvNotificationcontainer;
|
|
7847
|
+
"nv-pagination-nav": NvPaginationNav;
|
|
7704
7848
|
"nv-paginationtable": NvPaginationtable;
|
|
7705
7849
|
"nv-popover": NvPopover;
|
|
7706
7850
|
"nv-row": NvRow;
|
|
@@ -7792,6 +7936,11 @@ declare module "@stencil/core" {
|
|
|
7792
7936
|
* @experimental - Container for notifications TODO: add animations etc...
|
|
7793
7937
|
*/
|
|
7794
7938
|
"nv-notificationcontainer": LocalJSX.NvNotificationcontainer & JSXBase.HTMLAttributes<HTMLNvNotificationcontainerElement>;
|
|
7939
|
+
/**
|
|
7940
|
+
* A pagination navigation component that displays page numbers with Previous/Next controls.
|
|
7941
|
+
* Use the isOnlyIcon prop to display Previous/Next as icon buttons for compact layouts.
|
|
7942
|
+
*/
|
|
7943
|
+
"nv-pagination-nav": LocalJSX.NvPaginationNav & JSXBase.HTMLAttributes<HTMLNvPaginationNavElement>;
|
|
7795
7944
|
"nv-paginationtable": LocalJSX.NvPaginationtable & JSXBase.HTMLAttributes<HTMLNvPaginationtableElement>;
|
|
7796
7945
|
"nv-popover": LocalJSX.NvPopover & JSXBase.HTMLAttributes<HTMLNvPopoverElement>;
|
|
7797
7946
|
"nv-row": LocalJSX.NvRow & JSXBase.HTMLAttributes<HTMLNvRowElement>;
|
package/dist/vscode-data.json
CHANGED
|
@@ -5137,6 +5137,55 @@
|
|
|
5137
5137
|
}
|
|
5138
5138
|
]
|
|
5139
5139
|
},
|
|
5140
|
+
{
|
|
5141
|
+
"name": "nv-pagination-nav",
|
|
5142
|
+
"description": {
|
|
5143
|
+
"kind": "markdown",
|
|
5144
|
+
"value": "A pagination navigation component that displays page numbers with Previous/Next controls.\nUse the isOnlyIcon prop to display Previous/Next as icon buttons for compact layouts."
|
|
5145
|
+
},
|
|
5146
|
+
"attributes": [
|
|
5147
|
+
{
|
|
5148
|
+
"name": "current-page",
|
|
5149
|
+
"description": "Current page number (1-based index)."
|
|
5150
|
+
},
|
|
5151
|
+
{
|
|
5152
|
+
"name": "is-only-icon",
|
|
5153
|
+
"description": "If true, the Previous/Next navigation buttons will be displayed as icon buttons.\nPage number buttons always use regular buttons."
|
|
5154
|
+
},
|
|
5155
|
+
{
|
|
5156
|
+
"name": "next-button-label",
|
|
5157
|
+
"description": "Label for the next button."
|
|
5158
|
+
},
|
|
5159
|
+
{
|
|
5160
|
+
"name": "num-end-zone-buttons",
|
|
5161
|
+
"description": "Number of page buttons to show at the end of the pagination range."
|
|
5162
|
+
},
|
|
5163
|
+
{
|
|
5164
|
+
"name": "num-middle-buttons",
|
|
5165
|
+
"description": "Number of page buttons to show in the middle zone around the current page."
|
|
5166
|
+
},
|
|
5167
|
+
{
|
|
5168
|
+
"name": "num-start-zone-buttons",
|
|
5169
|
+
"description": "Number of page buttons to show at the start of the pagination range."
|
|
5170
|
+
},
|
|
5171
|
+
{
|
|
5172
|
+
"name": "page-size",
|
|
5173
|
+
"description": "Number of items per page."
|
|
5174
|
+
},
|
|
5175
|
+
{
|
|
5176
|
+
"name": "previous-button-label",
|
|
5177
|
+
"description": "Label for the previous button."
|
|
5178
|
+
},
|
|
5179
|
+
{
|
|
5180
|
+
"name": "show-middle-zone",
|
|
5181
|
+
"description": "If true, shows the middle zone with the current page when it's not in start/end zones.\nIf false (default), only shows one ellipsis between start and end zones (simpler pagination)."
|
|
5182
|
+
},
|
|
5183
|
+
{
|
|
5184
|
+
"name": "total-count",
|
|
5185
|
+
"description": "Total number of items to paginate."
|
|
5186
|
+
}
|
|
5187
|
+
]
|
|
5188
|
+
},
|
|
5140
5189
|
{
|
|
5141
5190
|
"name": "nv-paginationtable",
|
|
5142
5191
|
"description": {
|