@koobiq/components 20.0.0 → 20.2.0

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 (231) hide show
  1. package/accordion/_accordion-theme.scss +1 -1
  2. package/accordion/accordion-tokens.scss +1 -0
  3. package/accordion/{accordion-trigger.component.scss → accordion-trigger.scss} +4 -18
  4. package/accordion/{accordion.component.scss → accordion.scss} +12 -5
  5. package/accordion/index.d.ts +215 -119
  6. package/actions-panel/index.d.ts +1 -0
  7. package/alert/_alert-theme.scss +14 -4
  8. package/alert/alert-tokens.scss +4 -4
  9. package/alert/alert.component.scss +24 -13
  10. package/alert/index.d.ts +63 -29
  11. package/app-switcher/app-switcher-dropdown-app.scss +2 -0
  12. package/autocomplete/autocomplete.scss +2 -1
  13. package/autocomplete/index.d.ts +35 -29
  14. package/badge/index.d.ts +2 -3
  15. package/breadcrumbs/breadcrumbs.scss +4 -0
  16. package/breadcrumbs/index.d.ts +2 -1
  17. package/button/button-group.scss +42 -2
  18. package/button-toggle/button-toggle.scss +23 -0
  19. package/button-toggle/index.d.ts +3 -1
  20. package/checkbox/checkbox.scss +5 -4
  21. package/clamped-text/index.d.ts +4 -2
  22. package/core/index.d.ts +515 -21
  23. package/core/styles/_core.scss +2 -0
  24. package/core/styles/common/_animation.scss +35 -24
  25. package/core/styles/common/_connected-overlay.scss +36 -0
  26. package/core/styles/common/_select.scss +7 -2
  27. package/core/styles/theming/_components-theming.scss +1 -1
  28. package/core/styles/theming/_scrollbar-theme.scss +4 -0
  29. package/datepicker/_datepicker-theme.scss +1 -1
  30. package/datepicker/datepicker-toggle.scss +3 -3
  31. package/dl/index.d.ts +1 -0
  32. package/dropdown/dropdown-item.scss +16 -0
  33. package/dropdown/dropdown-tokens.scss +2 -1
  34. package/dropdown/dropdown.scss +11 -2
  35. package/dropdown/index.d.ts +73 -6
  36. package/fesm2022/koobiq-components-accordion.mjs +406 -303
  37. package/fesm2022/koobiq-components-accordion.mjs.map +1 -1
  38. package/fesm2022/koobiq-components-actions-panel.mjs +15 -6
  39. package/fesm2022/koobiq-components-actions-panel.mjs.map +1 -1
  40. package/fesm2022/koobiq-components-alert.mjs +88 -48
  41. package/fesm2022/koobiq-components-alert.mjs.map +1 -1
  42. package/fesm2022/koobiq-components-app-switcher.mjs +7 -7
  43. package/fesm2022/koobiq-components-app-switcher.mjs.map +1 -1
  44. package/fesm2022/koobiq-components-autocomplete.mjs +37 -23
  45. package/fesm2022/koobiq-components-autocomplete.mjs.map +1 -1
  46. package/fesm2022/koobiq-components-badge.mjs +5 -4
  47. package/fesm2022/koobiq-components-badge.mjs.map +1 -1
  48. package/fesm2022/koobiq-components-breadcrumbs.mjs +6 -4
  49. package/fesm2022/koobiq-components-breadcrumbs.mjs.map +1 -1
  50. package/fesm2022/koobiq-components-button-toggle.mjs +9 -6
  51. package/fesm2022/koobiq-components-button-toggle.mjs.map +1 -1
  52. package/fesm2022/koobiq-components-button.mjs +4 -4
  53. package/fesm2022/koobiq-components-button.mjs.map +1 -1
  54. package/fesm2022/koobiq-components-checkbox.mjs +2 -2
  55. package/fesm2022/koobiq-components-checkbox.mjs.map +1 -1
  56. package/fesm2022/koobiq-components-clamped-text.mjs +9 -0
  57. package/fesm2022/koobiq-components-clamped-text.mjs.map +1 -1
  58. package/fesm2022/koobiq-components-code-block.mjs +5 -1
  59. package/fesm2022/koobiq-components-code-block.mjs.map +1 -1
  60. package/fesm2022/koobiq-components-core.mjs +544 -113
  61. package/fesm2022/koobiq-components-core.mjs.map +1 -1
  62. package/fesm2022/koobiq-components-datepicker.mjs +13 -10
  63. package/fesm2022/koobiq-components-datepicker.mjs.map +1 -1
  64. package/fesm2022/koobiq-components-dl.mjs +3 -2
  65. package/fesm2022/koobiq-components-dl.mjs.map +1 -1
  66. package/fesm2022/koobiq-components-dropdown.mjs +105 -31
  67. package/fesm2022/koobiq-components-dropdown.mjs.map +1 -1
  68. package/fesm2022/koobiq-components-file-upload.mjs +33 -22
  69. package/fesm2022/koobiq-components-file-upload.mjs.map +1 -1
  70. package/fesm2022/koobiq-components-filter-bar.mjs +1169 -782
  71. package/fesm2022/koobiq-components-filter-bar.mjs.map +1 -1
  72. package/fesm2022/koobiq-components-flag.mjs +66 -0
  73. package/fesm2022/koobiq-components-flag.mjs.map +1 -0
  74. package/fesm2022/koobiq-components-form-field.mjs +6 -6
  75. package/fesm2022/koobiq-components-form-field.mjs.map +1 -1
  76. package/fesm2022/koobiq-components-icon.mjs +16 -7
  77. package/fesm2022/koobiq-components-icon.mjs.map +1 -1
  78. package/fesm2022/koobiq-components-inline-edit.mjs +30 -7
  79. package/fesm2022/koobiq-components-inline-edit.mjs.map +1 -1
  80. package/fesm2022/koobiq-components-list.mjs +39 -20
  81. package/fesm2022/koobiq-components-list.mjs.map +1 -1
  82. package/fesm2022/koobiq-components-loader-overlay.mjs +2 -2
  83. package/fesm2022/koobiq-components-loader-overlay.mjs.map +1 -1
  84. package/fesm2022/koobiq-components-modal.mjs +9 -5
  85. package/fesm2022/koobiq-components-modal.mjs.map +1 -1
  86. package/fesm2022/koobiq-components-navbar.mjs +123 -27
  87. package/fesm2022/koobiq-components-navbar.mjs.map +1 -1
  88. package/fesm2022/koobiq-components-notification-center.mjs +193 -19
  89. package/fesm2022/koobiq-components-notification-center.mjs.map +1 -1
  90. package/fesm2022/koobiq-components-overflow-items.mjs +12 -4
  91. package/fesm2022/koobiq-components-overflow-items.mjs.map +1 -1
  92. package/fesm2022/koobiq-components-popover.mjs +9 -4
  93. package/fesm2022/koobiq-components-popover.mjs.map +1 -1
  94. package/fesm2022/koobiq-components-progress-bar.mjs +2 -2
  95. package/fesm2022/koobiq-components-progress-bar.mjs.map +1 -1
  96. package/fesm2022/koobiq-components-progress-spinner.mjs +2 -2
  97. package/fesm2022/koobiq-components-progress-spinner.mjs.map +1 -1
  98. package/fesm2022/koobiq-components-radio.mjs +3 -7
  99. package/fesm2022/koobiq-components-radio.mjs.map +1 -1
  100. package/fesm2022/koobiq-components-search-expandable.mjs +43 -8
  101. package/fesm2022/koobiq-components-search-expandable.mjs.map +1 -1
  102. package/fesm2022/koobiq-components-select.mjs +72 -59
  103. package/fesm2022/koobiq-components-select.mjs.map +1 -1
  104. package/fesm2022/koobiq-components-sidebar.mjs +4 -0
  105. package/fesm2022/koobiq-components-sidebar.mjs.map +1 -1
  106. package/fesm2022/koobiq-components-sidepanel.mjs +3 -3
  107. package/fesm2022/koobiq-components-sidepanel.mjs.map +1 -1
  108. package/fesm2022/koobiq-components-skeleton.mjs +2 -2
  109. package/fesm2022/koobiq-components-skeleton.mjs.map +1 -1
  110. package/fesm2022/koobiq-components-split-button.mjs +5 -12
  111. package/fesm2022/koobiq-components-split-button.mjs.map +1 -1
  112. package/fesm2022/koobiq-components-splitter.mjs +6 -2
  113. package/fesm2022/koobiq-components-splitter.mjs.map +1 -1
  114. package/fesm2022/koobiq-components-table.mjs +8 -6
  115. package/fesm2022/koobiq-components-table.mjs.map +1 -1
  116. package/fesm2022/koobiq-components-tabs.mjs +42 -18
  117. package/fesm2022/koobiq-components-tabs.mjs.map +1 -1
  118. package/fesm2022/koobiq-components-tags.mjs +8 -1
  119. package/fesm2022/koobiq-components-tags.mjs.map +1 -1
  120. package/fesm2022/koobiq-components-textarea.mjs +7 -14
  121. package/fesm2022/koobiq-components-textarea.mjs.map +1 -1
  122. package/fesm2022/koobiq-components-time-range.mjs +4 -4
  123. package/fesm2022/koobiq-components-time-range.mjs.map +1 -1
  124. package/fesm2022/koobiq-components-timepicker.mjs +3 -4
  125. package/fesm2022/koobiq-components-timepicker.mjs.map +1 -1
  126. package/fesm2022/koobiq-components-timezone.mjs +9 -5
  127. package/fesm2022/koobiq-components-timezone.mjs.map +1 -1
  128. package/fesm2022/koobiq-components-title.mjs +132 -14
  129. package/fesm2022/koobiq-components-title.mjs.map +1 -1
  130. package/fesm2022/koobiq-components-toast.mjs +1 -1
  131. package/fesm2022/koobiq-components-toast.mjs.map +1 -1
  132. package/fesm2022/koobiq-components-toggle.mjs +2 -2
  133. package/fesm2022/koobiq-components-toggle.mjs.map +1 -1
  134. package/fesm2022/koobiq-components-tooltip.mjs +168 -8
  135. package/fesm2022/koobiq-components-tooltip.mjs.map +1 -1
  136. package/fesm2022/koobiq-components-tree-select.mjs +79 -38
  137. package/fesm2022/koobiq-components-tree-select.mjs.map +1 -1
  138. package/fesm2022/koobiq-components-tree.mjs +67 -41
  139. package/fesm2022/koobiq-components-tree.mjs.map +1 -1
  140. package/fesm2022/koobiq-components-username.mjs +16 -3
  141. package/fesm2022/koobiq-components-username.mjs.map +1 -1
  142. package/file-upload/file-upload-tokens.scss +1 -0
  143. package/file-upload/index.d.ts +10 -7
  144. package/filter-bar/_filter-bar-theme.scss +82 -0
  145. package/filter-bar/filter-bar-tokens.scss +9 -0
  146. package/filter-bar/filter-bar.scss +10 -4
  147. package/filter-bar/filter-refresher.scss +1 -1
  148. package/filter-bar/filters.scss +25 -20
  149. package/filter-bar/index.d.ts +764 -336
  150. package/filter-bar/pipes/base-pipe.scss +12 -44
  151. package/filter-bar/pipes/pipe-date.scss +20 -14
  152. package/filter-bar/pipes/pipe-input.scss +10 -0
  153. package/filter-bar/pipes/pipe-multi-tree-select.scss +5 -3
  154. package/filter-bar/pipes/pipe-multiselect.scss +5 -3
  155. package/filter-bar/pipes/pipe-readonly.scss +4 -13
  156. package/filter-bar/pipes/pipe-select.scss +3 -1
  157. package/filter-bar/pipes/pipe-tree-select.scss +3 -1
  158. package/flag/flag.scss +53 -0
  159. package/flag/index.d.ts +44 -0
  160. package/icon/icon-button.scss +3 -1
  161. package/icon/icon-item-tokens.scss +1 -1
  162. package/icon/index.d.ts +15 -2
  163. package/inline-edit/index.d.ts +5 -0
  164. package/inline-edit/inline-edit.scss +7 -7
  165. package/link/link-tokens.scss +2 -2
  166. package/list/index.d.ts +11 -2
  167. package/loader-overlay/loader-overlay-tokens.scss +1 -1
  168. package/modal/_modal-animation.scss +6 -6
  169. package/modal/_modal-theme.scss +5 -0
  170. package/modal/index.d.ts +3 -1
  171. package/modal/modal.scss +15 -0
  172. package/navbar/_navbar-item_vertical.scss +7 -5
  173. package/navbar/index.d.ts +39 -4
  174. package/navbar/navbar-brand.scss +17 -7
  175. package/navbar/navbar-item.scss +9 -0
  176. package/notification-center/_notification-center-theme.scss +2 -1
  177. package/notification-center/index.d.ts +89 -3
  178. package/notification-center/notification-center.scss +42 -4
  179. package/notification-center/notification-item.scss +3 -2
  180. package/overflow-items/index.d.ts +1 -0
  181. package/package.json +7 -3
  182. package/prebuilt-themes/dark-theme.css +1 -1
  183. package/prebuilt-themes/light-theme.css +1 -1
  184. package/prebuilt-themes/theme.css +1 -1
  185. package/progress-bar/progress-bar.scss +4 -0
  186. package/progress-spinner/progress-spinner.scss +5 -1
  187. package/radio/index.d.ts +1 -5
  188. package/radio/radio.scss +18 -4
  189. package/schematics/collection.json +15 -0
  190. package/schematics/migrations/alert-signals/README.md +64 -0
  191. package/schematics/migrations/alert-signals/data.js +70 -0
  192. package/schematics/migrations/alert-signals/index.js +350 -0
  193. package/schematics/migrations/alert-signals/schema.json +20 -0
  194. package/schematics/migrations/autocomplete-panel-width-auto/README.md +68 -0
  195. package/schematics/migrations/autocomplete-panel-width-auto/index.js +70 -0
  196. package/schematics/migrations/autocomplete-panel-width-auto/schema.json +15 -0
  197. package/schematics/migrations/filter-bar-signals/README.md +66 -0
  198. package/schematics/migrations/filter-bar-signals/data.js +72 -0
  199. package/schematics/migrations/filter-bar-signals/index.js +316 -0
  200. package/schematics/migrations/filter-bar-signals/schema.json +20 -0
  201. package/schematics/migrations.json +15 -0
  202. package/schematics/ng-add/index.js +1 -1
  203. package/schematics/utils/angular-parsing.js +11 -2
  204. package/search-expandable/index.d.ts +3 -0
  205. package/select/index.d.ts +59 -24
  206. package/sidebar/index.d.ts +1 -0
  207. package/skeleton/skeleton.scss +4 -0
  208. package/split-button/_split-button-theme.scss +2 -2
  209. package/splitter/_splitter-theme.scss +2 -2
  210. package/splitter/index.d.ts +1 -0
  211. package/table/_table-theme.scss +4 -0
  212. package/table/index.d.ts +3 -2
  213. package/tabs/_tabs-common.scss +60 -31
  214. package/tabs/_tabs-theme.scss +12 -0
  215. package/tabs/index.d.ts +4 -2
  216. package/tabs/tab-header.scss +15 -0
  217. package/tabs/tab-nav-bar.scss +4 -0
  218. package/tabs/tabs-tokens.scss +2 -1
  219. package/textarea/index.d.ts +0 -1
  220. package/time-range/time-range.scss +0 -8
  221. package/timepicker/timepicker.scss +2 -2
  222. package/timezone/index.d.ts +2 -3
  223. package/title/index.d.ts +92 -2
  224. package/tooltip/index.d.ts +124 -7
  225. package/tree/_tree-theme.scss +2 -7
  226. package/tree/index.d.ts +19 -4
  227. package/tree/toggle.scss +5 -0
  228. package/tree/tree-option.scss +0 -4
  229. package/tree-select/_tree-select-theme.scss +1 -1
  230. package/tree-select/index.d.ts +53 -22
  231. package/username/index.d.ts +20 -2
