@cute-widgets/base 20.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (183) hide show
  1. package/CHANGELOG.md +1 -0
  2. package/LICENSE.md +191 -0
  3. package/README.md +190 -0
  4. package/abstract/index.d.ts +327 -0
  5. package/alert/index.d.ts +68 -0
  6. package/autocomplete/index.d.ts +442 -0
  7. package/badge/index.d.ts +26 -0
  8. package/bottom-sheet/index.d.ts +231 -0
  9. package/button/index.d.ts +182 -0
  10. package/button-toggle/index.d.ts +225 -0
  11. package/card/index.d.ts +163 -0
  12. package/checkbox/index.d.ts +174 -0
  13. package/chips/index.d.ts +963 -0
  14. package/collapse/index.d.ts +97 -0
  15. package/core/animation/index.d.ts +43 -0
  16. package/core/datetime/index.d.ts +404 -0
  17. package/core/directives/index.d.ts +168 -0
  18. package/core/error/index.d.ts +74 -0
  19. package/core/index.d.ts +1039 -0
  20. package/core/interfaces/index.d.ts +114 -0
  21. package/core/layout/index.d.ts +53 -0
  22. package/core/line/index.d.ts +37 -0
  23. package/core/nav/index.d.ts +321 -0
  24. package/core/observers/index.d.ts +124 -0
  25. package/core/option/index.d.ts +185 -0
  26. package/core/pipes/index.d.ts +53 -0
  27. package/core/ripple/index.d.ts +66 -0
  28. package/core/testing/index.d.ts +154 -0
  29. package/core/theming/index.d.ts +118 -0
  30. package/core/types/index.d.ts +53 -0
  31. package/core/utils/index.d.ts +129 -0
  32. package/cute-widgets-base-20.0.1.tgz +0 -0
  33. package/datepicker/index.d.ts +1817 -0
  34. package/dialog/index.d.ts +484 -0
  35. package/divider/index.d.ts +24 -0
  36. package/expansion/README.md +8 -0
  37. package/expansion/index.d.ts +308 -0
  38. package/fesm2022/cute-widgets-base-abstract.mjs +547 -0
  39. package/fesm2022/cute-widgets-base-abstract.mjs.map +1 -0
  40. package/fesm2022/cute-widgets-base-alert.mjs +198 -0
  41. package/fesm2022/cute-widgets-base-alert.mjs.map +1 -0
  42. package/fesm2022/cute-widgets-base-autocomplete.mjs +1217 -0
  43. package/fesm2022/cute-widgets-base-autocomplete.mjs.map +1 -0
  44. package/fesm2022/cute-widgets-base-badge.mjs +75 -0
  45. package/fesm2022/cute-widgets-base-badge.mjs.map +1 -0
  46. package/fesm2022/cute-widgets-base-bottom-sheet.mjs +416 -0
  47. package/fesm2022/cute-widgets-base-bottom-sheet.mjs.map +1 -0
  48. package/fesm2022/cute-widgets-base-button-toggle.mjs +640 -0
  49. package/fesm2022/cute-widgets-base-button-toggle.mjs.map +1 -0
  50. package/fesm2022/cute-widgets-base-button.mjs +546 -0
  51. package/fesm2022/cute-widgets-base-button.mjs.map +1 -0
  52. package/fesm2022/cute-widgets-base-card.mjs +471 -0
  53. package/fesm2022/cute-widgets-base-card.mjs.map +1 -0
  54. package/fesm2022/cute-widgets-base-checkbox.mjs +390 -0
  55. package/fesm2022/cute-widgets-base-checkbox.mjs.map +1 -0
  56. package/fesm2022/cute-widgets-base-chips.mjs +2360 -0
  57. package/fesm2022/cute-widgets-base-chips.mjs.map +1 -0
  58. package/fesm2022/cute-widgets-base-collapse.mjs +259 -0
  59. package/fesm2022/cute-widgets-base-collapse.mjs.map +1 -0
  60. package/fesm2022/cute-widgets-base-core-animation.mjs +53 -0
  61. package/fesm2022/cute-widgets-base-core-animation.mjs.map +1 -0
  62. package/fesm2022/cute-widgets-base-core-datetime.mjs +568 -0
  63. package/fesm2022/cute-widgets-base-core-datetime.mjs.map +1 -0
  64. package/fesm2022/cute-widgets-base-core-directives.mjs +404 -0
  65. package/fesm2022/cute-widgets-base-core-directives.mjs.map +1 -0
  66. package/fesm2022/cute-widgets-base-core-error.mjs +105 -0
  67. package/fesm2022/cute-widgets-base-core-error.mjs.map +1 -0
  68. package/fesm2022/cute-widgets-base-core-interfaces.mjs +22 -0
  69. package/fesm2022/cute-widgets-base-core-interfaces.mjs.map +1 -0
  70. package/fesm2022/cute-widgets-base-core-layout.mjs +74 -0
  71. package/fesm2022/cute-widgets-base-core-layout.mjs.map +1 -0
  72. package/fesm2022/cute-widgets-base-core-line.mjs +87 -0
  73. package/fesm2022/cute-widgets-base-core-line.mjs.map +1 -0
  74. package/fesm2022/cute-widgets-base-core-nav.mjs +863 -0
  75. package/fesm2022/cute-widgets-base-core-nav.mjs.map +1 -0
  76. package/fesm2022/cute-widgets-base-core-observers.mjs +304 -0
  77. package/fesm2022/cute-widgets-base-core-observers.mjs.map +1 -0
  78. package/fesm2022/cute-widgets-base-core-option.mjs +373 -0
  79. package/fesm2022/cute-widgets-base-core-option.mjs.map +1 -0
  80. package/fesm2022/cute-widgets-base-core-pipes.mjs +97 -0
  81. package/fesm2022/cute-widgets-base-core-pipes.mjs.map +1 -0
  82. package/fesm2022/cute-widgets-base-core-ripple.mjs +172 -0
  83. package/fesm2022/cute-widgets-base-core-ripple.mjs.map +1 -0
  84. package/fesm2022/cute-widgets-base-core-testing.mjs +210 -0
  85. package/fesm2022/cute-widgets-base-core-testing.mjs.map +1 -0
  86. package/fesm2022/cute-widgets-base-core-theming.mjs +314 -0
  87. package/fesm2022/cute-widgets-base-core-theming.mjs.map +1 -0
  88. package/fesm2022/cute-widgets-base-core-types.mjs +22 -0
  89. package/fesm2022/cute-widgets-base-core-types.mjs.map +1 -0
  90. package/fesm2022/cute-widgets-base-core-utils.mjs +257 -0
  91. package/fesm2022/cute-widgets-base-core-utils.mjs.map +1 -0
  92. package/fesm2022/cute-widgets-base-core.mjs +1600 -0
  93. package/fesm2022/cute-widgets-base-core.mjs.map +1 -0
  94. package/fesm2022/cute-widgets-base-datepicker.mjs +4827 -0
  95. package/fesm2022/cute-widgets-base-datepicker.mjs.map +1 -0
  96. package/fesm2022/cute-widgets-base-dialog.mjs +1046 -0
  97. package/fesm2022/cute-widgets-base-dialog.mjs.map +1 -0
  98. package/fesm2022/cute-widgets-base-divider.mjs +86 -0
  99. package/fesm2022/cute-widgets-base-divider.mjs.map +1 -0
  100. package/fesm2022/cute-widgets-base-expansion.mjs +623 -0
  101. package/fesm2022/cute-widgets-base-expansion.mjs.map +1 -0
  102. package/fesm2022/cute-widgets-base-form-field.mjs +969 -0
  103. package/fesm2022/cute-widgets-base-form-field.mjs.map +1 -0
  104. package/fesm2022/cute-widgets-base-grid-list.mjs +715 -0
  105. package/fesm2022/cute-widgets-base-grid-list.mjs.map +1 -0
  106. package/fesm2022/cute-widgets-base-icon.mjs +1105 -0
  107. package/fesm2022/cute-widgets-base-icon.mjs.map +1 -0
  108. package/fesm2022/cute-widgets-base-input.mjs +726 -0
  109. package/fesm2022/cute-widgets-base-input.mjs.map +1 -0
  110. package/fesm2022/cute-widgets-base-layout-container.mjs +95 -0
  111. package/fesm2022/cute-widgets-base-layout-container.mjs.map +1 -0
  112. package/fesm2022/cute-widgets-base-layout-stack.mjs +166 -0
  113. package/fesm2022/cute-widgets-base-layout-stack.mjs.map +1 -0
  114. package/fesm2022/cute-widgets-base-layout.mjs +250 -0
  115. package/fesm2022/cute-widgets-base-layout.mjs.map +1 -0
  116. package/fesm2022/cute-widgets-base-list.mjs +1557 -0
  117. package/fesm2022/cute-widgets-base-list.mjs.map +1 -0
  118. package/fesm2022/cute-widgets-base-menu.mjs +1283 -0
  119. package/fesm2022/cute-widgets-base-menu.mjs.map +1 -0
  120. package/fesm2022/cute-widgets-base-navbar.mjs +359 -0
  121. package/fesm2022/cute-widgets-base-navbar.mjs.map +1 -0
  122. package/fesm2022/cute-widgets-base-paginator.mjs +485 -0
  123. package/fesm2022/cute-widgets-base-paginator.mjs.map +1 -0
  124. package/fesm2022/cute-widgets-base-progress.mjs +321 -0
  125. package/fesm2022/cute-widgets-base-progress.mjs.map +1 -0
  126. package/fesm2022/cute-widgets-base-radio.mjs +637 -0
  127. package/fesm2022/cute-widgets-base-radio.mjs.map +1 -0
  128. package/fesm2022/cute-widgets-base-select.mjs +1208 -0
  129. package/fesm2022/cute-widgets-base-select.mjs.map +1 -0
  130. package/fesm2022/cute-widgets-base-sidenav.mjs +1095 -0
  131. package/fesm2022/cute-widgets-base-sidenav.mjs.map +1 -0
  132. package/fesm2022/cute-widgets-base-slider.mjs +99 -0
  133. package/fesm2022/cute-widgets-base-slider.mjs.map +1 -0
  134. package/fesm2022/cute-widgets-base-snack-bar.mjs +897 -0
  135. package/fesm2022/cute-widgets-base-snack-bar.mjs.map +1 -0
  136. package/fesm2022/cute-widgets-base-sort.mjs +639 -0
  137. package/fesm2022/cute-widgets-base-sort.mjs.map +1 -0
  138. package/fesm2022/cute-widgets-base-spinner.mjs +154 -0
  139. package/fesm2022/cute-widgets-base-spinner.mjs.map +1 -0
  140. package/fesm2022/cute-widgets-base-stepper.mjs +673 -0
  141. package/fesm2022/cute-widgets-base-stepper.mjs.map +1 -0
  142. package/fesm2022/cute-widgets-base-table.mjs +1023 -0
  143. package/fesm2022/cute-widgets-base-table.mjs.map +1 -0
  144. package/fesm2022/cute-widgets-base-tabs.mjs +729 -0
  145. package/fesm2022/cute-widgets-base-tabs.mjs.map +1 -0
  146. package/fesm2022/cute-widgets-base-timepicker.mjs +965 -0
  147. package/fesm2022/cute-widgets-base-timepicker.mjs.map +1 -0
  148. package/fesm2022/cute-widgets-base-toolbar.mjs +120 -0
  149. package/fesm2022/cute-widgets-base-toolbar.mjs.map +1 -0
  150. package/fesm2022/cute-widgets-base-tooltip.mjs +947 -0
  151. package/fesm2022/cute-widgets-base-tooltip.mjs.map +1 -0
  152. package/fesm2022/cute-widgets-base-tree.mjs +598 -0
  153. package/fesm2022/cute-widgets-base-tree.mjs.map +1 -0
  154. package/fesm2022/cute-widgets-base.mjs +68 -0
  155. package/fesm2022/cute-widgets-base.mjs.map +1 -0
  156. package/form-field/index.d.ts +401 -0
  157. package/grid-list/index.d.ts +361 -0
  158. package/icon/index.d.ts +477 -0
  159. package/index.d.ts +3 -0
  160. package/input/index.d.ts +256 -0
  161. package/layout/container/index.d.ts +31 -0
  162. package/layout/index.d.ts +78 -0
  163. package/layout/stack/index.d.ts +52 -0
  164. package/list/index.d.ts +659 -0
  165. package/menu/index.d.ts +497 -0
  166. package/navbar/index.d.ts +91 -0
  167. package/package.json +279 -0
  168. package/paginator/index.d.ts +216 -0
  169. package/progress/index.d.ts +130 -0
  170. package/radio/index.d.ts +259 -0
  171. package/select/index.d.ts +426 -0
  172. package/sidenav/index.d.ts +369 -0
  173. package/slider/index.d.ts +48 -0
  174. package/snack-bar/index.d.ts +374 -0
  175. package/sort/index.d.ts +334 -0
  176. package/spinner/index.d.ts +70 -0
  177. package/stepper/index.d.ts +295 -0
  178. package/table/index.d.ts +395 -0
  179. package/tabs/index.d.ts +307 -0
  180. package/timepicker/index.d.ts +350 -0
  181. package/toolbar/index.d.ts +36 -0
  182. package/tooltip/index.d.ts +299 -0
  183. package/tree/index.d.ts +314 -0
