@koobiq/components 18.0.0 → 18.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (447) hide show
  1. package/accordion/README.md +0 -0
  2. package/accordion/_accordion-theme.scss +62 -0
  3. package/accordion/accordion-content.d.ts +6 -0
  4. package/accordion/accordion-header.d.ts +6 -0
  5. package/accordion/accordion-item.d.ts +6 -0
  6. package/accordion/accordion-tokens.scss +45 -0
  7. package/accordion/accordion-trigger.component.d.ts +11 -0
  8. package/accordion/accordion-trigger.component.scss +79 -0
  9. package/accordion/accordion.component.d.ts +20 -0
  10. package/accordion/accordion.component.scss +66 -0
  11. package/accordion/accordion.module.d.ts +12 -0
  12. package/accordion/index.d.ts +1 -0
  13. package/accordion/public-api.d.ts +6 -0
  14. package/alert/_alert-theme.scss +3 -3
  15. package/alert/alert-tokens.scss +2 -2
  16. package/alert/alert.component.scss +40 -39
  17. package/autocomplete/_autocomplete-theme.scss +2 -2
  18. package/autocomplete/autocomplete.scss +6 -6
  19. package/badge/_badge-theme.scss +5 -5
  20. package/badge/badge.component.scss +16 -16
  21. package/button/_button-base.scss +6 -6
  22. package/button/_button-theme.scss +11 -11
  23. package/button/button.dropdown-trigger.directive.d.ts +14 -0
  24. package/button/button.module.d.ts +2 -1
  25. package/button/button.scss +8 -8
  26. package/button/public-api.d.ts +1 -0
  27. package/button-toggle/_button-toggle-theme.scss +5 -5
  28. package/button-toggle/button-toggle.scss +11 -11
  29. package/checkbox/_checkbox-theme.scss +22 -22
  30. package/checkbox/checkbox-tokens.scss +2 -2
  31. package/checkbox/checkbox.scss +16 -16
  32. package/code-block/_code-block-theme.scss +15 -15
  33. package/code-block/actionbar.component.scss +4 -4
  34. package/code-block/code-block.scss +18 -19
  35. package/core/forms/_forms-theme.scss +2 -2
  36. package/core/forms/_forms.scss +12 -12
  37. package/core/option/_optgroup-theme.scss +2 -2
  38. package/core/option/_option-action-theme.scss +6 -6
  39. package/core/option/_option-theme.scss +5 -5
  40. package/core/option/action.scss +2 -2
  41. package/core/option/optgroup.scss +1 -1
  42. package/core/pop-up/pop-up-trigger.d.ts +5 -1
  43. package/core/selection/pseudo-checkbox/_pseudo-checkbox-theme.scss +8 -8
  44. package/core/selection/pseudo-checkbox/pseudo-checkbox-tokens.scss +2 -2
  45. package/core/selection/pseudo-checkbox/pseudo-checkbox.scss +8 -8
  46. package/core/styles/common/_groups.scss +4 -4
  47. package/core/styles/common/_list.scss +19 -19
  48. package/core/styles/common/_popup.scss +3 -3
  49. package/core/styles/common/_select.scss +13 -13
  50. package/core/styles/common/_tokens.scss +8 -19
  51. package/core/styles/theming/_scrollbar-theme.scss +11 -11
  52. package/core/styles/typography/_typography.scss +15 -0
  53. package/core/styles/visual/_layout.scss +13 -13
  54. package/datepicker/_datepicker-theme.scss +15 -15
  55. package/datepicker/calendar-body.scss +2 -2
  56. package/datepicker/calendar-header.scss +3 -3
  57. package/datepicker/calendar.scss +6 -6
  58. package/datepicker/datepicker-content.scss +4 -4
  59. package/datepicker/datepicker-toggle.scss +2 -2
  60. package/divider/_divider-theme.scss +1 -1
  61. package/divider/divider.scss +6 -6
  62. package/dl/_dl-theme.scss +2 -2
  63. package/dl/dl.scss +4 -4
  64. package/dropdown/_dropdown-theme.scss +7 -7
  65. package/dropdown/dropdown-item.scss +2 -2
  66. package/dropdown/dropdown.scss +5 -5
  67. package/empty-state/_empty-state-theme.scss +4 -4
  68. package/empty-state/empty-state.scss +18 -20
  69. package/esm2022/accordion/accordion-content.mjs +19 -0
  70. package/esm2022/accordion/accordion-header.mjs +19 -0
  71. package/esm2022/accordion/accordion-item.mjs +25 -0
  72. package/esm2022/accordion/accordion-trigger.component.mjs +60 -0
  73. package/esm2022/accordion/accordion.component.mjs +40 -0
  74. package/esm2022/accordion/accordion.module.mjs +44 -0
  75. package/esm2022/accordion/index.mjs +2 -0
  76. package/esm2022/accordion/koobiq-components-accordion.mjs +5 -0
  77. package/esm2022/accordion/public-api.mjs +7 -0
  78. package/esm2022/alert/alert.component.mjs +13 -13
  79. package/esm2022/alert/alert.module.mjs +4 -4
  80. package/esm2022/autocomplete/autocomplete-origin.directive.mjs +3 -3
  81. package/esm2022/autocomplete/autocomplete-trigger.directive.mjs +3 -3
  82. package/esm2022/autocomplete/autocomplete.component.mjs +5 -5
  83. package/esm2022/autocomplete/autocomplete.module.mjs +4 -4
  84. package/esm2022/badge/badge.component.mjs +10 -10
  85. package/esm2022/badge/badge.module.mjs +4 -4
  86. package/esm2022/button/button.component.mjs +8 -8
  87. package/esm2022/button/button.dropdown-trigger.directive.mjs +28 -0
  88. package/esm2022/button/button.module.mjs +14 -9
  89. package/esm2022/button/public-api.mjs +2 -1
  90. package/esm2022/button-toggle/button-toggle.component.mjs +8 -8
  91. package/esm2022/button-toggle/button-toggle.module.mjs +4 -4
  92. package/esm2022/checkbox/checkbox-module.mjs +4 -4
  93. package/esm2022/checkbox/checkbox-required-validator.mjs +3 -3
  94. package/esm2022/checkbox/checkbox.mjs +4 -4
  95. package/esm2022/code-block/actionbar.component.mjs +4 -4
  96. package/esm2022/code-block/code-block.component.mjs +4 -4
  97. package/esm2022/code-block/code-block.module.mjs +4 -4
  98. package/esm2022/core/common-behaviors/common-module.mjs +4 -4
  99. package/esm2022/core/error/error-options.mjs +6 -6
  100. package/esm2022/core/formatters/date/formatter.mjs +3 -3
  101. package/esm2022/core/formatters/date/formatter.pipe.mjs +39 -39
  102. package/esm2022/core/formatters/index.mjs +4 -4
  103. package/esm2022/core/formatters/number/formatter.mjs +12 -12
  104. package/esm2022/core/forms/forms-module.mjs +4 -4
  105. package/esm2022/core/forms/forms.directive.mjs +6 -6
  106. package/esm2022/core/highlight/highlight.pipe.mjs +3 -3
  107. package/esm2022/core/highlight/index.mjs +4 -4
  108. package/esm2022/core/line/line.mjs +7 -7
  109. package/esm2022/core/locales/locale-service.mjs +3 -3
  110. package/esm2022/core/locales/locale-service.module.mjs +4 -4
  111. package/esm2022/core/option/action.mjs +5 -5
  112. package/esm2022/core/option/optgroup.mjs +4 -4
  113. package/esm2022/core/option/option-module.mjs +4 -4
  114. package/esm2022/core/option/option.mjs +5 -5
  115. package/esm2022/core/pop-up/pop-up-trigger.mjs +17 -8
  116. package/esm2022/core/pop-up/pop-up.mjs +3 -3
  117. package/esm2022/core/select/common.mjs +15 -15
  118. package/esm2022/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +4 -4
  119. package/esm2022/core/selection/pseudo-checkbox/pseudo-checkbox.module.mjs +4 -4
  120. package/esm2022/core/services/measure-scrollbar.service.mjs +3 -3
  121. package/esm2022/core/services/theme.service.mjs +3 -3
  122. package/esm2022/core/utils/data-size/data-size.pipe.mjs +3 -3
  123. package/esm2022/core/version.mjs +2 -2
  124. package/esm2022/datepicker/calendar-body.component.mjs +4 -4
  125. package/esm2022/datepicker/calendar-header.component.mjs +4 -4
  126. package/esm2022/datepicker/calendar.component.mjs +4 -4
  127. package/esm2022/datepicker/datepicker-input.directive.mjs +3 -3
  128. package/esm2022/datepicker/datepicker-intl.mjs +3 -3
  129. package/esm2022/datepicker/datepicker-module.mjs +4 -4
  130. package/esm2022/datepicker/datepicker-toggle.component.mjs +7 -7
  131. package/esm2022/datepicker/datepicker.component.mjs +8 -8
  132. package/esm2022/datepicker/month-view.component.mjs +3 -3
  133. package/esm2022/divider/divider.component.mjs +4 -4
  134. package/esm2022/divider/divider.module.mjs +4 -4
  135. package/esm2022/dl/dl.component.mjs +10 -10
  136. package/esm2022/dl/dl.module.mjs +4 -4
  137. package/esm2022/dropdown/dropdown-content.directive.mjs +3 -3
  138. package/esm2022/dropdown/dropdown-item.component.mjs +5 -5
  139. package/esm2022/dropdown/dropdown-trigger.directive.mjs +3 -3
  140. package/esm2022/dropdown/dropdown.component.mjs +6 -6
  141. package/esm2022/dropdown/dropdown.module.mjs +4 -4
  142. package/esm2022/ellipsis-center/ellipsis-center.directive.mjs +7 -7
  143. package/esm2022/empty-state/empty-state.component.mjs +16 -16
  144. package/esm2022/empty-state/empty-state.module.mjs +4 -4
  145. package/esm2022/file-upload/file-drop.mjs +3 -3
  146. package/esm2022/file-upload/file-upload.module.mjs +4 -4
  147. package/esm2022/file-upload/multiple-file-upload.component.mjs +4 -4
  148. package/esm2022/file-upload/single-file-upload.component.mjs +4 -4
  149. package/esm2022/form-field/cleaner.mjs +5 -5
  150. package/esm2022/form-field/form-field.mjs +11 -11
  151. package/esm2022/form-field/form-field.module.mjs +4 -4
  152. package/esm2022/form-field/hint.mjs +5 -5
  153. package/esm2022/form-field/password-hint.mjs +6 -6
  154. package/esm2022/form-field/password-toggle.mjs +4 -4
  155. package/esm2022/form-field/prefix.mjs +3 -3
  156. package/esm2022/form-field/stepper.mjs +5 -5
  157. package/esm2022/form-field/suffix.mjs +3 -3
  158. package/esm2022/form-field/validate.directive.mjs +3 -3
  159. package/esm2022/icon/icon-button.component.mjs +6 -6
  160. package/esm2022/icon/icon-item.component.mjs +6 -6
  161. package/esm2022/icon/icon.component.mjs +6 -6
  162. package/esm2022/icon/icon.module.mjs +13 -24
  163. package/esm2022/input/input-number-validators.mjs +6 -6
  164. package/esm2022/input/input-number.mjs +5 -5
  165. package/esm2022/input/input-password.mjs +3 -3
  166. package/esm2022/input/input.mjs +8 -8
  167. package/esm2022/input/input.module.mjs +4 -4
  168. package/esm2022/link/link.component.mjs +3 -3
  169. package/esm2022/link/link.module.mjs +4 -4
  170. package/esm2022/list/list-selection.component.mjs +11 -11
  171. package/esm2022/list/list.component.mjs +7 -7
  172. package/esm2022/list/list.module.mjs +4 -4
  173. package/esm2022/loader-overlay/loader-overlay.component.mjs +13 -13
  174. package/esm2022/loader-overlay/loader-overlay.module.mjs +4 -4
  175. package/esm2022/markdown/markdown.component.mjs +5 -5
  176. package/esm2022/markdown/markdown.module.mjs +4 -4
  177. package/esm2022/markdown/markdown.service.mjs +3 -3
  178. package/esm2022/modal/css-unit.pipe.mjs +3 -3
  179. package/esm2022/modal/modal-control.service.mjs +3 -3
  180. package/esm2022/modal/modal.component.mjs +7 -9
  181. package/esm2022/modal/modal.directive.mjs +53 -17
  182. package/esm2022/modal/modal.module.mjs +4 -4
  183. package/esm2022/modal/modal.service.mjs +3 -3
  184. package/esm2022/navbar/navbar-item.component.mjs +29 -29
  185. package/esm2022/navbar/navbar.component.mjs +11 -11
  186. package/esm2022/navbar/navbar.module.mjs +4 -4
  187. package/esm2022/navbar/vertical-navbar.component.mjs +5 -5
  188. package/esm2022/popover/popover-confirm.component.mjs +8 -8
  189. package/esm2022/popover/popover.component.mjs +8 -8
  190. package/esm2022/popover/popover.module.mjs +4 -4
  191. package/esm2022/progress-bar/progress-bar.component.mjs +10 -10
  192. package/esm2022/progress-bar/progress-bar.module.mjs +4 -4
  193. package/esm2022/progress-spinner/progress-spinner.component.mjs +10 -10
  194. package/esm2022/progress-spinner/progress-spinner.module.mjs +4 -4
  195. package/esm2022/radio/radio.component.mjs +7 -7
  196. package/esm2022/radio/radio.module.mjs +4 -4
  197. package/esm2022/risk-level/risk-level.component.mjs +4 -4
  198. package/esm2022/risk-level/risk-level.module.mjs +4 -4
  199. package/esm2022/scrollbar/scrollbar.component.mjs +6 -6
  200. package/esm2022/scrollbar/scrollbar.directive.mjs +3 -3
  201. package/esm2022/scrollbar/scrollbar.module.mjs +4 -4
  202. package/esm2022/select/select-option.directive.mjs +3 -3
  203. package/esm2022/select/select.component.mjs +6 -6
  204. package/esm2022/select/select.module.mjs +4 -4
  205. package/esm2022/sidebar/sidebar.component.mjs +9 -9
  206. package/esm2022/sidebar/sidebar.module.mjs +4 -4
  207. package/esm2022/sidepanel/sidepanel-container.component.mjs +5 -5
  208. package/esm2022/sidepanel/sidepanel-directives.mjs +15 -15
  209. package/esm2022/sidepanel/sidepanel.module.mjs +4 -4
  210. package/esm2022/sidepanel/sidepanel.service.mjs +3 -3
  211. package/esm2022/splitter/splitter.component.mjs +14 -14
  212. package/esm2022/splitter/splitter.module.mjs +4 -4
  213. package/esm2022/table/table.component.mjs +7 -7
  214. package/esm2022/table/table.module.mjs +4 -4
  215. package/esm2022/tabs/paginated-tab-header.mjs +3 -3
  216. package/esm2022/tabs/tab-body.component.mjs +6 -6
  217. package/esm2022/tabs/tab-content.directive.mjs +3 -3
  218. package/esm2022/tabs/tab-group.component.mjs +33 -18
  219. package/esm2022/tabs/tab-header.component.mjs +16 -5
  220. package/esm2022/tabs/tab-label-wrapper.directive.mjs +8 -4
  221. package/esm2022/tabs/tab-label.directive.mjs +3 -3
  222. package/esm2022/tabs/tab-nav-bar/tab-nav-bar.mjs +7 -7
  223. package/esm2022/tabs/tab.component.mjs +3 -3
  224. package/esm2022/tabs/tabs.module.mjs +15 -8
  225. package/esm2022/tags/tag-input.mjs +3 -3
  226. package/esm2022/tags/tag-list.component.mjs +4 -4
  227. package/esm2022/tags/tag.component.mjs +13 -13
  228. package/esm2022/tags/tag.module.mjs +4 -4
  229. package/esm2022/textarea/textarea.component.mjs +3 -3
  230. package/esm2022/textarea/textarea.module.mjs +4 -4
  231. package/esm2022/timepicker/timepicker.directive.mjs +3 -3
  232. package/esm2022/timepicker/timepicker.module.mjs +4 -4
  233. package/esm2022/timezone/cities-by-filter.pipe.mjs +3 -3
  234. package/esm2022/timezone/timezone-option.component.mjs +5 -5
  235. package/esm2022/timezone/timezone-option.directive.mjs +3 -3
  236. package/esm2022/timezone/timezone-select.component.mjs +8 -8
  237. package/esm2022/timezone/timezone.module.mjs +4 -4
  238. package/esm2022/timezone/utc-offset.pipe.mjs +3 -3
  239. package/esm2022/title/title.directive.mjs +3 -3
  240. package/esm2022/title/title.module.mjs +4 -4
  241. package/esm2022/toast/toast-container.component.mjs +4 -4
  242. package/esm2022/toast/toast.component.mjs +8 -8
  243. package/esm2022/toast/toast.module.mjs +4 -4
  244. package/esm2022/toast/toast.service.mjs +3 -3
  245. package/esm2022/toggle/toggle.component.mjs +6 -6
  246. package/esm2022/toggle/toggle.module.mjs +4 -4
  247. package/esm2022/tooltip/tooltip.component.mjs +52 -15
  248. package/esm2022/tooltip/tooltip.module.mjs +15 -28
  249. package/esm2022/tree/node.mjs +3 -3
  250. package/esm2022/tree/outlet.mjs +3 -3
  251. package/esm2022/tree/padding.directive.mjs +3 -3
  252. package/esm2022/tree/toggle.mjs +11 -11
  253. package/esm2022/tree/tree-base.mjs +6 -6
  254. package/esm2022/tree/tree-option.component.mjs +8 -7
  255. package/esm2022/tree/tree-selection.component.mjs +5 -5
  256. package/esm2022/tree/tree.mjs +5 -5
  257. package/esm2022/tree/tree.module.mjs +4 -4
  258. package/esm2022/tree-select/tree-select.component.mjs +15 -8
  259. package/esm2022/tree-select/tree-select.module.mjs +4 -4
  260. package/fesm2022/koobiq-components-accordion.mjs +189 -0
  261. package/fesm2022/koobiq-components-accordion.mjs.map +1 -0
  262. package/fesm2022/koobiq-components-alert.mjs +17 -17
  263. package/fesm2022/koobiq-components-alert.mjs.map +1 -1
  264. package/fesm2022/koobiq-components-autocomplete.mjs +15 -15
  265. package/fesm2022/koobiq-components-autocomplete.mjs.map +1 -1
  266. package/fesm2022/koobiq-components-badge.mjs +14 -14
  267. package/fesm2022/koobiq-components-badge.mjs.map +1 -1
  268. package/fesm2022/koobiq-components-button-toggle.mjs +12 -12
  269. package/fesm2022/koobiq-components-button-toggle.mjs.map +1 -1
  270. package/fesm2022/koobiq-components-button.mjs +48 -18
  271. package/fesm2022/koobiq-components-button.mjs.map +1 -1
  272. package/fesm2022/koobiq-components-checkbox.mjs +11 -11
  273. package/fesm2022/koobiq-components-checkbox.mjs.map +1 -1
  274. package/fesm2022/koobiq-components-code-block.mjs +12 -12
  275. package/fesm2022/koobiq-components-code-block.mjs.map +1 -1
  276. package/fesm2022/koobiq-components-core.mjs +169 -160
  277. package/fesm2022/koobiq-components-core.mjs.map +1 -1
  278. package/fesm2022/koobiq-components-datepicker.mjs +39 -39
  279. package/fesm2022/koobiq-components-datepicker.mjs.map +1 -1
  280. package/fesm2022/koobiq-components-divider.mjs +8 -8
  281. package/fesm2022/koobiq-components-divider.mjs.map +1 -1
  282. package/fesm2022/koobiq-components-dl.mjs +14 -14
  283. package/fesm2022/koobiq-components-dl.mjs.map +1 -1
  284. package/fesm2022/koobiq-components-dropdown.mjs +20 -20
  285. package/fesm2022/koobiq-components-dropdown.mjs.map +1 -1
  286. package/fesm2022/koobiq-components-ellipsis-center.mjs +7 -7
  287. package/fesm2022/koobiq-components-empty-state.mjs +20 -20
  288. package/fesm2022/koobiq-components-empty-state.mjs.map +1 -1
  289. package/fesm2022/koobiq-components-file-upload.mjs +15 -15
  290. package/fesm2022/koobiq-components-file-upload.mjs.map +1 -1
  291. package/fesm2022/koobiq-components-form-field.mjs +48 -48
  292. package/fesm2022/koobiq-components-form-field.mjs.map +1 -1
  293. package/fesm2022/koobiq-components-icon.mjs +27 -38
  294. package/fesm2022/koobiq-components-icon.mjs.map +1 -1
  295. package/fesm2022/koobiq-components-input.mjs +24 -24
  296. package/fesm2022/koobiq-components-input.mjs.map +1 -1
  297. package/fesm2022/koobiq-components-link.mjs +7 -7
  298. package/fesm2022/koobiq-components-list.mjs +22 -22
  299. package/fesm2022/koobiq-components-list.mjs.map +1 -1
  300. package/fesm2022/koobiq-components-loader-overlay.mjs +17 -17
  301. package/fesm2022/koobiq-components-loader-overlay.mjs.map +1 -1
  302. package/fesm2022/koobiq-components-markdown.mjs +12 -12
  303. package/fesm2022/koobiq-components-markdown.mjs.map +1 -1
  304. package/fesm2022/koobiq-components-modal.mjs +66 -36
  305. package/fesm2022/koobiq-components-modal.mjs.map +1 -1
  306. package/fesm2022/koobiq-components-navbar.mjs +49 -49
  307. package/fesm2022/koobiq-components-navbar.mjs.map +1 -1
  308. package/fesm2022/koobiq-components-popover.mjs +18 -18
  309. package/fesm2022/koobiq-components-popover.mjs.map +1 -1
  310. package/fesm2022/koobiq-components-progress-bar.mjs +14 -14
  311. package/fesm2022/koobiq-components-progress-bar.mjs.map +1 -1
  312. package/fesm2022/koobiq-components-progress-spinner.mjs +14 -14
  313. package/fesm2022/koobiq-components-progress-spinner.mjs.map +1 -1
  314. package/fesm2022/koobiq-components-radio.mjs +11 -11
  315. package/fesm2022/koobiq-components-radio.mjs.map +1 -1
  316. package/fesm2022/koobiq-components-risk-level.mjs +8 -8
  317. package/fesm2022/koobiq-components-risk-level.mjs.map +1 -1
  318. package/fesm2022/koobiq-components-scrollbar.mjs +12 -12
  319. package/fesm2022/koobiq-components-scrollbar.mjs.map +1 -1
  320. package/fesm2022/koobiq-components-select.mjs +12 -12
  321. package/fesm2022/koobiq-components-select.mjs.map +1 -1
  322. package/fesm2022/koobiq-components-sidebar.mjs +13 -13
  323. package/fesm2022/koobiq-components-sidepanel.mjs +26 -26
  324. package/fesm2022/koobiq-components-sidepanel.mjs.map +1 -1
  325. package/fesm2022/koobiq-components-splitter.mjs +17 -17
  326. package/fesm2022/koobiq-components-splitter.mjs.map +1 -1
  327. package/fesm2022/koobiq-components-table.mjs +11 -11
  328. package/fesm2022/koobiq-components-table.mjs.map +1 -1
  329. package/fesm2022/koobiq-components-tabs.mjs +93 -56
  330. package/fesm2022/koobiq-components-tabs.mjs.map +1 -1
  331. package/fesm2022/koobiq-components-tags.mjs +24 -24
  332. package/fesm2022/koobiq-components-tags.mjs.map +1 -1
  333. package/fesm2022/koobiq-components-textarea.mjs +7 -7
  334. package/fesm2022/koobiq-components-timepicker.mjs +7 -7
  335. package/fesm2022/koobiq-components-timezone.mjs +26 -26
  336. package/fesm2022/koobiq-components-timezone.mjs.map +1 -1
  337. package/fesm2022/koobiq-components-title.mjs +7 -7
  338. package/fesm2022/koobiq-components-toast.mjs +18 -18
  339. package/fesm2022/koobiq-components-toast.mjs.map +1 -1
  340. package/fesm2022/koobiq-components-toggle.mjs +9 -9
  341. package/fesm2022/koobiq-components-toggle.mjs.map +1 -1
  342. package/fesm2022/koobiq-components-tooltip.mjs +67 -42
  343. package/fesm2022/koobiq-components-tooltip.mjs.map +1 -1
  344. package/fesm2022/koobiq-components-tree-select.mjs +18 -11
  345. package/fesm2022/koobiq-components-tree-select.mjs.map +1 -1
  346. package/fesm2022/koobiq-components-tree.mjs +47 -46
  347. package/fesm2022/koobiq-components-tree.mjs.map +1 -1
  348. package/file-upload/_file-upload-theme.scss +27 -29
  349. package/file-upload/file-upload-tokens.scss +1 -1
  350. package/file-upload/multiple-file-upload.component.scss +26 -26
  351. package/file-upload/single-file-upload.component.scss +8 -8
  352. package/form-field/_form-field-theme.scss +14 -14
  353. package/form-field/_hint-theme.scss +2 -2
  354. package/form-field/cleaner.scss +2 -2
  355. package/form-field/form-field.scss +10 -10
  356. package/form-field/hint.scss +4 -4
  357. package/form-field/password-toggle.scss +2 -2
  358. package/form-field/stepper.scss +3 -3
  359. package/icon/_icon-button-theme.scss +26 -26
  360. package/icon/_icon-item-theme.scss +2 -2
  361. package/icon/_icon-theme.scss +6 -6
  362. package/icon/icon-button.component.d.ts +1 -1
  363. package/icon/icon-button.scss +2 -4
  364. package/icon/icon-item.component.d.ts +1 -1
  365. package/icon/icon-item.scss +2 -4
  366. package/icon/icon.component.d.ts +1 -1
  367. package/icon/icon.module.d.ts +1 -3
  368. package/input/input-number.d.ts +1 -1
  369. package/input/input.d.ts +1 -1
  370. package/input/input.scss +2 -2
  371. package/link/_link-theme.scss +11 -11
  372. package/link/link-tokens.scss +2 -2
  373. package/list/_list-theme.scss +6 -6
  374. package/list/list.scss +1 -1
  375. package/loader-overlay/_loader-overlay-theme.scss +6 -6
  376. package/loader-overlay/loader-overlay.scss +8 -8
  377. package/markdown/_markdown-theme.scss +27 -27
  378. package/markdown/markdown-tokens.scss +19 -19
  379. package/markdown/markdown.scss +29 -29
  380. package/modal/_modal-confirm.scss +1 -1
  381. package/modal/_modal-theme.scss +9 -12
  382. package/modal/modal.directive.d.ts +3 -0
  383. package/modal/modal.scss +12 -13
  384. package/navbar/_navbar-item_horizontal.scss +20 -20
  385. package/navbar/_navbar-item_vertical.scss +28 -28
  386. package/navbar/_navbar-theme.scss +8 -8
  387. package/navbar/navbar-brand.scss +23 -23
  388. package/navbar/navbar-divider.scss +3 -3
  389. package/navbar/navbar-item.scss +6 -6
  390. package/navbar/navbar.scss +1 -1
  391. package/navbar/vertical-navbar.scss +2 -2
  392. package/package.json +13 -6
  393. package/popover/_popover-theme.scss +7 -7
  394. package/popover/popover.scss +17 -18
  395. package/prebuilt-themes/dark-theme.css +1 -1
  396. package/prebuilt-themes/light-theme.css +1 -1
  397. package/prebuilt-themes/theme.css +1 -1
  398. package/progress-bar/_progress-bar-theme.scss +4 -4
  399. package/progress-bar/progress-bar.scss +5 -5
  400. package/progress-spinner/_progress-spinner-theme.scss +3 -3
  401. package/progress-spinner/progress-spinner.scss +7 -7
  402. package/radio/_radio-theme.scss +9 -9
  403. package/radio/radio.scss +14 -14
  404. package/risk-level/_risk-level-theme.scss +5 -5
  405. package/risk-level/risk-level.component.scss +3 -3
  406. package/schematics/ng-add/index.js +22 -5
  407. package/scrollbar/_scrollbar-component-theme.scss +12 -12
  408. package/scrollbar/scrollbar.component.scss +6 -6
  409. package/select/_select-theme.scss +9 -9
  410. package/select/select.scss +2 -2
  411. package/sidepanel/_sidepanel-theme.scss +4 -4
  412. package/sidepanel/sidepanel.scss +14 -16
  413. package/splitter/_splitter-theme.scss +1 -1
  414. package/table/_table-theme.scss +5 -5
  415. package/table/table.scss +12 -12
  416. package/tabs/_tabs-common.scss +32 -3
  417. package/tabs/_tabs-theme.scss +24 -12
  418. package/tabs/tab-group.component.d.ts +7 -2
  419. package/tabs/tab-group.scss +1 -1
  420. package/tabs/tab-header.component.d.ts +4 -1
  421. package/tabs/tab-header.scss +29 -0
  422. package/tabs/tab-nav-bar/tab-nav-bar.scss +1 -1
  423. package/tabs/tabs.module.d.ts +2 -1
  424. package/tags/_tag-theme.scss +5 -5
  425. package/tags/tag-list.scss +5 -5
  426. package/tags/tag.scss +4 -4
  427. package/textarea/textarea.scss +2 -2
  428. package/timepicker/timepicker.scss +1 -1
  429. package/timezone/_timezone-option-theme.scss +3 -3
  430. package/timezone/timezone-option-tokens.scss +24 -0
  431. package/timezone/timezone-option.component.scss +4 -4
  432. package/timezone/timezone-select.component.scss +1 -1
  433. package/toast/_toast-theme.scss +4 -4
  434. package/toast/toast-container.component.scss +3 -3
  435. package/toast/toast.component.scss +21 -21
  436. package/toggle/_toggle-theme.scss +8 -8
  437. package/toggle/toggle.scss +8 -8
  438. package/tooltip/_tooltip-theme.scss +5 -5
  439. package/tooltip/tooltip.component.d.ts +11 -4
  440. package/tooltip/tooltip.module.d.ts +1 -3
  441. package/tooltip/tooltip.scss +7 -7
  442. package/tree/_tree-theme.scss +6 -6
  443. package/tree/toggle.scss +2 -2
  444. package/tree/tree-option.component.d.ts +1 -0
  445. package/tree/tree-option.scss +4 -4
  446. package/tree-select/_tree-select-theme.scss +7 -7
  447. package/tree-select/tree-select.component.d.ts +2 -0
