@koobiq/components 19.8.3 → 20.1.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 (732) hide show
  1. package/accordion/accordion-trigger.component.scss +0 -18
  2. package/accordion/accordion.component.scss +9 -2
  3. package/accordion/index.d.ts +238 -1
  4. package/actions-panel/index.d.ts +304 -5
  5. package/alert/_alert-theme.scss +0 -4
  6. package/alert/alert-tokens.scss +4 -4
  7. package/alert/index.d.ts +54 -1
  8. package/app-switcher/app-switcher-dropdown-app.scss +2 -0
  9. package/app-switcher/index.d.ts +239 -1
  10. package/autocomplete/index.d.ts +265 -1
  11. package/badge/index.d.ts +57 -1
  12. package/breadcrumbs/breadcrumbs.scss +4 -0
  13. package/breadcrumbs/index.d.ts +244 -1
  14. package/button/button-group.scss +42 -2
  15. package/button/index.d.ts +153 -1
  16. package/button-toggle/button-toggle.scss +23 -0
  17. package/button-toggle/index.d.ts +157 -1
  18. package/checkbox/checkbox.scss +5 -4
  19. package/checkbox/index.d.ts +159 -1
  20. package/clamped-text/index.d.ts +145 -4
  21. package/code-block/_code-block-theme.scss +0 -6
  22. package/code-block/code-block-tokens.scss +0 -2
  23. package/code-block/index.d.ts +383 -1
  24. package/content-panel/content-panel.scss +0 -8
  25. package/content-panel/index.d.ts +158 -2
  26. package/core/highlight/_highlight-theme.scss +9 -0
  27. package/core/index.d.ts +4794 -1
  28. package/core/styles/_koobiq-theme.scss +1 -0
  29. package/core/styles/common/_animation.scss +4 -0
  30. package/core/styles/common/_overlay.scss +3 -4
  31. package/core/styles/theming/_components-theming.scss +1 -63
  32. package/core/styles/theming/_scrollbar-theme.scss +4 -0
  33. package/datepicker/_datepicker-theme.scss +1 -1
  34. package/datepicker/datepicker-toggle.scss +3 -3
  35. package/datepicker/index.d.ts +699 -1
  36. package/divider/index.d.ts +20 -1
  37. package/dl/index.d.ts +38 -1
  38. package/dropdown/dropdown.scss +2 -2
  39. package/dropdown/index.d.ts +473 -1
  40. package/dynamic-translation/index.d.ts +81 -2
  41. package/ellipsis-center/index.d.ts +38 -1
  42. package/empty-state/index.d.ts +45 -1
  43. package/fesm2022/koobiq-components-accordion.mjs +104 -115
  44. package/fesm2022/koobiq-components-accordion.mjs.map +1 -1
  45. package/fesm2022/koobiq-components-actions-panel.mjs +16 -16
  46. package/fesm2022/koobiq-components-actions-panel.mjs.map +1 -1
  47. package/fesm2022/koobiq-components-alert.mjs +35 -49
  48. package/fesm2022/koobiq-components-alert.mjs.map +1 -1
  49. package/fesm2022/koobiq-components-app-switcher.mjs +82 -87
  50. package/fesm2022/koobiq-components-app-switcher.mjs.map +1 -1
  51. package/fesm2022/koobiq-components-autocomplete.mjs +294 -304
  52. package/fesm2022/koobiq-components-autocomplete.mjs.map +1 -1
  53. package/fesm2022/koobiq-components-badge.mjs +35 -42
  54. package/fesm2022/koobiq-components-badge.mjs.map +1 -1
  55. package/fesm2022/koobiq-components-breadcrumbs.mjs +79 -101
  56. package/fesm2022/koobiq-components-breadcrumbs.mjs.map +1 -1
  57. package/fesm2022/koobiq-components-button-toggle.mjs +92 -88
  58. package/fesm2022/koobiq-components-button-toggle.mjs.map +1 -1
  59. package/fesm2022/koobiq-components-button.mjs +56 -51
  60. package/fesm2022/koobiq-components-button.mjs.map +1 -1
  61. package/fesm2022/koobiq-components-checkbox.mjs +50 -52
  62. package/fesm2022/koobiq-components-checkbox.mjs.map +1 -1
  63. package/fesm2022/koobiq-components-clamped-text.mjs +46 -49
  64. package/fesm2022/koobiq-components-clamped-text.mjs.map +1 -1
  65. package/fesm2022/koobiq-components-code-block.mjs +115 -136
  66. package/fesm2022/koobiq-components-code-block.mjs.map +1 -1
  67. package/fesm2022/koobiq-components-content-panel.mjs +90 -107
  68. package/fesm2022/koobiq-components-content-panel.mjs.map +1 -1
  69. package/fesm2022/koobiq-components-core.mjs +2048 -703
  70. package/fesm2022/koobiq-components-core.mjs.map +1 -1
  71. package/fesm2022/koobiq-components-datepicker.mjs +285 -349
  72. package/fesm2022/koobiq-components-datepicker.mjs.map +1 -1
  73. package/fesm2022/koobiq-components-divider.mjs +14 -25
  74. package/fesm2022/koobiq-components-divider.mjs.map +1 -1
  75. package/fesm2022/koobiq-components-dl.mjs +30 -31
  76. package/fesm2022/koobiq-components-dl.mjs.map +1 -1
  77. package/fesm2022/koobiq-components-dropdown.mjs +159 -160
  78. package/fesm2022/koobiq-components-dropdown.mjs.map +1 -1
  79. package/fesm2022/koobiq-components-dynamic-translation.mjs +23 -23
  80. package/fesm2022/koobiq-components-dynamic-translation.mjs.map +1 -1
  81. package/fesm2022/koobiq-components-ellipsis-center.mjs +16 -21
  82. package/fesm2022/koobiq-components-ellipsis-center.mjs.map +1 -1
  83. package/fesm2022/koobiq-components-empty-state.mjs +35 -39
  84. package/fesm2022/koobiq-components-empty-state.mjs.map +1 -1
  85. package/fesm2022/koobiq-components-file-upload.mjs +160 -248
  86. package/fesm2022/koobiq-components-file-upload.mjs.map +1 -1
  87. package/fesm2022/koobiq-components-filter-bar.mjs +1160 -1184
  88. package/fesm2022/koobiq-components-filter-bar.mjs.map +1 -1
  89. package/fesm2022/koobiq-components-flag.mjs +66 -0
  90. package/fesm2022/koobiq-components-flag.mjs.map +1 -0
  91. package/fesm2022/koobiq-components-form-field.mjs +211 -430
  92. package/fesm2022/koobiq-components-form-field.mjs.map +1 -1
  93. package/fesm2022/koobiq-components-icon.mjs +42 -43
  94. package/fesm2022/koobiq-components-icon.mjs.map +1 -1
  95. package/fesm2022/koobiq-components-inline-edit.mjs +85 -61
  96. package/fesm2022/koobiq-components-inline-edit.mjs.map +1 -1
  97. package/fesm2022/koobiq-components-input.mjs +116 -155
  98. package/fesm2022/koobiq-components-input.mjs.map +1 -1
  99. package/fesm2022/koobiq-components-link.mjs +38 -53
  100. package/fesm2022/koobiq-components-link.mjs.map +1 -1
  101. package/fesm2022/koobiq-components-list.mjs +138 -128
  102. package/fesm2022/koobiq-components-list.mjs.map +1 -1
  103. package/fesm2022/koobiq-components-loader-overlay.mjs +38 -45
  104. package/fesm2022/koobiq-components-loader-overlay.mjs.map +1 -1
  105. package/fesm2022/koobiq-components-markdown.mjs +31 -35
  106. package/fesm2022/koobiq-components-markdown.mjs.map +1 -1
  107. package/fesm2022/koobiq-components-modal.mjs +174 -164
  108. package/fesm2022/koobiq-components-modal.mjs.map +1 -1
  109. package/fesm2022/koobiq-components-navbar.mjs +164 -169
  110. package/fesm2022/koobiq-components-navbar.mjs.map +1 -1
  111. package/fesm2022/koobiq-components-notification-center.mjs +80 -59
  112. package/fesm2022/koobiq-components-notification-center.mjs.map +1 -1
  113. package/fesm2022/koobiq-components-overflow-items.mjs +40 -36
  114. package/fesm2022/koobiq-components-overflow-items.mjs.map +1 -1
  115. package/fesm2022/koobiq-components-popover.mjs +94 -85
  116. package/fesm2022/koobiq-components-popover.mjs.map +1 -1
  117. package/fesm2022/koobiq-components-progress-bar.mjs +24 -30
  118. package/fesm2022/koobiq-components-progress-bar.mjs.map +1 -1
  119. package/fesm2022/koobiq-components-progress-spinner.mjs +25 -32
  120. package/fesm2022/koobiq-components-progress-spinner.mjs.map +1 -1
  121. package/fesm2022/koobiq-components-radio.mjs +95 -85
  122. package/fesm2022/koobiq-components-radio.mjs.map +1 -1
  123. package/fesm2022/koobiq-components-resizer.mjs +17 -17
  124. package/fesm2022/koobiq-components-resizer.mjs.map +1 -1
  125. package/fesm2022/koobiq-components-scrollbar.mjs +69 -60
  126. package/fesm2022/koobiq-components-scrollbar.mjs.map +1 -1
  127. package/fesm2022/koobiq-components-search-expandable.mjs +44 -35
  128. package/fesm2022/koobiq-components-search-expandable.mjs.map +1 -1
  129. package/fesm2022/koobiq-components-select.mjs +279 -244
  130. package/fesm2022/koobiq-components-select.mjs.map +1 -1
  131. package/fesm2022/koobiq-components-sidebar.mjs +63 -55
  132. package/fesm2022/koobiq-components-sidebar.mjs.map +1 -1
  133. package/fesm2022/koobiq-components-sidepanel.mjs +88 -128
  134. package/fesm2022/koobiq-components-sidepanel.mjs.map +1 -1
  135. package/fesm2022/koobiq-components-skeleton.mjs +13 -13
  136. package/fesm2022/koobiq-components-skeleton.mjs.map +1 -1
  137. package/fesm2022/koobiq-components-split-button.mjs +29 -22
  138. package/fesm2022/koobiq-components-split-button.mjs.map +1 -1
  139. package/fesm2022/koobiq-components-splitter.mjs +114 -96
  140. package/fesm2022/koobiq-components-splitter.mjs.map +1 -1
  141. package/fesm2022/koobiq-components-table.mjs +23 -23
  142. package/fesm2022/koobiq-components-table.mjs.map +1 -1
  143. package/fesm2022/koobiq-components-tabs.mjs +260 -275
  144. package/fesm2022/koobiq-components-tabs.mjs.map +1 -1
  145. package/fesm2022/koobiq-components-tags.mjs +179 -267
  146. package/fesm2022/koobiq-components-tags.mjs.map +1 -1
  147. package/fesm2022/koobiq-components-textarea.mjs +42 -68
  148. package/fesm2022/koobiq-components-textarea.mjs.map +1 -1
  149. package/fesm2022/koobiq-components-time-range.mjs +65 -66
  150. package/fesm2022/koobiq-components-time-range.mjs.map +1 -1
  151. package/fesm2022/koobiq-components-timepicker.mjs +46 -38
  152. package/fesm2022/koobiq-components-timepicker.mjs.map +1 -1
  153. package/fesm2022/koobiq-components-timezone.mjs +58 -58
  154. package/fesm2022/koobiq-components-timezone.mjs.map +1 -1
  155. package/fesm2022/koobiq-components-title.mjs +150 -39
  156. package/fesm2022/koobiq-components-title.mjs.map +1 -1
  157. package/fesm2022/koobiq-components-toast.mjs +54 -69
  158. package/fesm2022/koobiq-components-toast.mjs.map +1 -1
  159. package/fesm2022/koobiq-components-toggle.mjs +51 -63
  160. package/fesm2022/koobiq-components-toggle.mjs.map +1 -1
  161. package/fesm2022/koobiq-components-tooltip.mjs +141 -121
  162. package/fesm2022/koobiq-components-tooltip.mjs.map +1 -1
  163. package/fesm2022/koobiq-components-top-bar.mjs +22 -25
  164. package/fesm2022/koobiq-components-top-bar.mjs.map +1 -1
  165. package/fesm2022/koobiq-components-tree-select.mjs +264 -231
  166. package/fesm2022/koobiq-components-tree-select.mjs.map +1 -1
  167. package/fesm2022/koobiq-components-tree.mjs +273 -239
  168. package/fesm2022/koobiq-components-tree.mjs.map +1 -1
  169. package/fesm2022/koobiq-components-username.mjs +62 -49
  170. package/fesm2022/koobiq-components-username.mjs.map +1 -1
  171. package/file-upload/file-upload-tokens.scss +1 -0
  172. package/file-upload/index.d.ts +577 -1
  173. package/filter-bar/_filter-bar-theme.scss +86 -0
  174. package/filter-bar/filter-bar-tokens.scss +6 -0
  175. package/filter-bar/filter-bar.scss +10 -4
  176. package/filter-bar/filter-refresher.scss +1 -1
  177. package/filter-bar/filters.scss +23 -19
  178. package/filter-bar/index.d.ts +1165 -1
  179. package/filter-bar/pipes/base-pipe.scss +14 -35
  180. package/filter-bar/pipes/pipe-date.scss +20 -14
  181. package/filter-bar/pipes/pipe-multi-tree-select.scss +5 -3
  182. package/filter-bar/pipes/pipe-multiselect.scss +5 -3
  183. package/filter-bar/pipes/pipe-readonly.scss +4 -13
  184. package/filter-bar/pipes/pipe-select.scss +3 -1
  185. package/filter-bar/pipes/pipe-tree-select.scss +3 -1
  186. package/flag/flag.scss +53 -0
  187. package/flag/index.d.ts +44 -0
  188. package/form-field/index.d.ts +569 -1
  189. package/icon/index.d.ts +162 -1
  190. package/index.d.ts +2 -1
  191. package/inline-edit/index.d.ts +176 -2
  192. package/inline-edit/inline-edit.scss +7 -7
  193. package/input/index.d.ts +339 -1
  194. package/link/index.d.ts +56 -1
  195. package/link/link-tokens.scss +2 -2
  196. package/list/index.d.ts +229 -1
  197. package/loader-overlay/index.d.ts +57 -1
  198. package/loader-overlay/loader-overlay-tokens.scss +1 -1
  199. package/markdown/index.d.ts +68 -1
  200. package/modal/_modal-animation.scss +6 -6
  201. package/modal/_modal-theme.scss +3 -6
  202. package/modal/index.d.ts +313 -1
  203. package/modal/modal.scss +15 -0
  204. package/navbar/index.d.ts +305 -1
  205. package/navbar/navbar.scss +1 -2
  206. package/notification-center/index.d.ts +322 -1
  207. package/notification-center/notification-center.scss +14 -9
  208. package/notification-center/notification-item.scss +2 -1
  209. package/overflow-items/index.d.ts +162 -2
  210. package/package.json +13 -17
  211. package/popover/index.d.ts +182 -1
  212. package/popover/popover.scss +8 -12
  213. package/prebuilt-themes/dark-theme.css +1 -1
  214. package/prebuilt-themes/light-theme.css +1 -1
  215. package/prebuilt-themes/theme.css +1 -1
  216. package/progress-bar/index.d.ts +31 -1
  217. package/progress-bar/progress-bar.scss +4 -0
  218. package/progress-spinner/index.d.ts +37 -1
  219. package/progress-spinner/progress-spinner.scss +5 -1
  220. package/radio/index.d.ts +203 -1
  221. package/radio/radio.scss +18 -4
  222. package/resizer/index.d.ts +85 -2
  223. package/schematics/collection.json +10 -0
  224. package/schematics/migrations/css-selectors/index.js +1 -1
  225. package/schematics/migrations/deprecated-icons/index.js +1 -1
  226. package/schematics/migrations/filter-bar-signals/README.md +66 -0
  227. package/schematics/migrations/filter-bar-signals/data.js +72 -0
  228. package/schematics/migrations/filter-bar-signals/index.js +316 -0
  229. package/schematics/migrations/filter-bar-signals/schema.json +20 -0
  230. package/schematics/migrations/new-icons-pack/index.js +1 -1
  231. package/schematics/migrations/v20-upgrade/README.md +72 -0
  232. package/schematics/migrations/v20-upgrade/data.js +274 -0
  233. package/schematics/migrations/v20-upgrade/index.js +222 -0
  234. package/schematics/migrations/v20-upgrade/schema.json +20 -0
  235. package/schematics/migrations.json +15 -0
  236. package/schematics/ng-add/index.js +3 -4
  237. package/scrollbar/index.d.ts +136 -1
  238. package/search-expandable/index.d.ts +98 -1
  239. package/select/index.d.ts +701 -1
  240. package/sidebar/index.d.ts +93 -1
  241. package/sidepanel/index.d.ts +263 -1
  242. package/sidepanel/sidepanel.scss +0 -8
  243. package/skeleton/index.d.ts +26 -2
  244. package/skeleton/skeleton.scss +4 -0
  245. package/split-button/_split-button-theme.scss +2 -2
  246. package/split-button/index.d.ts +46 -1
  247. package/splitter/_splitter-theme.scss +2 -2
  248. package/splitter/index.d.ts +142 -1
  249. package/table/_table-theme.scss +4 -0
  250. package/table/index.d.ts +24 -1
  251. package/tabs/index.d.ts +647 -1
  252. package/tabs/tab-header.scss +1 -0
  253. package/tabs/tabs-tokens.scss +1 -1
  254. package/tags/index.d.ts +706 -1
  255. package/textarea/index.d.ts +133 -1
  256. package/time-range/index.d.ts +310 -7
  257. package/time-range/time-range.scss +0 -8
  258. package/timepicker/index.d.ts +193 -1
  259. package/timepicker/timepicker.scss +2 -2
  260. package/timezone/index.d.ts +123 -1
  261. package/title/index.d.ts +131 -1
  262. package/toast/index.d.ts +164 -1
  263. package/toggle/index.d.ts +84 -1
  264. package/tooltip/index.d.ts +211 -1
  265. package/top-bar/index.d.ts +33 -1
  266. package/top-bar/top-bar.scss +1 -2
  267. package/tree/_tree-theme.scss +2 -7
  268. package/tree/index.d.ts +733 -1
  269. package/tree/toggle.scss +5 -0
  270. package/tree/tree-option.scss +20 -11
  271. package/tree-select/_tree-select-theme.scss +1 -1
  272. package/tree-select/index.d.ts +384 -1
  273. package/username/index.d.ts +194 -5
  274. package/accordion/accordion-content.d.ts +0 -6
  275. package/accordion/accordion-content.directive.d.ts +0 -27
  276. package/accordion/accordion-header.d.ts +0 -6
  277. package/accordion/accordion-header.directive.d.ts +0 -7
  278. package/accordion/accordion-item.d.ts +0 -77
  279. package/accordion/accordion-trigger.component.d.ts +0 -24
  280. package/accordion/accordion-trigger.directive.d.ts +0 -21
  281. package/accordion/accordion.component.d.ts +0 -79
  282. package/accordion/accordion.module.d.ts +0 -12
  283. package/accordion/public-api.d.ts +0 -9
  284. package/actions-panel/actions-panel-config.d.ts +0 -82
  285. package/actions-panel/actions-panel-container.d.ts +0 -90
  286. package/actions-panel/actions-panel-ref.d.ts +0 -44
  287. package/actions-panel/actions-panel.d.ts +0 -85
  288. package/actions-panel/module.d.ts +0 -7
  289. package/alert/alert.component.d.ts +0 -43
  290. package/alert/alert.module.d.ts +0 -9
  291. package/alert/public-api.d.ts +0 -2
  292. package/app-switcher/app-switcher-animations.d.ts +0 -5
  293. package/app-switcher/app-switcher-dropdown-app.d.ts +0 -11
  294. package/app-switcher/app-switcher-dropdown-site.d.ts +0 -9
  295. package/app-switcher/app-switcher.d.ts +0 -198
  296. package/app-switcher/app-switcher.module.d.ts +0 -10
  297. package/app-switcher/kbq-app-switcher-list-item.d.ts +0 -16
  298. package/app-switcher/public-api.d.ts +0 -6
  299. package/autocomplete/autocomplete-origin.directive.d.ts +0 -12
  300. package/autocomplete/autocomplete-trigger.directive.d.ts +0 -169
  301. package/autocomplete/autocomplete.component.d.ts +0 -88
  302. package/autocomplete/autocomplete.module.d.ts +0 -12
  303. package/autocomplete/public-api.d.ts +0 -4
  304. package/badge/badge.component.d.ts +0 -46
  305. package/badge/badge.module.d.ts +0 -9
  306. package/badge/public-api.d.ts +0 -2
  307. package/breadcrumbs/breadcrumbs.d.ts +0 -121
  308. package/breadcrumbs/breadcrumbs.module.d.ts +0 -7
  309. package/breadcrumbs/breadcrumbs.types.d.ts +0 -22
  310. package/breadcrumbs/public-api.d.ts +0 -5
  311. package/breadcrumbs/roving-focus-group.directive.d.ts +0 -50
  312. package/breadcrumbs/roving-focus-item.directive.d.ts +0 -50
  313. package/breadcrumbs/utils.d.ts +0 -19
  314. package/button/button-group.d.ts +0 -45
  315. package/button/button-slots.d.ts +0 -11
  316. package/button/button.component.d.ts +0 -74
  317. package/button/button.dropdown-trigger.directive.d.ts +0 -14
  318. package/button/button.module.d.ts +0 -13
  319. package/button/public-api.d.ts +0 -5
  320. package/button-toggle/button-toggle.component.d.ts +0 -146
  321. package/button-toggle/button-toggle.module.d.ts +0 -9
  322. package/button-toggle/public-api.d.ts +0 -2
  323. package/checkbox/checkbox-config.d.ts +0 -13
  324. package/checkbox/checkbox-module.d.ts +0 -9
  325. package/checkbox/checkbox-required-validator.d.ts +0 -13
  326. package/checkbox/checkbox.d.ts +0 -128
  327. package/checkbox/public-api.d.ts +0 -4
  328. package/clamped-text/clamped-list.d.ts +0 -41
  329. package/clamped-text/clamped-text.d.ts +0 -65
  330. package/clamped-text/constants.d.ts +0 -34
  331. package/clamped-text/module.d.ts +0 -8
  332. package/code-block/code-block-highlight.d.ts +0 -98
  333. package/code-block/code-block.d.ts +0 -259
  334. package/code-block/code-block.module.d.ts +0 -7
  335. package/code-block/public-api.d.ts +0 -4
  336. package/code-block/types.d.ts +0 -36
  337. package/content-panel/content-panel.d.ts +0 -149
  338. package/content-panel/module.d.ts +0 -7
  339. package/core/animation/animation.d.ts +0 -37
  340. package/core/animation/fade-animations.d.ts +0 -2
  341. package/core/animation/index.d.ts +0 -3
  342. package/core/animation/select-animations.d.ts +0 -12
  343. package/core/common-behaviors/checkbox.d.ts +0 -5
  344. package/core/common-behaviors/clipboard.d.ts +0 -12
  345. package/core/common-behaviors/color.d.ts +0 -50
  346. package/core/common-behaviors/common-module.d.ts +0 -38
  347. package/core/common-behaviors/constructor.d.ts +0 -9
  348. package/core/common-behaviors/disabled.d.ts +0 -8
  349. package/core/common-behaviors/error-state.d.ts +0 -46
  350. package/core/common-behaviors/flex.d.ts +0 -4
  351. package/core/common-behaviors/hover.d.ts +0 -15
  352. package/core/common-behaviors/index.d.ts +0 -14
  353. package/core/common-behaviors/orientation.d.ts +0 -4
  354. package/core/common-behaviors/read-state.d.ts +0 -12
  355. package/core/common-behaviors/size.d.ts +0 -4
  356. package/core/common-behaviors/tabindex.d.ts +0 -8
  357. package/core/datetime/date-adapter.d.ts +0 -12
  358. package/core/datetime/date-formats.d.ts +0 -4
  359. package/core/datetime/index.d.ts +0 -2
  360. package/core/error/error-state-matcher.d.ts +0 -39
  361. package/core/form-field/field-sizing-content.d.ts +0 -21
  362. package/core/form-field/form-field-ref.d.ts +0 -28
  363. package/core/form-field/index.d.ts +0 -2
  364. package/core/formatters/date/formatter.d.ts +0 -11
  365. package/core/formatters/date/formatter.pipe.d.ts +0 -139
  366. package/core/formatters/filesize/config.d.ts +0 -66
  367. package/core/formatters/filesize/formatter.d.ts +0 -17
  368. package/core/formatters/filesize/index.d.ts +0 -3
  369. package/core/formatters/filesize/size.d.ts +0 -52
  370. package/core/formatters/index.d.ts +0 -13
  371. package/core/formatters/number/formatter.d.ts +0 -101
  372. package/core/forms/forms-module.d.ts +0 -7
  373. package/core/forms/forms.directive.d.ts +0 -22
  374. package/core/forms/index.d.ts +0 -3
  375. package/core/forms/validators.d.ts +0 -120
  376. package/core/highlight/highlight.pipe.d.ts +0 -10
  377. package/core/highlight/index.d.ts +0 -9
  378. package/core/line/line.d.ts +0 -23
  379. package/core/locales/en-US.d.ts +0 -176
  380. package/core/locales/es-LA.d.ts +0 -175
  381. package/core/locales/formatters.d.ts +0 -190
  382. package/core/locales/index.d.ts +0 -9
  383. package/core/locales/locale-service.d.ts +0 -1117
  384. package/core/locales/locale-service.module.d.ts +0 -6
  385. package/core/locales/pt-BR.d.ts +0 -175
  386. package/core/locales/ru-RU.d.ts +0 -176
  387. package/core/locales/tk-TM.d.ts +0 -176
  388. package/core/locales/types.d.ts +0 -77
  389. package/core/navbar/index.d.ts +0 -1
  390. package/core/navbar/rectangle-item.d.ts +0 -14
  391. package/core/option/action-container.d.ts +0 -5
  392. package/core/option/action.d.ts +0 -38
  393. package/core/option/index.d.ts +0 -5
  394. package/core/option/optgroup.d.ts +0 -16
  395. package/core/option/option-module.d.ts +0 -10
  396. package/core/option/option.d.ts +0 -170
  397. package/core/overlay/overlay-position-map.d.ts +0 -40
  398. package/core/pop-up/constants.d.ts +0 -56
  399. package/core/pop-up/focus-trap-strategy.d.ts +0 -5
  400. package/core/pop-up/index.d.ts +0 -5
  401. package/core/pop-up/pop-up-styles.d.ts +0 -2
  402. package/core/pop-up/pop-up-trigger.d.ts +0 -104
  403. package/core/pop-up/pop-up.d.ts +0 -57
  404. package/core/public-api.d.ts +0 -23
  405. package/core/select/common.d.ts +0 -59
  406. package/core/select/constants.d.ts +0 -22
  407. package/core/select/errors.d.ts +0 -19
  408. package/core/select/events.d.ts +0 -1
  409. package/core/select/index.d.ts +0 -4
  410. package/core/selection/constants.d.ts +0 -4
  411. package/core/selection/index.d.ts +0 -3
  412. package/core/selection/pseudo-checkbox/pseudo-checkbox.d.ts +0 -23
  413. package/core/selection/pseudo-checkbox/pseudo-checkbox.module.d.ts +0 -8
  414. package/core/services/measure-scrollbar.service.d.ts +0 -11
  415. package/core/services/theme.service.d.ts +0 -41
  416. package/core/title/index.d.ts +0 -1
  417. package/core/title/title-text-ref.d.ts +0 -6
  418. package/core/tokens/index.d.ts +0 -1
  419. package/core/tokens/window.d.ts +0 -5
  420. package/core/utils/dom.d.ts +0 -4
  421. package/core/utils/index.d.ts +0 -2
  422. package/core/utils/public-api.d.ts +0 -1
  423. package/core/utils/utils.d.ts +0 -25
  424. package/core/validation/index.d.ts +0 -1
  425. package/core/validation/validation.d.ts +0 -29
  426. package/core/version.d.ts +0 -2
  427. package/datepicker/calendar-body.component.d.ts +0 -55
  428. package/datepicker/calendar-header.component.d.ts +0 -51
  429. package/datepicker/calendar.component.d.ts +0 -89
  430. package/datepicker/datepicker-animations.d.ts +0 -9
  431. package/datepicker/datepicker-errors.d.ts +0 -2
  432. package/datepicker/datepicker-input.directive.d.ts +0 -221
  433. package/datepicker/datepicker-intl.d.ts +0 -32
  434. package/datepicker/datepicker-module.d.ts +0 -21
  435. package/datepicker/datepicker-toggle.component.d.ts +0 -57
  436. package/datepicker/datepicker.component.d.ts +0 -148
  437. package/datepicker/month-view.component.d.ts +0 -73
  438. package/datepicker/public-api.d.ts +0 -10
  439. package/divider/divider.component.d.ts +0 -18
  440. package/divider/divider.module.d.ts +0 -8
  441. package/divider/public-api.d.ts +0 -2
  442. package/dl/dl.component.d.ts +0 -26
  443. package/dl/dl.module.d.ts +0 -9
  444. package/dl/public-api.d.ts +0 -2
  445. package/dropdown/dropdown-animations.d.ts +0 -11
  446. package/dropdown/dropdown-content.directive.d.ts +0 -32
  447. package/dropdown/dropdown-errors.d.ts +0 -17
  448. package/dropdown/dropdown-item.component.d.ts +0 -52
  449. package/dropdown/dropdown-trigger.directive.d.ts +0 -167
  450. package/dropdown/dropdown.component.d.ts +0 -134
  451. package/dropdown/dropdown.module.d.ts +0 -13
  452. package/dropdown/dropdown.types.d.ts +0 -67
  453. package/dropdown/public-api.d.ts +0 -8
  454. package/dynamic-translation/dynamic-translation.d.ts +0 -72
  455. package/dynamic-translation/module.d.ts +0 -7
  456. package/ellipsis-center/ellipsis-center.directive.d.ts +0 -36
  457. package/ellipsis-center/public-api.d.ts +0 -1
  458. package/empty-state/empty-state.component.d.ts +0 -36
  459. package/empty-state/empty-state.module.d.ts +0 -9
  460. package/empty-state/public-api.d.ts +0 -2
  461. package/fesm2022/koobiq-components-navbar-ic.mjs +0 -863
  462. package/fesm2022/koobiq-components-navbar-ic.mjs.map +0 -1
  463. package/fesm2022/koobiq-components-risk-level.mjs +0 -75
  464. package/fesm2022/koobiq-components-risk-level.mjs.map +0 -1
  465. package/file-upload/dropzone.d.ts +0 -147
  466. package/file-upload/file-upload.d.ts +0 -102
  467. package/file-upload/file-upload.module.d.ts +0 -20
  468. package/file-upload/multiple-file-upload.component.d.ts +0 -138
  469. package/file-upload/primitives/file-drop.d.ts +0 -35
  470. package/file-upload/primitives/file-picker.d.ts +0 -82
  471. package/file-upload/primitives/index.d.ts +0 -2
  472. package/file-upload/public-api.d.ts +0 -7
  473. package/file-upload/single-file-upload.component.d.ts +0 -118
  474. package/filter-bar/filter-bar-button.d.ts +0 -14
  475. package/filter-bar/filter-bar.d.ts +0 -81
  476. package/filter-bar/filter-bar.module.d.ts +0 -17
  477. package/filter-bar/filter-bar.types.d.ts +0 -143
  478. package/filter-bar/filter-refresher.d.ts +0 -5
  479. package/filter-bar/filter-reset.d.ts +0 -15
  480. package/filter-bar/filter-search.d.ts +0 -54
  481. package/filter-bar/filter-search.scss +0 -12
  482. package/filter-bar/filters.d.ts +0 -122
  483. package/filter-bar/pipe-add.d.ts +0 -28
  484. package/filter-bar/pipe.directive.d.ts +0 -13
  485. package/filter-bar/pipes/base-pipe.d.ts +0 -74
  486. package/filter-bar/pipes/pipe-button.d.ts +0 -21
  487. package/filter-bar/pipes/pipe-date.d.ts +0 -65
  488. package/filter-bar/pipes/pipe-datetime.d.ts +0 -66
  489. package/filter-bar/pipes/pipe-multi-select.d.ts +0 -56
  490. package/filter-bar/pipes/pipe-multi-tree-select.d.ts +0 -67
  491. package/filter-bar/pipes/pipe-readonly.d.ts +0 -7
  492. package/filter-bar/pipes/pipe-select.d.ts +0 -30
  493. package/filter-bar/pipes/pipe-state.d.ts +0 -21
  494. package/filter-bar/pipes/pipe-text.d.ts +0 -26
  495. package/filter-bar/pipes/pipe-title.d.ts +0 -27
  496. package/filter-bar/pipes/pipe-tree-select.d.ts +0 -42
  497. package/filter-bar/public-api.d.ts +0 -21
  498. package/form-field/cleaner.d.ts +0 -11
  499. package/form-field/error.d.ts +0 -8
  500. package/form-field/fieldset.d.ts +0 -27
  501. package/form-field/form-field-control.d.ts +0 -40
  502. package/form-field/form-field.d.ts +0 -298
  503. package/form-field/form-field.module.d.ts +0 -19
  504. package/form-field/hint.d.ts +0 -15
  505. package/form-field/label.d.ts +0 -6
  506. package/form-field/password-hint.d.ts +0 -53
  507. package/form-field/password-toggle.d.ts +0 -56
  508. package/form-field/prefix.d.ts +0 -6
  509. package/form-field/public-api.d.ts +0 -15
  510. package/form-field/reactive-password-hint.d.ts +0 -20
  511. package/form-field/stepper.d.ts +0 -59
  512. package/form-field/suffix.d.ts +0 -6
  513. package/form-field/validate.directive.d.ts +0 -53
  514. package/icon/icon-button.component.d.ts +0 -28
  515. package/icon/icon-item.component.d.ts +0 -11
  516. package/icon/icon-registry-providers.d.ts +0 -34
  517. package/icon/icon-registry.d.ts +0 -50
  518. package/icon/icon.component.d.ts +0 -33
  519. package/icon/icon.module.d.ts +0 -9
  520. package/icon/public-api.d.ts +0 -6
  521. package/inline-edit/inline-edit.d.ts +0 -161
  522. package/inline-edit/module.d.ts +0 -7
  523. package/input/input-errors.d.ts +0 -1
  524. package/input/input-number-validators.d.ts +0 -35
  525. package/input/input-number.d.ts +0 -96
  526. package/input/input-password.d.ts +0 -99
  527. package/input/input-value-accessor.d.ts +0 -4
  528. package/input/input.d.ts +0 -109
  529. package/input/input.module.d.ts +0 -14
  530. package/input/public-api.d.ts +0 -6
  531. package/link/link.component.d.ts +0 -53
  532. package/link/link.module.d.ts +0 -8
  533. package/link/public-api.d.ts +0 -2
  534. package/list/list-selection.component.d.ts +0 -196
  535. package/list/list.component.d.ts +0 -18
  536. package/list/list.module.d.ts +0 -11
  537. package/list/public-api.d.ts +0 -3
  538. package/loader-overlay/loader-overlay.component.d.ts +0 -47
  539. package/loader-overlay/loader-overlay.module.d.ts +0 -10
  540. package/loader-overlay/public-api.d.ts +0 -2
  541. package/markdown/markdown.component.d.ts +0 -31
  542. package/markdown/markdown.module.d.ts +0 -7
  543. package/markdown/markdown.service.d.ts +0 -19
  544. package/markdown/markdown.values.d.ts +0 -10
  545. package/markdown/public-api.d.ts +0 -4
  546. package/modal/css-unit.pipe.d.ts +0 -7
  547. package/modal/modal-control.service.d.ts +0 -20
  548. package/modal/modal-ref.class.d.ts +0 -37
  549. package/modal/modal-util.d.ts +0 -15
  550. package/modal/modal.component.d.ts +0 -141
  551. package/modal/modal.directive.d.ts +0 -20
  552. package/modal/modal.module.d.ts +0 -15
  553. package/modal/modal.service.d.ts +0 -42
  554. package/modal/modal.type.d.ts +0 -72
  555. package/modal/public-api.d.ts +0 -6
  556. package/navbar/navbar-brand.component.d.ts +0 -41
  557. package/navbar/navbar-item.component.d.ts +0 -131
  558. package/navbar/navbar-toggle.component.d.ts +0 -23
  559. package/navbar/navbar.component.d.ts +0 -68
  560. package/navbar/navbar.module.d.ts +0 -15
  561. package/navbar/public-api.d.ts +0 -6
  562. package/navbar/vertical-navbar.component.d.ts +0 -47
  563. package/navbar-ic/_navbar-ic-theme.scss +0 -81
  564. package/navbar-ic/index.d.ts +0 -1
  565. package/navbar-ic/navbar-ic-divider.scss +0 -7
  566. package/navbar-ic/navbar-ic-header.d.ts +0 -22
  567. package/navbar-ic/navbar-ic-header.scss +0 -49
  568. package/navbar-ic/navbar-ic-item.d.ts +0 -144
  569. package/navbar-ic/navbar-ic-item.scss +0 -92
  570. package/navbar-ic/navbar-ic-tokens.scss +0 -22
  571. package/navbar-ic/navbar-ic.animation.d.ts +0 -3
  572. package/navbar-ic/navbar-ic.d.ts +0 -118
  573. package/navbar-ic/navbar-ic.module.d.ts +0 -14
  574. package/navbar-ic/navbar-ic.scss +0 -32
  575. package/navbar-ic/public-api.d.ts +0 -4
  576. package/notification-center/notification-center-animations.d.ts +0 -5
  577. package/notification-center/notification-center.d.ts +0 -184
  578. package/notification-center/notification-center.module.d.ts +0 -7
  579. package/notification-center/notification-center.service.d.ts +0 -115
  580. package/notification-center/notification-item.d.ts +0 -27
  581. package/notification-center/public-api.d.ts +0 -4
  582. package/overflow-items/module.d.ts +0 -7
  583. package/overflow-items/overflow-items.d.ts +0 -152
  584. package/popover/popover-animations.d.ts +0 -4
  585. package/popover/popover-confirm.component.d.ts +0 -28
  586. package/popover/popover.component.d.ts +0 -139
  587. package/popover/popover.module.d.ts +0 -14
  588. package/popover/public-api.d.ts +0 -4
  589. package/progress-bar/progress-bar.component.d.ts +0 -20
  590. package/progress-bar/progress-bar.module.d.ts +0 -8
  591. package/progress-bar/public-api.d.ts +0 -2
  592. package/progress-spinner/progress-spinner.component.d.ts +0 -26
  593. package/progress-spinner/progress-spinner.module.d.ts +0 -9
  594. package/progress-spinner/public-api.d.ts +0 -2
  595. package/public-api.d.ts +0 -1
  596. package/radio/public-api.d.ts +0 -2
  597. package/radio/radio.component.d.ts +0 -200
  598. package/radio/radio.module.d.ts +0 -8
  599. package/resizer/module.d.ts +0 -7
  600. package/resizer/resizer.d.ts +0 -75
  601. package/risk-level/_risk-level-theme.scss +0 -74
  602. package/risk-level/index.d.ts +0 -1
  603. package/risk-level/public-api.d.ts +0 -2
  604. package/risk-level/risk-level-tokens.scss +0 -33
  605. package/risk-level/risk-level.component.d.ts +0 -21
  606. package/risk-level/risk-level.component.scss +0 -22
  607. package/risk-level/risk-level.module.d.ts +0 -12
  608. package/scrollbar/public-api.d.ts +0 -4
  609. package/scrollbar/scrollbar.component.d.ts +0 -37
  610. package/scrollbar/scrollbar.directive.d.ts +0 -29
  611. package/scrollbar/scrollbar.module.d.ts +0 -8
  612. package/scrollbar/scrollbar.types.d.ts +0 -33
  613. package/search-expandable/public-api.d.ts +0 -2
  614. package/search-expandable/search-expandable.d.ts +0 -89
  615. package/search-expandable/search-expandable.module.d.ts +0 -7
  616. package/select/public-api.d.ts +0 -4
  617. package/select/select-common.d.ts +0 -30
  618. package/select/select-option.directive.d.ts +0 -21
  619. package/select/select.component.d.ts +0 -627
  620. package/select/select.module.d.ts +0 -17
  621. package/sidebar/public-api.d.ts +0 -2
  622. package/sidebar/sidebar-animations.d.ts +0 -8
  623. package/sidebar/sidebar.component.d.ts +0 -80
  624. package/sidebar/sidebar.module.d.ts +0 -8
  625. package/sidepanel/public-api.d.ts +0 -6
  626. package/sidepanel/sidepanel-animations.d.ts +0 -20
  627. package/sidepanel/sidepanel-config.d.ts +0 -43
  628. package/sidepanel/sidepanel-container.component.d.ts +0 -67
  629. package/sidepanel/sidepanel-directives.d.ts +0 -61
  630. package/sidepanel/sidepanel-ref.d.ts +0 -36
  631. package/sidepanel/sidepanel.module.d.ts +0 -14
  632. package/sidepanel/sidepanel.service.d.ts +0 -58
  633. package/skeleton/module.d.ts +0 -7
  634. package/skeleton/skeleton.d.ts +0 -17
  635. package/split-button/public-api.d.ts +0 -2
  636. package/split-button/split-button.d.ts +0 -37
  637. package/split-button/split-button.module.d.ts +0 -7
  638. package/splitter/public-api.d.ts +0 -2
  639. package/splitter/splitter.component.d.ts +0 -136
  640. package/splitter/splitter.module.d.ts +0 -8
  641. package/table/public-api.d.ts +0 -2
  642. package/table/table.component.d.ts +0 -12
  643. package/table/table.module.d.ts +0 -9
  644. package/tabs/paginated-tab-header.d.ts +0 -182
  645. package/tabs/public-api.d.ts +0 -10
  646. package/tabs/tab-body.component.d.ts +0 -95
  647. package/tabs/tab-content.directive.d.ts +0 -9
  648. package/tabs/tab-group.component.d.ts +0 -137
  649. package/tabs/tab-header.component.d.ts +0 -34
  650. package/tabs/tab-label-wrapper.directive.d.ts +0 -29
  651. package/tabs/tab-label.directive.d.ts +0 -11
  652. package/tabs/tab-nav-bar.d.ts +0 -91
  653. package/tabs/tab.component.d.ts +0 -70
  654. package/tabs/tabs-animations.d.ts +0 -4
  655. package/tabs/tabs.module.d.ts +0 -20
  656. package/tags/public-api.d.ts +0 -5
  657. package/tags/tag-default-options.d.ts +0 -13
  658. package/tags/tag-input.d.ts +0 -110
  659. package/tags/tag-list.component.d.ts +0 -373
  660. package/tags/tag-text-control.d.ts +0 -10
  661. package/tags/tag.component.d.ts +0 -272
  662. package/tags/tag.module.d.ts +0 -10
  663. package/textarea/public-api.d.ts +0 -2
  664. package/textarea/textarea.component.d.ts +0 -123
  665. package/textarea/textarea.module.d.ts +0 -10
  666. package/time-range/constants.d.ts +0 -19
  667. package/time-range/module.d.ts +0 -10
  668. package/time-range/time-range-editor.d.ts +0 -65
  669. package/time-range/time-range-title-as-form-field.d.ts +0 -41
  670. package/time-range/time-range-title.d.ts +0 -18
  671. package/time-range/time-range.d.ts +0 -78
  672. package/time-range/time-range.service.d.ts +0 -25
  673. package/time-range/types.d.ts +0 -69
  674. package/timepicker/public-api.d.ts +0 -3
  675. package/timepicker/timepicker.constants.d.ts +0 -22
  676. package/timepicker/timepicker.directive.d.ts +0 -159
  677. package/timepicker/timepicker.module.d.ts +0 -11
  678. package/timezone/cities-by-filter.pipe.d.ts +0 -7
  679. package/timezone/public-api.d.ts +0 -6
  680. package/timezone/timezone-option.component.d.ts +0 -15
  681. package/timezone/timezone-option.directive.d.ts +0 -22
  682. package/timezone/timezone-select.component.d.ts +0 -16
  683. package/timezone/timezone.models.d.ts +0 -16
  684. package/timezone/timezone.module.d.ts +0 -20
  685. package/timezone/timezone.utils.d.ts +0 -22
  686. package/timezone/utc-offset.pipe.d.ts +0 -9
  687. package/title/public-api.d.ts +0 -2
  688. package/title/title.directive.d.ts +0 -33
  689. package/title/title.module.d.ts +0 -8
  690. package/toast/public-api.d.ts +0 -5
  691. package/toast/toast-animations.d.ts +0 -5
  692. package/toast/toast-container.component.d.ts +0 -19
  693. package/toast/toast.component.d.ts +0 -41
  694. package/toast/toast.module.d.ts +0 -8
  695. package/toast/toast.service.d.ts +0 -61
  696. package/toast/toast.type.d.ts +0 -44
  697. package/toggle/public-api.d.ts +0 -2
  698. package/toggle/toggle.component.d.ts +0 -77
  699. package/toggle/toggle.module.d.ts +0 -8
  700. package/tooltip/public-api.d.ts +0 -2
  701. package/tooltip/tooltip.animations.d.ts +0 -8
  702. package/tooltip/tooltip.component.d.ts +0 -156
  703. package/tooltip/tooltip.module.d.ts +0 -7
  704. package/top-bar/module.d.ts +0 -7
  705. package/top-bar/public-api.d.ts +0 -2
  706. package/top-bar/top-bar.d.ts +0 -25
  707. package/tree/control/base-tree-control.d.ts +0 -40
  708. package/tree/control/flat-tree-control.d.ts +0 -55
  709. package/tree/control/flat-tree-control.filters.d.ts +0 -27
  710. package/tree/control/nested-tree-control.d.ts +0 -19
  711. package/tree/control/tree-control.d.ts +0 -44
  712. package/tree/data-source/flat-data-source.d.ts +0 -80
  713. package/tree/data-source/nested-data-source.d.ts +0 -15
  714. package/tree/node.d.ts +0 -34
  715. package/tree/outlet.d.ts +0 -9
  716. package/tree/padding.directive.d.ts +0 -45
  717. package/tree/public-api.d.ts +0 -16
  718. package/tree/toggle.d.ts +0 -28
  719. package/tree/tree-base.d.ts +0 -96
  720. package/tree/tree-errors.d.ts +0 -25
  721. package/tree/tree-option.component.d.ts +0 -89
  722. package/tree/tree-selection.component.d.ts +0 -156
  723. package/tree/tree.d.ts +0 -6
  724. package/tree/tree.module.d.ts +0 -16
  725. package/tree-select/public-api.d.ts +0 -2
  726. package/tree-select/tree-select.component.d.ts +0 -360
  727. package/tree-select/tree-select.module.d.ts +0 -15
  728. package/username/constants.d.ts +0 -15
  729. package/username/module.d.ts +0 -8
  730. package/username/types.d.ts +0 -62
  731. package/username/username.d.ts +0 -68
  732. package/username/username.pipe.d.ts +0 -23
