@koobiq/components 17.0.0-rc.10 → 17.0.0-rc.11

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 (495) hide show
  1. package/alert/public-api.d.ts +1 -1
  2. package/autocomplete/public-api.d.ts +2 -2
  3. package/badge/public-api.d.ts +1 -1
  4. package/button/button.component.d.ts +2 -2
  5. package/button/public-api.d.ts +1 -1
  6. package/button-toggle/public-api.d.ts +1 -1
  7. package/card/card.component.d.ts +1 -1
  8. package/card/public-api.d.ts +1 -1
  9. package/code-block/code-block.component.d.ts +2 -2
  10. package/code-block/public-api.d.ts +1 -1
  11. package/core/animation/index.d.ts +1 -1
  12. package/core/common-behaviors/index.d.ts +3 -3
  13. package/core/datetime/index.d.ts +1 -1
  14. package/core/formatters/index.d.ts +1 -1
  15. package/core/forms/index.d.ts +1 -1
  16. package/core/locales/index.d.ts +1 -1
  17. package/core/option/index.d.ts +2 -2
  18. package/core/option/optgroup.scss +2 -2
  19. package/core/pop-up/pop-up-trigger.d.ts +1 -1
  20. package/core/public-api.d.ts +3 -3
  21. package/core/select/constants.d.ts +1 -1
  22. package/core/select/index.d.ts +3 -3
  23. package/core/styles/common/_list.scss +23 -62
  24. package/core/styles/theming/_components-theming.scss +331 -331
  25. package/core/styles/theming/_theming.scss +3 -3
  26. package/core/styles/typography/_typography.scss +7 -7
  27. package/core/styles/visual/_layout.scss +1 -1
  28. package/core/utils/data-size/index.d.ts +1 -1
  29. package/core/utils/public-api.d.ts +1 -1
  30. package/datepicker/datepicker-input.directive.d.ts +1 -0
  31. package/datepicker/public-api.d.ts +4 -4
  32. package/dl/public-api.d.ts +1 -1
  33. package/dropdown/_dropdown-theme.scss +4 -1
  34. package/dropdown/dropdown-content.directive.d.ts +1 -1
  35. package/dropdown/dropdown-item.component.d.ts +1 -1
  36. package/dropdown/dropdown-item.scss +9 -6
  37. package/dropdown/dropdown.component.d.ts +1 -1
  38. package/dropdown/public-api.d.ts +5 -5
  39. package/ellipsis-center/ellipsis-center.directive.d.ts +1 -1
  40. package/empty-state/public-api.d.ts +1 -1
  41. package/esm2022/alert/alert.component.mjs +3 -3
  42. package/esm2022/alert/alert.module.mjs +1 -1
  43. package/esm2022/alert/public-api.mjs +2 -2
  44. package/esm2022/autocomplete/autocomplete-origin.directive.mjs +1 -1
  45. package/esm2022/autocomplete/autocomplete-trigger.directive.mjs +23 -31
  46. package/esm2022/autocomplete/autocomplete.component.mjs +14 -9
  47. package/esm2022/autocomplete/autocomplete.module.mjs +3 -3
  48. package/esm2022/autocomplete/public-api.mjs +3 -3
  49. package/esm2022/badge/badge.component.mjs +6 -4
  50. package/esm2022/badge/badge.module.mjs +1 -1
  51. package/esm2022/badge/public-api.mjs +2 -2
  52. package/esm2022/button/button.component.mjs +12 -9
  53. package/esm2022/button/button.module.mjs +1 -1
  54. package/esm2022/button/public-api.mjs +2 -2
  55. package/esm2022/button-toggle/button-toggle.component.mjs +22 -14
  56. package/esm2022/button-toggle/button-toggle.module.mjs +1 -1
  57. package/esm2022/button-toggle/public-api.mjs +2 -2
  58. package/esm2022/card/card.component.mjs +2 -2
  59. package/esm2022/card/card.module.mjs +1 -1
  60. package/esm2022/card/public-api.mjs +2 -2
  61. package/esm2022/checkbox/checkbox-config.mjs +1 -1
  62. package/esm2022/checkbox/checkbox-module.mjs +1 -1
  63. package/esm2022/checkbox/checkbox-required-validator.mjs +1 -1
  64. package/esm2022/checkbox/checkbox.mjs +6 -6
  65. package/esm2022/checkbox/public-api.mjs +1 -1
  66. package/esm2022/code-block/actionbar.component.mjs +4 -6
  67. package/esm2022/code-block/code-block.component.mjs +16 -13
  68. package/esm2022/code-block/code-block.module.mjs +9 -5
  69. package/esm2022/code-block/public-api.mjs +2 -2
  70. package/esm2022/core/animation/fade-animations.mjs +1 -1
  71. package/esm2022/core/animation/index.mjs +2 -2
  72. package/esm2022/core/animation/select-animations.mjs +2 -2
  73. package/esm2022/core/common-behaviors/color.mjs +4 -2
  74. package/esm2022/core/common-behaviors/common-module.mjs +2 -2
  75. package/esm2022/core/common-behaviors/constructor.mjs +1 -1
  76. package/esm2022/core/common-behaviors/disabled.mjs +1 -1
  77. package/esm2022/core/common-behaviors/error-state.mjs +1 -1
  78. package/esm2022/core/common-behaviors/index.mjs +4 -4
  79. package/esm2022/core/common-behaviors/tabindex.mjs +1 -1
  80. package/esm2022/core/datetime/date-adapter.mjs +1 -1
  81. package/esm2022/core/datetime/date-formats.mjs +1 -1
  82. package/esm2022/core/datetime/index.mjs +2 -2
  83. package/esm2022/core/error/error-options.mjs +1 -1
  84. package/esm2022/core/form-field/form-field-ref.mjs +1 -1
  85. package/esm2022/core/formatters/date/formatter.mjs +1 -1
  86. package/esm2022/core/formatters/date/formatter.pipe.mjs +1 -1
  87. package/esm2022/core/formatters/index.mjs +2 -2
  88. package/esm2022/core/formatters/number/formatter.mjs +19 -20
  89. package/esm2022/core/forms/forms-module.mjs +1 -1
  90. package/esm2022/core/forms/forms.directive.mjs +1 -1
  91. package/esm2022/core/forms/index.mjs +2 -2
  92. package/esm2022/core/highlight/highlight.pipe.mjs +1 -1
  93. package/esm2022/core/highlight/index.mjs +1 -1
  94. package/esm2022/core/label/label-options.mjs +1 -1
  95. package/esm2022/core/line/line.mjs +2 -2
  96. package/esm2022/core/locales/en-US.mjs +1 -1
  97. package/esm2022/core/locales/es-LA.mjs +1 -1
  98. package/esm2022/core/locales/fa-IR.mjs +1 -1
  99. package/esm2022/core/locales/index.mjs +2 -2
  100. package/esm2022/core/locales/locale-service.mjs +8 -5
  101. package/esm2022/core/locales/locale-service.module.mjs +1 -1
  102. package/esm2022/core/locales/pt-BR.mjs +1 -1
  103. package/esm2022/core/locales/ru-RU.mjs +3 -3
  104. package/esm2022/core/locales/zh-CN.mjs +1 -1
  105. package/esm2022/core/option/action.mjs +20 -12
  106. package/esm2022/core/option/index.mjs +3 -3
  107. package/esm2022/core/option/optgroup.mjs +4 -4
  108. package/esm2022/core/option/option-module.mjs +1 -1
  109. package/esm2022/core/option/option.mjs +13 -7
  110. package/esm2022/core/overlay/overlay-position-map.mjs +1 -1
  111. package/esm2022/core/pop-up/pop-up-trigger.mjs +15 -23
  112. package/esm2022/core/pop-up/pop-up.mjs +1 -1
  113. package/esm2022/core/public-api.mjs +4 -4
  114. package/esm2022/core/select/common.mjs +2 -2
  115. package/esm2022/core/select/constants.mjs +1 -1
  116. package/esm2022/core/select/index.mjs +4 -4
  117. package/esm2022/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +3 -3
  118. package/esm2022/core/selection/pseudo-checkbox/pseudo-checkbox.module.mjs +1 -1
  119. package/esm2022/core/services/measure-scrollbar.service.mjs +1 -1
  120. package/esm2022/core/services/theme.service.mjs +2 -4
  121. package/esm2022/core/title/title-text-ref.mjs +1 -1
  122. package/esm2022/core/utils/data-size/config.mjs +1 -1
  123. package/esm2022/core/utils/data-size/data-size.pipe.mjs +2 -3
  124. package/esm2022/core/utils/data-size/index.mjs +2 -2
  125. package/esm2022/core/utils/data-size/size.mjs +3 -6
  126. package/esm2022/core/utils/public-api.mjs +2 -2
  127. package/esm2022/core/utils/utils.mjs +4 -2
  128. package/esm2022/core/validation/validation.mjs +4 -2
  129. package/esm2022/core/version.mjs +2 -2
  130. package/esm2022/datepicker/calendar-body.component.mjs +3 -3
  131. package/esm2022/datepicker/calendar-header.component.mjs +8 -7
  132. package/esm2022/datepicker/calendar.component.mjs +6 -6
  133. package/esm2022/datepicker/datepicker-animations.mjs +1 -1
  134. package/esm2022/datepicker/datepicker-errors.mjs +1 -1
  135. package/esm2022/datepicker/datepicker-input.directive.mjs +42 -34
  136. package/esm2022/datepicker/datepicker-intl.mjs +1 -1
  137. package/esm2022/datepicker/datepicker-module.mjs +2 -2
  138. package/esm2022/datepicker/datepicker-toggle.component.mjs +11 -10
  139. package/esm2022/datepicker/datepicker.component.mjs +15 -15
  140. package/esm2022/datepicker/month-view.component.mjs +14 -13
  141. package/esm2022/datepicker/public-api.mjs +5 -5
  142. package/esm2022/divider/divider.component.mjs +1 -1
  143. package/esm2022/divider/divider.module.mjs +1 -1
  144. package/esm2022/dl/dl.component.mjs +1 -1
  145. package/esm2022/dl/dl.module.mjs +2 -2
  146. package/esm2022/dl/public-api.mjs +2 -2
  147. package/esm2022/dropdown/dropdown-animations.mjs +2 -2
  148. package/esm2022/dropdown/dropdown-content.directive.mjs +3 -3
  149. package/esm2022/dropdown/dropdown-item.component.mjs +5 -5
  150. package/esm2022/dropdown/dropdown-trigger.directive.mjs +22 -28
  151. package/esm2022/dropdown/dropdown.component.mjs +10 -18
  152. package/esm2022/dropdown/dropdown.module.mjs +1 -1
  153. package/esm2022/dropdown/dropdown.types.mjs +1 -1
  154. package/esm2022/dropdown/public-api.mjs +6 -6
  155. package/esm2022/ellipsis-center/ellipsis-center.directive.mjs +3 -3
  156. package/esm2022/empty-state/empty-state.component.mjs +1 -1
  157. package/esm2022/empty-state/empty-state.module.mjs +2 -2
  158. package/esm2022/empty-state/public-api.mjs +2 -2
  159. package/esm2022/file-upload/file-drop.mjs +2 -2
  160. package/esm2022/file-upload/file-upload.mjs +1 -1
  161. package/esm2022/file-upload/file-upload.module.mjs +2 -2
  162. package/esm2022/file-upload/index.mjs +1 -1
  163. package/esm2022/file-upload/multiple-file-upload.component.mjs +16 -12
  164. package/esm2022/file-upload/public-api.mjs +2 -2
  165. package/esm2022/file-upload/single-file-upload.component.mjs +14 -10
  166. package/esm2022/form-field/cleaner.mjs +13 -3
  167. package/esm2022/form-field/form-field-control.mjs +1 -1
  168. package/esm2022/form-field/form-field-errors.mjs +1 -1
  169. package/esm2022/form-field/form-field.mjs +8 -13
  170. package/esm2022/form-field/form-field.module.mjs +1 -1
  171. package/esm2022/form-field/hint.mjs +2 -2
  172. package/esm2022/form-field/password-hint.mjs +13 -13
  173. package/esm2022/form-field/password-toggle.mjs +4 -7
  174. package/esm2022/form-field/prefix.mjs +1 -1
  175. package/esm2022/form-field/public-api.mjs +4 -4
  176. package/esm2022/form-field/stepper.mjs +33 -29
  177. package/esm2022/form-field/suffix.mjs +1 -1
  178. package/esm2022/form-field/validate.directive.mjs +6 -5
  179. package/esm2022/icon/icon-button.component.mjs +2 -2
  180. package/esm2022/icon/icon-item.component.mjs +1 -1
  181. package/esm2022/icon/icon.component.mjs +3 -4
  182. package/esm2022/icon/icon.module.mjs +1 -1
  183. package/esm2022/icon/public-api.mjs +3 -3
  184. package/esm2022/input/input-number-validators.mjs +1 -1
  185. package/esm2022/input/input-number.mjs +34 -35
  186. package/esm2022/input/input-password.mjs +13 -7
  187. package/esm2022/input/input-value-accessor.mjs +1 -1
  188. package/esm2022/input/input.mjs +13 -7
  189. package/esm2022/input/input.module.mjs +1 -1
  190. package/esm2022/input/public-api.mjs +3 -3
  191. package/esm2022/link/link.component.mjs +2 -2
  192. package/esm2022/link/link.module.mjs +1 -1
  193. package/esm2022/link/public-api.mjs +2 -2
  194. package/esm2022/list/list-selection.component.mjs +34 -36
  195. package/esm2022/list/list.component.mjs +3 -3
  196. package/esm2022/list/list.module.mjs +2 -2
  197. package/esm2022/list/public-api.mjs +3 -3
  198. package/esm2022/loader-overlay/loader-overlay.component.mjs +3 -3
  199. package/esm2022/loader-overlay/loader-overlay.module.mjs +1 -1
  200. package/esm2022/loader-overlay/public-api.mjs +2 -2
  201. package/esm2022/markdown/markdown.component.mjs +20 -6
  202. package/esm2022/markdown/markdown.module.mjs +1 -1
  203. package/esm2022/markdown/markdown.service.mjs +1 -1
  204. package/esm2022/modal/css-unit.pipe.mjs +1 -1
  205. package/esm2022/modal/modal-control.service.mjs +3 -2
  206. package/esm2022/modal/modal-ref.class.mjs +1 -1
  207. package/esm2022/modal/modal-util.mjs +1 -1
  208. package/esm2022/modal/modal.component.mjs +50 -27
  209. package/esm2022/modal/modal.directive.mjs +27 -11
  210. package/esm2022/modal/modal.module.mjs +2 -2
  211. package/esm2022/modal/modal.service.mjs +3 -2
  212. package/esm2022/modal/modal.type.mjs +1 -1
  213. package/esm2022/modal/public-api.mjs +3 -3
  214. package/esm2022/navbar/index.mjs +1 -1
  215. package/esm2022/navbar/navbar-item.component.mjs +37 -28
  216. package/esm2022/navbar/navbar.component.mjs +19 -28
  217. package/esm2022/navbar/navbar.module.mjs +2 -2
  218. package/esm2022/navbar/public-api.mjs +3 -3
  219. package/esm2022/navbar/vertical-navbar.component.mjs +17 -18
  220. package/esm2022/popover/popover-animations.mjs +1 -1
  221. package/esm2022/popover/popover-confirm.component.mjs +3 -3
  222. package/esm2022/popover/popover.component.mjs +5 -5
  223. package/esm2022/popover/popover.module.mjs +1 -1
  224. package/esm2022/popover/public-api.mjs +3 -3
  225. package/esm2022/progress-bar/progress-bar.component.mjs +4 -4
  226. package/esm2022/progress-bar/progress-bar.module.mjs +2 -2
  227. package/esm2022/progress-bar/public-api.mjs +2 -2
  228. package/esm2022/progress-spinner/progress-spinner.component.mjs +4 -4
  229. package/esm2022/progress-spinner/progress-spinner.module.mjs +1 -1
  230. package/esm2022/progress-spinner/public-api.mjs +2 -2
  231. package/esm2022/radio/public-api.mjs +2 -2
  232. package/esm2022/radio/radio.component.mjs +9 -10
  233. package/esm2022/radio/radio.module.mjs +1 -1
  234. package/esm2022/risk-level/public-api.mjs +2 -2
  235. package/esm2022/risk-level/risk-level.component.mjs +1 -1
  236. package/esm2022/risk-level/risk-level.module.mjs +1 -1
  237. package/esm2022/scrollbar/public-api.mjs +2 -2
  238. package/esm2022/scrollbar/scrollbar.component.mjs +13 -11
  239. package/esm2022/scrollbar/scrollbar.directive.mjs +3 -3
  240. package/esm2022/scrollbar/scrollbar.module.mjs +2 -2
  241. package/esm2022/scrollbar/scrollbar.types.mjs +3 -2
  242. package/esm2022/select/public-api.mjs +3 -3
  243. package/esm2022/select/select-option.directive.mjs +8 -5
  244. package/esm2022/select/select.component.mjs +41 -64
  245. package/esm2022/select/select.module.mjs +1 -1
  246. package/esm2022/sidebar/public-api.mjs +2 -2
  247. package/esm2022/sidebar/sidebar-animations.mjs +1 -1
  248. package/esm2022/sidebar/sidebar.component.mjs +3 -3
  249. package/esm2022/sidebar/sidebar.module.mjs +1 -1
  250. package/esm2022/sidepanel/public-api.mjs +4 -4
  251. package/esm2022/sidepanel/sidepanel-animations.mjs +7 -3
  252. package/esm2022/sidepanel/sidepanel-config.mjs +1 -1
  253. package/esm2022/sidepanel/sidepanel-container.component.mjs +4 -4
  254. package/esm2022/sidepanel/sidepanel-directives.mjs +30 -16
  255. package/esm2022/sidepanel/sidepanel-ref.mjs +10 -4
  256. package/esm2022/sidepanel/sidepanel.module.mjs +1 -1
  257. package/esm2022/sidepanel/sidepanel.service.mjs +11 -14
  258. package/esm2022/splitter/public-api.mjs +2 -2
  259. package/esm2022/splitter/splitter.component.mjs +13 -23
  260. package/esm2022/splitter/splitter.module.mjs +1 -1
  261. package/esm2022/table/public-api.mjs +2 -2
  262. package/esm2022/table/table.component.mjs +1 -1
  263. package/esm2022/table/table.module.mjs +1 -1
  264. package/esm2022/tabs/paginated-tab-header.mjs +8 -11
  265. package/esm2022/tabs/public-api.mjs +6 -6
  266. package/esm2022/tabs/tab-body.component.mjs +9 -9
  267. package/esm2022/tabs/tab-content.directive.mjs +1 -1
  268. package/esm2022/tabs/tab-group.component.mjs +11 -13
  269. package/esm2022/tabs/tab-header.component.mjs +4 -4
  270. package/esm2022/tabs/tab-label-wrapper.directive.mjs +1 -1
  271. package/esm2022/tabs/tab-label.directive.mjs +1 -1
  272. package/esm2022/tabs/tab-nav-bar/index.mjs +1 -1
  273. package/esm2022/tabs/tab-nav-bar/tab-nav-bar.mjs +2 -2
  274. package/esm2022/tabs/tab.component.mjs +4 -6
  275. package/esm2022/tabs/tabs-animations.mjs +1 -1
  276. package/esm2022/tabs/tabs.module.mjs +2 -2
  277. package/esm2022/tags/public-api.mjs +5 -5
  278. package/esm2022/tags/tag-default-options.mjs +1 -1
  279. package/esm2022/tags/tag-input.mjs +12 -14
  280. package/esm2022/tags/tag-list.component.mjs +14 -20
  281. package/esm2022/tags/tag-text-control.mjs +1 -1
  282. package/esm2022/tags/tag.component.mjs +5 -7
  283. package/esm2022/tags/tag.module.mjs +9 -5
  284. package/esm2022/textarea/index.mjs +1 -1
  285. package/esm2022/textarea/textarea.component.mjs +4 -6
  286. package/esm2022/textarea/textarea.module.mjs +1 -1
  287. package/esm2022/timepicker/public-api.mjs +2 -2
  288. package/esm2022/timepicker/timepicker.constants.mjs +6 -1
  289. package/esm2022/timepicker/timepicker.directive.mjs +62 -26
  290. package/esm2022/timepicker/timepicker.module.mjs +1 -1
  291. package/esm2022/timezone/cities-by-filter.pipe.mjs +1 -1
  292. package/esm2022/timezone/timezone-option.component.mjs +12 -11
  293. package/esm2022/timezone/timezone-option.directive.mjs +3 -3
  294. package/esm2022/timezone/timezone-select.component.mjs +5 -5
  295. package/esm2022/timezone/timezone.module.mjs +1 -1
  296. package/esm2022/timezone/timezone.utils.mjs +5 -9
  297. package/esm2022/timezone/utc-offset.pipe.mjs +1 -1
  298. package/esm2022/title/public-api.mjs +2 -2
  299. package/esm2022/title/title.directive.mjs +9 -5
  300. package/esm2022/title/title.module.mjs +1 -1
  301. package/esm2022/toast/public-api.mjs +4 -4
  302. package/esm2022/toast/toast-animations.mjs +2 -2
  303. package/esm2022/toast/toast-container.component.mjs +3 -4
  304. package/esm2022/toast/toast.component.mjs +5 -5
  305. package/esm2022/toast/toast.module.mjs +1 -1
  306. package/esm2022/toast/toast.service.mjs +14 -30
  307. package/esm2022/toast/toast.type.mjs +1 -1
  308. package/esm2022/toggle/public-api.mjs +2 -2
  309. package/esm2022/toggle/toggle.component.mjs +17 -9
  310. package/esm2022/toggle/toggle.module.mjs +1 -1
  311. package/esm2022/tooltip/public-api.mjs +2 -2
  312. package/esm2022/tooltip/tooltip.animations.mjs +1 -1
  313. package/esm2022/tooltip/tooltip.component.mjs +7 -5
  314. package/esm2022/tooltip/tooltip.module.mjs +2 -2
  315. package/esm2022/tree/control/base-tree-control.mjs +1 -1
  316. package/esm2022/tree/control/flat-tree-control.filters.mjs +4 -7
  317. package/esm2022/tree/control/flat-tree-control.mjs +4 -7
  318. package/esm2022/tree/control/nested-tree-control.mjs +1 -1
  319. package/esm2022/tree/control/tree-control.mjs +1 -1
  320. package/esm2022/tree/data-source/flat-data-source.mjs +3 -8
  321. package/esm2022/tree/data-source/nested-data-source.mjs +2 -3
  322. package/esm2022/tree/node.mjs +1 -1
  323. package/esm2022/tree/outlet.mjs +1 -1
  324. package/esm2022/tree/padding.directive.mjs +4 -5
  325. package/esm2022/tree/public-api.mjs +11 -11
  326. package/esm2022/tree/toggle.mjs +8 -5
  327. package/esm2022/tree/tree-base.mjs +3 -3
  328. package/esm2022/tree/tree-errors.mjs +1 -1
  329. package/esm2022/tree/tree-option.component.mjs +9 -13
  330. package/esm2022/tree/tree-selection.component.mjs +17 -36
  331. package/esm2022/tree/tree.mjs +7 -3
  332. package/esm2022/tree/tree.module.mjs +4 -4
  333. package/esm2022/tree-select/public-api.mjs +2 -2
  334. package/esm2022/tree-select/tree-select.component.mjs +54 -64
  335. package/esm2022/tree-select/tree-select.module.mjs +1 -1
  336. package/fesm2022/koobiq-components-alert.mjs +6 -6
  337. package/fesm2022/koobiq-components-alert.mjs.map +1 -1
  338. package/fesm2022/koobiq-components-autocomplete.mjs +58 -61
  339. package/fesm2022/koobiq-components-autocomplete.mjs.map +1 -1
  340. package/fesm2022/koobiq-components-badge.mjs +8 -6
  341. package/fesm2022/koobiq-components-badge.mjs.map +1 -1
  342. package/fesm2022/koobiq-components-button-toggle.mjs +26 -18
  343. package/fesm2022/koobiq-components-button-toggle.mjs.map +1 -1
  344. package/fesm2022/koobiq-components-button.mjs +14 -11
  345. package/fesm2022/koobiq-components-button.mjs.map +1 -1
  346. package/fesm2022/koobiq-components-card.mjs +2 -2
  347. package/fesm2022/koobiq-components-card.mjs.map +1 -1
  348. package/fesm2022/koobiq-components-checkbox.mjs +3 -3
  349. package/fesm2022/koobiq-components-checkbox.mjs.map +1 -1
  350. package/fesm2022/koobiq-components-code-block.mjs +33 -28
  351. package/fesm2022/koobiq-components-code-block.mjs.map +1 -1
  352. package/fesm2022/koobiq-components-core.mjs +323 -315
  353. package/fesm2022/koobiq-components-core.mjs.map +1 -1
  354. package/fesm2022/koobiq-components-datepicker.mjs +100 -89
  355. package/fesm2022/koobiq-components-datepicker.mjs.map +1 -1
  356. package/fesm2022/koobiq-components-divider.mjs.map +1 -1
  357. package/fesm2022/koobiq-components-dl.mjs +3 -3
  358. package/fesm2022/koobiq-components-dl.mjs.map +1 -1
  359. package/fesm2022/koobiq-components-dropdown.mjs +124 -138
  360. package/fesm2022/koobiq-components-dropdown.mjs.map +1 -1
  361. package/fesm2022/koobiq-components-ellipsis-center.mjs.map +1 -1
  362. package/fesm2022/koobiq-components-empty-state.mjs +3 -3
  363. package/fesm2022/koobiq-components-empty-state.mjs.map +1 -1
  364. package/fesm2022/koobiq-components-file-upload.mjs +45 -37
  365. package/fesm2022/koobiq-components-file-upload.mjs.map +1 -1
  366. package/fesm2022/koobiq-components-form-field.mjs +69 -62
  367. package/fesm2022/koobiq-components-form-field.mjs.map +1 -1
  368. package/fesm2022/koobiq-components-icon.mjs +3 -4
  369. package/fesm2022/koobiq-components-icon.mjs.map +1 -1
  370. package/fesm2022/koobiq-components-input.mjs +61 -50
  371. package/fesm2022/koobiq-components-input.mjs.map +1 -1
  372. package/fesm2022/koobiq-components-link.mjs +1 -1
  373. package/fesm2022/koobiq-components-link.mjs.map +1 -1
  374. package/fesm2022/koobiq-components-list.mjs +39 -41
  375. package/fesm2022/koobiq-components-list.mjs.map +1 -1
  376. package/fesm2022/koobiq-components-loader-overlay.mjs +6 -6
  377. package/fesm2022/koobiq-components-loader-overlay.mjs.map +1 -1
  378. package/fesm2022/koobiq-components-markdown.mjs +18 -4
  379. package/fesm2022/koobiq-components-markdown.mjs.map +1 -1
  380. package/fesm2022/koobiq-components-modal.mjs +84 -44
  381. package/fesm2022/koobiq-components-modal.mjs.map +1 -1
  382. package/fesm2022/koobiq-components-navbar.mjs +74 -75
  383. package/fesm2022/koobiq-components-navbar.mjs.map +1 -1
  384. package/fesm2022/koobiq-components-popover.mjs +12 -12
  385. package/fesm2022/koobiq-components-popover.mjs.map +1 -1
  386. package/fesm2022/koobiq-components-progress-bar.mjs +5 -5
  387. package/fesm2022/koobiq-components-progress-bar.mjs.map +1 -1
  388. package/fesm2022/koobiq-components-progress-spinner.mjs +5 -5
  389. package/fesm2022/koobiq-components-progress-spinner.mjs.map +1 -1
  390. package/fesm2022/koobiq-components-radio.mjs +11 -12
  391. package/fesm2022/koobiq-components-radio.mjs.map +1 -1
  392. package/fesm2022/koobiq-components-risk-level.mjs +2 -2
  393. package/fesm2022/koobiq-components-risk-level.mjs.map +1 -1
  394. package/fesm2022/koobiq-components-scrollbar.mjs +15 -12
  395. package/fesm2022/koobiq-components-scrollbar.mjs.map +1 -1
  396. package/fesm2022/koobiq-components-select.mjs +52 -72
  397. package/fesm2022/koobiq-components-select.mjs.map +1 -1
  398. package/fesm2022/koobiq-components-sidebar.mjs +3 -3
  399. package/fesm2022/koobiq-components-sidebar.mjs.map +1 -1
  400. package/fesm2022/koobiq-components-sidepanel.mjs +108 -87
  401. package/fesm2022/koobiq-components-sidepanel.mjs.map +1 -1
  402. package/fesm2022/koobiq-components-splitter.mjs +15 -25
  403. package/fesm2022/koobiq-components-splitter.mjs.map +1 -1
  404. package/fesm2022/koobiq-components-table.mjs +3 -3
  405. package/fesm2022/koobiq-components-table.mjs.map +1 -1
  406. package/fesm2022/koobiq-components-tabs.mjs +36 -43
  407. package/fesm2022/koobiq-components-tabs.mjs.map +1 -1
  408. package/fesm2022/koobiq-components-tags.mjs +38 -44
  409. package/fesm2022/koobiq-components-tags.mjs.map +1 -1
  410. package/fesm2022/koobiq-components-textarea.mjs +2 -4
  411. package/fesm2022/koobiq-components-textarea.mjs.map +1 -1
  412. package/fesm2022/koobiq-components-timepicker.mjs +69 -28
  413. package/fesm2022/koobiq-components-timepicker.mjs.map +1 -1
  414. package/fesm2022/koobiq-components-timezone.mjs +16 -19
  415. package/fesm2022/koobiq-components-timezone.mjs.map +1 -1
  416. package/fesm2022/koobiq-components-title.mjs +11 -7
  417. package/fesm2022/koobiq-components-title.mjs.map +1 -1
  418. package/fesm2022/koobiq-components-toast.mjs +69 -86
  419. package/fesm2022/koobiq-components-toast.mjs.map +1 -1
  420. package/fesm2022/koobiq-components-toggle.mjs +17 -9
  421. package/fesm2022/koobiq-components-toggle.mjs.map +1 -1
  422. package/fesm2022/koobiq-components-tooltip.mjs +10 -8
  423. package/fesm2022/koobiq-components-tooltip.mjs.map +1 -1
  424. package/fesm2022/koobiq-components-tree-select.mjs +63 -73
  425. package/fesm2022/koobiq-components-tree-select.mjs.map +1 -1
  426. package/fesm2022/koobiq-components-tree.mjs +506 -535
  427. package/fesm2022/koobiq-components-tree.mjs.map +1 -1
  428. package/file-upload/multiple-file-upload.component.d.ts +2 -2
  429. package/file-upload/public-api.d.ts +1 -1
  430. package/file-upload/single-file-upload.component.d.ts +2 -2
  431. package/form-field/public-api.d.ts +3 -3
  432. package/icon/public-api.d.ts +2 -2
  433. package/input/public-api.d.ts +2 -2
  434. package/link/_link-theme.scss +2 -0
  435. package/link/link.component.d.ts +1 -1
  436. package/link/public-api.d.ts +1 -1
  437. package/list/list-selection.component.d.ts +2 -2
  438. package/list/list.scss +1 -1
  439. package/list/public-api.d.ts +2 -2
  440. package/loader-overlay/public-api.d.ts +1 -1
  441. package/modal/README.md +1 -1
  442. package/modal/modal.directive.d.ts +3 -3
  443. package/modal/modal.type.d.ts +2 -2
  444. package/modal/public-api.d.ts +2 -2
  445. package/navbar/_navbar-item_horizontal.scss +31 -23
  446. package/navbar/_navbar-item_vertical.scss +0 -2
  447. package/navbar/navbar-item.scss +7 -0
  448. package/navbar/public-api.d.ts +2 -2
  449. package/package.json +4 -4
  450. package/popover/popover.component.d.ts +1 -1
  451. package/popover/public-api.d.ts +2 -2
  452. package/prebuilt-themes/dark-theme.css +1 -1
  453. package/prebuilt-themes/light-theme.css +1 -1
  454. package/progress-bar/public-api.d.ts +1 -1
  455. package/progress-spinner/public-api.d.ts +1 -1
  456. package/radio/_radio-theme.scss +1 -0
  457. package/radio/public-api.d.ts +1 -1
  458. package/radio/radio.scss +12 -2
  459. package/risk-level/public-api.d.ts +1 -1
  460. package/schematics/ng-add/index.js +2 -2
  461. package/scrollbar/public-api.d.ts +1 -1
  462. package/scrollbar/scrollbar.directive.d.ts +1 -1
  463. package/scrollbar/scrollbar.types.d.ts +1 -1
  464. package/select/public-api.d.ts +2 -2
  465. package/select/select.component.d.ts +1 -1
  466. package/sidebar/public-api.d.ts +1 -1
  467. package/sidepanel/public-api.d.ts +3 -3
  468. package/sidepanel/sidepanel.scss +1 -1
  469. package/splitter/public-api.d.ts +1 -1
  470. package/table/public-api.d.ts +1 -1
  471. package/tabs/paginated-tab-header.d.ts +1 -1
  472. package/tabs/public-api.d.ts +5 -5
  473. package/tabs/tab-body.component.d.ts +3 -3
  474. package/tabs/tab-group.component.d.ts +1 -1
  475. package/tags/public-api.d.ts +4 -4
  476. package/tags/tag-input.d.ts +1 -1
  477. package/textarea/textarea.component.d.ts +1 -1
  478. package/timepicker/public-api.d.ts +1 -1
  479. package/timepicker/timepicker.constants.d.ts +2 -0
  480. package/timepicker/timepicker.directive.d.ts +10 -3
  481. package/timezone/timezone-option.directive.d.ts +1 -1
  482. package/timezone/timezone.utils.d.ts +1 -1
  483. package/title/public-api.d.ts +1 -1
  484. package/toast/public-api.d.ts +3 -3
  485. package/toast/toast.service.d.ts +2 -2
  486. package/toast/toast.type.d.ts +1 -1
  487. package/toggle/public-api.d.ts +1 -1
  488. package/tooltip/public-api.d.ts +1 -1
  489. package/tooltip/tooltip.component.d.ts +2 -2
  490. package/tree/public-api.d.ts +10 -10
  491. package/tree/tree-base.d.ts +1 -1
  492. package/tree/tree-option.component.d.ts +1 -1
  493. package/tree/tree-selection.component.d.ts +1 -1
  494. package/tree-select/public-api.d.ts +1 -1
  495. package/tree-select/tree-select.component.d.ts +6 -4