@@ -13,10 +13,10 @@ export class AbsoluteDateFormatterPipe {
13
13
  const date = this.adapter.deserialize(value);
14
14
  return date ? this.formatter.absoluteLongDate(date, currYear) : '';
15
15
  }
16
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AbsoluteDateFormatterPipe, deps: [{ token: i1.DateAdapter }, { token: i2.DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe }); }
17
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.5", ngImport: i0, type: AbsoluteDateFormatterPipe, name: "absoluteLongDate" }); }
16
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: AbsoluteDateFormatterPipe, deps: [{ token: i1.DateAdapter }, { token: i2.DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe }); }
17
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: AbsoluteDateFormatterPipe, name: "absoluteLongDate" }); }
18
18
  }
19
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AbsoluteDateFormatterPipe, decorators: [{
19
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: AbsoluteDateFormatterPipe, decorators: [{
20
20
  type: Pipe,
21
21
  args: [{ name: 'absoluteLongDate' }]
22
22
  }], ctorParameters: () => [{ type: i1.DateAdapter }, { type: i2.DateFormatter }] });
@@ -29,10 +29,10 @@ export class AbsoluteDateTimeFormatterPipe {
29
29
  const date = this.adapter.deserialize(value);
30
30
  return date ? this.formatter.absoluteLongDateTime(date, options) : '';
31
31
  }
