@koobiq/components 18.0.0 → 18.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (269) hide show
  1. package/alert/alert-tokens.scss +2 -2
  2. package/core/pop-up/pop-up-trigger.d.ts +5 -1
  3. package/core/styles/typography/_typography.scss +15 -0
  4. package/esm2022/alert/alert.component.mjs +13 -13
  5. package/esm2022/alert/alert.module.mjs +4 -4
  6. package/esm2022/autocomplete/autocomplete-origin.directive.mjs +3 -3
  7. package/esm2022/autocomplete/autocomplete-trigger.directive.mjs +3 -3
  8. package/esm2022/autocomplete/autocomplete.component.mjs +3 -3
  9. package/esm2022/autocomplete/autocomplete.module.mjs +4 -4
  10. package/esm2022/badge/badge.component.mjs +9 -9
  11. package/esm2022/badge/badge.module.mjs +4 -4
  12. package/esm2022/button/button.component.mjs +6 -6
  13. package/esm2022/button/button.module.mjs +4 -4
  14. package/esm2022/button-toggle/button-toggle.component.mjs +6 -6
  15. package/esm2022/button-toggle/button-toggle.module.mjs +4 -4
  16. package/esm2022/checkbox/checkbox-module.mjs +4 -4
  17. package/esm2022/checkbox/checkbox-required-validator.mjs +3 -3
  18. package/esm2022/checkbox/checkbox.mjs +3 -3
  19. package/esm2022/code-block/actionbar.component.mjs +3 -3
  20. package/esm2022/code-block/code-block.component.mjs +3 -3
  21. package/esm2022/code-block/code-block.module.mjs +4 -4
  22. package/esm2022/core/common-behaviors/common-module.mjs +4 -4
  23. package/esm2022/core/error/error-options.mjs +6 -6
  24. package/esm2022/core/formatters/date/formatter.mjs +3 -3
  25. package/esm2022/core/formatters/date/formatter.pipe.mjs +39 -39
  26. package/esm2022/core/formatters/index.mjs +4 -4
  27. package/esm2022/core/formatters/number/formatter.mjs +12 -12
  28. package/esm2022/core/forms/forms-module.mjs +4 -4
  29. package/esm2022/core/forms/forms.directive.mjs +6 -6
  30. package/esm2022/core/highlight/highlight.pipe.mjs +3 -3
  31. package/esm2022/core/highlight/index.mjs +4 -4
  32. package/esm2022/core/line/line.mjs +7 -7
  33. package/esm2022/core/locales/locale-service.mjs +3 -3
  34. package/esm2022/core/locales/locale-service.module.mjs +4 -4
  35. package/esm2022/core/option/action.mjs +3 -3
  36. package/esm2022/core/option/optgroup.mjs +3 -3
  37. package/esm2022/core/option/option-module.mjs +4 -4
  38. package/esm2022/core/option/option.mjs +3 -3
  39. package/esm2022/core/pop-up/pop-up-trigger.mjs +17 -8
  40. package/esm2022/core/pop-up/pop-up.mjs +3 -3
  41. package/esm2022/core/select/common.mjs +15 -15
  42. package/esm2022/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +3 -3
  43. package/esm2022/core/selection/pseudo-checkbox/pseudo-checkbox.module.mjs +4 -4
  44. package/esm2022/core/services/measure-scrollbar.service.mjs +3 -3
  45. package/esm2022/core/services/theme.service.mjs +3 -3
  46. package/esm2022/core/utils/data-size/data-size.pipe.mjs +3 -3
  47. package/esm2022/core/version.mjs +2 -2
  48. package/esm2022/datepicker/calendar-body.component.mjs +3 -3
  49. package/esm2022/datepicker/calendar-header.component.mjs +3 -3
  50. package/esm2022/datepicker/calendar.component.mjs +3 -3
  51. package/esm2022/datepicker/datepicker-input.directive.mjs +3 -3
  52. package/esm2022/datepicker/datepicker-intl.mjs +3 -3
  53. package/esm2022/datepicker/datepicker-module.mjs +4 -4
  54. package/esm2022/datepicker/datepicker-toggle.component.mjs +6 -6
  55. package/esm2022/datepicker/datepicker.component.mjs +6 -6
  56. package/esm2022/datepicker/month-view.component.mjs +3 -3
  57. package/esm2022/divider/divider.component.mjs +3 -3
  58. package/esm2022/divider/divider.module.mjs +4 -4
  59. package/esm2022/dl/dl.component.mjs +9 -9
  60. package/esm2022/dl/dl.module.mjs +4 -4
  61. package/esm2022/dropdown/dropdown-content.directive.mjs +3 -3
  62. package/esm2022/dropdown/dropdown-item.component.mjs +3 -3
  63. package/esm2022/dropdown/dropdown-trigger.directive.mjs +3 -3
  64. package/esm2022/dropdown/dropdown.component.mjs +3 -3
  65. package/esm2022/dropdown/dropdown.module.mjs +4 -4
  66. package/esm2022/ellipsis-center/ellipsis-center.directive.mjs +7 -7
  67. package/esm2022/empty-state/empty-state.component.mjs +15 -15
  68. package/esm2022/empty-state/empty-state.module.mjs +4 -4
  69. package/esm2022/file-upload/file-drop.mjs +3 -3
  70. package/esm2022/file-upload/file-upload.module.mjs +4 -4
  71. package/esm2022/file-upload/multiple-file-upload.component.mjs +4 -4
  72. package/esm2022/file-upload/single-file-upload.component.mjs +4 -4
  73. package/esm2022/form-field/cleaner.mjs +3 -3
  74. package/esm2022/form-field/form-field.mjs +9 -9
  75. package/esm2022/form-field/form-field.module.mjs +4 -4
  76. package/esm2022/form-field/hint.mjs +3 -3
  77. package/esm2022/form-field/password-hint.mjs +6 -6
  78. package/esm2022/form-field/password-toggle.mjs +3 -3
  79. package/esm2022/form-field/prefix.mjs +3 -3
  80. package/esm2022/form-field/stepper.mjs +3 -3
  81. package/esm2022/form-field/suffix.mjs +3 -3
  82. package/esm2022/form-field/validate.directive.mjs +3 -3
  83. package/esm2022/icon/icon-button.component.mjs +5 -5
  84. package/esm2022/icon/icon-item.component.mjs +5 -5
  85. package/esm2022/icon/icon.component.mjs +5 -5
  86. package/esm2022/icon/icon.module.mjs +13 -24
  87. package/esm2022/input/input-number-validators.mjs +6 -6
  88. package/esm2022/input/input-number.mjs +5 -5
  89. package/esm2022/input/input-password.mjs +3 -3
  90. package/esm2022/input/input.mjs +8 -8
  91. package/esm2022/input/input.module.mjs +4 -4
  92. package/esm2022/link/link.component.mjs +3 -3
  93. package/esm2022/link/link.module.mjs +4 -4
  94. package/esm2022/list/list-selection.component.mjs +9 -9
  95. package/esm2022/list/list.component.mjs +6 -6
  96. package/esm2022/list/list.module.mjs +4 -4
  97. package/esm2022/loader-overlay/loader-overlay.component.mjs +12 -12
  98. package/esm2022/loader-overlay/loader-overlay.module.mjs +4 -4
  99. package/esm2022/markdown/markdown.component.mjs +5 -5
  100. package/esm2022/markdown/markdown.module.mjs +4 -4
  101. package/esm2022/markdown/markdown.service.mjs +3 -3
  102. package/esm2022/modal/css-unit.pipe.mjs +3 -3
  103. package/esm2022/modal/modal-control.service.mjs +3 -3
  104. package/esm2022/modal/modal.component.mjs +3 -3
  105. package/esm2022/modal/modal.directive.mjs +53 -17
  106. package/esm2022/modal/modal.module.mjs +4 -4
  107. package/esm2022/modal/modal.service.mjs +3 -3
  108. package/esm2022/navbar/navbar-item.component.mjs +27 -27
  109. package/esm2022/navbar/navbar.component.mjs +9 -9
  110. package/esm2022/navbar/navbar.module.mjs +4 -4
  111. package/esm2022/navbar/vertical-navbar.component.mjs +3 -3
  112. package/esm2022/popover/popover-confirm.component.mjs +6 -6
  113. package/esm2022/popover/popover.component.mjs +6 -6
  114. package/esm2022/popover/popover.module.mjs +4 -4
  115. package/esm2022/progress-bar/progress-bar.component.mjs +9 -9
  116. package/esm2022/progress-bar/progress-bar.module.mjs +4 -4
  117. package/esm2022/progress-spinner/progress-spinner.component.mjs +9 -9
  118. package/esm2022/progress-spinner/progress-spinner.module.mjs +4 -4
  119. package/esm2022/radio/radio.component.mjs +6 -6
  120. package/esm2022/radio/radio.module.mjs +4 -4
  121. package/esm2022/risk-level/risk-level.component.mjs +3 -3
  122. package/esm2022/risk-level/risk-level.module.mjs +4 -4
  123. package/esm2022/scrollbar/scrollbar.component.mjs +3 -3
  124. package/esm2022/scrollbar/scrollbar.directive.mjs +3 -3
  125. package/esm2022/scrollbar/scrollbar.module.mjs +4 -4
  126. package/esm2022/select/select-option.directive.mjs +3 -3
  127. package/esm2022/select/select.component.mjs +3 -3
  128. package/esm2022/select/select.module.mjs +4 -4
  129. package/esm2022/sidebar/sidebar.component.mjs +9 -9
  130. package/esm2022/sidebar/sidebar.module.mjs +4 -4
  131. package/esm2022/sidepanel/sidepanel-container.component.mjs +3 -3
  132. package/esm2022/sidepanel/sidepanel-directives.mjs +15 -15
  133. package/esm2022/sidepanel/sidepanel.module.mjs +4 -4
  134. package/esm2022/sidepanel/sidepanel.service.mjs +3 -3
  135. package/esm2022/splitter/splitter.component.mjs +12 -12
  136. package/esm2022/splitter/splitter.module.mjs +4 -4
  137. package/esm2022/table/table.component.mjs +6 -6
  138. package/esm2022/table/table.module.mjs +4 -4
  139. package/esm2022/tabs/paginated-tab-header.mjs +3 -3
  140. package/esm2022/tabs/tab-body.component.mjs +6 -6
  141. package/esm2022/tabs/tab-content.directive.mjs +3 -3
  142. package/esm2022/tabs/tab-group.component.mjs +33 -18
  143. package/esm2022/tabs/tab-header.component.mjs +16 -5
  144. package/esm2022/tabs/tab-label-wrapper.directive.mjs +8 -4
  145. package/esm2022/tabs/tab-label.directive.mjs +3 -3
  146. package/esm2022/tabs/tab-nav-bar/tab-nav-bar.mjs +7 -7
  147. package/esm2022/tabs/tab.component.mjs +3 -3
  148. package/esm2022/tabs/tabs.module.mjs +15 -8
  149. package/esm2022/tags/tag-input.mjs +3 -3
  150. package/esm2022/tags/tag-list.component.mjs +3 -3
  151. package/esm2022/tags/tag.component.mjs +12 -12
  152. package/esm2022/tags/tag.module.mjs +4 -4
  153. package/esm2022/textarea/textarea.component.mjs +3 -3
  154. package/esm2022/textarea/textarea.module.mjs +4 -4
  155. package/esm2022/timepicker/timepicker.directive.mjs +3 -3
  156. package/esm2022/timepicker/timepicker.module.mjs +4 -4
  157. package/esm2022/timezone/cities-by-filter.pipe.mjs +3 -3
  158. package/esm2022/timezone/timezone-option.component.mjs +5 -5
  159. package/esm2022/timezone/timezone-option.directive.mjs +3 -3
  160. package/esm2022/timezone/timezone-select.component.mjs +8 -8
  161. package/esm2022/timezone/timezone.module.mjs +4 -4
  162. package/esm2022/timezone/utc-offset.pipe.mjs +3 -3
  163. package/esm2022/title/title.directive.mjs +3 -3
  164. package/esm2022/title/title.module.mjs +4 -4
  165. package/esm2022/toast/toast-container.component.mjs +3 -3
  166. package/esm2022/toast/toast.component.mjs +6 -6
  167. package/esm2022/toast/toast.module.mjs +4 -4
  168. package/esm2022/toast/toast.service.mjs +3 -3
  169. package/esm2022/toggle/toggle.component.mjs +3 -3
  170. package/esm2022/toggle/toggle.module.mjs +4 -4
  171. package/esm2022/tooltip/tooltip.component.mjs +52 -15
  172. package/esm2022/tooltip/tooltip.module.mjs +15 -28
  173. package/esm2022/tree/node.mjs +3 -3
  174. package/esm2022/tree/outlet.mjs +3 -3
  175. package/esm2022/tree/padding.directive.mjs +3 -3
  176. package/esm2022/tree/toggle.mjs +9 -9
  177. package/esm2022/tree/tree-base.mjs +6 -6
  178. package/esm2022/tree/tree-option.component.mjs +6 -5
  179. package/esm2022/tree/tree-selection.component.mjs +3 -3
  180. package/esm2022/tree/tree.mjs +3 -3
  181. package/esm2022/tree/tree.module.mjs +4 -4
  182. package/esm2022/tree-select/tree-select.component.mjs +13 -6
  183. package/esm2022/tree-select/tree-select.module.mjs +4 -4
  184. package/fesm2022/koobiq-components-alert.mjs +17 -17
  185. package/fesm2022/koobiq-components-alert.mjs.map +1 -1
  186. package/fesm2022/koobiq-components-autocomplete.mjs +13 -13
  187. package/fesm2022/koobiq-components-badge.mjs +13 -13
  188. package/fesm2022/koobiq-components-button-toggle.mjs +10 -10
  189. package/fesm2022/koobiq-components-button.mjs +10 -10
  190. package/fesm2022/koobiq-components-checkbox.mjs +10 -10
  191. package/fesm2022/koobiq-components-code-block.mjs +10 -10
  192. package/fesm2022/koobiq-components-code-block.mjs.map +1 -1
  193. package/fesm2022/koobiq-components-core.mjs +163 -154
  194. package/fesm2022/koobiq-components-core.mjs.map +1 -1
  195. package/fesm2022/koobiq-components-datepicker.mjs +34 -34
  196. package/fesm2022/koobiq-components-divider.mjs +7 -7
  197. package/fesm2022/koobiq-components-dl.mjs +13 -13
  198. package/fesm2022/koobiq-components-dropdown.mjs +16 -16
  199. package/fesm2022/koobiq-components-ellipsis-center.mjs +7 -7
  200. package/fesm2022/koobiq-components-empty-state.mjs +19 -19
  201. package/fesm2022/koobiq-components-file-upload.mjs +15 -15
  202. package/fesm2022/koobiq-components-file-upload.mjs.map +1 -1
  203. package/fesm2022/koobiq-components-form-field.mjs +39 -39
  204. package/fesm2022/koobiq-components-form-field.mjs.map +1 -1
  205. package/fesm2022/koobiq-components-icon.mjs +24 -35
  206. package/fesm2022/koobiq-components-icon.mjs.map +1 -1
  207. package/fesm2022/koobiq-components-input.mjs +24 -24
  208. package/fesm2022/koobiq-components-input.mjs.map +1 -1
  209. package/fesm2022/koobiq-components-link.mjs +7 -7
  210. package/fesm2022/koobiq-components-list.mjs +19 -19
  211. package/fesm2022/koobiq-components-loader-overlay.mjs +16 -16
  212. package/fesm2022/koobiq-components-markdown.mjs +12 -12
  213. package/fesm2022/koobiq-components-markdown.mjs.map +1 -1
  214. package/fesm2022/koobiq-components-modal.mjs +63 -31
  215. package/fesm2022/koobiq-components-modal.mjs.map +1 -1
  216. package/fesm2022/koobiq-components-navbar.mjs +43 -43
  217. package/fesm2022/koobiq-components-popover.mjs +16 -16
  218. package/fesm2022/koobiq-components-progress-bar.mjs +13 -13
  219. package/fesm2022/koobiq-components-progress-spinner.mjs +13 -13
  220. package/fesm2022/koobiq-components-radio.mjs +10 -10
  221. package/fesm2022/koobiq-components-risk-level.mjs +7 -7
  222. package/fesm2022/koobiq-components-scrollbar.mjs +10 -10
  223. package/fesm2022/koobiq-components-select.mjs +10 -10
  224. package/fesm2022/koobiq-components-sidebar.mjs +13 -13
  225. package/fesm2022/koobiq-components-sidepanel.mjs +25 -25
  226. package/fesm2022/koobiq-components-splitter.mjs +16 -16
  227. package/fesm2022/koobiq-components-table.mjs +10 -10
  228. package/fesm2022/koobiq-components-tabs.mjs +93 -56
  229. package/fesm2022/koobiq-components-tabs.mjs.map +1 -1
  230. package/fesm2022/koobiq-components-tags.mjs +22 -22
  231. package/fesm2022/koobiq-components-textarea.mjs +7 -7
  232. package/fesm2022/koobiq-components-timepicker.mjs +7 -7
  233. package/fesm2022/koobiq-components-timezone.mjs +26 -26
  234. package/fesm2022/koobiq-components-timezone.mjs.map +1 -1
  235. package/fesm2022/koobiq-components-title.mjs +7 -7
  236. package/fesm2022/koobiq-components-toast.mjs +16 -16
  237. package/fesm2022/koobiq-components-toggle.mjs +7 -7
  238. package/fesm2022/koobiq-components-tooltip.mjs +67 -42
  239. package/fesm2022/koobiq-components-tooltip.mjs.map +1 -1
  240. package/fesm2022/koobiq-components-tree-select.mjs +16 -9
  241. package/fesm2022/koobiq-components-tree-select.mjs.map +1 -1
  242. package/fesm2022/koobiq-components-tree.mjs +39 -38
  243. package/fesm2022/koobiq-components-tree.mjs.map +1 -1
  244. package/file-upload/file-upload-tokens.scss +1 -1
  245. package/icon/icon-button.component.d.ts +1 -1
  246. package/icon/icon-item.component.d.ts +1 -1
  247. package/icon/icon.component.d.ts +1 -1
  248. package/icon/icon.module.d.ts +1 -3
  249. package/input/input-number.d.ts +1 -1
  250. package/input/input.d.ts +1 -1
  251. package/link/link-tokens.scss +2 -2
  252. package/markdown/markdown-tokens.scss +2 -2
  253. package/modal/modal.directive.d.ts +3 -0
  254. package/package.json +4 -4
  255. package/prebuilt-themes/dark-theme.css +1 -1
  256. package/prebuilt-themes/light-theme.css +1 -1
  257. package/prebuilt-themes/theme.css +1 -1
  258. package/schematics/ng-add/index.js +3 -3
  259. package/tabs/_tabs-common.scss +29 -0
  260. package/tabs/_tabs-theme.scss +12 -0
  261. package/tabs/tab-group.component.d.ts +7 -2
  262. package/tabs/tab-header.component.d.ts +4 -1
  263. package/tabs/tab-header.scss +28 -0
  264. package/tabs/tabs.module.d.ts +2 -1
  265. package/timezone/timezone-option-tokens.scss +24 -0
  266. package/tooltip/tooltip.component.d.ts +11 -4
  267. package/tooltip/tooltip.module.d.ts +1 -3
  268. package/tree/tree-option.component.d.ts +1 -0
  269. package/tree-select/tree-select.component.d.ts +2 -0
