@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
@@ -10,8 +10,8 @@ import { KbqOptionTooltip } from './select-option.directive';
10
10
  import { KbqSelect } from './select.component';
11
11
  import * as i0 from "@angular/core";
12
12
  export class KbqSelectModule {
13
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqSelectModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
14
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.5", ngImport: i0, type: KbqSelectModule, declarations: [KbqSelect,
13
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqSelectModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
14
+ /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: KbqSelectModule, declarations: [KbqSelect,
15
15
  KbqOptionTooltip], imports: [OverlayModule,
16
16
  KbqOptionModule,
17
17
  KbqIconModule,
@@ -32,14 +32,14 @@ export class KbqSelectModule {
32
32
  KbqSelectMatcher,
33
33
  KbqSelectTrigger,
34
34
  KbqSelectSearchEmptyResult] }); }
35
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqSelectModule, providers: [KBQ_SELECT_SCROLL_STRATEGY_PROVIDER], imports: [OverlayModule,
35
+ /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqSelectModule, providers: [KBQ_SELECT_SCROLL_STRATEGY_PROVIDER], imports: [OverlayModule,
36
36
  KbqOptionModule,
37
37
  KbqIconModule,
38
38
  KbqTagsModule,
39
39
  KbqToolTipModule, KbqFormFieldModule,
40
40
  KbqOptionModule] }); }
41
41
  }