32
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AbsoluteDateTimeFormatterPipe, deps: [{ token: i1.DateAdapter }, { token: i2.DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe }); }
33
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.5", ngImport: i0, type: AbsoluteDateTimeFormatterPipe, name: "absoluteLongDateTime" }); }
32
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: AbsoluteDateTimeFormatterPipe, deps: [{ token: i1.DateAdapter }, { token: i2.DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe }); }
33
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: AbsoluteDateTimeFormatterPipe, name: "absoluteLongDateTime" }); }
34
34
  }
35
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AbsoluteDateTimeFormatterPipe, decorators: [{
35
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: AbsoluteDateTimeFormatterPipe, decorators: [{
36
36
  type: Pipe,
37
37
  args: [{ name: 'absoluteLongDateTime' }]
38
38
  }], ctorParameters: () => [{ type: i1.DateAdapter }, { type: i2.DateFormatter }] });
@@ -45,10 +45,10 @@ export class AbsoluteDateShortFormatterPipe {
45
45
  const date = this.adapter.deserialize(value);
46
46
  return date ? this.formatter.absoluteShortDate(date, currYear) : '';
47
47
  }
48
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AbsoluteDateShortFormatterPipe, deps: [{ token: i1.DateAdapter }, { token: i2.DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe }); }
49
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.5", ngImport: i0, type: AbsoluteDateShortFormatterPipe, name: "absoluteShortDate" }); }
48
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: AbsoluteDateShortFormatterPipe, deps: [{ token: i1.DateAdapter }, { token: i2.DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe }); }
49
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: AbsoluteDateShortFormatterPipe, name: "absoluteShortDate" }); }
50
50
  }
