@billy_mcdowell/prmn-angular-v3 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts ADDED
@@ -0,0 +1,2790 @@
1
+ import * as i0 from '@angular/core';
2
+ import { ValueProvider, TemplateRef, DoCheck, Signal, InjectionToken, ElementRef, Type, ExistingProvider, Injector } from '@angular/core';
3
+ import * as i1 from '@spartan-ng/brain/accordion';
4
+ import * as class_variance_authority_types from 'class-variance-authority/types';
5
+ import { VariantProps } from 'class-variance-authority';
6
+ import * as i1$2 from '@spartan-ng/brain/alert-dialog';
7
+ import { BrnAlertDialog } from '@spartan-ng/brain/alert-dialog';
8
+ import * as i1$1 from '@spartan-ng/brain/button';
9
+ import { ClassValue } from 'clsx';
10
+ import { NumberInput, BooleanInput } from '@angular/cdk/coercion';
11
+ import * as i1$3 from '@spartan-ng/brain/autocomplete';
12
+ import * as i1$4 from '@spartan-ng/brain/popover';
13
+ import * as i1$5 from '@spartan-ng/brain/avatar';
14
+ import { BrnAvatar } from '@spartan-ng/brain/avatar';
15
+ import * as _angular_router from '@angular/router';
16
+ import * as i1$6 from '@spartan-ng/brain/separator';
17
+ import * as _spartan_ng_brain_date_time from '@spartan-ng/brain/date-time';
18
+ import * as _spartan_ng_brain_calendar from '@spartan-ng/brain/calendar';
19
+ import { Weekday } from '@spartan-ng/brain/calendar';
20
+ import { ControlValueAccessor, NgControl } from '@angular/forms';
21
+ import { ChangeFn, TouchFn } from '@spartan-ng/brain/forms';
22
+ import * as i1$7 from '@spartan-ng/brain/collapsible';
23
+ import * as i1$8 from '@spartan-ng/brain/command';
24
+ import * as i1$a from '@spartan-ng/brain/dialog';
25
+ import { BrnDialogState, BrnDialog, BrnDialogOptions } from '@spartan-ng/brain/dialog';
26
+ import * as _spartan_ng_brain_core from '@spartan-ng/brain/core';
27
+ import { MenuAlign, MenuSide } from '@spartan-ng/brain/core';
28
+ import * as i1$9 from '@angular/cdk/menu';
29
+ import * as i1$b from '@spartan-ng/brain/label';
30
+ import { BrnFormFieldControl } from '@spartan-ng/brain/form-field';
31
+ import * as i1$c from '@spartan-ng/brain/hover-card';
32
+ import { NgIcon } from '@ng-icons/core';
33
+ import * as i1$d from '@spartan-ng/brain/navigation-menu';
34
+ import * as i1$e from '@spartan-ng/brain/progress';
35
+ import * as i1$f from '@spartan-ng/brain/radio-group';
36
+ import { BrnRadioChange } from '@spartan-ng/brain/radio-group';
37
+ import * as i1$g from '@spartan-ng/brain/resizable';
38
+ import { BrnResizableHandle } from '@spartan-ng/brain/resizable';
39
+ import * as i1$h from '@spartan-ng/brain/select';
40
+ import { BrnSelectOption, BrnSelect } from '@spartan-ng/brain/select';
41
+ import * as i1$i from '@spartan-ng/brain/sheet';
42
+ import { BrnSheet } from '@spartan-ng/brain/sheet';
43
+ import * as i1$j from '@spartan-ng/brain/tooltip';
44
+ import * as i1$k from '@spartan-ng/brain/slider';
45
+ import { BrnSlider } from '@spartan-ng/brain/slider';
46
+ import * as ngx_sonner from 'ngx-sonner';
47
+ import * as i1$l from '@spartan-ng/brain/tabs';
48
+ import { BrnTabsPaginatedList, BrnTabsTrigger, BrnPaginatedTabHeaderItem } from '@spartan-ng/brain/tabs';
49
+ import { Observable } from 'rxjs';
50
+ import * as i1$m from '@spartan-ng/brain/toggle';
51
+ import * as i1$n from '@spartan-ng/brain/toggle-group';
52
+ import * as _billy_mcdowell_prmn_angular_v3 from '@billy_mcdowell/prmn-angular-v3';
53
+ import { ComponentType } from '@angular/cdk/portal';
54
+
55
+ declare class HlmAccordion {
56
+ constructor();
57
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmAccordion, never>;
58
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmAccordion, "[hlmAccordion], hlm-accordion", never, {}, {}, never, never, true, [{ directive: typeof i1.BrnAccordion; inputs: { "type": "type"; "dir": "dir"; "orientation": "orientation"; }; outputs: {}; }]>;
59
+ }
60
+
61
+ declare class HlmAccordionContent {
62
+ constructor();
63
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmAccordionContent, never>;
64
+ static ɵcmp: i0.ɵɵComponentDeclaration<HlmAccordionContent, "hlm-accordion-content", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.BrnAccordionContent; inputs: { "style": "style"; }; outputs: {}; }]>;
65
+ }
66
+
67
+ declare class HlmAccordionIcon {
68
+ constructor();
69
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmAccordionIcon, never>;
70
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmAccordionIcon, "ng-icon[hlmAccordionIcon], ng-icon[hlmAccIcon]", never, {}, {}, never, never, true, never>;
71
+ }
72
+
73
+ declare class HlmAccordionItem {
74
+ constructor();
75
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmAccordionItem, never>;
76
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmAccordionItem, "[hlmAccordionItem],brn-accordion-item[hlm],hlm-accordion-item", never, {}, {}, never, never, true, [{ directive: typeof i1.BrnAccordionItem; inputs: { "isOpened": "isOpened"; }; outputs: { "openedChange": "openedChange"; }; }]>;
77
+ }
78
+
79
+ declare class HlmAccordionTrigger {
80
+ constructor();
81
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmAccordionTrigger, never>;
82
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmAccordionTrigger, "[hlmAccordionTrigger]", never, {}, {}, never, never, true, [{ directive: typeof i1.BrnAccordionTrigger; inputs: {}; outputs: {}; }]>;
83
+ }
84
+
85
+ declare const HlmAccordionImports: readonly [typeof HlmAccordion, typeof HlmAccordionItem, typeof HlmAccordionTrigger, typeof HlmAccordionIcon, typeof HlmAccordionContent];
86
+
87
+ declare const alertVariants: (props?: ({
88
+ variant?: "default" | "destructive" | null | undefined;
89
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
90
+ type AlertVariants = VariantProps<typeof alertVariants>;
91
+ declare class HlmAlert {
92
+ readonly variant: i0.InputSignal<"default" | "destructive" | null | undefined>;
93
+ constructor();
94
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmAlert, never>;
95
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmAlert, "[hlmAlert]", never, { "variant": { "alias": "variant"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
96
+ }
97
+
98
+ declare class HlmAlertDescription {
99
+ constructor();
100
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmAlertDescription, never>;
101
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmAlertDescription, "[hlmAlertDesc],[hlmAlertDescription]", never, {}, {}, never, never, true, never>;
102
+ }
103
+
104
+ declare class HlmAlertIcon {
105
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmAlertIcon, never>;
106
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmAlertIcon, "[hlmAlertIcon]", never, {}, {}, never, never, true, never>;
107
+ }
108
+
109
+ declare class HlmAlertTitle {
110
+ constructor();
111
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmAlertTitle, never>;
112
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmAlertTitle, "[hlmAlertTitle]", never, {}, {}, never, never, true, never>;
113
+ }
114
+
115
+ declare const HlmAlertImports: readonly [typeof HlmAlert, typeof HlmAlertTitle, typeof HlmAlertDescription, typeof HlmAlertIcon];
116
+
117
+ declare class HlmAlertDialog extends BrnAlertDialog {
118
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmAlertDialog, never>;
119
+ static ɵcmp: i0.ɵɵComponentDeclaration<HlmAlertDialog, "hlm-alert-dialog", ["hlmAlertDialog"], {}, {}, never, ["*"], true, never>;
120
+ }
121
+
122
+ declare const buttonVariants: (props?: ({
123
+ variant?: "default" | "destructive" | "outline" | "secondary" | "ghost" | "link" | null | undefined;
124
+ size?: "xs" | "sm" | "lg" | "default" | "icon" | "icon-xs" | "icon-sm" | "icon-lg" | null | undefined;
125
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
126
+ type ButtonVariants = VariantProps<typeof buttonVariants>;
127
+ declare class HlmButton {
128
+ private readonly _config;
129
+ private readonly _additionalClasses;
130
+ readonly variant: i0.InputSignal<"default" | "destructive" | "outline" | "secondary" | "ghost" | "link" | null | undefined>;
131
+ readonly size: i0.InputSignal<"xs" | "sm" | "lg" | "default" | "icon" | "icon-xs" | "icon-sm" | "icon-lg" | null | undefined>;
132
+ constructor();
133
+ setClass(classes: string): void;
134
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmButton, never>;
135
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmButton, "button[hlmBtn], a[hlmBtn]", ["hlmBtn"], { "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1$1.BrnButton; inputs: { "disabled": "disabled"; }; outputs: {}; }]>;
136
+ }
137
+
138
+ declare class HlmAlertDialogAction {
139
+ readonly type: i0.InputSignal<"button" | "submit" | "reset">;
140
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmAlertDialogAction, never>;
141
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmAlertDialogAction, "button[hlmAlertDialogAction]", never, { "type": { "alias": "type"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof HlmButton; inputs: { "variant": "variant"; "size": "size"; }; outputs: {}; }]>;
142
+ }
143
+
144
+ declare class HlmAlertDialogCancel {
145
+ readonly type: i0.InputSignal<"button" | "submit" | "reset">;
146
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmAlertDialogCancel, never>;
147
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmAlertDialogCancel, "button[hlmAlertDialogCancel]", never, { "type": { "alias": "type"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof HlmButton; inputs: { "variant": "variant"; "size": "size"; }; outputs: {}; }]>;
148
+ }
149
+
150
+ declare class HlmAlertDialogContent {
151
+ private readonly _stateProvider;
152
+ readonly state: i0.Signal<"open" | "closed">;
153
+ constructor();
154
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmAlertDialogContent, never>;
155
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmAlertDialogContent, "[hlmAlertDialogContent],hlm-alert-dialog-content", never, {}, {}, never, never, true, never>;
156
+ }
157
+
158
+ declare class HlmAlertDialogDescription {
159
+ constructor();
160
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmAlertDialogDescription, never>;
161
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmAlertDialogDescription, "[hlmAlertDialogDescription]", never, {}, {}, never, never, true, [{ directive: typeof i1$2.BrnAlertDialogDescription; inputs: {}; outputs: {}; }]>;
162
+ }
163
+
164
+ declare class HlmAlertDialogFooter {
165
+ constructor();
166
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmAlertDialogFooter, never>;
167
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmAlertDialogFooter, "[hlmAlertDialogFooter],hlm-alert-dialog-footer", never, {}, {}, never, never, true, never>;
168
+ }
169
+
170
+ declare class HlmAlertDialogHeader {
171
+ constructor();
172
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmAlertDialogHeader, never>;
173
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmAlertDialogHeader, "[hlmAlertDialogHeader],hlm-alert-dialog-header", never, {}, {}, never, never, true, never>;
174
+ }
175
+
176
+ declare class HlmAlertDialogOverlay {
177
+ private readonly _classSettable;
178
+ readonly userClass: i0.InputSignal<ClassValue>;
179
+ protected readonly _computedClass: i0.Signal<string>;
180
+ constructor();
181
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmAlertDialogOverlay, never>;
182
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmAlertDialogOverlay, "[hlmAlertDialogOverlay],hlm-alert-dialog-overlay", never, { "userClass": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1$2.BrnAlertDialogOverlay; inputs: {}; outputs: {}; }]>;
183
+ }
184
+
185
+ declare class HlmAlertDialogPortal {
186
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmAlertDialogPortal, never>;
187
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmAlertDialogPortal, "[hlmAlertDialogPortal]", never, {}, {}, never, never, true, [{ directive: typeof i1$2.BrnAlertDialogContent; inputs: { "context": "context"; "class": "class"; }; outputs: {}; }]>;
188
+ }
189
+
190
+ declare class HlmAlertDialogTitle {
191
+ constructor();
192
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmAlertDialogTitle, never>;
193
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmAlertDialogTitle, "[hlmAlertDialogTitle]", never, {}, {}, never, never, true, [{ directive: typeof i1$2.BrnAlertDialogTitle; inputs: {}; outputs: {}; }]>;
194
+ }
195
+
196
+ declare class HlmAlertDialogTrigger {
197
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmAlertDialogTrigger, never>;
198
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmAlertDialogTrigger, "button[hlmAlertDialogTrigger],button[hlmAlertDialogTriggerFor]", never, {}, {}, never, never, true, [{ directive: typeof i1$2.BrnAlertDialogTrigger; inputs: { "id": "id"; "brnAlertDialogTriggerFor": "hlmAlertDialogTriggerFor"; "type": "type"; }; outputs: {}; }]>;
199
+ }
200
+
201
+ declare const HlmAlertDialogImports: readonly [typeof HlmAlertDialog, typeof HlmAlertDialogAction, typeof HlmAlertDialogCancel, typeof HlmAlertDialogContent, typeof HlmAlertDialogDescription, typeof HlmAlertDialogFooter, typeof HlmAlertDialogHeader, typeof HlmAlertDialogOverlay, typeof HlmAlertDialogPortal, typeof HlmAlertDialogTitle, typeof HlmAlertDialogTrigger];
202
+
203
+ declare class HlmAspectRatio {
204
+ /**
205
+ * Aspect ratio of the element, defined as width / height.
206
+ */
207
+ readonly ratio: i0.InputSignalWithTransform<number, NumberInput>;
208
+ constructor();
209
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmAspectRatio, never>;
210
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmAspectRatio, "[hlmAspectRatio]", never, { "ratio": { "alias": "hlmAspectRatio"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
211
+ }
212
+
213
+ declare const HlmAspectRatioImports: readonly [typeof HlmAspectRatio];
214
+
215
+ declare class HlmAutocomplete {
216
+ constructor();
217
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmAutocomplete, never>;
218
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmAutocomplete, "[hlmAutocomplete],hlm-autocomplete", never, {}, {}, never, never, true, [{ directive: typeof i1$3.BrnAutocomplete; inputs: { "autoHighlight": "autoHighlight"; "disabled": "disabled"; "value": "value"; "search": "search"; "itemToString": "itemToString"; "isItemEqualToValue": "isItemEqualToValue"; }; outputs: { "valueChange": "valueChange"; "searchChange": "searchChange"; }; }, { directive: typeof i1$4.BrnPopover; inputs: { "align": "align"; "autoFocus": "autoFocus"; "closeDelay": "closeDelay"; "closeOnOutsidePointerEvents": "closeOnOutsidePointerEvents"; "sideOffset": "sideOffset"; "state": "state"; "offsetX": "offsetX"; "restoreFocus": "restoreFocus"; }; outputs: { "stateChanged": "stateChanged"; "closed": "closed"; }; }]>;
219
+ }
220
+
221
+ declare class HlmAutocompleteContent {
222
+ constructor();
223
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmAutocompleteContent, never>;
224
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmAutocompleteContent, "[hlmAutocompleteContent],hlm-autocomplete-content", never, {}, {}, never, never, true, [{ directive: typeof i1$3.BrnAutocompleteContent; inputs: {}; outputs: {}; }]>;
225
+ }
226
+
227
+ declare class HlmAutocompleteEmpty {
228
+ constructor();
229
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmAutocompleteEmpty, never>;
230
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmAutocompleteEmpty, "[hlmAutocompleteEmpty],hlm-autocomplete-empty", never, {}, {}, never, never, true, [{ directive: typeof i1$3.BrnAutocompleteEmpty; inputs: {}; outputs: {}; }]>;
231
+ }
232
+
233
+ declare class HlmAutocompleteGroup {
234
+ constructor();
235
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmAutocompleteGroup, never>;
236
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmAutocompleteGroup, "[hlmAutocompleteGroup]", never, {}, {}, never, never, true, [{ directive: typeof i1$3.BrnAutocompleteGroup; inputs: {}; outputs: {}; }]>;
237
+ }
238
+
239
+ declare class HlmAutocompleteInput {
240
+ readonly placeholder: i0.InputSignal<string>;
241
+ readonly showSearch: i0.InputSignalWithTransform<boolean, BooleanInput>;
242
+ readonly showClear: i0.InputSignalWithTransform<boolean, BooleanInput>;
243
+ readonly ariaInvalid: i0.InputSignalWithTransform<boolean, BooleanInput>;
244
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmAutocompleteInput, never>;
245
+ static ɵcmp: i0.ɵɵComponentDeclaration<HlmAutocompleteInput, "hlm-autocomplete-input", never, { "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "showSearch": { "alias": "showSearch"; "required": false; "isSignal": true; }; "showClear": { "alias": "showClear"; "required": false; "isSignal": true; }; "ariaInvalid": { "alias": "aria-invalid"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, [{ directive: typeof i1$3.BrnAutocompleteInputWrapper; inputs: {}; outputs: {}; }]>;
246
+ }
247
+
248
+ declare class HlmAutocompleteItem {
249
+ private readonly _brnAutocompleteItem;
250
+ protected readonly _active: i0.Signal<boolean>;
251
+ constructor();
252
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmAutocompleteItem, never>;
253
+ static ɵcmp: i0.ɵɵComponentDeclaration<HlmAutocompleteItem, "hlm-autocomplete-item", never, {}, {}, never, ["*"], true, [{ directive: typeof i1$3.BrnAutocompleteItem; inputs: { "id": "id"; "disabled": "disabled"; "value": "value"; }; outputs: {}; }]>;
254
+ }
255
+
256
+ declare class HlmAutocompleteLabel {
257
+ constructor();
258
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmAutocompleteLabel, never>;
259
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmAutocompleteLabel, "[hlmAutocompleteLabel]", never, {}, {}, never, never, true, [{ directive: typeof i1$3.BrnAutocompleteLabel; inputs: { "id": "id"; }; outputs: {}; }]>;
260
+ }
261
+
262
+ declare class HlmAutocompleteList {
263
+ constructor();
264
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmAutocompleteList, never>;
265
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmAutocompleteList, "[hlmAutocompleteList]", never, {}, {}, never, never, true, [{ directive: typeof i1$3.BrnAutocompleteList; inputs: { "id": "id"; }; outputs: {}; }]>;
266
+ }
267
+
268
+ declare class HlmAutocompletePortal {
269
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmAutocompletePortal, never>;
270
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmAutocompletePortal, "[hlmAutocompletePortal]", never, {}, {}, never, never, true, [{ directive: typeof i1$4.BrnPopoverContent; inputs: { "context": "context"; "class": "class"; }; outputs: {}; }]>;
271
+ }
272
+
273
+ declare class HlmAutocompleteSearch {
274
+ constructor();
275
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmAutocompleteSearch, never>;
276
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmAutocompleteSearch, "[hlmAutocompleteSearch],hlm-autocomplete-search", never, {}, {}, never, never, true, [{ directive: typeof i1$3.BrnAutocompleteSearch; inputs: { "autoHighlight": "autoHighlight"; "disabled": "disabled"; "value": "value"; "search": "search"; "itemToString": "itemToString"; }; outputs: { "valueChange": "valueChange"; "searchChange": "searchChange"; }; }, { directive: typeof i1$4.BrnPopover; inputs: { "align": "align"; "autoFocus": "autoFocus"; "closeDelay": "closeDelay"; "closeOnOutsidePointerEvents": "closeOnOutsidePointerEvents"; "sideOffset": "sideOffset"; "state": "state"; "offsetX": "offsetX"; "restoreFocus": "restoreFocus"; }; outputs: { "stateChanged": "stateChanged"; "closed": "closed"; }; }]>;
277
+ }
278
+
279
+ declare class HlmAutocompleteSeparator {
280
+ constructor();
281
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmAutocompleteSeparator, never>;
282
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmAutocompleteSeparator, "[hlmAutocompleteSeparator]", never, {}, {}, never, never, true, [{ directive: typeof i1$3.BrnAutocompleteSeparator; inputs: { "orientation": "orientation"; }; outputs: {}; }]>;
283
+ }
284
+
285
+ declare class HlmAutocompleteStatus {
286
+ constructor();
287
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmAutocompleteStatus, never>;
288
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmAutocompleteStatus, "[hlmAutocompleteStatus],hlm-autocomplete-status", never, {}, {}, never, never, true, [{ directive: typeof i1$3.BrnAutocompleteStatus; inputs: {}; outputs: {}; }]>;
289
+ }
290
+
291
+ declare const HlmAutocompleteImports: readonly [typeof HlmAutocomplete, typeof HlmAutocompleteContent, typeof HlmAutocompleteEmpty, typeof HlmAutocompleteGroup, typeof HlmAutocompleteInput, typeof HlmAutocompleteItem, typeof HlmAutocompleteLabel, typeof HlmAutocompleteList, typeof HlmAutocompletePortal, typeof HlmAutocompleteSearch, typeof HlmAutocompleteSeparator, typeof HlmAutocompleteStatus];
292
+
293
+ declare class HlmAvatar extends BrnAvatar {
294
+ readonly size: i0.InputSignal<"sm" | "lg" | "default">;
295
+ constructor();
296
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmAvatar, never>;
297
+ static ɵcmp: i0.ɵɵComponentDeclaration<HlmAvatar, "hlm-avatar", never, { "size": { "alias": "size"; "required": false; "isSignal": true; }; }, {}, never, ["[hlmAvatarImage],[brnAvatarImage]", "[hlmAvatarFallback],[brnAvatarFallback]", "*"], true, never>;
298
+ }
299
+
300
+ declare class HlmAvatarBadge {
301
+ constructor();
302
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmAvatarBadge, never>;
303
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmAvatarBadge, "[hlmAvatarBadge],hlm-avatar-badge", never, {}, {}, never, never, true, never>;
304
+ }
305
+
306
+ declare class HlmAvatarFallback {
307
+ constructor();
308
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmAvatarFallback, never>;
309
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmAvatarFallback, "[hlmAvatarFallback]", ["avatarFallback"], {}, {}, never, never, true, [{ directive: typeof i1$5.BrnAvatarFallback; inputs: {}; outputs: {}; }]>;
310
+ }
311
+
312
+ declare class HlmAvatarGroup {
313
+ constructor();
314
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmAvatarGroup, never>;
315
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmAvatarGroup, "[hlmAvatarGroup],hlm-avatar-group", never, {}, {}, never, never, true, never>;
316
+ }
317
+
318
+ declare class HlmAvatarGroupCount {
319
+ constructor();
320
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmAvatarGroupCount, never>;
321
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmAvatarGroupCount, "[hlmAvatarGroupCount],hlm-avatar-group-count", never, {}, {}, never, never, true, never>;
322
+ }
323
+
324
+ declare class HlmAvatarImage {
325
+ readonly canShow: i0.Signal<boolean>;
326
+ constructor();
327
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmAvatarImage, never>;
328
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmAvatarImage, "img[hlmAvatarImage]", ["avatarImage"], {}, {}, never, never, true, [{ directive: typeof i1$5.BrnAvatarImage; inputs: {}; outputs: {}; }]>;
329
+ }
330
+
331
+ declare const HlmAvatarImports: readonly [typeof HlmAvatar, typeof HlmAvatarBadge, typeof HlmAvatarFallback, typeof HlmAvatarGroup, typeof HlmAvatarGroupCount, typeof HlmAvatarImage];
332
+
333
+ declare const badgeVariants: (props?: ({
334
+ variant?: "default" | "destructive" | "outline" | "secondary" | "ghost" | "link" | null | undefined;
335
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
336
+ type BadgeVariants = VariantProps<typeof badgeVariants>;
337
+ declare class HlmBadge {
338
+ readonly variant: i0.InputSignal<"default" | "destructive" | "outline" | "secondary" | "ghost" | "link" | null | undefined>;
339
+ constructor();
340
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmBadge, never>;
341
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmBadge, "[hlmBadge],hlm-badge", never, { "variant": { "alias": "variant"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
342
+ }
343
+
344
+ declare const HlmBadgeImports: readonly [typeof HlmBadge];
345
+
346
+ declare class HlmBreadcrumb {
347
+ readonly ariaLabel: i0.InputSignal<string>;
348
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmBreadcrumb, never>;
349
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmBreadcrumb, "[hlmBreadcrumb]", never, { "ariaLabel": { "alias": "aria-label"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
350
+ }
351
+
352
+ declare class HlmBreadcrumbEllipsis {
353
+ readonly userClass: i0.InputSignal<ClassValue>;
354
+ /** Screen reader only text for the ellipsis */
355
+ readonly srOnlyText: i0.InputSignal<string>;
356
+ protected readonly _computedClass: i0.Signal<string>;
357
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmBreadcrumbEllipsis, never>;
358
+ static ɵcmp: i0.ɵɵComponentDeclaration<HlmBreadcrumbEllipsis, "hlm-breadcrumb-ellipsis", never, { "userClass": { "alias": "class"; "required": false; "isSignal": true; }; "srOnlyText": { "alias": "srOnlyText"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
359
+ }
360
+
361
+ declare class HlmBreadcrumbItem {
362
+ constructor();
363
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmBreadcrumbItem, never>;
364
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmBreadcrumbItem, "[hlmBreadcrumbItem]", never, {}, {}, never, never, true, never>;
365
+ }
366
+
367
+ declare class HlmBreadcrumbLink {
368
+ constructor();
369
+ /** The link to navigate to the page. */
370
+ readonly link: i0.InputSignal<string | readonly any[] | _angular_router.UrlTree | null | undefined>;
371
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmBreadcrumbLink, never>;
372
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmBreadcrumbLink, "[hlmBreadcrumbLink]", never, { "link": { "alias": "link"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof _angular_router.RouterLink; inputs: { "target": "target"; "queryParams": "queryParams"; "fragment": "fragment"; "queryParamsHandling": "queryParamsHandling"; "state": "state"; "info": "info"; "relativeTo": "relativeTo"; "preserveFragment": "preserveFragment"; "skipLocationChange": "skipLocationChange"; "replaceUrl": "replaceUrl"; "routerLink": "link"; }; outputs: {}; }]>;
373
+ }
374
+
375
+ declare class HlmBreadcrumbList {
376
+ constructor();
377
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmBreadcrumbList, never>;
378
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmBreadcrumbList, "[hlmBreadcrumbList]", never, {}, {}, never, never, true, never>;
379
+ }
380
+
381
+ declare class HlmBreadcrumbPage {
382
+ constructor();
383
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmBreadcrumbPage, never>;
384
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmBreadcrumbPage, "[hlmBreadcrumbPage]", never, {}, {}, never, never, true, never>;
385
+ }
386
+
387
+ declare class HlmBreadcrumbSeparator {
388
+ constructor();
389
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmBreadcrumbSeparator, never>;
390
+ static ɵcmp: i0.ɵɵComponentDeclaration<HlmBreadcrumbSeparator, "[hlmBreadcrumbSeparator]", never, {}, {}, never, ["*"], true, never>;
391
+ }
392
+
393
+ declare const HlmBreadCrumbImports: readonly [typeof HlmBreadcrumb, typeof HlmBreadcrumbEllipsis, typeof HlmBreadcrumbSeparator, typeof HlmBreadcrumbItem, typeof HlmBreadcrumbLink, typeof HlmBreadcrumbPage, typeof HlmBreadcrumbList];
394
+
395
+ interface BrnButtonConfig {
396
+ variant: ButtonVariants['variant'];
397
+ size: ButtonVariants['size'];
398
+ }
399
+ declare function provideBrnButtonConfig(config: Partial<BrnButtonConfig>): ValueProvider;
400
+ declare function injectBrnButtonConfig(): BrnButtonConfig;
401
+
402
+ declare const HlmButtonImports: readonly [typeof HlmButton];
403
+
404
+ declare const buttonGroupVariants: (props?: ({
405
+ orientation?: "horizontal" | "vertical" | null | undefined;
406
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
407
+ declare class HlmButtonGroup {
408
+ constructor();
409
+ readonly orientation: i0.InputSignal<"horizontal" | "vertical">;
410
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmButtonGroup, never>;
411
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmButtonGroup, "[hlmButtonGroup],hlm-button-group", never, { "orientation": { "alias": "orientation"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
412
+ }
413
+
414
+ declare class HlmButtonGroupSeparator {
415
+ constructor();
416
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmButtonGroupSeparator, never>;
417
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmButtonGroupSeparator, "[hlmButtonGroupSeparator],hlm-button-group-separator", never, {}, {}, never, never, true, [{ directive: typeof i1$6.BrnSeparator; inputs: { "orientation": "orientation"; "decorative": "decorative"; }; outputs: {}; }]>;
418
+ }
419
+
420
+ declare class HlmButtonGroupText {
421
+ constructor();
422
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmButtonGroupText, never>;
423
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmButtonGroupText, "[hlmButtonGroupText],hlm-button-group-text", never, {}, {}, never, never, true, never>;
424
+ }
425
+
426
+ declare const HlmButtonGroupImports: readonly [typeof HlmButtonGroup, typeof HlmButtonGroupText, typeof HlmButtonGroupSeparator];
427
+
428
+ declare class HlmCalendar<T> {
429
+ readonly calendarClass: i0.InputSignal<ClassValue>;
430
+ protected readonly _computedCalenderClass: i0.Signal<string>;
431
+ /** Access the calendar i18n */
432
+ protected readonly _i18n: _spartan_ng_brain_calendar.BrnCalendarI18nService;
433
+ /** Access the date time adapter */
434
+ protected readonly _dateAdapter: _spartan_ng_brain_date_time.BrnDateAdapter<T>;
435
+ /** The minimum date that can be selected.*/
436
+ readonly min: i0.InputSignal<T | undefined>;
437
+ /** The maximum date that can be selected. */
438
+ readonly max: i0.InputSignal<T | undefined>;
439
+ /** Show dropdowns to navigate between months or years. */
440
+ readonly captionLayout: i0.InputSignal<"dropdown" | "label" | "dropdown-months" | "dropdown-years">;
441
+ /** Determine if the date picker is disabled. */
442
+ readonly disabled: i0.InputSignalWithTransform<boolean, BooleanInput>;
443
+ /** The selected value. */
444
+ readonly date: i0.ModelSignal<T | undefined>;
445
+ /** Whether a specific date is disabled. */
446
+ readonly dateDisabled: i0.InputSignal<(date: T) => boolean>;
447
+ /** The day the week starts on */
448
+ readonly weekStartsOn: i0.InputSignalWithTransform<Weekday | undefined, NumberInput>;
449
+ /** The default focused date. */
450
+ readonly defaultFocusedDate: i0.InputSignal<T | undefined>;
451
+ /** Access the calendar directive */
452
+ private readonly _calendar;
453
+ /** Get the heading for the current month and year */
454
+ protected readonly _heading: i0.Signal<{
455
+ header: string;
456
+ month: string;
457
+ year: string;
458
+ }>;
459
+ protected readonly _btnClass: string;
460
+ protected readonly _selectClass = "gap-0 px-1.5 py-2 [&>ng-icon]:ml-1";
461
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmCalendar<any>, never>;
462
+ static ɵcmp: i0.ɵɵComponentDeclaration<HlmCalendar<any>, "hlm-calendar", never, { "calendarClass": { "alias": "calendarClass"; "required": false; "isSignal": true; }; "min": { "alias": "min"; "required": false; "isSignal": true; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; "captionLayout": { "alias": "captionLayout"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "date": { "alias": "date"; "required": false; "isSignal": true; }; "dateDisabled": { "alias": "dateDisabled"; "required": false; "isSignal": true; }; "weekStartsOn": { "alias": "weekStartsOn"; "required": false; "isSignal": true; }; "defaultFocusedDate": { "alias": "defaultFocusedDate"; "required": false; "isSignal": true; }; }, { "date": "dateChange"; }, never, never, true, never>;
463
+ }
464
+
465
+ declare class HlmCalendarMulti<T> {
466
+ readonly calendarClass: i0.InputSignal<ClassValue>;
467
+ protected readonly _computedCalenderClass: i0.Signal<string>;
468
+ /** Access the calendar i18n */
469
+ protected readonly _i18n: _spartan_ng_brain_calendar.BrnCalendarI18nService;
470
+ /** Access the date time adapter */
471
+ protected readonly _dateAdapter: _spartan_ng_brain_date_time.BrnDateAdapter<T>;
472
+ /** The minimum date that can be selected.*/
473
+ readonly min: i0.InputSignal<T | undefined>;
474
+ /** The maximum date that can be selected. */
475
+ readonly max: i0.InputSignal<T | undefined>;
476
+ /** Show dropdowns to navigate between months or years. */
477
+ readonly captionLayout: i0.InputSignal<"dropdown" | "label" | "dropdown-months" | "dropdown-years">;
478
+ /** The minimum selectable dates. */
479
+ readonly minSelection: i0.InputSignalWithTransform<number | undefined, NumberInput>;
480
+ /** The maximum selectable dates. */
481
+ readonly maxSelection: i0.InputSignalWithTransform<number | undefined, NumberInput>;
482
+ /** Determine if the date picker is disabled. */
483
+ readonly disabled: i0.InputSignalWithTransform<boolean, BooleanInput>;
484
+ /** The selected value. */
485
+ readonly date: i0.ModelSignal<T[] | undefined>;
486
+ /** Whether a specific date is disabled. */
487
+ readonly dateDisabled: i0.InputSignal<(date: T) => boolean>;
488
+ /** The day the week starts on */
489
+ readonly weekStartsOn: i0.InputSignalWithTransform<Weekday | undefined, NumberInput>;
490
+ /** The default focused date. */
491
+ readonly defaultFocusedDate: i0.InputSignal<T | undefined>;
492
+ /** Access the calendar directive */
493
+ private readonly _calendar;
494
+ /** Get the heading for the current month and year */
495
+ protected readonly _heading: i0.Signal<{
496
+ header: string;
497
+ month: string;
498
+ year: string;
499
+ }>;
500
+ protected readonly _btnClass: string;
501
+ protected readonly _selectClass = "gap-0 px-1.5 py-2 [&>ng-icon]:ml-1";
502
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmCalendarMulti<any>, never>;
503
+ static ɵcmp: i0.ɵɵComponentDeclaration<HlmCalendarMulti<any>, "hlm-calendar-multi", never, { "calendarClass": { "alias": "calendarClass"; "required": false; "isSignal": true; }; "min": { "alias": "min"; "required": false; "isSignal": true; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; "captionLayout": { "alias": "captionLayout"; "required": false; "isSignal": true; }; "minSelection": { "alias": "minSelection"; "required": false; "isSignal": true; }; "maxSelection": { "alias": "maxSelection"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "date": { "alias": "date"; "required": false; "isSignal": true; }; "dateDisabled": { "alias": "dateDisabled"; "required": false; "isSignal": true; }; "weekStartsOn": { "alias": "weekStartsOn"; "required": false; "isSignal": true; }; "defaultFocusedDate": { "alias": "defaultFocusedDate"; "required": false; "isSignal": true; }; }, { "date": "dateChange"; }, never, never, true, never>;
504
+ }
505
+
506
+ declare class HlmCalendarRange<T> {
507
+ readonly calendarClass: i0.InputSignal<ClassValue>;
508
+ protected readonly _computedCalenderClass: i0.Signal<string>;
509
+ /** Access the calendar i18n */
510
+ protected readonly _i18n: _spartan_ng_brain_calendar.BrnCalendarI18nService;
511
+ /** Access the date time adapter */
512
+ protected readonly _dateAdapter: _spartan_ng_brain_date_time.BrnDateAdapter<T>;
513
+ /** The minimum date that can be selected.*/
514
+ readonly min: i0.InputSignal<T | undefined>;
515
+ /** The maximum date that can be selected. */
516
+ readonly max: i0.InputSignal<T | undefined>;
517
+ /** Show dropdowns to navigate between months or years. */
518
+ readonly captionLayout: i0.InputSignal<"dropdown" | "label" | "dropdown-months" | "dropdown-years">;
519
+ /** Determine if the date picker is disabled. */
520
+ readonly disabled: i0.InputSignalWithTransform<boolean, BooleanInput>;
521
+ /** The start date of the range. */
522
+ readonly startDate: i0.ModelSignal<T | undefined>;
523
+ /** The end date of the range. */
524
+ readonly endDate: i0.ModelSignal<T | undefined>;
525
+ /** Whether a specific date is disabled. */
526
+ readonly dateDisabled: i0.InputSignal<(date: T) => boolean>;
527
+ /** The day the week starts on */
528
+ readonly weekStartsOn: i0.InputSignalWithTransform<Weekday | undefined, NumberInput>;
529
+ /** The default focused date. */
530
+ readonly defaultFocusedDate: i0.InputSignal<T | undefined>;
531
+ /** Access the calendar directive */
532
+ private readonly _calendar;
533
+ /** Get the heading for the current month and year */
534
+ protected readonly _heading: i0.Signal<{
535
+ header: string;
536
+ month: string;
537
+ year: string;
538
+ }>;
539
+ protected readonly _btnClass: string;
540
+ protected readonly _selectClass = "gap-0 px-1.5 py-2 [&>ng-icon]:ml-1";
541
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmCalendarRange<any>, never>;
542
+ static ɵcmp: i0.ɵɵComponentDeclaration<HlmCalendarRange<any>, "hlm-calendar-range", never, { "calendarClass": { "alias": "calendarClass"; "required": false; "isSignal": true; }; "min": { "alias": "min"; "required": false; "isSignal": true; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; "captionLayout": { "alias": "captionLayout"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "startDate": { "alias": "startDate"; "required": false; "isSignal": true; }; "endDate": { "alias": "endDate"; "required": false; "isSignal": true; }; "dateDisabled": { "alias": "dateDisabled"; "required": false; "isSignal": true; }; "weekStartsOn": { "alias": "weekStartsOn"; "required": false; "isSignal": true; }; "defaultFocusedDate": { "alias": "defaultFocusedDate"; "required": false; "isSignal": true; }; }, { "startDate": "startDateChange"; "endDate": "endDateChange"; }, never, never, true, never>;
543
+ }
544
+
545
+ declare const HlmCalendarImports: readonly [typeof HlmCalendar, typeof HlmCalendarMulti, typeof HlmCalendarRange];
546
+
547
+ declare class HlmCard {
548
+ readonly size: i0.InputSignal<"sm" | "default">;
549
+ constructor();
550
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmCard, never>;
551
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmCard, "[hlmCard],hlm-card", never, { "size": { "alias": "size"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
552
+ }
553
+
554
+ declare class HlmCardAction {
555
+ constructor();
556
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmCardAction, never>;
557
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmCardAction, "[hlmCardAction]", never, {}, {}, never, never, true, never>;
558
+ }
559
+
560
+ declare class HlmCardContent {
561
+ constructor();
562
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmCardContent, never>;
563
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmCardContent, "[hlmCardContent]", never, {}, {}, never, never, true, never>;
564
+ }
565
+
566
+ declare class HlmCardDescription {
567
+ constructor();
568
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmCardDescription, never>;
569
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmCardDescription, "[hlmCardDescription]", never, {}, {}, never, never, true, never>;
570
+ }
571
+
572
+ declare class HlmCardFooter {
573
+ constructor();
574
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmCardFooter, never>;
575
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmCardFooter, "[hlmCardFooter],hlm-card-footer", never, {}, {}, never, never, true, never>;
576
+ }
577
+
578
+ declare class HlmCardHeader {
579
+ constructor();
580
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmCardHeader, never>;
581
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmCardHeader, "[hlmCardHeader],hlm-card-header", never, {}, {}, never, never, true, never>;
582
+ }
583
+
584
+ declare class HlmCardTitle {
585
+ constructor();
586
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmCardTitle, never>;
587
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmCardTitle, "[hlmCardTitle]", never, {}, {}, never, never, true, never>;
588
+ }
589
+
590
+ declare const HlmCardImports: readonly [typeof HlmCard, typeof HlmCardAction, typeof HlmCardContent, typeof HlmCardDescription, typeof HlmCardFooter, typeof HlmCardHeader, typeof HlmCardTitle];
591
+
592
+ declare const HLM_CHECKBOX_VALUE_ACCESSOR: {
593
+ provide: i0.InjectionToken<readonly ControlValueAccessor[]>;
594
+ useExisting: i0.Type<any>;
595
+ multi: boolean;
596
+ };
597
+ declare class HlmCheckbox implements ControlValueAccessor {
598
+ readonly userClass: i0.InputSignal<ClassValue>;
599
+ protected readonly _computedClass: i0.Signal<string>;
600
+ /** Used to set the id on the underlying brn element. */
601
+ readonly id: i0.InputSignal<string | null>;
602
+ /** Used to set the aria-label attribute on the underlying brn element. */
603
+ readonly ariaLabel: i0.InputSignal<string | null>;
604
+ /** Used to set the aria-labelledby attribute on the underlying brn element. */
605
+ readonly ariaLabelledby: i0.InputSignal<string | null>;
606
+ /** Used to set the aria-describedby attribute on the underlying brn element. */
607
+ readonly ariaDescribedby: i0.InputSignal<string | null>;
608
+ /** The checked state of the checkbox. */
609
+ readonly checked: i0.ModelSignal<boolean>;
610
+ /** Emits when checked state changes. */
611
+ readonly checkedChange: i0.OutputEmitterRef<boolean>;
612
+ /**
613
+ * The indeterminate state of the checkbox.
614
+ * For example, a "select all/deselect all" checkbox may be in the indeterminate state when some but not all of its sub-controls are checked.
615
+ */
616
+ readonly indeterminate: i0.ModelSignal<boolean>;
617
+ /** The name attribute of the checkbox. */
618
+ readonly name: i0.InputSignal<string | null>;
619
+ /** Whether the checkbox is required. */
620
+ readonly required: i0.InputSignalWithTransform<boolean, BooleanInput>;
621
+ /** Whether the checkbox is disabled. */
622
+ readonly disabled: i0.InputSignalWithTransform<boolean, BooleanInput>;
623
+ protected readonly _disabled: i0.WritableSignal<boolean>;
624
+ protected _onChange?: ChangeFn<boolean>;
625
+ protected _onTouched?: TouchFn;
626
+ protected _handleChange(value: boolean): void;
627
+ /** CONTROL VALUE ACCESSOR */
628
+ writeValue(value: boolean): void;
629
+ registerOnChange(fn: ChangeFn<boolean>): void;
630
+ registerOnTouched(fn: TouchFn): void;
631
+ setDisabledState(isDisabled: boolean): void;
632
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmCheckbox, never>;
633
+ static ɵcmp: i0.ɵɵComponentDeclaration<HlmCheckbox, "hlm-checkbox", never, { "userClass": { "alias": "class"; "required": false; "isSignal": true; }; "id": { "alias": "id"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "aria-label"; "required": false; "isSignal": true; }; "ariaLabelledby": { "alias": "aria-labelledby"; "required": false; "isSignal": true; }; "ariaDescribedby": { "alias": "aria-describedby"; "required": false; "isSignal": true; }; "checked": { "alias": "checked"; "required": false; "isSignal": true; }; "indeterminate": { "alias": "indeterminate"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; "required": { "alias": "required"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, { "checked": "checkedChange"; "checkedChange": "checkedChange"; "indeterminate": "indeterminateChange"; }, never, never, true, never>;
634
+ }
635
+
636
+ declare const HlmCheckboxImports: readonly [typeof HlmCheckbox];
637
+
638
+ declare class HlmCollapsible {
639
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmCollapsible, never>;
640
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmCollapsible, "[hlmCollapsible],hlm-collapsible", never, {}, {}, never, never, true, [{ directive: typeof i1$7.BrnCollapsible; inputs: { "expanded": "expanded"; "disabled": "disabled"; }; outputs: { "expandedChange": "expandedChange"; }; }]>;
641
+ }
642
+
643
+ declare class HlmCollapsibleContent {
644
+ constructor();
645
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmCollapsibleContent, never>;
646
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmCollapsibleContent, "[hlmCollapsibleContent],hlm-collapsible-content", never, {}, {}, never, never, true, [{ directive: typeof i1$7.BrnCollapsibleContent; inputs: { "id": "id"; }; outputs: {}; }]>;
647
+ }
648
+
649
+ declare class HlmCollapsibleTrigger {
650
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmCollapsibleTrigger, never>;
651
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmCollapsibleTrigger, "button[hlmCollapsibleTrigger]", never, {}, {}, never, never, true, [{ directive: typeof i1$7.BrnCollapsibleTrigger; inputs: { "type": "type"; }; outputs: {}; }]>;
652
+ }
653
+
654
+ declare const HlmCollapsibleImports: readonly [typeof HlmCollapsible, typeof HlmCollapsibleContent, typeof HlmCollapsibleTrigger];
655
+
656
+ declare class HlmCommand {
657
+ constructor();
658
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmCommand, never>;
659
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmCommand, "[hlmCommand],hlm-command", never, {}, {}, never, never, true, [{ directive: typeof i1$8.BrnCommand; inputs: { "id": "id"; "filter": "filter"; "search": "search"; "disabled": "disabled"; }; outputs: { "valueChange": "valueChange"; "searchChange": "searchChange"; }; }]>;
660
+ }
661
+
662
+ declare class HlmCommandDialog {
663
+ readonly title: i0.InputSignal<string>;
664
+ readonly description: i0.InputSignal<string>;
665
+ readonly state: i0.InputSignal<BrnDialogState>;
666
+ protected readonly _state: i0.WritableSignal<BrnDialogState>;
667
+ readonly showCloseButton: i0.InputSignalWithTransform<boolean, BooleanInput>;
668
+ readonly dialogContentClass: i0.InputSignal<ClassValue>;
669
+ protected readonly _computedDialogContentClass: i0.Signal<string>;
670
+ readonly stateChange: i0.OutputEmitterRef<BrnDialogState>;
671
+ protected stateChanged(state: BrnDialogState): void;
672
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmCommandDialog, never>;
673
+ static ɵcmp: i0.ɵɵComponentDeclaration<HlmCommandDialog, "hlm-command-dialog", never, { "title": { "alias": "title"; "required": false; "isSignal": true; }; "description": { "alias": "description"; "required": false; "isSignal": true; }; "state": { "alias": "state"; "required": false; "isSignal": true; }; "showCloseButton": { "alias": "showCloseButton"; "required": false; "isSignal": true; }; "dialogContentClass": { "alias": "dialogContentClass"; "required": false; "isSignal": true; }; }, { "stateChange": "stateChange"; }, never, ["*"], true, never>;
674
+ }
675
+
676
+ declare class HlmCommandEmpty {
677
+ constructor();
678
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmCommandEmpty, never>;
679
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmCommandEmpty, "[hlmCommandEmpty]", never, {}, {}, never, never, true, never>;
680
+ }
681
+
682
+ declare class HlmCommandEmptyState {
683
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmCommandEmptyState, never>;
684
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmCommandEmptyState, "[hlmCommandEmptyState]", never, {}, {}, never, never, true, [{ directive: typeof i1$8.BrnCommandEmpty; inputs: {}; outputs: {}; }]>;
685
+ }
686
+
687
+ declare class HlmCommandGroup {
688
+ constructor();
689
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmCommandGroup, never>;
690
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmCommandGroup, "[hlmCommandGroup],hlm-command-group", never, {}, {}, never, never, true, [{ directive: typeof i1$8.BrnCommandGroup; inputs: { "id": "id"; }; outputs: {}; }]>;
691
+ }
692
+
693
+ declare class HlmCommandGroupLabel {
694
+ constructor();
695
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmCommandGroupLabel, never>;
696
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmCommandGroupLabel, "[hlmCommandGroupLabel],hlm-command-group-label", never, {}, {}, never, never, true, never>;
697
+ }
698
+
699
+ declare class HlmCommandInput {
700
+ readonly id: i0.InputSignal<string | undefined>;
701
+ readonly placeholder: i0.InputSignal<string>;
702
+ constructor();
703
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmCommandInput, never>;
704
+ static ɵcmp: i0.ɵɵComponentDeclaration<HlmCommandInput, "hlm-command-input", never, { "id": { "alias": "id"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
705
+ }
706
+
707
+ declare class HlmCommandItem {
708
+ constructor();
709
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmCommandItem, never>;
710
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmCommandItem, "button[hlmCommandItem],button[hlm-command-item]", never, {}, {}, never, never, true, [{ directive: typeof i1$8.BrnCommandItem; inputs: { "value": "value"; "disabled": "disabled"; "id": "id"; }; outputs: { "selected": "selected"; }; }]>;
711
+ }
712
+
713
+ declare class HlmCommandList {
714
+ constructor();
715
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmCommandList, never>;
716
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmCommandList, "[hlmCommandList],hlm-command-list", never, {}, {}, never, never, true, [{ directive: typeof i1$8.BrnCommandList; inputs: { "id": "id"; }; outputs: {}; }]>;
717
+ }
718
+
719
+ declare class HlmCommandSeparator {
720
+ constructor();
721
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmCommandSeparator, never>;
722
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmCommandSeparator, "[hlmCommandSeparator],hlm-command-separator", never, {}, {}, never, never, true, [{ directive: typeof i1$8.BrnCommandSeparator; inputs: {}; outputs: {}; }]>;
723
+ }
724
+
725
+ declare class HlmCommandShortcut {
726
+ constructor();
727
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmCommandShortcut, never>;
728
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmCommandShortcut, "[hlmCommandShortcut],hlm-command-shortcut", never, {}, {}, never, never, true, never>;
729
+ }
730
+
731
+ declare const HlmCommandImports: readonly [typeof HlmCommand, typeof HlmCommandDialog, typeof HlmCommandEmpty, typeof HlmCommandEmptyState, typeof HlmCommandGroup, typeof HlmCommandGroupLabel, typeof HlmCommandInput, typeof HlmCommandItem, typeof HlmCommandList, typeof HlmCommandSeparator, typeof HlmCommandShortcut];
732
+
733
+ declare class HlmContextMenuTrigger {
734
+ private readonly _cdkTrigger;
735
+ private readonly _config;
736
+ readonly disabled: i0.InputSignalWithTransform<boolean, BooleanInput>;
737
+ readonly align: i0.InputSignal<MenuAlign>;
738
+ readonly side: i0.InputSignal<MenuSide>;
739
+ private readonly _menuPosition;
740
+ constructor();
741
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmContextMenuTrigger, never>;
742
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmContextMenuTrigger, "[hlmContextMenuTrigger]", never, { "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "align": { "alias": "align"; "required": false; "isSignal": true; }; "side": { "alias": "side"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1$9.CdkContextMenuTrigger; inputs: { "cdkContextMenuTriggerFor": "hlmContextMenuTrigger"; "cdkContextMenuTriggerData": "hlmContextMenuTriggerData"; "cdkContextMenuDisabled": "disabled"; }; outputs: { "cdkContextMenuOpened": "hlmContextMenuOpened"; "cdkContextMenuClosed": "hlmContextMenuClosed"; }; }]>;
743
+ }
744
+
745
+ interface HlmContextMenuConfig {
746
+ align: MenuAlign;
747
+ side: MenuSide;
748
+ }
749
+ declare function provideHlmContextMenuConfig(config: Partial<HlmContextMenuConfig>): ValueProvider;
750
+ declare function injectHlmContextMenuConfig(): HlmContextMenuConfig;
751
+
752
+ declare const HlmContextMenuImports: readonly [typeof HlmContextMenuTrigger];
753
+
754
+ declare const HLM_DATE_PICKER_VALUE_ACCESSOR: {
755
+ provide: i0.InjectionToken<readonly ControlValueAccessor[]>;
756
+ useExisting: i0.Type<any>;
757
+ multi: boolean;
758
+ };
759
+ declare class HlmDatePicker<T> implements ControlValueAccessor {
760
+ private readonly _config;
761
+ readonly userClass: i0.InputSignal<ClassValue>;
762
+ protected readonly _computedClass: i0.Signal<string>;
763
+ /** The id of the button that opens the date picker. */
764
+ readonly buttonId: i0.InputSignal<string>;
765
+ /** Show dropdowns to navigate between months or years. */
766
+ readonly captionLayout: i0.InputSignal<"dropdown" | "label" | "dropdown-months" | "dropdown-years">;
767
+ /** The minimum date that can be selected.*/
768
+ readonly min: i0.InputSignal<T | undefined>;
769
+ /** The maximum date that can be selected. */
770
+ readonly max: i0.InputSignal<T | undefined>;
771
+ /** Determine if the date picker is disabled. */
772
+ readonly disabled: i0.InputSignalWithTransform<boolean, BooleanInput>;
773
+ /** The selected value. */
774
+ readonly date: i0.InputSignal<T | undefined>;
775
+ protected readonly _mutableDate: i0.WritableSignal<T | undefined>;
776
+ /** If true, the date picker will close when a date is selected. */
777
+ readonly autoCloseOnSelect: i0.InputSignalWithTransform<boolean, BooleanInput>;
778
+ /** Defines how the date should be displayed in the UI. */
779
+ readonly formatDate: i0.InputSignal<(date: T) => string>;
780
+ /** Defines how the date should be transformed before saving to model/form. */
781
+ readonly transformDate: i0.InputSignal<(date: T) => T>;
782
+ protected readonly _popoverState: i0.WritableSignal<BrnDialogState | null>;
783
+ protected readonly _mutableDisabled: i0.WritableSignal<boolean>;
784
+ protected readonly _formattedDate: i0.Signal<string | undefined>;
785
+ readonly dateChange: i0.OutputEmitterRef<T>;
786
+ protected _onChange?: ChangeFn<T>;
787
+ protected _onTouched?: TouchFn;
788
+ protected _handleChange(value: T): void;
789
+ /** CONTROL VALUE ACCESSOR */
790
+ writeValue(value: T | null): void;
791
+ registerOnChange(fn: ChangeFn<T>): void;
792
+ registerOnTouched(fn: TouchFn): void;
793
+ setDisabledState(isDisabled: boolean): void;
794
+ open(): void;
795
+ close(): void;
796
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmDatePicker<any>, never>;
797
+ static ɵcmp: i0.ɵɵComponentDeclaration<HlmDatePicker<any>, "hlm-date-picker", never, { "userClass": { "alias": "class"; "required": false; "isSignal": true; }; "buttonId": { "alias": "buttonId"; "required": false; "isSignal": true; }; "captionLayout": { "alias": "captionLayout"; "required": false; "isSignal": true; }; "min": { "alias": "min"; "required": false; "isSignal": true; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "date": { "alias": "date"; "required": false; "isSignal": true; }; "autoCloseOnSelect": { "alias": "autoCloseOnSelect"; "required": false; "isSignal": true; }; "formatDate": { "alias": "formatDate"; "required": false; "isSignal": true; }; "transformDate": { "alias": "transformDate"; "required": false; "isSignal": true; }; }, { "dateChange": "dateChange"; }, never, ["*"], true, never>;
798
+ }
799
+
800
+ declare const HLM_DATE_PICKER_MUTLI_VALUE_ACCESSOR: {
801
+ provide: i0.InjectionToken<readonly ControlValueAccessor[]>;
802
+ useExisting: i0.Type<any>;
803
+ multi: boolean;
804
+ };
805
+ declare class HlmDatePickerMulti<T> implements ControlValueAccessor {
806
+ private readonly _config;
807
+ readonly userClass: i0.InputSignal<ClassValue>;
808
+ protected readonly _computedClass: i0.Signal<string>;
809
+ /** The id of the button that opens the date picker. */
810
+ readonly buttonId: i0.InputSignal<string>;
811
+ /** Show dropdowns to navigate between months or years. */
812
+ readonly captionLayout: i0.InputSignal<"dropdown" | "label" | "dropdown-months" | "dropdown-years">;
813
+ /** The minimum date that can be selected.*/
814
+ readonly min: i0.InputSignal<T | undefined>;
815
+ /** The maximum date that can be selected. */
816
+ readonly max: i0.InputSignal<T | undefined>;
817
+ /** The minimum selectable dates. */
818
+ readonly minSelection: i0.InputSignalWithTransform<number | undefined, NumberInput>;
819
+ /** The maximum selectable dates. */
820
+ readonly maxSelection: i0.InputSignalWithTransform<number | undefined, NumberInput>;
821
+ /** Determine if the date picker is disabled. */
822
+ readonly disabled: i0.InputSignalWithTransform<boolean, BooleanInput>;
823
+ /** The selected value. */
824
+ readonly date: i0.InputSignal<T[] | undefined>;
825
+ protected readonly _mutableDate: i0.WritableSignal<T[] | undefined>;
826
+ /** If true, the date picker will close when the max selection of dates is reached. */
827
+ readonly autoCloseOnMaxSelection: i0.InputSignalWithTransform<boolean, BooleanInput>;
828
+ /** Defines how the date should be displayed in the UI. */
829
+ readonly formatDates: i0.InputSignal<(date: T[]) => string>;
830
+ /** Defines how the date should be transformed before saving to model/form. */
831
+ readonly transformDates: i0.InputSignal<(date: T[]) => T[]>;
832
+ protected readonly _popoverState: i0.WritableSignal<BrnDialogState | null>;
833
+ protected readonly _mutableDisabled: i0.WritableSignal<boolean>;
834
+ protected readonly _formattedDate: i0.Signal<string | undefined>;
835
+ readonly dateChange: i0.OutputEmitterRef<T[]>;
836
+ protected _onChange?: ChangeFn<T[]>;
837
+ protected _onTouched?: TouchFn;
838
+ protected _handleChange(value: T[] | undefined): void;
839
+ /** CONTROL VALUE ACCESSOR */
840
+ writeValue(value: T[] | null): void;
841
+ registerOnChange(fn: ChangeFn<T[]>): void;
842
+ registerOnTouched(fn: TouchFn): void;
843
+ setDisabledState(isDisabled: boolean): void;
844
+ open(): void;
845
+ close(): void;
846
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmDatePickerMulti<any>, never>;
847
+ static ɵcmp: i0.ɵɵComponentDeclaration<HlmDatePickerMulti<any>, "hlm-date-picker-multi", never, { "userClass": { "alias": "class"; "required": false; "isSignal": true; }; "buttonId": { "alias": "buttonId"; "required": false; "isSignal": true; }; "captionLayout": { "alias": "captionLayout"; "required": false; "isSignal": true; }; "min": { "alias": "min"; "required": false; "isSignal": true; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; "minSelection": { "alias": "minSelection"; "required": false; "isSignal": true; }; "maxSelection": { "alias": "maxSelection"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "date": { "alias": "date"; "required": false; "isSignal": true; }; "autoCloseOnMaxSelection": { "alias": "autoCloseOnMaxSelection"; "required": false; "isSignal": true; }; "formatDates": { "alias": "formatDates"; "required": false; "isSignal": true; }; "transformDates": { "alias": "transformDates"; "required": false; "isSignal": true; }; }, { "dateChange": "dateChange"; }, never, ["*"], true, never>;
848
+ }
849
+
850
+ declare const HLM_DATE_RANGE_PICKER_VALUE_ACCESSOR: {
851
+ provide: i0.InjectionToken<readonly ControlValueAccessor[]>;
852
+ useExisting: i0.Type<any>;
853
+ multi: boolean;
854
+ };
855
+ declare class HlmDateRangePicker<T> implements ControlValueAccessor {
856
+ private readonly _config;
857
+ readonly userClass: i0.InputSignal<ClassValue>;
858
+ protected readonly _computedClass: i0.Signal<string>;
859
+ /** The id of the button that opens the date picker. */
860
+ readonly buttonId: i0.InputSignal<string>;
861
+ /** Show dropdowns to navigate between months or years. */
862
+ readonly captionLayout: i0.InputSignal<"dropdown" | "label" | "dropdown-months" | "dropdown-years">;
863
+ /** The minimum date that can be selected.*/
864
+ readonly min: i0.InputSignal<T | undefined>;
865
+ /** The maximum date that can be selected. */
866
+ readonly max: i0.InputSignal<T | undefined>;
867
+ /** Determine if the date picker is disabled. */
868
+ readonly disabled: i0.InputSignalWithTransform<boolean, BooleanInput>;
869
+ /** The selected value. */
870
+ readonly date: i0.InputSignal<[T, T] | undefined>;
871
+ protected readonly _mutableDate: i0.WritableSignal<[T, T] | undefined>;
872
+ protected readonly _start: i0.WritableSignal<T | undefined>;
873
+ protected readonly _end: i0.WritableSignal<T | undefined>;
874
+ /** If true, the date picker will close when the end date is selected */
875
+ readonly autoCloseOnEndSelection: i0.InputSignalWithTransform<boolean, BooleanInput>;
876
+ /** Defines how the date should be displayed in the UI. */
877
+ readonly formatDates: i0.InputSignal<(dates: [T | undefined, T | undefined]) => string>;
878
+ /** Defines how the date should be transformed before saving to model/form. */
879
+ readonly transformDates: i0.InputSignal<(date: [T, T]) => [T, T]>;
880
+ protected readonly _popoverState: i0.WritableSignal<BrnDialogState | null>;
881
+ protected readonly _mutableDisabled: i0.WritableSignal<boolean>;
882
+ protected readonly _formattedDate: i0.Signal<string | undefined>;
883
+ readonly dateChange: i0.OutputEmitterRef<[T, T] | null>;
884
+ protected _onChange?: ChangeFn<[T, T] | null>;
885
+ protected _onTouched?: TouchFn;
886
+ protected _handleStartDayChange(value: T): void;
887
+ protected _handleEndDateChange(value: T): void;
888
+ /** CONTROL VALUE ACCESSOR */
889
+ writeValue(value: [T, T] | null): void;
890
+ registerOnChange(fn: ChangeFn<[T, T] | null>): void;
891
+ registerOnTouched(fn: TouchFn): void;
892
+ setDisabledState(isDisabled: boolean): void;
893
+ open(): void;
894
+ close(): void;
895
+ protected _onClose(): void;
896
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmDateRangePicker<any>, never>;
897
+ static ɵcmp: i0.ɵɵComponentDeclaration<HlmDateRangePicker<any>, "hlm-date-range-picker", never, { "userClass": { "alias": "class"; "required": false; "isSignal": true; }; "buttonId": { "alias": "buttonId"; "required": false; "isSignal": true; }; "captionLayout": { "alias": "captionLayout"; "required": false; "isSignal": true; }; "min": { "alias": "min"; "required": false; "isSignal": true; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "date": { "alias": "date"; "required": false; "isSignal": true; }; "autoCloseOnEndSelection": { "alias": "autoCloseOnEndSelection"; "required": false; "isSignal": true; }; "formatDates": { "alias": "formatDates"; "required": false; "isSignal": true; }; "transformDates": { "alias": "transformDates"; "required": false; "isSignal": true; }; }, { "dateChange": "dateChange"; }, never, ["*"], true, never>;
898
+ }
899
+
900
+ interface HlmDatePickerMultiConfig<T> {
901
+ /**
902
+ * If true, the date picker will close when the max selection of dates is reached.
903
+ */
904
+ autoCloseOnMaxSelection: boolean;
905
+ /**
906
+ * Defines how the date should be displayed in the UI.
907
+ *
908
+ * @param dates
909
+ * @returns formatted date
910
+ */
911
+ formatDates: (dates: T[]) => string;
912
+ /**
913
+ * Defines how the date should be transformed before saving to model/form.
914
+ *
915
+ * @param dates
916
+ * @returns transformed date
917
+ */
918
+ transformDates: (dates: T[]) => T[];
919
+ }
920
+ declare function provideHlmDatePickerMultiConfig<T>(config: Partial<HlmDatePickerMultiConfig<T>>): ValueProvider;
921
+ declare function injectHlmDatePickerMultiConfig<T>(): HlmDatePickerMultiConfig<T>;
922
+
923
+ interface HlmDatePickerConfig<T> {
924
+ /**
925
+ * If true, the date picker will close when a date is selected.
926
+ */
927
+ autoCloseOnSelect: boolean;
928
+ /**
929
+ * Defines how the date should be displayed in the UI.
930
+ *
931
+ * @param date
932
+ * @returns formatted date
933
+ */
934
+ formatDate: (date: T) => string;
935
+ /**
936
+ * Defines how the date should be transformed before saving to model/form.
937
+ *
938
+ * @param date
939
+ * @returns transformed date
940
+ */
941
+ transformDate: (date: T) => T;
942
+ }
943
+ declare function provideHlmDatePickerConfig<T>(config: Partial<HlmDatePickerConfig<T>>): ValueProvider;
944
+ declare function injectHlmDatePickerConfig<T>(): HlmDatePickerConfig<T>;
945
+
946
+ interface HlmDateRangePickerConfig<T> {
947
+ /**
948
+ * If true, the date picker will close when the max selection of dates is reached.
949
+ */
950
+ autoCloseOnEndSelection: boolean;
951
+ /**
952
+ * Defines how the date should be displayed in the UI.
953
+ *
954
+ * @param dates
955
+ * @returns formatted date
956
+ */
957
+ formatDates: (dates: [T | undefined, T | undefined]) => string;
958
+ /**
959
+ * Defines how the date should be transformed before saving to model/form.
960
+ *
961
+ * @param dates
962
+ * @returns transformed date
963
+ */
964
+ transformDates: (dates: [T, T]) => [T, T];
965
+ }
966
+ declare function provideHlmDateRangePickerConfig<T>(config: Partial<HlmDateRangePickerConfig<T>>): ValueProvider;
967
+ declare function injectHlmDateRangePickerConfig<T>(): HlmDateRangePickerConfig<T>;
968
+
969
+ declare const HlmDatePickerImports: readonly [typeof HlmDatePicker, typeof HlmDatePickerMulti, typeof HlmDateRangePicker];
970
+
971
+ declare class HlmDialog extends BrnDialog {
972
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmDialog, never>;
973
+ static ɵcmp: i0.ɵɵComponentDeclaration<HlmDialog, "hlm-dialog", ["hlmDialog"], {}, {}, never, ["*"], true, never>;
974
+ }
975
+
976
+ declare class HlmDialogClose {
977
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmDialogClose, never>;
978
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmDialogClose, "button[hlmDialogClose]", never, {}, {}, never, never, true, [{ directive: typeof i1$a.BrnDialogClose; inputs: { "delay": "delay"; }; outputs: {}; }]>;
979
+ }
980
+
981
+ declare class HlmDialogContent {
982
+ private readonly _dialogRef;
983
+ private readonly _dialogContext;
984
+ readonly showCloseButton: i0.InputSignalWithTransform<boolean, BooleanInput>;
985
+ readonly state: i0.Signal<i1$a.BrnDialogState>;
986
+ readonly component: any;
987
+ private readonly _dynamicComponentClass;
988
+ constructor();
989
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmDialogContent, never>;
990
+ static ɵcmp: i0.ɵɵComponentDeclaration<HlmDialogContent, "hlm-dialog-content", never, { "showCloseButton": { "alias": "showCloseButton"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
991
+ }
992
+
993
+ declare class HlmDialogDescription {
994
+ constructor();
995
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmDialogDescription, never>;
996
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmDialogDescription, "[hlmDialogDescription]", never, {}, {}, never, never, true, [{ directive: typeof i1$a.BrnDialogDescription; inputs: {}; outputs: {}; }]>;
997
+ }
998
+
999
+ declare class HlmDialogFooter {
1000
+ constructor();
1001
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmDialogFooter, never>;
1002
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmDialogFooter, "[hlmDialogFooter],hlm-dialog-footer", never, {}, {}, never, never, true, never>;
1003
+ }
1004
+
1005
+ declare class HlmDialogHeader {
1006
+ constructor();
1007
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmDialogHeader, never>;
1008
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmDialogHeader, "[hlmDialogHeader],hlm-dialog-header", never, {}, {}, never, never, true, never>;
1009
+ }
1010
+
1011
+ declare const hlmDialogOverlayClass = "data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 bg-black/50";
1012
+ declare class HlmDialogOverlay {
1013
+ private readonly _classSettable;
1014
+ readonly userClass: i0.InputSignal<ClassValue>;
1015
+ protected readonly _computedClass: i0.Signal<string>;
1016
+ constructor();
1017
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmDialogOverlay, never>;
1018
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmDialogOverlay, "[hlmDialogOverlay],hlm-dialog-overlay", never, { "userClass": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1$a.BrnDialogOverlay; inputs: {}; outputs: {}; }]>;
1019
+ }
1020
+
1021
+ declare class HlmDialogPortal {
1022
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmDialogPortal, never>;
1023
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmDialogPortal, "[hlmDialogPortal]", never, {}, {}, never, never, true, [{ directive: typeof i1$a.BrnDialogContent; inputs: { "context": "context"; "class": "class"; }; outputs: {}; }]>;
1024
+ }
1025
+
1026
+ declare class HlmDialogTitle {
1027
+ constructor();
1028
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmDialogTitle, never>;
1029
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmDialogTitle, "[hlmDialogTitle]", never, {}, {}, never, never, true, [{ directive: typeof i1$a.BrnDialogTitle; inputs: {}; outputs: {}; }]>;
1030
+ }
1031
+
1032
+ declare class HlmDialogTrigger {
1033
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmDialogTrigger, never>;
1034
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmDialogTrigger, "button[hlmDialogTrigger],button[hlmDialogTriggerFor]", never, {}, {}, never, never, true, [{ directive: typeof i1$a.BrnDialogTrigger; inputs: { "id": "id"; "brnDialogTriggerFor": "hlmDialogTriggerFor"; "type": "type"; }; outputs: {}; }]>;
1035
+ }
1036
+
1037
+ type HlmDialogOptions<DialogContext = unknown> = BrnDialogOptions & {
1038
+ contentClass?: string;
1039
+ context?: DialogContext;
1040
+ };
1041
+ declare class HlmDialogService {
1042
+ private readonly _brnDialogService;
1043
+ open(component: ComponentType<unknown> | TemplateRef<unknown>, options?: Partial<HlmDialogOptions>): i1$a.BrnDialogRef<any>;
1044
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmDialogService, never>;
1045
+ static ɵprov: i0.ɵɵInjectableDeclaration<HlmDialogService>;
1046
+ }
1047
+
1048
+ declare const HlmDialogImports: readonly [typeof HlmDialog, typeof HlmDialogContent, typeof HlmDialogDescription, typeof HlmDialogFooter, typeof HlmDialogHeader, typeof HlmDialogOverlay, typeof HlmDialogPortal, typeof HlmDialogTitle, typeof HlmDialogTrigger, typeof HlmDialogClose];
1049
+
1050
+ declare class HlmDropdownMenu {
1051
+ private readonly _host;
1052
+ protected readonly _state: i0.WritableSignal<string>;
1053
+ protected readonly _side: i0.WritableSignal<string>;
1054
+ readonly sideOffset: i0.InputSignalWithTransform<number, NumberInput>;
1055
+ constructor();
1056
+ private setSideWithDarkMagic;
1057
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmDropdownMenu, never>;
1058
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmDropdownMenu, "[hlmDropdownMenu],hlm-dropdown-menu", never, { "sideOffset": { "alias": "sideOffset"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1$9.CdkMenu; inputs: {}; outputs: {}; }]>;
1059
+ }
1060
+
1061
+ declare class HlmDropdownMenuCheckbox {
1062
+ private readonly _cdkMenuItem;
1063
+ readonly checked: i0.InputSignalWithTransform<boolean, BooleanInput>;
1064
+ readonly disabled: i0.InputSignalWithTransform<boolean, BooleanInput>;
1065
+ constructor();
1066
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmDropdownMenuCheckbox, never>;
1067
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmDropdownMenuCheckbox, "[hlmDropdownMenuCheckbox]", never, { "checked": { "alias": "checked"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1$9.CdkMenuItemCheckbox; inputs: { "cdkMenuItemDisabled": "disabled"; "cdkMenuItemChecked": "checked"; }; outputs: { "cdkMenuItemTriggered": "triggered"; }; }]>;
1068
+ }
1069
+
1070
+ declare class HlmDropdownMenuCheckboxIndicator {
1071
+ constructor();
1072
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmDropdownMenuCheckboxIndicator, never>;
1073
+ static ɵcmp: i0.ɵɵComponentDeclaration<HlmDropdownMenuCheckboxIndicator, "hlm-dropdown-menu-checkbox-indicator", never, {}, {}, never, never, true, never>;
1074
+ }
1075
+
1076
+ declare class HlmDropdownMenuGroup {
1077
+ constructor();
1078
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmDropdownMenuGroup, never>;
1079
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmDropdownMenuGroup, "[hlmDropdownMenuGroup],hlm-dropdown-menu-group", never, {}, {}, never, never, true, [{ directive: typeof i1$9.CdkMenuGroup; inputs: {}; outputs: {}; }]>;
1080
+ }
1081
+
1082
+ declare class HlmDropdownMenuItem {
1083
+ protected readonly _isButton: boolean;
1084
+ readonly disabled: i0.InputSignalWithTransform<boolean, BooleanInput>;
1085
+ readonly variant: i0.InputSignal<"default" | "destructive">;
1086
+ readonly inset: i0.InputSignalWithTransform<boolean, BooleanInput>;
1087
+ constructor();
1088
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmDropdownMenuItem, never>;
1089
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmDropdownMenuItem, "[hlmDropdownMenuItem]", never, { "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "inset": { "alias": "inset"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1$9.CdkMenuItem; inputs: { "cdkMenuItemDisabled": "disabled"; }; outputs: { "cdkMenuItemTriggered": "triggered"; }; }]>;
1090
+ }
1091
+
1092
+ declare class HlmDropdownMenuItemSubIndicator {
1093
+ constructor();
1094
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmDropdownMenuItemSubIndicator, never>;
1095
+ static ɵcmp: i0.ɵɵComponentDeclaration<HlmDropdownMenuItemSubIndicator, "hlm-dropdown-menu-item-sub-indicator", never, {}, {}, never, never, true, never>;
1096
+ }
1097
+
1098
+ declare class HlmDropdownMenuLabel {
1099
+ constructor();
1100
+ readonly inset: i0.InputSignalWithTransform<boolean, BooleanInput>;
1101
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmDropdownMenuLabel, never>;
1102
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmDropdownMenuLabel, "[hlmDropdownMenuLabel],hlm-dropdown-menu-label", never, { "inset": { "alias": "inset"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
1103
+ }
1104
+
1105
+ declare class HlmDropdownMenuRadio {
1106
+ private readonly _cdkMenuItem;
1107
+ readonly checked: i0.InputSignalWithTransform<boolean, BooleanInput>;
1108
+ readonly disabled: i0.InputSignalWithTransform<boolean, BooleanInput>;
1109
+ constructor();
1110
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmDropdownMenuRadio, never>;
1111
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmDropdownMenuRadio, "[hlmDropdownMenuRadio]", never, { "checked": { "alias": "checked"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1$9.CdkMenuItemRadio; inputs: { "cdkMenuItemDisabled": "disabled"; "cdkMenuItemChecked": "checked"; }; outputs: { "cdkMenuItemTriggered": "triggered"; }; }]>;
1112
+ }
1113
+
1114
+ declare class HlmDropdownMenuRadioIndicator {
1115
+ constructor();
1116
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmDropdownMenuRadioIndicator, never>;
1117
+ static ɵcmp: i0.ɵɵComponentDeclaration<HlmDropdownMenuRadioIndicator, "hlm-dropdown-menu-radio-indicator", never, {}, {}, never, never, true, never>;
1118
+ }
1119
+
1120
+ declare class HlmDropdownMenuSeparator {
1121
+ constructor();
1122
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmDropdownMenuSeparator, never>;
1123
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmDropdownMenuSeparator, "[hlmDropdownMenuSeparator],hlm-dropdown-menu-separator", never, {}, {}, never, never, true, never>;
1124
+ }
1125
+
1126
+ declare class HlmDropdownMenuShortcut {
1127
+ constructor();
1128
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmDropdownMenuShortcut, never>;
1129
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmDropdownMenuShortcut, "[hlmDropdownMenuShortcut],hlm-dropdown-menu-shortcut", never, {}, {}, never, never, true, never>;
1130
+ }
1131
+
1132
+ declare class HlmDropdownMenuSub {
1133
+ private readonly _host;
1134
+ protected readonly _state: i0.WritableSignal<string>;
1135
+ protected readonly _side: i0.WritableSignal<string>;
1136
+ constructor();
1137
+ private setSideWithDarkMagic;
1138
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmDropdownMenuSub, never>;
1139
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmDropdownMenuSub, "[hlmDropdownMenuSub],hlm-dropdown-menu-sub", never, {}, {}, never, never, true, [{ directive: typeof i1$9.CdkMenu; inputs: {}; outputs: {}; }]>;
1140
+ }
1141
+
1142
+ declare class HlmDropdownMenuTrigger {
1143
+ private readonly _cdkTrigger;
1144
+ private readonly _config;
1145
+ readonly align: i0.InputSignal<MenuAlign>;
1146
+ readonly side: i0.InputSignal<MenuSide>;
1147
+ private readonly _menuPosition;
1148
+ constructor();
1149
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmDropdownMenuTrigger, never>;
1150
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmDropdownMenuTrigger, "[hlmDropdownMenuTrigger]", never, { "align": { "alias": "align"; "required": false; "isSignal": true; }; "side": { "alias": "side"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1$9.CdkMenuTrigger; inputs: { "cdkMenuTriggerFor": "hlmDropdownMenuTrigger"; "cdkMenuTriggerData": "hlmDropdownMenuTriggerData"; }; outputs: { "cdkMenuOpened": "hlmDropdownMenuOpened"; "cdkMenuClosed": "hlmDropdownMenuClosed"; }; }]>;
1151
+ }
1152
+
1153
+ interface HlmDropdownMenuConfig {
1154
+ align: MenuAlign;
1155
+ side: MenuSide;
1156
+ }
1157
+ declare function provideHlmDropdownMenuConfig(config: Partial<HlmDropdownMenuConfig>): ValueProvider;
1158
+ declare function injectHlmDropdownMenuConfig(): HlmDropdownMenuConfig;
1159
+
1160
+ declare const HlmDropdownMenuImports: readonly [typeof HlmDropdownMenu, typeof HlmDropdownMenuCheckbox, typeof HlmDropdownMenuCheckboxIndicator, typeof HlmDropdownMenuGroup, typeof HlmDropdownMenuItem, typeof HlmDropdownMenuItemSubIndicator, typeof HlmDropdownMenuLabel, typeof HlmDropdownMenuRadio, typeof HlmDropdownMenuRadioIndicator, typeof HlmDropdownMenuSeparator, typeof HlmDropdownMenuShortcut, typeof HlmDropdownMenuSub, typeof HlmDropdownMenuTrigger];
1161
+
1162
+ declare class HlmEmpty {
1163
+ constructor();
1164
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmEmpty, never>;
1165
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmEmpty, "[hlmEmpty],hlm-empty", never, {}, {}, never, never, true, never>;
1166
+ }
1167
+
1168
+ declare class HlmEmptyContent {
1169
+ constructor();
1170
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmEmptyContent, never>;
1171
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmEmptyContent, "[hlmEmptyContent],hlm-empty-content", never, {}, {}, never, never, true, never>;
1172
+ }
1173
+
1174
+ declare class HlmEmptyDescription {
1175
+ constructor();
1176
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmEmptyDescription, never>;
1177
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmEmptyDescription, "[hlmEmptyDescription]", never, {}, {}, never, never, true, never>;
1178
+ }
1179
+
1180
+ declare class HlmEmptyHeader {
1181
+ constructor();
1182
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmEmptyHeader, never>;
1183
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmEmptyHeader, "[hlmEmptyHeader],hlm-empty-header", never, {}, {}, never, never, true, never>;
1184
+ }
1185
+
1186
+ declare const emptyMediaVariants: (props?: ({
1187
+ variant?: "default" | "icon" | null | undefined;
1188
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
1189
+ type EmptyMediaVariants = VariantProps<typeof emptyMediaVariants>;
1190
+ declare class HlmEmptyMedia {
1191
+ constructor();
1192
+ readonly variant: i0.InputSignal<"default" | "icon" | null | undefined>;
1193
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmEmptyMedia, never>;
1194
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmEmptyMedia, "[hlmEmptyMedia],hlm-empty-media", never, { "variant": { "alias": "variant"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
1195
+ }
1196
+
1197
+ declare class HlmEmptyTitle {
1198
+ constructor();
1199
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmEmptyTitle, never>;
1200
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmEmptyTitle, "[hlmEmptyTitle]", never, {}, {}, never, never, true, never>;
1201
+ }
1202
+
1203
+ declare const HlmEmptyImports: readonly [typeof HlmEmpty, typeof HlmEmptyContent, typeof HlmEmptyDescription, typeof HlmEmptyHeader, typeof HlmEmptyTitle, typeof HlmEmptyMedia];
1204
+
1205
+ declare const fieldVariants: (props?: ({
1206
+ orientation?: "horizontal" | "vertical" | "responsive" | null | undefined;
1207
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
1208
+ type FieldVariants = VariantProps<typeof fieldVariants>;
1209
+ declare class HlmField {
1210
+ readonly orientation: i0.InputSignal<"horizontal" | "vertical" | "responsive" | null | undefined>;
1211
+ constructor();
1212
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmField, never>;
1213
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmField, "[hlmField],hlm-field", never, { "orientation": { "alias": "orientation"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
1214
+ }
1215
+
1216
+ declare class HlmFieldContent {
1217
+ constructor();
1218
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmFieldContent, never>;
1219
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmFieldContent, "[hlmFieldContent],hlm-field-content", never, {}, {}, never, never, true, never>;
1220
+ }
1221
+
1222
+ declare class HlmFieldDescription {
1223
+ constructor();
1224
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmFieldDescription, never>;
1225
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmFieldDescription, "[hlmFieldDescription],hlm-field-description", never, {}, {}, never, never, true, never>;
1226
+ }
1227
+
1228
+ declare class HlmFieldError {
1229
+ readonly userClass: i0.InputSignal<ClassValue>;
1230
+ readonly error: i0.InputSignal<({
1231
+ message: string;
1232
+ } | undefined)[] | undefined>;
1233
+ protected readonly _uniqueErrors: i0.Signal<({
1234
+ message: string;
1235
+ } | undefined)[]>;
1236
+ protected readonly _computedClass: i0.Signal<string>;
1237
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmFieldError, never>;
1238
+ static ɵcmp: i0.ɵɵComponentDeclaration<HlmFieldError, "hlm-field-error", never, { "userClass": { "alias": "class"; "required": false; "isSignal": true; }; "error": { "alias": "error"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
1239
+ }
1240
+
1241
+ declare class HlmFieldGroup {
1242
+ constructor();
1243
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmFieldGroup, never>;
1244
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmFieldGroup, "[hlmFieldGroup],hlm-field-group", never, {}, {}, never, never, true, never>;
1245
+ }
1246
+
1247
+ declare class HlmLabel {
1248
+ constructor();
1249
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmLabel, never>;
1250
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmLabel, "[hlmLabel]", never, {}, {}, never, never, true, [{ directive: typeof i1$b.BrnLabel; inputs: { "id": "id"; }; outputs: {}; }]>;
1251
+ }
1252
+
1253
+ declare class HlmFieldLabel {
1254
+ constructor();
1255
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmFieldLabel, never>;
1256
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmFieldLabel, "[hlmFieldLabel],hlm-field-label", never, {}, {}, never, never, true, [{ directive: typeof HlmLabel; inputs: {}; outputs: {}; }]>;
1257
+ }
1258
+
1259
+ declare class HlmFieldLegend {
1260
+ constructor();
1261
+ readonly variant: i0.InputSignal<"label" | "legend">;
1262
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmFieldLegend, never>;
1263
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmFieldLegend, "legend[hlmFieldLegend]", never, { "variant": { "alias": "variant"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
1264
+ }
1265
+
1266
+ declare class HlmFieldSeparator {
1267
+ constructor();
1268
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmFieldSeparator, never>;
1269
+ static ɵcmp: i0.ɵɵComponentDeclaration<HlmFieldSeparator, "hlm-field-separator", never, {}, {}, never, ["*"], true, never>;
1270
+ }
1271
+
1272
+ declare class HlmFieldSet {
1273
+ constructor();
1274
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmFieldSet, never>;
1275
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmFieldSet, "fieldset[hlmFieldSet]", never, {}, {}, never, never, true, never>;
1276
+ }
1277
+
1278
+ declare class HlmFieldTitle {
1279
+ constructor();
1280
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmFieldTitle, never>;
1281
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmFieldTitle, "[hlmFieldTitle],hlm-field-title", never, {}, {}, never, never, true, never>;
1282
+ }
1283
+
1284
+ declare const HlmFieldImports: readonly [typeof HlmField, typeof HlmFieldTitle, typeof HlmFieldContent, typeof HlmFieldDescription, typeof HlmFieldError, typeof HlmFieldLabel, typeof HlmFieldSeparator, typeof HlmFieldGroup, typeof HlmFieldLegend, typeof HlmFieldSet];
1285
+
1286
+ declare class HlmError {
1287
+ constructor();
1288
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmError, never>;
1289
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmError, "hlm-error", never, {}, {}, never, never, true, never>;
1290
+ }
1291
+
1292
+ declare class HlmFormField {
1293
+ readonly control: i0.Signal<BrnFormFieldControl | undefined>;
1294
+ readonly errorChildren: i0.Signal<readonly HlmError[]>;
1295
+ protected readonly _hasDisplayedMessage: i0.Signal<"error" | "hint">;
1296
+ constructor();
1297
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmFormField, never>;
1298
+ static ɵcmp: i0.ɵɵComponentDeclaration<HlmFormField, "hlm-form-field", never, {}, {}, ["control", "errorChildren"], ["*", "hlm-error", "hlm-hint"], true, never>;
1299
+ }
1300
+
1301
+ declare class HlmHint {
1302
+ constructor();
1303
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmHint, never>;
1304
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmHint, "hlm-hint", never, {}, {}, never, never, true, never>;
1305
+ }
1306
+
1307
+ declare const HlmFormFieldImports: readonly [typeof HlmFormField, typeof HlmError, typeof HlmHint];
1308
+
1309
+ declare class HlmHoverCard {
1310
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmHoverCard, never>;
1311
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmHoverCard, "[hlmHoverCard],hlm-hover-card", never, {}, {}, never, never, true, [{ directive: typeof i1$c.BrnHoverCard; inputs: {}; outputs: {}; }]>;
1312
+ }
1313
+
1314
+ declare class HlmHoverCardContent {
1315
+ private readonly _renderer;
1316
+ private readonly _element;
1317
+ readonly state: i0.Signal<"open" | "closed">;
1318
+ readonly side: i0.Signal<"top" | "bottom" | "left" | "right">;
1319
+ constructor();
1320
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmHoverCardContent, never>;
1321
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmHoverCardContent, "[hlmHoverCardContent],hlm-hover-card-content", never, {}, {}, never, never, true, never>;
1322
+ }
1323
+
1324
+ declare class HlmHoverCardPortal {
1325
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmHoverCardPortal, never>;
1326
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmHoverCardPortal, "[hlmHoverCardPortal],hlm-hover-card-portal", never, {}, {}, never, never, true, [{ directive: typeof i1$c.BrnHoverCardContent; inputs: {}; outputs: {}; }]>;
1327
+ }
1328
+
1329
+ declare class HlmHoverCardTrigger {
1330
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmHoverCardTrigger, never>;
1331
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmHoverCardTrigger, "[hlmHoverCardTrigger]", never, {}, {}, never, never, true, [{ directive: typeof i1$c.BrnHoverCardTrigger; inputs: { "showDelay": "showDelay"; "hideDelay": "hideDelay"; "animationDelay": "animationDelay"; "sideOffset": "sideOffset"; "align": "align"; "brnHoverCardTriggerFor": "hlmHoverCardTriggerFor"; }; outputs: {}; }]>;
1332
+ }
1333
+
1334
+ declare const HlmHoverCardImports: readonly [typeof HlmHoverCardContent, typeof HlmHoverCardPortal, typeof HlmHoverCard, typeof HlmHoverCardTrigger];
1335
+
1336
+ type IconSize = 'xs' | 'sm' | 'base' | 'lg' | 'xl' | 'none' | (Record<never, never> & string);
1337
+ declare class HlmIcon {
1338
+ private readonly _config;
1339
+ readonly size: i0.InputSignal<IconSize>;
1340
+ protected readonly _computedSize: i0.Signal<"none" | (Record<never, never> & string) | "12px" | "16px" | "24px" | "32px" | "48px">;
1341
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmIcon, never>;
1342
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmIcon, "ng-icon[hlmIcon], ng-icon[hlm]", never, { "size": { "alias": "size"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
1343
+ }
1344
+
1345
+ interface HlmIconConfig {
1346
+ size: IconSize;
1347
+ }
1348
+ declare function provideHlmIconConfig(config: Partial<HlmIconConfig>): ValueProvider;
1349
+ declare function injectHlmIconConfig(): HlmIconConfig;
1350
+
1351
+ declare const HlmIconImports: readonly [typeof HlmIcon, typeof NgIcon];
1352
+
1353
+ declare const inputVariants: (props?: ({
1354
+ error?: boolean | "auto" | null | undefined;
1355
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
1356
+ type InputVariants = VariantProps<typeof inputVariants>;
1357
+ declare class HlmInput implements BrnFormFieldControl, DoCheck {
1358
+ private readonly _injector;
1359
+ private readonly _additionalClasses;
1360
+ private readonly _errorStateTracker;
1361
+ private readonly _defaultErrorStateMatcher;
1362
+ private readonly _parentForm;
1363
+ private readonly _parentFormGroup;
1364
+ readonly error: i0.InputSignal<boolean | "auto" | null | undefined>;
1365
+ protected readonly _state: i0.WritableSignal<{
1366
+ error: boolean | "auto" | null | undefined;
1367
+ }>;
1368
+ readonly ngControl: NgControl | null;
1369
+ readonly errorState: i0.Signal<boolean>;
1370
+ constructor();
1371
+ ngDoCheck(): void;
1372
+ setError(error: InputVariants['error']): void;
1373
+ setClass(classes: string): void;
1374
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmInput, never>;
1375
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmInput, "[hlmInput]", never, { "error": { "alias": "error"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
1376
+ }
1377
+
1378
+ declare const HlmInputImports: readonly [typeof HlmInput];
1379
+
1380
+ declare class HlmInputGroup {
1381
+ constructor();
1382
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmInputGroup, never>;
1383
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmInputGroup, "[hlmInputGroup],hlm-input-group", never, {}, {}, never, never, true, never>;
1384
+ }
1385
+
1386
+ declare class HlmInputGroupAddon {
1387
+ readonly align: i0.InputSignal<"inline-start" | "inline-end" | "block-start" | "block-end" | null | undefined>;
1388
+ constructor();
1389
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmInputGroupAddon, never>;
1390
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmInputGroupAddon, "hlm-input-group-addon,[hlmInputGroupAddon]", never, { "align": { "alias": "align"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
1391
+ }
1392
+
1393
+ declare class HlmInputGroupButton {
1394
+ readonly size: i0.InputSignal<"xs" | "sm" | "icon-xs" | "icon-sm" | null | undefined>;
1395
+ readonly type: i0.InputSignal<"button" | "submit" | "reset">;
1396
+ constructor();
1397
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmInputGroupButton, never>;
1398
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmInputGroupButton, "button[hlmInputGroupButton]", never, { "size": { "alias": "size"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof HlmButton; inputs: { "variant": "variant"; }; outputs: {}; }]>;
1399
+ }
1400
+
1401
+ declare class HlmInputGroupInput {
1402
+ constructor();
1403
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmInputGroupInput, never>;
1404
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmInputGroupInput, "input[hlmInputGroupInput]", never, {}, {}, never, never, true, [{ directive: typeof HlmInput; inputs: {}; outputs: {}; }]>;
1405
+ }
1406
+
1407
+ declare class HlmInputGroupText {
1408
+ constructor();
1409
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmInputGroupText, never>;
1410
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmInputGroupText, "span[hlmInputGroupText]", never, {}, {}, never, never, true, never>;
1411
+ }
1412
+
1413
+ declare const textareaVariants: (props?: ({
1414
+ error?: boolean | "auto" | null | undefined;
1415
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
1416
+ type TextareaVariants = VariantProps<typeof textareaVariants>;
1417
+ declare class HlmTextarea implements BrnFormFieldControl, DoCheck {
1418
+ private readonly _injector;
1419
+ private readonly _additionalClasses;
1420
+ private readonly _errorStateTracker;
1421
+ private readonly _defaultErrorStateMatcher;
1422
+ private readonly _parentForm;
1423
+ private readonly _parentFormGroup;
1424
+ readonly error: i0.InputSignal<boolean | "auto" | null | undefined>;
1425
+ protected readonly _state: i0.WritableSignal<{
1426
+ error: boolean | "auto" | null | undefined;
1427
+ }>;
1428
+ readonly ngControl: NgControl | null;
1429
+ readonly errorState: i0.Signal<boolean>;
1430
+ constructor();
1431
+ ngDoCheck(): void;
1432
+ setError(error: TextareaVariants['error']): void;
1433
+ setClass(classes: string): void;
1434
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmTextarea, never>;
1435
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmTextarea, "[hlmTextarea]", never, { "error": { "alias": "error"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
1436
+ }
1437
+
1438
+ declare class HlmInputGroupTextarea {
1439
+ constructor();
1440
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmInputGroupTextarea, never>;
1441
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmInputGroupTextarea, "textarea[hlmInputGroupTextarea]", never, {}, {}, never, never, true, [{ directive: typeof HlmTextarea; inputs: {}; outputs: {}; }]>;
1442
+ }
1443
+
1444
+ declare const HlmInputGroupImports: readonly [typeof HlmInputGroup, typeof HlmInputGroupAddon, typeof HlmInputGroupButton, typeof HlmInputGroupInput, typeof HlmInputGroupText, typeof HlmInputGroupTextarea];
1445
+
1446
+ declare class HlmInputOtp {
1447
+ constructor();
1448
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmInputOtp, never>;
1449
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmInputOtp, "brn-input-otp[hlmInputOtp], brn-input-otp[hlm]", never, {}, {}, never, never, true, never>;
1450
+ }
1451
+
1452
+ declare class HlmInputOtpFakeCaret {
1453
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmInputOtpFakeCaret, never>;
1454
+ static ɵcmp: i0.ɵɵComponentDeclaration<HlmInputOtpFakeCaret, "hlm-input-otp-fake-caret", never, {}, {}, never, never, true, never>;
1455
+ }
1456
+
1457
+ declare class HlmInputOtpGroup {
1458
+ constructor();
1459
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmInputOtpGroup, never>;
1460
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmInputOtpGroup, "[hlmInputOtpGroup]", never, {}, {}, never, never, true, never>;
1461
+ }
1462
+
1463
+ declare class HlmInputOtpSeparator {
1464
+ constructor();
1465
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmInputOtpSeparator, never>;
1466
+ static ɵcmp: i0.ɵɵComponentDeclaration<HlmInputOtpSeparator, "hlm-input-otp-separator", never, {}, {}, never, never, true, never>;
1467
+ }
1468
+
1469
+ declare class HlmInputOtpSlot {
1470
+ /** The index of the slot to render the char or a fake caret */
1471
+ readonly index: i0.InputSignalWithTransform<number, NumberInput>;
1472
+ constructor();
1473
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmInputOtpSlot, never>;
1474
+ static ɵcmp: i0.ɵɵComponentDeclaration<HlmInputOtpSlot, "hlm-input-otp-slot", never, { "index": { "alias": "index"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
1475
+ }
1476
+
1477
+ declare const HlmInputOtpImports: readonly [typeof HlmInputOtp, typeof HlmInputOtpGroup, typeof HlmInputOtpSeparator, typeof HlmInputOtpSlot, typeof HlmInputOtpFakeCaret];
1478
+
1479
+ declare const itemVariants: (props?: ({
1480
+ variant?: "default" | "outline" | "muted" | null | undefined;
1481
+ size?: "sm" | "default" | null | undefined;
1482
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
1483
+ type ItemVariants = VariantProps<typeof itemVariants>;
1484
+ declare class HlmItem {
1485
+ private readonly _config;
1486
+ readonly variant: i0.InputSignal<"default" | "outline" | "muted" | null | undefined>;
1487
+ readonly size: i0.InputSignal<"sm" | "default" | null | undefined>;
1488
+ constructor();
1489
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmItem, never>;
1490
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmItem, "div[hlmItem], a[hlmItem]", never, { "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
1491
+ }
1492
+
1493
+ declare class HlmItemActions {
1494
+ constructor();
1495
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmItemActions, never>;
1496
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmItemActions, "[hlmItemActions],hlm-item-actions", never, {}, {}, never, never, true, never>;
1497
+ }
1498
+
1499
+ declare class HlmItemContent {
1500
+ constructor();
1501
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmItemContent, never>;
1502
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmItemContent, "[hlmItemContent],hlm-item-content", never, {}, {}, never, never, true, never>;
1503
+ }
1504
+
1505
+ declare class HlmItemDescription {
1506
+ constructor();
1507
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmItemDescription, never>;
1508
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmItemDescription, "p[hlmItemDescription]", never, {}, {}, never, never, true, never>;
1509
+ }
1510
+
1511
+ declare class HlmItemFooter {
1512
+ constructor();
1513
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmItemFooter, never>;
1514
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmItemFooter, "[hlmItemFooter],hlm-item-footer", never, {}, {}, never, never, true, never>;
1515
+ }
1516
+
1517
+ declare class HlmItemGroup {
1518
+ constructor();
1519
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmItemGroup, never>;
1520
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmItemGroup, "[hlmItemGroup],hlm-item-group", never, {}, {}, never, never, true, never>;
1521
+ }
1522
+
1523
+ declare class HlmItemHeader {
1524
+ constructor();
1525
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmItemHeader, never>;
1526
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmItemHeader, "[hlmItemHeader],hlm-item-header", never, {}, {}, never, never, true, never>;
1527
+ }
1528
+
1529
+ declare const itemMediaVariants: (props?: ({
1530
+ variant?: "default" | "icon" | "image" | null | undefined;
1531
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
1532
+ type ItemMediaVariants = VariantProps<typeof itemMediaVariants>;
1533
+ declare class HlmItemMedia {
1534
+ private readonly _config;
1535
+ readonly variant: i0.InputSignal<"default" | "icon" | "image" | null | undefined>;
1536
+ constructor();
1537
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmItemMedia, never>;
1538
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmItemMedia, "[hlmItemMedia],hlm-item-media", never, { "variant": { "alias": "variant"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
1539
+ }
1540
+
1541
+ declare class HlmItemSeparator {
1542
+ constructor();
1543
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmItemSeparator, never>;
1544
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmItemSeparator, "div[hlmItemSeparator]", never, {}, {}, never, never, true, [{ directive: typeof i1$6.BrnSeparator; inputs: { "orientation": "orientation"; }; outputs: {}; }]>;
1545
+ }
1546
+
1547
+ declare class HlmItemTitle {
1548
+ constructor();
1549
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmItemTitle, never>;
1550
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmItemTitle, "[hlmItemTitle],hlm-item-title", never, {}, {}, never, never, true, never>;
1551
+ }
1552
+
1553
+ interface HlmItemConfig {
1554
+ variant: ItemVariants['variant'];
1555
+ size: ItemVariants['size'];
1556
+ }
1557
+ declare function provideHlmItemConfig(config: Partial<HlmItemConfig>): ValueProvider;
1558
+ declare function injectHlmItemConfig(): HlmItemConfig;
1559
+ interface HlmItemMediaConfig {
1560
+ variant: ItemMediaVariants['variant'];
1561
+ }
1562
+ declare function provideHlmItemMediaConfig(config: Partial<HlmItemMediaConfig>): ValueProvider;
1563
+ declare function injectHlmItemMediaConfig(): HlmItemMediaConfig;
1564
+
1565
+ declare const HlmItemImports: readonly [typeof HlmItem, typeof HlmItemActions, typeof HlmItemContent, typeof HlmItemDescription, typeof HlmItemFooter, typeof HlmItemGroup, typeof HlmItemHeader, typeof HlmItemMedia, typeof HlmItemSeparator, typeof HlmItemTitle];
1566
+
1567
+ declare class HlmKbd {
1568
+ constructor();
1569
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmKbd, never>;
1570
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmKbd, "kbd[hlmKbd]", never, {}, {}, never, never, true, never>;
1571
+ }
1572
+
1573
+ declare class HlmKbdGroup {
1574
+ constructor();
1575
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmKbdGroup, never>;
1576
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmKbdGroup, "kbd[hlmKbdGroup]", never, {}, {}, never, never, true, never>;
1577
+ }
1578
+
1579
+ declare const HlmKbdImports: readonly [typeof HlmKbd, typeof HlmKbdGroup];
1580
+
1581
+ declare const HlmLabelImports: readonly [typeof HlmLabel];
1582
+
1583
+ declare class HlmMenubar {
1584
+ constructor();
1585
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmMenubar, never>;
1586
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmMenubar, "[hlmMenubar],hlm-menubar", never, {}, {}, never, never, true, [{ directive: typeof i1$9.CdkMenuBar; inputs: {}; outputs: {}; }]>;
1587
+ }
1588
+
1589
+ declare class HlmMenubarTrigger {
1590
+ private readonly _cdkTrigger;
1591
+ private readonly _config;
1592
+ readonly disabled: i0.InputSignalWithTransform<boolean, BooleanInput>;
1593
+ readonly align: i0.InputSignal<MenuAlign>;
1594
+ readonly side: i0.InputSignal<MenuSide>;
1595
+ private readonly _menuPosition;
1596
+ constructor();
1597
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmMenubarTrigger, never>;
1598
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmMenubarTrigger, "button[hlmMenubarTrigger]", never, { "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "align": { "alias": "align"; "required": false; "isSignal": true; }; "side": { "alias": "side"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1$9.CdkMenuItem; inputs: { "cdkMenuItemDisabled": "disabled"; }; outputs: {}; }, { directive: typeof i1$9.CdkMenuTrigger; inputs: { "cdkMenuTriggerFor": "hlmMenubarTrigger"; "cdkMenuTriggerData": "hlmMenubarTriggerData"; }; outputs: { "cdkMenuOpened": "hlmDropdownMenuOpened"; "cdkMenuClosed": "hlmDropdownMenuClosed"; }; }]>;
1599
+ }
1600
+
1601
+ interface HlmMenubarConfig {
1602
+ align: MenuAlign;
1603
+ side: MenuSide;
1604
+ }
1605
+ declare function provideHlmMenubarConfig(config: Partial<HlmMenubarConfig>): ValueProvider;
1606
+ declare function injectHlmMenubarConfig(): HlmMenubarConfig;
1607
+
1608
+ declare const HlmMenubarImports: readonly [typeof HlmMenubar, typeof HlmMenubarTrigger];
1609
+
1610
+ declare const HLM_NATIVE_SELECT_VALUE_ACCESSOR: {
1611
+ provide: i0.InjectionToken<readonly ControlValueAccessor[]>;
1612
+ useExisting: i0.Type<any>;
1613
+ multi: boolean;
1614
+ };
1615
+ declare class HlmNativeSelect implements ControlValueAccessor {
1616
+ private static _id;
1617
+ readonly selectId: i0.InputSignal<string>;
1618
+ protected readonly _selectId: i0.Signal<string>;
1619
+ readonly selectClass: i0.InputSignal<ClassValue>;
1620
+ protected readonly _computedSelectClass: i0.Signal<string>;
1621
+ readonly selectIconClass: i0.InputSignal<ClassValue>;
1622
+ protected readonly _computedSelectIconClass: i0.Signal<string>;
1623
+ readonly size: i0.InputSignal<"sm" | "default">;
1624
+ readonly disabled: i0.InputSignalWithTransform<boolean, BooleanInput>;
1625
+ protected readonly _disabled: i0.WritableSignal<boolean>;
1626
+ readonly ariaInvalid: i0.InputSignalWithTransform<boolean, BooleanInput>;
1627
+ readonly value: i0.ModelSignal<string | null>;
1628
+ readonly valueChange: i0.OutputEmitterRef<string | null>;
1629
+ protected _onChange?: ChangeFn<string | null>;
1630
+ protected _onTouched?: TouchFn;
1631
+ constructor();
1632
+ protected _valueChanged(event: Event): void;
1633
+ protected _blur(): void;
1634
+ /** CONTROL VALUE ACCESSOR */
1635
+ writeValue(value: string | null): void;
1636
+ registerOnChange(fn: ChangeFn<string | null>): void;
1637
+ registerOnTouched(fn: TouchFn): void;
1638
+ setDisabledState(isDisabled: boolean): void;
1639
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmNativeSelect, never>;
1640
+ static ɵcmp: i0.ɵɵComponentDeclaration<HlmNativeSelect, "hlm-native-select", never, { "selectId": { "alias": "selectId"; "required": false; "isSignal": true; }; "selectClass": { "alias": "selectClass"; "required": false; "isSignal": true; }; "selectIconClass": { "alias": "selectIconClass"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "ariaInvalid": { "alias": "aria-invalid"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; }, { "value": "valueChange"; "valueChange": "valueChange"; }, never, ["*"], true, never>;
1641
+ }
1642
+
1643
+ declare class HlmNativeSelectOptGroup {
1644
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmNativeSelectOptGroup, never>;
1645
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmNativeSelectOptGroup, "[hlmNativeSelectOptGroup]", never, {}, {}, never, never, true, never>;
1646
+ }
1647
+
1648
+ declare class HlmNativeSelectOption {
1649
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmNativeSelectOption, never>;
1650
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmNativeSelectOption, "[hlmNativeSelectOption]", never, {}, {}, never, never, true, never>;
1651
+ }
1652
+
1653
+ declare const HlmNativeSelectImports: readonly [typeof HlmNativeSelect, typeof HlmNativeSelectOption, typeof HlmNativeSelectOptGroup];
1654
+
1655
+ declare class HlmNavigationMenu {
1656
+ constructor();
1657
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmNavigationMenu, never>;
1658
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmNavigationMenu, "nav[hlmNavigationMenu]", never, {}, {}, never, never, true, [{ directive: typeof i1$d.BrnNavigationMenu; inputs: { "value": "value"; "delayDuration": "delayDuration"; "skipDelayDuration": "skipDelayDuration"; "orientation": "orientation"; "openOn": "openOn"; }; outputs: { "valueChange": "valueChange"; }; }]>;
1659
+ }
1660
+
1661
+ declare class HlmNavigationMenuContent {
1662
+ constructor();
1663
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmNavigationMenuContent, never>;
1664
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmNavigationMenuContent, "[hlmNavigationMenuContent],hlm-navigation-menu-content", never, {}, {}, never, never, true, never>;
1665
+ }
1666
+
1667
+ declare class HlmNavigationMenuItem {
1668
+ constructor();
1669
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmNavigationMenuItem, never>;
1670
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmNavigationMenuItem, "li[hlmNavigationMenuItem]", never, {}, {}, never, never, true, [{ directive: typeof i1$d.BrnNavigationMenuItem; inputs: { "id": "id"; }; outputs: {}; }]>;
1671
+ }
1672
+
1673
+ declare class HlmNavigationMenuLink {
1674
+ constructor();
1675
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmNavigationMenuLink, never>;
1676
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmNavigationMenuLink, "a[hlmNavigationMenuLink]", never, {}, {}, never, never, true, [{ directive: typeof i1$d.BrnNavigationMenuLink; inputs: { "active": "active"; }; outputs: {}; }]>;
1677
+ }
1678
+
1679
+ declare class HlmNavigationMenuList {
1680
+ constructor();
1681
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmNavigationMenuList, never>;
1682
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmNavigationMenuList, "ul[hlmNavigationMenuList]", never, {}, {}, never, never, true, [{ directive: typeof i1$d.BrnNavigationMenuList; inputs: {}; outputs: {}; }]>;
1683
+ }
1684
+
1685
+ declare class HlmNavigationMenuPortal {
1686
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmNavigationMenuPortal, never>;
1687
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmNavigationMenuPortal, "[hlmNavigationMenuPortal]", never, {}, {}, never, never, true, [{ directive: typeof i1$d.BrnNavigationMenuContent; inputs: {}; outputs: {}; }]>;
1688
+ }
1689
+
1690
+ declare class HlmNavigationMenuTrigger {
1691
+ constructor();
1692
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmNavigationMenuTrigger, never>;
1693
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmNavigationMenuTrigger, "button[hlmNavigationMenuTrigger]", never, {}, {}, never, never, true, [{ directive: typeof i1$d.BrnNavigationMenuTrigger; inputs: {}; outputs: {}; }]>;
1694
+ }
1695
+
1696
+ declare const HlmNavigationMenuImports: readonly [typeof HlmNavigationMenu, typeof HlmNavigationMenuContent, typeof HlmNavigationMenuItem, typeof HlmNavigationMenuLink, typeof HlmNavigationMenuList, typeof HlmNavigationMenuPortal, typeof HlmNavigationMenuTrigger];
1697
+
1698
+ declare class HlmNumberedPagination {
1699
+ /**
1700
+ * The current (active) page.
1701
+ */
1702
+ readonly currentPage: i0.ModelSignal<number>;
1703
+ /**
1704
+ * The number of items per paginated page.
1705
+ */
1706
+ readonly itemsPerPage: i0.ModelSignal<number>;
1707
+ /**
1708
+ * The total number of items in the collection. Only useful when
1709
+ * doing server-side paging, where the collection size is limited
1710
+ * to a single page returned by the server API.
1711
+ */
1712
+ readonly totalItems: i0.InputSignalWithTransform<number, NumberInput>;
1713
+ /**
1714
+ * The number of page links to show.
1715
+ */
1716
+ readonly maxSize: i0.InputSignalWithTransform<number, NumberInput>;
1717
+ /**
1718
+ * Show the first and last page buttons.
1719
+ */
1720
+ readonly showEdges: i0.InputSignalWithTransform<boolean, BooleanInput>;
1721
+ /**
1722
+ * The page sizes to show.
1723
+ * Defaults to [10, 20, 50, 100]
1724
+ */
1725
+ readonly pageSizes: i0.InputSignal<number[]>;
1726
+ protected readonly _pageSizesWithCurrent: i0.Signal<number[]>;
1727
+ protected readonly _isFirstPageActive: i0.Signal<boolean>;
1728
+ protected readonly _isLastPageActive: i0.Signal<boolean>;
1729
+ protected readonly _lastPageNumber: i0.Signal<number>;
1730
+ protected readonly _pages: i0.Signal<Page[]>;
1731
+ protected goToPrevious(): void;
1732
+ protected goToNext(): void;
1733
+ protected goToFirst(): void;
1734
+ protected goToLast(): void;
1735
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmNumberedPagination, never>;
1736
+ static ɵcmp: i0.ɵɵComponentDeclaration<HlmNumberedPagination, "hlm-numbered-pagination", never, { "currentPage": { "alias": "currentPage"; "required": true; "isSignal": true; }; "itemsPerPage": { "alias": "itemsPerPage"; "required": true; "isSignal": true; }; "totalItems": { "alias": "totalItems"; "required": true; "isSignal": true; }; "maxSize": { "alias": "maxSize"; "required": false; "isSignal": true; }; "showEdges": { "alias": "showEdges"; "required": false; "isSignal": true; }; "pageSizes": { "alias": "pageSizes"; "required": false; "isSignal": true; }; }, { "currentPage": "currentPageChange"; "itemsPerPage": "itemsPerPageChange"; }, never, never, true, never>;
1737
+ }
1738
+ type Page = number | '...';
1739
+ /**
1740
+ * Checks that the instance.currentPage property is within bounds for the current page range.
1741
+ * If not, return a correct value for currentPage, or the current value if OK.
1742
+ *
1743
+ * Copied from 'ngx-pagination' package
1744
+ */
1745
+ declare function outOfBoundCorrection(totalItems: number, itemsPerPage: number, currentPage: number): number;
1746
+ /**
1747
+ * Returns an array of Page objects to use in the pagination controls.
1748
+ *
1749
+ * Copied from 'ngx-pagination' package
1750
+ */
1751
+ declare function createPageArray(currentPage: number, itemsPerPage: number, totalItems: number, paginationRange: number): Page[];
1752
+
1753
+ declare class HlmNumberedPaginationQueryParams {
1754
+ /**
1755
+ * The current (active) page.
1756
+ */
1757
+ readonly currentPage: i0.ModelSignal<number>;
1758
+ /**
1759
+ * The number of items per paginated page.
1760
+ */
1761
+ readonly itemsPerPage: i0.ModelSignal<number>;
1762
+ /**
1763
+ * The total number of items in the collection. Only useful when
1764
+ * doing server-side paging, where the collection size is limited
1765
+ * to a single page returned by the server API.
1766
+ */
1767
+ readonly totalItems: i0.InputSignalWithTransform<number, NumberInput>;
1768
+ /**
1769
+ * The URL path to use for the pagination links.
1770
+ * Defaults to '.' (current path).
1771
+ */
1772
+ readonly link: i0.InputSignal<string>;
1773
+ /**
1774
+ * The number of page links to show.
1775
+ */
1776
+ readonly maxSize: i0.InputSignalWithTransform<number, NumberInput>;
1777
+ /**
1778
+ * Show the first and last page buttons.
1779
+ */
1780
+ readonly showEdges: i0.InputSignalWithTransform<boolean, BooleanInput>;
1781
+ /**
1782
+ * The page sizes to show.
1783
+ * Defaults to [10, 20, 50, 100]
1784
+ */
1785
+ readonly pageSizes: i0.InputSignal<number[]>;
1786
+ protected readonly _pageSizesWithCurrent: i0.Signal<number[]>;
1787
+ protected readonly _isFirstPageActive: i0.Signal<boolean>;
1788
+ protected readonly _isLastPageActive: i0.Signal<boolean>;
1789
+ protected readonly _lastPageNumber: i0.Signal<number>;
1790
+ protected readonly _pages: i0.Signal<(number | "...")[]>;
1791
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmNumberedPaginationQueryParams, never>;
1792
+ static ɵcmp: i0.ɵɵComponentDeclaration<HlmNumberedPaginationQueryParams, "hlm-numbered-pagination-query-params", never, { "currentPage": { "alias": "currentPage"; "required": true; "isSignal": true; }; "itemsPerPage": { "alias": "itemsPerPage"; "required": true; "isSignal": true; }; "totalItems": { "alias": "totalItems"; "required": true; "isSignal": true; }; "link": { "alias": "link"; "required": false; "isSignal": true; }; "maxSize": { "alias": "maxSize"; "required": false; "isSignal": true; }; "showEdges": { "alias": "showEdges"; "required": false; "isSignal": true; }; "pageSizes": { "alias": "pageSizes"; "required": false; "isSignal": true; }; }, { "currentPage": "currentPageChange"; "itemsPerPage": "itemsPerPageChange"; }, never, never, true, never>;
1793
+ }
1794
+
1795
+ declare class HlmPagination {
1796
+ /** The aria-label for the pagination component. */
1797
+ readonly ariaLabel: i0.InputSignal<string>;
1798
+ constructor();
1799
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmPagination, never>;
1800
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmPagination, "[hlmPagination],hlm-pagination", never, { "ariaLabel": { "alias": "aria-label"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
1801
+ }
1802
+
1803
+ declare class HlmPaginationContent {
1804
+ constructor();
1805
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmPaginationContent, never>;
1806
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmPaginationContent, "ul[hlmPaginationContent]", never, {}, {}, never, never, true, never>;
1807
+ }
1808
+
1809
+ declare class HlmPaginationEllipsis {
1810
+ constructor();
1811
+ /** Screen reader only text for the ellipsis */
1812
+ readonly srOnlyText: i0.InputSignal<string>;
1813
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmPaginationEllipsis, never>;
1814
+ static ɵcmp: i0.ɵɵComponentDeclaration<HlmPaginationEllipsis, "hlm-pagination-ellipsis", never, { "srOnlyText": { "alias": "srOnlyText"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
1815
+ }
1816
+
1817
+ declare class HlmPaginationItem {
1818
+ constructor();
1819
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmPaginationItem, never>;
1820
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmPaginationItem, "li[hlmPaginationItem]", never, {}, {}, never, never, true, never>;
1821
+ }
1822
+
1823
+ declare class HlmPaginationLink {
1824
+ /** Whether the link is active (i.e., the current page). */
1825
+ readonly isActive: i0.InputSignalWithTransform<boolean, BooleanInput>;
1826
+ /** The size of the button. */
1827
+ readonly size: i0.InputSignal<"xs" | "sm" | "lg" | "default" | "icon" | "icon-xs" | "icon-sm" | "icon-lg" | null | undefined>;
1828
+ /** The link to navigate to the page. */
1829
+ readonly link: i0.InputSignal<string | readonly any[] | _angular_router.UrlTree | null | undefined>;
1830
+ constructor();
1831
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmPaginationLink, never>;
1832
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmPaginationLink, "[hlmPaginationLink]", never, { "isActive": { "alias": "isActive"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "link": { "alias": "link"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof _angular_router.RouterLink; inputs: { "target": "target"; "queryParams": "queryParams"; "fragment": "fragment"; "queryParamsHandling": "queryParamsHandling"; "state": "state"; "info": "info"; "relativeTo": "relativeTo"; "preserveFragment": "preserveFragment"; "skipLocationChange": "skipLocationChange"; "replaceUrl": "replaceUrl"; "routerLink": "link"; }; outputs: {}; }]>;
1833
+ }
1834
+
1835
+ declare class HlmPaginationNext {
1836
+ constructor();
1837
+ /** The link to navigate to the next page. */
1838
+ readonly link: i0.InputSignal<string | readonly any[] | _angular_router.UrlTree | null | undefined>;
1839
+ /** The query parameters to pass to the next page. */
1840
+ readonly queryParams: i0.InputSignal<_angular_router.Params | null | undefined>;
1841
+ /** How to handle query parameters when navigating to the next page. */
1842
+ readonly queryParamsHandling: i0.InputSignal<_angular_router.QueryParamsHandling | null | undefined>;
1843
+ /** The aria-label for the next page link. */
1844
+ readonly ariaLabel: i0.InputSignal<string>;
1845
+ /** The text to display for the next page link. */
1846
+ readonly text: i0.InputSignal<string>;
1847
+ /** Whether the button should only display the icon. */
1848
+ readonly iconOnly: i0.InputSignalWithTransform<boolean, BooleanInput>;
1849
+ protected readonly _labelClass: i0.Signal<"sr-only" | "hidden sm:block">;
1850
+ protected readonly _size: i0.Signal<"xs" | "sm" | "lg" | "default" | "icon" | "icon-xs" | "icon-sm" | "icon-lg" | null | undefined>;
1851
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmPaginationNext, never>;
1852
+ static ɵcmp: i0.ɵɵComponentDeclaration<HlmPaginationNext, "hlm-pagination-next", never, { "link": { "alias": "link"; "required": false; "isSignal": true; }; "queryParams": { "alias": "queryParams"; "required": false; "isSignal": true; }; "queryParamsHandling": { "alias": "queryParamsHandling"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "aria-label"; "required": false; "isSignal": true; }; "text": { "alias": "text"; "required": false; "isSignal": true; }; "iconOnly": { "alias": "iconOnly"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
1853
+ }
1854
+
1855
+ declare class HlmPaginationPrevious {
1856
+ /** The link to navigate to the previous page. */
1857
+ readonly link: i0.InputSignal<string | readonly any[] | _angular_router.UrlTree | null | undefined>;
1858
+ /** The query parameters to pass to the previous page. */
1859
+ readonly queryParams: i0.InputSignal<_angular_router.Params | null | undefined>;
1860
+ /** How to handle query parameters when navigating to the previous page. */
1861
+ readonly queryParamsHandling: i0.InputSignal<_angular_router.QueryParamsHandling | null | undefined>;
1862
+ /** The aria-label for the previous page link. */
1863
+ readonly ariaLabel: i0.InputSignal<string>;
1864
+ /** The text to display for the previous page link. */
1865
+ readonly text: i0.InputSignal<string>;
1866
+ /** Whether the button should only display the icon. */
1867
+ readonly iconOnly: i0.InputSignalWithTransform<boolean, BooleanInput>;
1868
+ protected readonly _labelClass: i0.Signal<"sr-only" | "hidden sm:block">;
1869
+ protected readonly _size: i0.Signal<"xs" | "sm" | "lg" | "default" | "icon" | "icon-xs" | "icon-sm" | "icon-lg" | null | undefined>;
1870
+ constructor();
1871
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmPaginationPrevious, never>;
1872
+ static ɵcmp: i0.ɵɵComponentDeclaration<HlmPaginationPrevious, "hlm-pagination-previous", never, { "link": { "alias": "link"; "required": false; "isSignal": true; }; "queryParams": { "alias": "queryParams"; "required": false; "isSignal": true; }; "queryParamsHandling": { "alias": "queryParamsHandling"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "aria-label"; "required": false; "isSignal": true; }; "text": { "alias": "text"; "required": false; "isSignal": true; }; "iconOnly": { "alias": "iconOnly"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
1873
+ }
1874
+
1875
+ declare const HlmPaginationImports: readonly [typeof HlmPagination, typeof HlmPaginationContent, typeof HlmPaginationItem, typeof HlmPaginationLink, typeof HlmPaginationPrevious, typeof HlmPaginationNext, typeof HlmPaginationEllipsis, typeof HlmNumberedPagination, typeof HlmNumberedPaginationQueryParams];
1876
+
1877
+ declare class HlmPopover {
1878
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmPopover, never>;
1879
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmPopover, "[hlmPopover],hlm-popover", never, {}, {}, never, never, true, [{ directive: typeof i1$4.BrnPopover; inputs: { "align": "align"; "autoFocus": "autoFocus"; "attachTo": "attachTo"; "closeDelay": "closeDelay"; "closeOnOutsidePointerEvents": "closeOnOutsidePointerEvents"; "offsetX": "offsetX"; "restoreFocus": "restoreFocus"; "sideOffset": "sideOffset"; "state": "state"; }; outputs: { "stateChanged": "stateChanged"; "closed": "closed"; }; }]>;
1880
+ }
1881
+
1882
+ declare class HlmPopoverContent {
1883
+ private readonly _stateProvider;
1884
+ state: i0.Signal<"open" | "closed">;
1885
+ private readonly _renderer;
1886
+ private readonly _element;
1887
+ constructor();
1888
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmPopoverContent, never>;
1889
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmPopoverContent, "[hlmPopoverContent],hlm-popover-content", never, {}, {}, never, never, true, never>;
1890
+ }
1891
+
1892
+ declare class HlmPopoverPortal {
1893
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmPopoverPortal, never>;
1894
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmPopoverPortal, "[hlmPopoverPortal]", never, {}, {}, never, never, true, [{ directive: typeof i1$4.BrnPopoverContent; inputs: { "context": "context"; "class": "class"; }; outputs: {}; }]>;
1895
+ }
1896
+
1897
+ declare class HlmPopoverTrigger {
1898
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmPopoverTrigger, never>;
1899
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmPopoverTrigger, "button[hlmPopoverTrigger],button[hlmPopoverTriggerFor]", never, {}, {}, never, never, true, [{ directive: typeof i1$4.BrnPopoverTrigger; inputs: { "id": "id"; "brnPopoverTriggerFor": "hlmPopoverTriggerFor"; "type": "type"; }; outputs: {}; }]>;
1900
+ }
1901
+
1902
+ declare const HlmPopoverImports: readonly [typeof HlmPopover, typeof HlmPopoverContent, typeof HlmPopoverPortal, typeof HlmPopoverTrigger];
1903
+
1904
+ declare class HlmProgress {
1905
+ constructor();
1906
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmProgress, never>;
1907
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmProgress, "hlm-progress,[hlmProgress]", never, {}, {}, never, never, true, [{ directive: typeof i1$e.BrnProgress; inputs: { "value": "value"; "max": "max"; "getValueLabel": "getValueLabel"; }; outputs: {}; }]>;
1908
+ }
1909
+
1910
+ declare class HlmProgressIndicator {
1911
+ private readonly _progress;
1912
+ protected readonly _transform: i0.Signal<string>;
1913
+ protected readonly _indeterminate: i0.Signal<boolean>;
1914
+ constructor();
1915
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmProgressIndicator, never>;
1916
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmProgressIndicator, "[hlmProgressIndicator],hlm-progress-indicator", never, {}, {}, never, never, true, [{ directive: typeof i1$e.BrnProgressIndicator; inputs: {}; outputs: {}; }]>;
1917
+ }
1918
+
1919
+ declare const HlmProgressImports: readonly [typeof HlmProgress, typeof HlmProgressIndicator];
1920
+
1921
+ declare class HlmRadio<T = unknown> {
1922
+ private readonly _document;
1923
+ private readonly _renderer;
1924
+ private readonly _elementRef;
1925
+ private readonly _isBrowser;
1926
+ readonly userClass: i0.InputSignal<ClassValue>;
1927
+ protected readonly _computedClass: i0.Signal<string>;
1928
+ /** Used to set the id on the underlying brn element. */
1929
+ readonly id: i0.InputSignal<string | undefined>;
1930
+ /** Used to set the aria-label attribute on the underlying brn element. */
1931
+ readonly ariaLabel: i0.InputSignal<string | undefined>;
1932
+ /** Used to set the aria-labelledby attribute on the underlying brn element. */
1933
+ readonly ariaLabelledby: i0.InputSignal<string | undefined>;
1934
+ /** Used to set the aria-describedby attribute on the underlying brn element. */
1935
+ readonly ariaDescribedby: i0.InputSignal<string | undefined>;
1936
+ /**
1937
+ * The value this radio button represents.
1938
+ */
1939
+ readonly value: i0.InputSignal<T>;
1940
+ /** Whether the checkbox is required. */
1941
+ readonly required: i0.InputSignalWithTransform<boolean, BooleanInput>;
1942
+ /** Whether the checkbox is disabled. */
1943
+ readonly disabled: i0.InputSignalWithTransform<boolean, BooleanInput>;
1944
+ /**
1945
+ * Event emitted when the checked state of this radio button changes.
1946
+ */
1947
+ readonly change: i0.OutputEmitterRef<BrnRadioChange<T>>;
1948
+ constructor();
1949
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmRadio<any>, never>;
1950
+ static ɵcmp: i0.ɵɵComponentDeclaration<HlmRadio<any>, "hlm-radio", never, { "userClass": { "alias": "class"; "required": false; "isSignal": true; }; "id": { "alias": "id"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "aria-label"; "required": false; "isSignal": true; }; "ariaLabelledby": { "alias": "aria-labelledby"; "required": false; "isSignal": true; }; "ariaDescribedby": { "alias": "aria-describedby"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": true; "isSignal": true; }; "required": { "alias": "required"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, { "change": "change"; }, never, ["[target],[indicator],hlm-radio-indicator", "*"], true, never>;
1951
+ }
1952
+
1953
+ declare class HlmRadioGroup {
1954
+ constructor();
1955
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmRadioGroup, never>;
1956
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmRadioGroup, "[hlmRadioGroup],hlm-radio-group", never, {}, {}, never, never, true, [{ directive: typeof i1$f.BrnRadioGroup; inputs: { "name": "name"; "value": "value"; "disabled": "disabled"; "required": "required"; }; outputs: { "valueChange": "valueChange"; }; }]>;
1957
+ }
1958
+
1959
+ declare class HlmRadioIndicator {
1960
+ constructor();
1961
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmRadioIndicator, never>;
1962
+ static ɵcmp: i0.ɵɵComponentDeclaration<HlmRadioIndicator, "hlm-radio-indicator", never, {}, {}, never, never, true, never>;
1963
+ }
1964
+
1965
+ declare const HlmRadioGroupImports: readonly [typeof HlmRadioGroup, typeof HlmRadio, typeof HlmRadioIndicator];
1966
+
1967
+ declare class HlmResizableGroup {
1968
+ constructor();
1969
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmResizableGroup, never>;
1970
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmResizableGroup, "[hlmResizableGroup],hlm-resizable-group", never, {}, {}, never, never, true, [{ directive: typeof i1$g.BrnResizableGroup; inputs: { "direction": "direction"; "layout": "layout"; }; outputs: { "dragEnd": "dragEnd"; "dragStart": "dragStart"; "layoutChange": "layoutChange"; }; }]>;
1971
+ }
1972
+
1973
+ declare class HlmResizableHandle {
1974
+ protected readonly _brnResizableHandle: BrnResizableHandle;
1975
+ constructor();
1976
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmResizableHandle, never>;
1977
+ static ɵcmp: i0.ɵɵComponentDeclaration<HlmResizableHandle, "hlm-resizable-handle", ["hlmResizableHandle"], {}, {}, never, never, true, [{ directive: typeof i1$g.BrnResizableHandle; inputs: { "withHandle": "withHandle"; "disabled": "disabled"; }; outputs: {}; }]>;
1978
+ }
1979
+
1980
+ declare class HlmResizablePanel {
1981
+ private readonly _resizablePanel;
1982
+ setSize(size: number): void;
1983
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmResizablePanel, never>;
1984
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmResizablePanel, "[hlmResizablePanel],hlm-resizable-panel", ["hlmResizablePanel"], {}, {}, never, never, true, [{ directive: typeof i1$g.BrnResizablePanel; inputs: { "defaultSize": "defaultSize"; "id": "id"; "collapsible": "collapsible"; "maxSize": "maxSize"; "minSize": "minSize"; }; outputs: {}; }]>;
1985
+ }
1986
+
1987
+ declare const HlmResizableImports: readonly [typeof HlmResizableGroup, typeof HlmResizablePanel, typeof HlmResizableHandle];
1988
+
1989
+ declare class HlmScrollArea {
1990
+ constructor();
1991
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmScrollArea, never>;
1992
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmScrollArea, "ng-scrollbar[hlm],ng-scrollbar[hlmScrollbar]", never, {}, {}, never, never, true, never>;
1993
+ }
1994
+
1995
+ declare const HlmScrollAreaImports: readonly [typeof HlmScrollArea];
1996
+
1997
+ declare class HlmSelect {
1998
+ constructor();
1999
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmSelect, never>;
2000
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmSelect, "hlm-select, brn-select [hlm]", never, {}, {}, never, never, true, never>;
2001
+ }
2002
+
2003
+ declare class HlmSelectContent {
2004
+ readonly stickyLabels: i0.InputSignalWithTransform<boolean, BooleanInput>;
2005
+ protected readonly _stateProvider: _spartan_ng_brain_core.ExposesState | null;
2006
+ protected readonly _sideProvider: _spartan_ng_brain_core.ExposesSide | null;
2007
+ constructor();
2008
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmSelectContent, never>;
2009
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmSelectContent, "[hlmSelectContent], hlm-select-content", never, { "stickyLabels": { "alias": "stickyLabels"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
2010
+ }
2011
+
2012
+ declare class HlmSelectGroup {
2013
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmSelectGroup, never>;
2014
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmSelectGroup, "[hlmSelectGroup], hlm-select-group", never, {}, {}, never, never, true, [{ directive: typeof i1$h.BrnSelectGroup; inputs: {}; outputs: {}; }]>;
2015
+ }
2016
+
2017
+ declare class HlmSelectLabel {
2018
+ private readonly _selectContent;
2019
+ private readonly _stickyLabels;
2020
+ constructor();
2021
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmSelectLabel, never>;
2022
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmSelectLabel, "[hlmSelectLabel], hlm-select-label", never, {}, {}, never, never, true, [{ directive: typeof i1$h.BrnSelectLabel; inputs: {}; outputs: {}; }]>;
2023
+ }
2024
+
2025
+ declare class HlmSelectOption {
2026
+ protected readonly _brnSelectOption: BrnSelectOption<any>;
2027
+ constructor();
2028
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmSelectOption, never>;
2029
+ static ɵcmp: i0.ɵɵComponentDeclaration<HlmSelectOption, "hlm-option", never, {}, {}, never, ["*"], true, [{ directive: typeof i1$h.BrnSelectOption; inputs: { "disabled": "disabled"; "value": "value"; }; outputs: {}; }]>;
2030
+ }
2031
+
2032
+ declare class HlmSelectScrollDown {
2033
+ constructor();
2034
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmSelectScrollDown, never>;
2035
+ static ɵcmp: i0.ɵɵComponentDeclaration<HlmSelectScrollDown, "hlm-select-scroll-down", never, {}, {}, never, never, true, never>;
2036
+ }
2037
+
2038
+ declare class HlmSelectScrollUp {
2039
+ constructor();
2040
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmSelectScrollUp, never>;
2041
+ static ɵcmp: i0.ɵɵComponentDeclaration<HlmSelectScrollUp, "hlm-select-scroll-up", never, {}, {}, never, never, true, never>;
2042
+ }
2043
+
2044
+ declare class HlmSelectSeparator {
2045
+ constructor();
2046
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmSelectSeparator, never>;
2047
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmSelectSeparator, "[hlmSelectSeparator]", never, {}, {}, never, never, true, never>;
2048
+ }
2049
+
2050
+ declare const selectTriggerVariants: (props?: ({
2051
+ error?: boolean | "auto" | null | undefined;
2052
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
2053
+ declare class HlmSelectTrigger {
2054
+ protected readonly _icon: i0.Signal<HlmIcon | undefined>;
2055
+ protected readonly _brnSelect: BrnSelect<any> | null;
2056
+ readonly userClass: i0.InputSignal<ClassValue>;
2057
+ readonly size: i0.InputSignal<"sm" | "default">;
2058
+ protected readonly _computedClass: i0.Signal<string>;
2059
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmSelectTrigger, never>;
2060
+ static ɵcmp: i0.ɵɵComponentDeclaration<HlmSelectTrigger, "hlm-select-trigger", never, { "userClass": { "alias": "class"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; }, {}, ["_icon"], ["*", "ng-icon"], true, never>;
2061
+ }
2062
+
2063
+ declare class HlmSelectValue {
2064
+ constructor();
2065
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmSelectValue, never>;
2066
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmSelectValue, "hlm-select-value,[hlmSelectValue], brn-select-value[hlm]", never, {}, {}, never, never, true, never>;
2067
+ }
2068
+
2069
+ declare const HlmSelectImports: readonly [typeof HlmSelect, typeof HlmSelectContent, typeof HlmSelectGroup, typeof HlmSelectLabel, typeof HlmSelectOption, typeof HlmSelectScrollDown, typeof HlmSelectScrollUp, typeof HlmSelectSeparator, typeof HlmSelectTrigger, typeof HlmSelectValue];
2070
+
2071
+ declare const hlmSeparatorClass = "bg-border inline-flex shrink-0 data-[orientation=horizontal]:h-px data-[orientation=horizontal]:w-full data-[orientation=vertical]:h-full data-[orientation=vertical]:w-px";
2072
+ declare class HlmSeparator {
2073
+ constructor();
2074
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmSeparator, never>;
2075
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmSeparator, "[hlmSeparator],hlm-separator", never, {}, {}, never, never, true, [{ directive: typeof i1$6.BrnSeparator; inputs: { "orientation": "orientation"; "decorative": "decorative"; }; outputs: {}; }]>;
2076
+ }
2077
+
2078
+ declare const HlmSeparatorImports: readonly [typeof HlmSeparator];
2079
+
2080
+ declare class HlmSheet extends BrnSheet {
2081
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmSheet, never>;
2082
+ static ɵcmp: i0.ɵɵComponentDeclaration<HlmSheet, "hlm-sheet", ["hlmSheet"], {}, {}, never, ["*"], true, never>;
2083
+ }
2084
+
2085
+ declare class HlmSheetClose {
2086
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmSheetClose, never>;
2087
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmSheetClose, "button[hlmSheetClose]", never, {}, {}, never, never, true, [{ directive: typeof i1$i.BrnSheetClose; inputs: { "delay": "delay"; }; outputs: {}; }]>;
2088
+ }
2089
+
2090
+ declare const sheetVariants: (props?: ({
2091
+ side?: "top" | "bottom" | "left" | "right" | null | undefined;
2092
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
2093
+ declare class HlmSheetContent {
2094
+ private readonly _stateProvider;
2095
+ private readonly _sideProvider;
2096
+ readonly state: i0.Signal<"open" | "closed">;
2097
+ private readonly _renderer;
2098
+ private readonly _element;
2099
+ readonly showCloseButton: i0.InputSignalWithTransform<boolean, BooleanInput>;
2100
+ constructor();
2101
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmSheetContent, never>;
2102
+ static ɵcmp: i0.ɵɵComponentDeclaration<HlmSheetContent, "hlm-sheet-content", never, { "showCloseButton": { "alias": "showCloseButton"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
2103
+ }
2104
+
2105
+ declare class HlmSheetDescription {
2106
+ constructor();
2107
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmSheetDescription, never>;
2108
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmSheetDescription, "[hlmSheetDescription]", never, {}, {}, never, never, true, [{ directive: typeof i1$i.BrnSheetDescription; inputs: {}; outputs: {}; }]>;
2109
+ }
2110
+
2111
+ declare class HlmSheetFooter {
2112
+ constructor();
2113
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmSheetFooter, never>;
2114
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmSheetFooter, "[hlmSheetFooter],hlm-sheet-footer", never, {}, {}, never, never, true, never>;
2115
+ }
2116
+
2117
+ declare class HlmSheetHeader {
2118
+ constructor();
2119
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmSheetHeader, never>;
2120
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmSheetHeader, "[hlmSheetHeader],hlm-sheet-header", never, {}, {}, never, never, true, never>;
2121
+ }
2122
+
2123
+ declare class HlmSheetOverlay {
2124
+ private readonly _classSettable;
2125
+ readonly userClass: i0.InputSignal<ClassValue>;
2126
+ protected readonly _computedClass: i0.Signal<string>;
2127
+ constructor();
2128
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmSheetOverlay, never>;
2129
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmSheetOverlay, "[hlmSheetOverlay],hlm-sheet-overlay", never, { "userClass": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1$i.BrnSheetOverlay; inputs: {}; outputs: {}; }]>;
2130
+ }
2131
+
2132
+ declare class HlmSheetPortal {
2133
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmSheetPortal, never>;
2134
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmSheetPortal, "[hlmSheetPortal]", never, {}, {}, never, never, true, [{ directive: typeof i1$i.BrnSheetContent; inputs: { "context": "context"; "class": "class"; }; outputs: {}; }]>;
2135
+ }
2136
+
2137
+ declare class HlmSheetTitle {
2138
+ constructor();
2139
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmSheetTitle, never>;
2140
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmSheetTitle, "[hlmSheetTitle]", never, {}, {}, never, never, true, [{ directive: typeof i1$i.BrnSheetTitle; inputs: {}; outputs: {}; }]>;
2141
+ }
2142
+
2143
+ declare class HlmSheetTrigger {
2144
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmSheetTrigger, never>;
2145
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmSheetTrigger, "button[hlmSheetTrigger]", never, {}, {}, never, never, true, [{ directive: typeof i1$i.BrnSheetTrigger; inputs: { "id": "id"; "side": "side"; "type": "type"; }; outputs: {}; }]>;
2146
+ }
2147
+
2148
+ declare const HlmSheetImports: readonly [typeof HlmSheet, typeof HlmSheetClose, typeof HlmSheetContent, typeof HlmSheetDescription, typeof HlmSheetFooter, typeof HlmSheetHeader, typeof HlmSheetOverlay, typeof HlmSheetPortal, typeof HlmSheetTitle, typeof HlmSheetTrigger];
2149
+
2150
+ type SidebarVariant = 'sidebar' | 'floating' | 'inset';
2151
+ declare class HlmSidebarService {
2152
+ private readonly _config;
2153
+ private readonly _document;
2154
+ private readonly _window;
2155
+ private readonly _open;
2156
+ private readonly _openMobile;
2157
+ private readonly _isMobile;
2158
+ private readonly _variant;
2159
+ private _mediaQuery;
2160
+ readonly open: Signal<boolean>;
2161
+ readonly openMobile: Signal<boolean>;
2162
+ readonly isMobile: Signal<boolean>;
2163
+ readonly variant: Signal<SidebarVariant>;
2164
+ readonly state: Signal<"expanded" | "collapsed">;
2165
+ constructor();
2166
+ setOpen(open: boolean): void;
2167
+ setOpenMobile(open: boolean): void;
2168
+ setVariant(variant: SidebarVariant): void;
2169
+ toggleSidebar(): void;
2170
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmSidebarService, never>;
2171
+ static ɵprov: i0.ɵɵInjectableDeclaration<HlmSidebarService>;
2172
+ }
2173
+
2174
+ declare class HlmSidebar {
2175
+ protected readonly _sidebarService: HlmSidebarService;
2176
+ private readonly _config;
2177
+ readonly sidebarWidthMobile: i0.InputSignal<string>;
2178
+ readonly side: i0.InputSignal<"left" | "right">;
2179
+ readonly variant: i0.InputSignal<SidebarVariant>;
2180
+ readonly collapsible: i0.InputSignal<"none" | "icon" | "offcanvas">;
2181
+ protected readonly _sidebarGapComputedClass: i0.Signal<string>;
2182
+ readonly sidebarContainerClass: i0.InputSignal<ClassValue>;
2183
+ protected readonly _sidebarContainerComputedClass: i0.Signal<string>;
2184
+ protected readonly _dataSlot: i0.Signal<"sidebar" | undefined>;
2185
+ private readonly _collapsibleAndNonMobile;
2186
+ protected readonly _dataState: i0.Signal<"expanded" | "collapsed" | undefined>;
2187
+ protected readonly _dataCollapsible: i0.Signal<"" | "none" | "icon" | "offcanvas" | undefined>;
2188
+ protected readonly _dataVariant: i0.Signal<SidebarVariant | undefined>;
2189
+ protected readonly _dataSide: i0.Signal<"left" | "right" | undefined>;
2190
+ constructor();
2191
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmSidebar, never>;
2192
+ static ɵcmp: i0.ɵɵComponentDeclaration<HlmSidebar, "hlm-sidebar", never, { "sidebarWidthMobile": { "alias": "sidebarWidthMobile"; "required": false; "isSignal": true; }; "side": { "alias": "side"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "collapsible": { "alias": "collapsible"; "required": false; "isSignal": true; }; "sidebarContainerClass": { "alias": "sidebarContainerClass"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
2193
+ }
2194
+
2195
+ declare class HlmSidebarContent {
2196
+ constructor();
2197
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmSidebarContent, never>;
2198
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmSidebarContent, "[hlmSidebarContent],hlm-sidebar-content", never, {}, {}, never, never, true, never>;
2199
+ }
2200
+
2201
+ declare class HlmSidebarFooter {
2202
+ constructor();
2203
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmSidebarFooter, never>;
2204
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmSidebarFooter, "[hlmSidebarFooter],hlm-sidebar-footer", never, {}, {}, never, never, true, never>;
2205
+ }
2206
+
2207
+ declare class HlmSidebarGroup {
2208
+ constructor();
2209
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmSidebarGroup, never>;
2210
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmSidebarGroup, "[hlmSidebarGroup],hlm-sidebar-group", never, {}, {}, never, never, true, never>;
2211
+ }
2212
+
2213
+ declare class HlmSidebarGroupAction {
2214
+ constructor();
2215
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmSidebarGroupAction, never>;
2216
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmSidebarGroupAction, "button[hlmSidebarGroupAction]", never, {}, {}, never, never, true, never>;
2217
+ }
2218
+
2219
+ declare class HlmSidebarGroupContent {
2220
+ constructor();
2221
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmSidebarGroupContent, never>;
2222
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmSidebarGroupContent, "div[hlmSidebarGroupContent]", never, {}, {}, never, never, true, never>;
2223
+ }
2224
+
2225
+ declare class HlmSidebarGroupLabel {
2226
+ constructor();
2227
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmSidebarGroupLabel, never>;
2228
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmSidebarGroupLabel, "div[hlmSidebarGroupLabel], button[hlmSidebarGroupLabel]", never, {}, {}, never, never, true, never>;
2229
+ }
2230
+
2231
+ declare class HlmSidebarHeader {
2232
+ constructor();
2233
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmSidebarHeader, never>;
2234
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmSidebarHeader, "[hlmSidebarHeader],hlm-sidebar-header", never, {}, {}, never, never, true, never>;
2235
+ }
2236
+
2237
+ declare class HlmSidebarInput extends HlmInput {
2238
+ constructor();
2239
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmSidebarInput, never>;
2240
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmSidebarInput, "input[hlmSidebarInput]", never, {}, {}, never, never, true, never>;
2241
+ }
2242
+
2243
+ declare class HlmSidebarInset {
2244
+ constructor();
2245
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmSidebarInset, never>;
2246
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmSidebarInset, "main[hlmSidebarInset]", never, {}, {}, never, never, true, never>;
2247
+ }
2248
+
2249
+ declare class HlmSidebarMenu {
2250
+ constructor();
2251
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmSidebarMenu, never>;
2252
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmSidebarMenu, "ul[hlmSidebarMenu]", never, {}, {}, never, never, true, never>;
2253
+ }
2254
+
2255
+ declare class HlmSidebarMenuAction {
2256
+ readonly showOnHover: i0.InputSignalWithTransform<boolean, BooleanInput>;
2257
+ constructor();
2258
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmSidebarMenuAction, never>;
2259
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmSidebarMenuAction, "button[hlmSidebarMenuAction]", never, { "showOnHover": { "alias": "showOnHover"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
2260
+ }
2261
+
2262
+ declare class HlmSidebarMenuBadge {
2263
+ constructor();
2264
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmSidebarMenuBadge, never>;
2265
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmSidebarMenuBadge, "[hlmSidebarMenuBadge],hlm-sidebar-menu-badge", never, {}, {}, never, never, true, never>;
2266
+ }
2267
+
2268
+ declare class HlmSidebarMenuButton {
2269
+ private readonly _config;
2270
+ private readonly _sidebarService;
2271
+ private readonly _brnTooltip;
2272
+ readonly variant: i0.InputSignal<"default" | "outline">;
2273
+ readonly size: i0.InputSignal<"sm" | "lg" | "default">;
2274
+ readonly isActive: i0.InputSignalWithTransform<boolean, BooleanInput>;
2275
+ readonly closeMobileSidebarOnClick: i0.InputSignalWithTransform<boolean, BooleanInput>;
2276
+ protected readonly _isTooltipHidden: i0.Signal<boolean>;
2277
+ constructor();
2278
+ protected onClick(): void;
2279
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmSidebarMenuButton, never>;
2280
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmSidebarMenuButton, "button[hlmSidebarMenuButton], a[hlmSidebarMenuButton]", never, { "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "isActive": { "alias": "isActive"; "required": false; "isSignal": true; }; "closeMobileSidebarOnClick": { "alias": "closeMobileSidebarOnClick"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1$j.BrnTooltip; inputs: { "brnTooltip": "tooltip"; }; outputs: {}; }]>;
2281
+ }
2282
+
2283
+ declare class HlmSidebarMenuItem {
2284
+ constructor();
2285
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmSidebarMenuItem, never>;
2286
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmSidebarMenuItem, "li[hlmSidebarMenuItem]", never, {}, {}, never, never, true, never>;
2287
+ }
2288
+
2289
+ declare class HlmSidebarMenuSkeleton {
2290
+ readonly showIcon: i0.InputSignalWithTransform<boolean, BooleanInput>;
2291
+ protected readonly _width: string;
2292
+ constructor();
2293
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmSidebarMenuSkeleton, never>;
2294
+ static ɵcmp: i0.ɵɵComponentDeclaration<HlmSidebarMenuSkeleton, "hlm-sidebar-menu-skeleton,div[hlmSidebarMenuSkeleton]", never, { "showIcon": { "alias": "showIcon"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
2295
+ }
2296
+
2297
+ declare class HlmSidebarMenuSub {
2298
+ constructor();
2299
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmSidebarMenuSub, never>;
2300
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmSidebarMenuSub, "ul[hlmSidebarMenuSub]", never, {}, {}, never, never, true, never>;
2301
+ }
2302
+
2303
+ declare class HlmSidebarMenuSubButton {
2304
+ private readonly _sidebarService;
2305
+ private readonly _config;
2306
+ readonly closeMobileSidebarOnClick: i0.InputSignalWithTransform<boolean, BooleanInput>;
2307
+ readonly size: i0.InputSignal<"sm" | "md">;
2308
+ readonly isActive: i0.InputSignalWithTransform<boolean, BooleanInput>;
2309
+ constructor();
2310
+ protected onClick(): void;
2311
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmSidebarMenuSubButton, never>;
2312
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmSidebarMenuSubButton, "a[hlmSidebarMenuSubButton], button[hlmSidebarMenuSubButton]", never, { "closeMobileSidebarOnClick": { "alias": "closeMobileSidebarOnClick"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "isActive": { "alias": "isActive"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
2313
+ }
2314
+
2315
+ declare class HlmSidebarMenuSubItem {
2316
+ constructor();
2317
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmSidebarMenuSubItem, never>;
2318
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmSidebarMenuSubItem, "li[hlmSidebarMenuSubItem]", never, {}, {}, never, never, true, never>;
2319
+ }
2320
+
2321
+ declare class HlmSidebarRail {
2322
+ private readonly _sidebarService;
2323
+ readonly ariaLabel: i0.InputSignal<string>;
2324
+ constructor();
2325
+ protected onClick(): void;
2326
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmSidebarRail, never>;
2327
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmSidebarRail, "button[hlmSidebarRail]", never, { "ariaLabel": { "alias": "aria-label"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
2328
+ }
2329
+
2330
+ declare class HlmSidebarSeparator {
2331
+ constructor();
2332
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmSidebarSeparator, never>;
2333
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmSidebarSeparator, "[hlmSidebarSeparator],hlm-sidebar-separator", never, {}, {}, never, never, true, [{ directive: typeof HlmSeparator; inputs: {}; outputs: {}; }]>;
2334
+ }
2335
+
2336
+ declare class HlmSidebarTrigger {
2337
+ private readonly _hlmBtn;
2338
+ private readonly _sidebarService;
2339
+ constructor();
2340
+ protected _onClick(): void;
2341
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmSidebarTrigger, never>;
2342
+ static ɵcmp: i0.ɵɵComponentDeclaration<HlmSidebarTrigger, "button[hlmSidebarTrigger]", never, {}, {}, never, never, true, [{ directive: typeof HlmButton; inputs: {}; outputs: {}; }]>;
2343
+ }
2344
+
2345
+ declare class HlmSidebarWrapper {
2346
+ private readonly _config;
2347
+ readonly sidebarWidth: i0.InputSignal<string>;
2348
+ readonly sidebarWidthIcon: i0.InputSignal<string>;
2349
+ constructor();
2350
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmSidebarWrapper, never>;
2351
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmSidebarWrapper, "[hlmSidebarWrapper],hlm-sidebar-wrapper", never, { "sidebarWidth": { "alias": "sidebarWidth"; "required": false; "isSignal": true; }; "sidebarWidthIcon": { "alias": "sidebarWidthIcon"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
2352
+ }
2353
+
2354
+ interface HlmSidebarConfig {
2355
+ sidebarWidth: string;
2356
+ sidebarWidthMobile: string;
2357
+ sidebarWidthIcon: string;
2358
+ sidebarCookieName: string;
2359
+ sidebarCookieMaxAge: number;
2360
+ sidebarKeyboardShortcut: string;
2361
+ mobileBreakpoint: string;
2362
+ closeMobileSidebarOnMenuButtonClick: boolean;
2363
+ }
2364
+ declare function provideHlmSidebarConfig(config: Partial<HlmSidebarConfig>): ValueProvider;
2365
+ declare function injectHlmSidebarConfig(): HlmSidebarConfig;
2366
+
2367
+ declare const HlmSidebarImports: readonly [typeof HlmSidebar, typeof HlmSidebarContent, typeof HlmSidebarFooter, typeof HlmSidebarGroup, typeof HlmSidebarGroupAction, typeof HlmSidebarGroupContent, typeof HlmSidebarGroupLabel, typeof HlmSidebarHeader, typeof HlmSidebarInput, typeof HlmSidebarInset, typeof HlmSidebarMenu, typeof HlmSidebarMenuSkeleton, typeof HlmSidebarMenuAction, typeof HlmSidebarMenuBadge, typeof HlmSidebarMenuButton, typeof HlmSidebarMenuItem, typeof HlmSidebarMenuSub, typeof HlmSidebarMenuSubButton, typeof HlmSidebarRail, typeof HlmSidebarSeparator, typeof HlmSidebarTrigger, typeof HlmSidebarWrapper, typeof HlmSidebarMenuSubItem];
2368
+
2369
+ declare class HlmSkeleton {
2370
+ constructor();
2371
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmSkeleton, never>;
2372
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmSkeleton, "[hlmSkeleton],hlm-skeleton", never, {}, {}, never, never, true, never>;
2373
+ }
2374
+
2375
+ declare const HlmSkeletonImports: readonly [typeof HlmSkeleton];
2376
+
2377
+ declare class HlmSlider {
2378
+ protected readonly _slider: BrnSlider;
2379
+ constructor();
2380
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmSlider, never>;
2381
+ static ɵcmp: i0.ɵɵComponentDeclaration<HlmSlider, "hlm-slider, brn-slider [hlm]", never, {}, {}, never, never, true, [{ directive: typeof i1$k.BrnSlider; inputs: { "id": "id"; "value": "value"; "disabled": "disabled"; "min": "min"; "max": "max"; "step": "step"; "minStepsBetweenThumbs": "minStepsBetweenThumbs"; "inverted": "inverted"; "orientation": "orientation"; "showTicks": "showTicks"; "maxTicks": "maxTicks"; "tickLabelInterval": "tickLabelInterval"; "formatTick": "formatTick"; "draggableRange": "draggableRange"; "draggableRangeOnly": "draggableRangeOnly"; "aria-label": "aria-label"; "aria-labelledby": "aria-labelledby"; }; outputs: { "valueChange": "valueChange"; }; }]>;
2382
+ }
2383
+
2384
+ declare const HlmSliderImports: readonly [typeof HlmSlider];
2385
+
2386
+ declare class HlmToaster {
2387
+ readonly invert: i0.InputSignalWithTransform<boolean, string | boolean>;
2388
+ readonly theme: i0.InputSignal<"light" | "dark" | "system">;
2389
+ readonly position: i0.InputSignal<ngx_sonner.Position>;
2390
+ readonly hotKey: i0.InputSignal<string[]>;
2391
+ readonly richColors: i0.InputSignalWithTransform<boolean, string | boolean>;
2392
+ readonly expand: i0.InputSignalWithTransform<boolean, string | boolean>;
2393
+ readonly duration: i0.InputSignalWithTransform<number, string | number>;
2394
+ readonly visibleToasts: i0.InputSignalWithTransform<number, string | number>;
2395
+ readonly closeButton: i0.InputSignalWithTransform<boolean, string | boolean>;
2396
+ readonly toastOptions: i0.InputSignal<ngx_sonner.ToastOptions>;
2397
+ readonly offset: i0.InputSignal<string | number | null>;
2398
+ readonly dir: i0.InputSignal<"auto" | "ltr" | "rtl">;
2399
+ readonly userClass: i0.InputSignal<ClassValue>;
2400
+ readonly userStyle: i0.InputSignal<Record<string, string>>;
2401
+ protected readonly _computedClass: i0.Signal<string>;
2402
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmToaster, never>;
2403
+ static ɵcmp: i0.ɵɵComponentDeclaration<HlmToaster, "hlm-toaster", never, { "invert": { "alias": "invert"; "required": false; "isSignal": true; }; "theme": { "alias": "theme"; "required": false; "isSignal": true; }; "position": { "alias": "position"; "required": false; "isSignal": true; }; "hotKey": { "alias": "hotKey"; "required": false; "isSignal": true; }; "richColors": { "alias": "richColors"; "required": false; "isSignal": true; }; "expand": { "alias": "expand"; "required": false; "isSignal": true; }; "duration": { "alias": "duration"; "required": false; "isSignal": true; }; "visibleToasts": { "alias": "visibleToasts"; "required": false; "isSignal": true; }; "closeButton": { "alias": "closeButton"; "required": false; "isSignal": true; }; "toastOptions": { "alias": "toastOptions"; "required": false; "isSignal": true; }; "offset": { "alias": "offset"; "required": false; "isSignal": true; }; "dir": { "alias": "dir"; "required": false; "isSignal": true; }; "userClass": { "alias": "class"; "required": false; "isSignal": true; }; "userStyle": { "alias": "style"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
2404
+ }
2405
+
2406
+ declare const HlmToasterImports: readonly [typeof HlmToaster];
2407
+
2408
+ declare class HlmSpinner {
2409
+ /**
2410
+ * The name of the icon to be used as the spinner.
2411
+ * Use provideIcons({ ... }) to register custom icons.
2412
+ */
2413
+ readonly icon: i0.InputSignal<string>;
2414
+ /** Aria label for the spinner for accessibility. */
2415
+ readonly ariaLabel: i0.InputSignal<string>;
2416
+ constructor();
2417
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmSpinner, never>;
2418
+ static ɵcmp: i0.ɵɵComponentDeclaration<HlmSpinner, "hlm-spinner", never, { "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "aria-label"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
2419
+ }
2420
+
2421
+ declare const HlmSpinnerImports: readonly [typeof HlmSpinner];
2422
+
2423
+ declare const HLM_SWITCH_VALUE_ACCESSOR: {
2424
+ provide: i0.InjectionToken<readonly ControlValueAccessor[]>;
2425
+ useExisting: i0.Type<any>;
2426
+ multi: boolean;
2427
+ };
2428
+ declare class HlmSwitch implements ControlValueAccessor {
2429
+ readonly userClass: i0.InputSignal<ClassValue>;
2430
+ protected readonly _computedClass: i0.Signal<string>;
2431
+ /** The checked state of the switch. */
2432
+ readonly checked: i0.ModelSignal<boolean>;
2433
+ /** Emits when the checked state of the switch changes. */
2434
+ readonly checkedChange: i0.OutputEmitterRef<boolean>;
2435
+ /** The disabled state of the switch. */
2436
+ readonly disabled: i0.InputSignalWithTransform<boolean, BooleanInput>;
2437
+ /** Used to set the id on the underlying brn element. */
2438
+ readonly id: i0.InputSignal<string | null>;
2439
+ /** Used to set the aria-label attribute on the underlying brn element. */
2440
+ readonly ariaLabel: i0.InputSignal<string | null>;
2441
+ /** Used to set the aria-labelledby attribute on the underlying brn element. */
2442
+ readonly ariaLabelledby: i0.InputSignal<string | null>;
2443
+ /** Used to set the aria-describedby attribute on the underlying brn element. */
2444
+ readonly ariaDescribedby: i0.InputSignal<string | null>;
2445
+ protected readonly _disabled: i0.WritableSignal<boolean>;
2446
+ protected _onChange?: ChangeFn<boolean>;
2447
+ protected _onTouched?: TouchFn;
2448
+ protected handleChange(value: boolean): void;
2449
+ /** CONROL VALUE ACCESSOR */
2450
+ writeValue(value: boolean): void;
2451
+ registerOnChange(fn: ChangeFn<boolean>): void;
2452
+ registerOnTouched(fn: TouchFn): void;
2453
+ setDisabledState(isDisabled: boolean): void;
2454
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmSwitch, never>;
2455
+ static ɵcmp: i0.ɵɵComponentDeclaration<HlmSwitch, "hlm-switch", never, { "userClass": { "alias": "class"; "required": false; "isSignal": true; }; "checked": { "alias": "checked"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "id": { "alias": "id"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "aria-label"; "required": false; "isSignal": true; }; "ariaLabelledby": { "alias": "aria-labelledby"; "required": false; "isSignal": true; }; "ariaDescribedby": { "alias": "aria-describedby"; "required": false; "isSignal": true; }; }, { "checked": "checkedChange"; "checkedChange": "checkedChange"; }, never, never, true, never>;
2456
+ }
2457
+
2458
+ declare class HlmSwitchThumb {
2459
+ constructor();
2460
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmSwitchThumb, never>;
2461
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmSwitchThumb, "brn-switch-thumb[hlm],[hlmSwitchThumb]", never, {}, {}, never, never, true, never>;
2462
+ }
2463
+
2464
+ declare const HlmSwitchImports: readonly [typeof HlmSwitch, typeof HlmSwitchThumb];
2465
+
2466
+ declare const HlmTableConfigToken: InjectionToken<HlmTableVariant>;
2467
+ interface HlmTableVariant {
2468
+ tableContainer: string;
2469
+ table: string;
2470
+ thead: string;
2471
+ tbody: string;
2472
+ tfoot: string;
2473
+ tr: string;
2474
+ th: string;
2475
+ td: string;
2476
+ caption: string;
2477
+ }
2478
+ declare const HlmTableVariantDefault: HlmTableVariant;
2479
+ declare function provideHlmTableConfig(config: Partial<HlmTableVariant>): ValueProvider;
2480
+ declare function injectHlmTableConfig(): HlmTableVariant;
2481
+ declare class HlmTableContainer {
2482
+ private readonly _globalOrDefaultConfig;
2483
+ constructor();
2484
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmTableContainer, never>;
2485
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmTableContainer, "div[hlmTableContainer]", never, {}, {}, never, never, true, never>;
2486
+ }
2487
+ /**
2488
+ * Directive to apply Shadcn-like styling to a <table> element.
2489
+ * It resolves and provides base classes for its child table elements.
2490
+ * If a table has the `hlmTable` attribute, it will be styled with the provided variant.
2491
+ * The other table elements will check if a parent table has the `hlmTable` attribute and will be styled accordingly.
2492
+ */
2493
+ declare class HlmTable {
2494
+ /** Input to configure the variant of the table, this input has the highest priority. */
2495
+ readonly userVariant: i0.InputSignal<string | Partial<HlmTableVariant>>;
2496
+ /** Global or default configuration provided by injectHlmTableConfig() */
2497
+ private readonly _globalOrDefaultConfig;
2498
+ protected readonly _variant: i0.Signal<HlmTableVariant>;
2499
+ constructor();
2500
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmTable, never>;
2501
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmTable, "table[hlmTable]", never, { "userVariant": { "alias": "hlmTable"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
2502
+ }
2503
+ /**
2504
+ * Directive to apply Shadcn-like styling to a <thead> element
2505
+ * within an HlmTableDirective context.
2506
+ */
2507
+ declare class HlmTHead {
2508
+ private readonly _globalOrDefaultConfig;
2509
+ constructor();
2510
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmTHead, never>;
2511
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmTHead, "thead[hlmTHead]", never, {}, {}, never, never, true, never>;
2512
+ }
2513
+ /**
2514
+ * Directive to apply Shadcn-like styling to a <tbody> element
2515
+ * within an HlmTableDirective context.
2516
+ */
2517
+ declare class HlmTBody {
2518
+ private readonly _globalOrDefaultConfig;
2519
+ constructor();
2520
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmTBody, never>;
2521
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmTBody, "tbody[hlmTBody]", never, {}, {}, never, never, true, never>;
2522
+ }
2523
+ /**
2524
+ * Directive to apply Shadcn-like styling to a <tfoot> element
2525
+ * within an HlmTableDirective context.
2526
+ */
2527
+ declare class HlmTFoot {
2528
+ private readonly _globalOrDefaultConfig;
2529
+ constructor();
2530
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmTFoot, never>;
2531
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmTFoot, "tfoot[hlmTFoot]", never, {}, {}, never, never, true, never>;
2532
+ }
2533
+ /**
2534
+ * Directive to apply Shadcn-like styling to a <tr> element
2535
+ * within an HlmTableDirective context.
2536
+ */
2537
+ declare class HlmTr {
2538
+ private readonly _globalOrDefaultConfig;
2539
+ constructor();
2540
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmTr, never>;
2541
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmTr, "tr[hlmTr]", never, {}, {}, never, never, true, never>;
2542
+ }
2543
+ /**
2544
+ * Directive to apply Shadcn-like styling to a <th> element
2545
+ * within an HlmTableDirective context.
2546
+ */
2547
+ declare class HlmTh {
2548
+ private readonly _globalOrDefaultConfig;
2549
+ constructor();
2550
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmTh, never>;
2551
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmTh, "th[hlmTh]", never, {}, {}, never, never, true, never>;
2552
+ }
2553
+ /**
2554
+ * Directive to apply Shadcn-like styling to a <td> element
2555
+ * within an HlmTableDirective context.
2556
+ */
2557
+ declare class HlmTd {
2558
+ private readonly _globalOrDefaultConfig;
2559
+ constructor();
2560
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmTd, never>;
2561
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmTd, "td[hlmTd]", never, {}, {}, never, never, true, never>;
2562
+ }
2563
+ /**
2564
+ * Directive to apply Shadcn-like styling to a <caption> element
2565
+ * within an HlmTableDirective context.
2566
+ */
2567
+ declare class HlmCaption {
2568
+ private readonly _globalOrDefaultConfig;
2569
+ constructor();
2570
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmCaption, never>;
2571
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmCaption, "caption[hlmCaption]", never, {}, {}, never, never, true, never>;
2572
+ }
2573
+
2574
+ declare const HlmTableImports: readonly [typeof HlmCaption, typeof HlmTableContainer, typeof HlmTable, typeof HlmTBody, typeof HlmTd, typeof HlmTFoot, typeof HlmTh, typeof HlmTHead, typeof HlmTr];
2575
+
2576
+ declare class HlmTabs {
2577
+ readonly tab: i0.InputSignal<string>;
2578
+ constructor();
2579
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmTabs, never>;
2580
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmTabs, "[hlmTabs],hlm-tabs", never, { "tab": { "alias": "tab"; "required": true; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1$l.BrnTabs; inputs: { "orientation": "orientation"; "activationMode": "activationMode"; "brnTabs": "tab"; }; outputs: { "tabActivated": "tabActivated"; }; }]>;
2581
+ }
2582
+
2583
+ declare class HlmTabsContent {
2584
+ readonly contentFor: i0.InputSignal<string>;
2585
+ constructor();
2586
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmTabsContent, never>;
2587
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmTabsContent, "[hlmTabsContent]", never, { "contentFor": { "alias": "hlmTabsContent"; "required": true; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1$l.BrnTabsContent; inputs: { "brnTabsContent": "hlmTabsContent"; }; outputs: {}; }]>;
2588
+ }
2589
+
2590
+ declare class HlmTabsContentLazy {
2591
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmTabsContentLazy, never>;
2592
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmTabsContentLazy, "ng-template[hlmTabsContentLazy]", never, {}, {}, never, never, true, [{ directive: typeof i1$l.BrnTabsContentLazy; inputs: {}; outputs: {}; }]>;
2593
+ }
2594
+
2595
+ declare const listVariants: (props?: ({
2596
+ variant?: "default" | "line" | null | undefined;
2597
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
2598
+ declare class HlmTabsList {
2599
+ readonly variant: i0.InputSignal<"default" | "line" | null | undefined>;
2600
+ constructor();
2601
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmTabsList, never>;
2602
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmTabsList, "[hlmTabsList],hlm-tabs-list", never, { "variant": { "alias": "variant"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1$l.BrnTabsList; inputs: {}; outputs: {}; }]>;
2603
+ }
2604
+
2605
+ declare class HlmTabsPaginatedList extends BrnTabsPaginatedList {
2606
+ constructor();
2607
+ readonly items: i0.Signal<readonly BrnTabsTrigger[]>;
2608
+ /** Explicitly annotating type to avoid non-portable inferred type */
2609
+ readonly itemsChanges: Observable<ReadonlyArray<BrnPaginatedTabHeaderItem>>;
2610
+ readonly tabListContainer: i0.Signal<ElementRef<HTMLElement>>;
2611
+ readonly tabList: i0.Signal<ElementRef<HTMLElement>>;
2612
+ readonly tabListInner: i0.Signal<ElementRef<HTMLElement>>;
2613
+ readonly nextPaginator: i0.Signal<ElementRef<HTMLElement>>;
2614
+ readonly previousPaginator: i0.Signal<ElementRef<HTMLElement>>;
2615
+ readonly tabListClass: i0.InputSignal<ClassValue>;
2616
+ protected readonly _tabListClass: i0.Signal<string>;
2617
+ readonly paginationButtonClass: i0.InputSignal<ClassValue>;
2618
+ protected readonly _paginationButtonClass: i0.Signal<string>;
2619
+ protected _itemSelected(event: KeyboardEvent): void;
2620
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmTabsPaginatedList, never>;
2621
+ static ɵcmp: i0.ɵɵComponentDeclaration<HlmTabsPaginatedList, "hlm-paginated-tabs-list", never, { "tabListClass": { "alias": "tabListClass"; "required": false; "isSignal": true; }; "paginationButtonClass": { "alias": "paginationButtonClass"; "required": false; "isSignal": true; }; }, {}, ["items"], ["*"], true, never>;
2622
+ }
2623
+
2624
+ declare class HlmTabsTrigger {
2625
+ readonly triggerFor: i0.InputSignal<string>;
2626
+ constructor();
2627
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmTabsTrigger, never>;
2628
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmTabsTrigger, "[hlmTabsTrigger]", never, { "triggerFor": { "alias": "hlmTabsTrigger"; "required": true; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1$l.BrnTabsTrigger; inputs: { "brnTabsTrigger": "hlmTabsTrigger"; "disabled": "disabled"; }; outputs: {}; }]>;
2629
+ }
2630
+
2631
+ declare const HlmTabsImports: readonly [typeof HlmTabs, typeof HlmTabsList, typeof HlmTabsTrigger, typeof HlmTabsContent, typeof HlmTabsContentLazy, typeof HlmTabsPaginatedList];
2632
+
2633
+ declare const HlmTextareaImports: readonly [typeof HlmTextarea];
2634
+
2635
+ declare const DEFAULT_TOOLTIP_SVG_CLASS = "bg-foreground fill-foreground z-50 block size-2.5 translate-y-[calc(-50%-2px)] rotate-45 rounded-[2px]";
2636
+ declare const DEFAULT_TOOLTIP_CONTENT_CLASSES = "bg-foreground text-background animate-in fade-in-0 zoom-in-95 data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 z-50 w-fit origin-(--radix-tooltip-content-transform-origin) rounded-md px-3 py-1.5 text-xs text-balance";
2637
+ declare const tooltipPositionVariants: (props?: ({
2638
+ position?: "top" | "bottom" | "left" | "right" | null | undefined;
2639
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
2640
+ declare class HlmTooltip {
2641
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmTooltip, never>;
2642
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmTooltip, "[hlmTooltip]", never, {}, {}, never, never, true, [{ directive: typeof i1$j.BrnTooltip; inputs: { "brnTooltip": "hlmTooltip"; "position": "position"; "hideDelay": "hideDelay"; "showDelay": "showDelay"; "tooltipDisabled": "tooltipDisabled"; }; outputs: {}; }]>;
2643
+ }
2644
+
2645
+ declare const HlmTooltipImports: readonly [typeof HlmTooltip];
2646
+
2647
+ declare const toggleVariants: (props?: ({
2648
+ variant?: "default" | "outline" | null | undefined;
2649
+ size?: "sm" | "lg" | "default" | null | undefined;
2650
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
2651
+ type ToggleVariants = VariantProps<typeof toggleVariants>;
2652
+ declare class HlmToggle {
2653
+ readonly variant: i0.InputSignal<"default" | "outline" | null | undefined>;
2654
+ readonly size: i0.InputSignal<"sm" | "lg" | "default" | null | undefined>;
2655
+ constructor();
2656
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmToggle, never>;
2657
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmToggle, "button[hlmToggle]", never, { "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1$m.BrnToggle; inputs: { "id": "id"; "value": "value"; "disabled": "disabled"; "state": "state"; "aria-label": "aria-label"; "type": "type"; }; outputs: { "stateChange": "stateChange"; }; }]>;
2658
+ }
2659
+
2660
+ declare const HlmToggleImports: readonly [typeof HlmToggle];
2661
+
2662
+ declare class HlmToggleGroup {
2663
+ readonly variant: i0.InputSignal<"default" | "outline" | null | undefined>;
2664
+ readonly size: i0.InputSignal<"sm" | "lg" | "default" | null | undefined>;
2665
+ readonly spacing: i0.InputSignalWithTransform<number, NumberInput>;
2666
+ constructor();
2667
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmToggleGroup, never>;
2668
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmToggleGroup, "[hlmToggleGroup],hlm-toggle-group", never, { "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "spacing": { "alias": "spacing"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1$n.BrnToggleGroup; inputs: { "type": "type"; "value": "value"; "nullable": "nullable"; "disabled": "disabled"; }; outputs: { "valueChange": "valueChange"; }; }]>;
2669
+ }
2670
+
2671
+ declare class HlmToggleGroupItem {
2672
+ protected readonly _toggleGroup: _billy_mcdowell_prmn_angular_v3.HlmToggleGroup;
2673
+ readonly variant: i0.InputSignal<"default" | "outline" | null | undefined>;
2674
+ readonly size: i0.InputSignal<"sm" | "lg" | "default" | null | undefined>;
2675
+ protected readonly _variant: i0.Signal<"default" | "outline" | null | undefined>;
2676
+ protected readonly _size: i0.Signal<"sm" | "lg" | "default" | null | undefined>;
2677
+ constructor();
2678
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmToggleGroupItem, never>;
2679
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmToggleGroupItem, "button[hlmToggleGroupItem]", never, { "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1$n.BrnToggleGroupItem; inputs: { "id": "id"; "value": "value"; "disabled": "disabled"; "state": "state"; "aria-label": "aria-label"; "type": "type"; }; outputs: { "stateChange": "stateChange"; }; }]>;
2680
+ }
2681
+
2682
+ declare const HlmToggleGroupToken: InjectionToken<HlmToggleGroup>;
2683
+ declare function injectHlmToggleGroup(): HlmToggleGroup;
2684
+ declare function provideHlmToggleGroup(toggleGroup: Type<HlmToggleGroup>): ExistingProvider;
2685
+
2686
+ declare const HlmToggleGroupImports: readonly [typeof HlmToggleGroup, typeof HlmToggleGroupItem];
2687
+
2688
+ declare const hlmBlockquote = "mt-6 border-border border-l-2 pl-6 italic";
2689
+ declare class HlmBlockquote {
2690
+ constructor();
2691
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmBlockquote, never>;
2692
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmBlockquote, "[hlmBlockquote]", never, {}, {}, never, never, true, never>;
2693
+ }
2694
+
2695
+ declare const hlmCode = "relative rounded bg-muted px-[0.3rem] py-[0.2rem] font-mono text-sm font-semibold";
2696
+ declare class HlmCode {
2697
+ constructor();
2698
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmCode, never>;
2699
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmCode, "[hlmCode]", never, {}, {}, never, never, true, never>;
2700
+ }
2701
+
2702
+ declare const hlmH1 = "scroll-m-20 text-4xl font-extrabold tracking-tight lg:text-5xl";
2703
+ declare class HlmH1 {
2704
+ constructor();
2705
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmH1, never>;
2706
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmH1, "[hlmH1]", never, {}, {}, never, never, true, never>;
2707
+ }
2708
+
2709
+ declare const hlmH2 = "scroll-m-20 border-border border-b pb-2 text-3xl font-semibold tracking-tight transition-colors first:mt-0";
2710
+ declare class HlmH2 {
2711
+ constructor();
2712
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmH2, never>;
2713
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmH2, "[hlmH2]", never, {}, {}, never, never, true, never>;
2714
+ }
2715
+
2716
+ declare const hlmH3 = "scroll-m-20 text-2xl font-semibold tracking-tight";
2717
+ declare class HlmH3 {
2718
+ constructor();
2719
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmH3, never>;
2720
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmH3, "[hlmH3]", never, {}, {}, never, never, true, never>;
2721
+ }
2722
+
2723
+ declare const hlmH4 = "scroll-m-20 text-xl font-semibold tracking-tight";
2724
+ declare class HlmH4 {
2725
+ constructor();
2726
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmH4, never>;
2727
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmH4, "[hlmH4]", never, {}, {}, never, never, true, never>;
2728
+ }
2729
+
2730
+ declare const hlmLarge = "text-lg font-semibold";
2731
+ declare class HlmLarge {
2732
+ constructor();
2733
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmLarge, never>;
2734
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmLarge, "[hlmLarge]", never, {}, {}, never, never, true, never>;
2735
+ }
2736
+
2737
+ declare const hlmLead = "text-xl text-muted-foreground";
2738
+ declare class HlmLead {
2739
+ constructor();
2740
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmLead, never>;
2741
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmLead, "[hlmLead]", never, {}, {}, never, never, true, never>;
2742
+ }
2743
+
2744
+ declare const hlmMuted = "text-sm text-muted-foreground";
2745
+ declare class HlmMuted {
2746
+ constructor();
2747
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmMuted, never>;
2748
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmMuted, "[hlmMuted]", never, {}, {}, never, never, true, never>;
2749
+ }
2750
+
2751
+ declare const hlmP = "leading-7 [&:not(:first-child)]:mt-6";
2752
+ declare class HlmP {
2753
+ constructor();
2754
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmP, never>;
2755
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmP, "[hlmP]", never, {}, {}, never, never, true, never>;
2756
+ }
2757
+
2758
+ declare const hlmSmall = "text-sm font-medium leading-none";
2759
+ declare class HlmSmall {
2760
+ constructor();
2761
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmSmall, never>;
2762
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmSmall, "[hlmSmall]", never, {}, {}, never, never, true, never>;
2763
+ }
2764
+
2765
+ declare const hlmUl = "my-6 ml-6 list-disc [&>li]:mt-2";
2766
+ declare class HlmUl {
2767
+ constructor();
2768
+ static ɵfac: i0.ɵɵFactoryDeclaration<HlmUl, never>;
2769
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HlmUl, "[hlmUl]", never, {}, {}, never, never, true, never>;
2770
+ }
2771
+
2772
+ declare const HlmTypographyImports: (typeof HlmBlockquote)[];
2773
+
2774
+ declare function hlm(...inputs: ClassValue[]): string;
2775
+ /**
2776
+ * This function dynamically adds and removes classes for a given element without requiring
2777
+ * the a class binding (e.g. `[class]="..."`) which may interfere with other class bindings.
2778
+ *
2779
+ * 1. This will merge the existing classes on the element with the new classes.
2780
+ * 2. It will also remove any classes that were previously added by this function but are no longer present in the new classes.
2781
+ * 3. Multiple calls to this function on the same element will be merged efficiently.
2782
+ */
2783
+ declare function classes(computed: () => ClassValue[] | string, options?: ClassesOptions): void;
2784
+ interface ClassesOptions {
2785
+ elementRef?: ElementRef<HTMLElement>;
2786
+ injector?: Injector;
2787
+ }
2788
+
2789
+ export { DEFAULT_TOOLTIP_CONTENT_CLASSES, DEFAULT_TOOLTIP_SVG_CLASS, HLM_CHECKBOX_VALUE_ACCESSOR, HLM_DATE_PICKER_MUTLI_VALUE_ACCESSOR, HLM_DATE_PICKER_VALUE_ACCESSOR, HLM_DATE_RANGE_PICKER_VALUE_ACCESSOR, HLM_NATIVE_SELECT_VALUE_ACCESSOR, HLM_SWITCH_VALUE_ACCESSOR, HlmAccordion, HlmAccordionContent, HlmAccordionIcon, HlmAccordionImports, HlmAccordionItem, HlmAccordionTrigger, HlmAlert, HlmAlertDescription, HlmAlertDialog, HlmAlertDialogAction, HlmAlertDialogCancel, HlmAlertDialogContent, HlmAlertDialogDescription, HlmAlertDialogFooter, HlmAlertDialogHeader, HlmAlertDialogImports, HlmAlertDialogOverlay, HlmAlertDialogPortal, HlmAlertDialogTitle, HlmAlertDialogTrigger, HlmAlertIcon, HlmAlertImports, HlmAlertTitle, HlmAspectRatio, HlmAspectRatioImports, HlmAutocomplete, HlmAutocompleteContent, HlmAutocompleteEmpty, HlmAutocompleteGroup, HlmAutocompleteImports, HlmAutocompleteInput, HlmAutocompleteItem, HlmAutocompleteLabel, HlmAutocompleteList, HlmAutocompletePortal, HlmAutocompleteSearch, HlmAutocompleteSeparator, HlmAutocompleteStatus, HlmAvatar, HlmAvatarBadge, HlmAvatarFallback, HlmAvatarGroup, HlmAvatarGroupCount, HlmAvatarImage, HlmAvatarImports, HlmBadge, HlmBadgeImports, HlmBlockquote, HlmBreadCrumbImports, HlmBreadcrumb, HlmBreadcrumbEllipsis, HlmBreadcrumbItem, HlmBreadcrumbLink, HlmBreadcrumbList, HlmBreadcrumbPage, HlmBreadcrumbSeparator, HlmButton, HlmButtonGroup, HlmButtonGroupImports, HlmButtonGroupSeparator, HlmButtonGroupText, HlmButtonImports, HlmCalendar, HlmCalendarImports, HlmCalendarMulti, HlmCalendarRange, HlmCaption, HlmCard, HlmCardAction, HlmCardContent, HlmCardDescription, HlmCardFooter, HlmCardHeader, HlmCardImports, HlmCardTitle, HlmCheckbox, HlmCheckboxImports, HlmCode, HlmCollapsible, HlmCollapsibleContent, HlmCollapsibleImports, HlmCollapsibleTrigger, HlmCommand, HlmCommandDialog, HlmCommandEmpty, HlmCommandEmptyState, HlmCommandGroup, HlmCommandGroupLabel, HlmCommandImports, HlmCommandInput, HlmCommandItem, HlmCommandList, HlmCommandSeparator, HlmCommandShortcut, HlmContextMenuImports, HlmContextMenuTrigger, HlmDatePicker, HlmDatePickerImports, HlmDatePickerMulti, HlmDateRangePicker, HlmDialog, HlmDialogClose, HlmDialogContent, HlmDialogDescription, HlmDialogFooter, HlmDialogHeader, HlmDialogImports, HlmDialogOverlay, HlmDialogPortal, HlmDialogService, HlmDialogTitle, HlmDialogTrigger, HlmDropdownMenu, HlmDropdownMenuCheckbox, HlmDropdownMenuCheckboxIndicator, HlmDropdownMenuGroup, HlmDropdownMenuImports, HlmDropdownMenuItem, HlmDropdownMenuItemSubIndicator, HlmDropdownMenuLabel, HlmDropdownMenuRadio, HlmDropdownMenuRadioIndicator, HlmDropdownMenuSeparator, HlmDropdownMenuShortcut, HlmDropdownMenuSub, HlmDropdownMenuTrigger, HlmEmpty, HlmEmptyContent, HlmEmptyDescription, HlmEmptyHeader, HlmEmptyImports, HlmEmptyMedia, HlmEmptyTitle, HlmError, HlmField, HlmFieldContent, HlmFieldDescription, HlmFieldError, HlmFieldGroup, HlmFieldImports, HlmFieldLabel, HlmFieldLegend, HlmFieldSeparator, HlmFieldSet, HlmFieldTitle, HlmFormField, HlmFormFieldImports, HlmH1, HlmH2, HlmH3, HlmH4, HlmHint, HlmHoverCard, HlmHoverCardContent, HlmHoverCardImports, HlmHoverCardPortal, HlmHoverCardTrigger, HlmIcon, HlmIconImports, HlmInput, HlmInputGroup, HlmInputGroupAddon, HlmInputGroupButton, HlmInputGroupImports, HlmInputGroupInput, HlmInputGroupText, HlmInputGroupTextarea, HlmInputImports, HlmInputOtp, HlmInputOtpFakeCaret, HlmInputOtpGroup, HlmInputOtpImports, HlmInputOtpSeparator, HlmInputOtpSlot, HlmItem, HlmItemActions, HlmItemContent, HlmItemDescription, HlmItemFooter, HlmItemGroup, HlmItemHeader, HlmItemImports, HlmItemMedia, HlmItemSeparator, HlmItemTitle, HlmKbd, HlmKbdGroup, HlmKbdImports, HlmLabel, HlmLabelImports, HlmLarge, HlmLead, HlmMenubar, HlmMenubarImports, HlmMenubarTrigger, HlmMuted, HlmNativeSelect, HlmNativeSelectImports, HlmNativeSelectOptGroup, HlmNativeSelectOption, HlmNavigationMenu, HlmNavigationMenuContent, HlmNavigationMenuImports, HlmNavigationMenuItem, HlmNavigationMenuLink, HlmNavigationMenuList, HlmNavigationMenuPortal, HlmNavigationMenuTrigger, HlmNumberedPagination, HlmNumberedPaginationQueryParams, HlmP, HlmPagination, HlmPaginationContent, HlmPaginationEllipsis, HlmPaginationImports, HlmPaginationItem, HlmPaginationLink, HlmPaginationNext, HlmPaginationPrevious, HlmPopover, HlmPopoverContent, HlmPopoverImports, HlmPopoverPortal, HlmPopoverTrigger, HlmProgress, HlmProgressImports, HlmProgressIndicator, HlmRadio, HlmRadioGroup, HlmRadioGroupImports, HlmRadioIndicator, HlmResizableGroup, HlmResizableHandle, HlmResizableImports, HlmResizablePanel, HlmScrollArea, HlmScrollAreaImports, HlmSelect, HlmSelectContent, HlmSelectGroup, HlmSelectImports, HlmSelectLabel, HlmSelectOption, HlmSelectScrollDown, HlmSelectScrollUp, HlmSelectSeparator, HlmSelectTrigger, HlmSelectValue, HlmSeparator, HlmSeparatorImports, HlmSheet, HlmSheetClose, HlmSheetContent, HlmSheetDescription, HlmSheetFooter, HlmSheetHeader, HlmSheetImports, HlmSheetOverlay, HlmSheetPortal, HlmSheetTitle, HlmSheetTrigger, HlmSidebar, HlmSidebarContent, HlmSidebarFooter, HlmSidebarGroup, HlmSidebarGroupAction, HlmSidebarGroupContent, HlmSidebarGroupLabel, HlmSidebarHeader, HlmSidebarImports, HlmSidebarInput, HlmSidebarInset, HlmSidebarMenu, HlmSidebarMenuAction, HlmSidebarMenuBadge, HlmSidebarMenuButton, HlmSidebarMenuItem, HlmSidebarMenuSkeleton, HlmSidebarMenuSub, HlmSidebarMenuSubButton, HlmSidebarMenuSubItem, HlmSidebarRail, HlmSidebarSeparator, HlmSidebarService, HlmSidebarTrigger, HlmSidebarWrapper, HlmSkeleton, HlmSkeletonImports, HlmSlider, HlmSliderImports, HlmSmall, HlmSpinner, HlmSpinnerImports, HlmSwitch, HlmSwitchImports, HlmSwitchThumb, HlmTBody, HlmTFoot, HlmTHead, HlmTable, HlmTableConfigToken, HlmTableContainer, HlmTableImports, HlmTableVariantDefault, HlmTabs, HlmTabsContent, HlmTabsContentLazy, HlmTabsImports, HlmTabsList, HlmTabsPaginatedList, HlmTabsTrigger, HlmTd, HlmTextarea, HlmTextareaImports, HlmTh, HlmToaster, HlmToasterImports, HlmToggle, HlmToggleGroup, HlmToggleGroupImports, HlmToggleGroupItem, HlmToggleGroupToken, HlmToggleImports, HlmTooltip, HlmTooltipImports, HlmTr, HlmTypographyImports, HlmUl, buttonGroupVariants, buttonVariants, classes, createPageArray, hlm, hlmBlockquote, hlmCode, hlmDialogOverlayClass, hlmH1, hlmH2, hlmH3, hlmH4, hlmLarge, hlmLead, hlmMuted, hlmP, hlmSeparatorClass, hlmSmall, hlmUl, injectBrnButtonConfig, injectHlmContextMenuConfig, injectHlmDatePickerConfig, injectHlmDatePickerMultiConfig, injectHlmDateRangePickerConfig, injectHlmDropdownMenuConfig, injectHlmIconConfig, injectHlmItemConfig, injectHlmItemMediaConfig, injectHlmMenubarConfig, injectHlmSidebarConfig, injectHlmTableConfig, injectHlmToggleGroup, inputVariants, listVariants, outOfBoundCorrection, provideBrnButtonConfig, provideHlmContextMenuConfig, provideHlmDatePickerConfig, provideHlmDatePickerMultiConfig, provideHlmDateRangePickerConfig, provideHlmDropdownMenuConfig, provideHlmIconConfig, provideHlmItemConfig, provideHlmItemMediaConfig, provideHlmMenubarConfig, provideHlmSidebarConfig, provideHlmTableConfig, provideHlmToggleGroup, selectTriggerVariants, sheetVariants, textareaVariants, toggleVariants, tooltipPositionVariants };
2790
+ export type { AlertVariants, BadgeVariants, BrnButtonConfig, ButtonVariants, EmptyMediaVariants, FieldVariants, HlmContextMenuConfig, HlmDatePickerConfig, HlmDatePickerMultiConfig, HlmDateRangePickerConfig, HlmDialogOptions, HlmDropdownMenuConfig, HlmIconConfig, HlmItemConfig, HlmItemMediaConfig, HlmMenubarConfig, HlmSidebarConfig, HlmTableVariant, IconSize, ItemMediaVariants, ItemVariants, SidebarVariant, ToggleVariants };