@@ -181,11 +181,11 @@ class KbqCommonModule {
181
181
  this._document.body.removeChild(testElement);
182
182
  }
183
183
  }
184
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqCommonModule, deps: [{ token: KBQ_SANITY_CHECKS, optional: true }], target: i0.ɵɵFactoryTarget.NgModule }); }
185
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.5", ngImport: i0, type: KbqCommonModule, imports: [BidiModule], exports: [BidiModule] }); }
186
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqCommonModule, imports: [BidiModule, BidiModule] }); }
184
+ /** @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 }); }
185
+ /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: KbqCommonModule, imports: [BidiModule], exports: [BidiModule] }); }
186
+ /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqCommonModule, imports: [BidiModule, BidiModule] }); }
187
187
  }
188
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqCommonModule, decorators: [{
188
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqCommonModule, decorators: [{
189
189
  type: NgModule,
190
190
  args: [{
191
191
  imports: [BidiModule],
@@ -273,10 +273,10 @@ class ShowOnDirtyErrorStateMatcher {
273
273
  isErrorState(control, form) {
274
274
  return !!(control && control.invalid && (control.dirty || (form && form.submitted)));
275
275
  }
276
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: ShowOnDirtyErrorStateMatcher, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
277
- /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: ShowOnDirtyErrorStateMatcher }); }
276
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: ShowOnDirtyErrorStateMatcher, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
277
+ /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: ShowOnDirtyErrorStateMatcher }); }
278
278
  }
279
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: ShowOnDirtyErrorStateMatcher, decorators: [{
279
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: ShowOnDirtyErrorStateMatcher, decorators: [{
280
280
  type: Injectable
281
281
  }] });
282
282
  /** Provider that defines how form controls behave with regards to displaying error messages. */