51
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AbsoluteDateShortFormatterPipe, decorators: [{
51
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: AbsoluteDateShortFormatterPipe, decorators: [{
52
52
  type: Pipe,
53
53
  args: [{ name: 'absoluteShortDate' }]
54
54
  }], ctorParameters: () => [{ type: i1.DateAdapter }, { type: i2.DateFormatter }] });
@@ -61,10 +61,10 @@ export class AbsoluteShortDateTimeFormatterPipe {
61
61
  const date = this.adapter.deserialize(value);
62
62
  return date ? this.formatter.absoluteShortDateTime(date, options) : '';
63
63
  }
64
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AbsoluteShortDateTimeFormatterPipe, deps: [{ token: i1.DateAdapter }, { token: i2.DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe }); }
65
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.5", ngImport: i0, type: AbsoluteShortDateTimeFormatterPipe, name: "absoluteShortDateTime" }); }
64
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: AbsoluteShortDateTimeFormatterPipe, deps: [{ token: i1.DateAdapter }, { token: i2.DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe }); }
65
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: AbsoluteShortDateTimeFormatterPipe, name: "absoluteShortDateTime" }); }
66
66
  }
67
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AbsoluteShortDateTimeFormatterPipe, decorators: [{
67
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: AbsoluteShortDateTimeFormatterPipe, decorators: [{
68
68
  type: Pipe,
69
69
  args: [{ name: 'absoluteShortDateTime' }]
70
70
  }], ctorParameters: () => [{ type: i1.DateAdapter }, { type: i2.DateFormatter }] });