package/core/index.d.ts CHANGED
@@ -1 +1,4794 @@
1
- export * from './public-api';
1
+ import * as i0 from '@angular/core';
2
+ import { QueryList, ElementRef, Type, Provider, InjectionToken, ModelSignal, PipeTransform, AfterContentInit, EventEmitter, AfterViewInit, OnDestroy, AfterViewChecked, OnInit, NgZone, ViewContainerRef, DestroyRef, TemplateRef, Renderer2, ChangeDetectorRef, RendererFactory2, Version } from '@angular/core';
3
+ import { Subject, BehaviorSubject, Observable, Subscription } from 'rxjs';
4
+ import { FocusOrigin, FocusTrapInertStrategy } from '@angular/cdk/a11y';
5
+ import { AnimationTriggerMetadata, AnimationEvent } from '@angular/animations';
6
+ import { DateAdapter as DateAdapter$1, DateFormats } from '@koobiq/date-adapter';
7
+ import { AbstractControl, FormGroupDirective, NgForm, NgControl, ValidatorFn } from '@angular/forms';
8
+ import { FormatterDurationTemplate, DateFormatter as DateFormatter$1, DateTimeOptions } from '@koobiq/date-formatter';
9
+ import { ConnectionPositionPair, Overlay, ScrollStrategy, OverlayContainer, ScrollDispatcher, CdkScrollable, OverlayRef, OverlayConfig, FlexibleConnectedPositionStrategy, ConnectedOverlayPositionChange, CdkConnectedOverlay, RepositionScrollStrategy } from '@angular/cdk/overlay';
10
+ import { Directionality } from '@angular/cdk/bidi';
11
+ import { ComponentPortal } from '@angular/cdk/portal';
12
+ import { ViewportRuler } from '@angular/cdk/scrolling';
13
+ import { AsyncScheduler } from 'rxjs/internal/scheduler/AsyncScheduler';
14
+
15
+ interface ListKeyManagerOption {
16
+ disabled?: boolean;
17
+ getLabel?(): string;
18
+ }
19
+ /** Modifier keys handled by the ListKeyManager. */
20
+ type ListKeyManagerModifierKey = 'altKey' | 'ctrlKey' | 'metaKey' | 'shiftKey';
21
+ /**
22
+ * This class manages keyboard events for selectable lists. If you pass it a query list
23
+ * of items, it will set the active item correctly when arrow events occur.
24
+ */
25
+ declare class ListKeyManager<T extends ListKeyManagerOption> {
26
+ private _items;
27
+ /**
28
+ * Stream that emits any time the TAB key is pressed, so components can react
29
+ * when focus is shifted off of the list.
30
+ */
31
+ tabOut: Subject<void>;
32
+ /** Stream that emits whenever the active item of the list manager changes. */
33
+ change: Subject<number>;
34
+ previousActiveItemIndex: number;
35
+ get activeItemIndex(): number;
36
+ private _activeItemIndex;
37
+ get activeItem(): T | null;
38
+ private _activeItem;
39
+ private wrap;
40
+ private letterKeyStream;
41
+ private typeaheadSubscription;
42
+ private vertical;
43
+ private horizontal;
44
+ private scrollSize;
45
+ private pressedLetters;
46
+ private homeAndEnd;
47
+ private allowedModifierKeys;
48
+ constructor(_items: QueryList<T>);
49
+ /** Gets whether the user is currently typing into the manager using the typeahead feature. */
50
+ isTyping(): boolean;
51
+ withScrollSize(scrollSize: number): this;
52
+ /**
53
+ * Modifier keys which are allowed to be held down and whose default actions will be prevented
54
+ * as the user is pressing the arrow keys. Defaults to not allowing any modifier keys.
55
+ */
56
+ withAllowedModifierKeys(keys: ListKeyManagerModifierKey[]): this;
57
+ /**
58
+ * Turns on wrapping mode, which ensures that the active item will wrap to
59
+ * the other end of list when there are no more items in the given direction.
60
+ */
61
+ withWrap(shouldWrap?: boolean): this;
62
+ /**
63
+ * Sets the predicate function that determines which items should be skipped by the
64
+ * list key manager.
65
+ * @param predicate Function that determines whether the given item should be skipped.
66
+ */
67
+ skipPredicate(predicate: (item: T) => boolean): this;
68
+ /**
69
+ * Configures whether the key manager should be able to move the selection vertically.
70
+ * @param enabled Whether vertical selection should be enabled.
71
+ */
72
+ withVerticalOrientation(enabled?: boolean): this;
73
+ /**
74
+ * Configures the key manager to move the selection horizontally.
75
+ * Passing in `null` will disable horizontal movement.
76
+ * @param direction Direction in which the selection can be moved.
77
+ */
78
+ withHorizontalOrientation(direction: 'ltr' | 'rtl' | null): this;
79
+ /**
80
+ * Turns on typeahead mode which allows users to set the active item by typing.
81
+ * @param searchLetterIndex letter index for incremental search, if is -1 search is disabled
82
+ * @param debounceInterval Time to wait after the last keystroke before setting the active item.
83
+ */
84
+ withTypeAhead(debounceInterval?: number, searchLetterIndex?: number): this;
85
+ /**
86
+ * Configures the key manager to activate the first and last items
87
+ * respectively when the Home or End key is pressed.
88
+ * @param enabled Whether pressing the Home or End key activates the first/last item.
89
+ */
90
+ withHomeAndEnd(enabled?: boolean): this;
91
+ /**
92
+ * Sets the active item to the item at the index specified.
93
+ * @param index The index of the item to be set as active or item The item to be set as active.
94
+ */
95
+ setActiveItem(index: number | T): void;
96
+ /**
97
+ * Sets the active item depending on the key event passed in.
98
+ * @param event Keyboard event to be used for determining which element should be active.
99
+ */
100
+ onKeydown(event: KeyboardEvent): void;
101
+ setFirstItemActive(): void;
102
+ setLastItemActive(): void;
103
+ setNextItemActive(): void;
104
+ setPreviousItemActive(): void;
105
+ setNextPageItemActive(delta?: number): void;
106
+ setPreviousPageItemActive(delta?: number): void;
107
+ /**
108
+ * Allows setting the active without any other effects.
109
+ * @param index Index of the item to be set as active.
110
+ */
111
+ updateActiveItem(index: number): void;
112
+ /**
113
+ * Allows setting the active item without any other effects.
114
+ * @param item Item to be set as active or index Index of the item to be set as active..
115
+ */
116
+ updateActiveItem(item: number | T): void;
117
+ /**
118
+ * Predicate function that can be used to check whether an item should be skipped
119
+ * by the key manager. By default, disabled items are skipped.
120
+ */
121
+ private skipPredicateFn;
122
+ /**
123
+ * This method sets the active item, given a list of items and the delta between the
124
+ * currently active item and the new active item. It will calculate differently
125
+ * depending on whether wrap mode is turned on.
126
+ */
127
+ private setActiveItemByDelta;
128
+ /**
129
+ * Sets the active item properly given "wrap" mode. In other words, it will continue to move
130
+ * down the list until it finds an item that is not disabled, and it will wrap if it
131
+ * encounters either end of the list.
132
+ */
133
+ private setActiveInWrapMode;
134
+ /**
135
+ * Sets the active item properly given the default mode. In other words, it will
136
+ * continue to move down the list until it finds an item that is not disabled. If
137
+ * it encounters either end of the list, it will stop and not wrap.
138
+ */
139
+ private setActiveInDefaultMode;
140
+ /**
141
+ * Sets the active item to the first enabled item starting at the index specified. If the
142
+ * item is disabled, it will move in the fallbackDelta direction until it either
143
+ * finds an enabled item or encounters the end of the list.
144
+ */
145
+ private setActiveItemByIndex;
146
+ /** Returns the items as an array. */
147
+ private getItemsArray;
148
+ }
149
+
150
+ /**
151
+ * This is the interface for highlightable items (used by the ActiveDescendantKeyManager).
152
+ * Each item must know how to style itself as active or inactive and whether or not it is
153
+ * currently disabled.
154
+ */
155
+ interface Highlightable extends ListKeyManagerOption {
156
+ setActiveStyles(): void;
157
+ setInactiveStyles(): void;
158
+ }
159
+ declare class ActiveDescendantKeyManager<T> extends ListKeyManager<Highlightable & T> {
160
+ /**
161
+ * Sets the active item to the item at the specified index and adds the
162
+ * active styles to the newly active item. Also removes active styles
163
+ * from the previously active item.
164
+ * @param index Index of the item to be set as active.
165
+ */
166
+ setActiveItem(index: number): void;
167
+ /**
168
+ * Sets the active item to the item to the specified one and adds the
169
+ * active styles to the it. Also removes active styles from the
170
+ * previously active item.
171
+ * @param item Item to be set as active.
172
+ */
173
+ setActiveItem(item: T): void;
174
+ }
175
+
176
+ /**
177
+ * This is the interface for focusable items (used by the FocusKeyManager).
178
+ * Each item must know how to focus itself, whether or not it is currently disabled
179
+ * and be able to supply it's label.
180
+ */
181
+ interface IFocusableOption extends ListKeyManagerOption {
182
+ focus(origin?: FocusOrigin): void;
183
+ }
184
+ declare class FocusKeyManager<T> extends ListKeyManager<IFocusableOption & T> {
185
+ private origin;
186
+ /**
187
+ * Sets the active item or index to the item that is specified and focuses it.
188
+ * @param item Item to be set as active.
189
+ */
190
+ setActiveItem(item: number | T): void;
191
+ /**
192
+ * Sets the focus origin that will be passed in to the items for any subsequent `focus` calls.
193
+ * @param origin Focus origin to be used when focusing items.
194
+ */
195
+ setFocusOrigin(origin: FocusOrigin): this;
196
+ getFocusOrigin(): FocusOrigin;
197
+ }
198
+
199
+ /**
200
+ * Koobiq components animation curves
201
+ *
202
+ * @docs-private
203
+ */
204
+ declare enum KbqAnimationCurves {
205
+ StandardCurve = "cubic-bezier(0.4,0.0,0.2,1)",
206
+ DecelerationCurve = "cubic-bezier(0.0,0.0,0.2,1)",
207
+ AccelerationCurve = "cubic-bezier(0.4,0.0,1,1)",
208
+ SharpCurve = "cubic-bezier(0.4,0.0,0.6,1)",
209
+ EaseInOut = "ease-in-out",
210
+ EaseInOutQuad = "cubic-bezier(0.455,0.03,0.515,0.955)"
211
+ }
212
+ /**
213
+ * Koobiq components animation durations
214
+ *
215
+ * @docs-private
216
+ */
217
+ declare enum KbqAnimationDurations {
218
+ Long = "300ms",
219
+ Complex = "250ms",
220
+ Entering = "150ms",
221
+ Exiting = "125ms",
222
+ Rapid = "100ms",
223
+ Instant = "50ms"
224
+ }
225
+
226
+ declare const fadeAnimation: AnimationTriggerMetadata;
227
+
228
+ /**
229
+ * The following are all the animations for the kbq-select component, with each
230
+ * const containing the metadata for one animation.
231
+ *
232
+ */
233
+ declare const kbqSelectAnimations: {
234
+ readonly transformPanel: AnimationTriggerMetadata;
235
+ readonly fadeInContent: AnimationTriggerMetadata;
236
+ };
237
+
238
+ /**
239
+ * Tri-state checkbox values
240
+ * @see https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Reference/Attributes/aria-checked
241
+ */
242
+ type KbqCheckedState = 'true' | 'false' | 'mixed';
243
+
244
+ declare class KbqNormalizeWhitespace {
245
+ /** @docs-private */
246
+ protected readonly elementRef: ElementRef<HTMLElement>;
247
+ /**
248
+ * Replace thin-space with space on copy event
249
+ */
250
+ onCopy($event: ClipboardEvent): void;
251
+ static ɵfac: i0.ɵɵFactoryDeclaration<KbqNormalizeWhitespace, never>;
252
+ static ɵdir: i0.ɵɵDirectiveDeclaration<KbqNormalizeWhitespace, "[kbqNormalizeWhitespace]", never, {}, {}, never, never, true, never>;
253
+ }
254
+
255
+ /** @docs-private */
256
+ type Constructor<T> = new (...args: any[]) => T;
257
+ /**
258
+ * This is a permissive type for abstract class constructors.
259
+ * @docs-private
260
+ */
261
+ type AbstractConstructor<T> = Function & {
262
+ prototype: T;
263
+ };
264
+
265
+ interface CanColor {
266
+ color: KbqComponentColors | ThemePalette | string;
267
+ }
268
+ /** @docs-private */
269
+ type CanColorCtor = Constructor<CanColor> & AbstractConstructor<CanColor>;
270
+ interface HasElementRef {
271
+ elementRef: ElementRef;
272
+ }
273
+ declare enum ThemePalette {
274
+ Primary = "primary",
275
+ Secondary = "secondary",
276
+ Error = "error",
277
+ Info = "info",
278
+ Warning = "warning",
279
+ Success = "success",
280
+ Default = "secondary",
281
+ Empty = ""
282
+ }
283
+ declare enum KbqComponentColors {
284
+ Theme = "theme",
285
+ ThemeFade = "theme-fade",
286
+ Contrast = "contrast",
287
+ ContrastFade = "contrast-fade",
288
+ Error = "error",
289
+ Warning = "warning",
290
+ Success = "success",
291
+ Default = "contrast",
292
+ Empty = "empty"
293
+ }
294
+ /** Mixin to augment a directive with a `color` property. */
295
+ declare function mixinColor<T extends AbstractConstructor<HasElementRef>>(base: T, defaultColor?: KbqComponentColors | ThemePalette): CanColorCtor & T;
296
+ declare class KbqColorDirective {
297
+ /** @docs-private */
298
+ readonly elementRef: ElementRef<HTMLElement>;
299
+ /** @docs-private */
300
+ protected defaultColor: KbqComponentColors | ThemePalette | string;
301
+ /** current class name of color */
302
+ get colorClassName(): KbqComponentColors | ThemePalette | string;
303
+ get color(): KbqComponentColors | ThemePalette | string;
304
+ set color(value: KbqComponentColors | ThemePalette | string);
305
+ protected _color: KbqComponentColors | ThemePalette | string;
306
+ constructor();
307
+ /** this color will be used as a default value. For example [color]="'' | false | undefined | null". */
308
+ setDefaultColor(color: KbqComponentColors | ThemePalette | string): void;
309
+ static ɵfac: i0.ɵɵFactoryDeclaration<KbqColorDirective, never>;
310
+ static ɵdir: i0.ɵɵDirectiveDeclaration<KbqColorDirective, never, never, { "color": { "alias": "color"; "required": false; }; }, {}, never, never, true, never>;
311
+ }
312
+
313
+ interface CanDisable {
314
+ disabled: boolean;
315
+ }
316
+ /** @docs-private */
317
+ type CanDisableCtor = Constructor<CanDisable> & AbstractConstructor<CanDisable>;
318
+ /** Mixin to augment a directive with a `disabled` property. */
319
+ declare function mixinDisabled<T extends AbstractConstructor<{}>>(base: T): CanDisableCtor & T;
320
+
321
+ /** Utility provider for `ErrorStateMatcher`. */
322
+ declare const kbqErrorStateMatcherProvider: (errorStateMatcher: Type<ErrorStateMatcher> | ErrorStateMatcher) => Provider;
323
+ /**
324
+ * Error state matcher that matches when a control is invalid and form is submitted.
325
+ * Requires use FormGroupDirective or NgForm.
326
+ */
327
+ declare class ShowOnFormSubmitErrorStateMatcher implements ErrorStateMatcher {
328
+ isErrorState(control: AbstractControl | null, form: FormGroupDirective | NgForm | null): boolean;
329
+ static ɵfac: i0.ɵɵFactoryDeclaration<ShowOnFormSubmitErrorStateMatcher, never>;
330
+ static ɵprov: i0.ɵɵInjectableDeclaration<ShowOnFormSubmitErrorStateMatcher>;
331
+ }
332
+ /**
333
+ * Error state matcher with split behavior based on error's type:
334
+ * - `required` errors are shown only after the form is submitted.
335
+ * - All other errors are shown as soon as the control is invalid and touched.
336
+ */
337
+ declare class ShowRequiredOnSubmitErrorStateMatcher implements ErrorStateMatcher {
338
+ isErrorState(control: AbstractControl | null, form: FormGroupDirective | NgForm | null): boolean;
339
+ static ɵfac: i0.ɵɵFactoryDeclaration<ShowRequiredOnSubmitErrorStateMatcher, never>;
340
+ static ɵprov: i0.ɵɵInjectableDeclaration<ShowRequiredOnSubmitErrorStateMatcher>;
341
+ }
342
+ /** Error state matcher that matches when a control is invalid and dirty or form is submitted. */
343
+ declare class ShowOnControlDirtyErrorStateMatcher implements ErrorStateMatcher {
344
+ isErrorState(control: AbstractControl | null, form: FormGroupDirective | NgForm | null): boolean;
345
+ static ɵfac: i0.ɵɵFactoryDeclaration<ShowOnControlDirtyErrorStateMatcher, never>;
346
+ static ɵprov: i0.ɵɵInjectableDeclaration<ShowOnControlDirtyErrorStateMatcher>;
347
+ }
348
+ /**
349
+ * Provider that defines how form controls behave with regards to displaying error messages.
350
+ * Error state matcher that matches when a control is invalid and touched or form is submitted.
351
+ */
352
+ declare class ErrorStateMatcher {
353
+ isErrorState(control: AbstractControl | null, form: FormGroupDirective | NgForm | null): boolean;
354
+ static ɵfac: i0.ɵɵFactoryDeclaration<ErrorStateMatcher, never>;
355
+ static ɵprov: i0.ɵɵInjectableDeclaration<ErrorStateMatcher>;
356
+ }
357
+
358
+ /** @docs-private */
359
+ interface CanUpdateErrorState {
360
+ /** Whether the component is in an error state. */
361
+ errorState: boolean;
362
+ /** An object used to control the error state of the component. */
363
+ errorStateMatcher: ErrorStateMatcher;
364
+ /** Updates the error state based on the provided error state matcher. */
365
+ updateErrorState(): void;
366
+ }
367
+ /** @docs-private */
368
+ type CanUpdateErrorStateCtor = Constructor<CanUpdateErrorState>;
369
+ /** @docs-private */
370
+ interface HasErrorState {
371
+ parentFormGroup: FormGroupDirective | null;
372
+ parentForm: NgForm | null;
373
+ defaultErrorStateMatcher: ErrorStateMatcher;
374
+ ngControl: NgControl | null;
375
+ stateChanges: Subject<void>;
376
+ }
377
+ /**
378
+ * Mixin to augment a directive with updateErrorState method.
379
+ * For component with `errorState` and need to update `errorState`.
380
+ */
381
+ declare function mixinErrorState<T extends AbstractConstructor<HasErrorState>>(base: T): CanUpdateErrorStateCtor & T;
382
+ /**
383
+ * Class that tracks the error state of a component.
384
+ * @docs-private
385
+ */
386
+ declare class KbqErrorStateTracker implements CanUpdateErrorState {
387
+ private defaultMatcher;
388
+ ngControl: NgControl | null;
389
+ private parentFormGroup;
390
+ private parentForm;
391
+ private stateChanges;
392
+ /** Whether the tracker is currently in an error state. */
393
+ errorState: boolean;
394
+ /** User-defined matcher for the error state. */
395
+ errorStateMatcher: ErrorStateMatcher;
396
+ constructor(defaultMatcher: ErrorStateMatcher | null, ngControl: NgControl | null, parentFormGroup: FormGroupDirective | null, parentForm: NgForm | null, stateChanges: Subject<void>);
397
+ /** Updates the error state based on the provided error state matcher. */
398
+ updateErrorState(): void;
399
+ }
400
+
401
+ /** Controls the direction of flex items: horizontal (`'row'`) or vertical (`'column'`). */
402
+ type KbqFlexDirection = 'row' | 'column';
403
+ /** Controls flex item wrapping: single-line (`'nowrap'`) or multi-line (`'wrap'`). */
404
+ type KbqFlexWrap = 'nowrap' | 'wrap';
405
+
406
+ /**
407
+ * Directive that adds a `kbq-hovered` class to an element, based on its hover state.
408
+ *
409
+ * @docs-private
410
+ */
411
+ declare class KbqHover {
412
+ private readonly element;
413
+ /**
414
+ * Whether the element is hovered.
415
+ */
416
+ readonly hovered: i0.Signal<boolean>;
417
+ static ɵfac: i0.ɵɵFactoryDeclaration<KbqHover, never>;
418
+ static ɵdir: i0.ɵɵDirectiveDeclaration<KbqHover, "[kbqHover]", ["kbqHover"], {}, {}, never, never, true, never>;
419
+ }
420
+
421
+ /**
422
+ * Defines component orientation.
423
+ */
424
+ type KbqOrientation = 'horizontal' | 'vertical';
425
+
426
+ declare class KbqReadStateDirective {
427
+ private readonly changeDetectorRef;
428
+ timestamp: number;
429
+ timeToRead: number;
430
+ readonly read: BehaviorSubject<boolean>;
431
+ mouseenterHandler(): void;
432
+ mouseleaveHandler(): void;
433
+ static ɵfac: i0.ɵɵFactoryDeclaration<KbqReadStateDirective, never>;
434
+ static ɵdir: i0.ɵɵDirectiveDeclaration<KbqReadStateDirective, never, never, {}, {}, never, never, true, never>;
435
+ }
436
+
437
+ /**
438
+ * Defines the available size options for Koobiq components.
439
+ */
440
+ type KbqDefaultSizes = 'compact' | 'normal' | 'big';
441
+
442
+ interface HasTabIndex {
443
+ tabIndex: number;
444
+ }
445
+ type HasTabIndexCtor = Constructor<HasTabIndex> & AbstractConstructor<HasTabIndex>;
446
+ /** Mixin to augment a directive with a `tabIndex` property. */
447
+ declare function mixinTabIndex<T extends AbstractConstructor<CanDisable>>(base: T, defaultTabIndex?: number): HasTabIndexCtor & T;
448
+
449
+ declare const KBQ_PARENT_ANIMATION_COMPONENT: InjectionToken<any>;
450
+
451
+ /** InjectionToken for datepicker that can be used to override default locale code. */
452
+ declare const KBQ_DATE_LOCALE: InjectionToken<string>;
453
+ /** @docs-private */
454
+ declare function KBQ_DATE_LOCALE_FACTORY(): string;
455
+ declare abstract class DateAdapter<D> extends DateAdapter$1<D> {
456
+ /** A stream that emits when the locale changes. */
457
+ abstract get localeChanges(): Observable<any>;
458
+ protected abstract _localeChanges: BehaviorSubject<string>;
459
+ }
460
+
461
+ declare const KBQ_DATE_FORMATS: InjectionToken<DateFormats>;
462
+ type KbqDateFormats = DateFormats;
463
+
464
+ /**
465
+ * Emulates [`field-sizing: content`](https://developer.mozilla.org/en-US/docs/Web/CSS/field-sizing) CSS property for
466
+ * browsers that do not support it natively.
467
+ *
468
+ * @docs-private
469
+ */
470
+ declare class KbqFieldSizingContent {
471
+ private readonly element;
472
+ private readonly renderer;
473
+ private readonly window;
474
+ private readonly document;
475
+ private readonly destroyRef;
476
+ constructor();
477
+ private emulate;
478
+ private setupWidth;
479
+ private createRuler;
480
+ private calculateWidth;
481
+ static ɵfac: i0.ɵɵFactoryDeclaration<KbqFieldSizingContent, never>;
482
+ static ɵdir: i0.ɵɵDirectiveDeclaration<KbqFieldSizingContent, "[kbqFieldSizingContent]", ["kbqFieldSizingContent"], {}, {}, never, never, true, never>;
483
+ }
484
+
485
+ /**
486
+ * Internal contract for `KbqFormField` used by code that cannot import the form-field
487
+ * class directly because of a circular dependency (e.g. `core/select/common.ts`).
488
+ *
489
+ * @docs-private
490
+ */
491
+ interface KbqFormFieldRef {
492
+ control: any;
493
+ canCleanerClearByEsc: boolean;
494
+ /** Use when KbqFormField is in an overlay container. */
495
+ inOverlay: ModelSignal<boolean>;
496
+ focus(): void;
497
+ }
498
+ /**
499
+ * Injection token that can be used to inject an instances of `KbqFormField`. It serves
500
+ * as alternative token to the actual `KbqFormField` class which would cause unnecessary
501
+ * retention of the `KbqFormField` class and its component metadata.
502
+ *
503
+ * @TODO move into form-field.ts, add correct type for `InjectionToken<KbqFormField>` (#DS-2915)
504
+ */
505
+ declare const KBQ_FORM_FIELD_REF: InjectionToken<KbqFormFieldRef>;
506
+
507
+ declare const enUSLocaleData: {
508
+ select: {
509
+ hiddenItemsText: string;
510
+ };
511
+ datepicker: {
512
+ placeholder: string;
513
+ dateInput: string;
514
+ };
515
+ timepicker: {
516
+ placeholder: {
517
+ full: string;
518
+ short: string;
519
+ };
520
+ };
521
+ fileUpload: {
522
+ single: {
523
+ captionText: string;
524
+ captionTextOnlyFolder: string;
525
+ captionTextWithFolder: string;
526
+ browseLink: string;
527
+ browseLinkFolder: string;
528
+ browseLinkFolderMixed: string;
529
+ };
530
+ multiple: {
531
+ captionText: string;
532
+ captionTextOnlyFolder: string;
533
+ captionTextWithFolder: string;
534
+ captionTextWhenSelected: string;
535
+ captionTextForCompactSize: string;
536
+ browseLink: string;
537
+ browseLinkFolder: string;
538
+ browseLinkFolderMixed: string;
539
+ title: string;
540
+ };
541
+ };
542
+ codeBlock: {
543
+ softWrapOnTooltip: string;
544
+ softWrapOffTooltip: string;
545
+ downloadTooltip: string;
546
+ copiedTooltip: string;
547
+ copyTooltip: string;
548
+ viewAllText: string;
549
+ viewLessText: string;
550
+ openExternalSystemTooltip: string;
551
+ };
552
+ timezone: {
553
+ searchPlaceholder: string;
554
+ };
555
+ actionsPanel: {
556
+ closeTooltip: string;
557
+ };
558
+ filterBar: {
559
+ reset: {
560
+ buttonName: string;
561
+ };
562
+ search: {
563
+ tooltip: string;
564
+ placeholder: string;
565
+ };
566
+ filters: {
567
+ defaultName: string;
568
+ saveNewFilterTooltip: string;
569
+ searchPlaceholder: string;
570
+ searchEmptyResult: string;
571
+ saveAsNewFilter: string;
572
+ saveChanges: string;
573
+ saveAsNew: string;
574
+ change: string;
575
+ resetChanges: string;
576
+ remove: string;
577
+ name: string;
578
+ error: string;
579
+ errorHint: string;
580
+ saveButton: string;
581
+ cancelButton: string;
582
+ actionsTooltip: string;
583
+ };
584
+ add: {
585
+ tooltip: string;
586
+ addedAnnouncement: string;
587
+ };
588
+ refresher: {
589
+ refresh: string;
590
+ settings: string;
591
+ };
592
+ pipe: {
593
+ clearButtonTooltip: string;
594
+ removeButtonTooltip: string;
595
+ applyButton: string;
596
+ emptySearchResult: string;
597
+ selectAll: string;
598
+ };
599
+ datePipe: {
600
+ customPeriod: string;
601
+ customPeriodFrom: string;
602
+ customPeriodTo: string;
603
+ customPeriodErrorHint: string;
604
+ backToPeriodSelection: string;
605
+ };
606
+ };
607
+ clampedText: {
608
+ openText: string;
609
+ closeText: string;
610
+ showMoreText: string;
611
+ moreText: string;
612
+ };
613
+ navbarIc: {
614
+ toggle: {
615
+ pinButton: string;
616
+ collapseButton: string;
617
+ };
618
+ };
619
+ navbar: {
620
+ toggle: {
621
+ expand: string;
622
+ collapse: string;
623
+ };
624
+ };
625
+ searchExpandable: {
626
+ tooltip: string;
627
+ placeholder: string;
628
+ };
629
+ appSwitcher: {
630
+ searchPlaceholder: string;
631
+ searchEmptyResult: string;
632
+ sitesHeader: string;
633
+ };
634
+ timeRange: {
635
+ title: {
636
+ for: string;
637
+ placeholder: string;
638
+ };
639
+ editor: {
640
+ from: string;
641
+ to: string;
642
+ apply: string;
643
+ cancel: string;
644
+ rangeLabel: string;
645
+ allTime: string;
646
+ currentQuarter: string;
647
+ currentYear: string;
648
+ allTimeOption: string;
649
+ currentQuarterOption: string;
650
+ currentYearOption: string;
651
+ };
652
+ durationTemplate: {
653
+ title: {
654
+ SEPARATOR: string;
655
+ LAST_PART_SEPARATOR: string;
656
+ YEARS: string;
657
+ MONTHS: string;
658
+ WEEKS: string;
659
+ DAYS: string;
660
+ HOURS: string;
661
+ MINUTES: string;
662
+ SECONDS: string;
663
+ YEARS_FRACTION: string;
664
+ MONTHS_FRACTION: string;
665
+ };
666
+ option: {
667
+ SEPARATOR: string;
668
+ LAST_PART_SEPARATOR: string;
669
+ YEARS: string;
670
+ MONTHS: string;
671
+ WEEKS: string;
672
+ DAYS: string;
673
+ HOURS: string;
674
+ MINUTES: string;
675
+ SECONDS: string;
676
+ YEARS_FRACTION: string;
677
+ MONTHS_FRACTION: string;
678
+ };
679
+ };
680
+ };
681
+ notificationCenter: {
682
+ notifications: string;
683
+ remove: string;
684
+ doNotDisturb: string;
685
+ showPopUpNotifications: string;
686
+ noNotifications: string;
687
+ failedToLoadNotifications: string;
688
+ repeat: string;
689
+ loadingMore: string;
690
+ };
691
+ };
692
+
693
+ declare const esLALocaleData: {
694
+ select: {
695
+ hiddenItemsText: string;
696
+ };
697
+ datepicker: {
698
+ placeholder: string;
699
+ };
700
+ timepicker: {
701
+ placeholder: {
702
+ full: string;
703
+ short: string;
704
+ };
705
+ };
706
+ fileUpload: {
707
+ single: {
708
+ captionText: string;
709
+ captionTextOnlyFolder: string;
710
+ captionTextWithFolder: string;
711
+ browseLink: string;
712
+ browseLinkFolder: string;
713
+ browseLinkFolderMixed: string;
714
+ };
715
+ multiple: {
716
+ captionText: string;
717
+ captionTextOnlyFolder: string;
718
+ captionTextWithFolder: string;
719
+ captionTextWhenSelected: string;
720
+ captionTextForCompactSize: string;
721
+ browseLink: string;
722
+ browseLinkFolder: string;
723
+ browseLinkFolderMixed: string;
724
+ title: string;
725
+ };
726
+ };
727
+ codeBlock: {
728
+ softWrapOnTooltip: string;
729
+ softWrapOffTooltip: string;
730
+ downloadTooltip: string;
731
+ copiedTooltip: string;
732
+ copyTooltip: string;
733
+ viewAllText: string;
734
+ viewLessText: string;
735
+ openExternalSystemTooltip: string;
736
+ };
737
+ timezone: {
738
+ searchPlaceholder: string;
739
+ };
740
+ actionsPanel: {
741
+ closeTooltip: string;
742
+ };
743
+ filterBar: {
744
+ reset: {
745
+ buttonName: string;
746
+ };
747
+ search: {
748
+ tooltip: string;
749
+ placeholder: string;
750
+ };
751
+ filters: {
752
+ defaultName: string;
753
+ saveNewFilterTooltip: string;
754
+ searchPlaceholder: string;
755
+ searchEmptyResult: string;
756
+ saveAsNewFilter: string;
757
+ saveChanges: string;
758
+ saveAsNew: string;
759
+ change: string;
760
+ resetChanges: string;
761
+ remove: string;
762
+ name: string;
763
+ error: string;
764
+ errorHint: string;
765
+ saveButton: string;
766
+ cancelButton: string;
767
+ actionsTooltip: string;
768
+ };
769
+ add: {
770
+ tooltip: string;
771
+ addedAnnouncement: string;
772
+ };
773
+ refresher: {
774
+ refresh: string;
775
+ settings: string;
776
+ };
777
+ pipe: {
778
+ clearButtonTooltip: string;
779
+ removeButtonTooltip: string;
780
+ applyButton: string;
781
+ emptySearchResult: string;
782
+ selectAll: string;
783
+ };
784
+ datePipe: {
785
+ customPeriod: string;
786
+ customPeriodFrom: string;
787
+ customPeriodTo: string;
788
+ customPeriodErrorHint: string;
789
+ backToPeriodSelection: string;
790
+ };
791
+ };
792
+ clampedText: {
793
+ openText: string;
794
+ closeText: string;
795
+ showMoreText: string;
796
+ moreText: string;
797
+ };
798
+ navbarIc: {
799
+ toggle: {
800
+ pinButton: string;
801
+ collapseButton: string;
802
+ };
803
+ };
804
+ navbar: {
805
+ toggle: {
806
+ expand: string;
807
+ collapse: string;
808
+ };
809
+ };
810
+ searchExpandable: {
811
+ tooltip: string;
812
+ placeholder: string;
813
+ };
814
+ appSwitcher: {
815
+ searchPlaceholder: string;
816
+ searchEmptyResult: string;
817
+ sitesHeader: string;
818
+ };
819
+ timeRange: {
820
+ title: {
821
+ for: string;
822
+ placeholder: string;
823
+ };
824
+ editor: {
825
+ from: string;
826
+ to: string;
827
+ apply: string;
828
+ cancel: string;
829
+ rangeLabel: string;
830
+ allTime: string;
831
+ currentQuarter: string;
832
+ currentYear: string;
833
+ allTimeOption: string;
834
+ currentQuarterOption: string;
835
+ currentYearOption: string;
836
+ };
837
+ durationTemplate: {
838
+ title: {
839
+ SEPARATOR: string;
840
+ LAST_PART_SEPARATOR: string;
841
+ YEARS: string;
842
+ MONTHS: string;
843
+ WEEKS: string;
844
+ DAYS: string;
845
+ HOURS: string;
846
+ MINUTES: string;
847
+ SECONDS: string;
848
+ YEARS_FRACTION: string;
849
+ MONTHS_FRACTION: string;
850
+ };
851
+ option: {
852
+ SEPARATOR: string;
853
+ LAST_PART_SEPARATOR: string;
854
+ YEARS: string;
855
+ MONTHS: string;
856
+ WEEKS: string;
857
+ DAYS: string;
858
+ HOURS: string;
859
+ MINUTES: string;
860
+ SECONDS: string;
861
+ YEARS_FRACTION: string;
862
+ MONTHS_FRACTION: string;
863
+ };
864
+ };
865
+ };
866
+ notificationCenter: {
867
+ notifications: string;
868
+ remove: string;
869
+ doNotDisturb: string;
870
+ showPopUpNotifications: string;
871
+ noNotifications: string;
872
+ failedToLoadNotifications: string;
873
+ repeat: string;
874
+ loadingMore: string;
875
+ };
876
+ };
877
+
878
+ declare const ptBRLocaleData: {
879
+ select: {
880
+ hiddenItemsText: string;
881
+ };
882
+ datepicker: {
883
+ placeholder: string;
884
+ };
885
+ timepicker: {
886
+ placeholder: {
887
+ full: string;
888
+ short: string;
889
+ };
890
+ };
891
+ fileUpload: {
892
+ single: {
893
+ captionText: string;
894
+ captionTextOnlyFolder: string;
895
+ captionTextWithFolder: string;
896
+ browseLink: string;
897
+ browseLinkFolder: string;
898
+ browseLinkFolderMixed: string;
899
+ };
900
+ multiple: {
901
+ captionText: string;
902
+ captionTextOnlyFolder: string;
903
+ captionTextWithFolder: string;
904
+ captionTextWhenSelected: string;
905
+ captionTextForCompactSize: string;
906
+ browseLink: string;
907
+ browseLinkFolder: string;
908
+ browseLinkFolderMixed: string;
909
+ title: string;
910
+ };
911
+ };
912
+ codeBlock: {
913
+ softWrapOnTooltip: string;
914
+ softWrapOffTooltip: string;
915
+ downloadTooltip: string;
916
+ copiedTooltip: string;
917
+ copyTooltip: string;
918
+ viewAllText: string;
919
+ viewLessText: string;
920
+ openExternalSystemTooltip: string;
921
+ };
922
+ timezone: {
923
+ searchPlaceholder: string;
924
+ };
925
+ actionsPanel: {
926
+ closeTooltip: string;
927
+ };
928
+ filterBar: {
929
+ reset: {
930
+ buttonName: string;
931
+ };
932
+ search: {
933
+ tooltip: string;
934
+ placeholder: string;
935
+ };
936
+ filters: {
937
+ defaultName: string;
938
+ saveNewFilterTooltip: string;
939
+ searchPlaceholder: string;
940
+ searchEmptyResult: string;
941
+ saveAsNewFilter: string;
942
+ saveChanges: string;
943
+ saveAsNew: string;
944
+ change: string;
945
+ resetChanges: string;
946
+ remove: string;
947
+ name: string;
948
+ error: string;
949
+ errorHint: string;
950
+ saveButton: string;
951
+ cancelButton: string;
952
+ actionsTooltip: string;
953
+ };
954
+ add: {
955
+ tooltip: string;
956
+ addedAnnouncement: string;
957
+ };
958
+ refresher: {
959
+ refresh: string;
960
+ settings: string;
961
+ };
962
+ pipe: {
963
+ clearButtonTooltip: string;
964
+ removeButtonTooltip: string;
965
+ applyButton: string;
966
+ emptySearchResult: string;
967
+ selectAll: string;
968
+ };
969
+ datePipe: {
970
+ customPeriod: string;
971
+ customPeriodFrom: string;
972
+ customPeriodTo: string;
973
+ customPeriodErrorHint: string;
974
+ backToPeriodSelection: string;
975
+ };
976
+ };
977
+ clampedText: {
978
+ openText: string;
979
+ closeText: string;
980
+ showMoreText: string;
981
+ moreText: string;
982
+ };
983
+ navbarIc: {
984
+ toggle: {
985
+ pinButton: string;
986
+ collapseButton: string;
987
+ };
988
+ };
989
+ navbar: {
990
+ toggle: {
991
+ expand: string;
992
+ collapse: string;
993
+ };
994
+ };
995
+ searchExpandable: {
996
+ tooltip: string;
997
+ placeholder: string;
998
+ };
999
+ appSwitcher: {
1000
+ searchPlaceholder: string;
1001
+ searchEmptyResult: string;
1002
+ sitesHeader: string;
1003
+ };
1004
+ timeRange: {
1005
+ title: {
1006
+ for: string;
1007
+ placeholder: string;
1008
+ };
1009
+ editor: {
1010
+ from: string;
1011
+ to: string;
1012
+ apply: string;
1013
+ cancel: string;
1014
+ rangeLabel: string;
1015
+ allTime: string;
1016
+ currentQuarter: string;
1017
+ currentYear: string;
1018
+ allTimeOption: string;
1019
+ currentQuarterOption: string;
1020
+ currentYearOption: string;
1021
+ };
1022
+ durationTemplate: {
1023
+ title: {
1024
+ SEPARATOR: string;
1025
+ LAST_PART_SEPARATOR: string;
1026
+ YEARS: string;
1027
+ MONTHS: string;
1028
+ WEEKS: string;
1029
+ DAYS: string;
1030
+ HOURS: string;
1031
+ MINUTES: string;
1032
+ SECONDS: string;
1033
+ YEARS_FRACTION: string;
1034
+ MONTHS_FRACTION: string;
1035
+ };
1036
+ option: {
1037
+ SEPARATOR: string;
1038
+ LAST_PART_SEPARATOR: string;
1039
+ YEARS: string;
1040
+ MONTHS: string;
1041
+ WEEKS: string;
1042
+ DAYS: string;
1043
+ HOURS: string;
1044
+ MINUTES: string;
1045
+ SECONDS: string;
1046
+ YEARS_FRACTION: string;
1047
+ MONTHS_FRACTION: string;
1048
+ };
1049
+ };
1050
+ };
1051
+ notificationCenter: {
1052
+ notifications: string;
1053
+ remove: string;
1054
+ doNotDisturb: string;
1055
+ showPopUpNotifications: string;
1056
+ noNotifications: string;
1057
+ failedToLoadNotifications: string;
1058
+ repeat: string;
1059
+ loadingMore: string;
1060
+ };
1061
+ };
1062
+
1063
+ declare const ruRULocaleData: {
1064
+ select: {
1065
+ hiddenItemsText: string;
1066
+ };
1067
+ datepicker: {
1068
+ placeholder: string;
1069
+ dateInput: string;
1070
+ };
1071
+ timepicker: {
1072
+ placeholder: {
1073
+ full: string;
1074
+ short: string;
1075
+ };
1076
+ };
1077
+ fileUpload: {
1078
+ single: {
1079
+ captionText: string;
1080
+ captionTextOnlyFolder: string;
1081
+ captionTextWithFolder: string;
1082
+ browseLink: string;
1083
+ browseLinkFolder: string;
1084
+ browseLinkFolderMixed: string;
1085
+ };
1086
+ multiple: {
1087
+ captionText: string;
1088
+ captionTextOnlyFolder: string;
1089
+ captionTextWithFolder: string;
1090
+ captionTextWhenSelected: string;
1091
+ captionTextForCompactSize: string;
1092
+ browseLink: string;
1093
+ browseLinkFolder: string;
1094
+ browseLinkFolderMixed: string;
1095
+ title: string;
1096
+ };
1097
+ };
1098
+ codeBlock: {
1099
+ softWrapOnTooltip: string;
1100
+ softWrapOffTooltip: string;
1101
+ downloadTooltip: string;
1102
+ copiedTooltip: string;
1103
+ copyTooltip: string;
1104
+ viewAllText: string;
1105
+ viewLessText: string;
1106
+ openExternalSystemTooltip: string;
1107
+ };
1108
+ timezone: {
1109
+ searchPlaceholder: string;
1110
+ };
1111
+ actionsPanel: {
1112
+ closeTooltip: string;
1113
+ };
1114
+ filterBar: {
1115
+ reset: {
1116
+ buttonName: string;
1117
+ };
1118
+ search: {
1119
+ tooltip: string;
1120
+ placeholder: string;
1121
+ };
1122
+ filters: {
1123
+ defaultName: string;
1124
+ saveNewFilterTooltip: string;
1125
+ searchPlaceholder: string;
1126
+ searchEmptyResult: string;
1127
+ saveAsNewFilter: string;
1128
+ saveChanges: string;
1129
+ saveAsNew: string;
1130
+ change: string;
1131
+ resetChanges: string;
1132
+ remove: string;
1133
+ name: string;
1134
+ error: string;
1135
+ errorHint: string;
1136
+ saveButton: string;
1137
+ cancelButton: string;
1138
+ actionsTooltip: string;
1139
+ };
1140
+ add: {
1141
+ tooltip: string;
1142
+ addedAnnouncement: string;
1143
+ };
1144
+ refresher: {
1145
+ refresh: string;
1146
+ settings: string;
1147
+ };
1148
+ pipe: {
1149
+ clearButtonTooltip: string;
1150
+ removeButtonTooltip: string;
1151
+ applyButton: string;
1152
+ emptySearchResult: string;
1153
+ selectAll: string;
1154
+ };
1155
+ datePipe: {
1156
+ customPeriod: string;
1157
+ customPeriodFrom: string;
1158
+ customPeriodTo: string;
1159
+ customPeriodErrorHint: string;
1160
+ backToPeriodSelection: string;
1161
+ };
1162
+ };
1163
+ clampedText: {
1164
+ openText: string;
1165
+ closeText: string;
1166
+ showMoreText: string;
1167
+ moreText: string;
1168
+ };
1169
+ navbarIc: {
1170
+ toggle: {
1171
+ pinButton: string;
1172
+ collapseButton: string;
1173
+ };
1174
+ };
1175
+ navbar: {
1176
+ toggle: {
1177
+ expand: string;
1178
+ collapse: string;
1179
+ };
1180
+ };
1181
+ searchExpandable: {
1182
+ tooltip: string;
1183
+ placeholder: string;
1184
+ };
1185
+ appSwitcher: {
1186
+ searchPlaceholder: string;
1187
+ searchEmptyResult: string;
1188
+ sitesHeader: string;
1189
+ };
1190
+ timeRange: {
1191
+ title: {
1192
+ for: string;
1193
+ placeholder: string;
1194
+ };
1195
+ editor: {
1196
+ from: string;
1197
+ to: string;
1198
+ apply: string;
1199
+ cancel: string;
1200
+ rangeLabel: string;
1201
+ allTime: string;
1202
+ currentQuarter: string;
1203
+ currentYear: string;
1204
+ allTimeOption: string;
1205
+ currentQuarterOption: string;
1206
+ currentYearOption: string;
1207
+ };
1208
+ durationTemplate: {
1209
+ title: {
1210
+ SEPARATOR: string;
1211
+ LAST_PART_SEPARATOR: string;
1212
+ YEARS: string;
1213
+ MONTHS: string;
1214
+ WEEKS: string;
1215
+ DAYS: string;
1216
+ HOURS: string;
1217
+ MINUTES: string;
1218
+ SECONDS: string;
1219
+ YEARS_FRACTION: string;
1220
+ MONTHS_FRACTION: string;
1221
+ };
1222
+ option: {
1223
+ SEPARATOR: string;
1224
+ LAST_PART_SEPARATOR: string;
1225
+ YEARS: string;
1226
+ MONTHS: string;
1227
+ WEEKS: string;
1228
+ DAYS: string;
1229
+ HOURS: string;
1230
+ MINUTES: string;
1231
+ SECONDS: string;
1232
+ YEARS_FRACTION: string;
1233
+ MONTHS_FRACTION: string;
1234
+ };
1235
+ };
1236
+ };
1237
+ notificationCenter: {
1238
+ notifications: string;
1239
+ remove: string;
1240
+ doNotDisturb: string;
1241
+ showPopUpNotifications: string;
1242
+ noNotifications: string;
1243
+ failedToLoadNotifications: string;
1244
+ repeat: string;
1245
+ loadingMore: string;
1246
+ };
1247
+ };
1248
+
1249
+ declare const tkTMLocaleData: {
1250
+ select: {
1251
+ hiddenItemsText: string;
1252
+ };
1253
+ datepicker: {
1254
+ placeholder: string;
1255
+ dateInput: string;
1256
+ };
1257
+ timepicker: {
1258
+ placeholder: {
1259
+ full: string;
1260
+ short: string;
1261
+ };
1262
+ };
1263
+ fileUpload: {
1264
+ single: {
1265
+ captionText: string;
1266
+ captionTextOnlyFolder: string;
1267
+ captionTextWithFolder: string;
1268
+ browseLink: string;
1269
+ browseLinkFolder: string;
1270
+ browseLinkFolderMixed: string;
1271
+ };
1272
+ multiple: {
1273
+ captionText: string;
1274
+ captionTextOnlyFolder: string;
1275
+ captionTextWithFolder: string;
1276
+ captionTextWhenSelected: string;
1277
+ captionTextForCompactSize: string;
1278
+ browseLink: string;
1279
+ browseLinkFolder: string;
1280
+ browseLinkFolderMixed: string;
1281
+ title: string;
1282
+ };
1283
+ };
1284
+ codeBlock: {
1285
+ softWrapOnTooltip: string;
1286
+ softWrapOffTooltip: string;
1287
+ downloadTooltip: string;
1288
+ copiedTooltip: string;
1289
+ copyTooltip: string;
1290
+ viewAllText: string;
1291
+ viewLessText: string;
1292
+ openExternalSystemTooltip: string;
1293
+ };
1294
+ timezone: {
1295
+ searchPlaceholder: string;
1296
+ };
1297
+ actionsPanel: {
1298
+ closeTooltip: string;
1299
+ };
1300
+ filterBar: {
1301
+ reset: {
1302
+ buttonName: string;
1303
+ };
1304
+ search: {
1305
+ tooltip: string;
1306
+ placeholder: string;
1307
+ };
1308
+ filters: {
1309
+ defaultName: string;
1310
+ saveNewFilterTooltip: string;
1311
+ searchPlaceholder: string;
1312
+ searchEmptyResult: string;
1313
+ saveAsNewFilter: string;
1314
+ saveChanges: string;
1315
+ saveAsNew: string;
1316
+ change: string;
1317
+ resetChanges: string;
1318
+ remove: string;
1319
+ name: string;
1320
+ error: string;
1321
+ errorHint: string;
1322
+ saveButton: string;
1323
+ cancelButton: string;
1324
+ actionsTooltip: string;
1325
+ };
1326
+ add: {
1327
+ tooltip: string;
1328
+ addedAnnouncement: string;
1329
+ };
1330
+ refresher: {
1331
+ refresh: string;
1332
+ settings: string;
1333
+ };
1334
+ pipe: {
1335
+ clearButtonTooltip: string;
1336
+ removeButtonTooltip: string;
1337
+ applyButton: string;
1338
+ emptySearchResult: string;
1339
+ selectAll: string;
1340
+ };
1341
+ datePipe: {
1342
+ customPeriod: string;
1343
+ customPeriodFrom: string;
1344
+ customPeriodTo: string;
1345
+ customPeriodErrorHint: string;
1346
+ backToPeriodSelection: string;
1347
+ };
1348
+ };
1349
+ clampedText: {
1350
+ openText: string;
1351
+ closeText: string;
1352
+ showMoreText: string;
1353
+ moreText: string;
1354
+ };
1355
+ navbarIc: {
1356
+ toggle: {
1357
+ pinButton: string;
1358
+ collapseButton: string;
1359
+ };
1360
+ };
1361
+ navbar: {
1362
+ toggle: {
1363
+ expand: string;
1364
+ collapse: string;
1365
+ };
1366
+ };
1367
+ searchExpandable: {
1368
+ tooltip: string;
1369
+ placeholder: string;
1370
+ };
1371
+ appSwitcher: {
1372
+ searchPlaceholder: string;
1373
+ searchEmptyResult: string;
1374
+ sitesHeader: string;
1375
+ };
1376
+ timeRange: {
1377
+ title: {
1378
+ for: string;
1379
+ placeholder: string;
1380
+ };
1381
+ editor: {
1382
+ from: string;
1383
+ to: string;
1384
+ apply: string;
1385
+ cancel: string;
1386
+ rangeLabel: string;
1387
+ allTime: string;
1388
+ currentQuarter: string;
1389
+ currentYear: string;
1390
+ allTimeOption: string;
1391
+ currentQuarterOption: string;
1392
+ currentYearOption: string;
1393
+ };
1394
+ durationTemplate: {
1395
+ title: {
1396
+ SEPARATOR: string;
1397
+ LAST_PART_SEPARATOR: string;
1398
+ YEARS: string;
1399
+ MONTHS: string;
1400
+ WEEKS: string;
1401
+ DAYS: string;
1402
+ HOURS: string;
1403
+ MINUTES: string;
1404
+ SECONDS: string;
1405
+ YEARS_FRACTION: string;
1406
+ MONTHS_FRACTION: string;
1407
+ };
1408
+ option: {
1409
+ SEPARATOR: string;
1410
+ LAST_PART_SEPARATOR: string;
1411
+ YEARS: string;
1412
+ MONTHS: string;
1413
+ WEEKS: string;
1414
+ DAYS: string;
1415
+ HOURS: string;
1416
+ MINUTES: string;
1417
+ SECONDS: string;
1418
+ YEARS_FRACTION: string;
1419
+ MONTHS_FRACTION: string;
1420
+ };
1421
+ };
1422
+ };
1423
+ notificationCenter: {
1424
+ notifications: string;
1425
+ remove: string;
1426
+ doNotDisturb: string;
1427
+ showPopUpNotifications: string;
1428
+ noNotifications: string;
1429
+ failedToLoadNotifications: string;
1430
+ repeat: string;
1431
+ loadingMore: string;
1432
+ };
1433
+ };
1434
+
1435
+ declare const enUSFormattersData: {
1436
+ formatters: {
1437
+ number: {
1438
+ rounding: {
1439
+ separator: string;
1440
+ groupSeparator: string;
1441
+ thousand: string;
1442
+ million: string;
1443
+ billion: string;
1444
+ trillion: string;
1445
+ };
1446
+ };
1447
+ };
1448
+ input: {
1449
+ number: {
1450
+ groupSeparator: string[];
1451
+ fractionSeparator: string;
1452
+ };
1453
+ };
1454
+ sizeUnits: {
1455
+ defaultUnitSystem: "SI";
1456
+ defaultPrecision: number;
1457
+ unitSystems: {
1458
+ SI: {
1459
+ abbreviations: string[];
1460
+ base: number;
1461
+ power: number;
1462
+ };
1463
+ IEC: {
1464
+ abbreviations: string[];
1465
+ base: number;
1466
+ power: number;
1467
+ };
1468
+ };
1469
+ };
1470
+ };
1471
+ declare const esLAFormattersData: {
1472
+ formatters: {
1473
+ number: {
1474
+ rounding: {
1475
+ separator: string;
1476
+ groupSeparator: string;
1477
+ thousand: string;
1478
+ million: string;
1479
+ billion: string;
1480
+ trillion: string;
1481
+ };
1482
+ decimal: {
1483
+ viewGroupSeparator: string;
1484
+ };
1485
+ };
1486
+ };
1487
+ input: {
1488
+ number: {
1489
+ groupSeparator: string[];
1490
+ fractionSeparator: string;
1491
+ viewGroupSeparator: string;
1492
+ };
1493
+ };
1494
+ sizeUnits: {
1495
+ defaultUnitSystem: string;
1496
+ defaultPrecision: number;
1497
+ unitSystems: {
1498
+ SI: {
1499
+ abbreviations: string[];
1500
+ base: number;
1501
+ power: number;
1502
+ };
1503
+ IEC: {
1504
+ abbreviations: string[];
1505
+ base: number;
1506
+ power: number;
1507
+ };
1508
+ };
1509
+ };
1510
+ };
1511
+ declare const ptBRFormattersData: {
1512
+ formatters: {
1513
+ number: {
1514
+ rounding: {
1515
+ separator: string;
1516
+ groupSeparator: string;
1517
+ thousand: string;
1518
+ million: string;
1519
+ billion: string;
1520
+ trillion: string;
1521
+ };
1522
+ };
1523
+ };
1524
+ input: {
1525
+ number: {
1526
+ groupSeparator: string[];
1527
+ fractionSeparator: string;
1528
+ };
1529
+ };
1530
+ sizeUnits: {
1531
+ defaultUnitSystem: string;
1532
+ defaultPrecision: number;
1533
+ unitSystems: {
1534
+ SI: {
1535
+ abbreviations: string[];
1536
+ base: number;
1537
+ power: number;
1538
+ };
1539
+ IEC: {
1540
+ abbreviations: string[];
1541
+ base: number;
1542
+ power: number;
1543
+ };
1544
+ };
1545
+ };
1546
+ };
1547
+ declare const ruRUFormattersData: {
1548
+ formatters: {
1549
+ number: {
1550
+ rounding: {
1551
+ separator: string;
1552
+ groupSeparator: string;
1553
+ thousand: string;
1554
+ million: string;
1555
+ billion: string;
1556
+ trillion: string;
1557
+ };
1558
+ decimal: {
1559
+ viewGroupSeparator: string;
1560
+ };
1561
+ };
1562
+ };
1563
+ input: {
1564
+ number: {
1565
+ groupSeparator: string[];
1566
+ fractionSeparator: string;
1567
+ startFormattingFrom: number;
1568
+ viewGroupSeparator: string;
1569
+ };
1570
+ };
1571
+ sizeUnits: {
1572
+ defaultUnitSystem: string;
1573
+ defaultPrecision: number;
1574
+ unitSystems: {
1575
+ SI: {
1576
+ abbreviations: string[];
1577
+ base: number;
1578
+ power: number;
1579
+ };
1580
+ IEC: {
1581
+ abbreviations: string[];
1582
+ base: number;
1583
+ power: number;
1584
+ };
1585
+ };
1586
+ };
1587
+ };
1588
+ declare const tkTMFormattersData: {
1589
+ formatters: {
1590
+ number: {
1591
+ rounding: {
1592
+ separator: string;
1593
+ groupSeparator: string;
1594
+ thousand: string;
1595
+ million: string;
1596
+ billion: string;
1597
+ trillion: string;
1598
+ };
1599
+ };
1600
+ };
1601
+ input: {
1602
+ number: {
1603
+ groupSeparator: string[];
1604
+ fractionSeparator: string;
1605
+ viewGroupSeparator: string;
1606
+ };
1607
+ };
1608
+ sizeUnits: {
1609
+ defaultUnitSystem: string;
1610
+ defaultPrecision: number;
1611
+ unitSystems: {
1612
+ SI: {
1613
+ abbreviations: string[];
1614
+ base: number;
1615
+ power: number;
1616
+ };
1617
+ IEC: {
1618
+ abbreviations: string[];
1619
+ base: number;
1620
+ power: number;
1621
+ };
1622
+ };
1623
+ };
1624
+ };
1625
+
1626
+ /** Locale configuration for `KbqCodeBlockModule`. */
1627
+ type KbqCodeBlockLocaleConfiguration = {
1628
+ softWrapOnTooltip: string;
1629
+ softWrapOffTooltip: string;
1630
+ downloadTooltip: string;
1631
+ copiedTooltip: string;
1632
+ copyTooltip: string;
1633
+ viewAllText: string;
1634
+ viewLessText: string;
1635
+ openExternalSystemTooltip: string;
1636
+ };
1637
+ /**
1638
+ * Locale configuration for `KbqActionsPanelModule`.
1639
+ */
1640
+ type KbqActionsPanelLocaleConfiguration = {
1641
+ closeTooltip: string;
1642
+ };
1643
+ /** Options for overriding locale-based number formatting */
1644
+ type KbqNumberFormatOptions = {
1645
+ /** Overrides the default group separator in the formatted output */
1646
+ viewGroupSeparator?: string;
1647
+ };
1648
+ /** Locale configuration for `KbqNumberInput`. */
1649
+ type KbqNumberInputLocaleConfig = {
1650
+ /** Characters recognized as group (thousands) separators. */
1651
+ groupSeparator: string[];
1652
+ /** Character used for the decimal separator */
1653
+ fractionSeparator: string;
1654
+ /** Number of digits before applying group separators */
1655
+ startFormattingFrom?: number;
1656
+ } & KbqNumberFormatOptions;
1657
+ /** Locale configuration for `KbqClampedText` */
1658
+ type KbqClampedTextLocaleConfig = {
1659
+ openText: string;
1660
+ closeText: string;
1661
+ showMoreText: string;
1662
+ moreText: string;
1663
+ };
1664
+ /** Locale configuration for `KbqTimeRange` */
1665
+ type KbqTimeRangeLocaleConfig = {
1666
+ title: {
1667
+ for: string;
1668
+ placeholder: string;
1669
+ };
1670
+ editor: {
1671
+ from: string;
1672
+ to: string;
1673
+ apply: string;
1674
+ cancel: string;
1675
+ rangeLabel: string;
1676
+ allTime: string;
1677
+ currentQuarter: string;
1678
+ currentYear: string;
1679
+ /** Label for the `allTime` option in the presets list, as opposed to the trigger label in `allTime` */
1680
+ allTimeOption?: string;
1681
+ /** Label for the `currentQuarter` option in the presets list, as opposed to the trigger label in `currentQuarter` */
1682
+ currentQuarterOption?: string;
1683
+ /** Label for the `currentYear` option in the presets list, as opposed to the trigger label in `currentYear` */
1684
+ currentYearOption?: string;
1685
+ };
1686
+ durationTemplate: {
1687
+ title: FormatterDurationTemplate;
1688
+ option: FormatterDurationTemplate;
1689
+ };
1690
+ };
1691
+ interface KbqBaseFileUploadLocaleConfig {
1692
+ captionText: string;
1693
+ captionTextOnlyFolder: string;
1694
+ captionTextWithFolder: string;
1695
+ browseLink: string;
1696
+ browseLinkFolder: string;
1697
+ browseLinkFolderMixed?: string;
1698
+ }
1699
+ interface KbqMultipleFileUploadLocaleConfig extends KbqBaseFileUploadLocaleConfig {
1700
+ captionTextWhenSelected: string;
1701
+ captionTextForCompactSize: string;
1702
+ title: string;
1703
+ }
1704
+ type KbqFileUploadLocaleConfig = {
1705
+ single: KbqBaseFileUploadLocaleConfig;
1706
+ multiple: KbqMultipleFileUploadLocaleConfig;
1707
+ };
1708
+
1709
+ declare const KBQ_LOCALE_ID: InjectionToken<string>;
1710
+ declare const KBQ_DEFAULT_LOCALE_ID = "ru-RU";
1711
+ declare function KBQ_DEFAULT_LOCALE_DATA_FACTORY(): {
1712
+ items: {
1713
+ id: string;
1714
+ name: string;
1715
+ }[];
1716
+ 'en-US': {
1717
+ formatters: {
1718
+ number: {
1719
+ rounding: {
1720
+ separator: string;
1721
+ groupSeparator: string;
1722
+ thousand: string;
1723
+ million: string;
1724
+ billion: string;
1725
+ trillion: string;
1726
+ };
1727
+ };
1728
+ };
1729
+ input: {
1730
+ number: {
1731
+ groupSeparator: string[];
1732
+ fractionSeparator: string;
1733
+ };
1734
+ };
1735
+ sizeUnits: {
1736
+ defaultUnitSystem: "SI";
1737
+ defaultPrecision: number;
1738
+ unitSystems: {
1739
+ SI: {
1740
+ abbreviations: string[];
1741
+ base: number;
1742
+ power: number;
1743
+ };
1744
+ IEC: {
1745
+ abbreviations: string[];
1746
+ base: number;
1747
+ power: number;
1748
+ };
1749
+ };
1750
+ };
1751
+ select: {
1752
+ hiddenItemsText: string;
1753
+ };
1754
+ datepicker: {
1755
+ placeholder: string;
1756
+ dateInput: string;
1757
+ };
1758
+ timepicker: {
1759
+ placeholder: {
1760
+ full: string;
1761
+ short: string;
1762
+ };
1763
+ };
1764
+ fileUpload: {
1765
+ single: {
1766
+ captionText: string;
1767
+ captionTextOnlyFolder: string;
1768
+ captionTextWithFolder: string;
1769
+ browseLink: string;
1770
+ browseLinkFolder: string;
1771
+ browseLinkFolderMixed: string;
1772
+ };
1773
+ multiple: {
1774
+ captionText: string;
1775
+ captionTextOnlyFolder: string;
1776
+ captionTextWithFolder: string;
1777
+ captionTextWhenSelected: string;
1778
+ captionTextForCompactSize: string;
1779
+ browseLink: string;
1780
+ browseLinkFolder: string;
1781
+ browseLinkFolderMixed: string;
1782
+ title: string;
1783
+ };
1784
+ };
1785
+ codeBlock: {
1786
+ softWrapOnTooltip: string;
1787
+ softWrapOffTooltip: string;
1788
+ downloadTooltip: string;
1789
+ copiedTooltip: string;
1790
+ copyTooltip: string;
1791
+ viewAllText: string;
1792
+ viewLessText: string;
1793
+ openExternalSystemTooltip: string;
1794
+ };
1795
+ timezone: {
1796
+ searchPlaceholder: string;
1797
+ };
1798
+ actionsPanel: {
1799
+ closeTooltip: string;
1800
+ };
1801
+ filterBar: {
1802
+ reset: {
1803
+ buttonName: string;
1804
+ };
1805
+ search: {
1806
+ tooltip: string;
1807
+ placeholder: string;
1808
+ };
1809
+ filters: {
1810
+ defaultName: string;
1811
+ saveNewFilterTooltip: string;
1812
+ searchPlaceholder: string;
1813
+ searchEmptyResult: string;
1814
+ saveAsNewFilter: string;
1815
+ saveChanges: string;
1816
+ saveAsNew: string;
1817
+ change: string;
1818
+ resetChanges: string;
1819
+ remove: string;
1820
+ name: string;
1821
+ error: string;
1822
+ errorHint: string;
1823
+ saveButton: string;
1824
+ cancelButton: string;
1825
+ actionsTooltip: string;
1826
+ };
1827
+ add: {
1828
+ tooltip: string;
1829
+ addedAnnouncement: string;
1830
+ };
1831
+ refresher: {
1832
+ refresh: string;
1833
+ settings: string;
1834
+ };
1835
+ pipe: {
1836
+ clearButtonTooltip: string;
1837
+ removeButtonTooltip: string;
1838
+ applyButton: string;
1839
+ emptySearchResult: string;
1840
+ selectAll: string;
1841
+ };
1842
+ datePipe: {
1843
+ customPeriod: string;
1844
+ customPeriodFrom: string;
1845
+ customPeriodTo: string;
1846
+ customPeriodErrorHint: string;
1847
+ backToPeriodSelection: string;
1848
+ };
1849
+ };
1850
+ clampedText: {
1851
+ openText: string;
1852
+ closeText: string;
1853
+ showMoreText: string;
1854
+ moreText: string;
1855
+ };
1856
+ navbarIc: {
1857
+ toggle: {
1858
+ pinButton: string;
1859
+ collapseButton: string;
1860
+ };
1861
+ };
1862
+ navbar: {
1863
+ toggle: {
1864
+ expand: string;
1865
+ collapse: string;
1866
+ };
1867
+ };
1868
+ searchExpandable: {
1869
+ tooltip: string;
1870
+ placeholder: string;
1871
+ };
1872
+ appSwitcher: {
1873
+ searchPlaceholder: string;
1874
+ searchEmptyResult: string;
1875
+ sitesHeader: string;
1876
+ };
1877
+ timeRange: {
1878
+ title: {
1879
+ for: string;
1880
+ placeholder: string;
1881
+ };
1882
+ editor: {
1883
+ from: string;
1884
+ to: string;
1885
+ apply: string;
1886
+ cancel: string;
1887
+ rangeLabel: string;
1888
+ allTime: string;
1889
+ currentQuarter: string;
1890
+ currentYear: string;
1891
+ allTimeOption: string;
1892
+ currentQuarterOption: string;
1893
+ currentYearOption: string;
1894
+ };
1895
+ durationTemplate: {
1896
+ title: {
1897
+ SEPARATOR: string;
1898
+ LAST_PART_SEPARATOR: string;
1899
+ YEARS: string;
1900
+ MONTHS: string;
1901
+ WEEKS: string;
1902
+ DAYS: string;
1903
+ HOURS: string;
1904
+ MINUTES: string;
1905
+ SECONDS: string;
1906
+ YEARS_FRACTION: string;
1907
+ MONTHS_FRACTION: string;
1908
+ };
1909
+ option: {
1910
+ SEPARATOR: string;
1911
+ LAST_PART_SEPARATOR: string;
1912
+ YEARS: string;
1913
+ MONTHS: string;
1914
+ WEEKS: string;
1915
+ DAYS: string;
1916
+ HOURS: string;
1917
+ MINUTES: string;
1918
+ SECONDS: string;
1919
+ YEARS_FRACTION: string;
1920
+ MONTHS_FRACTION: string;
1921
+ };
1922
+ };
1923
+ };
1924
+ notificationCenter: {
1925
+ notifications: string;
1926
+ remove: string;
1927
+ doNotDisturb: string;
1928
+ showPopUpNotifications: string;
1929
+ noNotifications: string;
1930
+ failedToLoadNotifications: string;
1931
+ repeat: string;
1932
+ loadingMore: string;
1933
+ };
1934
+ };
1935
+ 'es-LA': {
1936
+ formatters: {
1937
+ number: {
1938
+ rounding: {
1939
+ separator: string;
1940
+ groupSeparator: string;
1941
+ thousand: string;
1942
+ million: string;
1943
+ billion: string;
1944
+ trillion: string;
1945
+ };
1946
+ decimal: {
1947
+ viewGroupSeparator: string;
1948
+ };
1949
+ };
1950
+ };
1951
+ input: {
1952
+ number: {
1953
+ groupSeparator: string[];
1954
+ fractionSeparator: string;
1955
+ viewGroupSeparator: string;
1956
+ };
1957
+ };
1958
+ sizeUnits: {
1959
+ defaultUnitSystem: string;
1960
+ defaultPrecision: number;
1961
+ unitSystems: {
1962
+ SI: {
1963
+ abbreviations: string[];
1964
+ base: number;
1965
+ power: number;
1966
+ };
1967
+ IEC: {
1968
+ abbreviations: string[];
1969
+ base: number;
1970
+ power: number;
1971
+ };
1972
+ };
1973
+ };
1974
+ select: {
1975
+ hiddenItemsText: string;
1976
+ };
1977
+ datepicker: {
1978
+ placeholder: string;
1979
+ };
1980
+ timepicker: {
1981
+ placeholder: {
1982
+ full: string;
1983
+ short: string;
1984
+ };
1985
+ };
1986
+ fileUpload: {
1987
+ single: {
1988
+ captionText: string;
1989
+ captionTextOnlyFolder: string;
1990
+ captionTextWithFolder: string;
1991
+ browseLink: string;
1992
+ browseLinkFolder: string;
1993
+ browseLinkFolderMixed: string;
1994
+ };
1995
+ multiple: {
1996
+ captionText: string;
1997
+ captionTextOnlyFolder: string;
1998
+ captionTextWithFolder: string;
1999
+ captionTextWhenSelected: string;
2000
+ captionTextForCompactSize: string;
2001
+ browseLink: string;
2002
+ browseLinkFolder: string;
2003
+ browseLinkFolderMixed: string;
2004
+ title: string;
2005
+ };
2006
+ };
2007
+ codeBlock: {
2008
+ softWrapOnTooltip: string;
2009
+ softWrapOffTooltip: string;
2010
+ downloadTooltip: string;
2011
+ copiedTooltip: string;
2012
+ copyTooltip: string;
2013
+ viewAllText: string;
2014
+ viewLessText: string;
2015
+ openExternalSystemTooltip: string;
2016
+ };
2017
+ timezone: {
2018
+ searchPlaceholder: string;
2019
+ };
2020
+ actionsPanel: {
2021
+ closeTooltip: string;
2022
+ };
2023
+ filterBar: {
2024
+ reset: {
2025
+ buttonName: string;
2026
+ };
2027
+ search: {
2028
+ tooltip: string;
2029
+ placeholder: string;
2030
+ };
2031
+ filters: {
2032
+ defaultName: string;
2033
+ saveNewFilterTooltip: string;
2034
+ searchPlaceholder: string;
2035
+ searchEmptyResult: string;
2036
+ saveAsNewFilter: string;
2037
+ saveChanges: string;
2038
+ saveAsNew: string;
2039
+ change: string;
2040
+ resetChanges: string;
2041
+ remove: string;
2042
+ name: string;
2043
+ error: string;
2044
+ errorHint: string;
2045
+ saveButton: string;
2046
+ cancelButton: string;
2047
+ actionsTooltip: string;
2048
+ };
2049
+ add: {
2050
+ tooltip: string;
2051
+ addedAnnouncement: string;
2052
+ };
2053
+ refresher: {
2054
+ refresh: string;
2055
+ settings: string;
2056
+ };
2057
+ pipe: {
2058
+ clearButtonTooltip: string;
2059
+ removeButtonTooltip: string;
2060
+ applyButton: string;
2061
+ emptySearchResult: string;
2062
+ selectAll: string;
2063
+ };
2064
+ datePipe: {
2065
+ customPeriod: string;
2066
+ customPeriodFrom: string;
2067
+ customPeriodTo: string;
2068
+ customPeriodErrorHint: string;
2069
+ backToPeriodSelection: string;
2070
+ };
2071
+ };
2072
+ clampedText: {
2073
+ openText: string;
2074
+ closeText: string;
2075
+ showMoreText: string;
2076
+ moreText: string;
2077
+ };
2078
+ navbarIc: {
2079
+ toggle: {
2080
+ pinButton: string;
2081
+ collapseButton: string;
2082
+ };
2083
+ };
2084
+ navbar: {
2085
+ toggle: {
2086
+ expand: string;
2087
+ collapse: string;
2088
+ };
2089
+ };
2090
+ searchExpandable: {
2091
+ tooltip: string;
2092
+ placeholder: string;
2093
+ };
2094
+ appSwitcher: {
2095
+ searchPlaceholder: string;
2096
+ searchEmptyResult: string;
2097
+ sitesHeader: string;
2098
+ };
2099
+ timeRange: {
2100
+ title: {
2101
+ for: string;
2102
+ placeholder: string;
2103
+ };
2104
+ editor: {
2105
+ from: string;
2106
+ to: string;
2107
+ apply: string;
2108
+ cancel: string;
2109
+ rangeLabel: string;
2110
+ allTime: string;
2111
+ currentQuarter: string;
2112
+ currentYear: string;
2113
+ allTimeOption: string;
2114
+ currentQuarterOption: string;
2115
+ currentYearOption: string;
2116
+ };
2117
+ durationTemplate: {
2118
+ title: {
2119
+ SEPARATOR: string;
2120
+ LAST_PART_SEPARATOR: string;
2121
+ YEARS: string;
2122
+ MONTHS: string;
2123
+ WEEKS: string;
2124
+ DAYS: string;
2125
+ HOURS: string;
2126
+ MINUTES: string;
2127
+ SECONDS: string;
2128
+ YEARS_FRACTION: string;
2129
+ MONTHS_FRACTION: string;
2130
+ };
2131
+ option: {
2132
+ SEPARATOR: string;
2133
+ LAST_PART_SEPARATOR: string;
2134
+ YEARS: string;
2135
+ MONTHS: string;
2136
+ WEEKS: string;
2137
+ DAYS: string;
2138
+ HOURS: string;
2139
+ MINUTES: string;
2140
+ SECONDS: string;
2141
+ YEARS_FRACTION: string;
2142
+ MONTHS_FRACTION: string;
2143
+ };
2144
+ };
2145
+ };
2146
+ notificationCenter: {
2147
+ notifications: string;
2148
+ remove: string;
2149
+ doNotDisturb: string;
2150
+ showPopUpNotifications: string;
2151
+ noNotifications: string;
2152
+ failedToLoadNotifications: string;
2153
+ repeat: string;
2154
+ loadingMore: string;
2155
+ };
2156
+ };
2157
+ 'pt-BR': {
2158
+ formatters: {
2159
+ number: {
2160
+ rounding: {
2161
+ separator: string;
2162
+ groupSeparator: string;
2163
+ thousand: string;
2164
+ million: string;
2165
+ billion: string;
2166
+ trillion: string;
2167
+ };
2168
+ };
2169
+ };
2170
+ input: {
2171
+ number: {
2172
+ groupSeparator: string[];
2173
+ fractionSeparator: string;
2174
+ };
2175
+ };
2176
+ sizeUnits: {
2177
+ defaultUnitSystem: string;
2178
+ defaultPrecision: number;
2179
+ unitSystems: {
2180
+ SI: {
2181
+ abbreviations: string[];
2182
+ base: number;
2183
+ power: number;
2184
+ };
2185
+ IEC: {
2186
+ abbreviations: string[];
2187
+ base: number;
2188
+ power: number;
2189
+ };
2190
+ };
2191
+ };
2192
+ select: {
2193
+ hiddenItemsText: string;
2194
+ };
2195
+ datepicker: {
2196
+ placeholder: string;
2197
+ };
2198
+ timepicker: {
2199
+ placeholder: {
2200
+ full: string;
2201
+ short: string;
2202
+ };
2203
+ };
2204
+ fileUpload: {
2205
+ single: {
2206
+ captionText: string;
2207
+ captionTextOnlyFolder: string;
2208
+ captionTextWithFolder: string;
2209
+ browseLink: string;
2210
+ browseLinkFolder: string;
2211
+ browseLinkFolderMixed: string;
2212
+ };
2213
+ multiple: {
2214
+ captionText: string;
2215
+ captionTextOnlyFolder: string;
2216
+ captionTextWithFolder: string;
2217
+ captionTextWhenSelected: string;
2218
+ captionTextForCompactSize: string;
2219
+ browseLink: string;
2220
+ browseLinkFolder: string;
2221
+ browseLinkFolderMixed: string;
2222
+ title: string;
2223
+ };
2224
+ };
2225
+ codeBlock: {
2226
+ softWrapOnTooltip: string;
2227
+ softWrapOffTooltip: string;
2228
+ downloadTooltip: string;
2229
+ copiedTooltip: string;
2230
+ copyTooltip: string;
2231
+ viewAllText: string;
2232
+ viewLessText: string;
2233
+ openExternalSystemTooltip: string;
2234
+ };
2235
+ timezone: {
2236
+ searchPlaceholder: string;
2237
+ };
2238
+ actionsPanel: {
2239
+ closeTooltip: string;
2240
+ };
2241
+ filterBar: {
2242
+ reset: {
2243
+ buttonName: string;
2244
+ };
2245
+ search: {
2246
+ tooltip: string;
2247
+ placeholder: string;
2248
+ };
2249
+ filters: {
2250
+ defaultName: string;
2251
+ saveNewFilterTooltip: string;
2252
+ searchPlaceholder: string;
2253
+ searchEmptyResult: string;
2254
+ saveAsNewFilter: string;
2255
+ saveChanges: string;
2256
+ saveAsNew: string;
2257
+ change: string;
2258
+ resetChanges: string;
2259
+ remove: string;
2260
+ name: string;
2261
+ error: string;
2262
+ errorHint: string;
2263
+ saveButton: string;
2264
+ cancelButton: string;
2265
+ actionsTooltip: string;
2266
+ };
2267
+ add: {
2268
+ tooltip: string;
2269
+ addedAnnouncement: string;
2270
+ };
2271
+ refresher: {
2272
+ refresh: string;
2273
+ settings: string;
2274
+ };
2275
+ pipe: {
2276
+ clearButtonTooltip: string;
2277
+ removeButtonTooltip: string;
2278
+ applyButton: string;
2279
+ emptySearchResult: string;
2280
+ selectAll: string;
2281
+ };
2282
+ datePipe: {
2283
+ customPeriod: string;
2284
+ customPeriodFrom: string;
2285
+ customPeriodTo: string;
2286
+ customPeriodErrorHint: string;
2287
+ backToPeriodSelection: string;
2288
+ };
2289
+ };
2290
+ clampedText: {
2291
+ openText: string;
2292
+ closeText: string;
2293
+ showMoreText: string;
2294
+ moreText: string;
2295
+ };
2296
+ navbarIc: {
2297
+ toggle: {
2298
+ pinButton: string;
2299
+ collapseButton: string;
2300
+ };
2301
+ };
2302
+ navbar: {
2303
+ toggle: {
2304
+ expand: string;
2305
+ collapse: string;
2306
+ };
2307
+ };
2308
+ searchExpandable: {
2309
+ tooltip: string;
2310
+ placeholder: string;
2311
+ };
2312
+ appSwitcher: {
2313
+ searchPlaceholder: string;
2314
+ searchEmptyResult: string;
2315
+ sitesHeader: string;
2316
+ };
2317
+ timeRange: {
2318
+ title: {
2319
+ for: string;
2320
+ placeholder: string;
2321
+ };
2322
+ editor: {
2323
+ from: string;
2324
+ to: string;
2325
+ apply: string;
2326
+ cancel: string;
2327
+ rangeLabel: string;
2328
+ allTime: string;
2329
+ currentQuarter: string;
2330
+ currentYear: string;
2331
+ allTimeOption: string;
2332
+ currentQuarterOption: string;
2333
+ currentYearOption: string;
2334
+ };
2335
+ durationTemplate: {
2336
+ title: {
2337
+ SEPARATOR: string;
2338
+ LAST_PART_SEPARATOR: string;
2339
+ YEARS: string;
2340
+ MONTHS: string;
2341
+ WEEKS: string;
2342
+ DAYS: string;
2343
+ HOURS: string;
2344
+ MINUTES: string;
2345
+ SECONDS: string;
2346
+ YEARS_FRACTION: string;
2347
+ MONTHS_FRACTION: string;
2348
+ };
2349
+ option: {
2350
+ SEPARATOR: string;
2351
+ LAST_PART_SEPARATOR: string;
2352
+ YEARS: string;
2353
+ MONTHS: string;
2354
+ WEEKS: string;
2355
+ DAYS: string;
2356
+ HOURS: string;
2357
+ MINUTES: string;
2358
+ SECONDS: string;
2359
+ YEARS_FRACTION: string;
2360
+ MONTHS_FRACTION: string;
2361
+ };
2362
+ };
2363
+ };
2364
+ notificationCenter: {
2365
+ notifications: string;
2366
+ remove: string;
2367
+ doNotDisturb: string;
2368
+ showPopUpNotifications: string;
2369
+ noNotifications: string;
2370
+ failedToLoadNotifications: string;
2371
+ repeat: string;
2372
+ loadingMore: string;
2373
+ };
2374
+ };
2375
+ 'ru-RU': {
2376
+ formatters: {
2377
+ number: {
2378
+ rounding: {
2379
+ separator: string;
2380
+ groupSeparator: string;
2381
+ thousand: string;
2382
+ million: string;
2383
+ billion: string;
2384
+ trillion: string;
2385
+ };
2386
+ decimal: {
2387
+ viewGroupSeparator: string;
2388
+ };
2389
+ };
2390
+ };
2391
+ input: {
2392
+ number: {
2393
+ groupSeparator: string[];
2394
+ fractionSeparator: string;
2395
+ startFormattingFrom: number;
2396
+ viewGroupSeparator: string;
2397
+ };
2398
+ };
2399
+ sizeUnits: {
2400
+ defaultUnitSystem: string;
2401
+ defaultPrecision: number;
2402
+ unitSystems: {
2403
+ SI: {
2404
+ abbreviations: string[];
2405
+ base: number;
2406
+ power: number;
2407
+ };
2408
+ IEC: {
2409
+ abbreviations: string[];
2410
+ base: number;
2411
+ power: number;
2412
+ };
2413
+ };
2414
+ };
2415
+ select: {
2416
+ hiddenItemsText: string;
2417
+ };
2418
+ datepicker: {
2419
+ placeholder: string;
2420
+ dateInput: string;
2421
+ };
2422
+ timepicker: {
2423
+ placeholder: {
2424
+ full: string;
2425
+ short: string;
2426
+ };
2427
+ };
2428
+ fileUpload: {
2429
+ single: {
2430
+ captionText: string;
2431
+ captionTextOnlyFolder: string;
2432
+ captionTextWithFolder: string;
2433
+ browseLink: string;
2434
+ browseLinkFolder: string;
2435
+ browseLinkFolderMixed: string;
2436
+ };
2437
+ multiple: {
2438
+ captionText: string;
2439
+ captionTextOnlyFolder: string;
2440
+ captionTextWithFolder: string;
2441
+ captionTextWhenSelected: string;
2442
+ captionTextForCompactSize: string;
2443
+ browseLink: string;
2444
+ browseLinkFolder: string;
2445
+ browseLinkFolderMixed: string;
2446
+ title: string;
2447
+ };
2448
+ };
2449
+ codeBlock: {
2450
+ softWrapOnTooltip: string;
2451
+ softWrapOffTooltip: string;
2452
+ downloadTooltip: string;
2453
+ copiedTooltip: string;
2454
+ copyTooltip: string;
2455
+ viewAllText: string;
2456
+ viewLessText: string;
2457
+ openExternalSystemTooltip: string;
2458
+ };
2459
+ timezone: {
2460
+ searchPlaceholder: string;
2461
+ };
2462
+ actionsPanel: {
2463
+ closeTooltip: string;
2464
+ };
2465
+ filterBar: {
2466
+ reset: {
2467
+ buttonName: string;
2468
+ };
2469
+ search: {
2470
+ tooltip: string;
2471
+ placeholder: string;
2472
+ };
2473
+ filters: {
2474
+ defaultName: string;
2475
+ saveNewFilterTooltip: string;
2476
+ searchPlaceholder: string;
2477
+ searchEmptyResult: string;
2478
+ saveAsNewFilter: string;
2479
+ saveChanges: string;
2480
+ saveAsNew: string;
2481
+ change: string;
2482
+ resetChanges: string;
2483
+ remove: string;
2484
+ name: string;
2485
+ error: string;
2486
+ errorHint: string;
2487
+ saveButton: string;
2488
+ cancelButton: string;
2489
+ actionsTooltip: string;
2490
+ };
2491
+ add: {
2492
+ tooltip: string;
2493
+ addedAnnouncement: string;
2494
+ };
2495
+ refresher: {
2496
+ refresh: string;
2497
+ settings: string;
2498
+ };
2499
+ pipe: {
2500
+ clearButtonTooltip: string;
2501
+ removeButtonTooltip: string;
2502
+ applyButton: string;
2503
+ emptySearchResult: string;
2504
+ selectAll: string;
2505
+ };
2506
+ datePipe: {
2507
+ customPeriod: string;
2508
+ customPeriodFrom: string;
2509
+ customPeriodTo: string;
2510
+ customPeriodErrorHint: string;
2511
+ backToPeriodSelection: string;
2512
+ };
2513
+ };
2514
+ clampedText: {
2515
+ openText: string;
2516
+ closeText: string;
2517
+ showMoreText: string;
2518
+ moreText: string;
2519
+ };
2520
+ navbarIc: {
2521
+ toggle: {
2522
+ pinButton: string;
2523
+ collapseButton: string;
2524
+ };
2525
+ };
2526
+ navbar: {
2527
+ toggle: {
2528
+ expand: string;
2529
+ collapse: string;
2530
+ };
2531
+ };
2532
+ searchExpandable: {
2533
+ tooltip: string;
2534
+ placeholder: string;
2535
+ };
2536
+ appSwitcher: {
2537
+ searchPlaceholder: string;
2538
+ searchEmptyResult: string;
2539
+ sitesHeader: string;
2540
+ };
2541
+ timeRange: {
2542
+ title: {
2543
+ for: string;
2544
+ placeholder: string;
2545
+ };
2546
+ editor: {
2547
+ from: string;
2548
+ to: string;
2549
+ apply: string;
2550
+ cancel: string;
2551
+ rangeLabel: string;
2552
+ allTime: string;
2553
+ currentQuarter: string;
2554
+ currentYear: string;
2555
+ allTimeOption: string;
2556
+ currentQuarterOption: string;
2557
+ currentYearOption: string;
2558
+ };
2559
+ durationTemplate: {
2560
+ title: {
2561
+ SEPARATOR: string;
2562
+ LAST_PART_SEPARATOR: string;
2563
+ YEARS: string;
2564
+ MONTHS: string;
2565
+ WEEKS: string;
2566
+ DAYS: string;
2567
+ HOURS: string;
2568
+ MINUTES: string;
2569
+ SECONDS: string;
2570
+ YEARS_FRACTION: string;
2571
+ MONTHS_FRACTION: string;
2572
+ };
2573
+ option: {
2574
+ SEPARATOR: string;
2575
+ LAST_PART_SEPARATOR: string;
2576
+ YEARS: string;
2577
+ MONTHS: string;
2578
+ WEEKS: string;
2579
+ DAYS: string;
2580
+ HOURS: string;
2581
+ MINUTES: string;
2582
+ SECONDS: string;
2583
+ YEARS_FRACTION: string;
2584
+ MONTHS_FRACTION: string;
2585
+ };
2586
+ };
2587
+ };
2588
+ notificationCenter: {
2589
+ notifications: string;
2590
+ remove: string;
2591
+ doNotDisturb: string;
2592
+ showPopUpNotifications: string;
2593
+ noNotifications: string;
2594
+ failedToLoadNotifications: string;
2595
+ repeat: string;
2596
+ loadingMore: string;
2597
+ };
2598
+ };
2599
+ 'tk-TM': {
2600
+ formatters: {
2601
+ number: {
2602
+ rounding: {
2603
+ separator: string;
2604
+ groupSeparator: string;
2605
+ thousand: string;
2606
+ million: string;
2607
+ billion: string;
2608
+ trillion: string;
2609
+ };
2610
+ };
2611
+ };
2612
+ input: {
2613
+ number: {
2614
+ groupSeparator: string[];
2615
+ fractionSeparator: string;
2616
+ viewGroupSeparator: string;
2617
+ };
2618
+ };
2619
+ sizeUnits: {
2620
+ defaultUnitSystem: string;
2621
+ defaultPrecision: number;
2622
+ unitSystems: {
2623
+ SI: {
2624
+ abbreviations: string[];
2625
+ base: number;
2626
+ power: number;
2627
+ };
2628
+ IEC: {
2629
+ abbreviations: string[];
2630
+ base: number;
2631
+ power: number;
2632
+ };
2633
+ };
2634
+ };
2635
+ select: {
2636
+ hiddenItemsText: string;
2637
+ };
2638
+ datepicker: {
2639
+ placeholder: string;
2640
+ dateInput: string;
2641
+ };
2642
+ timepicker: {
2643
+ placeholder: {
2644
+ full: string;
2645
+ short: string;
2646
+ };
2647
+ };
2648
+ fileUpload: {
2649
+ single: {
2650
+ captionText: string;
2651
+ captionTextOnlyFolder: string;
2652
+ captionTextWithFolder: string;
2653
+ browseLink: string;
2654
+ browseLinkFolder: string;
2655
+ browseLinkFolderMixed: string;
2656
+ };
2657
+ multiple: {
2658
+ captionText: string;
2659
+ captionTextOnlyFolder: string;
2660
+ captionTextWithFolder: string;
2661
+ captionTextWhenSelected: string;
2662
+ captionTextForCompactSize: string;
2663
+ browseLink: string;
2664
+ browseLinkFolder: string;
2665
+ browseLinkFolderMixed: string;
2666
+ title: string;
2667
+ };
2668
+ };
2669
+ codeBlock: {
2670
+ softWrapOnTooltip: string;
2671
+ softWrapOffTooltip: string;
2672
+ downloadTooltip: string;
2673
+ copiedTooltip: string;
2674
+ copyTooltip: string;
2675
+ viewAllText: string;
2676
+ viewLessText: string;
2677
+ openExternalSystemTooltip: string;
2678
+ };
2679
+ timezone: {
2680
+ searchPlaceholder: string;
2681
+ };
2682
+ actionsPanel: {
2683
+ closeTooltip: string;
2684
+ };
2685
+ filterBar: {
2686
+ reset: {
2687
+ buttonName: string;
2688
+ };
2689
+ search: {
2690
+ tooltip: string;
2691
+ placeholder: string;
2692
+ };
2693
+ filters: {
2694
+ defaultName: string;
2695
+ saveNewFilterTooltip: string;
2696
+ searchPlaceholder: string;
2697
+ searchEmptyResult: string;
2698
+ saveAsNewFilter: string;
2699
+ saveChanges: string;
2700
+ saveAsNew: string;
2701
+ change: string;
2702
+ resetChanges: string;
2703
+ remove: string;
2704
+ name: string;
2705
+ error: string;
2706
+ errorHint: string;
2707
+ saveButton: string;
2708
+ cancelButton: string;
2709
+ actionsTooltip: string;
2710
+ };
2711
+ add: {
2712
+ tooltip: string;
2713
+ addedAnnouncement: string;
2714
+ };
2715
+ refresher: {
2716
+ refresh: string;
2717
+ settings: string;
2718
+ };
2719
+ pipe: {
2720
+ clearButtonTooltip: string;
2721
+ removeButtonTooltip: string;
2722
+ applyButton: string;
2723
+ emptySearchResult: string;
2724
+ selectAll: string;
2725
+ };
2726
+ datePipe: {
2727
+ customPeriod: string;
2728
+ customPeriodFrom: string;
2729
+ customPeriodTo: string;
2730
+ customPeriodErrorHint: string;
2731
+ backToPeriodSelection: string;
2732
+ };
2733
+ };
2734
+ clampedText: {
2735
+ openText: string;
2736
+ closeText: string;
2737
+ showMoreText: string;
2738
+ moreText: string;
2739
+ };
2740
+ navbarIc: {
2741
+ toggle: {
2742
+ pinButton: string;
2743
+ collapseButton: string;
2744
+ };
2745
+ };
2746
+ navbar: {
2747
+ toggle: {
2748
+ expand: string;
2749
+ collapse: string;
2750
+ };
2751
+ };
2752
+ searchExpandable: {
2753
+ tooltip: string;
2754
+ placeholder: string;
2755
+ };
2756
+ appSwitcher: {
2757
+ searchPlaceholder: string;
2758
+ searchEmptyResult: string;
2759
+ sitesHeader: string;
2760
+ };
2761
+ timeRange: {
2762
+ title: {
2763
+ for: string;
2764
+ placeholder: string;
2765
+ };
2766
+ editor: {
2767
+ from: string;
2768
+ to: string;
2769
+ apply: string;
2770
+ cancel: string;
2771
+ rangeLabel: string;
2772
+ allTime: string;
2773
+ currentQuarter: string;
2774
+ currentYear: string;
2775
+ allTimeOption: string;
2776
+ currentQuarterOption: string;
2777
+ currentYearOption: string;
2778
+ };
2779
+ durationTemplate: {
2780
+ title: {
2781
+ SEPARATOR: string;
2782
+ LAST_PART_SEPARATOR: string;
2783
+ YEARS: string;
2784
+ MONTHS: string;
2785
+ WEEKS: string;
2786
+ DAYS: string;
2787
+ HOURS: string;
2788
+ MINUTES: string;
2789
+ SECONDS: string;
2790
+ YEARS_FRACTION: string;
2791
+ MONTHS_FRACTION: string;
2792
+ };
2793
+ option: {
2794
+ SEPARATOR: string;
2795
+ LAST_PART_SEPARATOR: string;
2796
+ YEARS: string;
2797
+ MONTHS: string;
2798
+ WEEKS: string;
2799
+ DAYS: string;
2800
+ HOURS: string;
2801
+ MINUTES: string;
2802
+ SECONDS: string;
2803
+ YEARS_FRACTION: string;
2804
+ MONTHS_FRACTION: string;
2805
+ };
2806
+ };
2807
+ };
2808
+ notificationCenter: {
2809
+ notifications: string;
2810
+ remove: string;
2811
+ doNotDisturb: string;
2812
+ showPopUpNotifications: string;
2813
+ noNotifications: string;
2814
+ failedToLoadNotifications: string;
2815
+ repeat: string;
2816
+ loadingMore: string;
2817
+ };
2818
+ };
2819
+ };
2820
+ declare const KBQ_LOCALE_DATA: InjectionToken<any>;
2821
+ declare const KBQ_LOCALE_SERVICE: InjectionToken<KbqLocaleService>;
2822
+ /**
2823
+ * Attribute name to be used to set the locale in the html element.
2824
+ *
2825
+ * @default 'lang'
2826
+ *
2827
+ * @docs-private
2828
+ */
2829
+ declare const KBQ_LOCALE_SERVICE_LANG_ATTR_NAME: InjectionToken<string>;
2830
+ /**
2831
+ * Utility provider to configure the attribute name to be used to set the locale in the html element.
2832
+ *
2833
+ * @see KBQ_LOCALE_SERVICE_LANG_ATTR_NAME
2834
+ *
2835
+ * @docs-private
2836
+ */
2837
+ declare const kbqLocaleServiceLangAttrNameProvider: (attrName: string) => Provider;
2838
+ declare class KbqLocaleService {
2839
+ readonly changes: BehaviorSubject<string>;
2840
+ readonly locales: any;
2841
+ private readonly document;
2842
+ id: string;
2843
+ current: any;
2844
+ private readonly langAttrName;
2845
+ constructor();
2846
+ setLocale(id: string): void;
2847
+ addLocale(id: string, localeData: any): void;
2848
+ getParams(componentName: string): any;
2849
+ static ɵfac: i0.ɵɵFactoryDeclaration<KbqLocaleService, never>;
2850
+ static ɵprov: i0.ɵɵInjectableDeclaration<KbqLocaleService>;
2851
+ }
2852
+ /** @docs-private */
2853
+ declare const KBQ_DEFAULT_PRECISION_SEPARATOR = ".";
2854
+ /** @docs-private */
2855
+ declare function numberByParts(value: string, customConfig: Pick<KbqNumberInputLocaleConfig, 'fractionSeparator' | 'groupSeparator'>): {
2856
+ integer: string;
2857
+ fraction: string;
2858
+ };
2859
+ /**
2860
+ * Function that returns a string representation of a number without localized separators
2861
+ */
2862
+ declare function normalizeNumber(value: string | null | undefined, customConfig: Pick<KbqNumberInputLocaleConfig, 'fractionSeparator' | 'groupSeparator'>): string;
2863
+ /**
2864
+ * Function that parse string and return a number. The string can be in any locale.
2865
+ */
2866
+ declare function checkAndNormalizeLocalizedNumber(num: string | null | undefined, locale?: string): number | null;
2867
+
2868
+ declare class KbqLocaleServiceModule {
2869
+ static ɵfac: i0.ɵɵFactoryDeclaration<KbqLocaleServiceModule, never>;
2870
+ static ɵmod: i0.ɵɵNgModuleDeclaration<KbqLocaleServiceModule, never, never, never>;
2871
+ static ɵinj: i0.ɵɵInjectorDeclaration<KbqLocaleServiceModule>;
2872
+ }
2873
+
2874
+ declare class DateFormatter<D> extends DateFormatter$1<D> {
2875
+ readonly adapter: DateAdapter$1<D>;
2876
+ protected localeService: KbqLocaleService | null;
2877
+ constructor();
2878
+ static ɵfac: i0.ɵɵFactoryDeclaration<DateFormatter<any>, never>;
2879
+ static ɵprov: i0.ɵɵInjectableDeclaration<DateFormatter<any>>;
2880
+ }
2881
+
2882
+ declare class BaseFormatterPipe<D> {
2883
+ protected readonly adapter: DateAdapter<D>;
2884
+ protected readonly formatter: DateFormatter<D>;
2885
+ }
2886
+ /**
2887
+ * Base class for impure date-formatter pipes that recompute their result
2888
+ * whenever the active locale changes via `KbqLocaleService`.
2889
+ *
2890
+ * The base class owns:
2891
+ * - a subscription to `KbqLocaleService.changes` that invalidates the cache and
2892
+ * marks the host for check (the same approach the built-in `AsyncPipe` uses);
2893
+ * - caching by `(value, args, localeId)`, so the impure `transform()` only does
2894
+ * real work when an input or the active locale actually changed.
2895
+ *
2896
+ * Subclasses implement `format()`, which receives the raw pipe input(s) — a
2897
+ * single value for absolute/relative pipes, or a `[from, to]` tuple for range
2898
+ * pipes — deserializes via `this.adapter` and calls the matching
2899
+ * `DateFormatter` method.
2900
+ *
2901
+ * @docs-private
2902
+ */
2903
+ declare abstract class BaseLocaleAwareFormatterPipe<D, Value = D | string, Args extends unknown[] = unknown[]> extends BaseFormatterPipe<D> {
2904
+ private readonly changeDetectorRef;
2905
+ private readonly localeService;
2906
+ private cachedValue;
2907
+ private cachedArgs;
2908
+ private cachedLocaleId;
2909
+ private cachedResult;
2910
+ private hasCache;
2911
+ constructor();
2912
+ transform(value: Value, ...args: Args): string;
2913
+ protected abstract format(value: Value, ...args: Args): string;
2914
+ private argsEqual;
2915
+ }
2916
+ declare class AbsoluteDateFormatterPipe<D> extends BaseFormatterPipe<D> implements PipeTransform {
2917
+ transform(value: D | string, currYear?: boolean): string;
2918
+ static ɵfac: i0.ɵɵFactoryDeclaration<AbsoluteDateFormatterPipe<any>, never>;
2919
+ static ɵpipe: i0.ɵɵPipeDeclaration<AbsoluteDateFormatterPipe<any>, "absoluteLongDate", true>;
2920
+ }
2921
+ declare class AbsoluteDateFormatterImpurePipe<D> extends AbsoluteDateFormatterPipe<D> {
2922
+ transform(value: string | D, currYear?: boolean): string;
2923
+ static ɵfac: i0.ɵɵFactoryDeclaration<AbsoluteDateFormatterImpurePipe<any>, never>;
2924
+ static ɵpipe: i0.ɵɵPipeDeclaration<AbsoluteDateFormatterImpurePipe<any>, "absoluteLongDateImpurePipe", true>;
2925
+ }
2926
+ declare class AbsoluteDateTimeFormatterPipe<D> extends BaseFormatterPipe<D> implements PipeTransform {
2927
+ transform(value: D | string, options?: DateTimeOptions): string;
2928
+ static ɵfac: i0.ɵɵFactoryDeclaration<AbsoluteDateTimeFormatterPipe<any>, never>;
2929
+ static ɵpipe: i0.ɵɵPipeDeclaration<AbsoluteDateTimeFormatterPipe<any>, "absoluteLongDateTime", true>;
2930
+ }
2931
+ declare class AbsoluteDateTimeFormatterImpurePipe<D> extends AbsoluteDateTimeFormatterPipe<D> {
2932
+ transform(value: string | D, options?: DateTimeOptions): string;
2933
+ static ɵfac: i0.ɵɵFactoryDeclaration<AbsoluteDateTimeFormatterImpurePipe<any>, never>;
2934
+ static ɵpipe: i0.ɵɵPipeDeclaration<AbsoluteDateTimeFormatterImpurePipe<any>, "absoluteLongDateTimeImpurePipe", true>;
2935
+ }
2936
+ declare class AbsoluteDateShortFormatterPipe<D> extends BaseFormatterPipe<D> implements PipeTransform {
2937
+ transform(value: D | string, currYear?: boolean): string;
2938
+ static ɵfac: i0.ɵɵFactoryDeclaration<AbsoluteDateShortFormatterPipe<any>, never>;
2939
+ static ɵpipe: i0.ɵɵPipeDeclaration<AbsoluteDateShortFormatterPipe<any>, "absoluteShortDate", true>;
2940
+ }
2941
+ declare class AbsoluteDateShortFormatterImpurePipe<D> extends AbsoluteDateShortFormatterPipe<D> {
2942
+ transform(value: string | D, currYear?: boolean): string;
2943
+ static ɵfac: i0.ɵɵFactoryDeclaration<AbsoluteDateShortFormatterImpurePipe<any>, never>;
2944
+ static ɵpipe: i0.ɵɵPipeDeclaration<AbsoluteDateShortFormatterImpurePipe<any>, "absoluteShortDateImpurePipe", true>;
2945
+ }
2946
+ declare class AbsoluteShortDateTimeFormatterPipe<D> extends BaseFormatterPipe<D> implements PipeTransform {
2947
+ transform(value: D | string, options?: DateTimeOptions): string;
2948
+ static ɵfac: i0.ɵɵFactoryDeclaration<AbsoluteShortDateTimeFormatterPipe<any>, never>;
2949
+ static ɵpipe: i0.ɵɵPipeDeclaration<AbsoluteShortDateTimeFormatterPipe<any>, "absoluteShortDateTime", true>;
2950
+ }
2951
+ declare class AbsoluteShortDateTimeFormatterImpurePipe<D> extends AbsoluteShortDateTimeFormatterPipe<D> {
2952
+ transform(value: string | D, options?: DateTimeOptions): string;
2953
+ static ɵfac: i0.ɵɵFactoryDeclaration<AbsoluteShortDateTimeFormatterImpurePipe<any>, never>;
2954
+ static ɵpipe: i0.ɵɵPipeDeclaration<AbsoluteShortDateTimeFormatterImpurePipe<any>, "absoluteShortDateTimeImpurePipe", true>;
2955
+ }
2956
+ declare class RelativeDateFormatterPipe<D> extends BaseFormatterPipe<D> implements PipeTransform {
2957
+ transform(value: D | string): string;
2958
+ static ɵfac: i0.ɵɵFactoryDeclaration<RelativeDateFormatterPipe<any>, never>;
2959
+ static ɵpipe: i0.ɵɵPipeDeclaration<RelativeDateFormatterPipe<any>, "relativeLongDate", true>;
2960
+ }
2961
+ declare class RelativeDateFormatterImpurePipe<D> extends RelativeDateFormatterPipe<D> {
2962
+ transform(value: string | D): string;
2963
+ static ɵfac: i0.ɵɵFactoryDeclaration<RelativeDateFormatterImpurePipe<any>, never>;
2964
+ static ɵpipe: i0.ɵɵPipeDeclaration<RelativeDateFormatterImpurePipe<any>, "relativeLongDateImpurePipe", true>;
2965
+ }
2966
+ declare class RelativeDateTimeFormatterPipe<D> extends BaseFormatterPipe<D> implements PipeTransform {
2967
+ transform(value: D | string, options?: DateTimeOptions): string;
2968
+ static ɵfac: i0.ɵɵFactoryDeclaration<RelativeDateTimeFormatterPipe<any>, never>;
2969
+ static ɵpipe: i0.ɵɵPipeDeclaration<RelativeDateTimeFormatterPipe<any>, "relativeLongDateTime", true>;
2970
+ }
2971
+ declare class RelativeDateTimeFormatterImpurePipe<D> extends RelativeDateTimeFormatterPipe<D> {
2972
+ transform(value: string | D, options?: DateTimeOptions): string;
2973
+ static ɵfac: i0.ɵɵFactoryDeclaration<RelativeDateTimeFormatterImpurePipe<any>, never>;
2974
+ static ɵpipe: i0.ɵɵPipeDeclaration<RelativeDateTimeFormatterImpurePipe<any>, "relativeLongDateTimeImpurePipe", true>;
2975
+ }
2976
+ declare class RelativeShortDateFormatterPipe<D> extends BaseFormatterPipe<D> implements PipeTransform {
2977
+ transform(value: D | string): string;
2978
+ static ɵfac: i0.ɵɵFactoryDeclaration<RelativeShortDateFormatterPipe<any>, never>;
2979
+ static ɵpipe: i0.ɵɵPipeDeclaration<RelativeShortDateFormatterPipe<any>, "relativeShortDate", true>;
2980
+ }
2981
+ declare class RelativeShortDateFormatterImpurePipe<D> extends RelativeShortDateFormatterPipe<D> {
2982
+ transform(value: string | D): string;
2983
+ static ɵfac: i0.ɵɵFactoryDeclaration<RelativeShortDateFormatterImpurePipe<any>, never>;
2984
+ static ɵpipe: i0.ɵɵPipeDeclaration<RelativeShortDateFormatterImpurePipe<any>, "relativeShortDateImpurePipe", true>;
2985
+ }
2986
+ declare class RelativeShortDateTimeFormatterPipe<D> extends BaseFormatterPipe<D> implements PipeTransform {
2987
+ transform(value: D | string, options?: DateTimeOptions): string;
2988
+ static ɵfac: i0.ɵɵFactoryDeclaration<RelativeShortDateTimeFormatterPipe<any>, never>;
2989
+ static ɵpipe: i0.ɵɵPipeDeclaration<RelativeShortDateTimeFormatterPipe<any>, "relativeShortDateTime", true>;
2990
+ }
2991
+ declare class RelativeShortDateTimeFormatterImpurePipe<D> extends RelativeShortDateTimeFormatterPipe<D> {
2992
+ transform(value: string | D, options?: DateTimeOptions): string;
2993
+ static ɵfac: i0.ɵɵFactoryDeclaration<RelativeShortDateTimeFormatterImpurePipe<any>, never>;
2994
+ static ɵpipe: i0.ɵɵPipeDeclaration<RelativeShortDateTimeFormatterImpurePipe<any>, "relativeShortDateTimeImpurePipe", true>;
2995
+ }
2996
+ declare class RangeDateFormatterPipe<D> extends BaseFormatterPipe<D> implements PipeTransform {
2997
+ transform([value1, value2]: D[] | string[]): string;
2998
+ static ɵfac: i0.ɵɵFactoryDeclaration<RangeDateFormatterPipe<any>, never>;
2999
+ static ɵpipe: i0.ɵɵPipeDeclaration<RangeDateFormatterPipe<any>, "rangeLongDate", true>;
3000
+ }
3001
+ declare class RangeDateFormatterImpurePipe<D> extends RangeDateFormatterPipe<D> {
3002
+ transform([value1, value2]: D[] | string[]): string;
3003
+ static ɵfac: i0.ɵɵFactoryDeclaration<RangeDateFormatterImpurePipe<any>, never>;
3004
+ static ɵpipe: i0.ɵɵPipeDeclaration<RangeDateFormatterImpurePipe<any>, "rangeLongDateImpurePipe", true>;
3005
+ }
3006
+ declare class RangeShortDateFormatterPipe<D> extends BaseFormatterPipe<D> implements PipeTransform {
3007
+ transform([value1, value2]: D[] | string[]): string;
3008
+ static ɵfac: i0.ɵɵFactoryDeclaration<RangeShortDateFormatterPipe<any>, never>;
3009
+ static ɵpipe: i0.ɵɵPipeDeclaration<RangeShortDateFormatterPipe<any>, "rangeShortDate", true>;
3010
+ }
3011
+ declare class RangeShortDateFormatterImpurePipe<D> extends RangeShortDateFormatterPipe<D> {
3012
+ transform([value1, value2]: D[] | string[]): string;
3013
+ static ɵfac: i0.ɵɵFactoryDeclaration<RangeShortDateFormatterImpurePipe<any>, never>;
3014
+ static ɵpipe: i0.ɵɵPipeDeclaration<RangeShortDateFormatterImpurePipe<any>, "rangeShortDateImpurePipe", true>;
3015
+ }
3016
+ declare class RangeDateTimeFormatterPipe<D> extends BaseFormatterPipe<D> implements PipeTransform {
3017
+ transform([value1, value2]: D[] | string[], options?: DateTimeOptions): string;
3018
+ static ɵfac: i0.ɵɵFactoryDeclaration<RangeDateTimeFormatterPipe<any>, never>;
3019
+ static ɵpipe: i0.ɵɵPipeDeclaration<RangeDateTimeFormatterPipe<any>, "rangeLongDateTime", true>;
3020
+ }
3021
+ declare class RangeDateTimeFormatterImpurePipe<D> extends RangeDateTimeFormatterPipe<D> {
3022
+ transform([value1, value2]: D[] | string[], options?: DateTimeOptions): string;
3023
+ static ɵfac: i0.ɵɵFactoryDeclaration<RangeDateTimeFormatterImpurePipe<any>, never>;
3024
+ static ɵpipe: i0.ɵɵPipeDeclaration<RangeDateTimeFormatterImpurePipe<any>, "rangeLongDateTimeImpurePipe", true>;
3025
+ }
3026
+ declare class RangeMiddleDateTimeFormatterPipe<D> extends BaseFormatterPipe<D> implements PipeTransform {
3027
+ transform([value1, value2]: D[] | string[], options?: DateTimeOptions): string;
3028
+ static ɵfac: i0.ɵɵFactoryDeclaration<RangeMiddleDateTimeFormatterPipe<any>, never>;
3029
+ static ɵpipe: i0.ɵɵPipeDeclaration<RangeMiddleDateTimeFormatterPipe<any>, "rangeMiddleDateTime", true>;
3030
+ }
3031
+ declare class RangeMiddleDateTimeFormatterImpurePipe<D> extends RangeMiddleDateTimeFormatterPipe<D> {
3032
+ transform([value1, value2]: D[] | string[], options?: DateTimeOptions): string;
3033
+ static ɵfac: i0.ɵɵFactoryDeclaration<RangeMiddleDateTimeFormatterImpurePipe<any>, never>;
3034
+ static ɵpipe: i0.ɵɵPipeDeclaration<RangeMiddleDateTimeFormatterImpurePipe<any>, "rangeMiddleDateTimeImpurePipe", true>;
3035
+ }
3036
+ declare class RangeShortDateTimeFormatterPipe<D> extends BaseFormatterPipe<D> implements PipeTransform {
3037
+ transform([value1, value2]: D[] | string[], options?: DateTimeOptions): string;
3038
+ static ɵfac: i0.ɵɵFactoryDeclaration<RangeShortDateTimeFormatterPipe<any>, never>;
3039
+ static ɵpipe: i0.ɵɵPipeDeclaration<RangeShortDateTimeFormatterPipe<any>, "rangeShortDateTime", true>;
3040
+ }
3041
+ declare class RangeShortDateTimeFormatterImpurePipe<D> extends RangeShortDateTimeFormatterPipe<D> {
3042
+ transform([value1, value2]: D[] | string[], options?: DateTimeOptions): string;
3043
+ static ɵfac: i0.ɵɵFactoryDeclaration<RangeShortDateTimeFormatterImpurePipe<any>, never>;
3044
+ static ɵpipe: i0.ɵɵPipeDeclaration<RangeShortDateTimeFormatterImpurePipe<any>, "rangeShortDateTimeImpurePipe", true>;
3045
+ }
3046
+ declare class KbqAbsoluteLongDatePipe<D> extends BaseLocaleAwareFormatterPipe<D, D | string, [currYear?: boolean]> implements PipeTransform {
3047
+ transform(value: D | string, currYear?: boolean): string;
3048
+ protected format(value: D | string, currYear?: boolean): string;
3049
+ static ɵfac: i0.ɵɵFactoryDeclaration<KbqAbsoluteLongDatePipe<any>, never>;
3050
+ static ɵpipe: i0.ɵɵPipeDeclaration<KbqAbsoluteLongDatePipe<any>, "kbqAbsoluteLongDate", true>;
3051
+ }
3052
+ declare class KbqAbsoluteShortDatePipe<D> extends BaseLocaleAwareFormatterPipe<D, D | string, [currYear?: boolean]> implements PipeTransform {
3053
+ transform(value: D | string, currYear?: boolean): string;
3054
+ protected format(value: D | string, currYear?: boolean): string;
3055
+ static ɵfac: i0.ɵɵFactoryDeclaration<KbqAbsoluteShortDatePipe<any>, never>;
3056
+ static ɵpipe: i0.ɵɵPipeDeclaration<KbqAbsoluteShortDatePipe<any>, "kbqAbsoluteShortDate", true>;
3057
+ }
3058
+ declare class KbqAbsoluteLongDateTimePipe<D> extends BaseLocaleAwareFormatterPipe<D, D | string, [options?: DateTimeOptions]> implements PipeTransform {
3059
+ transform(value: D | string, options?: DateTimeOptions): string;
3060
+ protected format(value: D | string, options?: DateTimeOptions): string;
3061
+ static ɵfac: i0.ɵɵFactoryDeclaration<KbqAbsoluteLongDateTimePipe<any>, never>;
3062
+ static ɵpipe: i0.ɵɵPipeDeclaration<KbqAbsoluteLongDateTimePipe<any>, "kbqAbsoluteLongDateTime", true>;
3063
+ }
3064
+ declare class KbqAbsoluteShortDateTimePipe<D> extends BaseLocaleAwareFormatterPipe<D, D | string, [options?: DateTimeOptions]> implements PipeTransform {
3065
+ transform(value: D | string, options?: DateTimeOptions): string;
3066
+ protected format(value: D | string, options?: DateTimeOptions): string;
3067
+ static ɵfac: i0.ɵɵFactoryDeclaration<KbqAbsoluteShortDateTimePipe<any>, never>;
3068
+ static ɵpipe: i0.ɵɵPipeDeclaration<KbqAbsoluteShortDateTimePipe<any>, "kbqAbsoluteShortDateTime", true>;
3069
+ }
3070
+ declare class KbqRelativeLongDatePipe<D> extends BaseLocaleAwareFormatterPipe<D, D | string, []> implements PipeTransform {
3071
+ transform(value: D | string): string;
3072
+ protected format(value: D | string): string;
3073
+ static ɵfac: i0.ɵɵFactoryDeclaration<KbqRelativeLongDatePipe<any>, never>;
3074
+ static ɵpipe: i0.ɵɵPipeDeclaration<KbqRelativeLongDatePipe<any>, "kbqRelativeLongDate", true>;
3075
+ }
3076
+ declare class KbqRelativeShortDatePipe<D> extends BaseLocaleAwareFormatterPipe<D, D | string, []> implements PipeTransform {
3077
+ transform(value: D | string): string;
3078
+ protected format(value: D | string): string;
3079
+ static ɵfac: i0.ɵɵFactoryDeclaration<KbqRelativeShortDatePipe<any>, never>;
3080
+ static ɵpipe: i0.ɵɵPipeDeclaration<KbqRelativeShortDatePipe<any>, "kbqRelativeShortDate", true>;
3081
+ }
3082
+ declare class KbqRelativeLongDateTimePipe<D> extends BaseLocaleAwareFormatterPipe<D, D | string, [options?: DateTimeOptions]> implements PipeTransform {
3083
+ transform(value: D | string, options?: DateTimeOptions): string;
3084
+ protected format(value: D | string, options?: DateTimeOptions): string;
3085
+ static ɵfac: i0.ɵɵFactoryDeclaration<KbqRelativeLongDateTimePipe<any>, never>;
3086
+ static ɵpipe: i0.ɵɵPipeDeclaration<KbqRelativeLongDateTimePipe<any>, "kbqRelativeLongDateTime", true>;
3087
+ }
3088
+ declare class KbqRelativeShortDateTimePipe<D> extends BaseLocaleAwareFormatterPipe<D, D | string, [options?: DateTimeOptions]> implements PipeTransform {
3089
+ transform(value: D | string, options?: DateTimeOptions): string;
3090
+ protected format(value: D | string, options?: DateTimeOptions): string;
3091
+ static ɵfac: i0.ɵɵFactoryDeclaration<KbqRelativeShortDateTimePipe<any>, never>;
3092
+ static ɵpipe: i0.ɵɵPipeDeclaration<KbqRelativeShortDateTimePipe<any>, "kbqRelativeShortDateTime", true>;
3093
+ }
3094
+ declare class KbqRangeLongDatePipe<D> extends BaseLocaleAwareFormatterPipe<D, D[] | string[], []> implements PipeTransform {
3095
+ transform(value: D[] | string[]): string;
3096
+ protected format([value1, value2]: D[] | string[]): string;
3097
+ static ɵfac: i0.ɵɵFactoryDeclaration<KbqRangeLongDatePipe<any>, never>;
3098
+ static ɵpipe: i0.ɵɵPipeDeclaration<KbqRangeLongDatePipe<any>, "kbqRangeLongDate", true>;
3099
+ }
3100
+ declare class KbqRangeShortDatePipe<D> extends BaseLocaleAwareFormatterPipe<D, D[] | string[], []> implements PipeTransform {
3101
+ transform(value: D[] | string[]): string;
3102
+ protected format([value1, value2]: D[] | string[]): string;
3103
+ static ɵfac: i0.ɵɵFactoryDeclaration<KbqRangeShortDatePipe<any>, never>;
3104
+ static ɵpipe: i0.ɵɵPipeDeclaration<KbqRangeShortDatePipe<any>, "kbqRangeShortDate", true>;
3105
+ }
3106
+ declare class KbqRangeLongDateTimePipe<D> extends BaseLocaleAwareFormatterPipe<D, D[] | string[], [options?: DateTimeOptions]> implements PipeTransform {
3107
+ transform(value: D[] | string[], options?: DateTimeOptions): string;
3108
+ protected format([value1, value2]: D[] | string[], options?: DateTimeOptions): string;
3109
+ static ɵfac: i0.ɵɵFactoryDeclaration<KbqRangeLongDateTimePipe<any>, never>;
3110
+ static ɵpipe: i0.ɵɵPipeDeclaration<KbqRangeLongDateTimePipe<any>, "kbqRangeLongDateTime", true>;
3111
+ }
3112
+ declare class KbqRangeMiddleDateTimePipe<D> extends BaseLocaleAwareFormatterPipe<D, D[] | string[], [options?: DateTimeOptions]> implements PipeTransform {
3113
+ transform(value: D[] | string[], options?: DateTimeOptions): string;
3114
+ protected format([value1, value2]: D[] | string[], options?: DateTimeOptions): string;
3115
+ static ɵfac: i0.ɵɵFactoryDeclaration<KbqRangeMiddleDateTimePipe<any>, never>;
3116
+ static ɵpipe: i0.ɵɵPipeDeclaration<KbqRangeMiddleDateTimePipe<any>, "kbqRangeMiddleDateTime", true>;
3117
+ }
3118
+ declare class KbqRangeShortDateTimePipe<D> extends BaseLocaleAwareFormatterPipe<D, D[] | string[], [options?: DateTimeOptions]> implements PipeTransform {
3119
+ transform(value: D[] | string[], options?: DateTimeOptions): string;
3120
+ protected format([value1, value2]: D[] | string[], options?: DateTimeOptions): string;
3121
+ static ɵfac: i0.ɵɵFactoryDeclaration<KbqRangeShortDateTimePipe<any>, never>;
3122
+ static ɵpipe: i0.ɵɵPipeDeclaration<KbqRangeShortDateTimePipe<any>, "kbqRangeShortDateTime", true>;
3123
+ }
3124
+
3125
+ /**
3126
+ * Available unit systems for file size formatting.
3127
+ * - SI (Metric): 1 KB = 1000 bytes
3128
+ * - IEC (Binary): 1 KiB = 1024 bytes
3129
+ */
3130
+ declare enum KbqMeasurementSystem {
3131
+ SI = "SI",
3132
+ IEC = "IEC"
3133
+ }
3134
+ /** Unit systems as union type */
3135
+ type KbqMeasurementSystemType = keyof typeof KbqMeasurementSystem;
3136
+ interface KbqUnitSystem {
3137
+ abbreviations: string[];
3138
+ base: number;
3139
+ power: number;
3140
+ }
3141
+ /**
3142
+ * Configuration for file size formatting options.
3143
+ * Defines the default unit system, precision, and available unit systems.
3144
+ */
3145
+ interface KbqSizeUnitsConfig {
3146
+ /**
3147
+ * Default unit system to use (e.g., 'SI' or 'IEC').
3148
+ * @see KbqMeasurementSystem
3149
+ */
3150
+ defaultUnitSystem: KbqMeasurementSystemType;
3151
+ /**
3152
+ * Default number of decimal places to display in formatted output.
3153
+ * @example
3154
+ * `2` → "1.23 KB"
3155
+ */
3156
+ defaultPrecision: number;
3157
+ /** @see KbqMeasurementSystem */
3158
+ unitSystems: {
3159
+ [KbqMeasurementSystem.SI]: KbqUnitSystem;
3160
+ [KbqMeasurementSystem.IEC]: KbqUnitSystem;
3161
+ };
3162
+ }
3163
+ declare const KBQ_SIZE_UNITS_DEFAULT_CONFIG: KbqSizeUnitsConfig;
3164
+ /**
3165
+ * Configuration for converting sizes in different unit systems.
3166
+ */
3167
+ declare const KBQ_SIZE_UNITS_CONFIG: InjectionToken<KbqSizeUnitsConfig>;
3168
+ /** Utility provider for `KBQ_SIZE_UNITS_CONFIG`. */
3169
+ declare const kbqFilesizeFormatterConfigurationProvider: (configuration: Partial<KbqSizeUnitsConfig>) => Provider;
3170
+
3171
+ declare class KbqDataSizePipe implements PipeTransform {
3172
+ /** Injects the external configuration for size units, if available. */
3173
+ readonly externalConfig: KbqSizeUnitsConfig | null;
3174
+ private readonly localeService;
3175
+ private readonly numberPipe;
3176
+ private readonly nonBreakingSpace;
3177
+ private config;
3178
+ constructor();
3179
+ /** Transforms bytes into localized size string */
3180
+ transform(source: number, precision?: number, unitSystemName?: KbqMeasurementSystemType, locale?: string): string;
3181
+ private updateLocaleParams;
3182
+ static ɵfac: i0.ɵɵFactoryDeclaration<KbqDataSizePipe, never>;
3183
+ static ɵpipe: i0.ɵɵPipeDeclaration<KbqDataSizePipe, "kbqDataSize", true>;
3184
+ }
3185
+
3186
+ declare const KBQ_NUMBER_FORMATTER_OPTIONS: InjectionToken<ParsedDigitsInfo>;
3187
+ declare const KBQ_NUMBER_FORMATTER_DEFAULT_OPTIONS: ParsedDigitsInfo;
3188
+ /** Formats a number value according to locale and formatting options */
3189
+ declare function formatNumberWithLocale(value: unknown, formatter: Intl.NumberFormat, options?: KbqNumberFormatOptions): string;
3190
+ /**
3191
+ * Special contract between `KbqDecimalPipe` and `KbqTableNumberPipe`,
3192
+ * so they can be interchangeable in the cases of usage
3193
+ */
3194
+ interface KbqNumericPipe {
3195
+ transform(value: unknown, digitsInfo?: string, locale?: string): string | null;
3196
+ }
3197
+ declare const NUMBER_FORMAT_REGEXP: RegExp;
3198
+ interface RoundDecimalOptions {
3199
+ separator: string;
3200
+ groupSeparator: string;
3201
+ thousands?: string;
3202
+ tenThousand?: string;
3203
+ million?: string;
3204
+ oneHundredMillions?: string;
3205
+ billion?: string;
3206
+ trillion: string;
3207
+ rtl?: boolean;
3208
+ }
3209
+ declare class ParsedDigitsInfo {
3210
+ useGrouping: boolean;
3211
+ minimumIntegerDigits: number;
3212
+ minimumFractionDigits: number;
3213
+ maximumFractionDigits: number;
3214
+ }
3215
+ declare class KbqDecimalPipe implements KbqNumericPipe, PipeTransform {
3216
+ private id;
3217
+ private localeService;
3218
+ private readonly options;
3219
+ constructor();
3220
+ /**
3221
+ * @param value The number to be formatted.
3222
+ * @param digitsInfo Decimal representation options, specified by a string
3223
+ * in the following format:<br>
3224
+ * <code>{minIntegerDigits}.{minFractionDigits}-{maxFractionDigits}</code>.
3225
+ * - `minIntegerDigits`: The minimum number of integer digits before the decimal point.
3226
+ * Default is `1`.
3227
+ * - `minFractionDigits`: The minimum number of digits after the decimal point.
3228
+ * Default is `0`.
3229
+ * - `maxFractionDigits`: The maximum number of digits after the decimal point.
3230
+ * Default is `3`.
3231
+ * @param locale A locale code for the locale format rules to use.
3232
+ * When not supplied, uses the value of `KBQ_LOCALE_ID`, which is `ru` by default.
3233
+ */
3234
+ transform(value: any, digitsInfo?: string, locale?: string): string | null;
3235
+ isSpecialFormatForRULocale(locale: string, value: number, grouping?: boolean): boolean;
3236
+ static ɵfac: i0.ɵɵFactoryDeclaration<KbqDecimalPipe, never>;
3237
+ static ɵpipe: i0.ɵɵPipeDeclaration<KbqDecimalPipe, "kbqNumber", true>;
3238
+ static ɵprov: i0.ɵɵInjectableDeclaration<KbqDecimalPipe>;
3239
+ }
3240
+ declare class KbqTableNumberPipe implements KbqNumericPipe, PipeTransform {
3241
+ private id;
3242
+ private localeService;
3243
+ private readonly options;
3244
+ constructor();
3245
+ /**
3246
+ * @param value The number to be formatted.
3247
+ * @param digitsInfo Decimal representation options, specified by a string
3248
+ * in the following format:<br>
3249
+ * <code>{minIntegerDigits}.{minFractionDigits}-{maxFractionDigits}</code>.
3250
+ * - `minIntegerDigits`: The minimum number of integer digits before the decimal point.
3251
+ * Default is `1`.
3252
+ * - `minFractionDigits`: The minimum number of digits after the decimal point.
3253
+ * Default is `0`.
3254
+ * - `maxFractionDigits`: The maximum number of digits after the decimal point.
3255
+ * Default is `3`.
3256
+ * @param locale A locale code for the locale format rules to use.
3257
+ * When not supplied, uses the value of `KBQ_LOCALE_ID`, which is `ru` by default.
3258
+ */
3259
+ transform(value: any, digitsInfo?: string, locale?: string): string | null;
3260
+ static ɵfac: i0.ɵɵFactoryDeclaration<KbqTableNumberPipe, never>;
3261
+ static ɵpipe: i0.ɵɵPipeDeclaration<KbqTableNumberPipe, "kbqTableNumber", true>;
3262
+ static ɵprov: i0.ɵɵInjectableDeclaration<KbqTableNumberPipe>;
3263
+ }
3264
+ declare function isWithin(startRange: number, endRange: number, valueToCheck: number): boolean;
3265
+ declare class KbqRoundDecimalPipe implements PipeTransform {
3266
+ private id;
3267
+ private localeService;
3268
+ roundingOptions: RoundDecimalOptions;
3269
+ constructor();
3270
+ transform(value: any, locale?: string): any;
3271
+ private calculateDecimal;
3272
+ /**
3273
+ * 2 * 1000 is a number in the interval of [1500...2500)
3274
+ *
3275
+ * 2,0 * 1000 is a number in the interval of [1950...2050)
3276
+ */
3277
+ private calculatePartsForThousands;
3278
+ private calculateUnit;
3279
+ static ɵfac: i0.ɵɵFactoryDeclaration<KbqRoundDecimalPipe, never>;
3280
+ static ɵpipe: i0.ɵɵPipeDeclaration<KbqRoundDecimalPipe, "kbqRoundNumber", true>;
3281
+ static ɵprov: i0.ɵɵInjectableDeclaration<KbqRoundDecimalPipe>;
3282
+ }
3283
+
3284
+ declare const KBQ_INVALID_VALUE_ERROR = "Argument \"value\" must be a finite number!";
3285
+ /**
3286
+ * Converts a byte value into locale-independent file size parts: numeric value and unit abbreviation.
3287
+ *
3288
+ * @param value - size in bytes.
3289
+ * @param system - unit system defining abbreviations and base scaling (SI/IEC).
3290
+ * @returns Object with the formatted size info.
3291
+ *
3292
+ * @example
3293
+ * getFormattedSizeParts(1500, 'SI'); // { value: "1.50", unit: "KB" }
3294
+ */
3295
+ declare function getFormattedSizeParts(value: number, system: KbqUnitSystem): {
3296
+ value: string;
3297
+ unit: string;
3298
+ };
3299
+ /**
3300
+ * Converts bytes to Kb, Mb, Gb
3301
+ *
3302
+ * @param value the number of bytes
3303
+ * @param system the measurement system
3304
+ * @param threshold the lower counting threshold
3305
+ */
3306
+ declare const getHumanizedBytes: (value: number, system: KbqUnitSystem, threshold?: number) => {
3307
+ result: number;
3308
+ unit: string;
3309
+ };
3310
+
3311
+ declare class KbqFormattersModule {
3312
+ static ɵfac: i0.ɵɵFactoryDeclaration<KbqFormattersModule, never>;
3313
+ static ɵmod: i0.ɵɵNgModuleDeclaration<KbqFormattersModule, never, [typeof AbsoluteDateFormatterPipe, typeof AbsoluteDateTimeFormatterPipe, typeof AbsoluteDateShortFormatterPipe, typeof AbsoluteShortDateTimeFormatterPipe, typeof RelativeDateFormatterPipe, typeof RelativeDateTimeFormatterPipe, typeof RelativeShortDateFormatterPipe, typeof RelativeShortDateTimeFormatterPipe, typeof RangeDateFormatterPipe, typeof RangeShortDateFormatterPipe, typeof RangeDateTimeFormatterPipe, typeof RangeShortDateTimeFormatterPipe, typeof RangeMiddleDateTimeFormatterPipe, typeof AbsoluteDateFormatterImpurePipe, typeof AbsoluteDateTimeFormatterImpurePipe, typeof AbsoluteDateShortFormatterImpurePipe, typeof AbsoluteShortDateTimeFormatterImpurePipe, typeof RelativeDateFormatterImpurePipe, typeof RelativeDateTimeFormatterImpurePipe, typeof RelativeShortDateFormatterImpurePipe, typeof RelativeShortDateTimeFormatterImpurePipe, typeof RangeDateFormatterImpurePipe, typeof RangeShortDateFormatterImpurePipe, typeof RangeDateTimeFormatterImpurePipe, typeof RangeShortDateTimeFormatterImpurePipe, typeof RangeMiddleDateTimeFormatterImpurePipe, typeof KbqAbsoluteLongDatePipe, typeof KbqAbsoluteLongDateTimePipe, typeof KbqAbsoluteShortDatePipe, typeof KbqAbsoluteShortDateTimePipe, typeof KbqRelativeLongDatePipe, typeof KbqRelativeLongDateTimePipe, typeof KbqRelativeShortDatePipe, typeof KbqRelativeShortDateTimePipe, typeof KbqRangeLongDatePipe, typeof KbqRangeLongDateTimePipe, typeof KbqRangeMiddleDateTimePipe, typeof KbqRangeShortDatePipe, typeof KbqRangeShortDateTimePipe, typeof KbqDataSizePipe, typeof KbqDecimalPipe, typeof KbqRoundDecimalPipe, typeof KbqTableNumberPipe], [typeof KbqDecimalPipe, typeof KbqRoundDecimalPipe, typeof KbqTableNumberPipe, typeof AbsoluteDateFormatterPipe, typeof AbsoluteDateTimeFormatterPipe, typeof AbsoluteDateShortFormatterPipe, typeof AbsoluteShortDateTimeFormatterPipe, typeof RelativeDateFormatterPipe, typeof RelativeDateTimeFormatterPipe, typeof RelativeShortDateFormatterPipe, typeof RelativeShortDateTimeFormatterPipe, typeof RangeDateFormatterPipe, typeof RangeShortDateFormatterPipe, typeof RangeDateTimeFormatterPipe, typeof RangeShortDateTimeFormatterPipe, typeof RangeMiddleDateTimeFormatterPipe, typeof AbsoluteDateFormatterImpurePipe, typeof AbsoluteDateTimeFormatterImpurePipe, typeof AbsoluteDateShortFormatterImpurePipe, typeof AbsoluteShortDateTimeFormatterImpurePipe, typeof RelativeDateFormatterImpurePipe, typeof RelativeDateTimeFormatterImpurePipe, typeof RelativeShortDateFormatterImpurePipe, typeof RelativeShortDateTimeFormatterImpurePipe, typeof RangeDateFormatterImpurePipe, typeof RangeShortDateFormatterImpurePipe, typeof RangeDateTimeFormatterImpurePipe, typeof RangeShortDateTimeFormatterImpurePipe, typeof RangeMiddleDateTimeFormatterImpurePipe, typeof KbqAbsoluteLongDatePipe, typeof KbqAbsoluteLongDateTimePipe, typeof KbqAbsoluteShortDatePipe, typeof KbqAbsoluteShortDateTimePipe, typeof KbqRelativeLongDatePipe, typeof KbqRelativeLongDateTimePipe, typeof KbqRelativeShortDatePipe, typeof KbqRelativeShortDateTimePipe, typeof KbqRangeLongDatePipe, typeof KbqRangeLongDateTimePipe, typeof KbqRangeMiddleDateTimePipe, typeof KbqRangeShortDatePipe, typeof KbqRangeShortDateTimePipe, typeof KbqDataSizePipe]>;
3314
+ static ɵinj: i0.ɵɵInjectorDeclaration<KbqFormattersModule>;
3315
+ }
3316
+
3317
+ declare class KbqFormElement implements AfterContentInit {
3318
+ private readonly element;
3319
+ margin: boolean;
3320
+ isRow: boolean;
3321
+ isFieldSet: boolean;
3322
+ hasLegend: boolean;
3323
+ isHorizontal: boolean;
3324
+ readonly elements: i0.Signal<readonly KbqFormElement[]>;
3325
+ ngAfterContentInit(): void;
3326
+ static ɵfac: i0.ɵɵFactoryDeclaration<KbqFormElement, never>;
3327
+ static ɵdir: i0.ɵɵDirectiveDeclaration<KbqFormElement, ".kbq-form__row, .kbq-form__fieldset, .kbq-form__legend", ["kbqFormElement"], {}, {}, ["elements"], never, true, never>;
3328
+ }
3329
+ declare class KbqForm implements AfterContentInit {
3330
+ readonly elements: i0.Signal<readonly KbqFormElement[]>;
3331
+ ngAfterContentInit(): void;
3332
+ handleElements(elements: readonly KbqFormElement[]): void;
3333
+ static ɵfac: i0.ɵɵFactoryDeclaration<KbqForm, never>;
3334
+ static ɵdir: i0.ɵɵDirectiveDeclaration<KbqForm, ".kbq-form-vertical, .kbq-form-horizontal", ["kbqForm"], {}, {}, ["elements"], never, true, never>;
3335
+ }
3336
+
3337
+ declare class KbqFormsModule {
3338
+ static ɵfac: i0.ɵɵFactoryDeclaration<KbqFormsModule, never>;
3339
+ static ɵmod: i0.ɵɵNgModuleDeclaration<KbqFormsModule, never, [typeof KbqForm, typeof KbqFormElement], [typeof KbqForm, typeof KbqFormElement]>;
3340
+ static ɵinj: i0.ɵɵInjectorDeclaration<KbqFormsModule>;
3341
+ }
3342
+
3343
+ /** Provides a set of validators for password form controls. */
3344
+ declare class PasswordValidators {
3345
+ /**
3346
+ * Validator that requires the control's value length to be at least `min` characters.
3347
+ *
3348
+ * `min` - number of characters.
3349
+ *
3350
+ * ## Usage:
3351
+ *
3352
+ * ```typescript
3353
+ * const control = new FormControl('password', PasswordValidators.minLength(10));
3354
+ * console.log(control.errors); // {minLength: {min: 10, actual: 8}}
3355
+ * ```
3356
+ */
3357
+ static minLength(min: number): ValidatorFn;
3358
+ /**
3359
+ * Validator that requires the control's value length to be at most `max` characters.
3360
+ *
3361
+ * `max` - number of characters.
3362
+ *
3363
+ * ## Usage:
3364
+ * ```typescript
3365
+ * const control = new FormControl('password', PasswordValidators.maxLength(6));
3366
+ * console.log(control.errors); // {maxLength: {max: 6, actual: 8}}
3367
+ * ```
3368
+ */
3369
+ static maxLength(max: number): ValidatorFn;
3370
+ /**
3371
+ * Validator that requires the control's value to be at least `min` uppercase characters.
3372
+ *
3373
+ * `min` - number of uppercase characters.
3374
+ *
3375
+ * ### Usage:
3376
+ *
3377
+ * ```typescript
3378
+ * const control = new FormControl('Password', PasswordValidators.minUppercase(2));
3379
+ * console.log(control.errors); // {minUppercase: {min: 2, actual: 1}}
3380
+ * ```
3381
+ */
3382
+ static minUppercase(min: number): ValidatorFn;
3383
+ /**
3384
+ * Validator that requires the control's value to be at least `min` lowercase characters.
3385
+ *
3386
+ * `min` - number of lowercase characters.
3387
+ *
3388
+ * ### Usage:
3389
+ *
3390
+ * ```typescript
3391
+ * const control = new FormControl('PASSWORD', PasswordValidators.minLowercase());
3392
+ * console.log(control.errors); // {minLowercase: {min: 1, actual: 0}}
3393
+ * ```
3394
+ */
3395
+ static minLowercase(min: number): ValidatorFn;
3396
+ /**
3397
+ * Validator that requires the control's value to be at least `min` number characters.
3398
+ *
3399
+ * `min` - number of number characters.
3400
+ *
3401
+ * ### Usage:
3402
+ *
3403
+ * ```typescript
3404
+ * const control = new FormControl('passw0rd', PasswordValidators.minNumber(2));
3405
+ * console.log(control.errors); // {minNumber: {min: 2, actual: 1}}
3406
+ * ```
3407
+ */
3408
+ static minNumber(min: number): ValidatorFn;
3409
+ /**
3410
+ * Validator that requires the control's value to be at least `min` special characters.
3411
+ *
3412
+ * `min` - number of special characters.
3413
+ *
3414
+ * ### Special characters:
3415
+ * ```js
3416
+ * ['!','@','#','$','%','^','&','*']
3417
+ * ```
3418
+ *
3419
+ * ### Usage:
3420
+ *
3421
+ * ```typescript
3422
+ * const control = new FormControl('pa$sword', PasswordValidators.minSpecial(2));
3423
+ * console.log(control.errors); // {minSpecial: {min: 2, actual: 1}}
3424
+ * ```
3425
+ */
3426
+ static minSpecial(min: number): ValidatorFn;
3427
+ }
3428
+ /** Provides a set of validators for file-related form controls. */
3429
+ declare class FileValidators {
3430
+ /**
3431
+ * Validator that checks if the file size is less than or equal to the provided `maxSize`.
3432
+ *
3433
+ * @param maxSize - The maximum allowed file size in bytes.
3434
+ *
3435
+ * @returns A ValidatorFn function that checks the file size.
3436
+ *
3437
+ * ## Usage:
3438
+ *
3439
+ * ```typescript
3440
+ * const control = new FormControl(null, [FileValidators.maxFileSize(1024 * 1024)]); // 1MB
3441
+ * control.setValue(FILE_LESS_OR_EQUAL_THAN_1MB);
3442
+ * console.log(control.errors); // null
3443
+ * control.setValue(FILE_MORE_THAN_1MB);
3444
+ * console.log(control.errors); // {maxFileSize: { max: 1048576, actual: FILE_MORE_THAN_1MB.size }}
3445
+ * ```
3446
+ */
3447
+ static maxFileSize(maxSize: number): ValidatorFn;
3448
+ /**
3449
+ * Validator that checks whether file's name or MIME type
3450
+ * matches one of the accepted extensions or MIME types.
3451
+ *
3452
+ * @param accept - Array of allowed file extensions or MIME types.
3453
+ * @returns ValidatorFn that returns validation error if file type is not accepted, or null otherwise.
3454
+ */
3455
+ static isCorrectExtension(accept: (`.${string}` | `${string}/${string}`)[]): ValidatorFn;
3456
+ }
3457
+ /**
3458
+ * Type helper describing accepted file types, referring to:
3459
+ * @link https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/input/file#unique_file_type_specifiers
3460
+ */
3461
+ type KbqFileTypeSpecifier = Parameters<typeof FileValidators.isCorrectExtension>[0];
3462
+
3463
+ /** @docs-private */
3464
+ declare const kbqHighlightMark: (text: string) => string;
3465
+ declare class KbqHighlightPipe implements PipeTransform {
3466
+ transform(value: unknown, keyword: unknown): string;
3467
+ static ɵfac: i0.ɵɵFactoryDeclaration<KbqHighlightPipe, never>;
3468
+ static ɵpipe: i0.ɵɵPipeDeclaration<KbqHighlightPipe, "mcHighlight", true>;
3469
+ }
3470
+
3471
+ /** @docs-private */
3472
+ declare const kbqHighlightBackgroundMark: (text: string) => string;
3473
+ declare class KbqHighlightBackgroundPipe implements PipeTransform {
3474
+ transform(value: unknown, keyword: unknown): string;
3475
+ static ɵfac: i0.ɵɵFactoryDeclaration<KbqHighlightBackgroundPipe, never>;
3476
+ static ɵpipe: i0.ɵɵPipeDeclaration<KbqHighlightBackgroundPipe, "kbqHighlightBackground", true>;
3477
+ }
3478
+
3479
+ /** Escapes characters in the specified string that have special meaning in a regular expression. */
3480
+ declare function escapeRegExp(value: string): string;
3481
+
3482
+ declare class KbqHighlightModule {
3483
+ static ɵfac: i0.ɵɵFactoryDeclaration<KbqHighlightModule, never>;
3484
+ static ɵmod: i0.ɵɵNgModuleDeclaration<KbqHighlightModule, never, [typeof KbqHighlightPipe, typeof KbqHighlightBackgroundPipe], [typeof KbqHighlightPipe, typeof KbqHighlightBackgroundPipe]>;
3485
+ static ɵinj: i0.ɵɵInjectorDeclaration<KbqHighlightModule>;
3486
+ }
3487
+
3488
+ declare const MAC_ENTER = 3;
3489
+ declare const BACKSPACE = 8;
3490
+ declare const TAB = 9;
3491
+ declare const NUM_CENTER = 12;
3492
+ declare const ENTER = 13;
3493
+ declare const SHIFT = 16;
3494
+ declare const CONTROL = 17;
3495
+ declare const ALT = 18;
3496
+ declare const PAUSE = 19;
3497
+ declare const CAPS_LOCK = 20;
3498
+ declare const ESCAPE = 27;
3499
+ declare const SPACE = 32;
3500
+ declare const PAGE_UP = 33;
3501
+ declare const PAGE_DOWN = 34;
3502
+ declare const END = 35;
3503
+ declare const HOME = 36;
3504
+ declare const LEFT_ARROW = 37;
3505
+ declare const UP_ARROW = 38;
3506
+ declare const RIGHT_ARROW = 39;
3507
+ declare const DOWN_ARROW = 40;
3508
+ declare const PLUS_SIGN = 43;
3509
+ declare const PRINT_SCREEN = 44;
3510
+ declare const INSERT = 45;
3511
+ declare const DELETE = 46;
3512
+ declare const ZERO = 48;
3513
+ declare const ONE = 49;
3514
+ declare const TWO = 50;
3515
+ declare const THREE = 51;
3516
+ declare const FOUR = 52;
3517
+ declare const FIVE = 53;
3518
+ declare const SIX = 54;
3519
+ declare const SEVEN = 55;
3520
+ declare const EIGHT = 56;
3521
+ declare const NINE = 57;
3522
+ declare const FF_SEMICOLON = 59;
3523
+ declare const FF_EQUALS = 61;
3524
+ declare const QUESTION_MARK = 63;
3525
+ declare const AT_SIGN = 64;
3526
+ declare const A = 65;
3527
+ declare const B = 66;
3528
+ declare const C = 67;
3529
+ declare const D = 68;
3530
+ declare const E = 69;
3531
+ declare const F = 70;
3532
+ declare const G = 71;
3533
+ declare const H = 72;
3534
+ declare const I = 73;
3535
+ declare const J = 74;
3536
+ declare const K = 75;
3537
+ declare const L = 76;
3538
+ declare const M = 77;
3539
+ declare const N = 78;
3540
+ declare const O = 79;
3541
+ declare const P = 80;
3542
+ declare const Q = 81;
3543
+ declare const R = 82;
3544
+ declare const S = 83;
3545
+ declare const T = 84;
3546
+ declare const U = 85;
3547
+ declare const V = 86;
3548
+ declare const W = 87;
3549
+ declare const X = 88;
3550
+ declare const Y = 89;
3551
+ declare const Z = 90;
3552
+ declare const META = 91;
3553
+ declare const MAC_WK_CMD_LEFT = 91;
3554
+ declare const MAC_WK_CMD_RIGHT = 93;
3555
+ declare const CONTEXT_MENU = 93;
3556
+ declare const NUMPAD_ZERO = 96;
3557
+ declare const NUMPAD_ONE = 97;
3558
+ declare const NUMPAD_TWO = 98;
3559
+ declare const NUMPAD_THREE = 99;
3560
+ declare const NUMPAD_FOUR = 100;
3561
+ declare const NUMPAD_FIVE = 101;
3562
+ declare const NUMPAD_SIX = 102;
3563
+ declare const NUMPAD_SEVEN = 103;
3564
+ declare const NUMPAD_EIGHT = 104;
3565
+ declare const NUMPAD_NINE = 105;
3566
+ declare const NUMPAD_MULTIPLY = 106;
3567
+ declare const NUMPAD_PLUS = 107;
3568
+ declare const NUMPAD_MINUS = 109;
3569
+ declare const NUMPAD_PERIOD = 110;
3570
+ declare const NUMPAD_DIVIDE = 111;
3571
+ declare const F1 = 112;
3572
+ declare const F2 = 113;
3573
+ declare const F3 = 114;
3574
+ declare const F4 = 115;
3575
+ declare const F5 = 116;
3576
+ declare const F6 = 117;
3577
+ declare const F7 = 118;
3578
+ declare const F8 = 119;
3579
+ declare const F9 = 120;
3580
+ declare const F10 = 121;
3581
+ declare const F11 = 122;
3582
+ declare const F12 = 123;
3583
+ declare const NUM_LOCK = 144;
3584
+ declare const SCROLL_LOCK = 145;
3585
+ declare const FIRST_MEDIA = 166;
3586
+ declare const FF_MINUS = 173;
3587
+ declare const MUTE = 173;
3588
+ declare const VOLUME_DOWN = 174;
3589
+ declare const VOLUME_UP = 175;
3590
+ declare const FF_MUTE = 181;
3591
+ declare const FF_VOLUME_DOWN = 182;
3592
+ declare const LAST_MEDIA = 183;
3593
+ declare const FF_VOLUME_UP = 183;
3594
+ declare const SEMICOLON = 186;
3595
+ declare const EQUALS = 187;
3596
+ declare const COMMA = 188;
3597
+ declare const DASH = 189;
3598
+ declare const PERIOD = 190;
3599
+ declare const SLASH = 191;
3600
+ declare const APOSTROPHE = 192;
3601
+ declare const TILDE = 192;
3602
+ declare const OPEN_SQUARE_BRACKET = 219;
3603
+ declare const BACKSLASH = 220;
3604
+ declare const CLOSE_SQUARE_BRACKET = 221;
3605
+ declare const SINGLE_QUOTE = 222;
3606
+ declare const MAC_META = 224;
3607
+ type ModifierKey = 'altKey' | 'shiftKey' | 'ctrlKey' | 'metaKey';
3608
+ declare function hasModifierKey(event: KeyboardEvent | MouseEvent, ...modifiers: ModifierKey[]): boolean;
3609
+ declare function isControl(event: KeyboardEvent): boolean;
3610
+ declare function isNumberKey({ keyCode }: KeyboardEvent): boolean;
3611
+ declare function isNumpadKey({ keyCode }: KeyboardEvent): boolean;
3612
+ declare function isLetterKey({ keyCode }: KeyboardEvent): boolean;
3613
+ declare function isFunctionKey({ keyCode }: KeyboardEvent): boolean;
3614
+ declare function isVerticalMovement({ keyCode }: KeyboardEvent): boolean;
3615
+ declare function isHorizontalMovement({ keyCode }: KeyboardEvent): boolean;
3616
+ declare function isSelectAll(event: KeyboardEvent): boolean;
3617
+ declare function isCopy(event: KeyboardEvent): boolean;
3618
+ declare function isInput(event: Event): boolean;
3619
+ declare function isLeftBracket(event: KeyboardEvent): boolean;
3620
+ declare function isRightBracket(event: KeyboardEvent): boolean;
3621
+ declare function isDigit({ keyCode }: KeyboardEvent): boolean;
3622
+
3623
+ /**
3624
+ * Shared directive to count lines inside a text area, such as a list item.
3625
+ * Line elements can be extracted with a @ContentChildren(KbqLine) query, then
3626
+ * counted by checking the query list's length.
3627
+ */
3628
+ declare class KbqLine {
3629
+ static ɵfac: i0.ɵɵFactoryDeclaration<KbqLine, never>;
3630
+ static ɵdir: i0.ɵɵDirectiveDeclaration<KbqLine, "[kbq-line], [mcLine]", never, {}, {}, never, never, true, never>;
3631
+ }
3632
+ /**
3633
+ * Helper that takes a query list of lines and sets the correct class on the host.
3634
+ * @docs-private
3635
+ */
3636
+ declare class KbqLineSetter {
3637
+ private _lines;
3638
+ private _element;
3639
+ constructor(_lines: QueryList<KbqLine>, _element: ElementRef);
3640
+ private setLineClass;
3641
+ private resetClasses;
3642
+ private setClass;
3643
+ }
3644
+
3645
+ declare class KbqRectangleItem {
3646
+ protected readonly isBrowser: boolean;
3647
+ protected readonly nativeElement: HTMLElement;
3648
+ private readonly window;
3649
+ readonly state: Subject<void>;
3650
+ get collapsed(): boolean;
3651
+ set collapsed(value: boolean);
3652
+ private _collapsed;
3653
+ getOuterElementWidth(): number;
3654
+ static ɵfac: i0.ɵɵFactoryDeclaration<KbqRectangleItem, never>;
3655
+ static ɵdir: i0.ɵɵDirectiveDeclaration<KbqRectangleItem, never, never, {}, {}, never, never, true, never>;
3656
+ }
3657
+
3658
+ interface KbqOptionActionParent {
3659
+ dropdownTrigger: {
3660
+ opened: boolean;
3661
+ restoreFocus: boolean;
3662
+ dropdownClosed: EventEmitter<void>;
3663
+ lastDestroyReason: void | 'click' | 'keydown' | 'tab';
3664
+ openedBy: Exclude<FocusOrigin, 'program' | null> | undefined;
3665
+ toggle(): void;
3666
+ };
3667
+ tooltipTrigger: {
3668
+ disabled: boolean;
3669
+ };
3670
+ focus(): void;
3671
+ }
3672
+ declare const KBQ_OPTION_ACTION_PARENT: InjectionToken<KbqOptionActionParent>;
3673
+ declare class KbqOptionActionComponent implements AfterViewInit, OnDestroy {
3674
+ private readonly nativeElement;
3675
+ private readonly focusMonitor;
3676
+ private readonly option;
3677
+ get disabled(): boolean;
3678
+ set disabled(value: boolean);
3679
+ private _disabled;
3680
+ hasFocus: boolean;
3681
+ get active(): boolean;
3682
+ private readonly destroyRef;
3683
+ ngAfterViewInit(): void;
3684
+ ngOnDestroy(): void;
3685
+ focus(origin?: FocusOrigin, options?: FocusOptions): void;
3686
+ onClick($event: any): void;
3687
+ onKeyDown($event: any): void;
3688
+ private preventShowingTooltip;
3689
+ static ɵfac: i0.ɵɵFactoryDeclaration<KbqOptionActionComponent, never>;
3690
+ static ɵcmp: i0.ɵɵComponentDeclaration<KbqOptionActionComponent, "kbq-option-action", ["kbqOptionAction"], { "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, ["[kbq-icon]"], true, never>;
3691
+ static ngAcceptInputType_disabled: unknown;
3692
+ }
3693
+
3694
+ declare class KbqActionContainer {
3695
+ static ɵfac: i0.ɵɵFactoryDeclaration<KbqActionContainer, never>;
3696
+ static ɵcmp: i0.ɵɵComponentDeclaration<KbqActionContainer, "kbq-action-container", ["kbqActionContainer"], {}, {}, never, ["*"], true, never>;
3697
+ }
3698
+
3699
+ /**
3700
+ * Component that is used to group instances of `kbq-option`.
3701
+ * When options aren't provided as `ng-content`, used as a Group Header with styling.
3702
+ */
3703
+ declare class KbqOptgroup {
3704
+ readonly label: i0.InputSignal<string>;
3705
+ get disabled(): boolean;
3706
+ set disabled(value: boolean);
3707
+ private _disabled;
3708
+ /** Unique id for the underlying label. */
3709
+ labelId: string;
3710
+ static ɵfac: i0.ɵɵFactoryDeclaration<KbqOptgroup, never>;
3711
+ static ɵcmp: i0.ɵɵComponentDeclaration<KbqOptgroup, "kbq-optgroup", ["kbqOptgroup"], { "label": { "alias": "label"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, ["kbq-option, kbq-list-option, kbq-timezone-option, ng-container"], true, never>;
3712
+ static ngAcceptInputType_disabled: unknown;
3713
+ }
3714
+
3715
+ interface KbqTitleTextRef {
3716
+ textElement?: ElementRef;
3717
+ parentTextElement?: ElementRef;
3718
+ }
3719
+ declare const KBQ_TITLE_TEXT_REF: InjectionToken<KbqTitleTextRef>;
3720
+
3721
+ /** Event object emitted by KbqOption when selected or deselected. */
3722
+ declare class KbqOptionSelectionChange<T = KbqOption> {
3723
+ source: T;
3724
+ isUserInput: boolean;
3725
+ constructor(source: T, isUserInput?: boolean);
3726
+ }
3727
+ /**
3728
+ * Describes a parent component that manages a list of options.
3729
+ * Contains properties that the options can inherit.
3730
+ * @docs-private
3731
+ */
3732
+ interface KbqOptionParentComponent {
3733
+ multiple?: boolean;
3734
+ multiSelection?: boolean;
3735
+ withVirtualScroll?: boolean;
3736
+ keyManager?: ActiveDescendantKeyManager<KbqOption>;
3737
+ setSelectedOptionsByClick: (option: KbqOption) => void;
3738
+ }
3739
+ /**
3740
+ * Handler that will update scroll position of elements inside overlay
3741
+ */
3742
+ interface KeyboardNavigationHandler {
3743
+ /** Scrolls the active option into view. */
3744
+ scrollActiveOptionIntoView(): void;
3745
+ }
3746
+ /**
3747
+ * Injection token used to provide the parent component to options.
3748
+ */
3749
+ declare const KBQ_OPTION_PARENT_COMPONENT: InjectionToken<KbqOptionParentComponent>;
3750
+ declare abstract class KbqOptionBase {
3751
+ value: any;
3752
+ abstract get viewValue(): string;
3753
+ abstract get disabled(): boolean;
3754
+ abstract set disabled(value: any);
3755
+ abstract readonly onSelectionChange: EventEmitter<KbqOptionSelectionChange<any>>;
3756
+ abstract select(): void;
3757
+ abstract deselect(): void;
3758
+ /** Emits the selection change event. */
3759
+ protected emitSelectionChangeEvent(isUserInput?: boolean): void;
3760
+ }
3761
+ declare class KbqVirtualOption extends KbqOptionBase {
3762
+ value: any;
3763
+ private _disabled;
3764
+ private readonly _viewValue?;
3765
+ get disabled(): any;
3766
+ set disabled(value: any);
3767
+ get selected(): boolean;
3768
+ private _selected;
3769
+ get viewValue(): string;
3770
+ readonly onSelectionChange: EventEmitter<KbqOptionSelectionChange<KbqVirtualOption>>;
3771
+ constructor(value: any, _disabled?: boolean, _viewValue?: string | undefined);
3772
+ select(): void;
3773
+ deselect(): void;
3774
+ }
3775
+ /**
3776
+ * Single option inside of a `<kbq-select>` element.
3777
+ */
3778
+ declare class KbqOption extends KbqOptionBase implements AfterViewChecked, OnDestroy, KbqTitleTextRef {
3779
+ private readonly elementRef;
3780
+ private readonly changeDetectorRef;
3781
+ protected readonly parent: KbqOptionParentComponent;
3782
+ readonly group: KbqOptgroup | null;
3783
+ textElement: ElementRef;
3784
+ /** The form value of the option. */
3785
+ value: any;
3786
+ readonly selectable: i0.InputSignalWithTransform<boolean, unknown>;
3787
+ readonly userSelect: i0.InputSignalWithTransform<boolean, unknown>;
3788
+ get showCheckbox(): boolean;
3789
+ set showCheckbox(value: boolean);
3790
+ private _showCheckbox;
3791
+ /** Event emitted when the option is selected or deselected. */
3792
+ readonly onSelectionChange: EventEmitter<KbqOptionSelectionChange<KbqOption>>;
3793
+ /** Emits when the state of the option changes and any parents have to be notified. */
3794
+ readonly stateChanges: Subject<void>;
3795
+ /**
3796
+ * The displayed value of the option. It is necessary to show the selected option in the
3797
+ * select's trigger.
3798
+ */
3799
+ get viewValue(): string;
3800
+ set viewValue(value: string);
3801
+ private _viewValue;
3802
+ /** Whether the wrapping component is in multiple selection mode. */
3803
+ get multiple(): boolean;
3804
+ get id(): string;
3805
+ private _id;
3806
+ get selected(): boolean;
3807
+ private _selected;
3808
+ get disabled(): any;
3809
+ set disabled(value: any);
3810
+ private _disabled;
3811
+ /**
3812
+ * Whether or not the option is currently active and ready to be selected.
3813
+ * An active option displays styles as if it is focused, but the
3814
+ * focus is actually retained somewhere else. This comes in handy
3815
+ * for components like autocomplete where focus must remain on the input.
3816
+ */
3817
+ get active(): boolean;
3818
+ private _active;
3819
+ private mostRecentViewValue;
3820
+ /**
3821
+ * Flag that indicates whether the component is currently focused by a mouse interaction.
3822
+ *
3823
+ * When set to `true`, the component has focus resulting from a mouse click or
3824
+ * other pointer event. It is automatically cleared when the component loses
3825
+ * focus or if focus is obtained through keyboard navigation or programmatic means.
3826
+ */
3827
+ private isFocusedByMouse;
3828
+ ngAfterViewChecked(): void;
3829
+ ngOnDestroy(): void;
3830
+ /** @docs-private */
3831
+ getHeight(): number;
3832
+ select(emitEvent?: boolean): void;
3833
+ deselect(emitEvent?: boolean): void;
3834
+ focus(): void;
3835
+ /**
3836
+ * This method sets display styles on the option to make it appear
3837
+ * active. This is used by the ActiveDescendantKeyManager so key
3838
+ * events will display the proper options as active on arrow key events.
3839
+ */
3840
+ setActiveStyles(): void;
3841
+ /**
3842
+ * This method removes display styles on the option that made it appear
3843
+ * active. This is used by the ActiveDescendantKeyManager so key
3844
+ * events will display the proper options as active on arrow key events.
3845
+ */
3846
+ setInactiveStyles(): void;
3847
+ /** Gets the label to be used when determining whether the option should be focused. */
3848
+ getLabel(): string;
3849
+ /** @docs-private */
3850
+ handleClick(event: MouseEvent): void;
3851
+ /** Ensures the option is selected when activated from the keyboard. */
3852
+ handleKeydown(event: KeyboardEvent): void;
3853
+ /**
3854
+ * `Selects the option while indicating the selection came from the user. Used to
3855
+ * determine if the select's view -> model callback should be invoked.`
3856
+ */
3857
+ selectViaInteraction(): void;
3858
+ getTabIndex(): string;
3859
+ getHostElement(): HTMLElement;
3860
+ /** @docs-private */
3861
+ protected onMouseenter(): void;
3862
+ static ɵfac: i0.ɵɵFactoryDeclaration<KbqOption, never>;
3863
+ static ɵcmp: i0.ɵɵComponentDeclaration<KbqOption, "kbq-option", ["kbqOption"], { "value": { "alias": "value"; "required": false; }; "selectable": { "alias": "selectable"; "required": false; "isSignal": true; }; "userSelect": { "alias": "userSelect"; "required": false; "isSignal": true; }; "showCheckbox": { "alias": "showCheckbox"; "required": false; }; "viewValue": { "alias": "viewValue"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "onSelectionChange": "onSelectionChange"; }, never, ["kbq-pseudo-checkbox", "*"], true, never>;
3864
+ }
3865
+ /**
3866
+ * Counts the amount of option group labels that precede the specified option.
3867
+ * @param optionIndex Index of the option at which to start counting.
3868
+ * @param options Flat list of all of the options.
3869
+ * @param optionGroups Flat list of all of the option groups.
3870
+ * @docs-private
3871
+ */
3872
+ declare function countGroupLabelsBeforeOption(optionIndex: number, options: QueryList<KbqOption>, optionGroups: QueryList<KbqOptgroup>): number;
3873
+ /**
3874
+ * Determines the position to which to scroll a panel in order for an option to be into view.
3875
+ * @param optionIndex Index of the option to be scrolled into the view.
3876
+ * @param optionHeight Height of the options.
3877
+ * @param currentScrollPosition Current scroll position of the panel.
3878
+ * @param panelHeight Height of the panel.
3879
+ * @docs-private
3880
+ */
3881
+ declare function getOptionScrollPosition(optionIndex: number, optionHeight: number, currentScrollPosition: number, panelHeight: number): number;
3882
+
3883
+ type KbqPseudoCheckboxState = 'unchecked' | 'checked' | 'indeterminate' | boolean;
3884
+ /**
3885
+ * Component that shows a simplified checkbox without including any kind of "real" checkbox.
3886
+ * Meant to be used when the checkbox is purely decorative and a large number of them will be
3887
+ * included, such as for the options in a multi-select. Uses no SVGs or complex animations.
3888
+ * Note that theming is meant to be handled by the parent element, e.g.
3889
+ * `kbq-primary .kbq-pseudo-checkbox`.
3890
+ *
3891
+ * Note that this component will be completely invisible to screen-reader users. This is *not*
3892
+ * interchangeable with `<kbq-checkbox>` and should *not* be used if the user would directly
3893
+ * interact with the checkbox. The pseudo-checkbox should only be used as an implementation detail
3894
+ * of more complex components that appropriately handle selected / checked state.
3895
+ * @docs-private
3896
+ */
3897
+ declare class KbqPseudoCheckbox extends KbqColorDirective {
3898
+ readonly big: i0.InputSignal<boolean>;
3899
+ readonly state: i0.InputSignal<KbqPseudoCheckboxState>;
3900
+ readonly disabled: i0.InputSignal<boolean>;
3901
+ static ɵfac: i0.ɵɵFactoryDeclaration<KbqPseudoCheckbox, never>;
3902
+ static ɵcmp: i0.ɵɵComponentDeclaration<KbqPseudoCheckbox, "kbq-pseudo-checkbox", never, { "big": { "alias": "big"; "required": false; "isSignal": true; }; "state": { "alias": "state"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
3903
+ }
3904
+
3905
+ declare class KbqOptionModule {
3906
+ static ɵfac: i0.ɵɵFactoryDeclaration<KbqOptionModule, never>;
3907
+ static ɵmod: i0.ɵɵNgModuleDeclaration<KbqOptionModule, never, [typeof KbqPseudoCheckbox, typeof KbqOption, typeof KbqOptgroup, typeof KbqOptionActionComponent], [typeof KbqOption, typeof KbqOptgroup, typeof KbqOptionActionComponent]>;
3908
+ static ɵinj: i0.ɵɵInjectorDeclaration<KbqOptionModule>;
3909
+ }
3910
+
3911
+ /** Shadow visibility state — which of the two shadows should be rendered. */
3912
+ interface KbqOverflowShadowState {
3913
+ /** Whether the top (header) shadow should be visible — content is scrolled past the top. */
3914
+ top: boolean;
3915
+ /** Whether the bottom (footer) shadow should be visible — more content remains below the fold. */
3916
+ bottom: boolean;
3917
+ }
3918
+ /**
3919
+ * Source of scroll events and scroll metrics. Can be provided by a component that wraps
3920
+ * the scrollable element (e.g. `KbqScrollbar`) so that `KbqOverflowShadowContainer` does
3921
+ * not have to subscribe to the native `scroll` event directly.
3922
+ */
3923
+ interface KbqOverflowShadowSource {
3924
+ /** Emits whenever the wrapped element scrolls. */
3925
+ readonly onScroll: Observable<unknown>;
3926
+ /** The element whose `scrollTop`/`clientHeight`/`scrollHeight` drive the shadows, or `null` if not ready yet. */
3927
+ getScrollElement(): HTMLElement | null;
3928
+ }
3929
+ /**
3930
+ * DI token a scrollable wrapper component can provide to expose itself as the scroll source
3931
+ * for a co-located `KbqOverflowShadowContainer` (see `KbqScrollbar`).
3932
+ */
3933
+ declare const KBQ_OVERFLOW_SHADOW_SOURCE: InjectionToken<KbqOverflowShadowSource>;
3934
+ /**
3935
+ * Container directive that sits on the scrollable element. Listens for scroll events and
3936
+ * keeps the `overflow` signal up to date, which is then read by `KbqOverflowShadowTop` and
3937
+ * `KbqOverflowShadowBottom`.
3938
+ *
3939
+ * The scroll source is auto-detected: if `KBQ_OVERFLOW_SHADOW_SOURCE` is provided in the
3940
+ * host's DI, that source is used; otherwise the native `scroll` event on the host element
3941
+ * is observed.
3942
+ *
3943
+ * In addition to scroll events, the directive observes the scroll source's box-size changes
3944
+ * via CDK's `SharedResizeObserver` — this covers layout changes that happen without a scroll
3945
+ * and alter the viewport size (modal open/close animation, window resize, reflow that resizes
3946
+ * the element). Content that only grows `scrollHeight` without changing the element's box size
3947
+ * is not detected by the resize observer; call `checkOverflow()` manually for those cases.
3948
+ */
3949
+ declare class KbqOverflowShadowContainer implements OnInit {
3950
+ private readonly destroyRef;
3951
+ private readonly hostElement;
3952
+ private readonly externalSource;
3953
+ private readonly sharedResizeObserver;
3954
+ /** Optional debounce for scroll events, in milliseconds. Default is 0. */
3955
+ readonly debounce: i0.InputSignalWithTransform<number, unknown>;
3956
+ /** Current shadow state. Updated on every scroll event. */
3957
+ readonly overflow: i0.WritableSignal<KbqOverflowShadowState>;
3958
+ constructor();
3959
+ ngOnInit(): void;
3960
+ /**
3961
+ * Force-rechecks overflow and updates the signal. Calling this manually is normally not
3962
+ * necessary — scroll events plus `SharedResizeObserver` cover the standard scenarios. Kept
3963
+ * for rare cases when external code knows about a layout change more precisely than the
3964
+ * browser observers (e.g. content that only grows `scrollHeight`).
3965
+ */
3966
+ checkOverflow(): void;
3967
+ private getScrollSource;
3968
+ private observeResize;
3969
+ static ɵfac: i0.ɵɵFactoryDeclaration<KbqOverflowShadowContainer, never>;
3970
+ static ɵdir: i0.ɵɵDirectiveDeclaration<KbqOverflowShadowContainer, "[kbqOverflowShadowContainer]", ["kbqOverflowShadowContainer"], { "debounce": { "alias": "debounce"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
3971
+ }
3972
+ /**
3973
+ * Marker directive for the top-shadow indicator. Linked to the container directive via a
3974
+ * template ref: `<header [kbqOverflowShadowTop]="containerRef">`.
3975
+ *
3976
+ * Sets an inline `box-shadow` on the host element using the value from the `shadow` input
3977
+ * (the Koobiq token by default). Consumers can override the shadow from the outside by
3978
+ * overriding the token `--kbq-shadow-overflow-normal-bottom` (or whichever token is passed
3979
+ * via the `shadow` input) in the relevant cascade scope.
3980
+ */
3981
+ declare class KbqOverflowShadowTop {
3982
+ /**
3983
+ * Reference to the container directive. May be `undefined` if the container has not
3984
+ * been rendered yet (e.g. the indicator lives in one @if block and the container in
3985
+ * another).
3986
+ */
3987
+ readonly ref: i0.InputSignal<KbqOverflowShadowContainer | undefined>;
3988
+ /** Value of `box-shadow` when the shadow is active. Defaults to the standard Koobiq token. */
3989
+ readonly shadow: i0.InputSignal<string>;
3990
+ static ɵfac: i0.ɵɵFactoryDeclaration<KbqOverflowShadowTop, never>;
3991
+ static ɵdir: i0.ɵɵDirectiveDeclaration<KbqOverflowShadowTop, "[kbqOverflowShadowTop]", ["kbqOverflowShadowTop"], { "ref": { "alias": "kbqOverflowShadowTop"; "required": false; "isSignal": true; }; "shadow": { "alias": "shadow"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
3992
+ }
3993
+ /**
3994
+ * Marker directive for the bottom-shadow indicator. Linked to the container directive via a
3995
+ * template ref: `<footer [kbqOverflowShadowBottom]="containerRef">`.
3996
+ *
3997
+ * Sets an inline `box-shadow` on the host element. See {@link KbqOverflowShadowTop}.
3998
+ */
3999
+ declare class KbqOverflowShadowBottom {
4000
+ /** Reference to the container directive. See {@link KbqOverflowShadowTop.ref}. */
4001
+ readonly ref: i0.InputSignal<KbqOverflowShadowContainer | undefined>;
4002
+ /** Value of `box-shadow` when the shadow is active. Defaults to the standard Koobiq token. */
4003
+ readonly shadow: i0.InputSignal<string>;
4004
+ static ɵfac: i0.ɵɵFactoryDeclaration<KbqOverflowShadowBottom, never>;
4005
+ static ɵdir: i0.ɵɵDirectiveDeclaration<KbqOverflowShadowBottom, "[kbqOverflowShadowBottom]", ["kbqOverflowShadowBottom"], { "ref": { "alias": "kbqOverflowShadowBottom"; "required": false; "isSignal": true; }; "shadow": { "alias": "shadow"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
4006
+ }
4007
+
4008
+ declare const POSITION_MAP: {
4009
+ [key: string]: ConnectionPositionPair;
4010
+ };
4011
+ declare const EXTENDED_OVERLAY_POSITIONS: ConnectionPositionPair[];
4012
+ declare const TOP_POSITION_PRIORITY: ConnectionPositionPair[];
4013
+ declare const BOTTOM_POSITION_PRIORITY: ConnectionPositionPair[];
4014
+ declare const RIGHT_POSITION_PRIORITY: ConnectionPositionPair[];
4015
+ declare const LEFT_POSITION_PRIORITY: ConnectionPositionPair[];
4016
+ declare const RIGHT_TOP_POSITION_PRIORITY: ConnectionPositionPair[];
4017
+ declare const RIGHT_BOTTOM_POSITION_PRIORITY: ConnectionPositionPair[];
4018
+ declare const LEFT_TOP_POSITION_PRIORITY: ConnectionPositionPair[];
4019
+ declare const LEFT_BOTTOM_POSITION_PRIORITY: ConnectionPositionPair[];
4020
+ declare const TOP_LEFT_POSITION_PRIORITY: ConnectionPositionPair[];
4021
+ declare const TOP_RIGHT_POSITION_PRIORITY: ConnectionPositionPair[];
4022
+ declare const BOTTOM_RIGHT_POSITION_PRIORITY: ConnectionPositionPair[];
4023
+ declare const BOTTOM_LEFT_POSITION_PRIORITY: ConnectionPositionPair[];
4024
+ declare const POSITION_PRIORITY_STRATEGY: {
4025
+ top: ConnectionPositionPair[];
4026
+ topLeft: ConnectionPositionPair[];
4027
+ topRight: ConnectionPositionPair[];
4028
+ bottom: ConnectionPositionPair[];
4029
+ bottomLeft: ConnectionPositionPair[];
4030
+ bottomRight: ConnectionPositionPair[];
4031
+ left: ConnectionPositionPair[];
4032
+ leftTop: ConnectionPositionPair[];
4033
+ leftBottom: ConnectionPositionPair[];
4034
+ right: ConnectionPositionPair[];
4035
+ rightTop: ConnectionPositionPair[];
4036
+ rightBottom: ConnectionPositionPair[];
4037
+ };
4038
+ declare const POSITION_TO_CSS_MAP: {
4039
+ [key: string]: string;
4040
+ };
4041
+ declare const KBQ_CUSTOM_SCROLL_STRATEGY_PROVIDER: <T>(token: InjectionToken<T>, factory: (overlay: Overlay) => () => ScrollStrategy) => {
4042
+ provide: InjectionToken<T>;
4043
+ deps: (typeof Overlay)[];
4044
+ useFactory: (overlay: Overlay) => () => ScrollStrategy;
4045
+ };
4046
+
4047
+ /**
4048
+ * Reference to the element used to locate the shadow root that should host the CDK overlay container.
4049
+ *
4050
+ * It can be the shadow host element itself (the common case — the MFE root element) or any element that already
4051
+ * lives inside the shadow tree. Provide it directly, as an `ElementRef`, or as a getter (useful when the element is
4052
+ * created after the providers are declared, e.g. resolved lazily at bootstrap).
4053
+ */
4054
+ type KbqShadowDomOverlayHost = HTMLElement | ElementRef<HTMLElement> | (() => Element | null | undefined);
4055
+ /**
4056
+ * Element used by {@link KbqShadowDomOverlayContainer} to locate the shadow root that should host overlays.
4057
+ *
4058
+ * When not provided, the container falls back to the application root component element.
4059
+ */
4060
+ declare const KBQ_SHADOW_DOM_OVERLAY_HOST: InjectionToken<KbqShadowDomOverlayHost>;
4061
+ /**
4062
+ * `OverlayContainer` that places the `.cdk-overlay-container` inside a shadow root instead of `document.body`.
4063
+ *
4064
+ * The default CDK `OverlayContainer` always appends its container to `document.body`. When the application is
4065
+ * rendered inside a shadow root (e.g. a Module Federation micro-frontend), overlays — toasts, modals, dropdowns,
4066
+ * tooltips, etc. — escape the shadow tree into the light DOM. There they lose access to the styles and theme tokens
4067
+ * scoped to the shadow root (Koobiq theme tokens are defined on the `.kbq-light` / `.kbq-dark` ancestor), which
4068
+ * results in unstyled overlays.
4069
+ *
4070
+ * This container resolves the target shadow root from {@link KBQ_SHADOW_DOM_OVERLAY_HOST} (or the root component when
4071
+ * the token is absent) and relocates the overlay container into it. After relocating, it also clones CDK's own
4072
+ * structural overlay stylesheet (`position`/`z-index`/backdrop, `.cdk-overlay-container:empty`) into the shadow root,
4073
+ * since those `document.head` styles do not cross the shadow boundary. If no shadow root is found — the common case
4074
+ * for an app rendered directly in the light DOM — the container is left on `document.body`, so it is safe to provide
4075
+ * unconditionally.
4076
+ *
4077
+ * Only **open** shadow roots can be resolved: a closed shadow root exposes neither `Element.shadowRoot` nor a
4078
+ * `ShadowRoot` from `getRootNode()`, so pass an element that already lives inside the closed tree if you must use one.
4079
+ *
4080
+ * Note: this fixes the overlay container *placement* and delivers the CDK structural overlay styles. The host
4081
+ * application is still responsible for delivering the **Koobiq component/theme styles** (the `.kbq-light` / `.kbq-dark`
4082
+ * tokens and component CSS) into the shadow root, since global `document.head` stylesheets do not cascade across a
4083
+ * shadow boundary.
4084
+ *
4085
+ * @see kbqShadowDomOverlayProvider
4086
+ */
4087
+ declare class KbqShadowDomOverlayContainer extends OverlayContainer {
4088
+ private readonly host;
4089
+ private readonly applicationRef;
4090
+ /** @internal CDK lifecycle hook — overridden to relocate the container into a shadow root. */
4091
+ protected _createContainer(): void;
4092
+ /**
4093
+ * Clones CDK's structural overlay stylesheet into the shadow root.
4094
+ *
4095
+ * CDK ships the overlay's structural CSS as a `ViewEncapsulation.None` component, so Angular injects it as a
4096
+ * `<style>` in `document.head` synchronously — `OverlayContainer.getContainerElement()` loads it before
4097
+ * `_createContainer()` runs. Those rules do not cross the shadow boundary, so a relocated container would
4098
+ * otherwise be unpositioned. Cloning the already-injected stylesheet keeps it version-matched to the installed
4099
+ * `@angular/cdk` and is idempotent.
4100
+ */
4101
+ private deliverStructuralStyles;
4102
+ private resolveShadowRoot;
4103
+ private resolveHostElement;
4104
+ static ɵfac: i0.ɵɵFactoryDeclaration<KbqShadowDomOverlayContainer, never>;
4105
+ static ɵprov: i0.ɵɵInjectableDeclaration<KbqShadowDomOverlayContainer>;
4106
+ }
4107
+ /**
4108
+ * Providers that route all CDK overlays into a shadow root via {@link KbqShadowDomOverlayContainer}.
4109
+ *
4110
+ * Add it to the bootstrap providers of an application rendered inside a shadow root:
4111
+ *
4112
+ * ```ts
4113
+ * bootstrapApplication(AppComponent, {
4114
+ * providers: kbqShadowDomOverlayProvider(() => document.querySelector('my-mfe-root')!)
4115
+ * });
4116
+ * ```
4117
+ *
4118
+ * The provider replaces the global `OverlayContainer` token, so it cannot be combined with another custom
4119
+ * `OverlayContainer` (e.g. CDK's `FullscreenOverlayContainer`) — the last provider wins. Apps that need both must
4120
+ * subclass `KbqShadowDomOverlayContainer`.
4121
+ *
4122
+ * @param host element (or getter / `ElementRef`) inside the target shadow tree. When omitted, the application root
4123
+ * component element is used to resolve the shadow root.
4124
+ */
4125
+ declare const kbqShadowDomOverlayProvider: (host?: KbqShadowDomOverlayHost) => Provider[];
4126
+
4127
+ /**
4128
+ * Injects the native element for the current component.
4129
+ */
4130
+ declare const kbqInjectNativeElement: <T extends Element = HTMLElement>() => T;
4131
+
4132
+ declare function isBoolean(value: unknown): value is boolean;
4133
+ /** Whether the value is undefined. */
4134
+ declare const isUndefined: (value: unknown) => value is undefined;
4135
+ /** Whether the value is null. */
4136
+ declare const isNull: (value: unknown) => value is null;
4137
+ /** Whether the value is HTMLElement. */
4138
+ declare const isHtmlElement: (value: unknown) => value is HTMLElement;
4139
+ /** Whether the value is Element. */
4140
+ declare const isElement: (value: unknown) => value is Element;
4141
+ /** Whether the value is HTMLElement or null. */
4142
+ declare const isHtmlElementOrNull: (value: unknown) => value is HTMLElement | null;
4143
+ declare const getNodesWithoutComments: (nodes: NodeList) => Node[];
4144
+ declare const leftIconClassName = "kbq-icon_left";
4145
+ declare const rightIconClassName = "kbq-icon_right";
4146
+ /** Whether the current platform is a Mac. */
4147
+ declare function isMac(): boolean;
4148
+ /** Converts an enumeration (enum) type into a string literal type containing
4149
+ * all possible string representations of the values. */
4150
+ type KbqEnumValues<T extends string | number> = `${T}`;
4151
+
4152
+ interface KbqParentPopup {
4153
+ closedStream: Observable<boolean>;
4154
+ }
4155
+ /**
4156
+ * InjectionToken for providing component with popup. Used in select and tree-select for tooltip.
4157
+ */
4158
+ declare const KBQ_PARENT_POPUP: InjectionToken<KbqParentPopup>;
4159
+ declare enum PopUpPlacements {
4160
+ Top = "top",
4161
+ TopLeft = "topLeft",
4162
+ TopRight = "topRight",
4163
+ Right = "right",
4164
+ RightTop = "rightTop",
4165
+ RightBottom = "rightBottom",
4166
+ Left = "left",
4167
+ LeftTop = "leftTop",
4168
+ LeftBottom = "leftBottom",
4169
+ Bottom = "bottom",
4170
+ BottomLeft = "bottomLeft",
4171
+ BottomRight = "bottomRight"
4172
+ }
4173
+ type KbqPopUpPlacementValues = KbqEnumValues<PopUpPlacements>;
4174
+ type KbqStickToWindowPlacementValues = KbqEnumValues<PopUpPlacements.Top | PopUpPlacements.Right | PopUpPlacements.Bottom | PopUpPlacements.Left>;
4175
+ declare enum PopUpVisibility {
4176
+ Initial = "initial",
4177
+ Visible = "visible",
4178
+ Hidden = "hidden"
4179
+ }
4180
+ declare enum PopUpTriggers {
4181
+ Click = "click",
4182
+ Focus = "focus",
4183
+ Hover = "hover",
4184
+ Keydown = "keydown",
4185
+ Program = "program"
4186
+ }
4187
+ declare enum PopUpSizes {
4188
+ Small = "small",
4189
+ Medium = "medium",
4190
+ Large = "large",
4191
+ Custom = "custom"
4192
+ }
4193
+ type KbqPopUpSizeValues = KbqEnumValues<PopUpSizes>;
4194
+ /**
4195
+ * Default value when configuring overlay in popups (Autocomplete, Datepicker, Dropdown, Select, Tags Autocomplete,
4196
+ * Tags Input, Timezone, TreeSelect).
4197
+ */
4198
+ declare const defaultOffsetY: number;
4199
+ /**
4200
+ * Variable used for offsetY(X) calculations when applying Angular Overlay
4201
+ *
4202
+ * @docs-private
4203
+ */
4204
+ declare const ARROW_BOTTOM_MARGIN_AND_HALF_HEIGHT: number;
4205
+
4206
+ declare class EmptyFocusTrapStrategy implements FocusTrapInertStrategy {
4207
+ preventFocus(): void;
4208
+ allowFocus(): void;
4209
+ }
4210
+
4211
+ /**
4212
+ * Abstract base directive for hover/focus/click-triggered pop-ups (e.g. tooltip and popover). It manages the
4213
+ * CDK overlay lifecycle, binds the trigger event listeners, resolves placement via a flexible connected position
4214
+ * strategy, and controls show/hide timing. Concrete subclasses supply the pop-up component type, its content,
4215
+ * and the overlay configuration.
4216
+ */
4217
+ declare abstract class KbqPopUpTrigger<T> implements OnInit, OnDestroy {
4218
+ /** Stream that emits when the popupTrigger is hovered.
4219
+ * @docs-private */
4220
+ readonly hovered: BehaviorSubject<boolean>;
4221
+ /** RxJS scheduler that drives the hide timeout; `undefined` falls back to the default async scheduler.
4222
+ * @docs-private */
4223
+ protected readonly scheduler: AsyncScheduler | undefined;
4224
+ /** CDK Overlay service used to create and position the pop-up overlay.
4225
+ * @docs-private */
4226
+ protected readonly overlay: Overlay;
4227
+ /** Reference to the host element the pop-up is anchored to.
4228
+ * @docs-private */
4229
+ protected readonly elementRef: ElementRef<HTMLElement>;
4230
+ /** Angular zone, used to run the hide timer outside Angular and re-enter when hiding.
4231
+ * @docs-private */
4232
+ protected readonly ngZone: NgZone;
4233
+ /** CDK ScrollDispatcher, used to track ancestor scroll containers so the pop-up repositions on scroll.
4234
+ * @docs-private */
4235
+ protected readonly scrollDispatcher: ScrollDispatcher;
4236
+ /** CDK ViewportRuler, used to re-apply the stick-to-window position on window resize.
4237
+ * @docs-private */
4238
+ protected readonly viewportRuler: ViewportRuler;
4239
+ /** View container the pop-up component portal is attached to.
4240
+ * @docs-private */
4241
+ protected readonly hostView: ViewContainerRef;
4242
+ /** Text direction (LTR/RTL) applied to the overlay when a `Directionality` is available.
4243
+ * @docs-private */
4244
+ protected readonly direction: Directionality | null;
4245
+ /** Destroy reference used to auto-unsubscribe streams when the directive is destroyed.
4246
+ * @docs-private */
4247
+ protected readonly destroyRef: DestroyRef;
4248
+ /** Nearest `CdkScrollable` ancestor, if any.
4249
+ * @docs-private */
4250
+ protected readonly scrollable: CdkScrollable | null;
4251
+ /** Factory returning the overlay scroll strategy; provided by the concrete subclass.
4252
+ * @docs-private */
4253
+ protected abstract scrollStrategy: () => ScrollStrategy;
4254
+ /** Optional element used to anchor and measure the pop-up instead of the host element.
4255
+ * @docs-private */
4256
+ protected externalNativeElement: HTMLElement;
4257
+ /** Change detector used to refresh the trigger when its open state changes. */
4258
+ private popUpChangeDetectorRef;
4259
+ /** Whether the pop-up overlay is currently open. */
4260
+ get isOpen(): boolean;
4261
+ set isOpen(value: boolean);
4262
+ /** Backing field for `isOpen`. */
4263
+ private _isOpen;
4264
+ /** Delay in milliseconds before the pop-up is shown.
4265
+ * @docs-private */
4266
+ enterDelay: number;
4267
+ /** Delay in milliseconds before the pop-up is hidden.
4268
+ * @docs-private */
4269
+ leaveDelay: number;
4270
+ /** Name of the DOM event that last triggered show/hide (e.g. `mouseenter`, `focus`, `click`).
4271
+ * @docs-private */
4272
+ triggerName: string;
4273
+ /** Reference to the created overlay, or `null` when no overlay exists.
4274
+ * @docs-private */
4275
+ overlayRef: OverlayRef | null;
4276
+ /** Placement used to keep the pop-up stuck within the window bounds.
4277
+ * @docs-private */
4278
+ stickToWindow: KbqStickToWindowPlacementValues;
4279
+ /** Host container element of the pop-up.
4280
+ * @docs-private */
4281
+ container: HTMLElement;
4282
+ /** Whether the pop-up is disabled and therefore never shown; implemented by the subclass.
4283
+ * @docs-private */
4284
+ abstract disabled: boolean;
4285
+ /** Whether the arrow/pointer is rendered; implemented by the subclass.
4286
+ * @docs-private */
4287
+ abstract arrow: boolean;
4288
+ /** Space/comma-separated list of trigger events (`hover`, `focus`, `click`, `keydown`); implemented by the subclass.
4289
+ * @docs-private */
4290
+ abstract trigger: string;
4291
+ /** Extra CSS class applied to the pop-up; implemented by the subclass.
4292
+ * @docs-private */
4293
+ abstract customClass: string;
4294
+ /** Pop-up content as a string or template; implemented by the subclass.
4295
+ * @docs-private */
4296
+ abstract content: string | TemplateRef<any>;
4297
+ /** Emits when the resolved placement changes; implemented by the subclass.
4298
+ * @docs-private */
4299
+ abstract placementChange: EventEmitter<string>;
4300
+ /** Emits when the pop-up visibility changes; implemented by the subclass.
4301
+ * @docs-private */
4302
+ abstract visibleChange: EventEmitter<boolean>;
4303
+ /** CSS selector of the element used as the overlay's transform origin; implemented by the subclass.
4304
+ * @docs-private */
4305
+ protected abstract originSelector: string;
4306
+ /** Base overlay configuration (panel classes, etc.); implemented by the subclass.
4307
+ * @docs-private */
4308
+ protected abstract overlayConfig: OverlayConfig;
4309
+ /** Current resolved placement of the pop-up.
4310
+ * @docs-private */
4311
+ protected placement: KbqPopUpPlacementValues;
4312
+ /** Ordered list of fallback placements to try before the default priority.
4313
+ * @docs-private */
4314
+ protected placementPriority: string | string[] | null;
4315
+ /** Whether the pop-up is currently visible.
4316
+ * @docs-private */
4317
+ protected visible: boolean;
4318
+ /** Backing field for the subclass `content` input.
4319
+ * @docs-private */
4320
+ protected _content: string | TemplateRef<any>;
4321
+ /** Backing field for the subclass `disabled` input.
4322
+ * @docs-private */
4323
+ protected _disabled: boolean;
4324
+ /** Backing field for the subclass `customClass` input.
4325
+ * @docs-private */
4326
+ protected _customClass: string;
4327
+ /** Component portal attached to the overlay to render the pop-up.
4328
+ * @docs-private */
4329
+ protected portal: ComponentPortal<T>;
4330
+ /** Currently attached pop-up component instance, or `null` when closed.
4331
+ * @docs-private */
4332
+ protected instance: any | null;
4333
+ /** Map of event name to the handler currently bound on the host element.
4334
+ * @docs-private */
4335
+ protected listeners: Map<string, EventListener>;
4336
+ /** Subscription to the streams that should close the pop-up.
4337
+ * @docs-private */
4338
+ protected closingActionsSubscription: Subscription;
4339
+ /** Map of placement name to its CDK connected position pair.
4340
+ * @docs-private */
4341
+ protected readonly availablePositions: {
4342
+ [key: string]: ConnectionPositionPair;
4343
+ };
4344
+ /** Last mouse event, used to position the pop-up relative to the cursor.
4345
+ * @docs-private */
4346
+ protected mouseEvent?: MouseEvent;
4347
+ /** Flexible connected position strategy driving the overlay.
4348
+ * @docs-private */
4349
+ protected strategy: FlexibleConnectedPositionStrategy;
4350
+ /** Hide pop-up with timeout. Need if you want to show pop-up after leaving trigger
4351
+ * @docs-private */
4352
+ protected hideWithTimeout: boolean;
4353
+ /** prevents closure by any event
4354
+ * @docs-private */
4355
+ protected preventClose: boolean;
4356
+ /** Applies the placement (and modifier) CSS classes to the open pop-up; implemented by the subclass.
4357
+ * @docs-private */
4358
+ abstract updateClassMap(newPlacement?: string): void;
4359
+ /** Pushes the current inputs (content, arrow, offset, …) into the open pop-up; implemented by the subclass.
4360
+ * @docs-private */
4361
+ abstract updateData(): void;
4362
+ /** Returns the stream of events that should close the pop-up; implemented by the subclass.
4363
+ * @docs-private */
4364
+ abstract closingActions(): Observable<any>;
4365
+ /** Returns the component type to attach as the pop-up overlay; implemented by the subclass.
4366
+ * @docs-private */
4367
+ abstract getOverlayHandleComponentType(): Type<T>;
4368
+ /** Binds the DOM event listeners for the configured triggers. */
4369
+ ngOnInit(): void;
4370
+ /** Disposes the overlay and removes all bound event listeners. */
4371
+ ngOnDestroy(): void;
4372
+ /** Sets the placement (falling back to `Top` on an unknown value) and refreshes the classes and position.
4373
+ * @docs-private */
4374
+ updatePlacement(value: KbqPopUpPlacementValues): void;
4375
+ /** Sets the ordered list of fallback placements, or clears it when the value is empty.
4376
+ * @docs-private */
4377
+ updatePlacementPriority(value: any): void;
4378
+ /** Coerces and applies an external visibility value by showing or hiding the pop-up when it changes.
4379
+ * @docs-private */
4380
+ updateVisible(externalValue: boolean): void;
4381
+ /** Closes the pop-up when `Escape` is pressed while it is open. Bound to the host `keydown` event.
4382
+ * @docs-private */
4383
+ keydownHandler(event: KeyboardEvent): void;
4384
+ /** Hides the pop-up. Bound to the host `touchend` event.
4385
+ * @docs-private */
4386
+ touchendHandler(): void;
4387
+ /** Creates the overlay (if needed) and shows the pop-up after `delay` ms, wiring its visibility stream.
4388
+ * @docs-private */
4389
+ show(delay?: number): void;
4390
+ /** Hides the pop-up after `delay` ms, honoring `preventClose` and the hover state on mouseleave.
4391
+ * @docs-private */
4392
+ hide(delay?: number): void;
4393
+ /** Detaches the overlay (if attached) and clears the current pop-up instance.
4394
+ * @docs-private */
4395
+ detach: () => void;
4396
+ /** Create the overlay config and position strategy
4397
+ * @docs-private */
4398
+ createOverlay(): OverlayRef;
4399
+ /** Resets the overlay position origin back to the host element.
4400
+ * @docs-private */
4401
+ resetOrigin(): void;
4402
+ /** Maps the CDK connection position back to a placement name, emits `placementChange`, and updates classes.
4403
+ * @docs-private */
4404
+ onPositionChange: ($event: ConnectedOverlayPositionChange) => void;
4405
+ /** Rebinds the host DOM listeners (click/hover/focus/keydown) according to the configured triggers.
4406
+ * @docs-private */
4407
+ initListeners(): void;
4408
+ /** Returns the `mouseleave` handler — a delayed hide when `hideWithTimeout` is set, otherwise an immediate hide.
4409
+ * @docs-private */
4410
+ getMouseLeaveListener(): (delay?: number) => void;
4411
+ /** Updates the position of the current popover.
4412
+ * @docs-private */
4413
+ updatePosition(reapplyPosition?: boolean): void;
4414
+ /** Moves browser focus to the pop-up's native element.
4415
+ * @docs-private */
4416
+ focus(): void;
4417
+ /** Returns the element the pop-up is bound to: the external element when set, otherwise the host element.
4418
+ * @docs-private */
4419
+ getNativeElement(): HTMLElement;
4420
+ /** Sets an external element to anchor and measure the pop-up against instead of the host element.
4421
+ * @docs-private */
4422
+ setExternalNativeElement(value: HTMLElement): void;
4423
+ /**
4424
+ * Returns a list of positions that are aligned with the element's dimensions and offsets.
4425
+ * @docs-private */
4426
+ protected getAdjustedPositions(): ConnectionPositionPair[];
4427
+ /** Maps a priority placement value (or array of values) to the matching connected position pairs.
4428
+ * @docs-private */
4429
+ protected getPriorityPlacementStrategy(value: string | string[]): ConnectionPositionPair[];
4430
+ /** Returns the positions to try: the custom `placementPriority` when set, otherwise the default strategy.
4431
+ * @docs-private */
4432
+ protected getPrioritizedPositions(): ConnectionPositionPair[];
4433
+ /** Removes all bound host event listeners and clears the listener map.
4434
+ * @docs-private */
4435
+ protected clearListeners(): void;
4436
+ /** Wraps a trigger handler so it records the active trigger name and mouse event before running. */
4437
+ private createListener;
4438
+ /** Remembers the last mouse event on `mouseenter`, used for cursor-relative positioning. */
4439
+ private saveMouseEvent;
4440
+ /** Binds a single event listener to the pop-up's native element. */
4441
+ private addEventListener;
4442
+ /** Unbinds a single event listener from the pop-up's native element. */
4443
+ private removeEventListener;
4444
+ /** (Re)subscribes to the closing-action streams and hides the pop-up, ignoring prevented click events. */
4445
+ private subscribeOnClosingActions;
4446
+ static ɵfac: i0.ɵɵFactoryDeclaration<KbqPopUpTrigger<any>, never>;
4447
+ static ɵdir: i0.ɵɵDirectiveDeclaration<KbqPopUpTrigger<any>, never, never, {}, {}, never, never, true, never>;
4448
+ }
4449
+
4450
+ declare abstract class KbqPopUp implements OnDestroy {
4451
+ protected readonly renderer: Renderer2;
4452
+ protected readonly elementRef: ElementRef<HTMLElement>;
4453
+ protected readonly changeDetectorRef: ChangeDetectorRef;
4454
+ readonly destroyRef: DestroyRef;
4455
+ /** Stream that emits when the popup item is hovered. */
4456
+ readonly hovered: BehaviorSubject<boolean>;
4457
+ trigger: KbqPopUpTrigger<unknown>;
4458
+ header: string | TemplateRef<any>;
4459
+ content: string | TemplateRef<any>;
4460
+ context: {
4461
+ $implicit: any;
4462
+ } | null;
4463
+ classMap: {};
4464
+ warning: boolean;
4465
+ arrow: boolean;
4466
+ defaultPaddings: boolean;
4467
+ offset: number | null;
4468
+ visibility: PopUpVisibility;
4469
+ visibleChange: EventEmitter<boolean>;
4470
+ protected prefix: string;
4471
+ /** Subject for notifying that the tooltip has been hidden from the view */
4472
+ protected readonly onHideSubject: Subject<void>;
4473
+ protected closeOnInteraction: boolean;
4474
+ private showTimeoutId;
4475
+ private hideTimeoutId;
4476
+ ngOnDestroy(): void;
4477
+ isTemplateRef(value: any): boolean;
4478
+ show(delay: number): void;
4479
+ /**
4480
+ * Hides the popup after a specified delay.
4481
+ *
4482
+ * The hide timeout triggers the hiding of the popup by updating visibility and emitting relevant events.
4483
+ * Also, it marks for check to ensure proper change detection, especially for parent components with OnPush strategy.
4484
+ * @param delay - The delay in milliseconds before hiding the popup.
4485
+ */
4486
+ hide(delay: number): void;
4487
+ isVisible(): boolean;
4488
+ updateClassMap(placement: string, customClass: string, classMap?: any): void;
4489
+ /** Returns an observable that notifies when the tooltip has been hidden from view. */
4490
+ afterHidden(): Observable<void>;
4491
+ markForCheck(): void;
4492
+ detectChanges(): void;
4493
+ animationStart(): void;
4494
+ animationDone({ toState }: AnimationEvent): void;
4495
+ handleBodyInteraction(): void;
4496
+ protected addEventListenerForHide(): void;
4497
+ protected setStickPosition(): void;
4498
+ static ɵfac: i0.ɵɵFactoryDeclaration<KbqPopUp, never>;
4499
+ static ɵdir: i0.ɵɵDirectiveDeclaration<KbqPopUp, never, never, {}, {}, never, never, true, never>;
4500
+ }
4501
+
4502
+ declare const applyPopupMargins: (renderer: Renderer2, element: HTMLElement, name: string, value: string) => void;
4503
+
4504
+ declare class KbqSelectTrigger {
4505
+ static ɵfac: i0.ɵɵFactoryDeclaration<KbqSelectTrigger, never>;
4506
+ static ɵdir: i0.ɵɵDirectiveDeclaration<KbqSelectTrigger, "kbq-select-trigger, [kbq-select-trigger]", never, {}, {}, never, never, true, never>;
4507
+ }
4508
+ declare class KbqSelectMatcher {
4509
+ readonly useDefaultHandlers: i0.InputSignalWithTransform<boolean, unknown>;
4510
+ static ɵfac: i0.ɵɵFactoryDeclaration<KbqSelectMatcher, never>;
4511
+ static ɵdir: i0.ɵɵDirectiveDeclaration<KbqSelectMatcher, "kbq-select-matcher, [kbq-select-matcher]", never, { "useDefaultHandlers": { "alias": "useDefaultHandlers"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
4512
+ }
4513
+ declare class KbqSelectSearchEmptyResult {
4514
+ static ɵfac: i0.ɵɵFactoryDeclaration<KbqSelectSearchEmptyResult, never>;
4515
+ static ɵdir: i0.ɵɵDirectiveDeclaration<KbqSelectSearchEmptyResult, "[kbq-select-search-empty-result]", ["kbqSelectSearchEmptyResult"], {}, {}, never, never, true, never>;
4516
+ }
4517
+ declare class KbqSelectFooter {
4518
+ static ɵfac: i0.ɵɵFactoryDeclaration<KbqSelectFooter, never>;
4519
+ static ɵdir: i0.ɵɵDirectiveDeclaration<KbqSelectFooter, "kbq-select-footer, [kbq-select-footer]", never, {}, {}, never, never, true, never>;
4520
+ }
4521
+ declare class KbqSelectSearch implements AfterContentInit, OnDestroy {
4522
+ protected formField: KbqFormFieldRef;
4523
+ readonly changes: EventEmitter<string>;
4524
+ isSearchChanged: boolean;
4525
+ get ngControl(): any;
4526
+ private searchChangesSubscription;
4527
+ constructor();
4528
+ setPlaceholder(value: string): void;
4529
+ hasPlaceholder(): boolean;
4530
+ focus(): void;
4531
+ reset(): void;
4532
+ value(): any;
4533
+ ngAfterContentInit(): void;
4534
+ ngOnDestroy(): void;
4535
+ handleKeydown(event: KeyboardEvent): void;
4536
+ static ɵfac: i0.ɵɵFactoryDeclaration<KbqSelectSearch, never>;
4537
+ static ɵdir: i0.ɵɵDirectiveDeclaration<KbqSelectSearch, "[kbqSelectSearch]", ["kbqSelectSearch"], {}, {}, never, never, true, never>;
4538
+ }
4539
+ /**
4540
+ * Abstract class representing a customizable select component with an overlay.
4541
+ *
4542
+ * This class provides base functionality for handling the overlay positioning.
4543
+ * @docs-private
4544
+ */
4545
+ declare abstract class KbqAbstractSelect {
4546
+ protected overlayDir: CdkConnectedOverlay;
4547
+ protected triggerRect: DOMRect;
4548
+ /** Overlay panel class. */
4549
+ protected readonly overlayPanelClass = "kbq-select-overlay";
4550
+ protected setOverlayPosition(): void;
4551
+ protected calculateOverlayOffsetX(baseOffsetX: number): number[];
4552
+ protected getOverlayRect(): DOMRect;
4553
+ protected resetOverlay(): void;
4554
+ protected resolveSearchMinOptionsThreshold(value?: 'auto' | number): number | undefined;
4555
+ static ɵfac: i0.ɵɵFactoryDeclaration<KbqAbstractSelect, never>;
4556
+ static ɵdir: i0.ɵɵDirectiveDeclaration<KbqAbstractSelect, never, never, {}, {}, never, never, true, never>;
4557
+ }
4558
+
4559
+ /**
4560
+ * Minimum option count threshold for displaying select search.
4561
+ * Search is hidden when fewer options are available.
4562
+ */
4563
+ declare const KBQ_SELECT_SEARCH_MIN_OPTIONS_THRESHOLD = 10;
4564
+ /**
4565
+ * The select panel will only "fit" inside the viewport if it is positioned at
4566
+ * this value or more away from the viewport boundary.
4567
+ */
4568
+ declare const SELECT_PANEL_VIEWPORT_PADDING = 8;
4569
+ /** Injection token that determines the scroll handling while a select is open. */
4570
+ declare const KBQ_SELECT_SCROLL_STRATEGY: InjectionToken<() => ScrollStrategy>;
4571
+ /** @docs-private */
4572
+ declare function kbqSelectScrollStrategyProviderFactory(overlay: Overlay): () => RepositionScrollStrategy;
4573
+ /** @docs-private */
4574
+ declare const KBQ_SELECT_SCROLL_STRATEGY_PROVIDER: {
4575
+ provide: InjectionToken<() => ScrollStrategy>;
4576
+ deps: (typeof Overlay)[];
4577
+ useFactory: typeof kbqSelectScrollStrategyProviderFactory;
4578
+ };
4579
+
4580
+ /**
4581
+ * Returns an exception to be thrown when attempting to change a select's `multiple` option
4582
+ * after initialization.
4583
+ * @docs-private
4584
+ */
4585
+ declare function getKbqSelectDynamicMultipleError(): Error;
4586
+ /**
4587
+ * Returns an exception to be thrown when attempting to assign a non-array value to a select
4588
+ * in `multiple` mode. Note that `undefined` and `null` are still valid values to allow for
4589
+ * resetting the value.
4590
+ * @docs-private
4591
+ */
4592
+ declare function getKbqSelectNonArrayValueError(): Error;
4593
+ /**
4594
+ * Returns an exception to be thrown when assigning a non-function value to the comparator
4595
+ * used to determine if a value corresponds to an option. Note that whether the function
4596
+ * actually takes two values and returns a boolean is not checked.
4597
+ */
4598
+ declare function getKbqSelectNonFunctionValueError(): Error;
4599
+
4600
+ declare const selectEvents = "selectEvents";
4601
+
4602
+ declare enum MultipleMode {
4603
+ CHECKBOX = "checkbox",
4604
+ KEYBOARD = "keyboard"
4605
+ }
4606
+
4607
+ declare class KbqPseudoCheckboxModule {
4608
+ static ɵfac: i0.ɵɵFactoryDeclaration<KbqPseudoCheckboxModule, never>;
4609
+ static ɵmod: i0.ɵɵNgModuleDeclaration<KbqPseudoCheckboxModule, never, [typeof KbqPseudoCheckbox], [typeof KbqPseudoCheckbox]>;
4610
+ static ɵinj: i0.ɵɵInjectorDeclaration<KbqPseudoCheckboxModule>;
4611
+ }
4612
+
4613
+ /**
4614
+ * Adapter describing how a component reads and writes selection state for a set of items,
4615
+ * so the shared select-all logic can operate regardless of how selection is stored
4616
+ * (per-option setter, `SelectionModel` on data nodes, etc.).
4617
+ */
4618
+ interface KbqSelectAllAdapter<T> {
4619
+ /** All candidate items, in render/model order. */
4620
+ items: readonly T[];
4621
+ /** Whether the item may participate (e.g. not disabled, and — for tree — `selectable()`). */
4622
+ isSelectable: (item: T) => boolean;
4623
+ /** Current selected state of the item. */
4624
+ isSelected: (item: T) => boolean;
4625
+ /** Applies the new selected state to the item. */
4626
+ setSelected: (item: T, selected: boolean) => void;
4627
+ }
4628
+ /** Options for {@link toggleSelectAll}. */
4629
+ interface KbqToggleSelectAllOptions {
4630
+ /**
4631
+ * When `true`, a repeated toggle deselects everything once all selectable items are already
4632
+ * selected. When `false` (default), the toggle only ever selects.
4633
+ */
4634
+ allowDeselect?: boolean;
4635
+ }
4636
+ /**
4637
+ * Canonical "select all / deselect all" toggle shared by the multi-select components (`Ctrl`/`Cmd` + `A`).
4638
+ *
4639
+ * Considers only selectable items and selects them all. When `allowDeselect` is `true` and every selectable
4640
+ * item is already selected, deselects them all instead; otherwise a repeated call is a no-op. No-op when
4641
+ * there are no selectable items.
4642
+ *
4643
+ * @returns the items whose selected state actually flipped, in input order.
4644
+ */
4645
+ declare function toggleSelectAll<T>(adapter: KbqSelectAllAdapter<T>, options?: KbqToggleSelectAllOptions): T[];
4646
+ /** Event emitted by the `onSelectAll` outputs when the select-all toggle runs. */
4647
+ declare class KbqSelectAllEvent<T, S = unknown> {
4648
+ /** Component that emitted the event. */
4649
+ readonly source: S;
4650
+ /** The selectable options affected by the toggle. */
4651
+ readonly options: T[];
4652
+ /** `true` when all options were selected, `false` when all were deselected. */
4653
+ readonly selected: boolean;
4654
+ constructor(
4655
+ /** Component that emitted the event. */
4656
+ source: S,
4657
+ /** The selectable options affected by the toggle. */
4658
+ options: T[],
4659
+ /** `true` when all options were selected, `false` when all were deselected. */
4660
+ selected: boolean);
4661
+ }
4662
+ /**
4663
+ * Whether `Ctrl`/`Cmd` + `A` should select the text of a search `<input>` rather than toggle options.
4664
+ *
4665
+ * Returns `true` only when the input has text that is not already fully selected (nothing selected,
4666
+ * a partial selection, or just a caret). Returns `false` for an empty input (so select-all falls
4667
+ * straight through to the options) and when the whole value is already selected (a second press
4668
+ * then acts on the options).
4669
+ */
4670
+ declare function shouldSelectSearchText(input: HTMLInputElement | null | undefined): boolean;
4671
+
4672
+ declare class KbqMeasureScrollbarService {
4673
+ protected readonly document: Document;
4674
+ private readonly platform;
4675
+ get scrollBarWidth(): number;
4676
+ private _scrollBarWidth;
4677
+ private scrollbarMeasure;
4678
+ constructor();
4679
+ initScrollBarWidth(): void;
4680
+ static ɵfac: i0.ɵɵFactoryDeclaration<KbqMeasureScrollbarService, never>;
4681
+ static ɵprov: i0.ɵɵInjectableDeclaration<KbqMeasureScrollbarService>;
4682
+ }
4683
+
4684
+ interface KbqTheme {
4685
+ name: string;
4686
+ className: string;
4687
+ selected: boolean;
4688
+ }
4689
+ /**
4690
+ * Enum representing the available themes for the Koobiq design system.
4691
+ * This enum is used to manage and switch between different visual themes.
4692
+ */
4693
+ declare enum KbqThemeSelector {
4694
+ /**
4695
+ * Represents the default light theme.
4696
+ * This is the standard theme that is applied
4697
+ * when the application is first loaded if nothing else provided
4698
+ */
4699
+ Default = "kbq-light",
4700
+ /**
4701
+ * This theme is used to provide a darker visual experience, often preferred in low-light environments.
4702
+ */
4703
+ Dark = "kbq-dark"
4704
+ }
4705
+ declare const KbqDefaultThemes: KbqTheme[];
4706
+ declare class ThemeService<T extends KbqTheme | null = KbqTheme> implements OnDestroy {
4707
+ protected readonly document: Document;
4708
+ protected readonly rendererFactory: RendererFactory2;
4709
+ protected renderer: Renderer2;
4710
+ current: BehaviorSubject<T>;
4711
+ themes: T[];
4712
+ protected subscription: Subscription;
4713
+ constructor();
4714
+ ngOnDestroy(): void;
4715
+ setThemes(items: T[]): void;
4716
+ setTheme(value: T | number): void;
4717
+ getTheme(): T;
4718
+ protected update: ([prev, current]: T[]) => void;
4719
+ static ɵfac: i0.ɵɵFactoryDeclaration<ThemeService<any>, never>;
4720
+ static ɵprov: i0.ɵɵInjectableDeclaration<ThemeService<any>>;
4721
+ }
4722
+
4723
+ /** Utility to dispatch any event on a Node. */
4724
+ declare function dispatchEvent(node: Node | Window, event: Event): Event;
4725
+ /** Shorthand to dispatch a fake event on a specified node. */
4726
+ declare function dispatchFakeEvent(node: Node | Window, type: string, canBubble?: boolean): Event;
4727
+ /** Shorthand to dispatch a keyboard event with a specified key code. */
4728
+ declare function dispatchKeyboardEvent(node: Node, type: string, keyCode: number, target?: Element): KeyboardEvent;
4729
+ /** Shorthand to dispatch a mouse event on the specified coordinates. */
4730
+ declare function dispatchMouseEvent(node: Node, type: string, x?: number, y?: number, event?: MouseEvent): MouseEvent;
4731
+ /** Shorthand to dispatch a touch event on the specified coordinates. */
4732
+ declare function dispatchTouchEvent(node: Node, type: string, x?: number, y?: number): Event;
4733
+
4734
+ /**
4735
+ * Patches an elements focus and blur methods to emit events consistently and predictably.
4736
+ * This is necessary, because some browsers, like IE11, will call the focus handlers asynchronously,
4737
+ * while others won't fire them at all if the browser window is not focused.
4738
+ */
4739
+ declare function patchElementFocus(element: HTMLElement): void;
4740
+
4741
+ /** Creates a browser MouseEvent with the specified options. */
4742
+ declare function createMouseEvent(type: string, x?: number, y?: number, button?: number): MouseEvent;
4743
+ /** Creates a browser TouchEvent with the specified pointer coordinates. */
4744
+ declare function createTouchEvent(type: string, pageX?: number, pageY?: number): UIEvent;
4745
+ /** Dispatches a keydown event from an element. */
4746
+ declare function createKeyboardEvent(type: string, keyCode: number, target?: Element, key?: string): any;
4747
+ /** Creates a fake event object with any desired event type. */
4748
+ declare function createFakeEvent(type: string, canBubble?: boolean, cancelable?: boolean): Event;
4749
+
4750
+ /**
4751
+ * Mock synchronous NgZone implementation that can be used
4752
+ * to flush out `onStable` subscriptions in tests.
4753
+ *
4754
+ * via: https://github.com/angular/angular/blob/master/packages/core/testing/src/ng_zone_mock.ts
4755
+ * @docs-private
4756
+ */
4757
+ declare class MockNgZone extends NgZone {
4758
+ onStable: EventEmitter<any>;
4759
+ constructor();
4760
+ run(fn: () => void): any;
4761
+ runOutsideAngular(fn: () => void): any;
4762
+ simulateZoneExit(): void;
4763
+ static ɵfac: i0.ɵɵFactoryDeclaration<MockNgZone, never>;
4764
+ static ɵprov: i0.ɵɵInjectableDeclaration<MockNgZone>;
4765
+ }
4766
+
4767
+ /**
4768
+ * Focuses an input, sets its value and dispatches
4769
+ * the `input` event, simulating the user typing.
4770
+ * @param value Value to be set on the input.
4771
+ * @param element Element onto which to set the value.
4772
+ */
4773
+ declare function typeInElement(value: string, element: HTMLInputElement): void;
4774
+
4775
+ declare function wrappedErrorMessage(e: Error): RegExp;
4776
+
4777
+ /**
4778
+ * An abstraction over the global `window` object.
4779
+ */
4780
+ declare const KBQ_WINDOW: InjectionToken<Window>;
4781
+
4782
+ /**
4783
+ * @docs-private
4784
+ */
4785
+ declare const validationTooltipShowDelay = 10;
4786
+ /**
4787
+ * @docs-private
4788
+ */
4789
+ declare const validationTooltipHideDelay = 3000;
4790
+
4791
+ declare const VERSION: Version;
4792
+
4793
+ 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_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, kbqHighlightBackgroundMark, kbqHighlightMark, kbqInjectNativeElement, kbqLocaleServiceLangAttrNameProvider, 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 };
4794
+ 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, KbqSelectAllAdapter, KbqShadowDomOverlayHost, KbqSizeUnitsConfig, KbqStickToWindowPlacementValues, KbqTheme, KbqTimeRangeLocaleConfig, KbqTitleTextRef, KbqToggleSelectAllOptions, KbqUnitSystem, KeyboardNavigationHandler, ListKeyManagerModifierKey, ListKeyManagerOption };