@@ -284,10 +284,10 @@ class ErrorStateMatcher {
284
284
  isErrorState(control, form) {
285
285
  return !!(control && control.invalid && (control.touched || (form && form.submitted)));
286
286
  }
287
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: ErrorStateMatcher, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
288
- /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: ErrorStateMatcher, providedIn: 'root' }); }
287
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: ErrorStateMatcher, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
288
+ /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: ErrorStateMatcher, providedIn: 'root' }); }
289
289
  }
290
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: ErrorStateMatcher, decorators: [{
290
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: ErrorStateMatcher, decorators: [{
291
291
  type: Injectable,
292
292
  args: [{ providedIn: 'root' }]
293
293
  }] });
@@ -304,10 +304,10 @@ class DateFormatter extends DateFormatter$1 {
304
304
  super(adapter, locale);
305
305
  this.adapter = adapter;
306
306
  }
307
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: DateFormatter, deps: [{ token: i1.DateAdapter }, { token: KBQ_DATE_LOCALE }], target: i0.ɵɵFactoryTarget.Injectable }); }
308
- /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: DateFormatter }); }
307
+ /** @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 }); }
308
+ /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: DateFormatter }); }
309
309
  }
310
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: DateFormatter, decorators: [{
310
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: DateFormatter, decorators: [{
311
311
  type: Injectable
312
312
  }], ctorParameters: () => [{ type: i1.DateAdapter }, { type: undefined, decorators: [{
313
313
  type: Inject,
@@ -323,10 +323,10 @@ class AbsoluteDateFormatterPipe {
323
323
  const date = this.adapter.deserialize(value);
324
324
  return date ? this.formatter.absoluteLongDate(date, currYear) : '';
325
325
  }
326
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AbsoluteDateFormatterPipe, deps: [{ token: DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe }); }
327
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.5", ngImport: i0, type: AbsoluteDateFormatterPipe, name: "absoluteLongDate" }); }
326
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: AbsoluteDateFormatterPipe, deps: [{ token: DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe }); }
327
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: AbsoluteDateFormatterPipe, name: "absoluteLongDate" }); }
328
328
  }
329
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AbsoluteDateFormatterPipe, decorators: [{
329
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: AbsoluteDateFormatterPipe, decorators: [{
330
330
  type: Pipe,
331
331
  args: [{ name: 'absoluteLongDate' }]
332
332
  }], ctorParameters: () => [{ type: DateAdapter }, { type: DateFormatter }] });
@@ -339,10 +339,10 @@ class AbsoluteDateTimeFormatterPipe {
339
339
  const date = this.adapter.deserialize(value);
340
340
  return date ? this.formatter.absoluteLongDateTime(date, options) : '';
341
341
  }
342
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AbsoluteDateTimeFormatterPipe, deps: [{ token: DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe }); }
343
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.5", ngImport: i0, type: AbsoluteDateTimeFormatterPipe, name: "absoluteLongDateTime" }); }
342
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: AbsoluteDateTimeFormatterPipe, deps: [{ token: DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe }); }
343
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: AbsoluteDateTimeFormatterPipe, name: "absoluteLongDateTime" }); }
344
344
  }
345
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AbsoluteDateTimeFormatterPipe, decorators: [{
345
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: AbsoluteDateTimeFormatterPipe, decorators: [{
346
346
  type: Pipe,
347
347
  args: [{ name: 'absoluteLongDateTime' }]
348
348
  }], ctorParameters: () => [{ type: DateAdapter }, { type: DateFormatter }] });
@@ -355,10 +355,10 @@ class AbsoluteDateShortFormatterPipe {
355
355
  const date = this.adapter.deserialize(value);
356
356
  return date ? this.formatter.absoluteShortDate(date, currYear) : '';
357
357
  }
358
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AbsoluteDateShortFormatterPipe, deps: [{ token: DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe }); }
359
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.5", ngImport: i0, type: AbsoluteDateShortFormatterPipe, name: "absoluteShortDate" }); }
358
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: AbsoluteDateShortFormatterPipe, deps: [{ token: DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe }); }
359
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: AbsoluteDateShortFormatterPipe, name: "absoluteShortDate" }); }
360
360
  }
361
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AbsoluteDateShortFormatterPipe, decorators: [{
361
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: AbsoluteDateShortFormatterPipe, decorators: [{
362
362
  type: Pipe,
363
363
  args: [{ name: 'absoluteShortDate' }]
364
364
  }], ctorParameters: () => [{ type: DateAdapter }, { type: DateFormatter }] });
@@ -371,10 +371,10 @@ class AbsoluteShortDateTimeFormatterPipe {
371
371
  const date = this.adapter.deserialize(value);
372
372
  return date ? this.formatter.absoluteShortDateTime(date, options) : '';
373
373
  }
374
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AbsoluteShortDateTimeFormatterPipe, deps: [{ token: DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe }); }
375
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.5", ngImport: i0, type: AbsoluteShortDateTimeFormatterPipe, name: "absoluteShortDateTime" }); }
374
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: AbsoluteShortDateTimeFormatterPipe, deps: [{ token: DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe }); }
375
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: AbsoluteShortDateTimeFormatterPipe, name: "absoluteShortDateTime" }); }
376
376
  }
377
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AbsoluteShortDateTimeFormatterPipe, decorators: [{
377
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: AbsoluteShortDateTimeFormatterPipe, decorators: [{
378
378
  type: Pipe,
379
379
  args: [{ name: 'absoluteShortDateTime' }]
380
380
  }], ctorParameters: () => [{ type: DateAdapter }, { type: DateFormatter }] });
@@ -387,10 +387,10 @@ class RelativeDateFormatterPipe {
387
387
  const date = this.adapter.deserialize(value);
388
388
  return date ? this.formatter.relativeLongDate(date) : '';
389
389
  }
390
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: RelativeDateFormatterPipe, deps: [{ token: DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe }); }
391
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.5", ngImport: i0, type: RelativeDateFormatterPipe, name: "relativeLongDate" }); }
390
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RelativeDateFormatterPipe, deps: [{ token: DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe }); }
391
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: RelativeDateFormatterPipe, name: "relativeLongDate" }); }
392
392
  }
393
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: RelativeDateFormatterPipe, decorators: [{
393
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RelativeDateFormatterPipe, decorators: [{
394
394
  type: Pipe,
395
395
  args: [{ name: 'relativeLongDate' }]
396
396
  }], ctorParameters: () => [{ type: DateAdapter }, { type: DateFormatter }] });
@@ -403,10 +403,10 @@ class RelativeDateTimeFormatterPipe {
403
403
  const date = this.adapter.deserialize(value);
404
404
  return date ? this.formatter.relativeLongDateTime(date, options) : '';
405
405
  }
406
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: RelativeDateTimeFormatterPipe, deps: [{ token: DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe }); }
407
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.5", ngImport: i0, type: RelativeDateTimeFormatterPipe, name: "relativeLongDateTime" }); }
406
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RelativeDateTimeFormatterPipe, deps: [{ token: DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe }); }
407
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: RelativeDateTimeFormatterPipe, name: "relativeLongDateTime" }); }
408
408
  }
409
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: RelativeDateTimeFormatterPipe, decorators: [{
409
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RelativeDateTimeFormatterPipe, decorators: [{
410
410
  type: Pipe,
411
411
  args: [{ name: 'relativeLongDateTime' }]
412
412
  }], ctorParameters: () => [{ type: DateAdapter }, { type: DateFormatter }] });
@@ -419,10 +419,10 @@ class RelativeShortDateFormatterPipe {
419
419
  const date = this.adapter.deserialize(value);
420
420
  return date ? this.formatter.relativeShortDate(date) : '';
421
421
  }
422
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: RelativeShortDateFormatterPipe, deps: [{ token: DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe }); }
423
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.5", ngImport: i0, type: RelativeShortDateFormatterPipe, name: "relativeShortDate" }); }
422
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RelativeShortDateFormatterPipe, deps: [{ token: DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe }); }
423
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: RelativeShortDateFormatterPipe, name: "relativeShortDate" }); }
424
424
  }
425
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: RelativeShortDateFormatterPipe, decorators: [{
425
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RelativeShortDateFormatterPipe, decorators: [{
426
426
  type: Pipe,
427
427
  args: [{ name: 'relativeShortDate' }]
428
428
  }], ctorParameters: () => [{ type: DateAdapter }, { type: DateFormatter }] });
@@ -435,10 +435,10 @@ class RelativeShortDateTimeFormatterPipe {
435
435
  const date = this.adapter.deserialize(value);
436
436
  return date ? this.formatter.relativeShortDateTime(date, options) : '';
437
437
  }
438
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: RelativeShortDateTimeFormatterPipe, deps: [{ token: DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe }); }
439
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.5", ngImport: i0, type: RelativeShortDateTimeFormatterPipe, name: "relativeShortDateTime" }); }
438
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RelativeShortDateTimeFormatterPipe, deps: [{ token: DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe }); }
439
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: RelativeShortDateTimeFormatterPipe, name: "relativeShortDateTime" }); }
440
440
  }
441
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: RelativeShortDateTimeFormatterPipe, decorators: [{
441
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RelativeShortDateTimeFormatterPipe, decorators: [{
442
442
  type: Pipe,
443
443
  args: [{ name: 'relativeShortDateTime' }]
444
444
  }], ctorParameters: () => [{ type: DateAdapter }, { type: DateFormatter }] });
@@ -452,10 +452,10 @@ class RangeDateFormatterPipe {
452
452
  const date2 = this.adapter.deserialize(value2);
453
453
  return this.formatter.rangeLongDate(date1, date2);
454
454
  }
455
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: RangeDateFormatterPipe, deps: [{ token: DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe }); }
456
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.5", ngImport: i0, type: RangeDateFormatterPipe, name: "rangeLongDate" }); }
455
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RangeDateFormatterPipe, deps: [{ token: DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe }); }
456
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: RangeDateFormatterPipe, name: "rangeLongDate" }); }
457
457
  }
458
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: RangeDateFormatterPipe, decorators: [{
458
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RangeDateFormatterPipe, decorators: [{
459
459
  type: Pipe,
460
460
  args: [{ name: 'rangeLongDate' }]
461
461
  }], ctorParameters: () => [{ type: DateAdapter }, { type: DateFormatter }] });
@@ -469,10 +469,10 @@ class RangeShortDateFormatterPipe {
469
469
  const date2 = this.adapter.deserialize(value2);
470
470
  return this.formatter.rangeShortDate(date1, date2);
471
471
  }
472
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: RangeShortDateFormatterPipe, deps: [{ token: DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe }); }
473
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.5", ngImport: i0, type: RangeShortDateFormatterPipe, name: "rangeShortDate" }); }
472
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RangeShortDateFormatterPipe, deps: [{ token: DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe }); }
473
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: RangeShortDateFormatterPipe, name: "rangeShortDate" }); }
474
474
  }
475
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: RangeShortDateFormatterPipe, decorators: [{
475
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RangeShortDateFormatterPipe, decorators: [{
476
476
  type: Pipe,
477
477
  args: [{ name: 'rangeShortDate' }]
478
478
  }], ctorParameters: () => [{ type: DateAdapter }, { type: DateFormatter }] });
@@ -486,10 +486,10 @@ class RangeDateTimeFormatterPipe {
486
486
  const date2 = this.adapter.deserialize(value2);
487
487
  return this.formatter.rangeLongDateTime(date1, date2, options);
488
488
  }
489
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: RangeDateTimeFormatterPipe, deps: [{ token: DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe }); }
490
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.5", ngImport: i0, type: RangeDateTimeFormatterPipe, name: "rangeLongDateTime" }); }
489
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RangeDateTimeFormatterPipe, deps: [{ token: DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe }); }
490
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: RangeDateTimeFormatterPipe, name: "rangeLongDateTime" }); }
491
491
  }
492
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: RangeDateTimeFormatterPipe, decorators: [{
492
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RangeDateTimeFormatterPipe, decorators: [{
493
493
  type: Pipe,
494
494
  args: [{ name: 'rangeLongDateTime' }]
495
495
  }], ctorParameters: () => [{ type: DateAdapter }, { type: DateFormatter }] });
@@ -503,10 +503,10 @@ class RangeMiddleDateTimeFormatterPipe {
503
503
  const date2 = this.adapter.deserialize(value2);
504
504
  return this.formatter.rangeMiddleDateTime(date1, date2, options);
505
505
  }
506
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: RangeMiddleDateTimeFormatterPipe, deps: [{ token: DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe }); }
507
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.5", ngImport: i0, type: RangeMiddleDateTimeFormatterPipe, name: "rangeMiddleDateTime" }); }
506
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RangeMiddleDateTimeFormatterPipe, deps: [{ token: DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe }); }
507
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: RangeMiddleDateTimeFormatterPipe, name: "rangeMiddleDateTime" }); }
508
508
  }
509
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: RangeMiddleDateTimeFormatterPipe, decorators: [{
509
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RangeMiddleDateTimeFormatterPipe, decorators: [{
510
510
  type: Pipe,
511
511
  args: [{ name: 'rangeMiddleDateTime' }]
512
512
  }], ctorParameters: () => [{ type: DateAdapter }, { type: DateFormatter }] });
@@ -520,10 +520,10 @@ class RangeShortDateTimeFormatterPipe {
520
520
  const date2 = this.adapter.deserialize(value2);
521
521
  return this.formatter.rangeShortDateTime(date1, date2, options);
522
522
  }
523
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: RangeShortDateTimeFormatterPipe, deps: [{ token: DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe }); }
524
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.5", ngImport: i0, type: RangeShortDateTimeFormatterPipe, name: "rangeShortDateTime" }); }
523
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RangeShortDateTimeFormatterPipe, deps: [{ token: DateAdapter }, { token: DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe }); }
524
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: RangeShortDateTimeFormatterPipe, name: "rangeShortDateTime" }); }
525
525
  }
526
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: RangeShortDateTimeFormatterPipe, decorators: [{
526
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RangeShortDateTimeFormatterPipe, decorators: [{
527
527
  type: Pipe,
528
528
  args: [{ name: 'rangeShortDateTime' }]
529
529
  }], ctorParameters: () => [{ type: DateAdapter }, { type: DateFormatter }] });
@@ -978,10 +978,10 @@ class KbqLocaleService {
978
978
  getParams(componentName) {
979
979
  return this.current[componentName];
980
980
  }
981
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqLocaleService, deps: [{ token: KBQ_LOCALE_ID, optional: true }, { token: KBQ_LOCALE_DATA, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
982
- /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqLocaleService, providedIn: 'root' }); }
981
+ /** @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 }); }
982
+ /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqLocaleService, providedIn: 'root' }); }
983
983
  }
984
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqLocaleService, decorators: [{
984
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqLocaleService, decorators: [{
985
985
  type: Injectable,
986
986
  args: [{ providedIn: 'root' }]
987
987
  }], ctorParameters: () => [{ type: undefined, decorators: [{
@@ -997,13 +997,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImpor
997
997
  }] }] });
998
998
 
999
999
  class KbqLocaleServiceModule {
1000
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqLocaleServiceModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1001
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.5", ngImport: i0, type: KbqLocaleServiceModule }); }
1002
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqLocaleServiceModule, providers: [
1000
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqLocaleServiceModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1001
+ /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: KbqLocaleServiceModule }); }
1002
+ /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqLocaleServiceModule, providers: [
1003
1003
  { provide: KBQ_LOCALE_SERVICE, useClass: KbqLocaleService }
1004
1004
  ] }); }
1005
1005
  }
1006
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqLocaleServiceModule, decorators: [{
1006
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqLocaleServiceModule, decorators: [{
1007
1007
  type: NgModule,
1008
1008
  args: [{
1009
1009
  providers: [
@@ -1139,11 +1139,11 @@ class KbqDecimalPipe {
1139
1139
  isSpecialFormatForRULocale(locale, value, grouping) {
1140
1140
  return ['ru', 'ru-RU'].includes(locale) && grouping === undefined && value < defaultValueForGroupingInRULocale;
1141
1141
  }
1142
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", 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 }); }
1143
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.5", ngImport: i0, type: KbqDecimalPipe, name: "kbqNumber", pure: false }); }
1144
- /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqDecimalPipe, providedIn: 'root' }); }
1142
+ /** @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 }); }
1143
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: KbqDecimalPipe, name: "kbqNumber", pure: false }); }
1144
+ /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqDecimalPipe, providedIn: 'root' }); }
1145
1145
  }
1146
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqDecimalPipe, decorators: [{
1146
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqDecimalPipe, decorators: [{
1147
1147
  type: Injectable,
1148
1148
  args: [{ providedIn: 'root' }]
1149
1149
  }, {
@@ -1214,11 +1214,11 @@ class KbqTableNumberPipe {
1214
1214
  throw Error(`InvalidPipeArgument: KbqTableNumberPipe for pipe '${JSON.stringify(error.message)}'`);
1215
1215
  }
1216
1216
  }
1217
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", 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 }); }
1218
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.5", ngImport: i0, type: KbqTableNumberPipe, name: "kbqTableNumber", pure: false }); }
1219
- /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqTableNumberPipe, providedIn: 'root' }); }
1217
+ /** @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 }); }
1218
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: KbqTableNumberPipe, name: "kbqTableNumber", pure: false }); }
1219
+ /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqTableNumberPipe, providedIn: 'root' }); }
1220
1220
  }
1221
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqTableNumberPipe, decorators: [{
1221
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqTableNumberPipe, decorators: [{
1222
1222
  type: Injectable,
1223
1223
  args: [{ providedIn: 'root' }]
1224
1224
  }, {
@@ -1331,11 +1331,11 @@ class KbqRoundDecimalPipe {
1331
1331
  });
1332
1332
  return currentUnit;
1333
1333
  }
1334
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqRoundDecimalPipe, deps: [{ token: KBQ_LOCALE_ID, optional: true }, { token: KBQ_LOCALE_SERVICE, optional: true }], target: i0.ɵɵFactoryTarget.Pipe }); }
1335
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.5", ngImport: i0, type: KbqRoundDecimalPipe, name: "kbqRoundNumber", pure: false }); }
1336
- /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqRoundDecimalPipe, providedIn: 'root' }); }
1334
+ /** @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 }); }
1335
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: KbqRoundDecimalPipe, name: "kbqRoundNumber", pure: false }); }
1336
+ /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqRoundDecimalPipe, providedIn: 'root' }); }
1337
1337
  }
1338
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqRoundDecimalPipe, decorators: [{
1338
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqRoundDecimalPipe, decorators: [{
1339
1339
  type: Injectable,
1340
1340
  args: [{ providedIn: 'root' }]
1341
1341
  }, {
@@ -1354,8 +1354,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImpor
1354
1354
  }] }] });
1355
1355
 
1356
1356
  class KbqFormattersModule {
1357
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqFormattersModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1358
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.5", ngImport: i0, type: KbqFormattersModule, declarations: [KbqDecimalPipe,
1357
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqFormattersModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1358
+ /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: KbqFormattersModule, declarations: [KbqDecimalPipe,
1359
1359
  KbqRoundDecimalPipe,
1360
1360
  KbqTableNumberPipe,
1361
1361
  AbsoluteDateFormatterPipe,
@@ -1386,9 +1386,9 @@ class KbqFormattersModule {
1386
1386
  RangeDateTimeFormatterPipe,
1387
1387
  RangeShortDateTimeFormatterPipe,
1388
1388
  RangeMiddleDateTimeFormatterPipe] }); }
1389
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqFormattersModule, providers: [{ provide: DateFormatter, deps: [DateAdapter, KBQ_DATE_LOCALE] }] }); }
1389
+ /** @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] }] }); }
1390
1390
  }
1391
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqFormattersModule, decorators: [{
1391
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqFormattersModule, decorators: [{
1392
1392
  type: NgModule,
1393
1393
  args: [{
1394
1394
  declarations: [
@@ -1449,10 +1449,10 @@ class KbqFormElement {
1449
1449
  this.hasLegend = this.element.nativeElement.firstElementChild.classList.contains('kbq-form__legend');
1450
1450
  }
1451
1451
  }
1452
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqFormElement, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
1453
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.5", 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 }); }
1452
+ /** @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 }); }
1453
+ /** @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 }); }
1454
1454
  }
1455
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqFormElement, decorators: [{
1455
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqFormElement, decorators: [{
1456
1456
  type: Directive,
1457
1457
  args: [{
1458
1458
  selector: '.kbq-form__row, .kbq-form__fieldset, .kbq-form__legend',
@@ -1478,10 +1478,10 @@ class KbqForm {
1478
1478
  element.margin = !!(nextElement && !nextElement.hasLegend);
1479
1479
  });
1480
1480
  }
1481
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqForm, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1482
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.5", type: KbqForm, selector: ".kbq-form-vertical, .kbq-form-horizontal", host: { classAttribute: "kbq-form" }, queries: [{ propertyName: "elements", predicate: KbqFormElement }], exportAs: ["kbqForm"], ngImport: i0 }); }
1481
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqForm, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1482
+ /** @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 }); }
1483
1483
  }
1484
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqForm, decorators: [{
1484
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqForm, decorators: [{
1485
1485
  type: Directive,
1486
1486
  args: [{
1487
1487
  selector: '.kbq-form-vertical, .kbq-form-horizontal',
@@ -1496,13 +1496,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImpor
1496
1496
  }] } });
1497
1497
 
1498
1498
  class KbqFormsModule {
1499
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqFormsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1500
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.5", ngImport: i0, type: KbqFormsModule, declarations: [KbqForm,
1499
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqFormsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1500
+ /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: KbqFormsModule, declarations: [KbqForm,
1501
1501
  KbqFormElement], exports: [KbqForm,
1502
1502
  KbqFormElement] }); }
1503
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqFormsModule }); }
1503
+ /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqFormsModule }); }
1504
1504
  }
1505
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqFormsModule, decorators: [{
1505
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqFormsModule, decorators: [{
1506
1506
  type: NgModule,
1507
1507
  args: [{
1508
1508
  exports: [
@@ -1529,20 +1529,20 @@ class KbqHighlightPipe {
1529
1529
  }
1530
1530
  return value.replace(new RegExp(`(${escapeRegExp(args)})`, 'gi'), '<mark class="kbq-highlight">$1</mark>');
1531
1531
  }
1532
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqHighlightPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
1533
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.5", ngImport: i0, type: KbqHighlightPipe, name: "mcHighlight" }); }
1532
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqHighlightPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
1533
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: KbqHighlightPipe, name: "mcHighlight" }); }
1534
1534
  }
1535
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqHighlightPipe, decorators: [{
1535
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqHighlightPipe, decorators: [{
1536
1536
  type: Pipe,
1537
1537
  args: [{ name: 'mcHighlight' }]
1538
1538
  }] });
1539
1539
 
1540
1540
  class KbqHighlightModule {
1541
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqHighlightModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1542
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.5", ngImport: i0, type: KbqHighlightModule, declarations: [KbqHighlightPipe], imports: [CommonModule], exports: [KbqHighlightPipe] }); }
1543
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqHighlightModule, imports: [CommonModule] }); }
1541
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqHighlightModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1542
+ /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: KbqHighlightModule, declarations: [KbqHighlightPipe], imports: [CommonModule], exports: [KbqHighlightPipe] }); }
1543
+ /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqHighlightModule, imports: [CommonModule] }); }
1544
1544
  }
1545
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqHighlightModule, decorators: [{
1545
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqHighlightModule, decorators: [{
1546
1546
  type: NgModule,
1547
1547
  args: [{
1548
1548
  imports: [CommonModule],
@@ -1560,10 +1560,10 @@ const KBQ_LABEL_GLOBAL_OPTIONS = new InjectionToken('kbq-label-global-options');
1560
1560
  * counted by checking the query list's length.
1561
1561
  */