@@ -77,10 +77,10 @@ export class RelativeDateFormatterPipe {
77
77
  const date = this.adapter.deserialize(value);
78
78
  return date ? this.formatter.relativeLongDate(date) : '';
79
79
  }
80
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: RelativeDateFormatterPipe, deps: [{ token: i1.DateAdapter }, { token: i2.DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe }); }
81
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.5", ngImport: i0, type: RelativeDateFormatterPipe, name: "relativeLongDate" }); }
80
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RelativeDateFormatterPipe, deps: [{ token: i1.DateAdapter }, { token: i2.DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe }); }
81
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: RelativeDateFormatterPipe, name: "relativeLongDate" }); }
82
82
  }
83
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: RelativeDateFormatterPipe, decorators: [{
83
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RelativeDateFormatterPipe, decorators: [{
84
84
  type: Pipe,
85
85
  args: [{ name: 'relativeLongDate' }]
86
86
  }], ctorParameters: () => [{ type: i1.DateAdapter }, { type: i2.DateFormatter }] });
@@ -93,10 +93,10 @@ export class RelativeDateTimeFormatterPipe {
93
93
  const date = this.adapter.deserialize(value);
94
94
  return date ? this.formatter.relativeLongDateTime(date, options) : '';
95
95
  }
96
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: RelativeDateTimeFormatterPipe, deps: [{ token: i1.DateAdapter }, { token: i2.DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe }); }
97
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.5", ngImport: i0, type: RelativeDateTimeFormatterPipe, name: "relativeLongDateTime" }); }
96
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RelativeDateTimeFormatterPipe, deps: [{ token: i1.DateAdapter }, { token: i2.DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe }); }
97
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: RelativeDateTimeFormatterPipe, name: "relativeLongDateTime" }); }
98
98
  }