package/core/index.d.ts CHANGED
@@ -6,9 +6,10 @@ import { AnimationTriggerMetadata, AnimationEvent } from '@angular/animations';
6
6
  import { DateAdapter as DateAdapter$1, DateFormats } from '@koobiq/date-adapter';
7
7
  import { AbstractControl, FormGroupDirective, NgForm, NgControl, ValidatorFn } from '@angular/forms';
8
8
  import { FormatterDurationTemplate, DateFormatter as DateFormatter$1, DateTimeOptions } from '@koobiq/date-formatter';
9
- import { ConnectionPositionPair, Overlay, ScrollStrategy, ScrollDispatcher, CdkScrollable, OverlayRef, OverlayConfig, FlexibleConnectedPositionStrategy, ConnectedOverlayPositionChange, CdkConnectedOverlay, RepositionScrollStrategy } from '@angular/cdk/overlay';
9
+ import { ConnectionPositionPair, Overlay, ScrollStrategy, CdkOverlayOrigin, OverlayContainer, ScrollDispatcher, CdkScrollable, OverlayRef, OverlayConfig, FlexibleConnectedPositionStrategy, ConnectedOverlayPositionChange, CdkConnectedOverlay, RepositionScrollStrategy } from '@angular/cdk/overlay';
10
10
  import { Directionality } from '@angular/cdk/bidi';
11
11
  import { ComponentPortal } from '@angular/cdk/portal';
12
+ import { ViewportRuler } from '@angular/cdk/scrolling';
12
13
  import { AsyncScheduler } from 'rxjs/internal/scheduler/AsyncScheduler';
13
14
 
