flowbite-angular 1.3.0 → 20.0.1
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/{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 +137 -42
- 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/accordion/index.d.ts
CHANGED
|
@@ -1,16 +1,569 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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_accordion from 'flowbite-angular/accordion';
|
|
5
|
+
import { FlowbiteColors, ColorToTheme, DeepPartial, FlowbiteBoolean } from 'flowbite-angular';
|
|
6
|
+
import * as i1 from 'ng-primitives/accordion';
|
|
7
|
+
import { NgpAccordionItem } from 'ng-primitives/accordion';
|
|
8
|
+
import * as i1$1 from 'ng-primitives/button';
|
|
9
|
+
import * as i2 from 'ng-primitives/interactions';
|
|
10
|
+
|
|
11
|
+
interface FlowbiteAccordionColors extends Pick<FlowbiteColors, 'default' | 'info' | 'failure' | 'success' | 'warning' | 'primary'> {
|
|
12
|
+
[key: string]: ColorToTheme;
|
|
13
|
+
}
|
|
14
|
+
interface FlowbiteAccordionTheme {
|
|
15
|
+
host: FlowbiteAccordionHostTheme;
|
|
16
|
+
}
|
|
17
|
+
interface FlowbiteAccordionHostTheme {
|
|
18
|
+
base: string;
|
|
19
|
+
transition: string;
|
|
20
|
+
}
|
|
21
|
+
declare const flowbiteAccordionTheme: FlowbiteAccordionTheme;
|
|
22
|
+
|
|
23
|
+
interface FlowbiteAccordionConfig {
|
|
24
|
+
/**
|
|
25
|
+
* The default theme of accordion.
|
|
26
|
+
*/
|
|
27
|
+
baseTheme: FlowbiteAccordionTheme;
|
|
28
|
+
/**
|
|
29
|
+
* The default color of accordion.
|
|
30
|
+
*/
|
|
31
|
+
color: keyof FlowbiteAccordionColors;
|
|
32
|
+
/**
|
|
33
|
+
* Whether the accordion is flush.
|
|
34
|
+
*/
|
|
35
|
+
flush: boolean;
|
|
36
|
+
/**
|
|
37
|
+
* The custom theme of button.
|
|
38
|
+
*/
|
|
39
|
+
customTheme: DeepPartial<FlowbiteAccordionTheme>;
|
|
40
|
+
}
|
|
41
|
+
declare const defaultFlowbiteAccordionConfig: FlowbiteAccordionConfig;
|
|
42
|
+
declare const FlowbiteAccordionConfigToken: InjectionToken<FlowbiteAccordionConfig>;
|
|
43
|
+
/**
|
|
44
|
+
* Provide the default Accordion configuration
|
|
45
|
+
* @param config The Accordion configuration
|
|
46
|
+
* @returns The provider
|
|
47
|
+
*/
|
|
48
|
+
declare const provideFlowbiteAccordionConfig: (config: Partial<FlowbiteAccordionConfig>) => Provider[];
|
|
49
|
+
/**
|
|
50
|
+
* Inject the Accordion configuration
|
|
51
|
+
* @see {@link defaultFlowbiteAccordionConfig}
|
|
52
|
+
* @returns The configuration
|
|
53
|
+
*/
|
|
54
|
+
declare const injectFlowbiteAccordionConfig: () => FlowbiteAccordionConfig;
|
|
55
|
+
|
|
56
|
+
declare class Accordion {
|
|
57
|
+
readonly config: FlowbiteAccordionConfig;
|
|
58
|
+
/**
|
|
59
|
+
* @see {@link injectFlowbiteAccordionConfig}
|
|
60
|
+
*/
|
|
61
|
+
readonly color: _angular_core.InputSignal<keyof flowbite_angular_accordion.FlowbiteAccordionColors>;
|
|
62
|
+
/**
|
|
63
|
+
* @see {@link injectFlowbiteAccordionConfig}
|
|
64
|
+
*/
|
|
65
|
+
readonly flush: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
66
|
+
/**
|
|
67
|
+
* @see {@link injectFlowbiteAccordionConfig}
|
|
68
|
+
*/
|
|
69
|
+
readonly customTheme: _angular_core.InputSignal<{
|
|
70
|
+
host?: {
|
|
71
|
+
base?: string | undefined;
|
|
72
|
+
transition?: string | undefined;
|
|
73
|
+
} | undefined;
|
|
74
|
+
}>;
|
|
75
|
+
readonly theme: _angular_core.Signal<{
|
|
76
|
+
host: {
|
|
77
|
+
root: string;
|
|
78
|
+
};
|
|
79
|
+
}>;
|
|
80
|
+
/**
|
|
81
|
+
* @internal
|
|
82
|
+
*/
|
|
83
|
+
readonly state: ng_primitives_state.CreatedState<Accordion>;
|
|
84
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<Accordion, never>;
|
|
85
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<Accordion, " div[flowbiteAccordion] ", ["flowbiteAccordion"], { "color": { "alias": "color"; "required": false; "isSignal": true; }; "flush": { "alias": "flush"; "required": false; "isSignal": true; }; "customTheme": { "alias": "customTheme"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.NgpAccordion; inputs: { "ngpAccordionType": "type"; "ngpAccordionDisabled": "disabled"; "ngpAccordionCollapsible": "collapsible"; }; outputs: {}; }]>;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
declare const FlowbiteAccordionStateToken: _angular_core.InjectionToken<Accordion>;
|
|
89
|
+
declare const provideFlowbiteAccordionState: (options?: ng_primitives_state.CreateStateProviderOptions) => _angular_core.FactoryProvider;
|
|
90
|
+
declare const injectFlowbiteAccordionState: <U = {
|
|
91
|
+
readonly config: flowbite_angular_accordion.FlowbiteAccordionConfig;
|
|
92
|
+
readonly color: _angular_core.InputSignal<keyof flowbite_angular_accordion.FlowbiteAccordionColors>;
|
|
93
|
+
readonly flush: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
94
|
+
readonly customTheme: _angular_core.InputSignal<{
|
|
95
|
+
host?: {
|
|
96
|
+
base?: string | undefined;
|
|
97
|
+
transition?: string | undefined;
|
|
98
|
+
} | undefined;
|
|
99
|
+
}>;
|
|
100
|
+
readonly theme: _angular_core.Signal<{
|
|
101
|
+
host: {
|
|
102
|
+
root: string;
|
|
103
|
+
};
|
|
104
|
+
}>;
|
|
105
|
+
readonly state: ng_primitives_state.CreatedState<Accordion>;
|
|
106
|
+
}>(injectOptions?: _angular_core.InjectOptions) => _angular_core.Signal<ng_primitives_state.State<U>>;
|
|
107
|
+
declare const flowbiteAccordionState: <U>(state: U) => ng_primitives_state.CreatedState<U>;
|
|
108
|
+
|
|
109
|
+
interface FlowbiteAccordionItemTheme {
|
|
110
|
+
host: FlowbiteAccordionItemHostTheme;
|
|
111
|
+
}
|
|
112
|
+
interface FlowbiteAccordionItemHostTheme {
|
|
113
|
+
base: string;
|
|
114
|
+
transition: string;
|
|
115
|
+
}
|
|
116
|
+
declare const flowbiteAccordionItemTheme: FlowbiteAccordionItemTheme;
|
|
117
|
+
|
|
118
|
+
interface FlowbiteAccordionItemConfig {
|
|
119
|
+
/**
|
|
120
|
+
* The default theme of accordion item.
|
|
121
|
+
*/
|
|
122
|
+
baseTheme: FlowbiteAccordionItemTheme;
|
|
123
|
+
/**
|
|
124
|
+
* The custom theme of accordion item.
|
|
125
|
+
*/
|
|
126
|
+
customTheme: DeepPartial<FlowbiteAccordionItemTheme>;
|
|
127
|
+
}
|
|
128
|
+
declare const defaultFlowbiteAccordionItemConfig: FlowbiteAccordionItemConfig;
|
|
129
|
+
declare const FlowbiteAccordionItemConfigToken: InjectionToken<FlowbiteAccordionItemConfig>;
|
|
130
|
+
/**
|
|
131
|
+
* Provide the default Accordion Item configuration
|
|
132
|
+
* @param config The Accordion Item configuration
|
|
133
|
+
* @returns The provider
|
|
134
|
+
*/
|
|
135
|
+
declare const provideFlowbiteAccordionItemConfig: (config: Partial<FlowbiteAccordionItemConfig>) => Provider[];
|
|
136
|
+
/**
|
|
137
|
+
* Inject the Accordion Item configuration
|
|
138
|
+
* @see {@link defaultFlowbiteAccordionItemConfig}
|
|
139
|
+
* @returns The configuration
|
|
140
|
+
*/
|
|
141
|
+
declare const injectFlowbiteAccordionItemConfig: () => FlowbiteAccordionItemConfig;
|
|
142
|
+
|
|
143
|
+
declare class AccordionItem {
|
|
144
|
+
readonly config: FlowbiteAccordionItemConfig;
|
|
145
|
+
readonly accordionState: _angular_core.Signal<ng_primitives_state.State<{
|
|
146
|
+
readonly config: flowbite_angular_accordion.FlowbiteAccordionConfig;
|
|
147
|
+
readonly color: _angular_core.InputSignal<keyof flowbite_angular_accordion.FlowbiteAccordionColors>;
|
|
148
|
+
readonly flush: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
149
|
+
readonly customTheme: _angular_core.InputSignal<{
|
|
150
|
+
host?: {
|
|
151
|
+
base?: string | undefined;
|
|
152
|
+
transition?: string | undefined;
|
|
153
|
+
} | undefined;
|
|
154
|
+
}>;
|
|
155
|
+
readonly theme: _angular_core.Signal<{
|
|
156
|
+
host: {
|
|
157
|
+
root: string;
|
|
158
|
+
};
|
|
159
|
+
}>;
|
|
160
|
+
readonly state: ng_primitives_state.CreatedState<flowbite_angular_accordion.Accordion>;
|
|
161
|
+
}>>;
|
|
162
|
+
readonly ngpAccordionItemState: _angular_core.Signal<ng_primitives_state.State<NgpAccordionItem<unknown>>>;
|
|
163
|
+
/**
|
|
164
|
+
* @see {@link injectFlowbiteAccordionItemConfig}
|
|
165
|
+
*/
|
|
166
|
+
readonly customTheme: _angular_core.InputSignal<{
|
|
167
|
+
host?: {
|
|
168
|
+
base?: string | undefined;
|
|
169
|
+
transition?: string | undefined;
|
|
170
|
+
} | undefined;
|
|
171
|
+
}>;
|
|
172
|
+
readonly theme: _angular_core.Signal<{
|
|
173
|
+
host: {
|
|
174
|
+
root: string;
|
|
175
|
+
};
|
|
176
|
+
}>;
|
|
177
|
+
/**
|
|
178
|
+
* @internal
|
|
179
|
+
*/
|
|
180
|
+
readonly state: ng_primitives_state.CreatedState<AccordionItem>;
|
|
181
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AccordionItem, never>;
|
|
182
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<AccordionItem, " div[flowbiteAccordionItem] ", ["flowbiteAccordionItem"], { "customTheme": { "alias": "customTheme"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.NgpAccordionItem; inputs: { "ngpAccordionItemValue": "value"; "ngpAccordionItemDisabled": "disabled"; }; outputs: {}; }]>;
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
declare const FlowbiteAccordionItemStateToken: _angular_core.InjectionToken<AccordionItem>;
|
|
186
|
+
declare const provideFlowbiteAccordionItemState: (options?: ng_primitives_state.CreateStateProviderOptions) => _angular_core.FactoryProvider;
|
|
187
|
+
declare const injectFlowbiteAccordionItemState: <U = {
|
|
188
|
+
readonly config: flowbite_angular_accordion.FlowbiteAccordionItemConfig;
|
|
189
|
+
readonly accordionState: _angular_core.Signal<ng_primitives_state.State<{
|
|
190
|
+
readonly config: /*elided*/ any;
|
|
191
|
+
readonly color: /*elided*/ any;
|
|
192
|
+
readonly flush: /*elided*/ any;
|
|
193
|
+
readonly customTheme: /*elided*/ any;
|
|
194
|
+
readonly theme: /*elided*/ any;
|
|
195
|
+
readonly state: /*elided*/ any;
|
|
196
|
+
}>>;
|
|
197
|
+
readonly ngpAccordionItemState: _angular_core.Signal<ng_primitives_state.State<i1.NgpAccordionItem<unknown>>>;
|
|
198
|
+
readonly customTheme: _angular_core.InputSignal<{
|
|
199
|
+
host?: {
|
|
200
|
+
base?: string | undefined;
|
|
201
|
+
transition?: string | undefined;
|
|
202
|
+
} | undefined;
|
|
203
|
+
}>;
|
|
204
|
+
readonly theme: _angular_core.Signal<{
|
|
205
|
+
host: {
|
|
206
|
+
root: string;
|
|
207
|
+
};
|
|
208
|
+
}>;
|
|
209
|
+
readonly state: ng_primitives_state.CreatedState<AccordionItem>;
|
|
210
|
+
}>(injectOptions?: _angular_core.InjectOptions) => _angular_core.Signal<ng_primitives_state.State<U>>;
|
|
211
|
+
declare const flowbiteAccordionItemState: <U>(state: U) => ng_primitives_state.CreatedState<U>;
|
|
212
|
+
|
|
213
|
+
interface FlowbiteAccordionTitleTheme {
|
|
214
|
+
host: FlowbiteAccordionTitleHostTheme;
|
|
215
|
+
}
|
|
216
|
+
interface FlowbiteAccordionTitleHostTheme {
|
|
217
|
+
base: string;
|
|
218
|
+
transition: string;
|
|
219
|
+
color: FlowbiteAccordionColors;
|
|
220
|
+
flush: FlowbiteBoolean;
|
|
221
|
+
}
|
|
222
|
+
declare const flowbiteAccordionTitleTheme: FlowbiteAccordionTitleTheme;
|
|
223
|
+
|
|
224
|
+
interface FlowbiteAccordionTitleConfig {
|
|
225
|
+
/**
|
|
226
|
+
* The default theme of AccordionTitle
|
|
227
|
+
*/
|
|
228
|
+
baseTheme: FlowbiteAccordionTitleTheme;
|
|
229
|
+
/**
|
|
230
|
+
* The custom theme of AccordionTitle
|
|
231
|
+
*/
|
|
232
|
+
customTheme: DeepPartial<FlowbiteAccordionTitleTheme>;
|
|
233
|
+
}
|
|
234
|
+
declare const defaultFlowbiteAccordionTitleConfig: FlowbiteAccordionTitleConfig;
|
|
235
|
+
declare const FlowbiteAccordionTitleConfigToken: InjectionToken<FlowbiteAccordionTitleConfig>;
|
|
236
|
+
/**
|
|
237
|
+
* Provide the default AccordionTitle configuration
|
|
238
|
+
* @param config The AccordionTitle configuration
|
|
239
|
+
* @returns The provider
|
|
240
|
+
*/
|
|
241
|
+
declare const provideFlowbiteAccordionTitleConfig: (config: Partial<FlowbiteAccordionTitleConfig>) => Provider[];
|
|
242
|
+
/**
|
|
243
|
+
* Inject the AccordionTitle configuration
|
|
244
|
+
* @see {@link defaultFlowbiteAccordionTitleConfig}
|
|
245
|
+
* @returns The configuration
|
|
246
|
+
*/
|
|
247
|
+
declare const injectFlowbiteAccordionTitleConfig: () => FlowbiteAccordionTitleConfig;
|
|
248
|
+
|
|
249
|
+
declare class AccordionTitle {
|
|
250
|
+
readonly config: FlowbiteAccordionTitleConfig;
|
|
251
|
+
readonly accordionState: _angular_core.Signal<ng_primitives_state.State<{
|
|
252
|
+
readonly config: flowbite_angular_accordion.FlowbiteAccordionConfig;
|
|
253
|
+
readonly color: _angular_core.InputSignal<keyof flowbite_angular_accordion.FlowbiteAccordionColors>;
|
|
254
|
+
readonly flush: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
255
|
+
readonly customTheme: _angular_core.InputSignal<{
|
|
256
|
+
host?: {
|
|
257
|
+
base?: string | undefined;
|
|
258
|
+
transition?: string | undefined;
|
|
259
|
+
} | undefined;
|
|
260
|
+
}>;
|
|
261
|
+
readonly theme: _angular_core.Signal<{
|
|
262
|
+
host: {
|
|
263
|
+
root: string;
|
|
264
|
+
};
|
|
265
|
+
}>;
|
|
266
|
+
readonly state: ng_primitives_state.CreatedState<flowbite_angular_accordion.Accordion>;
|
|
267
|
+
}>>;
|
|
268
|
+
/**
|
|
269
|
+
* @see {@link injectFlowbiteAccordionTitleConfig}
|
|
270
|
+
*/
|
|
271
|
+
readonly customTheme: _angular_core.InputSignal<{
|
|
272
|
+
host?: {
|
|
273
|
+
base?: string | undefined;
|
|
274
|
+
transition?: string | undefined;
|
|
275
|
+
color?: {
|
|
276
|
+
[x: string]: {
|
|
277
|
+
light?: string | undefined;
|
|
278
|
+
dark?: string | undefined;
|
|
279
|
+
} | undefined;
|
|
280
|
+
default?: {
|
|
281
|
+
light?: string | undefined;
|
|
282
|
+
dark?: string | undefined;
|
|
283
|
+
} | undefined;
|
|
284
|
+
info?: {
|
|
285
|
+
light?: string | undefined;
|
|
286
|
+
dark?: string | undefined;
|
|
287
|
+
} | undefined;
|
|
288
|
+
failure?: {
|
|
289
|
+
light?: string | undefined;
|
|
290
|
+
dark?: string | undefined;
|
|
291
|
+
} | undefined;
|
|
292
|
+
success?: {
|
|
293
|
+
light?: string | undefined;
|
|
294
|
+
dark?: string | undefined;
|
|
295
|
+
} | undefined;
|
|
296
|
+
warning?: {
|
|
297
|
+
light?: string | undefined;
|
|
298
|
+
dark?: string | undefined;
|
|
299
|
+
} | undefined;
|
|
300
|
+
primary?: {
|
|
301
|
+
light?: string | undefined;
|
|
302
|
+
dark?: string | undefined;
|
|
303
|
+
} | undefined;
|
|
304
|
+
} | undefined;
|
|
305
|
+
flush?: {
|
|
306
|
+
off?: string | undefined;
|
|
307
|
+
on?: string | undefined;
|
|
308
|
+
} | undefined;
|
|
309
|
+
} | undefined;
|
|
310
|
+
}>;
|
|
311
|
+
readonly theme: _angular_core.Signal<{
|
|
312
|
+
host: {
|
|
313
|
+
root: string;
|
|
314
|
+
};
|
|
315
|
+
}>;
|
|
316
|
+
/**
|
|
317
|
+
* @internal
|
|
318
|
+
*/
|
|
319
|
+
readonly state: ng_primitives_state.CreatedState<AccordionTitle>;
|
|
320
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AccordionTitle, never>;
|
|
321
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<AccordionTitle, " [flowbiteAccordionTitle] ", ["flowbiteAccordionTitle"], { "customTheme": { "alias": "customTheme"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1$1.NgpButton; inputs: { "disabled": "disabled"; }; outputs: {}; }, { directive: typeof i2.NgpFocus; inputs: {}; outputs: {}; }, { directive: typeof i1.NgpAccordionTrigger; inputs: { "id": "id"; }; outputs: {}; }]>;
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
declare const FlowbiteAccordionTitleStateToken: _angular_core.InjectionToken<AccordionTitle>;
|
|
325
|
+
declare const provideFlowbiteAccordionTitleState: (options?: ng_primitives_state.CreateStateProviderOptions) => _angular_core.FactoryProvider;
|
|
326
|
+
declare const injectFlowbiteAccordionTitleState: <U = {
|
|
327
|
+
readonly config: flowbite_angular_accordion.FlowbiteAccordionTitleConfig;
|
|
328
|
+
readonly accordionState: _angular_core.Signal<ng_primitives_state.State<{
|
|
329
|
+
readonly config: /*elided*/ any;
|
|
330
|
+
readonly color: /*elided*/ any;
|
|
331
|
+
readonly flush: /*elided*/ any;
|
|
332
|
+
readonly customTheme: /*elided*/ any;
|
|
333
|
+
readonly theme: /*elided*/ any;
|
|
334
|
+
readonly state: /*elided*/ any;
|
|
335
|
+
}>>;
|
|
336
|
+
readonly customTheme: _angular_core.InputSignal<{
|
|
337
|
+
host?: {
|
|
338
|
+
base?: string | undefined;
|
|
339
|
+
transition?: string | undefined;
|
|
340
|
+
color?: {
|
|
341
|
+
[x: string]: {
|
|
342
|
+
light?: string | undefined;
|
|
343
|
+
dark?: string | undefined;
|
|
344
|
+
} | undefined;
|
|
345
|
+
default?: {
|
|
346
|
+
light?: string | undefined;
|
|
347
|
+
dark?: string | undefined;
|
|
348
|
+
} | undefined;
|
|
349
|
+
info?: {
|
|
350
|
+
light?: string | undefined;
|
|
351
|
+
dark?: string | undefined;
|
|
352
|
+
} | undefined;
|
|
353
|
+
failure?: {
|
|
354
|
+
light?: string | undefined;
|
|
355
|
+
dark?: string | undefined;
|
|
356
|
+
} | undefined;
|
|
357
|
+
success?: {
|
|
358
|
+
light?: string | undefined;
|
|
359
|
+
dark?: string | undefined;
|
|
360
|
+
} | undefined;
|
|
361
|
+
warning?: {
|
|
362
|
+
light?: string | undefined;
|
|
363
|
+
dark?: string | undefined;
|
|
364
|
+
} | undefined;
|
|
365
|
+
primary?: {
|
|
366
|
+
light?: string | undefined;
|
|
367
|
+
dark?: string | undefined;
|
|
368
|
+
} | undefined;
|
|
369
|
+
} | undefined;
|
|
370
|
+
flush?: {
|
|
371
|
+
off?: string | undefined;
|
|
372
|
+
on?: string | undefined;
|
|
373
|
+
} | undefined;
|
|
374
|
+
} | undefined;
|
|
375
|
+
}>;
|
|
376
|
+
readonly theme: _angular_core.Signal<{
|
|
377
|
+
host: {
|
|
378
|
+
root: string;
|
|
379
|
+
};
|
|
380
|
+
}>;
|
|
381
|
+
readonly state: ng_primitives_state.CreatedState<AccordionTitle>;
|
|
382
|
+
}>(injectOptions?: _angular_core.InjectOptions) => _angular_core.Signal<ng_primitives_state.State<U>>;
|
|
383
|
+
declare const flowbiteAccordionTitleState: <U>(state: U) => ng_primitives_state.CreatedState<U>;
|
|
384
|
+
|
|
385
|
+
interface FlowbiteAccordionContentTheme {
|
|
386
|
+
host: FlowbiteAccordionContentHostTheme;
|
|
387
|
+
}
|
|
388
|
+
interface FlowbiteAccordionContentHostTheme {
|
|
389
|
+
base: string;
|
|
390
|
+
transition: string;
|
|
391
|
+
color: FlowbiteAccordionColors;
|
|
392
|
+
flush: FlowbiteBoolean;
|
|
393
|
+
open: FlowbiteBoolean;
|
|
394
|
+
}
|
|
395
|
+
declare const flowbiteAccordionContentTheme: FlowbiteAccordionContentTheme;
|
|
396
|
+
|
|
397
|
+
interface FlowbiteAccordionContentConfig {
|
|
398
|
+
/**
|
|
399
|
+
* The default theme of AccordionContent
|
|
400
|
+
*/
|
|
401
|
+
baseTheme: FlowbiteAccordionContentTheme;
|
|
402
|
+
/**
|
|
403
|
+
* The custom theme of AccordionContent
|
|
404
|
+
*/
|
|
405
|
+
customTheme: DeepPartial<FlowbiteAccordionContentTheme>;
|
|
406
|
+
}
|
|
407
|
+
declare const defaultFlowbiteAccordionContentConfig: FlowbiteAccordionContentConfig;
|
|
408
|
+
declare const FlowbiteAccordionContentConfigToken: InjectionToken<FlowbiteAccordionContentConfig>;
|
|
409
|
+
/**
|
|
410
|
+
* Provide the default AccordionContent configuration
|
|
411
|
+
* @param config The AccordionContent configuration
|
|
412
|
+
* @returns The provider
|
|
413
|
+
*/
|
|
414
|
+
declare const provideFlowbiteAccordionContentConfig: (config: Partial<FlowbiteAccordionContentConfig>) => Provider[];
|
|
415
|
+
/**
|
|
416
|
+
* Inject the AccordionContent configuration
|
|
417
|
+
* @see {@link defaultFlowbiteAccordionContentConfig}
|
|
418
|
+
* @returns The configuration
|
|
419
|
+
*/
|
|
420
|
+
declare const injectFlowbiteAccordionContentConfig: () => FlowbiteAccordionContentConfig;
|
|
421
|
+
|
|
422
|
+
declare class AccordionContent {
|
|
423
|
+
readonly config: FlowbiteAccordionContentConfig;
|
|
424
|
+
readonly accordionState: _angular_core.Signal<ng_primitives_state.State<{
|
|
425
|
+
readonly config: flowbite_angular_accordion.FlowbiteAccordionConfig;
|
|
426
|
+
readonly color: _angular_core.InputSignal<keyof flowbite_angular_accordion.FlowbiteAccordionColors>;
|
|
427
|
+
readonly flush: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
428
|
+
readonly customTheme: _angular_core.InputSignal<{
|
|
429
|
+
host?: {
|
|
430
|
+
base?: string | undefined;
|
|
431
|
+
transition?: string | undefined;
|
|
432
|
+
} | undefined;
|
|
433
|
+
}>;
|
|
434
|
+
readonly theme: _angular_core.Signal<{
|
|
435
|
+
host: {
|
|
436
|
+
root: string;
|
|
437
|
+
};
|
|
438
|
+
}>;
|
|
439
|
+
readonly state: ng_primitives_state.CreatedState<flowbite_angular_accordion.Accordion>;
|
|
440
|
+
}>>;
|
|
441
|
+
readonly ngpAccordionItemState: _angular_core.Signal<ng_primitives_state.State<i1.NgpAccordionItem<unknown>>>;
|
|
442
|
+
/**
|
|
443
|
+
* @see {@link injectFlowbiteAccordionContentConfig}
|
|
444
|
+
*/
|
|
445
|
+
readonly customTheme: _angular_core.InputSignal<{
|
|
446
|
+
host?: {
|
|
447
|
+
base?: string | undefined;
|
|
448
|
+
transition?: string | undefined;
|
|
449
|
+
color?: {
|
|
450
|
+
[x: string]: {
|
|
451
|
+
light?: string | undefined;
|
|
452
|
+
dark?: string | undefined;
|
|
453
|
+
} | undefined;
|
|
454
|
+
default?: {
|
|
455
|
+
light?: string | undefined;
|
|
456
|
+
dark?: string | undefined;
|
|
457
|
+
} | undefined;
|
|
458
|
+
info?: {
|
|
459
|
+
light?: string | undefined;
|
|
460
|
+
dark?: string | undefined;
|
|
461
|
+
} | undefined;
|
|
462
|
+
failure?: {
|
|
463
|
+
light?: string | undefined;
|
|
464
|
+
dark?: string | undefined;
|
|
465
|
+
} | undefined;
|
|
466
|
+
success?: {
|
|
467
|
+
light?: string | undefined;
|
|
468
|
+
dark?: string | undefined;
|
|
469
|
+
} | undefined;
|
|
470
|
+
warning?: {
|
|
471
|
+
light?: string | undefined;
|
|
472
|
+
dark?: string | undefined;
|
|
473
|
+
} | undefined;
|
|
474
|
+
primary?: {
|
|
475
|
+
light?: string | undefined;
|
|
476
|
+
dark?: string | undefined;
|
|
477
|
+
} | undefined;
|
|
478
|
+
} | undefined;
|
|
479
|
+
flush?: {
|
|
480
|
+
off?: string | undefined;
|
|
481
|
+
on?: string | undefined;
|
|
482
|
+
} | undefined;
|
|
483
|
+
open?: {
|
|
484
|
+
off?: string | undefined;
|
|
485
|
+
on?: string | undefined;
|
|
486
|
+
} | undefined;
|
|
487
|
+
} | undefined;
|
|
488
|
+
}>;
|
|
489
|
+
readonly theme: _angular_core.Signal<{
|
|
490
|
+
host: {
|
|
491
|
+
root: string;
|
|
492
|
+
};
|
|
493
|
+
}>;
|
|
494
|
+
/**
|
|
495
|
+
* @internal
|
|
496
|
+
*/
|
|
497
|
+
readonly state: ng_primitives_state.CreatedState<AccordionContent>;
|
|
498
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AccordionContent, never>;
|
|
499
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<AccordionContent, " div[flowbiteAccordionContent] ", ["flowbiteAccordionContent"], { "customTheme": { "alias": "customTheme"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.NgpAccordionContent; inputs: { "id": "id"; }; outputs: {}; }]>;
|
|
500
|
+
}
|
|
501
|
+
|
|
502
|
+
declare const FlowbiteAccordionContentStateToken: _angular_core.InjectionToken<AccordionContent>;
|
|
503
|
+
declare const provideFlowbiteAccordionContentState: (options?: ng_primitives_state.CreateStateProviderOptions) => _angular_core.FactoryProvider;
|
|
504
|
+
declare const injectFlowbiteAccordionContentState: <U = {
|
|
505
|
+
readonly config: flowbite_angular_accordion.FlowbiteAccordionContentConfig;
|
|
506
|
+
readonly accordionState: _angular_core.Signal<ng_primitives_state.State<{
|
|
507
|
+
readonly config: /*elided*/ any;
|
|
508
|
+
readonly color: /*elided*/ any;
|
|
509
|
+
readonly flush: /*elided*/ any;
|
|
510
|
+
readonly customTheme: /*elided*/ any;
|
|
511
|
+
readonly theme: /*elided*/ any;
|
|
512
|
+
readonly state: /*elided*/ any;
|
|
513
|
+
}>>;
|
|
514
|
+
readonly ngpAccordionItemState: _angular_core.Signal<ng_primitives_state.State<i1.NgpAccordionItem<unknown>>>;
|
|
515
|
+
readonly customTheme: _angular_core.InputSignal<{
|
|
516
|
+
host?: {
|
|
517
|
+
base?: string | undefined;
|
|
518
|
+
transition?: string | undefined;
|
|
519
|
+
color?: {
|
|
520
|
+
[x: string]: {
|
|
521
|
+
light?: string | undefined;
|
|
522
|
+
dark?: string | undefined;
|
|
523
|
+
} | undefined;
|
|
524
|
+
default?: {
|
|
525
|
+
light?: string | undefined;
|
|
526
|
+
dark?: string | undefined;
|
|
527
|
+
} | undefined;
|
|
528
|
+
info?: {
|
|
529
|
+
light?: string | undefined;
|
|
530
|
+
dark?: string | undefined;
|
|
531
|
+
} | undefined;
|
|
532
|
+
failure?: {
|
|
533
|
+
light?: string | undefined;
|
|
534
|
+
dark?: string | undefined;
|
|
535
|
+
} | undefined;
|
|
536
|
+
success?: {
|
|
537
|
+
light?: string | undefined;
|
|
538
|
+
dark?: string | undefined;
|
|
539
|
+
} | undefined;
|
|
540
|
+
warning?: {
|
|
541
|
+
light?: string | undefined;
|
|
542
|
+
dark?: string | undefined;
|
|
543
|
+
} | undefined;
|
|
544
|
+
primary?: {
|
|
545
|
+
light?: string | undefined;
|
|
546
|
+
dark?: string | undefined;
|
|
547
|
+
} | undefined;
|
|
548
|
+
} | undefined;
|
|
549
|
+
flush?: {
|
|
550
|
+
off?: string | undefined;
|
|
551
|
+
on?: string | undefined;
|
|
552
|
+
} | undefined;
|
|
553
|
+
open?: {
|
|
554
|
+
off?: string | undefined;
|
|
555
|
+
on?: string | undefined;
|
|
556
|
+
} | undefined;
|
|
557
|
+
} | undefined;
|
|
558
|
+
}>;
|
|
559
|
+
readonly theme: _angular_core.Signal<{
|
|
560
|
+
host: {
|
|
561
|
+
root: string;
|
|
562
|
+
};
|
|
563
|
+
}>;
|
|
564
|
+
readonly state: ng_primitives_state.CreatedState<AccordionContent>;
|
|
565
|
+
}>(injectOptions?: _angular_core.InjectOptions) => _angular_core.Signal<ng_primitives_state.State<U>>;
|
|
566
|
+
declare const flowbiteAccordionContentState: <U>(state: U) => ng_primitives_state.CreatedState<U>;
|
|
567
|
+
|
|
568
|
+
export { Accordion, AccordionContent, AccordionItem, AccordionTitle, FlowbiteAccordionConfigToken, FlowbiteAccordionContentConfigToken, FlowbiteAccordionContentStateToken, FlowbiteAccordionItemConfigToken, FlowbiteAccordionItemStateToken, FlowbiteAccordionStateToken, FlowbiteAccordionTitleConfigToken, FlowbiteAccordionTitleStateToken, defaultFlowbiteAccordionConfig, defaultFlowbiteAccordionContentConfig, defaultFlowbiteAccordionItemConfig, defaultFlowbiteAccordionTitleConfig, flowbiteAccordionContentState, flowbiteAccordionContentTheme, flowbiteAccordionItemState, flowbiteAccordionItemTheme, flowbiteAccordionState, flowbiteAccordionTheme, flowbiteAccordionTitleState, flowbiteAccordionTitleTheme, injectFlowbiteAccordionConfig, injectFlowbiteAccordionContentConfig, injectFlowbiteAccordionContentState, injectFlowbiteAccordionItemConfig, injectFlowbiteAccordionItemState, injectFlowbiteAccordionState, injectFlowbiteAccordionTitleConfig, injectFlowbiteAccordionTitleState, provideFlowbiteAccordionConfig, provideFlowbiteAccordionContentConfig, provideFlowbiteAccordionContentState, provideFlowbiteAccordionItemConfig, provideFlowbiteAccordionItemState, provideFlowbiteAccordionState, provideFlowbiteAccordionTitleConfig, provideFlowbiteAccordionTitleState };
|
|
569
|
+
export type { FlowbiteAccordionColors, FlowbiteAccordionConfig, FlowbiteAccordionContentConfig, FlowbiteAccordionContentHostTheme, FlowbiteAccordionContentTheme, FlowbiteAccordionHostTheme, FlowbiteAccordionItemConfig, FlowbiteAccordionItemHostTheme, FlowbiteAccordionItemTheme, FlowbiteAccordionTheme, FlowbiteAccordionTitleConfig, FlowbiteAccordionTitleHostTheme, FlowbiteAccordionTitleTheme };
|