99
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: RelativeDateTimeFormatterPipe, decorators: [{
99
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RelativeDateTimeFormatterPipe, decorators: [{
100
100
  type: Pipe,
101
101
  args: [{ name: 'relativeLongDateTime' }]
102
102
  }], ctorParameters: () => [{ type: i1.DateAdapter }, { type: i2.DateFormatter }] });
@@ -109,10 +109,10 @@ export class RelativeShortDateFormatterPipe {
109
109
  const date = this.adapter.deserialize(value);
110
110
  return date ? this.formatter.relativeShortDate(date) : '';
111
111
  }
112
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: RelativeShortDateFormatterPipe, deps: [{ token: i1.DateAdapter }, { token: i2.DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe }); }
113
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.5", ngImport: i0, type: RelativeShortDateFormatterPipe, name: "relativeShortDate" }); }
112
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RelativeShortDateFormatterPipe, deps: [{ token: i1.DateAdapter }, { token: i2.DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe }); }
113
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: RelativeShortDateFormatterPipe, name: "relativeShortDate" }); }
114
114
  }
115
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: RelativeShortDateFormatterPipe, decorators: [{
115
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RelativeShortDateFormatterPipe, decorators: [{
116
116
  type: Pipe,
117
117
  args: [{ name: 'relativeShortDate' }]
118
118
  }], ctorParameters: () => [{ type: i1.DateAdapter }, { type: i2.DateFormatter }] });
@@ -125,10 +125,10 @@ export class RelativeShortDateTimeFormatterPipe {
125
125
  const date = this.adapter.deserialize(value);
126
126
  return date ? this.formatter.relativeShortDateTime(date, options) : '';
127
127
  }
128
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: RelativeShortDateTimeFormatterPipe, deps: [{ token: i1.DateAdapter }, { token: i2.DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe }); }
129
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.5", ngImport: i0, type: RelativeShortDateTimeFormatterPipe, name: "relativeShortDateTime" }); }
128
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RelativeShortDateTimeFormatterPipe, deps: [{ token: i1.DateAdapter }, { token: i2.DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe }); }
129
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: RelativeShortDateTimeFormatterPipe, name: "relativeShortDateTime" }); }
130
130
  }
131
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: RelativeShortDateTimeFormatterPipe, decorators: [{
131
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RelativeShortDateTimeFormatterPipe, decorators: [{
132
132
  type: Pipe,
133
133
  args: [{ name: 'relativeShortDateTime' }]
134
134
  }], ctorParameters: () => [{ type: i1.DateAdapter }, { type: i2.DateFormatter }] });
@@ -142,10 +142,10 @@ export class RangeDateFormatterPipe {
142
142
  const date2 = this.adapter.deserialize(value2);
143
143
  return this.formatter.rangeLongDate(date1, date2);
144
144
  }
145
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: RangeDateFormatterPipe, deps: [{ token: i1.DateAdapter }, { token: i2.DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe }); }
146
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.5", ngImport: i0, type: RangeDateFormatterPipe, name: "rangeLongDate" }); }
145
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RangeDateFormatterPipe, deps: [{ token: i1.DateAdapter }, { token: i2.DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe }); }
146
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: RangeDateFormatterPipe, name: "rangeLongDate" }); }
147
147
  }
148
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: RangeDateFormatterPipe, decorators: [{
148
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RangeDateFormatterPipe, decorators: [{
149
149
  type: Pipe,
150
150
  args: [{ name: 'rangeLongDate' }]
151
151
  }], ctorParameters: () => [{ type: i1.DateAdapter }, { type: i2.DateFormatter }] });
@@ -159,10 +159,10 @@ export class RangeShortDateFormatterPipe {
159
159
  const date2 = this.adapter.deserialize(value2);
160
160
  return this.formatter.rangeShortDate(date1, date2);
161
161
  }
162
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: RangeShortDateFormatterPipe, deps: [{ token: i1.DateAdapter }, { token: i2.DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe }); }
163
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.5", ngImport: i0, type: RangeShortDateFormatterPipe, name: "rangeShortDate" }); }
162
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RangeShortDateFormatterPipe, deps: [{ token: i1.DateAdapter }, { token: i2.DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe }); }
163
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: RangeShortDateFormatterPipe, name: "rangeShortDate" }); }
164
164
  }
165
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: RangeShortDateFormatterPipe, decorators: [{
165
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RangeShortDateFormatterPipe, decorators: [{
166
166
  type: Pipe,
167
167
  args: [{ name: 'rangeShortDate' }]
168
168
  }], ctorParameters: () => [{ type: i1.DateAdapter }, { type: i2.DateFormatter }] });
@@ -176,10 +176,10 @@ export class RangeDateTimeFormatterPipe {
176
176
  const date2 = this.adapter.deserialize(value2);
177
177
  return this.formatter.rangeLongDateTime(date1, date2, options);
178
178
  }
179
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: RangeDateTimeFormatterPipe, deps: [{ token: i1.DateAdapter }, { token: i2.DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe }); }
180
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.5", ngImport: i0, type: RangeDateTimeFormatterPipe, name: "rangeLongDateTime" }); }
179
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RangeDateTimeFormatterPipe, deps: [{ token: i1.DateAdapter }, { token: i2.DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe }); }
180
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: RangeDateTimeFormatterPipe, name: "rangeLongDateTime" }); }
181
181
  }
182
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: RangeDateTimeFormatterPipe, decorators: [{
182
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RangeDateTimeFormatterPipe, decorators: [{
183
183
  type: Pipe,
184
184
  args: [{ name: 'rangeLongDateTime' }]
185
185
  }], ctorParameters: () => [{ type: i1.DateAdapter }, { type: i2.DateFormatter }] });
@@ -193,10 +193,10 @@ export class RangeMiddleDateTimeFormatterPipe {
193
193
  const date2 = this.adapter.deserialize(value2);
194
194
  return this.formatter.rangeMiddleDateTime(date1, date2, options);
195
195
  }
196
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: RangeMiddleDateTimeFormatterPipe, deps: [{ token: i1.DateAdapter }, { token: i2.DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe }); }
197
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.5", ngImport: i0, type: RangeMiddleDateTimeFormatterPipe, name: "rangeMiddleDateTime" }); }
196
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RangeMiddleDateTimeFormatterPipe, deps: [{ token: i1.DateAdapter }, { token: i2.DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe }); }
197
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: RangeMiddleDateTimeFormatterPipe, name: "rangeMiddleDateTime" }); }
198
198
  }
199
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: RangeMiddleDateTimeFormatterPipe, decorators: [{
199
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RangeMiddleDateTimeFormatterPipe, decorators: [{
200
200
  type: Pipe,
201
201
  args: [{ name: 'rangeMiddleDateTime' }]
202
202
  }], ctorParameters: () => [{ type: i1.DateAdapter }, { type: i2.DateFormatter }] });
@@ -210,10 +210,10 @@ export class RangeShortDateTimeFormatterPipe {
210
210
  const date2 = this.adapter.deserialize(value2);
211
211
  return this.formatter.rangeShortDateTime(date1, date2, options);
212
212
  }
213
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: RangeShortDateTimeFormatterPipe, deps: [{ token: i1.DateAdapter }, { token: i2.DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe }); }
214
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.5", ngImport: i0, type: RangeShortDateTimeFormatterPipe, name: "rangeShortDateTime" }); }
213
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RangeShortDateTimeFormatterPipe, deps: [{ token: i1.DateAdapter }, { token: i2.DateFormatter }], target: i0.ɵɵFactoryTarget.Pipe }); }
214
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: RangeShortDateTimeFormatterPipe, name: "rangeShortDateTime" }); }
215
215
  }
