flowbite-angular 1.3.0 → 20.0.2
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/README.md +30 -39
- package/accordion/index.d.ts +569 -16
- package/alert/index.d.ts +602 -4
- package/badge/index.d.ts +636 -4
- package/breadcrumb/index.d.ts +452 -8
- package/button/index.d.ts +335 -4
- package/button-group/README.md +4 -0
- package/button-group/index.d.ts +85 -0
- package/{core → card}/README.md +2 -2
- package/card/index.d.ts +640 -0
- package/{accordion → clipboard}/README.md +2 -2
- package/clipboard/index.d.ts +103 -0
- package/dropdown/index.d.ts +536 -16
- package/fesm2022/flowbite-angular-accordion.mjs +339 -479
- package/fesm2022/flowbite-angular-accordion.mjs.map +1 -1
- package/fesm2022/flowbite-angular-alert.mjs +308 -240
- package/fesm2022/flowbite-angular-alert.mjs.map +1 -1
- package/fesm2022/flowbite-angular-badge.mjs +332 -238
- package/fesm2022/flowbite-angular-badge.mjs.map +1 -1
- package/fesm2022/flowbite-angular-breadcrumb.mjs +262 -191
- package/fesm2022/flowbite-angular-breadcrumb.mjs.map +1 -1
- package/fesm2022/flowbite-angular-button-group.mjs +86 -0
- package/fesm2022/flowbite-angular-button-group.mjs.map +1 -0
- package/fesm2022/flowbite-angular-button.mjs +189 -270
- package/fesm2022/flowbite-angular-button.mjs.map +1 -1
- package/fesm2022/flowbite-angular-card.mjs +344 -0
- package/fesm2022/flowbite-angular-card.mjs.map +1 -0
- package/fesm2022/flowbite-angular-clipboard.mjs +174 -0
- package/fesm2022/flowbite-angular-clipboard.mjs.map +1 -0
- package/fesm2022/flowbite-angular-dropdown.mjs +272 -459
- package/fesm2022/flowbite-angular-dropdown.mjs.map +1 -1
- package/fesm2022/flowbite-angular-form.mjs +444 -0
- package/fesm2022/flowbite-angular-form.mjs.map +1 -0
- package/fesm2022/flowbite-angular-icon-brand.mjs +71 -0
- package/fesm2022/flowbite-angular-icon-brand.mjs.map +1 -0
- package/fesm2022/flowbite-angular-icon-outline-arrows.mjs +51 -0
- package/fesm2022/flowbite-angular-icon-outline-arrows.mjs.map +1 -0
- package/fesm2022/flowbite-angular-icon-outline-e-commerce.mjs +23 -0
- package/fesm2022/flowbite-angular-icon-outline-e-commerce.mjs.map +1 -0
- package/fesm2022/flowbite-angular-icon-outline-emoji.mjs +13 -0
- package/fesm2022/flowbite-angular-icon-outline-emoji.mjs.map +1 -0
- package/fesm2022/flowbite-angular-icon-outline-files-folders.mjs +42 -0
- package/fesm2022/flowbite-angular-icon-outline-files-folders.mjs.map +1 -0
- package/fesm2022/flowbite-angular-icon-outline-general.mjs +145 -0
- package/fesm2022/flowbite-angular-icon-outline-general.mjs.map +1 -0
- package/fesm2022/flowbite-angular-icon-outline-media.mjs +25 -0
- package/fesm2022/flowbite-angular-icon-outline-media.mjs.map +1 -0
- package/fesm2022/flowbite-angular-icon-outline-text.mjs +20 -0
- package/fesm2022/flowbite-angular-icon-outline-text.mjs.map +1 -0
- package/fesm2022/flowbite-angular-icon-outline-user.mjs +17 -0
- package/fesm2022/flowbite-angular-icon-outline-user.mjs.map +1 -0
- package/fesm2022/flowbite-angular-icon-outline-weather.mjs +9 -0
- package/fesm2022/flowbite-angular-icon-outline-weather.mjs.map +1 -0
- package/fesm2022/flowbite-angular-icon-outline.mjs +6 -0
- package/fesm2022/flowbite-angular-icon-outline.mjs.map +1 -0
- package/fesm2022/flowbite-angular-icon-solid-arrows.mjs +17 -0
- package/fesm2022/flowbite-angular-icon-solid-arrows.mjs.map +1 -0
- package/fesm2022/flowbite-angular-icon-solid-brands.mjs +33 -0
- package/fesm2022/flowbite-angular-icon-solid-brands.mjs.map +1 -0
- package/fesm2022/flowbite-angular-icon-solid-e-commerce.mjs +21 -0
- package/fesm2022/flowbite-angular-icon-solid-e-commerce.mjs.map +1 -0
- package/fesm2022/flowbite-angular-icon-solid-emoji.mjs +13 -0
- package/fesm2022/flowbite-angular-icon-solid-emoji.mjs.map +1 -0
- package/fesm2022/flowbite-angular-icon-solid-files-folder.mjs +42 -0
- package/fesm2022/flowbite-angular-icon-solid-files-folder.mjs.map +1 -0
- package/fesm2022/flowbite-angular-icon-solid-general.mjs +123 -0
- package/fesm2022/flowbite-angular-icon-solid-general.mjs.map +1 -0
- package/fesm2022/flowbite-angular-icon-solid-media.mjs +24 -0
- package/fesm2022/flowbite-angular-icon-solid-media.mjs.map +1 -0
- package/fesm2022/flowbite-angular-icon-solid-text.mjs +11 -0
- package/fesm2022/flowbite-angular-icon-solid-text.mjs.map +1 -0
- package/fesm2022/flowbite-angular-icon-solid-user.mjs +17 -0
- package/fesm2022/flowbite-angular-icon-solid-user.mjs.map +1 -0
- package/fesm2022/flowbite-angular-icon-solid-weather.mjs +9 -0
- package/fesm2022/flowbite-angular-icon-solid-weather.mjs.map +1 -0
- package/fesm2022/flowbite-angular-icon-solid.mjs +6 -0
- package/fesm2022/flowbite-angular-icon-solid.mjs.map +1 -0
- package/fesm2022/flowbite-angular-icon.mjs +318 -219
- package/fesm2022/flowbite-angular-icon.mjs.map +1 -1
- package/fesm2022/flowbite-angular-indicator.mjs +119 -231
- package/fesm2022/flowbite-angular-indicator.mjs.map +1 -1
- package/fesm2022/flowbite-angular-modal.mjs +337 -486
- package/fesm2022/flowbite-angular-modal.mjs.map +1 -1
- package/fesm2022/flowbite-angular-navbar.mjs +600 -604
- package/fesm2022/flowbite-angular-navbar.mjs.map +1 -1
- package/fesm2022/flowbite-angular-pagination.mjs +994 -0
- package/fesm2022/flowbite-angular-pagination.mjs.map +1 -0
- package/fesm2022/flowbite-angular-sidebar.mjs +400 -776
- package/fesm2022/flowbite-angular-sidebar.mjs.map +1 -1
- package/fesm2022/flowbite-angular-tab.mjs +465 -0
- package/fesm2022/flowbite-angular-tab.mjs.map +1 -0
- package/fesm2022/flowbite-angular-theme-toggle.mjs +263 -0
- package/fesm2022/flowbite-angular-theme-toggle.mjs.map +1 -0
- package/fesm2022/flowbite-angular-tooltip.mjs +117 -0
- package/fesm2022/flowbite-angular-tooltip.mjs.map +1 -0
- package/fesm2022/flowbite-angular.mjs +53 -66
- package/fesm2022/flowbite-angular.mjs.map +1 -1
- package/flowbite-angular.css +2 -0
- package/{alert → form}/README.md +2 -2
- package/form/index.d.ts +684 -0
- package/{breadcrumb → icon/brand}/README.md +2 -2
- package/icon/brand/index.d.ts +66 -0
- package/icon/index.d.ts +322 -5
- package/icon/outline/README.md +4 -0
- package/icon/outline/arrows/index.d.ts +46 -0
- package/icon/outline/e-commerce/index.d.ts +18 -0
- package/icon/outline/emoji/index.d.ts +8 -0
- package/icon/outline/files-folders/index.d.ts +37 -0
- package/icon/outline/general/index.d.ts +140 -0
- package/icon/outline/index.d.ts +2 -0
- package/icon/outline/media/index.d.ts +20 -0
- package/icon/outline/text/index.d.ts +15 -0
- package/icon/outline/user/index.d.ts +12 -0
- package/icon/outline/weather/index.d.ts +4 -0
- package/icon/solid/README.md +4 -0
- package/icon/solid/arrows/index.d.ts +12 -0
- package/icon/solid/brands/index.d.ts +28 -0
- package/icon/solid/e-commerce/index.d.ts +16 -0
- package/icon/solid/emoji/index.d.ts +8 -0
- package/icon/solid/files-folder/index.d.ts +37 -0
- package/icon/solid/general/index.d.ts +118 -0
- package/icon/solid/index.d.ts +2 -0
- package/icon/solid/media/index.d.ts +19 -0
- package/icon/solid/text/index.d.ts +6 -0
- package/icon/solid/user/index.d.ts +12 -0
- package/icon/solid/weather/index.d.ts +4 -0
- package/index.d.ts +126 -3
- package/indicator/index.d.ts +242 -4
- package/modal/index.d.ts +458 -16
- package/navbar/index.d.ts +1467 -24
- package/package.json +133 -38
- package/pagination/README.md +4 -0
- package/pagination/index.d.ts +1135 -0
- package/sidebar/index.d.ts +880 -24
- package/styles/flowbite-angular.css +8 -0
- package/styles/part/animation.css +0 -0
- package/styles/part/color.css +125 -0
- package/styles/part/font-size.css +67 -0
- package/styles/part/rounded.css +11 -0
- package/styles/part/shadow.css +9 -0
- package/styles/part/spacing.css +38 -0
- package/{badge → tab}/README.md +2 -2
- package/tab/index.d.ts +791 -0
- package/theme-toggle/README.md +4 -0
- package/theme-toggle/index.d.ts +342 -0
- package/{button → tooltip}/README.md +2 -2
- package/tooltip/index.d.ts +158 -0
- package/accordion/accordion-content.component.d.ts +0 -69
- package/accordion/accordion-content.theme.d.ts +0 -28
- package/accordion/accordion-content.theme.service.d.ts +0 -19
- package/accordion/accordion-panel.component.d.ts +0 -67
- package/accordion/accordion-panel.theme.d.ts +0 -23
- package/accordion/accordion-panel.theme.service.d.ts +0 -20
- package/accordion/accordion-title.component.d.ts +0 -106
- package/accordion/accordion-title.theme.d.ts +0 -35
- package/accordion/accordion-title.theme.service.d.ts +0 -19
- package/accordion/accordion.component.d.ts +0 -61
- package/accordion/accordion.theme.d.ts +0 -29
- package/accordion/accordion.theme.service.d.ts +0 -19
- package/alert/alert.component.d.ts +0 -150
- package/alert/alert.theme.d.ts +0 -39
- package/alert/alert.theme.service.d.ts +0 -19
- package/badge/badge.component.d.ts +0 -196
- package/badge/badge.theme.d.ts +0 -53
- package/badge/badge.theme.service.d.ts +0 -19
- package/base-component.directive.d.ts +0 -51
- package/breadcrumb/breadcrumb-item.component.d.ts +0 -84
- package/breadcrumb/breadcrumb-item.theme.d.ts +0 -33
- package/breadcrumb/breadcrumb-item.theme.service.d.ts +0 -19
- package/breadcrumb/breadcrumb.component.d.ts +0 -43
- package/breadcrumb/breadcrumb.theme.d.ts +0 -29
- package/breadcrumb/breadcrumb.theme.service.d.ts +0 -19
- package/button/button.component.d.ts +0 -250
- package/button/button.theme.d.ts +0 -79
- package/button/button.theme.service.d.ts +0 -19
- package/core/flowbite.theme.init.d.ts +0 -9
- package/core/index.d.ts +0 -1
- package/dark-theme-toggle/README.md +0 -4
- package/dark-theme-toggle/dark-theme-toggle.component.d.ts +0 -51
- package/dark-theme-toggle/dark-theme-toggle.theme.d.ts +0 -23
- package/dark-theme-toggle/dark-theme-toggle.theme.service.d.ts +0 -19
- package/dark-theme-toggle/index.d.ts +0 -3
- package/dropdown/README.md +0 -4
- package/dropdown/dropdown-divider.component.d.ts +0 -36
- package/dropdown/dropdown-divider.theme.d.ts +0 -23
- package/dropdown/dropdown-divider.theme.service.d.ts +0 -19
- package/dropdown/dropdown-header.component.d.ts +0 -42
- package/dropdown/dropdown-header.theme.d.ts +0 -28
- package/dropdown/dropdown-header.theme.service.d.ts +0 -19
- package/dropdown/dropdown-item.component.d.ts +0 -36
- package/dropdown/dropdown-item.theme.d.ts +0 -23
- package/dropdown/dropdown-item.theme.service.d.ts +0 -19
- package/dropdown/dropdown.component.d.ts +0 -136
- package/dropdown/dropdown.theme.d.ts +0 -56
- package/dropdown/dropdown.theme.service.d.ts +0 -19
- package/fesm2022/flowbite-angular-core.mjs +0 -322
- package/fesm2022/flowbite-angular-core.mjs.map +0 -1
- package/fesm2022/flowbite-angular-dark-theme-toggle.mjs +0 -139
- package/fesm2022/flowbite-angular-dark-theme-toggle.mjs.map +0 -1
- package/fesm2022/flowbite-angular-router-link-active.mjs +0 -68
- package/fesm2022/flowbite-angular-router-link-active.mjs.map +0 -1
- package/fesm2022/flowbite-angular-router-link.mjs +0 -73
- package/fesm2022/flowbite-angular-router-link.mjs.map +0 -1
- package/fesm2022/flowbite-angular-sanitize-html.mjs +0 -39
- package/fesm2022/flowbite-angular-sanitize-html.mjs.map +0 -1
- package/fesm2022/flowbite-angular-scroll-top.mjs +0 -193
- package/fesm2022/flowbite-angular-scroll-top.mjs.map +0 -1
- package/fesm2022/flowbite-angular-theme.mjs +0 -78
- package/fesm2022/flowbite-angular-theme.mjs.map +0 -1
- package/fesm2022/flowbite-angular-utils.mjs +0 -210
- package/fesm2022/flowbite-angular-utils.mjs.map +0 -1
- package/flowbite.theme.service.d.ts +0 -12
- package/icon/icon-registry.d.ts +0 -45
- package/icon/icon.component.d.ts +0 -22
- package/icon/trusted-types.d.ts +0 -15
- package/indicator/indicators.component.d.ts +0 -224
- package/indicator/indicators.theme.d.ts +0 -59
- package/indicator/indicators.theme.service.d.ts +0 -19
- package/modal/modal-body.component.d.ts +0 -36
- package/modal/modal-body.theme.d.ts +0 -23
- package/modal/modal-body.theme.service.d.ts +0 -19
- package/modal/modal-footer.component.d.ts +0 -36
- package/modal/modal-footer.theme.d.ts +0 -23
- package/modal/modal-footer.theme.service.d.ts +0 -19
- package/modal/modal-header.component.d.ts +0 -60
- package/modal/modal-header.theme.d.ts +0 -32
- package/modal/modal-header.theme.service.d.ts +0 -19
- package/modal/modal.component.d.ts +0 -146
- package/modal/modal.theme.d.ts +0 -35
- package/modal/modal.theme.service.d.ts +0 -19
- package/navbar/navbar-brand.component.d.ts +0 -36
- package/navbar/navbar-brand.theme.d.ts +0 -23
- package/navbar/navbar-brand.theme.service.d.ts +0 -19
- package/navbar/navbar-content.component.d.ts +0 -50
- package/navbar/navbar-content.theme.d.ts +0 -28
- package/navbar/navbar-content.theme.service.d.ts +0 -19
- package/navbar/navbar-icon-button.component.d.ts +0 -59
- package/navbar/navbar-icon-button.theme.d.ts +0 -26
- package/navbar/navbar-icon-button.theme.service.d.ts +0 -19
- package/navbar/navbar-item.component.d.ts +0 -67
- package/navbar/navbar-item.theme.d.ts +0 -26
- package/navbar/navbar-item.theme.service.d.ts +0 -19
- package/navbar/navbar-toggle.component.d.ts +0 -51
- package/navbar/navbar-toggle.theme.d.ts +0 -23
- package/navbar/navbar-toggle.theme.service.d.ts +0 -19
- package/navbar/navbar.component.d.ts +0 -121
- package/navbar/navbar.theme.d.ts +0 -21
- package/navbar/navbar.theme.service.d.ts +0 -19
- package/router-link/README.md +0 -4
- package/router-link/flowbite-router-link.directive.d.ts +0 -28
- package/router-link/index.d.ts +0 -1
- package/router-link-active/README.md +0 -4
- package/router-link-active/flowbite-router-link-active.directive.d.ts +0 -37
- package/router-link-active/index.d.ts +0 -1
- package/sanitize-html/README.md +0 -4
- package/sanitize-html/index.d.ts +0 -1
- package/sanitize-html/sanitize-html.pipe.d.ts +0 -20
- package/scroll-top/README.md +0 -4
- package/scroll-top/index.d.ts +0 -4
- package/scroll-top/scroll-top.component.d.ts +0 -114
- package/scroll-top/scroll-top.theme.d.ts +0 -39
- package/scroll-top/scroll-top.theme.service.d.ts +0 -19
- package/sidebar/sidebar-item-group.component.d.ts +0 -100
- package/sidebar/sidebar-item-group.theme.d.ts +0 -31
- package/sidebar/sidebar-item-group.theme.service.d.ts +0 -19
- package/sidebar/sidebar-item.component.d.ts +0 -101
- package/sidebar/sidebar-item.theme.d.ts +0 -33
- package/sidebar/sidebar-item.theme.service.d.ts +0 -19
- package/sidebar/sidebar-menu.component.d.ts +0 -93
- package/sidebar/sidebar-menu.theme.d.ts +0 -30
- package/sidebar/sidebar-menu.theme.service.d.ts +0 -19
- package/sidebar/sidebar-page-content.component.d.ts +0 -46
- package/sidebar/sidebar-page-content.theme.d.ts +0 -27
- package/sidebar/sidebar-page-content.theme.service.d.ts +0 -19
- package/sidebar/sidebar-toggle.component.d.ts +0 -95
- package/sidebar/sidebar-toggle.theme.d.ts +0 -34
- package/sidebar/sidebar-toggle.theme.service.d.ts +0 -19
- package/sidebar/sidebar.component.d.ts +0 -84
- package/sidebar/sidebar.theme.d.ts +0 -22
- package/sidebar/sidebar.theme.service.d.ts +0 -19
- package/tailwind.config.js +0 -303
- package/theme/README.md +0 -4
- package/theme/flowbite-theme.directive.d.ts +0 -36
- package/theme/index.d.ts +0 -1
- package/type-definitions/colors/flowbite.colors.d.ts +0 -19
- package/type-definitions/colors/flowbite.gradient-colors.d.ts +0 -11
- package/type-definitions/colors/flowbite.gradient-duo-tone-colors.d.ts +0 -12
- package/type-definitions/colors/index.d.ts +0 -3
- package/type-definitions/flowbite.boolean.d.ts +0 -14
- package/type-definitions/flowbite.class.d.ts +0 -6
- package/type-definitions/flowbite.combination.d.ts +0 -8
- package/type-definitions/flowbite.content-positions.d.ts +0 -6
- package/type-definitions/flowbite.deep-partial.d.ts +0 -6
- package/type-definitions/flowbite.heading-levels.d.ts +0 -4
- package/type-definitions/flowbite.positions.d.ts +0 -14
- package/type-definitions/flowbite.router-link-parameter.d.ts +0 -5
- package/type-definitions/flowbite.sizes.d.ts +0 -10
- package/type-definitions/flowbite.themes.d.ts +0 -4
- package/type-definitions/index.d.ts +0 -12
- package/utils/README.md +0 -4
- package/utils/icon.list.d.ts +0 -7
- package/utils/id.generator.d.ts +0 -59
- package/utils/index.d.ts +0 -8
- package/utils/theme/clone-deep.d.ts +0 -7
- package/utils/theme/create-class.d.ts +0 -7
- package/utils/theme/create-theme.d.ts +0 -7
- package/utils/theme/is-object.d.ts +0 -7
- package/utils/theme/merge-theme.d.ts +0 -8
- package/utils/theme/to-string.d.ts +0 -7
|
@@ -0,0 +1,1135 @@
|
|
|
1
|
+
import { ColorToTheme, FlowbiteSizes, DeepPartial } from 'flowbite-angular';
|
|
2
|
+
import { FlowbiteBaseButtonColors } from 'flowbite-angular/button';
|
|
3
|
+
import * as _angular_core from '@angular/core';
|
|
4
|
+
import { InjectionToken, Provider } from '@angular/core';
|
|
5
|
+
import * as ng_primitives_state from 'ng-primitives/state';
|
|
6
|
+
import * as i1 from 'ng-primitives/pagination';
|
|
7
|
+
import { NgpPagination } from 'ng-primitives/pagination';
|
|
8
|
+
import * as flowbite_angular_pagination from 'flowbite-angular/pagination';
|
|
9
|
+
import * as _angular_cdk_coercion from '@angular/cdk/coercion';
|
|
10
|
+
import { BooleanInput } from '@angular/cdk/coercion';
|
|
11
|
+
import * as i2 from 'ng-primitives/interactions';
|
|
12
|
+
|
|
13
|
+
interface FlowbitePaginationSizes extends Pick<FlowbiteSizes, 'xs' | 'sm' | 'md' | 'lg' | 'xl'> {
|
|
14
|
+
[key: string]: string;
|
|
15
|
+
}
|
|
16
|
+
interface FlowbitePaginationColors extends FlowbiteBaseButtonColors {
|
|
17
|
+
[key: string]: ColorToTheme;
|
|
18
|
+
}
|
|
19
|
+
interface FlowbitePaginationTheme {
|
|
20
|
+
host: FlowbitePaginationHostTheme;
|
|
21
|
+
container: FlowbitePaginationContainerTheme;
|
|
22
|
+
}
|
|
23
|
+
interface FlowbitePaginationHostTheme {
|
|
24
|
+
base: string;
|
|
25
|
+
transition: string;
|
|
26
|
+
}
|
|
27
|
+
interface FlowbitePaginationContainerTheme {
|
|
28
|
+
base: string;
|
|
29
|
+
transition: string;
|
|
30
|
+
}
|
|
31
|
+
declare const flowbitePaginationTheme: FlowbitePaginationTheme;
|
|
32
|
+
|
|
33
|
+
interface FlowbitePaginationConfig {
|
|
34
|
+
/**
|
|
35
|
+
* The default theme of pagination
|
|
36
|
+
*/
|
|
37
|
+
baseTheme: FlowbitePaginationTheme;
|
|
38
|
+
/**
|
|
39
|
+
* The default tabs number of pagination
|
|
40
|
+
*/
|
|
41
|
+
tabs: number;
|
|
42
|
+
/**
|
|
43
|
+
* The default color of pagination
|
|
44
|
+
*/
|
|
45
|
+
color: keyof FlowbitePaginationColors;
|
|
46
|
+
/**
|
|
47
|
+
* The default size of pagination
|
|
48
|
+
*/
|
|
49
|
+
size: keyof FlowbitePaginationSizes;
|
|
50
|
+
/**
|
|
51
|
+
* The custom theme of pagination
|
|
52
|
+
*/
|
|
53
|
+
customTheme: DeepPartial<FlowbitePaginationTheme>;
|
|
54
|
+
}
|
|
55
|
+
declare const defaultFlowbitePaginationConfig: FlowbitePaginationConfig;
|
|
56
|
+
declare const FlowbitePaginationConfigToken: InjectionToken<FlowbitePaginationConfig>;
|
|
57
|
+
/**
|
|
58
|
+
* Provide the default Pagination configuration
|
|
59
|
+
* @param config The Pagination configuration
|
|
60
|
+
* @returns The provider
|
|
61
|
+
*/
|
|
62
|
+
declare const provideFlowbitePaginationConfig: (config: Partial<FlowbitePaginationConfig>) => Provider[];
|
|
63
|
+
/**
|
|
64
|
+
* Inject the Pagination configuration
|
|
65
|
+
* @see {@link defaultFlowbitePaginationConfig}
|
|
66
|
+
* @returns The configuration
|
|
67
|
+
*/
|
|
68
|
+
declare const injectFlowbitePaginationConfig: () => FlowbitePaginationConfig;
|
|
69
|
+
|
|
70
|
+
declare class Pagination {
|
|
71
|
+
protected readonly paginationState: _angular_core.Signal<ng_primitives_state.State<NgpPagination>>;
|
|
72
|
+
protected readonly config: FlowbitePaginationConfig;
|
|
73
|
+
/**
|
|
74
|
+
* Value of how many page tabs to display
|
|
75
|
+
*/
|
|
76
|
+
readonly visiblePagesCount: _angular_core.Signal<number>;
|
|
77
|
+
/**
|
|
78
|
+
* Value of the first visible page
|
|
79
|
+
*/
|
|
80
|
+
readonly firstPageToShow: _angular_core.Signal<number>;
|
|
81
|
+
/**
|
|
82
|
+
* Array of the visible page tabs
|
|
83
|
+
*/
|
|
84
|
+
readonly visiblePages: _angular_core.Signal<number[]>;
|
|
85
|
+
protected readonly pages: _angular_core.Signal<number[]>;
|
|
86
|
+
/**
|
|
87
|
+
* @see {@link injectFlowbitePaginationConfig}
|
|
88
|
+
*/
|
|
89
|
+
readonly tabs: _angular_core.InputSignal<number>;
|
|
90
|
+
/**
|
|
91
|
+
* @see {@link injectFlowbitePaginationConfig}
|
|
92
|
+
*/
|
|
93
|
+
readonly color: _angular_core.InputSignal<keyof FlowbitePaginationColors>;
|
|
94
|
+
/**
|
|
95
|
+
* @see {@link injectFlowbitePaginationConfig}
|
|
96
|
+
*/
|
|
97
|
+
readonly size: _angular_core.InputSignal<keyof FlowbitePaginationSizes>;
|
|
98
|
+
/**
|
|
99
|
+
* @see {@link injectFlowbitePaginationConfig}
|
|
100
|
+
*/
|
|
101
|
+
readonly customTheme: _angular_core.InputSignal<{
|
|
102
|
+
host?: {
|
|
103
|
+
base?: string | undefined;
|
|
104
|
+
transition?: string | undefined;
|
|
105
|
+
} | undefined;
|
|
106
|
+
container?: {
|
|
107
|
+
base?: string | undefined;
|
|
108
|
+
transition?: string | undefined;
|
|
109
|
+
} | undefined;
|
|
110
|
+
}>;
|
|
111
|
+
readonly theme: _angular_core.Signal<{
|
|
112
|
+
host: {
|
|
113
|
+
root: string;
|
|
114
|
+
};
|
|
115
|
+
container: {
|
|
116
|
+
root: string;
|
|
117
|
+
};
|
|
118
|
+
}>;
|
|
119
|
+
/**
|
|
120
|
+
* @internal
|
|
121
|
+
*/
|
|
122
|
+
readonly state: ng_primitives_state.CreatedState<Pagination>;
|
|
123
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<Pagination, never>;
|
|
124
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<Pagination, " nav[flowbitePagination] ", ["flowbitePagination"], { "tabs": { "alias": "tabs"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "customTheme": { "alias": "customTheme"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.NgpPagination; inputs: { "ngpPaginationPage": "page"; "ngpPaginationPageCount": "pageCount"; "ngpPaginationDisabled": "disabled"; }; outputs: { "ngpPaginationPageChange": "pageChange"; }; }]>;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
declare const FlowbitePaginationStateToken: _angular_core.InjectionToken<Pagination>;
|
|
128
|
+
declare const provideFlowbitePaginationState: (options?: ng_primitives_state.CreateStateProviderOptions) => _angular_core.FactoryProvider;
|
|
129
|
+
declare const injectFlowbitePaginationState: <U = {
|
|
130
|
+
readonly paginationState: _angular_core.Signal<ng_primitives_state.State<i1.NgpPagination>>;
|
|
131
|
+
readonly config: flowbite_angular_pagination.FlowbitePaginationConfig;
|
|
132
|
+
readonly visiblePagesCount: _angular_core.Signal<number>;
|
|
133
|
+
readonly firstPageToShow: _angular_core.Signal<number>;
|
|
134
|
+
readonly visiblePages: _angular_core.Signal<number[]>;
|
|
135
|
+
readonly pages: _angular_core.Signal<number[]>;
|
|
136
|
+
readonly tabs: _angular_core.InputSignal<number>;
|
|
137
|
+
readonly color: _angular_core.InputSignal<keyof flowbite_angular_pagination.FlowbitePaginationColors>;
|
|
138
|
+
readonly size: _angular_core.InputSignal<keyof flowbite_angular_pagination.FlowbitePaginationSizes>;
|
|
139
|
+
readonly customTheme: _angular_core.InputSignal<{
|
|
140
|
+
host?: {
|
|
141
|
+
base?: string | undefined;
|
|
142
|
+
transition?: string | undefined;
|
|
143
|
+
} | undefined;
|
|
144
|
+
container?: {
|
|
145
|
+
base?: string | undefined;
|
|
146
|
+
transition?: string | undefined;
|
|
147
|
+
} | undefined;
|
|
148
|
+
}>;
|
|
149
|
+
readonly theme: _angular_core.Signal<{
|
|
150
|
+
host: {
|
|
151
|
+
root: string;
|
|
152
|
+
};
|
|
153
|
+
container: {
|
|
154
|
+
root: string;
|
|
155
|
+
};
|
|
156
|
+
}>;
|
|
157
|
+
readonly state: ng_primitives_state.CreatedState<Pagination>;
|
|
158
|
+
}>(injectOptions?: _angular_core.InjectOptions) => _angular_core.Signal<ng_primitives_state.State<U>>;
|
|
159
|
+
declare const flowbitePaginationState: <U>(state: U) => ng_primitives_state.CreatedState<U>;
|
|
160
|
+
|
|
161
|
+
interface FlowbitePaginationFirstSizes extends FlowbitePaginationSizes {
|
|
162
|
+
[key: string]: string;
|
|
163
|
+
}
|
|
164
|
+
interface FlowbitePaginationFirstColors extends FlowbitePaginationColors {
|
|
165
|
+
[key: string]: ColorToTheme;
|
|
166
|
+
}
|
|
167
|
+
interface FlowbitePaginationFirstTheme {
|
|
168
|
+
host: FlowbitePaginationFirstHostTheme;
|
|
169
|
+
}
|
|
170
|
+
interface FlowbitePaginationFirstHostTheme {
|
|
171
|
+
base: string;
|
|
172
|
+
transition: string;
|
|
173
|
+
focus: string;
|
|
174
|
+
disabled: string;
|
|
175
|
+
size: FlowbitePaginationFirstSizes;
|
|
176
|
+
colorOutline: FlowbitePaginationFirstColors;
|
|
177
|
+
}
|
|
178
|
+
declare const flowbitePaginationFirstTheme: FlowbitePaginationFirstTheme;
|
|
179
|
+
|
|
180
|
+
interface FlowbitePaginationFirstConfig {
|
|
181
|
+
/**
|
|
182
|
+
* The default theme of PaginationFirst
|
|
183
|
+
*/
|
|
184
|
+
baseTheme: FlowbitePaginationFirstTheme;
|
|
185
|
+
/**
|
|
186
|
+
* The default color of button.
|
|
187
|
+
*/
|
|
188
|
+
color: keyof FlowbitePaginationFirstColors;
|
|
189
|
+
/**
|
|
190
|
+
* The default size of button.
|
|
191
|
+
*/
|
|
192
|
+
size: keyof FlowbitePaginationFirstSizes;
|
|
193
|
+
/**
|
|
194
|
+
* Whether the button is outline.
|
|
195
|
+
*/
|
|
196
|
+
outline: boolean;
|
|
197
|
+
/**
|
|
198
|
+
* The custom theme of PaginationFirst
|
|
199
|
+
*/
|
|
200
|
+
customTheme: DeepPartial<FlowbitePaginationFirstTheme>;
|
|
201
|
+
}
|
|
202
|
+
declare const defaultFlowbitePaginationFirstConfig: FlowbitePaginationFirstConfig;
|
|
203
|
+
declare const FlowbitePaginationFirstConfigToken: InjectionToken<FlowbitePaginationFirstConfig>;
|
|
204
|
+
/**
|
|
205
|
+
* Provide the default PaginationFirst configuration
|
|
206
|
+
* @param config The PaginationFirst configuration
|
|
207
|
+
* @returns The provider
|
|
208
|
+
*/
|
|
209
|
+
declare const provideFlowbitePaginationFirstConfig: (config: Partial<FlowbitePaginationFirstConfig>) => Provider[];
|
|
210
|
+
/**
|
|
211
|
+
* Inject the PaginationFirst configuration
|
|
212
|
+
* @see {@link defaultFlowbitePaginationFirstConfig}
|
|
213
|
+
* @returns The configuration
|
|
214
|
+
*/
|
|
215
|
+
declare const injectFlowbitePaginationFirstConfig: () => FlowbitePaginationFirstConfig;
|
|
216
|
+
|
|
217
|
+
declare class PaginationFirst {
|
|
218
|
+
protected readonly config: FlowbitePaginationFirstConfig;
|
|
219
|
+
/**
|
|
220
|
+
* @see {@link injectFlowbitePaginationFirstConfig}
|
|
221
|
+
*/
|
|
222
|
+
readonly color: _angular_core.InputSignal<keyof FlowbitePaginationFirstColors>;
|
|
223
|
+
/**
|
|
224
|
+
* @see {@link injectFlowbitePaginationFirstConfig}
|
|
225
|
+
*/
|
|
226
|
+
readonly size: _angular_core.InputSignal<keyof FlowbitePaginationFirstSizes>;
|
|
227
|
+
/**
|
|
228
|
+
* @see {@link injectFlowbitePaginationFirstConfig}
|
|
229
|
+
*/
|
|
230
|
+
readonly outline: _angular_core.InputSignalWithTransform<boolean, BooleanInput>;
|
|
231
|
+
/**
|
|
232
|
+
* @see {@link injectFlowbitePaginationFirstConfig}
|
|
233
|
+
*/
|
|
234
|
+
readonly customTheme: _angular_core.InputSignal<{
|
|
235
|
+
host?: {
|
|
236
|
+
base?: string | undefined;
|
|
237
|
+
transition?: string | undefined;
|
|
238
|
+
focus?: string | undefined;
|
|
239
|
+
disabled?: string | undefined;
|
|
240
|
+
size?: {
|
|
241
|
+
[x: string]: string | undefined;
|
|
242
|
+
xs?: string | undefined;
|
|
243
|
+
sm?: string | undefined;
|
|
244
|
+
md?: string | undefined;
|
|
245
|
+
lg?: string | undefined;
|
|
246
|
+
xl?: string | undefined;
|
|
247
|
+
} | undefined;
|
|
248
|
+
colorOutline?: {
|
|
249
|
+
[x: string]: {
|
|
250
|
+
light?: string | undefined;
|
|
251
|
+
dark?: string | undefined;
|
|
252
|
+
} | undefined;
|
|
253
|
+
default?: {
|
|
254
|
+
light?: string | undefined;
|
|
255
|
+
dark?: string | undefined;
|
|
256
|
+
} | undefined;
|
|
257
|
+
info?: {
|
|
258
|
+
light?: string | undefined;
|
|
259
|
+
dark?: string | undefined;
|
|
260
|
+
} | undefined;
|
|
261
|
+
failure?: {
|
|
262
|
+
light?: string | undefined;
|
|
263
|
+
dark?: string | undefined;
|
|
264
|
+
} | undefined;
|
|
265
|
+
success?: {
|
|
266
|
+
light?: string | undefined;
|
|
267
|
+
dark?: string | undefined;
|
|
268
|
+
} | undefined;
|
|
269
|
+
warning?: {
|
|
270
|
+
light?: string | undefined;
|
|
271
|
+
dark?: string | undefined;
|
|
272
|
+
} | undefined;
|
|
273
|
+
primary?: {
|
|
274
|
+
light?: string | undefined;
|
|
275
|
+
dark?: string | undefined;
|
|
276
|
+
} | undefined;
|
|
277
|
+
} | undefined;
|
|
278
|
+
} | undefined;
|
|
279
|
+
}>;
|
|
280
|
+
readonly theme: _angular_core.Signal<{
|
|
281
|
+
host: {
|
|
282
|
+
root: string;
|
|
283
|
+
};
|
|
284
|
+
}>;
|
|
285
|
+
/**
|
|
286
|
+
* @internal
|
|
287
|
+
*/
|
|
288
|
+
readonly state: ng_primitives_state.CreatedState<PaginationFirst>;
|
|
289
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<PaginationFirst, never>;
|
|
290
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<PaginationFirst, " button[flowbitePaginationFirst] ", ["flowbitePaginationFirst"], { "color": { "alias": "color"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "outline": { "alias": "outline"; "required": false; "isSignal": true; }; "customTheme": { "alias": "customTheme"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.NgpPaginationFirst; inputs: { "ngpPaginationFirstDisabled": "disabled"; }; outputs: {}; }, { directive: typeof i2.NgpFocus; inputs: {}; outputs: {}; }]>;
|
|
291
|
+
}
|
|
292
|
+
|
|
293
|
+
declare const FlowbitePaginationFirstStateToken: _angular_core.InjectionToken<PaginationFirst>;
|
|
294
|
+
declare const provideFlowbitePaginationFirstState: (options?: ng_primitives_state.CreateStateProviderOptions) => _angular_core.FactoryProvider;
|
|
295
|
+
declare const injectFlowbitePaginationFirstState: <U = {
|
|
296
|
+
readonly config: flowbite_angular_pagination.FlowbitePaginationFirstConfig;
|
|
297
|
+
readonly color: _angular_core.InputSignal<keyof flowbite_angular_pagination.FlowbitePaginationFirstColors>;
|
|
298
|
+
readonly size: _angular_core.InputSignal<keyof flowbite_angular_pagination.FlowbitePaginationFirstSizes>;
|
|
299
|
+
readonly outline: _angular_core.InputSignalWithTransform<boolean, _angular_cdk_coercion.BooleanInput>;
|
|
300
|
+
readonly customTheme: _angular_core.InputSignal<{
|
|
301
|
+
host?: {
|
|
302
|
+
base?: string | undefined;
|
|
303
|
+
transition?: string | undefined;
|
|
304
|
+
focus?: string | undefined;
|
|
305
|
+
disabled?: string | undefined;
|
|
306
|
+
size?: {
|
|
307
|
+
[x: string]: string | undefined;
|
|
308
|
+
xs?: string | undefined;
|
|
309
|
+
sm?: string | undefined;
|
|
310
|
+
md?: string | undefined;
|
|
311
|
+
lg?: string | undefined;
|
|
312
|
+
xl?: string | undefined;
|
|
313
|
+
} | undefined;
|
|
314
|
+
colorOutline?: {
|
|
315
|
+
[x: string]: {
|
|
316
|
+
light?: string | undefined;
|
|
317
|
+
dark?: string | undefined;
|
|
318
|
+
} | undefined;
|
|
319
|
+
default?: {
|
|
320
|
+
light?: string | undefined;
|
|
321
|
+
dark?: string | undefined;
|
|
322
|
+
} | undefined;
|
|
323
|
+
info?: {
|
|
324
|
+
light?: string | undefined;
|
|
325
|
+
dark?: string | undefined;
|
|
326
|
+
} | undefined;
|
|
327
|
+
failure?: {
|
|
328
|
+
light?: string | undefined;
|
|
329
|
+
dark?: string | undefined;
|
|
330
|
+
} | undefined;
|
|
331
|
+
success?: {
|
|
332
|
+
light?: string | undefined;
|
|
333
|
+
dark?: string | undefined;
|
|
334
|
+
} | undefined;
|
|
335
|
+
warning?: {
|
|
336
|
+
light?: string | undefined;
|
|
337
|
+
dark?: string | undefined;
|
|
338
|
+
} | undefined;
|
|
339
|
+
primary?: {
|
|
340
|
+
light?: string | undefined;
|
|
341
|
+
dark?: string | undefined;
|
|
342
|
+
} | undefined;
|
|
343
|
+
} | undefined;
|
|
344
|
+
} | undefined;
|
|
345
|
+
}>;
|
|
346
|
+
readonly theme: _angular_core.Signal<{
|
|
347
|
+
host: {
|
|
348
|
+
root: string;
|
|
349
|
+
};
|
|
350
|
+
}>;
|
|
351
|
+
readonly state: ng_primitives_state.CreatedState<PaginationFirst>;
|
|
352
|
+
}>(injectOptions?: _angular_core.InjectOptions) => _angular_core.Signal<ng_primitives_state.State<U>>;
|
|
353
|
+
declare const flowbitePaginationFirstState: <U>(state: U) => ng_primitives_state.CreatedState<U>;
|
|
354
|
+
|
|
355
|
+
interface FlowbitePaginationPreviousSizes extends FlowbitePaginationSizes {
|
|
356
|
+
[key: string]: string;
|
|
357
|
+
}
|
|
358
|
+
interface FlowbitePaginationPreviousColors extends FlowbitePaginationColors {
|
|
359
|
+
[key: string]: ColorToTheme;
|
|
360
|
+
}
|
|
361
|
+
interface FlowbitePaginationPreviousTheme {
|
|
362
|
+
host: FlowbitePaginationPreviousHostTheme;
|
|
363
|
+
}
|
|
364
|
+
interface FlowbitePaginationPreviousHostTheme {
|
|
365
|
+
base: string;
|
|
366
|
+
transition: string;
|
|
367
|
+
focus: string;
|
|
368
|
+
disabled: string;
|
|
369
|
+
size: FlowbitePaginationPreviousSizes;
|
|
370
|
+
colorOutline: FlowbitePaginationPreviousColors;
|
|
371
|
+
}
|
|
372
|
+
declare const flowbitePaginationPreviousTheme: FlowbitePaginationPreviousTheme;
|
|
373
|
+
|
|
374
|
+
interface FlowbitePaginationPreviousConfig {
|
|
375
|
+
/**
|
|
376
|
+
* The default theme of PaginationPrevious
|
|
377
|
+
*/
|
|
378
|
+
baseTheme: FlowbitePaginationPreviousTheme;
|
|
379
|
+
/**
|
|
380
|
+
* The default color of button.
|
|
381
|
+
*/
|
|
382
|
+
color: keyof FlowbitePaginationPreviousColors;
|
|
383
|
+
/**
|
|
384
|
+
* The default size of button.
|
|
385
|
+
*/
|
|
386
|
+
size: keyof FlowbitePaginationPreviousSizes;
|
|
387
|
+
/**
|
|
388
|
+
* Whether the button is outline.
|
|
389
|
+
*/
|
|
390
|
+
outline: boolean;
|
|
391
|
+
/**
|
|
392
|
+
* The custom theme of PaginationPrevious
|
|
393
|
+
*/
|
|
394
|
+
customTheme: DeepPartial<FlowbitePaginationPreviousTheme>;
|
|
395
|
+
}
|
|
396
|
+
declare const defaultFlowbitePaginationPreviousConfig: FlowbitePaginationPreviousConfig;
|
|
397
|
+
declare const FlowbitePaginationPreviousConfigToken: InjectionToken<FlowbitePaginationPreviousConfig>;
|
|
398
|
+
/**
|
|
399
|
+
* Provide the default PaginationPrevious configuration
|
|
400
|
+
* @param config The PaginationPrevious configuration
|
|
401
|
+
* @returns The provider
|
|
402
|
+
*/
|
|
403
|
+
declare const provideFlowbitePaginationPreviousConfig: (config: Partial<FlowbitePaginationPreviousConfig>) => Provider[];
|
|
404
|
+
/**
|
|
405
|
+
* Inject the PaginationPrevious configuration
|
|
406
|
+
* @see {@link defaultFlowbitePaginationPreviousConfig}
|
|
407
|
+
* @returns The configuration
|
|
408
|
+
*/
|
|
409
|
+
declare const injectFlowbitePaginationPreviousConfig: () => FlowbitePaginationPreviousConfig;
|
|
410
|
+
|
|
411
|
+
declare class PaginationPrevious {
|
|
412
|
+
protected readonly config: FlowbitePaginationPreviousConfig;
|
|
413
|
+
/**
|
|
414
|
+
* @see {@link injectFlowbitePaginationPreviousConfig}
|
|
415
|
+
*/
|
|
416
|
+
readonly color: _angular_core.InputSignal<keyof FlowbitePaginationPreviousColors>;
|
|
417
|
+
/**
|
|
418
|
+
* @see {@link injectFlowbitePaginationPreviousConfig}
|
|
419
|
+
*/
|
|
420
|
+
readonly size: _angular_core.InputSignal<keyof FlowbitePaginationPreviousSizes>;
|
|
421
|
+
/**
|
|
422
|
+
* @see {@link injectFlowbitePaginationPreviousConfig}
|
|
423
|
+
*/
|
|
424
|
+
readonly outline: _angular_core.InputSignalWithTransform<boolean, BooleanInput>;
|
|
425
|
+
/**
|
|
426
|
+
* @see {@link injectFlowbitePaginationPreviousConfig}
|
|
427
|
+
*/
|
|
428
|
+
readonly customTheme: _angular_core.InputSignal<{
|
|
429
|
+
host?: {
|
|
430
|
+
base?: string | undefined;
|
|
431
|
+
transition?: string | undefined;
|
|
432
|
+
focus?: string | undefined;
|
|
433
|
+
disabled?: string | undefined;
|
|
434
|
+
size?: {
|
|
435
|
+
[x: string]: string | undefined;
|
|
436
|
+
xs?: string | undefined;
|
|
437
|
+
sm?: string | undefined;
|
|
438
|
+
md?: string | undefined;
|
|
439
|
+
lg?: string | undefined;
|
|
440
|
+
xl?: string | undefined;
|
|
441
|
+
} | undefined;
|
|
442
|
+
colorOutline?: {
|
|
443
|
+
[x: string]: {
|
|
444
|
+
light?: string | undefined;
|
|
445
|
+
dark?: string | undefined;
|
|
446
|
+
} | undefined;
|
|
447
|
+
default?: {
|
|
448
|
+
light?: string | undefined;
|
|
449
|
+
dark?: string | undefined;
|
|
450
|
+
} | undefined;
|
|
451
|
+
info?: {
|
|
452
|
+
light?: string | undefined;
|
|
453
|
+
dark?: string | undefined;
|
|
454
|
+
} | undefined;
|
|
455
|
+
failure?: {
|
|
456
|
+
light?: string | undefined;
|
|
457
|
+
dark?: string | undefined;
|
|
458
|
+
} | undefined;
|
|
459
|
+
success?: {
|
|
460
|
+
light?: string | undefined;
|
|
461
|
+
dark?: string | undefined;
|
|
462
|
+
} | undefined;
|
|
463
|
+
warning?: {
|
|
464
|
+
light?: string | undefined;
|
|
465
|
+
dark?: string | undefined;
|
|
466
|
+
} | undefined;
|
|
467
|
+
primary?: {
|
|
468
|
+
light?: string | undefined;
|
|
469
|
+
dark?: string | undefined;
|
|
470
|
+
} | undefined;
|
|
471
|
+
} | undefined;
|
|
472
|
+
} | undefined;
|
|
473
|
+
}>;
|
|
474
|
+
readonly theme: _angular_core.Signal<{
|
|
475
|
+
host: {
|
|
476
|
+
root: string;
|
|
477
|
+
};
|
|
478
|
+
}>;
|
|
479
|
+
/**
|
|
480
|
+
* @internal
|
|
481
|
+
*/
|
|
482
|
+
readonly state: ng_primitives_state.CreatedState<PaginationPrevious>;
|
|
483
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<PaginationPrevious, never>;
|
|
484
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<PaginationPrevious, " button[flowbitePaginationPrevious] ", ["flowbitePaginationPrevious"], { "color": { "alias": "color"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "outline": { "alias": "outline"; "required": false; "isSignal": true; }; "customTheme": { "alias": "customTheme"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.NgpPaginationPrevious; inputs: { "ngpPaginationPreviousDisabled": "disabled"; }; outputs: {}; }, { directive: typeof i2.NgpFocus; inputs: {}; outputs: {}; }]>;
|
|
485
|
+
}
|
|
486
|
+
|
|
487
|
+
declare const FlowbitePaginationPreviousStateToken: _angular_core.InjectionToken<PaginationPrevious>;
|
|
488
|
+
declare const provideFlowbitePaginationPreviousState: (options?: ng_primitives_state.CreateStateProviderOptions) => _angular_core.FactoryProvider;
|
|
489
|
+
declare const injectFlowbitePaginationPreviousState: <U = {
|
|
490
|
+
readonly config: flowbite_angular_pagination.FlowbitePaginationPreviousConfig;
|
|
491
|
+
readonly color: _angular_core.InputSignal<keyof flowbite_angular_pagination.FlowbitePaginationPreviousColors>;
|
|
492
|
+
readonly size: _angular_core.InputSignal<keyof flowbite_angular_pagination.FlowbitePaginationPreviousSizes>;
|
|
493
|
+
readonly outline: _angular_core.InputSignalWithTransform<boolean, _angular_cdk_coercion.BooleanInput>;
|
|
494
|
+
readonly customTheme: _angular_core.InputSignal<{
|
|
495
|
+
host?: {
|
|
496
|
+
base?: string | undefined;
|
|
497
|
+
transition?: string | undefined;
|
|
498
|
+
focus?: string | undefined;
|
|
499
|
+
disabled?: string | undefined;
|
|
500
|
+
size?: {
|
|
501
|
+
[x: string]: string | undefined;
|
|
502
|
+
xs?: string | undefined;
|
|
503
|
+
sm?: string | undefined;
|
|
504
|
+
md?: string | undefined;
|
|
505
|
+
lg?: string | undefined;
|
|
506
|
+
xl?: string | undefined;
|
|
507
|
+
} | undefined;
|
|
508
|
+
colorOutline?: {
|
|
509
|
+
[x: string]: {
|
|
510
|
+
light?: string | undefined;
|
|
511
|
+
dark?: string | undefined;
|
|
512
|
+
} | undefined;
|
|
513
|
+
default?: {
|
|
514
|
+
light?: string | undefined;
|
|
515
|
+
dark?: string | undefined;
|
|
516
|
+
} | undefined;
|
|
517
|
+
info?: {
|
|
518
|
+
light?: string | undefined;
|
|
519
|
+
dark?: string | undefined;
|
|
520
|
+
} | undefined;
|
|
521
|
+
failure?: {
|
|
522
|
+
light?: string | undefined;
|
|
523
|
+
dark?: string | undefined;
|
|
524
|
+
} | undefined;
|
|
525
|
+
success?: {
|
|
526
|
+
light?: string | undefined;
|
|
527
|
+
dark?: string | undefined;
|
|
528
|
+
} | undefined;
|
|
529
|
+
warning?: {
|
|
530
|
+
light?: string | undefined;
|
|
531
|
+
dark?: string | undefined;
|
|
532
|
+
} | undefined;
|
|
533
|
+
primary?: {
|
|
534
|
+
light?: string | undefined;
|
|
535
|
+
dark?: string | undefined;
|
|
536
|
+
} | undefined;
|
|
537
|
+
} | undefined;
|
|
538
|
+
} | undefined;
|
|
539
|
+
}>;
|
|
540
|
+
readonly theme: _angular_core.Signal<{
|
|
541
|
+
host: {
|
|
542
|
+
root: string;
|
|
543
|
+
};
|
|
544
|
+
}>;
|
|
545
|
+
readonly state: ng_primitives_state.CreatedState<PaginationPrevious>;
|
|
546
|
+
}>(injectOptions?: _angular_core.InjectOptions) => _angular_core.Signal<ng_primitives_state.State<U>>;
|
|
547
|
+
declare const flowbitePaginationPreviousState: <U>(state: U) => ng_primitives_state.CreatedState<U>;
|
|
548
|
+
|
|
549
|
+
interface FlowbitePaginationNextSizes extends FlowbitePaginationSizes {
|
|
550
|
+
[key: string]: string;
|
|
551
|
+
}
|
|
552
|
+
interface FlowbitePaginationNextColors extends FlowbitePaginationColors {
|
|
553
|
+
[key: string]: ColorToTheme;
|
|
554
|
+
}
|
|
555
|
+
interface FlowbitePaginationNextTheme {
|
|
556
|
+
host: FlowbitePaginationNextHostTheme;
|
|
557
|
+
}
|
|
558
|
+
interface FlowbitePaginationNextHostTheme {
|
|
559
|
+
base: string;
|
|
560
|
+
transition: string;
|
|
561
|
+
focus: string;
|
|
562
|
+
disabled: string;
|
|
563
|
+
size: FlowbitePaginationNextSizes;
|
|
564
|
+
colorOutline: FlowbitePaginationNextColors;
|
|
565
|
+
}
|
|
566
|
+
declare const flowbitePaginationNextTheme: FlowbitePaginationNextTheme;
|
|
567
|
+
|
|
568
|
+
interface FlowbitePaginationNextConfig {
|
|
569
|
+
/**
|
|
570
|
+
* The default theme of PaginationNext
|
|
571
|
+
*/
|
|
572
|
+
baseTheme: FlowbitePaginationNextTheme;
|
|
573
|
+
/**
|
|
574
|
+
* The default color of button.
|
|
575
|
+
*/
|
|
576
|
+
color: keyof FlowbitePaginationNextColors;
|
|
577
|
+
/**
|
|
578
|
+
* The default size of button.
|
|
579
|
+
*/
|
|
580
|
+
size: keyof FlowbitePaginationNextSizes;
|
|
581
|
+
/**
|
|
582
|
+
* Whether the button is outline.
|
|
583
|
+
*/
|
|
584
|
+
outline: boolean;
|
|
585
|
+
/**
|
|
586
|
+
* The custom theme of PaginationNext
|
|
587
|
+
*/
|
|
588
|
+
customTheme: DeepPartial<FlowbitePaginationNextTheme>;
|
|
589
|
+
}
|
|
590
|
+
declare const defaultFlowbitePaginationNextConfig: FlowbitePaginationNextConfig;
|
|
591
|
+
declare const FlowbitePaginationNextConfigToken: InjectionToken<FlowbitePaginationNextConfig>;
|
|
592
|
+
/**
|
|
593
|
+
* Provide the default PaginationNext configuration
|
|
594
|
+
* @param config The PaginationNext configuration
|
|
595
|
+
* @returns The provider
|
|
596
|
+
*/
|
|
597
|
+
declare const provideFlowbitePaginationNextConfig: (config: Partial<FlowbitePaginationNextConfig>) => Provider[];
|
|
598
|
+
/**
|
|
599
|
+
* Inject the PaginationNext configuration
|
|
600
|
+
* @see {@link defaultFlowbitePaginationNextConfig}
|
|
601
|
+
* @returns The configuration
|
|
602
|
+
*/
|
|
603
|
+
declare const injectFlowbitePaginationNextConfig: () => FlowbitePaginationNextConfig;
|
|
604
|
+
|
|
605
|
+
declare class PaginationNext {
|
|
606
|
+
protected readonly config: FlowbitePaginationNextConfig;
|
|
607
|
+
/**
|
|
608
|
+
* @see {@link injectFlowbitePaginationNextConfig}
|
|
609
|
+
*/
|
|
610
|
+
readonly color: _angular_core.InputSignal<keyof FlowbitePaginationNextColors>;
|
|
611
|
+
/**
|
|
612
|
+
* @see {@link injectFlowbitePaginationNextConfig}
|
|
613
|
+
*/
|
|
614
|
+
readonly size: _angular_core.InputSignal<keyof FlowbitePaginationNextSizes>;
|
|
615
|
+
/**
|
|
616
|
+
* @see {@link injectFlowbitePaginationNextConfig}
|
|
617
|
+
*/
|
|
618
|
+
readonly outline: _angular_core.InputSignalWithTransform<boolean, BooleanInput>;
|
|
619
|
+
/**
|
|
620
|
+
* @see {@link injectFlowbitePaginationFirstConfig}
|
|
621
|
+
*/
|
|
622
|
+
/**
|
|
623
|
+
* @see {@link injectFlowbitePaginationNextConfig}
|
|
624
|
+
*/
|
|
625
|
+
readonly customTheme: _angular_core.InputSignal<{
|
|
626
|
+
host?: {
|
|
627
|
+
base?: string | undefined;
|
|
628
|
+
transition?: string | undefined;
|
|
629
|
+
focus?: string | undefined;
|
|
630
|
+
disabled?: string | undefined;
|
|
631
|
+
size?: {
|
|
632
|
+
[x: string]: string | undefined;
|
|
633
|
+
xs?: string | undefined;
|
|
634
|
+
sm?: string | undefined;
|
|
635
|
+
md?: string | undefined;
|
|
636
|
+
lg?: string | undefined;
|
|
637
|
+
xl?: string | undefined;
|
|
638
|
+
} | undefined;
|
|
639
|
+
colorOutline?: {
|
|
640
|
+
[x: string]: {
|
|
641
|
+
light?: string | undefined;
|
|
642
|
+
dark?: string | undefined;
|
|
643
|
+
} | undefined;
|
|
644
|
+
default?: {
|
|
645
|
+
light?: string | undefined;
|
|
646
|
+
dark?: string | undefined;
|
|
647
|
+
} | undefined;
|
|
648
|
+
info?: {
|
|
649
|
+
light?: string | undefined;
|
|
650
|
+
dark?: string | undefined;
|
|
651
|
+
} | undefined;
|
|
652
|
+
failure?: {
|
|
653
|
+
light?: string | undefined;
|
|
654
|
+
dark?: string | undefined;
|
|
655
|
+
} | undefined;
|
|
656
|
+
success?: {
|
|
657
|
+
light?: string | undefined;
|
|
658
|
+
dark?: string | undefined;
|
|
659
|
+
} | undefined;
|
|
660
|
+
warning?: {
|
|
661
|
+
light?: string | undefined;
|
|
662
|
+
dark?: string | undefined;
|
|
663
|
+
} | undefined;
|
|
664
|
+
primary?: {
|
|
665
|
+
light?: string | undefined;
|
|
666
|
+
dark?: string | undefined;
|
|
667
|
+
} | undefined;
|
|
668
|
+
} | undefined;
|
|
669
|
+
} | undefined;
|
|
670
|
+
}>;
|
|
671
|
+
readonly theme: _angular_core.Signal<{
|
|
672
|
+
host: {
|
|
673
|
+
root: string;
|
|
674
|
+
};
|
|
675
|
+
}>;
|
|
676
|
+
/**
|
|
677
|
+
* @internal
|
|
678
|
+
*/
|
|
679
|
+
readonly state: ng_primitives_state.CreatedState<PaginationNext>;
|
|
680
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<PaginationNext, never>;
|
|
681
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<PaginationNext, " button[flowbitePaginationNext] ", ["flowbitePaginationNext"], { "color": { "alias": "color"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "outline": { "alias": "outline"; "required": false; "isSignal": true; }; "customTheme": { "alias": "customTheme"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.NgpPaginationNext; inputs: { "ngpPaginationNextDisabled": "disabled"; }; outputs: {}; }, { directive: typeof i2.NgpFocus; inputs: {}; outputs: {}; }]>;
|
|
682
|
+
}
|
|
683
|
+
|
|
684
|
+
declare const FlowbitePaginationNextStateToken: _angular_core.InjectionToken<PaginationNext>;
|
|
685
|
+
declare const provideFlowbitePaginationNextState: (options?: ng_primitives_state.CreateStateProviderOptions) => _angular_core.FactoryProvider;
|
|
686
|
+
declare const injectFlowbitePaginationNextState: <U = {
|
|
687
|
+
readonly config: flowbite_angular_pagination.FlowbitePaginationNextConfig;
|
|
688
|
+
readonly color: _angular_core.InputSignal<keyof flowbite_angular_pagination.FlowbitePaginationNextColors>;
|
|
689
|
+
readonly size: _angular_core.InputSignal<keyof flowbite_angular_pagination.FlowbitePaginationNextSizes>;
|
|
690
|
+
readonly outline: _angular_core.InputSignalWithTransform<boolean, _angular_cdk_coercion.BooleanInput>;
|
|
691
|
+
readonly customTheme: _angular_core.InputSignal<{
|
|
692
|
+
host?: {
|
|
693
|
+
base?: string | undefined;
|
|
694
|
+
transition?: string | undefined;
|
|
695
|
+
focus?: string | undefined;
|
|
696
|
+
disabled?: string | undefined;
|
|
697
|
+
size?: {
|
|
698
|
+
[x: string]: string | undefined;
|
|
699
|
+
xs?: string | undefined;
|
|
700
|
+
sm?: string | undefined;
|
|
701
|
+
md?: string | undefined;
|
|
702
|
+
lg?: string | undefined;
|
|
703
|
+
xl?: string | undefined;
|
|
704
|
+
} | undefined;
|
|
705
|
+
colorOutline?: {
|
|
706
|
+
[x: string]: {
|
|
707
|
+
light?: string | undefined;
|
|
708
|
+
dark?: string | undefined;
|
|
709
|
+
} | undefined;
|
|
710
|
+
default?: {
|
|
711
|
+
light?: string | undefined;
|
|
712
|
+
dark?: string | undefined;
|
|
713
|
+
} | undefined;
|
|
714
|
+
info?: {
|
|
715
|
+
light?: string | undefined;
|
|
716
|
+
dark?: string | undefined;
|
|
717
|
+
} | undefined;
|
|
718
|
+
failure?: {
|
|
719
|
+
light?: string | undefined;
|
|
720
|
+
dark?: string | undefined;
|
|
721
|
+
} | undefined;
|
|
722
|
+
success?: {
|
|
723
|
+
light?: string | undefined;
|
|
724
|
+
dark?: string | undefined;
|
|
725
|
+
} | undefined;
|
|
726
|
+
warning?: {
|
|
727
|
+
light?: string | undefined;
|
|
728
|
+
dark?: string | undefined;
|
|
729
|
+
} | undefined;
|
|
730
|
+
primary?: {
|
|
731
|
+
light?: string | undefined;
|
|
732
|
+
dark?: string | undefined;
|
|
733
|
+
} | undefined;
|
|
734
|
+
} | undefined;
|
|
735
|
+
} | undefined;
|
|
736
|
+
}>;
|
|
737
|
+
readonly theme: _angular_core.Signal<{
|
|
738
|
+
host: {
|
|
739
|
+
root: string;
|
|
740
|
+
};
|
|
741
|
+
}>;
|
|
742
|
+
readonly state: ng_primitives_state.CreatedState<PaginationNext>;
|
|
743
|
+
}>(injectOptions?: _angular_core.InjectOptions) => _angular_core.Signal<ng_primitives_state.State<U>>;
|
|
744
|
+
declare const flowbitePaginationNextState: <U>(state: U) => ng_primitives_state.CreatedState<U>;
|
|
745
|
+
|
|
746
|
+
interface FlowbitePaginationLastSizes extends FlowbitePaginationSizes {
|
|
747
|
+
[key: string]: string;
|
|
748
|
+
}
|
|
749
|
+
interface FlowbitePaginationLastColors extends FlowbitePaginationColors {
|
|
750
|
+
[key: string]: ColorToTheme;
|
|
751
|
+
}
|
|
752
|
+
interface FlowbitePaginationLastTheme {
|
|
753
|
+
host: FlowbitePaginationLastHostTheme;
|
|
754
|
+
}
|
|
755
|
+
interface FlowbitePaginationLastHostTheme {
|
|
756
|
+
base: string;
|
|
757
|
+
transition: string;
|
|
758
|
+
focus: string;
|
|
759
|
+
disabled: string;
|
|
760
|
+
size: FlowbitePaginationLastSizes;
|
|
761
|
+
colorOutline: FlowbitePaginationLastColors;
|
|
762
|
+
}
|
|
763
|
+
declare const flowbitePaginationLastTheme: FlowbitePaginationLastTheme;
|
|
764
|
+
|
|
765
|
+
interface FlowbitePaginationLastConfig {
|
|
766
|
+
/**
|
|
767
|
+
* The default theme of PaginationLast
|
|
768
|
+
*/
|
|
769
|
+
baseTheme: FlowbitePaginationLastTheme;
|
|
770
|
+
/**
|
|
771
|
+
* The default color of button.
|
|
772
|
+
*/
|
|
773
|
+
color: keyof FlowbitePaginationLastColors;
|
|
774
|
+
/**
|
|
775
|
+
* The default size of button.
|
|
776
|
+
*/
|
|
777
|
+
size: keyof FlowbitePaginationLastSizes;
|
|
778
|
+
/**
|
|
779
|
+
* Whether the button is outline.
|
|
780
|
+
*/
|
|
781
|
+
outline: boolean;
|
|
782
|
+
/**
|
|
783
|
+
* The custom theme of PaginationLast
|
|
784
|
+
*/
|
|
785
|
+
customTheme: DeepPartial<FlowbitePaginationLastTheme>;
|
|
786
|
+
}
|
|
787
|
+
declare const defaultFlowbitePaginationLastConfig: FlowbitePaginationLastConfig;
|
|
788
|
+
declare const FlowbitePaginationLastConfigToken: InjectionToken<FlowbitePaginationLastConfig>;
|
|
789
|
+
/**
|
|
790
|
+
* Provide the default PaginationLast configuration
|
|
791
|
+
* @param config The PaginationLast configuration
|
|
792
|
+
* @returns The provider
|
|
793
|
+
*/
|
|
794
|
+
declare const provideFlowbitePaginationLastConfig: (config: Partial<FlowbitePaginationLastConfig>) => Provider[];
|
|
795
|
+
/**
|
|
796
|
+
* Inject the PaginationLast configuration
|
|
797
|
+
* @see {@link defaultFlowbitePaginationLastConfig}
|
|
798
|
+
* @returns The configuration
|
|
799
|
+
*/
|
|
800
|
+
declare const injectFlowbitePaginationLastConfig: () => FlowbitePaginationLastConfig;
|
|
801
|
+
|
|
802
|
+
declare class PaginationLast {
|
|
803
|
+
protected readonly config: FlowbitePaginationLastConfig;
|
|
804
|
+
/**
|
|
805
|
+
* @see {@link injectFlowbitePaginationLastConfig}
|
|
806
|
+
*/
|
|
807
|
+
readonly color: _angular_core.InputSignal<keyof FlowbitePaginationLastColors>;
|
|
808
|
+
/**
|
|
809
|
+
* @see {@link injectFlowbitePaginationLastConfig}
|
|
810
|
+
*/
|
|
811
|
+
readonly size: _angular_core.InputSignal<keyof FlowbitePaginationLastSizes>;
|
|
812
|
+
/**
|
|
813
|
+
* @see {@link injectFlowbitePaginationLastConfig}
|
|
814
|
+
*/
|
|
815
|
+
readonly outline: _angular_core.InputSignalWithTransform<boolean, BooleanInput>;
|
|
816
|
+
/**
|
|
817
|
+
* @see {@link injectFlowbitePaginationLastConfig}
|
|
818
|
+
*/
|
|
819
|
+
readonly customTheme: _angular_core.InputSignal<{
|
|
820
|
+
host?: {
|
|
821
|
+
base?: string | undefined;
|
|
822
|
+
transition?: string | undefined;
|
|
823
|
+
focus?: string | undefined;
|
|
824
|
+
disabled?: string | undefined;
|
|
825
|
+
size?: {
|
|
826
|
+
[x: string]: string | undefined;
|
|
827
|
+
xs?: string | undefined;
|
|
828
|
+
sm?: string | undefined;
|
|
829
|
+
md?: string | undefined;
|
|
830
|
+
lg?: string | undefined;
|
|
831
|
+
xl?: string | undefined;
|
|
832
|
+
} | undefined;
|
|
833
|
+
colorOutline?: {
|
|
834
|
+
[x: string]: {
|
|
835
|
+
light?: string | undefined;
|
|
836
|
+
dark?: string | undefined;
|
|
837
|
+
} | undefined;
|
|
838
|
+
default?: {
|
|
839
|
+
light?: string | undefined;
|
|
840
|
+
dark?: string | undefined;
|
|
841
|
+
} | undefined;
|
|
842
|
+
info?: {
|
|
843
|
+
light?: string | undefined;
|
|
844
|
+
dark?: string | undefined;
|
|
845
|
+
} | undefined;
|
|
846
|
+
failure?: {
|
|
847
|
+
light?: string | undefined;
|
|
848
|
+
dark?: string | undefined;
|
|
849
|
+
} | undefined;
|
|
850
|
+
success?: {
|
|
851
|
+
light?: string | undefined;
|
|
852
|
+
dark?: string | undefined;
|
|
853
|
+
} | undefined;
|
|
854
|
+
warning?: {
|
|
855
|
+
light?: string | undefined;
|
|
856
|
+
dark?: string | undefined;
|
|
857
|
+
} | undefined;
|
|
858
|
+
primary?: {
|
|
859
|
+
light?: string | undefined;
|
|
860
|
+
dark?: string | undefined;
|
|
861
|
+
} | undefined;
|
|
862
|
+
} | undefined;
|
|
863
|
+
} | undefined;
|
|
864
|
+
}>;
|
|
865
|
+
readonly theme: _angular_core.Signal<{
|
|
866
|
+
host: {
|
|
867
|
+
root: string;
|
|
868
|
+
};
|
|
869
|
+
}>;
|
|
870
|
+
/**
|
|
871
|
+
* @internal
|
|
872
|
+
*/
|
|
873
|
+
readonly state: ng_primitives_state.CreatedState<PaginationLast>;
|
|
874
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<PaginationLast, never>;
|
|
875
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<PaginationLast, " button[flowbitePaginationLast] ", ["flowbitePaginationLast"], { "color": { "alias": "color"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "outline": { "alias": "outline"; "required": false; "isSignal": true; }; "customTheme": { "alias": "customTheme"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.NgpPaginationLast; inputs: { "ngpPaginationLastDisabled": "disabled"; }; outputs: {}; }, { directive: typeof i2.NgpFocus; inputs: {}; outputs: {}; }]>;
|
|
876
|
+
}
|
|
877
|
+
|
|
878
|
+
declare const FlowbitePaginationLastStateToken: _angular_core.InjectionToken<PaginationLast>;
|
|
879
|
+
declare const provideFlowbitePaginationLastState: (options?: ng_primitives_state.CreateStateProviderOptions) => _angular_core.FactoryProvider;
|
|
880
|
+
declare const injectFlowbitePaginationLastState: <U = {
|
|
881
|
+
readonly config: flowbite_angular_pagination.FlowbitePaginationLastConfig;
|
|
882
|
+
readonly color: _angular_core.InputSignal<keyof flowbite_angular_pagination.FlowbitePaginationLastColors>;
|
|
883
|
+
readonly size: _angular_core.InputSignal<keyof flowbite_angular_pagination.FlowbitePaginationLastSizes>;
|
|
884
|
+
readonly outline: _angular_core.InputSignalWithTransform<boolean, _angular_cdk_coercion.BooleanInput>;
|
|
885
|
+
readonly customTheme: _angular_core.InputSignal<{
|
|
886
|
+
host?: {
|
|
887
|
+
base?: string | undefined;
|
|
888
|
+
transition?: string | undefined;
|
|
889
|
+
focus?: string | undefined;
|
|
890
|
+
disabled?: string | undefined;
|
|
891
|
+
size?: {
|
|
892
|
+
[x: string]: string | undefined;
|
|
893
|
+
xs?: string | undefined;
|
|
894
|
+
sm?: string | undefined;
|
|
895
|
+
md?: string | undefined;
|
|
896
|
+
lg?: string | undefined;
|
|
897
|
+
xl?: string | undefined;
|
|
898
|
+
} | undefined;
|
|
899
|
+
colorOutline?: {
|
|
900
|
+
[x: string]: {
|
|
901
|
+
light?: string | undefined;
|
|
902
|
+
dark?: string | undefined;
|
|
903
|
+
} | undefined;
|
|
904
|
+
default?: {
|
|
905
|
+
light?: string | undefined;
|
|
906
|
+
dark?: string | undefined;
|
|
907
|
+
} | undefined;
|
|
908
|
+
info?: {
|
|
909
|
+
light?: string | undefined;
|
|
910
|
+
dark?: string | undefined;
|
|
911
|
+
} | undefined;
|
|
912
|
+
failure?: {
|
|
913
|
+
light?: string | undefined;
|
|
914
|
+
dark?: string | undefined;
|
|
915
|
+
} | undefined;
|
|
916
|
+
success?: {
|
|
917
|
+
light?: string | undefined;
|
|
918
|
+
dark?: string | undefined;
|
|
919
|
+
} | undefined;
|
|
920
|
+
warning?: {
|
|
921
|
+
light?: string | undefined;
|
|
922
|
+
dark?: string | undefined;
|
|
923
|
+
} | undefined;
|
|
924
|
+
primary?: {
|
|
925
|
+
light?: string | undefined;
|
|
926
|
+
dark?: string | undefined;
|
|
927
|
+
} | undefined;
|
|
928
|
+
} | undefined;
|
|
929
|
+
} | undefined;
|
|
930
|
+
}>;
|
|
931
|
+
readonly theme: _angular_core.Signal<{
|
|
932
|
+
host: {
|
|
933
|
+
root: string;
|
|
934
|
+
};
|
|
935
|
+
}>;
|
|
936
|
+
readonly state: ng_primitives_state.CreatedState<PaginationLast>;
|
|
937
|
+
}>(injectOptions?: _angular_core.InjectOptions) => _angular_core.Signal<ng_primitives_state.State<U>>;
|
|
938
|
+
declare const flowbitePaginationLastState: <U>(state: U) => ng_primitives_state.CreatedState<U>;
|
|
939
|
+
|
|
940
|
+
interface FlowbitePaginationButtonSizes extends FlowbitePaginationSizes {
|
|
941
|
+
[key: string]: string;
|
|
942
|
+
}
|
|
943
|
+
interface FlowbitePaginationButtonColors extends FlowbitePaginationColors {
|
|
944
|
+
[key: string]: ColorToTheme;
|
|
945
|
+
}
|
|
946
|
+
interface FlowbitePaginationButtonTheme {
|
|
947
|
+
host: FlowbitePaginationButtonHostTheme;
|
|
948
|
+
}
|
|
949
|
+
interface FlowbitePaginationButtonHostTheme {
|
|
950
|
+
base: string;
|
|
951
|
+
transition: string;
|
|
952
|
+
focus: string;
|
|
953
|
+
disabled: string;
|
|
954
|
+
size: FlowbitePaginationButtonSizes;
|
|
955
|
+
colorOutline: FlowbitePaginationButtonColors;
|
|
956
|
+
}
|
|
957
|
+
declare const flowbitePaginationButtonTheme: FlowbitePaginationButtonTheme;
|
|
958
|
+
|
|
959
|
+
interface FlowbitePaginationButtonConfig {
|
|
960
|
+
/**
|
|
961
|
+
* The default theme of PaginationButton
|
|
962
|
+
*/
|
|
963
|
+
baseTheme: FlowbitePaginationButtonTheme;
|
|
964
|
+
/**
|
|
965
|
+
* The default color of button.
|
|
966
|
+
*/
|
|
967
|
+
color: keyof FlowbitePaginationButtonColors;
|
|
968
|
+
/**
|
|
969
|
+
* The default size of button.
|
|
970
|
+
*/
|
|
971
|
+
size: keyof FlowbitePaginationButtonSizes;
|
|
972
|
+
/**
|
|
973
|
+
* Whether the button is outline.
|
|
974
|
+
*/
|
|
975
|
+
outline: boolean;
|
|
976
|
+
/**
|
|
977
|
+
* The custom theme of PaginationButton
|
|
978
|
+
*/
|
|
979
|
+
customTheme: DeepPartial<FlowbitePaginationButtonTheme>;
|
|
980
|
+
}
|
|
981
|
+
declare const defaultFlowbitePaginationButtonConfig: FlowbitePaginationButtonConfig;
|
|
982
|
+
declare const FlowbitePaginationButtonConfigToken: InjectionToken<FlowbitePaginationButtonConfig>;
|
|
983
|
+
/**
|
|
984
|
+
* Provide the default PaginationButton configuration
|
|
985
|
+
* @param config The PaginationButton configuration
|
|
986
|
+
* @returns The provider
|
|
987
|
+
*/
|
|
988
|
+
declare const provideFlowbitePaginationButtonConfig: (config: Partial<FlowbitePaginationButtonConfig>) => Provider[];
|
|
989
|
+
/**
|
|
990
|
+
* Inject the PaginationButton configuration
|
|
991
|
+
* @see {@link defaultFlowbitePaginationButtonConfig}
|
|
992
|
+
* @returns The configuration
|
|
993
|
+
*/
|
|
994
|
+
declare const injectFlowbitePaginationButtonConfig: () => FlowbitePaginationButtonConfig;
|
|
995
|
+
|
|
996
|
+
declare class PaginationButton {
|
|
997
|
+
protected readonly config: FlowbitePaginationButtonConfig;
|
|
998
|
+
/**
|
|
999
|
+
* @see {@link injectFlowbitePaginationFirstConfig}
|
|
1000
|
+
*/
|
|
1001
|
+
readonly color: _angular_core.InputSignal<keyof FlowbitePaginationButtonColors>;
|
|
1002
|
+
/**
|
|
1003
|
+
* @see {@link injectFlowbitePaginationFirstConfig}
|
|
1004
|
+
*/
|
|
1005
|
+
readonly size: _angular_core.InputSignal<keyof FlowbitePaginationButtonSizes>;
|
|
1006
|
+
/**
|
|
1007
|
+
* @see {@link injectFlowbitePaginationFirstConfig}
|
|
1008
|
+
*/
|
|
1009
|
+
readonly outline: _angular_core.InputSignalWithTransform<boolean, BooleanInput>;
|
|
1010
|
+
/**
|
|
1011
|
+
* @see {@link injectFlowbitePaginationButtonConfig}
|
|
1012
|
+
*/
|
|
1013
|
+
readonly customTheme: _angular_core.InputSignal<{
|
|
1014
|
+
host?: {
|
|
1015
|
+
base?: string | undefined;
|
|
1016
|
+
transition?: string | undefined;
|
|
1017
|
+
focus?: string | undefined;
|
|
1018
|
+
disabled?: string | undefined;
|
|
1019
|
+
size?: {
|
|
1020
|
+
[x: string]: string | undefined;
|
|
1021
|
+
xs?: string | undefined;
|
|
1022
|
+
sm?: string | undefined;
|
|
1023
|
+
md?: string | undefined;
|
|
1024
|
+
lg?: string | undefined;
|
|
1025
|
+
xl?: string | undefined;
|
|
1026
|
+
} | undefined;
|
|
1027
|
+
colorOutline?: {
|
|
1028
|
+
[x: string]: {
|
|
1029
|
+
light?: string | undefined;
|
|
1030
|
+
dark?: string | undefined;
|
|
1031
|
+
} | undefined;
|
|
1032
|
+
default?: {
|
|
1033
|
+
light?: string | undefined;
|
|
1034
|
+
dark?: string | undefined;
|
|
1035
|
+
} | undefined;
|
|
1036
|
+
info?: {
|
|
1037
|
+
light?: string | undefined;
|
|
1038
|
+
dark?: string | undefined;
|
|
1039
|
+
} | undefined;
|
|
1040
|
+
failure?: {
|
|
1041
|
+
light?: string | undefined;
|
|
1042
|
+
dark?: string | undefined;
|
|
1043
|
+
} | undefined;
|
|
1044
|
+
success?: {
|
|
1045
|
+
light?: string | undefined;
|
|
1046
|
+
dark?: string | undefined;
|
|
1047
|
+
} | undefined;
|
|
1048
|
+
warning?: {
|
|
1049
|
+
light?: string | undefined;
|
|
1050
|
+
dark?: string | undefined;
|
|
1051
|
+
} | undefined;
|
|
1052
|
+
primary?: {
|
|
1053
|
+
light?: string | undefined;
|
|
1054
|
+
dark?: string | undefined;
|
|
1055
|
+
} | undefined;
|
|
1056
|
+
} | undefined;
|
|
1057
|
+
} | undefined;
|
|
1058
|
+
}>;
|
|
1059
|
+
readonly theme: _angular_core.Signal<{
|
|
1060
|
+
host: {
|
|
1061
|
+
root: string;
|
|
1062
|
+
};
|
|
1063
|
+
}>;
|
|
1064
|
+
/**
|
|
1065
|
+
* @internal
|
|
1066
|
+
*/
|
|
1067
|
+
readonly state: ng_primitives_state.CreatedState<PaginationButton>;
|
|
1068
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<PaginationButton, never>;
|
|
1069
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<PaginationButton, " button[flowbitePaginationButton] ", ["flowbitePaginationButton"], { "color": { "alias": "color"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "outline": { "alias": "outline"; "required": false; "isSignal": true; }; "customTheme": { "alias": "customTheme"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, [{ directive: typeof i1.NgpPaginationButton; inputs: { "ngpPaginationButtonDisabled": "disabled"; "ngpPaginationButtonPage": "page"; }; outputs: {}; }, { directive: typeof i2.NgpFocus; inputs: {}; outputs: {}; }]>;
|
|
1070
|
+
}
|
|
1071
|
+
|
|
1072
|
+
declare const FlowbitePaginationButtonStateToken: _angular_core.InjectionToken<PaginationButton>;
|
|
1073
|
+
declare const provideFlowbitePaginationButtonState: (options?: ng_primitives_state.CreateStateProviderOptions) => _angular_core.FactoryProvider;
|
|
1074
|
+
declare const injectFlowbitePaginationButtonState: <U = {
|
|
1075
|
+
readonly config: flowbite_angular_pagination.FlowbitePaginationButtonConfig;
|
|
1076
|
+
readonly color: _angular_core.InputSignal<keyof flowbite_angular_pagination.FlowbitePaginationButtonColors>;
|
|
1077
|
+
readonly size: _angular_core.InputSignal<keyof flowbite_angular_pagination.FlowbitePaginationButtonSizes>;
|
|
1078
|
+
readonly outline: _angular_core.InputSignalWithTransform<boolean, _angular_cdk_coercion.BooleanInput>;
|
|
1079
|
+
readonly customTheme: _angular_core.InputSignal<{
|
|
1080
|
+
host?: {
|
|
1081
|
+
base?: string | undefined;
|
|
1082
|
+
transition?: string | undefined;
|
|
1083
|
+
focus?: string | undefined;
|
|
1084
|
+
disabled?: string | undefined;
|
|
1085
|
+
size?: {
|
|
1086
|
+
[x: string]: string | undefined;
|
|
1087
|
+
xs?: string | undefined;
|
|
1088
|
+
sm?: string | undefined;
|
|
1089
|
+
md?: string | undefined;
|
|
1090
|
+
lg?: string | undefined;
|
|
1091
|
+
xl?: string | undefined;
|
|
1092
|
+
} | undefined;
|
|
1093
|
+
colorOutline?: {
|
|
1094
|
+
[x: string]: {
|
|
1095
|
+
light?: string | undefined;
|
|
1096
|
+
dark?: string | undefined;
|
|
1097
|
+
} | undefined;
|
|
1098
|
+
default?: {
|
|
1099
|
+
light?: string | undefined;
|
|
1100
|
+
dark?: string | undefined;
|
|
1101
|
+
} | undefined;
|
|
1102
|
+
info?: {
|
|
1103
|
+
light?: string | undefined;
|
|
1104
|
+
dark?: string | undefined;
|
|
1105
|
+
} | undefined;
|
|
1106
|
+
failure?: {
|
|
1107
|
+
light?: string | undefined;
|
|
1108
|
+
dark?: string | undefined;
|
|
1109
|
+
} | undefined;
|
|
1110
|
+
success?: {
|
|
1111
|
+
light?: string | undefined;
|
|
1112
|
+
dark?: string | undefined;
|
|
1113
|
+
} | undefined;
|
|
1114
|
+
warning?: {
|
|
1115
|
+
light?: string | undefined;
|
|
1116
|
+
dark?: string | undefined;
|
|
1117
|
+
} | undefined;
|
|
1118
|
+
primary?: {
|
|
1119
|
+
light?: string | undefined;
|
|
1120
|
+
dark?: string | undefined;
|
|
1121
|
+
} | undefined;
|
|
1122
|
+
} | undefined;
|
|
1123
|
+
} | undefined;
|
|
1124
|
+
}>;
|
|
1125
|
+
readonly theme: _angular_core.Signal<{
|
|
1126
|
+
host: {
|
|
1127
|
+
root: string;
|
|
1128
|
+
};
|
|
1129
|
+
}>;
|
|
1130
|
+
readonly state: ng_primitives_state.CreatedState<PaginationButton>;
|
|
1131
|
+
}>(injectOptions?: _angular_core.InjectOptions) => _angular_core.Signal<ng_primitives_state.State<U>>;
|
|
1132
|
+
declare const flowbitePaginationButtonState: <U>(state: U) => ng_primitives_state.CreatedState<U>;
|
|
1133
|
+
|
|
1134
|
+
export { FlowbitePaginationButtonConfigToken, FlowbitePaginationButtonStateToken, FlowbitePaginationConfigToken, FlowbitePaginationFirstConfigToken, FlowbitePaginationFirstStateToken, FlowbitePaginationLastConfigToken, FlowbitePaginationLastStateToken, FlowbitePaginationNextConfigToken, FlowbitePaginationNextStateToken, FlowbitePaginationPreviousConfigToken, FlowbitePaginationPreviousStateToken, FlowbitePaginationStateToken, Pagination, PaginationButton, PaginationFirst, PaginationLast, PaginationNext, PaginationPrevious, defaultFlowbitePaginationButtonConfig, defaultFlowbitePaginationConfig, defaultFlowbitePaginationFirstConfig, defaultFlowbitePaginationLastConfig, defaultFlowbitePaginationNextConfig, defaultFlowbitePaginationPreviousConfig, flowbitePaginationButtonState, flowbitePaginationButtonTheme, flowbitePaginationFirstState, flowbitePaginationFirstTheme, flowbitePaginationLastState, flowbitePaginationLastTheme, flowbitePaginationNextState, flowbitePaginationNextTheme, flowbitePaginationPreviousState, flowbitePaginationPreviousTheme, flowbitePaginationState, flowbitePaginationTheme, injectFlowbitePaginationButtonConfig, injectFlowbitePaginationButtonState, injectFlowbitePaginationConfig, injectFlowbitePaginationFirstConfig, injectFlowbitePaginationFirstState, injectFlowbitePaginationLastConfig, injectFlowbitePaginationLastState, injectFlowbitePaginationNextConfig, injectFlowbitePaginationNextState, injectFlowbitePaginationPreviousConfig, injectFlowbitePaginationPreviousState, injectFlowbitePaginationState, provideFlowbitePaginationButtonConfig, provideFlowbitePaginationButtonState, provideFlowbitePaginationConfig, provideFlowbitePaginationFirstConfig, provideFlowbitePaginationFirstState, provideFlowbitePaginationLastConfig, provideFlowbitePaginationLastState, provideFlowbitePaginationNextConfig, provideFlowbitePaginationNextState, provideFlowbitePaginationPreviousConfig, provideFlowbitePaginationPreviousState, provideFlowbitePaginationState };
|
|
1135
|
+
export type { FlowbitePaginationButtonColors, FlowbitePaginationButtonConfig, FlowbitePaginationButtonHostTheme, FlowbitePaginationButtonSizes, FlowbitePaginationButtonTheme, FlowbitePaginationColors, FlowbitePaginationConfig, FlowbitePaginationContainerTheme, FlowbitePaginationFirstColors, FlowbitePaginationFirstConfig, FlowbitePaginationFirstHostTheme, FlowbitePaginationFirstSizes, FlowbitePaginationFirstTheme, FlowbitePaginationHostTheme, FlowbitePaginationLastColors, FlowbitePaginationLastConfig, FlowbitePaginationLastHostTheme, FlowbitePaginationLastSizes, FlowbitePaginationLastTheme, FlowbitePaginationNextColors, FlowbitePaginationNextConfig, FlowbitePaginationNextHostTheme, FlowbitePaginationNextSizes, FlowbitePaginationNextTheme, FlowbitePaginationPreviousColors, FlowbitePaginationPreviousConfig, FlowbitePaginationPreviousHostTheme, FlowbitePaginationPreviousSizes, FlowbitePaginationPreviousTheme, FlowbitePaginationSizes, FlowbitePaginationTheme };
|