@koobiq/components 18.27.0 → 18.29.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 (408) hide show
  1. package/accordion/accordion-trigger.component.scss +2 -0
  2. package/actions-panel/actions-panel-container.scss +4 -1
  3. package/actions-panel/actions-panel-tokens.scss +2 -1
  4. package/breadcrumbs/breadcrumbs.d.ts +1 -1
  5. package/checkbox/checkbox.scss +2 -0
  6. package/core/common-behaviors/clipboard.d.ts +12 -0
  7. package/core/common-behaviors/index.d.ts +1 -0
  8. package/core/formatters/filesize/config.d.ts +66 -0
  9. package/core/formatters/filesize/formatter.d.ts +17 -0
  10. package/core/{utils/data-size → formatters/filesize}/index.d.ts +1 -1
  11. package/core/formatters/filesize/size.d.ts +36 -0
  12. package/core/formatters/index.d.ts +3 -1
  13. package/core/formatters/number/formatter.d.ts +13 -4
  14. package/core/locales/formatters.d.ts +9 -1
  15. package/core/locales/locale-service.d.ts +9 -1
  16. package/core/locales/types.d.ts +14 -0
  17. package/core/styles/theming/_components-theming.scss +343 -206
  18. package/core/utils/public-api.d.ts +0 -1
  19. package/datepicker/calendar.scss +2 -0
  20. package/datepicker/datepicker-module.d.ts +1 -1
  21. package/datepicker/datepicker-tokens.scss +1 -1
  22. package/dropdown/dropdown-item.component.d.ts +3 -1
  23. package/empty-state/empty-state.module.d.ts +1 -1
  24. package/esm2022/accordion/accordion-content.mjs +4 -4
  25. package/esm2022/accordion/accordion-header.mjs +4 -4
  26. package/esm2022/accordion/accordion-item.mjs +4 -4
  27. package/esm2022/accordion/accordion-trigger.component.mjs +6 -6
  28. package/esm2022/accordion/accordion.component.mjs +4 -4
  29. package/esm2022/accordion/accordion.module.mjs +5 -5
  30. package/esm2022/actions-panel/actions-panel-container.mjs +6 -6
  31. package/esm2022/actions-panel/actions-panel.mjs +13 -13
  32. package/esm2022/actions-panel/module.mjs +5 -5
  33. package/esm2022/alert/alert.component.mjs +13 -13
  34. package/esm2022/alert/alert.module.mjs +5 -5
  35. package/esm2022/autocomplete/autocomplete-origin.directive.mjs +4 -4
  36. package/esm2022/autocomplete/autocomplete-trigger.directive.mjs +4 -4
  37. package/esm2022/autocomplete/autocomplete.component.mjs +4 -4
  38. package/esm2022/autocomplete/autocomplete.module.mjs +5 -5
  39. package/esm2022/badge/badge.component.mjs +10 -10
  40. package/esm2022/badge/badge.module.mjs +5 -5
  41. package/esm2022/breadcrumbs/breadcrumbs.mjs +17 -17
  42. package/esm2022/breadcrumbs/breadcrumbs.module.mjs +5 -5
  43. package/esm2022/button/button.component.mjs +7 -7
  44. package/esm2022/button/button.dropdown-trigger.directive.mjs +4 -4
  45. package/esm2022/button/button.module.mjs +5 -5
  46. package/esm2022/button-toggle/button-toggle.component.mjs +7 -7
  47. package/esm2022/button-toggle/button-toggle.module.mjs +5 -5
  48. package/esm2022/checkbox/checkbox-module.mjs +5 -5
  49. package/esm2022/checkbox/checkbox-required-validator.mjs +4 -4
  50. package/esm2022/checkbox/checkbox.mjs +5 -5
  51. package/esm2022/code-block/code-block-highlight.mjs +4 -4
  52. package/esm2022/code-block/code-block.mjs +4 -4
  53. package/esm2022/code-block/code-block.module.mjs +5 -5
  54. package/esm2022/core/common-behaviors/clipboard.mjs +31 -0
  55. package/esm2022/core/common-behaviors/color.mjs +4 -4
  56. package/esm2022/core/common-behaviors/common-module.mjs +5 -5
  57. package/esm2022/core/common-behaviors/index.mjs +2 -1
  58. package/esm2022/core/error/error-state-matcher.mjs +10 -10
  59. package/esm2022/core/formatters/date/formatter.mjs +4 -4
  60. package/esm2022/core/formatters/date/formatter.pipe.mjs +79 -79
  61. package/esm2022/core/formatters/filesize/config.mjs +32 -0
  62. package/esm2022/core/formatters/filesize/formatter.mjs +46 -0
  63. package/esm2022/core/formatters/filesize/index.mjs +4 -0
  64. package/esm2022/core/formatters/filesize/size.mjs +67 -0
  65. package/esm2022/core/formatters/index.mjs +15 -9
  66. package/esm2022/core/formatters/number/formatter.mjs +38 -36
  67. package/esm2022/core/forms/forms-module.mjs +5 -5
  68. package/esm2022/core/forms/forms.directive.mjs +7 -7
  69. package/esm2022/core/highlight/highlight.pipe.mjs +4 -4
  70. package/esm2022/core/highlight/index.mjs +5 -5
  71. package/esm2022/core/line/line.mjs +8 -8
  72. package/esm2022/core/locales/formatters.mjs +21 -13
  73. package/esm2022/core/locales/locale-service.mjs +4 -4
  74. package/esm2022/core/locales/locale-service.module.mjs +5 -5
  75. package/esm2022/core/locales/types.mjs +1 -1
  76. package/esm2022/core/option/action.mjs +4 -4
  77. package/esm2022/core/option/optgroup.mjs +4 -4
  78. package/esm2022/core/option/option-module.mjs +5 -5
  79. package/esm2022/core/option/option.mjs +4 -4
  80. package/esm2022/core/pop-up/pop-up-trigger.mjs +4 -4
  81. package/esm2022/core/pop-up/pop-up.mjs +4 -4
  82. package/esm2022/core/select/common.mjs +16 -16
  83. package/esm2022/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +4 -4
  84. package/esm2022/core/selection/pseudo-checkbox/pseudo-checkbox.module.mjs +5 -5
  85. package/esm2022/core/services/measure-scrollbar.service.mjs +4 -4
  86. package/esm2022/core/services/theme.service.mjs +4 -4
  87. package/esm2022/core/utils/public-api.mjs +1 -2
  88. package/esm2022/core/version.mjs +2 -2
  89. package/esm2022/datepicker/calendar-body.component.mjs +4 -4
  90. package/esm2022/datepicker/calendar-header.component.mjs +4 -4
  91. package/esm2022/datepicker/calendar.component.mjs +6 -5
  92. package/esm2022/datepicker/datepicker-input.directive.mjs +4 -4
  93. package/esm2022/datepicker/datepicker-intl.mjs +4 -4
  94. package/esm2022/datepicker/datepicker-module.mjs +5 -8
  95. package/esm2022/datepicker/datepicker-toggle.component.mjs +7 -7
  96. package/esm2022/datepicker/datepicker.component.mjs +8 -8
  97. package/esm2022/datepicker/month-view.component.mjs +4 -4
  98. package/esm2022/divider/divider.component.mjs +4 -4
  99. package/esm2022/divider/divider.module.mjs +5 -5
  100. package/esm2022/dl/dl.component.mjs +10 -10
  101. package/esm2022/dl/dl.module.mjs +5 -5
  102. package/esm2022/dropdown/dropdown-content.directive.mjs +4 -4
  103. package/esm2022/dropdown/dropdown-item.component.mjs +9 -7
  104. package/esm2022/dropdown/dropdown-trigger.directive.mjs +4 -4
  105. package/esm2022/dropdown/dropdown.component.mjs +4 -4
  106. package/esm2022/dropdown/dropdown.module.mjs +5 -5
  107. package/esm2022/ellipsis-center/ellipsis-center.directive.mjs +8 -8
  108. package/esm2022/empty-state/empty-state.component.mjs +16 -16
  109. package/esm2022/empty-state/empty-state.module.mjs +5 -7
  110. package/esm2022/file-upload/file-drop.mjs +4 -4
  111. package/esm2022/file-upload/file-upload.module.mjs +5 -5
  112. package/esm2022/file-upload/multiple-file-upload.component.mjs +5 -5
  113. package/esm2022/file-upload/single-file-upload.component.mjs +5 -5
  114. package/esm2022/filter-bar/filter-bar-button.mjs +4 -4
  115. package/esm2022/filter-bar/filter-bar.mjs +11 -7
  116. package/esm2022/filter-bar/filter-bar.module.mjs +5 -5
  117. package/esm2022/filter-bar/filter-bar.types.mjs +32 -1
  118. package/esm2022/filter-bar/filter-refresher.mjs +4 -4
  119. package/esm2022/filter-bar/filter-reset.mjs +4 -4
  120. package/esm2022/filter-bar/filter-search.mjs +4 -4
  121. package/esm2022/filter-bar/filters.mjs +27 -20
  122. package/esm2022/filter-bar/pipe-add.mjs +4 -4
  123. package/esm2022/filter-bar/pipe.directive.mjs +4 -4
  124. package/esm2022/filter-bar/pipes/base-pipe.mjs +11 -9
  125. package/esm2022/filter-bar/pipes/pipe-button.mjs +8 -8
  126. package/esm2022/filter-bar/pipes/pipe-date.mjs +6 -6
  127. package/esm2022/filter-bar/pipes/pipe-datetime.mjs +6 -6
  128. package/esm2022/filter-bar/pipes/pipe-multi-select.mjs +38 -12
  129. package/esm2022/filter-bar/pipes/pipe-multi-tree-select.mjs +234 -0
  130. package/esm2022/filter-bar/pipes/pipe-readonly.mjs +13 -16
  131. package/esm2022/filter-bar/pipes/pipe-select.mjs +15 -6
  132. package/esm2022/filter-bar/pipes/pipe-state.mjs +7 -7
  133. package/esm2022/filter-bar/pipes/pipe-text.mjs +6 -6
  134. package/esm2022/filter-bar/pipes/pipe-title.mjs +4 -4
  135. package/esm2022/filter-bar/pipes/pipe-tree-select.mjs +136 -0
  136. package/esm2022/filter-bar/public-api.mjs +2 -1
  137. package/esm2022/form-field/cleaner.mjs +4 -4
  138. package/esm2022/form-field/form-field.mjs +12 -12
  139. package/esm2022/form-field/form-field.module.mjs +5 -5
  140. package/esm2022/form-field/hint.mjs +4 -4
  141. package/esm2022/form-field/password-hint.mjs +9 -7
  142. package/esm2022/form-field/password-toggle.mjs +4 -4
  143. package/esm2022/form-field/prefix.mjs +4 -4
  144. package/esm2022/form-field/stepper.mjs +4 -4
  145. package/esm2022/form-field/suffix.mjs +4 -4
  146. package/esm2022/form-field/validate.directive.mjs +4 -4
  147. package/esm2022/icon/icon-button.component.mjs +4 -4
  148. package/esm2022/icon/icon-item.component.mjs +4 -4
  149. package/esm2022/icon/icon.component.mjs +4 -4
  150. package/esm2022/icon/icon.module.mjs +5 -5
  151. package/esm2022/input/input-number-validators.mjs +7 -7
  152. package/esm2022/input/input-number.mjs +13 -12
  153. package/esm2022/input/input-password.mjs +4 -4
  154. package/esm2022/input/input.mjs +7 -7
  155. package/esm2022/input/input.module.mjs +5 -5
  156. package/esm2022/link/link.component.mjs +4 -4
  157. package/esm2022/link/link.module.mjs +5 -5
  158. package/esm2022/list/list-selection.component.mjs +10 -10
  159. package/esm2022/list/list.component.mjs +7 -7
  160. package/esm2022/list/list.module.mjs +5 -5
  161. package/esm2022/loader-overlay/loader-overlay.component.mjs +13 -13
  162. package/esm2022/loader-overlay/loader-overlay.module.mjs +5 -5
  163. package/esm2022/markdown/markdown.component.mjs +6 -6
  164. package/esm2022/markdown/markdown.module.mjs +5 -5
  165. package/esm2022/markdown/markdown.service.mjs +4 -4
  166. package/esm2022/modal/css-unit.pipe.mjs +4 -4
  167. package/esm2022/modal/modal-control.service.mjs +4 -4
  168. package/esm2022/modal/modal.component.mjs +4 -4
  169. package/esm2022/modal/modal.directive.mjs +13 -13
  170. package/esm2022/modal/modal.module.mjs +5 -5
  171. package/esm2022/modal/modal.service.mjs +4 -4
  172. package/esm2022/modal/modal.type.mjs +1 -1
  173. package/esm2022/navbar/navbar-item.component.mjs +28 -28
  174. package/esm2022/navbar/navbar.component.mjs +10 -10
  175. package/esm2022/navbar/navbar.module.mjs +5 -5
  176. package/esm2022/navbar/vertical-navbar.component.mjs +4 -4
  177. package/esm2022/overflow-items/module.mjs +5 -5
  178. package/esm2022/overflow-items/overflow-items.mjs +15 -15
  179. package/esm2022/popover/popover-confirm.component.mjs +7 -7
  180. package/esm2022/popover/popover.component.mjs +7 -7
  181. package/esm2022/popover/popover.module.mjs +5 -5
  182. package/esm2022/progress-bar/progress-bar.component.mjs +10 -10
  183. package/esm2022/progress-bar/progress-bar.module.mjs +5 -5
  184. package/esm2022/progress-spinner/progress-spinner.component.mjs +10 -10
  185. package/esm2022/progress-spinner/progress-spinner.module.mjs +5 -5
  186. package/esm2022/radio/radio.component.mjs +7 -7
  187. package/esm2022/radio/radio.module.mjs +5 -5
  188. package/esm2022/risk-level/risk-level.component.mjs +4 -4
  189. package/esm2022/risk-level/risk-level.module.mjs +5 -5
  190. package/esm2022/scrollbar/scrollbar.component.mjs +4 -4
  191. package/esm2022/scrollbar/scrollbar.directive.mjs +4 -4
  192. package/esm2022/scrollbar/scrollbar.module.mjs +5 -5
  193. package/esm2022/select/select-option.directive.mjs +4 -4
  194. package/esm2022/select/select.component.mjs +9 -6
  195. package/esm2022/select/select.module.mjs +5 -5
  196. package/esm2022/sidebar/sidebar.component.mjs +18 -12
  197. package/esm2022/sidebar/sidebar.module.mjs +5 -5
  198. package/esm2022/sidepanel/sidepanel-container.component.mjs +4 -4
  199. package/esm2022/sidepanel/sidepanel-directives.mjs +16 -16
  200. package/esm2022/sidepanel/sidepanel.module.mjs +5 -5
  201. package/esm2022/sidepanel/sidepanel.service.mjs +4 -4
  202. package/esm2022/splitter/splitter.component.mjs +13 -13
  203. package/esm2022/splitter/splitter.module.mjs +5 -5
  204. package/esm2022/table/table.component.mjs +7 -7
  205. package/esm2022/table/table.module.mjs +5 -5
  206. package/esm2022/tabs/paginated-tab-header.mjs +4 -4
  207. package/esm2022/tabs/tab-body.component.mjs +7 -7
  208. package/esm2022/tabs/tab-content.directive.mjs +4 -4
  209. package/esm2022/tabs/tab-group.component.mjs +16 -16
  210. package/esm2022/tabs/tab-header.component.mjs +4 -4
  211. package/esm2022/tabs/tab-label-wrapper.directive.mjs +4 -4
  212. package/esm2022/tabs/tab-label.directive.mjs +4 -4
  213. package/esm2022/tabs/tab-nav-bar.mjs +13 -13
  214. package/esm2022/tabs/tab.component.mjs +4 -4
  215. package/esm2022/tabs/tabs.module.mjs +5 -5
  216. package/esm2022/tags/tag-input.mjs +4 -4
  217. package/esm2022/tags/tag-list.component.mjs +5 -5
  218. package/esm2022/tags/tag.component.mjs +13 -13
  219. package/esm2022/tags/tag.module.mjs +5 -5
  220. package/esm2022/textarea/textarea.component.mjs +8 -7
  221. package/esm2022/textarea/textarea.module.mjs +5 -5
  222. package/esm2022/timepicker/timepicker.directive.mjs +4 -4
  223. package/esm2022/timepicker/timepicker.module.mjs +5 -5
  224. package/esm2022/timezone/cities-by-filter.pipe.mjs +4 -4
  225. package/esm2022/timezone/timezone-option.component.mjs +4 -4
  226. package/esm2022/timezone/timezone-option.directive.mjs +4 -4
  227. package/esm2022/timezone/timezone-select.component.mjs +9 -9
  228. package/esm2022/timezone/timezone.module.mjs +5 -5
  229. package/esm2022/timezone/utc-offset.pipe.mjs +4 -4
  230. package/esm2022/title/title.directive.mjs +4 -4
  231. package/esm2022/title/title.module.mjs +5 -5
  232. package/esm2022/toast/toast-container.component.mjs +4 -4
  233. package/esm2022/toast/toast.component.mjs +7 -7
  234. package/esm2022/toast/toast.module.mjs +5 -5
  235. package/esm2022/toast/toast.service.mjs +4 -4
  236. package/esm2022/toggle/toggle.component.mjs +4 -4
  237. package/esm2022/toggle/toggle.module.mjs +5 -5
  238. package/esm2022/tooltip/tooltip.component.mjs +13 -13
  239. package/esm2022/tooltip/tooltip.module.mjs +5 -5
  240. package/esm2022/top-bar/module.mjs +5 -5
  241. package/esm2022/top-bar/top-bar.mjs +10 -10
  242. package/esm2022/tree/control/flat-tree-control.filters.mjs +10 -2
  243. package/esm2022/tree/node.mjs +4 -4
  244. package/esm2022/tree/outlet.mjs +4 -4
  245. package/esm2022/tree/padding.directive.mjs +4 -4
  246. package/esm2022/tree/toggle.mjs +10 -10
  247. package/esm2022/tree/tree-base.mjs +7 -7
  248. package/esm2022/tree/tree-option.component.mjs +11 -7
  249. package/esm2022/tree/tree-selection.component.mjs +6 -4
  250. package/esm2022/tree/tree.mjs +4 -4
  251. package/esm2022/tree/tree.module.mjs +5 -5
  252. package/esm2022/tree-select/tree-select.component.mjs +11 -7
  253. package/esm2022/tree-select/tree-select.module.mjs +5 -5
  254. package/fesm2022/koobiq-components-accordion.mjs +21 -21
  255. package/fesm2022/koobiq-components-accordion.mjs.map +1 -1
  256. package/fesm2022/koobiq-components-actions-panel.mjs +21 -21
  257. package/fesm2022/koobiq-components-actions-panel.mjs.map +1 -1
  258. package/fesm2022/koobiq-components-alert.mjs +16 -16
  259. package/fesm2022/koobiq-components-alert.mjs.map +1 -1
  260. package/fesm2022/koobiq-components-autocomplete.mjs +13 -13
  261. package/fesm2022/koobiq-components-autocomplete.mjs.map +1 -1
  262. package/fesm2022/koobiq-components-badge.mjs +13 -13
  263. package/fesm2022/koobiq-components-badge.mjs.map +1 -1
  264. package/fesm2022/koobiq-components-breadcrumbs.mjs +20 -20
  265. package/fesm2022/koobiq-components-breadcrumbs.mjs.map +1 -1
  266. package/fesm2022/koobiq-components-button-toggle.mjs +10 -10
  267. package/fesm2022/koobiq-components-button-toggle.mjs.map +1 -1
  268. package/fesm2022/koobiq-components-button.mjs +13 -13
  269. package/fesm2022/koobiq-components-button.mjs.map +1 -1
  270. package/fesm2022/koobiq-components-checkbox.mjs +11 -11
  271. package/fesm2022/koobiq-components-checkbox.mjs.map +1 -1
  272. package/fesm2022/koobiq-components-code-block.mjs +10 -10
  273. package/fesm2022/koobiq-components-code-block.mjs.map +1 -1
  274. package/fesm2022/koobiq-components-core.mjs +410 -322
  275. package/fesm2022/koobiq-components-core.mjs.map +1 -1
  276. package/fesm2022/koobiq-components-datepicker.mjs +37 -39
  277. package/fesm2022/koobiq-components-datepicker.mjs.map +1 -1
  278. package/fesm2022/koobiq-components-divider.mjs +7 -7
  279. package/fesm2022/koobiq-components-divider.mjs.map +1 -1
  280. package/fesm2022/koobiq-components-dl.mjs +13 -13
  281. package/fesm2022/koobiq-components-dl.mjs.map +1 -1
  282. package/fesm2022/koobiq-components-dropdown.mjs +21 -19
  283. package/fesm2022/koobiq-components-dropdown.mjs.map +1 -1
  284. package/fesm2022/koobiq-components-ellipsis-center.mjs +7 -7
  285. package/fesm2022/koobiq-components-ellipsis-center.mjs.map +1 -1
  286. package/fesm2022/koobiq-components-empty-state.mjs +19 -21
  287. package/fesm2022/koobiq-components-empty-state.mjs.map +1 -1
  288. package/fesm2022/koobiq-components-file-upload.mjs +15 -15
  289. package/fesm2022/koobiq-components-file-upload.mjs.map +1 -1
  290. package/fesm2022/koobiq-components-filter-bar.mjs +521 -130
  291. package/fesm2022/koobiq-components-filter-bar.mjs.map +1 -1
  292. package/fesm2022/koobiq-components-form-field.mjs +44 -42
  293. package/fesm2022/koobiq-components-form-field.mjs.map +1 -1
  294. package/fesm2022/koobiq-components-icon.mjs +13 -13
  295. package/fesm2022/koobiq-components-icon.mjs.map +1 -1
  296. package/fesm2022/koobiq-components-input.mjs +32 -31
  297. package/fesm2022/koobiq-components-input.mjs.map +1 -1
  298. package/fesm2022/koobiq-components-link.mjs +7 -7
  299. package/fesm2022/koobiq-components-link.mjs.map +1 -1
  300. package/fesm2022/koobiq-components-list.mjs +19 -19
  301. package/fesm2022/koobiq-components-list.mjs.map +1 -1
  302. package/fesm2022/koobiq-components-loader-overlay.mjs +16 -16
  303. package/fesm2022/koobiq-components-loader-overlay.mjs.map +1 -1
  304. package/fesm2022/koobiq-components-markdown.mjs +12 -12
  305. package/fesm2022/koobiq-components-markdown.mjs.map +1 -1
  306. package/fesm2022/koobiq-components-modal.mjs +28 -28
  307. package/fesm2022/koobiq-components-modal.mjs.map +1 -1
  308. package/fesm2022/koobiq-components-navbar.mjs +43 -43
  309. package/fesm2022/koobiq-components-navbar.mjs.map +1 -1
  310. package/fesm2022/koobiq-components-overflow-items.mjs +18 -18
  311. package/fesm2022/koobiq-components-overflow-items.mjs.map +1 -1
  312. package/fesm2022/koobiq-components-popover.mjs +16 -16
  313. package/fesm2022/koobiq-components-popover.mjs.map +1 -1
  314. package/fesm2022/koobiq-components-progress-bar.mjs +13 -13
  315. package/fesm2022/koobiq-components-progress-bar.mjs.map +1 -1
  316. package/fesm2022/koobiq-components-progress-spinner.mjs +13 -13
  317. package/fesm2022/koobiq-components-progress-spinner.mjs.map +1 -1
  318. package/fesm2022/koobiq-components-radio.mjs +10 -10
  319. package/fesm2022/koobiq-components-radio.mjs.map +1 -1
  320. package/fesm2022/koobiq-components-risk-level.mjs +7 -7
  321. package/fesm2022/koobiq-components-risk-level.mjs.map +1 -1
  322. package/fesm2022/koobiq-components-scrollbar.mjs +10 -10
  323. package/fesm2022/koobiq-components-scrollbar.mjs.map +1 -1
  324. package/fesm2022/koobiq-components-select.mjs +15 -12
  325. package/fesm2022/koobiq-components-select.mjs.map +1 -1
  326. package/fesm2022/koobiq-components-sidebar.mjs +21 -15
  327. package/fesm2022/koobiq-components-sidebar.mjs.map +1 -1
  328. package/fesm2022/koobiq-components-sidepanel.mjs +25 -25
  329. package/fesm2022/koobiq-components-sidepanel.mjs.map +1 -1
  330. package/fesm2022/koobiq-components-splitter.mjs +16 -16
  331. package/fesm2022/koobiq-components-splitter.mjs.map +1 -1
  332. package/fesm2022/koobiq-components-table.mjs +10 -10
  333. package/fesm2022/koobiq-components-table.mjs.map +1 -1
  334. package/fesm2022/koobiq-components-tabs.mjs +55 -55
  335. package/fesm2022/koobiq-components-tabs.mjs.map +1 -1
  336. package/fesm2022/koobiq-components-tags.mjs +23 -23
  337. package/fesm2022/koobiq-components-tags.mjs.map +1 -1
  338. package/fesm2022/koobiq-components-textarea.mjs +11 -10
  339. package/fesm2022/koobiq-components-textarea.mjs.map +1 -1
  340. package/fesm2022/koobiq-components-timepicker.mjs +7 -7
  341. package/fesm2022/koobiq-components-timepicker.mjs.map +1 -1
  342. package/fesm2022/koobiq-components-timezone.mjs +24 -24
  343. package/fesm2022/koobiq-components-timezone.mjs.map +1 -1
  344. package/fesm2022/koobiq-components-title.mjs +7 -7
  345. package/fesm2022/koobiq-components-title.mjs.map +1 -1
  346. package/fesm2022/koobiq-components-toast.mjs +16 -16
  347. package/fesm2022/koobiq-components-toast.mjs.map +1 -1
  348. package/fesm2022/koobiq-components-toggle.mjs +7 -7
  349. package/fesm2022/koobiq-components-toggle.mjs.map +1 -1
  350. package/fesm2022/koobiq-components-tooltip.mjs +16 -16
  351. package/fesm2022/koobiq-components-tooltip.mjs.map +1 -1
  352. package/fesm2022/koobiq-components-top-bar.mjs +13 -13
  353. package/fesm2022/koobiq-components-top-bar.mjs.map +1 -1
  354. package/fesm2022/koobiq-components-tree-select.mjs +14 -10
  355. package/fesm2022/koobiq-components-tree-select.mjs.map +1 -1
  356. package/fesm2022/koobiq-components-tree.mjs +54 -40
  357. package/fesm2022/koobiq-components-tree.mjs.map +1 -1
  358. package/file-upload/_file-upload-theme.scss +94 -17
  359. package/file-upload/file-upload-tokens.scss +5 -0
  360. package/file-upload/single-file-upload.component.scss +1 -0
  361. package/filter-bar/filter-bar.d.ts +4 -2
  362. package/filter-bar/filter-bar.types.d.ts +33 -5
  363. package/filter-bar/filters.d.ts +3 -2
  364. package/filter-bar/filters.scss +4 -0
  365. package/filter-bar/pipes/base-pipe.d.ts +3 -1
  366. package/filter-bar/pipes/base-pipe.scss +2 -1
  367. package/filter-bar/pipes/pipe-multi-select.d.ts +10 -3
  368. package/filter-bar/pipes/pipe-multi-tree-select.d.ts +57 -0
  369. package/filter-bar/pipes/pipe-multi-tree-select.scss +19 -0
  370. package/filter-bar/pipes/pipe-readonly.scss +18 -0
  371. package/filter-bar/pipes/pipe-select.d.ts +5 -2
  372. package/filter-bar/pipes/pipe-state.d.ts +1 -1
  373. package/filter-bar/pipes/pipe-tree-select.d.ts +41 -0
  374. package/filter-bar/pipes/pipe-tree-select.scss +9 -0
  375. package/filter-bar/public-api.d.ts +1 -0
  376. package/form-field/_form-field-theme.scss +12 -12
  377. package/form-field/form-field.scss +58 -61
  378. package/input/_input-theme.scss +6 -0
  379. package/input/input-number.d.ts +1 -0
  380. package/markdown/markdown.scss +1 -1
  381. package/modal/modal.type.d.ts +1 -1
  382. package/overflow-items/overflow-items.d.ts +1 -1
  383. package/package.json +6 -6
  384. package/prebuilt-themes/dark-theme.css +1 -1
  385. package/prebuilt-themes/light-theme.css +1 -1
  386. package/prebuilt-themes/theme.css +1 -1
  387. package/schematics/migrations/css-selectors/README.md +1 -1
  388. package/schematics/migrations/deprecated-icons/README.md +3 -3
  389. package/schematics/migrations/empty-state-size-attr/README.md +2 -2
  390. package/schematics/migrations/loader-overlay-size-attr/README.md +2 -2
  391. package/schematics/migrations/new-icons-pack/README.md +3 -3
  392. package/schematics/ng-add/index.js +8 -8
  393. package/select/_select-theme.scss +1 -1
  394. package/select/select.scss +2 -0
  395. package/tabs/tab-nav-bar.d.ts +1 -1
  396. package/tags/_tag-theme.scss +5 -0
  397. package/tags/tag-tokens.scss +17 -0
  398. package/textarea/textarea.component.d.ts +1 -1
  399. package/toast/toast.component.scss +2 -1
  400. package/tree/control/flat-tree-control.filters.d.ts +1 -0
  401. package/tree/tree-option.component.d.ts +3 -1
  402. package/core/utils/data-size/config.d.ts +0 -38
  403. package/core/utils/data-size/data-size.pipe.d.ts +0 -14
  404. package/core/utils/data-size/size.d.ts +0 -15
  405. package/esm2022/core/utils/data-size/config.mjs +0 -10
  406. package/esm2022/core/utils/data-size/data-size.pipe.mjs +0 -45
  407. package/esm2022/core/utils/data-size/index.mjs +0 -4
  408. package/esm2022/core/utils/data-size/size.mjs +0 -43