216
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: RangeShortDateTimeFormatterPipe, decorators: [{
216
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RangeShortDateTimeFormatterPipe, decorators: [{
217
217
  type: Pipe,
218
218
  args: [{ name: 'rangeShortDateTime' }]
219
219
  }], ctorParameters: () => [{ type: i1.DateAdapter }, { type: i2.DateFormatter }] });
@@ -5,8 +5,8 @@ import { AbsoluteDateFormatterPipe, AbsoluteDateShortFormatterPipe, AbsoluteDate
5
5
  import { KbqDecimalPipe, KbqRoundDecimalPipe, KbqTableNumberPipe } from './number/formatter';
6
6
  import * as i0 from "@angular/core";
7
7
  export class KbqFormattersModule {
8
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqFormattersModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
9
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.5", ngImport: i0, type: KbqFormattersModule, declarations: [KbqDecimalPipe,
8
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqFormattersModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
9
+ /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: KbqFormattersModule, declarations: [KbqDecimalPipe,
10
10
  KbqRoundDecimalPipe,
11
11
  KbqTableNumberPipe,
12
12
  AbsoluteDateFormatterPipe,
@@ -37,9 +37,9 @@ export class KbqFormattersModule {
37
37
  RangeDateTimeFormatterPipe,
38
38
  RangeShortDateTimeFormatterPipe,
39
39
  RangeMiddleDateTimeFormatterPipe] }); }
40
- /** @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] }] }); }
40
+ /** @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] }] }); }
41
41
  }
42
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqFormattersModule, decorators: [{
42
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqFormattersModule, decorators: [{
43
43
  type: NgModule,
44
44
  args: [{
45
45
  declarations: [
@@ -129,11 +129,11 @@ export class KbqDecimalPipe {
129
129
  isSpecialFormatForRULocale(locale, value, grouping) {
130
130
  return ['ru', 'ru-RU'].includes(locale) && grouping === undefined && value < defaultValueForGroupingInRULocale;
131
131
  }
132
- /** @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 }); }
133
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.5", ngImport: i0, type: KbqDecimalPipe, name: "kbqNumber", pure: false }); }
134
- /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqDecimalPipe, providedIn: 'root' }); }
132
+ /** @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 }); }
133
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: KbqDecimalPipe, name: "kbqNumber", pure: false }); }
134
+ /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqDecimalPipe, providedIn: 'root' }); }
135
135
  }
136
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqDecimalPipe, decorators: [{
136
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqDecimalPipe, decorators: [{
137
137
  type: Injectable,
138
138
  args: [{ providedIn: 'root' }]
139
139
  }, {
@@ -204,11 +204,11 @@ export class KbqTableNumberPipe {
204
204
  throw Error(`InvalidPipeArgument: KbqTableNumberPipe for pipe '${JSON.stringify(error.message)}'`);
205
205
  }
206
206
  }
207
- /** @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 }); }
208
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.5", ngImport: i0, type: KbqTableNumberPipe, name: "kbqTableNumber", pure: false }); }
209
- /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqTableNumberPipe, providedIn: 'root' }); }
207
+ /** @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 }); }
208
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: KbqTableNumberPipe, name: "kbqTableNumber", pure: false }); }
209
+ /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqTableNumberPipe, providedIn: 'root' }); }
210
210
  }
211
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqTableNumberPipe, decorators: [{
211
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqTableNumberPipe, decorators: [{
212
212
  type: Injectable,
213
213
  args: [{ providedIn: 'root' }]
214
214
  }, {
@@ -321,11 +321,11 @@ export class KbqRoundDecimalPipe {
321
321
  });
322
322
  return currentUnit;
323
323
  }
324
- /** @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 }); }
325
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.5", ngImport: i0, type: KbqRoundDecimalPipe, name: "kbqRoundNumber", pure: false }); }
326
- /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqRoundDecimalPipe, providedIn: 'root' }); }
324
+ /** @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 }); }
325
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: KbqRoundDecimalPipe, name: "kbqRoundNumber", pure: false }); }
326
+ /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqRoundDecimalPipe, providedIn: 'root' }); }
327
327
  }
328
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqRoundDecimalPipe, decorators: [{
328
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqRoundDecimalPipe, decorators: [{
329
329
  type: Injectable,
330
330
  args: [{ providedIn: 'root' }]
331
331
  }, {
@@ -2,13 +2,13 @@ import { NgModule } from '@angular/core';
2
2
  import { KbqForm, KbqFormElement } from './forms.directive';
3
3
  import * as i0 from "@angular/core";
4
4
  export class KbqFormsModule {
5
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqFormsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
6
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.5", ngImport: i0, type: KbqFormsModule, declarations: [KbqForm,
5
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqFormsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
6
+ /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: KbqFormsModule, declarations: [KbqForm,
7
7
  KbqFormElement], exports: [KbqForm,
8
8
  KbqFormElement] }); }
9
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqFormsModule }); }
9
+ /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqFormsModule }); }
10
10
  }
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqFormsModule, decorators: [{
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqFormsModule, decorators: [{
12
12
  type: NgModule,
13
13
  args: [{
14
14
  exports: [
@@ -18,10 +18,10 @@ export class KbqFormElement {
18
18
  this.hasLegend = this.element.nativeElement.firstElementChild.classList.contains('kbq-form__legend');
19
19
  }
20
20
  }
21
- /** @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 }); }
22
- /** @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 }); }
21
+ /** @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 }); }
22
+ /** @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 }); }
23
23
  }
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqFormElement, decorators: [{
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqFormElement, decorators: [{
25
25
  type: Directive,
26
26
  args: [{
27
27
  selector: '.kbq-form__row, .kbq-form__fieldset, .kbq-form__legend',
@@ -47,10 +47,10 @@ export class KbqForm {
47
47
  element.margin = !!(nextElement && !nextElement.hasLegend);
48
48
  });
49
49
  }
50
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqForm, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
51
- /** @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 }); }
50
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqForm, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
51
+ /** @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 }); }
52
52
  }
53
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqForm, decorators: [{
53
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqForm, decorators: [{
54
54
  type: Directive,
55
55
  args: [{
56
56
  selector: '.kbq-form-vertical, .kbq-form-horizontal',
@@ -13,10 +13,10 @@ export class KbqHighlightPipe {
13
13
  }
14
14
  return value.replace(new RegExp(`(${escapeRegExp(args)})`, 'gi'), '<mark class="kbq-highlight">$1</mark>');
15
15
  }
16
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqHighlightPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
17
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.5", ngImport: i0, type: KbqHighlightPipe, name: "mcHighlight" }); }
16
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqHighlightPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
17
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: KbqHighlightPipe, name: "mcHighlight" }); }
18
18
  }
19
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqHighlightPipe, decorators: [{
19
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqHighlightPipe, decorators: [{
20
20
  type: Pipe,
21
21
  args: [{ name: 'mcHighlight' }]
22
22
  }] });
@@ -3,11 +3,11 @@ import { NgModule } from '@angular/core';
3
3
  import { KbqHighlightPipe } from './highlight.pipe';
4
4
  import * as i0 from "@angular/core";
5
5
  export class KbqHighlightModule {
6
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqHighlightModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
7
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.5", ngImport: i0, type: KbqHighlightModule, declarations: [KbqHighlightPipe], imports: [CommonModule], exports: [KbqHighlightPipe] }); }
8
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqHighlightModule, imports: [CommonModule] }); }
6
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqHighlightModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
7
+ /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: KbqHighlightModule, declarations: [KbqHighlightPipe], imports: [CommonModule], exports: [KbqHighlightPipe] }); }
8
+ /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqHighlightModule, imports: [CommonModule] }); }
9
9
  }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqHighlightModule, decorators: [{
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqHighlightModule, decorators: [{
11
11
  type: NgModule,
12
12
  args: [{
13
13
  imports: [CommonModule],
@@ -6,10 +6,10 @@ import * as i0 from "@angular/core";
6
6
  * counted by checking the query list's length.
7
7
  */
