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/navbar/index.d.ts
CHANGED
|
@@ -1,24 +1,1467 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
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 { FlowbiteBoolean, FlowbiteColors, ColorToTheme, DeepPartial } from 'flowbite-angular';
|
|
5
|
+
import * as _angular_cdk_coercion from '@angular/cdk/coercion';
|
|
6
|
+
import { BooleanInput } from '@angular/cdk/coercion';
|
|
7
|
+
import * as flowbite_angular_navbar from 'flowbite-angular/navbar';
|
|
8
|
+
import * as flowbite_angular_button from 'flowbite-angular/button';
|
|
9
|
+
import { FlowbiteBaseButtonSizes, FlowbiteBaseButtonColors, BaseButton } from 'flowbite-angular/button';
|
|
10
|
+
import * as i2 from 'ng-primitives/button';
|
|
11
|
+
import * as i3 from 'ng-primitives/interactions';
|
|
12
|
+
|
|
13
|
+
interface FlowbiteNavbarColors extends Pick<FlowbiteColors, 'default' | 'info' | 'failure' | 'success' | 'warning' | 'primary'> {
|
|
14
|
+
[key: string]: ColorToTheme;
|
|
15
|
+
}
|
|
16
|
+
interface FlowbiteNavbarTheme {
|
|
17
|
+
host: FlowbiteNavbarHostTheme;
|
|
18
|
+
container: FlowbiteNavbarContainerTheme;
|
|
19
|
+
}
|
|
20
|
+
interface FlowbiteNavbarHostTheme {
|
|
21
|
+
base: string;
|
|
22
|
+
transition: string;
|
|
23
|
+
fixed: FlowbiteBoolean;
|
|
24
|
+
color: FlowbiteNavbarColors;
|
|
25
|
+
}
|
|
26
|
+
interface FlowbiteNavbarContainerTheme {
|
|
27
|
+
base: string;
|
|
28
|
+
transition: string;
|
|
29
|
+
}
|
|
30
|
+
declare const flowbiteNavbarTheme: FlowbiteNavbarTheme;
|
|
31
|
+
|
|
32
|
+
interface FlowbiteNavbarConfig {
|
|
33
|
+
/**
|
|
34
|
+
* The default theme of navbar
|
|
35
|
+
*/
|
|
36
|
+
baseTheme: FlowbiteNavbarTheme;
|
|
37
|
+
/**
|
|
38
|
+
* Whether the navbar is fixed
|
|
39
|
+
*/
|
|
40
|
+
fixed: boolean;
|
|
41
|
+
/**
|
|
42
|
+
* Whether the navbar is open
|
|
43
|
+
*/
|
|
44
|
+
open: boolean;
|
|
45
|
+
/**
|
|
46
|
+
* The color of navbar
|
|
47
|
+
*/
|
|
48
|
+
color: keyof FlowbiteNavbarColors;
|
|
49
|
+
/**
|
|
50
|
+
* The custom theme of navbar
|
|
51
|
+
*/
|
|
52
|
+
customTheme: DeepPartial<FlowbiteNavbarTheme>;
|
|
53
|
+
}
|
|
54
|
+
declare const defaultFlowbiteNavbarConfig: FlowbiteNavbarConfig;
|
|
55
|
+
declare const FlowbiteNavbarConfigToken: InjectionToken<FlowbiteNavbarConfig>;
|
|
56
|
+
/**
|
|
57
|
+
* Provide the default Navbar configuration
|
|
58
|
+
* @param config The Navbar configuration
|
|
59
|
+
* @returns The provider
|
|
60
|
+
*/
|
|
61
|
+
declare const provideFlowbiteNavbarConfig: (config: Partial<FlowbiteNavbarConfig>) => Provider[];
|
|
62
|
+
/**
|
|
63
|
+
* Inject the Navbar configuration
|
|
64
|
+
* @see {@link defaultFlowbiteNavbarConfig}
|
|
65
|
+
* @returns The configuration
|
|
66
|
+
*/
|
|
67
|
+
declare const injectFlowbiteNavbarConfig: () => FlowbiteNavbarConfig;
|
|
68
|
+
|
|
69
|
+
declare class Navbar {
|
|
70
|
+
protected readonly config: FlowbiteNavbarConfig;
|
|
71
|
+
/**
|
|
72
|
+
* @see {@link injectFlowbiteNavbarConfig}
|
|
73
|
+
*/
|
|
74
|
+
readonly fixed: _angular_core.InputSignalWithTransform<boolean, BooleanInput>;
|
|
75
|
+
/**
|
|
76
|
+
* @see {@link injectFlowbiteNavbarConfig}
|
|
77
|
+
*/
|
|
78
|
+
readonly open: _angular_core.InputSignalWithTransform<boolean, BooleanInput>;
|
|
79
|
+
/**
|
|
80
|
+
* @see {@link injectFlowbiteNavbarConfig}
|
|
81
|
+
*/
|
|
82
|
+
readonly color: _angular_core.InputSignal<keyof FlowbiteNavbarColors>;
|
|
83
|
+
/**
|
|
84
|
+
* @see {@link injectFlowbiteNavbarConfig}
|
|
85
|
+
*/
|
|
86
|
+
readonly customTheme: _angular_core.InputSignal<{
|
|
87
|
+
host?: {
|
|
88
|
+
base?: string | undefined;
|
|
89
|
+
transition?: string | undefined;
|
|
90
|
+
fixed?: {
|
|
91
|
+
off?: string | undefined;
|
|
92
|
+
on?: string | undefined;
|
|
93
|
+
} | undefined;
|
|
94
|
+
color?: {
|
|
95
|
+
[x: string]: {
|
|
96
|
+
light?: string | undefined;
|
|
97
|
+
dark?: string | undefined;
|
|
98
|
+
} | undefined;
|
|
99
|
+
default?: {
|
|
100
|
+
light?: string | undefined;
|
|
101
|
+
dark?: string | undefined;
|
|
102
|
+
} | undefined;
|
|
103
|
+
info?: {
|
|
104
|
+
light?: string | undefined;
|
|
105
|
+
dark?: string | undefined;
|
|
106
|
+
} | undefined;
|
|
107
|
+
failure?: {
|
|
108
|
+
light?: string | undefined;
|
|
109
|
+
dark?: string | undefined;
|
|
110
|
+
} | undefined;
|
|
111
|
+
success?: {
|
|
112
|
+
light?: string | undefined;
|
|
113
|
+
dark?: string | undefined;
|
|
114
|
+
} | undefined;
|
|
115
|
+
warning?: {
|
|
116
|
+
light?: string | undefined;
|
|
117
|
+
dark?: string | undefined;
|
|
118
|
+
} | undefined;
|
|
119
|
+
primary?: {
|
|
120
|
+
light?: string | undefined;
|
|
121
|
+
dark?: string | undefined;
|
|
122
|
+
} | undefined;
|
|
123
|
+
} | undefined;
|
|
124
|
+
} | undefined;
|
|
125
|
+
container?: {
|
|
126
|
+
base?: string | undefined;
|
|
127
|
+
transition?: string | undefined;
|
|
128
|
+
} | undefined;
|
|
129
|
+
}>;
|
|
130
|
+
readonly theme: _angular_core.Signal<{
|
|
131
|
+
host: {
|
|
132
|
+
root: string;
|
|
133
|
+
};
|
|
134
|
+
container: {
|
|
135
|
+
root: string;
|
|
136
|
+
};
|
|
137
|
+
}>;
|
|
138
|
+
/**
|
|
139
|
+
* @internal
|
|
140
|
+
*/
|
|
141
|
+
readonly state: ng_primitives_state.CreatedState<Navbar>;
|
|
142
|
+
/**
|
|
143
|
+
* @internal
|
|
144
|
+
*/
|
|
145
|
+
toggle(newState?: boolean): void;
|
|
146
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<Navbar, never>;
|
|
147
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<Navbar, " nav[flowbiteNavbar] ", ["flowbiteNavbar"], { "fixed": { "alias": "fixed"; "required": false; "isSignal": true; }; "open": { "alias": "open"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "customTheme": { "alias": "customTheme"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
declare const FlowbiteNavbarStateToken: _angular_core.InjectionToken<Navbar>;
|
|
151
|
+
declare const provideFlowbiteNavbarState: (options?: ng_primitives_state.CreateStateProviderOptions) => _angular_core.FactoryProvider;
|
|
152
|
+
declare const injectFlowbiteNavbarState: <U = {
|
|
153
|
+
readonly config: flowbite_angular_navbar.FlowbiteNavbarConfig;
|
|
154
|
+
readonly fixed: _angular_core.InputSignalWithTransform<boolean, _angular_cdk_coercion.BooleanInput>;
|
|
155
|
+
readonly open: _angular_core.InputSignalWithTransform<boolean, _angular_cdk_coercion.BooleanInput>;
|
|
156
|
+
readonly color: _angular_core.InputSignal<keyof flowbite_angular_navbar.FlowbiteNavbarColors>;
|
|
157
|
+
readonly customTheme: _angular_core.InputSignal<{
|
|
158
|
+
host?: {
|
|
159
|
+
base?: string | undefined;
|
|
160
|
+
transition?: string | undefined;
|
|
161
|
+
fixed?: {
|
|
162
|
+
off?: string | undefined;
|
|
163
|
+
on?: string | undefined;
|
|
164
|
+
} | undefined;
|
|
165
|
+
color?: {
|
|
166
|
+
[x: string]: {
|
|
167
|
+
light?: string | undefined;
|
|
168
|
+
dark?: string | undefined;
|
|
169
|
+
} | undefined;
|
|
170
|
+
default?: {
|
|
171
|
+
light?: string | undefined;
|
|
172
|
+
dark?: string | undefined;
|
|
173
|
+
} | undefined;
|
|
174
|
+
info?: {
|
|
175
|
+
light?: string | undefined;
|
|
176
|
+
dark?: string | undefined;
|
|
177
|
+
} | undefined;
|
|
178
|
+
failure?: {
|
|
179
|
+
light?: string | undefined;
|
|
180
|
+
dark?: string | undefined;
|
|
181
|
+
} | undefined;
|
|
182
|
+
success?: {
|
|
183
|
+
light?: string | undefined;
|
|
184
|
+
dark?: string | undefined;
|
|
185
|
+
} | undefined;
|
|
186
|
+
warning?: {
|
|
187
|
+
light?: string | undefined;
|
|
188
|
+
dark?: string | undefined;
|
|
189
|
+
} | undefined;
|
|
190
|
+
primary?: {
|
|
191
|
+
light?: string | undefined;
|
|
192
|
+
dark?: string | undefined;
|
|
193
|
+
} | undefined;
|
|
194
|
+
} | undefined;
|
|
195
|
+
} | undefined;
|
|
196
|
+
container?: {
|
|
197
|
+
base?: string | undefined;
|
|
198
|
+
transition?: string | undefined;
|
|
199
|
+
} | undefined;
|
|
200
|
+
}>;
|
|
201
|
+
readonly theme: _angular_core.Signal<{
|
|
202
|
+
host: {
|
|
203
|
+
root: string;
|
|
204
|
+
};
|
|
205
|
+
container: {
|
|
206
|
+
root: string;
|
|
207
|
+
};
|
|
208
|
+
}>;
|
|
209
|
+
readonly state: ng_primitives_state.CreatedState<Navbar>;
|
|
210
|
+
toggle: (newState?: boolean) => void;
|
|
211
|
+
}>(injectOptions?: _angular_core.InjectOptions) => _angular_core.Signal<ng_primitives_state.State<U>>;
|
|
212
|
+
declare const flowbiteNavbarState: <U>(state: U) => ng_primitives_state.CreatedState<U>;
|
|
213
|
+
|
|
214
|
+
interface FlowbiteNavbarItemTheme {
|
|
215
|
+
host: FlowbiteNavbarItemHostTheme;
|
|
216
|
+
}
|
|
217
|
+
interface FlowbiteNavbarItemHostTheme {
|
|
218
|
+
base: string;
|
|
219
|
+
transition: string;
|
|
220
|
+
focus: string;
|
|
221
|
+
disabled: string;
|
|
222
|
+
size: FlowbiteBaseButtonSizes;
|
|
223
|
+
pill: FlowbiteBoolean;
|
|
224
|
+
color: FlowbiteBaseButtonColors;
|
|
225
|
+
colorOutline: FlowbiteBaseButtonColors;
|
|
226
|
+
}
|
|
227
|
+
declare const flowbiteNavbarItemTheme: FlowbiteNavbarItemTheme;
|
|
228
|
+
|
|
229
|
+
interface FlowbiteNavbarItemConfig {
|
|
230
|
+
/**
|
|
231
|
+
* The default theme of navbar-item
|
|
232
|
+
*/
|
|
233
|
+
baseTheme: FlowbiteNavbarItemTheme;
|
|
234
|
+
/**
|
|
235
|
+
* The custom theme of navbar-item
|
|
236
|
+
*/
|
|
237
|
+
customTheme: DeepPartial<FlowbiteNavbarItemTheme>;
|
|
238
|
+
}
|
|
239
|
+
declare const defaultFlowbiteNavbarItemConfig: FlowbiteNavbarItemConfig;
|
|
240
|
+
declare const FlowbiteNavbarItemConfigToken: InjectionToken<FlowbiteNavbarItemConfig>;
|
|
241
|
+
/**
|
|
242
|
+
* Provide the default NavbarItem configuration
|
|
243
|
+
* @param config The NavbarItem configuration
|
|
244
|
+
* @returns The provider
|
|
245
|
+
*/
|
|
246
|
+
declare const provideFlowbiteNavbarItemConfig: (config: Partial<FlowbiteNavbarItemConfig>) => Provider[];
|
|
247
|
+
/**
|
|
248
|
+
* Inject the NavbarItem configuration
|
|
249
|
+
* @see {@link defaultFlowbiteNavbarItemConfig}
|
|
250
|
+
* @returns The configuration
|
|
251
|
+
*/
|
|
252
|
+
declare const injectFlowbiteNavbarItemConfig: () => FlowbiteNavbarItemConfig;
|
|
253
|
+
|
|
254
|
+
declare class NavbarItem {
|
|
255
|
+
protected readonly config: FlowbiteNavbarItemConfig;
|
|
256
|
+
protected readonly navbarState: _angular_core.Signal<ng_primitives_state.State<{
|
|
257
|
+
readonly config: flowbite_angular_navbar.FlowbiteNavbarConfig;
|
|
258
|
+
readonly fixed: _angular_core.InputSignalWithTransform<boolean, _angular_cdk_coercion.BooleanInput>;
|
|
259
|
+
readonly open: _angular_core.InputSignalWithTransform<boolean, _angular_cdk_coercion.BooleanInput>;
|
|
260
|
+
readonly color: _angular_core.InputSignal<keyof flowbite_angular_navbar.FlowbiteNavbarColors>;
|
|
261
|
+
readonly customTheme: _angular_core.InputSignal<{
|
|
262
|
+
host?: {
|
|
263
|
+
base?: string | undefined;
|
|
264
|
+
transition?: string | undefined;
|
|
265
|
+
fixed?: {
|
|
266
|
+
off?: string | undefined;
|
|
267
|
+
on?: string | undefined;
|
|
268
|
+
} | undefined;
|
|
269
|
+
color?: {
|
|
270
|
+
[x: string]: {
|
|
271
|
+
light?: string | undefined;
|
|
272
|
+
dark?: string | undefined;
|
|
273
|
+
} | undefined;
|
|
274
|
+
default?: {
|
|
275
|
+
light?: string | undefined;
|
|
276
|
+
dark?: string | undefined;
|
|
277
|
+
} | undefined;
|
|
278
|
+
info?: {
|
|
279
|
+
light?: string | undefined;
|
|
280
|
+
dark?: string | undefined;
|
|
281
|
+
} | undefined;
|
|
282
|
+
failure?: {
|
|
283
|
+
light?: string | undefined;
|
|
284
|
+
dark?: string | undefined;
|
|
285
|
+
} | undefined;
|
|
286
|
+
success?: {
|
|
287
|
+
light?: string | undefined;
|
|
288
|
+
dark?: string | undefined;
|
|
289
|
+
} | undefined;
|
|
290
|
+
warning?: {
|
|
291
|
+
light?: string | undefined;
|
|
292
|
+
dark?: string | undefined;
|
|
293
|
+
} | undefined;
|
|
294
|
+
primary?: {
|
|
295
|
+
light?: string | undefined;
|
|
296
|
+
dark?: string | undefined;
|
|
297
|
+
} | undefined;
|
|
298
|
+
} | undefined;
|
|
299
|
+
} | undefined;
|
|
300
|
+
container?: {
|
|
301
|
+
base?: string | undefined;
|
|
302
|
+
transition?: string | undefined;
|
|
303
|
+
} | undefined;
|
|
304
|
+
}>;
|
|
305
|
+
readonly theme: _angular_core.Signal<{
|
|
306
|
+
host: {
|
|
307
|
+
root: string;
|
|
308
|
+
};
|
|
309
|
+
container: {
|
|
310
|
+
root: string;
|
|
311
|
+
};
|
|
312
|
+
}>;
|
|
313
|
+
readonly state: ng_primitives_state.CreatedState<flowbite_angular_navbar.Navbar>;
|
|
314
|
+
toggle: (newState?: boolean) => void;
|
|
315
|
+
}>>;
|
|
316
|
+
/**
|
|
317
|
+
* @see {@link injectFlowbiteNavbarItemConfig}
|
|
318
|
+
*/
|
|
319
|
+
readonly customTheme: _angular_core.InputSignal<{
|
|
320
|
+
host?: {
|
|
321
|
+
base?: string | undefined;
|
|
322
|
+
transition?: string | undefined;
|
|
323
|
+
focus?: string | undefined;
|
|
324
|
+
disabled?: string | undefined;
|
|
325
|
+
size?: {
|
|
326
|
+
[x: string]: string | undefined;
|
|
327
|
+
xs?: string | undefined;
|
|
328
|
+
sm?: string | undefined;
|
|
329
|
+
md?: string | undefined;
|
|
330
|
+
lg?: string | undefined;
|
|
331
|
+
xl?: string | undefined;
|
|
332
|
+
} | undefined;
|
|
333
|
+
pill?: {
|
|
334
|
+
off?: string | undefined;
|
|
335
|
+
on?: string | undefined;
|
|
336
|
+
} | undefined;
|
|
337
|
+
color?: {
|
|
338
|
+
[x: string]: {
|
|
339
|
+
light?: string | undefined;
|
|
340
|
+
dark?: string | undefined;
|
|
341
|
+
} | undefined;
|
|
342
|
+
default?: {
|
|
343
|
+
light?: string | undefined;
|
|
344
|
+
dark?: string | undefined;
|
|
345
|
+
} | undefined;
|
|
346
|
+
info?: {
|
|
347
|
+
light?: string | undefined;
|
|
348
|
+
dark?: string | undefined;
|
|
349
|
+
} | undefined;
|
|
350
|
+
failure?: {
|
|
351
|
+
light?: string | undefined;
|
|
352
|
+
dark?: string | undefined;
|
|
353
|
+
} | undefined;
|
|
354
|
+
success?: {
|
|
355
|
+
light?: string | undefined;
|
|
356
|
+
dark?: string | undefined;
|
|
357
|
+
} | undefined;
|
|
358
|
+
warning?: {
|
|
359
|
+
light?: string | undefined;
|
|
360
|
+
dark?: string | undefined;
|
|
361
|
+
} | undefined;
|
|
362
|
+
primary?: {
|
|
363
|
+
light?: string | undefined;
|
|
364
|
+
dark?: string | undefined;
|
|
365
|
+
} | undefined;
|
|
366
|
+
} | undefined;
|
|
367
|
+
colorOutline?: {
|
|
368
|
+
[x: string]: {
|
|
369
|
+
light?: string | undefined;
|
|
370
|
+
dark?: string | undefined;
|
|
371
|
+
} | undefined;
|
|
372
|
+
default?: {
|
|
373
|
+
light?: string | undefined;
|
|
374
|
+
dark?: string | undefined;
|
|
375
|
+
} | undefined;
|
|
376
|
+
info?: {
|
|
377
|
+
light?: string | undefined;
|
|
378
|
+
dark?: string | undefined;
|
|
379
|
+
} | undefined;
|
|
380
|
+
failure?: {
|
|
381
|
+
light?: string | undefined;
|
|
382
|
+
dark?: string | undefined;
|
|
383
|
+
} | undefined;
|
|
384
|
+
success?: {
|
|
385
|
+
light?: string | undefined;
|
|
386
|
+
dark?: string | undefined;
|
|
387
|
+
} | undefined;
|
|
388
|
+
warning?: {
|
|
389
|
+
light?: string | undefined;
|
|
390
|
+
dark?: string | undefined;
|
|
391
|
+
} | undefined;
|
|
392
|
+
primary?: {
|
|
393
|
+
light?: string | undefined;
|
|
394
|
+
dark?: string | undefined;
|
|
395
|
+
} | undefined;
|
|
396
|
+
} | undefined;
|
|
397
|
+
} | undefined;
|
|
398
|
+
}>;
|
|
399
|
+
readonly theme: _angular_core.Signal<{
|
|
400
|
+
host: {
|
|
401
|
+
root: string;
|
|
402
|
+
};
|
|
403
|
+
}>;
|
|
404
|
+
readonly state: ng_primitives_state.CreatedState<NavbarItem>;
|
|
405
|
+
/**
|
|
406
|
+
* @internal
|
|
407
|
+
*/
|
|
408
|
+
onClick(): void;
|
|
409
|
+
/**
|
|
410
|
+
* @internal
|
|
411
|
+
*/
|
|
412
|
+
toggleNavbar(): void;
|
|
413
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<NavbarItem, never>;
|
|
414
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<NavbarItem, " a[flowbiteNavbarItem], button[flowbiteNavbarItem] ", ["flowbiteNavbarItem"], { "customTheme": { "alias": "customTheme"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof flowbite_angular_button.BaseButton; inputs: { "color": "color"; }; outputs: {}; }, { directive: typeof i2.NgpButton; inputs: { "disabled": "disabled"; }; outputs: {}; }, { directive: typeof i3.NgpFocus; inputs: { "ngpFocusDisabled": "focusDisabled"; }; outputs: { "ngpFocus": "ngpFocus"; }; }]>;
|
|
415
|
+
}
|
|
416
|
+
|
|
417
|
+
declare const FlowbiteNavbarItemStateToken: _angular_core.InjectionToken<NavbarItem>;
|
|
418
|
+
declare const provideFlowbiteNavbarItemState: (options?: ng_primitives_state.CreateStateProviderOptions) => _angular_core.FactoryProvider;
|
|
419
|
+
declare const injectFlowbiteNavbarItemState: <U = {
|
|
420
|
+
readonly config: flowbite_angular_navbar.FlowbiteNavbarItemConfig;
|
|
421
|
+
readonly navbarState: _angular_core.Signal<ng_primitives_state.State<{
|
|
422
|
+
readonly config: /*elided*/ any;
|
|
423
|
+
readonly fixed: /*elided*/ any;
|
|
424
|
+
readonly open: /*elided*/ any;
|
|
425
|
+
readonly color: /*elided*/ any;
|
|
426
|
+
readonly customTheme: /*elided*/ any;
|
|
427
|
+
readonly theme: /*elided*/ any;
|
|
428
|
+
readonly state: /*elided*/ any;
|
|
429
|
+
toggle: /*elided*/ any;
|
|
430
|
+
}>>;
|
|
431
|
+
readonly customTheme: _angular_core.InputSignal<{
|
|
432
|
+
host?: {
|
|
433
|
+
base?: string | undefined;
|
|
434
|
+
transition?: string | undefined;
|
|
435
|
+
focus?: string | undefined;
|
|
436
|
+
disabled?: string | undefined;
|
|
437
|
+
size?: {
|
|
438
|
+
[x: string]: string | undefined;
|
|
439
|
+
xs?: string | undefined;
|
|
440
|
+
sm?: string | undefined;
|
|
441
|
+
md?: string | undefined;
|
|
442
|
+
lg?: string | undefined;
|
|
443
|
+
xl?: string | undefined;
|
|
444
|
+
} | undefined;
|
|
445
|
+
pill?: {
|
|
446
|
+
off?: string | undefined;
|
|
447
|
+
on?: string | undefined;
|
|
448
|
+
} | 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
|
+
colorOutline?: {
|
|
480
|
+
[x: string]: {
|
|
481
|
+
light?: string | undefined;
|
|
482
|
+
dark?: string | undefined;
|
|
483
|
+
} | undefined;
|
|
484
|
+
default?: {
|
|
485
|
+
light?: string | undefined;
|
|
486
|
+
dark?: string | undefined;
|
|
487
|
+
} | undefined;
|
|
488
|
+
info?: {
|
|
489
|
+
light?: string | undefined;
|
|
490
|
+
dark?: string | undefined;
|
|
491
|
+
} | undefined;
|
|
492
|
+
failure?: {
|
|
493
|
+
light?: string | undefined;
|
|
494
|
+
dark?: string | undefined;
|
|
495
|
+
} | undefined;
|
|
496
|
+
success?: {
|
|
497
|
+
light?: string | undefined;
|
|
498
|
+
dark?: string | undefined;
|
|
499
|
+
} | undefined;
|
|
500
|
+
warning?: {
|
|
501
|
+
light?: string | undefined;
|
|
502
|
+
dark?: string | undefined;
|
|
503
|
+
} | undefined;
|
|
504
|
+
primary?: {
|
|
505
|
+
light?: string | undefined;
|
|
506
|
+
dark?: string | undefined;
|
|
507
|
+
} | undefined;
|
|
508
|
+
} | undefined;
|
|
509
|
+
} | undefined;
|
|
510
|
+
}>;
|
|
511
|
+
readonly theme: _angular_core.Signal<{
|
|
512
|
+
host: {
|
|
513
|
+
root: string;
|
|
514
|
+
};
|
|
515
|
+
}>;
|
|
516
|
+
readonly state: ng_primitives_state.CreatedState<NavbarItem>;
|
|
517
|
+
onClick: () => void;
|
|
518
|
+
toggleNavbar: () => void;
|
|
519
|
+
}>(injectOptions?: _angular_core.InjectOptions) => _angular_core.Signal<ng_primitives_state.State<U>>;
|
|
520
|
+
declare const flowbiteNavbarItemState: <U>(state: U) => ng_primitives_state.CreatedState<U>;
|
|
521
|
+
|
|
522
|
+
interface FlowbiteNavbarContentTheme {
|
|
523
|
+
host: FlowbiteNavbarContentHostTheme;
|
|
524
|
+
container: FlowbiteNavbarContentContainerTheme;
|
|
525
|
+
}
|
|
526
|
+
interface FlowbiteNavbarContentHostTheme {
|
|
527
|
+
base: string;
|
|
528
|
+
transition: string;
|
|
529
|
+
fixed: FlowbiteBoolean;
|
|
530
|
+
open: FlowbiteBoolean;
|
|
531
|
+
}
|
|
532
|
+
interface FlowbiteNavbarContentContainerTheme {
|
|
533
|
+
base: string;
|
|
534
|
+
transition: string;
|
|
535
|
+
color: FlowbiteNavbarColors;
|
|
536
|
+
}
|
|
537
|
+
declare const flowbiteNavbarContentTheme: FlowbiteNavbarContentTheme;
|
|
538
|
+
|
|
539
|
+
interface FlowbiteNavbarContentConfig {
|
|
540
|
+
/**
|
|
541
|
+
* The default theme of navbar-content
|
|
542
|
+
*/
|
|
543
|
+
baseTheme: FlowbiteNavbarContentTheme;
|
|
544
|
+
/**
|
|
545
|
+
* The custom theme of navbar-content
|
|
546
|
+
*/
|
|
547
|
+
customTheme: DeepPartial<FlowbiteNavbarContentTheme>;
|
|
548
|
+
}
|
|
549
|
+
declare const defaultFlowbiteNavbarContentConfig: FlowbiteNavbarContentConfig;
|
|
550
|
+
declare const FlowbiteNavbarContentConfigToken: InjectionToken<FlowbiteNavbarContentConfig>;
|
|
551
|
+
/**
|
|
552
|
+
* Provide the default NavbarContent configuration
|
|
553
|
+
* @param config The NavbarContent configuration
|
|
554
|
+
* @returns The provider
|
|
555
|
+
*/
|
|
556
|
+
declare const provideFlowbiteNavbarContentConfig: (config: Partial<FlowbiteNavbarContentConfig>) => Provider[];
|
|
557
|
+
/**
|
|
558
|
+
* Inject the NavbarContent configuration
|
|
559
|
+
* @see {@link defaultFlowbiteNavbarContentConfig}
|
|
560
|
+
* @returns The configuration
|
|
561
|
+
*/
|
|
562
|
+
declare const injectFlowbiteNavbarContentConfig: () => FlowbiteNavbarContentConfig;
|
|
563
|
+
|
|
564
|
+
declare class NavbarContent {
|
|
565
|
+
protected readonly config: FlowbiteNavbarContentConfig;
|
|
566
|
+
protected readonly navbarState: _angular_core.Signal<ng_primitives_state.State<{
|
|
567
|
+
readonly config: flowbite_angular_navbar.FlowbiteNavbarConfig;
|
|
568
|
+
readonly fixed: _angular_core.InputSignalWithTransform<boolean, _angular_cdk_coercion.BooleanInput>;
|
|
569
|
+
readonly open: _angular_core.InputSignalWithTransform<boolean, _angular_cdk_coercion.BooleanInput>;
|
|
570
|
+
readonly color: _angular_core.InputSignal<keyof flowbite_angular_navbar.FlowbiteNavbarColors>;
|
|
571
|
+
readonly customTheme: _angular_core.InputSignal<{
|
|
572
|
+
host?: {
|
|
573
|
+
base?: string | undefined;
|
|
574
|
+
transition?: string | undefined;
|
|
575
|
+
fixed?: {
|
|
576
|
+
off?: string | undefined;
|
|
577
|
+
on?: string | undefined;
|
|
578
|
+
} | undefined;
|
|
579
|
+
color?: {
|
|
580
|
+
[x: string]: {
|
|
581
|
+
light?: string | undefined;
|
|
582
|
+
dark?: string | undefined;
|
|
583
|
+
} | undefined;
|
|
584
|
+
default?: {
|
|
585
|
+
light?: string | undefined;
|
|
586
|
+
dark?: string | undefined;
|
|
587
|
+
} | undefined;
|
|
588
|
+
info?: {
|
|
589
|
+
light?: string | undefined;
|
|
590
|
+
dark?: string | undefined;
|
|
591
|
+
} | undefined;
|
|
592
|
+
failure?: {
|
|
593
|
+
light?: string | undefined;
|
|
594
|
+
dark?: string | undefined;
|
|
595
|
+
} | undefined;
|
|
596
|
+
success?: {
|
|
597
|
+
light?: string | undefined;
|
|
598
|
+
dark?: string | undefined;
|
|
599
|
+
} | undefined;
|
|
600
|
+
warning?: {
|
|
601
|
+
light?: string | undefined;
|
|
602
|
+
dark?: string | undefined;
|
|
603
|
+
} | undefined;
|
|
604
|
+
primary?: {
|
|
605
|
+
light?: string | undefined;
|
|
606
|
+
dark?: string | undefined;
|
|
607
|
+
} | undefined;
|
|
608
|
+
} | undefined;
|
|
609
|
+
} | undefined;
|
|
610
|
+
container?: {
|
|
611
|
+
base?: string | undefined;
|
|
612
|
+
transition?: string | undefined;
|
|
613
|
+
} | undefined;
|
|
614
|
+
}>;
|
|
615
|
+
readonly theme: _angular_core.Signal<{
|
|
616
|
+
host: {
|
|
617
|
+
root: string;
|
|
618
|
+
};
|
|
619
|
+
container: {
|
|
620
|
+
root: string;
|
|
621
|
+
};
|
|
622
|
+
}>;
|
|
623
|
+
readonly state: ng_primitives_state.CreatedState<flowbite_angular_navbar.Navbar>;
|
|
624
|
+
toggle: (newState?: boolean) => void;
|
|
625
|
+
}>>;
|
|
626
|
+
/**
|
|
627
|
+
* @see {@link injectFlowbiteNavbarContentConfig}
|
|
628
|
+
*/
|
|
629
|
+
readonly customTheme: _angular_core.InputSignal<{
|
|
630
|
+
host?: {
|
|
631
|
+
base?: string | undefined;
|
|
632
|
+
transition?: string | undefined;
|
|
633
|
+
fixed?: {
|
|
634
|
+
off?: string | undefined;
|
|
635
|
+
on?: string | undefined;
|
|
636
|
+
} | undefined;
|
|
637
|
+
open?: {
|
|
638
|
+
off?: string | undefined;
|
|
639
|
+
on?: string | undefined;
|
|
640
|
+
} | undefined;
|
|
641
|
+
} | undefined;
|
|
642
|
+
container?: {
|
|
643
|
+
base?: string | undefined;
|
|
644
|
+
transition?: string | undefined;
|
|
645
|
+
color?: {
|
|
646
|
+
[x: string]: {
|
|
647
|
+
light?: string | undefined;
|
|
648
|
+
dark?: string | undefined;
|
|
649
|
+
} | undefined;
|
|
650
|
+
default?: {
|
|
651
|
+
light?: string | undefined;
|
|
652
|
+
dark?: string | undefined;
|
|
653
|
+
} | undefined;
|
|
654
|
+
info?: {
|
|
655
|
+
light?: string | undefined;
|
|
656
|
+
dark?: string | undefined;
|
|
657
|
+
} | undefined;
|
|
658
|
+
failure?: {
|
|
659
|
+
light?: string | undefined;
|
|
660
|
+
dark?: string | undefined;
|
|
661
|
+
} | undefined;
|
|
662
|
+
success?: {
|
|
663
|
+
light?: string | undefined;
|
|
664
|
+
dark?: string | undefined;
|
|
665
|
+
} | undefined;
|
|
666
|
+
warning?: {
|
|
667
|
+
light?: string | undefined;
|
|
668
|
+
dark?: string | undefined;
|
|
669
|
+
} | undefined;
|
|
670
|
+
primary?: {
|
|
671
|
+
light?: string | undefined;
|
|
672
|
+
dark?: string | undefined;
|
|
673
|
+
} | undefined;
|
|
674
|
+
} | undefined;
|
|
675
|
+
} | undefined;
|
|
676
|
+
}>;
|
|
677
|
+
readonly theme: _angular_core.Signal<{
|
|
678
|
+
host: {
|
|
679
|
+
root: string;
|
|
680
|
+
};
|
|
681
|
+
container: {
|
|
682
|
+
root: string;
|
|
683
|
+
};
|
|
684
|
+
}>;
|
|
685
|
+
/**
|
|
686
|
+
* @internal
|
|
687
|
+
*/
|
|
688
|
+
readonly state: ng_primitives_state.CreatedState<NavbarContent>;
|
|
689
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<NavbarContent, never>;
|
|
690
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<NavbarContent, " div[flowbiteNavbarContent] ", ["flowbiteNavbarContent"], { "customTheme": { "alias": "customTheme"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
691
|
+
}
|
|
692
|
+
|
|
693
|
+
declare const FlowbiteNavbarContentStateToken: _angular_core.InjectionToken<NavbarContent>;
|
|
694
|
+
declare const provideFlowbiteNavbarContentState: (options?: ng_primitives_state.CreateStateProviderOptions) => _angular_core.FactoryProvider;
|
|
695
|
+
declare const injectFlowbiteNavbarContentState: <U = {
|
|
696
|
+
readonly config: flowbite_angular_navbar.FlowbiteNavbarContentConfig;
|
|
697
|
+
readonly navbarState: _angular_core.Signal<ng_primitives_state.State<{
|
|
698
|
+
readonly config: /*elided*/ any;
|
|
699
|
+
readonly fixed: /*elided*/ any;
|
|
700
|
+
readonly open: /*elided*/ any;
|
|
701
|
+
readonly color: /*elided*/ any;
|
|
702
|
+
readonly customTheme: /*elided*/ any;
|
|
703
|
+
readonly theme: /*elided*/ any;
|
|
704
|
+
readonly state: /*elided*/ any;
|
|
705
|
+
toggle: /*elided*/ any;
|
|
706
|
+
}>>;
|
|
707
|
+
readonly customTheme: _angular_core.InputSignal<{
|
|
708
|
+
host?: {
|
|
709
|
+
base?: string | undefined;
|
|
710
|
+
transition?: string | undefined;
|
|
711
|
+
fixed?: {
|
|
712
|
+
off?: string | undefined;
|
|
713
|
+
on?: string | undefined;
|
|
714
|
+
} | undefined;
|
|
715
|
+
open?: {
|
|
716
|
+
off?: string | undefined;
|
|
717
|
+
on?: string | undefined;
|
|
718
|
+
} | undefined;
|
|
719
|
+
} | undefined;
|
|
720
|
+
container?: {
|
|
721
|
+
base?: string | undefined;
|
|
722
|
+
transition?: string | undefined;
|
|
723
|
+
color?: {
|
|
724
|
+
[x: string]: {
|
|
725
|
+
light?: string | undefined;
|
|
726
|
+
dark?: string | undefined;
|
|
727
|
+
} | undefined;
|
|
728
|
+
default?: {
|
|
729
|
+
light?: string | undefined;
|
|
730
|
+
dark?: string | undefined;
|
|
731
|
+
} | undefined;
|
|
732
|
+
info?: {
|
|
733
|
+
light?: string | undefined;
|
|
734
|
+
dark?: string | undefined;
|
|
735
|
+
} | undefined;
|
|
736
|
+
failure?: {
|
|
737
|
+
light?: string | undefined;
|
|
738
|
+
dark?: string | undefined;
|
|
739
|
+
} | undefined;
|
|
740
|
+
success?: {
|
|
741
|
+
light?: string | undefined;
|
|
742
|
+
dark?: string | undefined;
|
|
743
|
+
} | undefined;
|
|
744
|
+
warning?: {
|
|
745
|
+
light?: string | undefined;
|
|
746
|
+
dark?: string | undefined;
|
|
747
|
+
} | undefined;
|
|
748
|
+
primary?: {
|
|
749
|
+
light?: string | undefined;
|
|
750
|
+
dark?: string | undefined;
|
|
751
|
+
} | undefined;
|
|
752
|
+
} | undefined;
|
|
753
|
+
} | undefined;
|
|
754
|
+
}>;
|
|
755
|
+
readonly theme: _angular_core.Signal<{
|
|
756
|
+
host: {
|
|
757
|
+
root: string;
|
|
758
|
+
};
|
|
759
|
+
container: {
|
|
760
|
+
root: string;
|
|
761
|
+
};
|
|
762
|
+
}>;
|
|
763
|
+
readonly state: ng_primitives_state.CreatedState<NavbarContent>;
|
|
764
|
+
}>(injectOptions?: _angular_core.InjectOptions) => _angular_core.Signal<ng_primitives_state.State<U>>;
|
|
765
|
+
declare const flowbiteNavbarContentState: <U>(state: U) => ng_primitives_state.CreatedState<U>;
|
|
766
|
+
|
|
767
|
+
interface FlowbiteNavbarToggleTheme {
|
|
768
|
+
host: FlowbiteNavbarToggleHostTheme;
|
|
769
|
+
}
|
|
770
|
+
interface FlowbiteNavbarToggleHostTheme {
|
|
771
|
+
base: string;
|
|
772
|
+
transition: string;
|
|
773
|
+
focus: string;
|
|
774
|
+
disabled: string;
|
|
775
|
+
size: FlowbiteBaseButtonSizes;
|
|
776
|
+
pill: FlowbiteBoolean;
|
|
777
|
+
color: FlowbiteBaseButtonColors;
|
|
778
|
+
colorOutline: FlowbiteBaseButtonColors;
|
|
779
|
+
}
|
|
780
|
+
declare const flowbiteNavbarToggleTheme: FlowbiteNavbarToggleTheme;
|
|
781
|
+
|
|
782
|
+
interface FlowbiteNavbarToggleConfig {
|
|
783
|
+
/**
|
|
784
|
+
* The default theme of navbar-toggle
|
|
785
|
+
*/
|
|
786
|
+
baseTheme: FlowbiteNavbarToggleTheme;
|
|
787
|
+
/**
|
|
788
|
+
* The custom theme of navbar-toggle
|
|
789
|
+
*/
|
|
790
|
+
customTheme: DeepPartial<FlowbiteNavbarToggleTheme>;
|
|
791
|
+
}
|
|
792
|
+
declare const defaultFlowbiteNavbarToggleConfig: FlowbiteNavbarToggleConfig;
|
|
793
|
+
declare const FlowbiteNavbarToggleConfigToken: InjectionToken<FlowbiteNavbarToggleConfig>;
|
|
794
|
+
/**
|
|
795
|
+
* Provide the default NavbarToggle configuration
|
|
796
|
+
* @param config The NavbarToggle configuration
|
|
797
|
+
* @returns The provider
|
|
798
|
+
*/
|
|
799
|
+
declare const provideFlowbiteNavbarToggleConfig: (config: Partial<FlowbiteNavbarToggleConfig>) => Provider[];
|
|
800
|
+
/**
|
|
801
|
+
* Inject the NavbarToggle configuration
|
|
802
|
+
* @see {@link defaultFlowbiteNavbarToggleConfig}
|
|
803
|
+
* @returns The configuration
|
|
804
|
+
*/
|
|
805
|
+
declare const injectFlowbiteNavbarToggleConfig: () => FlowbiteNavbarToggleConfig;
|
|
806
|
+
|
|
807
|
+
declare class NavbarToggle {
|
|
808
|
+
protected readonly config: FlowbiteNavbarToggleConfig;
|
|
809
|
+
protected readonly navbarState: _angular_core.Signal<ng_primitives_state.State<{
|
|
810
|
+
readonly config: flowbite_angular_navbar.FlowbiteNavbarConfig;
|
|
811
|
+
readonly fixed: _angular_core.InputSignalWithTransform<boolean, _angular_cdk_coercion.BooleanInput>;
|
|
812
|
+
readonly open: _angular_core.InputSignalWithTransform<boolean, _angular_cdk_coercion.BooleanInput>;
|
|
813
|
+
readonly color: _angular_core.InputSignal<keyof flowbite_angular_navbar.FlowbiteNavbarColors>;
|
|
814
|
+
readonly customTheme: _angular_core.InputSignal<{
|
|
815
|
+
host?: {
|
|
816
|
+
base?: string | undefined;
|
|
817
|
+
transition?: string | undefined;
|
|
818
|
+
fixed?: {
|
|
819
|
+
off?: string | undefined;
|
|
820
|
+
on?: string | undefined;
|
|
821
|
+
} | undefined;
|
|
822
|
+
color?: {
|
|
823
|
+
[x: string]: {
|
|
824
|
+
light?: string | undefined;
|
|
825
|
+
dark?: string | undefined;
|
|
826
|
+
} | undefined;
|
|
827
|
+
default?: {
|
|
828
|
+
light?: string | undefined;
|
|
829
|
+
dark?: string | undefined;
|
|
830
|
+
} | undefined;
|
|
831
|
+
info?: {
|
|
832
|
+
light?: string | undefined;
|
|
833
|
+
dark?: string | undefined;
|
|
834
|
+
} | undefined;
|
|
835
|
+
failure?: {
|
|
836
|
+
light?: string | undefined;
|
|
837
|
+
dark?: string | undefined;
|
|
838
|
+
} | undefined;
|
|
839
|
+
success?: {
|
|
840
|
+
light?: string | undefined;
|
|
841
|
+
dark?: string | undefined;
|
|
842
|
+
} | undefined;
|
|
843
|
+
warning?: {
|
|
844
|
+
light?: string | undefined;
|
|
845
|
+
dark?: string | undefined;
|
|
846
|
+
} | undefined;
|
|
847
|
+
primary?: {
|
|
848
|
+
light?: string | undefined;
|
|
849
|
+
dark?: string | undefined;
|
|
850
|
+
} | undefined;
|
|
851
|
+
} | undefined;
|
|
852
|
+
} | undefined;
|
|
853
|
+
container?: {
|
|
854
|
+
base?: string | undefined;
|
|
855
|
+
transition?: string | undefined;
|
|
856
|
+
} | undefined;
|
|
857
|
+
}>;
|
|
858
|
+
readonly theme: _angular_core.Signal<{
|
|
859
|
+
host: {
|
|
860
|
+
root: string;
|
|
861
|
+
};
|
|
862
|
+
container: {
|
|
863
|
+
root: string;
|
|
864
|
+
};
|
|
865
|
+
}>;
|
|
866
|
+
readonly state: ng_primitives_state.CreatedState<flowbite_angular_navbar.Navbar>;
|
|
867
|
+
toggle: (newState?: boolean) => void;
|
|
868
|
+
}>>;
|
|
869
|
+
/**
|
|
870
|
+
* @see {@link injectFlowbiteNavbarToggleConfig}
|
|
871
|
+
*/
|
|
872
|
+
readonly customTheme: _angular_core.InputSignal<{
|
|
873
|
+
host?: {
|
|
874
|
+
base?: string | undefined;
|
|
875
|
+
transition?: string | undefined;
|
|
876
|
+
focus?: string | undefined;
|
|
877
|
+
disabled?: string | undefined;
|
|
878
|
+
size?: {
|
|
879
|
+
[x: string]: string | undefined;
|
|
880
|
+
xs?: string | undefined;
|
|
881
|
+
sm?: string | undefined;
|
|
882
|
+
md?: string | undefined;
|
|
883
|
+
lg?: string | undefined;
|
|
884
|
+
xl?: string | undefined;
|
|
885
|
+
} | undefined;
|
|
886
|
+
pill?: {
|
|
887
|
+
off?: string | undefined;
|
|
888
|
+
on?: string | undefined;
|
|
889
|
+
} | undefined;
|
|
890
|
+
color?: {
|
|
891
|
+
[x: string]: {
|
|
892
|
+
light?: string | undefined;
|
|
893
|
+
dark?: string | undefined;
|
|
894
|
+
} | undefined;
|
|
895
|
+
default?: {
|
|
896
|
+
light?: string | undefined;
|
|
897
|
+
dark?: string | undefined;
|
|
898
|
+
} | undefined;
|
|
899
|
+
info?: {
|
|
900
|
+
light?: string | undefined;
|
|
901
|
+
dark?: string | undefined;
|
|
902
|
+
} | undefined;
|
|
903
|
+
failure?: {
|
|
904
|
+
light?: string | undefined;
|
|
905
|
+
dark?: string | undefined;
|
|
906
|
+
} | undefined;
|
|
907
|
+
success?: {
|
|
908
|
+
light?: string | undefined;
|
|
909
|
+
dark?: string | undefined;
|
|
910
|
+
} | undefined;
|
|
911
|
+
warning?: {
|
|
912
|
+
light?: string | undefined;
|
|
913
|
+
dark?: string | undefined;
|
|
914
|
+
} | undefined;
|
|
915
|
+
primary?: {
|
|
916
|
+
light?: string | undefined;
|
|
917
|
+
dark?: string | undefined;
|
|
918
|
+
} | undefined;
|
|
919
|
+
} | undefined;
|
|
920
|
+
colorOutline?: {
|
|
921
|
+
[x: string]: {
|
|
922
|
+
light?: string | undefined;
|
|
923
|
+
dark?: string | undefined;
|
|
924
|
+
} | undefined;
|
|
925
|
+
default?: {
|
|
926
|
+
light?: string | undefined;
|
|
927
|
+
dark?: string | undefined;
|
|
928
|
+
} | undefined;
|
|
929
|
+
info?: {
|
|
930
|
+
light?: string | undefined;
|
|
931
|
+
dark?: string | undefined;
|
|
932
|
+
} | undefined;
|
|
933
|
+
failure?: {
|
|
934
|
+
light?: string | undefined;
|
|
935
|
+
dark?: string | undefined;
|
|
936
|
+
} | undefined;
|
|
937
|
+
success?: {
|
|
938
|
+
light?: string | undefined;
|
|
939
|
+
dark?: string | undefined;
|
|
940
|
+
} | undefined;
|
|
941
|
+
warning?: {
|
|
942
|
+
light?: string | undefined;
|
|
943
|
+
dark?: string | undefined;
|
|
944
|
+
} | undefined;
|
|
945
|
+
primary?: {
|
|
946
|
+
light?: string | undefined;
|
|
947
|
+
dark?: string | undefined;
|
|
948
|
+
} | undefined;
|
|
949
|
+
} | undefined;
|
|
950
|
+
} | undefined;
|
|
951
|
+
}>;
|
|
952
|
+
readonly theme: _angular_core.Signal<{
|
|
953
|
+
host: {
|
|
954
|
+
root: string;
|
|
955
|
+
};
|
|
956
|
+
}>;
|
|
957
|
+
readonly state: ng_primitives_state.CreatedState<NavbarToggle>;
|
|
958
|
+
/**
|
|
959
|
+
* @internal
|
|
960
|
+
*/
|
|
961
|
+
onClick(): void;
|
|
962
|
+
/**
|
|
963
|
+
* @internal
|
|
964
|
+
*/
|
|
965
|
+
toggleNavbar(): void;
|
|
966
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<NavbarToggle, never>;
|
|
967
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<NavbarToggle, " button[flowbiteNavbarToggle] ", ["flowbiteNavbarToggle"], { "customTheme": { "alias": "customTheme"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof flowbite_angular_button.BaseButton; inputs: {}; outputs: {}; }]>;
|
|
968
|
+
}
|
|
969
|
+
|
|
970
|
+
declare const FlowbiteNavbarToggleStateToken: _angular_core.InjectionToken<NavbarToggle>;
|
|
971
|
+
declare const provideFlowbiteNavbarToggleState: (options?: ng_primitives_state.CreateStateProviderOptions) => _angular_core.FactoryProvider;
|
|
972
|
+
declare const injectFlowbiteNavbarToggleState: <U = {
|
|
973
|
+
readonly config: flowbite_angular_navbar.FlowbiteNavbarToggleConfig;
|
|
974
|
+
readonly navbarState: _angular_core.Signal<ng_primitives_state.State<{
|
|
975
|
+
readonly config: /*elided*/ any;
|
|
976
|
+
readonly fixed: /*elided*/ any;
|
|
977
|
+
readonly open: /*elided*/ any;
|
|
978
|
+
readonly color: /*elided*/ any;
|
|
979
|
+
readonly customTheme: /*elided*/ any;
|
|
980
|
+
readonly theme: /*elided*/ any;
|
|
981
|
+
readonly state: /*elided*/ any;
|
|
982
|
+
toggle: /*elided*/ any;
|
|
983
|
+
}>>;
|
|
984
|
+
readonly customTheme: _angular_core.InputSignal<{
|
|
985
|
+
host?: {
|
|
986
|
+
base?: string | undefined;
|
|
987
|
+
transition?: string | undefined;
|
|
988
|
+
focus?: string | undefined;
|
|
989
|
+
disabled?: string | undefined;
|
|
990
|
+
size?: {
|
|
991
|
+
[x: string]: string | undefined;
|
|
992
|
+
xs?: string | undefined;
|
|
993
|
+
sm?: string | undefined;
|
|
994
|
+
md?: string | undefined;
|
|
995
|
+
lg?: string | undefined;
|
|
996
|
+
xl?: string | undefined;
|
|
997
|
+
} | undefined;
|
|
998
|
+
pill?: {
|
|
999
|
+
off?: string | undefined;
|
|
1000
|
+
on?: string | undefined;
|
|
1001
|
+
} | undefined;
|
|
1002
|
+
color?: {
|
|
1003
|
+
[x: string]: {
|
|
1004
|
+
light?: string | undefined;
|
|
1005
|
+
dark?: string | undefined;
|
|
1006
|
+
} | undefined;
|
|
1007
|
+
default?: {
|
|
1008
|
+
light?: string | undefined;
|
|
1009
|
+
dark?: string | undefined;
|
|
1010
|
+
} | undefined;
|
|
1011
|
+
info?: {
|
|
1012
|
+
light?: string | undefined;
|
|
1013
|
+
dark?: string | undefined;
|
|
1014
|
+
} | undefined;
|
|
1015
|
+
failure?: {
|
|
1016
|
+
light?: string | undefined;
|
|
1017
|
+
dark?: string | undefined;
|
|
1018
|
+
} | undefined;
|
|
1019
|
+
success?: {
|
|
1020
|
+
light?: string | undefined;
|
|
1021
|
+
dark?: string | undefined;
|
|
1022
|
+
} | undefined;
|
|
1023
|
+
warning?: {
|
|
1024
|
+
light?: string | undefined;
|
|
1025
|
+
dark?: string | undefined;
|
|
1026
|
+
} | undefined;
|
|
1027
|
+
primary?: {
|
|
1028
|
+
light?: string | undefined;
|
|
1029
|
+
dark?: string | undefined;
|
|
1030
|
+
} | undefined;
|
|
1031
|
+
} | undefined;
|
|
1032
|
+
colorOutline?: {
|
|
1033
|
+
[x: string]: {
|
|
1034
|
+
light?: string | undefined;
|
|
1035
|
+
dark?: string | undefined;
|
|
1036
|
+
} | undefined;
|
|
1037
|
+
default?: {
|
|
1038
|
+
light?: string | undefined;
|
|
1039
|
+
dark?: string | undefined;
|
|
1040
|
+
} | undefined;
|
|
1041
|
+
info?: {
|
|
1042
|
+
light?: string | undefined;
|
|
1043
|
+
dark?: string | undefined;
|
|
1044
|
+
} | undefined;
|
|
1045
|
+
failure?: {
|
|
1046
|
+
light?: string | undefined;
|
|
1047
|
+
dark?: string | undefined;
|
|
1048
|
+
} | undefined;
|
|
1049
|
+
success?: {
|
|
1050
|
+
light?: string | undefined;
|
|
1051
|
+
dark?: string | undefined;
|
|
1052
|
+
} | undefined;
|
|
1053
|
+
warning?: {
|
|
1054
|
+
light?: string | undefined;
|
|
1055
|
+
dark?: string | undefined;
|
|
1056
|
+
} | undefined;
|
|
1057
|
+
primary?: {
|
|
1058
|
+
light?: string | undefined;
|
|
1059
|
+
dark?: string | undefined;
|
|
1060
|
+
} | undefined;
|
|
1061
|
+
} | undefined;
|
|
1062
|
+
} | undefined;
|
|
1063
|
+
}>;
|
|
1064
|
+
readonly theme: _angular_core.Signal<{
|
|
1065
|
+
host: {
|
|
1066
|
+
root: string;
|
|
1067
|
+
};
|
|
1068
|
+
}>;
|
|
1069
|
+
readonly state: ng_primitives_state.CreatedState<NavbarToggle>;
|
|
1070
|
+
onClick: () => void;
|
|
1071
|
+
toggleNavbar: () => void;
|
|
1072
|
+
}>(injectOptions?: _angular_core.InjectOptions) => _angular_core.Signal<ng_primitives_state.State<U>>;
|
|
1073
|
+
declare const flowbiteNavbarToggleState: <U>(state: U) => ng_primitives_state.CreatedState<U>;
|
|
1074
|
+
|
|
1075
|
+
interface FlowbiteNavbarBrandTheme {
|
|
1076
|
+
host: FlowbiteNavbarBrandHostTheme;
|
|
1077
|
+
}
|
|
1078
|
+
interface FlowbiteNavbarBrandHostTheme {
|
|
1079
|
+
base: string;
|
|
1080
|
+
transition: string;
|
|
1081
|
+
}
|
|
1082
|
+
declare const flowbiteNavbarBrandTheme: FlowbiteNavbarBrandTheme;
|
|
1083
|
+
|
|
1084
|
+
interface FlowbiteNavbarBrandConfig {
|
|
1085
|
+
/**
|
|
1086
|
+
* The default theme of navbar-brand
|
|
1087
|
+
*/
|
|
1088
|
+
baseTheme: FlowbiteNavbarBrandTheme;
|
|
1089
|
+
/**
|
|
1090
|
+
* The custom theme of navbar-brand
|
|
1091
|
+
*/
|
|
1092
|
+
customTheme: DeepPartial<FlowbiteNavbarBrandTheme>;
|
|
1093
|
+
}
|
|
1094
|
+
declare const defaultFlowbiteNavbarBrandConfig: FlowbiteNavbarBrandConfig;
|
|
1095
|
+
declare const FlowbiteNavbarBrandConfigToken: InjectionToken<FlowbiteNavbarBrandConfig>;
|
|
1096
|
+
/**
|
|
1097
|
+
* Provide the default NavbarBrand configuration
|
|
1098
|
+
* @param config The NavbarBrand configuration
|
|
1099
|
+
* @returns The provider
|
|
1100
|
+
*/
|
|
1101
|
+
declare const provideFlowbiteNavbarBrandConfig: (config: Partial<FlowbiteNavbarBrandConfig>) => Provider[];
|
|
1102
|
+
/**
|
|
1103
|
+
* Inject the NavbarBrand configuration
|
|
1104
|
+
* @see {@link defaultFlowbiteNavbarBrandConfig}
|
|
1105
|
+
* @returns The configuration
|
|
1106
|
+
*/
|
|
1107
|
+
declare const injectFlowbiteNavbarBrandConfig: () => FlowbiteNavbarBrandConfig;
|
|
1108
|
+
|
|
1109
|
+
declare class NavbarBrand {
|
|
1110
|
+
protected readonly config: FlowbiteNavbarBrandConfig;
|
|
1111
|
+
/**
|
|
1112
|
+
* @see {@link injectFlowbiteNavbarBrandConfig}
|
|
1113
|
+
*/
|
|
1114
|
+
readonly customTheme: _angular_core.InputSignal<{
|
|
1115
|
+
host?: {
|
|
1116
|
+
base?: string | undefined;
|
|
1117
|
+
transition?: string | undefined;
|
|
1118
|
+
} | undefined;
|
|
1119
|
+
}>;
|
|
1120
|
+
readonly theme: _angular_core.Signal<{
|
|
1121
|
+
host: {
|
|
1122
|
+
root: string;
|
|
1123
|
+
};
|
|
1124
|
+
}>;
|
|
1125
|
+
protected readonly state: ng_primitives_state.CreatedState<NavbarBrand>;
|
|
1126
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<NavbarBrand, never>;
|
|
1127
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<NavbarBrand, " a[flowbiteNavbarBrand] ", ["flowbiteNavbarBrand"], { "customTheme": { "alias": "customTheme"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
1128
|
+
}
|
|
1129
|
+
|
|
1130
|
+
declare const FlowbiteNavbarBrandStateToken: _angular_core.InjectionToken<NavbarBrand>;
|
|
1131
|
+
declare const provideFlowbiteNavbarBrandState: (options?: ng_primitives_state.CreateStateProviderOptions) => _angular_core.FactoryProvider;
|
|
1132
|
+
declare const injectFlowbiteNavbarBrandState: <U = {
|
|
1133
|
+
readonly config: flowbite_angular_navbar.FlowbiteNavbarBrandConfig;
|
|
1134
|
+
readonly customTheme: _angular_core.InputSignal<{
|
|
1135
|
+
host?: {
|
|
1136
|
+
base?: string | undefined;
|
|
1137
|
+
transition?: string | undefined;
|
|
1138
|
+
} | undefined;
|
|
1139
|
+
}>;
|
|
1140
|
+
readonly theme: _angular_core.Signal<{
|
|
1141
|
+
host: {
|
|
1142
|
+
root: string;
|
|
1143
|
+
};
|
|
1144
|
+
}>;
|
|
1145
|
+
readonly state: ng_primitives_state.CreatedState<NavbarBrand>;
|
|
1146
|
+
}>(injectOptions?: _angular_core.InjectOptions) => _angular_core.Signal<ng_primitives_state.State<U>>;
|
|
1147
|
+
declare const flowbiteNavbarBrandState: <U>(state: U) => ng_primitives_state.CreatedState<U>;
|
|
1148
|
+
|
|
1149
|
+
interface FlowbiteNavbarIconItemTheme {
|
|
1150
|
+
host: FlowbiteNavbarIconItemHostTheme;
|
|
1151
|
+
}
|
|
1152
|
+
interface FlowbiteNavbarIconItemHostTheme {
|
|
1153
|
+
base: string;
|
|
1154
|
+
transition: string;
|
|
1155
|
+
focus: string;
|
|
1156
|
+
disabled: string;
|
|
1157
|
+
size: FlowbiteBaseButtonSizes;
|
|
1158
|
+
pill: FlowbiteBoolean;
|
|
1159
|
+
color: FlowbiteBaseButtonColors;
|
|
1160
|
+
colorOutline: FlowbiteBaseButtonColors;
|
|
1161
|
+
}
|
|
1162
|
+
declare const flowbiteNavbarIconItemTheme: FlowbiteNavbarIconItemTheme;
|
|
1163
|
+
|
|
1164
|
+
interface FlowbiteNavbarIconItemConfig {
|
|
1165
|
+
/**
|
|
1166
|
+
* The default theme of NavbarIconItem
|
|
1167
|
+
*/
|
|
1168
|
+
baseTheme: FlowbiteNavbarIconItemTheme;
|
|
1169
|
+
/**
|
|
1170
|
+
* The custom theme of NavbarIconItem
|
|
1171
|
+
*/
|
|
1172
|
+
customTheme: DeepPartial<FlowbiteNavbarIconItemTheme>;
|
|
1173
|
+
}
|
|
1174
|
+
declare const defaultFlowbiteNavbarIconItemConfig: FlowbiteNavbarIconItemConfig;
|
|
1175
|
+
declare const FlowbiteNavbarIconItemConfigToken: InjectionToken<FlowbiteNavbarIconItemConfig>;
|
|
1176
|
+
/**
|
|
1177
|
+
* Provide the default NavbarIconItem configuration
|
|
1178
|
+
* @param config The NavbarIconItem configuration
|
|
1179
|
+
* @returns The provider
|
|
1180
|
+
*/
|
|
1181
|
+
declare const provideFlowbiteNavbarIconItemConfig: (config: Partial<FlowbiteNavbarIconItemConfig>) => Provider[];
|
|
1182
|
+
/**
|
|
1183
|
+
* Inject the NavbarIconItem configuration
|
|
1184
|
+
* @see {@link defaultFlowbiteNavbarIconItemConfig}
|
|
1185
|
+
* @returns The configuration
|
|
1186
|
+
*/
|
|
1187
|
+
declare const injectFlowbiteNavbarIconItemConfig: () => FlowbiteNavbarIconItemConfig;
|
|
1188
|
+
|
|
1189
|
+
declare class NavbarIconItem {
|
|
1190
|
+
protected readonly baseButtonState: _angular_core.Signal<ng_primitives_state.State<{
|
|
1191
|
+
readonly config: flowbite_angular_button.FlowbiteBaseButtonConfig;
|
|
1192
|
+
readonly color: _angular_core.InputSignal<keyof flowbite_angular_button.FlowbiteBaseButtonColors>;
|
|
1193
|
+
readonly size: _angular_core.InputSignal<keyof flowbite_angular_button.FlowbiteBaseButtonSizes>;
|
|
1194
|
+
readonly pill: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
1195
|
+
readonly outline: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
1196
|
+
readonly state: ng_primitives_state.CreatedState<BaseButton>;
|
|
1197
|
+
}>>;
|
|
1198
|
+
protected readonly navbarState: _angular_core.Signal<ng_primitives_state.State<{
|
|
1199
|
+
readonly config: flowbite_angular_navbar.FlowbiteNavbarConfig;
|
|
1200
|
+
readonly fixed: _angular_core.InputSignalWithTransform<boolean, _angular_cdk_coercion.BooleanInput>;
|
|
1201
|
+
readonly open: _angular_core.InputSignalWithTransform<boolean, _angular_cdk_coercion.BooleanInput>;
|
|
1202
|
+
readonly color: _angular_core.InputSignal<keyof flowbite_angular_navbar.FlowbiteNavbarColors>;
|
|
1203
|
+
readonly customTheme: _angular_core.InputSignal<{
|
|
1204
|
+
host?: {
|
|
1205
|
+
base?: string | undefined;
|
|
1206
|
+
transition?: string | undefined;
|
|
1207
|
+
fixed?: {
|
|
1208
|
+
off?: string | undefined;
|
|
1209
|
+
on?: string | undefined;
|
|
1210
|
+
} | undefined;
|
|
1211
|
+
color?: {
|
|
1212
|
+
[x: string]: {
|
|
1213
|
+
light?: string | undefined;
|
|
1214
|
+
dark?: string | undefined;
|
|
1215
|
+
} | undefined;
|
|
1216
|
+
default?: {
|
|
1217
|
+
light?: string | undefined;
|
|
1218
|
+
dark?: string | undefined;
|
|
1219
|
+
} | undefined;
|
|
1220
|
+
info?: {
|
|
1221
|
+
light?: string | undefined;
|
|
1222
|
+
dark?: string | undefined;
|
|
1223
|
+
} | undefined;
|
|
1224
|
+
failure?: {
|
|
1225
|
+
light?: string | undefined;
|
|
1226
|
+
dark?: string | undefined;
|
|
1227
|
+
} | undefined;
|
|
1228
|
+
success?: {
|
|
1229
|
+
light?: string | undefined;
|
|
1230
|
+
dark?: string | undefined;
|
|
1231
|
+
} | undefined;
|
|
1232
|
+
warning?: {
|
|
1233
|
+
light?: string | undefined;
|
|
1234
|
+
dark?: string | undefined;
|
|
1235
|
+
} | undefined;
|
|
1236
|
+
primary?: {
|
|
1237
|
+
light?: string | undefined;
|
|
1238
|
+
dark?: string | undefined;
|
|
1239
|
+
} | undefined;
|
|
1240
|
+
} | undefined;
|
|
1241
|
+
} | undefined;
|
|
1242
|
+
container?: {
|
|
1243
|
+
base?: string | undefined;
|
|
1244
|
+
transition?: string | undefined;
|
|
1245
|
+
} | undefined;
|
|
1246
|
+
}>;
|
|
1247
|
+
readonly theme: _angular_core.Signal<{
|
|
1248
|
+
host: {
|
|
1249
|
+
root: string;
|
|
1250
|
+
};
|
|
1251
|
+
container: {
|
|
1252
|
+
root: string;
|
|
1253
|
+
};
|
|
1254
|
+
}>;
|
|
1255
|
+
readonly state: ng_primitives_state.CreatedState<flowbite_angular_navbar.Navbar>;
|
|
1256
|
+
toggle: (newState?: boolean) => void;
|
|
1257
|
+
}>>;
|
|
1258
|
+
protected readonly config: FlowbiteNavbarIconItemConfig;
|
|
1259
|
+
/**
|
|
1260
|
+
* @see {@link injectFlowbiteNavbarIconItemConfig}
|
|
1261
|
+
*/
|
|
1262
|
+
readonly customTheme: _angular_core.InputSignal<{
|
|
1263
|
+
host?: {
|
|
1264
|
+
base?: string | undefined;
|
|
1265
|
+
transition?: string | undefined;
|
|
1266
|
+
focus?: string | undefined;
|
|
1267
|
+
disabled?: string | undefined;
|
|
1268
|
+
size?: {
|
|
1269
|
+
[x: string]: string | undefined;
|
|
1270
|
+
xs?: string | undefined;
|
|
1271
|
+
sm?: string | undefined;
|
|
1272
|
+
md?: string | undefined;
|
|
1273
|
+
lg?: string | undefined;
|
|
1274
|
+
xl?: string | undefined;
|
|
1275
|
+
} | undefined;
|
|
1276
|
+
pill?: {
|
|
1277
|
+
off?: string | undefined;
|
|
1278
|
+
on?: string | undefined;
|
|
1279
|
+
} | undefined;
|
|
1280
|
+
color?: {
|
|
1281
|
+
[x: string]: {
|
|
1282
|
+
light?: string | undefined;
|
|
1283
|
+
dark?: string | undefined;
|
|
1284
|
+
} | undefined;
|
|
1285
|
+
default?: {
|
|
1286
|
+
light?: string | undefined;
|
|
1287
|
+
dark?: string | undefined;
|
|
1288
|
+
} | undefined;
|
|
1289
|
+
info?: {
|
|
1290
|
+
light?: string | undefined;
|
|
1291
|
+
dark?: string | undefined;
|
|
1292
|
+
} | undefined;
|
|
1293
|
+
failure?: {
|
|
1294
|
+
light?: string | undefined;
|
|
1295
|
+
dark?: string | undefined;
|
|
1296
|
+
} | undefined;
|
|
1297
|
+
success?: {
|
|
1298
|
+
light?: string | undefined;
|
|
1299
|
+
dark?: string | undefined;
|
|
1300
|
+
} | undefined;
|
|
1301
|
+
warning?: {
|
|
1302
|
+
light?: string | undefined;
|
|
1303
|
+
dark?: string | undefined;
|
|
1304
|
+
} | undefined;
|
|
1305
|
+
primary?: {
|
|
1306
|
+
light?: string | undefined;
|
|
1307
|
+
dark?: string | undefined;
|
|
1308
|
+
} | undefined;
|
|
1309
|
+
} | undefined;
|
|
1310
|
+
colorOutline?: {
|
|
1311
|
+
[x: string]: {
|
|
1312
|
+
light?: string | undefined;
|
|
1313
|
+
dark?: string | undefined;
|
|
1314
|
+
} | undefined;
|
|
1315
|
+
default?: {
|
|
1316
|
+
light?: string | undefined;
|
|
1317
|
+
dark?: string | undefined;
|
|
1318
|
+
} | undefined;
|
|
1319
|
+
info?: {
|
|
1320
|
+
light?: string | undefined;
|
|
1321
|
+
dark?: string | undefined;
|
|
1322
|
+
} | undefined;
|
|
1323
|
+
failure?: {
|
|
1324
|
+
light?: string | undefined;
|
|
1325
|
+
dark?: string | undefined;
|
|
1326
|
+
} | undefined;
|
|
1327
|
+
success?: {
|
|
1328
|
+
light?: string | undefined;
|
|
1329
|
+
dark?: string | undefined;
|
|
1330
|
+
} | undefined;
|
|
1331
|
+
warning?: {
|
|
1332
|
+
light?: string | undefined;
|
|
1333
|
+
dark?: string | undefined;
|
|
1334
|
+
} | undefined;
|
|
1335
|
+
primary?: {
|
|
1336
|
+
light?: string | undefined;
|
|
1337
|
+
dark?: string | undefined;
|
|
1338
|
+
} | undefined;
|
|
1339
|
+
} | undefined;
|
|
1340
|
+
} | undefined;
|
|
1341
|
+
}>;
|
|
1342
|
+
readonly theme: _angular_core.Signal<{
|
|
1343
|
+
host: {
|
|
1344
|
+
root: string;
|
|
1345
|
+
};
|
|
1346
|
+
}>;
|
|
1347
|
+
/**
|
|
1348
|
+
* @internal
|
|
1349
|
+
*/
|
|
1350
|
+
readonly state: ng_primitives_state.CreatedState<NavbarIconItem>;
|
|
1351
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<NavbarIconItem, never>;
|
|
1352
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<NavbarIconItem, " button[flowbiteNavbarIconItem], a[flowbiteNavbarIconItem], ", ["flowbiteNavbarIconItem"], { "customTheme": { "alias": "customTheme"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof flowbite_angular_button.BaseButton; inputs: { "color": "color"; }; outputs: {}; }, { directive: typeof i2.NgpButton; inputs: { "disabled": "disabled"; }; outputs: {}; }, { directive: typeof i3.NgpFocus; inputs: { "ngpFocusDisabled": "focusDisabled"; }; outputs: { "ngpFocus": "ngpFocus"; }; }]>;
|
|
1353
|
+
}
|
|
1354
|
+
|
|
1355
|
+
declare const FlowbiteNavbarIconItemStateToken: _angular_core.InjectionToken<NavbarIconItem>;
|
|
1356
|
+
declare const provideFlowbiteNavbarIconItemState: (options?: ng_primitives_state.CreateStateProviderOptions) => _angular_core.FactoryProvider;
|
|
1357
|
+
declare const injectFlowbiteNavbarIconItemState: <U = {
|
|
1358
|
+
readonly baseButtonState: _angular_core.Signal<ng_primitives_state.State<{
|
|
1359
|
+
readonly config: flowbite_angular_button.FlowbiteBaseButtonConfig;
|
|
1360
|
+
readonly color: _angular_core.InputSignal<keyof flowbite_angular_button.FlowbiteBaseButtonColors>;
|
|
1361
|
+
readonly size: _angular_core.InputSignal<keyof flowbite_angular_button.FlowbiteBaseButtonSizes>;
|
|
1362
|
+
readonly pill: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
1363
|
+
readonly outline: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
1364
|
+
readonly state: ng_primitives_state.CreatedState<flowbite_angular_button.BaseButton>;
|
|
1365
|
+
}>>;
|
|
1366
|
+
readonly navbarState: _angular_core.Signal<ng_primitives_state.State<{
|
|
1367
|
+
readonly config: /*elided*/ any;
|
|
1368
|
+
readonly fixed: /*elided*/ any;
|
|
1369
|
+
readonly open: /*elided*/ any;
|
|
1370
|
+
readonly color: /*elided*/ any;
|
|
1371
|
+
readonly customTheme: /*elided*/ any;
|
|
1372
|
+
readonly theme: /*elided*/ any;
|
|
1373
|
+
readonly state: /*elided*/ any;
|
|
1374
|
+
toggle: /*elided*/ any;
|
|
1375
|
+
}>>;
|
|
1376
|
+
readonly config: flowbite_angular_navbar.FlowbiteNavbarIconItemConfig;
|
|
1377
|
+
readonly customTheme: _angular_core.InputSignal<{
|
|
1378
|
+
host?: {
|
|
1379
|
+
base?: string | undefined;
|
|
1380
|
+
transition?: string | undefined;
|
|
1381
|
+
focus?: string | undefined;
|
|
1382
|
+
disabled?: string | undefined;
|
|
1383
|
+
size?: {
|
|
1384
|
+
[x: string]: string | undefined;
|
|
1385
|
+
xs?: string | undefined;
|
|
1386
|
+
sm?: string | undefined;
|
|
1387
|
+
md?: string | undefined;
|
|
1388
|
+
lg?: string | undefined;
|
|
1389
|
+
xl?: string | undefined;
|
|
1390
|
+
} | undefined;
|
|
1391
|
+
pill?: {
|
|
1392
|
+
off?: string | undefined;
|
|
1393
|
+
on?: string | undefined;
|
|
1394
|
+
} | undefined;
|
|
1395
|
+
color?: {
|
|
1396
|
+
[x: string]: {
|
|
1397
|
+
light?: string | undefined;
|
|
1398
|
+
dark?: string | undefined;
|
|
1399
|
+
} | undefined;
|
|
1400
|
+
default?: {
|
|
1401
|
+
light?: string | undefined;
|
|
1402
|
+
dark?: string | undefined;
|
|
1403
|
+
} | undefined;
|
|
1404
|
+
info?: {
|
|
1405
|
+
light?: string | undefined;
|
|
1406
|
+
dark?: string | undefined;
|
|
1407
|
+
} | undefined;
|
|
1408
|
+
failure?: {
|
|
1409
|
+
light?: string | undefined;
|
|
1410
|
+
dark?: string | undefined;
|
|
1411
|
+
} | undefined;
|
|
1412
|
+
success?: {
|
|
1413
|
+
light?: string | undefined;
|
|
1414
|
+
dark?: string | undefined;
|
|
1415
|
+
} | undefined;
|
|
1416
|
+
warning?: {
|
|
1417
|
+
light?: string | undefined;
|
|
1418
|
+
dark?: string | undefined;
|
|
1419
|
+
} | undefined;
|
|
1420
|
+
primary?: {
|
|
1421
|
+
light?: string | undefined;
|
|
1422
|
+
dark?: string | undefined;
|
|
1423
|
+
} | undefined;
|
|
1424
|
+
} | undefined;
|
|
1425
|
+
colorOutline?: {
|
|
1426
|
+
[x: string]: {
|
|
1427
|
+
light?: string | undefined;
|
|
1428
|
+
dark?: string | undefined;
|
|
1429
|
+
} | undefined;
|
|
1430
|
+
default?: {
|
|
1431
|
+
light?: string | undefined;
|
|
1432
|
+
dark?: string | undefined;
|
|
1433
|
+
} | undefined;
|
|
1434
|
+
info?: {
|
|
1435
|
+
light?: string | undefined;
|
|
1436
|
+
dark?: string | undefined;
|
|
1437
|
+
} | undefined;
|
|
1438
|
+
failure?: {
|
|
1439
|
+
light?: string | undefined;
|
|
1440
|
+
dark?: string | undefined;
|
|
1441
|
+
} | undefined;
|
|
1442
|
+
success?: {
|
|
1443
|
+
light?: string | undefined;
|
|
1444
|
+
dark?: string | undefined;
|
|
1445
|
+
} | undefined;
|
|
1446
|
+
warning?: {
|
|
1447
|
+
light?: string | undefined;
|
|
1448
|
+
dark?: string | undefined;
|
|
1449
|
+
} | undefined;
|
|
1450
|
+
primary?: {
|
|
1451
|
+
light?: string | undefined;
|
|
1452
|
+
dark?: string | undefined;
|
|
1453
|
+
} | undefined;
|
|
1454
|
+
} | undefined;
|
|
1455
|
+
} | undefined;
|
|
1456
|
+
}>;
|
|
1457
|
+
readonly theme: _angular_core.Signal<{
|
|
1458
|
+
host: {
|
|
1459
|
+
root: string;
|
|
1460
|
+
};
|
|
1461
|
+
}>;
|
|
1462
|
+
readonly state: ng_primitives_state.CreatedState<NavbarIconItem>;
|
|
1463
|
+
}>(injectOptions?: _angular_core.InjectOptions) => _angular_core.Signal<ng_primitives_state.State<U>>;
|
|
1464
|
+
declare const flowbiteNavbarIconItemState: <U>(state: U) => ng_primitives_state.CreatedState<U>;
|
|
1465
|
+
|
|
1466
|
+
export { FlowbiteNavbarBrandConfigToken, FlowbiteNavbarBrandStateToken, FlowbiteNavbarConfigToken, FlowbiteNavbarContentConfigToken, FlowbiteNavbarContentStateToken, FlowbiteNavbarIconItemConfigToken, FlowbiteNavbarIconItemStateToken, FlowbiteNavbarItemConfigToken, FlowbiteNavbarItemStateToken, FlowbiteNavbarStateToken, FlowbiteNavbarToggleConfigToken, FlowbiteNavbarToggleStateToken, Navbar, NavbarBrand, NavbarContent, NavbarIconItem, NavbarItem, NavbarToggle, defaultFlowbiteNavbarBrandConfig, defaultFlowbiteNavbarConfig, defaultFlowbiteNavbarContentConfig, defaultFlowbiteNavbarIconItemConfig, defaultFlowbiteNavbarItemConfig, defaultFlowbiteNavbarToggleConfig, flowbiteNavbarBrandState, flowbiteNavbarBrandTheme, flowbiteNavbarContentState, flowbiteNavbarContentTheme, flowbiteNavbarIconItemState, flowbiteNavbarIconItemTheme, flowbiteNavbarItemState, flowbiteNavbarItemTheme, flowbiteNavbarState, flowbiteNavbarTheme, flowbiteNavbarToggleState, flowbiteNavbarToggleTheme, injectFlowbiteNavbarBrandConfig, injectFlowbiteNavbarBrandState, injectFlowbiteNavbarConfig, injectFlowbiteNavbarContentConfig, injectFlowbiteNavbarContentState, injectFlowbiteNavbarIconItemConfig, injectFlowbiteNavbarIconItemState, injectFlowbiteNavbarItemConfig, injectFlowbiteNavbarItemState, injectFlowbiteNavbarState, injectFlowbiteNavbarToggleConfig, injectFlowbiteNavbarToggleState, provideFlowbiteNavbarBrandConfig, provideFlowbiteNavbarBrandState, provideFlowbiteNavbarConfig, provideFlowbiteNavbarContentConfig, provideFlowbiteNavbarContentState, provideFlowbiteNavbarIconItemConfig, provideFlowbiteNavbarIconItemState, provideFlowbiteNavbarItemConfig, provideFlowbiteNavbarItemState, provideFlowbiteNavbarState, provideFlowbiteNavbarToggleConfig, provideFlowbiteNavbarToggleState };
|
|
1467
|
+
export type { FlowbiteNavbarBrandConfig, FlowbiteNavbarBrandHostTheme, FlowbiteNavbarBrandTheme, FlowbiteNavbarColors, FlowbiteNavbarConfig, FlowbiteNavbarContainerTheme, FlowbiteNavbarContentConfig, FlowbiteNavbarContentContainerTheme, FlowbiteNavbarContentHostTheme, FlowbiteNavbarContentTheme, FlowbiteNavbarHostTheme, FlowbiteNavbarIconItemConfig, FlowbiteNavbarIconItemHostTheme, FlowbiteNavbarIconItemTheme, FlowbiteNavbarItemConfig, FlowbiteNavbarItemHostTheme, FlowbiteNavbarItemTheme, FlowbiteNavbarTheme, FlowbiteNavbarToggleConfig, FlowbiteNavbarToggleHostTheme, FlowbiteNavbarToggleTheme };
|