@@ -108,6 +108,35 @@ const kbqSelectAnimations = {
108
108
  const transformPanel = kbqSelectAnimations.transformPanel;
109
109
  const fadeInContent = kbqSelectAnimations.fadeInContent;
110
110
 
111
+ class KbqNormalizeWhitespace {
112
+ constructor() {
113
+ /** @docs-private */
114
+ this.elementRef = inject(ElementRef);
115
+ }
116
+ /**
117
+ * Replace thin-space with space on copy event
118
+ */
119
+ onCopy($event) {
120
+ const value = this.elementRef.nativeElement.value || this.elementRef.nativeElement.textContent;
121
+ if ($event.type === 'copy' && value) {
122
+ $event.preventDefault();
123
+ $event.clipboardData?.setData('text', value?.replace(/\u2009/g, ' '));
124
+ }
125
+ }
126
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KbqNormalizeWhitespace, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
127
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: KbqNormalizeWhitespace, isStandalone: true, selector: "[kbqNormalizeWhitespace]", host: { listeners: { "copy": "onCopy($event)" } }, ngImport: i0 }); }
128
+ }
129
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KbqNormalizeWhitespace, decorators: [{
130
+ type: Directive,
131
+ args: [{
132
+ standalone: true,
133
+ selector: '[kbqNormalizeWhitespace]',
134
+ host: {
135
+ '(copy)': 'onCopy($event)'
136
+ }
137
+ }]
138
+ }] });
139
+
111
140
  var ThemePalette;
112
141
  (function (ThemePalette) {
113
142
  ThemePalette["Primary"] = "primary";
@@ -182,10 +211,10 @@ class KbqColorDirective {
182
211
  setDefaultColor(color) {
183
212
  this.defaultColor = color;
184
213
  }
185
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqColorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
186
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.6", type: KbqColorDirective, isStandalone: true, inputs: { color: "color" }, ngImport: i0 }); }
214
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KbqColorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
215
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: KbqColorDirective, isStandalone: true, inputs: { color: "color" }, ngImport: i0 }); }
187
216
  }
188
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqColorDirective, decorators: [{
217
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KbqColorDirective, decorators: [{
189
218
  type: Directive,
190
219
  args: [{ standalone: true }]
191
220
  }], ctorParameters: () => [], propDecorators: { color: [{
@@ -253,11 +282,11 @@ class KbqCommonModule {
253
282
  getWindow() {
254
283
  return this.document?.defaultView || window;
255
284
  }
256
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqCommonModule, deps: [{ token: KBQ_SANITY_CHECKS, optional: true }], target: i0.ɵɵFactoryTarget.NgModule }); }
257
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: KbqCommonModule, imports: [BidiModule], exports: [BidiModule] }); }
258
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqCommonModule, imports: [BidiModule, BidiModule] }); }
285
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KbqCommonModule, deps: [{ token: KBQ_SANITY_CHECKS, optional: true }], target: i0.ɵɵFactoryTarget.NgModule }); }
286
+ /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: KbqCommonModule, imports: [BidiModule], exports: [BidiModule] }); }
287
+ /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KbqCommonModule, imports: [BidiModule, BidiModule] }); }
259
288
  }
260
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqCommonModule, decorators: [{
289
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KbqCommonModule, decorators: [{
261
290
  type: NgModule,
262
291
  args: [{
263
292
  imports: [BidiModule],
@@ -364,10 +393,10 @@ class ShowOnFormSubmitErrorStateMatcher {
364
393
  isErrorState(control, form) {
365
394
  return !!(control?.invalid && form?.submitted);
366
395
  }
367
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: ShowOnFormSubmitErrorStateMatcher, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
368
- /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: ShowOnFormSubmitErrorStateMatcher }); }
396
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ShowOnFormSubmitErrorStateMatcher, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
397
+ /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ShowOnFormSubmitErrorStateMatcher }); }
369
398
  }
370
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: ShowOnFormSubmitErrorStateMatcher, decorators: [{
399
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ShowOnFormSubmitErrorStateMatcher, decorators: [{
371
400
  type: Injectable
372
401
  }] });
373
402
  /** Error state matcher that matches when a control is invalid and dirty or form is submitted. */
@@ -375,10 +404,10 @@ class ShowOnControlDirtyErrorStateMatcher {
375
404
  isErrorState(control, form) {
376
405
  return !!(control?.invalid && (control.dirty || form?.submitted));
377
406
  }
378
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: ShowOnControlDirtyErrorStateMatcher, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
379
- /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: ShowOnControlDirtyErrorStateMatcher }); }
407
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ShowOnControlDirtyErrorStateMatcher, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
408
+ /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ShowOnControlDirtyErrorStateMatcher }); }
380
409
  }
381
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: ShowOnControlDirtyErrorStateMatcher, decorators: [{
410
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ShowOnControlDirtyErrorStateMatcher, decorators: [{
382
411
  type: Injectable
383
412
  }] });