8
8
  export class KbqLine {
9
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqLine, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
10
- /** @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 }); }
9
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqLine, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
10
+ /** @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 }); }
11
11
  }
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqLine, decorators: [{
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqLine, decorators: [{
13
13
  type: Directive,
14
14
  args: [{
15
15
  selector: '[kbq-line], [mcLine]',
@@ -55,11 +55,11 @@ export class KbqLineSetter {
55
55
  }
56
56
  }
57
57
  export class KbqLineModule {
58
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqLineModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
59
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.5", ngImport: i0, type: KbqLineModule, declarations: [KbqLine], exports: [KbqLine] }); }
60
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqLineModule }); }
58
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqLineModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
59
+ /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: KbqLineModule, declarations: [KbqLine], exports: [KbqLine] }); }
60
+ /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqLineModule }); }
61
61
  }
62
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqLineModule, decorators: [{
62
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqLineModule, decorators: [{
63
63
  type: NgModule,
64
64
  args: [{
65
65
  imports: [],
@@ -57,10 +57,10 @@ export class KbqLocaleService {
57
57
  getParams(componentName) {
58
58
  return this.current[componentName];
59
59
  }
60
- /** @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 }); }
61
- /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqLocaleService, providedIn: 'root' }); }
60
+ /** @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 }); }
61
+ /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqLocaleService, providedIn: 'root' }); }
62
62
  }
63
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqLocaleService, decorators: [{
63
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqLocaleService, decorators: [{
64
64
  type: Injectable,
65
65
  args: [{ providedIn: 'root' }]
66
66
  }], ctorParameters: () => [{ type: undefined, decorators: [{
@@ -2,13 +2,13 @@ import { NgModule } from '@angular/core';
2
2
  import { KBQ_LOCALE_SERVICE, KbqLocaleService } from './locale-service';
3
3
  import * as i0 from "@angular/core";
4
4
  export class KbqLocaleServiceModule {
5
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqLocaleServiceModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
6
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.5", ngImport: i0, type: KbqLocaleServiceModule }); }
7
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqLocaleServiceModule, providers: [
5
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqLocaleServiceModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
6
+ /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: KbqLocaleServiceModule }); }
7
+ /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqLocaleServiceModule, providers: [
8
8
  { provide: KBQ_LOCALE_SERVICE, useClass: KbqLocaleService }
9
9
  ] }); }
10
10
  }
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqLocaleServiceModule, decorators: [{
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqLocaleServiceModule, decorators: [{
12
12
  type: NgModule,
13
13
  args: [{
14
14
  providers: [
@@ -82,16 +82,16 @@ export class KbqOptionActionComponent extends KbqOptionActionMixinBase {
82
82
  this.option.tooltipTrigger.disabled = true;
83
83
  setTimeout(() => (this.option.tooltipTrigger.disabled = false));
84
84
  }
85
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqOptionActionComponent, deps: [{ token: i0.ElementRef }, { token: i1.FocusMonitor }, { token: KBQ_OPTION_ACTION_PARENT }], target: i0.ɵɵFactoryTarget.Component }); }
86
- /** @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: `
85
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqOptionActionComponent, deps: [{ token: i0.ElementRef }, { token: i1.FocusMonitor }, { token: KBQ_OPTION_ACTION_PARENT }], target: i0.ɵɵFactoryTarget.Component }); }
86
+ /** @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: `
87
87
  @if (!!customIcon) {
88
88
  <ng-content select="[kbq-icon]" />
89
89
  } @else {
90
90
  <i class="kbq kbq-icon kbq-ellipsis-vertical_16"></i>
91
91
  }
92
- `, 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 }); }
92
+ `, 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);height:var(--kbq-list-font-text-line-height);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 }); }
93
93
  }
94
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqOptionActionComponent, decorators: [{
94
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqOptionActionComponent, decorators: [{
95
95
  type: Component,
96
96
  args: [{ selector: 'kbq-option-action', exportAs: 'kbqOptionAction', template: `
97
97
  @if (!!customIcon) {
@@ -109,7 +109,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImpor
109
109
  '(blur)': 'onBlur()',
110
110
  '(click)': 'onClick($event)',
111
111
  '(keydown)': 'onKeyDown($event)'
112
- }, inputs: ['disabled'], encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, 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"] }]
112
+ }, inputs: ['disabled'], encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, 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);height:var(--kbq-list-font-text-line-height);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"] }]
113
113
  }], ctorParameters: () => [{ type: i0.ElementRef }, { type: i1.FocusMonitor }, { type: undefined, decorators: [{
114
114
  type: Inject,
115
115
  args: [KBQ_OPTION_ACTION_PARENT]
@@ -15,15 +15,15 @@ export class KbqOptgroup extends KbqOptgroupMixinBase {
15
15
  /** Unique id for the underlying label. */
16
16
  this.labelId = `kbq-optgroup-label-${uniqueOptgroupIdCounter++}`;
17
17
  }
18
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqOptgroup, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
19
- /** @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 }); }
18
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqOptgroup, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
19
+ /** @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);-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);font-weight:var(--kbq-optgroup-font-default-font-weight);line-height:var(--kbq-optgroup-font-default-line-height);font-family:var(--kbq-optgroup-font-default-font-family);text-transform:var(--kbq-optgroup-font-default-text-transform);font-feature-settings:var(--kbq-optgroup-font-default-font-feature-settings);letter-spacing:var(--kbq-optgroup-font-default-letter-spacing)}\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 }); }
20
20
  }
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqOptgroup, decorators: [{
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqOptgroup, decorators: [{
22
22
  type: Component,
23
23
  args: [{ selector: 'kbq-optgroup', exportAs: 'kbqOptgroup', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, inputs: ['disabled'], host: {
24
24
  class: 'kbq-optgroup',
25
25
  '[class.kbq-disabled]': 'disabled'
26
- }, 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"] }]
26
+ }, 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);-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);font-weight:var(--kbq-optgroup-font-default-font-weight);line-height:var(--kbq-optgroup-font-default-line-height);font-family:var(--kbq-optgroup-font-default-font-family);text-transform:var(--kbq-optgroup-font-default-text-transform);font-feature-settings:var(--kbq-optgroup-font-default-font-feature-settings);letter-spacing:var(--kbq-optgroup-font-default-letter-spacing)}\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"] }]
27
27
  }], propDecorators: { label: [{
28
28
  type: Input
29
29
  }] } });
@@ -5,11 +5,11 @@ import { KbqOptgroup } from './optgroup';
5
5
  import { KbqOption } from './option';
6
6
  import * as i0 from "@angular/core";
7
7
  export class KbqOptionModule {
8
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqOptionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
9
- /** @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] }); }
10
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqOptionModule, imports: [KbqPseudoCheckboxModule] }); }
8
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqOptionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
9
+ /** @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] }); }
10
+ /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqOptionModule, imports: [KbqPseudoCheckboxModule] }); }
11
11
  }
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqOptionModule, decorators: [{
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqOptionModule, decorators: [{
13
13
  type: NgModule,
14
14
  args: [{
15
15
  imports: [KbqPseudoCheckboxModule],