@koobiq/components 18.0.0 → 18.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (269) hide show
  1. package/alert/alert-tokens.scss +2 -2
  2. package/core/pop-up/pop-up-trigger.d.ts +5 -1
  3. package/core/styles/typography/_typography.scss +15 -0
  4. package/esm2022/alert/alert.component.mjs +13 -13
  5. package/esm2022/alert/alert.module.mjs +4 -4
  6. package/esm2022/autocomplete/autocomplete-origin.directive.mjs +3 -3
  7. package/esm2022/autocomplete/autocomplete-trigger.directive.mjs +3 -3
  8. package/esm2022/autocomplete/autocomplete.component.mjs +3 -3
  9. package/esm2022/autocomplete/autocomplete.module.mjs +4 -4
  10. package/esm2022/badge/badge.component.mjs +9 -9
  11. package/esm2022/badge/badge.module.mjs +4 -4
  12. package/esm2022/button/button.component.mjs +6 -6
  13. package/esm2022/button/button.module.mjs +4 -4
  14. package/esm2022/button-toggle/button-toggle.component.mjs +6 -6
  15. package/esm2022/button-toggle/button-toggle.module.mjs +4 -4
  16. package/esm2022/checkbox/checkbox-module.mjs +4 -4
  17. package/esm2022/checkbox/checkbox-required-validator.mjs +3 -3
  18. package/esm2022/checkbox/checkbox.mjs +3 -3
  19. package/esm2022/code-block/actionbar.component.mjs +3 -3
  20. package/esm2022/code-block/code-block.component.mjs +3 -3
  21. package/esm2022/code-block/code-block.module.mjs +4 -4
  22. package/esm2022/core/common-behaviors/common-module.mjs +4 -4
  23. package/esm2022/core/error/error-options.mjs +6 -6
  24. package/esm2022/core/formatters/date/formatter.mjs +3 -3
  25. package/esm2022/core/formatters/date/formatter.pipe.mjs +39 -39
  26. package/esm2022/core/formatters/index.mjs +4 -4
  27. package/esm2022/core/formatters/number/formatter.mjs +12 -12
  28. package/esm2022/core/forms/forms-module.mjs +4 -4
  29. package/esm2022/core/forms/forms.directive.mjs +6 -6
  30. package/esm2022/core/highlight/highlight.pipe.mjs +3 -3
  31. package/esm2022/core/highlight/index.mjs +4 -4
  32. package/esm2022/core/line/line.mjs +7 -7
  33. package/esm2022/core/locales/locale-service.mjs +3 -3
  34. package/esm2022/core/locales/locale-service.module.mjs +4 -4
  35. package/esm2022/core/option/action.mjs +3 -3
  36. package/esm2022/core/option/optgroup.mjs +3 -3
  37. package/esm2022/core/option/option-module.mjs +4 -4
  38. package/esm2022/core/option/option.mjs +3 -3
  39. package/esm2022/core/pop-up/pop-up-trigger.mjs +17 -8
  40. package/esm2022/core/pop-up/pop-up.mjs +3 -3
  41. package/esm2022/core/select/common.mjs +15 -15
  42. package/esm2022/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +3 -3
  43. package/esm2022/core/selection/pseudo-checkbox/pseudo-checkbox.module.mjs +4 -4
  44. package/esm2022/core/services/measure-scrollbar.service.mjs +3 -3
  45. package/esm2022/core/services/theme.service.mjs +3 -3
  46. package/esm2022/core/utils/data-size/data-size.pipe.mjs +3 -3
  47. package/esm2022/core/version.mjs +2 -2
  48. package/esm2022/datepicker/calendar-body.component.mjs +3 -3
  49. package/esm2022/datepicker/calendar-header.component.mjs +3 -3
  50. package/esm2022/datepicker/calendar.component.mjs +3 -3
  51. package/esm2022/datepicker/datepicker-input.directive.mjs +3 -3
  52. package/esm2022/datepicker/datepicker-intl.mjs +3 -3
  53. package/esm2022/datepicker/datepicker-module.mjs +4 -4
  54. package/esm2022/datepicker/datepicker-toggle.component.mjs +6 -6
  55. package/esm2022/datepicker/datepicker.component.mjs +6 -6
  56. package/esm2022/datepicker/month-view.component.mjs +3 -3
  57. package/esm2022/divider/divider.component.mjs +3 -3
  58. package/esm2022/divider/divider.module.mjs +4 -4
  59. package/esm2022/dl/dl.component.mjs +9 -9
  60. package/esm2022/dl/dl.module.mjs +4 -4
  61. package/esm2022/dropdown/dropdown-content.directive.mjs +3 -3
  62. package/esm2022/dropdown/dropdown-item.component.mjs +3 -3
  63. package/esm2022/dropdown/dropdown-trigger.directive.mjs +3 -3
  64. package/esm2022/dropdown/dropdown.component.mjs +3 -3
  65. package/esm2022/dropdown/dropdown.module.mjs +4 -4
  66. package/esm2022/ellipsis-center/ellipsis-center.directive.mjs +7 -7
  67. package/esm2022/empty-state/empty-state.component.mjs +15 -15
  68. package/esm2022/empty-state/empty-state.module.mjs +4 -4
  69. package/esm2022/file-upload/file-drop.mjs +3 -3
  70. package/esm2022/file-upload/file-upload.module.mjs +4 -4
  71. package/esm2022/file-upload/multiple-file-upload.component.mjs +4 -4
  72. package/esm2022/file-upload/single-file-upload.component.mjs +4 -4
  73. package/esm2022/form-field/cleaner.mjs +3 -3
  74. package/esm2022/form-field/form-field.mjs +9 -9
  75. package/esm2022/form-field/form-field.module.mjs +4 -4
  76. package/esm2022/form-field/hint.mjs +3 -3
  77. package/esm2022/form-field/password-hint.mjs +6 -6
  78. package/esm2022/form-field/password-toggle.mjs +3 -3
  79. package/esm2022/form-field/prefix.mjs +3 -3
  80. package/esm2022/form-field/stepper.mjs +3 -3
  81. package/esm2022/form-field/suffix.mjs +3 -3
  82. package/esm2022/form-field/validate.directive.mjs +3 -3
  83. package/esm2022/icon/icon-button.component.mjs +5 -5
  84. package/esm2022/icon/icon-item.component.mjs +5 -5
  85. package/esm2022/icon/icon.component.mjs +5 -5
  86. package/esm2022/icon/icon.module.mjs +13 -24
  87. package/esm2022/input/input-number-validators.mjs +6 -6
  88. package/esm2022/input/input-number.mjs +5 -5
  89. package/esm2022/input/input-password.mjs +3 -3
  90. package/esm2022/input/input.mjs +8 -8
  91. package/esm2022/input/input.module.mjs +4 -4
  92. package/esm2022/link/link.component.mjs +3 -3
  93. package/esm2022/link/link.module.mjs +4 -4
  94. package/esm2022/list/list-selection.component.mjs +9 -9
  95. package/esm2022/list/list.component.mjs +6 -6
  96. package/esm2022/list/list.module.mjs +4 -4
  97. package/esm2022/loader-overlay/loader-overlay.component.mjs +12 -12
  98. package/esm2022/loader-overlay/loader-overlay.module.mjs +4 -4
  99. package/esm2022/markdown/markdown.component.mjs +5 -5
  100. package/esm2022/markdown/markdown.module.mjs +4 -4
  101. package/esm2022/markdown/markdown.service.mjs +3 -3
  102. package/esm2022/modal/css-unit.pipe.mjs +3 -3
  103. package/esm2022/modal/modal-control.service.mjs +3 -3
  104. package/esm2022/modal/modal.component.mjs +3 -3
  105. package/esm2022/modal/modal.directive.mjs +53 -17
  106. package/esm2022/modal/modal.module.mjs +4 -4
  107. package/esm2022/modal/modal.service.mjs +3 -3
  108. package/esm2022/navbar/navbar-item.component.mjs +27 -27
  109. package/esm2022/navbar/navbar.component.mjs +9 -9
  110. package/esm2022/navbar/navbar.module.mjs +4 -4
  111. package/esm2022/navbar/vertical-navbar.component.mjs +3 -3
  112. package/esm2022/popover/popover-confirm.component.mjs +6 -6
  113. package/esm2022/popover/popover.component.mjs +6 -6
  114. package/esm2022/popover/popover.module.mjs +4 -4
  115. package/esm2022/progress-bar/progress-bar.component.mjs +9 -9
  116. package/esm2022/progress-bar/progress-bar.module.mjs +4 -4
  117. package/esm2022/progress-spinner/progress-spinner.component.mjs +9 -9
  118. package/esm2022/progress-spinner/progress-spinner.module.mjs +4 -4
  119. package/esm2022/radio/radio.component.mjs +6 -6
  120. package/esm2022/radio/radio.module.mjs +4 -4
  121. package/esm2022/risk-level/risk-level.component.mjs +3 -3
  122. package/esm2022/risk-level/risk-level.module.mjs +4 -4
  123. package/esm2022/scrollbar/scrollbar.component.mjs +3 -3
  124. package/esm2022/scrollbar/scrollbar.directive.mjs +3 -3
  125. package/esm2022/scrollbar/scrollbar.module.mjs +4 -4
  126. package/esm2022/select/select-option.directive.mjs +3 -3
  127. package/esm2022/select/select.component.mjs +3 -3
  128. package/esm2022/select/select.module.mjs +4 -4
  129. package/esm2022/sidebar/sidebar.component.mjs +9 -9
  130. package/esm2022/sidebar/sidebar.module.mjs +4 -4
  131. package/esm2022/sidepanel/sidepanel-container.component.mjs +3 -3
  132. package/esm2022/sidepanel/sidepanel-directives.mjs +15 -15
  133. package/esm2022/sidepanel/sidepanel.module.mjs +4 -4
  134. package/esm2022/sidepanel/sidepanel.service.mjs +3 -3
  135. package/esm2022/splitter/splitter.component.mjs +12 -12
  136. package/esm2022/splitter/splitter.module.mjs +4 -4
  137. package/esm2022/table/table.component.mjs +6 -6
  138. package/esm2022/table/table.module.mjs +4 -4
  139. package/esm2022/tabs/paginated-tab-header.mjs +3 -3
  140. package/esm2022/tabs/tab-body.component.mjs +6 -6
  141. package/esm2022/tabs/tab-content.directive.mjs +3 -3
  142. package/esm2022/tabs/tab-group.component.mjs +33 -18
  143. package/esm2022/tabs/tab-header.component.mjs +16 -5
  144. package/esm2022/tabs/tab-label-wrapper.directive.mjs +8 -4
  145. package/esm2022/tabs/tab-label.directive.mjs +3 -3
  146. package/esm2022/tabs/tab-nav-bar/tab-nav-bar.mjs +7 -7
  147. package/esm2022/tabs/tab.component.mjs +3 -3
  148. package/esm2022/tabs/tabs.module.mjs +15 -8
  149. package/esm2022/tags/tag-input.mjs +3 -3
  150. package/esm2022/tags/tag-list.component.mjs +3 -3
  151. package/esm2022/tags/tag.component.mjs +12 -12
  152. package/esm2022/tags/tag.module.mjs +4 -4
  153. package/esm2022/textarea/textarea.component.mjs +3 -3
  154. package/esm2022/textarea/textarea.module.mjs +4 -4
  155. package/esm2022/timepicker/timepicker.directive.mjs +3 -3
  156. package/esm2022/timepicker/timepicker.module.mjs +4 -4
  157. package/esm2022/timezone/cities-by-filter.pipe.mjs +3 -3
  158. package/esm2022/timezone/timezone-option.component.mjs +5 -5
  159. package/esm2022/timezone/timezone-option.directive.mjs +3 -3
  160. package/esm2022/timezone/timezone-select.component.mjs +8 -8
  161. package/esm2022/timezone/timezone.module.mjs +4 -4
  162. package/esm2022/timezone/utc-offset.pipe.mjs +3 -3
  163. package/esm2022/title/title.directive.mjs +3 -3
  164. package/esm2022/title/title.module.mjs +4 -4
  165. package/esm2022/toast/toast-container.component.mjs +3 -3
  166. package/esm2022/toast/toast.component.mjs +6 -6
  167. package/esm2022/toast/toast.module.mjs +4 -4
  168. package/esm2022/toast/toast.service.mjs +3 -3
  169. package/esm2022/toggle/toggle.component.mjs +3 -3
  170. package/esm2022/toggle/toggle.module.mjs +4 -4
  171. package/esm2022/tooltip/tooltip.component.mjs +52 -15
  172. package/esm2022/tooltip/tooltip.module.mjs +15 -28
  173. package/esm2022/tree/node.mjs +3 -3
  174. package/esm2022/tree/outlet.mjs +3 -3
  175. package/esm2022/tree/padding.directive.mjs +3 -3
  176. package/esm2022/tree/toggle.mjs +9 -9
  177. package/esm2022/tree/tree-base.mjs +6 -6
  178. package/esm2022/tree/tree-option.component.mjs +6 -5
  179. package/esm2022/tree/tree-selection.component.mjs +3 -3
  180. package/esm2022/tree/tree.mjs +3 -3
  181. package/esm2022/tree/tree.module.mjs +4 -4
  182. package/esm2022/tree-select/tree-select.component.mjs +13 -6
  183. package/esm2022/tree-select/tree-select.module.mjs +4 -4
  184. package/fesm2022/koobiq-components-alert.mjs +17 -17
  185. package/fesm2022/koobiq-components-alert.mjs.map +1 -1
  186. package/fesm2022/koobiq-components-autocomplete.mjs +13 -13
  187. package/fesm2022/koobiq-components-badge.mjs +13 -13
  188. package/fesm2022/koobiq-components-button-toggle.mjs +10 -10
  189. package/fesm2022/koobiq-components-button.mjs +10 -10
  190. package/fesm2022/koobiq-components-checkbox.mjs +10 -10
  191. package/fesm2022/koobiq-components-code-block.mjs +10 -10
  192. package/fesm2022/koobiq-components-code-block.mjs.map +1 -1
  193. package/fesm2022/koobiq-components-core.mjs +163 -154
  194. package/fesm2022/koobiq-components-core.mjs.map +1 -1
  195. package/fesm2022/koobiq-components-datepicker.mjs +34 -34
  196. package/fesm2022/koobiq-components-divider.mjs +7 -7
  197. package/fesm2022/koobiq-components-dl.mjs +13 -13
  198. package/fesm2022/koobiq-components-dropdown.mjs +16 -16
  199. package/fesm2022/koobiq-components-ellipsis-center.mjs +7 -7
  200. package/fesm2022/koobiq-components-empty-state.mjs +19 -19
  201. package/fesm2022/koobiq-components-file-upload.mjs +15 -15
  202. package/fesm2022/koobiq-components-file-upload.mjs.map +1 -1
  203. package/fesm2022/koobiq-components-form-field.mjs +39 -39
  204. package/fesm2022/koobiq-components-form-field.mjs.map +1 -1
  205. package/fesm2022/koobiq-components-icon.mjs +24 -35
  206. package/fesm2022/koobiq-components-icon.mjs.map +1 -1
  207. package/fesm2022/koobiq-components-input.mjs +24 -24
  208. package/fesm2022/koobiq-components-input.mjs.map +1 -1
  209. package/fesm2022/koobiq-components-link.mjs +7 -7
  210. package/fesm2022/koobiq-components-list.mjs +19 -19
  211. package/fesm2022/koobiq-components-loader-overlay.mjs +16 -16
  212. package/fesm2022/koobiq-components-markdown.mjs +12 -12
  213. package/fesm2022/koobiq-components-markdown.mjs.map +1 -1
  214. package/fesm2022/koobiq-components-modal.mjs +63 -31
  215. package/fesm2022/koobiq-components-modal.mjs.map +1 -1
  216. package/fesm2022/koobiq-components-navbar.mjs +43 -43
  217. package/fesm2022/koobiq-components-popover.mjs +16 -16
  218. package/fesm2022/koobiq-components-progress-bar.mjs +13 -13
  219. package/fesm2022/koobiq-components-progress-spinner.mjs +13 -13
  220. package/fesm2022/koobiq-components-radio.mjs +10 -10
  221. package/fesm2022/koobiq-components-risk-level.mjs +7 -7
  222. package/fesm2022/koobiq-components-scrollbar.mjs +10 -10
  223. package/fesm2022/koobiq-components-select.mjs +10 -10
  224. package/fesm2022/koobiq-components-sidebar.mjs +13 -13
  225. package/fesm2022/koobiq-components-sidepanel.mjs +25 -25
  226. package/fesm2022/koobiq-components-splitter.mjs +16 -16
  227. package/fesm2022/koobiq-components-table.mjs +10 -10
  228. package/fesm2022/koobiq-components-tabs.mjs +93 -56
  229. package/fesm2022/koobiq-components-tabs.mjs.map +1 -1
  230. package/fesm2022/koobiq-components-tags.mjs +22 -22
  231. package/fesm2022/koobiq-components-textarea.mjs +7 -7
  232. package/fesm2022/koobiq-components-timepicker.mjs +7 -7
  233. package/fesm2022/koobiq-components-timezone.mjs +26 -26
  234. package/fesm2022/koobiq-components-timezone.mjs.map +1 -1
  235. package/fesm2022/koobiq-components-title.mjs +7 -7
  236. package/fesm2022/koobiq-components-toast.mjs +16 -16
  237. package/fesm2022/koobiq-components-toggle.mjs +7 -7
  238. package/fesm2022/koobiq-components-tooltip.mjs +67 -42
  239. package/fesm2022/koobiq-components-tooltip.mjs.map +1 -1
  240. package/fesm2022/koobiq-components-tree-select.mjs +16 -9
  241. package/fesm2022/koobiq-components-tree-select.mjs.map +1 -1
  242. package/fesm2022/koobiq-components-tree.mjs +39 -38
  243. package/fesm2022/koobiq-components-tree.mjs.map +1 -1
  244. package/file-upload/file-upload-tokens.scss +1 -1
  245. package/icon/icon-button.component.d.ts +1 -1
  246. package/icon/icon-item.component.d.ts +1 -1
  247. package/icon/icon.component.d.ts +1 -1
  248. package/icon/icon.module.d.ts +1 -3
  249. package/input/input-number.d.ts +1 -1
  250. package/input/input.d.ts +1 -1
  251. package/link/link-tokens.scss +2 -2
  252. package/markdown/markdown-tokens.scss +2 -2
  253. package/modal/modal.directive.d.ts +3 -0
  254. package/package.json +4 -4
  255. package/prebuilt-themes/dark-theme.css +1 -1
  256. package/prebuilt-themes/light-theme.css +1 -1
  257. package/prebuilt-themes/theme.css +1 -1
  258. package/schematics/ng-add/index.js +3 -3
  259. package/tabs/_tabs-common.scss +29 -0
  260. package/tabs/_tabs-theme.scss +12 -0
  261. package/tabs/tab-group.component.d.ts +7 -2
  262. package/tabs/tab-header.component.d.ts +4 -1
  263. package/tabs/tab-header.scss +28 -0
  264. package/tabs/tabs.module.d.ts +2 -1
  265. package/timezone/timezone-option-tokens.scss +24 -0
  266. package/tooltip/tooltip.component.d.ts +11 -4
  267. package/tooltip/tooltip.module.d.ts +1 -3
  268. package/tree/tree-option.component.d.ts +1 -0
  269. package/tree-select/tree-select.component.d.ts +2 -0