1562
1562
  class KbqLine {
1563
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqLine, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1564
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.5", type: KbqLine, selector: "[kbq-line], [mcLine]", host: { classAttribute: "kbq-line" }, ngImport: i0 }); }
1563
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqLine, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1564
+ /** @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 }); }
1565
1565
  }
1566
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqLine, decorators: [{
1566
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqLine, decorators: [{
1567
1567
  type: Directive,
1568
1568
  args: [{
1569
1569
  selector: '[kbq-line], [mcLine]',
@@ -1609,11 +1609,11 @@ class KbqLineSetter {
1609
1609
  }
1610
1610
  }
1611
1611
  class KbqLineModule {
1612
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqLineModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1613
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.5", ngImport: i0, type: KbqLineModule, declarations: [KbqLine], exports: [KbqLine] }); }
1614
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqLineModule }); }
1612
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqLineModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1613
+ /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: KbqLineModule, declarations: [KbqLine], exports: [KbqLine] }); }
1614
+ /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqLineModule }); }
1615
1615
  }
1616
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqLineModule, decorators: [{
1616
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqLineModule, decorators: [{
1617
1617
  type: NgModule,
1618
1618
  args: [{
1619
1619
  imports: [],
@@ -1698,8 +1698,8 @@ class KbqOptionActionComponent extends KbqOptionActionMixinBase {
1698
1698
  this.option.tooltipTrigger.disabled = true;
1699
1699
  setTimeout(() => (this.option.tooltipTrigger.disabled = false));
1700
1700
  }
1701
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqOptionActionComponent, deps: [{ token: i0.ElementRef }, { token: i1$1.FocusMonitor }, { token: KBQ_OPTION_ACTION_PARENT }], target: i0.ɵɵFactoryTarget.Component }); }
1702
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.5", type: KbqOptionActionComponent, selector: "kbq-option-action", inputs: { disabled: "disabled" }, 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"], usesInheritance: true, ngImport: i0, template: `
1701
+ /** @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 }); }
1702
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.6", type: KbqOptionActionComponent, selector: "kbq-option-action", inputs: { disabled: "disabled" }, 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"], usesInheritance: true, ngImport: i0, template: `
1703
1703
  @if (!!customIcon) {
1704
1704
  <ng-content select="[kbq-icon]" />
1705
1705
  } @else {
@@ -1707,7 +1707,7 @@ class KbqOptionActionComponent extends KbqOptionActionMixinBase {
1707
1707
  }
1708
1708
  `, 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-list-font-text-line-height, 20px);height:var(--kbq-list-font-text-line-height, 20px);cursor:pointer;outline:none;border:2px solid transparent;background:transparent}.kbq-option-action.kbq-disabled{cursor:default}.kbq-option-action.cdk-keyboard-focused{border-color:var(--kbq-states-focused-color, )}.kbq-option-action:active,.kbq-option-action.kbq-pressed{background-color:var(--kbq-background-transparent, )}.kbq-option-action:active .kbq-icon,.kbq-option-action.kbq-pressed .kbq-icon{color:var(--kbq-states-icon-contrast-fade-active, )}.kbq-option-action:hover .kbq-icon{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{color:var(--kbq-states-icon-disabled, )}\n", ".kbq-option-action{--kbq-list-font-text-line-height: var(--kbq-typography-text-normal-line-height)}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
1709
1709
  }
1710
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqOptionActionComponent, decorators: [{
1710
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqOptionActionComponent, decorators: [{
1711
1711
  type: Component,
1712
1712
  args: [{ selector: 'kbq-option-action', exportAs: 'kbqOptionAction', template: `
1713
1713
  @if (!!customIcon) {
@@ -1748,10 +1748,10 @@ class KbqOptgroup extends KbqOptgroupMixinBase {
1748
1748
  /** Unique id for the underlying label. */
1749
1749
  this.labelId = `kbq-optgroup-label-${uniqueOptgroupIdCounter++}`;
1750
1750
  }
