0.0.35 • Published 1 year ago
@types/bootstrap.paginator v0.0.35
Installation
npm install --save @types/bootstrap.paginator
Summary
This package contains type definitions for bootstrap.paginator (https://github.com/lyonlai/bootstrap-paginator).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/bootstrap.paginator.
index.d.ts
// Type definitions for bootstrap.paginator
// Project: https://github.com/lyonlai/bootstrap-paginator
// Definitions by: derikwhittaker <https://github.com/derikwhittaker>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.3
/// <reference types="jquery"/>
interface PaginatorOptions {
alignment?: string | undefined;
size?: string | undefined;
itemContainerClass?: ((type: string, page: number, current: number) => string) | undefined;
currentPage?: number | undefined;
numberOfPages?: number | undefined;
totalPages?: number | undefined;
pageUrl?: ((type: string, page: number, current: number) => string) | undefined;
shouldShowPage?: boolean | undefined;
itemTexts?: ((type: string, page: number, current: number) => string) | undefined;
tooltipTitles?: ((type: string, page: number, current: number) => string) | undefined;
useBootstrapTooltip?: boolean | undefined;
bootstrapTooltipOptions?: {} | undefined;
bootstrapMajorVersion?: number | undefined;
onPageClicked?: ((event: any, originalEvent: any, type: string, page: number) => void) | undefined;
onPageChanged?: ((event: any, originalEvent: any, type: string, page: number) => void) | undefined;
}
interface JQuery {
bootstrapPaginator(options?: PaginatorOptions): JQuery;
}
Additional Details
- Last updated: Thu, 08 Jul 2021 00:35:35 GMT
- Dependencies: @types/jquery
- Global values: none
Credits
These definitions were written by derikwhittaker.
0.0.35
1 year ago
0.0.33
2 years ago
0.0.34
2 years ago
0.0.32
4 years ago
0.0.31
8 years ago
0.0.30
8 years ago
0.0.29
9 years ago
0.0.28
9 years ago
0.0.27-alpha
9 years ago
0.0.26-alpha
9 years ago
0.0.25-alpha
9 years ago
0.0.24-alpha
9 years ago
0.0.23-alpha
9 years ago
0.0.22-alpha
9 years ago
0.0.21-alpha
9 years ago
0.0.16-alpha
9 years ago
0.0.15-alpha
9 years ago