384
413
  /**
@@ -389,10 +418,10 @@ class ErrorStateMatcher {
389
418
  isErrorState(control, form) {
390
419
  return !!(control?.invalid && (control.touched || form?.submitted));
391
420
  }
392
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: ErrorStateMatcher, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
393
- /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: ErrorStateMatcher, providedIn: 'root' }); }
421
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ErrorStateMatcher, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
422
+ /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ErrorStateMatcher, providedIn: 'root' }); }
394
423
  }
395
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: ErrorStateMatcher, decorators: [{
424
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ErrorStateMatcher, decorators: [{
396
425
  type: Injectable,
397
426
  args: [{ providedIn: 'root' }]
398
427
  }] });
@@ -1079,14 +1108,18 @@ const esLAFormattersData = {
1079
1108
  million: 'M',
1080
1109
  billion: 'MRD',
1081
1110
  trillion: 'B'
1111
+ },
1112
+ decimal: {
1113
+ viewGroupSeparator: '\u2009'
1082
1114
  }
1083
1115
  }
1084
1116
  },
1085
1117
  input: {
1086
1118
  number: {
1087
1119
  // nbsp is generated automatically and used by default in spec
1088
- groupSeparator: [' ', ' '],
1089
- fractionSeparator: ','
1120
+ groupSeparator: [' ', ' ', '\u2009'],
1121
+ fractionSeparator: ',',
1122
+ viewGroupSeparator: '\u2009'
1090
1123
  }
1091
1124
  },
1092
1125
  sizeUnits: {
@@ -1094,12 +1127,12 @@ const esLAFormattersData = {
1094
1127
  defaultPrecision: 2,
1095
1128
  unitSystems: {
1096
1129
  SI: {
1097
- abbreviations: ['Б', 'КБ', 'МБ', 'ГБ', 'ТБ'],
1130
+ abbreviations: ['B', 'KB', 'MB', 'GB', 'TB'],
1098
1131
  base: 10,
1099
1132
  power: 3
1100
1133
  },
1101
1134
  IEC: {
1102
- abbreviations: ['Б', 'КиБ', 'МиБ', 'ГиБ', 'ТиБ'],
1135
+ abbreviations: ['B', 'KiB', 'MiB', 'GiB', 'TiB'],
1103
1136
  base: 2,
1104
1137
  power: 10
1105
1138
  }
@@ -1131,12 +1164,12 @@ const faIRFormattersData = {
1131
1164
  defaultPrecision: 2,
1132
1165
  unitSystems: {
1133
1166
  SI: {
1134
- abbreviations: ['Б', 'КБ', 'МБ', 'ГБ', 'ТБ'],
1167
+ abbreviations: ['B', 'KB', 'MB', 'GB', 'TB'],
1135
1168
  base: 10,
1136
1169
  power: 3
1137
1170
  },
1138
1171
  IEC: {
1139
- abbreviations: ['Б', 'КиБ', 'МиБ', 'ГиБ', 'ТиБ'],
1172
+ abbreviations: ['B', 'KiB', 'MiB', 'GiB', 'TiB'],
1140
1173
  base: 2,
1141
1174
  power: 10
1142
1175
  }
@@ -1167,12 +1200,12 @@ const ptBRFormattersData = {
1167
1200
  defaultPrecision: 2,
1168
1201
  unitSystems: {
1169
1202
  SI: {
1170
- abbreviations: ['Б', 'КБ', 'МБ', 'ГБ', 'ТБ'],
1203
+ abbreviations: ['B', 'KB', 'MB', 'GB', 'TB'],
1171
1204
  base: 10,
1172
1205
  power: 3
1173
1206
  },
1174
1207
  IEC: {
1175
- abbreviations: ['Б', 'КиБ', 'МиБ', 'ГиБ', 'ТиБ'],
1208
+ abbreviations: ['B', 'KiB', 'MiB', 'GiB', 'TiB'],
1176
1209
  base: 2,
1177
1210
  power: 10
1178
1211
  }
@@ -1189,15 +1222,19 @@ const ruRUFormattersData = {
1189
1222
  million: 'М',
1190
1223
  billion: 'М',
1191
1224
  trillion: 'Т'
1225
+ },
1226
+ decimal: {
1227
+ viewGroupSeparator: '\u2009'
1192
1228
  }
1193
1229
  }
1194
1230
  },
1195
1231
  input: {
1196
1232
  number: {
1197
1233
  // nbsp is generated automatically and used by default in spec
1198
- groupSeparator: [' ', ' '],
1234
+ groupSeparator: [' ', ' ', '\u2009'],
1199
1235
  fractionSeparator: ',',
1200
- startFormattingFrom: 4
1236
+ startFormattingFrom: 4,
1237
+ viewGroupSeparator: '\u2009'
1201
1238
  }
1202
1239
  },
1203
1240
  sizeUnits: {
@@ -1240,12 +1277,12 @@ const zhCNFormattersData = {
1240
1277
  defaultPrecision: 2,
1241
1278
  unitSystems: {
1242
1279
  SI: {
1243
- abbreviations: ['Б', 'КБ', 'МБ', 'ГБ', 'ТБ'],
1280
+ abbreviations: ['B', 'KB', 'MB', 'GB', 'TB'],
1244
1281
  base: 10,
1245
1282
  power: 3
1246
1283
  },
1247
1284
  IEC: {
1248
- abbreviations: ['Б', 'КиБ', 'МиБ', 'ГиБ', 'ТиБ'],
1285
+ abbreviations: ['B', 'KiB', 'MiB', 'GiB', 'TiB'],
1249
1286
  base: 2,
1250
1287
  power: 10
1251
1288
  }
@@ -1361,10 +1398,10 @@ class KbqLocaleService {
1361
1398
  getParams(componentName) {
1362
1399
  return this.current[componentName];
1363
1400
  }
1364
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqLocaleService, deps: [{ token: KBQ_LOCALE_ID, optional: true }, { token: KBQ_LOCALE_DATA, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
1365
- /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqLocaleService, providedIn: 'root' }); }
1401
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KbqLocaleService, deps: [{ token: KBQ_LOCALE_ID, optional: true }, { token: KBQ_LOCALE_DATA, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
1402
+ /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KbqLocaleService, providedIn: 'root' }); }
1366
1403
  }
1367
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqLocaleService, decorators: [{
1404
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KbqLocaleService, decorators: [{
1368
1405
  type: Injectable,
1369
1406
  args: [{ providedIn: 'root' }]
1370
1407
  }], ctorParameters: () => [{ type: undefined, decorators: [{
@@ -1444,13 +1481,13 @@ function checkAndNormalizeLocalizedNumber(num, locale) {
1444
1481
  }
1445
1482
 
1446
1483
  class KbqLocaleServiceModule {
1447
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqLocaleServiceModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1448
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: KbqLocaleServiceModule }); }
1449
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqLocaleServiceModule, providers: [
1484
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KbqLocaleServiceModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1485
+ /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: KbqLocaleServiceModule }); }
1486
+ /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KbqLocaleServiceModule, providers: [
1450
1487
  { provide: KBQ_LOCALE_SERVICE, useClass: KbqLocaleService }
1451
1488
  ] }); }
1452
1489
  }
1453
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqLocaleServiceModule, decorators: [{
1490
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KbqLocaleServiceModule, decorators: [{
1454
1491
  type: NgModule,
1455
1492
  args: [{
1456
1493
  providers: [
@@ -1466,10 +1503,10 @@ class DateFormatter extends DateFormatter$1 {
1466
1503
  this.localeService = inject(KBQ_LOCALE_SERVICE, { optional: true });
1467
1504
  this.localeService?.changes.pipe(takeUntilDestroyed()).subscribe((locale) => this.setLocale(locale));
1468
1505
  }
1469
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: DateFormatter, deps: [{ token: i1.DateAdapter }, { token: KBQ_DATE_LOCALE }], target: i0.ɵɵFactoryTarget.Injectable }); }
1470
- /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: DateFormatter }); }
1506
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DateFormatter, deps: [{ token: i1.DateAdapter }, { token: KBQ_DATE_LOCALE }], target: i0.ɵɵFactoryTarget.Injectable }); }
1507
+ /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DateFormatter }); }
1471
1508
  }
1472
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: DateFormatter, decorators: [{
1509
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DateFormatter, decorators: [{
1473
1510
  type: Injectable
1474
1511
  }], ctorParameters: () => [{ type: i1.DateAdapter }, { type: undefined, decorators: [{
1475
1512
  type: Inject,
@@ -1487,10 +1524,10 @@ class AbsoluteDateFormatterPipe extends BaseFormatterPipe {
1487
1524
  const date = this.adapter.deserialize(value);
1488
1525
  return date ? this.formatter.absoluteLongDate(date, currYear) : '';
1489
1526
  }
1490
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: AbsoluteDateFormatterPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
1491
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: AbsoluteDateFormatterPipe, isStandalone: true, name: "absoluteLongDate" }); }
1527
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: AbsoluteDateFormatterPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
1528
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: AbsoluteDateFormatterPipe, isStandalone: true, name: "absoluteLongDate" }); }
1492
1529
  }
1493
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: AbsoluteDateFormatterPipe, decorators: [{
1530
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: AbsoluteDateFormatterPipe, decorators: [{
1494
1531
  type: Pipe,
1495
1532
  args: [{
1496
1533
  standalone: true,
@@ -1499,10 +1536,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImpor
1499
1536
  }] });
1500
1537
  // eslint-disable-next-line @angular-eslint/use-pipe-transform-interface
1501
1538
  class AbsoluteDateFormatterImpurePipe extends AbsoluteDateFormatterPipe {
1502
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: AbsoluteDateFormatterImpurePipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
1503
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: AbsoluteDateFormatterImpurePipe, isStandalone: true, name: "absoluteLongDateImpurePipe", pure: false }); }
1539
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: AbsoluteDateFormatterImpurePipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
1540
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: AbsoluteDateFormatterImpurePipe, isStandalone: true, name: "absoluteLongDateImpurePipe", pure: false }); }
1504
1541
  }
1505
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: AbsoluteDateFormatterImpurePipe, decorators: [{
1542
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: AbsoluteDateFormatterImpurePipe, decorators: [{
1506
1543
  type: Pipe,
1507
1544
  args: [{
1508
1545
  standalone: true,
@@ -1515,10 +1552,10 @@ class AbsoluteDateTimeFormatterPipe extends BaseFormatterPipe {
1515
1552
  const date = this.adapter.deserialize(value);
1516
1553
  return date ? this.formatter.absoluteLongDateTime(date, options) : '';
1517
1554
  }
1518
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: AbsoluteDateTimeFormatterPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
1519
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: AbsoluteDateTimeFormatterPipe, isStandalone: true, name: "absoluteLongDateTime" }); }
1555
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: AbsoluteDateTimeFormatterPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
1556
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: AbsoluteDateTimeFormatterPipe, isStandalone: true, name: "absoluteLongDateTime" }); }
1520
1557
  }
1521
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: AbsoluteDateTimeFormatterPipe, decorators: [{
1558
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: AbsoluteDateTimeFormatterPipe, decorators: [{
1522
1559
  type: Pipe,
1523
1560
  args: [{
1524
1561
  standalone: true,
@@ -1527,10 +1564,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImpor
1527
1564
  }] });
1528
1565
  // eslint-disable-next-line @angular-eslint/use-pipe-transform-interface
1529
1566
  class AbsoluteDateTimeFormatterImpurePipe extends AbsoluteDateTimeFormatterPipe {
1530
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: AbsoluteDateTimeFormatterImpurePipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
1531
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: AbsoluteDateTimeFormatterImpurePipe, isStandalone: true, name: "absoluteLongDateTimeImpurePipe", pure: false }); }
1567
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: AbsoluteDateTimeFormatterImpurePipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
1568
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: AbsoluteDateTimeFormatterImpurePipe, isStandalone: true, name: "absoluteLongDateTimeImpurePipe", pure: false }); }
1532
1569
  }
1533
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: AbsoluteDateTimeFormatterImpurePipe, decorators: [{
1570
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: AbsoluteDateTimeFormatterImpurePipe, decorators: [{
1534
1571
  type: Pipe,
1535
1572
  args: [{
1536
1573
  standalone: true,
@@ -1543,10 +1580,10 @@ class AbsoluteDateShortFormatterPipe extends BaseFormatterPipe {
1543
1580
  const date = this.adapter.deserialize(value);
1544
1581
  return date ? this.formatter.absoluteShortDate(date, currYear) : '';
1545
1582
  }
1546
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: AbsoluteDateShortFormatterPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
1547
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: AbsoluteDateShortFormatterPipe, isStandalone: true, name: "absoluteShortDate" }); }
1583
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: AbsoluteDateShortFormatterPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
1584
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: AbsoluteDateShortFormatterPipe, isStandalone: true, name: "absoluteShortDate" }); }
1548
1585
  }
1549
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: AbsoluteDateShortFormatterPipe, decorators: [{
1586
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: AbsoluteDateShortFormatterPipe, decorators: [{
1550
1587
  type: Pipe,
1551
1588
  args: [{
1552
1589
  standalone: true,
@@ -1555,10 +1592,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImpor
1555
1592
  }] });
1556
1593
  // eslint-disable-next-line @angular-eslint/use-pipe-transform-interface
1557
1594
  class AbsoluteDateShortFormatterImpurePipe extends AbsoluteDateShortFormatterPipe {
1558
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: AbsoluteDateShortFormatterImpurePipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
1559
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: AbsoluteDateShortFormatterImpurePipe, isStandalone: true, name: "absoluteShortDateImpurePipe", pure: false }); }
1595
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: AbsoluteDateShortFormatterImpurePipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
1596
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: AbsoluteDateShortFormatterImpurePipe, isStandalone: true, name: "absoluteShortDateImpurePipe", pure: false }); }
1560
1597
  }
1561
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: AbsoluteDateShortFormatterImpurePipe, decorators: [{
1598
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: AbsoluteDateShortFormatterImpurePipe, decorators: [{
1562
1599
  type: Pipe,
1563
1600
  args: [{
1564
1601
  standalone: true,
@@ -1571,10 +1608,10 @@ class AbsoluteShortDateTimeFormatterPipe extends BaseFormatterPipe {
1571
1608
  const date = this.adapter.deserialize(value);
1572
1609
  return date ? this.formatter.absoluteShortDateTime(date, options) : '';
1573
1610
  }
1574
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: AbsoluteShortDateTimeFormatterPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
1575
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: AbsoluteShortDateTimeFormatterPipe, isStandalone: true, name: "absoluteShortDateTime" }); }
1611
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: AbsoluteShortDateTimeFormatterPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
1612
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: AbsoluteShortDateTimeFormatterPipe, isStandalone: true, name: "absoluteShortDateTime" }); }
1576
1613
  }
1577
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: AbsoluteShortDateTimeFormatterPipe, decorators: [{
1614
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: AbsoluteShortDateTimeFormatterPipe, decorators: [{
1578
1615
  type: Pipe,
1579
1616
  args: [{
1580
1617
  standalone: true,
@@ -1583,10 +1620,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImpor
1583
1620
  }] });
1584
1621
  // eslint-disable-next-line @angular-eslint/use-pipe-transform-interface
1585
1622
  class AbsoluteShortDateTimeFormatterImpurePipe extends AbsoluteShortDateTimeFormatterPipe {
1586
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: AbsoluteShortDateTimeFormatterImpurePipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
1587
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: AbsoluteShortDateTimeFormatterImpurePipe, isStandalone: true, name: "absoluteShortDateTimeImpurePipe", pure: false }); }
1623
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: AbsoluteShortDateTimeFormatterImpurePipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
1624
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: AbsoluteShortDateTimeFormatterImpurePipe, isStandalone: true, name: "absoluteShortDateTimeImpurePipe", pure: false }); }
1588
1625
  }
1589
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: AbsoluteShortDateTimeFormatterImpurePipe, decorators: [{
1626
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: AbsoluteShortDateTimeFormatterImpurePipe, decorators: [{
1590
1627
  type: Pipe,
1591
1628
  args: [{
1592
1629
  standalone: true,
@@ -1599,10 +1636,10 @@ class RelativeDateFormatterPipe extends BaseFormatterPipe {
1599
1636
  const date = this.adapter.deserialize(value);
1600
1637
  return date ? this.formatter.relativeLongDate(date) : '';
1601
1638
  }
1602
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RelativeDateFormatterPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
1603
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: RelativeDateFormatterPipe, isStandalone: true, name: "relativeLongDate" }); }
1639
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RelativeDateFormatterPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
1640
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: RelativeDateFormatterPipe, isStandalone: true, name: "relativeLongDate" }); }
1604
1641
  }
1605
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RelativeDateFormatterPipe, decorators: [{
1642
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RelativeDateFormatterPipe, decorators: [{
1606
1643
  type: Pipe,
1607
1644
  args: [{
1608
1645
  standalone: true,
@@ -1611,10 +1648,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImpor
1611
1648
  }] });
1612
1649
  // eslint-disable-next-line @angular-eslint/use-pipe-transform-interface
1613
1650
  class RelativeDateFormatterImpurePipe extends RelativeDateFormatterPipe {
1614
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RelativeDateFormatterImpurePipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
1615
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: RelativeDateFormatterImpurePipe, isStandalone: true, name: "relativeLongDateImpurePipe", pure: false }); }
1651
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RelativeDateFormatterImpurePipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
1652
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: RelativeDateFormatterImpurePipe, isStandalone: true, name: "relativeLongDateImpurePipe", pure: false }); }
1616
1653
  }
1617
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RelativeDateFormatterImpurePipe, decorators: [{
1654
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RelativeDateFormatterImpurePipe, decorators: [{
1618
1655
  type: Pipe,
1619
1656
  args: [{
1620
1657
  standalone: true,
@@ -1627,10 +1664,10 @@ class RelativeDateTimeFormatterPipe extends BaseFormatterPipe {
1627
1664
  const date = this.adapter.deserialize(value);
1628
1665
  return date ? this.formatter.relativeLongDateTime(date, options) : '';
1629
1666
  }
1630
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RelativeDateTimeFormatterPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
1631
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: RelativeDateTimeFormatterPipe, isStandalone: true, name: "relativeLongDateTime" }); }
1667
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RelativeDateTimeFormatterPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
1668
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: RelativeDateTimeFormatterPipe, isStandalone: true, name: "relativeLongDateTime" }); }
1632
1669
  }
1633
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RelativeDateTimeFormatterPipe, decorators: [{
1670
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RelativeDateTimeFormatterPipe, decorators: [{
1634
1671
  type: Pipe,
1635
1672
  args: [{
1636
1673
  standalone: true,
@@ -1639,10 +1676,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImpor
1639
1676
  }] });
1640
1677
  // eslint-disable-next-line @angular-eslint/use-pipe-transform-interface
1641
1678
  class RelativeDateTimeFormatterImpurePipe extends RelativeDateTimeFormatterPipe {
1642
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RelativeDateTimeFormatterImpurePipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
1643
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: RelativeDateTimeFormatterImpurePipe, isStandalone: true, name: "relativeLongDateTimeImpurePipe", pure: false }); }
1679
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RelativeDateTimeFormatterImpurePipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
1680
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: RelativeDateTimeFormatterImpurePipe, isStandalone: true, name: "relativeLongDateTimeImpurePipe", pure: false }); }
1644
1681
  }
1645
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RelativeDateTimeFormatterImpurePipe, decorators: [{
1682
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RelativeDateTimeFormatterImpurePipe, decorators: [{
1646
1683
  type: Pipe,
1647
1684
  args: [{
1648
1685
  standalone: true,
@@ -1655,10 +1692,10 @@ class RelativeShortDateFormatterPipe extends BaseFormatterPipe {
1655
1692
  const date = this.adapter.deserialize(value);
1656
1693
  return date ? this.formatter.relativeShortDate(date) : '';
1657
1694
  }
1658
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RelativeShortDateFormatterPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
1659
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: RelativeShortDateFormatterPipe, isStandalone: true, name: "relativeShortDate" }); }
1695
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RelativeShortDateFormatterPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
1696
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: RelativeShortDateFormatterPipe, isStandalone: true, name: "relativeShortDate" }); }
1660
1697
  }
1661
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RelativeShortDateFormatterPipe, decorators: [{
1698
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RelativeShortDateFormatterPipe, decorators: [{
1662
1699
  type: Pipe,
1663
1700
  args: [{
1664
1701
  standalone: true,
@@ -1667,10 +1704,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImpor
1667
1704
  }] });
1668
1705
  // eslint-disable-next-line @angular-eslint/use-pipe-transform-interface
1669
1706
  class RelativeShortDateFormatterImpurePipe extends RelativeShortDateFormatterPipe {
1670
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RelativeShortDateFormatterImpurePipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
1671
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: RelativeShortDateFormatterImpurePipe, isStandalone: true, name: "relativeShortDateImpurePipe", pure: false }); }
1707
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RelativeShortDateFormatterImpurePipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
1708
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: RelativeShortDateFormatterImpurePipe, isStandalone: true, name: "relativeShortDateImpurePipe", pure: false }); }
1672
1709
  }
1673
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RelativeShortDateFormatterImpurePipe, decorators: [{
1710
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RelativeShortDateFormatterImpurePipe, decorators: [{
1674
1711
  type: Pipe,
1675
1712
  args: [{
1676
1713
  standalone: true,
@@ -1683,10 +1720,10 @@ class RelativeShortDateTimeFormatterPipe extends BaseFormatterPipe {
1683
1720
  const date = this.adapter.deserialize(value);
1684
1721
  return date ? this.formatter.relativeShortDateTime(date, options) : '';
1685
1722
  }
1686
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RelativeShortDateTimeFormatterPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
1687
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: RelativeShortDateTimeFormatterPipe, isStandalone: true, name: "relativeShortDateTime" }); }
1723
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RelativeShortDateTimeFormatterPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
1724
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: RelativeShortDateTimeFormatterPipe, isStandalone: true, name: "relativeShortDateTime" }); }
1688
1725
  }
1689
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RelativeShortDateTimeFormatterPipe, decorators: [{
1726
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RelativeShortDateTimeFormatterPipe, decorators: [{
1690
1727
  type: Pipe,
1691
1728
  args: [{
1692
1729
  standalone: true,
@@ -1695,10 +1732,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImpor
1695
1732
  }] });
1696
1733
  // eslint-disable-next-line @angular-eslint/use-pipe-transform-interface
1697
1734
  class RelativeShortDateTimeFormatterImpurePipe extends RelativeShortDateTimeFormatterPipe {
1698
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RelativeShortDateTimeFormatterImpurePipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
1699
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: RelativeShortDateTimeFormatterImpurePipe, isStandalone: true, name: "relativeShortDateTimeImpurePipe", pure: false }); }
1735
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RelativeShortDateTimeFormatterImpurePipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
1736
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: RelativeShortDateTimeFormatterImpurePipe, isStandalone: true, name: "relativeShortDateTimeImpurePipe", pure: false }); }
1700
1737
  }
1701
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RelativeShortDateTimeFormatterImpurePipe, decorators: [{
1738
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RelativeShortDateTimeFormatterImpurePipe, decorators: [{
1702
1739
  type: Pipe,
1703
1740
  args: [{
1704
1741
  standalone: true,
@@ -1712,10 +1749,10 @@ class RangeDateFormatterPipe extends BaseFormatterPipe {
1712
1749
  const date2 = this.adapter.deserialize(value2);
1713
1750
  return this.formatter.rangeLongDate(date1, date2);
1714
1751
  }
1715
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RangeDateFormatterPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
1716
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: RangeDateFormatterPipe, isStandalone: true, name: "rangeLongDate" }); }
1752
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RangeDateFormatterPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
1753
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: RangeDateFormatterPipe, isStandalone: true, name: "rangeLongDate" }); }
1717
1754
  }
1718
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RangeDateFormatterPipe, decorators: [{
1755
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RangeDateFormatterPipe, decorators: [{
1719
1756
  type: Pipe,
1720
1757
  args: [{
1721
1758
  standalone: true,
@@ -1724,10 +1761,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImpor
1724
1761
  }] });
1725
1762
  // eslint-disable-next-line @angular-eslint/use-pipe-transform-interface
1726
1763
  class RangeDateFormatterImpurePipe extends RangeDateFormatterPipe {
1727
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RangeDateFormatterImpurePipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
1728
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: RangeDateFormatterImpurePipe, isStandalone: true, name: "rangeLongDateImpurePipe", pure: false }); }
1764
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RangeDateFormatterImpurePipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
1765
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: RangeDateFormatterImpurePipe, isStandalone: true, name: "rangeLongDateImpurePipe", pure: false }); }
1729
1766
  }
1730
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RangeDateFormatterImpurePipe, decorators: [{
1767
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RangeDateFormatterImpurePipe, decorators: [{
1731
1768
  type: Pipe,
1732
1769
  args: [{
1733
1770
  standalone: true,
@@ -1741,10 +1778,10 @@ class RangeShortDateFormatterPipe extends BaseFormatterPipe {
1741
1778
  const date2 = this.adapter.deserialize(value2);
1742
1779
  return this.formatter.rangeShortDate(date1, date2);
1743
1780
  }
1744
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RangeShortDateFormatterPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
1745
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: RangeShortDateFormatterPipe, isStandalone: true, name: "rangeShortDate" }); }
1781
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RangeShortDateFormatterPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
1782
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: RangeShortDateFormatterPipe, isStandalone: true, name: "rangeShortDate" }); }
1746
1783
  }
1747
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RangeShortDateFormatterPipe, decorators: [{
1784
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RangeShortDateFormatterPipe, decorators: [{
1748
1785
  type: Pipe,
1749
1786
  args: [{
1750
1787
  standalone: true,
@@ -1753,10 +1790,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImpor
1753
1790
  }] });
1754
1791
  // eslint-disable-next-line @angular-eslint/use-pipe-transform-interface
1755
1792
  class RangeShortDateFormatterImpurePipe extends RangeShortDateFormatterPipe {
1756
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RangeShortDateFormatterImpurePipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
1757
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: RangeShortDateFormatterImpurePipe, isStandalone: true, name: "rangeShortDateImpurePipe", pure: false }); }
1793
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RangeShortDateFormatterImpurePipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
1794
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: RangeShortDateFormatterImpurePipe, isStandalone: true, name: "rangeShortDateImpurePipe", pure: false }); }
1758
1795
  }
1759
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RangeShortDateFormatterImpurePipe, decorators: [{
1796
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RangeShortDateFormatterImpurePipe, decorators: [{
1760
1797
  type: Pipe,
1761
1798
  args: [{
1762
1799
  standalone: true,
@@ -1770,10 +1807,10 @@ class RangeDateTimeFormatterPipe extends BaseFormatterPipe {
1770
1807
  const date2 = this.adapter.deserialize(value2);
1771
1808
  return this.formatter.rangeLongDateTime(date1, date2, options);
1772
1809
  }
1773
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RangeDateTimeFormatterPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
1774
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: RangeDateTimeFormatterPipe, isStandalone: true, name: "rangeLongDateTime" }); }
1810
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RangeDateTimeFormatterPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
1811
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: RangeDateTimeFormatterPipe, isStandalone: true, name: "rangeLongDateTime" }); }
1775
1812
  }
1776
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RangeDateTimeFormatterPipe, decorators: [{
1813
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RangeDateTimeFormatterPipe, decorators: [{
1777
1814
  type: Pipe,
1778
1815
  args: [{
1779
1816
  standalone: true,
@@ -1782,10 +1819,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImpor
1782
1819
  }] });
1783
1820
  // eslint-disable-next-line @angular-eslint/use-pipe-transform-interface
1784
1821
  class RangeDateTimeFormatterImpurePipe extends RangeDateTimeFormatterPipe {
1785
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RangeDateTimeFormatterImpurePipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
1786
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: RangeDateTimeFormatterImpurePipe, isStandalone: true, name: "rangeLongDateTimeImpurePipe", pure: false }); }
1822
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RangeDateTimeFormatterImpurePipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
1823
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: RangeDateTimeFormatterImpurePipe, isStandalone: true, name: "rangeLongDateTimeImpurePipe", pure: false }); }
1787
1824
  }
1788
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RangeDateTimeFormatterImpurePipe, decorators: [{
1825
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RangeDateTimeFormatterImpurePipe, decorators: [{
1789
1826
  type: Pipe,
1790
1827
  args: [{
1791
1828
  standalone: true,
@@ -1799,10 +1836,10 @@ class RangeMiddleDateTimeFormatterPipe extends BaseFormatterPipe {
1799
1836
  const date2 = this.adapter.deserialize(value2);
1800
1837
  return this.formatter.rangeMiddleDateTime(date1, date2, options);
1801
1838
  }
1802
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RangeMiddleDateTimeFormatterPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
1803
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: RangeMiddleDateTimeFormatterPipe, isStandalone: true, name: "rangeMiddleDateTime" }); }
1839
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RangeMiddleDateTimeFormatterPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
1840
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: RangeMiddleDateTimeFormatterPipe, isStandalone: true, name: "rangeMiddleDateTime" }); }
1804
1841
  }
1805
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RangeMiddleDateTimeFormatterPipe, decorators: [{
1842
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RangeMiddleDateTimeFormatterPipe, decorators: [{
1806
1843
  type: Pipe,
1807
1844
  args: [{
1808
1845
  standalone: true,
@@ -1811,10 +1848,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImpor
1811
1848
  }] });
1812
1849
  // eslint-disable-next-line @angular-eslint/use-pipe-transform-interface
1813
1850
  class RangeMiddleDateTimeFormatterImpurePipe extends RangeMiddleDateTimeFormatterPipe {
1814
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RangeMiddleDateTimeFormatterImpurePipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
1815
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: RangeMiddleDateTimeFormatterImpurePipe, isStandalone: true, name: "rangeMiddleDateTimeImpurePipe", pure: false }); }
1851
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RangeMiddleDateTimeFormatterImpurePipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
1852
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: RangeMiddleDateTimeFormatterImpurePipe, isStandalone: true, name: "rangeMiddleDateTimeImpurePipe", pure: false }); }
1816
1853
  }
1817
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RangeMiddleDateTimeFormatterImpurePipe, decorators: [{
1854
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RangeMiddleDateTimeFormatterImpurePipe, decorators: [{
1818
1855
  type: Pipe,
1819
1856
  args: [{
1820
1857
  standalone: true,
@@ -1828,10 +1865,10 @@ class RangeShortDateTimeFormatterPipe extends BaseFormatterPipe {
1828
1865
  const date2 = this.adapter.deserialize(value2);
1829
1866
  return this.formatter.rangeShortDateTime(date1, date2, options);
1830
1867
  }
1831
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RangeShortDateTimeFormatterPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
1832
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: RangeShortDateTimeFormatterPipe, isStandalone: true, name: "rangeShortDateTime" }); }
1868
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RangeShortDateTimeFormatterPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
1869
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: RangeShortDateTimeFormatterPipe, isStandalone: true, name: "rangeShortDateTime" }); }
1833
1870
  }
1834
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RangeShortDateTimeFormatterPipe, decorators: [{
1871
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RangeShortDateTimeFormatterPipe, decorators: [{
1835
1872
  type: Pipe,
1836
1873
  args: [{
1837
1874
  standalone: true,
@@ -1840,10 +1877,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImpor
1840
1877
  }] });
1841
1878
  // eslint-disable-next-line @angular-eslint/use-pipe-transform-interface
1842
1879
  class RangeShortDateTimeFormatterImpurePipe extends RangeShortDateTimeFormatterPipe {
1843
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RangeShortDateTimeFormatterImpurePipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
1844
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: RangeShortDateTimeFormatterImpurePipe, isStandalone: true, name: "rangeShortDateTimeImpurePipe", pure: false }); }
1880
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RangeShortDateTimeFormatterImpurePipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
1881
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: RangeShortDateTimeFormatterImpurePipe, isStandalone: true, name: "rangeShortDateTimeImpurePipe", pure: false }); }
1845
1882
  }
1846
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RangeShortDateTimeFormatterImpurePipe, decorators: [{
1883
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RangeShortDateTimeFormatterImpurePipe, decorators: [{
1847
1884
  type: Pipe,
1848
1885
  args: [{
1849
1886
  standalone: true,
@@ -1852,6 +1889,36 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImpor
1852
1889
  }]
1853
1890
  }] });
1854
1891
 
1892
+ /**
1893
+ * @deprecated Will be removed in next major release. Use `KbqMeasurementSystem` instead.
1894
+ * @docs-private
1895
+ */
1896
+ var MeasurementSystem;
1897
+ (function (MeasurementSystem) {
1898
+ MeasurementSystem["SI"] = "SI";
1899
+ MeasurementSystem["IEC"] = "IEC";
1900
+ })(MeasurementSystem || (MeasurementSystem = {}));
1901
+ /**
1902
+ * Available unit systems for file size formatting.
1903
+ * - SI (Metric): 1 KB = 1000 bytes
1904
+ * - IEC (Binary): 1 KiB = 1024 bytes
1905
+ */
1906
+ var KbqMeasurementSystem;
1907
+ (function (KbqMeasurementSystem) {
1908
+ KbqMeasurementSystem["SI"] = "SI";
1909
+ KbqMeasurementSystem["IEC"] = "IEC";
1910
+ })(KbqMeasurementSystem || (KbqMeasurementSystem = {}));
1911
+ const KBQ_SIZE_UNITS_DEFAULT_CONFIG = enUSFormattersData.sizeUnits;
1912
+ /**
1913
+ * Configuration for converting sizes in different unit systems.
1914
+ */
1915
+ const KBQ_SIZE_UNITS_CONFIG = new InjectionToken('KbqSizeUnitsConfig');
1916
+ /** Utility provider for `KBQ_SIZE_UNITS_CONFIG`. */
1917
+ const kbqFilesizeFormatterConfigurationProvider = (configuration) => ({
1918
+ provide: KBQ_SIZE_UNITS_CONFIG,
1919
+ useValue: { ...KBQ_SIZE_UNITS_DEFAULT_CONFIG, ...configuration }
1920
+ });
1921
+
1855
1922
  const KBQ_NUMBER_FORMATTER_OPTIONS = new InjectionToken('KbqNumberFormatterOptions');