@@ -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, 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 }); }
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',
@@ -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
@@ -56,10 +56,10 @@ export class KbqGutterDirective {
56
56
  setStyle(property, value) {
57
57
  this.renderer.setStyle(this.elementRef.nativeElement, property, value);
58
58
  }
59
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqGutterDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
60
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.5", type: KbqGutterDirective, selector: "kbq-gutter", inputs: { direction: "direction", order: "order", size: "size" }, host: { listeners: { "mousedown": "dragged = true" }, properties: { "class.kbq-gutter_vertical": "isVertical", "class.kbq-gutter_dragged": "dragged" }, classAttribute: "kbq-gutter" }, ngImport: i0 }); }
59
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqGutterDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
60
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.6", type: KbqGutterDirective, selector: "kbq-gutter", inputs: { direction: "direction", order: "order", size: "size" }, host: { listeners: { "mousedown": "dragged = true" }, properties: { "class.kbq-gutter_vertical": "isVertical", "class.kbq-gutter_dragged": "dragged" }, classAttribute: "kbq-gutter" }, ngImport: i0 }); }
61
61
  }
62
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqGutterDirective, decorators: [{
62
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqGutterDirective, decorators: [{
63
63
  type: Directive,
64
64
  args: [{
65
65
  selector: 'kbq-gutter',
@@ -124,10 +124,10 @@ export class KbqGutterGhostDirective {
124
124
  setStyle(property, value) {
125
125
  this.renderer.setStyle(this.elementRef.nativeElement, property, value);
126
126
  }
127
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqGutterGhostDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
128
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.5", type: KbqGutterGhostDirective, selector: "kbq-gutter-ghost", inputs: { visible: "visible", x: "x", y: "y", direction: "direction", size: "size" }, host: { properties: { "class.kbq-gutter-ghost_vertical": "isVertical", "class.kbq-gutter-ghost_visible": "visible" }, classAttribute: "kbq-gutter-ghost" }, ngImport: i0 }); }
127
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqGutterGhostDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
128
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.6", type: KbqGutterGhostDirective, selector: "kbq-gutter-ghost", inputs: { visible: "visible", x: "x", y: "y", direction: "direction", size: "size" }, host: { properties: { "class.kbq-gutter-ghost_vertical": "isVertical", "class.kbq-gutter-ghost_visible": "visible" }, classAttribute: "kbq-gutter-ghost" }, ngImport: i0 }); }
129
129
  }
130
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqGutterGhostDirective, decorators: [{
130
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqGutterGhostDirective, decorators: [{
131
131
  type: Directive,
132
132
  args: [{
133
133
  selector: 'kbq-gutter-ghost',
@@ -367,10 +367,10 @@ export class KbqSplitterComponent {
367
367
  setStyle(property, value) {
368
368
  this.renderer.setStyle(this.elementRef.nativeElement, property, value);
369
369
  }
370
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqSplitterComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i0.NgZone }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component }); }
371
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.5", type: KbqSplitterComponent, selector: "kbq-splitter", inputs: { hideGutters: "hideGutters", direction: "direction", disabled: "disabled", useGhost: "useGhost", gutterSize: "gutterSize" }, outputs: { gutterPositionChange: "gutterPositionChange" }, host: { classAttribute: "kbq-splitter" }, queries: [{ propertyName: "areaRefs", predicate: i0.forwardRef(() => KbqSplitterAreaDirective) }], viewQueries: [{ propertyName: "ghost", first: true, predicate: KbqGutterGhostDirective, descendants: true }, { propertyName: "gutters", predicate: KbqGutterDirective, descendants: true }], exportAs: ["kbqSplitter"], ngImport: i0, template: "<ng-content />\n\n@for (area of areas; track area; let index = $index; let last = $last) {\n @if (last === false) {\n <kbq-gutter\n [attr.disabled]=\"disabled || null\"\n [direction]=\"direction\"\n [order]=\"index * 2 + 1\"\n [size]=\"gutterSize\"\n [style.display]=\"hideGutters ? 'none' : 'flex'\"\n (mousedown)=\"onMouseDown($event, index, index + 1)\"\n />\n }\n}\n\n@if (useGhost) {\n <kbq-gutter-ghost />\n}\n", styles: [".kbq-splitter{display:flex;position:relative;flex-wrap:nowrap;align-items:stretch;overflow:hidden}.kbq-splitter .kbq-splitter-area{overflow:hidden}.kbq-splitter .kbq-splitter-area_resizing{pointer-events:none}.kbq-gutter{display:flex;flex-grow:0;flex-shrink:0;justify-content:center;align-items:center;overflow:hidden}.kbq-gutter.kbq-gutter_vertical>.kbq-icon{transform:rotate(90deg)}.kbq-gutter-ghost{position:absolute;z-index:999;display:none;overflow:hidden}.kbq-gutter-ghost.kbq-gutter-ghost_vertical>.kbq-icon{transform:rotate(90deg)}.kbq-gutter-ghost.kbq-gutter-ghost_visible{display:block}.kbq-gutter{cursor:col-resize}.kbq-gutter:hover,.kbq-gutter.kbq-gutter_dragged{background-color:#6a739614}.kbq-gutter.kbq-gutter_vertical{cursor:row-resize}.kbq-gutter[disabled]{background-color:var(--kbq-background-background-disabled, );cursor:default}.kbq-gutter-ghost{background:#6a739629}\n", ""], dependencies: [{ kind: "directive", type: KbqGutterDirective, selector: "kbq-gutter", inputs: ["direction", "order", "size"] }, { kind: "directive", type: KbqGutterGhostDirective, selector: "kbq-gutter-ghost", inputs: ["visible", "x", "y", "direction", "size"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
370
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqSplitterComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i0.NgZone }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component }); }
371
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.6", type: KbqSplitterComponent, selector: "kbq-splitter", inputs: { hideGutters: "hideGutters", direction: "direction", disabled: "disabled", useGhost: "useGhost", gutterSize: "gutterSize" }, outputs: { gutterPositionChange: "gutterPositionChange" }, host: { classAttribute: "kbq-splitter" }, queries: [{ propertyName: "areaRefs", predicate: i0.forwardRef(() => KbqSplitterAreaDirective) }], viewQueries: [{ propertyName: "ghost", first: true, predicate: KbqGutterGhostDirective, descendants: true }, { propertyName: "gutters", predicate: KbqGutterDirective, descendants: true }], exportAs: ["kbqSplitter"], ngImport: i0, template: "<ng-content />\n\n@for (area of areas; track area; let index = $index; let last = $last) {\n @if (last === false) {\n <kbq-gutter\n [attr.disabled]=\"disabled || null\"\n [direction]=\"direction\"\n [order]=\"index * 2 + 1\"\n [size]=\"gutterSize\"\n [style.display]=\"hideGutters ? 'none' : 'flex'\"\n (mousedown)=\"onMouseDown($event, index, index + 1)\"\n />\n }\n}\n\n@if (useGhost) {\n <kbq-gutter-ghost />\n}\n", styles: [".kbq-splitter{display:flex;position:relative;flex-wrap:nowrap;align-items:stretch;overflow:hidden}.kbq-splitter .kbq-splitter-area{overflow:hidden}.kbq-splitter .kbq-splitter-area_resizing{pointer-events:none}.kbq-gutter{display:flex;flex-grow:0;flex-shrink:0;justify-content:center;align-items:center;overflow:hidden}.kbq-gutter.kbq-gutter_vertical>.kbq-icon{transform:rotate(90deg)}.kbq-gutter-ghost{position:absolute;z-index:999;display:none;overflow:hidden}.kbq-gutter-ghost.kbq-gutter-ghost_vertical>.kbq-icon{transform:rotate(90deg)}.kbq-gutter-ghost.kbq-gutter-ghost_visible{display:block}.kbq-gutter{cursor:col-resize}.kbq-gutter:hover,.kbq-gutter.kbq-gutter_dragged{background-color:#6a739614}.kbq-gutter.kbq-gutter_vertical{cursor:row-resize}.kbq-gutter[disabled]{background-color:var(--kbq-background-background-disabled, );cursor:default}.kbq-gutter-ghost{background:#6a739629}\n", ""], dependencies: [{ kind: "directive", type: KbqGutterDirective, selector: "kbq-gutter", inputs: ["direction", "order", "size"] }, { kind: "directive", type: KbqGutterGhostDirective, selector: "kbq-gutter-ghost", inputs: ["visible", "x", "y", "direction", "size"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
372
372
  }
373
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqSplitterComponent, decorators: [{
373
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqSplitterComponent, decorators: [{
374
374
  type: Component,
375
375
  args: [{ selector: 'kbq-splitter', exportAs: 'kbqSplitter', host: {
376
376
  class: 'kbq-splitter'
@@ -469,10 +469,10 @@ export class KbqSplitterAreaDirective {
469
469
  removeStyle(style) {
470
470
  this.renderer.removeStyle(this.elementRef.nativeElement, style);
471
471
  }
472
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqSplitterAreaDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: forwardRef(() => KbqSplitterComponent) }], target: i0.ɵɵFactoryTarget.Directive }); }
473
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.5", type: KbqSplitterAreaDirective, selector: "[kbq-splitter-area]", outputs: { sizeChange: "sizeChange" }, host: { properties: { "class.kbq-splitter-area_resizing": "isResizing()" }, classAttribute: "kbq-splitter-area" }, ngImport: i0 }); }
472
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqSplitterAreaDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: forwardRef(() => KbqSplitterComponent) }], target: i0.ɵɵFactoryTarget.Directive }); }
473
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.6", type: KbqSplitterAreaDirective, selector: "[kbq-splitter-area]", outputs: { sizeChange: "sizeChange" }, host: { properties: { "class.kbq-splitter-area_resizing": "isResizing()" }, classAttribute: "kbq-splitter-area" }, ngImport: i0 }); }
474
474
  }
475
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqSplitterAreaDirective, decorators: [{
475
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqSplitterAreaDirective, decorators: [{
476
476
  type: Directive,
477
477
  args: [{
478
478
  selector: '[kbq-splitter-area]',
@@ -3,16 +3,16 @@ import { KbqIconModule } from '@koobiq/components/icon';
3
3
  import { KbqGutterDirective, KbqGutterGhostDirective, KbqSplitterAreaDirective, KbqSplitterComponent } from './splitter.component';
4
4
  import * as i0 from "@angular/core";
5
5
  export class KbqSplitterModule {
6
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqSplitterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
7
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.5", ngImport: i0, type: KbqSplitterModule, declarations: [KbqGutterDirective,
6
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqSplitterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
7
+ /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: KbqSplitterModule, declarations: [KbqGutterDirective,
8
8
  KbqGutterGhostDirective,
9
9
  KbqSplitterAreaDirective,
10
10
  KbqSplitterComponent], imports: [KbqIconModule], exports: [KbqGutterDirective,
11
11
  KbqSplitterAreaDirective,
12
12
  KbqSplitterComponent] }); }
13
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqSplitterModule, imports: [KbqIconModule] }); }
13
+ /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqSplitterModule, imports: [KbqIconModule] }); }
14
14
  }
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqSplitterModule, decorators: [{
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqSplitterModule, decorators: [{
16
16
  type: NgModule,
17
17
  args: [{
18
18
  imports: [
@@ -5,10 +5,10 @@ export class KbqTable {
5
5
  constructor() {
6
6
  this.border = false;
7
7
  }
8
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqTable, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
9
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.5", type: KbqTable, selector: "table[kbq-table]", inputs: { border: "border" }, host: { properties: { "class.kbq-table_bordered": "border" }, classAttribute: "kbq-table" }, exportAs: ["kbqTable"], ngImport: i0, template: '<ng-content />', isInline: true, styles: [".kbq-table{border-spacing:0}.kbq-table>thead>tr>th,.kbq-table>thead>tr>td,.kbq-table>tbody>tr>th,.kbq-table>tbody>tr>td,.kbq-table>tfoot>tr>th,.kbq-table>tfoot>tr>td{padding-top:var(--kbq-table-size-row-padding-vertical, 10px);padding-right:var(--kbq-table-size-row-padding-horizontal, 8px);padding-bottom:var(--kbq-table-size-row-padding-vertical, 10px);padding-left:var(--kbq-table-size-row-padding-horizontal, 8px);vertical-align:baseline;text-align:left}.kbq-table>thead>tr>th{border-bottom-width:var(--kbq-table-size-border-width, 1px);border-bottom-style:solid}.kbq-table .kbq-table-cell_has-button{padding-top:var(--kbq-size-xxs, 4px);padding-bottom:var(--kbq-size-xxs, 4px)}.kbq-table.kbq-table_bordered>tbody>tr th,.kbq-table.kbq-table_bordered>tbody>tr td{border-bottom-width:var(--kbq-table-size-border-width, 1px);border-bottom-style:solid}.kbq-table:not(.kbq-table_bordered)>tbody>tr>td:first-child{border-top-left-radius:var(--kbq-size-m, 12px);border-bottom-left-radius:var(--kbq-size-m, 12px)}.kbq-table:not(.kbq-table_bordered)>tbody>tr>td:last-child{border-top-right-radius:var(--kbq-size-m, 12px);border-bottom-right-radius:var(--kbq-size-m, 12px)}.kbq-table:not(.kbq-table_bordered)>tbody>tr:first-child>td:first-child{border-top-left-radius:0}.kbq-table:not(.kbq-table_bordered)>tbody>tr:first-child>td:last-child{border-top-right-radius:0}.kbq-table>thead{color:var(--kbq-foreground-contrast-secondary, )}.kbq-table>thead>tr>th{border-bottom-color:var(--kbq-line-contrast-less, )}.kbq-table>tbody>tr>th,.kbq-table>tbody>tr>td{color:var(--kbq-foreground-contrast, )}.kbq-table>tbody>tr:hover td{background-color:var(--kbq-states-background-transparent-hover, )}.kbq-table.kbq-table_bordered>tbody>tr th,.kbq-table.kbq-table_bordered>tbody>tr td{border-bottom-color:var(--kbq-line-contrast-less, )}.kbq-table>thead{font-size:var(--kbq-table-font-header-font-size, 14px);font-weight:var(--kbq-table-font-header-font-weight, normal);line-height:var(--kbq-table-font-header-line-height, 20px);font-family:var(--kbq-table-font-header-font-family, Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif);text-transform:var(--kbq-table-font-header-text-transform, );font-feature-settings:var(--kbq-table-font-header-font-feature-settings, \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\");letter-spacing:var(--kbq-table-font-header-letter-spacing, -.006em)}.kbq-table>thead>tr>th{font-weight:400}.kbq-table>tbody{font-size:var(--kbq-table-font-body-font-size, 14px);font-weight:var(--kbq-table-font-body-font-weight, normal);line-height:var(--kbq-table-font-body-line-height, 20px);font-family:var(--kbq-table-font-body-font-family, Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif);text-transform:var(--kbq-table-font-body-text-transform, );font-feature-settings:var(--kbq-table-font-body-font-feature-settings, \"calt\", \"ss01\", \"ss04\", \"tnum\");letter-spacing:var(--kbq-table-font-body-letter-spacing, -.006em)}.kbq-table>tbody>tr>th{font-weight:400}\n", ".kbq-table{--kbq-table-size-border-width: var(--kbq-size-border-width);--kbq-table-size-row-padding-vertical: 10px;--kbq-table-size-row-padding-horizontal: var(--kbq-size-s);--kbq-table-font-header-font-size: var(--kbq-typography-text-normal-font-size);--kbq-table-font-header-line-height: var(--kbq-typography-text-normal-line-height);--kbq-table-font-header-letter-spacing: var(--kbq-typography-text-normal-letter-spacing);--kbq-table-font-header-font-weight: var(--kbq-typography-text-normal-font-weight);--kbq-table-font-header-font-family: var(--kbq-typography-text-normal-font-family);--kbq-table-font-header-text-transform: var(--kbq-typography-text-normal-text-transform);--kbq-table-font-header-font-feature-settings: var(--kbq-typography-text-normal-font-feature-settings);--kbq-table-font-body-font-size: var(--kbq-typography-tabular-normal-font-size);--kbq-table-font-body-line-height: var(--kbq-typography-tabular-normal-line-height);--kbq-table-font-body-letter-spacing: var(--kbq-typography-tabular-normal-letter-spacing);--kbq-table-font-body-font-weight: var(--kbq-typography-tabular-normal-font-weight);--kbq-table-font-body-font-family: var(--kbq-typography-tabular-normal-font-family);--kbq-table-font-body-text-transform: var(--kbq-typography-tabular-normal-text-transform);--kbq-table-font-body-font-feature-settings: var(--kbq-typography-tabular-normal-font-feature-settings)}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
8
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqTable, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
9
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.6", type: KbqTable, selector: "table[kbq-table]", inputs: { border: "border" }, host: { properties: { "class.kbq-table_bordered": "border" }, classAttribute: "kbq-table" }, exportAs: ["kbqTable"], ngImport: i0, template: '<ng-content />', isInline: true, styles: [".kbq-table{border-spacing:0}.kbq-table>thead>tr>th,.kbq-table>thead>tr>td,.kbq-table>tbody>tr>th,.kbq-table>tbody>tr>td,.kbq-table>tfoot>tr>th,.kbq-table>tfoot>tr>td{padding-top:var(--kbq-table-size-row-padding-vertical, 10px);padding-right:var(--kbq-table-size-row-padding-horizontal, 8px);padding-bottom:var(--kbq-table-size-row-padding-vertical, 10px);padding-left:var(--kbq-table-size-row-padding-horizontal, 8px);vertical-align:baseline;text-align:left}.kbq-table>thead>tr>th{border-bottom-width:var(--kbq-table-size-border-width, 1px);border-bottom-style:solid}.kbq-table .kbq-table-cell_has-button{padding-top:var(--kbq-size-xxs, 4px);padding-bottom:var(--kbq-size-xxs, 4px)}.kbq-table.kbq-table_bordered>tbody>tr th,.kbq-table.kbq-table_bordered>tbody>tr td{border-bottom-width:var(--kbq-table-size-border-width, 1px);border-bottom-style:solid}.kbq-table:not(.kbq-table_bordered)>tbody>tr>td:first-child{border-top-left-radius:var(--kbq-size-m, 12px);border-bottom-left-radius:var(--kbq-size-m, 12px)}.kbq-table:not(.kbq-table_bordered)>tbody>tr>td:last-child{border-top-right-radius:var(--kbq-size-m, 12px);border-bottom-right-radius:var(--kbq-size-m, 12px)}.kbq-table:not(.kbq-table_bordered)>tbody>tr:first-child>td:first-child{border-top-left-radius:0}.kbq-table:not(.kbq-table_bordered)>tbody>tr:first-child>td:last-child{border-top-right-radius:0}.kbq-table>thead{color:var(--kbq-foreground-contrast-secondary, )}.kbq-table>thead>tr>th{border-bottom-color:var(--kbq-line-contrast-less, )}.kbq-table>tbody>tr>th,.kbq-table>tbody>tr>td{color:var(--kbq-foreground-contrast, )}.kbq-table>tbody>tr:hover td{background-color:var(--kbq-states-background-transparent-hover, )}.kbq-table.kbq-table_bordered>tbody>tr th,.kbq-table.kbq-table_bordered>tbody>tr td{border-bottom-color:var(--kbq-line-contrast-less, )}.kbq-table>thead{font-size:var(--kbq-table-font-header-font-size, 14px);font-weight:var(--kbq-table-font-header-font-weight, normal);line-height:var(--kbq-table-font-header-line-height, 20px);font-family:var(--kbq-table-font-header-font-family, Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif);text-transform:var(--kbq-table-font-header-text-transform, );font-feature-settings:var(--kbq-table-font-header-font-feature-settings, \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\");letter-spacing:var(--kbq-table-font-header-letter-spacing, -.006em)}.kbq-table>thead>tr>th{font-weight:400}.kbq-table>tbody{font-size:var(--kbq-table-font-body-font-size, 14px);font-weight:var(--kbq-table-font-body-font-weight, normal);line-height:var(--kbq-table-font-body-line-height, 20px);font-family:var(--kbq-table-font-body-font-family, Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif);text-transform:var(--kbq-table-font-body-text-transform, );font-feature-settings:var(--kbq-table-font-body-font-feature-settings, \"calt\", \"ss01\", \"ss04\", \"tnum\");letter-spacing:var(--kbq-table-font-body-letter-spacing, -.006em)}.kbq-table>tbody>tr>th{font-weight:400}\n", ".kbq-table{--kbq-table-size-border-width: var(--kbq-size-border-width);--kbq-table-size-row-padding-vertical: 10px;--kbq-table-size-row-padding-horizontal: var(--kbq-size-s);--kbq-table-font-header-font-size: var(--kbq-typography-text-normal-font-size);--kbq-table-font-header-line-height: var(--kbq-typography-text-normal-line-height);--kbq-table-font-header-letter-spacing: var(--kbq-typography-text-normal-letter-spacing);--kbq-table-font-header-font-weight: var(--kbq-typography-text-normal-font-weight);--kbq-table-font-header-font-family: var(--kbq-typography-text-normal-font-family);--kbq-table-font-header-text-transform: var(--kbq-typography-text-normal-text-transform);--kbq-table-font-header-font-feature-settings: var(--kbq-typography-text-normal-font-feature-settings);--kbq-table-font-body-font-size: var(--kbq-typography-tabular-normal-font-size);--kbq-table-font-body-line-height: var(--kbq-typography-tabular-normal-line-height);--kbq-table-font-body-letter-spacing: var(--kbq-typography-tabular-normal-letter-spacing);--kbq-table-font-body-font-weight: var(--kbq-typography-tabular-normal-font-weight);--kbq-table-font-body-font-family: var(--kbq-typography-tabular-normal-font-family);--kbq-table-font-body-text-transform: var(--kbq-typography-tabular-normal-text-transform);--kbq-table-font-body-font-feature-settings: var(--kbq-typography-tabular-normal-font-feature-settings)}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
10
10
  }
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqTable, decorators: [{
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqTable, decorators: [{
12
12
  type: Component,
13
13
  args: [{ selector: 'table[kbq-table]', exportAs: 'kbqTable', template: '<ng-content />', host: {
14
14
  class: 'kbq-table',
@@ -18,10 +18,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImpor
18
18
  type: Input
19
19
  }] } });
20
20
  export class KbqTableCellContent {
21
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqTableCellContent, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
22
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.5", type: KbqTableCellContent, selector: "kbq-table td", host: { properties: { "class.kbq-table-cell_has-button": "!!button" } }, queries: [{ propertyName: "button", first: true, predicate: KbqButton, descendants: true }], ngImport: i0 }); }
21
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqTableCellContent, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
22
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.6", type: KbqTableCellContent, selector: "kbq-table td", host: { properties: { "class.kbq-table-cell_has-button": "!!button" } }, queries: [{ propertyName: "button", first: true, predicate: KbqButton, descendants: true }], ngImport: i0 }); }
23
23
  }
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqTableCellContent, decorators: [{
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqTableCellContent, decorators: [{
25
25
  type: Directive,
26
26
  args: [{
27
27
  selector: 'kbq-table td',
@@ -4,15 +4,15 @@ import { NgModule } from '@angular/core';
4
4
  import { KbqTable, KbqTableCellContent } from './table.component';
5
5
  import * as i0 from "@angular/core";
6
6
  export class KbqTableModule {
7
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqTableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
8
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.5", ngImport: i0, type: KbqTableModule, declarations: [KbqTable,
7
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqTableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
8
+ /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: KbqTableModule, declarations: [KbqTable,
9
9
  KbqTableCellContent], imports: [A11yModule,
10
10
  PlatformModule], exports: [KbqTable,
11
11
  KbqTableCellContent] }); }
12
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqTableModule, imports: [A11yModule,
12
+ /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqTableModule, imports: [A11yModule,
13
13
  PlatformModule] }); }
14
14
  }
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqTableModule, decorators: [{
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqTableModule, decorators: [{
16
16
  type: NgModule,
17
17
  args: [{
18
18
  imports: [
@@ -465,10 +465,10 @@ export class KbqPaginatedTabHeader {
465
465
  this.scrollTo(maxScrollDistance);
466
466
  }
467
467
  }
468
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqPaginatedTabHeader, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i1.ViewportRuler }, { token: i0.NgZone }, { token: i2.Platform }, { token: i3.Directionality, optional: true }, { token: ANIMATION_MODULE_TYPE, optional: true }], target: i0.ɵɵFactoryTarget.Directive }); }
469
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.5", type: KbqPaginatedTabHeader, inputs: { disablePagination: "disablePagination" }, ngImport: i0 }); }
468
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqPaginatedTabHeader, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i1.ViewportRuler }, { token: i0.NgZone }, { token: i2.Platform }, { token: i3.Directionality, optional: true }, { token: ANIMATION_MODULE_TYPE, optional: true }], target: i0.ɵɵFactoryTarget.Directive }); }
469
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.6", type: KbqPaginatedTabHeader, inputs: { disablePagination: "disablePagination" }, ngImport: i0 }); }
470
470
  }
471
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqPaginatedTabHeader, decorators: [{
471
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqPaginatedTabHeader, decorators: [{
472
472
  type: Directive
473
473
  }], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.ChangeDetectorRef }, { type: i1.ViewportRuler }, { type: i0.NgZone }, { type: i2.Platform }, { type: i3.Directionality, decorators: [{
474
474
  type: Optional
@@ -100,10 +100,10 @@ export class KbqTabBody {
100
100
  }
101
101
  return 'right-origin-center';
102
102
  }
103
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqTabBody, deps: [{ token: i0.ElementRef }, { token: i1.Directionality, optional: true }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
104
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.5", type: KbqTabBody, selector: "kbq-tab-body", inputs: { position: "position", content: "content", origin: "origin", animationDuration: "animationDuration" }, outputs: { onCentering: "onCentering", beforeCentering: "beforeCentering", afterLeavingCenter: "afterLeavingCenter", onCentered: "onCentered" }, host: { classAttribute: "kbq-tab-body" }, viewQueries: [{ propertyName: "portalHost", first: true, predicate: CdkPortalOutlet, descendants: true }], ngImport: i0, template: "<div\n #content\n cdk-scrollable\n class=\"kbq-tab-body__content kbq-scrollbar kbq-hide-nested-popup\"\n (@translateTab.done)=\"onTranslateTabComplete($event)\"\n (@translateTab.start)=\"onTranslateTabStarted($event)\"\n [@translateTab]=\"{\n value: bodyPosition,\n params: { animationDuration: animationDuration }\n }\"\n>\n <ng-template kbqTabBodyHost />\n</div>\n", styles: [".kbq-tab-body__content{height:100%;overflow:auto}.kbq-tab-body__content .kbq-tab-group_dynamic-height{overflow:hidden}\n"], dependencies: [{ kind: "directive", type: i0.forwardRef(() => i2.CdkScrollable), selector: "[cdk-scrollable], [cdkScrollable]" }, { kind: "directive", type: i0.forwardRef(() => KbqTabBodyPortal), selector: "[kbqTabBodyHost]" }], animations: [kbqTabsAnimations.translateTab], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
103
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqTabBody, deps: [{ token: i0.ElementRef }, { token: i1.Directionality, optional: true }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
104
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.6", type: KbqTabBody, selector: "kbq-tab-body", inputs: { position: "position", content: "content", origin: "origin", animationDuration: "animationDuration" }, outputs: { onCentering: "onCentering", beforeCentering: "beforeCentering", afterLeavingCenter: "afterLeavingCenter", onCentered: "onCentered" }, host: { classAttribute: "kbq-tab-body" }, viewQueries: [{ propertyName: "portalHost", first: true, predicate: CdkPortalOutlet, descendants: true }], ngImport: i0, template: "<div\n #content\n cdk-scrollable\n class=\"kbq-tab-body__content kbq-scrollbar kbq-hide-nested-popup\"\n (@translateTab.done)=\"onTranslateTabComplete($event)\"\n (@translateTab.start)=\"onTranslateTabStarted($event)\"\n [@translateTab]=\"{\n value: bodyPosition,\n params: { animationDuration: animationDuration }\n }\"\n>\n <ng-template kbqTabBodyHost />\n</div>\n", styles: [".kbq-tab-body__content{height:100%;overflow:auto}.kbq-tab-body__content .kbq-tab-group_dynamic-height{overflow:hidden}\n"], dependencies: [{ kind: "directive", type: i0.forwardRef(() => i2.CdkScrollable), selector: "[cdk-scrollable], [cdkScrollable]" }, { kind: "directive", type: i0.forwardRef(() => KbqTabBodyPortal), selector: "[kbqTabBodyHost]" }], animations: [kbqTabsAnimations.translateTab], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
105
105
  }
106
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqTabBody, decorators: [{
106
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqTabBody, decorators: [{
107
107
  type: Component,
108
108
  args: [{ selector: 'kbq-tab-body', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, animations: [kbqTabsAnimations.translateTab], host: {
109
109
  class: 'kbq-tab-body'
@@ -163,10 +163,10 @@ export class KbqTabBodyPortal extends CdkPortalOutlet {
163
163
  this.centeringSub.unsubscribe();
164
164
  this.leavingSub.unsubscribe();
165
165
  }
166
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqTabBodyPortal, deps: [{ token: i0.ComponentFactoryResolver }, { token: i0.ViewContainerRef }, { token: forwardRef(() => KbqTabBody) }], target: i0.ɵɵFactoryTarget.Directive }); }
167
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.5", type: KbqTabBodyPortal, selector: "[kbqTabBodyHost]", usesInheritance: true, ngImport: i0 }); }
166
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqTabBodyPortal, deps: [{ token: i0.ComponentFactoryResolver }, { token: i0.ViewContainerRef }, { token: forwardRef(() => KbqTabBody) }], target: i0.ɵɵFactoryTarget.Directive }); }
167
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.6", type: KbqTabBodyPortal, selector: "[kbqTabBodyHost]", usesInheritance: true, ngImport: i0 }); }
168
168
  }
169
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqTabBodyPortal, decorators: [{
169
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqTabBodyPortal, decorators: [{
170
170
  type: Directive,
171
171
  args: [{
172
172
  selector: '[kbqTabBodyHost]'
@@ -5,10 +5,10 @@ export class KbqTabContent {
5
5
  constructor(template) {
6
6
  this.template = template;
7
7
  }
8
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqTabContent, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive }); }
9
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.5", type: KbqTabContent, selector: "[kbqTabContent]", ngImport: i0 }); }
8
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqTabContent, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive }); }
9
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.6", type: KbqTabContent, selector: "[kbqTabContent]", ngImport: i0 }); }
10
10
  }
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: KbqTabContent, decorators: [{
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqTabContent, decorators: [{
12
12
  type: Directive,
13
13
  args: [{ selector: '[kbqTabContent]' }]
14
14
  }], ctorParameters: () => [{ type: i0.TemplateRef }] });