@koobiq/components 18.39.0 → 19.0.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 (887) hide show
  1. package/accordion/accordion-content.d.ts +2 -2
  2. package/accordion/accordion-content.directive.d.ts +11 -0
  3. package/accordion/accordion-header.d.ts +2 -2
  4. package/accordion/accordion-header.directive.d.ts +7 -0
  5. package/accordion/accordion-item.d.ts +2 -2
  6. package/accordion/accordion-item.directive.d.ts +72 -0
  7. package/accordion/accordion-root.directive.d.ts +64 -0
  8. package/accordion/accordion-trigger.component.d.ts +2 -2
  9. package/accordion/accordion-trigger.directive.d.ts +13 -0
  10. package/accordion/accordion.component.d.ts +2 -4
  11. package/accordion/accordion.module.d.ts +7 -7
  12. package/accordion/public-api.d.ts +5 -0
  13. package/alert/_alert-theme.scss +4 -16
  14. package/alert/alert-tokens.scss +6 -12
  15. package/alert/alert.component.d.ts +5 -12
  16. package/alert/alert.module.d.ts +4 -4
  17. package/app-switcher/app-switcher.d.ts +4 -4
  18. package/autocomplete/autocomplete-origin.directive.d.ts +1 -1
  19. package/autocomplete/autocomplete-trigger.directive.d.ts +1 -1
  20. package/autocomplete/autocomplete.component.d.ts +1 -1
  21. package/autocomplete/autocomplete.module.d.ts +7 -7
  22. package/badge/badge.component.d.ts +3 -3
  23. package/badge/badge.module.d.ts +4 -4
  24. package/breadcrumbs/breadcrumbs.d.ts +3 -2
  25. package/breadcrumbs/public-api.d.ts +2 -0
  26. package/breadcrumbs/roving-focus-group.directive.d.ts +50 -0
  27. package/breadcrumbs/roving-focus-item.directive.d.ts +50 -0
  28. package/breadcrumbs/utils.d.ts +19 -0
  29. package/button/button.component.d.ts +2 -2
  30. package/button/button.module.d.ts +6 -6
  31. package/button-toggle/_button-toggle-theme.scss +30 -27
  32. package/button-toggle/button-toggle.component.d.ts +2 -2
  33. package/button-toggle/button-toggle.module.d.ts +4 -4
  34. package/button-toggle/button-toggle.scss +2 -2
  35. package/checkbox/checkbox-module.d.ts +4 -4
  36. package/checkbox/checkbox-required-validator.d.ts +1 -1
  37. package/checkbox/checkbox.d.ts +1 -1
  38. package/code-block/code-block.scss +2 -2
  39. package/core/common-behaviors/index.d.ts +0 -1
  40. package/core/formatters/date/formatter.pipe.d.ts +13 -0
  41. package/core/formatters/index.d.ts +4 -4
  42. package/core/formatters/number/formatter.d.ts +3 -3
  43. package/core/forms/forms-module.d.ts +1 -1
  44. package/core/forms/forms.directive.d.ts +2 -2
  45. package/core/highlight/highlight.pipe.d.ts +1 -1
  46. package/core/highlight/index.d.ts +3 -3
  47. package/core/line/line.d.ts +1 -6
  48. package/core/option/_option-theme.scss +5 -2
  49. package/core/option/action.d.ts +1 -1
  50. package/core/option/optgroup.d.ts +1 -1
  51. package/core/option/option-module.d.ts +5 -5
  52. package/core/option/option.d.ts +4 -1
  53. package/core/pop-up/constants.d.ts +4 -0
  54. package/core/pop-up/pop-up-trigger.d.ts +5 -5
  55. package/core/pop-up/pop-up.d.ts +1 -1
  56. package/core/select/common.d.ts +1 -1
  57. package/core/selection/pseudo-checkbox/pseudo-checkbox.d.ts +1 -1
  58. package/core/selection/pseudo-checkbox/pseudo-checkbox.module.d.ts +3 -3
  59. package/core/styles/common/_select.scss +1 -1
  60. package/core/styles/theming/_scrollbar-theme.scss +18 -12
  61. package/core/utils/utils.d.ts +3 -0
  62. package/datepicker/calendar-body.component.d.ts +1 -1
  63. package/datepicker/calendar-header.component.d.ts +1 -1
  64. package/datepicker/calendar.component.d.ts +1 -1
  65. package/datepicker/datepicker-input.directive.d.ts +1 -1
  66. package/datepicker/datepicker-module.d.ts +15 -15
  67. package/datepicker/datepicker-toggle.component.d.ts +2 -2
  68. package/datepicker/datepicker.component.d.ts +2 -2
  69. package/datepicker/month-view.component.d.ts +1 -1
  70. package/divider/divider.component.d.ts +5 -1
  71. package/divider/divider.module.d.ts +3 -3
  72. package/dl/dl.component.d.ts +3 -3
  73. package/dl/dl.module.d.ts +4 -4
  74. package/dropdown/dropdown-content.directive.d.ts +1 -1
  75. package/dropdown/dropdown-item.component.d.ts +1 -1
  76. package/dropdown/dropdown-trigger.directive.d.ts +1 -1
  77. package/dropdown/dropdown.component.d.ts +1 -1
  78. package/dropdown/dropdown.module.d.ts +8 -8
  79. package/dropdown/dropdown.scss +1 -0
  80. package/ellipsis-center/ellipsis-center.directive.d.ts +2 -2
  81. package/empty-state/empty-state.component.d.ts +5 -5
  82. package/empty-state/empty-state.module.d.ts +4 -4
  83. package/fesm2022/koobiq-components-accordion.mjs +459 -40
  84. package/fesm2022/koobiq-components-accordion.mjs.map +1 -1
  85. package/fesm2022/koobiq-components-actions-panel.mjs +18 -18
  86. package/fesm2022/koobiq-components-actions-panel.mjs.map +1 -1
  87. package/fesm2022/koobiq-components-alert.mjs +28 -36
  88. package/fesm2022/koobiq-components-alert.mjs.map +1 -1
  89. package/fesm2022/koobiq-components-app-switcher.mjs +49 -52
  90. package/fesm2022/koobiq-components-app-switcher.mjs.map +1 -1
  91. package/fesm2022/koobiq-components-autocomplete.mjs +31 -25
  92. package/fesm2022/koobiq-components-autocomplete.mjs.map +1 -1
  93. package/fesm2022/koobiq-components-badge.mjs +20 -21
  94. package/fesm2022/koobiq-components-badge.mjs.map +1 -1
  95. package/fesm2022/koobiq-components-breadcrumbs.mjs +339 -36
  96. package/fesm2022/koobiq-components-breadcrumbs.mjs.map +1 -1
  97. package/fesm2022/koobiq-components-button-toggle.mjs +25 -22
  98. package/fesm2022/koobiq-components-button-toggle.mjs.map +1 -1
  99. package/fesm2022/koobiq-components-button.mjs +25 -26
  100. package/fesm2022/koobiq-components-button.mjs.map +1 -1
  101. package/fesm2022/koobiq-components-checkbox.mjs +18 -16
  102. package/fesm2022/koobiq-components-checkbox.mjs.map +1 -1
  103. package/fesm2022/koobiq-components-clamped-text.mjs +9 -9
  104. package/fesm2022/koobiq-components-clamped-text.mjs.map +1 -1
  105. package/fesm2022/koobiq-components-code-block.mjs +15 -16
  106. package/fesm2022/koobiq-components-code-block.mjs.map +1 -1
  107. package/fesm2022/koobiq-components-content-panel.mjs +55 -57
  108. package/fesm2022/koobiq-components-content-panel.mjs.map +1 -1
  109. package/fesm2022/koobiq-components-core.mjs +326 -356
  110. package/fesm2022/koobiq-components-core.mjs.map +1 -1
  111. package/fesm2022/koobiq-components-datepicker.mjs +107 -90
  112. package/fesm2022/koobiq-components-datepicker.mjs.map +1 -1
  113. package/fesm2022/koobiq-components-divider.mjs +16 -14
  114. package/fesm2022/koobiq-components-divider.mjs.map +1 -1
  115. package/fesm2022/koobiq-components-dl.mjs +19 -20
  116. package/fesm2022/koobiq-components-dl.mjs.map +1 -1
  117. package/fesm2022/koobiq-components-dropdown.mjs +47 -48
  118. package/fesm2022/koobiq-components-dropdown.mjs.map +1 -1
  119. package/fesm2022/koobiq-components-dynamic-translation.mjs +16 -19
  120. package/fesm2022/koobiq-components-dynamic-translation.mjs.map +1 -1
  121. package/fesm2022/koobiq-components-ellipsis-center.mjs +10 -10
  122. package/fesm2022/koobiq-components-ellipsis-center.mjs.map +1 -1
  123. package/fesm2022/koobiq-components-empty-state.mjs +26 -27
  124. package/fesm2022/koobiq-components-empty-state.mjs.map +1 -1
  125. package/fesm2022/koobiq-components-file-upload.mjs +306 -98
  126. package/fesm2022/koobiq-components-file-upload.mjs.map +1 -1
  127. package/fesm2022/koobiq-components-filter-bar.mjs +220 -222
  128. package/fesm2022/koobiq-components-filter-bar.mjs.map +1 -1
  129. package/fesm2022/koobiq-components-form-field.mjs +84 -92
  130. package/fesm2022/koobiq-components-form-field.mjs.map +1 -1
  131. package/fesm2022/koobiq-components-icon.mjs +18 -18
  132. package/fesm2022/koobiq-components-icon.mjs.map +1 -1
  133. package/fesm2022/koobiq-components-inline-edit.mjs +33 -37
  134. package/fesm2022/koobiq-components-inline-edit.mjs.map +1 -1
  135. package/fesm2022/koobiq-components-input.mjs +31 -30
  136. package/fesm2022/koobiq-components-input.mjs.map +1 -1
  137. package/fesm2022/koobiq-components-link.mjs +11 -10
  138. package/fesm2022/koobiq-components-link.mjs.map +1 -1
  139. package/fesm2022/koobiq-components-list.mjs +47 -45
  140. package/fesm2022/koobiq-components-list.mjs.map +1 -1
  141. package/fesm2022/koobiq-components-loader-overlay.mjs +27 -28
  142. package/fesm2022/koobiq-components-loader-overlay.mjs.map +1 -1
  143. package/fesm2022/koobiq-components-markdown.mjs +14 -14
  144. package/fesm2022/koobiq-components-markdown.mjs.map +1 -1
  145. package/fesm2022/koobiq-components-modal.mjs +76 -64
  146. package/fesm2022/koobiq-components-modal.mjs.map +1 -1
  147. package/fesm2022/koobiq-components-navbar-ic.mjs +76 -54
  148. package/fesm2022/koobiq-components-navbar-ic.mjs.map +1 -1
  149. package/fesm2022/koobiq-components-navbar.mjs +77 -66
  150. package/fesm2022/koobiq-components-navbar.mjs.map +1 -1
  151. package/fesm2022/koobiq-components-notification-center.mjs +31 -32
  152. package/fesm2022/koobiq-components-notification-center.mjs.map +1 -1
  153. package/fesm2022/koobiq-components-overflow-items.mjs +16 -19
  154. package/fesm2022/koobiq-components-overflow-items.mjs.map +1 -1
  155. package/fesm2022/koobiq-components-popover.mjs +55 -46
  156. package/fesm2022/koobiq-components-popover.mjs.map +1 -1
  157. package/fesm2022/koobiq-components-progress-bar.mjs +18 -19
  158. package/fesm2022/koobiq-components-progress-bar.mjs.map +1 -1
  159. package/fesm2022/koobiq-components-progress-spinner.mjs +21 -23
  160. package/fesm2022/koobiq-components-progress-spinner.mjs.map +1 -1
  161. package/fesm2022/koobiq-components-radio.mjs +20 -16
  162. package/fesm2022/koobiq-components-radio.mjs.map +1 -1
  163. package/fesm2022/koobiq-components-resizer.mjs +10 -12
  164. package/fesm2022/koobiq-components-resizer.mjs.map +1 -1
  165. package/fesm2022/koobiq-components-risk-level.mjs +13 -12
  166. package/fesm2022/koobiq-components-risk-level.mjs.map +1 -1
  167. package/fesm2022/koobiq-components-scrollbar.mjs +17 -18
  168. package/fesm2022/koobiq-components-scrollbar.mjs.map +1 -1
  169. package/fesm2022/koobiq-components-search-expandable.mjs +19 -19
  170. package/fesm2022/koobiq-components-search-expandable.mjs.map +1 -1
  171. package/fesm2022/koobiq-components-select.mjs +110 -73
  172. package/fesm2022/koobiq-components-select.mjs.map +1 -1
  173. package/fesm2022/koobiq-components-sidebar.mjs +16 -23
  174. package/fesm2022/koobiq-components-sidebar.mjs.map +1 -1
  175. package/fesm2022/koobiq-components-sidepanel.mjs +61 -55
  176. package/fesm2022/koobiq-components-sidepanel.mjs.map +1 -1
  177. package/fesm2022/koobiq-components-split-button.mjs +12 -12
  178. package/fesm2022/koobiq-components-split-button.mjs.map +1 -1
  179. package/fesm2022/koobiq-components-splitter.mjs +24 -25
  180. package/fesm2022/koobiq-components-splitter.mjs.map +1 -1
  181. package/fesm2022/koobiq-components-table.mjs +17 -18
  182. package/fesm2022/koobiq-components-table.mjs.map +1 -1
  183. package/fesm2022/koobiq-components-tabs.mjs +85 -89
  184. package/fesm2022/koobiq-components-tabs.mjs.map +1 -1
  185. package/fesm2022/koobiq-components-tags.mjs +43 -47
  186. package/fesm2022/koobiq-components-tags.mjs.map +1 -1
  187. package/fesm2022/koobiq-components-textarea.mjs +10 -11
  188. package/fesm2022/koobiq-components-textarea.mjs.map +1 -1
  189. package/fesm2022/koobiq-components-time-range.mjs +38 -40
  190. package/fesm2022/koobiq-components-time-range.mjs.map +1 -1
  191. package/fesm2022/koobiq-components-timepicker.mjs +65 -14
  192. package/fesm2022/koobiq-components-timepicker.mjs.map +1 -1
  193. package/fesm2022/koobiq-components-timezone.mjs +68 -59
  194. package/fesm2022/koobiq-components-timezone.mjs.map +1 -1
  195. package/fesm2022/koobiq-components-title.mjs +9 -10
  196. package/fesm2022/koobiq-components-title.mjs.map +1 -1
  197. package/fesm2022/koobiq-components-toast.mjs +23 -24
  198. package/fesm2022/koobiq-components-toast.mjs.map +1 -1
  199. package/fesm2022/koobiq-components-toggle.mjs +16 -14
  200. package/fesm2022/koobiq-components-toggle.mjs.map +1 -1
  201. package/fesm2022/koobiq-components-tooltip.mjs +20 -23
  202. package/fesm2022/koobiq-components-tooltip.mjs.map +1 -1
  203. package/fesm2022/koobiq-components-top-bar.mjs +18 -20
  204. package/fesm2022/koobiq-components-top-bar.mjs.map +1 -1
  205. package/fesm2022/koobiq-components-tree-select.mjs +81 -70
  206. package/fesm2022/koobiq-components-tree-select.mjs.map +1 -1
  207. package/fesm2022/koobiq-components-tree.mjs +77 -66
  208. package/fesm2022/koobiq-components-tree.mjs.map +1 -1
  209. package/fesm2022/koobiq-components-username.mjs +31 -37
  210. package/fesm2022/koobiq-components-username.mjs.map +1 -1
  211. package/file-upload/file-upload.d.ts +11 -0
  212. package/file-upload/file-upload.module.d.ts +15 -15
  213. package/file-upload/multiple-file-upload.component.d.ts +12 -9
  214. package/file-upload/{file-drop.d.ts → primitives/file-drop.d.ts} +3 -3
  215. package/file-upload/primitives/file-picker.d.ts +82 -0
  216. package/file-upload/primitives/index.d.ts +2 -0
  217. package/file-upload/public-api.d.ts +2 -1
  218. package/file-upload/single-file-upload.component.d.ts +11 -8
  219. package/icon/_icon-button-theme.scss +2 -1
  220. package/inline-edit/inline-edit.d.ts +2 -3
  221. package/input/_input-theme.scss +2 -1
  222. package/input/input-number-validators.d.ts +2 -2
  223. package/input/input-number.d.ts +1 -1
  224. package/input/input-password.d.ts +1 -1
  225. package/input/input.d.ts +2 -2
  226. package/input/input.module.d.ts +8 -8
  227. package/link/_link-theme.scss +3 -0
  228. package/link/link.component.d.ts +1 -1
  229. package/link/link.module.d.ts +3 -3
  230. package/list/_list-theme.scss +6 -0
  231. package/list/list-selection.component.d.ts +3 -3
  232. package/list/list.component.d.ts +2 -2
  233. package/list/list.module.d.ts +6 -6
  234. package/list/list.scss +1 -0
  235. package/loader-overlay/loader-overlay.component.d.ts +4 -4
  236. package/loader-overlay/loader-overlay.module.d.ts +5 -5
  237. package/modal/css-unit.pipe.d.ts +1 -1
  238. package/modal/modal.component.d.ts +1 -1
  239. package/modal/modal.directive.d.ts +4 -4
  240. package/modal/modal.module.d.ts +10 -10
  241. package/modal/modal.service.d.ts +1 -1
  242. package/navbar/_navbar-theme.scss +1 -0
  243. package/navbar/navbar-brand.component.d.ts +1 -1
  244. package/navbar/navbar-item.component.d.ts +7 -7
  245. package/navbar/navbar-toggle.component.d.ts +1 -1
  246. package/navbar/navbar-toggle.scss +1 -1
  247. package/navbar/navbar.component.d.ts +4 -4
  248. package/navbar/navbar.module.d.ts +10 -10
  249. package/navbar/vertical-navbar.component.d.ts +1 -1
  250. package/navbar/vertical-navbar.scss +5 -2
  251. package/navbar-ic/navbar-ic-header.d.ts +3 -0
  252. package/navbar-ic/navbar-ic-item.d.ts +18 -0
  253. package/navbar-ic/navbar-ic.d.ts +13 -7
  254. package/notification-center/notification-center.d.ts +5 -5
  255. package/overflow-items/overflow-items.d.ts +1 -1
  256. package/package.json +9 -140
  257. package/popover/popover-confirm.component.d.ts +2 -2
  258. package/popover/popover.component.d.ts +9 -9
  259. package/popover/popover.module.d.ts +9 -9
  260. package/prebuilt-themes/dark-theme.css +1 -1
  261. package/prebuilt-themes/light-theme.css +1 -1
  262. package/prebuilt-themes/theme.css +1 -1
  263. package/progress-bar/progress-bar.component.d.ts +3 -3
  264. package/progress-bar/progress-bar.module.d.ts +3 -3
  265. package/progress-spinner/progress-spinner.component.d.ts +3 -3
  266. package/progress-spinner/progress-spinner.module.d.ts +4 -4
  267. package/progress-spinner/progress-spinner.scss +1 -0
  268. package/radio/_radio-theme.scss +2 -1
  269. package/radio/radio-tokens.scss +1 -0
  270. package/radio/radio.component.d.ts +10 -5
  271. package/radio/radio.module.d.ts +3 -3
  272. package/risk-level/risk-level.component.d.ts +1 -1
  273. package/risk-level/risk-level.module.d.ts +4 -4
  274. package/schematics/migrations/icons-replacement/README.md +5 -1
  275. package/schematics/migrations/icons-replacement/index.js +1 -1
  276. package/schematics/ng-add/index.js +4 -5
  277. package/scrollbar/_scrollbar-component-theme.scss +16 -14
  278. package/select/select-option.directive.d.ts +1 -1
  279. package/select/select.component.d.ts +6 -5
  280. package/select/select.module.d.ts +10 -10
  281. package/sidebar/sidebar.component.d.ts +3 -3
  282. package/sidebar/sidebar.module.d.ts +3 -3
  283. package/sidepanel/sidepanel-container.component.d.ts +1 -1
  284. package/sidepanel/sidepanel-directives.d.ts +5 -5
  285. package/sidepanel/sidepanel.module.d.ts +9 -9
  286. package/splitter/splitter.component.d.ts +4 -4
  287. package/splitter/splitter.module.d.ts +3 -3
  288. package/table/_table-theme.scss +1 -0
  289. package/table/table.component.d.ts +2 -2
  290. package/table/table.module.d.ts +4 -4
  291. package/tabs/paginated-tab-header.d.ts +1 -1
  292. package/tabs/tab-body.component.d.ts +2 -2
  293. package/tabs/tab-content.directive.d.ts +1 -1
  294. package/tabs/tab-group.component.d.ts +5 -5
  295. package/tabs/tab-header.component.d.ts +1 -1
  296. package/tabs/tab-label-wrapper.directive.d.ts +1 -1
  297. package/tabs/tab-label.directive.d.ts +1 -1
  298. package/tabs/tab.component.d.ts +3 -3
  299. package/tabs/tabs.module.d.ts +15 -15
  300. package/tags/tag-input.d.ts +1 -1
  301. package/tags/tag-list.component.d.ts +1 -1
  302. package/tags/tag.component.d.ts +4 -4
  303. package/tags/tag.module.d.ts +4 -4
  304. package/textarea/textarea.component.d.ts +1 -1
  305. package/textarea/textarea.module.d.ts +4 -4
  306. package/timepicker/timepicker.directive.d.ts +15 -5
  307. package/timepicker/timepicker.module.d.ts +5 -5
  308. package/timezone/cities-by-filter.pipe.d.ts +1 -1
  309. package/timezone/timezone-option.component.d.ts +1 -1
  310. package/timezone/timezone-option.directive.d.ts +1 -1
  311. package/timezone/timezone-select.component.d.ts +2 -2
  312. package/timezone/timezone.module.d.ts +15 -15
  313. package/timezone/utc-offset.pipe.d.ts +1 -1
  314. package/title/title.directive.d.ts +1 -1
  315. package/title/title.module.d.ts +3 -3
  316. package/toggle/toggle.component.d.ts +1 -1
  317. package/toggle/toggle.module.d.ts +3 -3
  318. package/tooltip/tooltip.component.d.ts +3 -3
  319. package/top-bar/top-bar.d.ts +1 -1
  320. package/tree/node.d.ts +1 -1
  321. package/tree/outlet.d.ts +1 -1
  322. package/tree/padding.directive.d.ts +1 -1
  323. package/tree/toggle.d.ts +3 -3
  324. package/tree/tree-base.d.ts +2 -2
  325. package/tree/tree-option.component.d.ts +1 -1
  326. package/tree/tree-selection.component.d.ts +1 -1
  327. package/tree/tree.d.ts +1 -1
  328. package/tree/tree.module.d.ts +11 -11
  329. package/tree-select/tree-select.component.d.ts +2 -2
  330. package/tree-select/tree-select.module.d.ts +9 -9
  331. package/core/common-behaviors/focus-monitor.d.ts +0 -19
  332. package/esm2022/accordion/accordion-content.mjs +0 -19
  333. package/esm2022/accordion/accordion-header.mjs +0 -19
  334. package/esm2022/accordion/accordion-item.mjs +0 -25
  335. package/esm2022/accordion/accordion-trigger.component.mjs +0 -48
  336. package/esm2022/accordion/accordion.component.mjs +0 -41
  337. package/esm2022/accordion/accordion.module.mjs +0 -44
  338. package/esm2022/accordion/index.mjs +0 -2
  339. package/esm2022/accordion/koobiq-components-accordion.mjs +0 -5
  340. package/esm2022/accordion/public-api.mjs +0 -7
  341. package/esm2022/actions-panel/actions-panel-config.mjs +0 -55
  342. package/esm2022/actions-panel/actions-panel-container.mjs +0 -217
  343. package/esm2022/actions-panel/actions-panel-ref.mjs +0 -78
  344. package/esm2022/actions-panel/actions-panel.mjs +0 -133
  345. package/esm2022/actions-panel/index.mjs +0 -6
  346. package/esm2022/actions-panel/koobiq-components-actions-panel.mjs +0 -5
  347. package/esm2022/actions-panel/module.mjs +0 -21
  348. package/esm2022/alert/alert.component.mjs +0 -124
  349. package/esm2022/alert/alert.module.mjs +0 -40
  350. package/esm2022/alert/index.mjs +0 -2
  351. package/esm2022/alert/koobiq-components-alert.mjs +0 -5
  352. package/esm2022/alert/public-api.mjs +0 -3
  353. package/esm2022/app-switcher/app-switcher-animations.mjs +0 -18
  354. package/esm2022/app-switcher/app-switcher-dropdown-app.mjs +0 -75
  355. package/esm2022/app-switcher/app-switcher-dropdown-site.mjs +0 -60
  356. package/esm2022/app-switcher/app-switcher.mjs +0 -446
  357. package/esm2022/app-switcher/app-switcher.module.mjs +0 -45
  358. package/esm2022/app-switcher/index.mjs +0 -2
  359. package/esm2022/app-switcher/kbq-app-switcher-list-item.mjs +0 -84
  360. package/esm2022/app-switcher/koobiq-components-app-switcher.mjs +0 -5
  361. package/esm2022/app-switcher/public-api.mjs +0 -7
  362. package/esm2022/autocomplete/autocomplete-origin.directive.mjs +0 -21
  363. package/esm2022/autocomplete/autocomplete-trigger.directive.mjs +0 -540
  364. package/esm2022/autocomplete/autocomplete.component.mjs +0 -178
  365. package/esm2022/autocomplete/autocomplete.module.mjs +0 -38
  366. package/esm2022/autocomplete/index.mjs +0 -2
  367. package/esm2022/autocomplete/koobiq-components-autocomplete.mjs +0 -5
  368. package/esm2022/autocomplete/public-api.mjs +0 -5
  369. package/esm2022/badge/badge.component.mjs +0 -124
  370. package/esm2022/badge/badge.module.mjs +0 -36
  371. package/esm2022/badge/index.mjs +0 -2
  372. package/esm2022/badge/koobiq-components-badge.mjs +0 -5
  373. package/esm2022/badge/public-api.mjs +0 -3
  374. package/esm2022/breadcrumbs/breadcrumbs.mjs +0 -268
  375. package/esm2022/breadcrumbs/breadcrumbs.module.mjs +0 -31
  376. package/esm2022/breadcrumbs/breadcrumbs.types.mjs +0 -2
  377. package/esm2022/breadcrumbs/index.mjs +0 -2
  378. package/esm2022/breadcrumbs/koobiq-components-breadcrumbs.mjs +0 -5
  379. package/esm2022/breadcrumbs/public-api.mjs +0 -4
  380. package/esm2022/button/button.component.mjs +0 -180
  381. package/esm2022/button/button.dropdown-trigger.directive.mjs +0 -28
  382. package/esm2022/button/button.module.mjs +0 -41
  383. package/esm2022/button/index.mjs +0 -2
  384. package/esm2022/button/koobiq-components-button.mjs +0 -5
  385. package/esm2022/button/public-api.mjs +0 -4
  386. package/esm2022/button-toggle/button-toggle.component.mjs +0 -384
  387. package/esm2022/button-toggle/button-toggle.module.mjs +0 -19
  388. package/esm2022/button-toggle/index.mjs +0 -2
  389. package/esm2022/button-toggle/koobiq-components-button-toggle.mjs +0 -5
  390. package/esm2022/button-toggle/public-api.mjs +0 -3
  391. package/esm2022/checkbox/checkbox-config.mjs +0 -6
  392. package/esm2022/checkbox/checkbox-module.mjs +0 -19
  393. package/esm2022/checkbox/checkbox-required-validator.mjs +0 -27
  394. package/esm2022/checkbox/checkbox.mjs +0 -295
  395. package/esm2022/checkbox/index.mjs +0 -2
  396. package/esm2022/checkbox/koobiq-components-checkbox.mjs +0 -5
  397. package/esm2022/checkbox/public-api.mjs +0 -5
  398. package/esm2022/clamped-text/clamped-text.mjs +0 -202
  399. package/esm2022/clamped-text/constants.mjs +0 -20
  400. package/esm2022/clamped-text/index.mjs +0 -4
  401. package/esm2022/clamped-text/koobiq-components-clamped-text.mjs +0 -5
  402. package/esm2022/clamped-text/module.mjs +0 -19
  403. package/esm2022/code-block/code-block-highlight.mjs +0 -418
  404. package/esm2022/code-block/code-block.mjs +0 -440
  405. package/esm2022/code-block/code-block.module.mjs +0 -19
  406. package/esm2022/code-block/index.mjs +0 -2
  407. package/esm2022/code-block/koobiq-components-code-block.mjs +0 -5
  408. package/esm2022/code-block/public-api.mjs +0 -5
  409. package/esm2022/code-block/types.mjs +0 -2
  410. package/esm2022/content-panel/content-panel.mjs +0 -432
  411. package/esm2022/content-panel/index.mjs +0 -3
  412. package/esm2022/content-panel/koobiq-components-content-panel.mjs +0 -5
  413. package/esm2022/content-panel/module.mjs +0 -42
  414. package/esm2022/core/animation/animation.mjs +0 -39
  415. package/esm2022/core/animation/fade-animations.mjs +0 -9
  416. package/esm2022/core/animation/index.mjs +0 -4
  417. package/esm2022/core/animation/select-animations.mjs +0 -45
  418. package/esm2022/core/common-behaviors/checkbox.mjs +0 -2
  419. package/esm2022/core/common-behaviors/clipboard.mjs +0 -31
  420. package/esm2022/core/common-behaviors/color.mjs +0 -89
  421. package/esm2022/core/common-behaviors/common-module.mjs +0 -76
  422. package/esm2022/core/common-behaviors/constructor.mjs +0 -2
  423. package/esm2022/core/common-behaviors/disabled.mjs +0 -19
  424. package/esm2022/core/common-behaviors/error-state.mjs +0 -50
  425. package/esm2022/core/common-behaviors/focus-monitor.mjs +0 -37
  426. package/esm2022/core/common-behaviors/hover.mjs +0 -34
  427. package/esm2022/core/common-behaviors/index.mjs +0 -14
  428. package/esm2022/core/common-behaviors/orientation.mjs +0 -2
  429. package/esm2022/core/common-behaviors/read-state.mjs +0 -33
  430. package/esm2022/core/common-behaviors/size.mjs +0 -2
  431. package/esm2022/core/common-behaviors/tabindex.mjs +0 -20
  432. package/esm2022/core/datetime/date-adapter.mjs +0 -14
  433. package/esm2022/core/datetime/date-formats.mjs +0 -3
  434. package/esm2022/core/datetime/index.mjs +0 -3
  435. package/esm2022/core/error/error-state-matcher.mjs +0 -56
  436. package/esm2022/core/form-field/field-sizing-content.mjs +0 -117
  437. package/esm2022/core/form-field/form-field-ref.mjs +0 -10
  438. package/esm2022/core/form-field/index.mjs +0 -3
  439. package/esm2022/core/formatters/date/formatter.mjs +0 -25
  440. package/esm2022/core/formatters/date/formatter.pipe.mjs +0 -380
  441. package/esm2022/core/formatters/filesize/config.mjs +0 -32
  442. package/esm2022/core/formatters/filesize/formatter.mjs +0 -43
  443. package/esm2022/core/formatters/filesize/index.mjs +0 -4
  444. package/esm2022/core/formatters/filesize/size.mjs +0 -65
  445. package/esm2022/core/formatters/index.mjs +0 -146
  446. package/esm2022/core/formatters/number/formatter.mjs +0 -347
  447. package/esm2022/core/forms/forms-module.mjs +0 -24
  448. package/esm2022/core/forms/forms.directive.mjs +0 -66
  449. package/esm2022/core/forms/index.mjs +0 -4
  450. package/esm2022/core/forms/validators.mjs +0 -184
  451. package/esm2022/core/highlight/highlight.pipe.mjs +0 -23
  452. package/esm2022/core/highlight/index.mjs +0 -19
  453. package/esm2022/core/index.mjs +0 -2
  454. package/esm2022/core/koobiq-components-core.mjs +0 -5
  455. package/esm2022/core/line/line.mjs +0 -70
  456. package/esm2022/core/locales/en-US.mjs +0 -210
  457. package/esm2022/core/locales/es-LA.mjs +0 -209
  458. package/esm2022/core/locales/formatters.mjs +0 -193
  459. package/esm2022/core/locales/index.mjs +0 -10
  460. package/esm2022/core/locales/locale-service.mjs +0 -173
  461. package/esm2022/core/locales/locale-service.module.mjs +0 -19
  462. package/esm2022/core/locales/pt-BR.mjs +0 -209
  463. package/esm2022/core/locales/ru-RU.mjs +0 -224
  464. package/esm2022/core/locales/tk-TM.mjs +0 -210
  465. package/esm2022/core/locales/types.mjs +0 -2
  466. package/esm2022/core/navbar/index.mjs +0 -2
  467. package/esm2022/core/navbar/rectangle-item.mjs +0 -40
  468. package/esm2022/core/option/action-container.mjs +0 -23
  469. package/esm2022/core/option/action.mjs +0 -107
  470. package/esm2022/core/option/index.mjs +0 -6
  471. package/esm2022/core/option/optgroup.mjs +0 -37
  472. package/esm2022/core/option/option-module.mjs +0 -20
  473. package/esm2022/core/option/option.mjs +0 -322
  474. package/esm2022/core/overlay/overlay-position-map.mjs +0 -251
  475. package/esm2022/core/pop-up/constants.mjs +0 -55
  476. package/esm2022/core/pop-up/focus-trap-strategy.mjs +0 -6
  477. package/esm2022/core/pop-up/index.mjs +0 -6
  478. package/esm2022/core/pop-up/pop-up-styles.mjs +0 -24
  479. package/esm2022/core/pop-up/pop-up-trigger.mjs +0 -343
  480. package/esm2022/core/pop-up/pop-up.mjs +0 -152
  481. package/esm2022/core/public-api.mjs +0 -24
  482. package/esm2022/core/select/common.mjs +0 -203
  483. package/esm2022/core/select/constants.mjs +0 -25
  484. package/esm2022/core/select/errors.mjs +0 -26
  485. package/esm2022/core/select/events.mjs +0 -2
  486. package/esm2022/core/select/index.mjs +0 -5
  487. package/esm2022/core/selection/constants.mjs +0 -6
  488. package/esm2022/core/selection/index.mjs +0 -4
  489. package/esm2022/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +0 -43
  490. package/esm2022/core/selection/pseudo-checkbox/pseudo-checkbox.module.mjs +0 -18
  491. package/esm2022/core/services/measure-scrollbar.service.mjs +0 -42
  492. package/esm2022/core/services/theme.service.mjs +0 -80
  493. package/esm2022/core/title/index.mjs +0 -2
  494. package/esm2022/core/title/title-text-ref.mjs +0 -3
  495. package/esm2022/core/tokens/index.mjs +0 -2
  496. package/esm2022/core/tokens/window.mjs +0 -19
  497. package/esm2022/core/utils/dom.mjs +0 -8
  498. package/esm2022/core/utils/index.mjs +0 -3
  499. package/esm2022/core/utils/public-api.mjs +0 -2
  500. package/esm2022/core/utils/utils.mjs +0 -31
  501. package/esm2022/core/validation/index.mjs +0 -2
  502. package/esm2022/core/validation/validation.mjs +0 -27
  503. package/esm2022/core/version.mjs +0 -3
  504. package/esm2022/datepicker/calendar-body.component.mjs +0 -87
  505. package/esm2022/datepicker/calendar-header.component.mjs +0 -164
  506. package/esm2022/datepicker/calendar.component.mjs +0 -185
  507. package/esm2022/datepicker/datepicker-animations.mjs +0 -32
  508. package/esm2022/datepicker/datepicker-errors.mjs +0 -6
  509. package/esm2022/datepicker/datepicker-input.directive.mjs +0 -1119
  510. package/esm2022/datepicker/datepicker-intl.mjs +0 -40
  511. package/esm2022/datepicker/datepicker-module.mjs +0 -103
  512. package/esm2022/datepicker/datepicker-toggle.component.mjs +0 -170
  513. package/esm2022/datepicker/datepicker.component.mjs +0 -388
  514. package/esm2022/datepicker/index.mjs +0 -2
  515. package/esm2022/datepicker/koobiq-components-datepicker.mjs +0 -5
  516. package/esm2022/datepicker/month-view.component.mjs +0 -148
  517. package/esm2022/datepicker/public-api.mjs +0 -11
  518. package/esm2022/divider/divider.component.mjs +0 -49
  519. package/esm2022/divider/divider.module.mjs +0 -18
  520. package/esm2022/divider/index.mjs +0 -2
  521. package/esm2022/divider/koobiq-components-divider.mjs +0 -5
  522. package/esm2022/divider/public-api.mjs +0 -3
  523. package/esm2022/dl/dl.component.mjs +0 -81
  524. package/esm2022/dl/dl.module.mjs +0 -36
  525. package/esm2022/dl/index.mjs +0 -2
  526. package/esm2022/dl/koobiq-components-dl.mjs +0 -5
  527. package/esm2022/dl/public-api.mjs +0 -3
  528. package/esm2022/dropdown/dropdown-animations.mjs +0 -41
  529. package/esm2022/dropdown/dropdown-content.directive.mjs +0 -61
  530. package/esm2022/dropdown/dropdown-errors.mjs +0 -29
  531. package/esm2022/dropdown/dropdown-item.component.mjs +0 -150
  532. package/esm2022/dropdown/dropdown-trigger.directive.mjs +0 -513
  533. package/esm2022/dropdown/dropdown.component.mjs +0 -293
  534. package/esm2022/dropdown/dropdown.module.mjs +0 -51
  535. package/esm2022/dropdown/dropdown.types.mjs +0 -23
  536. package/esm2022/dropdown/index.mjs +0 -2
  537. package/esm2022/dropdown/koobiq-components-dropdown.mjs +0 -5
  538. package/esm2022/dropdown/public-api.mjs +0 -9
  539. package/esm2022/dynamic-translation/dynamic-translation.mjs +0 -175
  540. package/esm2022/dynamic-translation/index.mjs +0 -3
  541. package/esm2022/dynamic-translation/koobiq-components-dynamic-translation.mjs +0 -5
  542. package/esm2022/dynamic-translation/module.mjs +0 -25
  543. package/esm2022/ellipsis-center/ellipsis-center.directive.mjs +0 -120
  544. package/esm2022/ellipsis-center/index.mjs +0 -2
  545. package/esm2022/ellipsis-center/koobiq-components-ellipsis-center.mjs +0 -5
  546. package/esm2022/ellipsis-center/public-api.mjs +0 -2
  547. package/esm2022/empty-state/empty-state.component.mjs +0 -109
  548. package/esm2022/empty-state/empty-state.module.mjs +0 -44
  549. package/esm2022/empty-state/index.mjs +0 -2
  550. package/esm2022/empty-state/koobiq-components-empty-state.mjs +0 -5
  551. package/esm2022/empty-state/public-api.mjs +0 -3
  552. package/esm2022/file-upload/file-drop.mjs +0 -87
  553. package/esm2022/file-upload/file-upload.mjs +0 -71
  554. package/esm2022/file-upload/file-upload.module.mjs +0 -79
  555. package/esm2022/file-upload/index.mjs +0 -2
  556. package/esm2022/file-upload/koobiq-components-file-upload.mjs +0 -5
  557. package/esm2022/file-upload/multiple-file-upload.component.mjs +0 -306
  558. package/esm2022/file-upload/public-api.mjs +0 -6
  559. package/esm2022/file-upload/single-file-upload.component.mjs +0 -257
  560. package/esm2022/filter-bar/filter-bar-button.mjs +0 -31
  561. package/esm2022/filter-bar/filter-bar.mjs +0 -213
  562. package/esm2022/filter-bar/filter-bar.module.mjs +0 -67
  563. package/esm2022/filter-bar/filter-bar.types.mjs +0 -72
  564. package/esm2022/filter-bar/filter-refresher.mjs +0 -34
  565. package/esm2022/filter-bar/filter-reset.mjs +0 -49
  566. package/esm2022/filter-bar/filter-search.mjs +0 -173
  567. package/esm2022/filter-bar/filters.mjs +0 -266
  568. package/esm2022/filter-bar/index.mjs +0 -2
  569. package/esm2022/filter-bar/koobiq-components-filter-bar.mjs +0 -5
  570. package/esm2022/filter-bar/pipe-add.mjs +0 -140
  571. package/esm2022/filter-bar/pipe.directive.mjs +0 -37
  572. package/esm2022/filter-bar/pipes/base-pipe.mjs +0 -146
  573. package/esm2022/filter-bar/pipes/pipe-button.mjs +0 -72
  574. package/esm2022/filter-bar/pipes/pipe-date.mjs +0 -206
  575. package/esm2022/filter-bar/pipes/pipe-datetime.mjs +0 -208
  576. package/esm2022/filter-bar/pipes/pipe-multi-select.mjs +0 -188
  577. package/esm2022/filter-bar/pipes/pipe-multi-tree-select.mjs +0 -260
  578. package/esm2022/filter-bar/pipes/pipe-readonly.mjs +0 -68
  579. package/esm2022/filter-bar/pipes/pipe-select.mjs +0 -101
  580. package/esm2022/filter-bar/pipes/pipe-state.mjs +0 -53
  581. package/esm2022/filter-bar/pipes/pipe-text.mjs +0 -104
  582. package/esm2022/filter-bar/pipes/pipe-title.mjs +0 -102
  583. package/esm2022/filter-bar/pipes/pipe-tree-select.mjs +0 -142
  584. package/esm2022/filter-bar/public-api.mjs +0 -22
  585. package/esm2022/form-field/cleaner.mjs +0 -28
  586. package/esm2022/form-field/error.mjs +0 -20
  587. package/esm2022/form-field/fieldset.mjs +0 -84
  588. package/esm2022/form-field/form-field-control.mjs +0 -4
  589. package/esm2022/form-field/form-field.mjs +0 -447
  590. package/esm2022/form-field/form-field.module.mjs +0 -87
  591. package/esm2022/form-field/hint.mjs +0 -36
  592. package/esm2022/form-field/index.mjs +0 -2
  593. package/esm2022/form-field/koobiq-components-form-field.mjs +0 -5
  594. package/esm2022/form-field/label.mjs +0 -19
  595. package/esm2022/form-field/password-hint.mjs +0 -165
  596. package/esm2022/form-field/password-toggle.mjs +0 -129
  597. package/esm2022/form-field/prefix.mjs +0 -19
  598. package/esm2022/form-field/public-api.mjs +0 -16
  599. package/esm2022/form-field/reactive-password-hint.mjs +0 -66
  600. package/esm2022/form-field/stepper.mjs +0 -144
  601. package/esm2022/form-field/suffix.mjs +0 -18
  602. package/esm2022/form-field/validate.directive.mjs +0 -190
  603. package/esm2022/icon/icon-button.component.mjs +0 -64
  604. package/esm2022/icon/icon-item.component.mjs +0 -31
  605. package/esm2022/icon/icon.component.mjs +0 -56
  606. package/esm2022/icon/icon.module.mjs +0 -27
  607. package/esm2022/icon/index.mjs +0 -2
  608. package/esm2022/icon/koobiq-components-icon.mjs +0 -5
  609. package/esm2022/icon/public-api.mjs +0 -5
  610. package/esm2022/index.mjs +0 -2
  611. package/esm2022/inline-edit/index.mjs +0 -3
  612. package/esm2022/inline-edit/inline-edit.mjs +0 -382
  613. package/esm2022/inline-edit/koobiq-components-inline-edit.mjs +0 -5
  614. package/esm2022/inline-edit/module.mjs +0 -25
  615. package/esm2022/input/index.mjs +0 -2
  616. package/esm2022/input/input-errors.mjs +0 -4
  617. package/esm2022/input/input-number-validators.mjs +0 -88
  618. package/esm2022/input/input-number.mjs +0 -386
  619. package/esm2022/input/input-password.mjs +0 -253
  620. package/esm2022/input/input-value-accessor.mjs +0 -3
  621. package/esm2022/input/input.mjs +0 -299
  622. package/esm2022/input/input.module.mjs +0 -58
  623. package/esm2022/input/koobiq-components-input.mjs +0 -5
  624. package/esm2022/input/public-api.mjs +0 -7
  625. package/esm2022/koobiq-components.mjs +0 -5
  626. package/esm2022/link/index.mjs +0 -2
  627. package/esm2022/link/koobiq-components-link.mjs +0 -5
  628. package/esm2022/link/link.component.mjs +0 -143
  629. package/esm2022/link/link.module.mjs +0 -20
  630. package/esm2022/link/public-api.mjs +0 -3
  631. package/esm2022/list/index.mjs +0 -2
  632. package/esm2022/list/koobiq-components-list.mjs +0 -5
  633. package/esm2022/list/list-selection.component.mjs +0 -745
  634. package/esm2022/list/list.component.mjs +0 -43
  635. package/esm2022/list/list.module.mjs +0 -60
  636. package/esm2022/list/public-api.mjs +0 -4
  637. package/esm2022/loader-overlay/index.mjs +0 -2
  638. package/esm2022/loader-overlay/koobiq-components-loader-overlay.mjs +0 -5
  639. package/esm2022/loader-overlay/loader-overlay.component.mjs +0 -110
  640. package/esm2022/loader-overlay/loader-overlay.module.mjs +0 -44
  641. package/esm2022/loader-overlay/public-api.mjs +0 -3
  642. package/esm2022/markdown/index.mjs +0 -2
  643. package/esm2022/markdown/koobiq-components-markdown.mjs +0 -5
  644. package/esm2022/markdown/markdown.component.mjs +0 -67
  645. package/esm2022/markdown/markdown.module.mjs +0 -21
  646. package/esm2022/markdown/markdown.service.mjs +0 -36
  647. package/esm2022/markdown/markdown.values.mjs +0 -35
  648. package/esm2022/markdown/public-api.mjs +0 -5
  649. package/esm2022/modal/css-unit.pipe.mjs +0 -17
  650. package/esm2022/modal/index.mjs +0 -2
  651. package/esm2022/modal/koobiq-components-modal.mjs +0 -5
  652. package/esm2022/modal/modal-control.service.mjs +0 -89
  653. package/esm2022/modal/modal-ref.class.mjs +0 -7
  654. package/esm2022/modal/modal-util.mjs +0 -22
  655. package/esm2022/modal/modal.component.mjs +0 -540
  656. package/esm2022/modal/modal.directive.mjs +0 -94
  657. package/esm2022/modal/modal.module.mjs +0 -78
  658. package/esm2022/modal/modal.service.mjs +0 -135
  659. package/esm2022/modal/modal.type.mjs +0 -7
  660. package/esm2022/modal/public-api.mjs +0 -7
  661. package/esm2022/navbar/index.mjs +0 -2
  662. package/esm2022/navbar/koobiq-components-navbar.mjs +0 -5
  663. package/esm2022/navbar/navbar-brand.component.mjs +0 -105
  664. package/esm2022/navbar/navbar-item.component.mjs +0 -428
  665. package/esm2022/navbar/navbar-toggle.component.mjs +0 -88
  666. package/esm2022/navbar/navbar.component.mjs +0 -251
  667. package/esm2022/navbar/navbar.module.mjs +0 -84
  668. package/esm2022/navbar/public-api.mjs +0 -7
  669. package/esm2022/navbar/vertical-navbar.component.mjs +0 -128
  670. package/esm2022/navbar-ic/index.mjs +0 -2
  671. package/esm2022/navbar-ic/koobiq-components-navbar-ic.mjs +0 -5
  672. package/esm2022/navbar-ic/navbar-ic-header.mjs +0 -74
  673. package/esm2022/navbar-ic/navbar-ic-item.mjs +0 -390
  674. package/esm2022/navbar-ic/navbar-ic.animation.mjs +0 -17
  675. package/esm2022/navbar-ic/navbar-ic.mjs +0 -310
  676. package/esm2022/navbar-ic/navbar-ic.module.mjs +0 -74
  677. package/esm2022/navbar-ic/public-api.mjs +0 -5
  678. package/esm2022/notification-center/index.mjs +0 -2
  679. package/esm2022/notification-center/koobiq-components-notification-center.mjs +0 -5
  680. package/esm2022/notification-center/notification-center-animations.mjs +0 -18
  681. package/esm2022/notification-center/notification-center.mjs +0 -329
  682. package/esm2022/notification-center/notification-center.module.mjs +0 -38
  683. package/esm2022/notification-center/notification-center.service.mjs +0 -127
  684. package/esm2022/notification-center/notification-item.mjs +0 -70
  685. package/esm2022/notification-center/public-api.mjs +0 -5
  686. package/esm2022/overflow-items/index.mjs +0 -3
  687. package/esm2022/overflow-items/koobiq-components-overflow-items.mjs +0 -5
  688. package/esm2022/overflow-items/module.mjs +0 -25
  689. package/esm2022/overflow-items/overflow-items.mjs +0 -290
  690. package/esm2022/popover/index.mjs +0 -2
  691. package/esm2022/popover/koobiq-components-popover.mjs +0 -5
  692. package/esm2022/popover/popover-animations.mjs +0 -16
  693. package/esm2022/popover/popover-confirm.component.mjs +0 -97
  694. package/esm2022/popover/popover.component.mjs +0 -410
  695. package/esm2022/popover/popover.module.mjs +0 -67
  696. package/esm2022/popover/public-api.mjs +0 -5
  697. package/esm2022/progress-bar/index.mjs +0 -2
  698. package/esm2022/progress-bar/koobiq-components-progress-bar.mjs +0 -5
  699. package/esm2022/progress-bar/progress-bar.component.mjs +0 -62
  700. package/esm2022/progress-bar/progress-bar.module.mjs +0 -32
  701. package/esm2022/progress-bar/public-api.mjs +0 -3
  702. package/esm2022/progress-spinner/index.mjs +0 -2
  703. package/esm2022/progress-spinner/koobiq-components-progress-spinner.mjs +0 -5
  704. package/esm2022/progress-spinner/progress-spinner.component.mjs +0 -78
  705. package/esm2022/progress-spinner/progress-spinner.module.mjs +0 -35
  706. package/esm2022/progress-spinner/public-api.mjs +0 -3
  707. package/esm2022/public-api.mjs +0 -2
  708. package/esm2022/radio/index.mjs +0 -2
  709. package/esm2022/radio/koobiq-components-radio.mjs +0 -5
  710. package/esm2022/radio/public-api.mjs +0 -3
  711. package/esm2022/radio/radio.component.mjs +0 -451
  712. package/esm2022/radio/radio.module.mjs +0 -18
  713. package/esm2022/resizer/index.mjs +0 -3
  714. package/esm2022/resizer/koobiq-components-resizer.mjs +0 -5
  715. package/esm2022/resizer/module.mjs +0 -17
  716. package/esm2022/resizer/resizer.mjs +0 -135
  717. package/esm2022/risk-level/index.mjs +0 -2
  718. package/esm2022/risk-level/koobiq-components-risk-level.mjs +0 -5
  719. package/esm2022/risk-level/public-api.mjs +0 -3
  720. package/esm2022/risk-level/risk-level.component.mjs +0 -40
  721. package/esm2022/risk-level/risk-level.module.mjs +0 -24
  722. package/esm2022/scrollbar/index.mjs +0 -2
  723. package/esm2022/scrollbar/koobiq-components-scrollbar.mjs +0 -5
  724. package/esm2022/scrollbar/public-api.mjs +0 -5
  725. package/esm2022/scrollbar/scrollbar.component.mjs +0 -133
  726. package/esm2022/scrollbar/scrollbar.directive.mjs +0 -105
  727. package/esm2022/scrollbar/scrollbar.module.mjs +0 -25
  728. package/esm2022/scrollbar/scrollbar.types.mjs +0 -14
  729. package/esm2022/search-expandable/index.mjs +0 -2
  730. package/esm2022/search-expandable/koobiq-components-search-expandable.mjs +0 -5
  731. package/esm2022/search-expandable/public-api.mjs +0 -3
  732. package/esm2022/search-expandable/search-expandable.mjs +0 -177
  733. package/esm2022/search-expandable/search-expandable.module.mjs +0 -18
  734. package/esm2022/select/index.mjs +0 -2
  735. package/esm2022/select/koobiq-components-select.mjs +0 -5
  736. package/esm2022/select/public-api.mjs +0 -4
  737. package/esm2022/select/select-option.directive.mjs +0 -69
  738. package/esm2022/select/select.component.mjs +0 -1154
  739. package/esm2022/select/select.module.mjs +0 -81
  740. package/esm2022/sidebar/index.mjs +0 -2
  741. package/esm2022/sidebar/koobiq-components-sidebar.mjs +0 -5
  742. package/esm2022/sidebar/public-api.mjs +0 -3
  743. package/esm2022/sidebar/sidebar-animations.mjs +0 -23
  744. package/esm2022/sidebar/sidebar.component.mjs +0 -169
  745. package/esm2022/sidebar/sidebar.module.mjs +0 -30
  746. package/esm2022/sidepanel/index.mjs +0 -2
  747. package/esm2022/sidepanel/koobiq-components-sidepanel.mjs +0 -5
  748. package/esm2022/sidepanel/public-api.mjs +0 -7
  749. package/esm2022/sidepanel/sidepanel-animations.mjs +0 -29
  750. package/esm2022/sidepanel/sidepanel-config.mjs +0 -33
  751. package/esm2022/sidepanel/sidepanel-container.component.mjs +0 -126
  752. package/esm2022/sidepanel/sidepanel-directives.mjs +0 -168
  753. package/esm2022/sidepanel/sidepanel-ref.mjs +0 -60
  754. package/esm2022/sidepanel/sidepanel.module.mjs +0 -73
  755. package/esm2022/sidepanel/sidepanel.service.mjs +0 -167
  756. package/esm2022/split-button/index.mjs +0 -2
  757. package/esm2022/split-button/koobiq-components-split-button.mjs +0 -5
  758. package/esm2022/split-button/public-api.mjs +0 -3
  759. package/esm2022/split-button/split-button.mjs +0 -133
  760. package/esm2022/split-button/split-button.module.mjs +0 -18
  761. package/esm2022/splitter/index.mjs +0 -2
  762. package/esm2022/splitter/koobiq-components-splitter.mjs +0 -5
  763. package/esm2022/splitter/public-api.mjs +0 -3
  764. package/esm2022/splitter/splitter.component.mjs +0 -492
  765. package/esm2022/splitter/splitter.module.mjs +0 -34
  766. package/esm2022/table/index.mjs +0 -2
  767. package/esm2022/table/koobiq-components-table.mjs +0 -5
  768. package/esm2022/table/public-api.mjs +0 -3
  769. package/esm2022/table/table.component.mjs +0 -36
  770. package/esm2022/table/table.module.mjs +0 -32
  771. package/esm2022/tabs/index.mjs +0 -2
  772. package/esm2022/tabs/koobiq-components-tabs.mjs +0 -5
  773. package/esm2022/tabs/paginated-tab-header.mjs +0 -490
  774. package/esm2022/tabs/public-api.mjs +0 -11
  775. package/esm2022/tabs/tab-body.component.mjs +0 -178
  776. package/esm2022/tabs/tab-content.directive.mjs +0 -15
  777. package/esm2022/tabs/tab-group.component.mjs +0 -384
  778. package/esm2022/tabs/tab-header.component.mjs +0 -60
  779. package/esm2022/tabs/tab-label-wrapper.directive.mjs +0 -86
  780. package/esm2022/tabs/tab-label.directive.mjs +0 -17
  781. package/esm2022/tabs/tab-nav-bar.mjs +0 -292
  782. package/esm2022/tabs/tab.component.mjs +0 -145
  783. package/esm2022/tabs/tabs-animations.mjs +0 -24
  784. package/esm2022/tabs/tabs.module.mjs +0 -95
  785. package/esm2022/tags/index.mjs +0 -2
  786. package/esm2022/tags/koobiq-components-tags.mjs +0 -5
  787. package/esm2022/tags/public-api.mjs +0 -6
  788. package/esm2022/tags/tag-default-options.mjs +0 -4
  789. package/esm2022/tags/tag-input.mjs +0 -281
  790. package/esm2022/tags/tag-list.component.mjs +0 -765
  791. package/esm2022/tags/tag-text-control.mjs +0 -2
  792. package/esm2022/tags/tag.component.mjs +0 -647
  793. package/esm2022/tags/tag.module.mjs +0 -67
  794. package/esm2022/textarea/index.mjs +0 -2
  795. package/esm2022/textarea/koobiq-components-textarea.mjs +0 -5
  796. package/esm2022/textarea/public-api.mjs +0 -3
  797. package/esm2022/textarea/textarea.component.mjs +0 -300
  798. package/esm2022/textarea/textarea.module.mjs +0 -20
  799. package/esm2022/time-range/constants.mjs +0 -42
  800. package/esm2022/time-range/index.mjs +0 -8
  801. package/esm2022/time-range/koobiq-components-time-range.mjs +0 -5
  802. package/esm2022/time-range/module.mjs +0 -36
  803. package/esm2022/time-range/time-range-editor.mjs +0 -224
  804. package/esm2022/time-range/time-range-title-as-form-field.mjs +0 -60
  805. package/esm2022/time-range/time-range-title.mjs +0 -112
  806. package/esm2022/time-range/time-range.mjs +0 -234
  807. package/esm2022/time-range/time-range.service.mjs +0 -126
  808. package/esm2022/time-range/types.mjs +0 -2
  809. package/esm2022/timepicker/index.mjs +0 -2
  810. package/esm2022/timepicker/koobiq-components-timepicker.mjs +0 -5
  811. package/esm2022/timepicker/public-api.mjs +0 -4
  812. package/esm2022/timepicker/timepicker.constants.mjs +0 -29
  813. package/esm2022/timepicker/timepicker.directive.mjs +0 -686
  814. package/esm2022/timepicker/timepicker.module.mjs +0 -29
  815. package/esm2022/timezone/cities-by-filter.pipe.mjs +0 -17
  816. package/esm2022/timezone/index.mjs +0 -2
  817. package/esm2022/timezone/koobiq-components-timezone.mjs +0 -5
  818. package/esm2022/timezone/public-api.mjs +0 -7
  819. package/esm2022/timezone/timezone-option.component.mjs +0 -50
  820. package/esm2022/timezone/timezone-option.directive.mjs +0 -54
  821. package/esm2022/timezone/timezone-select.component.mjs +0 -55
  822. package/esm2022/timezone/timezone.models.mjs +0 -2
  823. package/esm2022/timezone/timezone.module.mjs +0 -82
  824. package/esm2022/timezone/timezone.utils.mjs +0 -80
  825. package/esm2022/timezone/utc-offset.pipe.mjs +0 -17
  826. package/esm2022/title/index.mjs +0 -2
  827. package/esm2022/title/koobiq-components-title.mjs +0 -5
  828. package/esm2022/title/public-api.mjs +0 -3
  829. package/esm2022/title/title.directive.mjs +0 -108
  830. package/esm2022/title/title.module.mjs +0 -18
  831. package/esm2022/toast/index.mjs +0 -2
  832. package/esm2022/toast/koobiq-components-toast.mjs +0 -5
  833. package/esm2022/toast/public-api.mjs +0 -6
  834. package/esm2022/toast/toast-animations.mjs +0 -10
  835. package/esm2022/toast/toast-container.component.mjs +0 -57
  836. package/esm2022/toast/toast.component.mjs +0 -125
  837. package/esm2022/toast/toast.module.mjs +0 -26
  838. package/esm2022/toast/toast.service.mjs +0 -197
  839. package/esm2022/toast/toast.type.mjs +0 -39
  840. package/esm2022/toggle/index.mjs +0 -2
  841. package/esm2022/toggle/koobiq-components-toggle.mjs +0 -5
  842. package/esm2022/toggle/public-api.mjs +0 -3
  843. package/esm2022/toggle/toggle.component.mjs +0 -254
  844. package/esm2022/toggle/toggle.module.mjs +0 -18
  845. package/esm2022/tooltip/index.mjs +0 -2
  846. package/esm2022/tooltip/koobiq-components-tooltip.mjs +0 -5
  847. package/esm2022/tooltip/public-api.mjs +0 -3
  848. package/esm2022/tooltip/tooltip.animations.mjs +0 -19
  849. package/esm2022/tooltip/tooltip.component.mjs +0 -400
  850. package/esm2022/tooltip/tooltip.module.mjs +0 -35
  851. package/esm2022/top-bar/index.mjs +0 -2
  852. package/esm2022/top-bar/koobiq-components-top-bar.mjs +0 -5
  853. package/esm2022/top-bar/module.mjs +0 -25
  854. package/esm2022/top-bar/public-api.mjs +0 -3
  855. package/esm2022/top-bar/top-bar.mjs +0 -74
  856. package/esm2022/tree/control/base-tree-control.mjs +0 -59
  857. package/esm2022/tree/control/flat-tree-control.filters.mjs +0 -52
  858. package/esm2022/tree/control/flat-tree-control.mjs +0 -109
  859. package/esm2022/tree/control/nested-tree-control.mjs +0 -40
  860. package/esm2022/tree/control/tree-control.mjs +0 -2
  861. package/esm2022/tree/data-source/flat-data-source.mjs +0 -157
  862. package/esm2022/tree/data-source/nested-data-source.mjs +0 -28
  863. package/esm2022/tree/index.mjs +0 -2
  864. package/esm2022/tree/koobiq-components-tree.mjs +0 -5
  865. package/esm2022/tree/node.mjs +0 -31
  866. package/esm2022/tree/outlet.mjs +0 -15
  867. package/esm2022/tree/padding.directive.mjs +0 -108
  868. package/esm2022/tree/public-api.mjs +0 -17
  869. package/esm2022/tree/toggle.mjs +0 -93
  870. package/esm2022/tree/tree-base.mjs +0 -236
  871. package/esm2022/tree/tree-errors.mjs +0 -36
  872. package/esm2022/tree/tree-option.component.mjs +0 -303
  873. package/esm2022/tree/tree-selection.component.mjs +0 -568
  874. package/esm2022/tree/tree.mjs +0 -19
  875. package/esm2022/tree/tree.module.mjs +0 -64
  876. package/esm2022/tree-select/index.mjs +0 -2
  877. package/esm2022/tree-select/koobiq-components-tree-select.mjs +0 -5
  878. package/esm2022/tree-select/public-api.mjs +0 -3
  879. package/esm2022/tree-select/tree-select.component.mjs +0 -1034
  880. package/esm2022/tree-select/tree-select.module.mjs +0 -71
  881. package/esm2022/username/constants.mjs +0 -25
  882. package/esm2022/username/index.mjs +0 -6
  883. package/esm2022/username/koobiq-components-username.mjs +0 -5
  884. package/esm2022/username/module.mjs +0 -35
  885. package/esm2022/username/types.mjs +0 -32
  886. package/esm2022/username/username.mjs +0 -129
  887. package/esm2022/username/username.pipe.mjs +0 -92