1856
1923
  const KBQ_NUMBER_FORMATTER_DEFAULT_OPTIONS = {
1857
1924
  useGrouping: true,
@@ -1859,17 +1926,28 @@ const KBQ_NUMBER_FORMATTER_DEFAULT_OPTIONS = {
1859
1926
  minimumFractionDigits: 0,
1860
1927
  maximumFractionDigits: 3
1861
1928
  };
1929
+ /** Formats a number value according to locale and formatting options */
1930
+ function formatNumberWithLocale(value, formatter, options) {
1931
+ const num = strToNumber(value);
1932
+ if (!options?.viewGroupSeparator)
1933
+ return formatter.format(num);
1934
+ const numberFormatParts = formatter.formatToParts(num);
1935
+ for (const numberFormatPart of numberFormatParts) {
1936
+ if (numberFormatPart.type === 'group') {
1937
+ numberFormatPart.value = options.viewGroupSeparator;
1938
+ }
1939
+ }
1940
+ return numberFormatParts.map(({ value }) => value).join('');
1941
+ }
1862
1942
  function isEmpty(value) {
1863
1943
  return value == null || value === '' || value !== value;
1864
1944
  }
1865
1945
  function strToNumber(value) {
1866
- if (typeof value === 'string' && !isNaN(Number(value) - parseFloat(value))) {
1867
- return Number(value);
1868
- }
1869
- if (typeof value !== 'number') {
1946
+ const coerced = coerceNumberProperty(value, null);
1947
+ if (coerced === null) {
1870
1948
  throw new Error(`${value} is not a number`);
1871
1949
  }
1872
- return value;
1950
+ return coerced;
1873
1951
  }
1874
1952
  const NUMBER_FORMAT_REGEXP = /^(\d+)?\.((\d+)(-(\d+))?(-(true|false))?)?$/;
1875
1953
  const minIntGroupPosition = 1;
@@ -1963,27 +2041,23 @@ class KbqDecimalPipe {
1963
2041
  options.useGrouping = false;
1964
2042
  }
1965
2043
  try {
1966
- const num = strToNumber(value);
1967
- /* Guideline requires for group separator to be `space`, as in 'ru-RU' locale.
1968
- * But by default in es-LA locale is used `comma`.
1969
- * To reduce data manipulation, 'ru-RU' locale is used. */
1970
- if (currentLocale === 'es-LA') {
1971
- return Intl.NumberFormat.call(this, 'ru-RU', options).format(num);
1972
- }
1973
- return Intl.NumberFormat.call(this, currentLocale, options).format(num);
2044
+ const formatter = new Intl.NumberFormat(currentLocale, options);
2045
+ return formatNumberWithLocale(value, formatter, this.localeService?.locales[currentLocale]?.formatters.number.decimal);
1974
2046
  }
1975
2047
  catch (error) {
1976
2048
  throw Error(`InvalidPipeArgument: KbqDecimalPipe for pipe '${JSON.stringify(error.message)}'`);
1977
2049
  }
1978
2050
  }
1979
2051
  isSpecialFormatForRULocale(locale, value, grouping) {
1980
- return ['ru', 'ru-RU'].includes(locale) && grouping === undefined && value < defaultValueForGroupingInRULocale;
2052
+ return (['ru', 'ru-RU'].includes(locale) &&
2053
+ grouping === undefined &&
2054
+ Math.abs(value) < defaultValueForGroupingInRULocale);
1981
2055
  }
1982
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqDecimalPipe, deps: [{ token: KBQ_LOCALE_ID, optional: true }, { token: KBQ_LOCALE_SERVICE, optional: true }, { token: KBQ_NUMBER_FORMATTER_OPTIONS, optional: true }], target: i0.ɵɵFactoryTarget.Pipe }); }
1983
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: KbqDecimalPipe, name: "kbqNumber", pure: false }); }
1984
- /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqDecimalPipe, providedIn: 'root' }); }
2056
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KbqDecimalPipe, deps: [{ token: KBQ_LOCALE_ID, optional: true }, { token: KBQ_LOCALE_SERVICE, optional: true }, { token: KBQ_NUMBER_FORMATTER_OPTIONS, optional: true }], target: i0.ɵɵFactoryTarget.Pipe }); }
2057
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: KbqDecimalPipe, name: "kbqNumber", pure: false }); }
2058
+ /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KbqDecimalPipe, providedIn: 'root' }); }
1985
2059
  }
1986
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqDecimalPipe, decorators: [{
2060
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KbqDecimalPipe, decorators: [{
1987
2061
  type: Injectable,
1988
2062
  args: [{ providedIn: 'root' }]
1989
2063
  }, {
@@ -2041,24 +2115,18 @@ class KbqTableNumberPipe {
2041
2115
  ...parsedDigitsInfo
2042
2116
  };
2043
2117
  try {
2044
- const num = strToNumber(value);
2045
- /* Guideline requires for group separator to be `space`, as in 'ru-RU' locale.
2046
- * But by default in es-LA locale is used `comma`.
2047
- * To reduce data manipulation, 'ru-RU' locale is used. */
2048
- if (currentLocale === 'es-LA') {
2049
- return Intl.NumberFormat.call(this, 'ru-RU', options).format(num);
2050
- }
2051
- return Intl.NumberFormat.call(this, currentLocale, options).format(num);
2118
+ const formatter = new Intl.NumberFormat(currentLocale, options);
2119
+ return formatNumberWithLocale(value, formatter, this.localeService?.locales[currentLocale]?.formatters.number.decimal);
2052
2120
  }
2053
2121
  catch (error) {
2054
2122
  throw Error(`InvalidPipeArgument: KbqTableNumberPipe for pipe '${JSON.stringify(error.message)}'`);
2055
2123
  }
2056
2124
  }
2057
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqTableNumberPipe, deps: [{ token: KBQ_LOCALE_ID, optional: true }, { token: KBQ_LOCALE_SERVICE, optional: true }, { token: KBQ_NUMBER_FORMATTER_OPTIONS, optional: true }], target: i0.ɵɵFactoryTarget.Pipe }); }
2058
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: KbqTableNumberPipe, name: "kbqTableNumber", pure: false }); }
2059
- /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqTableNumberPipe, providedIn: 'root' }); }
2125
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KbqTableNumberPipe, deps: [{ token: KBQ_LOCALE_ID, optional: true }, { token: KBQ_LOCALE_SERVICE, optional: true }, { token: KBQ_NUMBER_FORMATTER_OPTIONS, optional: true }], target: i0.ɵɵFactoryTarget.Pipe }); }
2126
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: KbqTableNumberPipe, name: "kbqTableNumber", pure: false }); }
2127
+ /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KbqTableNumberPipe, providedIn: 'root' }); }
2060
2128
  }
2061
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqTableNumberPipe, decorators: [{
2129
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KbqTableNumberPipe, decorators: [{
2062
2130
  type: Injectable,
2063
2131
  args: [{ providedIn: 'root' }]
2064
2132
  }, {
@@ -2094,7 +2162,7 @@ class KbqRoundDecimalPipe {
2094
2162
  return null;
2095
2163
  }
2096
2164
  const currentLocale = locale || this.id || KBQ_DEFAULT_LOCALE_ID;
2097
- this.roundingOptions = this.localeService.locales[currentLocale].formatters.number.rounding;
2165
+ this.roundingOptions = this.localeService?.locales[currentLocale].formatters.number.rounding;
2098
2166
  try {
2099
2167
  const num = strToNumber(value);
2100
2168
  const unit = this.calculateUnit(num);
@@ -2171,11 +2239,11 @@ class KbqRoundDecimalPipe {
2171
2239
  });
2172
2240
  return currentUnit;
2173
2241
  }
2174
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqRoundDecimalPipe, deps: [{ token: KBQ_LOCALE_ID, optional: true }, { token: KBQ_LOCALE_SERVICE, optional: true }], target: i0.ɵɵFactoryTarget.Pipe }); }
2175
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: KbqRoundDecimalPipe, name: "kbqRoundNumber", pure: false }); }
2176
- /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqRoundDecimalPipe, providedIn: 'root' }); }
2242
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KbqRoundDecimalPipe, deps: [{ token: KBQ_LOCALE_ID, optional: true }, { token: KBQ_LOCALE_SERVICE, optional: true }], target: i0.ɵɵFactoryTarget.Pipe }); }
2243
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: KbqRoundDecimalPipe, name: "kbqRoundNumber", pure: false }); }
2244
+ /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KbqRoundDecimalPipe, providedIn: 'root' }); }
2177
2245
  }
