import "./icon-CTW4Gr4z.js"; import { CSSResultGroup, PropertyValues } from "lit"; import { SigveloElement } from "@mcp-b/wc-support/base/sigvelo-element"; //#region src/components/pagination/pagination.d.ts /** * * * @summary Splits content into numbered pages so users can navigate datasets in manageable chunks. * @tag sigvelo-pagination * @documentation https://design-system.sigvelo.com/docs/components/pagination * @status stable * @since 1.0 * * @dependency sigvelo-icon * * @slot previous-icon - A custom icon to use for the previous button. * @slot next-icon - A custom icon to use for the next button. * @slot jump-backward-icon - A custom icon to use for the jump backward button. * @slot jump-forward-icon - A custom icon to use for jump forward button. * * @event sigvelo-before-page-change - Emitted when the page is going to change but before it actually changes. Calling * `event.preventDefault()` will prevent the page from changing. Inspect `event.detail` to get the `currentPage` and * `requestedPage` properties. * @event sigvelo-page-change - Emitted after the page has been changed and the UI has been updated. * * @csspart nav - The navigation container, a `