flowbite-angular 1.0.0-alpha.1 → 1.0.0-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/lib/common/type-definitions/flowbite.combination.mjs +1 -1
- package/esm2022/lib/components/accordion/accordion-content.component.mjs +3 -3
- package/esm2022/lib/components/accordion/accordion-content.theme.service.mjs +1 -1
- package/esm2022/lib/components/accordion/accordion-panel.component.mjs +3 -3
- package/esm2022/lib/components/accordion/accordion-panel.theme.service.mjs +1 -1
- package/esm2022/lib/components/accordion/accordion-title.component.mjs +4 -4
- package/esm2022/lib/components/accordion/accordion-title.theme.service.mjs +1 -1
- package/esm2022/lib/components/accordion/accordion.component.mjs +3 -3
- package/esm2022/lib/components/accordion/accordion.theme.mjs +1 -1
- package/esm2022/lib/components/accordion/accordion.theme.service.mjs +1 -1
- package/esm2022/lib/components/accordion/index.mjs +3 -3
- package/esm2022/lib/components/alert/alert.component.mjs +6 -10
- package/esm2022/lib/components/alert/alert.theme.mjs +1 -1
- package/esm2022/lib/components/alert/alert.theme.service.mjs +1 -1
- package/esm2022/lib/components/badge/badge.component.mjs +3 -3
- package/esm2022/lib/components/badge/badge.theme.service.mjs +4 -2
- package/esm2022/lib/components/badge/index.mjs +1 -1
- package/esm2022/lib/components/base-component.directive.mjs +4 -4
- package/esm2022/lib/components/breadcrumb/breadcrumb-item.component.mjs +4 -4
- package/esm2022/lib/components/breadcrumb/breadcrumb-item.theme.mjs +1 -1
- package/esm2022/lib/components/breadcrumb/breadcrumb-item.theme.service.mjs +1 -1
- package/esm2022/lib/components/breadcrumb/breadcrumb.component.mjs +3 -3
- package/esm2022/lib/components/breadcrumb/breadcrumb.theme.service.mjs +1 -1
- package/esm2022/lib/components/breadcrumb/index.mjs +3 -3
- package/esm2022/lib/components/button/button.component.mjs +3 -3
- package/esm2022/lib/components/button/button.theme.mjs +1 -1
- package/esm2022/lib/components/button/button.theme.service.mjs +1 -1
- package/esm2022/lib/components/dark-theme-toggle/dark-theme-toggle.component.mjs +30 -40
- package/esm2022/lib/components/dark-theme-toggle/dark-theme-toggle.theme.service.mjs +1 -1
- package/esm2022/lib/components/dark-theme-toggle/index.mjs +2 -2
- package/esm2022/lib/components/dropdown/dropdown-divider.component.mjs +3 -3
- package/esm2022/lib/components/dropdown/dropdown-divider.theme.service.mjs +1 -1
- package/esm2022/lib/components/dropdown/dropdown-header.component.mjs +3 -3
- package/esm2022/lib/components/dropdown/dropdown-header.theme.service.mjs +1 -1
- package/esm2022/lib/components/dropdown/dropdown-item.component.mjs +3 -3
- package/esm2022/lib/components/dropdown/dropdown-item.theme.service.mjs +1 -1
- package/esm2022/lib/components/dropdown/dropdown.component.mjs +8 -20
- package/esm2022/lib/components/dropdown/dropdown.theme.service.mjs +1 -1
- package/esm2022/lib/components/dropdown/index.mjs +4 -4
- package/esm2022/lib/components/form-field/directives/addon.directive.mjs +4 -4
- package/esm2022/lib/components/form-field/directives/addon.directive.theme.service.mjs +1 -1
- package/esm2022/lib/components/form-field/directives/base-input.directive.mjs +4 -4
- package/esm2022/lib/components/form-field/directives/helper.directive.mjs +4 -4
- package/esm2022/lib/components/form-field/directives/helper.directive.theme.service.mjs +1 -1
- package/esm2022/lib/components/form-field/directives/icon.directive.mjs +4 -4
- package/esm2022/lib/components/form-field/directives/icon.directive.theme.service.mjs +1 -1
- package/esm2022/lib/components/form-field/directives/index.mjs +6 -6
- package/esm2022/lib/components/form-field/directives/input.directive.mjs +4 -4
- package/esm2022/lib/components/form-field/directives/input.directive.theme.mjs +1 -1
- package/esm2022/lib/components/form-field/directives/input.directive.theme.service.mjs +10 -2
- package/esm2022/lib/components/form-field/directives/label.directive.mjs +4 -4
- package/esm2022/lib/components/form-field/directives/label.directive.theme.mjs +1 -1
- package/esm2022/lib/components/form-field/directives/label.directive.theme.service.mjs +4 -2
- package/esm2022/lib/components/form-field/form-field.component.mjs +4 -4
- package/esm2022/lib/components/form-field/form-field.theme.service.mjs +1 -1
- package/esm2022/lib/components/icon/icon-registry.mjs +4 -4
- package/esm2022/lib/components/icon/icon.component.mjs +4 -4
- package/esm2022/lib/components/icon/trusted-types.mjs +1 -1
- package/esm2022/lib/components/index.mjs +1 -1
- package/esm2022/lib/components/indicators/indicators.component.mjs +3 -3
- package/esm2022/lib/components/indicators/indicators.theme.service.mjs +4 -2
- package/esm2022/lib/components/modal/index.mjs +3 -3
- package/esm2022/lib/components/modal/modal-body.component.mjs +3 -3
- package/esm2022/lib/components/modal/modal-body.theme.service.mjs +1 -1
- package/esm2022/lib/components/modal/modal-footer.component.mjs +3 -3
- package/esm2022/lib/components/modal/modal-footer.theme.service.mjs +1 -1
- package/esm2022/lib/components/modal/modal-header.component.mjs +6 -10
- package/esm2022/lib/components/modal/modal-header.theme.service.mjs +1 -1
- package/esm2022/lib/components/modal/modal.component.mjs +7 -11
- package/esm2022/lib/components/modal/modal.theme.service.mjs +1 -1
- package/esm2022/lib/components/navbar/index.mjs +5 -5
- package/esm2022/lib/components/navbar/navbar-brand.component.mjs +3 -3
- package/esm2022/lib/components/navbar/navbar-brand.theme.service.mjs +1 -1
- package/esm2022/lib/components/navbar/navbar-content.component.mjs +3 -3
- package/esm2022/lib/components/navbar/navbar-content.theme.service.mjs +1 -1
- package/esm2022/lib/components/navbar/navbar-icon-button.component.mjs +4 -4
- package/esm2022/lib/components/navbar/navbar-icon-button.theme.service.mjs +1 -1
- package/esm2022/lib/components/navbar/navbar-item.component.mjs +7 -5
- package/esm2022/lib/components/navbar/navbar-item.theme.service.mjs +1 -1
- package/esm2022/lib/components/navbar/navbar-toggle.component.mjs +5 -13
- package/esm2022/lib/components/navbar/navbar-toggle.theme.service.mjs +1 -1
- package/esm2022/lib/components/navbar/navbar.component.mjs +3 -3
- package/esm2022/lib/components/navbar/navbar.theme.service.mjs +1 -1
- package/esm2022/lib/components/scroll-top/scroll-top.component.mjs +5 -9
- package/esm2022/lib/components/scroll-top/scroll-top.theme.mjs +1 -1
- package/esm2022/lib/components/scroll-top/scroll-top.theme.service.mjs +1 -1
- package/esm2022/lib/components/sidebar/index.mjs +4 -4
- package/esm2022/lib/components/sidebar/sidebar-item-group.component.mjs +6 -10
- package/esm2022/lib/components/sidebar/sidebar-item-group.theme.service.mjs +1 -1
- package/esm2022/lib/components/sidebar/sidebar-item.component.mjs +11 -19
- package/esm2022/lib/components/sidebar/sidebar-item.theme.service.mjs +1 -1
- package/esm2022/lib/components/sidebar/sidebar-menu.component.mjs +3 -3
- package/esm2022/lib/components/sidebar/sidebar-menu.theme.service.mjs +1 -1
- package/esm2022/lib/components/sidebar/sidebar-page-content.component.mjs +4 -4
- package/esm2022/lib/components/sidebar/sidebar-page-content.theme.service.mjs +1 -1
- package/esm2022/lib/components/sidebar/sidebar-toggle.component.mjs +4 -4
- package/esm2022/lib/components/sidebar/sidebar-toggle.theme.service.mjs +1 -1
- package/esm2022/lib/components/sidebar/sidebar.component.mjs +4 -4
- package/esm2022/lib/components/sidebar/sidebar.theme.mjs +1 -1
- package/esm2022/lib/components/sidebar/sidebar.theme.service.mjs +1 -1
- package/esm2022/lib/directives/flowbite-router-link-active.directive.mjs +3 -3
- package/esm2022/lib/directives/flowbite-router-link.directive.mjs +3 -3
- package/esm2022/lib/pipes/sanitize-html/sanitize-html.pipe.mjs +3 -3
- package/esm2022/lib/services/flowbite.theme.service.mjs +3 -3
- package/esm2022/lib/services/index.mjs +1 -3
- package/esm2022/lib/utils/theme/merge-theme.mjs +4 -2
- package/fesm2022/flowbite-angular.mjs +221 -319
- package/fesm2022/flowbite-angular.mjs.map +1 -1
- package/lib/components/accordion/index.d.ts +5 -5
- package/lib/components/badge/index.d.ts +1 -1
- package/lib/components/breadcrumb/index.d.ts +4 -4
- package/lib/components/dark-theme-toggle/dark-theme-toggle.component.d.ts +3 -3
- package/lib/components/dark-theme-toggle/index.d.ts +2 -2
- package/lib/components/dropdown/index.d.ts +7 -7
- package/lib/components/form-field/directives/index.d.ts +9 -9
- package/lib/components/modal/index.d.ts +5 -5
- package/lib/components/navbar/index.d.ts +7 -7
- package/lib/components/sidebar/index.d.ts +6 -6
- package/lib/services/index.d.ts +0 -2
- package/package.json +15 -15
- package/esm2022/lib/services/signal-store.service.mjs +0 -61
- package/esm2022/lib/services/state/index.mjs +0 -2
- package/esm2022/lib/services/state/theme.state.mjs +0 -2
- package/lib/services/signal-store.service.d.ts +0 -46
- package/lib/services/state/index.d.ts +0 -1
- package/lib/services/state/theme.state.d.ts +0 -4
|
@@ -117,10 +117,10 @@ class BaseComponent {
|
|
|
117
117
|
init() { }
|
|
118
118
|
// eslint-disable-next-line @typescript-eslint/no-empty-function
|
|
119
119
|
verify() { }
|
|
120
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
121
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.
|
|
120
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: BaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
121
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0", type: BaseComponent, isStandalone: true, host: { properties: { "class": "this.contentClasses().rootClass", "attr.flowbite-id": "this.flowbiteId()" } }, ngImport: i0 }); }
|
|
122
122
|
}
|
|
123
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
123
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: BaseComponent, decorators: [{
|
|
124
124
|
type: Directive,
|
|
125
125
|
args: [{
|
|
126
126
|
standalone: true,
|
|
@@ -176,7 +176,9 @@ function mergeTheme(target, source) {
|
|
|
176
176
|
output[key] = mergeTheme(target[key], source[key]);
|
|
177
177
|
}
|
|
178
178
|
else {
|
|
179
|
-
output[key] = isObject(source[key])
|
|
179
|
+
output[key] = isObject(source[key])
|
|
180
|
+
? cloneDeep(source[key])
|
|
181
|
+
: source[key];
|
|
180
182
|
}
|
|
181
183
|
}
|
|
182
184
|
}
|
|
@@ -215,14 +217,14 @@ class AccordionContentComponent extends BaseComponent {
|
|
|
215
217
|
customStyle: this.customStyle(),
|
|
216
218
|
});
|
|
217
219
|
}
|
|
218
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
219
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "18.
|
|
220
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: AccordionContentComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
221
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "18.0.0", type: AccordionContentComponent, isStandalone: true, selector: "flowbite-accordion-content", inputs: { color: { classPropertyName: "color", publicName: "color", isSignal: true, isRequired: false, transformFunction: null }, customStyle: { classPropertyName: "customStyle", publicName: "customStyle", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { color: "colorChange", customStyle: "customStyleChange" }, usesInheritance: true, ngImport: i0, template: `
|
|
220
222
|
<ng-container *ngIf="accordionPanelComponent.isOpen()">
|
|
221
223
|
<ng-content />
|
|
222
224
|
</ng-container>
|
|
223
225
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
224
226
|
}
|
|
225
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
227
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: AccordionContentComponent, decorators: [{
|
|
226
228
|
type: Component,
|
|
227
229
|
args: [{
|
|
228
230
|
standalone: true,
|
|
@@ -446,10 +448,10 @@ class IconRegistry {
|
|
|
446
448
|
return of(trustedHTMLFromString('<svg></svg>'));
|
|
447
449
|
}
|
|
448
450
|
}
|
|
449
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
450
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.
|
|
451
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: IconRegistry, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
452
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: IconRegistry, providedIn: 'root' }); }
|
|
451
453
|
}
|
|
452
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
454
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: IconRegistry, decorators: [{
|
|
453
455
|
type: Injectable,
|
|
454
456
|
args: [{
|
|
455
457
|
providedIn: 'root',
|
|
@@ -512,10 +514,10 @@ class IconComponent extends BaseComponent {
|
|
|
512
514
|
}
|
|
513
515
|
}
|
|
514
516
|
}
|
|
515
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
516
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "18.
|
|
517
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: IconComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
518
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "18.0.0", type: IconComponent, isStandalone: true, selector: "flowbite-icon", inputs: { svgIcon: { classPropertyName: "svgIcon", publicName: "svgIcon", isSignal: true, isRequired: true, transformFunction: null } }, outputs: { svgIcon: "svgIconChange" }, usesInheritance: true, ngImport: i0, template: `<ng-content />`, isInline: true }); }
|
|
517
519
|
}
|
|
518
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
520
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: IconComponent, decorators: [{
|
|
519
521
|
type: Component,
|
|
520
522
|
args: [{
|
|
521
523
|
selector: 'flowbite-icon',
|
|
@@ -567,8 +569,8 @@ class AccordionTitleComponent extends BaseComponent {
|
|
|
567
569
|
onClick() {
|
|
568
570
|
this.accordionPanelComponent.toggleVisibility();
|
|
569
571
|
}
|
|
570
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
571
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "18.
|
|
572
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: AccordionTitleComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
573
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "18.0.0", type: AccordionTitleComponent, isStandalone: true, selector: "flowbite-accordion-title", inputs: { color: { classPropertyName: "color", publicName: "color", isSignal: true, isRequired: false, transformFunction: null }, customStyle: { classPropertyName: "customStyle", publicName: "customStyle", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { color: "colorChange", customStyle: "customStyleChange" }, host: { listeners: { "click": "onClick()" } }, usesInheritance: true, ngImport: i0, template: `
|
|
572
574
|
<h2 [ngClass]="contentClasses().textClass">
|
|
573
575
|
<ng-content />
|
|
574
576
|
</h2>
|
|
@@ -578,7 +580,7 @@ class AccordionTitleComponent extends BaseComponent {
|
|
|
578
580
|
[class.rotate-180]="accordionPanelComponent.isOpen()" />
|
|
579
581
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: IconComponent, selector: "flowbite-icon", inputs: ["svgIcon"], outputs: ["svgIconChange"] }] }); }
|
|
580
582
|
}
|
|
581
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
583
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: AccordionTitleComponent, decorators: [{
|
|
582
584
|
type: Component,
|
|
583
585
|
args: [{
|
|
584
586
|
standalone: true,
|
|
@@ -636,10 +638,10 @@ class AccordionPanelComponent extends BaseComponent {
|
|
|
636
638
|
}
|
|
637
639
|
this.isOpen.set(isOpen);
|
|
638
640
|
}
|
|
639
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
640
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "18.
|
|
641
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: AccordionPanelComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
642
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "18.0.0", type: AccordionPanelComponent, isStandalone: true, selector: "flowbite-accordion-panel", inputs: { color: { classPropertyName: "color", publicName: "color", isSignal: true, isRequired: false, transformFunction: null }, isOpen: { classPropertyName: "isOpen", publicName: "isOpen", isSignal: true, isRequired: false, transformFunction: null }, customStyle: { classPropertyName: "customStyle", publicName: "customStyle", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { color: "colorChange", isOpen: "isOpenChange", customStyle: "customStyleChange" }, queries: [{ propertyName: "accordionTitleChild", first: true, predicate: AccordionTitleComponent, descendants: true, isSignal: true }, { propertyName: "accordionContentChild", first: true, predicate: AccordionContentComponent, descendants: true, isSignal: true }], usesInheritance: true, ngImport: i0, template: `<ng-content />`, isInline: true }); }
|
|
641
643
|
}
|
|
642
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
644
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: AccordionPanelComponent, decorators: [{
|
|
643
645
|
type: Component,
|
|
644
646
|
args: [{
|
|
645
647
|
standalone: true,
|
|
@@ -692,10 +694,10 @@ class AccordionComponent extends BaseComponent {
|
|
|
692
694
|
closeAll() {
|
|
693
695
|
this.accordionPanelChildren().forEach((child) => child.toggleVisibility(false));
|
|
694
696
|
}
|
|
695
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
696
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "18.
|
|
697
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: AccordionComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
698
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "18.0.0", type: AccordionComponent, isStandalone: true, selector: "flowbite-accordion", inputs: { isAlwaysOpen: { classPropertyName: "isAlwaysOpen", publicName: "isAlwaysOpen", isSignal: true, isRequired: false, transformFunction: null }, color: { classPropertyName: "color", publicName: "color", isSignal: true, isRequired: false, transformFunction: null }, isFlush: { classPropertyName: "isFlush", publicName: "isFlush", isSignal: true, isRequired: false, transformFunction: null }, customStyle: { classPropertyName: "customStyle", publicName: "customStyle", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { isAlwaysOpen: "isAlwaysOpenChange", color: "colorChange", isFlush: "isFlushChange", customStyle: "customStyleChange" }, queries: [{ propertyName: "accordionPanelChildren", predicate: AccordionPanelComponent, isSignal: true }], usesInheritance: true, ngImport: i0, template: `<ng-content />`, isInline: true }); }
|
|
697
699
|
}
|
|
698
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
700
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: AccordionComponent, decorators: [{
|
|
699
701
|
type: Component,
|
|
700
702
|
args: [{
|
|
701
703
|
standalone: true,
|
|
@@ -898,8 +900,8 @@ class ButtonComponent extends BaseComponent {
|
|
|
898
900
|
customStyle: this.customStyle(),
|
|
899
901
|
});
|
|
900
902
|
}
|
|
901
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
902
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "18.
|
|
903
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: ButtonComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
904
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "18.0.0", type: ButtonComponent, isStandalone: true, selector: "flowbite-button", inputs: { color: { classPropertyName: "color", publicName: "color", isSignal: true, isRequired: false, transformFunction: null }, size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null }, isPill: { classPropertyName: "isPill", publicName: "isPill", isSignal: true, isRequired: false, transformFunction: null }, fill: { classPropertyName: "fill", publicName: "fill", isSignal: true, isRequired: false, transformFunction: null }, isDisabled: { classPropertyName: "isDisabled", publicName: "isDisabled", isSignal: true, isRequired: false, transformFunction: null }, gradientMonochrome: { classPropertyName: "gradientMonochrome", publicName: "gradientMonochrome", isSignal: true, isRequired: false, transformFunction: null }, gradientDuoTone: { classPropertyName: "gradientDuoTone", publicName: "gradientDuoTone", isSignal: true, isRequired: false, transformFunction: null }, customStyle: { classPropertyName: "customStyle", publicName: "customStyle", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { color: "colorChange", size: "sizeChange", isPill: "isPillChange", fill: "fillChange", isDisabled: "isDisabledChange", gradientMonochrome: "gradientMonochromeChange", gradientDuoTone: "gradientDuoToneChange", customStyle: "customStyleChange" }, host: { properties: { "attr.type": "button" } }, usesInheritance: true, ngImport: i0, template: `
|
|
903
905
|
<span
|
|
904
906
|
*ngIf="gradientDuoTone() && fill() === 'outline'; else default"
|
|
905
907
|
[ngClass]="contentClasses().spanClass">
|
|
@@ -915,7 +917,7 @@ class ButtonComponent extends BaseComponent {
|
|
|
915
917
|
</ng-template>
|
|
916
918
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] }); }
|
|
917
919
|
}
|
|
918
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
920
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: ButtonComponent, decorators: [{
|
|
919
921
|
type: Component,
|
|
920
922
|
args: [{
|
|
921
923
|
standalone: true,
|
|
@@ -992,8 +994,8 @@ class AlertComponent extends BaseComponent {
|
|
|
992
994
|
if (func)
|
|
993
995
|
func();
|
|
994
996
|
}
|
|
995
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
996
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "18.
|
|
997
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: AlertComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
998
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "18.0.0", type: AlertComponent, isStandalone: true, selector: "flowbite-alert", inputs: { color: { classPropertyName: "color", publicName: "color", isSignal: true, isRequired: false, transformFunction: null }, hasBorder: { classPropertyName: "hasBorder", publicName: "hasBorder", isSignal: true, isRequired: false, transformFunction: null }, hasBorderAccent: { classPropertyName: "hasBorderAccent", publicName: "hasBorderAccent", isSignal: true, isRequired: false, transformFunction: null }, customStyle: { classPropertyName: "customStyle", publicName: "customStyle", isSignal: true, isRequired: false, transformFunction: null }, icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null }, additionalContent: { classPropertyName: "additionalContent", publicName: "additionalContent", isSignal: true, isRequired: false, transformFunction: null }, isDismissable: { classPropertyName: "isDismissable", publicName: "isDismissable", isSignal: true, isRequired: false, transformFunction: null }, onDismiss: { classPropertyName: "onDismiss", publicName: "onDismiss", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { color: "colorChange", hasBorder: "hasBorderChange", hasBorderAccent: "hasBorderAccentChange", customStyle: "customStyleChange", icon: "iconChange", additionalContent: "additionalContentChange", isDismissable: "isDismissableChange", onDismiss: "onDismissChange" }, host: { properties: { "attr.role": "alert" } }, usesInheritance: true, ngImport: i0, template: `
|
|
997
999
|
<div class="flex items-center">
|
|
998
1000
|
<ng-container [ngTemplateOutlet]="icon()"></ng-container>
|
|
999
1001
|
<div>
|
|
@@ -1006,15 +1008,13 @@ class AlertComponent extends BaseComponent {
|
|
|
1006
1008
|
aria-label="Close"
|
|
1007
1009
|
(click)="onDismissClick()">
|
|
1008
1010
|
<span class="sr-only">Close</span>
|
|
1009
|
-
<flowbite-icon
|
|
1010
|
-
svgIcon="flowbite-angular:close"
|
|
1011
|
-
class="h-5 w-5" />
|
|
1011
|
+
<flowbite-icon svgIcon="flowbite-angular:close" class="h-5 w-5" />
|
|
1012
1012
|
</button>
|
|
1013
1013
|
</div>
|
|
1014
1014
|
<ng-container [ngTemplateOutlet]="additionalContent()"></ng-container>
|
|
1015
1015
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: IconComponent, selector: "flowbite-icon", inputs: ["svgIcon"], outputs: ["svgIconChange"] }] }); }
|
|
1016
1016
|
}
|
|
1017
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
1017
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: AlertComponent, decorators: [{
|
|
1018
1018
|
type: Component,
|
|
1019
1019
|
args: [{
|
|
1020
1020
|
standalone: true,
|
|
@@ -1033,9 +1033,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImpor
|
|
|
1033
1033
|
aria-label="Close"
|
|
1034
1034
|
(click)="onDismissClick()">
|
|
1035
1035
|
<span class="sr-only">Close</span>
|
|
1036
|
-
<flowbite-icon
|
|
1037
|
-
svgIcon="flowbite-angular:close"
|
|
1038
|
-
class="h-5 w-5" />
|
|
1036
|
+
<flowbite-icon svgIcon="flowbite-angular:close" class="h-5 w-5" />
|
|
1039
1037
|
</button>
|
|
1040
1038
|
</div>
|
|
1041
1039
|
<ng-container [ngTemplateOutlet]="additionalContent()"></ng-container>
|
|
@@ -1096,10 +1094,10 @@ class FlowbiteRouterLinkDirective {
|
|
|
1096
1094
|
this.router.navigateByUrl(hrefValue);
|
|
1097
1095
|
}
|
|
1098
1096
|
}
|
|
1099
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
1100
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "18.
|
|
1097
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: FlowbiteRouterLinkDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1098
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "18.0.0", type: FlowbiteRouterLinkDirective, isStandalone: true, selector: "[flowbiteRouterLink]", inputs: { href: { classPropertyName: "href", publicName: "href", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { href: "hrefChange" }, host: { listeners: { "click": "onClick()" } }, hostDirectives: [{ directive: 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"] }], ngImport: i0 }); }
|
|
1101
1099
|
}
|
|
1102
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
1100
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: FlowbiteRouterLinkDirective, decorators: [{
|
|
1103
1101
|
type: Directive,
|
|
1104
1102
|
args: [{
|
|
1105
1103
|
standalone: true,
|
|
@@ -1125,7 +1123,9 @@ class BadgeThemeService {
|
|
|
1125
1123
|
getClasses(properties) {
|
|
1126
1124
|
const theme = mergeTheme(this.baseTheme, properties.customStyle);
|
|
1127
1125
|
const output = {
|
|
1128
|
-
rootClass: twMerge(theme.root.base, theme.root.color[properties.color], theme.root.size[properties.size], theme.root.isPill[properties.isPill == 'enabled' || properties.isIconOnly == 'enabled'
|
|
1126
|
+
rootClass: twMerge(theme.root.base, theme.root.color[properties.color], theme.root.size[properties.size], theme.root.isPill[properties.isPill == 'enabled' || properties.isIconOnly == 'enabled'
|
|
1127
|
+
? 'enabled'
|
|
1128
|
+
: properties.isPill], theme.root.isIconOnly[properties.isIconOnly], theme.root.link[properties.link ? 'enabled' : 'disabled']),
|
|
1129
1129
|
};
|
|
1130
1130
|
return output;
|
|
1131
1131
|
}
|
|
@@ -1158,10 +1158,10 @@ class BadgeComponent extends BaseComponent {
|
|
|
1158
1158
|
customStyle: this.customStyle(),
|
|
1159
1159
|
});
|
|
1160
1160
|
}
|
|
1161
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
1162
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "18.
|
|
1161
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: BadgeComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
1162
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "18.0.0", type: BadgeComponent, isStandalone: true, selector: "flowbite-badge", inputs: { color: { classPropertyName: "color", publicName: "color", isSignal: true, isRequired: false, transformFunction: null }, size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null }, isIconOnly: { classPropertyName: "isIconOnly", publicName: "isIconOnly", isSignal: true, isRequired: false, transformFunction: null }, isPill: { classPropertyName: "isPill", publicName: "isPill", isSignal: true, isRequired: false, transformFunction: null }, customStyle: { classPropertyName: "customStyle", publicName: "customStyle", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { color: "colorChange", size: "sizeChange", isIconOnly: "isIconOnlyChange", isPill: "isPillChange", customStyle: "customStyleChange" }, usesInheritance: true, ngImport: i0, template: `<ng-content />`, isInline: true }); }
|
|
1163
1163
|
}
|
|
1164
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
1164
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: BadgeComponent, decorators: [{
|
|
1165
1165
|
type: Component,
|
|
1166
1166
|
args: [{
|
|
1167
1167
|
standalone: true,
|
|
@@ -1243,15 +1243,15 @@ class BreadcrumbItemComponent extends BaseComponent {
|
|
|
1243
1243
|
init() {
|
|
1244
1244
|
this.iconRegistry.addRawSvgIconInNamepsace('flowbite-angular', 'chevron-right', this.domSanitizer.bypassSecurityTrustHtml(CHEVRON_RIGHT_SVG_ICON));
|
|
1245
1245
|
}
|
|
1246
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
1247
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "18.
|
|
1246
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: BreadcrumbItemComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
1247
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "18.0.0", type: BreadcrumbItemComponent, isStandalone: true, selector: "flowbite-breadcrumb-item", inputs: { color: { classPropertyName: "color", publicName: "color", isSignal: true, isRequired: false, transformFunction: null }, customStyle: { classPropertyName: "customStyle", publicName: "customStyle", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { color: "colorChange", customStyle: "customStyleChange" }, usesInheritance: true, ngImport: i0, template: `
|
|
1248
1248
|
<flowbite-icon
|
|
1249
1249
|
[ngClass]="contentClasses().breadcrumbIconClass"
|
|
1250
1250
|
svgIcon="flowbite-angular:chevron-right" />
|
|
1251
1251
|
<ng-content />
|
|
1252
1252
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: IconComponent, selector: "flowbite-icon", inputs: ["svgIcon"], outputs: ["svgIconChange"] }] }); }
|
|
1253
1253
|
}
|
|
1254
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
1254
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: BreadcrumbItemComponent, decorators: [{
|
|
1255
1255
|
type: Component,
|
|
1256
1256
|
args: [{
|
|
1257
1257
|
standalone: true,
|
|
@@ -1304,10 +1304,10 @@ class BreadcrumbComponent extends BaseComponent {
|
|
|
1304
1304
|
throw new Error('No BreadcrumbItemComponent available');
|
|
1305
1305
|
}
|
|
1306
1306
|
}
|
|
1307
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
1308
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "18.
|
|
1307
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: BreadcrumbComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
1308
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "18.0.0", type: BreadcrumbComponent, isStandalone: true, selector: "flowbite-breadcrumb", inputs: { color: { classPropertyName: "color", publicName: "color", isSignal: true, isRequired: false, transformFunction: null }, customStyle: { classPropertyName: "customStyle", publicName: "customStyle", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { color: "colorChange", customStyle: "customStyleChange" }, host: { properties: { "attr.aria-label": "breadcrumb" } }, queries: [{ propertyName: "breadcrumbItemChildren", predicate: BreadcrumbItemComponent, isSignal: true }], usesInheritance: true, ngImport: i0, template: `<ng-content />`, isInline: true }); }
|
|
1309
1309
|
}
|
|
1310
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
1310
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: BreadcrumbComponent, decorators: [{
|
|
1311
1311
|
type: Component,
|
|
1312
1312
|
args: [{
|
|
1313
1313
|
standalone: true,
|
|
@@ -1455,79 +1455,6 @@ const buttonTheme = createTheme({
|
|
|
1455
1455
|
},
|
|
1456
1456
|
});
|
|
1457
1457
|
|
|
1458
|
-
/**
|
|
1459
|
-
* Signal based store service used in several flowbite-angular components.
|
|
1460
|
-
*
|
|
1461
|
-
* @usageNotes
|
|
1462
|
-
* You can't use SignalStoreService as it is, you must inherite another class from it with its generic type T.
|
|
1463
|
-
*
|
|
1464
|
-
* @example
|
|
1465
|
-
* export class ComponentStateService extends SignalStoreService<{isOpen: boolean;}> {}
|
|
1466
|
-
*/
|
|
1467
|
-
class SignalStoreService {
|
|
1468
|
-
constructor() {
|
|
1469
|
-
this._state = signal({});
|
|
1470
|
-
}
|
|
1471
|
-
/**
|
|
1472
|
-
* Accessor for the data.
|
|
1473
|
-
*/
|
|
1474
|
-
get state() {
|
|
1475
|
-
return this._state.asReadonly();
|
|
1476
|
-
}
|
|
1477
|
-
/**
|
|
1478
|
-
* Get the value for the provided key.
|
|
1479
|
-
*
|
|
1480
|
-
* @param key Keyof T type.
|
|
1481
|
-
* @returns The value for the provided key.
|
|
1482
|
-
*/
|
|
1483
|
-
select(key) {
|
|
1484
|
-
return computed(() => this._state()[key]);
|
|
1485
|
-
}
|
|
1486
|
-
/**
|
|
1487
|
-
* Set the value for the provided key.
|
|
1488
|
-
*
|
|
1489
|
-
* @param key Keyof T type.
|
|
1490
|
-
* @param data Data for the key.
|
|
1491
|
-
*/
|
|
1492
|
-
set(key, data) {
|
|
1493
|
-
this._state.update((currentValue) => ({ ...currentValue, [key]: data }));
|
|
1494
|
-
}
|
|
1495
|
-
/**
|
|
1496
|
-
* Set the value for the entire type.
|
|
1497
|
-
*
|
|
1498
|
-
* @param state The value to be set.
|
|
1499
|
-
*/
|
|
1500
|
-
setState(state) {
|
|
1501
|
-
this._state.set(state);
|
|
1502
|
-
}
|
|
1503
|
-
}
|
|
1504
|
-
/**
|
|
1505
|
-
* @usageNotes
|
|
1506
|
-
* You can use SignalStoreService as it isSince it is provided in 'root'.
|
|
1507
|
-
*/
|
|
1508
|
-
class GlobalSignalStoreService extends SignalStoreService {
|
|
1509
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: GlobalSignalStoreService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1510
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: GlobalSignalStoreService, providedIn: 'root' }); }
|
|
1511
|
-
}
|
|
1512
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: GlobalSignalStoreService, decorators: [{
|
|
1513
|
-
type: Injectable,
|
|
1514
|
-
args: [{ providedIn: 'root' }]
|
|
1515
|
-
}] });
|
|
1516
|
-
|
|
1517
|
-
/**
|
|
1518
|
-
* Provide an abstract class used in themeing system of flowbite-angular.
|
|
1519
|
-
*/
|
|
1520
|
-
class FlowbiteThemeService {
|
|
1521
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: FlowbiteThemeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1522
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: FlowbiteThemeService, providedIn: 'root' }); }
|
|
1523
|
-
}
|
|
1524
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: FlowbiteThemeService, decorators: [{
|
|
1525
|
-
type: Injectable,
|
|
1526
|
-
args: [{
|
|
1527
|
-
providedIn: 'root',
|
|
1528
|
-
}]
|
|
1529
|
-
}] });
|
|
1530
|
-
|
|
1531
1458
|
const FLOWBITE_DARK_THEME_TOGGLE_THEME_TOKEN = new InjectionToken('FLOWBITE_DARK_THEME_TOGGLE_THEME_TOKEN');
|
|
1532
1459
|
class DarkThemeToggleThemeService {
|
|
1533
1460
|
constructor() {
|
|
@@ -1546,7 +1473,6 @@ class DarkThemeToggleComponent extends BaseComponent {
|
|
|
1546
1473
|
constructor() {
|
|
1547
1474
|
super(...arguments);
|
|
1548
1475
|
this.themeService = inject(DarkThemeToggleThemeService);
|
|
1549
|
-
this.themeStateService = inject((GlobalSignalStoreService));
|
|
1550
1476
|
this.iconRegistry = inject(IconRegistry);
|
|
1551
1477
|
this.domSanitizer = inject(DomSanitizer);
|
|
1552
1478
|
//#region properties
|
|
@@ -1561,57 +1487,49 @@ class DarkThemeToggleComponent extends BaseComponent {
|
|
|
1561
1487
|
}
|
|
1562
1488
|
init() {
|
|
1563
1489
|
afterNextRender(() => {
|
|
1564
|
-
|
|
1565
|
-
if (localStorageTheme === 'dark' ||
|
|
1566
|
-
(!localStorageTheme && window.matchMedia('(prefers-color-scheme: dark)').matches)) {
|
|
1567
|
-
this.themeStateService.set('theme', 'dark');
|
|
1568
|
-
document.documentElement.classList.add('dark');
|
|
1569
|
-
}
|
|
1570
|
-
else {
|
|
1571
|
-
this.themeStateService.set('theme', 'light');
|
|
1572
|
-
document.documentElement.classList.remove('dark');
|
|
1573
|
-
}
|
|
1574
|
-
effect(() => {
|
|
1575
|
-
const theme = this.themeStateService.select('theme')();
|
|
1576
|
-
localStorage.setItem('color-theme', theme);
|
|
1577
|
-
theme === 'dark'
|
|
1578
|
-
? document.documentElement.classList.add('dark')
|
|
1579
|
-
: document.documentElement.classList.remove('dark');
|
|
1580
|
-
}, { injector: this.injector });
|
|
1490
|
+
this.toggleTheme(this.getTheme());
|
|
1581
1491
|
}, { injector: this.injector });
|
|
1582
1492
|
this.iconRegistry.addRawSvgIconInNamepsace('flowbite-angular', 'sun', this.domSanitizer.bypassSecurityTrustHtml(SUN_SVG_ICON));
|
|
1583
1493
|
this.iconRegistry.addRawSvgIconInNamepsace('flowbite-angular', 'moon', this.domSanitizer.bypassSecurityTrustHtml(MOON_SVG_ICON));
|
|
1584
1494
|
}
|
|
1585
1495
|
//#endregion
|
|
1586
1496
|
onClick() {
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
}
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1497
|
+
this.toggleTheme();
|
|
1498
|
+
}
|
|
1499
|
+
getTheme() {
|
|
1500
|
+
return localStorage.getItem('color-theme') === 'dark' ? 'dark' : 'light';
|
|
1501
|
+
}
|
|
1502
|
+
toggleTheme(theme) {
|
|
1503
|
+
if (!theme) {
|
|
1504
|
+
const tmpTheme = this.getTheme();
|
|
1505
|
+
if (tmpTheme === 'dark')
|
|
1506
|
+
theme = 'light';
|
|
1507
|
+
else
|
|
1508
|
+
theme = 'dark';
|
|
1509
|
+
}
|
|
1510
|
+
this.setTheme(theme);
|
|
1511
|
+
}
|
|
1512
|
+
setTheme(theme) {
|
|
1513
|
+
localStorage.setItem('color-theme', theme);
|
|
1514
|
+
theme === 'dark'
|
|
1515
|
+
? document.documentElement.classList.add('dark')
|
|
1516
|
+
: document.documentElement.classList.remove('dark');
|
|
1517
|
+
}
|
|
1518
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: DarkThemeToggleComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
1519
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "18.0.0", type: DarkThemeToggleComponent, isStandalone: true, selector: "flowbite-dark-theme-toggle", inputs: { customStyle: { classPropertyName: "customStyle", publicName: "customStyle", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { customStyle: "customStyleChange" }, host: { listeners: { "click": "onClick()" } }, usesInheritance: true, ngImport: i0, template: `
|
|
1520
|
+
<flowbite-icon svgIcon="flowbite-angular:moon" class="h-5 w-5 block dark:hidden" />
|
|
1521
|
+
<flowbite-icon svgIcon="flowbite-angular:sun" class="h-5 w-5 hidden dark:block" />
|
|
1600
1522
|
`, isInline: true, dependencies: [{ kind: "component", type: IconComponent, selector: "flowbite-icon", inputs: ["svgIcon"], outputs: ["svgIconChange"] }] }); }
|
|
1601
1523
|
}
|
|
1602
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
1524
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: DarkThemeToggleComponent, decorators: [{
|
|
1603
1525
|
type: Component,
|
|
1604
1526
|
args: [{
|
|
1605
1527
|
standalone: true,
|
|
1606
1528
|
imports: [NgIf, NgClass, IconComponent],
|
|
1607
1529
|
selector: 'flowbite-dark-theme-toggle',
|
|
1608
1530
|
template: `
|
|
1609
|
-
<flowbite-icon
|
|
1610
|
-
|
|
1611
|
-
class="h-5 w-5 block dark:hidden" />
|
|
1612
|
-
<flowbite-icon
|
|
1613
|
-
svgIcon="flowbite-angular:sun"
|
|
1614
|
-
class="h-5 w-5 hidden dark:block" />
|
|
1531
|
+
<flowbite-icon svgIcon="flowbite-angular:moon" class="h-5 w-5 block dark:hidden" />
|
|
1532
|
+
<flowbite-icon svgIcon="flowbite-angular:sun" class="h-5 w-5 hidden dark:block" />
|
|
1615
1533
|
`,
|
|
1616
1534
|
host: {
|
|
1617
1535
|
'(click)': 'onClick()',
|
|
@@ -1654,10 +1572,10 @@ class DropdownDividerComponent extends BaseComponent {
|
|
|
1654
1572
|
customStyle: this.customStyle(),
|
|
1655
1573
|
});
|
|
1656
1574
|
}
|
|
1657
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
1658
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "18.
|
|
1575
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: DropdownDividerComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
1576
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "18.0.0", type: DropdownDividerComponent, isStandalone: true, selector: "flowbite-dropdown-divider", inputs: { customStyle: { classPropertyName: "customStyle", publicName: "customStyle", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { customStyle: "customStyleChange" }, usesInheritance: true, ngImport: i0, template: ``, isInline: true }); }
|
|
1659
1577
|
}
|
|
1660
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
1578
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: DropdownDividerComponent, decorators: [{
|
|
1661
1579
|
type: Component,
|
|
1662
1580
|
args: [{
|
|
1663
1581
|
standalone: true,
|
|
@@ -1697,15 +1615,15 @@ class DropdownHeaderComponent extends BaseComponent {
|
|
|
1697
1615
|
customStyle: this.customStyle(),
|
|
1698
1616
|
});
|
|
1699
1617
|
}
|
|
1700
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
1701
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "18.
|
|
1618
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: DropdownHeaderComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
1619
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "18.0.0", type: DropdownHeaderComponent, isStandalone: true, selector: "flowbite-dropdown-header", inputs: { customStyle: { classPropertyName: "customStyle", publicName: "customStyle", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { customStyle: "customStyleChange" }, usesInheritance: true, ngImport: i0, template: `
|
|
1702
1620
|
<div [ngClass]="contentClasses().root">
|
|
1703
1621
|
<ng-content />
|
|
1704
1622
|
</div>
|
|
1705
1623
|
<div class="my-1 h-px bg-gray-100 dark:bg-gray-600"></div>
|
|
1706
1624
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] }); }
|
|
1707
1625
|
}
|
|
1708
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
1626
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: DropdownHeaderComponent, decorators: [{
|
|
1709
1627
|
type: Component,
|
|
1710
1628
|
args: [{
|
|
1711
1629
|
standalone: true,
|
|
@@ -1749,10 +1667,10 @@ class DropdownItemComponent extends BaseComponent {
|
|
|
1749
1667
|
customStyle: this.customStyle(),
|
|
1750
1668
|
});
|
|
1751
1669
|
}
|
|
1752
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
1753
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "18.
|
|
1670
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: DropdownItemComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
1671
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "18.0.0", type: DropdownItemComponent, isStandalone: true, selector: "flowbite-dropdown-item", inputs: { customStyle: { classPropertyName: "customStyle", publicName: "customStyle", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { customStyle: "customStyleChange" }, usesInheritance: true, ngImport: i0, template: `<ng-content />`, isInline: true }); }
|
|
1754
1672
|
}
|
|
1755
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
1673
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: DropdownItemComponent, decorators: [{
|
|
1756
1674
|
type: Component,
|
|
1757
1675
|
args: [{
|
|
1758
1676
|
standalone: true,
|
|
@@ -1861,18 +1779,12 @@ class DropdownComponent extends BaseComponent {
|
|
|
1861
1779
|
return 'right';
|
|
1862
1780
|
}
|
|
1863
1781
|
}
|
|
1864
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
1865
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "18.
|
|
1866
|
-
<button
|
|
1867
|
-
type="button"
|
|
1868
|
-
[ngClass]="contentClasses().dropdownClass"
|
|
1869
|
-
(click)="toggle()"
|
|
1870
|
-
#button>
|
|
1782
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: DropdownComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
1783
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "18.0.0", type: DropdownComponent, isStandalone: true, selector: "flowbite-dropdown", inputs: { label: { classPropertyName: "label", publicName: "label", isSignal: true, isRequired: false, transformFunction: null }, isOpen: { classPropertyName: "isOpen", publicName: "isOpen", isSignal: true, isRequired: false, transformFunction: null }, position: { classPropertyName: "position", publicName: "position", isSignal: true, isRequired: false, transformFunction: null }, customStyle: { classPropertyName: "customStyle", publicName: "customStyle", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { label: "labelChange", isOpen: "isOpenChange", position: "positionChange", customStyle: "customStyleChange" }, host: { listeners: { "document:click": "clickout($event)" } }, queries: [{ propertyName: "dropdownItemChildren", predicate: DropdownItemComponent, isSignal: true }, { propertyName: "dropdownHeaderChildren", predicate: DropdownHeaderComponent, isSignal: true }, { propertyName: "dropdownDividerChildren", predicate: DropdownDividerComponent, isSignal: true }], viewQueries: [{ propertyName: "dropdown", first: true, predicate: ["dropdown"], descendants: true }, { propertyName: "button", first: true, predicate: ["button"], descendants: true }], usesInheritance: true, ngImport: i0, template: `
|
|
1784
|
+
<button type="button" [ngClass]="contentClasses().dropdownClass" (click)="toggle()" #button>
|
|
1871
1785
|
<span [ngClass]="contentClasses().spanClass">
|
|
1872
1786
|
{{ label() }}
|
|
1873
|
-
<flowbite-icon
|
|
1874
|
-
svgIcon="flowbite-angular:chevron-down"
|
|
1875
|
-
class="ml-2 h-4 w-4" />
|
|
1787
|
+
<flowbite-icon svgIcon="flowbite-angular:chevron-down" class="ml-2 h-4 w-4" />
|
|
1876
1788
|
</span>
|
|
1877
1789
|
</button>
|
|
1878
1790
|
<div
|
|
@@ -1887,23 +1799,17 @@ class DropdownComponent extends BaseComponent {
|
|
|
1887
1799
|
</div>
|
|
1888
1800
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: IconComponent, selector: "flowbite-icon", inputs: ["svgIcon"], outputs: ["svgIconChange"] }] }); }
|
|
1889
1801
|
}
|
|
1890
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
1802
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: DropdownComponent, decorators: [{
|
|
1891
1803
|
type: Component,
|
|
1892
1804
|
args: [{
|
|
1893
1805
|
standalone: true,
|
|
1894
1806
|
imports: [NgClass, IconComponent],
|
|
1895
1807
|
selector: 'flowbite-dropdown',
|
|
1896
1808
|
template: `
|
|
1897
|
-
<button
|
|
1898
|
-
type="button"
|
|
1899
|
-
[ngClass]="contentClasses().dropdownClass"
|
|
1900
|
-
(click)="toggle()"
|
|
1901
|
-
#button>
|
|
1809
|
+
<button type="button" [ngClass]="contentClasses().dropdownClass" (click)="toggle()" #button>
|
|
1902
1810
|
<span [ngClass]="contentClasses().spanClass">
|
|
1903
1811
|
{{ label() }}
|
|
1904
|
-
<flowbite-icon
|
|
1905
|
-
svgIcon="flowbite-angular:chevron-down"
|
|
1906
|
-
class="ml-2 h-4 w-4" />
|
|
1812
|
+
<flowbite-icon svgIcon="flowbite-angular:chevron-down" class="ml-2 h-4 w-4" />
|
|
1907
1813
|
</span>
|
|
1908
1814
|
</button>
|
|
1909
1815
|
<div
|
|
@@ -2042,10 +1948,10 @@ class FormFieldComponent extends BaseComponent {
|
|
|
2042
1948
|
customStyle: this.customStyle(),
|
|
2043
1949
|
});
|
|
2044
1950
|
}
|
|
2045
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
2046
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "18.
|
|
1951
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: FormFieldComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
1952
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "18.0.0", type: FormFieldComponent, isStandalone: true, selector: "flowbite-form-field", inputs: { type: { classPropertyName: "type", publicName: "type", isSignal: true, isRequired: false, transformFunction: null }, size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null }, isDisabled: { classPropertyName: "isDisabled", publicName: "isDisabled", isSignal: true, isRequired: false, transformFunction: null }, validate: { classPropertyName: "validate", publicName: "validate", isSignal: true, isRequired: false, transformFunction: null }, floatingLabelType: { classPropertyName: "floatingLabelType", publicName: "floatingLabelType", isSignal: true, isRequired: false, transformFunction: null }, prefix: { classPropertyName: "prefix", publicName: "prefix", isSignal: true, isRequired: false, transformFunction: null }, customStyle: { classPropertyName: "customStyle", publicName: "customStyle", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { type: "typeChange", size: "sizeChange", isDisabled: "isDisabledChange", validate: "validateChange", floatingLabelType: "floatingLabelTypeChange", prefix: "prefixChange", customStyle: "customStyleChange" }, usesInheritance: true, ngImport: i0, template: "<ng-container *ngIf=\"floatingLabelType(); else nonFloatingTemplate\">\n <div\n [ngClass]=\"{\n relative: floatingLabelType(),\n 'z-0': floatingLabelType() === 'standard',\n }\">\n <ng-container *ngTemplateOutlet=\"inputTemplate\"></ng-container>\n <ng-container *ngTemplateOutlet=\"labelTemplate\"></ng-container>\n </div>\n <ng-container *ngTemplateOutlet=\"hintTemplate\"></ng-container>\n</ng-container>\n<ng-template #nonFloatingTemplate>\n <ng-container *ngTemplateOutlet=\"labelTemplate\"></ng-container>\n <ng-container *ngIf=\"prefix(); else inputTemplate\">\n <ng-container *ngIf=\"prefix() === 'icon'; else inputWithAddon\">\n <div class=\"relative\">\n <div class=\"pointer-events-none absolute inset-y-0 left-0 flex items-center pl-3\">\n <ng-container *ngTemplateOutlet=\"iconTemplate\"></ng-container>\n </div>\n <ng-container *ngTemplateOutlet=\"inputTemplate\"></ng-container>\n </div>\n </ng-container>\n </ng-container>\n <ng-container *ngTemplateOutlet=\"hintTemplate\"></ng-container>\n</ng-template>\n\n<ng-template #inputWithAddon>\n <div class=\"flex\">\n <ng-container *ngTemplateOutlet=\"addonTemplate\"></ng-container>\n <ng-container *ngTemplateOutlet=\"inputTemplate\"></ng-container>\n </div>\n</ng-template>\n\n<ng-template #inputTemplate>\n <ng-content select=\"input[flowbiteInput]\"></ng-content>\n</ng-template>\n<ng-template #labelTemplate>\n <ng-content select=\"label[flowbiteLabel]\"></ng-content>\n</ng-template>\n<ng-template #hintTemplate>\n <ng-content select=\"[flowbiteHelper]\"></ng-content>\n</ng-template>\n<ng-template #iconTemplate>\n <ng-content select=\"[flowbiteIcon]\"></ng-content>\n</ng-template>\n<ng-template #addonTemplate>\n <ng-content select=\"[flowbiteAddon]\"></ng-content>\n</ng-template>\n", dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] }); }
|
|
2047
1953
|
}
|
|
2048
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
1954
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: FormFieldComponent, decorators: [{
|
|
2049
1955
|
type: Component,
|
|
2050
1956
|
args: [{ standalone: true, imports: [NgIf, NgClass, AsyncPipe, NgTemplateOutlet], selector: 'flowbite-form-field', template: "<ng-container *ngIf=\"floatingLabelType(); else nonFloatingTemplate\">\n <div\n [ngClass]=\"{\n relative: floatingLabelType(),\n 'z-0': floatingLabelType() === 'standard',\n }\">\n <ng-container *ngTemplateOutlet=\"inputTemplate\"></ng-container>\n <ng-container *ngTemplateOutlet=\"labelTemplate\"></ng-container>\n </div>\n <ng-container *ngTemplateOutlet=\"hintTemplate\"></ng-container>\n</ng-container>\n<ng-template #nonFloatingTemplate>\n <ng-container *ngTemplateOutlet=\"labelTemplate\"></ng-container>\n <ng-container *ngIf=\"prefix(); else inputTemplate\">\n <ng-container *ngIf=\"prefix() === 'icon'; else inputWithAddon\">\n <div class=\"relative\">\n <div class=\"pointer-events-none absolute inset-y-0 left-0 flex items-center pl-3\">\n <ng-container *ngTemplateOutlet=\"iconTemplate\"></ng-container>\n </div>\n <ng-container *ngTemplateOutlet=\"inputTemplate\"></ng-container>\n </div>\n </ng-container>\n </ng-container>\n <ng-container *ngTemplateOutlet=\"hintTemplate\"></ng-container>\n</ng-template>\n\n<ng-template #inputWithAddon>\n <div class=\"flex\">\n <ng-container *ngTemplateOutlet=\"addonTemplate\"></ng-container>\n <ng-container *ngTemplateOutlet=\"inputTemplate\"></ng-container>\n </div>\n</ng-template>\n\n<ng-template #inputTemplate>\n <ng-content select=\"input[flowbiteInput]\"></ng-content>\n</ng-template>\n<ng-template #labelTemplate>\n <ng-content select=\"label[flowbiteLabel]\"></ng-content>\n</ng-template>\n<ng-template #hintTemplate>\n <ng-content select=\"[flowbiteHelper]\"></ng-content>\n</ng-template>\n<ng-template #iconTemplate>\n <ng-content select=\"[flowbiteIcon]\"></ng-content>\n</ng-template>\n<ng-template #addonTemplate>\n <ng-content select=\"[flowbiteAddon]\"></ng-content>\n</ng-template>\n" }]
|
|
2051
1957
|
}] });
|
|
@@ -2061,10 +1967,10 @@ class BaseInputDirective {
|
|
|
2061
1967
|
this.fetchClass();
|
|
2062
1968
|
}, { injector: this.injector, allowSignalWrites: true });
|
|
2063
1969
|
}
|
|
2064
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
2065
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.
|
|
1970
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: BaseInputDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1971
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0", type: BaseInputDirective, isStandalone: true, host: { properties: { "class": "contentClasses()?.rootClass" } }, ngImport: i0 }); }
|
|
2066
1972
|
}
|
|
2067
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
1973
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: BaseInputDirective, decorators: [{
|
|
2068
1974
|
type: Directive,
|
|
2069
1975
|
args: [{
|
|
2070
1976
|
standalone: true,
|
|
@@ -2089,10 +1995,10 @@ class AddonDirective extends BaseInputDirective {
|
|
|
2089
1995
|
});
|
|
2090
1996
|
this.contentClasses.set(propertyClass);
|
|
2091
1997
|
}
|
|
2092
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
2093
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "18.
|
|
1998
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: AddonDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1999
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "18.0.0", type: AddonDirective, isStandalone: true, selector: "[flowbiteAddon]", inputs: { customStyle: { classPropertyName: "customStyle", publicName: "customStyle", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, ngImport: i0 }); }
|
|
2094
2000
|
}
|
|
2095
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
2001
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: AddonDirective, decorators: [{
|
|
2096
2002
|
type: Directive,
|
|
2097
2003
|
args: [{
|
|
2098
2004
|
standalone: true,
|
|
@@ -2143,10 +2049,10 @@ class HelperDirective extends BaseInputDirective {
|
|
|
2143
2049
|
this.contentClasses.set(propertyClass);
|
|
2144
2050
|
return { rootClass: '' };
|
|
2145
2051
|
}
|
|
2146
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
2147
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "18.
|
|
2052
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: HelperDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2053
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "18.0.0", type: HelperDirective, isStandalone: true, selector: "[flowbiteHelper]", inputs: { customStyle: { classPropertyName: "customStyle", publicName: "customStyle", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, ngImport: i0 }); }
|
|
2148
2054
|
}
|
|
2149
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
2055
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: HelperDirective, decorators: [{
|
|
2150
2056
|
type: Directive,
|
|
2151
2057
|
args: [{
|
|
2152
2058
|
standalone: true,
|
|
@@ -2191,10 +2097,10 @@ class IconDirective extends BaseInputDirective {
|
|
|
2191
2097
|
});
|
|
2192
2098
|
this.contentClasses.set(propertyClass);
|
|
2193
2099
|
}
|
|
2194
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
2195
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "18.
|
|
2100
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: IconDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2101
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "18.0.0", type: IconDirective, isStandalone: true, selector: "[flowbiteIcon]", inputs: { customStyle: { classPropertyName: "customStyle", publicName: "customStyle", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, ngImport: i0 }); }
|
|
2196
2102
|
}
|
|
2197
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
2103
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: IconDirective, decorators: [{
|
|
2198
2104
|
type: Directive,
|
|
2199
2105
|
args: [{
|
|
2200
2106
|
standalone: true,
|
|
@@ -2295,7 +2201,15 @@ class InputDirectiveThemeService {
|
|
|
2295
2201
|
theme.floatingLabel[properties.floatingLabelType].disabled[properties.disabled], properties.floatingLabelType &&
|
|
2296
2202
|
!properties.validate &&
|
|
2297
2203
|
properties.disabled === 'disabled' &&
|
|
2298
|
-
theme.floatingLabel[properties.floatingLabelType].default, properties.floatingLabelType &&
|
|
2204
|
+
theme.floatingLabel[properties.floatingLabelType].default, properties.floatingLabelType &&
|
|
2205
|
+
theme.floatingLabel[properties.floatingLabelType].size[properties.size], !properties.floatingLabelType && theme.base, !properties.floatingLabelType &&
|
|
2206
|
+
properties.validate &&
|
|
2207
|
+
theme.validation[properties.validate], !properties.floatingLabelType &&
|
|
2208
|
+
!properties.validate &&
|
|
2209
|
+
theme.disabled[properties.disabled], !properties.floatingLabelType &&
|
|
2210
|
+
!properties.validate &&
|
|
2211
|
+
properties.disabled === 'disabled' &&
|
|
2212
|
+
theme.default, !properties.floatingLabelType && properties.prefix && theme.prefix?.[properties.prefix], !properties.floatingLabelType && theme.size[properties.size]),
|
|
2299
2213
|
};
|
|
2300
2214
|
return output;
|
|
2301
2215
|
}
|
|
@@ -2322,10 +2236,10 @@ class InputDirective extends BaseInputDirective {
|
|
|
2322
2236
|
});
|
|
2323
2237
|
this.contentClasses.set(propertyClass);
|
|
2324
2238
|
}
|
|
2325
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
2326
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "18.
|
|
2239
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: InputDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2240
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "18.0.0", type: InputDirective, isStandalone: true, selector: "input[flowbiteInput]", inputs: { customStyle: { classPropertyName: "customStyle", publicName: "customStyle", isSignal: true, isRequired: false, transformFunction: null } }, host: { properties: { "attr.disabled": "formFieldComponent.isDisabled() || null" } }, usesInheritance: true, ngImport: i0 }); }
|
|
2327
2241
|
}
|
|
2328
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
2242
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: InputDirective, decorators: [{
|
|
2329
2243
|
type: Directive,
|
|
2330
2244
|
args: [{
|
|
2331
2245
|
standalone: true,
|
|
@@ -2398,7 +2312,9 @@ class LabelDirectiveThemeService {
|
|
|
2398
2312
|
properties.validate &&
|
|
2399
2313
|
theme.floatingLabel[properties.floatingLabelType].validation[properties.validate], properties.floatingLabelType &&
|
|
2400
2314
|
!properties.validate &&
|
|
2401
|
-
theme.floatingLabel[properties.floatingLabelType].default, !properties.floatingLabelType && theme.base, !properties.floatingLabelType &&
|
|
2315
|
+
theme.floatingLabel[properties.floatingLabelType].default, !properties.floatingLabelType && theme.base, !properties.floatingLabelType &&
|
|
2316
|
+
properties.validate &&
|
|
2317
|
+
theme.validation[properties.validate], !properties.floatingLabelType && !properties.validate && theme.default),
|
|
2402
2318
|
};
|
|
2403
2319
|
return output;
|
|
2404
2320
|
}
|
|
@@ -2424,10 +2340,10 @@ class LabelDirective extends BaseInputDirective {
|
|
|
2424
2340
|
});
|
|
2425
2341
|
this.contentClasses.set(propertyClass);
|
|
2426
2342
|
}
|
|
2427
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
2428
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "18.
|
|
2343
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: LabelDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2344
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "18.0.0", type: LabelDirective, isStandalone: true, selector: "label[flowbiteLabel]", inputs: { customStyle: { classPropertyName: "customStyle", publicName: "customStyle", isSignal: true, isRequired: false, transformFunction: null } }, host: { properties: { "attr.for": "for.flowbiteId()" } }, usesInheritance: true, ngImport: i0 }); }
|
|
2429
2345
|
}
|
|
2430
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
2346
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: LabelDirective, decorators: [{
|
|
2431
2347
|
type: Directive,
|
|
2432
2348
|
args: [{
|
|
2433
2349
|
standalone: true,
|
|
@@ -2453,7 +2369,9 @@ class IndicatorThemeService {
|
|
|
2453
2369
|
getClasses(properties) {
|
|
2454
2370
|
const theme = mergeTheme(this.baseTheme, properties.customStyle);
|
|
2455
2371
|
const output = {
|
|
2456
|
-
rootClass: twMerge(theme.root.base, theme.root.hasBorder[properties.hasBorder], theme.root.color[properties.color], theme.root.isDisabled[properties.isDisabled], properties.placement &&
|
|
2372
|
+
rootClass: twMerge(theme.root.base, theme.root.hasBorder[properties.hasBorder], theme.root.color[properties.color], theme.root.isDisabled[properties.isDisabled], properties.placement &&
|
|
2373
|
+
properties.hasOffset == 'enabled' &&
|
|
2374
|
+
theme.root.hasOffset[properties.placement], theme.root.isOutline[properties.isOutline], theme.root.isPill[properties.isPill], properties.placement && 'absolute ' + theme.root.placement[properties.placement], theme.root.isRounded[properties.isRounded], theme.root.size[properties.size]),
|
|
2457
2375
|
};
|
|
2458
2376
|
return output;
|
|
2459
2377
|
}
|
|
@@ -2494,10 +2412,10 @@ class IndicatorComponent extends BaseComponent {
|
|
|
2494
2412
|
customStyle: this.customStyle(),
|
|
2495
2413
|
});
|
|
2496
2414
|
}
|
|
2497
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
2498
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "18.
|
|
2415
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: IndicatorComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
2416
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "18.0.0", type: IndicatorComponent, isStandalone: true, selector: "flowbite-indicator", inputs: { isPill: { classPropertyName: "isPill", publicName: "isPill", isSignal: true, isRequired: false, transformFunction: null }, isOutline: { classPropertyName: "isOutline", publicName: "isOutline", isSignal: true, isRequired: false, transformFunction: null }, isDisabled: { classPropertyName: "isDisabled", publicName: "isDisabled", isSignal: true, isRequired: false, transformFunction: null }, hasOffset: { classPropertyName: "hasOffset", publicName: "hasOffset", isSignal: true, isRequired: false, transformFunction: null }, isRounded: { classPropertyName: "isRounded", publicName: "isRounded", isSignal: true, isRequired: false, transformFunction: null }, hasBorder: { classPropertyName: "hasBorder", publicName: "hasBorder", isSignal: true, isRequired: false, transformFunction: null }, color: { classPropertyName: "color", publicName: "color", isSignal: true, isRequired: false, transformFunction: null }, size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null }, placement: { classPropertyName: "placement", publicName: "placement", isSignal: true, isRequired: false, transformFunction: null }, customStyle: { classPropertyName: "customStyle", publicName: "customStyle", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { isPill: "isPillChange", isOutline: "isOutlineChange", isDisabled: "isDisabledChange", hasOffset: "hasOffsetChange", isRounded: "isRoundedChange", hasBorder: "hasBorderChange", color: "colorChange", size: "sizeChange", placement: "placementChange", customStyle: "customStyleChange" }, usesInheritance: true, ngImport: i0, template: `<ng-content />`, isInline: true }); }
|
|
2499
2417
|
}
|
|
2500
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
2418
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: IndicatorComponent, decorators: [{
|
|
2501
2419
|
type: Component,
|
|
2502
2420
|
args: [{
|
|
2503
2421
|
standalone: true,
|
|
@@ -2603,10 +2521,10 @@ class ModalBodyComponent extends BaseComponent {
|
|
|
2603
2521
|
customStyle: this.customStyle(),
|
|
2604
2522
|
});
|
|
2605
2523
|
}
|
|
2606
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
2607
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "18.
|
|
2524
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: ModalBodyComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
2525
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "18.0.0", type: ModalBodyComponent, isStandalone: true, selector: "flowbite-modal-body", inputs: { customStyle: { classPropertyName: "customStyle", publicName: "customStyle", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { customStyle: "customStyleChange" }, usesInheritance: true, ngImport: i0, template: `<ng-content />`, isInline: true }); }
|
|
2608
2526
|
}
|
|
2609
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
2527
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: ModalBodyComponent, decorators: [{
|
|
2610
2528
|
type: Component,
|
|
2611
2529
|
args: [{
|
|
2612
2530
|
standalone: true,
|
|
@@ -2645,10 +2563,10 @@ class ModalFooterComponent extends BaseComponent {
|
|
|
2645
2563
|
customStyle: this.customStyle(),
|
|
2646
2564
|
});
|
|
2647
2565
|
}
|
|
2648
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
2649
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "18.
|
|
2566
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: ModalFooterComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
2567
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "18.0.0", type: ModalFooterComponent, isStandalone: true, selector: "flowbite-modal-footer", inputs: { customStyle: { classPropertyName: "customStyle", publicName: "customStyle", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { customStyle: "customStyleChange" }, usesInheritance: true, ngImport: i0, template: `<ng-content />`, isInline: true }); }
|
|
2650
2568
|
}
|
|
2651
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
2569
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: ModalFooterComponent, decorators: [{
|
|
2652
2570
|
type: Component,
|
|
2653
2571
|
args: [{
|
|
2654
2572
|
standalone: true,
|
|
@@ -2694,8 +2612,8 @@ class ModalHeaderComponent extends BaseComponent {
|
|
|
2694
2612
|
init() {
|
|
2695
2613
|
this.iconRegistry.addRawSvgIconInNamepsace('flowbite-angular', 'close', this.domSanitizer.bypassSecurityTrustHtml(CLOSE_SVG_ICON));
|
|
2696
2614
|
}
|
|
2697
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
2698
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "18.
|
|
2615
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: ModalHeaderComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
2616
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "18.0.0", type: ModalHeaderComponent, isStandalone: true, selector: "flowbite-modal-header", inputs: { customStyle: { classPropertyName: "customStyle", publicName: "customStyle", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { customStyle: "customStyleChange" }, usesInheritance: true, ngImport: i0, template: `
|
|
2699
2617
|
<h3 [ngClass]="contentClasses().modalHeaderTitleClass">
|
|
2700
2618
|
<ng-content />
|
|
2701
2619
|
</h3>
|
|
@@ -2704,14 +2622,12 @@ class ModalHeaderComponent extends BaseComponent {
|
|
|
2704
2622
|
[ngClass]="contentClasses().modalHeaderButtonClass"
|
|
2705
2623
|
data-modal-hide="medium-modal"
|
|
2706
2624
|
(click)="modalComponent.close()">
|
|
2707
|
-
<flowbite-icon
|
|
2708
|
-
svgIcon="flowbite-angular:close"
|
|
2709
|
-
class="w-5 h-5" />
|
|
2625
|
+
<flowbite-icon svgIcon="flowbite-angular:close" class="w-5 h-5" />
|
|
2710
2626
|
<span class="sr-only">Close modal</span>
|
|
2711
2627
|
</button>
|
|
2712
2628
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: IconComponent, selector: "flowbite-icon", inputs: ["svgIcon"], outputs: ["svgIconChange"] }] }); }
|
|
2713
2629
|
}
|
|
2714
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
2630
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: ModalHeaderComponent, decorators: [{
|
|
2715
2631
|
type: Component,
|
|
2716
2632
|
args: [{
|
|
2717
2633
|
standalone: true,
|
|
@@ -2726,9 +2642,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImpor
|
|
|
2726
2642
|
[ngClass]="contentClasses().modalHeaderButtonClass"
|
|
2727
2643
|
data-modal-hide="medium-modal"
|
|
2728
2644
|
(click)="modalComponent.close()">
|
|
2729
|
-
<flowbite-icon
|
|
2730
|
-
svgIcon="flowbite-angular:close"
|
|
2731
|
-
class="w-5 h-5" />
|
|
2645
|
+
<flowbite-icon svgIcon="flowbite-angular:close" class="w-5 h-5" />
|
|
2732
2646
|
<span class="sr-only">Close modal</span>
|
|
2733
2647
|
</button>
|
|
2734
2648
|
`,
|
|
@@ -2842,14 +2756,12 @@ class ModalComponent extends BaseComponent {
|
|
|
2842
2756
|
this.close();
|
|
2843
2757
|
}
|
|
2844
2758
|
}
|
|
2845
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
2846
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "18.
|
|
2759
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: ModalComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
2760
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "18.0.0", type: ModalComponent, isStandalone: true, selector: "flowbite-modal", inputs: { size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null }, position: { classPropertyName: "position", publicName: "position", isSignal: true, isRequired: false, transformFunction: null }, isDismissable: { classPropertyName: "isDismissable", publicName: "isDismissable", isSignal: true, isRequired: false, transformFunction: null }, isOpen: { classPropertyName: "isOpen", publicName: "isOpen", isSignal: true, isRequired: false, transformFunction: null }, customStyle: { classPropertyName: "customStyle", publicName: "customStyle", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { size: "sizeChange", position: "positionChange", isDismissable: "isDismissableChange", isOpen: "isOpenChange", customStyle: "customStyleChange" }, host: { attributes: { "tabindex": "-1" }, listeners: { "document:keydown": "onKeydownHandler($event)" } }, queries: [{ propertyName: "modalHeaderChild", first: true, predicate: ModalHeaderComponent, descendants: true, isSignal: true }, { propertyName: "modalBodyChild", first: true, predicate: ModalBodyComponent, descendants: true, isSignal: true }, { propertyName: "modalFooterChild", first: true, predicate: ModalFooterComponent, descendants: true, isSignal: true }], viewQueries: [{ propertyName: "template", first: true, predicate: ["modal"], descendants: true, read: TemplateRef, isSignal: true }], usesInheritance: true, ngImport: i0, template: `
|
|
2847
2761
|
<ng-template #modal>
|
|
2848
2762
|
<div class="bg-gray-900 bg-opacity-50 dark:bg-opacity-80 fixed inset-0 z-[99]"></div>
|
|
2849
2763
|
|
|
2850
|
-
<div
|
|
2851
|
-
[ngClass]="contentClasses().modalWrapperClass"
|
|
2852
|
-
(click)="onBackdropClick($event)">
|
|
2764
|
+
<div [ngClass]="contentClasses().modalWrapperClass" (click)="onBackdropClick($event)">
|
|
2853
2765
|
<div [ngClass]="contentClasses().modalContainerClass">
|
|
2854
2766
|
<div [ngClass]="contentClasses().modalContentClass">
|
|
2855
2767
|
<ng-content />
|
|
@@ -2859,7 +2771,7 @@ class ModalComponent extends BaseComponent {
|
|
|
2859
2771
|
</ng-template>
|
|
2860
2772
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] }); }
|
|
2861
2773
|
}
|
|
2862
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
2774
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: ModalComponent, decorators: [{
|
|
2863
2775
|
type: Component,
|
|
2864
2776
|
args: [{
|
|
2865
2777
|
standalone: true,
|
|
@@ -2869,9 +2781,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImpor
|
|
|
2869
2781
|
<ng-template #modal>
|
|
2870
2782
|
<div class="bg-gray-900 bg-opacity-50 dark:bg-opacity-80 fixed inset-0 z-[99]"></div>
|
|
2871
2783
|
|
|
2872
|
-
<div
|
|
2873
|
-
[ngClass]="contentClasses().modalWrapperClass"
|
|
2874
|
-
(click)="onBackdropClick($event)">
|
|
2784
|
+
<div [ngClass]="contentClasses().modalWrapperClass" (click)="onBackdropClick($event)">
|
|
2875
2785
|
<div [ngClass]="contentClasses().modalContainerClass">
|
|
2876
2786
|
<div [ngClass]="contentClasses().modalContentClass">
|
|
2877
2787
|
<ng-content />
|
|
@@ -2972,10 +2882,10 @@ class NavbarBrandComponent extends BaseComponent {
|
|
|
2972
2882
|
customStyle: this.customStyle(),
|
|
2973
2883
|
});
|
|
2974
2884
|
}
|
|
2975
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
2976
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "18.
|
|
2885
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: NavbarBrandComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
2886
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "18.0.0", type: NavbarBrandComponent, isStandalone: true, selector: "flowbite-navbar-brand", inputs: { customStyle: { classPropertyName: "customStyle", publicName: "customStyle", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { customStyle: "customStyleChange" }, usesInheritance: true, ngImport: i0, template: `<ng-content />`, isInline: true }); }
|
|
2977
2887
|
}
|
|
2978
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
2888
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: NavbarBrandComponent, decorators: [{
|
|
2979
2889
|
type: Component,
|
|
2980
2890
|
args: [{
|
|
2981
2891
|
selector: 'flowbite-navbar-brand',
|
|
@@ -3017,14 +2927,14 @@ class NavbarContentComponent extends BaseComponent {
|
|
|
3017
2927
|
customStyle: this.customStyle(),
|
|
3018
2928
|
});
|
|
3019
2929
|
}
|
|
3020
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
3021
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "18.
|
|
2930
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: NavbarContentComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
2931
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "18.0.0", type: NavbarContentComponent, isStandalone: true, selector: "flowbite-navbar-content", inputs: { navbarComponent: { classPropertyName: "navbarComponent", publicName: "navbarComponent", isSignal: true, isRequired: false, transformFunction: null }, color: { classPropertyName: "color", publicName: "color", isSignal: true, isRequired: false, transformFunction: null }, customStyle: { classPropertyName: "customStyle", publicName: "customStyle", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { navbarComponent: "navbarComponentChange", color: "colorChange", customStyle: "customStyleChange" }, usesInheritance: true, ngImport: i0, template: `
|
|
3022
2932
|
<div [ngClass]="contentClasses().navbarContentListClass">
|
|
3023
2933
|
<ng-content />
|
|
3024
2934
|
</div>
|
|
3025
2935
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] }); }
|
|
3026
2936
|
}
|
|
3027
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
2937
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: NavbarContentComponent, decorators: [{
|
|
3028
2938
|
type: Component,
|
|
3029
2939
|
args: [{
|
|
3030
2940
|
selector: 'flowbite-navbar-content',
|
|
@@ -3077,24 +2987,16 @@ class NavbarToggleComponent extends BaseComponent {
|
|
|
3077
2987
|
const isCollapsed = this.navbarComponent().isOpen();
|
|
3078
2988
|
this.navbarComponent().isOpen.set(!isCollapsed);
|
|
3079
2989
|
}
|
|
3080
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
3081
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "18.
|
|
3082
|
-
<flowbite-icon
|
|
3083
|
-
svgIcon="flowbite-angular:bars"
|
|
3084
|
-
class="w-5 h-5" />
|
|
3085
|
-
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "component", type: IconComponent, selector: "flowbite-icon", inputs: ["svgIcon"], outputs: ["svgIconChange"] }] }); }
|
|
2990
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: NavbarToggleComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
2991
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "18.0.0", type: NavbarToggleComponent, isStandalone: true, selector: "flowbite-navbar-toggle", inputs: { navbarComponent: { classPropertyName: "navbarComponent", publicName: "navbarComponent", isSignal: true, isRequired: false, transformFunction: null }, customStyle: { classPropertyName: "customStyle", publicName: "customStyle", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { navbarComponent: "navbarComponentChange", customStyle: "customStyleChange" }, host: { listeners: { "click": "onClick()" } }, usesInheritance: true, ngImport: i0, template: ` <flowbite-icon svgIcon="flowbite-angular:bars" class="w-5 h-5" /> `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "component", type: IconComponent, selector: "flowbite-icon", inputs: ["svgIcon"], outputs: ["svgIconChange"] }] }); }
|
|
3086
2992
|
}
|
|
3087
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
2993
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: NavbarToggleComponent, decorators: [{
|
|
3088
2994
|
type: Component,
|
|
3089
2995
|
args: [{
|
|
3090
2996
|
selector: 'flowbite-navbar-toggle',
|
|
3091
2997
|
standalone: true,
|
|
3092
2998
|
imports: [CommonModule, IconComponent],
|
|
3093
|
-
template: `
|
|
3094
|
-
<flowbite-icon
|
|
3095
|
-
svgIcon="flowbite-angular:bars"
|
|
3096
|
-
class="w-5 h-5" />
|
|
3097
|
-
`,
|
|
2999
|
+
template: ` <flowbite-icon svgIcon="flowbite-angular:bars" class="w-5 h-5" /> `,
|
|
3098
3000
|
host: {
|
|
3099
3001
|
'(click)': 'onClick()',
|
|
3100
3002
|
},
|
|
@@ -3155,10 +3057,10 @@ class NavbarComponent extends BaseComponent {
|
|
|
3155
3057
|
}
|
|
3156
3058
|
this.isOpen.set(isOpen);
|
|
3157
3059
|
}
|
|
3158
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
3159
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "18.
|
|
3060
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: NavbarComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
3061
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "18.0.0", type: NavbarComponent, isStandalone: true, selector: "flowbite-navbar", inputs: { color: { classPropertyName: "color", publicName: "color", isSignal: true, isRequired: false, transformFunction: null }, isOpen: { classPropertyName: "isOpen", publicName: "isOpen", isSignal: true, isRequired: false, transformFunction: null }, isRounded: { classPropertyName: "isRounded", publicName: "isRounded", isSignal: true, isRequired: false, transformFunction: null }, hasBorder: { classPropertyName: "hasBorder", publicName: "hasBorder", isSignal: true, isRequired: false, transformFunction: null }, isFixed: { classPropertyName: "isFixed", publicName: "isFixed", isSignal: true, isRequired: false, transformFunction: null }, customStyle: { classPropertyName: "customStyle", publicName: "customStyle", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { color: "colorChange", isOpen: "isOpenChange", isRounded: "isRoundedChange", hasBorder: "hasBorderChange", isFixed: "isFixedChange", customStyle: "customStyleChange" }, queries: [{ propertyName: "navbarBrandChild", first: true, predicate: NavbarBrandComponent, descendants: true, isSignal: true }, { propertyName: "navbarToggleChild", first: true, predicate: NavbarToggleComponent, descendants: true, isSignal: true }, { propertyName: "navbarContentChild", first: true, predicate: NavbarContentComponent, descendants: true, isSignal: true }], usesInheritance: true, ngImport: i0, template: `<ng-content />`, isInline: true }); }
|
|
3160
3062
|
}
|
|
3161
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
3063
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: NavbarComponent, decorators: [{
|
|
3162
3064
|
type: Component,
|
|
3163
3065
|
args: [{
|
|
3164
3066
|
standalone: true,
|
|
@@ -3233,10 +3135,10 @@ class FlowbiteRouterLinkActiveDirective {
|
|
|
3233
3135
|
onIsActiveChange() {
|
|
3234
3136
|
this._isActive.set(this.routerLinkActive.isActive);
|
|
3235
3137
|
}
|
|
3236
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
3237
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.
|
|
3138
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: FlowbiteRouterLinkActiveDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3139
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0", type: FlowbiteRouterLinkActiveDirective, isStandalone: true, selector: "[flowbiteRouterLinkActive]", host: { attributes: { "isActiveChange": "onIsActiveChange" } }, hostDirectives: [{ directive: i1.RouterLinkActive, inputs: ["routerLinkActiveOptions", "routerLinkActiveOptions", "ariaCurrentWhenActive", "ariaCurrentWhenActive", "routerLinkActive", "routerLinkActive"], outputs: ["isActiveChange", "isActiveChange"] }], ngImport: i0 }); }
|
|
3238
3140
|
}
|
|
3239
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
3141
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: FlowbiteRouterLinkActiveDirective, decorators: [{
|
|
3240
3142
|
type: Directive,
|
|
3241
3143
|
args: [{
|
|
3242
3144
|
standalone: true,
|
|
@@ -3272,7 +3174,9 @@ class NavbarItemComponent extends BaseComponent {
|
|
|
3272
3174
|
constructor() {
|
|
3273
3175
|
super(...arguments);
|
|
3274
3176
|
this.flowbiteRouterLink = inject(FlowbiteRouterLinkDirective, { optional: true });
|
|
3275
|
-
this.flowbiteRouterLinkActive = inject(FlowbiteRouterLinkActiveDirective, {
|
|
3177
|
+
this.flowbiteRouterLinkActive = inject(FlowbiteRouterLinkActiveDirective, {
|
|
3178
|
+
optional: true,
|
|
3179
|
+
});
|
|
3276
3180
|
this.themeService = inject(NavbarItemThemeService);
|
|
3277
3181
|
this.navbarContentComponent = inject(NavbarContentComponent);
|
|
3278
3182
|
//#region properties
|
|
@@ -3291,10 +3195,10 @@ class NavbarItemComponent extends BaseComponent {
|
|
|
3291
3195
|
onClick() {
|
|
3292
3196
|
this.navbarContentComponent.navbarComponent().toggleVisibility(false);
|
|
3293
3197
|
}
|
|
3294
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
3295
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "18.
|
|
3198
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: NavbarItemComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
3199
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "18.0.0", type: NavbarItemComponent, isStandalone: true, selector: "flowbite-navbar-item", inputs: { color: { classPropertyName: "color", publicName: "color", isSignal: true, isRequired: false, transformFunction: null }, customStyle: { classPropertyName: "customStyle", publicName: "customStyle", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { color: "colorChange", customStyle: "customStyleChange" }, host: { listeners: { "click": "onClick()" } }, usesInheritance: true, ngImport: i0, template: `<ng-content />`, isInline: true }); }
|
|
3296
3200
|
}
|
|
3297
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
3201
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: NavbarItemComponent, decorators: [{
|
|
3298
3202
|
type: Component,
|
|
3299
3203
|
args: [{
|
|
3300
3204
|
selector: 'flowbite-navbar-item',
|
|
@@ -3360,10 +3264,10 @@ class NavbarIconButtonComponent extends BaseComponent {
|
|
|
3360
3264
|
throw new Error('No NavbarComponent/NavbarContentComponent available');
|
|
3361
3265
|
}
|
|
3362
3266
|
}
|
|
3363
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
3364
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "18.
|
|
3267
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: NavbarIconButtonComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
3268
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "18.0.0", type: NavbarIconButtonComponent, isStandalone: true, selector: "flowbite-navbar-icon-button", inputs: { color: { classPropertyName: "color", publicName: "color", isSignal: true, isRequired: false, transformFunction: null }, customStyle: { classPropertyName: "customStyle", publicName: "customStyle", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { color: "colorChange", customStyle: "customStyleChange" }, usesInheritance: true, ngImport: i0, template: `<ng-content />`, isInline: true }); }
|
|
3365
3269
|
}
|
|
3366
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
3270
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: NavbarIconButtonComponent, decorators: [{
|
|
3367
3271
|
type: Component,
|
|
3368
3272
|
args: [{
|
|
3369
3273
|
selector: 'flowbite-navbar-icon-button',
|
|
@@ -3428,20 +3332,16 @@ class ScrollTopComponent extends BaseComponent {
|
|
|
3428
3332
|
onClick() {
|
|
3429
3333
|
window.scrollTo(window.scrollX, 0);
|
|
3430
3334
|
}
|
|
3431
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
3432
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "18.
|
|
3433
|
-
svgIcon="flowbite-angular:chevron-up"
|
|
3434
|
-
class="w-5 h-5" />`, isInline: true, dependencies: [{ kind: "component", type: IconComponent, selector: "flowbite-icon", inputs: ["svgIcon"], outputs: ["svgIconChange"] }] }); }
|
|
3335
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: ScrollTopComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
3336
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "18.0.0", type: ScrollTopComponent, isStandalone: true, selector: "flowbite-scroll-top", inputs: { color: { classPropertyName: "color", publicName: "color", isSignal: true, isRequired: false, transformFunction: null }, position: { classPropertyName: "position", publicName: "position", isSignal: true, isRequired: false, transformFunction: null }, customStyle: { classPropertyName: "customStyle", publicName: "customStyle", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { color: "colorChange", position: "positionChange", customStyle: "customStyleChange" }, host: { listeners: { "click": "onClick()" } }, usesInheritance: true, ngImport: i0, template: `<flowbite-icon svgIcon="flowbite-angular:chevron-up" class="w-5 h-5" />`, isInline: true, dependencies: [{ kind: "component", type: IconComponent, selector: "flowbite-icon", inputs: ["svgIcon"], outputs: ["svgIconChange"] }] }); }
|
|
3435
3337
|
}
|
|
3436
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
3338
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: ScrollTopComponent, decorators: [{
|
|
3437
3339
|
type: Component,
|
|
3438
3340
|
args: [{
|
|
3439
3341
|
selector: 'flowbite-scroll-top',
|
|
3440
3342
|
standalone: true,
|
|
3441
3343
|
imports: [IconComponent],
|
|
3442
|
-
template: `<flowbite-icon
|
|
3443
|
-
svgIcon="flowbite-angular:chevron-up"
|
|
3444
|
-
class="w-5 h-5" />`,
|
|
3344
|
+
template: `<flowbite-icon svgIcon="flowbite-angular:chevron-up" class="w-5 h-5" />`,
|
|
3445
3345
|
host: {
|
|
3446
3346
|
'(click)': 'onClick()',
|
|
3447
3347
|
},
|
|
@@ -3507,10 +3407,10 @@ class SanitizeHtmlPipe {
|
|
|
3507
3407
|
transform(v) {
|
|
3508
3408
|
return this._sanitizer.bypassSecurityTrustHtml(v);
|
|
3509
3409
|
}
|
|
3510
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
3511
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.
|
|
3410
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: SanitizeHtmlPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3411
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.0.0", ngImport: i0, type: SanitizeHtmlPipe, isStandalone: true, name: "sanitizeHtml" }); }
|
|
3512
3412
|
}
|
|
3513
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
3413
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: SanitizeHtmlPipe, decorators: [{
|
|
3514
3414
|
type: Pipe,
|
|
3515
3415
|
args: [{
|
|
3516
3416
|
standalone: true,
|
|
@@ -3537,7 +3437,9 @@ class SidebarItemComponent extends BaseComponent {
|
|
|
3537
3437
|
constructor() {
|
|
3538
3438
|
super(...arguments);
|
|
3539
3439
|
this.flowbiteRouterLink = inject(FlowbiteRouterLinkDirective, { optional: true });
|
|
3540
|
-
this.flowbiteRouterLinkActive = inject(FlowbiteRouterLinkActiveDirective, {
|
|
3440
|
+
this.flowbiteRouterLinkActive = inject(FlowbiteRouterLinkActiveDirective, {
|
|
3441
|
+
optional: true,
|
|
3442
|
+
});
|
|
3541
3443
|
this.themeService = inject(SidebarItemThemeService);
|
|
3542
3444
|
this.sidebarItemGroupComponent = inject(SidebarItemGroupComponent, {
|
|
3543
3445
|
optional: true,
|
|
@@ -3569,34 +3471,24 @@ class SidebarItemComponent extends BaseComponent {
|
|
|
3569
3471
|
(this.sidebarMenuComponent || this.sidebarItemGroupComponent?.sidebarMenuComponent)?.closeAll();
|
|
3570
3472
|
(this.sidebarMenuComponent || this.sidebarItemGroupComponent?.sidebarMenuComponent)?.sidebarComponent.toggleVisibility(false);
|
|
3571
3473
|
}
|
|
3572
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
3573
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "18.
|
|
3574
|
-
<span
|
|
3575
|
-
|
|
3576
|
-
[innerHTML]="icon()! | sanitizeHtml"
|
|
3577
|
-
*ngIf="icon()"></span>
|
|
3578
|
-
<span
|
|
3579
|
-
[ngClass]="contentClasses().sidebarIconClass"
|
|
3580
|
-
[class.ml-3]="icon()">
|
|
3474
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: SidebarItemComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
3475
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "18.0.0", type: SidebarItemComponent, isStandalone: true, selector: "flowbite-sidebar-item", inputs: { icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null }, color: { classPropertyName: "color", publicName: "color", isSignal: true, isRequired: false, transformFunction: null }, label: { classPropertyName: "label", publicName: "label", isSignal: true, isRequired: false, transformFunction: null }, customStyle: { classPropertyName: "customStyle", publicName: "customStyle", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { icon: "iconChange", color: "colorChange", label: "labelChange", customStyle: "customStyleChange" }, host: { listeners: { "click": "onClick()" } }, usesInheritance: true, ngImport: i0, template: `
|
|
3476
|
+
<span class="flex-shrink-0" [innerHTML]="icon()! | sanitizeHtml" *ngIf="icon()"></span>
|
|
3477
|
+
<span [ngClass]="contentClasses().sidebarIconClass" [class.ml-3]="icon()">
|
|
3581
3478
|
<ng-content />
|
|
3582
3479
|
</span>
|
|
3583
3480
|
<flowbite-badge *ngIf="label()">{{ label() }}</flowbite-badge>
|
|
3584
3481
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "pipe", type: SanitizeHtmlPipe, name: "sanitizeHtml" }, { kind: "component", type: BadgeComponent, selector: "flowbite-badge", inputs: ["color", "size", "isIconOnly", "isPill", "customStyle"], outputs: ["colorChange", "sizeChange", "isIconOnlyChange", "isPillChange", "customStyleChange"] }] }); }
|
|
3585
3482
|
}
|
|
3586
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
3483
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: SidebarItemComponent, decorators: [{
|
|
3587
3484
|
type: Component,
|
|
3588
3485
|
args: [{
|
|
3589
3486
|
standalone: true,
|
|
3590
3487
|
imports: [NgIf, NgClass, SanitizeHtmlPipe, BadgeComponent],
|
|
3591
3488
|
selector: 'flowbite-sidebar-item',
|
|
3592
3489
|
template: `
|
|
3593
|
-
<span
|
|
3594
|
-
|
|
3595
|
-
[innerHTML]="icon()! | sanitizeHtml"
|
|
3596
|
-
*ngIf="icon()"></span>
|
|
3597
|
-
<span
|
|
3598
|
-
[ngClass]="contentClasses().sidebarIconClass"
|
|
3599
|
-
[class.ml-3]="icon()">
|
|
3490
|
+
<span class="flex-shrink-0" [innerHTML]="icon()! | sanitizeHtml" *ngIf="icon()"></span>
|
|
3491
|
+
<span [ngClass]="contentClasses().sidebarIconClass" [class.ml-3]="icon()">
|
|
3600
3492
|
<ng-content />
|
|
3601
3493
|
</span>
|
|
3602
3494
|
<flowbite-badge *ngIf="label()">{{ label() }}</flowbite-badge>
|
|
@@ -3647,11 +3539,9 @@ class SidebarItemGroupComponent extends BaseComponent {
|
|
|
3647
3539
|
}
|
|
3648
3540
|
this.isOpen.set(isOpen);
|
|
3649
3541
|
}
|
|
3650
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
3651
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "18.
|
|
3652
|
-
<span
|
|
3653
|
-
[class]="contentClasses().spanClass"
|
|
3654
|
-
(click)="onSpanClick()">
|
|
3542
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: SidebarItemGroupComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
3543
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "18.0.0", type: SidebarItemGroupComponent, isStandalone: true, selector: "flowbite-sidebar-item-group", inputs: { isOpen: { classPropertyName: "isOpen", publicName: "isOpen", isSignal: true, isRequired: false, transformFunction: null }, color: { classPropertyName: "color", publicName: "color", isSignal: true, isRequired: false, transformFunction: null }, title: { classPropertyName: "title", publicName: "title", isSignal: true, isRequired: true, transformFunction: null }, customStyle: { classPropertyName: "customStyle", publicName: "customStyle", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { isOpen: "isOpenChange", color: "colorChange", title: "titleChange", customStyle: "customStyleChange" }, queries: [{ propertyName: "sidebarItemChildren", predicate: SidebarItemComponent, isSignal: true }], usesInheritance: true, ngImport: i0, template: `
|
|
3544
|
+
<span [class]="contentClasses().spanClass" (click)="onSpanClick()">
|
|
3655
3545
|
<h4>{{ title() }}</h4>
|
|
3656
3546
|
<flowbite-icon
|
|
3657
3547
|
svgIcon="flowbite-angular:chevron-down"
|
|
@@ -3661,16 +3551,14 @@ class SidebarItemGroupComponent extends BaseComponent {
|
|
|
3661
3551
|
<ng-content *ngIf="isOpen()" />
|
|
3662
3552
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: IconComponent, selector: "flowbite-icon", inputs: ["svgIcon"], outputs: ["svgIconChange"] }] }); }
|
|
3663
3553
|
}
|
|
3664
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
3554
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: SidebarItemGroupComponent, decorators: [{
|
|
3665
3555
|
type: Component,
|
|
3666
3556
|
args: [{
|
|
3667
3557
|
standalone: true,
|
|
3668
3558
|
imports: [NgClass, NgIf, IconComponent],
|
|
3669
3559
|
selector: 'flowbite-sidebar-item-group',
|
|
3670
3560
|
template: `
|
|
3671
|
-
<span
|
|
3672
|
-
[class]="contentClasses().spanClass"
|
|
3673
|
-
(click)="onSpanClick()">
|
|
3561
|
+
<span [class]="contentClasses().spanClass" (click)="onSpanClick()">
|
|
3674
3562
|
<h4>{{ title() }}</h4>
|
|
3675
3563
|
<flowbite-icon
|
|
3676
3564
|
svgIcon="flowbite-angular:chevron-down"
|
|
@@ -3724,10 +3612,10 @@ class SidebarMenuComponent extends BaseComponent {
|
|
|
3724
3612
|
closeAll() {
|
|
3725
3613
|
this.sidebarItemGroupChildren().forEach((x) => x.toggleVisibility(false));
|
|
3726
3614
|
}
|
|
3727
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
3728
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "18.
|
|
3615
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: SidebarMenuComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
3616
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "18.0.0", type: SidebarMenuComponent, isStandalone: true, selector: "flowbite-sidebar-menu", inputs: { color: { classPropertyName: "color", publicName: "color", isSignal: true, isRequired: false, transformFunction: null }, customStyle: { classPropertyName: "customStyle", publicName: "customStyle", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { color: "colorChange", customStyle: "customStyleChange" }, queries: [{ propertyName: "sidebarItemGroupChildren", predicate: SidebarItemGroupComponent, isSignal: true }, { propertyName: "sidebarItemChildren", predicate: SidebarItemComponent, isSignal: true }], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true }); }
|
|
3729
3617
|
}
|
|
3730
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
3618
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: SidebarMenuComponent, decorators: [{
|
|
3731
3619
|
type: Component,
|
|
3732
3620
|
args: [{
|
|
3733
3621
|
standalone: true,
|
|
@@ -3768,10 +3656,10 @@ class SidebarPageContentComponent extends BaseComponent {
|
|
|
3768
3656
|
customStyle: this.customStyle(),
|
|
3769
3657
|
});
|
|
3770
3658
|
}
|
|
3771
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
3772
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "18.
|
|
3659
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: SidebarPageContentComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
3660
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "18.0.0", type: SidebarPageContentComponent, isStandalone: true, selector: "flowbite-sidebar-page-content", inputs: { customStyle: { classPropertyName: "customStyle", publicName: "customStyle", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { customStyle: "customStyleChange" }, usesInheritance: true, ngImport: i0, template: `<ng-content />`, isInline: true }); }
|
|
3773
3661
|
}
|
|
3774
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
3662
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: SidebarPageContentComponent, decorators: [{
|
|
3775
3663
|
type: Component,
|
|
3776
3664
|
args: [{
|
|
3777
3665
|
standalone: true,
|
|
@@ -3835,10 +3723,10 @@ class SidebarComponent extends BaseComponent {
|
|
|
3835
3723
|
}
|
|
3836
3724
|
this.isOpen.set(isOpen);
|
|
3837
3725
|
}
|
|
3838
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
3839
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "18.
|
|
3726
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: SidebarComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
3727
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "18.0.0", type: SidebarComponent, isStandalone: true, selector: "flowbite-sidebar", inputs: { color: { classPropertyName: "color", publicName: "color", isSignal: true, isRequired: false, transformFunction: null }, displayMode: { classPropertyName: "displayMode", publicName: "displayMode", isSignal: true, isRequired: false, transformFunction: null }, isOpen: { classPropertyName: "isOpen", publicName: "isOpen", isSignal: true, isRequired: false, transformFunction: null }, isRounded: { classPropertyName: "isRounded", publicName: "isRounded", isSignal: true, isRequired: false, transformFunction: null }, customStyle: { classPropertyName: "customStyle", publicName: "customStyle", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { color: "colorChange", displayMode: "displayModeChange", isOpen: "isOpenChange", isRounded: "isRoundedChange", customStyle: "customStyleChange" }, queries: [{ propertyName: "sidebarMenuChild", first: true, predicate: SidebarMenuComponent, descendants: true, isSignal: true }, { propertyName: "sidebarPageContentChild", first: true, predicate: SidebarPageContentComponent, descendants: true, isSignal: true }], usesInheritance: true, ngImport: i0, template: `<ng-content />`, isInline: true }); }
|
|
3840
3728
|
}
|
|
3841
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
3729
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: SidebarComponent, decorators: [{
|
|
3842
3730
|
type: Component,
|
|
3843
3731
|
args: [{
|
|
3844
3732
|
standalone: true,
|
|
@@ -3935,10 +3823,10 @@ class SidebarToggleComponent extends BaseComponent {
|
|
|
3935
3823
|
const isOpen = this.sidebarComponent().isOpen();
|
|
3936
3824
|
this.sidebarComponent().isOpen.set(!isOpen);
|
|
3937
3825
|
}
|
|
3938
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
3939
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "18.
|
|
3826
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: SidebarToggleComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
3827
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "18.0.0", type: SidebarToggleComponent, isStandalone: true, selector: "flowbite-sidebar-toggle", inputs: { sidebarComponent: { classPropertyName: "sidebarComponent", publicName: "sidebarComponent", isSignal: true, isRequired: false, transformFunction: null }, color: { classPropertyName: "color", publicName: "color", isSignal: true, isRequired: false, transformFunction: null }, size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null }, customStyle: { classPropertyName: "customStyle", publicName: "customStyle", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { sidebarComponent: "sidebarComponentChange", color: "colorChange", size: "sizeChange", customStyle: "customStyleChange" }, host: { listeners: { "click": "onClick()" } }, usesInheritance: true, ngImport: i0, template: `<flowbite-icon svgIcon="flowbite-angular:bars" />`, isInline: true, dependencies: [{ kind: "component", type: IconComponent, selector: "flowbite-icon", inputs: ["svgIcon"], outputs: ["svgIconChange"] }] }); }
|
|
3940
3828
|
}
|
|
3941
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
3829
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: SidebarToggleComponent, decorators: [{
|
|
3942
3830
|
type: Component,
|
|
3943
3831
|
args: [{
|
|
3944
3832
|
standalone: true,
|
|
@@ -4318,9 +4206,23 @@ function initFlowbite() {
|
|
|
4318
4206
|
return makeEnvironmentProviders([serviceProviders, themeProviders]);
|
|
4319
4207
|
}
|
|
4320
4208
|
|
|
4209
|
+
/**
|
|
4210
|
+
* Provide an abstract class used in themeing system of flowbite-angular.
|
|
4211
|
+
*/
|
|
4212
|
+
class FlowbiteThemeService {
|
|
4213
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: FlowbiteThemeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4214
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: FlowbiteThemeService, providedIn: 'root' }); }
|
|
4215
|
+
}
|
|
4216
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: FlowbiteThemeService, decorators: [{
|
|
4217
|
+
type: Injectable,
|
|
4218
|
+
args: [{
|
|
4219
|
+
providedIn: 'root',
|
|
4220
|
+
}]
|
|
4221
|
+
}] });
|
|
4222
|
+
|
|
4321
4223
|
/**
|
|
4322
4224
|
* Generated bundle index. Do not edit.
|
|
4323
4225
|
*/
|
|
4324
4226
|
|
|
4325
|
-
export { AccordionComponent, AccordionContentComponent, AccordionContentThemeService, AccordionPanelComponent, AccordionPanelThemeService, AccordionThemeService, AccordionTitleComponent, AccordionTitleThemeService, AddonDirective, AddonDirectiveThemeService, AlertComponent, AlertThemeService, BadgeComponent, BadgeThemeService, BaseComponent, BaseInputDirective, BreadcrumbComponent, BreadcrumbItemComponent, BreadcrumbItemThemeService, BreadcrumbThemeService, ButtonComponent, ButtonThemeService, DarkThemeToggleComponent, DarkThemeToggleThemeService, DropdownComponent, DropdownDividerComponent, DropdownDividerThemeService, DropdownHeaderComponent, DropdownHeaderThemeService, DropdownItemComponent, DropdownItemThemeService, DropdownThemeService, FLOWBITE_ACCORDION_CONTENT_THEME_TOKEN, FLOWBITE_ACCORDION_PANEL_THEME_TOKEN, FLOWBITE_ACCORDION_THEME_TOKEN, FLOWBITE_ACCORDION_TITLE_THEME_TOKEN, FLOWBITE_ALERT_THEME_TOKEN, FLOWBITE_BADGE_THEME_TOKEN, FLOWBITE_BREADCRUMB_ITEM_THEME_TOKEN, FLOWBITE_BREADCRUMB_THEME_TOKEN, FLOWBITE_BUTTON_THEME_TOKEN, FLOWBITE_DARK_THEME_TOGGLE_THEME_TOKEN, FLOWBITE_DIRECTIVE_ADDON_THEME_TOKEN, FLOWBITE_DIRECTIVE_HELPER_THEME_TOKEN, FLOWBITE_DIRECTIVE_ICON_THEME_TOKEN, FLOWBITE_DIRECTIVE_INPUT_THEME_TOKEN, FLOWBITE_DIRECTIVE_LABEL_THEME_TOKEN, FLOWBITE_DROPDOWN_DIVIDER_THEME_TOKEN, FLOWBITE_DROPDOWN_HEADER_THEME_TOKEN, FLOWBITE_DROPDOWN_ITEM_THEME_TOKEN, FLOWBITE_DROPDOWN_THEME_TOKEN, FLOWBITE_FORM_FIELD_THEME_TOKEN, FLOWBITE_INDICATOR_THEME_TOKEN, FLOWBITE_MODAL_BODY_THEME_TOKEN, FLOWBITE_MODAL_FOOTER_THEME_TOKEN, FLOWBITE_MODAL_HEADER_THEME_TOKEN, FLOWBITE_MODAL_THEME_TOKEN, FLOWBITE_NAVBAR_BRAND_THEME_TOKEN, FLOWBITE_NAVBAR_CONTENT_THEME_TOKEN, FLOWBITE_NAVBAR_ICON_BUTTON_THEME_TOKEN, FLOWBITE_NAVBAR_ITEM_THEME_TOKEN, FLOWBITE_NAVBAR_THEME_TOKEN, FLOWBITE_NAVBAR_TOGGLE_THEME_TOKEN, FLOWBITE_SCROLL_TOP_THEME_TOKEN, FLOWBITE_SIDEBAR_ITEM_GROUP_THEME_TOKEN, FLOWBITE_SIDEBAR_ITEM_THEME_TOKEN, FLOWBITE_SIDEBAR_MENU_THEME_TOKEN, FLOWBITE_SIDEBAR_PAGE_CONTENT_THEME_TOKEN, FLOWBITE_SIDEBAR_THEME_TOKEN, FLOWBITE_SIDEBAR_TOGGLE_THEME_TOKEN, FlowbiteRouterLinkActiveDirective, FlowbiteRouterLinkDirective, FlowbiteThemeService, FormFieldClassInstance, FormFieldComponent, FormFieldThemeService,
|
|
4227
|
+
export { AccordionComponent, AccordionContentComponent, AccordionContentThemeService, AccordionPanelComponent, AccordionPanelThemeService, AccordionThemeService, AccordionTitleComponent, AccordionTitleThemeService, AddonDirective, AddonDirectiveThemeService, AlertComponent, AlertThemeService, BadgeComponent, BadgeThemeService, BaseComponent, BaseInputDirective, BreadcrumbComponent, BreadcrumbItemComponent, BreadcrumbItemThemeService, BreadcrumbThemeService, ButtonComponent, ButtonThemeService, DarkThemeToggleComponent, DarkThemeToggleThemeService, DropdownComponent, DropdownDividerComponent, DropdownDividerThemeService, DropdownHeaderComponent, DropdownHeaderThemeService, DropdownItemComponent, DropdownItemThemeService, DropdownThemeService, FLOWBITE_ACCORDION_CONTENT_THEME_TOKEN, FLOWBITE_ACCORDION_PANEL_THEME_TOKEN, FLOWBITE_ACCORDION_THEME_TOKEN, FLOWBITE_ACCORDION_TITLE_THEME_TOKEN, FLOWBITE_ALERT_THEME_TOKEN, FLOWBITE_BADGE_THEME_TOKEN, FLOWBITE_BREADCRUMB_ITEM_THEME_TOKEN, FLOWBITE_BREADCRUMB_THEME_TOKEN, FLOWBITE_BUTTON_THEME_TOKEN, FLOWBITE_DARK_THEME_TOGGLE_THEME_TOKEN, FLOWBITE_DIRECTIVE_ADDON_THEME_TOKEN, FLOWBITE_DIRECTIVE_HELPER_THEME_TOKEN, FLOWBITE_DIRECTIVE_ICON_THEME_TOKEN, FLOWBITE_DIRECTIVE_INPUT_THEME_TOKEN, FLOWBITE_DIRECTIVE_LABEL_THEME_TOKEN, FLOWBITE_DROPDOWN_DIVIDER_THEME_TOKEN, FLOWBITE_DROPDOWN_HEADER_THEME_TOKEN, FLOWBITE_DROPDOWN_ITEM_THEME_TOKEN, FLOWBITE_DROPDOWN_THEME_TOKEN, FLOWBITE_FORM_FIELD_THEME_TOKEN, FLOWBITE_INDICATOR_THEME_TOKEN, FLOWBITE_MODAL_BODY_THEME_TOKEN, FLOWBITE_MODAL_FOOTER_THEME_TOKEN, FLOWBITE_MODAL_HEADER_THEME_TOKEN, FLOWBITE_MODAL_THEME_TOKEN, FLOWBITE_NAVBAR_BRAND_THEME_TOKEN, FLOWBITE_NAVBAR_CONTENT_THEME_TOKEN, FLOWBITE_NAVBAR_ICON_BUTTON_THEME_TOKEN, FLOWBITE_NAVBAR_ITEM_THEME_TOKEN, FLOWBITE_NAVBAR_THEME_TOKEN, FLOWBITE_NAVBAR_TOGGLE_THEME_TOKEN, FLOWBITE_SCROLL_TOP_THEME_TOKEN, FLOWBITE_SIDEBAR_ITEM_GROUP_THEME_TOKEN, FLOWBITE_SIDEBAR_ITEM_THEME_TOKEN, FLOWBITE_SIDEBAR_MENU_THEME_TOKEN, FLOWBITE_SIDEBAR_PAGE_CONTENT_THEME_TOKEN, FLOWBITE_SIDEBAR_THEME_TOKEN, FLOWBITE_SIDEBAR_TOGGLE_THEME_TOKEN, FlowbiteRouterLinkActiveDirective, FlowbiteRouterLinkDirective, FlowbiteThemeService, FormFieldClassInstance, FormFieldComponent, FormFieldThemeService, Guid, HelperDirective, HelperDirectiveThemeService, IconComponent, IconDirective, IconDirectiveThemeService, IconRegistry, IndicatorComponent, IndicatorThemeService, InputDirective, InputDirectiveThemeService, LabelDirective, LabelDirectiveThemeService, ModalBodyComponent, ModalBodyThemeService, ModalComponent, ModalFooterComponent, ModalFooterThemeService, ModalHeaderComponent, ModalHeaderThemeService, ModalThemeService, NavbarBrandComponent, NavbarBrandThemeService, NavbarComponent, NavbarContentComponent, NavbarContentThemeService, NavbarIconButtonComponent, NavbarIconButtonThemeService, NavbarItemComponent, NavbarItemThemeService, NavbarThemeService, NavbarToggleComponent, NavbarToggleThemeService, SanitizeHtmlPipe, ScrollTopComponent, ScrollTopThemeService, SidebarComponent, SidebarItemComponent, SidebarItemGroupComponent, SidebarItemGroupThemeService, SidebarItemThemeService, SidebarMenuComponent, SidebarMenuThemeService, SidebarPageContentComponent, SidebarPageContentThemeService, SidebarThemeService, SidebarToggleComponent, SidebarToggleThemeService, SvgIconConfig, accordionContentTheme, accordionPanelTheme, accordionTheme, accordionTitleTheme, addonDirectiveClassInstance, addonDirectiveTheme, alertTheme, badgeTheme, breadcrumbItemTheme, breadcrumbTheme, buttonTheme, cloneDeep, createClass, createTheme, darkThemeToggleTheme, dropdownDividerTheme, dropdownHeaderTheme, dropdownItemTheme, dropdownTheme, formFieldTheme, generateId, getSvgIconFailedToSanitizeRawError, getSvgIconFailedToSanitizeUrlError, getSvgIconFromNamedError, getSvgIconNoHttpClientProvidedError, helperDirectiveClassInstance, helperDirectiveTheme, iconDirectiveClassInstance, iconDirectiveTheme, indicatorTheme, initFlowbite, inputDirectiveClassInstance, inputDirectiveTheme, isObject, labelDirectiveClassInstance, labelDirectiveTheme, mergeTheme, modalBodyTheme, modalFooterTheme, modalHeaderTheme, modalTheme, navbarBrandTheme, navbarContentTheme, navbarIconButtonTheme, navbarItemTheme, navbarTheme, navbarToogleTheme, scrollTopTheme, sidebarItemGroupTheme, sidebarItemTheme, sidebarMenuTheme, sidebarPageContentTheme, sidebarTheme, sidebarToggleTheme, themeToString, trustedHTMLFromString };
|
|
4326
4228
|
//# sourceMappingURL=flowbite-angular.mjs.map
|