2178
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqRoundDecimalPipe, decorators: [{
2246
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KbqRoundDecimalPipe, decorators: [{
2179
2247
  type: Injectable,
2180
2248
  args: [{ providedIn: 'root' }]
2181
2249
  }, {
@@ -2193,9 +2261,115 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImpor
2193
2261
  args: [KBQ_LOCALE_SERVICE]
2194
2262
  }] }] });
2195
2263
 
2264
+ const KBQ_INVALID_VALUE_ERROR = 'Argument "value" must be a finite number!';
2265
+ /**
2266
+ * @deprecated Will be removed in next major release. Use `getFormattedSizeParts` instead.
2267
+ * @docs-private
2268
+ */
2269
+ const formatDataSize = (value, precision, system) => {
2270
+ const { result, unit } = getHumanizedBytes(value, system);
2271
+ let volume;
2272
+ if (system.abbreviations[0] === unit) {
2273
+ volume = result.toString();
2274
+ }
2275
+ else {
2276
+ volume = result.toFixed(precision).replace(/\./g, ',');
2277
+ }
2278
+ return {
2279
+ value: volume,
2280
+ unit
2281
+ };
2282
+ };
2283
+ /**
2284
+ * Converts a byte value into locale-independent file size parts: numeric value and unit abbreviation.
2285
+ *
2286
+ * @param value - size in bytes.
2287
+ * @param precision - digits after the decimal point (e.g., `2` → "1.02 KB").
2288
+ * @param system - unit system defining abbreviations and base scaling (SI/IEC).
2289
+ * @returns Object with the formatted size info.
2290
+ *
2291
+ * @example
2292
+ * formatDataSize(1500, 2, 'SI'); // { value: "1.50", unit: "KB" }
2293
+ */
2294
+ const getFormattedSizeParts = (value, precision, system) => {
2295
+ const { result, unit } = getHumanizedBytes(value, system);
2296
+ return {
2297
+ // No precision for bytes (e.g., "512 B")
2298
+ value: unit === system.abbreviations[0] ? result.toString() : result.toFixed(precision),
2299
+ unit
2300
+ };
2301
+ };
2302
+ /**
2303
+ * Converts bytes to Kb, Mb, Gb
2304
+ *
2305
+ * @param value the number of bytes
2306
+ * @param system the measurement system
2307
+ * @param threshold the lower counting threshold
2308
+ */
2309
+ const getHumanizedBytes = (value, system, threshold) => {
2310
+ if (!Number.isFinite(value)) {
2311
+ throw new Error(KBQ_INVALID_VALUE_ERROR);
2312
+ }
2313
+ const calculatedThreshold = Number.isFinite(threshold) ? threshold : Math.pow(system.base, system.power);
2314
+ const orderOfMagnitude = Math.pow(system.base, system.power);
2315
+ let result = value;
2316
+ let step = 0;
2317
+ const len = system.abbreviations.length - 1;
2318
+ while (step < len) {
2319
+ if (calculatedThreshold !== undefined && result < calculatedThreshold) {
2320
+ break;
2321
+ }
2322
+ step++;
2323
+ result = value / Math.pow(orderOfMagnitude, step);
2324
+ }
2325
+ return {
2326
+ result,
2327
+ unit: system.abbreviations[step]
2328
+ };
2329
+ };
2330
+
2331
+ class KbqDataSizePipe {
2332
+ constructor() {
2333
+ /** Injects the external configuration for size units, if available. */
2334
+ this.externalConfig = inject(KBQ_SIZE_UNITS_CONFIG, { optional: true });
2335
+ this.localeService = inject(KBQ_LOCALE_SERVICE, { optional: true });
2336
+ this.numberPipe = inject(KbqDecimalPipe, { optional: true });
2337
+ this.nonBreakingSpace = '\u00a0';
2338
+ this.updateLocaleParams = () => {
2339
+ this.config = this.externalConfig || this.localeService?.getParams('sizeUnits');
2340
+ };
2341
+ this.localeService?.changes.pipe(takeUntilDestroyed()).subscribe(this.updateLocaleParams);
2342
+ if (!this.localeService) {
2343
+ this.config = this.externalConfig || KBQ_SIZE_UNITS_DEFAULT_CONFIG;
2344
+ }
2345
+ }
2346
+ /** Transforms bytes into localized size string */
2347
+ transform(source, precision, unitSystemName, locale) {
2348
+ const currentLocale = locale || this.localeService?.id || KBQ_DEFAULT_LOCALE_ID;
2349
+ const selectedPrecision = precision ?? this.config.defaultPrecision;
2350
+ const resolvedUnitSystems = locale
2351
+ ? this.localeService?.locales[locale].sizeUnits.unitSystems
2352
+ : this.config.unitSystems;
2353
+ const unitSystem = resolvedUnitSystems[unitSystemName || this.config.defaultUnitSystem];
2354
+ const { value, unit } = getFormattedSizeParts(source, selectedPrecision, unitSystem);
2355
+ const formattedValue = this.numberPipe?.transform(value, undefined, currentLocale) || value;
2356
+ return formattedValue ? `${formattedValue}${this.nonBreakingSpace}${unit}` : '';
2357
+ }
2358
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KbqDataSizePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
2359
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: KbqDataSizePipe, isStandalone: true, name: "kbqDataSize", pure: false }); }
2360
+ }
2361
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KbqDataSizePipe, decorators: [{
2362
+ type: Pipe,
2363
+ args: [{
2364
+ name: 'kbqDataSize',
2365
+ standalone: true,
2366
+ pure: false
2367
+ }]
2368
+ }], ctorParameters: () => [] });
2369
+
2196
2370
  class KbqFormattersModule {
2197
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqFormattersModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
2198
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: KbqFormattersModule, declarations: [KbqDecimalPipe,
2371
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KbqFormattersModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
2372
+ /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: KbqFormattersModule, declarations: [KbqDecimalPipe,
2199
2373
  KbqRoundDecimalPipe,
2200
2374
  KbqTableNumberPipe], imports: [AbsoluteDateFormatterPipe,
2201
2375
  AbsoluteDateTimeFormatterPipe,
@@ -2222,7 +2396,8 @@ class KbqFormattersModule {
2222
2396
  RangeShortDateFormatterImpurePipe,
2223
2397
  RangeDateTimeFormatterImpurePipe,
2224
2398
  RangeShortDateTimeFormatterImpurePipe,
2225
- RangeMiddleDateTimeFormatterImpurePipe], exports: [KbqDecimalPipe,
2399
+ RangeMiddleDateTimeFormatterImpurePipe,
2400
+ KbqDataSizePipe], exports: [KbqDecimalPipe,
2226
2401
  KbqRoundDecimalPipe,
2227
2402
  KbqTableNumberPipe,
2228
2403
  AbsoluteDateFormatterPipe,
@@ -2250,10 +2425,11 @@ class KbqFormattersModule {
2250
2425
  RangeShortDateFormatterImpurePipe,
2251
2426
  RangeDateTimeFormatterImpurePipe,
2252
2427
  RangeShortDateTimeFormatterImpurePipe,
2253
- RangeMiddleDateTimeFormatterImpurePipe] }); }
2254
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqFormattersModule, providers: [{ provide: DateFormatter, deps: [DateAdapter, KBQ_DATE_LOCALE] }] }); }
2428
+ RangeMiddleDateTimeFormatterImpurePipe,
2429
+ KbqDataSizePipe] }); }
2430
+ /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KbqFormattersModule, providers: [{ provide: DateFormatter, deps: [DateAdapter, KBQ_DATE_LOCALE] }] }); }
2255
2431
  }
2256
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqFormattersModule, decorators: [{
2432
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KbqFormattersModule, decorators: [{
2257
2433
  type: NgModule,
2258
2434
  args: [{
2259
2435
  imports: [
@@ -2282,7 +2458,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImpor
2282
2458
  RangeShortDateFormatterImpurePipe,
2283
2459
  RangeDateTimeFormatterImpurePipe,
2284
2460
  RangeShortDateTimeFormatterImpurePipe,
2285
- RangeMiddleDateTimeFormatterImpurePipe
2461
+ RangeMiddleDateTimeFormatterImpurePipe,
2462
+ KbqDataSizePipe
2286
2463
  ],
2287
2464
  declarations: [
2288
2465
  KbqDecimalPipe,
@@ -2318,7 +2495,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImpor
2318
2495
  RangeShortDateFormatterImpurePipe,
2319
2496
  RangeDateTimeFormatterImpurePipe,
2320
2497
  RangeShortDateTimeFormatterImpurePipe,
2321
- RangeMiddleDateTimeFormatterImpurePipe
2498
+ RangeMiddleDateTimeFormatterImpurePipe,
2499
+ KbqDataSizePipe
2322
2500
  ],
2323
2501
  providers: [{ provide: DateFormatter, deps: [DateAdapter, KBQ_DATE_LOCALE] }]
2324
2502
  }]
@@ -2342,10 +2520,10 @@ class KbqFormElement {
2342
2520
  this.hasLegend = this.element.nativeElement.firstElementChild.classList.contains('kbq-form__legend');
2343
2521
  }
2344
2522
  }
2345
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqFormElement, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
2346
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.6", type: KbqFormElement, selector: ".kbq-form__row, .kbq-form__fieldset, .kbq-form__legend", host: { properties: { "class.kbq-form-row_margin": "margin" } }, queries: [{ propertyName: "elements", predicate: KbqFormElement }], exportAs: ["kbqFormElement"], ngImport: i0 }); }
2523
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KbqFormElement, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
2524
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: KbqFormElement, selector: ".kbq-form__row, .kbq-form__fieldset, .kbq-form__legend", host: { properties: { "class.kbq-form-row_margin": "margin" } }, queries: [{ propertyName: "elements", predicate: KbqFormElement }], exportAs: ["kbqFormElement"], ngImport: i0 }); }
2347
2525
  }
2348
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqFormElement, decorators: [{
2526
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KbqFormElement, decorators: [{
2349
2527
  type: Directive,
2350
2528
  args: [{
2351
2529
  selector: '.kbq-form__row, .kbq-form__fieldset, .kbq-form__legend',
@@ -2371,10 +2549,10 @@ class KbqForm {
2371
2549
  element.margin = !!(nextElement && !nextElement.hasLegend);
2372
2550
  });
2373
2551
  }
2374
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqForm, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2375
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.6", type: KbqForm, selector: ".kbq-form-vertical, .kbq-form-horizontal", host: { classAttribute: "kbq-form" }, queries: [{ propertyName: "elements", predicate: KbqFormElement }], exportAs: ["kbqForm"], ngImport: i0 }); }
2552
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KbqForm, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2553
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: KbqForm, selector: ".kbq-form-vertical, .kbq-form-horizontal", host: { classAttribute: "kbq-form" }, queries: [{ propertyName: "elements", predicate: KbqFormElement }], exportAs: ["kbqForm"], ngImport: i0 }); }
2376
2554
  }
2377
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqForm, decorators: [{
2555
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KbqForm, decorators: [{
2378
2556
  type: Directive,
2379
2557
  args: [{
2380
2558
  selector: '.kbq-form-vertical, .kbq-form-horizontal',
@@ -2389,13 +2567,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImpor
2389
2567
  }] } });
2390
2568
 
2391
2569
  class KbqFormsModule {
2392
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqFormsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
2393
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: KbqFormsModule, declarations: [KbqForm,
2570
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KbqFormsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
2571
+ /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: KbqFormsModule, declarations: [KbqForm,
2394
2572
  KbqFormElement], exports: [KbqForm,
2395
2573
  KbqFormElement] }); }
2396
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqFormsModule }); }
2574
+ /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KbqFormsModule }); }
2397
2575
  }
2398
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqFormsModule, decorators: [{
2576
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KbqFormsModule, decorators: [{
2399
2577
  type: NgModule,
2400
2578
  args: [{
2401
2579
  exports: [
@@ -2585,20 +2763,20 @@ class KbqHighlightPipe {
2585
2763
  }
2586
2764
  return value.replace(new RegExp(`(${escapeRegExp(args)})`, 'gi'), '<mark class="kbq-highlight">$1</mark>');
2587
2765
  }
2588
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqHighlightPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
2589
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: KbqHighlightPipe, name: "mcHighlight" }); }
2766
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KbqHighlightPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
2767
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: KbqHighlightPipe, name: "mcHighlight" }); }
2590
2768
  }
2591
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqHighlightPipe, decorators: [{
2769
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KbqHighlightPipe, decorators: [{
2592
2770
  type: Pipe,
2593
2771
  args: [{ name: 'mcHighlight' }]
2594
2772
  }] });
2595
2773
 
2596
2774
  class KbqHighlightModule {
2597
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqHighlightModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
2598
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: KbqHighlightModule, declarations: [KbqHighlightPipe], imports: [CommonModule], exports: [KbqHighlightPipe] }); }
2599
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqHighlightModule, imports: [CommonModule] }); }
2775
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KbqHighlightModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
2776
+ /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: KbqHighlightModule, declarations: [KbqHighlightPipe], imports: [CommonModule], exports: [KbqHighlightPipe] }); }
2777
+ /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KbqHighlightModule, imports: [CommonModule] }); }
2600
2778
  }
2601
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqHighlightModule, decorators: [{
2779
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KbqHighlightModule, decorators: [{
2602
2780
  type: NgModule,
2603
2781
  args: [{
2604
2782
  imports: [CommonModule],
@@ -2613,10 +2791,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImpor
2613
2791
  * counted by checking the query list's length.
2614
2792
  */
2615
2793
  class KbqLine {
2616
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqLine, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2617
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.6", type: KbqLine, selector: "[kbq-line], [mcLine]", host: { classAttribute: "kbq-line" }, ngImport: i0 }); }
2794
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KbqLine, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2795
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: KbqLine, selector: "[kbq-line], [mcLine]", host: { classAttribute: "kbq-line" }, ngImport: i0 }); }
2618
2796
  }
2619
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqLine, decorators: [{
2797
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KbqLine, decorators: [{
2620
2798
  type: Directive,
2621
2799
  args: [{
2622
2800
  selector: '[kbq-line], [mcLine]',
@@ -2662,11 +2840,11 @@ class KbqLineSetter {
2662
2840
  }
2663
2841
  }
2664
2842
  class KbqLineModule {
2665
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqLineModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
2666
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: KbqLineModule, declarations: [KbqLine], exports: [KbqLine] }); }
2667
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqLineModule }); }
2843
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KbqLineModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
2844
+ /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: KbqLineModule, declarations: [KbqLine], exports: [KbqLine] }); }
2845
+ /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KbqLineModule }); }
2668
2846
  }