@@ -1,268 +0,0 @@
1
- import { NgTemplateOutlet } from '@angular/common';
2
- import { booleanAttribute, ChangeDetectionStrategy, ChangeDetectorRef, Component, ContentChild, ContentChildren, DestroyRef, Directive, ElementRef, forwardRef, inject, InjectionToken, Input, QueryList, TemplateRef, ViewChild, ViewChildren, ViewEncapsulation } from '@angular/core';
3
- import { takeUntilDestroyed } from '@angular/core/rxjs-interop';
4
- import { RouterLink } from '@angular/router';
5
- import { KbqButton, KbqButtonModule, KbqButtonStyles } from '@koobiq/components/button';
6
- import { KbqComponentColors, PopUpPlacements } from '@koobiq/components/core';
7
- import { KbqDropdownModule } from '@koobiq/components/dropdown';
8
- import { KbqIconModule } from '@koobiq/components/icon';
9
- import { KbqOverflowItem, KbqOverflowItemsModule, KbqOverflowItemsResult } from '@koobiq/components/overflow-items';
10
- import { KbqTitleModule } from '@koobiq/components/title';
11
- import { RdxRovingFocusGroupDirective, RdxRovingFocusItemDirective } from '@radix-ng/primitives/roving-focus';
12
- import * as i0 from "@angular/core";
13
- import * as i1 from "@radix-ng/primitives/roving-focus";
14
- import * as i2 from "@koobiq/components/icon";
15
- import * as i3 from "@koobiq/components/button";
16
- import * as i4 from "@koobiq/components/dropdown";
17
- import * as i5 from "@koobiq/components/title";
18
- import * as i6 from "@koobiq/components/overflow-items";
19
- const KBQ_BREADCRUMBS_DEFAULT_CONFIGURATION = {
20
- max: 4,
21
- size: 'normal',
22
- firstItemNegativeMargin: true,
23
- wrapMode: 'auto'
24
- };
25
- /** Breadcrumbs options global configuration provider. */
26
- export const KBQ_BREADCRUMBS_CONFIGURATION = new InjectionToken('KBQ_BREADCRUMBS_CONFIGURATION', { factory: () => KBQ_BREADCRUMBS_DEFAULT_CONFIGURATION });
27
- /** Utility provider for `KBQ_BREADCRUMBS_CONFIGURATION`. */
28
- export const kbqBreadcrumbsConfigurationProvider = (configuration) => ({
29
- provide: KBQ_BREADCRUMBS_CONFIGURATION,
30
- useValue: { ...KBQ_BREADCRUMBS_DEFAULT_CONFIGURATION, ...configuration }
31
- });
32
- export class KbqBreadcrumbsSeparator {
33
- constructor() {
34
- this.templateRef = inject(TemplateRef);
35
- }
36
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqBreadcrumbsSeparator, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
37
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: KbqBreadcrumbsSeparator, isStandalone: true, selector: "ng-template[kbqBreadcrumbsSeparator]", host: { classAttribute: "kbq-breadcrumbs-separator" }, ngImport: i0 }); }
38
- }
39
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqBreadcrumbsSeparator, decorators: [{
40
- type: Directive,
41
- args: [{
42
- selector: 'ng-template[kbqBreadcrumbsSeparator]',
43
- standalone: true,
44
- host: {
45
- class: 'kbq-breadcrumbs-separator'
46
- }
47
- }]
48
- }] });
49
- /**
50
- * Directive to style and configure buttons used as breadcrumb items.
51
- * - Inherits focus management behavior from `RdxRovingFocusItemDirective`.
52
- * - Optionally injects `KbqButton` to customize its style for breadcrumb usage.
53
- */
54
- export class KbqBreadcrumbButton {
55
- constructor() {
56
- this.button = inject(KbqButton, { optional: true, self: true });
57
- }
58
- ngOnInit() {
59
- if (this.button) {
60
- this.button.color = KbqComponentColors.Contrast;
61
- this.button.kbqStyle = KbqButtonStyles.Transparent;
62
- }
63
- }
64
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqBreadcrumbButton, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
65
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: KbqBreadcrumbButton, isStandalone: true, selector: "[kbq-button][kbqBreadcrumb]", host: { classAttribute: "kbq-breadcrumb-item" }, hostDirectives: [{ directive: i1.RdxRovingFocusItemDirective, inputs: ["focusable", "focusable"] }], ngImport: i0 }); }
66
- }
67
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqBreadcrumbButton, decorators: [{
68
- type: Directive,
69
- args: [{
70
- standalone: true,
71
- selector: '[kbq-button][kbqBreadcrumb]',
72
- host: { class: 'kbq-breadcrumb-item' },
73
- hostDirectives: [
74
- {
75
- directive: RdxRovingFocusItemDirective,
76
- inputs: ['focusable']
77
- }
78
- ]
79
- }]
80
- }] });
81
- /**
82
- * Directive provides a way to define a custom template for breadcrumb rendering, leveraging TemplateRef
83
- *
84
- */
85
- export class KbqBreadcrumbView {
86
- constructor() {
87
- this.templateRef = inject(TemplateRef);
88
- }
89
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqBreadcrumbView, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
90
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: KbqBreadcrumbView, isStandalone: true, selector: "[kbqBreadcrumbView]", ngImport: i0 }); }
91
- }
92
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqBreadcrumbView, decorators: [{
93
- type: Directive,
94
- args: [{
95
- standalone: true,
96
- selector: '[kbqBreadcrumbView]'
97
- }]
98
- }] });
99
- /**
100
- * Component represents an individual breadcrumb item with optional support for router navigation and styling.
101
- */
102
- export class KbqBreadcrumbItem {
103
- constructor() {
104
- /**
105
- * Indicates whether the breadcrumb item is the current/active item.
106
- * Defaults to `false`.
107
- */
108
- this.current = false;
109
- /**
110
- * An optional `RouterLink` instance for navigating to a specific route.
111
- * Injected from the host element, if available and projecting to the hidden breadcrumb item in dropdown.
112
- */
113
- this.routerLink = inject(RouterLink, { optional: true, host: true });
114
- }
115
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqBreadcrumbItem, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
116
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.2.14", type: KbqBreadcrumbItem, isStandalone: true, selector: "kbq-breadcrumb-item", inputs: { text: "text", disabled: ["disabled", "disabled", booleanAttribute], current: ["current", "current", booleanAttribute] }, host: { properties: { "attr.tabIndex": "null" } }, queries: [{ propertyName: "customTemplateRef", first: true, predicate: KbqBreadcrumbView, descendants: true, read: TemplateRef }], ngImport: i0, template: `
117
- <ng-content />
118
- `, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
119
- }
120
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqBreadcrumbItem, decorators: [{
121
- type: Component,
122
- args: [{
123
- standalone: true,
124
- selector: 'kbq-breadcrumb-item',
125
- template: `
126
- <ng-content />
127
- `,
128
- changeDetection: ChangeDetectionStrategy.OnPush,
129
- host: {
130
- '[attr.tabIndex]': 'null'
131
- }
132
- }]
133
- }], propDecorators: { text: [{
134
- type: Input
135
- }], disabled: [{
136
- type: Input,
137
- args: [{ transform: booleanAttribute }]
138
- }], current: [{
139
- type: Input,
140
- args: [{ transform: booleanAttribute }]
141
- }], customTemplateRef: [{
142
- type: ContentChild,
143
- args: [KbqBreadcrumbView, { read: TemplateRef }]
144
- }] } });
145
- export class KbqBreadcrumbs {
146
- /** @docs-private */
147
- get itemsExcludingEdges() {
148
- return this.items.toArray().slice(1, -1);
149
- }
150
- /**
151
- * Calculates the total width of visible items based on the `max` value and overflow items.
152
- * @returns {number | null} The computed max width for overflow items or null if conditions are not met.
153
- * @docs-private
154
- */
155
- get maxWidth() {
156
- if (!this.overflowItems ||
157
- !this.overflowItems.length ||
158
- this.max === null ||
159
- this.max >= this.items.length ||
160
- this.max < this.minVisibleItems) {
161
- return null;
162
- }
163
- let visibleItemsWidth = this.getItemWidth(this.result);
164
- // Reorders overflow items to prioritize the first and last elements
165
- const sortedItems = [
166
- ...this.overflowItems.toArray().slice(1, -1),
167
- this.overflowItems.first,
168
- this.overflowItems.last
169
- ];
170
- for (let i = 0; i < this.max - 1; i++) {
171
- visibleItemsWidth += this.getItemWidth(sortedItems[sortedItems.length - i - 1]);
172
- }
173
- return visibleItemsWidth;
174
- }
175
- constructor() {
176
- this.configuration = inject(KBQ_BREADCRUMBS_CONFIGURATION);
177
- /**
178
- * Determines if a negative margin should be applied to the first breadcrumb item.
179
- *
180
- * @see KbqBreadcrumbsConfiguration
181
- */
182
- this.firstItemNegativeMargin = this.configuration.firstItemNegativeMargin;
183
- /**
184
- * Size of the breadcrumbs. Affects font size.
185
- * Default value is taken from the global configuration.
186
- */
187
- this.size = this.configuration.size;
188
- /**
189
- * Maximum number of visible breadcrumb items.
190
- * Remaining items are collapsed into a dropdown if the total exceeds this value.
191
- * Default value is taken from the global configuration.
192
- */
193
- this.max = this.configuration.max;
194
- /**
195
- * Indicates whether the breadcrumbs are disabled.
196
- * When disabled, user interactions are blocked.
197
- */
198
- this.disabled = false;
199
- /**
200
- * Wrapping behavior of the breadcrumb items.
201
- */
202
- this.wrapMode = this.configuration.wrapMode;
203
- /**
204
- * Ensures at least minimum number of breadcrumb items are shown.
205
- */
206
- this.minVisibleItems = 2;
207
- this.KbqComponentColors = KbqComponentColors;
208
- this.KbqButtonStyles = KbqButtonStyles;
209
- this.PopUpPlacements = PopUpPlacements;
210
- this.cdr = inject(ChangeDetectorRef);
211
- this.destroyRef = inject(DestroyRef);
212
- inject(RdxRovingFocusGroupDirective, { self: true }).orientation = 'horizontal';
213
- }
214
- ngAfterContentInit() {
215
- this.items.changes.pipe(takeUntilDestroyed(this.destroyRef)).subscribe(() => this.cdr.markForCheck());
216
- }
217
- getItemWidth(item) {
218
- return item ? item.nativeElement.offsetWidth : 0;
219
- }
220
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqBreadcrumbs, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
221
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.14", type: KbqBreadcrumbs, isStandalone: true, selector: "kbq-breadcrumbs,[kbq-breadcrumbs]", inputs: { firstItemNegativeMargin: ["firstItemNegativeMargin", "firstItemNegativeMargin", booleanAttribute], size: "size", max: "max", disabled: ["disabled", "disabled", booleanAttribute], wrapMode: "wrapMode" }, host: { properties: { "class.kbq-breadcrumbs_compact": "size === \"compact\"", "class.kbq-breadcrumbs_normal": "size === \"normal\"", "class.kbq-breadcrumbs_big": "size === \"big\"", "class.kbq-breadcrumbs_wrap": "wrapMode === \"wrap\"", "class.kbq-breadcrumbs_first-item-negative-margin": "firstItemNegativeMargin", "attr.aria-label": "'breadcrumb'" }, classAttribute: "kbq-breadcrumbs" }, queries: [{ propertyName: "separator", first: true, predicate: KbqBreadcrumbsSeparator, descendants: true, read: TemplateRef }, { propertyName: "items", predicate: i0.forwardRef(() => KbqBreadcrumbItem) }], viewQueries: [{ propertyName: "result", first: true, predicate: KbqOverflowItemsResult, descendants: true, read: ElementRef }, { propertyName: "overflowItems", predicate: KbqOverflowItem, descendants: true, read: ElementRef }], hostDirectives: [{ directive: i1.RdxRovingFocusGroupDirective }], ngImport: i0, template: "<!--\n@TODO: check when updated to Angular 20.x (#DS-4034)\nresolved SSR issue with official hack https://github.com/angular/angular/issues/50543#issuecomment-1572900259\n-->\n<ng-content />\n@if (items.length < minVisibleItems || wrapMode !== 'auto') {\n @for (item of items; track item; let last = $last) {\n <div class=\"kbq-breadcrumb-item__container\">\n <ng-container *ngTemplateOutlet=\"breadcrumbTemplate; context: { $implicit: item, last: last }\" />\n @if (!last) {\n <ng-container [ngTemplateOutlet]=\"separatorTemplate\" />\n }\n </div>\n }\n} @else {\n <div\n #kbqOverflowItems=\"kbqOverflowItems\"\n kbqOverflowItems\n reverseOverflowOrder\n class=\"layout-align-start-center\"\n [style.max-width.px]=\"maxWidth\"\n >\n <div class=\"kbq-breadcrumb-item__container\" [kbqOverflowItem]=\"0\" [order]=\"items.length\">\n <ng-container *ngTemplateOutlet=\"breadcrumbTemplate; context: { $implicit: items.first, last: false }\" />\n <ng-container [ngTemplateOutlet]=\"separatorTemplate\" />\n </div>\n <!-- @TODO delay rendering for proper elements order (#DS-3334)--->\n @if (true) {\n <div kbqOverflowItemsResult class=\"kbq-breadcrumb-item__container\">\n <button\n kbq-button\n kbqBreadcrumb\n class=\"kbq-breadcrumb__expand\"\n [kbqDropdownTriggerFor]=\"hiddenBreadcrumbsDropdown\"\n [kbqStyle]=\"KbqButtonStyles.Transparent\"\n >\n <i kbq-icon=\"kbq-ellipsis-horizontal_16\" [color]=\"KbqComponentColors.ContrastFade\"></i>\n </button>\n <ng-container [ngTemplateOutlet]=\"separatorTemplate\" />\n\n <kbq-dropdown #hiddenBreadcrumbsDropdown=\"kbqDropdown\">\n @for (item of items; track item) {\n @if (kbqOverflowItems.hiddenItemIDs().has($index)) {\n <a kbq-dropdown-item [routerLink]=\"item.routerLink?.urlTree\" [disabled]=\"item.disabled\">\n {{ item.text }}\n </a>\n }\n }\n </kbq-dropdown>\n </div>\n }\n @for (item of itemsExcludingEdges; track item; let index = $index) {\n <div class=\"kbq-breadcrumb-item__container\" [kbqOverflowItem]=\"index + 1\">\n <ng-container *ngTemplateOutlet=\"breadcrumbTemplate; context: { $implicit: item, last: false }\" />\n <ng-container [ngTemplateOutlet]=\"separatorTemplate\" />\n </div>\n }\n <div alwaysVisible class=\"kbq-breadcrumb-item__container\" [kbqOverflowItem]=\"items.length - 1\">\n <ng-container *ngTemplateOutlet=\"breadcrumbTemplate; context: { $implicit: items.last, last: true }\" />\n </div>\n </div>\n}\n\n<ng-template #breadcrumbTemplate let-item let-last=\"last\">\n @if (item.customTemplateRef) {\n <ng-container [ngTemplateOutlet]=\"item.customTemplateRef\" />\n } @else {\n <a\n kbq-button\n kbq-title\n kbqBreadcrumb\n [focusable]=\"!item.disabled && !last\"\n [routerLink]=\"item.routerLink?.urlTree\"\n [attr.aria-current]=\"last ? 'page' : null\"\n [disabled]=\"item.disabled || last\"\n [kbqPlacementPriority]=\"PopUpPlacements.Bottom\"\n [kbqTooltipArrow]=\"false\"\n >\n {{ item.text }}\n </a>\n }\n</ng-template>\n\n<ng-template #separatorTemplate>\n @if (separator) {\n <ng-container [ngTemplateOutlet]=\"separator\" />\n } @else {\n <i kbq-icon=\"\" class=\"kbq-breadcrumb__separator\" [color]=\"KbqComponentColors.ContrastFade\">&nbsp;/&nbsp;</i>\n }\n</ng-template>\n", styles: [".kbq-breadcrumbs{display:flex;align-items:center;gap:var(--kbq-breadcrumbs-gap);flex-grow:1}.kbq-breadcrumbs .kbq-overflow-items{padding:1px}.kbq-breadcrumbs .kbq-breadcrumb-item__container{display:inline-flex;align-items:center}.kbq-breadcrumbs.kbq-breadcrumbs_first-item-negative-margin .kbq-overflow-items{margin-left:var(--kbq-breadcrumb-item-negative-margin)}.kbq-breadcrumbs.kbq-breadcrumbs_wrap{flex-wrap:wrap}.kbq-breadcrumbs:not(.kbq-breadcrumbs_wrap){overflow:hidden}.kbq-breadcrumbs.kbq-breadcrumbs_compact .kbq-breadcrumb-item.kbq-button,.kbq-breadcrumbs.kbq-breadcrumbs_compact .kbq-breadcrumb-item.kbq-button-icon{--kbq-breadcrumb-item-height: var(--kbq-size-xxl)}.kbq-breadcrumbs.kbq-breadcrumbs_compact .kbq-breadcrumb__expand.kbq-button-icon{--kbq-breadcrumb-item-expand-horizontal-padding: var(--kbq-size-xxs)}.kbq-breadcrumbs.kbq-breadcrumbs_normal .kbq-breadcrumb-item.kbq-button,.kbq-breadcrumbs.kbq-breadcrumbs_normal .kbq-breadcrumb-item.kbq-button-icon{--kbq-button-size-horizontal-padding: var(--kbq-breadcrumb-item-horizontal-padding)}.kbq-breadcrumbs.kbq-breadcrumbs_big .kbq-button,.kbq-breadcrumbs.kbq-breadcrumbs_big .kbq-button-icon{--kbq-button-size-height: var(--kbq-breadcrumb-item-height)}.kbq-breadcrumbs .kbq-breadcrumb-item.kbq-button,.kbq-breadcrumbs .kbq-breadcrumb-item.kbq-button-icon{--kbq-button-size-height: var(--kbq-breadcrumb-item-height);--kbq-button-size-horizontal-padding: var(--kbq-breadcrumb-item-horizontal-padding);--kbq-button-size-border-radius: var(--kbq-breadcrumb-item-border-radius)}.kbq-breadcrumbs .kbq-breadcrumb-item:focus-visible{outline-offset:unset}.kbq-breadcrumbs .kbq-breadcrumb__expand.kbq-button-icon{--kbq-button-icon-size-horizontal-padding: var(--kbq-breadcrumb-item-expand-horizontal-padding)}.kbq-breadcrumbs .kbq-breadcrumb-item.kbq-button,.kbq-breadcrumbs .kbq-breadcrumb-item.kbq-button-icon{--kbq-button-transparent-contrast-fade-on-foreground: var(--kbq-foreground-contrast-secondary);--kbq-button-transparent-contrast-fade-on-right-icon: var(--kbq-breadcrumb-item-icon-color);--kbq-button-transparent-contrast-fade-on-left-icon: var(--kbq-breadcrumb-item-icon-color)}.kbq-breadcrumbs .kbq-breadcrumb-item.kbq-button[aria-current=page],.kbq-breadcrumbs .kbq-breadcrumb-item.kbq-button-icon[aria-current=page]{--kbq-button-transparent-contrast-fade-on-states-disabled-foreground: var(--kbq-foreground-contrast)}.kbq-breadcrumbs .kbq-breadcrumb-item.kbq-button[aria-current=page].kbq-disabled,.kbq-breadcrumbs .kbq-breadcrumb-item.kbq-button-icon[aria-current=page].kbq-disabled{--kbq-button-transparent-contrast-fade-on-states-disabled-left-icon: var( --kbq-breadcrumb-item-icon-color );--kbq-button-transparent-contrast-fade-on-states-disabled-right-icon: var( --kbq-breadcrumb-item-icon-color )}.kbq-breadcrumbs .kbq-breadcrumb-item.kbq-dropdown-trigger.kbq-button:not(.kbq-disabled):hover .kbq-icon,.kbq-breadcrumbs .kbq-breadcrumb-item.kbq-dropdown-trigger.kbq-button:not(.kbq-disabled).kbq-hover .kbq-icon,.kbq-breadcrumbs .kbq-breadcrumb-item.kbq-dropdown-trigger.kbq-button:not(.kbq-disabled).cdk-keyboard-focused .kbq-icon,.kbq-breadcrumbs .kbq-breadcrumb-item.kbq-dropdown-trigger.kbq-button-icon:not(.kbq-disabled):hover .kbq-icon,.kbq-breadcrumbs .kbq-breadcrumb-item.kbq-dropdown-trigger.kbq-button-icon:not(.kbq-disabled).kbq-hover .kbq-icon,.kbq-breadcrumbs .kbq-breadcrumb-item.kbq-dropdown-trigger.kbq-button-icon:not(.kbq-disabled).cdk-keyboard-focused .kbq-icon{--kbq-button-transparent-contrast-fade-on-left-icon: var( --kbq-states-icon-contrast-fade-hover );--kbq-button-transparent-contrast-fade-on-right-icon: var( --kbq-states-icon-contrast-fade-hover )}.kbq-breadcrumbs .kbq-breadcrumb-item.kbq-dropdown-trigger.kbq-button:not(.kbq-disabled):active .kbq-icon,.kbq-breadcrumbs .kbq-breadcrumb-item.kbq-dropdown-trigger.kbq-button:not(.kbq-disabled).kbq-active .kbq-icon,.kbq-breadcrumbs .kbq-breadcrumb-item.kbq-dropdown-trigger.kbq-button-icon:not(.kbq-disabled):active .kbq-icon,.kbq-breadcrumbs .kbq-breadcrumb-item.kbq-dropdown-trigger.kbq-button-icon:not(.kbq-disabled).kbq-active .kbq-icon{--kbq-button-transparent-contrast-fade-on-left-icon: var( --kbq-states-icon-contrast-fade-active );--kbq-button-transparent-contrast-fade-on-right-icon: var( --kbq-states-icon-contrast-fade-active )}.kbq-breadcrumbs .kbq-breadcrumb__expand.kbq-button-icon{--kbq-button-transparent-contrast-fade-on-left-icon: var(--kbq-breadcrumb-expand-icon-color)}.kbq-breadcrumbs .kbq-breadcrumb__expand.kbq-button-icon .kbq-icon{--kbq-breadcrumb-expand-icon-color: var(--kbq-icon-contrast-fade)}.kbq-breadcrumbs .kbq-breadcrumb__expand.kbq-button-icon:not(.kbq-disabled):hover .kbq-icon,.kbq-breadcrumbs .kbq-breadcrumb__expand.kbq-button-icon:not(.kbq-disabled).kbq-hover .kbq-icon,.kbq-breadcrumbs .kbq-breadcrumb__expand.kbq-button-icon:not(.kbq-disabled).cdk-keyboard-focused .kbq-icon{--kbq-breadcrumb-expand-icon-color: var(--kbq-states-icon-contrast-fade-hover)}.kbq-breadcrumbs .kbq-breadcrumb__expand.kbq-button-icon:not(.kbq-disabled):active .kbq-icon,.kbq-breadcrumbs .kbq-breadcrumb__expand.kbq-button-icon:not(.kbq-disabled).kbq-active .kbq-icon{--kbq-breadcrumb-expand-icon-color: var(--kbq-states-icon-contrast-fade-active)}.kbq-breadcrumbs .kbq-breadcrumb_current{color:var(--kbq-foreground-contrast)}.kbq-breadcrumbs .kbq-breadcrumb_current .kbq-button.kbq-button_transparent.kbq-contrast,.kbq-breadcrumbs .kbq-breadcrumb_current .kbq-button-icon.kbq-button_transparent.kbq-contrast{--kbq-button-transparent-contrast-fade-on-foreground: var(--kbq-foreground-contrast)}.kbq-breadcrumbs.kbq-breadcrumbs_compact .kbq-breadcrumb-item.kbq-button,.kbq-breadcrumbs.kbq-breadcrumbs_compact .kbq-breadcrumb-item.kbq-button-icon{font-size:var(--kbq-typography-text-normal-font-size);font-style:var(--kbq-typography-text-normal-font-style);font-weight:var(--kbq-typography-text-normal-font-weight);line-height:var(--kbq-typography-text-normal-line-height);font-family:var(--kbq-typography-text-normal-font-family);text-transform:var(--kbq-typography-text-normal-text-transform);font-feature-settings:var(--kbq-typography-text-normal-font-feature-settings);letter-spacing:var(--kbq-typography-text-normal-letter-spacing)}.kbq-breadcrumbs.kbq-breadcrumbs_normal .kbq-breadcrumb-item.kbq-button,.kbq-breadcrumbs.kbq-breadcrumbs_normal .kbq-breadcrumb-item.kbq-button-icon{font-size:var(--kbq-typography-text-big-font-size);font-style:var(--kbq-typography-text-big-font-style);font-weight:var(--kbq-typography-text-big-font-weight);line-height:var(--kbq-typography-text-big-line-height);font-family:var(--kbq-typography-text-big-font-family);text-transform:var(--kbq-typography-text-big-text-transform);font-feature-settings:var(--kbq-typography-text-big-font-feature-settings);letter-spacing:var(--kbq-typography-text-big-letter-spacing)}.kbq-breadcrumbs.kbq-breadcrumbs_big .kbq-button,.kbq-breadcrumbs.kbq-breadcrumbs_big .kbq-button-icon{font-size:var(--kbq-typography-subheading-font-size);font-style:var(--kbq-typography-subheading-font-style);font-weight:var(--kbq-typography-subheading-font-weight);line-height:var(--kbq-typography-subheading-line-height);font-family:var(--kbq-typography-subheading-font-family);text-transform:var(--kbq-typography-subheading-text-transform);font-feature-settings:var(--kbq-typography-subheading-font-feature-settings);letter-spacing:var(--kbq-typography-subheading-letter-spacing)}.kbq-breadcrumbs .kbq-breadcrumb__separator{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:var(--kbq-typography-text-big-font-size);font-style:var(--kbq-typography-text-big-font-style);font-weight:var(--kbq-typography-text-big-font-weight);line-height:var(--kbq-typography-text-big-line-height);font-family:var(--kbq-typography-text-big-font-family);text-transform:var(--kbq-typography-text-big-text-transform);font-feature-settings:var(--kbq-typography-text-big-font-feature-settings);letter-spacing:var(--kbq-typography-text-big-letter-spacing)}\n", ":where(.kbq-breadcrumbs){--kbq-breadcrumb-item-horizontal-padding: var(--kbq-size-xs);--kbq-breadcrumb-item-height: var(--kbq-size-3xl);--kbq-breadcrumb-item-expand-horizontal-padding: var(--kbq-size-s);--kbq-breadcrumb-expand-icon-color: var(--kbq-icon-contrast-fade);--kbq-breadcrumb-item-border-radius: var(--kbq-size-xs);--kbq-breadcrumb-item-icon-color: var(--kbq-icon-contrast-fade);--kbq-breadcrumb-item-negative-margin: calc(-1 * var(--kbq-size-xs));--kbq-breadcrumbs-gap: 0}\n"], dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "ngmodule", type: KbqIconModule }, { kind: "component", type: i2.KbqIcon, selector: "[kbq-icon]", inputs: ["small", "autoColor", "kbq-icon"] }, { kind: "ngmodule", type: KbqButtonModule }, { kind: "component", type: i3.KbqButton, selector: "[kbq-button]", inputs: ["kbqStyle", "disabled", "tabIndex"] }, { kind: "directive", type: i3.KbqButtonCssStyler, selector: "[kbq-button]" }, { kind: "directive", type: i3.KbqButtonDropdownTrigger, selector: "[kbq-button][kbqDropdownTriggerFor]" }, { kind: "ngmodule", type: KbqDropdownModule }, { kind: "component", type: i4.KbqDropdown, selector: "kbq-dropdown", inputs: ["navigationWithWrap", "xPosition", "yPosition", "overlapTriggerY", "overlapTriggerX", "hasBackdrop", "class", "backdropClass"], outputs: ["closed"], exportAs: ["kbqDropdown"] }, { kind: "component", type: i4.KbqDropdownItem, selector: "kbq-dropdown-item, [kbq-dropdown-item]", inputs: ["disabled"], exportAs: ["kbqDropdownItem"] }, { kind: "directive", type: i4.KbqDropdownTrigger, selector: "[kbqDropdownTriggerFor]", inputs: ["offsetX", "offsetY", "kbqDropdownTriggerData", "openByArrowDown", "kbqDropdownTriggerRestoreFocus", "kbqDropdownTriggerFor"], outputs: ["dropdownOpened", "dropdownClosed"], exportAs: ["kbqDropdownTrigger"] }, { kind: "directive", type: KbqBreadcrumbButton, selector: "[kbq-button][kbqBreadcrumb]" }, { kind: "ngmodule", type: KbqTitleModule }, { kind: "directive", type: i5.KbqTitleDirective, selector: "[kbq-title]", exportAs: ["kbqTitle"] }, { kind: "ngmodule", type: KbqOverflowItemsModule }, { kind: "directive", type: i6.KbqOverflowItems, selector: "[kbqOverflowItems]", inputs: ["reverseOverflowOrder", "debounceTime", "additionalResizeObserverTargets", "orientation"], outputs: ["changes"], exportAs: ["kbqOverflowItems"] }, { kind: "directive", type: i6.KbqOverflowItem, selector: "[kbqOverflowItem]", inputs: ["kbqOverflowItem", "order", "alwaysVisible"], exportAs: ["kbqOverflowItem"] }, { kind: "directive", type: i6.KbqOverflowItemsResult, selector: "[kbqOverflowItemsResult]", exportAs: ["kbqOverflowItemsResult"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
222
- }
223
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqBreadcrumbs, decorators: [{
224
- type: Component,
225
- args: [{ standalone: true, selector: 'kbq-breadcrumbs,[kbq-breadcrumbs]', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, imports: [
226
- NgTemplateOutlet,
227
- RouterLink,
228
- KbqIconModule,
229
- KbqButtonModule,
230
- KbqDropdownModule,
231
- KbqBreadcrumbButton,
232
- KbqTitleModule,
233
- KbqOverflowItemsModule
234
- ], host: {
235
- class: 'kbq-breadcrumbs',
236
- '[class.kbq-breadcrumbs_compact]': 'size === "compact"',
237
- '[class.kbq-breadcrumbs_normal]': 'size === "normal"',
238
- '[class.kbq-breadcrumbs_big]': 'size === "big"',
239
- '[class.kbq-breadcrumbs_wrap]': 'wrapMode === "wrap"',
240
- '[class.kbq-breadcrumbs_first-item-negative-margin]': 'firstItemNegativeMargin',
241
- '[attr.aria-label]': "'breadcrumb'"
242
- }, hostDirectives: [RdxRovingFocusGroupDirective], template: "<!--\n@TODO: check when updated to Angular 20.x (#DS-4034)\nresolved SSR issue with official hack https://github.com/angular/angular/issues/50543#issuecomment-1572900259\n-->\n<ng-content />\n@if (items.length < minVisibleItems || wrapMode !== 'auto') {\n @for (item of items; track item; let last = $last) {\n <div class=\"kbq-breadcrumb-item__container\">\n <ng-container *ngTemplateOutlet=\"breadcrumbTemplate; context: { $implicit: item, last: last }\" />\n @if (!last) {\n <ng-container [ngTemplateOutlet]=\"separatorTemplate\" />\n }\n </div>\n }\n} @else {\n <div\n #kbqOverflowItems=\"kbqOverflowItems\"\n kbqOverflowItems\n reverseOverflowOrder\n class=\"layout-align-start-center\"\n [style.max-width.px]=\"maxWidth\"\n >\n <div class=\"kbq-breadcrumb-item__container\" [kbqOverflowItem]=\"0\" [order]=\"items.length\">\n <ng-container *ngTemplateOutlet=\"breadcrumbTemplate; context: { $implicit: items.first, last: false }\" />\n <ng-container [ngTemplateOutlet]=\"separatorTemplate\" />\n </div>\n <!-- @TODO delay rendering for proper elements order (#DS-3334)--->\n @if (true) {\n <div kbqOverflowItemsResult class=\"kbq-breadcrumb-item__container\">\n <button\n kbq-button\n kbqBreadcrumb\n class=\"kbq-breadcrumb__expand\"\n [kbqDropdownTriggerFor]=\"hiddenBreadcrumbsDropdown\"\n [kbqStyle]=\"KbqButtonStyles.Transparent\"\n >\n <i kbq-icon=\"kbq-ellipsis-horizontal_16\" [color]=\"KbqComponentColors.ContrastFade\"></i>\n </button>\n <ng-container [ngTemplateOutlet]=\"separatorTemplate\" />\n\n <kbq-dropdown #hiddenBreadcrumbsDropdown=\"kbqDropdown\">\n @for (item of items; track item) {\n @if (kbqOverflowItems.hiddenItemIDs().has($index)) {\n <a kbq-dropdown-item [routerLink]=\"item.routerLink?.urlTree\" [disabled]=\"item.disabled\">\n {{ item.text }}\n </a>\n }\n }\n </kbq-dropdown>\n </div>\n }\n @for (item of itemsExcludingEdges; track item; let index = $index) {\n <div class=\"kbq-breadcrumb-item__container\" [kbqOverflowItem]=\"index + 1\">\n <ng-container *ngTemplateOutlet=\"breadcrumbTemplate; context: { $implicit: item, last: false }\" />\n <ng-container [ngTemplateOutlet]=\"separatorTemplate\" />\n </div>\n }\n <div alwaysVisible class=\"kbq-breadcrumb-item__container\" [kbqOverflowItem]=\"items.length - 1\">\n <ng-container *ngTemplateOutlet=\"breadcrumbTemplate; context: { $implicit: items.last, last: true }\" />\n </div>\n </div>\n}\n\n<ng-template #breadcrumbTemplate let-item let-last=\"last\">\n @if (item.customTemplateRef) {\n <ng-container [ngTemplateOutlet]=\"item.customTemplateRef\" />\n } @else {\n <a\n kbq-button\n kbq-title\n kbqBreadcrumb\n [focusable]=\"!item.disabled && !last\"\n [routerLink]=\"item.routerLink?.urlTree\"\n [attr.aria-current]=\"last ? 'page' : null\"\n [disabled]=\"item.disabled || last\"\n [kbqPlacementPriority]=\"PopUpPlacements.Bottom\"\n [kbqTooltipArrow]=\"false\"\n >\n {{ item.text }}\n </a>\n }\n</ng-template>\n\n<ng-template #separatorTemplate>\n @if (separator) {\n <ng-container [ngTemplateOutlet]=\"separator\" />\n } @else {\n <i kbq-icon=\"\" class=\"kbq-breadcrumb__separator\" [color]=\"KbqComponentColors.ContrastFade\">&nbsp;/&nbsp;</i>\n }\n</ng-template>\n", styles: [".kbq-breadcrumbs{display:flex;align-items:center;gap:var(--kbq-breadcrumbs-gap);flex-grow:1}.kbq-breadcrumbs .kbq-overflow-items{padding:1px}.kbq-breadcrumbs .kbq-breadcrumb-item__container{display:inline-flex;align-items:center}.kbq-breadcrumbs.kbq-breadcrumbs_first-item-negative-margin .kbq-overflow-items{margin-left:var(--kbq-breadcrumb-item-negative-margin)}.kbq-breadcrumbs.kbq-breadcrumbs_wrap{flex-wrap:wrap}.kbq-breadcrumbs:not(.kbq-breadcrumbs_wrap){overflow:hidden}.kbq-breadcrumbs.kbq-breadcrumbs_compact .kbq-breadcrumb-item.kbq-button,.kbq-breadcrumbs.kbq-breadcrumbs_compact .kbq-breadcrumb-item.kbq-button-icon{--kbq-breadcrumb-item-height: var(--kbq-size-xxl)}.kbq-breadcrumbs.kbq-breadcrumbs_compact .kbq-breadcrumb__expand.kbq-button-icon{--kbq-breadcrumb-item-expand-horizontal-padding: var(--kbq-size-xxs)}.kbq-breadcrumbs.kbq-breadcrumbs_normal .kbq-breadcrumb-item.kbq-button,.kbq-breadcrumbs.kbq-breadcrumbs_normal .kbq-breadcrumb-item.kbq-button-icon{--kbq-button-size-horizontal-padding: var(--kbq-breadcrumb-item-horizontal-padding)}.kbq-breadcrumbs.kbq-breadcrumbs_big .kbq-button,.kbq-breadcrumbs.kbq-breadcrumbs_big .kbq-button-icon{--kbq-button-size-height: var(--kbq-breadcrumb-item-height)}.kbq-breadcrumbs .kbq-breadcrumb-item.kbq-button,.kbq-breadcrumbs .kbq-breadcrumb-item.kbq-button-icon{--kbq-button-size-height: var(--kbq-breadcrumb-item-height);--kbq-button-size-horizontal-padding: var(--kbq-breadcrumb-item-horizontal-padding);--kbq-button-size-border-radius: var(--kbq-breadcrumb-item-border-radius)}.kbq-breadcrumbs .kbq-breadcrumb-item:focus-visible{outline-offset:unset}.kbq-breadcrumbs .kbq-breadcrumb__expand.kbq-button-icon{--kbq-button-icon-size-horizontal-padding: var(--kbq-breadcrumb-item-expand-horizontal-padding)}.kbq-breadcrumbs .kbq-breadcrumb-item.kbq-button,.kbq-breadcrumbs .kbq-breadcrumb-item.kbq-button-icon{--kbq-button-transparent-contrast-fade-on-foreground: var(--kbq-foreground-contrast-secondary);--kbq-button-transparent-contrast-fade-on-right-icon: var(--kbq-breadcrumb-item-icon-color);--kbq-button-transparent-contrast-fade-on-left-icon: var(--kbq-breadcrumb-item-icon-color)}.kbq-breadcrumbs .kbq-breadcrumb-item.kbq-button[aria-current=page],.kbq-breadcrumbs .kbq-breadcrumb-item.kbq-button-icon[aria-current=page]{--kbq-button-transparent-contrast-fade-on-states-disabled-foreground: var(--kbq-foreground-contrast)}.kbq-breadcrumbs .kbq-breadcrumb-item.kbq-button[aria-current=page].kbq-disabled,.kbq-breadcrumbs .kbq-breadcrumb-item.kbq-button-icon[aria-current=page].kbq-disabled{--kbq-button-transparent-contrast-fade-on-states-disabled-left-icon: var( --kbq-breadcrumb-item-icon-color );--kbq-button-transparent-contrast-fade-on-states-disabled-right-icon: var( --kbq-breadcrumb-item-icon-color )}.kbq-breadcrumbs .kbq-breadcrumb-item.kbq-dropdown-trigger.kbq-button:not(.kbq-disabled):hover .kbq-icon,.kbq-breadcrumbs .kbq-breadcrumb-item.kbq-dropdown-trigger.kbq-button:not(.kbq-disabled).kbq-hover .kbq-icon,.kbq-breadcrumbs .kbq-breadcrumb-item.kbq-dropdown-trigger.kbq-button:not(.kbq-disabled).cdk-keyboard-focused .kbq-icon,.kbq-breadcrumbs .kbq-breadcrumb-item.kbq-dropdown-trigger.kbq-button-icon:not(.kbq-disabled):hover .kbq-icon,.kbq-breadcrumbs .kbq-breadcrumb-item.kbq-dropdown-trigger.kbq-button-icon:not(.kbq-disabled).kbq-hover .kbq-icon,.kbq-breadcrumbs .kbq-breadcrumb-item.kbq-dropdown-trigger.kbq-button-icon:not(.kbq-disabled).cdk-keyboard-focused .kbq-icon{--kbq-button-transparent-contrast-fade-on-left-icon: var( --kbq-states-icon-contrast-fade-hover );--kbq-button-transparent-contrast-fade-on-right-icon: var( --kbq-states-icon-contrast-fade-hover )}.kbq-breadcrumbs .kbq-breadcrumb-item.kbq-dropdown-trigger.kbq-button:not(.kbq-disabled):active .kbq-icon,.kbq-breadcrumbs .kbq-breadcrumb-item.kbq-dropdown-trigger.kbq-button:not(.kbq-disabled).kbq-active .kbq-icon,.kbq-breadcrumbs .kbq-breadcrumb-item.kbq-dropdown-trigger.kbq-button-icon:not(.kbq-disabled):active .kbq-icon,.kbq-breadcrumbs .kbq-breadcrumb-item.kbq-dropdown-trigger.kbq-button-icon:not(.kbq-disabled).kbq-active .kbq-icon{--kbq-button-transparent-contrast-fade-on-left-icon: var( --kbq-states-icon-contrast-fade-active );--kbq-button-transparent-contrast-fade-on-right-icon: var( --kbq-states-icon-contrast-fade-active )}.kbq-breadcrumbs .kbq-breadcrumb__expand.kbq-button-icon{--kbq-button-transparent-contrast-fade-on-left-icon: var(--kbq-breadcrumb-expand-icon-color)}.kbq-breadcrumbs .kbq-breadcrumb__expand.kbq-button-icon .kbq-icon{--kbq-breadcrumb-expand-icon-color: var(--kbq-icon-contrast-fade)}.kbq-breadcrumbs .kbq-breadcrumb__expand.kbq-button-icon:not(.kbq-disabled):hover .kbq-icon,.kbq-breadcrumbs .kbq-breadcrumb__expand.kbq-button-icon:not(.kbq-disabled).kbq-hover .kbq-icon,.kbq-breadcrumbs .kbq-breadcrumb__expand.kbq-button-icon:not(.kbq-disabled).cdk-keyboard-focused .kbq-icon{--kbq-breadcrumb-expand-icon-color: var(--kbq-states-icon-contrast-fade-hover)}.kbq-breadcrumbs .kbq-breadcrumb__expand.kbq-button-icon:not(.kbq-disabled):active .kbq-icon,.kbq-breadcrumbs .kbq-breadcrumb__expand.kbq-button-icon:not(.kbq-disabled).kbq-active .kbq-icon{--kbq-breadcrumb-expand-icon-color: var(--kbq-states-icon-contrast-fade-active)}.kbq-breadcrumbs .kbq-breadcrumb_current{color:var(--kbq-foreground-contrast)}.kbq-breadcrumbs .kbq-breadcrumb_current .kbq-button.kbq-button_transparent.kbq-contrast,.kbq-breadcrumbs .kbq-breadcrumb_current .kbq-button-icon.kbq-button_transparent.kbq-contrast{--kbq-button-transparent-contrast-fade-on-foreground: var(--kbq-foreground-contrast)}.kbq-breadcrumbs.kbq-breadcrumbs_compact .kbq-breadcrumb-item.kbq-button,.kbq-breadcrumbs.kbq-breadcrumbs_compact .kbq-breadcrumb-item.kbq-button-icon{font-size:var(--kbq-typography-text-normal-font-size);font-style:var(--kbq-typography-text-normal-font-style);font-weight:var(--kbq-typography-text-normal-font-weight);line-height:var(--kbq-typography-text-normal-line-height);font-family:var(--kbq-typography-text-normal-font-family);text-transform:var(--kbq-typography-text-normal-text-transform);font-feature-settings:var(--kbq-typography-text-normal-font-feature-settings);letter-spacing:var(--kbq-typography-text-normal-letter-spacing)}.kbq-breadcrumbs.kbq-breadcrumbs_normal .kbq-breadcrumb-item.kbq-button,.kbq-breadcrumbs.kbq-breadcrumbs_normal .kbq-breadcrumb-item.kbq-button-icon{font-size:var(--kbq-typography-text-big-font-size);font-style:var(--kbq-typography-text-big-font-style);font-weight:var(--kbq-typography-text-big-font-weight);line-height:var(--kbq-typography-text-big-line-height);font-family:var(--kbq-typography-text-big-font-family);text-transform:var(--kbq-typography-text-big-text-transform);font-feature-settings:var(--kbq-typography-text-big-font-feature-settings);letter-spacing:var(--kbq-typography-text-big-letter-spacing)}.kbq-breadcrumbs.kbq-breadcrumbs_big .kbq-button,.kbq-breadcrumbs.kbq-breadcrumbs_big .kbq-button-icon{font-size:var(--kbq-typography-subheading-font-size);font-style:var(--kbq-typography-subheading-font-style);font-weight:var(--kbq-typography-subheading-font-weight);line-height:var(--kbq-typography-subheading-line-height);font-family:var(--kbq-typography-subheading-font-family);text-transform:var(--kbq-typography-subheading-text-transform);font-feature-settings:var(--kbq-typography-subheading-font-feature-settings);letter-spacing:var(--kbq-typography-subheading-letter-spacing)}.kbq-breadcrumbs .kbq-breadcrumb__separator{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:var(--kbq-typography-text-big-font-size);font-style:var(--kbq-typography-text-big-font-style);font-weight:var(--kbq-typography-text-big-font-weight);line-height:var(--kbq-typography-text-big-line-height);font-family:var(--kbq-typography-text-big-font-family);text-transform:var(--kbq-typography-text-big-text-transform);font-feature-settings:var(--kbq-typography-text-big-font-feature-settings);letter-spacing:var(--kbq-typography-text-big-letter-spacing)}\n", ":where(.kbq-breadcrumbs){--kbq-breadcrumb-item-horizontal-padding: var(--kbq-size-xs);--kbq-breadcrumb-item-height: var(--kbq-size-3xl);--kbq-breadcrumb-item-expand-horizontal-padding: var(--kbq-size-s);--kbq-breadcrumb-expand-icon-color: var(--kbq-icon-contrast-fade);--kbq-breadcrumb-item-border-radius: var(--kbq-size-xs);--kbq-breadcrumb-item-icon-color: var(--kbq-icon-contrast-fade);--kbq-breadcrumb-item-negative-margin: calc(-1 * var(--kbq-size-xs));--kbq-breadcrumbs-gap: 0}\n"] }]
243
- }], ctorParameters: () => [], propDecorators: { firstItemNegativeMargin: [{
244
- type: Input,
245
- args: [{ transform: booleanAttribute }]
246
- }], size: [{
247
- type: Input
248
- }], max: [{
249
- type: Input
250
- }], disabled: [{
251
- type: Input,
252
- args: [{ transform: booleanAttribute }]
253
- }], wrapMode: [{
254
- type: Input
255
- }], separator: [{
256
- type: ContentChild,
257
- args: [KbqBreadcrumbsSeparator, { read: TemplateRef }]
258
- }], items: [{
259
- type: ContentChildren,
260
- args: [forwardRef(() => KbqBreadcrumbItem)]
261
- }], result: [{
262
- type: ViewChild,
263
- args: [KbqOverflowItemsResult, { read: ElementRef }]
264
- }], overflowItems: [{
265
- type: ViewChildren,
266
- args: [KbqOverflowItem, { read: ElementRef }]
267
- }] } });
268
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnJlYWRjcnVtYnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9wYWNrYWdlcy9jb21wb25lbnRzL2JyZWFkY3J1bWJzL2JyZWFkY3J1bWJzLnRzIiwiLi4vLi4vLi4vLi4vcGFja2FnZXMvY29tcG9uZW50cy9icmVhZGNydW1icy9icmVhZGNydW1icy5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQ25ELE9BQU8sRUFFSCxnQkFBZ0IsRUFDaEIsdUJBQXVCLEVBQ3ZCLGlCQUFpQixFQUNqQixTQUFTLEVBQ1QsWUFBWSxFQUNaLGVBQWUsRUFDZixVQUFVLEVBQ1YsU0FBUyxFQUNULFVBQVUsRUFDVixVQUFVLEVBQ1YsTUFBTSxFQUNOLGNBQWMsRUFDZCxLQUFLLEVBR0wsU0FBUyxFQUNULFdBQVcsRUFDWCxTQUFTLEVBQ1QsWUFBWSxFQUNaLGlCQUFpQixFQUNwQixNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSw0QkFBNEIsQ0FBQztBQUNoRSxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDN0MsT0FBTyxFQUFFLFNBQVMsRUFBRSxlQUFlLEVBQUUsZUFBZSxFQUFFLE1BQU0sMkJBQTJCLENBQUM7QUFDeEYsT0FBTyxFQUFFLGtCQUFrQixFQUFtQixlQUFlLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQztBQUMvRixPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSw2QkFBNkIsQ0FBQztBQUNoRSxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0seUJBQXlCLENBQUM7QUFDeEQsT0FBTyxFQUFFLGVBQWUsRUFBRSxzQkFBc0IsRUFBRSxzQkFBc0IsRUFBRSxNQUFNLG1DQUFtQyxDQUFDO0FBQ3BILE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQztBQUMxRCxPQUFPLEVBQUUs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Qjt3QkFDckQsNkJBQTZCLEVBQUUsZ0JBQWdCO3dCQUMvQyw4QkFBOEIsRUFBRSxxQkFBcUI7d0JBQ3JELG9EQUFvRCxFQUFFLHlCQUF5Qjt3QkFDL0UsbUJBQW1CLEVBQUUsY0FBYztxQkFDdEMsa0JBQ2UsQ0FBQyw0QkFBNEIsQ0FBQzt3REFTTix1QkFBdUI7c0JBQTlELEtBQUs7dUJBQUMsRUFBRSxTQUFTLEVBQUUsZ0JBQWdCLEVBQUU7Z0JBTTdCLElBQUk7c0JBQVosS0FBSztnQkFNRyxHQUFHO3NCQUFYLEtBQUs7Z0JBS2tDLFFBQVE7c0JBQS9DLEtBQUs7dUJBQUMsRUFBRSxTQUFTLEVBQUUsZ0JBQWdCLEVBQUU7Z0JBSTdCLFFBQVE7c0JBQWhCLEtBQUs7Z0JBR2EsU0FBUztzQkFEM0IsWUFBWTt1QkFBQyx1QkFBdUIsRUFBRSxFQUFFLElBQUksRUFBRSxXQUFXLEVBQUU7Z0JBSXpDLEtBQUs7c0JBRHZCLGVBQWU7dUJBQUMsVUFBVSxDQUFDLEdBQUcsRUFBRSxDQUFDLGlCQUFpQixDQUFDO2dCQUluQyxNQUFNO3NCQUR0QixTQUFTO3VCQUFDLHNCQUFzQixFQUFFLEVBQUUsSUFBSSxFQUFFLFVBQVUsRUFBRTtnQkFJdEMsYUFBYTtzQkFEN0IsWUFBWTt1QkFBQyxlQUFlLEVBQUUsRUFBRSxJQUFJLEVBQUUsVUFBVSxFQUFFIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdUZW1wbGF0ZU91dGxldCB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQge1xuICAgIEFmdGVyQ29udGVudEluaXQsXG4gICAgYm9vbGVhbkF0dHJpYnV0ZSxcbiAgICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgICBDaGFuZ2VEZXRlY3RvclJlZixcbiAgICBDb21wb25lbnQsXG4gICAgQ29udGVudENoaWxkLFxuICAgIENvbnRlbnRDaGlsZHJlbixcbiAgICBEZXN0cm95UmVmLFxuICAgIERpcmVjdGl2ZSxcbiAgICBFbGVtZW50UmVmLFxuICAgIGZvcndhcmRSZWYsXG4gICAgaW5qZWN0LFxuICAgIEluamVjdGlvblRva2VuLFxuICAgIElucHV0LFxuICAgIE9uSW5pdCxcbiAgICBQcm92aWRlcixcbiAgICBRdWVyeUxpc3QsXG4gICAgVGVtcGxhdGVSZWYsXG4gICAgVmlld0NoaWxkLFxuICAgIFZpZXdDaGlsZHJlbixcbiAgICBWaWV3RW5jYXBzdWxhdGlvblxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IHRha2VVbnRpbERlc3Ryb3llZCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUvcnhqcy1pbnRlcm9wJztcbmltcG9ydCB7IFJvdXRlckxpbmsgfSBmcm9tICdAYW5ndWxhci9yb3V0ZXInO1xuaW1wb3J0IHsgS2JxQnV0dG9uLCBLYnFCdXR0b25Nb2R1bGUsIEticUJ1dHRvblN0eWxlcyB9IGZyb20gJ0Brb29iaXEvY29tcG9uZW50cy9idXR0b24nO1xuaW1wb3J0IHsgS2JxQ29tcG9uZW50Q29sb3JzLCBLYnFEZWZhdWx0U2l6ZXMsIFBvcFVwUGxhY2VtZW50cyB9IGZyb20gJ0Brb29iaXEvY29tcG9uZW50cy9jb3JlJztcbmltcG9ydCB7IEticURyb3Bkb3duTW9kdWxlIH0gZnJvbSAnQGtvb2JpcS9jb21wb25lbnRzL2Ryb3Bkb3duJztcbmltcG9ydCB7IEticUljb25Nb2R1bGUgfSBmcm9tICdAa29vYmlxL2NvbXBvbmVudHMvaWNvbic7XG5pbXBvcnQgeyBLYnFPdmVyZmxvd0l0ZW0sIEticU92ZXJmbG93SXRlbXNNb2R1bGUsIEticU92ZXJmbG93SXRlbXNSZXN1bHQgfSBmcm9tICdAa29vYmlxL2NvbXBvbmVudHMvb3ZlcmZsb3ctaXRlbXMnO1xuaW1wb3J0IHsgS2JxVGl0bGVNb2R1bGUgfSBmcm9tICdAa29vYmlxL2NvbXBvbmVudHMvdGl0bGUnO1xuaW1wb3J0IHsgUmR4Um92aW5nRm9jdXNHcm91cERpcmVjdGl2ZSwgUmR4Um92aW5nRm9jdXNJdGVtRGlyZWN0aXZlIH0gZnJvbSAnQHJhZGl4LW5nL3ByaW1pdGl2ZXMvcm92aW5nLWZvY3VzJztcbmltcG9ydCB7IEticUJyZWFkY3J1bWJzQ29uZmlndXJhdGlvbiwgS2JxQnJlYWRjcnVtYnNXcmFwTW9kZSB9IGZyb20gJy4vYnJlYWRjcnVtYnMudHlwZXMnO1xuXG5jb25zdCBLQlFfQlJFQURDUlVNQlNfREVGQVVMVF9DT05GSUdVUkFUSU9OOiBLYnFCcmVhZGNydW1ic0NvbmZpZ3VyYXRpb24gPSB7XG4gICAgbWF4OiA0LFxuICAgIHNpemU6ICdub3JtYWwnLFxuICAgIGZpcnN0SXRlbU5lZ2F0aXZlTWFyZ2luOiB0cnVlLFxuICAgIHdyYXBNb2RlOiAnYXV0bydcbn07XG5cbi8qKiBCcmVhZGNydW1icyBvcHRpb25zIGdsb2JhbCBjb25maWd1cmF0aW9uIHByb3ZpZGVyLiAqL1xuZXhwb3J0IGNvbnN0IEtCUV9CUkVBRENSVU1CU19DT05GSUdVUkFUSU9OID0gbmV3IEluamVjdGlvblRva2VuPEticUJyZWFkY3J1bWJzQ29uZmlndXJhdGlvbj4oXG4gICAgJ0tCUV9CUkVBRENSVU1CU19DT05GSUdVUkFUSU9OJyxcbiAgICB7IGZhY3Rvcnk6ICgpID0+IEtCUV9CUkVBRENSVU1CU19ERUZBVUxUX0NPTkZJR1VSQVRJT04gfVxuKTtcblxuLyoqIFV0aWxpdHkgcHJvdmlkZXIgZm9yIGBLQlFfQlJFQURDUlVNQlNfQ09ORklHVVJBVElPTmAuICovXG5leHBvcnQgY29uc3Qga2JxQnJlYWRjcnVtYnNDb25maWd1cmF0aW9uUHJvdmlkZXIgPSAoY29uZmlndXJhdGlvbjogUGFydGlhbDxLYnFCcmVhZGNydW1ic0NvbmZpZ3VyYXRpb24+KTogUHJvdmlkZXIgPT4gKHtcbiAgICBwcm92aWRlOiBLQlFfQlJFQURDUlVNQlNfQ09ORklHVVJBVElPTixcbiAgICB1c2VWYWx1ZTogeyAuLi5LQlFfQlJFQURDUlVNQlNfREVGQVVMVF9DT05GSUdVUkFUSU9OLCAuLi5jb25maWd1cmF0aW9uIH1cbn0pO1xuXG5ARGlyZWN0aXZlKHtcbiAgICBzZWxlY3RvcjogJ25nLXRlbXBsYXRlW2ticUJyZWFkY3J1bWJzU2VwYXJhdG9yXScsXG4gICAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgICBob3N0OiB7XG4gICAgICAgIGNsYXNzOiAna2JxLWJyZWFkY3J1bWJzLXNlcGFyYXRvcidcbiAgICB9XG59KVxuZXhwb3J0IGNsYXNzIEticUJyZWFkY3J1bWJzU2VwYXJhdG9yIHtcbiAgICByZWFkb25seSB0ZW1wbGF0ZVJlZiA9IGluamVjdChUZW1wbGF0ZVJlZik7XG59XG5cbi8qKlxuICogRGlyZWN0aXZlIHRvIHN0eWxlIGFuZCBjb25maWd1cmUgYnV0dG9ucyB1c2VkIGFzIGJyZWFkY3J1bWIgaXRlbXMuXG4gKiAtIEluaGVyaXRzIGZvY3VzIG1hbmFnZW1lbnQgYmVoYXZpb3IgZnJvbSBgUmR4Um92aW5nRm9jdXNJdGVtRGlyZWN0aXZlYC5cbiAqIC0gT3B0aW9uYWxseSBpbmplY3RzIGBLYnFCdXR0b25gIHRvIGN1c3RvbWl6ZSBpdHMgc3R5bGUgZm9yIGJyZWFkY3J1bWIgdXNhZ2UuXG4gKi9cbkBEaXJlY3RpdmUoe1xuICAgIHN0YW5kYWxvbmU6IHRydWUsXG4gICAgc2VsZWN0b3I6ICdba2JxLWJ1dHRvbl1ba2JxQnJlYWRjcnVtYl0nLFxuICAgIGhvc3Q6IHsgY2xhc3M6ICdrYnEtYnJlYWRjcnVtYi1pdGVtJyB9LFxuICAgIGhvc3REaXJlY3RpdmVzOiBbXG4gICAgICAgIHtcbiAgICAgICAgICAgIGRpcmVjdGl2ZTogUmR4Um92aW5nRm9jdXNJdGVtRGlyZWN0aXZlLFxuICAgICAgICAgICAgaW5wdXRzOiBbJ2ZvY3VzYWJsZSddXG4gICAgICAgIH1cbiAgICBdXG59KVxuZXhwb3J0IGNsYXNzIEticUJyZWFkY3J1bWJCdXR0b24gaW1wbGVtZW50cyBPbkluaXQge1xuICAgIHByaXZhdGUgcmVhZG9ubHkgYnV0dG9uID0gaW5qZWN0KEticUJ1dHRvbiwgeyBvcHRpb25hbDogdHJ1ZSwgc2VsZjogdHJ1ZSB9KTtcblxuICAgIG5nT25Jbml0KCkge1xuICAgICAgICBpZiAodGhpcy5idXR0b24pIHtcbiAgICAgICAgICAgIHRoaXMuYnV0dG9uLmNvbG9yID0gS2JxQ29tcG9uZW50Q29sb3JzLkNvbnRyYXN0O1xuICAgICAgICAgICAgdGhpcy5idXR0b24ua2JxU3R5bGUgPSBLYnFCdXR0b25TdHlsZXMuVHJhbnNwYXJlbnQ7XG4gICAgICAgIH1cbiAgICB9XG59XG5cbi8qKlxuICogRGlyZWN0aXZlIHByb3ZpZGVzIGEgd2F5IHRvIGRlZmluZSBhIGN1c3RvbSB0ZW1wbGF0ZSBmb3IgYnJlYWRjcnVtYiByZW5kZXJpbmcsIGxldmVyYWdpbmcgVGVtcGxhdGVSZWZcbiAqXG4gKi9cbkBEaXJlY3RpdmUoe1xuICAgIHN0YW5kYWxvbmU6IHRydWUsXG4gICAgc2VsZWN0b3I6ICdba2JxQnJlYWRjcnVtYlZpZXddJ1xufSlcbmV4cG9ydCBjbGFzcyBLYnFCcmVhZGNydW1iVmlldyB7XG4gICAgcmVhZG9ubHkgdGVtcGxhdGVSZWYgPSBpbmplY3QoVGVtcGxhdGVSZWYpO1xufVxuXG4vKipcbiAqIENvbXBvbmVudCByZXByZXNlbnRzIGFuIGluZGl2aWR1YWwgYnJlYWRjcnVtYiBpdGVtIHdpdGggb3B0aW9uYWwgc3VwcG9ydCBmb3Igcm91dGVyIG5hdmlnYXRpb24gYW5kIHN0eWxpbmcuXG4gKi9cbkBDb21wb25lbnQoe1xuICAgIHN0YW5kYWxvbmU6IHRydWUsXG4gICAgc2VsZWN0b3I6ICdrYnEtYnJlYWRjcnVtYi1pdGVtJyxcbiAgICB0ZW1wbGF0ZTogYFxuICAgICAgICA8bmctY29udGVudCAvPlxuICAgIGAsXG4gICAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gICAgaG9zdDoge1xuICAgICAgICAnW2F0dHIudGFiSW5kZXhdJzogJ251bGwnXG4gICAgfVxufSlcbmV4cG9ydCBjbGFzcyBLYnFCcmVhZGNydW1iSXRlbSB7XG4gICAgLyoqXG4gICAgICogVGhlIHRleHQgZGlzcGxheWVkIGZvciB0aGUgYnJlYWRjcnVtYiBpdGVtLlxuICAgICAqIFRoaXMgdGV4dCB3aWxsIGJlIHNob3duIGlmIGJyZWFkY3J1bWIgaXRlbSBpcyBoaWRkZW4gaW4gZHJvcGRvd24uXG4gICAgICovXG4gICAgQElucHV0KCkgdGV4dDogc3RyaW5nO1xuICAgIC8qKlxuICAgICAqIEluZGljYXRlcyB3aGV0aGVyIHRoZSBicmVhZGNydW1iIGl0ZW0gaXMgZGlzYWJsZWQuXG4gICAgICovXG4gICAgQElucHV0KHsgdHJhbnNmb3JtOiBib29sZWFuQXR0cmlidXRlIH0pIGRpc2FibGVkOiBib29sZWFuO1xuICAgIC8qKlxuICAgICAqIEluZGljYXRlcyB3aGV0aGVyIHRoZSBicmVhZGNydW1iIGl0ZW0gaXMgdGhlIGN1cnJlbnQvYWN0aXZlIGl0ZW0uXG4gICAgICogRGVmYXVsdHMgdG8gYGZhbHNlYC5cbiAgICAgKi9cbiAgICBASW5wdXQoeyB0cmFuc2Zvcm06IGJvb2xlYW5BdHRyaWJ1dGUgfSkgY3VycmVudDogYm9vbGVhbiA9IGZhbHNlO1xuICAgIC8qKlxuICAgICAqIEEgcmVmZXJlbmNlIHRvIGEgY3VzdG9tIHRlbXBsYXRlIHByb3ZpZGVkIGZvciB0aGUgYnJlYWRjcnVtYiBpdGVtIGNvbnRlbnQuXG4gICAgICogVGhlIHRlbXBsYXRlIGNhbiBiZSB1c2VkIHRvIG92ZXJyaWRlIHRoZSBkZWZhdWx0IGFwcGVhcmFuY2Ugb2YgdGhlIGJyZWFkY3J1bWIuXG4gICAgICovXG4gICAgQENvbnRlbnRDaGlsZChLYnFCcmVhZGNydW1iVmlldywgeyByZWFkOiBUZW1wbGF0ZVJlZiB9KSBjdXN0b21UZW1wbGF0ZVJlZjogVGVtcGxhdGVSZWY8YW55PjtcbiAgICAvKipcbiAgICAgKiBBbiBvcHRpb25hbCBgUm91dGVyTGlua2AgaW5zdGFuY2UgZm9yIG5hdmlnYXRpbmcgdG8gYSBzcGVjaWZpYyByb3V0ZS5cbiAgICAgKiBJbmplY3RlZCBmcm9tIHRoZSBob3N0IGVsZW1lbnQsIGlmIGF2YWlsYWJsZSBhbmQgcHJvamVjdGluZyB0byB0aGUgaGlkZGVuIGJyZWFkY3J1bWIgaXRlbSBpbiBkcm9wZG93bi5cbiAgICAgKi9cbiAgICByZWFkb25seSByb3V0ZXJMaW5rID0gaW5qZWN0KFJvdXRlckxpbmssIHsgb3B0aW9uYWw6IHRydWUsIGhvc3Q6IHRydWUgfSk7XG59XG5cbkBDb21wb25lbnQoe1xuICAgIHN0YW5kYWxvbmU6IHRydWUsXG4gICAgc2VsZWN0b3I6ICdrYnEtYnJlYWRjcnVtYnMsW2ticS1icmVhZGNydW1ic10nLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9icmVhZGNydW1icy5odG1sJyxcbiAgICBzdHlsZVVybHM6IFsnLi9icmVhZGNydW1icy5zY3NzJywgJy4vYnJlYWRjcnVtYnMtdG9rZW5zLnNjc3MnXSxcbiAgICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxuICAgIGltcG9ydHM6IFtcbiAgICAgICAgTmdUZW1wbGF0ZU91dGxldCxcbiAgICAgICAgUm91dGVyTGluayxcbiAgICAgICAgS2JxSWNvbk1vZHVsZSxcbiAgICAgICAgS2JxQnV0dG9uTW9kdWxlLFxuICAgICAgICBLYnFEcm9wZG93bk1vZHVsZSxcbiAgICAgICAgS2JxQnJlYWRjcnVtYkJ1dHRvbixcbiAgICAgICAgS2JxVGl0bGVNb2R1bGUsXG4gICAgICAgIEticU92ZXJmbG93SXRlbXNNb2R1bGVcbiAgICBdLFxuICAgIGhvc3Q6IHtcbiAgICAgICAgY2xhc3M6ICdrYnEtYnJlYWRjcnVtYnMnLFxuICAgICAgICAnW2NsYXNzLmticS1icmVhZGNydW1ic19jb21wYWN0XSc6ICdzaXplID09PSBcImNvbXBhY3RcIicsXG4gICAgICAgICdbY2xhc3Mua2JxLWJyZWFkY3J1bWJzX25vcm1hbF0nOiAnc2l6ZSA9PT0gXCJub3JtYWxcIicsXG4gICAgICAgICdbY2xhc3Mua2JxLWJyZWFkY3J1bWJzX2JpZ10nOiAnc2l6ZSA9PT0gXCJiaWdcIicsXG4gICAgICAgICdbY2xhc3Mua2JxLWJyZWFkY3J1bWJzX3dyYXBdJzogJ3dyYXBNb2RlID09PSBcIndyYXBcIicsXG4gICAgICAgICdbY2xhc3Mua2JxLWJyZWFkY3J1bWJzX2ZpcnN0LWl0ZW0tbmVnYXRpdmUtbWFyZ2luXSc6ICdmaXJzdEl0ZW1OZWdhdGl2ZU1hcmdpbicsXG4gICAgICAgICdbYXR0ci5hcmlhLWxhYmVsXSc6IFwiJ2JyZWFkY3J1bWInXCJcbiAgICB9LFxuICAgIGhvc3REaXJlY3RpdmVzOiBbUmR4Um92aW5nRm9jdXNHcm91cERpcmVjdGl2ZV1cbn0pXG5leHBvcnQgY2xhc3MgS2JxQnJlYWRjcnVtYnMgaW1wbGVtZW50cyBBZnRlckNvbnRlbnRJbml0IHtcbiAgICBwcm90ZWN0ZWQgcmVhZG9ubHkgY29uZmlndXJhdGlvbiA9IGluamVjdChLQlFfQlJFQURDUlVNQlNfQ09ORklHVVJBVElPTik7XG4gICAgLyoqXG4gICAgICogRGV0ZXJtaW5lcyBpZiBhIG5lZ2F0aXZlIG1hcmdpbiBzaG91bGQgYmUgYXBwbGllZCB0byB0aGUgZmlyc3QgYnJlYWRjcnVtYiBpdGVtLlxuICAgICAqXG4gICAgICogQHNlZSBLYnFCcmVhZGNydW1ic0NvbmZpZ3VyYXRpb25cbiAgICAgKi9cbiAgICBASW5wdXQoeyB0cmFuc2Zvcm06IGJvb2xlYW5BdHRyaWJ1dGUgfSkgZmlyc3RJdGVtTmVnYXRpdmVNYXJnaW46IGJvb2xlYW4gPVxuICAgICAgICB0aGlzLmNvbmZpZ3VyYXRpb24uZmlyc3RJdGVtTmVnYXRpdmVNYXJnaW47XG4gICAgLyoqXG4gICAgICogU2l6ZSBvZiB0aGUgYnJlYWRjcnVtYnMuIEFmZmVjdHMgZm9udCBzaXplLlxuICAgICAqIERlZmF1bHQgdmFsdWUgaXMgdGFrZW4gZnJvbSB0aGUgZ2xvYmFsIGNvbmZpZ3VyYXRpb24uXG4gICAgICovXG4gICAgQElucHV0KCkgc2l6ZTogS2JxRGVmYXVsdFNpemVzID0gdGhpcy5jb25maWd1cmF0aW9uLnNpemU7XG4gICAgLyoqXG4gICAgICogTWF4aW11bSBudW1iZXIgb2YgdmlzaWJsZSBicmVhZGNydW1iIGl0ZW1zLlxuICAgICAqIFJlbWFpbmluZyBpdGVtcyBhcmUgY29sbGFwc2VkIGludG8gYSBkcm9wZG93biBpZiB0aGUgdG90YWwgZXhjZWVkcyB0aGlzIHZhbHVlLlxuICAgICAqIERlZmF1bHQgdmFsdWUgaXMgdGFrZW4gZnJvbSB0aGUgZ2xvYmFsIGNvbmZpZ3VyYXRpb24uXG4gICAgICovXG4gICAgQElucHV0KCkgbWF4OiBudW1iZXIgfCBudWxsID0gdGhpcy5jb25maWd1cmF0aW9uLm1heDtcbiAgICAvKipcbiAgICAgKiBJbmRpY2F0ZXMgd2hldGhlciB0aGUgYnJlYWRjcnVtYnMgYXJlIGRpc2FibGVkLlxuICAgICAqIFdoZW4gZGlzYWJsZWQsIHVzZXIgaW50ZXJhY3Rpb25zIGFyZSBibG9ja2VkLlxuICAgICAqL1xuICAgIEBJbnB1dCh7IHRyYW5zZm9ybTogYm9vbGVhbkF0dHJpYnV0ZSB9KSBkaXNhYmxlZDogYm9vbGVhbiA9IGZhbHNlO1xuICAgIC8qKlxuICAgICAqIFdyYXBwaW5nIGJlaGF2aW9yIG9mIHRoZSBicmVhZGNydW1iIGl0ZW1zLlxuICAgICAqL1xuICAgIEBJbnB1dCgpIHdyYXBNb2RlOiBLYnFCcmVhZGNydW1ic1dyYXBNb2RlID0gdGhpcy5jb25maWd1cmF0aW9uLndyYXBNb2RlO1xuXG4gICAgQENvbnRlbnRDaGlsZChLYnFCcmVhZGNydW1ic1NlcGFyYXRvciwgeyByZWFkOiBUZW1wbGF0ZVJlZiB9KVxuICAgIHByb3RlY3RlZCByZWFkb25seSBzZXBhcmF0b3I/OiBUZW1wbGF0ZVJlZjxhbnk+O1xuXG4gICAgQENvbnRlbnRDaGlsZHJlbihmb3J3YXJkUmVmKCgpID0+IEticUJyZWFkY3J1bWJJdGVtKSlcbiAgICBwcm90ZWN0ZWQgcmVhZG9ubHkgaXRlbXM6IFF1ZXJ5TGlzdDxLYnFCcmVhZGNydW1iSXRlbT47XG5cbiAgICBAVmlld0NoaWxkKEticU92ZXJmbG93SXRlbXNSZXN1bHQsIHsgcmVhZDogRWxlbWVudFJlZiB9KVxuICAgIHByaXZhdGUgcmVhZG9ubHkgcmVzdWx0OiBFbGVtZW50UmVmO1xuXG4gICAgQFZpZXdDaGlsZHJlbihLYnFPdmVyZmxvd0l0ZW0sIHsgcmVhZDogRWxlbWVudFJlZiB9KVxuICAgIHByaXZhdGUgcmVhZG9ubHkgb3ZlcmZsb3dJdGVtczogUXVlcnlMaXN0PEVsZW1lbnRSZWY+O1xuXG4gICAgLyoqXG4gICAgICogRW5zdXJlcyBhdCBsZWFzdCBtaW5pbXVtIG51bWJlciBvZiBicmVhZGNydW1iIGl0ZW1zIGFyZSBzaG93bi5cbiAgICAgKi9cbiAgICBwcm90ZWN0ZWQgcmVhZG9ubHkgbWluVmlzaWJsZUl0ZW1zID0gMjtcbiAgICBwcm90ZWN0ZWQgcmVhZG9ubHkgS2JxQ29tcG9uZW50Q29sb3JzID0gS2JxQ29tcG9uZW50Q29sb3JzO1xuICAgIHByb3RlY3RlZCByZWFkb25seSBLYnFCdXR0b25TdHlsZXMgPSBLYnFCdXR0b25TdHlsZXM7XG4gICAgcHJvdGVjdGVkIHJlYWRvbmx5IFBvcFVwUGxhY2VtZW50cyA9IFBvcFVwUGxhY2VtZW50cztcbiAgICBwcml2YXRlIHJlYWRvbmx5IGNkciA9IGluamVjdChDaGFuZ2VEZXRlY3RvclJlZik7XG4gICAgcHJpdmF0ZSByZWFkb25seSBkZXN0cm95UmVmID0gaW5qZWN0KERlc3Ryb3lSZWYpO1xuXG4gICAgLyoqIEBkb2NzLXByaXZhdGUgKi9cbiAgICBwcm90ZWN0ZWQgZ2V0IGl0ZW1zRXhjbHVkaW5nRWRnZXMoKSB7XG4gICAgICAgIHJldHVybiB0aGlzLml0ZW1zLnRvQXJyYXkoKS5zbGljZSgxLCAtMSk7XG4gICAgfVxuXG4gICAgLyoqXG4gICAgICogQ2FsY3VsYXRlcyB0aGUgdG90YWwgd2lkdGggb2YgdmlzaWJsZSBpdGVtcyBiYXNlZCBvbiB0aGUgYG1heGAgdmFsdWUgYW5kIG92ZXJmbG93IGl0ZW1zLlxuICAgICAqIEByZXR1cm5zIHtudW1iZXIgfCBudWxsfSBUaGUgY29tcHV0ZWQgbWF4IHdpZHRoIGZvciBvdmVyZmxvdyBpdGVtcyBvciBudWxsIGlmIGNvbmRpdGlvbnMgYXJlIG5vdCBtZXQuXG4gICAgICogQGRvY3MtcHJpdmF0ZVxuICAgICAqL1xuICAgIHByb3RlY3RlZCBnZXQgbWF4V2lkdGgoKTogbnVtYmVyIHwgbnVsbCB7XG4gICAgICAgIGlmIChcbiAgICAgICAgICAgICF0aGlzLm92ZXJmbG93SXRlbXMgfHxcbiAgICAgICAgICAgICF0aGlzLm92ZXJmbG93SXRlbXMubGVuZ3RoIHx8XG4gICAgICAgICAgICB0aGlzLm1heCA9PT0gbnVsbCB8fFxuICAgICAgICAgICAgdGhpcy5tYXggPj0gdGhpcy5pdGVtcy5sZW5ndGggfHxcbiAgICAgICAgICAgIHRoaXMubWF4IDwgdGhpcy5taW5WaXNpYmxlSXRlbXNcbiAgICAgICAgKSB7XG4gICAgICAgICAgICByZXR1cm4gbnVsbDtcbiAgICAgICAgfVxuXG4gICAgICAgIGxldCB2aXNpYmxlSXRlbXNXaWR0aCA9IHRoaXMuZ2V0SXRlbVdpZHRoKHRoaXMucmVzdWx0KTtcbiAgICAgICAgLy8gUmVvcmRlcnMgb3ZlcmZsb3cgaXRlbXMgdG8gcHJpb3JpdGl6ZSB0aGUgZmlyc3QgYW5kIGxhc3QgZWxlbWVudHNcbiAgICAgICAgY29uc3Qgc29ydGVkSXRlbXMgPSBbXG4gICAgICAgICAgICAuLi50aGlzLm92ZXJmbG93SXRlbXMudG9BcnJheSgpLnNsaWNlKDEsIC0xKSxcbiAgICAgICAgICAgIHRoaXMub3ZlcmZsb3dJdGVtcy5maXJzdCxcbiAgICAgICAgICAgIHRoaXMub3ZlcmZsb3dJdGVtcy5sYXN0XG4gICAgICAgIF07XG5cbiAgICAgICAgZm9yIChsZXQgaSA9IDA7IGkgPCB0aGlzLm1heCAtIDE7IGkrKykge1xuICAgICAgICAgICAgdmlzaWJsZUl0ZW1zV2lkdGggKz0gdGhpcy5nZXRJdGVtV2lkdGgoc29ydGVkSXRlbXNbc29ydGVkSXRlbXMubGVuZ3RoIC0gaSAtIDFdKTtcbiAgICAgICAgfVxuXG4gICAgICAgIHJldHVybiB2aXNpYmxlSXRlbXNXaWR0aDtcbiAgICB9XG5cbiAgICBjb25zdHJ1Y3RvcigpIHtcbiAgICAgICAgaW5qZWN0KFJkeFJvdmluZ0ZvY3VzR3JvdXBEaXJlY3RpdmUsIHsgc2VsZjogdHJ1ZSB9KS5vcmllbnRhdGlvbiA9ICdob3Jpem9udGFsJztcbiAgICB9XG5cbiAgICBuZ0FmdGVyQ29udGVudEluaXQoKSB7XG4gICAgICAgIHRoaXMuaXRlbXMuY2hhbmdlcy5waXBlKHRha2VVbnRpbERlc3Ryb3llZCh0aGlzLmRlc3Ryb3lSZWYpKS5zdWJzY3JpYmUoKCkgPT4gdGhpcy5jZHIubWFya0ZvckNoZWNrKCkpO1xuICAgIH1cblxuICAgIHByaXZhdGUgZ2V0SXRlbVdpZHRoKGl0ZW0/OiBFbGVtZW50UmVmKSB7XG4gICAgICAgIHJldHVybiBpdGVtID8gaXRlbS5uYXRpdmVFbGVtZW50Lm9mZnNldFdpZHRoIDogMDtcbiAgICB9XG59XG4iLCI8IS0tXG5AVE9ETzogY2hlY2sgd2hlbiB1cGRhdGVkIHRvIEFuZ3VsYXIgMjAueCAoI0RTLTQwMzQpXG5yZXNvbHZlZCBTU1IgaXNzdWUgd2l0aCBvZmZpY2lhbCBoYWNrIGh0dHBzOi8vZ2l0aHViLmNvbS9hbmd1bGFyL2FuZ3VsYXIvaXNzdWVzLzUwNTQzI2lzc3VlY29tbWVudC0xNTcyOTAwMjU5XG4tLT5cbjxuZy1jb250ZW50IC8+XG5AaWYgKGl0ZW1zLmxlbmd0aCA8IG1pblZpc2libGVJdGVtcyB8fCB3cmFwTW9kZSAhPT0gJ2F1dG8nKSB7XG4gICAgQGZvciAoaXRlbSBvZiBpdGVtczsgdHJhY2sgaXRlbTsgbGV0IGxhc3QgPSAkbGFzdCkge1xuICAgICAgICA8ZGl2IGNsYXNzPVwia2JxLWJyZWFkY3J1bWItaXRlbV9fY29udGFpbmVyXCI+XG4gICAgICAgICAgICA8bmctY29udGFpbmVyICpuZ1RlbXBsYXRlT3V0bGV0PVwiYnJlYWRjcnVtYlRlbXBsYXRlOyBjb250ZXh0OiB7ICRpbXBsaWNpdDogaXRlbSwgbGFzdDogbGFzdCB9XCIgLz5cbiAgICAgICAgICAgIEBpZiAoIWxhc3QpIHtcbiAgICAgICAgICAgICAgICA8bmctY29udGFpbmVyIFtuZ1RlbXBsYXRlT3V0bGV0XT1cInNlcGFyYXRvclRlbXBsYXRlXCIgLz5cbiAgICAgICAgICAgIH1cbiAgICAgICAgPC9kaXY+XG4gICAgfVxufSBAZWxzZSB7XG4gICAgPGRpdlxuICAgICAgICAja2JxT3ZlcmZsb3dJdGVtcz1cImticU92ZXJmbG93SXRlbXNcIlxuICAgICAgICBrYnFPdmVyZmxvd0l0ZW1zXG4gICAgICAgIHJldmVyc2VPdmVyZmxvd09yZGVyXG4gICAgICAgIGNsYXNzPVwibGF5b3V0LWFsaWduLXN0YXJ0LWNlbnRlclwiXG4gICAgICAgIFtzdHlsZS5tYXgtd2lkdGgucHhdPVwibWF4V2lkdGhcIlxuICAgID5cbiAgICAgICAgPGRpdiBjbGFzcz1cImticS1icmVhZGNydW1iLWl0ZW1fX2NvbnRhaW5lclwiIFtrYnFPdmVyZmxvd0l0ZW1dPVwiMFwiIFtvcmRlcl09XCJpdGVtcy5sZW5ndGhcIj5cbiAgICAgICAgICAgIDxuZy1jb250YWluZXIgKm5nVGVtcGxhdGVPdXRsZXQ9XCJicmVhZGNydW1iVGVtcGxhdGU7IGNvbnRleHQ6IHsgJGltcGxpY2l0OiBpdGVtcy5maXJzdCwgbGFzdDogZmFsc2UgfVwiIC8+XG4gICAgICAgICAgICA8bmctY29udGFpbmVyIFtuZ1RlbXBsYXRlT3V0bGV0XT1cInNlcGFyYXRvclRlbXBsYXRlXCIgLz5cbiAgICAgICAgPC9kaXY+XG4gICAgICAgIDwhLS0gQFRPRE8gZGVsYXkgcmVuZGVyaW5nIGZvciBwcm9wZXIgZWxlbWVudHMgb3JkZXIgKCNEUy0zMzM0KS0tLT5cbiAgICAgICAgQGlmICh0cnVlKSB7XG4gICAgICAgICAgICA8ZGl2IGticU92ZXJmbG93SXRlbXNSZXN1bHQgY2xhc3M9XCJrYnEtYnJlYWRjcnVtYi1pdGVtX19jb250YWluZXJcIj5cbiAgICAgICAgICAgICAgICA8YnV0dG9uXG4gICAgICAgICAgICAgICAgICAgIGticS1idXR0b25cbiAgICAgICAgICAgICAgICAgICAga2JxQnJlYWRjcnVtYlxuICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImticS1icmVhZGNydW1iX19leHBhbmRcIlxuICAgICAgICAgICAgICAgICAgICBba2JxRHJvcGRvd25UcmlnZ2VyRm9yXT1cImhpZGRlbkJyZWFkY3J1bWJzRHJvcGRvd25cIlxuICAgICAgICAgICAgICAgICAgICBba2JxU3R5bGVdPVwiS2JxQnV0dG9uU3R5bGVzLlRyYW5zcGFyZW50XCJcbiAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgIDxpIGticS1pY29uPVwia2JxLWVsbGlwc2lzLWhvcml6b250YWxfMTZcIiBbY29sb3JdPVwiS2JxQ29tcG9uZW50Q29sb3JzLkNvbnRyYXN0RmFkZVwiPjwvaT5cbiAgICAgICAgICAgICAgICA8L2J1dHRvbj5cbiAgICAgICAgICAgICAgICA8bmctY29udGFpbmVyIFtuZ1RlbXBsYXRlT3V0bGV0XT1cInNlcGFyYXRvclRlbXBsYXRlXCIgLz5cblxuICAgICAgICAgICAgICAgIDxrYnEtZHJvcGRvd24gI2hpZGRlbkJyZWFkY3J1bWJzRHJvcGRvd249XCJrYnFEcm9wZG93blwiPlxuICAgICAgICAgICAgICAgICAgICBAZm9yIChpdGVtIG9mIGl0ZW1zOyB0cmFjayBpdGVtKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICBAaWYgKGticU92ZXJmbG93SXRlbXMuaGlkZGVuSXRlbUlEcygpLmhhcygkaW5kZXgpKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGEga2JxLWRyb3Bkb3duLWl0ZW0gW3JvdXRlckxpbmtdPVwiaXRlbS5yb3V0ZXJMaW5rPy51cmxUcmVlXCIgW2Rpc2FibGVkXT1cIml0ZW0uZGlzYWJsZWRcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAge3sgaXRlbS50ZXh0IH19XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9hPlxuICAgICAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgPC9rYnEtZHJvcGRvd24+XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgfVxuICAgICAgICBAZm9yIChpdGVtIG9mIGl0ZW1zRXhjbHVkaW5nRWRnZXM7IHRyYWNrIGl0ZW07IGxldCBpbmRleCA9ICRpbmRleCkge1xuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImticS1icmVhZGNydW1iLWl0ZW1fX2NvbnRhaW5lclwiIFtrYnFPdmVyZmxvd0l0ZW1dPVwiaW5kZXggKyAxXCI+XG4gICAgICAgICAgICAgICAgPG5nLWNvbnRhaW5lciAqbmdUZW1wbGF0ZU91dGxldD1cImJyZWFkY3J1bWJUZW1wbGF0ZTsgY29udGV4dDogeyAkaW1wbGljaXQ6IGl0ZW0sIGxhc3Q6IGZhbHNlIH1cIiAvPlxuICAgICAgICAgICAgICAgIDxuZy1jb250YWluZXIgW25nVGVtcGxhdGVPdXRsZXRdPVwic2VwYXJhdG9yVGVtcGxhdGVcIiAvPlxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgIH1cbiAgICAgICAgPGRpdiBhbHdheXNWaXNpYmxlIGNsYXNzPVwia2JxLWJyZWFkY3J1bWItaXRlbV9fY29udGFpbmVyXCIgW2ticU92ZXJmbG93SXRlbV09XCJpdGVtcy5sZW5ndGggLSAxXCI+XG4gICAgICAgICAgICA8bmctY29udGFpbmVyICpuZ1RlbXBsYXRlT3V0bGV0PVwiYnJlYWRjcnVtYlRlbXBsYXRlOyBjb250ZXh0OiB7ICRpbXBsaWNpdDogaXRlbXMubGFzdCwgbGFzdDogdHJ1ZSB9XCIgLz5cbiAgICAgICAgPC9kaXY+XG4gICAgPC9kaXY+XG59XG5cbjxuZy10ZW1wbGF0ZSAjYnJlYWRjcnVtYlRlbXBsYXRlIGxldC1pdGVtIGxldC1sYXN0PVwibGFzdFwiPlxuICAgIEBpZiAoaXRlbS5jdXN0b21UZW1wbGF0ZVJlZikge1xuICAgICAgICA8bmctY29udGFpbmVyIFtuZ1RlbXBsYXRlT3V0bGV0XT1cIml0ZW0uY3VzdG9tVGVtcGxhdGVSZWZcIiAvPlxuICAgIH0gQGVsc2Uge1xuICAgICAgICA8YVxuICAgICAgICAgICAga2JxLWJ1dHRvblxuICAgICAgICAgICAga2JxLXRpdGxlXG4gICAgICAgICAgICBrYnFCcmVhZGNydW1iXG4gICAgICAgICAgICBbZm9jdXNhYmxlXT1cIiFpdGVtLmRpc2FibGVkICYmICFsYXN0XCJcbiAgICAgICAgICAgIFtyb3V0ZXJMaW5rXT1cIml0ZW0ucm91dGVyTGluaz8udXJsVHJlZVwiXG4gICAgICAgICAgICBbYXR0ci5hcmlhLWN1cnJlbnRdPVwibGFzdCA/ICdwYWdlJyA6IG51bGxcIlxuICAgICAgICAgICAgW2Rpc2FibGVkXT1cIml0ZW0uZGlzYWJsZWQgfHwgbGFzdFwiXG4gICAgICAgICAgICBba2JxUGxhY2VtZW50UHJpb3JpdHldPVwiUG9wVXBQbGFjZW1lbnRzLkJvdHRvbVwiXG4gICAgICAgICAgICBba2JxVG9vbHRpcEFycm93XT1cImZhbHNlXCJcbiAgICAgICAgPlxuICAgICAgICAgICAge3sgaXRlbS50ZXh0IH19XG4gICAgICAgIDwvYT5cbiAgICB9XG48L25nLXRlbXBsYXRlPlxuXG48bmctdGVtcGxhdGUgI3NlcGFyYXRvclRlbXBsYXRlPlxuICAgIEBpZiAoc2VwYXJhdG9yKSB7XG4gICAgICAgIDxuZy1jb250YWluZXIgW25nVGVtcGxhdGVPdXRsZXRdPVwic2VwYXJhdG9yXCIgLz5cbiAgICB9IEBlbHNlIHtcbiAgICAgICAgPGkga2JxLWljb249XCJcIiBjbGFzcz1cImticS1icmVhZGNydW1iX19zZXBhcmF0b3JcIiBbY29sb3JdPVwiS2JxQ29tcG9uZW50Q29sb3JzLkNvbnRyYXN0RmFkZVwiPiZuYnNwOy8mbmJzcDs8L2k+XG4gICAgfVxuPC9uZy10ZW1wbGF0ZT5cbiJdfQ==
@@ -1,31 +0,0 @@
1
- import { NgModule } from '@angular/core';
2
- import { KbqBreadcrumbButton, KbqBreadcrumbItem, KbqBreadcrumbs, KbqBreadcrumbsSeparator, KbqBreadcrumbView } from './breadcrumbs';
3
- import * as i0 from "@angular/core";
4
- const COMPONENTS = [
5
- KbqBreadcrumbs,
6
- KbqBreadcrumbItem,
7
- KbqBreadcrumbView,
8
- KbqBreadcrumbsSeparator,
9
- KbqBreadcrumbButton
10
- ];
11
- export class KbqBreadcrumbsModule {
12
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqBreadcrumbsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
13
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: KbqBreadcrumbsModule, imports: [KbqBreadcrumbs,
14
- KbqBreadcrumbItem,
15
- KbqBreadcrumbView,
16
- KbqBreadcrumbsSeparator,
17
- KbqBreadcrumbButton], exports: [KbqBreadcrumbs,
18
- KbqBreadcrumbItem,
19
- KbqBreadcrumbView,
20
- KbqBreadcrumbsSeparator,
21
- KbqBreadcrumbButton] }); }
22
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqBreadcrumbsModule, imports: [KbqBreadcrumbs] }); }
23
- }
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqBreadcrumbsModule, decorators: [{
25
- type: NgModule,
26
- args: [{
27
- imports: COMPONENTS,
28
- exports: COMPONENTS
29
- }]
30
- }] });
31
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnJlYWRjcnVtYnMubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vcGFja2FnZXMvY29tcG9uZW50cy9icmVhZGNydW1icy9icmVhZGNydW1icy5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQ0gsbUJBQW1CLEVBQ25CLGlCQUFpQixFQUNqQixjQUFjLEVBQ2QsdUJBQXVCLEVBQ3ZCLGlCQUFpQixFQUNwQixNQUFNLGVBQWUsQ0FBQzs7QUFFdkIsTUFBTSxVQUFVLEdBQUc7SUFDZixjQUFjO0lBQ2QsaUJBQWlCO0lBQ2pCLGlCQUFpQjtJQUNqQix1QkFBdUI7SUFDdkIsbUJBQW1CO0NBQ3RCLENBQUM7QUFNRixNQUFNLE9BQU8sb0JBQW9CO2tJQUFwQixvQkFBb0I7bUlBQXBCLG9CQUFvQixZQVg3QixjQUFjO1lBQ2QsaUJBQWlCO1lBQ2pCLGlCQUFpQjtZQUNqQix1QkFBdUI7WUFDdkIsbUJBQW1CLGFBSm5CLGNBQWM7WUFDZCxpQkFBaUI7WUFDakIsaUJBQWlCO1lBQ2pCLHVCQUF1QjtZQUN2QixtQkFBbUI7bUlBT1Ysb0JBQW9CLFlBWDdCLGNBQWM7OzRGQVdMLG9CQUFvQjtrQkFKaEMsUUFBUTttQkFBQztvQkFDTixPQUFPLEVBQUUsVUFBVTtvQkFDbkIsT0FBTyxFQUFFLFVBQVU7aUJBQ3RCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7XG4gICAgS2JxQnJlYWRjcnVtYkJ1dHRvbixcbiAgICBLYnFCcmVhZGNydW1iSXRlbSxcbiAgICBLYnFCcmVhZGNydW1icyxcbiAgICBLYnFCcmVhZGNydW1ic1NlcGFyYXRvcixcbiAgICBLYnFCcmVhZGNydW1iVmlld1xufSBmcm9tICcuL2JyZWFkY3J1bWJzJztcblxuY29uc3QgQ09NUE9ORU5UUyA9IFtcbiAgICBLYnFCcmVhZGNydW1icyxcbiAgICBLYnFCcmVhZGNydW1iSXRlbSxcbiAgICBLYnFCcmVhZGNydW1iVmlldyxcbiAgICBLYnFCcmVhZGNydW1ic1NlcGFyYXRvcixcbiAgICBLYnFCcmVhZGNydW1iQnV0dG9uXG5dO1xuXG5ATmdNb2R1bGUoe1xuICAgIGltcG9ydHM6IENPTVBPTkVOVFMsXG4gICAgZXhwb3J0czogQ09NUE9ORU5UU1xufSlcbmV4cG9ydCBjbGFzcyBLYnFCcmVhZGNydW1ic01vZHVsZSB7fVxuIl19
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnJlYWRjcnVtYnMudHlwZXMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9wYWNrYWdlcy9jb21wb25lbnRzL2JyZWFkY3J1bWJzL2JyZWFkY3J1bWJzLnR5cGVzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBLYnFEZWZhdWx0U2l6ZXMgfSBmcm9tICdAa29vYmlxL2NvbXBvbmVudHMvY29yZSc7XG5cbmV4cG9ydCB0eXBlIEticUJyZWFkY3J1bWJzV3JhcE1vZGUgPSAnYXV0bycgfCAnd3JhcCcgfCAnbm9uZSc7XG5cbmV4cG9ydCB0eXBlIEticUJyZWFkY3J1bWJzQ29uZmlndXJhdGlvbiA9IHtcbiAgICAvKipcbiAgICAgKiBTcGVjaWZpZXMgdGhlIG1heGltdW0gbnVtYmVyIG9mIGJyZWFkY3J1bWIgaXRlbXMgdG8gZGlzcGxheS5cbiAgICAgKiAtIElmIGEgbnVtYmVyIGlzIHByb3ZpZGVkLCBvbmx5IHRoYXQgbWFueSBpdGVtcyB3aWxsIGJlIHNob3duLlxuICAgICAqIC0gSWYgYG51bGxgLCBubyBsaW1pdCBpcyBhcHBsaWVkLCBhbmQgYWxsIGJyZWFkY3J1bWIgaXRlbXMgYXJlIGRpc3BsYXllZC5cbiAgICAgKi9cbiAgICBtYXg6IG51bWJlciB8IG51bGw7XG4gICAgc2l6ZTogS2JxRGVmYXVsdFNpemVzO1xuICAgIC8qKlxuICAgICAqIERldGVybWluZXMgaWYgYSBuZWdhdGl2ZSBtYXJnaW4gc2hvdWxkIGJlIGFwcGxpZWQgdG8gdGhlIGZpcnN0IGJyZWFkY3J1bWIgaXRlbS5cbiAgICAgKi9cbiAgICBmaXJzdEl0ZW1OZWdhdGl2ZU1hcmdpbjogYm9vbGVhbjtcbiAgICAvKipcbiAgICAgKiBNYW5hZ2VzIGJyZWFkY3J1bWIgaXRlbXMgd2hlbiBzcGFjZSBpcyBsaW1pdGVkOlxuICAgICAqIC0gYGF1dG9gOiBBZGp1c3RzIGJhc2VkIG9uIHNwYWNlIGFuZCBpdGVtIGNvdW50LlxuICAgICAqIC0gYHdyYXBgOiBNb3ZlcyBpdGVtcyB0byB0aGUgbmV4dCBsaW5lIGlmIG5lZWRlZC5cbiAgICAgKiAtIGBub25lYDogUHJldmVudHMgd3JhcHBpbmcsIGFsbG93aW5nIG92ZXJmbG93LlxuICAgICAqL1xuICAgIHdyYXBNb2RlOiBLYnFCcmVhZGNydW1ic1dyYXBNb2RlO1xufTtcbiJdfQ==
@@ -1,2 +0,0 @@
1
- export * from './public-api';
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9wYWNrYWdlcy9jb21wb25lbnRzL2JyZWFkY3J1bWJzL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9wdWJsaWMtYXBpJztcbiJdfQ==
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- export * from './index';
5
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoia29vYmlxLWNvbXBvbmVudHMtYnJlYWRjcnVtYnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9wYWNrYWdlcy9jb21wb25lbnRzL2JyZWFkY3J1bWJzL2tvb2JpcS1jb21wb25lbnRzLWJyZWFkY3J1bWJzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxTQUFTLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vaW5kZXgnO1xuIl19
@@ -1,4 +0,0 @@
1
- export * from './breadcrumbs';
2
- export * from './breadcrumbs.module';
3
- export * from './breadcrumbs.types';
4
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3BhY2thZ2VzL2NvbXBvbmVudHMvYnJlYWRjcnVtYnMvcHVibGljLWFwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLGVBQWUsQ0FBQztBQUM5QixjQUFjLHNCQUFzQixDQUFDO0FBQ3JDLGNBQWMscUJBQXFCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2JyZWFkY3J1bWJzJztcbmV4cG9ydCAqIGZyb20gJy4vYnJlYWRjcnVtYnMubW9kdWxlJztcbmV4cG9ydCAqIGZyb20gJy4vYnJlYWRjcnVtYnMudHlwZXMnO1xuIl19