@@ -1,9 +1,9 @@
1
1
  import { AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, OnDestroy, Renderer2, TemplateRef } from '@angular/core';
2
+ import { ControlValueAccessor, NgControl } from '@angular/forms';
2
3
  import { CanDisable, KbqLocaleService } from '@koobiq/components/core';
4
+ import { ProgressSpinnerMode } from '@koobiq/components/progress-spinner';
3
5
  import { Subscription } from 'rxjs';
4
6
  import { KbqFile, KbqFileItem, KbqFileValidatorFn, KbqInputFile, KbqInputFileLabel } from './file-upload';
5
- import { ProgressSpinnerMode } from '@koobiq/components/progress-spinner';
6
- import { ControlValueAccessor, NgControl } from '@angular/forms';
7
7
  import * as i0 from "@angular/core";
8
8
  export interface KbqInputFileMultipleLabel extends KbqInputFileLabel {
9
9
  captionTextWhenSelected: string;
@@ -1,5 +1,5 @@
1
+ export * from './file-drop';
1
2
  export * from './file-upload';
2
3
  export * from './file-upload.module';
3
4
  export * from './multiple-file-upload.component';
4
5
  export * from './single-file-upload.component';
5
- export * from './file-drop';
@@ -1,8 +1,8 @@
1
1
  import { AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, OnDestroy, Renderer2 } from '@angular/core';
2
+ import { ControlValueAccessor, NgControl } from '@angular/forms';
2
3
  import { CanDisable, KbqLocaleService } from '@koobiq/components/core';
3
- import { Subscription } from 'rxjs';
4
4
  import { ProgressSpinnerMode } from '@koobiq/components/progress-spinner';
5
- import { ControlValueAccessor, NgControl } from '@angular/forms';
5
+ import { Subscription } from 'rxjs';
6
6
  import { KbqFile, KbqFileItem, KbqFileValidatorFn, KbqInputFile, KbqInputFileLabel } from './file-upload';
7
7
  import * as i0 from "@angular/core";
8
8
  export declare const KBQ_SINGLE_FILE_UPLOAD_DEFAULT_CONFIGURATION: KbqInputFileLabel;
@@ -1,12 +1,12 @@
1
- export * from './form-field.module';
1
+ export * from './cleaner';
2
2
  export * from './form-field';
3
3
  export * from './form-field-control';
4
4
  export * from './form-field-errors';
5
+ export * from './form-field.module';
5
6
  export * from './hint';
6
7
  export * from './password-hint';
7
8
  export * from './password-toggle';
8
- export * from './suffix';
9
9
  export * from './prefix';
10
- export * from './cleaner';
11
10
  export * from './stepper';
11
+ export * from './suffix';
12
12
  export * from './validate.directive';
@@ -1,4 +1,4 @@
1
- export * from './icon.module';
2
- export * from './icon.component';
3
1
  export * from './icon-button.component';
4
2
  export * from './icon-item.component';
3
+ export * from './icon.component';
4
+ export * from './icon.module';
@@ -1,6 +1,6 @@
1
- export * from './input.module';
2
1
  export * from './input';
3
2
  export * from './input-number';
3
+ export * from './input-number-validators';
4
4
  export * from './input-password';
5
5
  export * from './input-value-accessor';
6
- export * from './input-number-validators';
6
+ export * from './input.module';
@@ -156,6 +156,8 @@
156
156
  & .kbq-icon {
157
157
  line-height: inherit;
158
158
  vertical-align: text-bottom;
159
+ display: inline-flex;
160
+ align-items: center;
159
161
  }
160
162
  }
