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
package/tab/index.d.ts
ADDED
|
@@ -0,0 +1,791 @@
|
|
|
1
|
+
import * as ng_primitives_state from 'ng-primitives/state';
|
|
2
|
+
import * as _angular_core from '@angular/core';
|
|
3
|
+
import { InjectionToken, Provider } from '@angular/core';
|
|
4
|
+
import * as flowbite_angular_tab from 'flowbite-angular/tab';
|
|
5
|
+
import { FlowbiteSizes, FlowbiteColors, ColorToTheme, DeepPartial } from 'flowbite-angular';
|
|
6
|
+
import * as i1 from 'ng-primitives/tabs';
|
|
7
|
+
import * as i2 from 'ng-primitives/interactions';
|
|
8
|
+
import * as i3 from 'flowbite-angular/button';
|
|
9
|
+
|
|
10
|
+
interface FlowbiteTabSizes extends Pick<FlowbiteSizes, 'sm' | 'md' | 'lg'> {
|
|
11
|
+
[key: string]: string;
|
|
12
|
+
full: string;
|
|
13
|
+
}
|
|
14
|
+
interface FlowbiteTabColors extends Pick<FlowbiteColors, 'default' | 'info' | 'failure' | 'success' | 'warning' | 'primary'> {
|
|
15
|
+
[key: string]: ColorToTheme;
|
|
16
|
+
}
|
|
17
|
+
interface FlowbiteTabTheme {
|
|
18
|
+
host: FlowbiteTabHostTheme;
|
|
19
|
+
}
|
|
20
|
+
interface FlowbiteTabHostTheme {
|
|
21
|
+
base: string;
|
|
22
|
+
transition: string;
|
|
23
|
+
size: FlowbiteTabSizes;
|
|
24
|
+
color: FlowbiteTabColors;
|
|
25
|
+
}
|
|
26
|
+
declare const flowbiteTabTheme: FlowbiteTabTheme;
|
|
27
|
+
|
|
28
|
+
interface FlowbiteTabConfig {
|
|
29
|
+
/**
|
|
30
|
+
* The default theme of Tab
|
|
31
|
+
*/
|
|
32
|
+
baseTheme: FlowbiteTabTheme;
|
|
33
|
+
/**
|
|
34
|
+
* The default size of Tab
|
|
35
|
+
*/
|
|
36
|
+
size: keyof FlowbiteTabSizes;
|
|
37
|
+
/**
|
|
38
|
+
* The default color of Tab
|
|
39
|
+
*/
|
|
40
|
+
color: keyof FlowbiteTabColors;
|
|
41
|
+
/**
|
|
42
|
+
* The custom theme of Tab
|
|
43
|
+
*/
|
|
44
|
+
customTheme: DeepPartial<FlowbiteTabTheme>;
|
|
45
|
+
}
|
|
46
|
+
declare const defaultFlowbiteTabConfig: FlowbiteTabConfig;
|
|
47
|
+
declare const FlowbiteTabConfigToken: InjectionToken<FlowbiteTabConfig>;
|
|
48
|
+
/**
|
|
49
|
+
* Provide the default Tab configuration
|
|
50
|
+
* @param config The Tab configuration
|
|
51
|
+
* @returns The provider
|
|
52
|
+
*/
|
|
53
|
+
declare const provideFlowbiteTabConfig: (config: Partial<FlowbiteTabConfig>) => Provider[];
|
|
54
|
+
/**
|
|
55
|
+
* Inject the Tab configuration
|
|
56
|
+
* @see {@link defaultFlowbiteTabConfig}
|
|
57
|
+
* @returns The configuration
|
|
58
|
+
*/
|
|
59
|
+
declare const injectFlowbiteTabConfig: () => FlowbiteTabConfig;
|
|
60
|
+
|
|
61
|
+
declare class Tab {
|
|
62
|
+
readonly config: FlowbiteTabConfig;
|
|
63
|
+
/**
|
|
64
|
+
* @see {@link injectFlowbiteTabConfig}
|
|
65
|
+
*/
|
|
66
|
+
readonly size: _angular_core.InputSignal<keyof flowbite_angular_tab.FlowbiteTabSizes>;
|
|
67
|
+
/**
|
|
68
|
+
* @see {@link injectFlowbiteTabConfig}
|
|
69
|
+
*/
|
|
70
|
+
readonly color: _angular_core.InputSignal<keyof flowbite_angular_tab.FlowbiteTabColors>;
|
|
71
|
+
/**
|
|
72
|
+
* @see {@link injectFlowbiteTabConfig}
|
|
73
|
+
*/
|
|
74
|
+
readonly customTheme: _angular_core.InputSignal<{
|
|
75
|
+
host?: {
|
|
76
|
+
base?: string | undefined;
|
|
77
|
+
transition?: string | undefined;
|
|
78
|
+
size?: {
|
|
79
|
+
[x: string]: string | undefined;
|
|
80
|
+
full?: string | undefined;
|
|
81
|
+
sm?: string | undefined;
|
|
82
|
+
md?: string | undefined;
|
|
83
|
+
lg?: string | undefined;
|
|
84
|
+
} | undefined;
|
|
85
|
+
color?: {
|
|
86
|
+
[x: string]: {
|
|
87
|
+
light?: string | undefined;
|
|
88
|
+
dark?: string | undefined;
|
|
89
|
+
} | undefined;
|
|
90
|
+
default?: {
|
|
91
|
+
light?: string | undefined;
|
|
92
|
+
dark?: string | undefined;
|
|
93
|
+
} | undefined;
|
|
94
|
+
info?: {
|
|
95
|
+
light?: string | undefined;
|
|
96
|
+
dark?: string | undefined;
|
|
97
|
+
} | undefined;
|
|
98
|
+
failure?: {
|
|
99
|
+
light?: string | undefined;
|
|
100
|
+
dark?: string | undefined;
|
|
101
|
+
} | undefined;
|
|
102
|
+
success?: {
|
|
103
|
+
light?: string | undefined;
|
|
104
|
+
dark?: string | undefined;
|
|
105
|
+
} | undefined;
|
|
106
|
+
warning?: {
|
|
107
|
+
light?: string | undefined;
|
|
108
|
+
dark?: string | undefined;
|
|
109
|
+
} | undefined;
|
|
110
|
+
primary?: {
|
|
111
|
+
light?: string | undefined;
|
|
112
|
+
dark?: string | undefined;
|
|
113
|
+
} | undefined;
|
|
114
|
+
} | undefined;
|
|
115
|
+
} | undefined;
|
|
116
|
+
}>;
|
|
117
|
+
readonly theme: _angular_core.Signal<{
|
|
118
|
+
host: {
|
|
119
|
+
root: string;
|
|
120
|
+
};
|
|
121
|
+
}>;
|
|
122
|
+
/**
|
|
123
|
+
* @internal
|
|
124
|
+
*/
|
|
125
|
+
readonly state: ng_primitives_state.CreatedState<Tab>;
|
|
126
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<Tab, never>;
|
|
127
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<Tab, " [flowbiteTab] ", ["flowbiteTab"], { "size": { "alias": "size"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "customTheme": { "alias": "customTheme"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.NgpTabset; inputs: { "id": "id"; "ngpTabsetValue": "value"; "ngpTabsetActivateOnFocus": "activateOnFocus"; }; outputs: { "ngpTabsetValueChange": "valueChange"; }; }]>;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
declare const FlowbiteTabStateToken: _angular_core.InjectionToken<Tab>;
|
|
131
|
+
declare const provideFlowbiteTabState: (options?: ng_primitives_state.CreateStateProviderOptions) => _angular_core.FactoryProvider;
|
|
132
|
+
declare const injectFlowbiteTabState: <U = {
|
|
133
|
+
readonly config: flowbite_angular_tab.FlowbiteTabConfig;
|
|
134
|
+
readonly size: _angular_core.InputSignal<keyof flowbite_angular_tab.FlowbiteTabSizes>;
|
|
135
|
+
readonly color: _angular_core.InputSignal<keyof flowbite_angular_tab.FlowbiteTabColors>;
|
|
136
|
+
readonly customTheme: _angular_core.InputSignal<{
|
|
137
|
+
host?: {
|
|
138
|
+
base?: string | undefined;
|
|
139
|
+
transition?: string | undefined;
|
|
140
|
+
size?: {
|
|
141
|
+
[x: string]: string | undefined;
|
|
142
|
+
full?: string | undefined;
|
|
143
|
+
sm?: string | undefined;
|
|
144
|
+
md?: string | undefined;
|
|
145
|
+
lg?: string | undefined;
|
|
146
|
+
} | undefined;
|
|
147
|
+
color?: {
|
|
148
|
+
[x: string]: {
|
|
149
|
+
light?: string | undefined;
|
|
150
|
+
dark?: string | undefined;
|
|
151
|
+
} | undefined;
|
|
152
|
+
default?: {
|
|
153
|
+
light?: string | undefined;
|
|
154
|
+
dark?: string | undefined;
|
|
155
|
+
} | undefined;
|
|
156
|
+
info?: {
|
|
157
|
+
light?: string | undefined;
|
|
158
|
+
dark?: string | undefined;
|
|
159
|
+
} | undefined;
|
|
160
|
+
failure?: {
|
|
161
|
+
light?: string | undefined;
|
|
162
|
+
dark?: string | undefined;
|
|
163
|
+
} | undefined;
|
|
164
|
+
success?: {
|
|
165
|
+
light?: string | undefined;
|
|
166
|
+
dark?: string | undefined;
|
|
167
|
+
} | undefined;
|
|
168
|
+
warning?: {
|
|
169
|
+
light?: string | undefined;
|
|
170
|
+
dark?: string | undefined;
|
|
171
|
+
} | undefined;
|
|
172
|
+
primary?: {
|
|
173
|
+
light?: string | undefined;
|
|
174
|
+
dark?: string | undefined;
|
|
175
|
+
} | undefined;
|
|
176
|
+
} | undefined;
|
|
177
|
+
} | undefined;
|
|
178
|
+
}>;
|
|
179
|
+
readonly theme: _angular_core.Signal<{
|
|
180
|
+
host: {
|
|
181
|
+
root: string;
|
|
182
|
+
};
|
|
183
|
+
}>;
|
|
184
|
+
readonly state: ng_primitives_state.CreatedState<Tab>;
|
|
185
|
+
}>(injectOptions?: _angular_core.InjectOptions) => _angular_core.Signal<ng_primitives_state.State<U>>;
|
|
186
|
+
declare const flowbiteTabState: <U>(state: U) => ng_primitives_state.CreatedState<U>;
|
|
187
|
+
|
|
188
|
+
interface FlowbiteTabListTheme {
|
|
189
|
+
host: FlowbiteTabListHostTheme;
|
|
190
|
+
}
|
|
191
|
+
interface FlowbiteTabListHostTheme {
|
|
192
|
+
base: string;
|
|
193
|
+
transition: string;
|
|
194
|
+
color: FlowbiteTabColors;
|
|
195
|
+
}
|
|
196
|
+
declare const flowbiteTabListTheme: FlowbiteTabListTheme;
|
|
197
|
+
|
|
198
|
+
interface FlowbiteTabListConfig {
|
|
199
|
+
/**
|
|
200
|
+
* The default theme of TabList
|
|
201
|
+
*/
|
|
202
|
+
baseTheme: FlowbiteTabListTheme;
|
|
203
|
+
/**
|
|
204
|
+
* The custom theme of TabList
|
|
205
|
+
*/
|
|
206
|
+
customTheme: DeepPartial<FlowbiteTabListTheme>;
|
|
207
|
+
}
|
|
208
|
+
declare const defaultFlowbiteTabListConfig: FlowbiteTabListConfig;
|
|
209
|
+
declare const FlowbiteTabListConfigToken: InjectionToken<FlowbiteTabListConfig>;
|
|
210
|
+
/**
|
|
211
|
+
* Provide the default TabList configuration
|
|
212
|
+
* @param config The TabList configuration
|
|
213
|
+
* @returns The provider
|
|
214
|
+
*/
|
|
215
|
+
declare const provideFlowbiteTabListConfig: (config: Partial<FlowbiteTabListConfig>) => Provider[];
|
|
216
|
+
/**
|
|
217
|
+
* Inject the TabList configuration
|
|
218
|
+
* @see {@link defaultFlowbiteTabListConfig}
|
|
219
|
+
* @returns The configuration
|
|
220
|
+
*/
|
|
221
|
+
declare const injectFlowbiteTabListConfig: () => FlowbiteTabListConfig;
|
|
222
|
+
|
|
223
|
+
declare class TabList {
|
|
224
|
+
readonly config: FlowbiteTabListConfig;
|
|
225
|
+
readonly tabState: _angular_core.Signal<ng_primitives_state.State<{
|
|
226
|
+
readonly config: flowbite_angular_tab.FlowbiteTabConfig;
|
|
227
|
+
readonly size: _angular_core.InputSignal<keyof flowbite_angular_tab.FlowbiteTabSizes>;
|
|
228
|
+
readonly color: _angular_core.InputSignal<keyof flowbite_angular_tab.FlowbiteTabColors>;
|
|
229
|
+
readonly customTheme: _angular_core.InputSignal<{
|
|
230
|
+
host?: {
|
|
231
|
+
base?: string | undefined;
|
|
232
|
+
transition?: string | undefined;
|
|
233
|
+
size?: {
|
|
234
|
+
[x: string]: string | undefined;
|
|
235
|
+
full?: string | undefined;
|
|
236
|
+
sm?: string | undefined;
|
|
237
|
+
md?: string | undefined;
|
|
238
|
+
lg?: string | undefined;
|
|
239
|
+
} | undefined;
|
|
240
|
+
color?: {
|
|
241
|
+
[x: string]: {
|
|
242
|
+
light?: string | undefined;
|
|
243
|
+
dark?: string | undefined;
|
|
244
|
+
} | undefined;
|
|
245
|
+
default?: {
|
|
246
|
+
light?: string | undefined;
|
|
247
|
+
dark?: string | undefined;
|
|
248
|
+
} | undefined;
|
|
249
|
+
info?: {
|
|
250
|
+
light?: string | undefined;
|
|
251
|
+
dark?: string | undefined;
|
|
252
|
+
} | undefined;
|
|
253
|
+
failure?: {
|
|
254
|
+
light?: string | undefined;
|
|
255
|
+
dark?: string | undefined;
|
|
256
|
+
} | undefined;
|
|
257
|
+
success?: {
|
|
258
|
+
light?: string | undefined;
|
|
259
|
+
dark?: string | undefined;
|
|
260
|
+
} | undefined;
|
|
261
|
+
warning?: {
|
|
262
|
+
light?: string | undefined;
|
|
263
|
+
dark?: string | undefined;
|
|
264
|
+
} | undefined;
|
|
265
|
+
primary?: {
|
|
266
|
+
light?: string | undefined;
|
|
267
|
+
dark?: string | undefined;
|
|
268
|
+
} | undefined;
|
|
269
|
+
} | undefined;
|
|
270
|
+
} | undefined;
|
|
271
|
+
}>;
|
|
272
|
+
readonly theme: _angular_core.Signal<{
|
|
273
|
+
host: {
|
|
274
|
+
root: string;
|
|
275
|
+
};
|
|
276
|
+
}>;
|
|
277
|
+
readonly state: ng_primitives_state.CreatedState<flowbite_angular_tab.Tab>;
|
|
278
|
+
}>>;
|
|
279
|
+
/**
|
|
280
|
+
* @see {@link injectFlowbiteTabListConfig}
|
|
281
|
+
*/
|
|
282
|
+
readonly customTheme: _angular_core.InputSignal<{
|
|
283
|
+
host?: {
|
|
284
|
+
base?: string | undefined;
|
|
285
|
+
transition?: string | undefined;
|
|
286
|
+
color?: {
|
|
287
|
+
[x: string]: {
|
|
288
|
+
light?: string | undefined;
|
|
289
|
+
dark?: string | undefined;
|
|
290
|
+
} | undefined;
|
|
291
|
+
default?: {
|
|
292
|
+
light?: string | undefined;
|
|
293
|
+
dark?: string | undefined;
|
|
294
|
+
} | undefined;
|
|
295
|
+
info?: {
|
|
296
|
+
light?: string | undefined;
|
|
297
|
+
dark?: string | undefined;
|
|
298
|
+
} | undefined;
|
|
299
|
+
failure?: {
|
|
300
|
+
light?: string | undefined;
|
|
301
|
+
dark?: string | undefined;
|
|
302
|
+
} | undefined;
|
|
303
|
+
success?: {
|
|
304
|
+
light?: string | undefined;
|
|
305
|
+
dark?: string | undefined;
|
|
306
|
+
} | undefined;
|
|
307
|
+
warning?: {
|
|
308
|
+
light?: string | undefined;
|
|
309
|
+
dark?: string | undefined;
|
|
310
|
+
} | undefined;
|
|
311
|
+
primary?: {
|
|
312
|
+
light?: string | undefined;
|
|
313
|
+
dark?: string | undefined;
|
|
314
|
+
} | undefined;
|
|
315
|
+
} | undefined;
|
|
316
|
+
} | undefined;
|
|
317
|
+
}>;
|
|
318
|
+
readonly theme: _angular_core.Signal<{
|
|
319
|
+
host: {
|
|
320
|
+
root: string;
|
|
321
|
+
};
|
|
322
|
+
}>;
|
|
323
|
+
/**
|
|
324
|
+
* @internal
|
|
325
|
+
*/
|
|
326
|
+
readonly state: ng_primitives_state.CreatedState<TabList>;
|
|
327
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<TabList, never>;
|
|
328
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<TabList, " ul[flowbiteTabList] ", ["flowbiteTabList"], { "customTheme": { "alias": "customTheme"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.NgpTabList; inputs: {}; outputs: {}; }]>;
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
declare const FlowbiteTabListStateToken: _angular_core.InjectionToken<TabList>;
|
|
332
|
+
declare const provideFlowbiteTabListState: (options?: ng_primitives_state.CreateStateProviderOptions) => _angular_core.FactoryProvider;
|
|
333
|
+
declare const injectFlowbiteTabListState: <U = {
|
|
334
|
+
readonly config: flowbite_angular_tab.FlowbiteTabListConfig;
|
|
335
|
+
readonly tabState: _angular_core.Signal<ng_primitives_state.State<{
|
|
336
|
+
readonly config: /*elided*/ any;
|
|
337
|
+
readonly size: /*elided*/ any;
|
|
338
|
+
readonly color: /*elided*/ any;
|
|
339
|
+
readonly customTheme: /*elided*/ any;
|
|
340
|
+
readonly theme: /*elided*/ any;
|
|
341
|
+
readonly state: /*elided*/ any;
|
|
342
|
+
}>>;
|
|
343
|
+
readonly customTheme: _angular_core.InputSignal<{
|
|
344
|
+
host?: {
|
|
345
|
+
base?: string | undefined;
|
|
346
|
+
transition?: string | undefined;
|
|
347
|
+
color?: {
|
|
348
|
+
[x: string]: {
|
|
349
|
+
light?: string | undefined;
|
|
350
|
+
dark?: string | undefined;
|
|
351
|
+
} | undefined;
|
|
352
|
+
default?: {
|
|
353
|
+
light?: string | undefined;
|
|
354
|
+
dark?: string | undefined;
|
|
355
|
+
} | undefined;
|
|
356
|
+
info?: {
|
|
357
|
+
light?: string | undefined;
|
|
358
|
+
dark?: string | undefined;
|
|
359
|
+
} | undefined;
|
|
360
|
+
failure?: {
|
|
361
|
+
light?: string | undefined;
|
|
362
|
+
dark?: string | undefined;
|
|
363
|
+
} | undefined;
|
|
364
|
+
success?: {
|
|
365
|
+
light?: string | undefined;
|
|
366
|
+
dark?: string | undefined;
|
|
367
|
+
} | undefined;
|
|
368
|
+
warning?: {
|
|
369
|
+
light?: string | undefined;
|
|
370
|
+
dark?: string | undefined;
|
|
371
|
+
} | undefined;
|
|
372
|
+
primary?: {
|
|
373
|
+
light?: string | undefined;
|
|
374
|
+
dark?: string | undefined;
|
|
375
|
+
} | undefined;
|
|
376
|
+
} | undefined;
|
|
377
|
+
} | undefined;
|
|
378
|
+
}>;
|
|
379
|
+
readonly theme: _angular_core.Signal<{
|
|
380
|
+
host: {
|
|
381
|
+
root: string;
|
|
382
|
+
};
|
|
383
|
+
}>;
|
|
384
|
+
readonly state: ng_primitives_state.CreatedState<TabList>;
|
|
385
|
+
}>(injectOptions?: _angular_core.InjectOptions) => _angular_core.Signal<ng_primitives_state.State<U>>;
|
|
386
|
+
declare const flowbiteTabListState: <U>(state: U) => ng_primitives_state.CreatedState<U>;
|
|
387
|
+
|
|
388
|
+
interface FlowbiteTabButtonTheme {
|
|
389
|
+
host: FlowbiteTabButtonHostTheme;
|
|
390
|
+
}
|
|
391
|
+
interface FlowbiteTabButtonHostTheme {
|
|
392
|
+
base: string;
|
|
393
|
+
transition: string;
|
|
394
|
+
color: FlowbiteTabColors;
|
|
395
|
+
}
|
|
396
|
+
declare const flowbiteTabButtonTheme: FlowbiteTabButtonTheme;
|
|
397
|
+
|
|
398
|
+
interface FlowbiteTabButtonConfig {
|
|
399
|
+
/**
|
|
400
|
+
* The default theme of TabButton
|
|
401
|
+
*/
|
|
402
|
+
baseTheme: FlowbiteTabButtonTheme;
|
|
403
|
+
/**
|
|
404
|
+
* The custom theme of TabButton
|
|
405
|
+
*/
|
|
406
|
+
customTheme: DeepPartial<FlowbiteTabButtonTheme>;
|
|
407
|
+
}
|
|
408
|
+
declare const defaultFlowbiteTabButtonConfig: FlowbiteTabButtonConfig;
|
|
409
|
+
declare const FlowbiteTabButtonConfigToken: InjectionToken<FlowbiteTabButtonConfig>;
|
|
410
|
+
/**
|
|
411
|
+
* Provide the default TabButton configuration
|
|
412
|
+
* @param config The TabButton configuration
|
|
413
|
+
* @returns The provider
|
|
414
|
+
*/
|
|
415
|
+
declare const provideFlowbiteTabButtonConfig: (config: Partial<FlowbiteTabButtonConfig>) => Provider[];
|
|
416
|
+
/**
|
|
417
|
+
* Inject the TabButton configuration
|
|
418
|
+
* @see {@link defaultFlowbiteTabButtonConfig}
|
|
419
|
+
* @returns The configuration
|
|
420
|
+
*/
|
|
421
|
+
declare const injectFlowbiteTabButtonConfig: () => FlowbiteTabButtonConfig;
|
|
422
|
+
|
|
423
|
+
declare class TabButton {
|
|
424
|
+
readonly config: FlowbiteTabButtonConfig;
|
|
425
|
+
readonly tabState: _angular_core.Signal<ng_primitives_state.State<{
|
|
426
|
+
readonly config: flowbite_angular_tab.FlowbiteTabConfig;
|
|
427
|
+
readonly size: _angular_core.InputSignal<keyof flowbite_angular_tab.FlowbiteTabSizes>;
|
|
428
|
+
readonly color: _angular_core.InputSignal<keyof flowbite_angular_tab.FlowbiteTabColors>;
|
|
429
|
+
readonly customTheme: _angular_core.InputSignal<{
|
|
430
|
+
host?: {
|
|
431
|
+
base?: string | undefined;
|
|
432
|
+
transition?: string | undefined;
|
|
433
|
+
size?: {
|
|
434
|
+
[x: string]: string | undefined;
|
|
435
|
+
full?: string | undefined;
|
|
436
|
+
sm?: string | undefined;
|
|
437
|
+
md?: string | undefined;
|
|
438
|
+
lg?: string | undefined;
|
|
439
|
+
} | undefined;
|
|
440
|
+
color?: {
|
|
441
|
+
[x: string]: {
|
|
442
|
+
light?: string | undefined;
|
|
443
|
+
dark?: string | undefined;
|
|
444
|
+
} | undefined;
|
|
445
|
+
default?: {
|
|
446
|
+
light?: string | undefined;
|
|
447
|
+
dark?: string | undefined;
|
|
448
|
+
} | undefined;
|
|
449
|
+
info?: {
|
|
450
|
+
light?: string | undefined;
|
|
451
|
+
dark?: string | undefined;
|
|
452
|
+
} | undefined;
|
|
453
|
+
failure?: {
|
|
454
|
+
light?: string | undefined;
|
|
455
|
+
dark?: string | undefined;
|
|
456
|
+
} | undefined;
|
|
457
|
+
success?: {
|
|
458
|
+
light?: string | undefined;
|
|
459
|
+
dark?: string | undefined;
|
|
460
|
+
} | undefined;
|
|
461
|
+
warning?: {
|
|
462
|
+
light?: string | undefined;
|
|
463
|
+
dark?: string | undefined;
|
|
464
|
+
} | undefined;
|
|
465
|
+
primary?: {
|
|
466
|
+
light?: string | undefined;
|
|
467
|
+
dark?: string | undefined;
|
|
468
|
+
} | undefined;
|
|
469
|
+
} | undefined;
|
|
470
|
+
} | undefined;
|
|
471
|
+
}>;
|
|
472
|
+
readonly theme: _angular_core.Signal<{
|
|
473
|
+
host: {
|
|
474
|
+
root: string;
|
|
475
|
+
};
|
|
476
|
+
}>;
|
|
477
|
+
readonly state: ng_primitives_state.CreatedState<flowbite_angular_tab.Tab>;
|
|
478
|
+
}>>;
|
|
479
|
+
/**
|
|
480
|
+
* @see {@link injectFlowbiteTabButtonConfig}
|
|
481
|
+
*/
|
|
482
|
+
readonly customTheme: _angular_core.InputSignal<{
|
|
483
|
+
host?: {
|
|
484
|
+
base?: string | undefined;
|
|
485
|
+
transition?: string | undefined;
|
|
486
|
+
color?: {
|
|
487
|
+
[x: string]: {
|
|
488
|
+
light?: string | undefined;
|
|
489
|
+
dark?: string | undefined;
|
|
490
|
+
} | undefined;
|
|
491
|
+
default?: {
|
|
492
|
+
light?: string | undefined;
|
|
493
|
+
dark?: string | undefined;
|
|
494
|
+
} | undefined;
|
|
495
|
+
info?: {
|
|
496
|
+
light?: string | undefined;
|
|
497
|
+
dark?: string | undefined;
|
|
498
|
+
} | undefined;
|
|
499
|
+
failure?: {
|
|
500
|
+
light?: string | undefined;
|
|
501
|
+
dark?: string | undefined;
|
|
502
|
+
} | undefined;
|
|
503
|
+
success?: {
|
|
504
|
+
light?: string | undefined;
|
|
505
|
+
dark?: string | undefined;
|
|
506
|
+
} | undefined;
|
|
507
|
+
warning?: {
|
|
508
|
+
light?: string | undefined;
|
|
509
|
+
dark?: string | undefined;
|
|
510
|
+
} | undefined;
|
|
511
|
+
primary?: {
|
|
512
|
+
light?: string | undefined;
|
|
513
|
+
dark?: string | undefined;
|
|
514
|
+
} | undefined;
|
|
515
|
+
} | undefined;
|
|
516
|
+
} | undefined;
|
|
517
|
+
}>;
|
|
518
|
+
readonly theme: _angular_core.Signal<{
|
|
519
|
+
host: {
|
|
520
|
+
root: string;
|
|
521
|
+
};
|
|
522
|
+
}>;
|
|
523
|
+
/**
|
|
524
|
+
* @internal
|
|
525
|
+
*/
|
|
526
|
+
readonly state: ng_primitives_state.CreatedState<TabButton>;
|
|
527
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<TabButton, never>;
|
|
528
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<TabButton, " li[flowbiteTabButton] ", ["flowbiteTabButton"], { "customTheme": { "alias": "customTheme"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.NgpTabButton; inputs: { "id": "id"; "ngpTabButtonValue": "value"; "ngpTabButtonDisabled": "disabled"; }; outputs: {}; }, { directive: typeof i2.NgpFocus; inputs: {}; outputs: {}; }, { directive: typeof i3.BaseButton; inputs: {}; outputs: {}; }]>;
|
|
529
|
+
}
|
|
530
|
+
|
|
531
|
+
declare const FlowbiteTabButtonStateToken: _angular_core.InjectionToken<TabButton>;
|
|
532
|
+
declare const provideFlowbiteTabButtonState: (options?: ng_primitives_state.CreateStateProviderOptions) => _angular_core.FactoryProvider;
|
|
533
|
+
declare const injectFlowbiteTabButtonState: <U = {
|
|
534
|
+
readonly config: flowbite_angular_tab.FlowbiteTabButtonConfig;
|
|
535
|
+
readonly tabState: _angular_core.Signal<ng_primitives_state.State<{
|
|
536
|
+
readonly config: /*elided*/ any;
|
|
537
|
+
readonly size: /*elided*/ any;
|
|
538
|
+
readonly color: /*elided*/ any;
|
|
539
|
+
readonly customTheme: /*elided*/ any;
|
|
540
|
+
readonly theme: /*elided*/ any;
|
|
541
|
+
readonly state: /*elided*/ any;
|
|
542
|
+
}>>;
|
|
543
|
+
readonly customTheme: _angular_core.InputSignal<{
|
|
544
|
+
host?: {
|
|
545
|
+
base?: string | undefined;
|
|
546
|
+
transition?: string | undefined;
|
|
547
|
+
color?: {
|
|
548
|
+
[x: string]: {
|
|
549
|
+
light?: string | undefined;
|
|
550
|
+
dark?: string | undefined;
|
|
551
|
+
} | undefined;
|
|
552
|
+
default?: {
|
|
553
|
+
light?: string | undefined;
|
|
554
|
+
dark?: string | undefined;
|
|
555
|
+
} | undefined;
|
|
556
|
+
info?: {
|
|
557
|
+
light?: string | undefined;
|
|
558
|
+
dark?: string | undefined;
|
|
559
|
+
} | undefined;
|
|
560
|
+
failure?: {
|
|
561
|
+
light?: string | undefined;
|
|
562
|
+
dark?: string | undefined;
|
|
563
|
+
} | undefined;
|
|
564
|
+
success?: {
|
|
565
|
+
light?: string | undefined;
|
|
566
|
+
dark?: string | undefined;
|
|
567
|
+
} | undefined;
|
|
568
|
+
warning?: {
|
|
569
|
+
light?: string | undefined;
|
|
570
|
+
dark?: string | undefined;
|
|
571
|
+
} | undefined;
|
|
572
|
+
primary?: {
|
|
573
|
+
light?: string | undefined;
|
|
574
|
+
dark?: string | undefined;
|
|
575
|
+
} | undefined;
|
|
576
|
+
} | undefined;
|
|
577
|
+
} | undefined;
|
|
578
|
+
}>;
|
|
579
|
+
readonly theme: _angular_core.Signal<{
|
|
580
|
+
host: {
|
|
581
|
+
root: string;
|
|
582
|
+
};
|
|
583
|
+
}>;
|
|
584
|
+
readonly state: ng_primitives_state.CreatedState<TabButton>;
|
|
585
|
+
}>(injectOptions?: _angular_core.InjectOptions) => _angular_core.Signal<ng_primitives_state.State<U>>;
|
|
586
|
+
declare const flowbiteTabButtonState: <U>(state: U) => ng_primitives_state.CreatedState<U>;
|
|
587
|
+
|
|
588
|
+
interface FlowbiteTabContentTheme {
|
|
589
|
+
host: FlowbiteTabContentHostTheme;
|
|
590
|
+
}
|
|
591
|
+
interface FlowbiteTabContentHostTheme {
|
|
592
|
+
base: string;
|
|
593
|
+
transition: string;
|
|
594
|
+
color: FlowbiteTabColors;
|
|
595
|
+
}
|
|
596
|
+
declare const flowbiteTabContentTheme: FlowbiteTabContentTheme;
|
|
597
|
+
|
|
598
|
+
interface FlowbiteTabContentConfig {
|
|
599
|
+
/**
|
|
600
|
+
* The default theme of TabContent
|
|
601
|
+
*/
|
|
602
|
+
baseTheme: FlowbiteTabContentTheme;
|
|
603
|
+
/**
|
|
604
|
+
* The custom theme of TabContent
|
|
605
|
+
*/
|
|
606
|
+
customTheme: DeepPartial<FlowbiteTabContentTheme>;
|
|
607
|
+
}
|
|
608
|
+
declare const defaultFlowbiteTabContentConfig: FlowbiteTabContentConfig;
|
|
609
|
+
declare const FlowbiteTabContentConfigToken: InjectionToken<FlowbiteTabContentConfig>;
|
|
610
|
+
/**
|
|
611
|
+
* Provide the default TabContent configuration
|
|
612
|
+
* @param config The TabContent configuration
|
|
613
|
+
* @returns The provider
|
|
614
|
+
*/
|
|
615
|
+
declare const provideFlowbiteTabContentConfig: (config: Partial<FlowbiteTabContentConfig>) => Provider[];
|
|
616
|
+
/**
|
|
617
|
+
* Inject the TabContent configuration
|
|
618
|
+
* @see {@link defaultFlowbiteTabContentConfig}
|
|
619
|
+
* @returns The configuration
|
|
620
|
+
*/
|
|
621
|
+
declare const injectFlowbiteTabContentConfig: () => FlowbiteTabContentConfig;
|
|
622
|
+
|
|
623
|
+
declare class TabContent {
|
|
624
|
+
readonly config: FlowbiteTabContentConfig;
|
|
625
|
+
readonly tabState: _angular_core.Signal<ng_primitives_state.State<{
|
|
626
|
+
readonly config: flowbite_angular_tab.FlowbiteTabConfig;
|
|
627
|
+
readonly size: _angular_core.InputSignal<keyof flowbite_angular_tab.FlowbiteTabSizes>;
|
|
628
|
+
readonly color: _angular_core.InputSignal<keyof flowbite_angular_tab.FlowbiteTabColors>;
|
|
629
|
+
readonly customTheme: _angular_core.InputSignal<{
|
|
630
|
+
host?: {
|
|
631
|
+
base?: string | undefined;
|
|
632
|
+
transition?: string | undefined;
|
|
633
|
+
size?: {
|
|
634
|
+
[x: string]: string | undefined;
|
|
635
|
+
full?: string | undefined;
|
|
636
|
+
sm?: string | undefined;
|
|
637
|
+
md?: string | undefined;
|
|
638
|
+
lg?: string | undefined;
|
|
639
|
+
} | undefined;
|
|
640
|
+
color?: {
|
|
641
|
+
[x: string]: {
|
|
642
|
+
light?: string | undefined;
|
|
643
|
+
dark?: string | undefined;
|
|
644
|
+
} | undefined;
|
|
645
|
+
default?: {
|
|
646
|
+
light?: string | undefined;
|
|
647
|
+
dark?: string | undefined;
|
|
648
|
+
} | undefined;
|
|
649
|
+
info?: {
|
|
650
|
+
light?: string | undefined;
|
|
651
|
+
dark?: string | undefined;
|
|
652
|
+
} | undefined;
|
|
653
|
+
failure?: {
|
|
654
|
+
light?: string | undefined;
|
|
655
|
+
dark?: string | undefined;
|
|
656
|
+
} | undefined;
|
|
657
|
+
success?: {
|
|
658
|
+
light?: string | undefined;
|
|
659
|
+
dark?: string | undefined;
|
|
660
|
+
} | undefined;
|
|
661
|
+
warning?: {
|
|
662
|
+
light?: string | undefined;
|
|
663
|
+
dark?: string | undefined;
|
|
664
|
+
} | undefined;
|
|
665
|
+
primary?: {
|
|
666
|
+
light?: string | undefined;
|
|
667
|
+
dark?: string | undefined;
|
|
668
|
+
} | undefined;
|
|
669
|
+
} | undefined;
|
|
670
|
+
} | undefined;
|
|
671
|
+
}>;
|
|
672
|
+
readonly theme: _angular_core.Signal<{
|
|
673
|
+
host: {
|
|
674
|
+
root: string;
|
|
675
|
+
};
|
|
676
|
+
}>;
|
|
677
|
+
readonly state: ng_primitives_state.CreatedState<flowbite_angular_tab.Tab>;
|
|
678
|
+
}>>;
|
|
679
|
+
/**
|
|
680
|
+
* @see {@link injectFlowbiteTabContentConfig}
|
|
681
|
+
*/
|
|
682
|
+
readonly customTheme: _angular_core.InputSignal<{
|
|
683
|
+
host?: {
|
|
684
|
+
base?: string | undefined;
|
|
685
|
+
transition?: string | undefined;
|
|
686
|
+
color?: {
|
|
687
|
+
[x: string]: {
|
|
688
|
+
light?: string | undefined;
|
|
689
|
+
dark?: string | undefined;
|
|
690
|
+
} | undefined;
|
|
691
|
+
default?: {
|
|
692
|
+
light?: string | undefined;
|
|
693
|
+
dark?: string | undefined;
|
|
694
|
+
} | undefined;
|
|
695
|
+
info?: {
|
|
696
|
+
light?: string | undefined;
|
|
697
|
+
dark?: string | undefined;
|
|
698
|
+
} | undefined;
|
|
699
|
+
failure?: {
|
|
700
|
+
light?: string | undefined;
|
|
701
|
+
dark?: string | undefined;
|
|
702
|
+
} | undefined;
|
|
703
|
+
success?: {
|
|
704
|
+
light?: string | undefined;
|
|
705
|
+
dark?: string | undefined;
|
|
706
|
+
} | undefined;
|
|
707
|
+
warning?: {
|
|
708
|
+
light?: string | undefined;
|
|
709
|
+
dark?: string | undefined;
|
|
710
|
+
} | undefined;
|
|
711
|
+
primary?: {
|
|
712
|
+
light?: string | undefined;
|
|
713
|
+
dark?: string | undefined;
|
|
714
|
+
} | undefined;
|
|
715
|
+
} | undefined;
|
|
716
|
+
} | undefined;
|
|
717
|
+
}>;
|
|
718
|
+
readonly theme: _angular_core.Signal<{
|
|
719
|
+
host: {
|
|
720
|
+
root: string;
|
|
721
|
+
};
|
|
722
|
+
}>;
|
|
723
|
+
/**
|
|
724
|
+
* @internal
|
|
725
|
+
*/
|
|
726
|
+
readonly state: ng_primitives_state.CreatedState<TabContent>;
|
|
727
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<TabContent, never>;
|
|
728
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<TabContent, " [flowbiteTabContent] ", ["flowbiteTabContent"], { "customTheme": { "alias": "customTheme"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.NgpTabPanel; inputs: { "id": "id"; "ngpTabPanelValue": "value"; }; outputs: {}; }]>;
|
|
729
|
+
}
|
|
730
|
+
|
|
731
|
+
declare const FlowbiteTabContentStateToken: _angular_core.InjectionToken<TabContent>;
|
|
732
|
+
declare const provideFlowbiteTabContentState: (options?: ng_primitives_state.CreateStateProviderOptions) => _angular_core.FactoryProvider;
|
|
733
|
+
declare const injectFlowbiteTabContentState: <U = {
|
|
734
|
+
readonly config: flowbite_angular_tab.FlowbiteTabContentConfig;
|
|
735
|
+
readonly tabState: _angular_core.Signal<ng_primitives_state.State<{
|
|
736
|
+
readonly config: /*elided*/ any;
|
|
737
|
+
readonly size: /*elided*/ any;
|
|
738
|
+
readonly color: /*elided*/ any;
|
|
739
|
+
readonly customTheme: /*elided*/ any;
|
|
740
|
+
readonly theme: /*elided*/ any;
|
|
741
|
+
readonly state: /*elided*/ any;
|
|
742
|
+
}>>;
|
|
743
|
+
readonly customTheme: _angular_core.InputSignal<{
|
|
744
|
+
host?: {
|
|
745
|
+
base?: string | undefined;
|
|
746
|
+
transition?: string | undefined;
|
|
747
|
+
color?: {
|
|
748
|
+
[x: string]: {
|
|
749
|
+
light?: string | undefined;
|
|
750
|
+
dark?: string | undefined;
|
|
751
|
+
} | undefined;
|
|
752
|
+
default?: {
|
|
753
|
+
light?: string | undefined;
|
|
754
|
+
dark?: string | undefined;
|
|
755
|
+
} | undefined;
|
|
756
|
+
info?: {
|
|
757
|
+
light?: string | undefined;
|
|
758
|
+
dark?: string | undefined;
|
|
759
|
+
} | undefined;
|
|
760
|
+
failure?: {
|
|
761
|
+
light?: string | undefined;
|
|
762
|
+
dark?: string | undefined;
|
|
763
|
+
} | undefined;
|
|
764
|
+
success?: {
|
|
765
|
+
light?: string | undefined;
|
|
766
|
+
dark?: string | undefined;
|
|
767
|
+
} | undefined;
|
|
768
|
+
warning?: {
|
|
769
|
+
light?: string | undefined;
|
|
770
|
+
dark?: string | undefined;
|
|
771
|
+
} | undefined;
|
|
772
|
+
primary?: {
|
|
773
|
+
light?: string | undefined;
|
|
774
|
+
dark?: string | undefined;
|
|
775
|
+
} | undefined;
|
|
776
|
+
} | undefined;
|
|
777
|
+
} | undefined;
|
|
778
|
+
}>;
|
|
779
|
+
readonly theme: _angular_core.Signal<{
|
|
780
|
+
host: {
|
|
781
|
+
root: string;
|
|
782
|
+
};
|
|
783
|
+
}>;
|
|
784
|
+
readonly state: ng_primitives_state.CreatedState<TabContent>;
|
|
785
|
+
}>(injectOptions?: _angular_core.InjectOptions) => _angular_core.Signal<ng_primitives_state.State<U>>;
|
|
786
|
+
declare const flowbiteTabContentState: <U>(state: U) => ng_primitives_state.CreatedState<U>;
|
|
787
|
+
|
|
788
|
+
declare const greeting = "Hello World!";
|
|
789
|
+
|
|
790
|
+
export { FlowbiteTabButtonConfigToken, FlowbiteTabButtonStateToken, FlowbiteTabConfigToken, FlowbiteTabContentConfigToken, FlowbiteTabContentStateToken, FlowbiteTabListConfigToken, FlowbiteTabListStateToken, FlowbiteTabStateToken, Tab, TabButton, TabContent, TabList, defaultFlowbiteTabButtonConfig, defaultFlowbiteTabConfig, defaultFlowbiteTabContentConfig, defaultFlowbiteTabListConfig, flowbiteTabButtonState, flowbiteTabButtonTheme, flowbiteTabContentState, flowbiteTabContentTheme, flowbiteTabListState, flowbiteTabListTheme, flowbiteTabState, flowbiteTabTheme, greeting, injectFlowbiteTabButtonConfig, injectFlowbiteTabButtonState, injectFlowbiteTabConfig, injectFlowbiteTabContentConfig, injectFlowbiteTabContentState, injectFlowbiteTabListConfig, injectFlowbiteTabListState, injectFlowbiteTabState, provideFlowbiteTabButtonConfig, provideFlowbiteTabButtonState, provideFlowbiteTabConfig, provideFlowbiteTabContentConfig, provideFlowbiteTabContentState, provideFlowbiteTabListConfig, provideFlowbiteTabListState, provideFlowbiteTabState };
|
|
791
|
+
export type { FlowbiteTabButtonConfig, FlowbiteTabButtonHostTheme, FlowbiteTabButtonTheme, FlowbiteTabColors, FlowbiteTabConfig, FlowbiteTabContentConfig, FlowbiteTabContentHostTheme, FlowbiteTabContentTheme, FlowbiteTabHostTheme, FlowbiteTabListConfig, FlowbiteTabListHostTheme, FlowbiteTabListTheme, FlowbiteTabSizes, FlowbiteTabTheme };
|