2669
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqLineModule, decorators: [{
2847
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KbqLineModule, decorators: [{
2670
2848
  type: NgModule,
2671
2849
  args: [{
2672
2850
  imports: [],
@@ -2751,8 +2929,8 @@ class KbqOptionActionComponent {
2751
2929
  this.option.tooltipTrigger.disabled = true;
2752
2930
  setTimeout(() => (this.option.tooltipTrigger.disabled = false));
2753
2931
  }
2754
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqOptionActionComponent, deps: [{ token: i0.ElementRef }, { token: i1$1.FocusMonitor }, { token: KBQ_OPTION_ACTION_PARENT }], target: i0.ɵɵFactoryTarget.Component }); }
2755
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.6", type: KbqOptionActionComponent, selector: "kbq-option-action", inputs: { disabled: ["disabled", "disabled", booleanAttribute] }, host: { listeners: { "focus": "onFocus($event)", "blur": "onBlur()", "click": "onClick($event)", "keydown": "onKeyDown($event)" }, properties: { "class.kbq-expanded": "false", "class.kbq-disabled": "disabled", "attr.disabled": "disabled || null", "attr.tabIndex": "-1" }, classAttribute: "kbq-option-action" }, queries: [{ propertyName: "customIcon", first: true, predicate: ["customIcon"], descendants: true }], exportAs: ["kbqOptionAction"], ngImport: i0, template: `
2932
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KbqOptionActionComponent, deps: [{ token: i0.ElementRef }, { token: i1$1.FocusMonitor }, { token: KBQ_OPTION_ACTION_PARENT }], target: i0.ɵɵFactoryTarget.Component }); }
2933
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.13", type: KbqOptionActionComponent, selector: "kbq-option-action", inputs: { disabled: ["disabled", "disabled", booleanAttribute] }, host: { listeners: { "focus": "onFocus($event)", "blur": "onBlur()", "click": "onClick($event)", "keydown": "onKeyDown($event)" }, properties: { "class.kbq-expanded": "false", "class.kbq-disabled": "disabled", "attr.disabled": "disabled || null", "attr.tabIndex": "-1" }, classAttribute: "kbq-option-action" }, queries: [{ propertyName: "customIcon", first: true, predicate: ["customIcon"], descendants: true }], exportAs: ["kbqOptionAction"], ngImport: i0, template: `
2756
2934
  @if (!!customIcon) {
2757
2935
  <ng-content select="[kbq-icon]" />
2758
2936
  } @else {
@@ -2760,7 +2938,7 @@ class KbqOptionActionComponent {
2760
2938
  }
2761
2939
  `, isInline: true, styles: [".kbq-option-action{box-sizing:border-box;position:relative;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-right:-2px;width:var(--kbq-typography-text-normal-line-height);height:var(--kbq-typography-text-normal-line-height);cursor:pointer;outline:none;border:var(--kbq-size-3xs) solid transparent;background:transparent}.kbq-option-action.kbq-disabled{cursor:default}.kbq-option-action.cdk-keyboard-focused{border-color:var(--kbq-states-line-focus-theme)}.kbq-option-action:active,.kbq-option-action.kbq-pressed{background-color:var(--kbq-background-transparent)}.kbq-option-action:active .kbq-icon.kbq-empty,.kbq-option-action.kbq-pressed .kbq-icon.kbq-empty{color:var(--kbq-states-icon-contrast-fade-active)}.kbq-option-action:hover .kbq-icon.kbq-empty{color:var(--kbq-states-icon-contrast-fade-hover)}.kbq-option-action.kbq-disabled{background-color:var(--kbq-background-transparent)}.kbq-option-action.kbq-disabled .kbq-icon.kbq-empty{color:var(--kbq-states-icon-disabled)}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
2762
2940
  }
2763
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqOptionActionComponent, decorators: [{
2941
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KbqOptionActionComponent, decorators: [{
2764
2942
  type: Component,
2765
2943
  args: [{ selector: 'kbq-option-action', exportAs: 'kbqOptionAction', template: `
2766
2944
  @if (!!customIcon) {
@@ -2809,10 +2987,10 @@ class KbqOptgroup {
2809
2987
  this._disabled = value;
2810
2988
  }
2811
2989
  }
2812
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqOptgroup, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2813
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.2.6", type: KbqOptgroup, selector: "kbq-optgroup", inputs: { label: "label", disabled: ["disabled", "disabled", booleanAttribute] }, host: { properties: { "class.kbq-disabled": "disabled" }, classAttribute: "kbq-optgroup" }, exportAs: ["kbqOptgroup"], ngImport: i0, template: "<label class=\"kbq-optgroup-label\" [id]=\"labelId\">\n {{ label }}\n</label>\n<ng-content select=\"kbq-option, kbq-list-option, kbq-timezone-option, ng-container\" />\n", styles: [".kbq-optgroup-label{display:flex;align-items:center;box-sizing:border-box;padding:var(--kbq-size-s) var(--kbq-size-l) var(--kbq-size-s) var(--kbq-size-m);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default}.kbq-optgroup-label{--kbq-optgroup-label-color: var(--kbq-foreground-contrast-secondary);color:var(--kbq-optgroup-label-color)}.kbq-disabled .kbq-optgroup-label{--kbq-optgroup-label-color: var(--kbq-states-foreground-disabled)}.kbq-optgroup-label{font-size:var(--kbq-typography-caps-compact-strong-font-size);font-weight:var(--kbq-typography-caps-compact-strong-font-weight);line-height:var(--kbq-typography-caps-compact-strong-line-height);font-family:var(--kbq-typography-caps-compact-strong-font-family);text-transform:var(--kbq-typography-caps-compact-strong-text-transform);font-feature-settings:var(--kbq-typography-caps-compact-strong-font-feature-settings);letter-spacing:var(--kbq-typography-caps-compact-strong-letter-spacing)}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
2990
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KbqOptgroup, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2991
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.2.13", type: KbqOptgroup, selector: "kbq-optgroup", inputs: { label: "label", disabled: ["disabled", "disabled", booleanAttribute] }, host: { properties: { "class.kbq-disabled": "disabled" }, classAttribute: "kbq-optgroup" }, exportAs: ["kbqOptgroup"], ngImport: i0, template: "<label class=\"kbq-optgroup-label\" [id]=\"labelId\">\n {{ label }}\n</label>\n<ng-content select=\"kbq-option, kbq-list-option, kbq-timezone-option, ng-container\" />\n", styles: [".kbq-optgroup-label{display:flex;align-items:center;box-sizing:border-box;padding:var(--kbq-size-s) var(--kbq-size-l) var(--kbq-size-s) var(--kbq-size-m);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default}.kbq-optgroup-label{--kbq-optgroup-label-color: var(--kbq-foreground-contrast-secondary);color:var(--kbq-optgroup-label-color)}.kbq-disabled .kbq-optgroup-label{--kbq-optgroup-label-color: var(--kbq-states-foreground-disabled)}.kbq-optgroup-label{font-size:var(--kbq-typography-caps-compact-strong-font-size);font-weight:var(--kbq-typography-caps-compact-strong-font-weight);line-height:var(--kbq-typography-caps-compact-strong-line-height);font-family:var(--kbq-typography-caps-compact-strong-font-family);text-transform:var(--kbq-typography-caps-compact-strong-text-transform);font-feature-settings:var(--kbq-typography-caps-compact-strong-font-feature-settings);letter-spacing:var(--kbq-typography-caps-compact-strong-letter-spacing)}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
2814
2992
  }
2815
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqOptgroup, decorators: [{
2993
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KbqOptgroup, decorators: [{
2816
2994
  type: Component,
2817
2995
  args: [{ selector: 'kbq-optgroup', exportAs: 'kbqOptgroup', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, host: {
2818
2996
  class: 'kbq-optgroup',
@@ -2847,10 +3025,10 @@ class KbqPseudoCheckbox extends KbqColorDirective {
2847
3025
  this.state = 'unchecked';
2848
3026
  this.disabled = false;
2849
3027
  }
2850
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqPseudoCheckbox, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
2851
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.6", type: KbqPseudoCheckbox, selector: "kbq-pseudo-checkbox", inputs: { big: "big", state: "state", disabled: "disabled" }, host: { properties: { "class.kbq-checkbox_big": "big", "class.kbq-indeterminate": "state === \"indeterminate\"", "class.kbq-checked": "state === \"checked\"", "class.kbq-disabled": "disabled" }, classAttribute: "kbq-pseudo-checkbox" }, usesInheritance: true, ngImport: i0, template: "<i class=\"kbq-checkbox-checkmark kbq kbq-check-s_16\"></i>\n<i class=\"kbq-checkbox-mixedmark kbq kbq-minus-s_16\"></i>\n", styles: [".kbq-pseudo-checkbox{position:relative;display:inline-flex;box-sizing:border-box;align-items:center;justify-content:center;width:var(--kbq-checkbox-size-normal-width);height:var(--kbq-checkbox-size-normal-width);border-radius:var(--kbq-checkbox-size-normal-border-radius);border-width:var(--kbq-checkbox-size-normal-border-width);border-style:solid;cursor:pointer;vertical-align:middle;flex-shrink:0}.kbq-pseudo-checkbox .kbq-checkbox-checkmark,.kbq-pseudo-checkbox .kbq-checkbox-mixedmark{display:none}.kbq-pseudo-checkbox.kbq-pseudo-checkbox-checked,.kbq-pseudo-checkbox.kbq-pseudo-checkbox-indeterminate{border-color:transparent}.kbq-pseudo-checkbox.kbq-checked .kbq-checkbox-checkmark,.kbq-pseudo-checkbox.kbq-indeterminate .kbq-checkbox-mixedmark{display:inline-block}.kbq-pseudo-checkbox.kbq-disabled{cursor:default}.kbq-pseudo-checkbox.kbq-pseudo-checkbox_big{width:var(--kbq-checkbox-size-big-width);height:var(--kbq-checkbox-size-big-width);border-radius:var(--kbq-checkbox-size-big-border-radius);border-width:var(--kbq-checkbox-size-big-border-width)}.kbq-pseudo-checkbox{border-color:var(--kbq-checkbox-theme-default-border);background:var(--kbq-checkbox-theme-default-background)}.kbq-pseudo-checkbox .kbq-checkbox-checkmark,.kbq-pseudo-checkbox .kbq-checkbox-mixedmark{color:var(--kbq-checkbox-theme-default-color)}.kbq-pseudo-checkbox.kbq-checked,.kbq-pseudo-checkbox.kbq-indeterminate{border-color:var(--kbq-checkbox-theme-states-checked-border);background:var(--kbq-checkbox-theme-states-checked-background)}.kbq-pseudo-checkbox.kbq-disabled{border-color:var(--kbq-checkbox-theme-states-disabled-border);background:var(--kbq-checkbox-theme-states-disabled-background)}.kbq-pseudo-checkbox.kbq-disabled .kbq-checkbox-checkmark,.kbq-pseudo-checkbox.kbq-disabled .kbq-checkbox-mixedmark{color:var(--kbq-checkbox-theme-states-disabled-color)}.kbq-pseudo-checkbox.kbq-error{border-color:var(--kbq-checkbox-error-default-border);background:var(--kbq-checkbox-error-default-background)}.kbq-pseudo-checkbox.kbq-error .kbq-checkbox-checkmark,.kbq-pseudo-checkbox.kbq-error .kbq-checkbox-mixedmark{color:var(--kbq-checkbox-error-default-color)}.kbq-pseudo-checkbox.kbq-error.kbq-checked,.kbq-pseudo-checkbox.kbq-error.kbq-indeterminate{border-color:var(--kbq-checkbox-error-states-checked-border);background:var(--kbq-checkbox-error-states-checked-background)}.kbq-pseudo-checkbox.kbq-error.kbq-disabled{border-color:var(--kbq-checkbox-error-states-disabled-border);background:var(--kbq-checkbox-error-states-disabled-background)}.kbq-pseudo-checkbox.kbq-error.kbq-disabled .kbq-checkbox-checkmark,.kbq-pseudo-checkbox.kbq-error.kbq-disabled .kbq-checkbox-mixedmark{color:var(--kbq-checkbox-error-states-disabled-color)}\n", ".kbq-pseudo-checkbox{--kbq-checkbox-size-normal-width: var(--kbq-size-l);--kbq-checkbox-size-normal-border-width: var(--kbq-size-border-width);--kbq-checkbox-size-normal-border-radius: var(--kbq-size-xxs);--kbq-checkbox-size-normal-horizontal-content-padding: var(--kbq-size-s);--kbq-checkbox-size-normal-vertical-content-padding: var(--kbq-size-3xs);--kbq-checkbox-size-normal-top: var(--kbq-size-3xs);--kbq-checkbox-size-big-width: var(--kbq-size-l);--kbq-checkbox-size-big-border-width: var(--kbq-size-border-width);--kbq-checkbox-size-big-border-radius: var(--kbq-size-xxs);--kbq-checkbox-size-big-horizontal-content-padding: var(--kbq-size-s);--kbq-checkbox-size-big-vertical-content-padding: var(--kbq-size-3xs);--kbq-checkbox-size-big-top: var(--kbq-size-xxs);--kbq-checkbox-theme-default-border: var(--kbq-line-contrast-fade);--kbq-checkbox-theme-default-color: var(--kbq-icon-white);--kbq-checkbox-theme-default-text: var(--kbq-foreground-contrast);--kbq-checkbox-theme-default-background: var(--kbq-background-bg);--kbq-checkbox-theme-default-caption: var(--kbq-foreground-contrast-secondary);--kbq-checkbox-theme-states-hover-border: var(--kbq-line-contrast-fade);--kbq-checkbox-theme-states-hover-background: var(--kbq-states-background-transparent-hover);--kbq-checkbox-theme-states-checked-border: transparent;--kbq-checkbox-theme-states-checked-background: var(--kbq-background-theme);--kbq-checkbox-theme-states-checked-hover-border: transparent;--kbq-checkbox-theme-states-checked-hover-background: var(--kbq-states-background-theme-hover);--kbq-checkbox-theme-states-focused-border: var(--kbq-states-line-focus-theme);--kbq-checkbox-theme-states-focused-background: var(--kbq-background-bg);--kbq-checkbox-theme-states-focused-outline: 1px solid var(--kbq-states-line-focus-theme);--kbq-checkbox-theme-states-checked-focused-border: var(--kbq-states-line-focus-theme);--kbq-checkbox-theme-states-checked-focused-background: var(--kbq-background-theme);--kbq-checkbox-theme-states-checked-focused-outline: 1px solid var(--kbq-states-line-focus-theme);--kbq-checkbox-theme-states-disabled-border: var(--kbq-states-line-disabled);--kbq-checkbox-theme-states-disabled-color: var(--kbq-states-icon-disabled);--kbq-checkbox-theme-states-disabled-text: var(--kbq-states-foreground-disabled);--kbq-checkbox-theme-states-disabled-background: var(--kbq-states-background-disabled);--kbq-checkbox-theme-states-disabled-caption: var(--kbq-states-icon-disabled);--kbq-checkbox-error-default-border: var(--kbq-line-error);--kbq-checkbox-error-default-color: var(--kbq-icon-white);--kbq-checkbox-error-default-text: var(--kbq-foreground-contrast);--kbq-checkbox-error-default-background: var(--kbq-background-error-less);--kbq-checkbox-error-default-caption: var(--kbq-foreground-contrast-secondary);--kbq-checkbox-error-states-hover-border: var(--kbq-line-error);--kbq-checkbox-error-states-hover-background: var(--kbq-states-background-error-fade-hover);--kbq-checkbox-error-states-checked-border: transparent;--kbq-checkbox-error-states-checked-background: var(--kbq-background-error);--kbq-checkbox-error-states-checked-hover-border: transparent;--kbq-checkbox-error-states-checked-hover-background: var(--kbq-states-background-error-hover);--kbq-checkbox-error-states-focused-border: var(--kbq-line-error);--kbq-checkbox-error-states-focused-background: var(--kbq-background-error-less);--kbq-checkbox-error-states-focused-outline: 1px solid var(--kbq-states-line-focus-error);--kbq-checkbox-error-states-checked-focused-border: var(--kbq-states-line-focus-error);--kbq-checkbox-error-states-checked-focused-background: var(--kbq-background-error);--kbq-checkbox-error-states-checked-focused-outline: 1px solid var(--kbq-states-line-focus-error);--kbq-checkbox-error-states-disabled-border: var(--kbq-states-line-disabled);--kbq-checkbox-error-states-disabled-color: var(--kbq-states-icon-disabled);--kbq-checkbox-error-states-disabled-text: var(--kbq-states-foreground-disabled);--kbq-checkbox-error-states-disabled-background: var(--kbq-states-background-disabled);--kbq-checkbox-error-states-disabled-caption: var(--kbq-states-icon-disabled)}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
3028
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KbqPseudoCheckbox, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
3029
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: KbqPseudoCheckbox, selector: "kbq-pseudo-checkbox", inputs: { big: "big", state: "state", disabled: "disabled" }, host: { properties: { "class.kbq-checkbox_big": "big", "class.kbq-indeterminate": "state === \"indeterminate\"", "class.kbq-checked": "state === \"checked\"", "class.kbq-disabled": "disabled" }, classAttribute: "kbq-pseudo-checkbox" }, usesInheritance: true, ngImport: i0, template: "<i class=\"kbq-checkbox-checkmark kbq kbq-check-s_16\"></i>\n<i class=\"kbq-checkbox-mixedmark kbq kbq-minus-s_16\"></i>\n", styles: [".kbq-pseudo-checkbox{position:relative;display:inline-flex;box-sizing:border-box;align-items:center;justify-content:center;width:var(--kbq-checkbox-size-normal-width);height:var(--kbq-checkbox-size-normal-width);border-radius:var(--kbq-checkbox-size-normal-border-radius);border-width:var(--kbq-checkbox-size-normal-border-width);border-style:solid;cursor:pointer;vertical-align:middle;flex-shrink:0}.kbq-pseudo-checkbox .kbq-checkbox-checkmark,.kbq-pseudo-checkbox .kbq-checkbox-mixedmark{display:none}.kbq-pseudo-checkbox.kbq-pseudo-checkbox-checked,.kbq-pseudo-checkbox.kbq-pseudo-checkbox-indeterminate{border-color:transparent}.kbq-pseudo-checkbox.kbq-checked .kbq-checkbox-checkmark,.kbq-pseudo-checkbox.kbq-indeterminate .kbq-checkbox-mixedmark{display:inline-block}.kbq-pseudo-checkbox.kbq-disabled{cursor:default}.kbq-pseudo-checkbox.kbq-pseudo-checkbox_big{width:var(--kbq-checkbox-size-big-width);height:var(--kbq-checkbox-size-big-width);border-radius:var(--kbq-checkbox-size-big-border-radius);border-width:var(--kbq-checkbox-size-big-border-width)}.kbq-pseudo-checkbox{border-color:var(--kbq-checkbox-theme-default-border);background:var(--kbq-checkbox-theme-default-background)}.kbq-pseudo-checkbox .kbq-checkbox-checkmark,.kbq-pseudo-checkbox .kbq-checkbox-mixedmark{color:var(--kbq-checkbox-theme-default-color)}.kbq-pseudo-checkbox.kbq-checked,.kbq-pseudo-checkbox.kbq-indeterminate{border-color:var(--kbq-checkbox-theme-states-checked-border);background:var(--kbq-checkbox-theme-states-checked-background)}.kbq-pseudo-checkbox.kbq-disabled{border-color:var(--kbq-checkbox-theme-states-disabled-border);background:var(--kbq-checkbox-theme-states-disabled-background)}.kbq-pseudo-checkbox.kbq-disabled .kbq-checkbox-checkmark,.kbq-pseudo-checkbox.kbq-disabled .kbq-checkbox-mixedmark{color:var(--kbq-checkbox-theme-states-disabled-color)}.kbq-pseudo-checkbox.kbq-error{border-color:var(--kbq-checkbox-error-default-border);background:var(--kbq-checkbox-error-default-background)}.kbq-pseudo-checkbox.kbq-error .kbq-checkbox-checkmark,.kbq-pseudo-checkbox.kbq-error .kbq-checkbox-mixedmark{color:var(--kbq-checkbox-error-default-color)}.kbq-pseudo-checkbox.kbq-error.kbq-checked,.kbq-pseudo-checkbox.kbq-error.kbq-indeterminate{border-color:var(--kbq-checkbox-error-states-checked-border);background:var(--kbq-checkbox-error-states-checked-background)}.kbq-pseudo-checkbox.kbq-error.kbq-disabled{border-color:var(--kbq-checkbox-error-states-disabled-border);background:var(--kbq-checkbox-error-states-disabled-background)}.kbq-pseudo-checkbox.kbq-error.kbq-disabled .kbq-checkbox-checkmark,.kbq-pseudo-checkbox.kbq-error.kbq-disabled .kbq-checkbox-mixedmark{color:var(--kbq-checkbox-error-states-disabled-color)}\n", ".kbq-pseudo-checkbox{--kbq-checkbox-size-normal-width: var(--kbq-size-l);--kbq-checkbox-size-normal-border-width: var(--kbq-size-border-width);--kbq-checkbox-size-normal-border-radius: var(--kbq-size-xxs);--kbq-checkbox-size-normal-horizontal-content-padding: var(--kbq-size-s);--kbq-checkbox-size-normal-vertical-content-padding: var(--kbq-size-3xs);--kbq-checkbox-size-normal-top: var(--kbq-size-3xs);--kbq-checkbox-size-big-width: var(--kbq-size-l);--kbq-checkbox-size-big-border-width: var(--kbq-size-border-width);--kbq-checkbox-size-big-border-radius: var(--kbq-size-xxs);--kbq-checkbox-size-big-horizontal-content-padding: var(--kbq-size-s);--kbq-checkbox-size-big-vertical-content-padding: var(--kbq-size-3xs);--kbq-checkbox-size-big-top: var(--kbq-size-xxs);--kbq-checkbox-theme-default-border: var(--kbq-line-contrast-fade);--kbq-checkbox-theme-default-color: var(--kbq-icon-white);--kbq-checkbox-theme-default-text: var(--kbq-foreground-contrast);--kbq-checkbox-theme-default-background: var(--kbq-background-bg);--kbq-checkbox-theme-default-caption: var(--kbq-foreground-contrast-secondary);--kbq-checkbox-theme-states-hover-border: var(--kbq-line-contrast-fade);--kbq-checkbox-theme-states-hover-background: var(--kbq-states-background-transparent-hover);--kbq-checkbox-theme-states-checked-border: transparent;--kbq-checkbox-theme-states-checked-background: var(--kbq-background-theme);--kbq-checkbox-theme-states-checked-hover-border: transparent;--kbq-checkbox-theme-states-checked-hover-background: var(--kbq-states-background-theme-hover);--kbq-checkbox-theme-states-focused-border: var(--kbq-states-line-focus-theme);--kbq-checkbox-theme-states-focused-background: var(--kbq-background-bg);--kbq-checkbox-theme-states-focused-outline: 1px solid var(--kbq-states-line-focus-theme);--kbq-checkbox-theme-states-checked-focused-border: var(--kbq-states-line-focus-theme);--kbq-checkbox-theme-states-checked-focused-background: var(--kbq-background-theme);--kbq-checkbox-theme-states-checked-focused-outline: 1px solid var(--kbq-states-line-focus-theme);--kbq-checkbox-theme-states-disabled-border: var(--kbq-states-line-disabled);--kbq-checkbox-theme-states-disabled-color: var(--kbq-states-icon-disabled);--kbq-checkbox-theme-states-disabled-text: var(--kbq-states-foreground-disabled);--kbq-checkbox-theme-states-disabled-background: var(--kbq-states-background-disabled);--kbq-checkbox-theme-states-disabled-caption: var(--kbq-states-icon-disabled);--kbq-checkbox-error-default-border: var(--kbq-line-error);--kbq-checkbox-error-default-color: var(--kbq-icon-white);--kbq-checkbox-error-default-text: var(--kbq-foreground-contrast);--kbq-checkbox-error-default-background: var(--kbq-background-error-less);--kbq-checkbox-error-default-caption: var(--kbq-foreground-contrast-secondary);--kbq-checkbox-error-states-hover-border: var(--kbq-line-error);--kbq-checkbox-error-states-hover-background: var(--kbq-states-background-error-fade-hover);--kbq-checkbox-error-states-checked-border: transparent;--kbq-checkbox-error-states-checked-background: var(--kbq-background-error);--kbq-checkbox-error-states-checked-hover-border: transparent;--kbq-checkbox-error-states-checked-hover-background: var(--kbq-states-background-error-hover);--kbq-checkbox-error-states-focused-border: var(--kbq-line-error);--kbq-checkbox-error-states-focused-background: var(--kbq-background-error-less);--kbq-checkbox-error-states-focused-outline: 1px solid var(--kbq-states-line-focus-error);--kbq-checkbox-error-states-checked-focused-border: var(--kbq-states-line-focus-error);--kbq-checkbox-error-states-checked-focused-background: var(--kbq-background-error);--kbq-checkbox-error-states-checked-focused-outline: 1px solid var(--kbq-states-line-focus-error);--kbq-checkbox-error-states-disabled-border: var(--kbq-states-line-disabled);--kbq-checkbox-error-states-disabled-color: var(--kbq-states-icon-disabled);--kbq-checkbox-error-states-disabled-text: var(--kbq-states-foreground-disabled);--kbq-checkbox-error-states-disabled-background: var(--kbq-states-background-disabled);--kbq-checkbox-error-states-disabled-caption: var(--kbq-states-icon-disabled)}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
2852
3030
  }
2853
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqPseudoCheckbox, decorators: [{
3031
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KbqPseudoCheckbox, decorators: [{
2854
3032
  type: Component,
2855
3033
  args: [{ selector: 'kbq-pseudo-checkbox', host: {
2856
3034
  class: 'kbq-pseudo-checkbox',
@@ -3079,15 +3257,15 @@ class KbqOption extends KbqOptionBase {
3079
3257
  getHostElement() {
3080
3258
  return this.element.nativeElement;
3081
3259
  }
3082
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqOption, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: KBQ_OPTION_PARENT_COMPONENT, optional: true }, { token: KbqOptgroup, optional: true }], target: i0.ɵɵFactoryTarget.Component }); }
3083
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.6", type: KbqOption, selector: "kbq-option", inputs: { value: "value", selectable: ["selectable", "selectable", booleanAttribute], userSelect: ["userSelect", "userSelect", booleanAttribute], showCheckbox: "showCheckbox", disabled: "disabled" }, outputs: { onSelectionChange: "onSelectionChange" }, host: { listeners: { "click": "selectViaInteraction()", "keydown": "handleKeydown($event)" }, properties: { "attr.tabindex": "getTabIndex()", "class.kbq-selected": "selected", "class.kbq-option-multiple": "multiple", "class.kbq-active": "active", "class.kbq-disabled": "disabled", "id": "id" }, classAttribute: "kbq-option" }, providers: [
3260
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KbqOption, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: KBQ_OPTION_PARENT_COMPONENT, optional: true }, { token: KbqOptgroup, optional: true }], target: i0.ɵɵFactoryTarget.Component }); }
3261
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.13", type: KbqOption, selector: "kbq-option", inputs: { value: "value", selectable: ["selectable", "selectable", booleanAttribute], userSelect: ["userSelect", "userSelect", booleanAttribute], showCheckbox: "showCheckbox", disabled: "disabled" }, outputs: { onSelectionChange: "onSelectionChange" }, host: { listeners: { "click": "selectViaInteraction()", "keydown": "handleKeydown($event)" }, properties: { "attr.tabindex": "getTabIndex()", "class.kbq-selected": "selected", "class.kbq-option-multiple": "multiple", "class.kbq-active": "active", "class.kbq-disabled": "disabled", "id": "id" }, classAttribute: "kbq-option" }, providers: [
3084
3262
  {
3085
3263
  provide: KBQ_TITLE_TEXT_REF,
3086
3264
  useExisting: KbqOption
3087
3265
  }
3088
3266
  ], viewQueries: [{ propertyName: "textElement", first: true, predicate: ["kbqTitleText"], descendants: true }], exportAs: ["kbqOption"], usesInheritance: true, ngImport: i0, template: "@if (showCheckbox) {\n <ng-content select=\"kbq-pseudo-checkbox\">\n <kbq-pseudo-checkbox [disabled]=\"disabled\" [state]=\"selected ? 'checked' : 'unchecked'\" />\n </ng-content>\n}\n\n<span #kbqTitleText class=\"kbq-option-text\">\n <ng-content />\n</span>\n", styles: [".kbq-truncate-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kbq-no-select{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.kbq-option{position:relative;display:flex;flex-direction:row;align-items:center;box-sizing:border-box;outline:none;-webkit-tap-highlight-color:transparent;min-height:32px;gap:var(--kbq-size-s);border:var(--kbq-size-3xs) solid transparent;padding:var(--kbq-size-xxs) calc(var(--kbq-size-m) - var(--kbq-size-3xs));-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:var(--kbq-option-border-radius)}.kbq-option .kbq-list-text{display:flex;flex-direction:column;width:100%;box-sizing:content-box;display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kbq-option .kbq-list-text>*{margin:0;padding:0;font-weight:400;font-size:inherit}.kbq-option .kbq-list-text:empty{display:none}.kbq-option .kbq-list-option-caption{padding-top:var(--kbq-size-3xs)}.kbq-option:not(.kbq-disabled){cursor:pointer}.kbq-option-text{display:flex;flex-direction:column;width:100%;box-sizing:content-box;display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kbq-option-text>*{margin:0;padding:0;font-weight:400;font-size:inherit}.kbq-option-text:empty{display:none}.kbq-option{background:var(--kbq-list-default-container-background)}.kbq-option .kbq-option-text{color:var(--kbq-list-default-text-color)}.kbq-option .kbq-option-action .kbq-icon.kbq-empty{color:var(--kbq-list-default-icon-button-color)}.kbq-option .kbq-option-caption{color:var(--kbq-list-default-caption-color)}.kbq-option:hover:not(.kbq-disabled){background:var(--kbq-list-states-hover-container-background)}.kbq-option:hover:not(.kbq-disabled) .kbq-option-text{color:var(--kbq-list-states-hover-text-color)}.kbq-option:hover:not(.kbq-disabled) .kbq-option-action .kbq-icon.kbq-empty{color:var(--kbq-list-states-hover-icon-button-color)}.kbq-option:hover:not(.kbq-disabled) .kbq-option-caption{color:var(--kbq-list-states-hover-caption-color)}.kbq-option.kbq-selected{background:var(--kbq-list-states-selected-container-background)}.kbq-option.kbq-selected .kbq-option-text{color:var(--kbq-list-states-selected-text-color)}.kbq-option.kbq-selected .kbq-option-action .kbq-icon.kbq-empty{color:var(--kbq-list-states-selected-icon-button-color)}.kbq-option.kbq-selected .kbq-option-caption{color:var(--kbq-list-states-selected-caption-color)}.kbq-option.kbq-selected:hover:not(.kbq-disabled){background:var(--kbq-list-states-selected-hover-container-background)}.kbq-option.kbq-selected:hover:not(.kbq-disabled) .kbq-option-text{color:var(--kbq-list-states-selected-hover-text-color)}.kbq-option.kbq-selected:hover:not(.kbq-disabled) .kbq-option-action .kbq-icon.kbq-empty{color:var(--kbq-list-states-selected-hover-icon-button-color)}.kbq-option.kbq-selected:hover:not(.kbq-disabled) .kbq-option-caption{color:var(--kbq-list-states-selected-hover-caption-color)}.kbq-option.kbq-disabled{background:var(--kbq-list-states-disabled-container-background)}.kbq-option.kbq-disabled .kbq-option-text{color:var(--kbq-list-states-disabled-text-color)}.kbq-option.kbq-disabled .kbq-option-action .kbq-icon.kbq-empty{color:var(--kbq-list-states-disabled-icon-button-color)}.kbq-option.kbq-disabled .kbq-option-caption{color:var(--kbq-list-states-disabled-caption-color)}.kbq-option:is(.kbq-selected,.kbq-focused,.kbq-active):has(+:is(.kbq-selected,.kbq-focused,.kbq-active)){border-bottom-left-radius:0;border-bottom-right-radius:0}.kbq-option:is(.kbq-selected,.kbq-focused,.kbq-active)+:is(.kbq-selected,.kbq-focused,.kbq-active){border-top-left-radius:0;border-top-right-radius:0}.cdk-keyboard-focused .kbq-option.kbq-focused,.cdk-keyboard-focused .kbq-option.kbq-active{border-color:var(--kbq-list-states-focused-focus-outline-color)}.kbq-option{font-size:var(--kbq-typography-text-normal-font-size);font-weight:var(--kbq-typography-text-normal-font-weight);line-height:var(--kbq-typography-text-normal-line-height);font-family:var(--kbq-typography-text-normal-font-family);text-transform:var(--kbq-typography-text-normal-text-transform);font-feature-settings:var(--kbq-typography-text-normal-font-feature-settings);letter-spacing:var(--kbq-typography-text-normal-letter-spacing)}.kbq-list-option-caption{font-size:var(--kbq-typography-text-compact-font-size);font-weight:var(--kbq-typography-text-compact-font-weight);line-height:var(--kbq-typography-text-compact-line-height);font-family:var(--kbq-typography-text-compact-font-family);text-transform:var(--kbq-typography-text-compact-text-transform);font-feature-settings:var(--kbq-typography-text-compact-font-feature-settings);letter-spacing:var(--kbq-typography-text-compact-letter-spacing)}\n", ".kbq-list,.kbq-list-selection{--kbq-list-size-container-padding-left: var(--kbq-size-m);--kbq-list-size-container-padding-right: var(--kbq-size-m);--kbq-list-size-container-padding-vertical: var(--kbq-size-xs);--kbq-list-size-container-content-gap-horizontal: var(--kbq-size-s);--kbq-list-size-container-content-gap-vertical: var(--kbq-size-3xs);--kbq-list-size-container-focus-outline-width: var(--kbq-size-3xs);--kbq-list-size-header-padding-top: var(--kbq-size-s);--kbq-list-size-header-padding-bottom: var(--kbq-size-xxs);--kbq-list-size-header-padding-horizontal: var(--kbq-size-m);--kbq-list-size-subheading-padding-top: var(--kbq-size-m);--kbq-list-size-subheading-padding-bottom: var(--kbq-size-xxs);--kbq-list-size-subheading-padding-horizontal: var(--kbq-size-m);--kbq-list-default-container-background: transparent;--kbq-list-default-text-color: var(--kbq-foreground-contrast);--kbq-list-default-icon-color: var(--kbq-icon-contrast);--kbq-list-default-icon-button-color: var(--kbq-icon-contrast-fade);--kbq-list-default-caption-color: var(--kbq-foreground-contrast-secondary);--kbq-list-states-hover-container-background: var(--kbq-states-background-transparent-hover);--kbq-list-states-hover-text-color: var(--kbq-foreground-contrast);--kbq-list-states-hover-icon-color: var(--kbq-icon-contrast);--kbq-list-states-hover-icon-button-color: var(--kbq-icon-contrast-fade);--kbq-list-states-selected-container-background: var(--kbq-background-theme-less);--kbq-list-states-selected-text-color: var(--kbq-foreground-contrast);--kbq-list-states-selected-icon-color: var(--kbq-icon-contrast);--kbq-list-states-selected-icon-button-color: var(--kbq-icon-contrast-fade);--kbq-list-states-selected-hover-container-background: var(--kbq-states-background-theme-less-hover);--kbq-list-states-selected-hover-text-color: var(--kbq-foreground-contrast);--kbq-list-states-selected-hover-icon-color: var(--kbq-icon-contrast);--kbq-list-states-selected-hover-icon-button-color: var(--kbq-icon-contrast-fade);--kbq-list-states-focused-focus-outline-color: var(--kbq-states-line-focus-theme);--kbq-list-states-disabled-container-background: transparent;--kbq-list-states-disabled-text-color: var(--kbq-states-foreground-disabled);--kbq-list-states-disabled-icon-color: var(--kbq-states-icon-disabled);--kbq-list-states-disabled-icon-button-color: var(--kbq-states-icon-disabled);--kbq-list-states-disabled-caption-color: var(--kbq-states-foreground-disabled)}.kbq-option{--kbq-option-size-horizontal-padding: var(--kbq-size-m);--kbq-option-size-height: var(--kbq-size-3xl);--kbq-option-size-border-width: 2px;--kbq-option-border-radius: var(--kbq-size-xs)}.kbq-option{--kbq-list-default-container-background: transparent;--kbq-list-default-text-color: var(--kbq-foreground-contrast);--kbq-list-default-icon-color: var(--kbq-icon-contrast);--kbq-list-default-icon-button-color: var(--kbq-icon-contrast-fade);--kbq-list-default-caption-color: var(--kbq-foreground-contrast-secondary);--kbq-list-states-hover-container-background: var(--kbq-states-background-transparent-hover);--kbq-list-states-hover-text-color: var(--kbq-foreground-contrast);--kbq-list-states-hover-icon-color: var(--kbq-icon-contrast);--kbq-list-states-hover-icon-button-color: var(--kbq-icon-contrast-fade);--kbq-list-states-selected-container-background: var(--kbq-background-theme-less);--kbq-list-states-selected-text-color: var(--kbq-foreground-contrast);--kbq-list-states-selected-icon-color: var(--kbq-icon-contrast);--kbq-list-states-selected-icon-button-color: var(--kbq-icon-contrast-fade);--kbq-list-states-selected-hover-container-background: var(--kbq-states-background-theme-less-hover);--kbq-list-states-selected-hover-text-color: var(--kbq-foreground-contrast);--kbq-list-states-selected-hover-icon-color: var(--kbq-icon-contrast);--kbq-list-states-selected-hover-icon-button-color: var(--kbq-icon-contrast-fade);--kbq-list-states-focused-focus-outline-color: var(--kbq-states-line-focus-theme);--kbq-list-states-disabled-container-background: transparent;--kbq-list-states-disabled-text-color: var(--kbq-states-foreground-disabled);--kbq-list-states-disabled-icon-color: var(--kbq-states-icon-disabled);--kbq-list-states-disabled-icon-button-color: var(--kbq-states-icon-disabled);--kbq-list-states-disabled-caption-color: var(--kbq-states-foreground-disabled)}\n"], dependencies: [{ kind: "component", type: KbqPseudoCheckbox, selector: "kbq-pseudo-checkbox", inputs: ["big", "state", "disabled"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
3089
3267
  }
3090
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqOption, decorators: [{
3268
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KbqOption, decorators: [{
3091
3269
  type: Component,
3092
3270
  args: [{ selector: 'kbq-option', exportAs: 'kbqOption', host: {
3093
3271
  '[attr.tabindex]': 'getTabIndex()',
@@ -3177,11 +3355,11 @@ var MultipleMode;
3177
3355
  })(MultipleMode || (MultipleMode = {}));
3178
3356
 
3179
3357
  class KbqPseudoCheckboxModule {
3180
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqPseudoCheckboxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
3181
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: KbqPseudoCheckboxModule, declarations: [KbqPseudoCheckbox], imports: [CommonModule], exports: [KbqPseudoCheckbox] }); }
3182
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqPseudoCheckboxModule, imports: [CommonModule] }); }
3358
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KbqPseudoCheckboxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
3359
+ /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: KbqPseudoCheckboxModule, declarations: [KbqPseudoCheckbox], imports: [CommonModule], exports: [KbqPseudoCheckbox] }); }
3360
+ /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KbqPseudoCheckboxModule, imports: [CommonModule] }); }
3183
3361
  }