14
15
  interface ListKeyManagerOption {
@@ -578,9 +579,15 @@ declare const enUSLocaleData: {
578
579
  errorHint: string;
579
580
  saveButton: string;
580
581
  cancelButton: string;
582
+ actionsTooltip: string;
581
583
  };
582
584
  add: {
583
585
  tooltip: string;
586
+ addedAnnouncement: string;
587
+ };
588
+ refresher: {
589
+ refresh: string;
590
+ settings: string;
584
591
  };
585
592
  pipe: {
586
593
  clearButtonTooltip: string;
@@ -638,6 +645,9 @@ declare const enUSLocaleData: {
638
645
  allTime: string;
639
646
  currentQuarter: string;
640
647
  currentYear: string;
648
+ allTimeOption: string;
649
+ currentQuarterOption: string;
650
+ currentYearOption: string;
641
651
  };
642
652
  durationTemplate: {
643
653
  title: {
@@ -676,6 +686,7 @@ declare const enUSLocaleData: {
676
686
  noNotifications: string;
677
687
  failedToLoadNotifications: string;
678
688
  repeat: string;
689
+ loadingMore: string;
679
690
  };
680
691
  };
681
692
 
@@ -753,9 +764,15 @@ declare const esLALocaleData: {
753
764
  errorHint: string;
754
765
  saveButton: string;
755
766
  cancelButton: string;
767
+ actionsTooltip: string;
756
768
  };
757
769
  add: {
758
770
  tooltip: string;
771
+ addedAnnouncement: string;
772
+ };
773
+ refresher: {
774
+ refresh: string;
775
+ settings: string;
759
776
  };
760
777
  pipe: {
761
778
  clearButtonTooltip: string;
@@ -813,6 +830,9 @@ declare const esLALocaleData: {
813
830
  allTime: string;
814
831
  currentQuarter: string;
815
832
  currentYear: string;
833
+ allTimeOption: string;
834
+ currentQuarterOption: string;
835
+ currentYearOption: string;
816
836
  };
817
837
  durationTemplate: {
818
838
  title: {
@@ -851,6 +871,7 @@ declare const esLALocaleData: {
851
871
  noNotifications: string;
852
872
  failedToLoadNotifications: string;
853
873
  repeat: string;
874
+ loadingMore: string;
854
875
  };
855
876
  };
856
877
 
@@ -928,9 +949,15 @@ declare const ptBRLocaleData: {
928
949
  errorHint: string;
929
950
  saveButton: string;
930
951
  cancelButton: string;
952
+ actionsTooltip: string;
931
953
  };
932
954
  add: {
933
955
  tooltip: string;
956
+ addedAnnouncement: string;
957
+ };
958
+ refresher: {
959
+ refresh: string;
960
+ settings: string;
934
961
  };
935
962
  pipe: {
936
963
  clearButtonTooltip: string;
@@ -988,6 +1015,9 @@ declare const ptBRLocaleData: {
988
1015
  allTime: string;
989
1016
  currentQuarter: string;
990
1017
  currentYear: string;
1018
+ allTimeOption: string;
1019
+ currentQuarterOption: string;
1020
+ currentYearOption: string;
991
1021
  };
992
1022
  durationTemplate: {
993
1023
  title: {
@@ -1026,6 +1056,7 @@ declare const ptBRLocaleData: {
1026
1056
  noNotifications: string;
1027
1057
  failedToLoadNotifications: string;
1028
1058
  repeat: string;
1059
+ loadingMore: string;
1029
1060
  };
1030
1061
  };
1031
1062
 
@@ -1104,9 +1135,15 @@ declare const ruRULocaleData: {
1104
1135
  errorHint: string;
1105
1136
  saveButton: string;
1106
1137
  cancelButton: string;
1138
+ actionsTooltip: string;
1107
1139
  };
1108
1140
  add: {
1109
1141
  tooltip: string;
1142
+ addedAnnouncement: string;
1143
+ };
1144
+ refresher: {
1145
+ refresh: string;
1146
+ settings: string;
1110
1147
  };
1111
1148
  pipe: {
1112
1149
  clearButtonTooltip: string;
@@ -1164,6 +1201,9 @@ declare const ruRULocaleData: {
1164
1201
  allTime: string;
1165
1202
  currentQuarter: string;
1166
1203
  currentYear: string;
1204
+ allTimeOption: string;
1205
+ currentQuarterOption: string;
1206
+ currentYearOption: string;
1167
1207
  };
1168
1208
  durationTemplate: {
1169
1209
  title: {
@@ -1202,6 +1242,7 @@ declare const ruRULocaleData: {
1202
1242
  noNotifications: string;
1203
1243
  failedToLoadNotifications: string;
1204
1244
  repeat: string;
1245
+ loadingMore: string;
1205
1246
  };
1206
1247
  };
1207
1248
 
@@ -1280,9 +1321,15 @@ declare const tkTMLocaleData: {
1280
1321
  errorHint: string;
1281
1322
  saveButton: string;
1282
1323
  cancelButton: string;
1324
+ actionsTooltip: string;
1283
1325
  };
1284
1326
  add: {
1285
1327
  tooltip: string;
1328
+ addedAnnouncement: string;
1329
+ };
1330
+ refresher: {
1331
+ refresh: string;
1332
+ settings: string;
1286
1333
  };
1287
1334
  pipe: {
1288
1335
  clearButtonTooltip: string;
@@ -1340,6 +1387,9 @@ declare const tkTMLocaleData: {
1340
1387
  allTime: string;
1341
1388
  currentQuarter: string;
1342
1389
  currentYear: string;
1390
+ allTimeOption: string;
1391
+ currentQuarterOption: string;
1392
+ currentYearOption: string;
1343
1393
  };
1344
1394
  durationTemplate: {
1345
1395
  title: {
@@ -1378,6 +1428,7 @@ declare const tkTMLocaleData: {
1378
1428
  noNotifications: string;
1379
1429
  failedToLoadNotifications: string;
1380
1430
  repeat: string;
1431
+ loadingMore: string;
1381
1432
  };
1382
1433
  };
1383
1434
 
@@ -1594,6 +1645,27 @@ type KbqNumberFormatOptions = {
1594
1645
  /** Overrides the default group separator in the formatted output */
1595
1646
  viewGroupSeparator?: string;
1596
1647
  };
1648
+ /**
1649
+ * Locale configuration for number rounding used by `KbqRoundDecimalPipe`.
1650
+ *
1651
+ * Maps each rounding unit to its localized label and carries the surrounding
1652
+ * formatting options.
1653
+ * @docs-private
1654
+ */
1655
+ type KbqNumberRoundingLocaleConfig = {
1656
+ /** Separator placed between the number and its rounding unit label. */
1657
+ separator: string;
1658
+ /** Separator placed between the integer and fractional parts. */
1659
+ groupSeparator: string;
1660
+ /** Label for the thousand unit. */
1661
+ thousand: string;
1662
+ /** Label for the million unit. */
1663
+ million: string;
1664
+ /** Label for the billion unit. */
1665
+ billion: string;
1666
+ /** Label for the trillion unit (always provided). */
1667
+ trillion: string;
1668
+ };
1597
1669
  /** Locale configuration for `KbqNumberInput`. */
1598
1670
  type KbqNumberInputLocaleConfig = {
1599
1671
  /** Characters recognized as group (thousands) separators. */
@@ -1625,6 +1697,12 @@ type KbqTimeRangeLocaleConfig = {
1625
1697
  allTime: string;
1626
1698
  currentQuarter: string;
1627
1699
  currentYear: string;
1700
+ /** Label for the `allTime` option in the presets list, as opposed to the trigger label in `allTime` */
1701
+ allTimeOption?: string;
1702
+ /** Label for the `currentQuarter` option in the presets list, as opposed to the trigger label in `currentQuarter` */
1703
+ currentQuarterOption?: string;
1704
+ /** Label for the `currentYear` option in the presets list, as opposed to the trigger label in `currentYear` */
1705
+ currentYearOption?: string;
1628
1706
  };
1629
1707
  durationTemplate: {
1630
1708
  title: FormatterDurationTemplate;
@@ -1765,9 +1843,15 @@ declare function KBQ_DEFAULT_LOCALE_DATA_FACTORY(): {
1765
1843
  errorHint: string;
1766
1844
  saveButton: string;
1767
1845
  cancelButton: string;
1846
+ actionsTooltip: string;
1768
1847
  };
1769
1848
  add: {
1770
1849
  tooltip: string;
1850
+ addedAnnouncement: string;
1851
+ };
1852
+ refresher: {
1853
+ refresh: string;
1854
+ settings: string;
1771
1855
  };
1772
1856
  pipe: {
1773
1857
  clearButtonTooltip: string;
@@ -1825,6 +1909,9 @@ declare function KBQ_DEFAULT_LOCALE_DATA_FACTORY(): {
1825
1909
  allTime: string;
1826
1910
  currentQuarter: string;
1827
1911
  currentYear: string;
1912
+ allTimeOption: string;
1913
+ currentQuarterOption: string;
1914
+ currentYearOption: string;
1828
1915
  };
1829
1916
  durationTemplate: {
1830
1917
  title: {
@@ -1863,6 +1950,7 @@ declare function KBQ_DEFAULT_LOCALE_DATA_FACTORY(): {
1863
1950
  noNotifications: string;
1864
1951
  failedToLoadNotifications: string;
1865
1952
  repeat: string;
1953
+ loadingMore: string;
1866
1954
  };
1867
1955
  };
1868
1956
  'es-LA': {
@@ -1977,9 +2065,15 @@ declare function KBQ_DEFAULT_LOCALE_DATA_FACTORY(): {
1977
2065
  errorHint: string;
1978
2066
  saveButton: string;
1979
2067
  cancelButton: string;
2068
+ actionsTooltip: string;
1980
2069
  };
1981
2070
  add: {
1982
2071
  tooltip: string;
2072
+ addedAnnouncement: string;
2073
+ };
2074
+ refresher: {
2075
+ refresh: string;
2076
+ settings: string;
1983
2077
  };
1984
2078
  pipe: {
1985
2079
  clearButtonTooltip: string;
@@ -2037,6 +2131,9 @@ declare function KBQ_DEFAULT_LOCALE_DATA_FACTORY(): {
2037
2131
  allTime: string;
2038
2132
  currentQuarter: string;
2039
2133
  currentYear: string;
2134
+ allTimeOption: string;
2135
+ currentQuarterOption: string;
2136
+ currentYearOption: string;
2040
2137
  };
2041
2138
  durationTemplate: {
2042
2139
  title: {
@@ -2075,6 +2172,7 @@ declare function KBQ_DEFAULT_LOCALE_DATA_FACTORY(): {
2075
2172
  noNotifications: string;
2076
2173
  failedToLoadNotifications: string;
2077
2174
  repeat: string;
2175
+ loadingMore: string;
2078
2176
  };
2079
2177
  };
2080
2178
  'pt-BR': {
@@ -2185,9 +2283,15 @@ declare function KBQ_DEFAULT_LOCALE_DATA_FACTORY(): {
2185
2283
  errorHint: string;
2186
2284
  saveButton: string;
2187
2285
  cancelButton: string;
2286
+ actionsTooltip: string;
2188
2287
  };
2189
2288
  add: {
2190
2289
  tooltip: string;
2290
+ addedAnnouncement: string;
2291
+ };
2292
+ refresher: {
2293
+ refresh: string;
2294
+ settings: string;
2191
2295
  };
2192
2296
  pipe: {
2193
2297
  clearButtonTooltip: string;
@@ -2245,6 +2349,9 @@ declare function KBQ_DEFAULT_LOCALE_DATA_FACTORY(): {
2245
2349
  allTime: string;
2246
2350
  currentQuarter: string;
2247
2351
  currentYear: string;
2352
+ allTimeOption: string;
2353
+ currentQuarterOption: string;
2354
+ currentYearOption: string;
2248
2355
  };
2249
2356
  durationTemplate: {
2250
2357
  title: {
@@ -2283,6 +2390,7 @@ declare function KBQ_DEFAULT_LOCALE_DATA_FACTORY(): {
2283
2390
  noNotifications: string;
2284
2391
  failedToLoadNotifications: string;
2285
2392
  repeat: string;
2393
+ loadingMore: string;
2286
2394
  };
2287
2395
  };
2288
2396
  'ru-RU': {
@@ -2399,9 +2507,15 @@ declare function KBQ_DEFAULT_LOCALE_DATA_FACTORY(): {
2399
2507
  errorHint: string;
2400
2508
  saveButton: string;
2401
2509
  cancelButton: string;
2510
+ actionsTooltip: string;
2402
2511
  };
2403
2512
  add: {
2404
2513
  tooltip: string;
2514
+ addedAnnouncement: string;
2515
+ };
2516
+ refresher: {
2517
+ refresh: string;
2518
+ settings: string;
2405
2519
  };
2406
2520
  pipe: {
2407
2521
  clearButtonTooltip: string;
@@ -2459,6 +2573,9 @@ declare function KBQ_DEFAULT_LOCALE_DATA_FACTORY(): {
2459
2573
  allTime: string;
2460
2574
  currentQuarter: string;
2461
2575
  currentYear: string;
2576
+ allTimeOption: string;
2577
+ currentQuarterOption: string;
2578
+ currentYearOption: string;
2462
2579
  };
2463
2580
  durationTemplate: {
2464
2581
  title: {
@@ -2497,6 +2614,7 @@ declare function KBQ_DEFAULT_LOCALE_DATA_FACTORY(): {
2497
2614
  noNotifications: string;
2498
2615
  failedToLoadNotifications: string;
2499
2616
  repeat: string;
2617
+ loadingMore: string;
2500
2618
  };
2501
2619
  };
2502
2620
  'tk-TM': {
@@ -2609,9 +2727,15 @@ declare function KBQ_DEFAULT_LOCALE_DATA_FACTORY(): {
2609
2727
  errorHint: string;
2610
2728
  saveButton: string;
2611
2729
  cancelButton: string;
2730
+ actionsTooltip: string;
2612
2731
  };
2613
2732
  add: {
2614
2733
  tooltip: string;
2734
+ addedAnnouncement: string;
2735
+ };
2736
+ refresher: {
2737
+ refresh: string;
2738
+ settings: string;
2615
2739
  };
2616
2740
  pipe: {
2617
2741
  clearButtonTooltip: string;
@@ -2669,6 +2793,9 @@ declare function KBQ_DEFAULT_LOCALE_DATA_FACTORY(): {
2669
2793
  allTime: string;
2670
2794
  currentQuarter: string;
2671
2795
  currentYear: string;
2796
+ allTimeOption: string;
2797
+ currentQuarterOption: string;
2798
+ currentYearOption: string;
2672
2799
  };
2673
2800
  durationTemplate: {
2674
2801
  title: {
@@ -2707,6 +2834,7 @@ declare function KBQ_DEFAULT_LOCALE_DATA_FACTORY(): {
2707
2834
  noNotifications: string;
2708
2835
  failedToLoadNotifications: string;
2709
2836
  repeat: string;
2837
+ loadingMore: string;
2710
2838
  };
2711
2839
  };
2712
2840
  };
@@ -3088,17 +3216,13 @@ interface KbqNumericPipe {
3088
3216
  transform(value: unknown, digitsInfo?: string, locale?: string): string | null;
3089
3217
  }
3090
3218
  declare const NUMBER_FORMAT_REGEXP: RegExp;
3091
- interface RoundDecimalOptions {
3092
- separator: string;
3093
- groupSeparator: string;
3094
- thousands?: string;
3219
+ type RoundDecimalOptions = KbqNumberRoundingLocaleConfig & {
3220
+ /** Label for the ten-thousand unit. */
3095
3221
  tenThousand?: string;
3096
- million?: string;
3222
+ /** Label for the one-hundred-millions unit. */
3097
3223
  oneHundredMillions?: string;
3098
- billion?: string;
3099
- trillion: string;
3100
3224
  rtl?: boolean;
3101
- }
3225
+ };
3102
3226
  declare class ParsedDigitsInfo {
3103
3227
  useGrouping: boolean;
3104
3228
  minimumIntegerDigits: number;
@@ -3937,6 +4061,145 @@ declare const KBQ_CUSTOM_SCROLL_STRATEGY_PROVIDER: <T>(token: InjectionToken<T>,
3937
4061
  useFactory: (overlay: Overlay) => () => ScrollStrategy;
3938
4062
  };
3939
4063
 
4064
+ /**
4065
+ * Default minimum width of an overlay panel, in pixels.
4066
+ *
4067
+ * Kept in sync by hand with `--kbq-dropdown-size-container-width-min` in `dropdown-tokens.scss`,
4068
+ * which expresses the same default for the dropdown's CSS-driven sizing.
4069
+ */
4070
+ declare const KBQ_PANEL_DEFAULT_MIN_WIDTH = 200;
4071
+ /**
4072
+ * Width of an overlay panel.
4073
+ *
4074
+ * - `'auto'` — matches the trigger width, but never narrower than `panelMinWidth`.
4075
+ * - `number` — an explicit width in pixels. `panelMinWidth` is not applied.
4076
+ * - `string` — an explicit CSS width (e.g. `fit-content`, `20rem`). `panelMinWidth` is not applied.
4077
+ * - `null`/`''` — the panel sizes to its content, but never narrower than the trigger or `panelMinWidth`.
4078
+ */
4079
+ type KbqPanelWidth = 'auto' | number | (string & {}) | null | '';
4080
+ /** Minimum width of an overlay panel, in pixels. `null` applies no additional minimum. */
4081
+ type KbqPanelMinWidth = number | null;
4082
+ /**
4083
+ * Maximum width of an overlay panel, in pixels. `null` falls back to the `--kbq-panel-size-width-max`
4084
+ * design token.
4085
+ *
4086
+ * The cap is soft: it limits how far a panel grows with its content, but never makes a panel narrower
4087
+ * than its trigger, and never overrides an explicit `panelWidth`.
4088
+ */
4089
+ type KbqPanelMaxWidth = number | null;
4090
+ /**
4091
+ * Anything an overlay panel can be measured against.
4092
+ * @docs-private
4093
+ */
4094
+ type KbqPanelWidthOrigin = ElementRef<HTMLElement> | CdkOverlayOrigin | HTMLElement;
4095
+ /**
4096
+ * Resolved size of an overlay pane.
4097
+ *
4098
+ * Both keys are always present so that the result can be passed straight to `OverlayRef.updateSize()`,
4099
+ * which shallow-merges into the existing config — an omitted key would leave a stale value applied.
4100
+ * @docs-private
4101
+ */
4102
+ interface KbqResolvedPanelWidth {
4103
+ width: number | string;
4104
+ minWidth: number | string;
4105
+ }
4106
+ /**
4107
+ * Measures the rendered width of a panel's trigger.
4108
+ *
4109
+ * Uses `getBoundingClientRect()` because `getComputedStyle().width` resolves to the used
4110
+ * content-box width regardless of `box-sizing`, so subtracting borders from it double-counts them.
4111
+ * @docs-private
4112
+ */
4113
+ declare function kbqGetPanelWidthOrigin(origin: KbqPanelWidthOrigin): number;
4114
+ /**
4115
+ * Resolves `panelWidth` and `panelMinWidth` into the `width` and `minWidth` of the overlay pane.
4116
+ *
4117
+ * `panelWidth` selects the sizing policy. The "never narrower than the trigger" rule belongs to the
4118
+ * automatic policies (`null` and `'auto'`); an explicit width is taken at face value.
4119
+ * @docs-private
4120
+ */
4121
+ declare function kbqResolvePanelWidth(panelWidth: KbqPanelWidth | undefined, panelMinWidth: KbqPanelMinWidth | undefined, triggerWidth: number): KbqResolvedPanelWidth;
4122
+
4123
+ /**
4124
+ * Reference to the element used to locate the shadow root that should host the CDK overlay container.
4125
+ *
4126
+ * It can be the shadow host element itself (the common case — the MFE root element) or any element that already
4127
+ * lives inside the shadow tree. Provide it directly, as an `ElementRef`, or as a getter (useful when the element is
4128
+ * created after the providers are declared, e.g. resolved lazily at bootstrap).
4129
+ */
4130
+ type KbqShadowDomOverlayHost = HTMLElement | ElementRef<HTMLElement> | (() => Element | null | undefined);
4131
+ /**
4132
+ * Element used by {@link KbqShadowDomOverlayContainer} to locate the shadow root that should host overlays.
4133
+ *
4134
+ * When not provided, the container falls back to the application root component element.
4135
+ */
4136
+ declare const KBQ_SHADOW_DOM_OVERLAY_HOST: InjectionToken<KbqShadowDomOverlayHost>;
4137
+ /**
4138
+ * `OverlayContainer` that places the `.cdk-overlay-container` inside a shadow root instead of `document.body`.
4139
+ *
4140
+ * The default CDK `OverlayContainer` always appends its container to `document.body`. When the application is
4141
+ * rendered inside a shadow root (e.g. a Module Federation micro-frontend), overlays — toasts, modals, dropdowns,
4142
+ * tooltips, etc. — escape the shadow tree into the light DOM. There they lose access to the styles and theme tokens
4143
+ * scoped to the shadow root (Koobiq theme tokens are defined on the `.kbq-light` / `.kbq-dark` ancestor), which
4144
+ * results in unstyled overlays.
4145
+ *
4146
+ * This container resolves the target shadow root from {@link KBQ_SHADOW_DOM_OVERLAY_HOST} (or the root component when
4147
+ * the token is absent) and relocates the overlay container into it. After relocating, it also clones CDK's own
4148
+ * structural overlay stylesheet (`position`/`z-index`/backdrop, `.cdk-overlay-container:empty`) into the shadow root,
4149
+ * since those `document.head` styles do not cross the shadow boundary. If no shadow root is found — the common case
4150
+ * for an app rendered directly in the light DOM — the container is left on `document.body`, so it is safe to provide
4151
+ * unconditionally.
4152
+ *
4153
+ * Only **open** shadow roots can be resolved: a closed shadow root exposes neither `Element.shadowRoot` nor a
4154
+ * `ShadowRoot` from `getRootNode()`, so pass an element that already lives inside the closed tree if you must use one.
4155
+ *
4156
+ * Note: this fixes the overlay container *placement* and delivers the CDK structural overlay styles. The host
4157
+ * application is still responsible for delivering the **Koobiq component/theme styles** (the `.kbq-light` / `.kbq-dark`
4158
+ * tokens and component CSS) into the shadow root, since global `document.head` stylesheets do not cascade across a
4159
+ * shadow boundary.
4160
+ *
4161
+ * @see kbqShadowDomOverlayProvider
4162
+ */
4163
+ declare class KbqShadowDomOverlayContainer extends OverlayContainer {
4164
+ private readonly host;
4165
+ private readonly applicationRef;
4166
+ /** @internal CDK lifecycle hook — overridden to relocate the container into a shadow root. */
4167
+ protected _createContainer(): void;
4168
+ /**
4169
+ * Clones CDK's structural overlay stylesheet into the shadow root.
4170
+ *
4171
+ * CDK ships the overlay's structural CSS as a `ViewEncapsulation.None` component, so Angular injects it as a
4172
+ * `<style>` in `document.head` synchronously — `OverlayContainer.getContainerElement()` loads it before
4173
+ * `_createContainer()` runs. Those rules do not cross the shadow boundary, so a relocated container would
4174
+ * otherwise be unpositioned. Cloning the already-injected stylesheet keeps it version-matched to the installed
4175
+ * `@angular/cdk` and is idempotent.
4176
+ */
4177
+ private deliverStructuralStyles;
4178
+ private resolveShadowRoot;
4179
+ private resolveHostElement;
4180
+ static ɵfac: i0.ɵɵFactoryDeclaration<KbqShadowDomOverlayContainer, never>;
4181
+ static ɵprov: i0.ɵɵInjectableDeclaration<KbqShadowDomOverlayContainer>;
4182
+ }
4183
+ /**
4184
+ * Providers that route all CDK overlays into a shadow root via {@link KbqShadowDomOverlayContainer}.
4185
+ *
4186
+ * Add it to the bootstrap providers of an application rendered inside a shadow root:
4187
+ *
4188
+ * ```ts
4189
+ * bootstrapApplication(AppComponent, {
4190
+ * providers: kbqShadowDomOverlayProvider(() => document.querySelector('my-mfe-root')!)
4191
+ * });
4192
+ * ```
4193
+ *
4194
+ * The provider replaces the global `OverlayContainer` token, so it cannot be combined with another custom
4195
+ * `OverlayContainer` (e.g. CDK's `FullscreenOverlayContainer`) — the last provider wins. Apps that need both must
4196
+ * subclass `KbqShadowDomOverlayContainer`.
4197
+ *
4198
+ * @param host element (or getter / `ElementRef`) inside the target shadow tree. When omitted, the application root
4199
+ * component element is used to resolve the shadow root.
4200
+ */
4201
+ declare const kbqShadowDomOverlayProvider: (host?: KbqShadowDomOverlayHost) => Provider[];
4202
+
3940
4203
  /**
3941
4204
  * Injects the native element for the current component.
3942
4205
  */
@@ -4009,6 +4272,21 @@ type KbqPopUpSizeValues = KbqEnumValues<PopUpSizes>;
4009
4272
  * Tags Input, Timezone, TreeSelect).
4010
4273
  */
4011
4274
  declare const defaultOffsetY: number;
4275
+ /**
4276
+ * Pane class applied to a connected overlay whose panel is positioned BELOW its trigger.
4277
+ *
4278
+ * Used instead of a physical `offsetY` gap: the pane sits flush with the trigger and the visual gap is
4279
+ * recreated as transparent `padding-top` inside the pane (see the `kbq-connected-overlay-gap` styles), so the
4280
+ * gap is covered by the pane (`pointer-events: auto`) and can no longer be clicked/hovered through.
4281
+ */
4282
+ declare const KBQ_CONNECTED_OVERLAY_BELOW_CLASS = "kbq-connected-overlay_below";
4283
+ /**
4284
+ * Pane class applied to a connected overlay whose panel is positioned ABOVE its trigger (flipped).
4285
+ *
4286
+ * Mirror of {@link KBQ_CONNECTED_OVERLAY_BELOW_CLASS}: the visual gap is recreated as transparent
4287
+ * `padding-bottom` inside the pane so the flipped gap is not click/hover-through.
4288
+ */
4289
+ declare const KBQ_CONNECTED_OVERLAY_ABOVE_CLASS = "kbq-connected-overlay_above";
4012
4290
  /**
4013
4291
  * Variable used for offsetY(X) calculations when applying Angular Overlay
4014
4292
  *
@@ -4021,98 +4299,240 @@ declare class EmptyFocusTrapStrategy implements FocusTrapInertStrategy {
4021
4299
  allowFocus(): void;
4022
4300
  }
4023
4301
 
4302
+ /**
4303
+ * Abstract base directive for hover/focus/click-triggered pop-ups (e.g. tooltip and popover). It manages the
4304
+ * CDK overlay lifecycle, binds the trigger event listeners, resolves placement via a flexible connected position
4305
+ * strategy, and controls show/hide timing. Concrete subclasses supply the pop-up component type, its content,
4306
+ * and the overlay configuration.
4307
+ */
4024
4308
  declare abstract class KbqPopUpTrigger<T> implements OnInit, OnDestroy {
4025
- /** Stream that emits when the popupTrigger is hovered. */
4309
+ /** Stream that emits when the popupTrigger is hovered.
4310
+ * @docs-private */
4026
4311
  readonly hovered: BehaviorSubject<boolean>;
4312
+ /** RxJS scheduler that drives the hide timeout; `undefined` falls back to the default async scheduler.
4313
+ * @docs-private */
4027
4314
  protected readonly scheduler: AsyncScheduler | undefined;
4315
+ /** CDK Overlay service used to create and position the pop-up overlay.
4316
+ * @docs-private */
4028
4317
  protected readonly overlay: Overlay;
4318
+ /** Reference to the host element the pop-up is anchored to.
4319
+ * @docs-private */
4029
4320
  protected readonly elementRef: ElementRef<HTMLElement>;
4321
+ /** Angular zone, used to run the hide timer outside Angular and re-enter when hiding.
4322
+ * @docs-private */
4030
4323
  protected readonly ngZone: NgZone;
4324
+ /** CDK ScrollDispatcher, used to track ancestor scroll containers so the pop-up repositions on scroll.
4325
+ * @docs-private */
4031
4326
  protected readonly scrollDispatcher: ScrollDispatcher;
4327
+ /** CDK ViewportRuler, used to re-apply the stick-to-window position on window resize.
4328
+ * @docs-private */
4329
+ protected readonly viewportRuler: ViewportRuler;
4330
+ /** View container the pop-up component portal is attached to.
4331
+ * @docs-private */
4032
4332
  protected readonly hostView: ViewContainerRef;
4333
+ /** Text direction (LTR/RTL) applied to the overlay when a `Directionality` is available.
4334
+ * @docs-private */
4033
4335
  protected readonly direction: Directionality | null;
4336
+ /** Destroy reference used to auto-unsubscribe streams when the directive is destroyed.
4337
+ * @docs-private */
4034
4338
  protected readonly destroyRef: DestroyRef;
4339
+ /** Nearest `CdkScrollable` ancestor, if any.
4340
+ * @docs-private */
4035
4341
  protected readonly scrollable: CdkScrollable | null;
4342
+ /** Factory returning the overlay scroll strategy; provided by the concrete subclass.
4343
+ * @docs-private */
4036
4344
  protected abstract scrollStrategy: () => ScrollStrategy;
4037
- /** @docs-private */
4345
+ /** Optional element used to anchor and measure the pop-up instead of the host element.
4346
+ * @docs-private */
4038
4347
  protected externalNativeElement: HTMLElement;
4348
+ /** Change detector used to refresh the trigger when its open state changes. */
4039
4349
  private popUpChangeDetectorRef;
4350
+ /** Whether the pop-up overlay is currently open. */
4040
4351
  get isOpen(): boolean;
4041
4352
  set isOpen(value: boolean);
4353
+ /** Backing field for `isOpen`. */
4042
4354
  private _isOpen;
4355
+ /** Delay in milliseconds before the pop-up is shown.
4356
+ * @docs-private */
4043
4357
  enterDelay: number;
4358
+ /** Delay in milliseconds before the pop-up is hidden.
4359
+ * @docs-private */
4044
4360
  leaveDelay: number;
4361
+ /** Name of the DOM event that last triggered show/hide (e.g. `mouseenter`, `focus`, `click`).
4362
+ * @docs-private */
4045
4363
  triggerName: string;
4364
+ /** Reference to the created overlay, or `null` when no overlay exists.
4365
+ * @docs-private */
4046
4366
  overlayRef: OverlayRef | null;
4367
+ /** Placement used to keep the pop-up stuck within the window bounds.
4368
+ * @docs-private */
4047
4369
  stickToWindow: KbqStickToWindowPlacementValues;
4370
+ /** Host container element of the pop-up.
4371
+ * @docs-private */
4048
4372
  container: HTMLElement;
4373
+ /** Whether the pop-up is disabled and therefore never shown; implemented by the subclass.
4374
+ * @docs-private */
4049
4375
  abstract disabled: boolean;
4376
+ /** Whether the arrow/pointer is rendered; implemented by the subclass.
4377
+ * @docs-private */
4050
4378
  abstract arrow: boolean;
4379
+ /** Space/comma-separated list of trigger events (`hover`, `focus`, `click`, `keydown`); implemented by the subclass.
4380
+ * @docs-private */
4051
4381
  abstract trigger: string;
4382
+ /** Extra CSS class applied to the pop-up; implemented by the subclass.
4383
+ * @docs-private */
4052
4384
  abstract customClass: string;
4385
+ /** Pop-up content as a string or template; implemented by the subclass.
4386
+ * @docs-private */
4053
4387
  abstract content: string | TemplateRef<any>;
4388
+ /** Emits when the resolved placement changes; implemented by the subclass.
4389
+ * @docs-private */
4054
4390
  abstract placementChange: EventEmitter<string>;
4391
+ /** Emits when the pop-up visibility changes; implemented by the subclass.
4392
+ * @docs-private */
4055
4393
  abstract visibleChange: EventEmitter<boolean>;
4394
+ /** CSS selector of the element used as the overlay's transform origin; implemented by the subclass.
4395
+ * @docs-private */
4056
4396
  protected abstract originSelector: string;
4397
+ /** Base overlay configuration (panel classes, etc.); implemented by the subclass.
4398
+ * @docs-private */
4057
4399
  protected abstract overlayConfig: OverlayConfig;
4400
+ /** Current resolved placement of the pop-up.
4401
+ * @docs-private */
4058
4402
  protected placement: KbqPopUpPlacementValues;
4403
+ /** Ordered list of fallback placements to try before the default priority.
4404
+ * @docs-private */
4059
4405
  protected placementPriority: string | string[] | null;
4406
+ /** Whether the pop-up is currently visible.
4407
+ * @docs-private */
4060
4408
  protected visible: boolean;
4409
+ /** Backing field for the subclass `content` input.
4410
+ * @docs-private */
4061
4411
  protected _content: string | TemplateRef<any>;
4412
+ /** Backing field for the subclass `disabled` input.
4413
+ * @docs-private */
4062
4414
  protected _disabled: boolean;
4415
+ /** Backing field for the subclass `customClass` input.
4416
+ * @docs-private */
4063
4417
  protected _customClass: string;
4418
+ /** Component portal attached to the overlay to render the pop-up.
4419
+ * @docs-private */
4064
4420
  protected portal: ComponentPortal<T>;
4421
+ /** Currently attached pop-up component instance, or `null` when closed.
4422
+ * @docs-private */
4065
4423
  protected instance: any | null;
4424
+ /** Map of event name to the handler currently bound on the host element.
4425
+ * @docs-private */
4066
4426
  protected listeners: Map<string, EventListener>;
4427
+ /** Subscription to the streams that should close the pop-up.
4428
+ * @docs-private */
4067
4429
  protected closingActionsSubscription: Subscription;
4430
+ /** Map of placement name to its CDK connected position pair.
4431
+ * @docs-private */
4068
4432
  protected readonly availablePositions: {
4069
4433
  [key: string]: ConnectionPositionPair;
4070
4434
  };
4435
+ /** Last mouse event, used to position the pop-up relative to the cursor.
4436
+ * @docs-private */
4071
4437
  protected mouseEvent?: MouseEvent;
4438
+ /** Flexible connected position strategy driving the overlay.
4439
+ * @docs-private */
4072
4440
  protected strategy: FlexibleConnectedPositionStrategy;
4073
- /** Hide pop-up with timeout. Need if you want to show pop-up after leaving trigger */
4441
+ /** Hide pop-up with timeout. Need if you want to show pop-up after leaving trigger
4442
+ * @docs-private */
4074
4443
  protected hideWithTimeout: boolean;
4075
- /** prevents closure by any event */
4444
+ /** prevents closure by any event
4445
+ * @docs-private */
4076
4446
  protected preventClose: boolean;
4447
+ /** Applies the placement (and modifier) CSS classes to the open pop-up; implemented by the subclass.
4448
+ * @docs-private */
4077
4449
  abstract updateClassMap(newPlacement?: string): void;
4450
+ /** Pushes the current inputs (content, arrow, offset, …) into the open pop-up; implemented by the subclass.
4451
+ * @docs-private */
4078
4452
  abstract updateData(): void;
4453
+ /** Returns the stream of events that should close the pop-up; implemented by the subclass.
4454
+ * @docs-private */
4079
4455
  abstract closingActions(): Observable<any>;
4456
+ /** Returns the component type to attach as the pop-up overlay; implemented by the subclass.
4457
+ * @docs-private */
4080
4458
  abstract getOverlayHandleComponentType(): Type<T>;
4459
+ /** Binds the DOM event listeners for the configured triggers. */
4081
4460
  ngOnInit(): void;
4461
+ /** Disposes the overlay and removes all bound event listeners. */
4082
4462
  ngOnDestroy(): void;
4463
+ /** Sets the placement (falling back to `Top` on an unknown value) and refreshes the classes and position.
4464
+ * @docs-private */
4083
4465
  updatePlacement(value: KbqPopUpPlacementValues): void;
4466
+ /** Sets the ordered list of fallback placements, or clears it when the value is empty.
4467
+ * @docs-private */
4084
4468
  updatePlacementPriority(value: any): void;
4469
+ /** Coerces and applies an external visibility value by showing or hiding the pop-up when it changes.
4470
+ * @docs-private */
4085
4471
  updateVisible(externalValue: boolean): void;
4472
+ /** Closes the pop-up when `Escape` is pressed while it is open. Bound to the host `keydown` event.
4473
+ * @docs-private */
4086
4474
  keydownHandler(event: KeyboardEvent): void;
4475
+ /** Hides the pop-up. Bound to the host `touchend` event.
4476
+ * @docs-private */
4087
4477
  touchendHandler(): void;
4478
+ /** Creates the overlay (if needed) and shows the pop-up after `delay` ms, wiring its visibility stream.
4479
+ * @docs-private */
4088
4480
  show(delay?: number): void;
4481
+ /** Hides the pop-up after `delay` ms, honoring `preventClose` and the hover state on mouseleave.
4482
+ * @docs-private */
4089
4483
  hide(delay?: number): void;
4484
+ /** Detaches the overlay (if attached) and clears the current pop-up instance.
4485
+ * @docs-private */
4090
4486
  detach: () => void;
4091
- /** Create the overlay config and position strategy */
4487
+ /** Create the overlay config and position strategy
4488
+ * @docs-private */
4092
4489
  createOverlay(): OverlayRef;
4490
+ /** Resets the overlay position origin back to the host element.
4491
+ * @docs-private */
4093
4492
  resetOrigin(): void;
4493
+ /** Maps the CDK connection position back to a placement name, emits `placementChange`, and updates classes.
4494
+ * @docs-private */
4094
4495
  onPositionChange: ($event: ConnectedOverlayPositionChange) => void;
4496
+ /** Rebinds the host DOM listeners (click/hover/focus/keydown) according to the configured triggers.
4497
+ * @docs-private */
4095
4498
  initListeners(): void;
4499
+ /** Returns the `mouseleave` handler — a delayed hide when `hideWithTimeout` is set, otherwise an immediate hide.
4500
+ * @docs-private */
4096
4501
  getMouseLeaveListener(): (delay?: number) => void;
4097
- /** Updates the position of the current popover. */
4502
+ /** Updates the position of the current popover.
4503
+ * @docs-private */
4098
4504
  updatePosition(reapplyPosition?: boolean): void;
4505
+ /** Moves browser focus to the pop-up's native element.
4506
+ * @docs-private */
4099
4507
  focus(): void;
4100
- /** @docs-private */
4508
+ /** Returns the element the pop-up is bound to: the external element when set, otherwise the host element.
4509
+ * @docs-private */
4101
4510
  getNativeElement(): HTMLElement;
4102
- /** @docs-private */
4511
+ /** Sets an external element to anchor and measure the pop-up against instead of the host element.
4512
+ * @docs-private */
4103
4513
  setExternalNativeElement(value: HTMLElement): void;
4104
4514
  /**
4105
4515
  * Returns a list of positions that are aligned with the element's dimensions and offsets.
4106
- * @protected
4107
- */
4516
+ * @docs-private */
4108
4517
  protected getAdjustedPositions(): ConnectionPositionPair[];
4518
+ /** Maps a priority placement value (or array of values) to the matching connected position pairs.
4519
+ * @docs-private */
4109
4520
  protected getPriorityPlacementStrategy(value: string | string[]): ConnectionPositionPair[];
4521
+ /** Returns the positions to try: the custom `placementPriority` when set, otherwise the default strategy.
4522
+ * @docs-private */
4110
4523
  protected getPrioritizedPositions(): ConnectionPositionPair[];
4524
+ /** Removes all bound host event listeners and clears the listener map.
4525
+ * @docs-private */
4111
4526
  protected clearListeners(): void;
4527
+ /** Wraps a trigger handler so it records the active trigger name and mouse event before running. */
4112
4528
  private createListener;
4529
+ /** Remembers the last mouse event on `mouseenter`, used for cursor-relative positioning. */
4113
4530
  private saveMouseEvent;
4531
+ /** Binds a single event listener to the pop-up's native element. */
4114
4532
  private addEventListener;
4533
+ /** Unbinds a single event listener from the pop-up's native element. */
4115
4534
  private removeEventListener;
4535
+ /** (Re)subscribes to the closing-action streams and hides the pop-up, ignoring prevented click events. */
4116
4536
  private subscribeOnClosingActions;
4117
4537
  static ɵfac: i0.ɵɵFactoryDeclaration<KbqPopUpTrigger<any>, never>;
4118
4538
  static ɵdir: i0.ɵɵDirectiveDeclaration<KbqPopUpTrigger<any>, never, never, {}, {}, never, never, true, never>;
@@ -4218,6 +4638,20 @@ declare abstract class KbqAbstractSelect {
4218
4638
  protected triggerRect: DOMRect;
4219
4639
  /** Overlay panel class. */
4220
4640
  protected readonly overlayPanelClass = "kbq-select-overlay";
4641
+ /** Width of the overlay panel. */
4642
+ protected overlayWidth: string | number;
4643
+ /** Minimum width of the overlay panel. */
4644
+ protected overlayMinWidth: string | number;
4645
+ /**
4646
+ * Resolves the overlay panel size for the current trigger geometry and stores it for the
4647
+ * `cdkConnectedOverlay` width bindings.
4648
+ */
4649
+ protected updateOverlayWidth(panelWidth: KbqPanelWidth, panelMinWidth: KbqPanelMinWidth, origin: KbqPanelWidthOrigin): void;
4650
+ /**
4651
+ * Freezes the panel at its rendered width so that filtering the options does not reflow it.
4652
+ * Does nothing when the width is already pinned.
4653
+ */
4654
+ protected lockOverlayWidthForSearch(panel: ElementRef<HTMLElement> | undefined): void;
4221
4655
  protected setOverlayPosition(): void;
4222
4656
  protected calculateOverlayOffsetX(baseOffsetX: number): number[];
4223
4657
  protected getOverlayRect(): DOMRect;
@@ -4281,8 +4715,68 @@ declare class KbqPseudoCheckboxModule {
4281
4715
  static ɵinj: i0.ɵɵInjectorDeclaration<KbqPseudoCheckboxModule>;
4282
4716
  }
4283
4717
 
4718
+ /**
4719
+ * Adapter describing how a component reads and writes selection state for a set of items,
4720
+ * so the shared select-all logic can operate regardless of how selection is stored
4721
+ * (per-option setter, `SelectionModel` on data nodes, etc.).
4722
+ */
4723
+ interface KbqSelectAllAdapter<T> {
4724
+ /** All candidate items, in render/model order. */
4725
+ items: readonly T[];
4726
+ /** Whether the item may participate (e.g. not disabled, and — for tree — `selectable()`). */
4727
+ isSelectable: (item: T) => boolean;
4728
+ /** Current selected state of the item. */
4729
+ isSelected: (item: T) => boolean;
4730
+ /** Applies the new selected state to the item. */
4731
+ setSelected: (item: T, selected: boolean) => void;
4732
+ }
4733
+ /** Options for {@link toggleSelectAll}. */
4734
+ interface KbqToggleSelectAllOptions {
4735
+ /**
4736
+ * When `true`, a repeated toggle deselects everything once all selectable items are already
4737
+ * selected. When `false` (default), the toggle only ever selects.
4738
+ */
4739
+ allowDeselect?: boolean;
4740
+ }
4741
+ /**
4742
+ * Canonical "select all / deselect all" toggle shared by the multi-select components (`Ctrl`/`Cmd` + `A`).
4743
+ *
4744
+ * Considers only selectable items and selects them all. When `allowDeselect` is `true` and every selectable
4745
+ * item is already selected, deselects them all instead; otherwise a repeated call is a no-op. No-op when
4746
+ * there are no selectable items.
4747
+ *
4748
+ * @returns the items whose selected state actually flipped, in input order.
4749
+ */
4750
+ declare function toggleSelectAll<T>(adapter: KbqSelectAllAdapter<T>, options?: KbqToggleSelectAllOptions): T[];
4751
+ /** Event emitted by the `onSelectAll` outputs when the select-all toggle runs. */
4752
+ declare class KbqSelectAllEvent<T, S = unknown> {
4753
+ /** Component that emitted the event. */
4754
+ readonly source: S;
4755
+ /** The selectable options affected by the toggle. */
4756
+ readonly options: T[];
4757
+ /** `true` when all options were selected, `false` when all were deselected. */
4758
+ readonly selected: boolean;
4759
+ constructor(
4760
+ /** Component that emitted the event. */
4761
+ source: S,
4762
+ /** The selectable options affected by the toggle. */
4763
+ options: T[],
4764
+ /** `true` when all options were selected, `false` when all were deselected. */
4765
+ selected: boolean);
4766
+ }
4767
+ /**
4768
+ * Whether `Ctrl`/`Cmd` + `A` should select the text of a search `<input>` rather than toggle options.
4769
+ *
4770
+ * Returns `true` only when the input has text that is not already fully selected (nothing selected,
4771
+ * a partial selection, or just a caret). Returns `false` for an empty input (so select-all falls
4772
+ * straight through to the options) and when the whole value is already selected (a second press
4773
+ * then acts on the options).
4774
+ */
4775
+ declare function shouldSelectSearchText(input: HTMLInputElement | null | undefined): boolean;
4776
+
4284
4777
  declare class KbqMeasureScrollbarService {
4285
4778
  protected readonly document: Document;
4779
+ private readonly platform;
4286
4780
  get scrollBarWidth(): number;
4287
4781
  private _scrollBarWidth;
4288
4782
  private scrollbarMeasure;
@@ -4401,5 +4895,5 @@ declare const validationTooltipHideDelay = 3000;
4401
4895
 
4402
4896
  declare const VERSION: Version;
4403
4897
 
4404
- export { A, ALT, APOSTROPHE, ARROW_BOTTOM_MARGIN_AND_HALF_HEIGHT, AT_SIGN, AbsoluteDateFormatterImpurePipe, AbsoluteDateFormatterPipe, AbsoluteDateShortFormatterImpurePipe, AbsoluteDateShortFormatterPipe, AbsoluteDateTimeFormatterImpurePipe, AbsoluteDateTimeFormatterPipe, AbsoluteShortDateTimeFormatterImpurePipe, AbsoluteShortDateTimeFormatterPipe, ActiveDescendantKeyManager, B, BACKSLASH, BACKSPACE, BOTTOM_LEFT_POSITION_PRIORITY, BOTTOM_POSITION_PRIORITY, BOTTOM_RIGHT_POSITION_PRIORITY, BaseFormatterPipe, BaseLocaleAwareFormatterPipe, C, CAPS_LOCK, CLOSE_SQUARE_BRACKET, COMMA, CONTEXT_MENU, CONTROL, D, DASH, DELETE, DOWN_ARROW, DateAdapter, DateFormatter, E, EIGHT, END, ENTER, EQUALS, ESCAPE, EXTENDED_OVERLAY_POSITIONS, EmptyFocusTrapStrategy, ErrorStateMatcher, F, F1, F10, F11, F12, F2, F3, F4, F5, F6, F7, F8, F9, FF_EQUALS, FF_MINUS, FF_MUTE, FF_SEMICOLON, FF_VOLUME_DOWN, FF_VOLUME_UP, FIRST_MEDIA, FIVE, FOUR, FileValidators, FocusKeyManager, G, H, HOME, I, INSERT, J, K, KBQ_CUSTOM_SCROLL_STRATEGY_PROVIDER, KBQ_DATE_FORMATS, KBQ_DATE_LOCALE, KBQ_DATE_LOCALE_FACTORY, KBQ_DEFAULT_LOCALE_DATA_FACTORY, KBQ_DEFAULT_LOCALE_ID, KBQ_DEFAULT_PRECISION_SEPARATOR, KBQ_FORM_FIELD_REF, KBQ_INVALID_VALUE_ERROR, KBQ_LOCALE_DATA, KBQ_LOCALE_ID, KBQ_LOCALE_SERVICE, KBQ_LOCALE_SERVICE_LANG_ATTR_NAME, KBQ_NUMBER_FORMATTER_DEFAULT_OPTIONS, KBQ_NUMBER_FORMATTER_OPTIONS, KBQ_OPTION_ACTION_PARENT, KBQ_OPTION_PARENT_COMPONENT, KBQ_OVERFLOW_SHADOW_SOURCE, KBQ_PARENT_ANIMATION_COMPONENT, KBQ_PARENT_POPUP, KBQ_SELECT_SCROLL_STRATEGY, KBQ_SELECT_SCROLL_STRATEGY_PROVIDER, KBQ_SELECT_SEARCH_MIN_OPTIONS_THRESHOLD, KBQ_SIZE_UNITS_CONFIG, KBQ_SIZE_UNITS_DEFAULT_CONFIG, KBQ_TITLE_TEXT_REF, KBQ_WINDOW, KbqAbsoluteLongDatePipe, KbqAbsoluteLongDateTimePipe, KbqAbsoluteShortDatePipe, KbqAbsoluteShortDateTimePipe, KbqAbstractSelect, KbqActionContainer, KbqAnimationCurves, KbqAnimationDurations, KbqColorDirective, KbqComponentColors, KbqDataSizePipe, KbqDecimalPipe, KbqDefaultThemes, KbqErrorStateTracker, KbqFieldSizingContent, KbqForm, KbqFormElement, KbqFormattersModule, KbqFormsModule, KbqHighlightBackgroundPipe, KbqHighlightModule, KbqHighlightPipe, KbqHover, KbqLine, KbqLineSetter, KbqLocaleService, KbqLocaleServiceModule, KbqMeasureScrollbarService, KbqMeasurementSystem, KbqNormalizeWhitespace, KbqOptgroup, KbqOption, KbqOptionActionComponent, KbqOptionBase, KbqOptionModule, KbqOptionSelectionChange, KbqOverflowShadowBottom, KbqOverflowShadowContainer, KbqOverflowShadowTop, KbqPopUp, KbqPopUpTrigger, KbqPseudoCheckbox, KbqPseudoCheckboxModule, KbqRangeLongDatePipe, KbqRangeLongDateTimePipe, KbqRangeMiddleDateTimePipe, KbqRangeShortDatePipe, KbqRangeShortDateTimePipe, KbqReadStateDirective, KbqRectangleItem, KbqRelativeLongDatePipe, KbqRelativeLongDateTimePipe, KbqRelativeShortDatePipe, KbqRelativeShortDateTimePipe, KbqRoundDecimalPipe, KbqSelectFooter, KbqSelectMatcher, KbqSelectSearch, KbqSelectSearchEmptyResult, KbqSelectTrigger, KbqTableNumberPipe, KbqThemeSelector, KbqVirtualOption, L, LAST_MEDIA, LEFT_ARROW, LEFT_BOTTOM_POSITION_PRIORITY, LEFT_POSITION_PRIORITY, LEFT_TOP_POSITION_PRIORITY, ListKeyManager, M, MAC_ENTER, MAC_META, MAC_WK_CMD_LEFT, MAC_WK_CMD_RIGHT, META, MUTE, MockNgZone, MultipleMode, N, NINE, NUMBER_FORMAT_REGEXP, NUMPAD_DIVIDE, NUMPAD_EIGHT, NUMPAD_FIVE, NUMPAD_FOUR, NUMPAD_MINUS, NUMPAD_MULTIPLY, NUMPAD_NINE, NUMPAD_ONE, NUMPAD_PERIOD, NUMPAD_PLUS, NUMPAD_SEVEN, NUMPAD_SIX, NUMPAD_THREE, NUMPAD_TWO, NUMPAD_ZERO, NUM_CENTER, NUM_LOCK, O, ONE, OPEN_SQUARE_BRACKET, P, PAGE_DOWN, PAGE_UP, PAUSE, PERIOD, PLUS_SIGN, POSITION_MAP, POSITION_PRIORITY_STRATEGY, POSITION_TO_CSS_MAP, PRINT_SCREEN, PasswordValidators, PopUpPlacements, PopUpSizes, PopUpTriggers, PopUpVisibility, Q, QUESTION_MARK, R, RIGHT_ARROW, RIGHT_BOTTOM_POSITION_PRIORITY, RIGHT_POSITION_PRIORITY, RIGHT_TOP_POSITION_PRIORITY, RangeDateFormatterImpurePipe, RangeDateFormatterPipe, RangeDateTimeFormatterImpurePipe, RangeDateTimeFormatterPipe, RangeMiddleDateTimeFormatterImpurePipe, RangeMiddleDateTimeFormatterPipe, RangeShortDateFormatterImpurePipe, RangeShortDateFormatterPipe, RangeShortDateTimeFormatterImpurePipe, RangeShortDateTimeFormatterPipe, RelativeDateFormatterImpurePipe, RelativeDateFormatterPipe, RelativeDateTimeFormatterImpurePipe, RelativeDateTimeFormatterPipe, RelativeShortDateFormatterImpurePipe, RelativeShortDateFormatterPipe, RelativeShortDateTimeFormatterImpurePipe, RelativeShortDateTimeFormatterPipe, S, SCROLL_LOCK, SELECT_PANEL_VIEWPORT_PADDING, SEMICOLON, SEVEN, SHIFT, SINGLE_QUOTE, SIX, SLASH, SPACE, ShowOnControlDirtyErrorStateMatcher, ShowOnFormSubmitErrorStateMatcher, ShowRequiredOnSubmitErrorStateMatcher, T, TAB, THREE, TILDE, TOP_LEFT_POSITION_PRIORITY, TOP_POSITION_PRIORITY, TOP_RIGHT_POSITION_PRIORITY, TWO, ThemePalette, ThemeService, U, UP_ARROW, V, VERSION, VOLUME_DOWN, VOLUME_UP, W, X, Y, Z, ZERO, applyPopupMargins, checkAndNormalizeLocalizedNumber, countGroupLabelsBeforeOption, createFakeEvent, createKeyboardEvent, createMouseEvent, createTouchEvent, defaultOffsetY, dispatchEvent, dispatchFakeEvent, dispatchKeyboardEvent, dispatchMouseEvent, dispatchTouchEvent, enUSFormattersData, enUSLocaleData, esLAFormattersData, esLALocaleData, escapeRegExp, fadeAnimation, formatNumberWithLocale, getFormattedSizeParts, getHumanizedBytes, getKbqSelectDynamicMultipleError, getKbqSelectNonArrayValueError, getKbqSelectNonFunctionValueError, getNodesWithoutComments, getOptionScrollPosition, hasModifierKey, isBoolean, isControl, isCopy, isDigit, isElement, isFunctionKey, isHorizontalMovement, isHtmlElement, isHtmlElementOrNull, isInput, isLeftBracket, isLetterKey, isMac, isNull, isNumberKey, isNumpadKey, isRightBracket, isSelectAll, isUndefined, isVerticalMovement, isWithin, kbqErrorStateMatcherProvider, kbqFilesizeFormatterConfigurationProvider, kbqHighlightBackgroundMark, kbqHighlightMark, kbqInjectNativeElement, kbqLocaleServiceLangAttrNameProvider, kbqSelectAnimations, kbqSelectScrollStrategyProviderFactory, leftIconClassName, mixinColor, mixinDisabled, mixinErrorState, mixinTabIndex, normalizeNumber, numberByParts, patchElementFocus, ptBRFormattersData, ptBRLocaleData, rightIconClassName, ruRUFormattersData, ruRULocaleData, selectEvents, tkTMFormattersData, tkTMLocaleData, typeInElement, validationTooltipHideDelay, validationTooltipShowDelay, wrappedErrorMessage };
4405
- export type { CanColor, CanColorCtor, CanDisable, CanDisableCtor, CanUpdateErrorState, CanUpdateErrorStateCtor, HasTabIndex, HasTabIndexCtor, Highlightable, IFocusableOption, KbqActionsPanelLocaleConfiguration, KbqBaseFileUploadLocaleConfig, KbqCheckedState, KbqClampedTextLocaleConfig, KbqCodeBlockLocaleConfiguration, KbqDateFormats, KbqDefaultSizes, KbqEnumValues, KbqFileTypeSpecifier, KbqFileUploadLocaleConfig, KbqFlexDirection, KbqFlexWrap, KbqFormFieldRef, KbqMeasurementSystemType, KbqMultipleFileUploadLocaleConfig, KbqNumberFormatOptions, KbqNumberInputLocaleConfig, KbqNumericPipe, KbqOptionActionParent, KbqOptionParentComponent, KbqOrientation, KbqOverflowShadowSource, KbqOverflowShadowState, KbqParentPopup, KbqPopUpPlacementValues, KbqPopUpSizeValues, KbqPseudoCheckboxState, KbqSizeUnitsConfig, KbqStickToWindowPlacementValues, KbqTheme, KbqTimeRangeLocaleConfig, KbqTitleTextRef, KbqUnitSystem, KeyboardNavigationHandler, ListKeyManagerModifierKey, ListKeyManagerOption };
4898
+ export { A, ALT, APOSTROPHE, ARROW_BOTTOM_MARGIN_AND_HALF_HEIGHT, AT_SIGN, AbsoluteDateFormatterImpurePipe, AbsoluteDateFormatterPipe, AbsoluteDateShortFormatterImpurePipe, AbsoluteDateShortFormatterPipe, AbsoluteDateTimeFormatterImpurePipe, AbsoluteDateTimeFormatterPipe, AbsoluteShortDateTimeFormatterImpurePipe, AbsoluteShortDateTimeFormatterPipe, ActiveDescendantKeyManager, B, BACKSLASH, BACKSPACE, BOTTOM_LEFT_POSITION_PRIORITY, BOTTOM_POSITION_PRIORITY, BOTTOM_RIGHT_POSITION_PRIORITY, BaseFormatterPipe, BaseLocaleAwareFormatterPipe, C, CAPS_LOCK, CLOSE_SQUARE_BRACKET, COMMA, CONTEXT_MENU, CONTROL, D, DASH, DELETE, DOWN_ARROW, DateAdapter, DateFormatter, E, EIGHT, END, ENTER, EQUALS, ESCAPE, EXTENDED_OVERLAY_POSITIONS, EmptyFocusTrapStrategy, ErrorStateMatcher, F, F1, F10, F11, F12, F2, F3, F4, F5, F6, F7, F8, F9, FF_EQUALS, FF_MINUS, FF_MUTE, FF_SEMICOLON, FF_VOLUME_DOWN, FF_VOLUME_UP, FIRST_MEDIA, FIVE, FOUR, FileValidators, FocusKeyManager, G, H, HOME, I, INSERT, J, K, KBQ_CONNECTED_OVERLAY_ABOVE_CLASS, KBQ_CONNECTED_OVERLAY_BELOW_CLASS, KBQ_CUSTOM_SCROLL_STRATEGY_PROVIDER, KBQ_DATE_FORMATS, KBQ_DATE_LOCALE, KBQ_DATE_LOCALE_FACTORY, KBQ_DEFAULT_LOCALE_DATA_FACTORY, KBQ_DEFAULT_LOCALE_ID, KBQ_DEFAULT_PRECISION_SEPARATOR, KBQ_FORM_FIELD_REF, KBQ_INVALID_VALUE_ERROR, KBQ_LOCALE_DATA, KBQ_LOCALE_ID, KBQ_LOCALE_SERVICE, KBQ_LOCALE_SERVICE_LANG_ATTR_NAME, KBQ_NUMBER_FORMATTER_DEFAULT_OPTIONS, KBQ_NUMBER_FORMATTER_OPTIONS, KBQ_OPTION_ACTION_PARENT, KBQ_OPTION_PARENT_COMPONENT, KBQ_OVERFLOW_SHADOW_SOURCE, KBQ_PANEL_DEFAULT_MIN_WIDTH, KBQ_PARENT_ANIMATION_COMPONENT, KBQ_PARENT_POPUP, KBQ_SELECT_SCROLL_STRATEGY, KBQ_SELECT_SCROLL_STRATEGY_PROVIDER, KBQ_SELECT_SEARCH_MIN_OPTIONS_THRESHOLD, KBQ_SHADOW_DOM_OVERLAY_HOST, KBQ_SIZE_UNITS_CONFIG, KBQ_SIZE_UNITS_DEFAULT_CONFIG, KBQ_TITLE_TEXT_REF, KBQ_WINDOW, KbqAbsoluteLongDatePipe, KbqAbsoluteLongDateTimePipe, KbqAbsoluteShortDatePipe, KbqAbsoluteShortDateTimePipe, KbqAbstractSelect, KbqActionContainer, KbqAnimationCurves, KbqAnimationDurations, KbqColorDirective, KbqComponentColors, KbqDataSizePipe, KbqDecimalPipe, KbqDefaultThemes, KbqErrorStateTracker, KbqFieldSizingContent, KbqForm, KbqFormElement, KbqFormattersModule, KbqFormsModule, KbqHighlightBackgroundPipe, KbqHighlightModule, KbqHighlightPipe, KbqHover, KbqLine, KbqLineSetter, KbqLocaleService, KbqLocaleServiceModule, KbqMeasureScrollbarService, KbqMeasurementSystem, KbqNormalizeWhitespace, KbqOptgroup, KbqOption, KbqOptionActionComponent, KbqOptionBase, KbqOptionModule, KbqOptionSelectionChange, KbqOverflowShadowBottom, KbqOverflowShadowContainer, KbqOverflowShadowTop, KbqPopUp, KbqPopUpTrigger, KbqPseudoCheckbox, KbqPseudoCheckboxModule, KbqRangeLongDatePipe, KbqRangeLongDateTimePipe, KbqRangeMiddleDateTimePipe, KbqRangeShortDatePipe, KbqRangeShortDateTimePipe, KbqReadStateDirective, KbqRectangleItem, KbqRelativeLongDatePipe, KbqRelativeLongDateTimePipe, KbqRelativeShortDatePipe, KbqRelativeShortDateTimePipe, KbqRoundDecimalPipe, KbqSelectAllEvent, KbqSelectFooter, KbqSelectMatcher, KbqSelectSearch, KbqSelectSearchEmptyResult, KbqSelectTrigger, KbqShadowDomOverlayContainer, KbqTableNumberPipe, KbqThemeSelector, KbqVirtualOption, L, LAST_MEDIA, LEFT_ARROW, LEFT_BOTTOM_POSITION_PRIORITY, LEFT_POSITION_PRIORITY, LEFT_TOP_POSITION_PRIORITY, ListKeyManager, M, MAC_ENTER, MAC_META, MAC_WK_CMD_LEFT, MAC_WK_CMD_RIGHT, META, MUTE, MockNgZone, MultipleMode, N, NINE, NUMBER_FORMAT_REGEXP, NUMPAD_DIVIDE, NUMPAD_EIGHT, NUMPAD_FIVE, NUMPAD_FOUR, NUMPAD_MINUS, NUMPAD_MULTIPLY, NUMPAD_NINE, NUMPAD_ONE, NUMPAD_PERIOD, NUMPAD_PLUS, NUMPAD_SEVEN, NUMPAD_SIX, NUMPAD_THREE, NUMPAD_TWO, NUMPAD_ZERO, NUM_CENTER, NUM_LOCK, O, ONE, OPEN_SQUARE_BRACKET, P, PAGE_DOWN, PAGE_UP, PAUSE, PERIOD, PLUS_SIGN, POSITION_MAP, POSITION_PRIORITY_STRATEGY, POSITION_TO_CSS_MAP, PRINT_SCREEN, PasswordValidators, PopUpPlacements, PopUpSizes, PopUpTriggers, PopUpVisibility, Q, QUESTION_MARK, R, RIGHT_ARROW, RIGHT_BOTTOM_POSITION_PRIORITY, RIGHT_POSITION_PRIORITY, RIGHT_TOP_POSITION_PRIORITY, RangeDateFormatterImpurePipe, RangeDateFormatterPipe, RangeDateTimeFormatterImpurePipe, RangeDateTimeFormatterPipe, RangeMiddleDateTimeFormatterImpurePipe, RangeMiddleDateTimeFormatterPipe, RangeShortDateFormatterImpurePipe, RangeShortDateFormatterPipe, RangeShortDateTimeFormatterImpurePipe, RangeShortDateTimeFormatterPipe, RelativeDateFormatterImpurePipe, RelativeDateFormatterPipe, RelativeDateTimeFormatterImpurePipe, RelativeDateTimeFormatterPipe, RelativeShortDateFormatterImpurePipe, RelativeShortDateFormatterPipe, RelativeShortDateTimeFormatterImpurePipe, RelativeShortDateTimeFormatterPipe, S, SCROLL_LOCK, SELECT_PANEL_VIEWPORT_PADDING, SEMICOLON, SEVEN, SHIFT, SINGLE_QUOTE, SIX, SLASH, SPACE, ShowOnControlDirtyErrorStateMatcher, ShowOnFormSubmitErrorStateMatcher, ShowRequiredOnSubmitErrorStateMatcher, T, TAB, THREE, TILDE, TOP_LEFT_POSITION_PRIORITY, TOP_POSITION_PRIORITY, TOP_RIGHT_POSITION_PRIORITY, TWO, ThemePalette, ThemeService, U, UP_ARROW, V, VERSION, VOLUME_DOWN, VOLUME_UP, W, X, Y, Z, ZERO, applyPopupMargins, checkAndNormalizeLocalizedNumber, countGroupLabelsBeforeOption, createFakeEvent, createKeyboardEvent, createMouseEvent, createTouchEvent, defaultOffsetY, dispatchEvent, dispatchFakeEvent, dispatchKeyboardEvent, dispatchMouseEvent, dispatchTouchEvent, enUSFormattersData, enUSLocaleData, esLAFormattersData, esLALocaleData, escapeRegExp, fadeAnimation, formatNumberWithLocale, getFormattedSizeParts, getHumanizedBytes, getKbqSelectDynamicMultipleError, getKbqSelectNonArrayValueError, getKbqSelectNonFunctionValueError, getNodesWithoutComments, getOptionScrollPosition, hasModifierKey, isBoolean, isControl, isCopy, isDigit, isElement, isFunctionKey, isHorizontalMovement, isHtmlElement, isHtmlElementOrNull, isInput, isLeftBracket, isLetterKey, isMac, isNull, isNumberKey, isNumpadKey, isRightBracket, isSelectAll, isUndefined, isVerticalMovement, isWithin, kbqErrorStateMatcherProvider, kbqFilesizeFormatterConfigurationProvider, kbqGetPanelWidthOrigin, kbqHighlightBackgroundMark, kbqHighlightMark, kbqInjectNativeElement, kbqLocaleServiceLangAttrNameProvider, kbqResolvePanelWidth, kbqSelectAnimations, kbqSelectScrollStrategyProviderFactory, kbqShadowDomOverlayProvider, leftIconClassName, mixinColor, mixinDisabled, mixinErrorState, mixinTabIndex, normalizeNumber, numberByParts, patchElementFocus, ptBRFormattersData, ptBRLocaleData, rightIconClassName, ruRUFormattersData, ruRULocaleData, selectEvents, shouldSelectSearchText, tkTMFormattersData, tkTMLocaleData, toggleSelectAll, typeInElement, validationTooltipHideDelay, validationTooltipShowDelay, wrappedErrorMessage };
4899
+ export type { CanColor, CanColorCtor, CanDisable, CanDisableCtor, CanUpdateErrorState, CanUpdateErrorStateCtor, HasTabIndex, HasTabIndexCtor, Highlightable, IFocusableOption, KbqActionsPanelLocaleConfiguration, KbqBaseFileUploadLocaleConfig, KbqCheckedState, KbqClampedTextLocaleConfig, KbqCodeBlockLocaleConfiguration, KbqDateFormats, KbqDefaultSizes, KbqEnumValues, KbqFileTypeSpecifier, KbqFileUploadLocaleConfig, KbqFlexDirection, KbqFlexWrap, KbqFormFieldRef, KbqMeasurementSystemType, KbqMultipleFileUploadLocaleConfig, KbqNumberFormatOptions, KbqNumberInputLocaleConfig, KbqNumberRoundingLocaleConfig, KbqNumericPipe, KbqOptionActionParent, KbqOptionParentComponent, KbqOrientation, KbqOverflowShadowSource, KbqOverflowShadowState, KbqPanelMaxWidth, KbqPanelMinWidth, KbqPanelWidth, KbqPanelWidthOrigin, KbqParentPopup, KbqPopUpPlacementValues, KbqPopUpSizeValues, KbqPseudoCheckboxState, KbqResolvedPanelWidth, KbqSelectAllAdapter, KbqShadowDomOverlayHost, KbqSizeUnitsConfig, KbqStickToWindowPlacementValues, KbqTheme, KbqTimeRangeLocaleConfig, KbqTitleTextRef, KbqToggleSelectAllOptions, KbqUnitSystem, KeyboardNavigationHandler, ListKeyManagerModifierKey, ListKeyManagerOption };