42
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqSelectModule, decorators: [{
42
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqSelectModule, decorators: [{
43
43
  type: NgModule,
44
44
  args: [{
45
45
  imports: [
@@ -8,10 +8,10 @@ export var SidebarPositions;
8
8
  SidebarPositions["Right"] = "right";
9
9
  })(SidebarPositions || (SidebarPositions = {}));
10
10
  export class KbqSidebarOpened {
11
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqSidebarOpened, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
12
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.5", type: KbqSidebarOpened, selector: "[kbq-sidebar-opened]", inputs: { minWidth: "minWidth", width: "width", maxWidth: "maxWidth" }, exportAs: ["kbqSidebarOpened"], ngImport: i0 }); }
11
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqSidebarOpened, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
12
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.6", type: KbqSidebarOpened, selector: "[kbq-sidebar-opened]", inputs: { minWidth: "minWidth", width: "width", maxWidth: "maxWidth" }, exportAs: ["kbqSidebarOpened"], ngImport: i0 }); }
13
13
  }
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqSidebarOpened, decorators: [{
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqSidebarOpened, decorators: [{
15
15
  type: Directive,
16
16
  args: [{
17
17
  selector: '[kbq-sidebar-opened]',
@@ -25,10 +25,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImpor
25
25
  type: Input
26
26
  }] } });
27
27
  export class KbqSidebarClosed {
28
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqSidebarClosed, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
29
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.5", type: KbqSidebarClosed, selector: "[kbq-sidebar-closed]", inputs: { width: "width" }, exportAs: ["kbqSidebarClosed"], ngImport: i0 }); }
28
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqSidebarClosed, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
29
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.6", type: KbqSidebarClosed, selector: "[kbq-sidebar-closed]", inputs: { width: "width" }, exportAs: ["kbqSidebarClosed"], ngImport: i0 }); }
30
30
  }
31
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqSidebarClosed, decorators: [{
31
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqSidebarClosed, decorators: [{
32
32
  type: Directive,
33
33
  args: [{
34
34
  selector: '[kbq-sidebar-closed]',
@@ -113,10 +113,10 @@ export class KbqSidebar {
113
113
  saveWidth() {
114
114
  this.params.openedStateWidth = `${this.elementRef.nativeElement.offsetWidth}px`;
115
115
  }
116
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqSidebar, deps: [{ token: i0.NgZone }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); }
117
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.5", type: KbqSidebar, selector: "kbq-sidebar", inputs: { opened: "opened", position: "position" }, outputs: { stateChanged: "stateChanged" }, host: { listeners: { "@state.start": "onAnimationStart()", "@state.done": "onAnimationDone()" }, properties: { "@state": "{\n value: animationState,\n params: params\n }" }, classAttribute: "kbq-sidebar" }, queries: [{ propertyName: "openedContent", first: true, predicate: KbqSidebarOpened, descendants: true }, { propertyName: "closedContent", first: true, predicate: KbqSidebarClosed, descendants: true }], exportAs: ["kbqSidebar"], ngImport: i0, template: "@if (internalState) {\n <ng-content select=\"[kbq-sidebar-opened]\" />\n} @else {\n <ng-content select=\"[kbq-sidebar-closed]\" />\n}\n", styles: [".kbq-sidebar{display:inline-block;height:100%;overflow:hidden}.kbq-sidebar-opened,.kbq-sidebar-closed{height:100%}\n"], animations: [kbqSidebarAnimations.sidebarState], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
116
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqSidebar, deps: [{ token: i0.NgZone }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); }
117
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.6", type: KbqSidebar, selector: "kbq-sidebar", inputs: { opened: "opened", position: "position" }, outputs: { stateChanged: "stateChanged" }, host: { listeners: { "@state.start": "onAnimationStart()", "@state.done": "onAnimationDone()" }, properties: { "@state": "{\n value: animationState,\n params: params\n }" }, classAttribute: "kbq-sidebar" }, queries: [{ propertyName: "openedContent", first: true, predicate: KbqSidebarOpened, descendants: true }, { propertyName: "closedContent", first: true, predicate: KbqSidebarClosed, descendants: true }], exportAs: ["kbqSidebar"], ngImport: i0, template: "@if (internalState) {\n <ng-content select=\"[kbq-sidebar-opened]\" />\n} @else {\n <ng-content select=\"[kbq-sidebar-closed]\" />\n}\n", styles: [".kbq-sidebar{display:inline-block;height:100%;overflow:hidden}.kbq-sidebar-opened,.kbq-sidebar-closed{height:100%}\n"], animations: [kbqSidebarAnimations.sidebarState], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
118
118
  }
119
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqSidebar, decorators: [{
119
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqSidebar, decorators: [{
120
120
  type: Component,
121
121
  args: [{ selector: 'kbq-sidebar', exportAs: 'kbqSidebar', host: {
122
122
  class: 'kbq-sidebar',
@@ -3,15 +3,15 @@ import { NgModule } from '@angular/core';
3
3
  import { KbqSidebar, KbqSidebarClosed, KbqSidebarOpened } from './sidebar.component';
4
4
  import * as i0 from "@angular/core";
5
5
  export class KbqSidebarModule {
6
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqSidebarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
7
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.5", ngImport: i0, type: KbqSidebarModule, declarations: [KbqSidebarClosed,
6
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqSidebarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
7
+ /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: KbqSidebarModule, declarations: [KbqSidebarClosed,
8
8
  KbqSidebarOpened,
9
9
  KbqSidebar], imports: [CommonModule], exports: [KbqSidebarClosed,
10
10
  KbqSidebarOpened,
11
11
  KbqSidebar] }); }
12
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqSidebarModule, imports: [CommonModule] }); }
12
+ /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqSidebarModule, imports: [CommonModule] }); }
13
13
  }
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqSidebarModule, decorators: [{
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqSidebarModule, decorators: [{
15
15
  type: NgModule,
16
16
  args: [{
17
17
  imports: [CommonModule],
@@ -77,10 +77,10 @@ export class KbqSidepanelContainerComponent extends BasePortalOutlet {
77
77
  throw Error('Attempting to attach sidepanel content after content is already attached');
78
78
  }
79
79
  }
80
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqSidepanelContainerComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i1.KbqSidepanelConfig }, { token: KBQ_SIDEPANEL_WITH_INDENT }, { token: KBQ_SIDEPANEL_WITH_SHADOW }], target: i0.ɵɵFactoryTarget.Component }); }
81
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.5", type: KbqSidepanelContainerComponent, selector: "kbq-sidepanel-container", host: { listeners: { "@state.start": "onAnimation($event)", "@state.done": "onAnimation($event)" }, properties: { "class": "size", "class.kbq-sidepanel_nested": "withIndent", "class.kbq-sidepanel-container_shadowed": "withShadow", "attr.id": "id", "attr.tabindex": "-1", "@state": "{\n value: animationState,\n params: animationTransform\n }" }, classAttribute: "kbq-sidepanel-container" }, viewQueries: [{ propertyName: "portalOutlet", first: true, predicate: CdkPortalOutlet, descendants: true, static: true }], usesInheritance: true, ngImport: i0, template: "<div class=\"kbq-sidepanel-wrapper\">\n @if (withIndent) {\n <div\n class=\"kbq-sidepanel-indent\"\n (click)=\"exit()\"\n ></div>\n }\n\n <div\n cdkTrapFocus\n cdkTrapFocusAutoCapture\n class=\"kbq-sidepanel-content\"\n >\n <ng-template cdkPortalOutlet />\n </div>\n</div>\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-sidepanel-container_top,.kbq-sidepanel-container_bottom{flex-direction:column;height:33%;min-height:400px;width:100%;left:0}.kbq-sidepanel-container_top .kbq-sidepanel-indent,.kbq-sidepanel-container_bottom .kbq-sidepanel-indent{height:16px;width:100%}.kbq-sidepanel-container{outline:none;display:flex;flex:1;position:fixed;min-height:0}.kbq-sidepanel-container .flex{min-height:0}.kbq-sidepanel-container.kbq-sidepanel-container_left,.kbq-sidepanel-container.kbq-sidepanel-container_right{height:100%;top:0;max-width:100%}.kbq-sidepanel-container.kbq-sidepanel-container_left.kbq-sidepanel_small,.kbq-sidepanel-container.kbq-sidepanel-container_right.kbq-sidepanel_small{width:var(--kbq-sidepanel-size-small-width, 400px);max-width:var(--kbq-sidepanel-size-small-width, 400px)}.kbq-sidepanel-container.kbq-sidepanel-container_left.kbq-sidepanel_medium,.kbq-sidepanel-container.kbq-sidepanel-container_right.kbq-sidepanel_medium{width:var(--kbq-sidepanel-size-medium-width, 640px);max-width:var(--kbq-sidepanel-size-medium-width, 640px)}.kbq-sidepanel-container.kbq-sidepanel-container_left.kbq-sidepanel_large,.kbq-sidepanel-container.kbq-sidepanel-container_right.kbq-sidepanel_large{width:var(--kbq-sidepanel-size-large-width, 960px)}.kbq-sidepanel-container.kbq-sidepanel-container_left .kbq-sidepanel-indent,.kbq-sidepanel-container.kbq-sidepanel-container_right .kbq-sidepanel-indent{width:16px;height:100%}.kbq-sidepanel-container_right{right:0;transform:translate(100%)}.kbq-sidepanel-container_right .kbq-sidepanel-wrapper{flex-direction:row}.kbq-sidepanel-container_left{left:0;transform:translate(-100%)}.kbq-sidepanel-container_left .kbq-sidepanel-wrapper{flex-direction:row-reverse}.kbq-sidepanel-container_top{top:0;transform:translateY(-100%)}.kbq-sidepanel-container_top .kbq-sidepanel-wrapper{flex-direction:column-reverse}.kbq-sidepanel-container_bottom{bottom:0;transform:translateY(100%)}.kbq-sidepanel-container_bottom .kbq-sidepanel-wrapper{flex-direction:column}.kbq-sidepanel-wrapper{display:flex;flex:1;min-height:0;width:100%}.kbq-sidepanel-indent{display:flex;flex:0 0 auto}.kbq-sidepanel-content{display:flex;flex-direction:column;flex:1;min-height:0;min-width:0;width:100%}.kbq-sidepanel-header{display:flex;align-items:center;justify-content:space-between;flex-flow:row nowrap;flex:0 0 auto;padding:var(--kbq-sidepanel-size-header-padding-vertical, 16px) var(--kbq-sidepanel-size-header-padding-right, 12px) var(--kbq-sidepanel-size-header-padding-vertical, 16px) var(--kbq-sidepanel-size-header-padding-left, 32px)}.kbq-sidepanel-header .kbq-sidepanel-close{margin-left:var(--kbq-sidepanel-size-close-button-margin-left, 8px)}.kbq-sidepanel-title{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kbq-sidepanel-body{overflow-y:auto;display:flex;flex:1;flex-direction:column;min-height:0;padding-right:var(--kbq-sidepanel-size-content-padding-horizontal, 32px);padding-left:var(--kbq-sidepanel-size-content-padding-horizontal, 32px);padding-bottom:var(--kbq-sidepanel-size-content-padding-bottom, 24px)}.kbq-sidepanel-footer{display:flex;align-items:center;justify-content:space-between;flex-flow:row nowrap;flex:0 0 auto;padding:var(--kbq-sidepanel-size-footer-padding-top, 8px) var(--kbq-sidepanel-size-footer-padding-horizontal, 32px) var(--kbq-sidepanel-size-footer-padding-bottom, 32px)}.kbq-sidepanel-footer .kbq-sidepanel-actions{display:flex;align-items:center;flex-direction:row;flex:1;gap:var(--kbq-sidepanel-size-footer-content-gap-horizontal, 16px)}.kbq-sidepanel-footer .kbq-sidepanel-actions[align=left]{justify-content:start}.kbq-sidepanel-footer .kbq-sidepanel-actions[align=right]{justify-content:flex-end}.kbq-sidepanel-title{color:var(--kbq-sidepanel-header-text-color, )}.kbq-sidepanel-content{background-color:var(--kbq-sidepanel-container-background, );color:var(--kbq-sidepanel-content-text-color, )}.kbq-sidepanel-container_shadowed .kbq-sidepanel-content{box-shadow:var(--kbq-sidepanel-container-box-shadow, )}.kbq-sidepanel-title{font-size:var(--kbq-sidepanel-font-header-font-size, 20px);font-weight:var(--kbq-sidepanel-font-header-font-weight, 700);line-height:var(--kbq-sidepanel-font-header-line-height, 28px);font-family:var(--kbq-sidepanel-font-header-font-family, \"TT-Positive\", Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif);text-transform:var(--kbq-sidepanel-font-header-text-transform, );font-feature-settings:var(--kbq-sidepanel-font-header-font-feature-settings, \"calt\", \"kern\", \"liga\");letter-spacing:var(--kbq-sidepanel-font-header-letter-spacing, normal)}.kbq-sidepanel-container,.kbq-sidepanel-footer{font-size:var(--kbq-sidepanel-font-content-font-size, 14px);font-weight:var(--kbq-sidepanel-font-content-font-weight, normal);line-height:var(--kbq-sidepanel-font-content-line-height, 20px);font-family:var(--kbq-sidepanel-font-content-font-family, Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif);text-transform:var(--kbq-sidepanel-font-content-text-transform, );font-feature-settings:var(--kbq-sidepanel-font-content-font-feature-settings, \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\");letter-spacing:var(--kbq-sidepanel-font-content-letter-spacing, -.006em)}\n", ".kbq-sidepanel-container{--kbq-sidepanel-size-small-width: 400px;--kbq-sidepanel-size-medium-width: 640px;--kbq-sidepanel-size-large-width: 960px;--kbq-sidepanel-size-header-padding-vertical: var(--kbq-size-l);--kbq-sidepanel-size-header-padding-left: var(--kbq-size-3xl);--kbq-sidepanel-size-header-padding-right: var(--kbq-size-m);--kbq-sidepanel-size-close-button-margin-left: var(--kbq-size-s);--kbq-sidepanel-size-content-padding-horizontal: var(--kbq-size-3xl);--kbq-sidepanel-size-content-padding-bottom: var(--kbq-size-xxl);--kbq-sidepanel-size-footer-padding-top: var(--kbq-size-s);--kbq-sidepanel-size-footer-padding-bottom: var(--kbq-size-3xl);--kbq-sidepanel-size-footer-padding-horizontal: var(--kbq-size-3xl);--kbq-sidepanel-size-footer-content-gap-horizontal: var(--kbq-size-l);--kbq-sidepanel-font-header-font-size: var(--kbq-typography-title-font-size);--kbq-sidepanel-font-header-line-height: var(--kbq-typography-title-line-height);--kbq-sidepanel-font-header-letter-spacing: var(--kbq-typography-title-letter-spacing);--kbq-sidepanel-font-header-font-weight: var(--kbq-typography-title-font-weight);--kbq-sidepanel-font-header-font-family: var(--kbq-typography-title-font-family);--kbq-sidepanel-font-header-text-transform: var(--kbq-typography-title-text-transform);--kbq-sidepanel-font-header-font-feature-settings: var(--kbq-typography-title-font-feature-settings);--kbq-sidepanel-font-content-font-size: var(--kbq-typography-text-normal-font-size);--kbq-sidepanel-font-content-line-height: var(--kbq-typography-text-normal-line-height);--kbq-sidepanel-font-content-letter-spacing: var(--kbq-typography-text-normal-letter-spacing);--kbq-sidepanel-font-content-font-weight: var(--kbq-typography-text-normal-font-weight);--kbq-sidepanel-font-content-font-family: var(--kbq-typography-text-normal-font-family);--kbq-sidepanel-font-content-text-transform: var(--kbq-typography-text-normal-text-transform);--kbq-sidepanel-font-content-font-feature-settings: var(--kbq-typography-text-normal-font-feature-settings)}:where(.kbq-light,.theme-light,.kbq-theme-light){--kbq-sidepanel-overlay-background: var(--kbq-background-overlay);--kbq-sidepanel-container-background: var(--kbq-background-card);--kbq-sidepanel-container-box-shadow: var(--kbq-shadow-overlay);--kbq-sidepanel-header-text-color: var(--kbq-foreground-contrast);--kbq-sidepanel-content-text-color: var(--kbq-foreground-contrast)}:where(.kbq-dark,.theme-dark,.kbq-theme-dark){--kbq-sidepanel-overlay-background: var(--kbq-background-overlay);--kbq-sidepanel-container-background: var(--kbq-background-card);--kbq-sidepanel-container-box-shadow: var(--kbq-shadow-overlay);--kbq-sidepanel-header-text-color: var(--kbq-foreground-contrast);--kbq-sidepanel-content-text-color: var(--kbq-foreground-contrast)}\n"], dependencies: [{ kind: "directive", type: i2.CdkPortalOutlet, selector: "[cdkPortalOutlet]", inputs: ["cdkPortalOutlet"], outputs: ["attached"], exportAs: ["cdkPortalOutlet"] }, { kind: "directive", type: i3.CdkTrapFocus, selector: "[cdkTrapFocus]", inputs: ["cdkTrapFocus", "cdkTrapFocusAutoCapture"], exportAs: ["cdkTrapFocus"] }], animations: [kbqSidepanelAnimations.sidepanelState], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
80
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqSidepanelContainerComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i1.KbqSidepanelConfig }, { token: KBQ_SIDEPANEL_WITH_INDENT }, { token: KBQ_SIDEPANEL_WITH_SHADOW }], target: i0.ɵɵFactoryTarget.Component }); }
81
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.6", type: KbqSidepanelContainerComponent, selector: "kbq-sidepanel-container", host: { listeners: { "@state.start": "onAnimation($event)", "@state.done": "onAnimation($event)" }, properties: { "class": "size", "class.kbq-sidepanel_nested": "withIndent", "class.kbq-sidepanel-container_shadowed": "withShadow", "attr.id": "id", "attr.tabindex": "-1", "@state": "{\n value: animationState,\n params: animationTransform\n }" }, classAttribute: "kbq-sidepanel-container" }, viewQueries: [{ propertyName: "portalOutlet", first: true, predicate: CdkPortalOutlet, descendants: true, static: true }], usesInheritance: true, ngImport: i0, template: "<div class=\"kbq-sidepanel-wrapper\">\n @if (withIndent) {\n <div\n class=\"kbq-sidepanel-indent\"\n (click)=\"exit()\"\n ></div>\n }\n\n <div\n cdkTrapFocus\n cdkTrapFocusAutoCapture\n class=\"kbq-sidepanel-content\"\n >\n <ng-template cdkPortalOutlet />\n </div>\n</div>\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))}.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)}.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)}.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))}.kbq-no-select{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.kbq-sidepanel-container_top,.kbq-sidepanel-container_bottom{flex-direction:column;height:33%;min-height:400px;width:100%;left:0}.kbq-sidepanel-container_top .kbq-sidepanel-indent,.kbq-sidepanel-container_bottom .kbq-sidepanel-indent{height:16px;width:100%}.kbq-sidepanel-container{outline:none;display:flex;flex:1;position:fixed;min-height:0}.kbq-sidepanel-container .flex{min-height:0}.kbq-sidepanel-container.kbq-sidepanel-container_left,.kbq-sidepanel-container.kbq-sidepanel-container_right{height:100%;top:0;max-width:100%}.kbq-sidepanel-container.kbq-sidepanel-container_left.kbq-sidepanel_small,.kbq-sidepanel-container.kbq-sidepanel-container_right.kbq-sidepanel_small{width:var(--kbq-sidepanel-size-small-width);max-width:var(--kbq-sidepanel-size-small-width)}.kbq-sidepanel-container.kbq-sidepanel-container_left.kbq-sidepanel_medium,.kbq-sidepanel-container.kbq-sidepanel-container_right.kbq-sidepanel_medium{width:var(--kbq-sidepanel-size-medium-width);max-width:var(--kbq-sidepanel-size-medium-width)}.kbq-sidepanel-container.kbq-sidepanel-container_left.kbq-sidepanel_large,.kbq-sidepanel-container.kbq-sidepanel-container_right.kbq-sidepanel_large{width:var(--kbq-sidepanel-size-large-width)}.kbq-sidepanel-container.kbq-sidepanel-container_left .kbq-sidepanel-indent,.kbq-sidepanel-container.kbq-sidepanel-container_right .kbq-sidepanel-indent{width:16px;height:100%}.kbq-sidepanel-container_right{right:0;transform:translate(100%)}.kbq-sidepanel-container_right .kbq-sidepanel-wrapper{flex-direction:row}.kbq-sidepanel-container_left{left:0;transform:translate(-100%)}.kbq-sidepanel-container_left .kbq-sidepanel-wrapper{flex-direction:row-reverse}.kbq-sidepanel-container_top{top:0;transform:translateY(-100%)}.kbq-sidepanel-container_top .kbq-sidepanel-wrapper{flex-direction:column-reverse}.kbq-sidepanel-container_bottom{bottom:0;transform:translateY(100%)}.kbq-sidepanel-container_bottom .kbq-sidepanel-wrapper{flex-direction:column}.kbq-sidepanel-wrapper{display:flex;flex:1;min-height:0;width:100%}.kbq-sidepanel-indent{display:flex;flex:0 0 auto}.kbq-sidepanel-content{display:flex;flex-direction:column;flex:1;min-height:0;min-width:0;width:100%}.kbq-sidepanel-header{display:flex;align-items:center;justify-content:space-between;flex-flow:row nowrap;flex:0 0 auto;padding:var(--kbq-sidepanel-size-header-padding-vertical) var(--kbq-sidepanel-size-header-padding-right) var(--kbq-sidepanel-size-header-padding-vertical) var(--kbq-sidepanel-size-header-padding-left)}.kbq-sidepanel-header .kbq-sidepanel-close{margin-left:var(--kbq-sidepanel-size-close-button-margin-left)}.kbq-sidepanel-title{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kbq-sidepanel-body{overflow-y:auto;display:flex;flex:1;flex-direction:column;min-height:0;padding-right:var(--kbq-sidepanel-size-content-padding-horizontal);padding-left:var(--kbq-sidepanel-size-content-padding-horizontal);padding-bottom:var(--kbq-sidepanel-size-content-padding-bottom)}.kbq-sidepanel-footer{display:flex;align-items:center;justify-content:space-between;flex-flow:row nowrap;flex:0 0 auto;padding:var(--kbq-sidepanel-size-footer-padding-top) var(--kbq-sidepanel-size-footer-padding-horizontal) var(--kbq-sidepanel-size-footer-padding-bottom)}.kbq-sidepanel-footer .kbq-sidepanel-actions{display:flex;align-items:center;flex-direction:row;flex:1;gap:var(--kbq-sidepanel-size-footer-content-gap-horizontal)}.kbq-sidepanel-footer .kbq-sidepanel-actions[align=left]{justify-content:start}.kbq-sidepanel-footer .kbq-sidepanel-actions[align=right]{justify-content:flex-end}.kbq-sidepanel-title{color:var(--kbq-sidepanel-header-text-color)}.kbq-sidepanel-content{background-color:var(--kbq-sidepanel-container-background);color:var(--kbq-sidepanel-content-text-color)}.kbq-sidepanel-container_shadowed .kbq-sidepanel-content{box-shadow:var(--kbq-sidepanel-container-box-shadow)}.kbq-sidepanel-title{font-size:var(--kbq-sidepanel-font-header-font-size);font-weight:var(--kbq-sidepanel-font-header-font-weight);line-height:var(--kbq-sidepanel-font-header-line-height);font-family:var(--kbq-sidepanel-font-header-font-family);text-transform:var(--kbq-sidepanel-font-header-text-transform);font-feature-settings:var(--kbq-sidepanel-font-header-font-feature-settings);letter-spacing:var(--kbq-sidepanel-font-header-letter-spacing)}.kbq-sidepanel-container,.kbq-sidepanel-footer{font-size:var(--kbq-sidepanel-font-content-font-size);font-weight:var(--kbq-sidepanel-font-content-font-weight);line-height:var(--kbq-sidepanel-font-content-line-height);font-family:var(--kbq-sidepanel-font-content-font-family);text-transform:var(--kbq-sidepanel-font-content-text-transform);font-feature-settings:var(--kbq-sidepanel-font-content-font-feature-settings);letter-spacing:var(--kbq-sidepanel-font-content-letter-spacing)}\n", ".kbq-sidepanel-container{--kbq-sidepanel-size-small-width: 400px;--kbq-sidepanel-size-medium-width: 640px;--kbq-sidepanel-size-large-width: 960px;--kbq-sidepanel-size-header-padding-vertical: var(--kbq-size-l);--kbq-sidepanel-size-header-padding-left: var(--kbq-size-3xl);--kbq-sidepanel-size-header-padding-right: var(--kbq-size-m);--kbq-sidepanel-size-close-button-margin-left: var(--kbq-size-s);--kbq-sidepanel-size-content-padding-horizontal: var(--kbq-size-3xl);--kbq-sidepanel-size-content-padding-bottom: var(--kbq-size-xxl);--kbq-sidepanel-size-footer-padding-top: var(--kbq-size-s);--kbq-sidepanel-size-footer-padding-bottom: var(--kbq-size-3xl);--kbq-sidepanel-size-footer-padding-horizontal: var(--kbq-size-3xl);--kbq-sidepanel-size-footer-content-gap-horizontal: var(--kbq-size-l);--kbq-sidepanel-font-header-font-size: var(--kbq-typography-title-font-size);--kbq-sidepanel-font-header-line-height: var(--kbq-typography-title-line-height);--kbq-sidepanel-font-header-letter-spacing: var(--kbq-typography-title-letter-spacing);--kbq-sidepanel-font-header-font-weight: var(--kbq-typography-title-font-weight);--kbq-sidepanel-font-header-font-family: var(--kbq-typography-title-font-family);--kbq-sidepanel-font-header-text-transform: var(--kbq-typography-title-text-transform);--kbq-sidepanel-font-header-font-feature-settings: var(--kbq-typography-title-font-feature-settings);--kbq-sidepanel-font-content-font-size: var(--kbq-typography-text-normal-font-size);--kbq-sidepanel-font-content-line-height: var(--kbq-typography-text-normal-line-height);--kbq-sidepanel-font-content-letter-spacing: var(--kbq-typography-text-normal-letter-spacing);--kbq-sidepanel-font-content-font-weight: var(--kbq-typography-text-normal-font-weight);--kbq-sidepanel-font-content-font-family: var(--kbq-typography-text-normal-font-family);--kbq-sidepanel-font-content-text-transform: var(--kbq-typography-text-normal-text-transform);--kbq-sidepanel-font-content-font-feature-settings: var(--kbq-typography-text-normal-font-feature-settings)}:where(.kbq-light,.theme-light,.kbq-theme-light){--kbq-sidepanel-overlay-background: var(--kbq-background-overlay);--kbq-sidepanel-container-background: var(--kbq-background-card);--kbq-sidepanel-container-box-shadow: var(--kbq-shadow-overlay);--kbq-sidepanel-header-text-color: var(--kbq-foreground-contrast);--kbq-sidepanel-content-text-color: var(--kbq-foreground-contrast)}:where(.kbq-dark,.theme-dark,.kbq-theme-dark){--kbq-sidepanel-overlay-background: var(--kbq-background-overlay);--kbq-sidepanel-container-background: var(--kbq-background-card);--kbq-sidepanel-container-box-shadow: var(--kbq-shadow-overlay);--kbq-sidepanel-header-text-color: var(--kbq-foreground-contrast);--kbq-sidepanel-content-text-color: var(--kbq-foreground-contrast)}\n"], dependencies: [{ kind: "directive", type: i2.CdkPortalOutlet, selector: "[cdkPortalOutlet]", inputs: ["cdkPortalOutlet"], outputs: ["attached"], exportAs: ["cdkPortalOutlet"] }, { kind: "directive", type: i3.CdkTrapFocus, selector: "[cdkTrapFocus]", inputs: ["cdkTrapFocus", "cdkTrapFocusAutoCapture"], exportAs: ["cdkTrapFocus"] }], animations: [kbqSidepanelAnimations.sidepanelState], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
82
82
  }
83
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqSidepanelContainerComponent, decorators: [{
83
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqSidepanelContainerComponent, decorators: [{
84
84
  type: Component,
85
85
  args: [{ selector: 'kbq-sidepanel-container', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, animations: [kbqSidepanelAnimations.sidepanelState], host: {
86
86
  class: 'kbq-sidepanel-container',
@@ -95,7 +95,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImpor
95
95
  }`,
96
96
  '(@state.start)': 'onAnimation($event)',
97
97
  '(@state.done)': 'onAnimation($event)'
98
- }, template: "<div class=\"kbq-sidepanel-wrapper\">\n @if (withIndent) {\n <div\n class=\"kbq-sidepanel-indent\"\n (click)=\"exit()\"\n ></div>\n }\n\n <div\n cdkTrapFocus\n cdkTrapFocusAutoCapture\n class=\"kbq-sidepanel-content\"\n >\n <ng-template cdkPortalOutlet />\n </div>\n</div>\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-sidepanel-container_top,.kbq-sidepanel-container_bottom{flex-direction:column;height:33%;min-height:400px;width:100%;left:0}.kbq-sidepanel-container_top .kbq-sidepanel-indent,.kbq-sidepanel-container_bottom .kbq-sidepanel-indent{height:16px;width:100%}.kbq-sidepanel-container{outline:none;display:flex;flex:1;position:fixed;min-height:0}.kbq-sidepanel-container .flex{min-height:0}.kbq-sidepanel-container.kbq-sidepanel-container_left,.kbq-sidepanel-container.kbq-sidepanel-container_right{height:100%;top:0;max-width:100%}.kbq-sidepanel-container.kbq-sidepanel-container_left.kbq-sidepanel_small,.kbq-sidepanel-container.kbq-sidepanel-container_right.kbq-sidepanel_small{width:var(--kbq-sidepanel-size-small-width, 400px);max-width:var(--kbq-sidepanel-size-small-width, 400px)}.kbq-sidepanel-container.kbq-sidepanel-container_left.kbq-sidepanel_medium,.kbq-sidepanel-container.kbq-sidepanel-container_right.kbq-sidepanel_medium{width:var(--kbq-sidepanel-size-medium-width, 640px);max-width:var(--kbq-sidepanel-size-medium-width, 640px)}.kbq-sidepanel-container.kbq-sidepanel-container_left.kbq-sidepanel_large,.kbq-sidepanel-container.kbq-sidepanel-container_right.kbq-sidepanel_large{width:var(--kbq-sidepanel-size-large-width, 960px)}.kbq-sidepanel-container.kbq-sidepanel-container_left .kbq-sidepanel-indent,.kbq-sidepanel-container.kbq-sidepanel-container_right .kbq-sidepanel-indent{width:16px;height:100%}.kbq-sidepanel-container_right{right:0;transform:translate(100%)}.kbq-sidepanel-container_right .kbq-sidepanel-wrapper{flex-direction:row}.kbq-sidepanel-container_left{left:0;transform:translate(-100%)}.kbq-sidepanel-container_left .kbq-sidepanel-wrapper{flex-direction:row-reverse}.kbq-sidepanel-container_top{top:0;transform:translateY(-100%)}.kbq-sidepanel-container_top .kbq-sidepanel-wrapper{flex-direction:column-reverse}.kbq-sidepanel-container_bottom{bottom:0;transform:translateY(100%)}.kbq-sidepanel-container_bottom .kbq-sidepanel-wrapper{flex-direction:column}.kbq-sidepanel-wrapper{display:flex;flex:1;min-height:0;width:100%}.kbq-sidepanel-indent{display:flex;flex:0 0 auto}.kbq-sidepanel-content{display:flex;flex-direction:column;flex:1;min-height:0;min-width:0;width:100%}.kbq-sidepanel-header{display:flex;align-items:center;justify-content:space-between;flex-flow:row nowrap;flex:0 0 auto;padding:var(--kbq-sidepanel-size-header-padding-vertical, 16px) var(--kbq-sidepanel-size-header-padding-right, 12px) var(--kbq-sidepanel-size-header-padding-vertical, 16px) var(--kbq-sidepanel-size-header-padding-left, 32px)}.kbq-sidepanel-header .kbq-sidepanel-close{margin-left:var(--kbq-sidepanel-size-close-button-margin-left, 8px)}.kbq-sidepanel-title{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kbq-sidepanel-body{overflow-y:auto;display:flex;flex:1;flex-direction:column;min-height:0;padding-right:var(--kbq-sidepanel-size-content-padding-horizontal, 32px);padding-left:var(--kbq-sidepanel-size-content-padding-horizontal, 32px);padding-bottom:var(--kbq-sidepanel-size-content-padding-bottom, 24px)}.kbq-sidepanel-footer{display:flex;align-items:center;justify-content:space-between;flex-flow:row nowrap;flex:0 0 auto;padding:var(--kbq-sidepanel-size-footer-padding-top, 8px) var(--kbq-sidepanel-size-footer-padding-horizontal, 32px) var(--kbq-sidepanel-size-footer-padding-bottom, 32px)}.kbq-sidepanel-footer .kbq-sidepanel-actions{display:flex;align-items:center;flex-direction:row;flex:1;gap:var(--kbq-sidepanel-size-footer-content-gap-horizontal, 16px)}.kbq-sidepanel-footer .kbq-sidepanel-actions[align=left]{justify-content:start}.kbq-sidepanel-footer .kbq-sidepanel-actions[align=right]{justify-content:flex-end}.kbq-sidepanel-title{color:var(--kbq-sidepanel-header-text-color, )}.kbq-sidepanel-content{background-color:var(--kbq-sidepanel-container-background, );color:var(--kbq-sidepanel-content-text-color, )}.kbq-sidepanel-container_shadowed .kbq-sidepanel-content{box-shadow:var(--kbq-sidepanel-container-box-shadow, )}.kbq-sidepanel-title{font-size:var(--kbq-sidepanel-font-header-font-size, 20px);font-weight:var(--kbq-sidepanel-font-header-font-weight, 700);line-height:var(--kbq-sidepanel-font-header-line-height, 28px);font-family:var(--kbq-sidepanel-font-header-font-family, \"TT-Positive\", Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif);text-transform:var(--kbq-sidepanel-font-header-text-transform, );font-feature-settings:var(--kbq-sidepanel-font-header-font-feature-settings, \"calt\", \"kern\", \"liga\");letter-spacing:var(--kbq-sidepanel-font-header-letter-spacing, normal)}.kbq-sidepanel-container,.kbq-sidepanel-footer{font-size:var(--kbq-sidepanel-font-content-font-size, 14px);font-weight:var(--kbq-sidepanel-font-content-font-weight, normal);line-height:var(--kbq-sidepanel-font-content-line-height, 20px);font-family:var(--kbq-sidepanel-font-content-font-family, Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif);text-transform:var(--kbq-sidepanel-font-content-text-transform, );font-feature-settings:var(--kbq-sidepanel-font-content-font-feature-settings, \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\");letter-spacing:var(--kbq-sidepanel-font-content-letter-spacing, -.006em)}\n", ".kbq-sidepanel-container{--kbq-sidepanel-size-small-width: 400px;--kbq-sidepanel-size-medium-width: 640px;--kbq-sidepanel-size-large-width: 960px;--kbq-sidepanel-size-header-padding-vertical: var(--kbq-size-l);--kbq-sidepanel-size-header-padding-left: var(--kbq-size-3xl);--kbq-sidepanel-size-header-padding-right: var(--kbq-size-m);--kbq-sidepanel-size-close-button-margin-left: var(--kbq-size-s);--kbq-sidepanel-size-content-padding-horizontal: var(--kbq-size-3xl);--kbq-sidepanel-size-content-padding-bottom: var(--kbq-size-xxl);--kbq-sidepanel-size-footer-padding-top: var(--kbq-size-s);--kbq-sidepanel-size-footer-padding-bottom: var(--kbq-size-3xl);--kbq-sidepanel-size-footer-padding-horizontal: var(--kbq-size-3xl);--kbq-sidepanel-size-footer-content-gap-horizontal: var(--kbq-size-l);--kbq-sidepanel-font-header-font-size: var(--kbq-typography-title-font-size);--kbq-sidepanel-font-header-line-height: var(--kbq-typography-title-line-height);--kbq-sidepanel-font-header-letter-spacing: var(--kbq-typography-title-letter-spacing);--kbq-sidepanel-font-header-font-weight: var(--kbq-typography-title-font-weight);--kbq-sidepanel-font-header-font-family: var(--kbq-typography-title-font-family);--kbq-sidepanel-font-header-text-transform: var(--kbq-typography-title-text-transform);--kbq-sidepanel-font-header-font-feature-settings: var(--kbq-typography-title-font-feature-settings);--kbq-sidepanel-font-content-font-size: var(--kbq-typography-text-normal-font-size);--kbq-sidepanel-font-content-line-height: var(--kbq-typography-text-normal-line-height);--kbq-sidepanel-font-content-letter-spacing: var(--kbq-typography-text-normal-letter-spacing);--kbq-sidepanel-font-content-font-weight: var(--kbq-typography-text-normal-font-weight);--kbq-sidepanel-font-content-font-family: var(--kbq-typography-text-normal-font-family);--kbq-sidepanel-font-content-text-transform: var(--kbq-typography-text-normal-text-transform);--kbq-sidepanel-font-content-font-feature-settings: var(--kbq-typography-text-normal-font-feature-settings)}:where(.kbq-light,.theme-light,.kbq-theme-light){--kbq-sidepanel-overlay-background: var(--kbq-background-overlay);--kbq-sidepanel-container-background: var(--kbq-background-card);--kbq-sidepanel-container-box-shadow: var(--kbq-shadow-overlay);--kbq-sidepanel-header-text-color: var(--kbq-foreground-contrast);--kbq-sidepanel-content-text-color: var(--kbq-foreground-contrast)}:where(.kbq-dark,.theme-dark,.kbq-theme-dark){--kbq-sidepanel-overlay-background: var(--kbq-background-overlay);--kbq-sidepanel-container-background: var(--kbq-background-card);--kbq-sidepanel-container-box-shadow: var(--kbq-shadow-overlay);--kbq-sidepanel-header-text-color: var(--kbq-foreground-contrast);--kbq-sidepanel-content-text-color: var(--kbq-foreground-contrast)}\n"] }]
98
+ }, template: "<div class=\"kbq-sidepanel-wrapper\">\n @if (withIndent) {\n <div\n class=\"kbq-sidepanel-indent\"\n (click)=\"exit()\"\n ></div>\n }\n\n <div\n cdkTrapFocus\n cdkTrapFocusAutoCapture\n class=\"kbq-sidepanel-content\"\n >\n <ng-template cdkPortalOutlet />\n </div>\n</div>\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))}.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)}.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)}.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))}.kbq-no-select{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.kbq-sidepanel-container_top,.kbq-sidepanel-container_bottom{flex-direction:column;height:33%;min-height:400px;width:100%;left:0}.kbq-sidepanel-container_top .kbq-sidepanel-indent,.kbq-sidepanel-container_bottom .kbq-sidepanel-indent{height:16px;width:100%}.kbq-sidepanel-container{outline:none;display:flex;flex:1;position:fixed;min-height:0}.kbq-sidepanel-container .flex{min-height:0}.kbq-sidepanel-container.kbq-sidepanel-container_left,.kbq-sidepanel-container.kbq-sidepanel-container_right{height:100%;top:0;max-width:100%}.kbq-sidepanel-container.kbq-sidepanel-container_left.kbq-sidepanel_small,.kbq-sidepanel-container.kbq-sidepanel-container_right.kbq-sidepanel_small{width:var(--kbq-sidepanel-size-small-width);max-width:var(--kbq-sidepanel-size-small-width)}.kbq-sidepanel-container.kbq-sidepanel-container_left.kbq-sidepanel_medium,.kbq-sidepanel-container.kbq-sidepanel-container_right.kbq-sidepanel_medium{width:var(--kbq-sidepanel-size-medium-width);max-width:var(--kbq-sidepanel-size-medium-width)}.kbq-sidepanel-container.kbq-sidepanel-container_left.kbq-sidepanel_large,.kbq-sidepanel-container.kbq-sidepanel-container_right.kbq-sidepanel_large{width:var(--kbq-sidepanel-size-large-width)}.kbq-sidepanel-container.kbq-sidepanel-container_left .kbq-sidepanel-indent,.kbq-sidepanel-container.kbq-sidepanel-container_right .kbq-sidepanel-indent{width:16px;height:100%}.kbq-sidepanel-container_right{right:0;transform:translate(100%)}.kbq-sidepanel-container_right .kbq-sidepanel-wrapper{flex-direction:row}.kbq-sidepanel-container_left{left:0;transform:translate(-100%)}.kbq-sidepanel-container_left .kbq-sidepanel-wrapper{flex-direction:row-reverse}.kbq-sidepanel-container_top{top:0;transform:translateY(-100%)}.kbq-sidepanel-container_top .kbq-sidepanel-wrapper{flex-direction:column-reverse}.kbq-sidepanel-container_bottom{bottom:0;transform:translateY(100%)}.kbq-sidepanel-container_bottom .kbq-sidepanel-wrapper{flex-direction:column}.kbq-sidepanel-wrapper{display:flex;flex:1;min-height:0;width:100%}.kbq-sidepanel-indent{display:flex;flex:0 0 auto}.kbq-sidepanel-content{display:flex;flex-direction:column;flex:1;min-height:0;min-width:0;width:100%}.kbq-sidepanel-header{display:flex;align-items:center;justify-content:space-between;flex-flow:row nowrap;flex:0 0 auto;padding:var(--kbq-sidepanel-size-header-padding-vertical) var(--kbq-sidepanel-size-header-padding-right) var(--kbq-sidepanel-size-header-padding-vertical) var(--kbq-sidepanel-size-header-padding-left)}.kbq-sidepanel-header .kbq-sidepanel-close{margin-left:var(--kbq-sidepanel-size-close-button-margin-left)}.kbq-sidepanel-title{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kbq-sidepanel-body{overflow-y:auto;display:flex;flex:1;flex-direction:column;min-height:0;padding-right:var(--kbq-sidepanel-size-content-padding-horizontal);padding-left:var(--kbq-sidepanel-size-content-padding-horizontal);padding-bottom:var(--kbq-sidepanel-size-content-padding-bottom)}.kbq-sidepanel-footer{display:flex;align-items:center;justify-content:space-between;flex-flow:row nowrap;flex:0 0 auto;padding:var(--kbq-sidepanel-size-footer-padding-top) var(--kbq-sidepanel-size-footer-padding-horizontal) var(--kbq-sidepanel-size-footer-padding-bottom)}.kbq-sidepanel-footer .kbq-sidepanel-actions{display:flex;align-items:center;flex-direction:row;flex:1;gap:var(--kbq-sidepanel-size-footer-content-gap-horizontal)}.kbq-sidepanel-footer .kbq-sidepanel-actions[align=left]{justify-content:start}.kbq-sidepanel-footer .kbq-sidepanel-actions[align=right]{justify-content:flex-end}.kbq-sidepanel-title{color:var(--kbq-sidepanel-header-text-color)}.kbq-sidepanel-content{background-color:var(--kbq-sidepanel-container-background);color:var(--kbq-sidepanel-content-text-color)}.kbq-sidepanel-container_shadowed .kbq-sidepanel-content{box-shadow:var(--kbq-sidepanel-container-box-shadow)}.kbq-sidepanel-title{font-size:var(--kbq-sidepanel-font-header-font-size);font-weight:var(--kbq-sidepanel-font-header-font-weight);line-height:var(--kbq-sidepanel-font-header-line-height);font-family:var(--kbq-sidepanel-font-header-font-family);text-transform:var(--kbq-sidepanel-font-header-text-transform);font-feature-settings:var(--kbq-sidepanel-font-header-font-feature-settings);letter-spacing:var(--kbq-sidepanel-font-header-letter-spacing)}.kbq-sidepanel-container,.kbq-sidepanel-footer{font-size:var(--kbq-sidepanel-font-content-font-size);font-weight:var(--kbq-sidepanel-font-content-font-weight);line-height:var(--kbq-sidepanel-font-content-line-height);font-family:var(--kbq-sidepanel-font-content-font-family);text-transform:var(--kbq-sidepanel-font-content-text-transform);font-feature-settings:var(--kbq-sidepanel-font-content-font-feature-settings);letter-spacing:var(--kbq-sidepanel-font-content-letter-spacing)}\n", ".kbq-sidepanel-container{--kbq-sidepanel-size-small-width: 400px;--kbq-sidepanel-size-medium-width: 640px;--kbq-sidepanel-size-large-width: 960px;--kbq-sidepanel-size-header-padding-vertical: var(--kbq-size-l);--kbq-sidepanel-size-header-padding-left: var(--kbq-size-3xl);--kbq-sidepanel-size-header-padding-right: var(--kbq-size-m);--kbq-sidepanel-size-close-button-margin-left: var(--kbq-size-s);--kbq-sidepanel-size-content-padding-horizontal: var(--kbq-size-3xl);--kbq-sidepanel-size-content-padding-bottom: var(--kbq-size-xxl);--kbq-sidepanel-size-footer-padding-top: var(--kbq-size-s);--kbq-sidepanel-size-footer-padding-bottom: var(--kbq-size-3xl);--kbq-sidepanel-size-footer-padding-horizontal: var(--kbq-size-3xl);--kbq-sidepanel-size-footer-content-gap-horizontal: var(--kbq-size-l);--kbq-sidepanel-font-header-font-size: var(--kbq-typography-title-font-size);--kbq-sidepanel-font-header-line-height: var(--kbq-typography-title-line-height);--kbq-sidepanel-font-header-letter-spacing: var(--kbq-typography-title-letter-spacing);--kbq-sidepanel-font-header-font-weight: var(--kbq-typography-title-font-weight);--kbq-sidepanel-font-header-font-family: var(--kbq-typography-title-font-family);--kbq-sidepanel-font-header-text-transform: var(--kbq-typography-title-text-transform);--kbq-sidepanel-font-header-font-feature-settings: var(--kbq-typography-title-font-feature-settings);--kbq-sidepanel-font-content-font-size: var(--kbq-typography-text-normal-font-size);--kbq-sidepanel-font-content-line-height: var(--kbq-typography-text-normal-line-height);--kbq-sidepanel-font-content-letter-spacing: var(--kbq-typography-text-normal-letter-spacing);--kbq-sidepanel-font-content-font-weight: var(--kbq-typography-text-normal-font-weight);--kbq-sidepanel-font-content-font-family: var(--kbq-typography-text-normal-font-family);--kbq-sidepanel-font-content-text-transform: var(--kbq-typography-text-normal-text-transform);--kbq-sidepanel-font-content-font-feature-settings: var(--kbq-typography-text-normal-font-feature-settings)}:where(.kbq-light,.theme-light,.kbq-theme-light){--kbq-sidepanel-overlay-background: var(--kbq-background-overlay);--kbq-sidepanel-container-background: var(--kbq-background-card);--kbq-sidepanel-container-box-shadow: var(--kbq-shadow-overlay);--kbq-sidepanel-header-text-color: var(--kbq-foreground-contrast);--kbq-sidepanel-content-text-color: var(--kbq-foreground-contrast)}:where(.kbq-dark,.theme-dark,.kbq-theme-dark){--kbq-sidepanel-overlay-background: var(--kbq-background-overlay);--kbq-sidepanel-container-background: var(--kbq-background-card);--kbq-sidepanel-container-box-shadow: var(--kbq-shadow-overlay);--kbq-sidepanel-header-text-color: var(--kbq-foreground-contrast);--kbq-sidepanel-content-text-color: var(--kbq-foreground-contrast)}\n"] }]
99
99
  }], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.ChangeDetectorRef }, { type: i1.KbqSidepanelConfig }, { type: undefined, decorators: [{
100
100
  type: Inject,
101
101
  args: [KBQ_SIDEPANEL_WITH_INDENT]
@@ -106,4 +106,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImpor
106
106
  type: ViewChild,
107
107
  args: [CdkPortalOutlet, { static: true }]
108
108
  }] } });
109
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2lkZXBhbmVsLWNvbnRhaW5lci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9wYWNrYWdlcy9jb21wb25lbnRzL3NpZGVwYW5lbC9zaWRlcGFuZWwtY29udGFpbmVyLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uL3BhY2thZ2VzL2NvbXBvbmVudHMvc2lkZXBhbmVsL3NpZGVwYW5lbC1jb250YWluZXIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQ0EsT0FBTyxFQUFFLGdCQUFnQixFQUFFLGVBQWUsRUFBbUMsTUFBTSxxQkFBcUIsQ0FBQztBQUN6RyxPQUFPLEVBQ0gsdUJBQXVCLEVBQ3ZCLGlCQUFpQixFQUNqQixTQUFTLEVBRVQsVUFBVSxFQUVWLFlBQVksRUFDWixNQUFNLEVBQ04sY0FBYyxFQUVkLFNBQVMsRUFDVCxpQkFBaUIsRUFDcEIsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUNILDBCQUEwQixFQUMxQixzQkFBc0IsRUFDdEIsOEJBQThCLEVBQ2pDLE1BQU0sd0JBQXdCLENBQUM7QUFDaEMsT0FBTyxFQUFFLGtCQUFrQixFQUF3QixNQUFNLG9CQUFvQixDQUFDOzs7OztBQUU5RSxNQUFNLENBQUMsTUFBTSx5QkFBeUIsR0FBRyxJQUFJLGNBQWMsQ0FBVSwyQkFBMkIsQ0FBQyxDQUFDO0FBRWxHLE1BQU0sQ0FBQyxNQUFNLHlCQUF5QixHQUFHLElBQUksY0FBYyxDQUFVLDJCQUEyQixDQUFDLENBQUM7QUF3QmxHLE1BQU0sT0FBTyw4QkFBK0IsU0FBUSxnQkFBZ0I7SUFlaEUsSUFBSSxJQUFJO1FBQ0osT0FBTyxpQkFBaUIsSUFBSSxDQUFDLGVBQWUsQ0FBQyxJQUFJLEVBQUUsQ0FBQztJQUN4RCxDQUFDO0lBS0QsWUFDWSxVQUFtQyxFQUNuQyxpQkFBb0MsRUFDckMsZUFBbUMsRUFDQSxVQUFtQixFQUNuQixVQUFtQjtRQUU3RCxLQUFLLEVBQUUsQ0FBQztR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Qyw4QkFBOEI7a0JBdEIxQyxTQUFTOytCQUNJLHlCQUF5QixtQkFHbEIsdUJBQXVCLENBQUMsTUFBTSxpQkFDaEMsaUJBQWlCLENBQUMsSUFBSSxjQUN6QixDQUFDLHNCQUFzQixDQUFDLGNBQWMsQ0FBQyxRQUM3Qzt3QkFDRixLQUFLLEVBQUUseUJBQXlCO3dCQUNoQyxTQUFTLEVBQUUsTUFBTTt3QkFDakIsOEJBQThCLEVBQUUsWUFBWTt3QkFDNUMsMENBQTBDLEVBQUUsWUFBWTt3QkFDeEQsV0FBVyxFQUFFLElBQUk7d0JBQ2pCLGlCQUFpQixFQUFFLElBQUk7d0JBQ3ZCLFVBQVUsRUFBRTs7O1VBR1Y7d0JBQ0YsZ0JBQWdCLEVBQUUscUJBQXFCO3dCQUN2QyxlQUFlLEVBQUUscUJBQXFCO3FCQUN6Qzs7MEJBNEJJLE1BQU07MkJBQUMseUJBQXlCOzswQkFDaEMsTUFBTTsyQkFBQyx5QkFBeUI7eUNBdEJTLFlBQVk7c0JBQXpELFNBQVM7dUJBQUMsZUFBZSxFQUFFLEVBQUUsTUFBTSxFQUFFLElBQUksRUFBRSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEFuaW1hdGlvbkV2ZW50IH0gZnJvbSAnQGFuZ3VsYXIvYW5pbWF0aW9ucyc7XG5pbXBvcnQgeyBCYXNlUG9ydGFsT3V0bGV0LCBDZGtQb3J0YWxPdXRsZXQsIENvbXBvbmVudFBvcnRhbCwgVGVtcGxhdGVQb3J0YWwgfSBmcm9tICdAYW5ndWxhci9jZGsvcG9ydGFsJztcbmltcG9ydCB7XG4gICAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gICAgQ2hhbmdlRGV0ZWN0b3JSZWYsXG4gICAgQ29tcG9uZW50LFxuICAgIENvbXBvbmVudFJlZixcbiAgICBFbGVtZW50UmVmLFxuICAgIEVtYmVkZGVkVmlld1JlZixcbiAgICBFdmVudEVtaXR0ZXIsXG4gICAgSW5qZWN0LFxuICAgIEluamVjdGlvblRva2VuLFxuICAgIE9uRGVzdHJveSxcbiAgICBWaWV3Q2hpbGQsXG4gICAgVmlld0VuY2Fwc3VsYXRpb25cbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQge1xuICAgIEticVNpZGVwYW5lbEFuaW1hdGlvblN0YXRlLFxuICAgIGticVNpZGVwYW5lbEFuaW1hdGlvbnMsXG4gICAga2JxU2lkZXBhbmVsVHJhbnNmb3JtQW5pbWF0aW9uXG59IGZyb20gJy4vc2lkZXBhbmVsLWFuaW1hdGlvbnMnO1xuaW1wb3J0IHsgS2JxU2lkZXBhbmVsQ29uZmlnLCBLYnFTaWRlcGFuZWxQb3NpdGlvbiB9IGZyb20gJy4vc2lkZXBhbmVsLWNvbmZpZyc7XG5cbmV4cG9ydCBjb25zdCBLQlFfU0lERVBBTkVMX1dJVEhfSU5ERU5UID0gbmV3IEluamVjdGlvblRva2VuPGJvb2xlYW4+KCdrYnEtc2lkZXBhbmVsLXdpdGgtaW5kZW50Jyk7XG5cbmV4cG9ydCBjb25zdCBLQlFfU0lERVBBTkVMX1dJVEhfU0hBRE9XID0gbmV3IEluamVjdGlvblRva2VuPGJvb2xlYW4+KCdrYnEtc2lkZXBhbmVsLXdpdGgtc2hhZG93Jyk7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAna2JxLXNpZGVwYW5lbC1jb250YWluZXInLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9zaWRlcGFuZWwtY29udGFpbmVyLmNvbXBvbmVudC5odG1sJyxcbiAgICBzdHlsZVVybHM6IFsnLi9zaWRlcGFuZWwuc2NzcycsICcuL3NpZGVwYW5lbC10b2tlbnMuc2NzcyddLFxuICAgIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICAgIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG4gICAgYW5pbWF0aW9uczogW2ticVNpZGVwYW5lbEFuaW1hdGlvbnMuc2lkZXBhbmVsU3RhdGVdLFxuICAgIGhvc3Q6IHtcbiAgICAgICAgY2xhc3M6ICdrYnEtc2lkZXBhbmVsLWNvbnRhaW5lcicsXG4gICAgICAgICdbY2xhc3NdJzogJ3NpemUnLFxuICAgICAgICAnW2NsYXNzLmticS1zaWRlcGFuZWxfbmVzdGVkXSc6ICd3aXRoSW5kZW50JyxcbiAgICAgICAgJ1tjbGFzcy5rYnEtc2lkZXBhbmVsLWNvbnRhaW5lcl9zaGFkb3dlZF0nOiAnd2l0aFNoYWRvdycsXG4gICAgICAgICdbYXR0ci5pZF0nOiAnaWQnLFxuICAgICAgICAnW2F0dHIudGFiaW5kZXhdJzogJy0xJyxcbiAgICAgICAgJ1tAc3RhdGVdJzogYHtcbiAgICAgICAgICAgIHZhbHVlOiBhbmltYXRpb25TdGF0ZSxcbiAgICAgICAgICAgIHBhcmFtczogYW5pbWF0aW9uVHJhbnNmb3JtXG4gICAgICAgIH1gLFxuICAgICAgICAnKEBzdGF0ZS5zdGFydCknOiAnb25BbmltYXRpb24oJGV2ZW50KScsXG4gICAgICAgICcoQHN0YXRlLmRvbmUpJzogJ29uQW5pbWF0aW9uKCRldmVudCknXG4gICAgfVxufSlcbmV4cG9ydCBjbGFzcyBLYnFTaWRlcGFuZWxDb250YWluZXJDb21wb25lbnQgZXh0ZW5kcyBCYXNlUG9ydGFsT3V0bGV0IGltcGxlbWVudHMgT25EZXN0cm95IHtcbiAgICAvKiogSUQgZm9yIHRoZSBjb250YWluZXIgRE9NIGVsZW1lbnQuICovXG4gICAgaWQ6IHN0cmluZztcblxuICAgIC8qKiBUaGUgcG9ydGFsIG91dGxldCBpbnNpZGUgb2YgdGhpcyBjb250YWluZXIgaW50byB3aGljaCB0aGUgY29udGVudCB3aWxsIGJlIGxvYWRlZC4gKi9cbiAgICBAVmlld0NoaWxkKENka1BvcnRhbE91dGxldCwgeyBzdGF0aWM6IHRydWUgfSkgcG9ydGFsT3V0bGV0OiBDZGtQb3J0YWxPdXRsZXQ7XG5cbiAgICAvKiogVGhlIHN0YXRlIG9mIHRoZSBzaWRlcGFuZWwgYW5pbWF0aW9ucy4gKi9cbiAgICBhbmltYXRpb25TdGF0ZTogS2JxU2lkZXBhbmVsQW5pbWF0aW9uU3RhdGUgPSBLYnFTaWRlcGFuZWxBbmltYXRpb25TdGF0ZS5Wb2lkO1xuXG4gICAgYW5pbWF0aW9uVHJhbnNmb3JtOiB7IHRyYW5zZm9ybUluOiBzdHJpbmc7IHRyYW5zZm9ybU91dDogc3RyaW5nIH07XG5cbiAgICAvKiogRW1pdHMgd2hlbmV2ZXIgdGhlIHN0YXRlIG9mIHRoZSBhbmltYXRpb24gY2hhbmdlcy4gKi9cbiAgICBhbmltYXRpb25TdGF0ZUNoYW5nZWQgPSBuZXcgRXZlbnRFbWl0dGVyPEFuaW1hdGlvbkV2ZW50PigpO1xuXG4gICAgZ2V0IHNpemUoKTogc3RyaW5nIHtcbiAgICAgICAgcmV0dXJuIGBrYnEtc2lkZXBhbmVsXyR7dGhpcy5zaWRlcGFuZWxDb25maWcuc2l6ZX1gO1xuICAgIH1cblxuICAgIC8qKiBXaGV0aGVyIHRoZSBjb21wb25lbnQgaGFzIGJlZW4gZGVzdHJveWVkLiAqL1xuICAgIHByaXZhdGUgZGVzdHJveWVkOiBib29sZWFuO1xuXG4gICAgY29uc3RydWN0b3IoXG4gICAgICAgIHByaXZhdGUgZWxlbWVudFJlZjogRWxlbWVudFJlZjxIVE1MRWxlbWVudD4sXG4gICAgICAgIHByaXZhdGUgY2hhbmdlRGV0ZWN0b3JSZWY6IENoYW5nZURldGVjdG9yUmVmLFxuICAgICAgICBwdWJsaWMgc2lkZXBhbmVsQ29uZmlnOiBLYnFTaWRlcGFuZWxDb25maWcsXG4gICAgICAgIEBJbmplY3QoS0JRX1NJREVQQU5FTF9XSVRIX0lOREVOVCkgcHVibGljIHdpdGhJbmRlbnQ6IGJvb2xlYW4sXG4gICAgICAgIEBJbmplY3QoS0JRX1NJREVQQU5FTF9XSVRIX1NIQURPVykgcHVibGljIHdpdGhTaGFkb3c6IGJvb2xlYW5cbiAgICApIHtcbiAgICAgICAgc3VwZXIoKTtcbiAgICB9XG5cbiAgICBuZ09uRGVzdHJveSgpOiB2b2lkIHtcbiAgICAgICAgdGhpcy5kZXN0cm95ZWQgPSB0cnVlO1xuICAgIH1cblxuICAgIC8qKiBBdHRhY2ggYSBjb21wb25lbnQgcG9ydGFsIGFzIGNvbnRlbnQgdG8gdGhpcyBzaWRlcGFuZWwgY29udGFpbmVyLiAqL1xuICAgIGF0dGFjaENvbXBvbmVudFBvcnRhbDxUPihwb3J0YWw6IENvbXBvbmVudFBvcnRhbDxUPik6IENvbXBvbmVudFJlZjxUPiB7XG4gICAgICAgIHRoaXMudmFsaWRhdGVQb3J0YWxBdHRhY2hlZCgpO1xuICAgICAgICB0aGlzLnNldEFuaW1hdGlvbigpO1xuICAgICAgICB0aGlzLnNldFBhbmVsQ2xhc3MoKTtcblxuICAgICAgICByZXR1cm4gdGhpcy5wb3J0YWxPdXRsZXQuYXR0YWNoQ29tcG9uZW50UG9ydGFsKHBvcnRhbCk7XG4gICAgfVxuXG4gICAgLyoqIEF0dGFjaCBhIHRlbXBsYXRlIHBvcnRhbCBhcyBjb250ZW50IHRvIHRoaXMgc2lkZXBhbmVsIGNvbnRhaW5lci4gKi9cbiAgICBhdHRhY2hUZW1wbGF0ZVBvcnRhbDxDPihwb3J0YWw6IFRlbXBsYXRlUG9ydGFsPEM+KTogRW1iZWRkZWRWaWV3UmVmPEM+IHtcbiAgICAgICAgdGhpcy52YWxpZGF0ZVBvcnRhbEF0dGFjaGVkKCk7XG4gICAgICAgIHRoaXMuc2V0QW5pbWF0aW9uKCk7XG4gICAgICAgIHRoaXMuc2V0UGFuZWxDbGFzcygpO1xuXG4gICAgICAgIHJldHVybiB0aGlzLnBvcnRhbE91dGxldC5hdHRhY2hUZW1wbGF0ZVBvcnRhbChwb3J0YWwpO1xuICAgIH1cblxuICAgIC8qKiBCZWdpbiBhbmltYXRpb24gb2YgdGhlIHNpZGVwYW5lbCBlbnRyYW5jZSBpbnRvIHZpZXcuICovXG4gICAgZW50ZXIoKTogdm9pZCB7XG4gICAgICAgIGlmICh0aGlzLmRlc3Ryb3llZCkge1xuICAgICAgICAgICAgcmV0dXJuO1xuICAgICAgICB9XG5cbiAgICAgICAgdGhpcy5hbmltYXRpb25TdGF0ZSA9IEticVNpZGVwYW5lbEFuaW1hdGlvblN0YXRlLlZpc2libGU7XG4gICAgICAgIHRoaXMuY2hhbmdlRGV0ZWN0b3JSZWYuZGV0ZWN0Q2hhbmdlcygpO1xuICAgIH1cblxuICAgIC8qKiBCZWdpbiBhbmltYXRpb24gb2YgdGhlIHNpZGVwYW5lbCBleGl0aW5nIGZyb20gdmlldy4gKi9cbiAgICBleGl0KCk6IHZvaWQge1xuICAgICAgICBpZiAodGhpcy5kZXN0cm95ZWQpIHtcbiAgICAgICAgICAgIHJldHVybjtcbiAgICAgICAgfVxuXG4gICAgICAgIHRoaXMuYW5pbWF0aW9uU3RhdGUgPSBLYnFTaWRlcGFuZWxBbmltYXRpb25TdGF0ZS5IaWRkZW47XG4gICAgICAgIHRoaXMuY2hhbmdlRGV0ZWN0b3JSZWYubWFya0ZvckNoZWNrKCk7XG4gICAgfVxuXG4gICAgb25BbmltYXRpb24oZXZlbnQ6IEFuaW1hdGlvbkV2ZW50KSB7XG4gICAgICAgIHRoaXMuYW5pbWF0aW9uU3RhdGVDaGFuZ2VkLmVtaXQoZXZlbnQpO1xuICAgIH1cblxuICAgIHByaXZhdGUgc2V0QW5pbWF0aW9uKCkge1xuICAgICAgICBjb25zdCBwb3NpdGlvbjogS2JxU2lkZXBhbmVsUG9zaXRpb24gPSB0aGlzLnNpZGVwYW5lbENvbmZpZy5wb3NpdGlvbiE7XG5cbiAgICAgICAgdGhpcy5hbmltYXRpb25UcmFuc2Zvcm0gPSB7XG4gICAgICAgICAgICB0cmFuc2Zvcm1Jbjoga2JxU2lkZXBhbmVsVHJhbnNmb3JtQW5pbWF0aW9uW3Bvc2l0aW9uXS5pbixcbiAgICAgICAgICAgIHRyYW5zZm9ybU91dDoga2JxU2lkZXBhbmVsVHJhbnNmb3JtQW5pbWF0aW9uW3Bvc2l0aW9uXS5vdXRcbiAgICAgICAgfTtcbiAgICB9XG5cbiAgICBwcml2YXRlIHNldFBhbmVsQ2xhc3MoKSB7XG4gICAgICAgIGNvbnN0IGVsZW1lbnQ6IEhUTUxFbGVtZW50ID0gdGhpcy5lbGVtZW50UmVmLm5hdGl2ZUVsZW1lbnQ7XG4gICAgICAgIGNvbnN0IHBvc2l0aW9uOiBLYnFTaWRlcGFuZWxQb3NpdGlvbiA9IHRoaXMuc2lkZXBhbmVsQ29uZmlnLnBvc2l0aW9uITtcblxuICAgICAgICBlbGVtZW50LmNsYXNzTGlzdC5hZGQoYGticS1zaWRlcGFuZWwtY29udGFpbmVyXyR7cG9zaXRpb259YCk7XG4gICAgfVxuXG4gICAgcHJpdmF0ZSB2YWxpZGF0ZVBvcnRhbEF0dGFjaGVkKCkge1xuICAgICAgICBpZiAodGhpcy5wb3J0YWxPdXRsZXQuaGFzQXR0YWNoZWQoKSkge1xuICAgICAgICAgICAgdGhyb3cgRXJyb3IoJ0F0dGVtcHRpbmcgdG8gYXR0YWNoIHNpZGVwYW5lbCBjb250ZW50IGFmdGVyIGNvbnRlbnQgaXMgYWxyZWFkeSBhdHRhY2hlZCcpO1xuICAgICAgICB9XG4gICAgfVxufVxuIiwiPGRpdiBjbGFzcz1cImticS1zaWRlcGFuZWwtd3JhcHBlclwiPlxuICAgIEBpZiAod2l0aEluZGVudCkge1xuICAgICAgICA8ZGl2XG4gICAgICAgICAgICBjbGFzcz1cImticS1zaWRlcGFuZWwtaW5kZW50XCJcbiAgICAgICAgICAgIChjbGljayk9XCJleGl0KClcIlxuICAgICAgICA+PC9kaXY+XG4gICAgfVxuXG4gICAgPGRpdlxuICAgICAgICBjZGtUcmFwRm9jdXNcbiAgICAgICAgY2RrVHJhcEZvY3VzQXV0b0NhcHR1cmVcbiAgICAgICAgY2xhc3M9XCJrYnEtc2lkZXBhbmVsLWNvbnRlbnRcIlxuICAgID5cbiAgICAgICAgPG5nLXRlbXBsYXRlIGNka1BvcnRhbE91dGxldCAvPlxuICAgIDwvZGl2PlxuPC9kaXY+XG4iXX0=
109
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2lkZXBhbmVsLWNvbnRhaW5lci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9wYWNrYWdlcy9jb21wb25lbnRzL3NpZGVwYW5lbC9zaWRlcGFuZWwtY29udGFpbmVyLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uL3BhY2thZ2VzL2NvbXBvbmVudHMvc2lkZXBhbmVsL3NpZGVwYW5lbC1jb250YWluZXIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQ0EsT0FBTyxFQUFFLGdCQUFnQixFQUFFLGVBQWUsRUFBbUMsTUFBTSxxQkFBcUIsQ0FBQztBQUN6RyxPQUFPLEVBQ0gsdUJBQXVCLEVBQ3ZCLGlCQUFpQixFQUNqQixTQUFTLEVBRVQsVUFBVSxFQUVWLFlBQVksRUFDWixNQUFNLEVBQ04sY0FBYyxFQUVkLFNBQVMsRUFDVCxpQkFBaUIsRUFDcEIsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUNILDBCQUEwQixFQUMxQixzQkFBc0IsRUFDdEIsOEJBQThCLEVBQ2pDLE1BQU0sd0JBQXdCLENBQUM7QUFDaEMsT0FBTyxFQUFFLGtCQUFrQixFQUF3QixNQUFNLG9CQUFvQixDQUFDOzs7OztBQUU5RSxNQUFNLENBQUMsTUFBTSx5QkFBeUIsR0FBRyxJQUFJLGNBQWMsQ0FBVSwyQkFBMkIsQ0FBQyxDQUFDO0FBRWxHLE1BQU0sQ0FBQyxNQUFNLHlCQUF5QixHQUFHLElBQUksY0FBYyxDQUFVLDJCQUEyQixDQUFDLENBQUM7QUF3QmxHLE1BQU0sT0FBTyw4QkFBK0IsU0FBUSxnQkFBZ0I7SUFlaEUsSUFBSSxJQUFJO1FBQ0osT0FBTyxpQkFBaUIsSUFBSSxDQUFDLGVBQWUsQ0FBQyxJQUFJLEVBQUUsQ0FBQztJQUN4RCxDQUFDO0lBS0QsWUFDWSxVQUFtQyxFQUNuQyxpQkFBb0MsRUFDckMsZUFBbUMsRUFDQSxVQUFtQixFQUNuQixVQUFtQjtRQUU3RCxLQUFLLEVBQUUsQ0FBQztR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Qyw4QkFBOEI7a0JBdEIxQyxTQUFTOytCQUNJLHlCQUF5QixtQkFHbEIsdUJBQXVCLENBQUMsTUFBTSxpQkFDaEMsaUJBQWlCLENBQUMsSUFBSSxjQUN6QixDQUFDLHNCQUFzQixDQUFDLGNBQWMsQ0FBQyxRQUM3Qzt3QkFDRixLQUFLLEVBQUUseUJBQXlCO3dCQUNoQyxTQUFTLEVBQUUsTUFBTTt3QkFDakIsOEJBQThCLEVBQUUsWUFBWTt3QkFDNUMsMENBQTBDLEVBQUUsWUFBWTt3QkFDeEQsV0FBVyxFQUFFLElBQUk7d0JBQ2pCLGlCQUFpQixFQUFFLElBQUk7d0JBQ3ZCLFVBQVUsRUFBRTs7O1VBR1Y7d0JBQ0YsZ0JBQWdCLEVBQUUscUJBQXFCO3dCQUN2QyxlQUFlLEVBQUUscUJBQXFCO3FCQUN6Qzs7MEJBNEJJLE1BQU07MkJBQUMseUJBQXlCOzswQkFDaEMsTUFBTTsyQkFBQyx5QkFBeUI7eUNBdEJTLFlBQVk7c0JBQXpELFNBQVM7dUJBQUMsZUFBZSxFQUFFLEVBQUUsTUFBTSxFQUFFLElBQUksRUFBRSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEFuaW1hdGlvbkV2ZW50IH0gZnJvbSAnQGFuZ3VsYXIvYW5pbWF0aW9ucyc7XG5pbXBvcnQgeyBCYXNlUG9ydGFsT3V0bGV0LCBDZGtQb3J0YWxPdXRsZXQsIENvbXBvbmVudFBvcnRhbCwgVGVtcGxhdGVQb3J0YWwgfSBmcm9tICdAYW5ndWxhci9jZGsvcG9ydGFsJztcbmltcG9ydCB7XG4gICAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gICAgQ2hhbmdlRGV0ZWN0b3JSZWYsXG4gICAgQ29tcG9uZW50LFxuICAgIENvbXBvbmVudFJlZixcbiAgICBFbGVtZW50UmVmLFxuICAgIEVtYmVkZGVkVmlld1JlZixcbiAgICBFdmVudEVtaXR0ZXIsXG4gICAgSW5qZWN0LFxuICAgIEluamVjdGlvblRva2VuLFxuICAgIE9uRGVzdHJveSxcbiAgICBWaWV3Q2hpbGQsXG4gICAgVmlld0VuY2Fwc3VsYXRpb25cbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQge1xuICAgIEticVNpZGVwYW5lbEFuaW1hdGlvblN0YXRlLFxuICAgIGticVNpZGVwYW5lbEFuaW1hdGlvbnMsXG4gICAga2JxU2lkZXBhbmVsVHJhbnNmb3JtQW5pbWF0aW9uXG59IGZyb20gJy4vc2lkZXBhbmVsLWFuaW1hdGlvbnMnO1xuaW1wb3J0IHsgS2JxU2lkZXBhbmVsQ29uZmlnLCBLYnFTaWRlcGFuZWxQb3NpdGlvbiB9IGZyb20gJy4vc2lkZXBhbmVsLWNvbmZpZyc7XG5cbmV4cG9ydCBjb25zdCBLQlFfU0lERVBBTkVMX1dJVEhfSU5ERU5UID0gbmV3IEluamVjdGlvblRva2VuPGJvb2xlYW4+KCdrYnEtc2lkZXBhbmVsLXdpdGgtaW5kZW50Jyk7XG5cbmV4cG9ydCBjb25zdCBLQlFfU0lERVBBTkVMX1dJVEhfU0hBRE9XID0gbmV3IEluamVjdGlvblRva2VuPGJvb2xlYW4+KCdrYnEtc2lkZXBhbmVsLXdpdGgtc2hhZG93Jyk7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAna2JxLXNpZGVwYW5lbC1jb250YWluZXInLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9zaWRlcGFuZWwtY29udGFpbmVyLmNvbXBvbmVudC5odG1sJyxcbiAgICBzdHlsZVVybHM6IFsnLi9zaWRlcGFuZWwuc2NzcycsICcuL3NpZGVwYW5lbC10b2tlbnMuc2NzcyddLFxuICAgIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICAgIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG4gICAgYW5pbWF0aW9uczogW2ticVNpZGVwYW5lbEFuaW1hdGlvbnMuc2lkZXBhbmVsU3RhdGVdLFxuICAgIGhvc3Q6IHtcbiAgICAgICAgY2xhc3M6ICdrYnEtc2lkZXBhbmVsLWNvbnRhaW5lcicsXG4gICAgICAgICdbY2xhc3NdJzogJ3NpemUnLFxuICAgICAgICAnW2NsYXNzLmticS1zaWRlcGFuZWxfbmVzdGVkXSc6ICd3aXRoSW5kZW50JyxcbiAgICAgICAgJ1tjbGFzcy5rYnEtc2lkZXBhbmVsLWNvbnRhaW5lcl9zaGFkb3dlZF0nOiAnd2l0aFNoYWRvdycsXG4gICAgICAgICdbYXR0ci5pZF0nOiAnaWQnLFxuICAgICAgICAnW2F0dHIudGFiaW5kZXhdJzogJy0xJyxcbiAgICAgICAgJ1tAc3RhdGVdJzogYHtcbiAgICAgICAgICAgIHZhbHVlOiBhbmltYXRpb25TdGF0ZSxcbiAgICAgICAgICAgIHBhcmFtczogYW5pbWF0aW9uVHJhbnNmb3JtXG4gICAgICAgIH1gLFxuICAgICAgICAnKEBzdGF0ZS5zdGFydCknOiAnb25BbmltYXRpb24oJGV2ZW50KScsXG4gICAgICAgICcoQHN0YXRlLmRvbmUpJzogJ29uQW5pbWF0aW9uKCRldmVudCknXG4gICAgfVxufSlcbmV4cG9ydCBjbGFzcyBLYnFTaWRlcGFuZWxDb250YWluZXJDb21wb25lbnQgZXh0ZW5kcyBCYXNlUG9ydGFsT3V0bGV0IGltcGxlbWVudHMgT25EZXN0cm95IHtcbiAgICAvKiogSUQgZm9yIHRoZSBjb250YWluZXIgRE9NIGVsZW1lbnQuICovXG4gICAgaWQ6IHN0cmluZztcblxuICAgIC8qKiBUaGUgcG9ydGFsIG91dGxldCBpbnNpZGUgb2YgdGhpcyBjb250YWluZXIgaW50byB3aGljaCB0aGUgY29udGVudCB3aWxsIGJlIGxvYWRlZC4gKi9cbiAgICBAVmlld0NoaWxkKENka1BvcnRhbE91dGxldCwgeyBzdGF0aWM6IHRydWUgfSkgcG9ydGFsT3V0bGV0OiBDZGtQb3J0YWxPdXRsZXQ7XG5cbiAgICAvKiogVGhlIHN0YXRlIG9mIHRoZSBzaWRlcGFuZWwgYW5pbWF0aW9ucy4gKi9cbiAgICBhbmltYXRpb25TdGF0ZTogS2JxU2lkZXBhbmVsQW5pbWF0aW9uU3RhdGUgPSBLYnFTaWRlcGFuZWxBbmltYXRpb25TdGF0ZS5Wb2lkO1xuXG4gICAgYW5pbWF0aW9uVHJhbnNmb3JtOiB7IHRyYW5zZm9ybUluOiBzdHJpbmc7IHRyYW5zZm9ybU91dDogc3RyaW5nIH07XG5cbiAgICAvKiogRW1pdHMgd2hlbmV2ZXIgdGhlIHN0YXRlIG9mIHRoZSBhbmltYXRpb24gY2hhbmdlcy4gKi9cbiAgICBhbmltYXRpb25TdGF0ZUNoYW5nZWQgPSBuZXcgRXZlbnRFbWl0dGVyPEFuaW1hdGlvbkV2ZW50PigpO1xuXG4gICAgZ2V0IHNpemUoKTogc3RyaW5nIHtcbiAgICAgICAgcmV0dXJuIGBrYnEtc2lkZXBhbmVsXyR7dGhpcy5zaWRlcGFuZWxDb25maWcuc2l6ZX1gO1xuICAgIH1cblxuICAgIC8qKiBXaGV0aGVyIHRoZSBjb21wb25lbnQgaGFzIGJlZW4gZGVzdHJveWVkLiAqL1xuICAgIHByaXZhdGUgZGVzdHJveWVkOiBib29sZWFuO1xuXG4gICAgY29uc3RydWN0b3IoXG4gICAgICAgIHByaXZhdGUgZWxlbWVudFJlZjogRWxlbWVudFJlZjxIVE1MRWxlbWVudD4sXG4gICAgICAgIHByaXZhdGUgY2hhbmdlRGV0ZWN0b3JSZWY6IENoYW5nZURldGVjdG9yUmVmLFxuICAgICAgICBwdWJsaWMgc2lkZXBhbmVsQ29uZmlnOiBLYnFTaWRlcGFuZWxDb25maWcsXG4gICAgICAgIEBJbmplY3QoS0JRX1NJREVQQU5FTF9XSVRIX0lOREVOVCkgcHVibGljIHdpdGhJbmRlbnQ6IGJvb2xlYW4sXG4gICAgICAgIEBJbmplY3QoS0JRX1NJREVQQU5FTF9XSVRIX1NIQURPVykgcHVibGljIHdpdGhTaGFkb3c6IGJvb2xlYW5cbiAgICApIHtcbiAgICAgICAgc3VwZXIoKTtcbiAgICB9XG5cbiAgICBuZ09uRGVzdHJveSgpOiB2b2lkIHtcbiAgICAgICAgdGhpcy5kZXN0cm95ZWQgPSB0cnVlO1xuICAgIH1cblxuICAgIC8qKiBBdHRhY2ggYSBjb21wb25lbnQgcG9ydGFsIGFzIGNvbnRlbnQgdG8gdGhpcyBzaWRlcGFuZWwgY29udGFpbmVyLiAqL1xuICAgIGF0dGFjaENvbXBvbmVudFBvcnRhbDxUPihwb3J0YWw6IENvbXBvbmVudFBvcnRhbDxUPik6IENvbXBvbmVudFJlZjxUPiB7XG4gICAgICAgIHRoaXMudmFsaWRhdGVQb3J0YWxBdHRhY2hlZCgpO1xuICAgICAgICB0aGlzLnNldEFuaW1hdGlvbigpO1xuICAgICAgICB0aGlzLnNldFBhbmVsQ2xhc3MoKTtcblxuICAgICAgICByZXR1cm4gdGhpcy5wb3J0YWxPdXRsZXQuYXR0YWNoQ29tcG9uZW50UG9ydGFsKHBvcnRhbCk7XG4gICAgfVxuXG4gICAgLyoqIEF0dGFjaCBhIHRlbXBsYXRlIHBvcnRhbCBhcyBjb250ZW50IHRvIHRoaXMgc2lkZXBhbmVsIGNvbnRhaW5lci4gKi9cbiAgICBhdHRhY2hUZW1wbGF0ZVBvcnRhbDxDPihwb3J0YWw6IFRlbXBsYXRlUG9ydGFsPEM+KTogRW1iZWRkZWRWaWV3UmVmPEM+IHtcbiAgICAgICAgdGhpcy52YWxpZGF0ZVBvcnRhbEF0dGFjaGVkKCk7XG4gICAgICAgIHRoaXMuc2V0QW5pbWF0aW9uKCk7XG4gICAgICAgIHRoaXMuc2V0UGFuZWxDbGFzcygpO1xuXG4gICAgICAgIHJldHVybiB0aGlzLnBvcnRhbE91dGxldC5hdHRhY2hUZW1wbGF0ZVBvcnRhbChwb3J0YWwpO1xuICAgIH1cblxuICAgIC8qKiBCZWdpbiBhbmltYXRpb24gb2YgdGhlIHNpZGVwYW5lbCBlbnRyYW5jZSBpbnRvIHZpZXcuICovXG4gICAgZW50ZXIoKTogdm9pZCB7XG4gICAgICAgIGlmICh0aGlzLmRlc3Ryb3llZCkge1xuICAgICAgICAgICAgcmV0dXJuO1xuICAgICAgICB9XG5cbiAgICAgICAgdGhpcy5hbmltYXRpb25TdGF0ZSA9IEticVNpZGVwYW5lbEFuaW1hdGlvblN0YXRlLlZpc2libGU7XG4gICAgICAgIHRoaXMuY2hhbmdlRGV0ZWN0b3JSZWYuZGV0ZWN0Q2hhbmdlcygpO1xuICAgIH1cblxuICAgIC8qKiBCZWdpbiBhbmltYXRpb24gb2YgdGhlIHNpZGVwYW5lbCBleGl0aW5nIGZyb20gdmlldy4gKi9cbiAgICBleGl0KCk6IHZvaWQge1xuICAgICAgICBpZiAodGhpcy5kZXN0cm95ZWQpIHtcbiAgICAgICAgICAgIHJldHVybjtcbiAgICAgICAgfVxuXG4gICAgICAgIHRoaXMuYW5pbWF0aW9uU3RhdGUgPSBLYnFTaWRlcGFuZWxBbmltYXRpb25TdGF0ZS5IaWRkZW47XG4gICAgICAgIHRoaXMuY2hhbmdlRGV0ZWN0b3JSZWYubWFya0ZvckNoZWNrKCk7XG4gICAgfVxuXG4gICAgb25BbmltYXRpb24oZXZlbnQ6IEFuaW1hdGlvbkV2ZW50KSB7XG4gICAgICAgIHRoaXMuYW5pbWF0aW9uU3RhdGVDaGFuZ2VkLmVtaXQoZXZlbnQpO1xuICAgIH1cblxuICAgIHByaXZhdGUgc2V0QW5pbWF0aW9uKCkge1xuICAgICAgICBjb25zdCBwb3NpdGlvbjogS2JxU2lkZXBhbmVsUG9zaXRpb24gPSB0aGlzLnNpZGVwYW5lbENvbmZpZy5wb3NpdGlvbiE7XG5cbiAgICAgICAgdGhpcy5hbmltYXRpb25UcmFuc2Zvcm0gPSB7XG4gICAgICAgICAgICB0cmFuc2Zvcm1Jbjoga2JxU2lkZXBhbmVsVHJhbnNmb3JtQW5pbWF0aW9uW3Bvc2l0aW9uXS5pbixcbiAgICAgICAgICAgIHRyYW5zZm9ybU91dDoga2JxU2lkZXBhbmVsVHJhbnNmb3JtQW5pbWF0aW9uW3Bvc2l0aW9uXS5vdXRcbiAgICAgICAgfTtcbiAgICB9XG5cbiAgICBwcml2YXRlIHNldFBhbmVsQ2xhc3MoKSB7XG4gICAgICAgIGNvbnN0IGVsZW1lbnQ6IEhUTUxFbGVtZW50ID0gdGhpcy5lbGVtZW50UmVmLm5hdGl2ZUVsZW1lbnQ7XG4gICAgICAgIGNvbnN0IHBvc2l0aW9uOiBLYnFTaWRlcGFuZWxQb3NpdGlvbiA9IHRoaXMuc2lkZXBhbmVsQ29uZmlnLnBvc2l0aW9uITtcblxuICAgICAgICBlbGVtZW50LmNsYXNzTGlzdC5hZGQoYGticS1zaWRlcGFuZWwtY29udGFpbmVyXyR7cG9zaXRpb259YCk7XG4gICAgfVxuXG4gICAgcHJpdmF0ZSB2YWxpZGF0ZVBvcnRhbEF0dGFjaGVkKCkge1xuICAgICAgICBpZiAodGhpcy5wb3J0YWxPdXRsZXQuaGFzQXR0YWNoZWQoKSkge1xuICAgICAgICAgICAgdGhyb3cgRXJyb3IoJ0F0dGVtcHRpbmcgdG8gYXR0YWNoIHNpZGVwYW5lbCBjb250ZW50IGFmdGVyIGNvbnRlbnQgaXMgYWxyZWFkeSBhdHRhY2hlZCcpO1xuICAgICAgICB9XG4gICAgfVxufVxuIiwiPGRpdiBjbGFzcz1cImticS1zaWRlcGFuZWwtd3JhcHBlclwiPlxuICAgIEBpZiAod2l0aEluZGVudCkge1xuICAgICAgICA8ZGl2XG4gICAgICAgICAgICBjbGFzcz1cImticS1zaWRlcGFuZWwtaW5kZW50XCJcbiAgICAgICAgICAgIChjbGljayk9XCJleGl0KClcIlxuICAgICAgICA+PC9kaXY+XG4gICAgfVxuXG4gICAgPGRpdlxuICAgICAgICBjZGtUcmFwRm9jdXNcbiAgICAgICAgY2RrVHJhcEZvY3VzQXV0b0NhcHR1cmVcbiAgICAgICAgY2xhc3M9XCJrYnEtc2lkZXBhbmVsLWNvbnRlbnRcIlxuICAgID5cbiAgICAgICAgPG5nLXRlbXBsYXRlIGNka1BvcnRhbE91dGxldCAvPlxuICAgIDwvZGl2PlxuPC9kaXY+XG4iXX0=
@@ -35,10 +35,10 @@ export class KbqSidepanelClose {
35
35
  this.sidepanelResult = proxiedChange.currentValue;
36
36
  }
37
37
  }
38
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqSidepanelClose, deps: [{ token: i1.KbqSidepanelRef, optional: true }, { token: i0.ElementRef }, { token: i2.KbqSidepanelService }], target: i0.ɵɵFactoryTarget.Directive }); }
39
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.5", type: KbqSidepanelClose, selector: "button[kbq-sidepanel-close], button[kbqSidepanelClose]", inputs: { sidepanelResult: ["kbq-sidepanel-close", "sidepanelResult"], kbqSidepanelClose: "kbqSidepanelClose" }, host: { listeners: { "click": "sidepanelRef.close(sidepanelResult)" }, classAttribute: "kbq-sidepanel-close" }, usesOnChanges: true, ngImport: i0 }); }
38
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqSidepanelClose, deps: [{ token: i1.KbqSidepanelRef, optional: true }, { token: i0.ElementRef }, { token: i2.KbqSidepanelService }], target: i0.ɵɵFactoryTarget.Directive }); }
39
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.6", type: KbqSidepanelClose, selector: "button[kbq-sidepanel-close], button[kbqSidepanelClose]", inputs: { sidepanelResult: ["kbq-sidepanel-close", "sidepanelResult"], kbqSidepanelClose: "kbqSidepanelClose" }, host: { listeners: { "click": "sidepanelRef.close(sidepanelResult)" }, classAttribute: "kbq-sidepanel-close" }, usesOnChanges: true, ngImport: i0 }); }
40
40
  }
41
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqSidepanelClose, decorators: [{
41
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqSidepanelClose, decorators: [{
42
42
  type: Directive,
43
43
  args: [{
44
44
  selector: 'button[kbq-sidepanel-close], button[kbqSidepanelClose]',
@@ -59,8 +59,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImpor
59
59
  * Header of a sidepanel.
60
60
  */
61
61
  export class KbqSidepanelHeader {
62
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqSidepanelHeader, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
63
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.5", type: KbqSidepanelHeader, selector: "kbq-sidepanel-header", inputs: { closeable: "closeable" }, host: { classAttribute: "kbq-sidepanel-header" }, ngImport: i0, template: `
62
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqSidepanelHeader, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
63
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.6", type: KbqSidepanelHeader, selector: "kbq-sidepanel-header", inputs: { closeable: "closeable" }, host: { classAttribute: "kbq-sidepanel-header" }, ngImport: i0, template: `
64
64
  <div
65
65
  class="kbq-sidepanel-title"
66
66
  kbq-title
@@ -83,7 +83,7 @@ export class KbqSidepanelHeader {
83
83
  }
84
84
  `, isInline: true, dependencies: [{ kind: "component", type: i3.KbqButton, selector: "[kbq-button]", inputs: ["color", "tabIndex", "kbqStyle", "disabled"] }, { kind: "directive", type: i3.KbqButtonCssStyler, selector: "[kbq-button]" }, { kind: "component", type: i4.KbqIcon, selector: "[kbq-icon]", inputs: ["color", "small", "autoColor"] }, { kind: "directive", type: i5.KbqTitleDirective, selector: "[kbq-title]", exportAs: ["kbqTitle"] }, { kind: "directive", type: KbqSidepanelClose, selector: "button[kbq-sidepanel-close], button[kbqSidepanelClose]", inputs: ["kbq-sidepanel-close", "kbqSidepanelClose"] }] }); }
85
85
  }
86
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqSidepanelHeader, decorators: [{
86
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqSidepanelHeader, decorators: [{
87
87
  type: Component,
88
88
  args: [{
89
89
  selector: 'kbq-sidepanel-header',
@@ -120,10 +120,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImpor
120
120
  * Scrollable content container of a sidepanel.
121
121
  */
122
122
  export class KbqSidepanelBody {
123
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqSidepanelBody, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
124
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.5", type: KbqSidepanelBody, selector: "kbq-sidepanel-body, [kbq-sidepanel-body], kbqSidepanelBody", host: { classAttribute: "kbq-sidepanel-body kbq-scrollbar" }, ngImport: i0 }); }
123
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqSidepanelBody, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
124
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.6", type: KbqSidepanelBody, selector: "kbq-sidepanel-body, [kbq-sidepanel-body], kbqSidepanelBody", host: { classAttribute: "kbq-sidepanel-body kbq-scrollbar" }, ngImport: i0 }); }
125
125
  }
126
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqSidepanelBody, decorators: [{
126
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqSidepanelBody, decorators: [{
127
127
  type: Directive,
128
128
  args: [{
129
129
  selector: 'kbq-sidepanel-body, [kbq-sidepanel-body], kbqSidepanelBody',
@@ -136,10 +136,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImpor
136
136
  * Footer of a sidepanel.
137
137
  */
138
138
  export class KbqSidepanelFooter {
139
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqSidepanelFooter, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
140
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.5", type: KbqSidepanelFooter, selector: "kbq-sidepanel-footer, [kbq-sidepanel-footer], kbqSidepanelFooter", host: { classAttribute: "kbq-sidepanel-footer" }, ngImport: i0 }); }
139
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqSidepanelFooter, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
140
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.6", type: KbqSidepanelFooter, selector: "kbq-sidepanel-footer, [kbq-sidepanel-footer], kbqSidepanelFooter", host: { classAttribute: "kbq-sidepanel-footer" }, ngImport: i0 }); }
141
141
  }
142
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqSidepanelFooter, decorators: [{
142
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqSidepanelFooter, decorators: [{
143
143
  type: Directive,
144
144
  args: [{
145
145
  selector: 'kbq-sidepanel-footer, [kbq-sidepanel-footer], kbqSidepanelFooter',
@@ -152,10 +152,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImpor
152
152
  * Actions block of a sidepanel footer.
153
153
  */
154
154
  export class KbqSidepanelActions {
155
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqSidepanelActions, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
156
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.5", type: KbqSidepanelActions, selector: "kbq-sidepanel-actions, [kbq-sidepanel-actions], kbqSidepanelActions", host: { classAttribute: "kbq-sidepanel-actions" }, ngImport: i0 }); }
155
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqSidepanelActions, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
156
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.6", type: KbqSidepanelActions, selector: "kbq-sidepanel-actions, [kbq-sidepanel-actions], kbqSidepanelActions", host: { classAttribute: "kbq-sidepanel-actions" }, ngImport: i0 }); }
157
157
  }
158
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqSidepanelActions, decorators: [{
158
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqSidepanelActions, decorators: [{
159
159
  type: Directive,
160
160
  args: [{
161
161
  selector: 'kbq-sidepanel-actions, [kbq-sidepanel-actions], kbqSidepanelActions',
@@ -11,8 +11,8 @@ import { KbqSidepanelActions, KbqSidepanelBody, KbqSidepanelClose, KbqSidepanelF
11
11
  import { KbqSidepanelService } from './sidepanel.service';
12
12
  import * as i0 from "@angular/core";
13
13
  export class KbqSidepanelModule {
14
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqSidepanelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
15
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.5", ngImport: i0, type: KbqSidepanelModule, declarations: [KbqSidepanelContainerComponent,
14
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqSidepanelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
15
+ /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: KbqSidepanelModule, declarations: [KbqSidepanelContainerComponent,
16
16
  KbqSidepanelClose,
17
17
  KbqSidepanelHeader,
18
18
  KbqSidepanelBody,
@@ -29,7 +29,7 @@ export class KbqSidepanelModule {
29
29
  KbqSidepanelBody,
30
30
  KbqSidepanelFooter,
31
31
  KbqSidepanelActions] }); }
32
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqSidepanelModule, providers: [
32
+ /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqSidepanelModule, providers: [
33
33
  KbqSidepanelService,
34
34
  { provide: FocusTrapFactory, useClass: ConfigurableFocusTrapFactory }
35
35
  ], imports: [OverlayModule,
@@ -40,7 +40,7 @@ export class KbqSidepanelModule {
40
40
  KbqTitleModule,
41
41
  A11yModule] }); }
42
42
  }
43
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqSidepanelModule, decorators: [{
43
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqSidepanelModule, decorators: [{
44
44
  type: NgModule,
45
45
  args: [{
46
46
  imports: [
@@ -149,10 +149,10 @@ export class KbqSidepanelService {
149
149
  this.openedSidepanels.splice(index, 1);
150
150
  }
151
151
  }
152
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqSidepanelService, deps: [{ token: i1.Overlay }, { token: i0.Injector }, { token: KBQ_SIDEPANEL_DEFAULT_OPTIONS, optional: true }, { token: KbqSidepanelService, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
153
- /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqSidepanelService }); }
152
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqSidepanelService, deps: [{ token: i1.Overlay }, { token: i0.Injector }, { token: KBQ_SIDEPANEL_DEFAULT_OPTIONS, optional: true }, { token: KbqSidepanelService, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
153
+ /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqSidepanelService }); }
154
154
  }
155
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqSidepanelService, decorators: [{
155
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqSidepanelService, decorators: [{
156
156
  type: Injectable
157
157
  }], ctorParameters: () => [{ type: i1.Overlay }, { type: i0.Injector }, { type: i2.KbqSidepanelConfig, decorators: [{
158
158
  type: Optional