@@ -0,0 +1,659 @@
1
+ import { CuteFocusableControl } from '@cute-widgets/base/abstract';
2
+ import * as i0 from '@angular/core';
3
+ import { InjectionToken, ElementRef, NgZone, QueryList, EventEmitter, SimpleChanges } from '@angular/core';
4
+ import { LayoutBreakpoint, toThemeColor, RelativeSize } from '@cute-widgets/base/core';
5
+ import * as _cute_widgets_base_list from '@cute-widgets/base/list';
6
+ import { BooleanInput } from '@angular/cdk/coercion';
7
+ import { SelectionModel } from '@angular/cdk/collections';
8
+ import * as i1 from '@angular/cdk/listbox';
9
+ import { CdkOption, CdkListbox } from '@angular/cdk/listbox';
10
+ import { ListKeyManager } from '@angular/cdk/a11y';
11
+ import { ControlValueAccessor } from '@angular/forms';
12
+ import { Subject } from 'rxjs';
13
+ import * as i1$1 from '@angular/common';
14
+
15
+ /**
16
+ * @license Apache-2.0
17
+ *
18
+ * Copyright (c) 2025 CuteWidgets Team. All Rights Reserved.
19
+ *
20
+ * You may not use this file except in compliance with the License
21
+ * that can be found at http://www.apache.org/licenses/LICENSE-2.0
22
+ *
23
+ * This code is a modification of the `@angular/material` original
24
+ * code licensed under MIT-style License (https://angular.dev/license).
25
+ */
26
+
27
+ /** Object that can be used to configure the default options for the list module. */
28
+ interface CuteListConfig {
29
+ /** Whether icon indicators should be hidden for single-selection. */
30
+ hideSingleSelectionIndicator?: boolean;
31
+ }
32
+ /** Injection token that can be used to provide the default options the list module. */
33
+ declare const CUTE_LIST_CONFIG: InjectionToken<CuteListConfig>;
34
+ declare abstract class CuteListBase extends CuteFocusableControl {
35
+ protected _defaultOptions: CuteListConfig | null;
36
+ /** Whether the list and its items are not interactive. */
37
+ _isNonInteractive: boolean;
38
+ /** Remove some borders and rounded corners to render list group items edge-to-edge in a parent container (e.g., cards) */
39
+ flushBorders: "full" | "partial" | undefined;
40
+ /** Generate numbered list group items */
41
+ numbered: boolean;
42
+ /**
43
+ * Whether to apply the layout of list group items from vertical to horizontal across all breakpoints.
44
+ * Note that currently, horizontal list groups cannot be combined with `flush` list groups.
45
+ */
46
+ horizontal: boolean;
47
+ /** Makes a list group horizontal responsive starting at the `Breakpoint`s _min-width_. */
48
+ horizontalBreakpoint: LayoutBreakpoint | undefined;
49
+ /**
50
+ * Adds `.list-group-horizontal` to change the layout of list group items from vertical to horizontal across all breakpoints.
51
+ * Currently, **horizontal list groups cannot be combined with flush list groups.**
52
+ */
53
+ get getClassList(): string | undefined;
54
+ protected generateId(): string;
55
+ static ɵfac: i0.ɵɵFactoryDeclaration<CuteListBase, never>;
56
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CuteListBase, never, never, { "flushBorders": { "alias": "flushBorders"; "required": false; }; "numbered": { "alias": "numbered"; "required": false; }; "horizontal": { "alias": "horizontal"; "required": false; }; "horizontalBreakpoint": { "alias": "horizontalBreakpoint"; "required": false; }; }, {}, never, never, true, never>;
57
+ }
58
+
59
+ declare class CuteActionList extends CuteListBase {
60
+ _isNonInteractive: boolean;
61
+ static ɵfac: i0.ɵɵFactoryDeclaration<CuteActionList, never>;
62
+ static ɵcmp: i0.ɵɵComponentDeclaration<CuteActionList, "cute-action-list", ["cuteActionList"], {}, {}, never, ["*"], true, never>;
63
+ }
64
+
65
+ /**
66
+ * @license Apache-2.0
67
+ *
68
+ * Copyright (c) 2025 CuteWidgets Team. All Rights Reserved.
69
+ *
70
+ * You may not use this file except in compliance with the License
71
+ * that can be found at http://www.apache.org/licenses/LICENSE-2.0
72
+ *
73
+ * This code is a modification of the `@angular/material` original
74
+ * code licensed under MIT-style License (https://angular.dev/license).
75
+ */
76
+
77
+ /**
78
+ * Injection token that can be used to inject instances of `CuteList`. It serves as
79
+ * an alternative token to the actual `CuteList` class which could cause unnecessary
80
+ * retention of the class and its component metadata.
81
+ */
82
+ declare const CUTE_LIST: InjectionToken<CuteList>;
83
+ /**
84
+ * Flexible and powerful component for displaying a series of content.
85
+ */
86
+ declare class CuteList extends CuteListBase {
87
+ constructor();
88
+ static ɵfac: i0.ɵɵFactoryDeclaration<CuteList, never>;
89
+ static ɵcmp: i0.ɵɵComponentDeclaration<CuteList, "cute-list", ["cuteList"], {}, {}, never, ["*"], true, never>;
90
+ }
91
+
92
+ /**
93
+ * @license Apache-2.0
94
+ *
95
+ * Copyright (c) 2025 CuteWidgets Team. All Rights Reserved.
96
+ *
97
+ * You may not use this file except in compliance with the License
98
+ * that can be found at http://www.apache.org/licenses/LICENSE-2.0
99
+ *
100
+ * This code is a modification of the `@angular/material` original
101
+ * code licensed under MIT-style License (https://angular.dev/license).
102
+ */
103
+
104
+ /**
105
+ * Type describing possible positions of a checkbox or radio in a list option
106
+ * with respect to the list item's text.
107
+ */
108
+ type CuteListOptionTogglePosition = 'before' | 'after';
109
+ /**
110
+ * Interface describing a list option. This is used to avoid circular
111
+ * dependencies between the list-option and the styler directives.
112
+ * @docs-private
113
+ */
114
+ interface ListOption {
115
+ _getTogglePosition(): CuteListOptionTogglePosition;
116
+ }
117
+
118
+ /**
119
+ * @license Apache-2.0
120
+ *
121
+ * Copyright (c) 2025 CuteWidgets Team. All Rights Reserved.
122
+ *
123
+ * You may not use this file except in compliance with the License
124
+ * that can be found at http://www.apache.org/licenses/LICENSE-2.0
125
+ *
126
+ * This code is a modification of the `@angular/material` original
127
+ * code licensed under MIT-style License (https://angular.dev/license).
128
+ */
129
+
130
+ /**
131
+ * Directive capturing the title of a list item. A list item usually consists of a
132
+ * title and optional secondary or tertiary lines.
133
+ *
134
+ * Text content for the title never wraps. There can only be a single title per-list item.
135
+ */
136
+ declare class CuteListItemTitle {
137
+ _elementRef: ElementRef<HTMLElement>;
138
+ constructor(_elementRef: ElementRef<HTMLElement>);
139
+ static ɵfac: i0.ɵɵFactoryDeclaration<CuteListItemTitle, never>;
140
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CuteListItemTitle, "[cuteListItemTitle]", never, {}, {}, never, never, true, never>;
141
+ }
142
+ /**
143
+ * Directive capturing a line in a list item. A list item usually consists of a
144
+ * title and optional secondary or tertiary lines.
145
+ *
146
+ * Text content inside a line never wraps. There can be at maximum two lines per list item.
147
+ */
148
+ declare class CuteListItemLine {
149
+ _elementRef: ElementRef<HTMLElement>;
150
+ constructor(_elementRef: ElementRef<HTMLElement>);
151
+ static ɵfac: i0.ɵɵFactoryDeclaration<CuteListItemLine, never>;
152
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CuteListItemLine, "[cuteListItemLine]", never, {}, {}, never, never, true, never>;
153
+ }
154
+ /**
155
+ * Directive matching an optional meta-section for list items.
156
+ *
157
+ * List items can reserve space at the end of an item to display a control,
158
+ * button or additional text content.
159
+ */
160
+ declare class CuteListItemMeta {
161
+ static ɵfac: i0.ɵɵFactoryDeclaration<CuteListItemMeta, never>;
162
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CuteListItemMeta, "[cuteListItemMeta]", never, {}, {}, never, never, true, never>;
163
+ }
164
+ /**
165
+ * CuteWidgets uses the very intuitively named classes `.cute-list-item__start` and `.cute-list-item__end` to
166
+ * position content such as icons or checkboxes/radios that comes either before or after the text
167
+ * content respectively. This directive detects the placement of the checkbox/radio and applies the
168
+ * correct CuteWidgets class to position the icon/avatar on the opposite side.
169
+ */
170
+ declare abstract class _CuteListItemGraphicBase {
171
+ _listOption: ListOption | null;
172
+ _isAlignedAtStart(): boolean;
173
+ static ɵfac: i0.ɵɵFactoryDeclaration<_CuteListItemGraphicBase, never>;
174
+ static ɵdir: i0.ɵɵDirectiveDeclaration<_CuteListItemGraphicBase, never, never, {}, {}, never, never, true, never>;
175
+ }
176
+ /**
177
+ * Directive matching an optional avatar within a list item.
178
+ *
179
+ * List items can reserve space at the beginning of an item to display an avatar.
180
+ */
181
+ declare class CuteListItemAvatar extends _CuteListItemGraphicBase {
182
+ static ɵfac: i0.ɵɵFactoryDeclaration<CuteListItemAvatar, never>;
183
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CuteListItemAvatar, "[cuteListItemAvatar]", never, {}, {}, never, never, true, never>;
184
+ }
185
+ /**
186
+ * Directive matching an optional icon within a list item.
187
+ *
188
+ * List items can reserve space at the beginning of an item to display an icon.
189
+ */
190
+ declare class CuteListItemIcon extends _CuteListItemGraphicBase {
191
+ static ɵfac: i0.ɵɵFactoryDeclaration<CuteListItemIcon, never>;
192
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CuteListItemIcon, "[cuteListItemIcon]", never, {}, {}, never, never, true, never>;
193
+ }
194
+
195
+ declare abstract class CuteListItemBase extends CuteFocusableControl {
196
+ private _document;
197
+ private _listBase;
198
+ protected _ngZone: NgZone;
199
+ protected _navList: _cute_widgets_base_list.CuteNavList | null;
200
+ protected _isInteractiveItem: boolean;
201
+ protected toThemeColor: typeof toThemeColor;
202
+ /** Query list matching list-item line elements. */
203
+ abstract _lines: QueryList<CuteListItemLine> | undefined;
204
+ /** Query list matching list-item title elements. */
205
+ abstract _titles: QueryList<CuteListItemTitle> | undefined;
206
+ /**
207
+ * Element reference to the unscoped content in a list item.
208
+ *
209
+ * Unscoped content is user-projected text content in a list item that is
210
+ * not part of an explicit line or title.
211
+ */
212
+ abstract _unscopedContent: ElementRef<HTMLSpanElement> | undefined;
213
+ /** Host element for the list item. */
214
+ protected _hostElement: HTMLElement;
215
+ /** indicate whether the host element is a button or not */
216
+ protected _isButtonElement: boolean;
217
+ /** Whether animations are disabled. */
218
+ protected _noopAnimations: boolean;
219
+ /** Whether the list item has unscoped text content. */
220
+ _hasUnscopedTextContent: boolean;
221
+ private _subscriptions;
222
+ _avatars: QueryList<never> | undefined;
223
+ _icons: QueryList<never> | undefined;
224
+ /**
225
+ * The number of lines this list item should reserve space for. If not specified,
226
+ * lines are inferred based on the projected content.
227
+ *
228
+ * Explicitly specifying the number of lines is useful if you want to acquire additional
229
+ * space and enable the wrapping of text. The unscoped text content of a list item will
230
+ * always be able to take up the remaining space of the item, unless it represents the title.
231
+ *
232
+ * A maximum of three lines is supported as per the Material Design specification.
233
+ */
234
+ set lines(lines: number | string | null);
235
+ _explicitLines: number | null;
236
+ protected constructor(...args: unknown[]);
237
+ private _initInteractiveListItem;
238
+ /**
239
+ * Subscribes to changes in the projected title and lines.
240
+ * Triggers item lines update whenever a change occurs.
241
+ */
242
+ private _monitorProjectedLinesAndTitle;
243
+ /**
244
+ * Updates the lines of the list item. Based on the projected user content and optional
245
+ * explicit lines setting, the visual appearance of the list item is determined.
246
+ *
247
+ * This method should be invoked whenever the projected user content changes, or
248
+ * when the explicit lines have been updated.
249
+ *
250
+ * @param recheckUnscopedContent Whether the projected unscoped content should be re-checked.
251
+ * The unscoped content is not re-checked for every update as it is a rather expensive check
252
+ * for content that is expected to not change very often.
253
+ */
254
+ _updateItemLines(recheckUnscopedContent: boolean): void;
255
+ /**
256
+ * Infers the number of lines based on the projected user content. This is useful
257
+ * if no explicit number of lines has been specified on the list item.
258
+ *
259
+ * The number of lines is inferred based on whether there is a title, the number of
260
+ * additional lines (secondary/tertiary). An additional line is acquired if there is
261
+ * unscoped text content.
262
+ */
263
+ private _inferLinesFromContent;
264
+ /** Checks whether the list item has unscoped text content. */
265
+ private _checkDomForUnscopedTextContent;
266
+ /** Whether the list item has icons or avatars. */
267
+ _hasIconOrAvatar(): boolean;
268
+ protected generateId(): string;
269
+ /**
270
+ * "Use `a`s or `button`s to create actionable list group items..." (`Bootstrap` docs)
271
+ * @returns Whether the list item is actionable
272
+ */
273
+ protected isActionItem(): boolean;
274
+ protected onClick(event: MouseEvent): void;
275
+ ngAfterViewInit(): void;
276
+ ngOnDestroy(): void;
277
+ static ɵfac: i0.ɵɵFactoryDeclaration<CuteListItemBase, never>;
278
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CuteListItemBase, never, never, { "lines": { "alias": "lines"; "required": false; }; }, {}, ["_avatars", "_icons"], never, true, never>;
279
+ }
280
+
281
+ /**
282
+ * @license Apache-2.0
283
+ *
284
+ * Copyright (c) 2025 CuteWidgets Team. All Rights Reserved.
285
+ *
286
+ * You may not use this file except in compliance with the License
287
+ * that can be found at http://www.apache.org/licenses/LICENSE-2.0
288
+ *
289
+ * This code is a modification of the `@angular/material` original
290
+ * code licensed under MIT-style License (https://angular.dev/license).
291
+ */
292
+
293
+ declare class CuteListItem extends CuteListItemBase {
294
+ _lines: QueryList<CuteListItemLine> | undefined;
295
+ _titles: QueryList<CuteListItemTitle> | undefined;
296
+ _meta: QueryList<CuteListItemMeta> | undefined;
297
+ _unscopedContent: ElementRef<HTMLSpanElement> | undefined;
298
+ _itemText: ElementRef<HTMLElement> | undefined;
299
+ /** Indicates whether an item in a `<cute-nav-list>` is the currently active page. */
300
+ get activated(): boolean;
301
+ set activated(activated: any);
302
+ private _activated;
303
+ /**
304
+ * Determine the value of `aria-current`. Return 'page' if this item is an activated anchor tag.
305
+ * Otherwise, return `null`. This method is safe to use with server-side rendering.
306
+ */
307
+ protected _getAriaCurrent(): string | null;
308
+ static ɵfac: i0.ɵɵFactoryDeclaration<CuteListItem, never>;
309
+ static ɵcmp: i0.ɵɵComponentDeclaration<CuteListItem, "cute-list-item, a[cute-list-item], button[cute-list-item]", ["cuteListItem"], { "activated": { "alias": "activated"; "required": false; }; }, {}, ["_lines", "_titles", "_meta"], ["[cuteListItemAvatar],[cuteListItemIcon]", "[cuteListItemTitle]", "[cuteListItemLine]", "*", "[cuteListItemMeta]", "cute-divider"], true, never>;
310
+ }
311
+
312
+ /**
313
+ * @license Apache-2.0
314
+ *
315
+ * Copyright (c) 2025 CuteWidgets Team. All Rights Reserved.
316
+ *
317
+ * You may not use this file except in compliance with the License
318
+ * that can be found at http://www.apache.org/licenses/LICENSE-2.0
319
+ *
320
+ * This code is a modification of the `@angular/material` original
321
+ * code licensed under MIT-style License (https://angular.dev/license).
322
+ */
323
+
324
+ /**
325
+ * Injection token that can be used to reference instances of an `SelectionList`. It serves
326
+ * as an alternative token to an actual implementation which would result in circular references.
327
+ */
328
+ declare const SELECTION_LIST: InjectionToken<SelectionList>;
329
+ /**
330
+ * Interface describing the containing list of a list option. This is used to avoid
331
+ * circular dependencies between the list-option and the selection list.
332
+ */
333
+ interface SelectionList extends CuteListBase {
334
+ multiple: boolean;
335
+ selectedOptions: SelectionModel<CuteListOption>;
336
+ hideSingleSelectionIndicator: boolean;
337
+ compareWith: (o1: any, o2: any) => boolean;
338
+ _value: string[] | null;
339
+ _reportValueChange(): void;
340
+ _emitChangeEvent(options: CuteListOption[]): void;
341
+ _onTouched(): void;
342
+ }
343
+ declare class CuteListOption extends CuteListItemBase implements ListOption {
344
+ protected _selectionList: SelectionList;
345
+ _lines: QueryList<CuteListItemLine> | undefined;
346
+ _titles: QueryList<CuteListItemTitle> | undefined;
347
+ _unscopedContent: ElementRef<HTMLSpanElement> | undefined;
348
+ /**
349
+ * Emits when the selected state of the option has changed.
350
+ * Use to facilitate two-data binding to the `selected` property.
351
+ */
352
+ readonly selectedChange: EventEmitter<boolean>;
353
+ /** Whether the label should appear before or after the checkbox/radio. Defaults to 'after' */
354
+ togglePosition: CuteListOptionTogglePosition;
355
+ /** Value of the option */
356
+ get value(): any;
357
+ set value(newValue: any);
358
+ private _value;
359
+ /** Whether the option is selected. */
360
+ get selected(): boolean;
361
+ set selected(value: BooleanInput);
362
+ private _selected;
363
+ /** Relative size of the internal input element. */
364
+ iconSize: RelativeSize;
365
+ protected get hideIndicator(): boolean;
366
+ protected get hiddenIndicatorSelected(): boolean;
367
+ /**
368
+ * This is set to true after the first OnChanges cycle, so we don't
369
+ * clear the value of `selected` in the first cycle.
370
+ */
371
+ private _inputsInitialized;
372
+ ngOnInit(): void;
373
+ ngOnDestroy(): void;
374
+ /** Toggles the selection state of the option. */
375
+ toggle(): void;
376
+ /** Gets the text label of the list option. Used for the typeahead functionality in the list. */
377
+ getLabel(): string;
378
+ /** Whether a checkbox is shown at the given position. */
379
+ _hasCheckboxAt(position: CuteListOptionTogglePosition): boolean;
380
+ /** Where a radio indicator is shown at the given position. */
381
+ _hasRadioAt(position: CuteListOptionTogglePosition): boolean;
382
+ /** Whether icons or avatars are shown at the given position. */
383
+ _hasIconsOrAvatarsAt(position: 'before' | 'after'): boolean;
384
+ /** Gets whether the given type of element is projected at the specified position. */
385
+ _hasProjected(type: 'icons' | 'avatars', position: 'before' | 'after'): boolean;
386
+ _handleBlur(): void;
387
+ /** Gets the current position of the checkbox/radio. */
388
+ _getTogglePosition(): CuteListOptionTogglePosition;
389
+ /**
390
+ * Sets the selected state of the option.
391
+ * @returns Whether the value has changed.
392
+ * @internal
393
+ */
394
+ _setSelected(selected: boolean): boolean;
395
+ /**
396
+ * Toggles the option's value based on a user interaction.
397
+ * @internal
398
+ */
399
+ _toggleOnInteraction(): void;
400
+ /** Sets the tabindex of the list option. */
401
+ _setTabindex(value: number): void;
402
+ static ɵfac: i0.ɵɵFactoryDeclaration<CuteListOption, never>;
403
+ static ɵcmp: i0.ɵɵComponentDeclaration<CuteListOption, "cute-list-option", ["cuteListOption"], { "togglePosition": { "alias": "togglePosition"; "required": false; }; "value": { "alias": "value"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "iconSize": { "alias": "iconSize"; "required": false; }; }, { "selectedChange": "selectedChange"; }, ["_lines", "_titles"], ["[cuteListItemAvatar],[cuteListItemIcon]", "[cuteListItemTitle]", "[cuteListItemLine]", "*", "cute-divider"], true, never>;
404
+ }
405
+
406
+ /**
407
+ * An item within a listbox.
408
+ *
409
+ * @experimental
410
+ */
411
+ declare class CuteListBoxOption extends CuteListItem {
412
+ protected listBox: CuteListBox;
413
+ protected cdkOption: CdkOption<any>;
414
+ /** The value of this option */
415
+ get value(): any;
416
+ set value(v: any);
417
+ /** Whether the option is selected or not. */
418
+ get selected(): boolean;
419
+ constructor(listBox: CuteListBox);
420
+ /** Sets focus to this option */
421
+ focus(): void;
422
+ /** Gets the option's label that is part of the `FocusableOption` interface */
423
+ getLabel(): string;
424
+ /** Whether this option is active */
425
+ isActive(): boolean;
426
+ /** Select this option if it is not selected */
427
+ select(): void;
428
+ /** Deselect this option if it is selected */
429
+ deselect(): void;
430
+ /** Toggle the selected state of this option */
431
+ toggle(): void;
432
+ static ɵfac: i0.ɵɵFactoryDeclaration<CuteListBoxOption, never>;
433
+ static ɵcmp: i0.ɵɵComponentDeclaration<CuteListBoxOption, "cute-listbox-option, a[cute-listbox-option], button[cute-listbox-option]", ["cuteListboxOption"], { "value": { "alias": "value"; "required": false; }; }, {}, never, ["[cuteListItemAvatar],[cuteListItemIcon]", "[cuteListItemTitle]", "[cuteListItemLine]", "*", "[cuteListItemMeta]", "cute-divider"], true, [{ directive: typeof i1.CdkOption; inputs: { "cdkOption": "value"; "cdkOptionTypeaheadLabel": "typeaheadLabel"; "cdkOptionDisabled": "disabled"; "tabindex": "tabindex"; "id": "id"; }; outputs: {}; }]>;
434
+ }
435
+
436
+ /**
437
+ * @license Apache-2.0
438
+ *
439
+ * Copyright (c) 2025 CuteWidgets Team. All Rights Reserved.
440
+ *
441
+ * You may not use this file except in compliance with the License
442
+ * that can be found at http://www.apache.org/licenses/LICENSE-2.0
443
+ */
444
+
445
+ /**
446
+ * Injection token that can be used to inject instances of `CuteListBox`. It serves as
447
+ * an alternative token to the actual `CuteListBox` class which could cause unnecessary
448
+ * retention of the class and its component metadata.
449
+ */
450
+ declare const CUTE_LISTBOX: InjectionToken<CuteListBox>;
451
+ /**
452
+ * A component that displays a list of options for users to select from, supporting keyboard navigation,
453
+ * single or multiple selection, and screen reader support.
454
+ *
455
+ * @experimental
456
+ */
457
+ declare class CuteListBox extends CuteListBase implements ControlValueAccessor {
458
+ protected readonly cdkListbox: CdkListbox<any>;
459
+ protected _keyManager: ListKeyManager<CuteListBoxOption> | undefined;
460
+ protected _options: QueryList<CuteListBoxOption> | undefined;
461
+ constructor();
462
+ /** Deselect the given option */
463
+ deselect(option: CdkOption): void;
464
+ /** Deselect the given value */
465
+ deselectValue(value: any): void;
466
+ /** Focus the list-box's host element */
467
+ focus(): void;
468
+ /** Get whether the given option is active. */
469
+ isActive(option: CdkOption): boolean;
470
+ /** Get whether the given option is selected. */
471
+ isSelected(option: CdkOption): boolean;
472
+ /** Get whether the given value is selected. */
473
+ isValueSelected(value: any): boolean;
474
+ /** Select the given option. */
475
+ select(option: CdkOption): void;
476
+ /** Select the given value. */
477
+ selectValue(value: any): void;
478
+ /** Set the selected state of all options. */
479
+ setAllSelected(isSelected: boolean): void;
480
+ /** Toggle the selected state of the given option. */
481
+ toggle(option: CdkOption): void;
482
+ /** Toggle the selected state of the given value. */
483
+ toggleValue(value: any): void;
484
+ registerOnChange(fn: any): void;
485
+ registerOnTouched(fn: any): void;
486
+ writeValue(obj: any): void;
487
+ setDisabledState(newState: boolean): boolean;
488
+ protected _handleKeydown(event: KeyboardEvent): void;
489
+ ngAfterContentInit(): void;
490
+ ngOnDestroy(): void;
491
+ static ɵfac: i0.ɵɵFactoryDeclaration<CuteListBox, never>;
492
+ static ɵcmp: i0.ɵɵComponentDeclaration<CuteListBox, "cute-listbox", ["cuteListBox"], {}, {}, ["_options"], ["*"], true, [{ directive: typeof i1.CdkListbox; inputs: { "id": "id"; "tabindex": "tabindex"; "cdkListboxMultiple": "multiple"; "cdkListboxValue": "value"; "cdkListboxDisabled": "disabled"; "cdkListboxUseActiveDescendant": "useActiveDescendant"; "cdkListboxOrientation": "orientation"; "cdkListboxNavigationWrapDisabled": "navigationWrapDisabled"; "cdkListboxCompareWith": "compareWith"; "cdkListboxNavigatesDisabledOptions": "navigatesDisabledOptions"; }; outputs: { "cdkListboxValueChange": "valueChange"; }; }]>;
493
+ }
494
+
495
+ /**
496
+ * @license Apache-2.0
497
+ *
498
+ * Copyright (c) 2025 CuteWidgets Team. All Rights Reserved.
499
+ *
500
+ * You may not use this file except in compliance with the License
501
+ * that can be found at http://www.apache.org/licenses/LICENSE-2.0
502
+ *
503
+ * This code is a modification of the `@angular/material` original
504
+ * code licensed under MIT-style License (https://angular.dev/license).
505
+ */
506
+
507
+ /**
508
+ * Injection token that can be used to inject instances of `CuteNavList`. It serves as
509
+ * an alternative token to the actual `CuteNavList` class which could cause unnecessary
510
+ * retention of the class and its component metadata.
511
+ */
512
+ declare const CUTE_NAV_LIST: InjectionToken<CuteNavList>;
513
+ declare class CuteNavList extends CuteListBase {
514
+ _isNonInteractive: boolean;
515
+ static ɵfac: i0.ɵɵFactoryDeclaration<CuteNavList, never>;
516
+ static ɵcmp: i0.ɵɵComponentDeclaration<CuteNavList, "cute-nav-list", ["cuteNavList"], {}, {}, never, ["*"], true, never>;
517
+ }
518
+
519
+ declare const CUTE_SELECTION_LIST_VALUE_ACCESSOR: any;
520
+ /** Change event that is being fired whenever the selected state of an option changes. */
521
+ declare class CuteSelectionListChange {
522
+ /** Reference to the selection list that emitted the event. */
523
+ source: CuteSelectionList;
524
+ /** Reference to the options that have been changed. */
525
+ options: CuteListOption[];
526
+ constructor(
527
+ /** Reference to the selection list that emitted the event. */
528
+ source: CuteSelectionList,
529
+ /** Reference to the options that have been changed. */
530
+ options: CuteListOption[]);
531
+ }
532
+ declare class CuteSelectionList extends CuteListBase implements SelectionList, ControlValueAccessor {
533
+ _element: ElementRef<HTMLElement>;
534
+ private _ngZone;
535
+ private _initialized;
536
+ private _keyManager;
537
+ private _listenerCleanups;
538
+ /** Subject that emits when the component has been destroyed. */
539
+ protected readonly _destroyed: Subject<void>;
540
+ /** Whether the list has been destroyed. */
541
+ private _isDestroyed;
542
+ /** View to model callback that should be called whenever the selected options change. */
543
+ private _onChange;
544
+ _items: QueryList<CuteListOption> | undefined;
545
+ /** Emits a change event whenever the selected state of an option changes. */
546
+ readonly selectionChange: EventEmitter<CuteSelectionListChange>;
547
+ /**
548
+ * Function used for comparing an option against the selected value when determining which
549
+ * options should appear as selected. The first argument is the value of an options. The second
550
+ * one is a value from the selected value. A boolean must be returned.
551
+ */
552
+ compareWith: (o1: any, o2: any) => boolean;
553
+ /** Whether selection is limited to one or multiple items (default multiple). */
554
+ get multiple(): boolean;
555
+ set multiple(value: BooleanInput);
556
+ private _multiple;
557
+ /** Whether radio indicator for all list items is hidden. */
558
+ get hideSingleSelectionIndicator(): boolean;
559
+ set hideSingleSelectionIndicator(value: BooleanInput);
560
+ private _hideSingleSelectionIndicator;
561
+ /** The currently selected options. */
562
+ selectedOptions: SelectionModel<CuteListOption>;
563
+ /** Keeps track of the currently selected value. */
564
+ _value: string[] | null;
565
+ /** View to model callback that should be called if the list or its options lost focus. */
566
+ _onTouched: () => void;
567
+ constructor(...args: unknown[]);
568
+ ngAfterViewInit(): void;
569
+ ngOnChanges(changes: SimpleChanges): void;
570
+ ngOnDestroy(): void;
571
+ /** Selects all the options. Returns the options that changed as a result. */
572
+ selectAll(): CuteListOption[];
573
+ /** Deselects all the options. Returns the options that changed as a result. */
574
+ deselectAll(): CuteListOption[];
575
+ /** Reports a value change to the ControlValueAccessor */
576
+ _reportValueChange(): void;
577
+ /** Emits a change event if the selected state of an option changed. */
578
+ _emitChangeEvent(options: CuteListOption[]): void;
579
+ /** Implemented as part of ControlValueAccessor. */
580
+ writeValue(values: string[]): void;
581
+ /**
582
+ * Whether the *entire* selection list is disabled. When true, each list item is also disabled,
583
+ * and each list item is removed from the tab order (has tabindex="-1").
584
+ */
585
+ getDisabledState(): boolean;
586
+ /** Implemented as a part of ControlValueAccessor. */
587
+ setDisabledState(value: boolean | BooleanInput): boolean;
588
+ private _selectionListDisabled;
589
+ /** Implemented as part of ControlValueAccessor. */
590
+ registerOnChange(fn: (value: any) => void): void;
591
+ /** Implemented as part of ControlValueAccessor. */
592
+ registerOnTouched(fn: () => void): void;
593
+ /** Watches for changes in the selected state of the options and updates the list accordingly. */
594
+ private _watchForSelectionChange;
595
+ /** Sets the selected options based on the specified values. */
596
+ private _setOptionsFromValues;
597
+ /** Returns the values of the selected options. */
598
+ private _getSelectedOptionValues;
599
+ /** Marks all the options to be checked in the next change detection run. */
600
+ private _markOptionsForCheck;
601
+ /**
602
+ * Sets the selected state on all the options
603
+ * and emits an event if anything changed.
604
+ */
605
+ private _setAllOptionsSelected;
606
+ /** The option components contained within this selection-list. */
607
+ get options(): QueryList<CuteListOption> | undefined;
608
+ /** Handles keydown events within the list. */
609
+ protected _handleKeydown(event: KeyboardEvent): void;
610
+ /** Handles focusout events within the list. */
611
+ private _handleFocusout;
612
+ /** Handles focusin events within the list. */
613
+ private _handleFocusin;
614
+ /**
615
+ * Sets up the logic for maintaining the roving tabindex.
616
+ *
617
+ * `skipPredicate` determines if key manager should avoid putting a given list item in the tab
618
+ * index. Allow disabled list items to receive focus to align with WAI ARIA recommendation.
619
+ * Normally WAI ARIA's instructions are to exclude disabled items from the tab order, but it
620
+ * makes a few exceptions for compound widgets.
621
+ *
622
+ * From [Developing a Keyboard Interface](
623
+ * https://www.w3.org/WAI/ARIA/apg/practices/keyboard-interface/):
624
+ * "For the following composite widget elements, keep them focusable when disabled: Options in a
625
+ * Listbox..."
626
+ */
627
+ private _setupRovingTabindex;
628
+ /**
629
+ * Sets an option as active.
630
+ * @param index Index of the active option. If set to -1, no option will be active.
631
+ */
632
+ private _setActiveOption;
633
+ /**
634
+ * Resets the active option. When the list is disabled, remove all options from to the tab order.
635
+ * Otherwise, focus on the first selected option.
636
+ */
637
+ private _resetActiveOption;
638
+ /** Returns whether the focus is currently within the list. */
639
+ private _containsFocus;
640
+ static ɵfac: i0.ɵɵFactoryDeclaration<CuteSelectionList, never>;
641
+ static ɵcmp: i0.ɵɵComponentDeclaration<CuteSelectionList, "cute-selection-list", ["cuteSelectionList"], { "compareWith": { "alias": "compareWith"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "hideSingleSelectionIndicator": { "alias": "hideSingleSelectionIndicator"; "required": false; }; }, { "selectionChange": "selectionChange"; }, ["_items"], ["*"], true, never>;
642
+ }
643
+
644
+ /**
645
+ * Directive whose purpose is to add the `cute-` CSS styling to this selector.
646
+ */
647
+ declare class CuteListSubheaderCssStyler {
648
+ static ɵfac: i0.ɵɵFactoryDeclaration<CuteListSubheaderCssStyler, never>;
649
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CuteListSubheaderCssStyler, "[cute-subheader], [cuteSubheader]", never, {}, {}, never, never, true, never>;
650
+ }
651
+
652
+ declare class CuteListModule {
653
+ static ɵfac: i0.ɵɵFactoryDeclaration<CuteListModule, never>;
654
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CuteListModule, never, [typeof i1$1.CommonModule, typeof CuteActionList, typeof CuteList, typeof CuteListItem, typeof CuteListItemLine, typeof CuteListItemTitle, typeof CuteListItemMeta, typeof CuteListItemAvatar, typeof CuteListItemIcon, typeof CuteListOption, typeof CuteListSubheaderCssStyler, typeof CuteListBox, typeof CuteListBoxOption, typeof CuteNavList, typeof CuteSelectionList], [typeof CuteActionList, typeof CuteList, typeof CuteListItem, typeof CuteListItemLine, typeof CuteListItemTitle, typeof CuteListItemMeta, typeof CuteListItemAvatar, typeof CuteListItemIcon, typeof CuteListOption, typeof CuteListSubheaderCssStyler, typeof CuteListBox, typeof CuteListBoxOption, typeof CuteNavList, typeof CuteSelectionList]>;
655
+ static ɵinj: i0.ɵɵInjectorDeclaration<CuteListModule>;
656
+ }
657
+
658
+ export { CUTE_LIST, CUTE_LISTBOX, CUTE_LIST_CONFIG, CUTE_NAV_LIST, CUTE_SELECTION_LIST_VALUE_ACCESSOR, CuteActionList, CuteList, CuteListBase, CuteListBox, CuteListBoxOption, CuteListItem, CuteListItemAvatar, CuteListItemIcon, CuteListItemLine, CuteListItemMeta, CuteListItemTitle, CuteListModule, CuteListOption, CuteListSubheaderCssStyler, CuteNavList, CuteSelectionList, CuteSelectionListChange, SELECTION_LIST, _CuteListItemGraphicBase };
659
+ export type { CuteListConfig, SelectionList };