1751
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqOptgroup, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
1752
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.5", type: KbqOptgroup, selector: "kbq-optgroup", inputs: { disabled: "disabled", label: "label" }, host: { properties: { "class.kbq-disabled": "disabled" }, classAttribute: "kbq-optgroup" }, exportAs: ["kbqOptgroup"], usesInheritance: true, ngImport: i0, template: "<label\n class=\"kbq-optgroup-label\"\n [id]=\"labelId\"\n>\n {{ label }}\n</label>\n<ng-content select=\"kbq-option, kbq-list-option, kbq-timezone-option, ng-container\" />\n", styles: [".kbq-optgroup-label{padding-left:var(--kbq-size-m, 12px);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default}.kbq-optgroup-label{color:var(--kbq-foreground-contrast, )}.kbq-disabled .kbq-optgroup-label{color:var(--kbq-foreground-text-disabled, )}.kbq-optgroup-label{font-size:var(--kbq-optgroup-font-default-font-size, 18px);font-weight:var(--kbq-optgroup-font-default-font-weight, 600);line-height:var(--kbq-optgroup-font-default-line-height, 26px);font-family:var(--kbq-optgroup-font-default-font-family, \"TT-Positive\", Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif);text-transform:var(--kbq-optgroup-font-default-text-transform, );font-feature-settings:var(--kbq-optgroup-font-default-font-feature-settings, \"calt\", \"kern\", \"liga\");letter-spacing:var(--kbq-optgroup-font-default-letter-spacing, normal)}\n", ".kbq-optgroup{--kbq-optgroup-size-padding-left: 17px;--kbq-optgroup-font-default-font-size: var(--kbq-typography-subheading-font-size);--kbq-optgroup-font-default-line-height: var(--kbq-typography-subheading-line-height);--kbq-optgroup-font-default-letter-spacing: var(--kbq-typography-subheading-letter-spacing);--kbq-optgroup-font-default-font-weight: var(--kbq-typography-subheading-font-weight);--kbq-optgroup-font-default-font-family: var(--kbq-typography-subheading-font-family);--kbq-optgroup-font-default-text-transform: var(--kbq-typography-subheading-text-transform);--kbq-optgroup-font-default-font-feature-settings: var(--kbq-typography-subheading-font-feature-settings)}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
1751
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqOptgroup, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
1752
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.6", type: KbqOptgroup, selector: "kbq-optgroup", inputs: { disabled: "disabled", label: "label" }, host: { properties: { "class.kbq-disabled": "disabled" }, classAttribute: "kbq-optgroup" }, exportAs: ["kbqOptgroup"], usesInheritance: true, ngImport: i0, template: "<label\n class=\"kbq-optgroup-label\"\n [id]=\"labelId\"\n>\n {{ label }}\n</label>\n<ng-content select=\"kbq-option, kbq-list-option, kbq-timezone-option, ng-container\" />\n", styles: [".kbq-optgroup-label{padding-left:var(--kbq-size-m, 12px);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default}.kbq-optgroup-label{color:var(--kbq-foreground-contrast, )}.kbq-disabled .kbq-optgroup-label{color:var(--kbq-foreground-text-disabled, )}.kbq-optgroup-label{font-size:var(--kbq-optgroup-font-default-font-size, 18px);font-weight:var(--kbq-optgroup-font-default-font-weight, 600);line-height:var(--kbq-optgroup-font-default-line-height, 26px);font-family:var(--kbq-optgroup-font-default-font-family, \"TT-Positive\", Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif);text-transform:var(--kbq-optgroup-font-default-text-transform, );font-feature-settings:var(--kbq-optgroup-font-default-font-feature-settings, \"calt\", \"kern\", \"liga\");letter-spacing:var(--kbq-optgroup-font-default-letter-spacing, normal)}\n", ".kbq-optgroup{--kbq-optgroup-size-padding-left: 17px;--kbq-optgroup-font-default-font-size: var(--kbq-typography-subheading-font-size);--kbq-optgroup-font-default-line-height: var(--kbq-typography-subheading-line-height);--kbq-optgroup-font-default-letter-spacing: var(--kbq-typography-subheading-letter-spacing);--kbq-optgroup-font-default-font-weight: var(--kbq-typography-subheading-font-weight);--kbq-optgroup-font-default-font-family: var(--kbq-typography-subheading-font-family);--kbq-optgroup-font-default-text-transform: var(--kbq-typography-subheading-text-transform);--kbq-optgroup-font-default-font-feature-settings: var(--kbq-typography-subheading-font-feature-settings)}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
1753
1753
  }
1754
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqOptgroup, decorators: [{
1754
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqOptgroup, decorators: [{
1755
1755
  type: Component,
1756
1756
  args: [{ selector: 'kbq-optgroup', exportAs: 'kbqOptgroup', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, inputs: ['disabled'], host: {
1757
1757
  class: 'kbq-optgroup',
@@ -1792,10 +1792,10 @@ class KbqPseudoCheckbox extends KbqPseudoCheckboxMixinBase {
1792
1792
  this.state = 'unchecked';
1793
1793
  this.disabled = false;
1794
1794
  }
1795
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqPseudoCheckbox, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); }
1796
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.5", type: KbqPseudoCheckbox, selector: "kbq-pseudo-checkbox", inputs: { color: "color", 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, 16px);height:var(--kbq-checkbox-size-normal-width, 16px);border-radius:var(--kbq-checkbox-size-normal-border-radius, 4px);border-width:var(--kbq-checkbox-size-normal-border-width, 1px);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, 16px);height:var(--kbq-checkbox-size-big-width, 16px);border-radius:var(--kbq-checkbox-size-big-border-radius, 4px);border-width:var(--kbq-checkbox-size-big-border-width, 1px)}.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-font-normal-label-font-size: var(--kbq-typography-text-normal-font-size);--kbq-checkbox-font-normal-label-line-height: var(--kbq-typography-text-normal-line-height);--kbq-checkbox-font-normal-label-letter-spacing: var(--kbq-typography-text-normal-letter-spacing);--kbq-checkbox-font-normal-label-font-weight: var(--kbq-typography-text-normal-font-weight);--kbq-checkbox-font-normal-label-font-family: var(--kbq-typography-text-normal-font-family);--kbq-checkbox-font-normal-label-text-transform: var(--kbq-typography-text-normal-text-transform);--kbq-checkbox-font-normal-label-font-feature-settings: var(--kbq-typography-text-normal-font-feature-settings);--kbq-checkbox-font-normal-caption-font-size: var(--kbq-typography-text-compact-font-size);--kbq-checkbox-font-normal-caption-line-height: var(--kbq-typography-text-compact-line-height);--kbq-checkbox-font-normal-caption-letter-spacing: var(--kbq-typography-text-compact-letter-spacing);--kbq-checkbox-font-normal-caption-font-weight: var(--kbq-typography-text-compact-font-weight);--kbq-checkbox-font-normal-caption-font-family: var(--kbq-typography-text-compact-font-family);--kbq-checkbox-font-normal-caption-text-transform: var(--kbq-typography-text-compact-text-transform);--kbq-checkbox-font-normal-caption-font-feature-settings: var(--kbq-typography-text-compact-font-feature-settings);--kbq-checkbox-font-big-label-font-size: var(--kbq-typography-text-big-font-size);--kbq-checkbox-font-big-label-line-height: var(--kbq-typography-text-big-line-height);--kbq-checkbox-font-big-label-letter-spacing: var(--kbq-typography-text-big-letter-spacing);--kbq-checkbox-font-big-label-font-weight: var(--kbq-typography-text-big-font-weight);--kbq-checkbox-font-big-label-font-family: var(--kbq-typography-text-big-font-family);--kbq-checkbox-font-big-label-text-transform: var(--kbq-typography-text-big-text-transform);--kbq-checkbox-font-big-label-font-feature-settings: var(--kbq-typography-text-big-font-feature-settings);--kbq-checkbox-font-big-caption-font-size: var(--kbq-typography-text-normal-font-size);--kbq-checkbox-font-big-caption-line-height: var(--kbq-typography-text-normal-line-height);--kbq-checkbox-font-big-caption-letter-spacing: var(--kbq-typography-text-normal-letter-spacing);--kbq-checkbox-font-big-caption-font-weight: var(--kbq-typography-text-normal-font-weight);--kbq-checkbox-font-big-caption-font-family: var(--kbq-typography-text-normal-font-family);--kbq-checkbox-font-big-caption-text-transform: var(--kbq-typography-text-normal-text-transform);--kbq-checkbox-font-big-caption-font-feature-settings: var(--kbq-typography-text-normal-font-feature-settings)}:where(.kbq-light,.theme-light,.kbq-theme-light){--kbq-checkbox-theme-default-border: var(--kbq-line-contrast-fade);--kbq-checkbox-theme-default-color: var(--kbq-neutral-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-line-contrast-fade);--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-neutral-white);--kbq-checkbox-error-default-text: var(--kbq-foreground-contrast);--kbq-checkbox-error-default-background: var(--kbq-states-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-states-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-line-contrast-fade);--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)}:where(.kbq-dark,.theme-dark,.kbq-theme-dark){--kbq-checkbox-theme-default-border: var(--kbq-line-contrast-fade);--kbq-checkbox-theme-default-color: var(--kbq-neutral-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-line-contrast-fade);--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-neutral-white);--kbq-checkbox-error-default-text: var(--kbq-foreground-contrast);--kbq-checkbox-error-default-background: var(--kbq-states-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-states-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-line-contrast-fade);--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 }); }
1795
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqPseudoCheckbox, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); }
1796
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.6", type: KbqPseudoCheckbox, selector: "kbq-pseudo-checkbox", inputs: { color: "color", 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, 16px);height:var(--kbq-checkbox-size-normal-width, 16px);border-radius:var(--kbq-checkbox-size-normal-border-radius, 4px);border-width:var(--kbq-checkbox-size-normal-border-width, 1px);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, 16px);height:var(--kbq-checkbox-size-big-width, 16px);border-radius:var(--kbq-checkbox-size-big-border-radius, 4px);border-width:var(--kbq-checkbox-size-big-border-width, 1px)}.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-font-normal-label-font-size: var(--kbq-typography-text-normal-font-size);--kbq-checkbox-font-normal-label-line-height: var(--kbq-typography-text-normal-line-height);--kbq-checkbox-font-normal-label-letter-spacing: var(--kbq-typography-text-normal-letter-spacing);--kbq-checkbox-font-normal-label-font-weight: var(--kbq-typography-text-normal-font-weight);--kbq-checkbox-font-normal-label-font-family: var(--kbq-typography-text-normal-font-family);--kbq-checkbox-font-normal-label-text-transform: var(--kbq-typography-text-normal-text-transform);--kbq-checkbox-font-normal-label-font-feature-settings: var(--kbq-typography-text-normal-font-feature-settings);--kbq-checkbox-font-normal-caption-font-size: var(--kbq-typography-text-compact-font-size);--kbq-checkbox-font-normal-caption-line-height: var(--kbq-typography-text-compact-line-height);--kbq-checkbox-font-normal-caption-letter-spacing: var(--kbq-typography-text-compact-letter-spacing);--kbq-checkbox-font-normal-caption-font-weight: var(--kbq-typography-text-compact-font-weight);--kbq-checkbox-font-normal-caption-font-family: var(--kbq-typography-text-compact-font-family);--kbq-checkbox-font-normal-caption-text-transform: var(--kbq-typography-text-compact-text-transform);--kbq-checkbox-font-normal-caption-font-feature-settings: var(--kbq-typography-text-compact-font-feature-settings);--kbq-checkbox-font-big-label-font-size: var(--kbq-typography-text-big-font-size);--kbq-checkbox-font-big-label-line-height: var(--kbq-typography-text-big-line-height);--kbq-checkbox-font-big-label-letter-spacing: var(--kbq-typography-text-big-letter-spacing);--kbq-checkbox-font-big-label-font-weight: var(--kbq-typography-text-big-font-weight);--kbq-checkbox-font-big-label-font-family: var(--kbq-typography-text-big-font-family);--kbq-checkbox-font-big-label-text-transform: var(--kbq-typography-text-big-text-transform);--kbq-checkbox-font-big-label-font-feature-settings: var(--kbq-typography-text-big-font-feature-settings);--kbq-checkbox-font-big-caption-font-size: var(--kbq-typography-text-normal-font-size);--kbq-checkbox-font-big-caption-line-height: var(--kbq-typography-text-normal-line-height);--kbq-checkbox-font-big-caption-letter-spacing: var(--kbq-typography-text-normal-letter-spacing);--kbq-checkbox-font-big-caption-font-weight: var(--kbq-typography-text-normal-font-weight);--kbq-checkbox-font-big-caption-font-family: var(--kbq-typography-text-normal-font-family);--kbq-checkbox-font-big-caption-text-transform: var(--kbq-typography-text-normal-text-transform);--kbq-checkbox-font-big-caption-font-feature-settings: var(--kbq-typography-text-normal-font-feature-settings)}:where(.kbq-light,.theme-light,.kbq-theme-light){--kbq-checkbox-theme-default-border: var(--kbq-line-contrast-fade);--kbq-checkbox-theme-default-color: var(--kbq-neutral-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-line-contrast-fade);--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-neutral-white);--kbq-checkbox-error-default-text: var(--kbq-foreground-contrast);--kbq-checkbox-error-default-background: var(--kbq-states-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-states-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-line-contrast-fade);--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)}:where(.kbq-dark,.theme-dark,.kbq-theme-dark){--kbq-checkbox-theme-default-border: var(--kbq-line-contrast-fade);--kbq-checkbox-theme-default-color: var(--kbq-neutral-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-line-contrast-fade);--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-neutral-white);--kbq-checkbox-error-default-text: var(--kbq-foreground-contrast);--kbq-checkbox-error-default-background: var(--kbq-states-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-states-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-line-contrast-fade);--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 }); }
1797
1797
  }
1798
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqPseudoCheckbox, decorators: [{
1798
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqPseudoCheckbox, decorators: [{
1799
1799
  type: Component,
1800
1800
  args: [{ selector: 'kbq-pseudo-checkbox', host: {
1801
1801
  class: 'kbq-pseudo-checkbox',
@@ -2019,15 +2019,15 @@ class KbqOption extends KbqOptionBase {
2019
2019
  getHostElement() {
2020
2020
  return this.element.nativeElement;
2021
2021
  }
2022
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", 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 }); }
2023
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.5", type: KbqOption, selector: "kbq-option", inputs: { value: "value", 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: [
2022
+ /** @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 }); }
2023
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.6", type: KbqOption, selector: "kbq-option", inputs: { value: "value", 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: [
2024
2024
  {
2025
2025
  provide: KBQ_TITLE_TEXT_REF,
2026
2026
  useExisting: KbqOption
2027
2027
  }
2028
2028
  ], viewQueries: [{ propertyName: "textElement", first: true, predicate: ["kbqTitleText"], descendants: true }], exportAs: ["kbqOption"], usesInheritance: true, ngImport: i0, template: "@if (showCheckbox) {\n <kbq-pseudo-checkbox\n [disabled]=\"disabled\"\n [state]=\"selected ? 'checked' : 'unchecked'\"\n />\n}\n\n<span\n #kbqTitleText\n class=\"kbq-option-text\"\n>\n <ng-content />\n</span>\n", styles: ["@keyframes kbq-progress{0%{background-position:0 0}to{background-position:64px 0}}.kbq-progress{position:relative}.kbq-progress:after{content:\"\";position:absolute;border-radius:inherit;inset:0;background:linear-gradient(135deg,#0000000a 12px,#ffffff1a 12px 22px,#0000000a 22px 34px,#ffffff1a 34px) repeat;background-size:32px 32px;animation:kbq-progress 1s linear infinite}.kbq-group{display:flex;flex-direction:row}.kbq-group .kbq-group_justified>.kbq-group-item{width:100%}.kbq-group .kbq-group-item+.kbq-group-item{margin-left:calc(-1 * var(--kbq-button-size-border-width, 1px))}.kbq-group>.kbq-group-item:first-child:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.kbq-group>.kbq-group-item:first-child:not(:last-child)>.kbq-form-field__container{border-bottom-right-radius:0;border-top-right-radius:0}.kbq-group>.kbq-group-item:last-child:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.kbq-group>.kbq-group-item:last-child:not(:first-child)>.kbq-form-field__container{border-bottom-left-radius:0;border-top-left-radius:0}.kbq-group>.kbq-group-item:not(:first-child):not(:last-child){border-radius:0}.kbq-group>.kbq-group-item:not(:first-child):not(:last-child)>.kbq-form-field__container{border-radius:0}.kbq-vertical-group{display:flex;flex-direction:column}.kbq-vertical-group>.kbq-group-item:first-child:not(:last-child){border-bottom-right-radius:0;border-bottom-left-radius:0;border-top-right-radius:var(--kbq-button-size-border-radius, 8px)}.kbq-vertical-group>.kbq-group-item:first-child:not(:last-child)>.kbq-form-field__container{border-bottom-right-radius:0;border-bottom-left-radius:0}.kbq-vertical-group>.kbq-group-item:last-child:not(:first-child){border-top-right-radius:0;border-top-left-radius:0;border-bottom-left-radius:var(--kbq-button-size-border-radius, 8px)}.kbq-vertical-group>.kbq-group-item:last-child:not(:first-child)>.kbq-form-field__container{border-top-right-radius:0;border-top-left-radius:0}.kbq-vertical-group>.kbq-group-item:not(:first-child):not(:last-child){border-radius:0}.kbq-vertical-group>.kbq-group-item:not(:first-child):not(:last-child)>.kbq-form-field__container{border-radius:0}.kbq-vertical-group .kbq-group-item+.kbq-group-item{margin-top:calc(-1 * var(--kbq-button-size-border-width, 1px))}.kbq-no-select{-webkit-touch-callout:none;-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, 8px);border:var(--kbq-size-3xs, 2px) solid transparent;padding-top:var(--kbq-size-xxs, 4px);padding-left:var(--kbq-size-m, 12px);padding-right:var(--kbq-size-m, 12px);padding-bottom:var(--kbq-size-xxs, 4px)}.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, 2px)}.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{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{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-focused,.kbq-option.kbq-active{border-color:var(--kbq-list-states-focused-focus-outline-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{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{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{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{font-size:var(--kbq-list-font-text-font-size, 14px);font-weight:var(--kbq-list-font-text-font-weight, normal);line-height:var(--kbq-list-font-text-line-height, 20px);font-family:var(--kbq-list-font-text-font-family, Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif);text-transform:var(--kbq-list-font-text-text-transform, );font-feature-settings:var(--kbq-list-font-text-font-feature-settings, \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\");letter-spacing:var(--kbq-list-font-text-letter-spacing, -.006em)}.kbq-list-option-caption{font-size:var(--kbq-list-font-caption-font-size, 12px);font-weight:var(--kbq-list-font-caption-font-weight, normal);line-height:var(--kbq-list-font-caption-line-height, 16px);font-family:var(--kbq-list-font-caption-font-family, Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif);text-transform:var(--kbq-list-font-caption-text-transform, );font-feature-settings:var(--kbq-list-font-caption-font-feature-settings, \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\");letter-spacing:var(--kbq-list-font-caption-letter-spacing, normal)}\n", ".kbq-option{--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-text-padding-vertical: 0;--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-font-text-font-size: var(--kbq-typography-text-normal-font-size);--kbq-list-font-text-line-height: var(--kbq-typography-text-normal-line-height);--kbq-list-font-text-letter-spacing: var(--kbq-typography-text-normal-letter-spacing);--kbq-list-font-text-font-weight: var(--kbq-typography-text-normal-font-weight);--kbq-list-font-text-font-family: var(--kbq-typography-text-normal-font-family);--kbq-list-font-text-text-transform: var(--kbq-typography-text-normal-text-transform);--kbq-list-font-text-font-feature-settings: var(--kbq-typography-text-normal-font-feature-settings);--kbq-list-font-caption-font-size: var(--kbq-typography-text-compact-font-size);--kbq-list-font-caption-line-height: var(--kbq-typography-text-compact-line-height);--kbq-list-font-caption-letter-spacing: var(--kbq-typography-text-compact-letter-spacing);--kbq-list-font-caption-font-weight: var(--kbq-typography-text-compact-font-weight);--kbq-list-font-caption-font-family: var(--kbq-typography-text-compact-font-family);--kbq-list-font-caption-text-transform: var(--kbq-typography-text-compact-text-transform);--kbq-list-font-caption-font-feature-settings: var(--kbq-typography-text-compact-font-feature-settings);--kbq-list-font-header-font-size: var(--kbq-typography-text-big-strong-font-size);--kbq-list-font-header-line-height: var(--kbq-typography-text-big-strong-line-height);--kbq-list-font-header-letter-spacing: var(--kbq-typography-text-big-strong-letter-spacing);--kbq-list-font-header-font-weight: var(--kbq-typography-text-big-strong-font-weight);--kbq-list-font-header-font-family: var(--kbq-typography-text-big-strong-font-family);--kbq-list-font-header-text-transform: var(--kbq-typography-text-big-strong-text-transform);--kbq-list-font-header-font-feature-settings: var(--kbq-typography-text-big-strong-font-feature-settings);--kbq-list-font-subheading-font-size: var(--kbq-typography-caps-compact-strong-font-size);--kbq-list-font-subheading-line-height: var(--kbq-typography-caps-compact-strong-line-height);--kbq-list-font-subheading-letter-spacing: var(--kbq-typography-caps-compact-strong-letter-spacing);--kbq-list-font-subheading-font-weight: var(--kbq-typography-caps-compact-strong-font-weight);--kbq-list-font-subheading-font-family: var(--kbq-typography-caps-compact-strong-font-family);--kbq-list-font-subheading-text-transform: var(--kbq-typography-caps-compact-strong-text-transform);--kbq-list-font-subheading-font-feature-settings: var(--kbq-typography-caps-compact-strong-font-feature-settings);--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-font-default-font-size: var(--kbq-typography-text-big-font-size);--kbq-option-font-default-line-height: var(--kbq-typography-text-big-line-height);--kbq-option-font-default-letter-spacing: var(--kbq-typography-text-big-letter-spacing);--kbq-option-font-default-font-weight: var(--kbq-typography-text-big-font-weight);--kbq-option-font-default-font-family: var(--kbq-typography-text-big-font-family);--kbq-option-font-default-text-transform: var(--kbq-typography-text-big-text-transform);--kbq-option-font-default-font-feature-settings: var(--kbq-typography-text-big-font-feature-settings)}:where(.kbq-light,.theme-light,.kbq-theme-light){--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)}:where(.kbq-dark,.theme-dark,.kbq-theme-dark){--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: ["color", "big", "state", "disabled"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
2029
2029
  }
2030
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqOption, decorators: [{
2030
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqOption, decorators: [{
2031
2031
  type: Component,
2032
2032
  args: [{ selector: 'kbq-option', exportAs: 'kbqOption', host: {
2033
2033
  '[attr.tabindex]': 'getTabIndex()',
@@ -2111,11 +2111,11 @@ var MultipleMode;
2111
2111
  })(MultipleMode || (MultipleMode = {}));
2112
2112
 
2113
2113
  class KbqPseudoCheckboxModule {
2114
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqPseudoCheckboxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
2115
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.5", ngImport: i0, type: KbqPseudoCheckboxModule, declarations: [KbqPseudoCheckbox], imports: [CommonModule], exports: [KbqPseudoCheckbox] }); }
2116
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqPseudoCheckboxModule, imports: [CommonModule] }); }
2114
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqPseudoCheckboxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
2115
+ /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: KbqPseudoCheckboxModule, declarations: [KbqPseudoCheckbox], imports: [CommonModule], exports: [KbqPseudoCheckbox] }); }
2116
+ /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqPseudoCheckboxModule, imports: [CommonModule] }); }
2117
2117
  }
2118
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqPseudoCheckboxModule, decorators: [{
2118
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqPseudoCheckboxModule, decorators: [{
2119
2119
  type: NgModule,
2120
2120
  args: [{
2121
2121
  imports: [CommonModule],
@@ -2125,11 +2125,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImpor
2125
2125
  }] });
2126
2126
 
2127
2127
  class KbqOptionModule {
2128
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqOptionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
2129
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.5", ngImport: i0, type: KbqOptionModule, declarations: [KbqOption, KbqOptgroup, KbqOptionActionComponent], imports: [KbqPseudoCheckboxModule], exports: [KbqOption, KbqOptgroup, KbqOptionActionComponent] }); }
2130
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqOptionModule, imports: [KbqPseudoCheckboxModule] }); }
2128
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqOptionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
2129
+ /** @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] }); }
2130
+ /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqOptionModule, imports: [KbqPseudoCheckboxModule] }); }
2131
2131
  }
2132
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqOptionModule, decorators: [{
2132
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqOptionModule, decorators: [{
2133
2133
  type: NgModule,
2134
2134
  args: [{
2135
2135
  imports: [KbqPseudoCheckboxModule],
@@ -2515,10 +2515,10 @@ class KbqPopUp {
2515
2515
  this.hide(0);
2516
2516
  }
2517
2517
  }
2518
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqPopUp, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2519
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.5", type: KbqPopUp, ngImport: i0 }); }
2518
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqPopUp, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2519
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.6", type: KbqPopUp, ngImport: i0 }); }
2520
2520
  }
2521
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqPopUp, decorators: [{
2521
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqPopUp, decorators: [{
2522
2522
  type: Directive
2523
2523
  }] });
2524
2524
 
@@ -2678,7 +2678,7 @@ class KbqPopUpTrigger {
2678
2678
  return this.overlayRef;
2679
2679
  }
2680
2680
  // Create connected position strategy that listens for scroll events to reposition.
2681
- const strategy = this.overlay
2681
+ this.strategy = this.overlay
2682
2682
  .position()
2683
2683
  .flexibleConnectedTo(this.elementRef)
2684
2684
  .withTransformOriginOn(this.originSelector)
@@ -2686,17 +2686,20 @@ class KbqPopUpTrigger {
2686
2686
  .withPositions([...EXTENDED_OVERLAY_POSITIONS])
2687
2687
  .withLockedPosition()
2688
2688
  .withScrollableContainers(this.scrollDispatcher.getAncestorScrollContainers(this.elementRef));
2689
- strategy.positionChanges.pipe(takeUntil(this.destroyed)).subscribe(this.onPositionChange);
2689
+ this.strategy.positionChanges.pipe(takeUntil(this.destroyed)).subscribe(this.onPositionChange);
2690
2690
  this.overlayRef = this.overlay.create({
2691
2691
  ...this.overlayConfig,
2692
2692
  direction: this.direction || undefined,
2693
- positionStrategy: strategy,
2693
+ positionStrategy: this.strategy,
2694
2694
  scrollStrategy: this.scrollStrategy()
2695
2695
  });
2696
2696
  this.subscribeOnClosingActions();
2697
2697
  this.overlayRef.detachments().pipe(takeUntil(this.destroyed)).subscribe(this.detach);
2698
2698
  return this.overlayRef;
2699
2699
  }
2700
+ resetOrigin() {
2701
+ this.strategy.setOrigin(this.elementRef);
2702
+ }
2700
2703
  initListeners() {
2701
2704
  this.clearListeners();
2702
2705
  if (this.trigger.includes(PopUpTriggers.Click)) {
@@ -2760,12 +2763,18 @@ class KbqPopUpTrigger {
2760
2763
  createListener(name, listener) {
2761
2764
  return [
2762
2765
  name,
2763
- () => {
2766
+ (event) => {
2764
2767
  this.triggerName = name;
2768
+ this.saveMouseEvent(event);
2765
2769
  return listener.call(this);
2766
2770
  }
2767
2771
  ];
2768
2772
  }
2773
+ saveMouseEvent(event) {
2774
+ if (this.triggerName === 'mouseenter') {
2775
+ this.mouseEvent = event;
2776
+ }
2777
+ }
2769
2778
  subscribeOnClosingActions() {
2770
2779
  this.closingActionsSubscription?.unsubscribe();
2771
2780
  this.closingActionsSubscription = this.closingActions()
@@ -2778,18 +2787,18 @@ class KbqPopUpTrigger {
2778
2787
  this.hide();
2779
2788
  });
2780
2789
  }
2781
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqPopUpTrigger, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2782
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.5", type: KbqPopUpTrigger, ngImport: i0 }); }
2790
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqPopUpTrigger, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2791
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.6", type: KbqPopUpTrigger, ngImport: i0 }); }
2783
2792
  }
2784
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqPopUpTrigger, decorators: [{
2793
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqPopUpTrigger, decorators: [{
2785
2794
  type: Directive
2786
2795
  }] });
2787
2796
 
2788
2797
  class KbqSelectTrigger {
2789
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqSelectTrigger, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2790
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.5", type: KbqSelectTrigger, isStandalone: true, selector: "kbq-select-trigger, [kbq-select-trigger]", ngImport: i0 }); }
2798
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqSelectTrigger, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2799
+ /** @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 }); }
2791
2800
  }
2792
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqSelectTrigger, decorators: [{
2801
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqSelectTrigger, decorators: [{
2793
2802
  type: Directive,
2794
2803
  args: [{
2795
2804
  selector: 'kbq-select-trigger, [kbq-select-trigger]',
@@ -2797,10 +2806,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImpor
2797
2806
  }]
2798
2807
  }] });
2799
2808
  class KbqSelectMatcher {
2800
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqSelectMatcher, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2801
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.5", type: KbqSelectMatcher, isStandalone: true, selector: "kbq-select-matcher, [kbq-select-matcher]", ngImport: i0 }); }
2809
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqSelectMatcher, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2810
+ /** @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 }); }
2802
2811
  }
2803
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqSelectMatcher, decorators: [{
2812
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqSelectMatcher, decorators: [{
2804
2813
  type: Directive,
2805
2814
  args: [{
2806
2815
  selector: 'kbq-select-matcher, [kbq-select-matcher]',
@@ -2808,10 +2817,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImpor
2808
2817
  }]
2809
2818
  }] });
2810
2819
  class KbqSelectFooter {
2811
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqSelectFooter, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2812
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.5", type: KbqSelectFooter, isStandalone: true, selector: "kbq-select-footer, [kbq-select-footer]", host: { classAttribute: "kbq-select__footer" }, ngImport: i0 }); }
2820
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqSelectFooter, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2821
+ /** @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 }); }
2813
2822
  }
2814
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqSelectFooter, decorators: [{
2823
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqSelectFooter, decorators: [{
2815
2824
  type: Directive,
2816
2825
  args: [{
2817
2826
  selector: 'kbq-select-footer, [kbq-select-footer]',
@@ -2865,10 +2874,10 @@ class KbqSelectSearch {
2865
2874
  event.stopPropagation();
2866
2875
  }
2867
2876
  }
2868
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqSelectSearch, deps: [{ token: KBQ_FORM_FIELD_REF, optional: true }], target: i0.ɵɵFactoryTarget.Directive }); }
2869
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.5", type: KbqSelectSearch, isStandalone: true, selector: "[kbqSelectSearch]", host: { listeners: { "keydown": "handleKeydown($event)" } }, exportAs: ["kbqSelectSearch"], ngImport: i0 }); }
2877
+ /** @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 }); }
2878
+ /** @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 }); }
2870
2879
  }
2871
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqSelectSearch, decorators: [{
2880
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqSelectSearch, decorators: [{
2872
2881
  type: Directive,
2873
2882
  args: [{
2874
2883
  selector: '[kbqSelectSearch]',
@@ -2885,10 +2894,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImpor
2885
2894
  args: [KBQ_FORM_FIELD_REF]
2886
2895
  }] }] });
2887
2896
  class KbqSelectSearchEmptyResult {
2888
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqSelectSearchEmptyResult, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2889
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.5", type: KbqSelectSearchEmptyResult, isStandalone: true, selector: "[kbq-select-search-empty-result]", exportAs: ["kbqSelectSearchEmptyResult"], ngImport: i0 }); }
2897
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqSelectSearchEmptyResult, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2898
+ /** @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 }); }
2890
2899
  }
2891
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqSelectSearchEmptyResult, decorators: [{
2900
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqSelectSearchEmptyResult, decorators: [{
2892
2901
  type: Directive,
2893
2902
  args: [{
2894
2903
  selector: '[kbq-select-search-empty-result]',
@@ -2980,10 +2989,10 @@ class KbqMeasureScrollbarService {
2980
2989
  this.document.body.removeChild(scrollDiv);
2981
2990
  this._scrollBarWidth = width;
2982
2991
  }
2983
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqMeasureScrollbarService, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable }); }
2984
- /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqMeasureScrollbarService, providedIn: 'root' }); }
2992
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqMeasureScrollbarService, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable }); }
2993
+ /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqMeasureScrollbarService, providedIn: 'root' }); }
2985
2994
  }
2986
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqMeasureScrollbarService, decorators: [{
2995
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqMeasureScrollbarService, decorators: [{
2987
2996
  type: Injectable,
2988
2997
  args: [{
2989
2998
  providedIn: 'root'
@@ -3060,10 +3069,10 @@ class ThemeService {
3060
3069
  getTheme() {
3061
3070
  return this.current.value;
3062
3071
  }
3063
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: ThemeService, deps: [{ token: i0.RendererFactory2 }], target: i0.ɵɵFactoryTarget.Injectable }); }
3064
- /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: ThemeService, providedIn: 'root' }); }
3072
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: ThemeService, deps: [{ token: i0.RendererFactory2 }], target: i0.ɵɵFactoryTarget.Injectable }); }
3073
+ /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: ThemeService, providedIn: 'root' }); }
3065
3074
  }
3066
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: ThemeService, decorators: [{
3075
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: ThemeService, decorators: [{
3067
3076
  type: Injectable,
3068
3077
  args: [{ providedIn: 'root' }]
3069
3078
  }], ctorParameters: () => [{ type: i0.RendererFactory2 }] });
@@ -3136,10 +3145,10 @@ class KbqDataSizePipe {
3136
3145
  const { value, unit } = formatDataSize(source, precision || this.config.defaultPrecision, unitSystem);
3137
3146
  return `${value} ${unit}`;
3138
3147
  }
3139
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqDataSizePipe, deps: [{ token: KBQ_SIZE_UNITS_CONFIG, optional: true }, { token: KBQ_LOCALE_SERVICE, optional: true }], target: i0.ɵɵFactoryTarget.Pipe }); }
3140
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.5", ngImport: i0, type: KbqDataSizePipe, isStandalone: true, name: "kbqDataSize", pure: false }); }
3148
+ /** @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 }); }
3149
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: KbqDataSizePipe, isStandalone: true, name: "kbqDataSize", pure: false }); }
3141
3150
  }
3142
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqDataSizePipe, decorators: [{
3151
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqDataSizePipe, decorators: [{
3143
3152
  type: Pipe,
3144
3153
  args: [{
3145
3154
  name: 'kbqDataSize',
@@ -3176,7 +3185,7 @@ const KBQ_VALIDATION = new InjectionToken('KbqUseValidation', {
3176
3185
  factory: () => ({ useValidation: true })
3177
3186
  });
3178
3187
 
3179
- const VERSION = new Version('18.0.0+sha-f6371ba');
3188
+ const VERSION = new Version('18.1.0+sha-13bab86');
3180
3189
 
3181
3190
  /**
3182
3191
  * Generated bundle index. Do not edit.