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
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
import type { NavbarContentClass } from './navbar-content.theme';
|
|
2
|
-
import { NavbarContentThemeService } from './navbar-content.theme.service';
|
|
3
|
-
import { NavbarComponent } from './navbar.component';
|
|
4
|
-
import type { NavbarColors } from './navbar.theme';
|
|
5
|
-
import { BaseComponent } from 'flowbite-angular';
|
|
6
|
-
import type { OnInit } from '@angular/core';
|
|
7
|
-
import { InjectionToken } from '@angular/core';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
export declare const FLOWBITE_NAVBAR_CONTENT_CUSTOM_STYLE_DEFAULT_VALUE: InjectionToken<{
|
|
10
|
-
root?: {
|
|
11
|
-
base?: string | undefined;
|
|
12
|
-
} | undefined;
|
|
13
|
-
list?: {
|
|
14
|
-
base?: string | undefined;
|
|
15
|
-
} | undefined;
|
|
16
|
-
}>;
|
|
17
|
-
export declare const navbarContentDefaultValueProvider: import("@angular/core").EnvironmentProviders;
|
|
18
|
-
/**
|
|
19
|
-
* @see https://flowbite.com/docs/components/navbar/
|
|
20
|
-
*/
|
|
21
|
-
export declare class NavbarContentComponent extends BaseComponent<NavbarContentClass> implements OnInit {
|
|
22
|
-
/**
|
|
23
|
-
* Service injected used to generate class
|
|
24
|
-
*/
|
|
25
|
-
readonly themeService: NavbarContentThemeService;
|
|
26
|
-
/**
|
|
27
|
-
* The parent `NavbarComponent`
|
|
28
|
-
*/
|
|
29
|
-
readonly navbarComponent: import("@angular/core").ModelSignal<NavbarComponent>;
|
|
30
|
-
/**
|
|
31
|
-
* Set the navbar content color
|
|
32
|
-
*
|
|
33
|
-
* @default `NavbarComponent`'s color
|
|
34
|
-
*/
|
|
35
|
-
color: import("@angular/core").ModelSignal<keyof NavbarColors>;
|
|
36
|
-
/**
|
|
37
|
-
* Set the custom style for this navbar content
|
|
38
|
-
*/
|
|
39
|
-
customStyle: import("@angular/core").ModelSignal<{
|
|
40
|
-
root?: {
|
|
41
|
-
base?: string | undefined;
|
|
42
|
-
} | undefined;
|
|
43
|
-
list?: {
|
|
44
|
-
base?: string | undefined;
|
|
45
|
-
} | undefined;
|
|
46
|
-
}>;
|
|
47
|
-
fetchClass(): NavbarContentClass;
|
|
48
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NavbarContentComponent, never>;
|
|
49
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NavbarContentComponent, "flowbite-navbar-content", never, { "navbarComponent": { "alias": "navbarComponent"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "customStyle": { "alias": "customStyle"; "required": false; "isSignal": true; }; }, { "navbarComponent": "navbarComponentChange"; "color": "colorChange"; "customStyle": "customStyleChange"; }, never, ["*"], true, never>;
|
|
50
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import type { DeepPartial, FlowbiteClass } from 'flowbite-angular';
|
|
2
|
-
/**
|
|
3
|
-
* Required properties for the class generation of `NavbarContentComponent`
|
|
4
|
-
*/
|
|
5
|
-
export interface NavbarContentProperties {
|
|
6
|
-
customStyle: DeepPartial<NavbarContentTheme>;
|
|
7
|
-
}
|
|
8
|
-
/**
|
|
9
|
-
* Theme definition for `NavbarContentComponent`
|
|
10
|
-
*/
|
|
11
|
-
export interface NavbarContentTheme {
|
|
12
|
-
root: {
|
|
13
|
-
base: string;
|
|
14
|
-
};
|
|
15
|
-
list: {
|
|
16
|
-
base: string;
|
|
17
|
-
};
|
|
18
|
-
}
|
|
19
|
-
/**
|
|
20
|
-
* Default theme for `NavbarContentComponent`
|
|
21
|
-
*/
|
|
22
|
-
export declare const navbarContentTheme: NavbarContentTheme;
|
|
23
|
-
/**
|
|
24
|
-
* Generated class definition for `NavbarContentComponent`
|
|
25
|
-
*/
|
|
26
|
-
export interface NavbarContentClass extends FlowbiteClass {
|
|
27
|
-
navbarContentListClass: string;
|
|
28
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import type { NavbarContentClass, NavbarContentProperties, NavbarContentTheme } from './navbar-content.theme';
|
|
2
|
-
import type { FlowbiteThemeService } from 'flowbite-angular';
|
|
3
|
-
import { InjectionToken } from '@angular/core';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
/**
|
|
6
|
-
* `InjectionToken` used to import `NavbarContentTheme` value
|
|
7
|
-
*
|
|
8
|
-
* @example
|
|
9
|
-
* ```
|
|
10
|
-
* var theme = inject(FLOWBITE_NAVBAR_CONTENT_THEME_TOKEN)
|
|
11
|
-
* ```
|
|
12
|
-
*/
|
|
13
|
-
export declare const FLOWBITE_NAVBAR_CONTENT_THEME_TOKEN: InjectionToken<NavbarContentTheme>;
|
|
14
|
-
export declare class NavbarContentThemeService implements FlowbiteThemeService<NavbarContentProperties> {
|
|
15
|
-
private readonly baseTheme;
|
|
16
|
-
getClasses(properties: NavbarContentProperties): NavbarContentClass;
|
|
17
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NavbarContentThemeService, never>;
|
|
18
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<NavbarContentThemeService>;
|
|
19
|
-
}
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
import { NavbarContentComponent } from './navbar-content.component';
|
|
2
|
-
import type { NavbarIconButtonClass } from './navbar-icon-button.theme';
|
|
3
|
-
import { NavbarIconButtonThemeService } from './navbar-icon-button.theme.service';
|
|
4
|
-
import { NavbarComponent } from './navbar.component';
|
|
5
|
-
import type { NavbarColors } from './navbar.theme';
|
|
6
|
-
import { BaseComponent } from 'flowbite-angular';
|
|
7
|
-
import { InjectionToken } from '@angular/core';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
export declare const FLOWBITE_NAVBAR_ICON_BUTTON_CUSTOM_STYLE_DEFAULT_VALUE: InjectionToken<{
|
|
10
|
-
root?: {
|
|
11
|
-
base?: string | undefined;
|
|
12
|
-
color?: {
|
|
13
|
-
[x: string]: string | undefined;
|
|
14
|
-
primary?: string | undefined;
|
|
15
|
-
gray?: string | undefined;
|
|
16
|
-
} | undefined;
|
|
17
|
-
} | undefined;
|
|
18
|
-
}>;
|
|
19
|
-
export declare const navbarIconButtonDefaultValueProvider: import("@angular/core").EnvironmentProviders;
|
|
20
|
-
/**
|
|
21
|
-
* @see https://flowbite.com/docs/components/navbar/
|
|
22
|
-
*/
|
|
23
|
-
export declare class NavbarIconButtonComponent extends BaseComponent<NavbarIconButtonClass> {
|
|
24
|
-
/**
|
|
25
|
-
* Service injected used to generate class
|
|
26
|
-
*/
|
|
27
|
-
readonly themeService: NavbarIconButtonThemeService;
|
|
28
|
-
/**
|
|
29
|
-
* The optional parent `NavbarComponent`
|
|
30
|
-
*/
|
|
31
|
-
readonly navbarComponent: NavbarComponent | null;
|
|
32
|
-
/**
|
|
33
|
-
* The optional parent `NavbarContentComponent`
|
|
34
|
-
*/
|
|
35
|
-
readonly navbarContentComponent: NavbarContentComponent | null;
|
|
36
|
-
/**
|
|
37
|
-
* Set the navbar icon button color
|
|
38
|
-
*
|
|
39
|
-
* @default `NavbarContentComponent`'s color
|
|
40
|
-
* @default `NavbarComponent`'s color
|
|
41
|
-
*/
|
|
42
|
-
color: import("@angular/core").ModelSignal<keyof NavbarColors>;
|
|
43
|
-
/**
|
|
44
|
-
* Set the custom style for this navbar icon button
|
|
45
|
-
*/
|
|
46
|
-
customStyle: import("@angular/core").ModelSignal<{
|
|
47
|
-
root?: {
|
|
48
|
-
base?: string | undefined;
|
|
49
|
-
color?: {
|
|
50
|
-
[x: string]: string | undefined;
|
|
51
|
-
primary?: string | undefined;
|
|
52
|
-
gray?: string | undefined;
|
|
53
|
-
} | undefined;
|
|
54
|
-
} | undefined;
|
|
55
|
-
}>;
|
|
56
|
-
fetchClass(): NavbarIconButtonClass;
|
|
57
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NavbarIconButtonComponent, never>;
|
|
58
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NavbarIconButtonComponent, "flowbite-navbar-icon-button", never, { "color": { "alias": "color"; "required": false; "isSignal": true; }; "customStyle": { "alias": "customStyle"; "required": false; "isSignal": true; }; }, { "color": "colorChange"; "customStyle": "customStyleChange"; }, never, ["*"], true, never>;
|
|
59
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import type { NavbarColors } from './navbar.theme';
|
|
2
|
-
import type { DeepPartial, FlowbiteClass } from 'flowbite-angular';
|
|
3
|
-
/**
|
|
4
|
-
* Required properties for the class generation of `NavbarIconButtonComponent`
|
|
5
|
-
*/
|
|
6
|
-
export interface NavbarIconButtonProperties {
|
|
7
|
-
color: keyof NavbarColors;
|
|
8
|
-
customStyle: DeepPartial<NavbarIconButtonTheme>;
|
|
9
|
-
}
|
|
10
|
-
/**
|
|
11
|
-
* Theme definition for `NavbarIconButtonComponent`
|
|
12
|
-
*/
|
|
13
|
-
export interface NavbarIconButtonTheme {
|
|
14
|
-
root: {
|
|
15
|
-
base: string;
|
|
16
|
-
color: NavbarColors;
|
|
17
|
-
};
|
|
18
|
-
}
|
|
19
|
-
/**
|
|
20
|
-
* Default theme for `NavbarIconButtonComponent`
|
|
21
|
-
*/
|
|
22
|
-
export declare const navbarIconButtonTheme: NavbarIconButtonTheme;
|
|
23
|
-
/**
|
|
24
|
-
* Generated class definition for `NavbarIconButtonComponent`
|
|
25
|
-
*/
|
|
26
|
-
export type NavbarIconButtonClass = FlowbiteClass;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import type { NavbarIconButtonClass, NavbarIconButtonProperties, NavbarIconButtonTheme } from './navbar-icon-button.theme';
|
|
2
|
-
import type { FlowbiteThemeService } from 'flowbite-angular';
|
|
3
|
-
import { InjectionToken } from '@angular/core';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
/**
|
|
6
|
-
* `InjectionToken` used to import `NavbarIconButtonTheme` value
|
|
7
|
-
*
|
|
8
|
-
* @example
|
|
9
|
-
* ```
|
|
10
|
-
* var theme = inject(FLOWBITE_NAVBAR_ICON_BUTTON_THEME_TOKEN)
|
|
11
|
-
* ```
|
|
12
|
-
*/
|
|
13
|
-
export declare const FLOWBITE_NAVBAR_ICON_BUTTON_THEME_TOKEN: InjectionToken<NavbarIconButtonTheme>;
|
|
14
|
-
export declare class NavbarIconButtonThemeService implements FlowbiteThemeService<NavbarIconButtonProperties> {
|
|
15
|
-
private readonly baseTheme;
|
|
16
|
-
getClasses(properties: NavbarIconButtonProperties): NavbarIconButtonClass;
|
|
17
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NavbarIconButtonThemeService, never>;
|
|
18
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<NavbarIconButtonThemeService>;
|
|
19
|
-
}
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
import { NavbarContentComponent } from './navbar-content.component';
|
|
2
|
-
import type { NavbarItemClass } from './navbar-item.theme';
|
|
3
|
-
import { NavbarItemThemeService } from './navbar-item.theme.service';
|
|
4
|
-
import type { NavbarColors } from './navbar.theme';
|
|
5
|
-
import { BaseComponent } from 'flowbite-angular';
|
|
6
|
-
import { FlowbiteRouterLinkDirective } from 'flowbite-angular/router-link';
|
|
7
|
-
import { FlowbiteRouterLinkActiveDirective } from 'flowbite-angular/router-link-active';
|
|
8
|
-
import { InjectionToken } from '@angular/core';
|
|
9
|
-
import * as i0 from "@angular/core";
|
|
10
|
-
export declare const FLOWBITE_NAVBAR_ITEM_CUSTOM_STYLE_DEFAULT_VALUE: InjectionToken<{
|
|
11
|
-
root?: {
|
|
12
|
-
base?: string | undefined;
|
|
13
|
-
color?: {
|
|
14
|
-
[x: string]: string | undefined;
|
|
15
|
-
primary?: string | undefined;
|
|
16
|
-
gray?: string | undefined;
|
|
17
|
-
} | undefined;
|
|
18
|
-
} | undefined;
|
|
19
|
-
}>;
|
|
20
|
-
export declare const navbarItemDefaultValueProvider: import("@angular/core").EnvironmentProviders;
|
|
21
|
-
/**
|
|
22
|
-
* @see https://flowbite.com/docs/components/navbar/
|
|
23
|
-
*/
|
|
24
|
-
export declare class NavbarItemComponent extends BaseComponent<NavbarItemClass> {
|
|
25
|
-
/**
|
|
26
|
-
* Optional `FlowbiteRouterLinkDirective` injected
|
|
27
|
-
*/
|
|
28
|
-
readonly flowbiteRouterLink: FlowbiteRouterLinkDirective | null;
|
|
29
|
-
/**
|
|
30
|
-
* Optional `FlowbiteRouterLinkActiveDirective` injected
|
|
31
|
-
*/
|
|
32
|
-
readonly flowbiteRouterLinkActive: FlowbiteRouterLinkActiveDirective | null;
|
|
33
|
-
/**
|
|
34
|
-
* Service injected used to generate class
|
|
35
|
-
*/
|
|
36
|
-
readonly themeService: NavbarItemThemeService;
|
|
37
|
-
/**
|
|
38
|
-
* The parent `NavbarContentComponent`
|
|
39
|
-
*/
|
|
40
|
-
readonly navbarContentComponent: NavbarContentComponent;
|
|
41
|
-
/**
|
|
42
|
-
* Set the navbar item color
|
|
43
|
-
*
|
|
44
|
-
* @default `NavbarContentComponent`'s color
|
|
45
|
-
*/
|
|
46
|
-
color: import("@angular/core").ModelSignal<keyof NavbarColors>;
|
|
47
|
-
/**
|
|
48
|
-
* Set the custom style for this navbar item
|
|
49
|
-
*/
|
|
50
|
-
customStyle: import("@angular/core").ModelSignal<{
|
|
51
|
-
root?: {
|
|
52
|
-
base?: string | undefined;
|
|
53
|
-
color?: {
|
|
54
|
-
[x: string]: string | undefined;
|
|
55
|
-
primary?: string | undefined;
|
|
56
|
-
gray?: string | undefined;
|
|
57
|
-
} | undefined;
|
|
58
|
-
} | undefined;
|
|
59
|
-
}>;
|
|
60
|
-
fetchClass(): NavbarItemClass;
|
|
61
|
-
/**
|
|
62
|
-
* Toggle the nnavbar visibility (auto close when on mobile device)
|
|
63
|
-
*/
|
|
64
|
-
onClick(): void;
|
|
65
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NavbarItemComponent, never>;
|
|
66
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NavbarItemComponent, "flowbite-navbar-item", never, { "color": { "alias": "color"; "required": false; "isSignal": true; }; "customStyle": { "alias": "customStyle"; "required": false; "isSignal": true; }; }, { "color": "colorChange"; "customStyle": "customStyleChange"; }, never, ["*"], true, never>;
|
|
67
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import type { NavbarColors } from './navbar.theme';
|
|
2
|
-
import type { DeepPartial, FlowbiteClass } from 'flowbite-angular';
|
|
3
|
-
/**
|
|
4
|
-
* Required properties for class generation of `NavbarItemComponent`
|
|
5
|
-
*/
|
|
6
|
-
export interface NabvarItemProperties {
|
|
7
|
-
color: keyof NavbarColors;
|
|
8
|
-
customStyle: DeepPartial<NavbarItemTheme>;
|
|
9
|
-
}
|
|
10
|
-
/**
|
|
11
|
-
* Theme definition for `NavbarItemComponent`
|
|
12
|
-
*/
|
|
13
|
-
export interface NavbarItemTheme {
|
|
14
|
-
root: {
|
|
15
|
-
base: string;
|
|
16
|
-
color: NavbarColors;
|
|
17
|
-
};
|
|
18
|
-
}
|
|
19
|
-
/**
|
|
20
|
-
* Default theme for `NavbarItemComponent`
|
|
21
|
-
*/
|
|
22
|
-
export declare const navbarItemTheme: NavbarItemTheme;
|
|
23
|
-
/**
|
|
24
|
-
* Generated class definition for `NavbarItemComponent`
|
|
25
|
-
*/
|
|
26
|
-
export type NavbarItemClass = FlowbiteClass;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import type { NabvarItemProperties, NavbarItemClass, NavbarItemTheme } from './navbar-item.theme';
|
|
2
|
-
import type { FlowbiteThemeService } from 'flowbite-angular';
|
|
3
|
-
import { InjectionToken } from '@angular/core';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
/**
|
|
6
|
-
* `InjectionToken` used to import `NavbarItemTheme` value
|
|
7
|
-
*
|
|
8
|
-
* @example
|
|
9
|
-
* ```
|
|
10
|
-
* var theme = inject(FLOWBITE_NAVBAR_ITEM_THEME_TOKEN)
|
|
11
|
-
* ```
|
|
12
|
-
*/
|
|
13
|
-
export declare const FLOWBITE_NAVBAR_ITEM_THEME_TOKEN: InjectionToken<NavbarItemTheme>;
|
|
14
|
-
export declare class NavbarItemThemeService implements FlowbiteThemeService<NabvarItemProperties> {
|
|
15
|
-
private readonly baseTheme;
|
|
16
|
-
getClasses(properties: NabvarItemProperties): NavbarItemClass;
|
|
17
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NavbarItemThemeService, never>;
|
|
18
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<NavbarItemThemeService>;
|
|
19
|
-
}
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
import type { NavbarToggleClass } from './navbar-toggle.theme';
|
|
2
|
-
import { NavbarToggleThemeService } from './navbar-toggle.theme.service';
|
|
3
|
-
import { NavbarComponent } from './navbar.component';
|
|
4
|
-
import { BaseComponent } from 'flowbite-angular';
|
|
5
|
-
import { IconRegistry } from 'flowbite-angular/icon';
|
|
6
|
-
import { InjectionToken } from '@angular/core';
|
|
7
|
-
import { DomSanitizer } from '@angular/platform-browser';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
export declare const FLOWBITE_NAVBAR_TOGGLE_CUSTOM_STYLE_DEFAULT_VALUE: InjectionToken<{
|
|
10
|
-
root?: {
|
|
11
|
-
base?: string | undefined;
|
|
12
|
-
} | undefined;
|
|
13
|
-
}>;
|
|
14
|
-
export declare const navbarToggleDefaultValueProvider: import("@angular/core").EnvironmentProviders;
|
|
15
|
-
/**
|
|
16
|
-
* @see https://flowbite.com/docs/components/navbar/
|
|
17
|
-
*/
|
|
18
|
-
export declare class NavbarToggleComponent extends BaseComponent<NavbarToggleClass> {
|
|
19
|
-
/**
|
|
20
|
-
* Service injected used to generate class
|
|
21
|
-
*/
|
|
22
|
-
readonly themeService: NavbarToggleThemeService;
|
|
23
|
-
/**
|
|
24
|
-
* The parent `NavbarComponent`
|
|
25
|
-
*/
|
|
26
|
-
readonly navbarComponent: import("@angular/core").ModelSignal<NavbarComponent>;
|
|
27
|
-
/**
|
|
28
|
-
* `IconRegistry` service
|
|
29
|
-
*/
|
|
30
|
-
readonly iconRegistry: IconRegistry;
|
|
31
|
-
/**
|
|
32
|
-
* `DomSanitizer` service
|
|
33
|
-
*/
|
|
34
|
-
readonly domSanitizer: DomSanitizer;
|
|
35
|
-
/**
|
|
36
|
-
* Set the custom style for this navbar toggle
|
|
37
|
-
*/
|
|
38
|
-
customStyle: import("@angular/core").ModelSignal<{
|
|
39
|
-
root?: {
|
|
40
|
-
base?: string | undefined;
|
|
41
|
-
} | undefined;
|
|
42
|
-
}>;
|
|
43
|
-
fetchClass(): NavbarToggleClass;
|
|
44
|
-
init(): void;
|
|
45
|
-
/**
|
|
46
|
-
* Toggle navbar visibility (open close on mobile device)
|
|
47
|
-
*/
|
|
48
|
-
onClick(): void;
|
|
49
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NavbarToggleComponent, never>;
|
|
50
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NavbarToggleComponent, "flowbite-navbar-toggle", never, { "navbarComponent": { "alias": "navbarComponent"; "required": false; "isSignal": true; }; "customStyle": { "alias": "customStyle"; "required": false; "isSignal": true; }; }, { "navbarComponent": "navbarComponentChange"; "customStyle": "customStyleChange"; }, never, never, true, never>;
|
|
51
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import type { DeepPartial, FlowbiteClass } from 'flowbite-angular';
|
|
2
|
-
/**
|
|
3
|
-
* Required properties for the class generation of `NavbarToggleComponent`
|
|
4
|
-
*/
|
|
5
|
-
export interface NavbarToggleProperties {
|
|
6
|
-
customStyle: DeepPartial<NavbarToggleTheme>;
|
|
7
|
-
}
|
|
8
|
-
/**
|
|
9
|
-
* Theme definition for `NavbarToggleComponent`
|
|
10
|
-
*/
|
|
11
|
-
export interface NavbarToggleTheme {
|
|
12
|
-
root: {
|
|
13
|
-
base: string;
|
|
14
|
-
};
|
|
15
|
-
}
|
|
16
|
-
/**
|
|
17
|
-
* Default theme for `NavbarToggleComponent`
|
|
18
|
-
*/
|
|
19
|
-
export declare const navbarToggleTheme: NavbarToggleTheme;
|
|
20
|
-
/**
|
|
21
|
-
* Generated class definition for `NavbarToggleComponent`
|
|
22
|
-
*/
|
|
23
|
-
export type NavbarToggleClass = FlowbiteClass;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import type { NavbarToggleClass, NavbarToggleProperties, NavbarToggleTheme } from './navbar-toggle.theme';
|
|
2
|
-
import type { FlowbiteThemeService } from 'flowbite-angular';
|
|
3
|
-
import { InjectionToken } from '@angular/core';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
/**
|
|
6
|
-
* `InjectionToken` used to import `NavbarToggleTheme` value
|
|
7
|
-
*
|
|
8
|
-
* @example
|
|
9
|
-
* ```
|
|
10
|
-
* var theme = inject(FLOWBITE_NAVBAR_TOGGLE_THEME_TOKEN)
|
|
11
|
-
* ```
|
|
12
|
-
*/
|
|
13
|
-
export declare const FLOWBITE_NAVBAR_TOGGLE_THEME_TOKEN: InjectionToken<NavbarToggleTheme>;
|
|
14
|
-
export declare class NavbarToggleThemeService implements FlowbiteThemeService<NavbarToggleProperties> {
|
|
15
|
-
private readonly baseTheme;
|
|
16
|
-
getClasses(properties: NavbarToggleProperties): NavbarToggleClass;
|
|
17
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NavbarToggleThemeService, never>;
|
|
18
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<NavbarToggleThemeService>;
|
|
19
|
-
}
|
|
@@ -1,121 +0,0 @@
|
|
|
1
|
-
import { NavbarBrandComponent } from './navbar-brand.component';
|
|
2
|
-
import { NavbarContentComponent } from './navbar-content.component';
|
|
3
|
-
import { NavbarToggleComponent } from './navbar-toggle.component';
|
|
4
|
-
import type { NavbarClass, NavbarColors } from './navbar.theme';
|
|
5
|
-
import { NavbarThemeService } from './navbar.theme.service';
|
|
6
|
-
import { BaseComponent } from 'flowbite-angular';
|
|
7
|
-
import { InjectionToken } from '@angular/core';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
export declare const FLOWBITE_NAVBAR_COLOR_DEFAULT_VALUE: InjectionToken<keyof NavbarColors>;
|
|
10
|
-
export declare const FLOWBITE_NAVBAR_IS_OPEN_DEFAULT_VALUE: InjectionToken<boolean>;
|
|
11
|
-
export declare const FLOWBITE_NAVBAR_IS_ROUNDED_DEFAULT_VALUE: InjectionToken<boolean>;
|
|
12
|
-
export declare const FLOWBITE_NAVBAR_HAS_BORDER_DEFAULT_VALUE: InjectionToken<boolean>;
|
|
13
|
-
export declare const FLOWBITE_NAVBAR_IS_FIXED_DEFAULT_VALUE: InjectionToken<boolean>;
|
|
14
|
-
export declare const FLOWBITE_NAVBAR_CUSTOM_STYLE_DEFAULT_VALUE: InjectionToken<{
|
|
15
|
-
root?: {
|
|
16
|
-
base?: string | undefined;
|
|
17
|
-
color?: {
|
|
18
|
-
[x: string]: string | undefined;
|
|
19
|
-
primary?: string | undefined;
|
|
20
|
-
gray?: string | undefined;
|
|
21
|
-
} | undefined;
|
|
22
|
-
isRounded?: {
|
|
23
|
-
enabled?: string | undefined;
|
|
24
|
-
disabled?: string | undefined;
|
|
25
|
-
} | undefined;
|
|
26
|
-
hasBorder?: {
|
|
27
|
-
enabled?: string | undefined;
|
|
28
|
-
disabled?: string | undefined;
|
|
29
|
-
} | undefined;
|
|
30
|
-
isFixed?: {
|
|
31
|
-
enabled?: string | undefined;
|
|
32
|
-
disabled?: string | undefined;
|
|
33
|
-
} | undefined;
|
|
34
|
-
} | undefined;
|
|
35
|
-
}>;
|
|
36
|
-
export declare const navbarDefaultValueProvider: import("@angular/core").EnvironmentProviders;
|
|
37
|
-
/**
|
|
38
|
-
* @see https://flowbite.com/docs/components/navbar/
|
|
39
|
-
*/
|
|
40
|
-
export declare class NavbarComponent extends BaseComponent<NavbarClass> {
|
|
41
|
-
/**
|
|
42
|
-
* Service injecteed used to generate class
|
|
43
|
-
*/
|
|
44
|
-
readonly themeService: NavbarThemeService;
|
|
45
|
-
/**
|
|
46
|
-
* The child `NavbarBrandComponent`
|
|
47
|
-
*/
|
|
48
|
-
readonly navbarBrandChild: import("@angular/core").Signal<NavbarBrandComponent | undefined>;
|
|
49
|
-
/**
|
|
50
|
-
* The child `NavbarToggleComponent`
|
|
51
|
-
*/
|
|
52
|
-
readonly navbarToggleChild: import("@angular/core").Signal<NavbarToggleComponent | undefined>;
|
|
53
|
-
/**
|
|
54
|
-
* The child `NavbarContentComponent`
|
|
55
|
-
*/
|
|
56
|
-
readonly navbarContentChild: import("@angular/core").Signal<NavbarContentComponent>;
|
|
57
|
-
/**
|
|
58
|
-
* Set the navbar color
|
|
59
|
-
*
|
|
60
|
-
* @default primary
|
|
61
|
-
*/
|
|
62
|
-
color: import("@angular/core").ModelSignal<keyof NavbarColors>;
|
|
63
|
-
/**
|
|
64
|
-
* Set if the navbar is open
|
|
65
|
-
*
|
|
66
|
-
* @default false
|
|
67
|
-
*/
|
|
68
|
-
isOpen: import("@angular/core").ModelSignal<boolean>;
|
|
69
|
-
/**
|
|
70
|
-
* Set if the navbar is rounded
|
|
71
|
-
*
|
|
72
|
-
* @default false
|
|
73
|
-
*/
|
|
74
|
-
isRounded: import("@angular/core").ModelSignal<boolean>;
|
|
75
|
-
/**
|
|
76
|
-
* Set if the navbar has border
|
|
77
|
-
*
|
|
78
|
-
* @default false
|
|
79
|
-
*/
|
|
80
|
-
hasBorder: import("@angular/core").ModelSignal<boolean>;
|
|
81
|
-
/**
|
|
82
|
-
* Set if the navbar is fixed
|
|
83
|
-
*
|
|
84
|
-
* @default false
|
|
85
|
-
*/
|
|
86
|
-
isFixed: import("@angular/core").ModelSignal<boolean>;
|
|
87
|
-
/**
|
|
88
|
-
* Set the custom style for this navbar
|
|
89
|
-
*/
|
|
90
|
-
customStyle: import("@angular/core").ModelSignal<{
|
|
91
|
-
root?: {
|
|
92
|
-
base?: string | undefined;
|
|
93
|
-
color?: {
|
|
94
|
-
[x: string]: string | undefined;
|
|
95
|
-
primary?: string | undefined;
|
|
96
|
-
gray?: string | undefined;
|
|
97
|
-
} | undefined;
|
|
98
|
-
isRounded?: {
|
|
99
|
-
enabled?: string | undefined;
|
|
100
|
-
disabled?: string | undefined;
|
|
101
|
-
} | undefined;
|
|
102
|
-
hasBorder?: {
|
|
103
|
-
enabled?: string | undefined;
|
|
104
|
-
disabled?: string | undefined;
|
|
105
|
-
} | undefined;
|
|
106
|
-
isFixed?: {
|
|
107
|
-
enabled?: string | undefined;
|
|
108
|
-
disabled?: string | undefined;
|
|
109
|
-
} | undefined;
|
|
110
|
-
} | undefined;
|
|
111
|
-
}>;
|
|
112
|
-
fetchClass(): NavbarClass;
|
|
113
|
-
/**
|
|
114
|
-
* Toggle visibility of the navbar
|
|
115
|
-
*
|
|
116
|
-
* @param isOpen When provide force the isOpen value
|
|
117
|
-
*/
|
|
118
|
-
toggleVisibility(isOpen?: boolean): void;
|
|
119
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NavbarComponent, never>;
|
|
120
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NavbarComponent, "flowbite-navbar", never, { "color": { "alias": "color"; "required": false; "isSignal": true; }; "isOpen": { "alias": "isOpen"; "required": false; "isSignal": true; }; "isRounded": { "alias": "isRounded"; "required": false; "isSignal": true; }; "hasBorder": { "alias": "hasBorder"; "required": false; "isSignal": true; }; "isFixed": { "alias": "isFixed"; "required": false; "isSignal": true; }; "customStyle": { "alias": "customStyle"; "required": false; "isSignal": true; }; }, { "color": "colorChange"; "isOpen": "isOpenChange"; "isRounded": "isRoundedChange"; "hasBorder": "hasBorderChange"; "isFixed": "isFixedChange"; "customStyle": "customStyleChange"; }, ["navbarBrandChild", "navbarToggleChild", "navbarContentChild"], ["*"], true, never>;
|
|
121
|
-
}
|
package/navbar/navbar.theme.d.ts
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import type { DeepPartial, FlowbiteBoolean, FlowbiteClass, FlowbiteColors } from 'flowbite-angular';
|
|
2
|
-
export interface NavbarColors extends Pick<FlowbiteColors, 'primary' | 'gray'> {
|
|
3
|
-
[key: string]: string;
|
|
4
|
-
}
|
|
5
|
-
export interface NavbarProperties {
|
|
6
|
-
isRounded: keyof FlowbiteBoolean;
|
|
7
|
-
hasBorder: keyof FlowbiteBoolean;
|
|
8
|
-
isFixed: keyof FlowbiteBoolean;
|
|
9
|
-
customStyle: DeepPartial<NavbarTheme>;
|
|
10
|
-
}
|
|
11
|
-
export interface NavbarTheme {
|
|
12
|
-
root: {
|
|
13
|
-
base: string;
|
|
14
|
-
color: NavbarColors;
|
|
15
|
-
isRounded: FlowbiteBoolean;
|
|
16
|
-
hasBorder: FlowbiteBoolean;
|
|
17
|
-
isFixed: FlowbiteBoolean;
|
|
18
|
-
};
|
|
19
|
-
}
|
|
20
|
-
export declare const navbarTheme: NavbarTheme;
|
|
21
|
-
export type NavbarClass = FlowbiteClass;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import type { NavbarClass, NavbarProperties, NavbarTheme } from './navbar.theme';
|
|
2
|
-
import type { FlowbiteThemeService } from 'flowbite-angular';
|
|
3
|
-
import { InjectionToken } from '@angular/core';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
/**
|
|
6
|
-
* `InjectionToken` used to import `NavbarTheme` value
|
|
7
|
-
*
|
|
8
|
-
* @example
|
|
9
|
-
* ```
|
|
10
|
-
* var theme = inject(FLOWBITE_NAVBAR_THEME_TOKEN)
|
|
11
|
-
* ```
|
|
12
|
-
*/
|
|
13
|
-
export declare const FLOWBITE_NAVBAR_THEME_TOKEN: InjectionToken<NavbarTheme>;
|
|
14
|
-
export declare class NavbarThemeService implements FlowbiteThemeService<NavbarProperties> {
|
|
15
|
-
private readonly baseTheme;
|
|
16
|
-
getClasses(properties: NavbarProperties): NavbarClass;
|
|
17
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NavbarThemeService, never>;
|
|
18
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<NavbarThemeService>;
|
|
19
|
-
}
|
package/router-link/README.md
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { Router, RouterLink } from '@angular/router';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "@angular/router";
|
|
4
|
-
/**
|
|
5
|
-
* Wrapping directive over RouterLink.
|
|
6
|
-
*
|
|
7
|
-
* @see `RouterLink`
|
|
8
|
-
*/
|
|
9
|
-
export declare class FlowbiteRouterLinkDirective {
|
|
10
|
-
/**
|
|
11
|
-
* `Router` service
|
|
12
|
-
*/
|
|
13
|
-
readonly router: Router;
|
|
14
|
-
/**
|
|
15
|
-
* `RouterLink` directive
|
|
16
|
-
*/
|
|
17
|
-
readonly routerLink: RouterLink;
|
|
18
|
-
/**
|
|
19
|
-
* @todo Verify utility
|
|
20
|
-
*/
|
|
21
|
-
href: import("@angular/core").ModelSignal<string | undefined>;
|
|
22
|
-
/**
|
|
23
|
-
* @todo Verify utility
|
|
24
|
-
*/
|
|
25
|
-
onClick(): void;
|
|
26
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FlowbiteRouterLinkDirective, never>;
|
|
27
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FlowbiteRouterLinkDirective, "[flowbiteRouterLink]", never, { "href": { "alias": "href"; "required": false; "isSignal": true; }; }, { "href": "hrefChange"; }, never, never, true, [{ directive: typeof i1.RouterLink; inputs: { "target": "target"; "queryParams": "queryParams"; "fragment": "fragment"; "queryParamsHandling": "queryParamsHandling"; "state": "state"; "info": "info"; "relativeTo": "relativeTo"; "preserveFragment": "preserveFragment"; "skipLocationChange": "skipLocationChange"; "replaceUrl": "replaceUrl"; "routerLink": "routerLink"; }; outputs: {}; }]>;
|
|
28
|
-
}
|
package/router-link/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { FlowbiteRouterLinkDirective } from './flowbite-router-link.directive';
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import type { Signal } from '@angular/core';
|
|
2
|
-
import { RouterLinkActive } from '@angular/router';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "@angular/router";
|
|
5
|
-
/**
|
|
6
|
-
* Wrapping directive over RouterLinkActive.
|
|
7
|
-
*
|
|
8
|
-
* @usageNotes
|
|
9
|
-
* It provides a clean way to have 'isActive' data with signal base value.
|
|
10
|
-
*
|
|
11
|
-
* @see `RouterLinkActive`
|
|
12
|
-
*/
|
|
13
|
-
export declare class FlowbiteRouterLinkActiveDirective {
|
|
14
|
-
private readonly ariaCurrentValue;
|
|
15
|
-
/**
|
|
16
|
-
* `RouterLinkActive` directive
|
|
17
|
-
*/
|
|
18
|
-
routerLinkActive: RouterLinkActive;
|
|
19
|
-
/**
|
|
20
|
-
* Updated value when the user is on the same page as routerLinkActive value
|
|
21
|
-
*/
|
|
22
|
-
private _isActive;
|
|
23
|
-
/**
|
|
24
|
-
* Getter for _isActive
|
|
25
|
-
*/
|
|
26
|
-
get isActive(): Signal<boolean>;
|
|
27
|
-
/**
|
|
28
|
-
* Set the RouterLinkActive's ariaCurrentWhenActive to the value passed to the component (via this Directive).
|
|
29
|
-
*/
|
|
30
|
-
constructor();
|
|
31
|
-
/**
|
|
32
|
-
* Update _isActive when `RouterLinkActive`'s isActive update
|
|
33
|
-
*/
|
|
34
|
-
onIsActiveChange(): void;
|
|
35
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FlowbiteRouterLinkActiveDirective, never>;
|
|
36
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FlowbiteRouterLinkActiveDirective, "[flowbiteRouterLinkActive]", never, {}, {}, never, never, true, [{ directive: typeof i1.RouterLinkActive; inputs: { "routerLinkActiveOptions": "routerLinkActiveOptions"; "ariaCurrentWhenActive": "ariaCurrentWhenActive"; "routerLinkActive": "routerLinkActive"; }; outputs: { "isActiveChange": "isActiveChange"; }; }]>;
|
|
37
|
-
}
|