3184
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqPseudoCheckboxModule, decorators: [{
3362
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KbqPseudoCheckboxModule, decorators: [{
3185
3363
  type: NgModule,
3186
3364
  args: [{
3187
3365
  imports: [CommonModule],
@@ -3191,11 +3369,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImpor
3191
3369
  }] });
3192
3370
 
3193
3371
  class KbqOptionModule {
3194
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqOptionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
3195
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: KbqOptionModule, declarations: [KbqOption, KbqOptgroup, KbqOptionActionComponent], imports: [KbqPseudoCheckboxModule], exports: [KbqOption, KbqOptgroup, KbqOptionActionComponent] }); }
3196
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqOptionModule, imports: [KbqPseudoCheckboxModule] }); }
3372
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KbqOptionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
3373
+ /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: KbqOptionModule, declarations: [KbqOption, KbqOptgroup, KbqOptionActionComponent], imports: [KbqPseudoCheckboxModule], exports: [KbqOption, KbqOptgroup, KbqOptionActionComponent] }); }
3374
+ /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KbqOptionModule, imports: [KbqPseudoCheckboxModule] }); }
3197
3375
  }
3198
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqOptionModule, decorators: [{
3376
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KbqOptionModule, decorators: [{
3199
3377
  type: NgModule,
3200
3378
  args: [{
3201
3379
  imports: [KbqPseudoCheckboxModule],
@@ -3609,10 +3787,10 @@ class KbqPopUp {
3609
3787
  addEventListenerForHide() {
3610
3788
  this.elementRef.nativeElement.addEventListener('mouseleave', () => this.hide(0));
3611
3789
  }
3612
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqPopUp, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3613
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.6", type: KbqPopUp, host: { listeners: { "mouseenter": "hovered.next(true)", "mouseleave": "hovered.next(false)" } }, ngImport: i0 }); }
3790
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KbqPopUp, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3791
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: KbqPopUp, host: { listeners: { "mouseenter": "hovered.next(true)", "mouseleave": "hovered.next(false)" } }, ngImport: i0 }); }
3614
3792
  }
3615
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqPopUp, decorators: [{
3793
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KbqPopUp, decorators: [{
3616
3794
  type: Directive,
3617
3795
  args: [{
3618
3796
  host: {
@@ -3949,10 +4127,10 @@ class KbqPopUpTrigger {
3949
4127
  this.hide();
3950
4128
  });
3951
4129
  }
3952
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqPopUpTrigger, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3953
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.6", type: KbqPopUpTrigger, host: { listeners: { "mouseenter": "hovered.next(true)", "mouseleave": "hovered.next(false)" } }, ngImport: i0 }); }
4130
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KbqPopUpTrigger, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4131
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: KbqPopUpTrigger, host: { listeners: { "mouseenter": "hovered.next(true)", "mouseleave": "hovered.next(false)" } }, ngImport: i0 }); }
3954
4132
  }
3955
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqPopUpTrigger, decorators: [{
4133
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KbqPopUpTrigger, decorators: [{
3956
4134
  type: Directive,
3957
4135
  args: [{
3958
4136
  host: {
@@ -3981,10 +4159,10 @@ const KBQ_SELECT_SCROLL_STRATEGY_PROVIDER = {
3981
4159
  };
3982
4160
 
3983
4161
  class KbqSelectTrigger {
3984
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqSelectTrigger, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3985
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.6", type: KbqSelectTrigger, isStandalone: true, selector: "kbq-select-trigger, [kbq-select-trigger]", ngImport: i0 }); }
4162
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KbqSelectTrigger, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4163
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: KbqSelectTrigger, isStandalone: true, selector: "kbq-select-trigger, [kbq-select-trigger]", ngImport: i0 }); }
3986
4164
  }
3987
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqSelectTrigger, decorators: [{
4165
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KbqSelectTrigger, decorators: [{
3988
4166
  type: Directive,
3989
4167
  args: [{
3990
4168
  selector: 'kbq-select-trigger, [kbq-select-trigger]',
@@ -3992,10 +4170,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImpor
3992
4170
  }]
3993
4171
  }] });
3994
4172
  class KbqSelectMatcher {
3995
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqSelectMatcher, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3996
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.6", type: KbqSelectMatcher, isStandalone: true, selector: "kbq-select-matcher, [kbq-select-matcher]", ngImport: i0 }); }
4173
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KbqSelectMatcher, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4174
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: KbqSelectMatcher, isStandalone: true, selector: "kbq-select-matcher, [kbq-select-matcher]", ngImport: i0 }); }
3997
4175
  }
3998
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqSelectMatcher, decorators: [{
4176
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KbqSelectMatcher, decorators: [{
3999
4177
  type: Directive,
4000
4178
  args: [{
4001
4179
  selector: 'kbq-select-matcher, [kbq-select-matcher]',
@@ -4003,10 +4181,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImpor
4003
4181
  }]
4004
4182
  }] });
4005
4183
  class KbqSelectFooter {
4006
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqSelectFooter, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4007
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.6", type: KbqSelectFooter, isStandalone: true, selector: "kbq-select-footer, [kbq-select-footer]", host: { classAttribute: "kbq-select__footer" }, ngImport: i0 }); }
4184
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KbqSelectFooter, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4185
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: KbqSelectFooter, isStandalone: true, selector: "kbq-select-footer, [kbq-select-footer]", host: { classAttribute: "kbq-select__footer" }, ngImport: i0 }); }
4008
4186
  }
4009
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqSelectFooter, decorators: [{
4187
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KbqSelectFooter, decorators: [{
4010
4188
  type: Directive,
4011
4189
  args: [{
4012
4190
  selector: 'kbq-select-footer, [kbq-select-footer]',
@@ -4066,10 +4244,10 @@ class KbqSelectSearch {
4066
4244
  event.stopPropagation();
4067
4245
  }
4068
4246
  }
4069
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqSelectSearch, deps: [{ token: KBQ_FORM_FIELD_REF, optional: true }], target: i0.ɵɵFactoryTarget.Directive }); }
4070
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.6", type: KbqSelectSearch, isStandalone: true, selector: "[kbqSelectSearch]", host: { listeners: { "keydown": "handleKeydown($event)" } }, exportAs: ["kbqSelectSearch"], ngImport: i0 }); }
4247
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KbqSelectSearch, deps: [{ token: KBQ_FORM_FIELD_REF, optional: true }], target: i0.ɵɵFactoryTarget.Directive }); }
4248
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: KbqSelectSearch, isStandalone: true, selector: "[kbqSelectSearch]", host: { listeners: { "keydown": "handleKeydown($event)" } }, exportAs: ["kbqSelectSearch"], ngImport: i0 }); }
4071
4249
  }