161
163
 
@@ -1,5 +1,5 @@
1
1
  import { FocusMonitor } from '@angular/cdk/a11y';
2
- import { ElementRef, OnDestroy, ChangeDetectorRef } from '@angular/core';
2
+ import { ChangeDetectorRef, ElementRef, OnDestroy } from '@angular/core';
3
3
  import { CanDisable, CanDisableCtor, HasTabIndex, HasTabIndexCtor } from '@koobiq/components/core';
4
4
  import { KbqIcon } from '@koobiq/components/icon';
5
5
  import * as i0 from "@angular/core";
@@ -1,2 +1,2 @@
1
- export * from './link.module';
2
1
  export * from './link.component';
2
+ export * from './link.module';
@@ -1,9 +1,9 @@
1
1
  import { Clipboard } from '@angular/cdk/clipboard';
2
2
  import { SelectionModel } from '@angular/cdk/collections';
3
- import { AfterContentInit, ElementRef, EventEmitter, QueryList, ChangeDetectorRef, OnDestroy, OnInit, NgZone } from '@angular/core';
3
+ import { AfterContentInit, ChangeDetectorRef, ElementRef, EventEmitter, NgZone, OnDestroy, OnInit, QueryList } from '@angular/core';
4
4
  import { ControlValueAccessor } from '@angular/forms';