4072
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqSelectSearch, decorators: [{
4250
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KbqSelectSearch, decorators: [{
4073
4251
  type: Directive,
4074
4252
  args: [{
4075
4253
  selector: '[kbqSelectSearch]',
@@ -4086,10 +4264,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImpor
4086
4264
  args: [KBQ_FORM_FIELD_REF]
4087
4265
  }] }] });
4088
4266
  class KbqSelectSearchEmptyResult {
4089
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqSelectSearchEmptyResult, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4090
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.6", type: KbqSelectSearchEmptyResult, isStandalone: true, selector: "[kbq-select-search-empty-result]", exportAs: ["kbqSelectSearchEmptyResult"], ngImport: i0 }); }
4267
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KbqSelectSearchEmptyResult, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4268
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: KbqSelectSearchEmptyResult, isStandalone: true, selector: "[kbq-select-search-empty-result]", exportAs: ["kbqSelectSearchEmptyResult"], ngImport: i0 }); }
4091
4269
  }
4092
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqSelectSearchEmptyResult, decorators: [{
4270
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KbqSelectSearchEmptyResult, decorators: [{
4093
4271
  type: Directive,
4094
4272
  args: [{
4095
4273
  selector: '[kbq-select-search-empty-result]',
@@ -4218,10 +4396,10 @@ class KbqMeasureScrollbarService {
4218
4396
  this.document.body.removeChild(scrollDiv);
4219
4397
  this._scrollBarWidth = width;
4220
4398
  }
4221
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqMeasureScrollbarService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
4222
- /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqMeasureScrollbarService, providedIn: 'root' }); }
4399
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KbqMeasureScrollbarService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
4400
+ /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KbqMeasureScrollbarService, providedIn: 'root' }); }
4223
4401
  }
4224
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqMeasureScrollbarService, decorators: [{
4402
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KbqMeasureScrollbarService, decorators: [{
4225
4403
  type: Injectable,
4226
4404
  args: [{ providedIn: 'root' }]
4227
4405
  }], ctorParameters: () => [] });
@@ -4294,104 +4472,14 @@ class ThemeService {
4294
4472
  getTheme() {
4295
4473
  return this.current.value;
4296
4474
  }
4297
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: ThemeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
4298
- /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: ThemeService, providedIn: 'root' }); }
4475
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ThemeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
4476
+ /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ThemeService, providedIn: 'root' }); }
4299
4477
  }
4300
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: ThemeService, decorators: [{
4478
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ThemeService, decorators: [{
4301
4479
  type: Injectable,
4302
4480
  args: [{ providedIn: 'root' }]
4303
4481
  }], ctorParameters: () => [] });
4304
4482
 
4305
- var MeasurementSystem;
4306
- (function (MeasurementSystem) {
4307
- MeasurementSystem["SI"] = "SI";
4308
- MeasurementSystem["IEC"] = "IEC";
4309
- })(MeasurementSystem || (MeasurementSystem = {}));
4310
- const KBQ_SIZE_UNITS_DEFAULT_CONFIG = enUSFormattersData.sizeUnits;
4311
- const KBQ_SIZE_UNITS_CONFIG = new InjectionToken('KbqSizeUnitsConfig');
4312
-
4313
- const formatDataSize = (value, precision, system) => {
4314
- const { result, unit } = getHumanizedBytes(value, system);
4315
- let volume;
4316
- if (system.abbreviations[0] === unit) {
4317
- volume = result.toString();
4318
- }
4319
- else {
4320
- volume = result.toFixed(precision).replace(/\./g, ',');
4321
- }
4322
- return {
4323
- value: volume,
4324
- unit
4325
- };
4326
- };
4327
- /**
4328
- * Переводит байты в Кб, Мб, Гб
4329
- *
4330
- * @param value количество байт
4331
- * @param system система измерения
4332
- * @param threshold нижний порог подсчета
4333
- */
4334
- const getHumanizedBytes = (value, system, threshold) => {
4335
- if (!Number.isFinite(value)) {
4336
- throw new Error('Argument "value" must be number!');
4337
- }
4338
- const calculatedThreshold = Number.isFinite(threshold) ? threshold : Math.pow(system.base, system.power);
4339
- const orderOfMagnitude = Math.pow(system.base, system.power);
4340
- let result = value;
4341
- let step = 0;
4342
- const len = system.abbreviations.length - 1;
4343
- while (step < len) {
4344
- if (calculatedThreshold !== undefined && result < calculatedThreshold) {
4345
- break;
4346
- }
4347
- step++;
4348
- result = value / Math.pow(orderOfMagnitude, step);
4349
- }
4350
- return {
4351
- result,
4352
- unit: system.abbreviations[step]
4353
- };
4354
- };
4355
-
4356
- class KbqDataSizePipe {
4357
- constructor(externalConfig, localeService) {
4358
- this.externalConfig = externalConfig;
4359
- this.localeService = localeService;
4360
- this.updateLocaleParams = () => {
4361
- this.config = this.externalConfig || this.localeService?.getParams('sizeUnits');
4362
- };
4363
- this.localeService?.changes.subscribe(this.updateLocaleParams);
4364
- if (!localeService) {
4365
- this.config = KBQ_SIZE_UNITS_DEFAULT_CONFIG;
4366
- }
4367
- }
4368
- transform(source, precision, unitSystemName) {
4369
- const unitSystem = this.config.unitSystems[unitSystemName || this.config.defaultUnitSystem];
4370
- const { value, unit } = formatDataSize(source, precision || this.config.defaultPrecision, unitSystem);
4371
- return `${value} ${unit}`;
4372
- }
4373
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqDataSizePipe, deps: [{ token: KBQ_SIZE_UNITS_CONFIG, optional: true }, { token: KBQ_LOCALE_SERVICE, optional: true }], target: i0.ɵɵFactoryTarget.Pipe }); }
4374
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: KbqDataSizePipe, isStandalone: true, name: "kbqDataSize", pure: false }); }
4375
- }
4376
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqDataSizePipe, decorators: [{
4377
- type: Pipe,
4378
- args: [{
4379
- name: 'kbqDataSize',
4380
- standalone: true,
4381
- pure: false
4382
- }]
4383
- }], ctorParameters: () => [{ type: undefined, decorators: [{
4384
- type: Optional
4385
- }, {
4386
- type: Inject,
4387
- args: [KBQ_SIZE_UNITS_CONFIG]
4388
- }] }, { type: KbqLocaleService, decorators: [{
4389
- type: Optional
4390
- }, {
4391
- type: Inject,
4392
- args: [KBQ_LOCALE_SERVICE]
4393
- }] }] });
4394
-
4395
4483
  function isBoolean(value) {
4396
4484
  return typeof value === 'boolean';
4397
4485
  }
@@ -4421,11 +4509,11 @@ const KBQ_VALIDATION = new InjectionToken('KbqUseValidation', {
4421
4509
  factory: () => ({ useValidation: true })
4422
4510
  });
4423
4511
 
4424
- const VERSION = new Version('18.27.0+sha-6d78d33');
4512
+ const VERSION = new Version('18.29.0+sha-1384c48');
4425
4513
 
4426
4514
  /**
4427
4515
  * Generated bundle index. Do not edit.
4428
4516
  */
4429
4517
 
4430
- export { ARROW_BOTTOM_MARGIN_AND_HALF_HEIGHT, AbsoluteDateFormatterImpurePipe, AbsoluteDateFormatterPipe, AbsoluteDateShortFormatterImpurePipe, AbsoluteDateShortFormatterPipe, AbsoluteDateTimeFormatterImpurePipe, AbsoluteDateTimeFormatterPipe, AbsoluteShortDateTimeFormatterImpurePipe, AbsoluteShortDateTimeFormatterPipe, AnimationCurves, BOTTOM_LEFT_POSITION_PRIORITY, BOTTOM_POSITION_PRIORITY, BOTTOM_RIGHT_POSITION_PRIORITY, BaseFormatterPipe, DateAdapter, DateFormatter, EXTENDED_OVERLAY_POSITIONS, EmptyFocusTrapStrategy, ErrorStateMatcher, FileValidators, 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_FORM_FIELD_REF, 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_PARENT_ANIMATION_COMPONENT, KBQ_PARENT_POPUP, KBQ_SANITY_CHECKS, KBQ_SELECT_SCROLL_STRATEGY, KBQ_SELECT_SCROLL_STRATEGY_PROVIDER, KBQ_SIZE_UNITS_CONFIG, KBQ_SIZE_UNITS_DEFAULT_CONFIG, KBQ_TITLE_TEXT_REF, KBQ_VALIDATION, KbqAbstractSelect, KbqAnimationCurves, KbqAnimationDurations, KbqColorDirective, KbqCommonModule, KbqComponentColors, KbqDataSizePipe, KbqDecimalPipe, KbqDefaultThemes, KbqForm, KbqFormElement, KbqFormattersModule, KbqFormsModule, KbqHighlightModule, KbqHighlightPipe, KbqLine, KbqLineModule, KbqLineSetter, KbqLocaleService, KbqLocaleServiceModule, KbqMeasureScrollbarService, KbqOptgroup, KbqOption, KbqOptionActionComponent, KbqOptionBase, KbqOptionModule, KbqOptionSelectionChange, KbqPopUp, KbqPopUpTrigger, KbqPseudoCheckbox, KbqPseudoCheckboxModule, KbqRoundDecimalPipe, KbqSelectFooter, KbqSelectMatcher, KbqSelectSearch, KbqSelectSearchEmptyResult, KbqSelectTrigger, KbqTableNumberPipe, KbqThemeSelector, KbqVirtualOption, LEFT_BOTTOM_POSITION_PRIORITY, LEFT_POSITION_PRIORITY, LEFT_TOP_POSITION_PRIORITY, MeasurementSystem, MultipleMode, NUMBER_FORMAT_REGEXP, POSITION_MAP, POSITION_PRIORITY_STRATEGY, POSITION_TO_CSS_MAP, PasswordValidators, PopUpPlacements, PopUpSizes, PopUpTriggers, PopUpVisibility, 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, SELECT_PANEL_VIEWPORT_PADDING, ShowOnControlDirtyErrorStateMatcher, ShowOnFormSubmitErrorStateMatcher, TOP_LEFT_POSITION_PRIORITY, TOP_POSITION_PRIORITY, TOP_RIGHT_POSITION_PRIORITY, ThemePalette, ThemeService, VERSION, applyPopupMargins, checkAndNormalizeLocalizedNumber, countGroupLabelsBeforeOption, defaultOffsetY, enUSFormattersData, enUSLocaleData, esLAFormattersData, esLALocaleData, escapeRegExp, faIRFormattersData, faIRLocaleData, fadeAnimation, formatDataSize, getHumanizedBytes, getKbqSelectDynamicMultipleError, getKbqSelectNonArrayValueError, getKbqSelectNonFunctionValueError, getNodesWithoutComments, getOptionScrollPosition, hidingIntervalForHover, isBoolean, isMac, isWithin, kbqErrorStateMatcherProvider, kbqLocaleServiceLangAttrNameProvider, kbqSelectAnimations, kbqSelectScrollStrategyProviderFactory, leftIconClassName, mixinColor, mixinDisabled, mixinErrorState, mixinTabIndex, normalizeNumber, numberByParts, ptBRFormattersData, ptBRLocaleData, rightIconClassName, ruRUFormattersData, ruRULocaleData, selectEvents, tkTMFormattersData, tkTMLocaleData, toBoolean, validationTooltipHideDelay, validationTooltipShowDelay, zhCNFormattersData, zhCNLocaleData };
4518
+ export { ARROW_BOTTOM_MARGIN_AND_HALF_HEIGHT, AbsoluteDateFormatterImpurePipe, AbsoluteDateFormatterPipe, AbsoluteDateShortFormatterImpurePipe, AbsoluteDateShortFormatterPipe, AbsoluteDateTimeFormatterImpurePipe, AbsoluteDateTimeFormatterPipe, AbsoluteShortDateTimeFormatterImpurePipe, AbsoluteShortDateTimeFormatterPipe, AnimationCurves, BOTTOM_LEFT_POSITION_PRIORITY, BOTTOM_POSITION_PRIORITY, BOTTOM_RIGHT_POSITION_PRIORITY, BaseFormatterPipe, DateAdapter, DateFormatter, EXTENDED_OVERLAY_POSITIONS, EmptyFocusTrapStrategy, ErrorStateMatcher, FileValidators, 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_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_PARENT_ANIMATION_COMPONENT, KBQ_PARENT_POPUP, KBQ_SANITY_CHECKS, KBQ_SELECT_SCROLL_STRATEGY, KBQ_SELECT_SCROLL_STRATEGY_PROVIDER, KBQ_SIZE_UNITS_CONFIG, KBQ_SIZE_UNITS_DEFAULT_CONFIG, KBQ_TITLE_TEXT_REF, KBQ_VALIDATION, KbqAbstractSelect, KbqAnimationCurves, KbqAnimationDurations, KbqColorDirective, KbqCommonModule, KbqComponentColors, KbqDataSizePipe, KbqDecimalPipe, KbqDefaultThemes, KbqForm, KbqFormElement, KbqFormattersModule, KbqFormsModule, KbqHighlightModule, KbqHighlightPipe, KbqLine, KbqLineModule, KbqLineSetter, KbqLocaleService, KbqLocaleServiceModule, KbqMeasureScrollbarService, KbqMeasurementSystem, KbqNormalizeWhitespace, KbqOptgroup, KbqOption, KbqOptionActionComponent, KbqOptionBase, KbqOptionModule, KbqOptionSelectionChange, KbqPopUp, KbqPopUpTrigger, KbqPseudoCheckbox, KbqPseudoCheckboxModule, KbqRoundDecimalPipe, KbqSelectFooter, KbqSelectMatcher, KbqSelectSearch, KbqSelectSearchEmptyResult, KbqSelectTrigger, KbqTableNumberPipe, KbqThemeSelector, KbqVirtualOption, LEFT_BOTTOM_POSITION_PRIORITY, LEFT_POSITION_PRIORITY, LEFT_TOP_POSITION_PRIORITY, MeasurementSystem, MultipleMode, NUMBER_FORMAT_REGEXP, POSITION_MAP, POSITION_PRIORITY_STRATEGY, POSITION_TO_CSS_MAP, PasswordValidators, PopUpPlacements, PopUpSizes, PopUpTriggers, PopUpVisibility, 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, SELECT_PANEL_VIEWPORT_PADDING, ShowOnControlDirtyErrorStateMatcher, ShowOnFormSubmitErrorStateMatcher, TOP_LEFT_POSITION_PRIORITY, TOP_POSITION_PRIORITY, TOP_RIGHT_POSITION_PRIORITY, ThemePalette, ThemeService, VERSION, applyPopupMargins, checkAndNormalizeLocalizedNumber, countGroupLabelsBeforeOption, defaultOffsetY, enUSFormattersData, enUSLocaleData, esLAFormattersData, esLALocaleData, escapeRegExp, faIRFormattersData, faIRLocaleData, fadeAnimation, formatDataSize, formatNumberWithLocale, getFormattedSizeParts, getHumanizedBytes, getKbqSelectDynamicMultipleError, getKbqSelectNonArrayValueError, getKbqSelectNonFunctionValueError, getNodesWithoutComments, getOptionScrollPosition, hidingIntervalForHover, isBoolean, isMac, isWithin, kbqErrorStateMatcherProvider, kbqFilesizeFormatterConfigurationProvider, kbqLocaleServiceLangAttrNameProvider, kbqSelectAnimations, kbqSelectScrollStrategyProviderFactory, leftIconClassName, mixinColor, mixinDisabled, mixinErrorState, mixinTabIndex, normalizeNumber, numberByParts, ptBRFormattersData, ptBRLocaleData, rightIconClassName, ruRUFormattersData, ruRULocaleData, selectEvents, tkTMFormattersData, tkTMLocaleData, toBoolean, validationTooltipHideDelay, validationTooltipShowDelay, zhCNFormattersData, zhCNLocaleData };
4431
4519
  //# sourceMappingURL=koobiq-components-core.mjs.map