5
5
  import { FocusKeyManager, IFocusableOption } from '@koobiq/cdk/a11y';
6
- import { CanDisable, CanDisableCtor, HasTabIndexCtor, HasTabIndex, MultipleMode, KbqOptgroup, KbqOptionActionComponent, KbqTitleTextRef } from '@koobiq/components/core';
6
+ import { CanDisable, CanDisableCtor, HasTabIndex, HasTabIndexCtor, KbqOptgroup, KbqOptionActionComponent, KbqTitleTextRef, MultipleMode } from '@koobiq/components/core';
7
7
  import { KbqDropdownTrigger } from '@koobiq/components/dropdown';
8
8
  import { KbqTooltipTrigger } from '@koobiq/components/tooltip';
9
9
  import { Observable, Subject } from 'rxjs';
package/list/list.scss CHANGED
@@ -21,7 +21,7 @@
21
21
 
22
22
  & .kbq-option-action {
23
23
  display: none;
24
- height: 20px;
24
+ height: kbq-css-variable(size-xl);
25
25
  align-items: center;
26
26
  }
27
27
 
@@ -1,3 +1,3 @@
1
- export * from './list.module';
2
- export * from './list.component';
3
1
  export * from './list-selection.component';
2
+ export * from './list.component';
3
+ export * from './list.module';
@@ -1,2 +1,2 @@
1
- export * from './loader-overlay.module';
2
1
  export * from './loader-overlay.component';
2
+ export * from './loader-overlay.module';
package/modal/README.md CHANGED
@@ -17,7 +17,7 @@ showConfirm() {
17
17
 
18
18
  ```ts
19
19
  let dialogRef = modalService.open({
20
- kbqComponent: CustomComponent,
20
+ kbqComponent: CustomComponent
21
21
  });
22
22
  ```
23
23
 
@@ -1,15 +1,15 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class KbqModalTitle {
3
3
  static ɵfac: i0.ɵɵFactoryDeclaration<KbqModalTitle, never>;
4
- static ɵdir: i0.ɵɵDirectiveDeclaration<KbqModalTitle, "[kbq-modal-title], kbq-modal-title, [mcModalTitle]", never, {}, {}, never, never, false, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<KbqModalTitle, "[kbq-modal-title], kbq-modal-title, [kbqModalTitle]", never, {}, {}, never, ["*"], false, never>;
5
5
  }
6
6
  export declare class KbqModalBody {
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<KbqModalBody, never>;
8
- static ɵdir: i0.ɵɵDirectiveDeclaration<KbqModalBody, "[kbq-modal-body], kbq-modal-body, [mcModalBody]", never, {}, {}, never, never, false, never>;
8
+ static ɵdir: i0.ɵɵDirectiveDeclaration<KbqModalBody, "[kbq-modal-body], kbq-modal-body, [kbqModalBody]", never, {}, {}, never, never, false, never>;
9
9
  }
10
10
  export declare class KbqModalFooter {
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<KbqModalFooter, never>;
12
- static ɵdir: i0.ɵɵDirectiveDeclaration<KbqModalFooter, "[kbq-modal-footer], kbq-modal-footer, [mcModalFooter]", never, {}, {}, never, never, false, never>;
12
+ static ɵdir: i0.ɵɵDirectiveDeclaration<KbqModalFooter, "[kbq-modal-footer], kbq-modal-footer, [kbqModalFooter]", never, {}, {}, never, never, false, never>;
13
13
  }
14
14
  export declare class KbqModalMainAction {
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<KbqModalMainAction, never>;
@@ -1,6 +1,6 @@
1
1
  import { OverlayRef } from '@angular/cdk/overlay';
2
2
  import { EventEmitter, TemplateRef, Type } from '@angular/core';
3
- export type OnClickCallback<T> = ((instance: T) => (false | void | {}) | Promise<false | void | {}>);
3
+ export type OnClickCallback<T> = (instance: T) => (false | void | {}) | Promise<false | void | {}>;
4
4
  export type ModalType = 'default' | 'confirm' | 'custom';
5
5
  export type ConfirmType = 'confirm' | 'success' | 'warn';
6
6
  export declare enum ModalSize {
@@ -55,5 +55,5 @@ export interface IModalButtonOptions<T = any> {
55
55
  disabled?: boolean | ((this: IModalButtonOptions<T>, contentComponentInstance?: T) => boolean);
56
56
  autoFocus?: boolean;
57
57
  kbqModalMainAction?: boolean;
58
- onClick?(this: IModalButtonOptions<T>, contentComponentInstance?: T): (void | {}) | Promise<(void | {})>;
58
+ onClick?(this: IModalButtonOptions<T>, contentComponentInstance?: T): (void | {}) | Promise<void | {}>;
59
59
  }
@@ -1,6 +1,6 @@
1
- export { KbqModalComponent } from './modal.component';
2
1
  export { KbqModalRef } from './modal-ref.class';
2
+ export { KbqModalComponent } from './modal.component';
3
+ export * from './modal.directive';
3
4
  export { KbqModalModule } from './modal.module';
4
5
  export { KbqModalService } from './modal.service';
5
- export * from './modal.directive';
6
6
  export * from './modal.type';
@@ -15,18 +15,25 @@
15
15
  outline: none;
16
16
  -webkit-tap-highlight-color: transparent;
17
17
 
18
- min-height: kbq-css-variable(size-5xl);
19
- min-width: kbq-css-variable(size-5xl);
18
+ min-height: kbq-css-variable(size-3xl);
19
+ min-width: kbq-css-variable(size-3xl);
20
20
 
21
- padding: kbq-css-variable(size-s);
21
+ margin: kbq-css-variable(size-s);
22
22
 
23
23
  justify-content: center;
24
24
 
25
+ &:before {
26
+ top: calc(-1 * #{kbq-css-variable(size-s)});
27
+ left: calc(-1 * #{kbq-css-variable(size-s)});
28
+ right: calc(-1 * #{kbq-css-variable(size-s)});
29
+ bottom: calc(-1 * #{kbq-css-variable(size-s)});
30
+ }
31
+
25
32
  &:after {
26
- top: kbq-css-variable(size-s);
27
- right: kbq-css-variable(size-s);
28
- bottom: kbq-css-variable(size-s);
29
- left: kbq-css-variable(size-s);
33
+ top: 0;
34
+ right: 0;
35
+ bottom: 0;
36
+ left: 0;
30
37
  }
31
38
 
32
39
  & .kbq-navbar-item__title {
@@ -39,14 +46,14 @@
39
46
  }
40
47
 
41
48
  &.kbq-navbar-item_with-title:not(.kbq-navbar-item_collapsed) {
49
+ margin-left: 0;
50
+ margin-right: 0;
42
51
  padding-right: kbq-css-variable(size-m);
43
52
  padding-left: kbq-css-variable(size-m);
44
- // (total height 48 - grey hover 32) / 2
45
- &:after {
46
- top: kbq-css-variable(size-s);
47
- right: 0;
48
- bottom: kbq-css-variable(size-s);
53
+
54
+ &:before {
49
55
  left: 0;
56
+ right: 0;
50
57
  }
51
58
 
52
59
  & > .kbq-icon {
@@ -57,17 +64,12 @@
57
64
  }
58
65
 
59
66
  &.kbq-navbar-bento {
60
- min-width: 44px;
61
-
62
67
  justify-content: center;
63
68
 
64
- padding-right: kbq-css-variable(size-xxs);
69
+ margin-right: kbq-css-variable(size-xxs);
65
70
 
66
- &:after {
67
- top: kbq-css-variable(size-s);
68
- right: kbq-css-variable(size-xxs);
69
- bottom: kbq-css-variable(size-s);
70
- left: kbq-css-variable(size-s);
71
+ &:before {
72
+ right: calc(-1 * #{kbq-css-variable(size-xxs)});
71
73
  }
72
74
  }
73
75
 
@@ -86,11 +88,17 @@
86
88
 
87
89
  z-index: 1;
88
90
 
89
- top: kbq-css-variable(size-xs);
90
- right: kbq-css-variable(size-xs);
91
+ top: -2px;
92
+ right: -2px;
91
93
  }
92
94
 
93
95
  &.kbq-navbar-item_has-nested {
94
- padding: 0 kbq-css-variable(size-m);
96
+ margin-left: kbq-css-variable(size-m);
97
+ margin-right: kbq-css-variable(size-m);
98
+
99
+ &:before {
100
+ left: calc(-1 * #{kbq-css-variable(size-m)});
101
+ right: calc(-1 * #{kbq-css-variable(size-m)});
102
+ }
95
103
  }
96
104
  }
@@ -5,8 +5,6 @@
5
5
  @use '../core/styles/common/tokens' as *;
6
6
 
7
7
  .kbq-navbar-item.kbq-vertical {
8
- align-items: flex-start;
9
-
10
8
  & .kbq-navbar-item__container {
11
9
  gap: kbq-css-variable(size-m);
12
10
  }
@@ -25,10 +25,17 @@
25
25
 
26
26
  & .kbq-button-icon {
27
27
  position: absolute;
28
+ padding-left: kbq-css-variable(size-xs);
29
+ padding-right: kbq-css-variable(size-xs);
28
30
  top: 50%;
29
31
  transform: translateY(-50%);
30
32
  }
31
33
 
34
+ &:before {
35
+ position: absolute;
36
+ content: '';
37
+ }
38
+
32
39
  &:after {
33
40
  position: absolute;
34
41
  content: '';
@@ -1,4 +1,4 @@
1
- export * from './navbar.module';
2
- export * from './navbar.component';
3
1
  export * from './navbar-item.component';
2
+ export * from './navbar.component';
3
+ export * from './navbar.module';
4
4
  export * from './vertical-navbar.component';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@koobiq/components",
3
- "version": "17.0.0-rc.10",
3
+ "version": "17.0.0-rc.11",
4
4
  "description": "koobiq",
5
5
  "repository": {
6
6
  "type": "git",
@@ -19,9 +19,9 @@
19
19
  "peerDependencies": {
20
20
  "@angular/cdk": "^17.0.0",
21
21
  "@angular/forms": "^17.0.0",
22
- "@koobiq/cdk": "17.0.0-rc.10",
23
- "@koobiq/angular-moment-adapter": "17.0.0-rc.10",
24
- "@koobiq/angular-luxon-adapter": "17.0.0-rc.10",
22
+ "@koobiq/cdk": "17.0.0-rc.11",
23
+ "@koobiq/angular-moment-adapter": "17.0.0-rc.11",
24
+ "@koobiq/angular-luxon-adapter": "17.0.0-rc.11",
25
25
  "@koobiq/date-formatter": "^3.1.2",
26
26
  "@koobiq/icons": "^7.1.0",
27
27
  "@koobiq/tokens-builder": "3.0.0-rc.12",
@@ -1,5 +1,5 @@
1
1
  import { Directionality } from '@angular/cdk/bidi';
2
- import { Overlay, ScrollDispatcher, ScrollStrategy, OverlayConfig } from '@angular/cdk/overlay';
2
+ import { Overlay, OverlayConfig, ScrollDispatcher, ScrollStrategy } from '@angular/cdk/overlay';
3
3
  import { ChangeDetectorRef, ElementRef, EventEmitter, InjectionToken, NgZone, TemplateRef, Type, ViewContainerRef } from '@angular/core';
4
4
  import { KbqPopUp, KbqPopUpTrigger, PopUpPlacements, PopUpSizes } from '@koobiq/components/core';
5
5
  import * as i0 from "@angular/core";
@@ -1,4 +1,4 @@
1
- export * from './popover.module';
2
- export * from './popover.component';
3
1
  export * from './popover-animations';
4
2
  export * from './popover-confirm.component';
3
+ export * from './popover.component';
4
+ export * from './popover.module';