@koobiq/components 17.6.1 → 17.7.1

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 (260) hide show
  1. package/alert/alert.module.d.ts +3 -4
  2. package/autocomplete/autocomplete.module.d.ts +1 -1
  3. package/badge/badge.module.d.ts +3 -4
  4. package/button/button.module.d.ts +4 -5
  5. package/code-block/code-block.module.d.ts +6 -7
  6. package/core/forms/_forms-theme.scss +7 -15
  7. package/core/forms/_forms.scss +3 -9
  8. package/core/forms/forms-tokens.scss +39 -0
  9. package/core/option/_optgroup-theme.scss +4 -10
  10. package/core/option/_option-action-theme.scss +7 -15
  11. package/core/option/_option-theme.scss +13 -24
  12. package/core/option/action.scss +4 -0
  13. package/core/option/optgroup-tokens.scss +26 -0
  14. package/core/option/optgroup.scss +4 -5
  15. package/core/option/option-action-tokens.scss +21 -0
  16. package/core/option/option-module.d.ts +2 -3
  17. package/core/option/option-tokens.scss +115 -0
  18. package/core/option/option.scss +5 -3
  19. package/core/styles/_koobiq-theme.scss +7 -37
  20. package/core/styles/theming/_scrollbar-theme.scss +10 -11
  21. package/core/styles/theming/scrollbar-tokens.scss +34 -0
  22. package/datepicker/datepicker-module.d.ts +8 -8
  23. package/dl/dl.module.d.ts +3 -4
  24. package/dropdown/dropdown.module.d.ts +4 -4
  25. package/empty-state/empty-state.module.d.ts +3 -4
  26. package/esm2022/alert/alert.component.mjs +3 -4
  27. package/esm2022/alert/alert.module.mjs +3 -7
  28. package/esm2022/autocomplete/autocomplete.module.mjs +15 -5
  29. package/esm2022/badge/badge.module.mjs +3 -7
  30. package/esm2022/button/button.module.mjs +3 -7
  31. package/esm2022/code-block/actionbar.component.mjs +6 -7
  32. package/esm2022/code-block/code-block.component.mjs +8 -9
  33. package/esm2022/code-block/code-block.module.mjs +4 -8
  34. package/esm2022/core/option/action.mjs +14 -25
  35. package/esm2022/core/option/optgroup.mjs +3 -3
  36. package/esm2022/core/option/option-module.mjs +4 -5
  37. package/esm2022/core/option/option.mjs +5 -6
  38. package/esm2022/core/version.mjs +2 -2
  39. package/esm2022/datepicker/calendar-body.component.mjs +3 -3
  40. package/esm2022/datepicker/calendar-header.component.mjs +8 -8
  41. package/esm2022/datepicker/datepicker-module.mjs +10 -9
  42. package/esm2022/datepicker/datepicker-toggle.component.mjs +5 -6
  43. package/esm2022/datepicker/month-view.component.mjs +4 -5
  44. package/esm2022/dl/dl.module.mjs +3 -7
  45. package/esm2022/dropdown/dropdown-item.component.mjs +5 -6
  46. package/esm2022/dropdown/dropdown.module.mjs +8 -9
  47. package/esm2022/empty-state/empty-state.module.mjs +3 -7
  48. package/esm2022/file-upload/file-upload.module.mjs +12 -9
  49. package/esm2022/file-upload/multiple-file-upload.component.mjs +10 -10
  50. package/esm2022/file-upload/single-file-upload.component.mjs +10 -10
  51. package/esm2022/form-field/form-field.mjs +7 -8
  52. package/esm2022/form-field/form-field.module.mjs +9 -5
  53. package/esm2022/form-field/password-hint.mjs +3 -3
  54. package/esm2022/form-field/password-toggle.mjs +3 -3
  55. package/esm2022/icon/icon.module.mjs +3 -7
  56. package/esm2022/input/input.module.mjs +3 -7
  57. package/esm2022/link/link.module.mjs +3 -7
  58. package/esm2022/list/list-selection.component.mjs +4 -5
  59. package/esm2022/list/list.module.mjs +3 -7
  60. package/esm2022/loader-overlay/loader-overlay.component.mjs +4 -5
  61. package/esm2022/loader-overlay/loader-overlay.module.mjs +3 -7
  62. package/esm2022/markdown/markdown.module.mjs +4 -5
  63. package/esm2022/modal/modal.component.mjs +7 -7
  64. package/esm2022/modal/modal.module.mjs +12 -9
  65. package/esm2022/navbar/navbar-item.component.mjs +30 -31
  66. package/esm2022/navbar/navbar.module.mjs +3 -7
  67. package/esm2022/popover/popover-confirm.component.mjs +4 -4
  68. package/esm2022/popover/popover.component.mjs +8 -8
  69. package/esm2022/popover/popover.module.mjs +40 -7
  70. package/esm2022/progress-bar/progress-bar.component.mjs +3 -4
  71. package/esm2022/progress-bar/progress-bar.module.mjs +3 -7
  72. package/esm2022/progress-spinner/progress-spinner.component.mjs +3 -3
  73. package/esm2022/progress-spinner/progress-spinner.module.mjs +7 -8
  74. package/esm2022/radio/radio.component.mjs +3 -3
  75. package/esm2022/radio/radio.module.mjs +4 -5
  76. package/esm2022/risk-level/risk-level.component.mjs +3 -3
  77. package/esm2022/risk-level/risk-level.module.mjs +3 -7
  78. package/esm2022/scrollbar/scrollbar.component.mjs +3 -3
  79. package/esm2022/select/select.component.mjs +8 -8
  80. package/esm2022/select/select.module.mjs +11 -13
  81. package/esm2022/sidebar/sidebar.component.mjs +3 -4
  82. package/esm2022/sidepanel/sidepanel-container.component.mjs +5 -6
  83. package/esm2022/sidepanel/sidepanel-directives.mjs +30 -29
  84. package/esm2022/sidepanel/sidepanel.module.mjs +3 -7
  85. package/esm2022/splitter/splitter.component.mjs +3 -4
  86. package/esm2022/splitter/splitter.module.mjs +3 -7
  87. package/esm2022/table/table.module.mjs +3 -7
  88. package/esm2022/tabs/tab-group.component.mjs +9 -10
  89. package/esm2022/tabs/tab-nav-bar/tab-nav-bar.mjs +3 -3
  90. package/esm2022/tabs/tabs.module.mjs +3 -7
  91. package/esm2022/tags/tag-list.component.mjs +3 -4
  92. package/esm2022/tags/tag.module.mjs +4 -5
  93. package/esm2022/textarea/textarea.module.mjs +4 -5
  94. package/esm2022/timepicker/timepicker.module.mjs +3 -7
  95. package/esm2022/timezone/timezone-option.component.mjs +6 -6
  96. package/esm2022/timezone/timezone-select.component.mjs +7 -7
  97. package/esm2022/timezone/timezone.module.mjs +10 -9
  98. package/esm2022/toast/toast.component.mjs +6 -6
  99. package/esm2022/toast/toast.module.mjs +10 -9
  100. package/esm2022/toggle/toggle.module.mjs +4 -5
  101. package/esm2022/tooltip/tooltip.component.mjs +3 -3
  102. package/esm2022/tooltip/tooltip.module.mjs +11 -5
  103. package/esm2022/tree/tree-option.component.mjs +5 -6
  104. package/esm2022/tree/tree.module.mjs +3 -7
  105. package/esm2022/tree-select/tree-select.component.mjs +7 -7
  106. package/esm2022/tree-select/tree-select.module.mjs +11 -12
  107. package/fesm2022/koobiq-components-alert.mjs +4 -9
  108. package/fesm2022/koobiq-components-alert.mjs.map +1 -1
  109. package/fesm2022/koobiq-components-autocomplete.mjs +14 -4
  110. package/fesm2022/koobiq-components-autocomplete.mjs.map +1 -1
  111. package/fesm2022/koobiq-components-badge.mjs +2 -6
  112. package/fesm2022/koobiq-components-badge.mjs.map +1 -1
  113. package/fesm2022/koobiq-components-button.mjs +2 -6
  114. package/fesm2022/koobiq-components-button.mjs.map +1 -1
  115. package/fesm2022/koobiq-components-code-block.mjs +15 -20
  116. package/fesm2022/koobiq-components-code-block.mjs.map +1 -1
  117. package/fesm2022/koobiq-components-core.mjs +22 -33
  118. package/fesm2022/koobiq-components-core.mjs.map +1 -1
  119. package/fesm2022/koobiq-components-datepicker.mjs +21 -20
  120. package/fesm2022/koobiq-components-datepicker.mjs.map +1 -1
  121. package/fesm2022/koobiq-components-dl.mjs +2 -6
  122. package/fesm2022/koobiq-components-dl.mjs.map +1 -1
  123. package/fesm2022/koobiq-components-dropdown.mjs +16 -17
  124. package/fesm2022/koobiq-components-dropdown.mjs.map +1 -1
  125. package/fesm2022/koobiq-components-empty-state.mjs +2 -6
  126. package/fesm2022/koobiq-components-empty-state.mjs.map +1 -1
  127. package/fesm2022/koobiq-components-file-upload.mjs +22 -19
  128. package/fesm2022/koobiq-components-file-upload.mjs.map +1 -1
  129. package/fesm2022/koobiq-components-form-field.mjs +17 -13
  130. package/fesm2022/koobiq-components-form-field.mjs.map +1 -1
  131. package/fesm2022/koobiq-components-icon.mjs +2 -6
  132. package/fesm2022/koobiq-components-icon.mjs.map +1 -1
  133. package/fesm2022/koobiq-components-input.mjs +2 -6
  134. package/fesm2022/koobiq-components-input.mjs.map +1 -1
  135. package/fesm2022/koobiq-components-link.mjs +2 -6
  136. package/fesm2022/koobiq-components-link.mjs.map +1 -1
  137. package/fesm2022/koobiq-components-list.mjs +5 -10
  138. package/fesm2022/koobiq-components-list.mjs.map +1 -1
  139. package/fesm2022/koobiq-components-loader-overlay.mjs +5 -10
  140. package/fesm2022/koobiq-components-loader-overlay.mjs.map +1 -1
  141. package/fesm2022/koobiq-components-markdown.mjs +3 -4
  142. package/fesm2022/koobiq-components-markdown.mjs.map +1 -1
  143. package/fesm2022/koobiq-components-modal.mjs +18 -15
  144. package/fesm2022/koobiq-components-modal.mjs.map +1 -1
  145. package/fesm2022/koobiq-components-navbar.mjs +32 -36
  146. package/fesm2022/koobiq-components-navbar.mjs.map +1 -1
  147. package/fesm2022/koobiq-components-popover.mjs +47 -14
  148. package/fesm2022/koobiq-components-popover.mjs.map +1 -1
  149. package/fesm2022/koobiq-components-progress-bar.mjs +4 -9
  150. package/fesm2022/koobiq-components-progress-bar.mjs.map +1 -1
  151. package/fesm2022/koobiq-components-progress-spinner.mjs +8 -9
  152. package/fesm2022/koobiq-components-progress-spinner.mjs.map +1 -1
  153. package/fesm2022/koobiq-components-radio.mjs +5 -6
  154. package/fesm2022/koobiq-components-radio.mjs.map +1 -1
  155. package/fesm2022/koobiq-components-risk-level.mjs +4 -8
  156. package/fesm2022/koobiq-components-risk-level.mjs.map +1 -1
  157. package/fesm2022/koobiq-components-scrollbar.mjs +2 -2
  158. package/fesm2022/koobiq-components-scrollbar.mjs.map +1 -1
  159. package/fesm2022/koobiq-components-select.mjs +17 -19
  160. package/fesm2022/koobiq-components-select.mjs.map +1 -1
  161. package/fesm2022/koobiq-components-sidebar.mjs +2 -3
  162. package/fesm2022/koobiq-components-sidebar.mjs.map +1 -1
  163. package/fesm2022/koobiq-components-sidepanel.mjs +35 -38
  164. package/fesm2022/koobiq-components-sidepanel.mjs.map +1 -1
  165. package/fesm2022/koobiq-components-splitter.mjs +4 -9
  166. package/fesm2022/koobiq-components-splitter.mjs.map +1 -1
  167. package/fesm2022/koobiq-components-table.mjs +2 -6
  168. package/fesm2022/koobiq-components-table.mjs.map +1 -1
  169. package/fesm2022/koobiq-components-tabs.mjs +8 -13
  170. package/fesm2022/koobiq-components-tabs.mjs.map +1 -1
  171. package/fesm2022/koobiq-components-tags.mjs +5 -7
  172. package/fesm2022/koobiq-components-tags.mjs.map +1 -1
  173. package/fesm2022/koobiq-components-textarea.mjs +3 -4
  174. package/fesm2022/koobiq-components-textarea.mjs.map +1 -1
  175. package/fesm2022/koobiq-components-timepicker.mjs +2 -6
  176. package/fesm2022/koobiq-components-timepicker.mjs.map +1 -1
  177. package/fesm2022/koobiq-components-timezone.mjs +19 -18
  178. package/fesm2022/koobiq-components-timezone.mjs.map +1 -1
  179. package/fesm2022/koobiq-components-toast.mjs +14 -13
  180. package/fesm2022/koobiq-components-toast.mjs.map +1 -1
  181. package/fesm2022/koobiq-components-toggle.mjs +3 -4
  182. package/fesm2022/koobiq-components-toggle.mjs.map +1 -1
  183. package/fesm2022/koobiq-components-tooltip.mjs +12 -6
  184. package/fesm2022/koobiq-components-tooltip.mjs.map +1 -1
  185. package/fesm2022/koobiq-components-tree-select.mjs +16 -17
  186. package/fesm2022/koobiq-components-tree-select.mjs.map +1 -1
  187. package/fesm2022/koobiq-components-tree.mjs +10 -15
  188. package/fesm2022/koobiq-components-tree.mjs.map +1 -1
  189. package/file-upload/file-upload.module.d.ts +12 -12
  190. package/file-upload/single-file-upload.component.d.ts +1 -1
  191. package/form-field/form-field-tokens.scss +12 -0
  192. package/form-field/form-field.module.d.ts +3 -3
  193. package/icon/icon.module.d.ts +3 -4
  194. package/input/input.module.d.ts +5 -6
  195. package/link/link.module.d.ts +2 -3
  196. package/list/list.module.d.ts +3 -4
  197. package/loader-overlay/loader-overlay.module.d.ts +4 -5
  198. package/markdown/markdown.module.d.ts +4 -5
  199. package/modal/modal.module.d.ts +7 -7
  200. package/navbar/navbar.module.d.ts +5 -6
  201. package/package.json +4 -4
  202. package/popover/popover.module.d.ts +7 -7
  203. package/prebuilt-themes/dark-theme.css +1 -1
  204. package/prebuilt-themes/light-theme.css +1 -1
  205. package/progress-bar/_progress-bar-theme.scss +6 -12
  206. package/progress-bar/progress-bar-tokens.scss +36 -0
  207. package/progress-bar/progress-bar.module.d.ts +2 -3
  208. package/progress-bar/progress-bar.scss +4 -4
  209. package/progress-spinner/_progress-spinner-theme.scss +5 -11
  210. package/progress-spinner/progress-spinner-tokens.scss +38 -0
  211. package/progress-spinner/progress-spinner.module.d.ts +3 -3
  212. package/progress-spinner/progress-spinner.scss +4 -4
  213. package/radio/_radio-theme.scss +21 -36
  214. package/radio/radio-tokens.scss +166 -0
  215. package/radio/radio.module.d.ts +3 -4
  216. package/radio/radio.scss +4 -5
  217. package/risk-level/_risk-level-theme.scss +20 -24
  218. package/risk-level/risk-level-tokens.scss +72 -0
  219. package/risk-level/risk-level.component.scss +5 -3
  220. package/risk-level/risk-level.module.d.ts +3 -4
  221. package/schematics/ng-add/index.js +2 -2
  222. package/scrollbar/_scrollbar-component-theme.scss +13 -31
  223. package/scrollbar/scrollbar-tokens.scss +34 -0
  224. package/scrollbar/scrollbar.component.scss +4 -3
  225. package/select/_select-theme.scss +11 -22
  226. package/select/select-tokens.scss +59 -0
  227. package/select/select.component.d.ts +1 -1
  228. package/select/select.module.d.ts +7 -7
  229. package/select/select.scss +5 -3
  230. package/sidepanel/_sidepanel-theme.scss +6 -12
  231. package/sidepanel/sidepanel-tokens.scss +48 -0
  232. package/sidepanel/sidepanel.module.d.ts +8 -9
  233. package/sidepanel/sidepanel.scss +4 -4
  234. package/splitter/_splitter-theme.scss +2 -6
  235. package/splitter/splitter-tokens.scss +7 -0
  236. package/splitter/splitter.module.d.ts +2 -3
  237. package/splitter/splitter.scss +4 -0
  238. package/table/table.module.d.ts +3 -4
  239. package/tabs/_tabs-common.scss +0 -6
  240. package/tabs/_tabs-theme.scss +30 -65
  241. package/tabs/tab-group.scss +0 -3
  242. package/tabs/tab-header.scss +0 -3
  243. package/tabs/tab-nav-bar/tab-nav-bar.scss +0 -2
  244. package/tabs/tabs-tokens.scss +136 -0
  245. package/tabs/tabs.module.d.ts +7 -8
  246. package/tags/_tag-theme.scss +17 -26
  247. package/tags/tag-input-tokens.scss +14 -0
  248. package/tags/tag-list.scss +0 -6
  249. package/tags/tag-tokens.scss +151 -0
  250. package/tags/tag.module.d.ts +2 -3
  251. package/tags/tag.scss +0 -3
  252. package/textarea/textarea.module.d.ts +4 -5
  253. package/timepicker/timepicker.module.d.ts +4 -5
  254. package/timezone/timezone.module.d.ts +9 -9
  255. package/toast/toast.module.d.ts +7 -7
  256. package/toggle/toggle.module.d.ts +3 -4
  257. package/tooltip/tooltip.module.d.ts +3 -3
  258. package/tree/tree.module.d.ts +3 -4
  259. package/tree-select/tree-select.component.d.ts +1 -1
  260. package/tree-select/tree-select.module.d.ts +7 -7
@@ -0,0 +1,151 @@
1
+ .kbq-tag,
2
+ .kbq-tag-list,
3
+ .kbq-tag-input {
4
+ --kbq-tag-input-font-default-font-size: 14px;
5
+ --kbq-tag-input-font-default-line-height: 20px;
6
+ --kbq-tag-input-font-default-letter-spacing: -0.006em;
7
+ --kbq-tag-input-font-default-font-weight: normal;
8
+ --kbq-tag-input-font-default-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
9
+ Arial, sans-serif;
10
+ --kbq-tag-input-font-default-text-transform: null;
11
+ --kbq-tag-input-font-default-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
12
+ --kbq-tag-list-size-content-gap: 4px;
13
+ --kbq-tag-size-padding-horizontal: 4px;
14
+ --kbq-tag-size-padding-vertical: 2px;
15
+ --kbq-tag-size-content-gap-horizontal: 2px;
16
+ --kbq-tag-size-icon-margin-left: 2px;
17
+ --kbq-tag-size-close-button-margin-right: 2px;
18
+ --kbq-tag-font-default-font-size: 14px;
19
+ --kbq-tag-font-default-line-height: 20px;
20
+ --kbq-tag-font-default-letter-spacing: -0.006em;
21
+ --kbq-tag-font-default-font-weight: 500;
22
+ --kbq-tag-font-default-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial,
23
+ sans-serif;
24
+ --kbq-tag-font-default-text-transform: null;
25
+ --kbq-tag-font-default-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
26
+ }
27
+
28
+ :where(.kbq-light, .theme-light, .kbq-theme-light) {
29
+ --kbq-tag-theme-fade-on-default-background: hsla(216, 100%, 85%, 100%);
30
+ --kbq-tag-theme-fade-on-default-text: hsla(216, 100%, 50%, 100%);
31
+ --kbq-tag-theme-fade-on-default-icon: hsla(216, 100%, 50%, 100%);
32
+ --kbq-tag-theme-fade-on-default-close-button: hsla(216, 100%, 50%, 100%);
33
+ --kbq-tag-theme-fade-on-states-hover-background: hsla(216, 100%, 91%, 100%);
34
+ --kbq-tag-theme-fade-on-states-hover-text: hsla(216, 100%, 50%, 100%);
35
+ --kbq-tag-theme-fade-on-states-hover-icon: hsla(216, 100%, 50%, 100%);
36
+ --kbq-tag-theme-fade-on-states-hover-close-button: hsla(216, 100%, 50%, 100%);
37
+ --kbq-tag-theme-fade-on-states-focus-background: hsla(216, 100%, 85%, 100%);
38
+ --kbq-tag-theme-fade-on-states-focus-text: hsla(216, 100%, 50%, 100%);
39
+ --kbq-tag-theme-fade-on-states-focus-icon: hsla(216, 100%, 50%, 100%);
40
+ --kbq-tag-theme-fade-on-states-focus-close-button: hsla(216, 100%, 50%, 100%);
41
+ --kbq-tag-theme-fade-on-states-focus-outline: hsla(216, 100%, 60%, 100%);
42
+ --kbq-tag-theme-fade-on-states-disabled-background: hsla(229, 15%, 50%, 16%);
43
+ --kbq-tag-theme-fade-on-states-disabled-text: hsla(229, 15%, 15%, 32%);
44
+ --kbq-tag-theme-fade-on-states-disabled-icon: hsla(229, 15%, 15%, 32%);
45
+ --kbq-tag-theme-fade-on-states-disabled-close-button: hsla(229, 15%, 15%, 32%);
46
+ --kbq-tag-contrast-fade-on-default-background: hsla(229, 15%, 92%, 100%);
47
+ --kbq-tag-contrast-fade-on-default-text: hsla(229, 15%, 15%, 100%);
48
+ --kbq-tag-contrast-fade-on-default-icon: hsla(229, 15%, 60%, 100%);
49
+ --kbq-tag-contrast-fade-on-default-close-button: hsla(229, 15%, 60%, 100%);
50
+ --kbq-tag-contrast-fade-on-states-hover-background: hsla(229, 15%, 88%, 100%);
51
+ --kbq-tag-contrast-fade-on-states-hover-text: hsla(229, 15%, 15%, 100%);
52
+ --kbq-tag-contrast-fade-on-states-hover-icon: hsla(229, 15%, 60%, 100%);
53
+ --kbq-tag-contrast-fade-on-states-hover-close-button: hsla(229, 15%, 60%, 100%);
54
+ --kbq-tag-contrast-fade-on-states-focus-background: hsla(229, 15%, 92%, 100%);
55
+ --kbq-tag-contrast-fade-on-states-focus-text: hsla(229, 15%, 15%, 100%);
56
+ --kbq-tag-contrast-fade-on-states-focus-icon: hsla(229, 15%, 60%, 100%);
57
+ --kbq-tag-contrast-fade-on-states-focus-close-button: hsla(229, 15%, 60%, 100%);
58
+ --kbq-tag-contrast-fade-on-states-focus-outline: hsla(216, 100%, 60%, 100%);
59
+ --kbq-tag-contrast-fade-on-states-disabled-background: hsla(229, 15%, 50%, 16%);
60
+ --kbq-tag-contrast-fade-on-states-disabled-text: hsla(229, 15%, 15%, 32%);
61
+ --kbq-tag-contrast-fade-on-states-disabled-icon: hsla(229, 15%, 15%, 32%);
62
+ --kbq-tag-contrast-fade-on-states-disabled-close-button: hsla(229, 15%, 15%, 32%);
63
+ --kbq-tag-error-fade-on-default-background: hsla(7, 97%, 90%, 100%);
64
+ --kbq-tag-error-fade-on-default-text: hsla(7, 97%, 40%, 100%);
65
+ --kbq-tag-error-fade-on-default-icon: hsla(7, 97%, 45%, 100%);
66
+ --kbq-tag-error-fade-on-default-close-button: hsla(7, 97%, 45%, 100%);
67
+ --kbq-tag-error-fade-on-states-hover-background: hsla(7, 97%, 92%, 100%);
68
+ --kbq-tag-error-fade-on-states-hover-text: hsla(7, 97%, 40%, 100%);
69
+ --kbq-tag-error-fade-on-states-hover-icon: hsla(7, 97%, 45%, 100%);
70
+ --kbq-tag-error-fade-on-states-hover-close-button: hsla(7, 97%, 45%, 100%);
71
+ --kbq-tag-error-fade-on-states-focus-background: hsla(7, 97%, 90%, 100%);
72
+ --kbq-tag-error-fade-on-states-focus-text: hsla(7, 97%, 40%, 100%);
73
+ --kbq-tag-error-fade-on-states-focus-icon: hsla(7, 97%, 45%, 100%);
74
+ --kbq-tag-error-fade-on-states-focus-close-button: hsla(7, 97%, 45%, 100%);
75
+ --kbq-tag-error-fade-on-states-focus-outline: hsla(7, 97%, 45%, 100%);
76
+ --kbq-tag-error-fade-on-states-disabled-background: hsla(229, 15%, 50%, 16%);
77
+ --kbq-tag-error-fade-on-states-disabled-text: hsla(229, 15%, 15%, 32%);
78
+ --kbq-tag-error-fade-on-states-disabled-icon: hsla(229, 15%, 15%, 32%);
79
+ --kbq-tag-error-fade-on-states-disabled-close-button: hsla(229, 15%, 15%, 32%);
80
+ }
81
+
82
+ :where(.kbq-dark, .theme-dark, .kbq-theme-dark) {
83
+ --kbq-tag-theme-fade-on-default-background: hsla(216, 100%, 20%, 100%);
84
+ --kbq-tag-theme-fade-on-default-text: hsla(216, 100%, 65%, 100%);
85
+ --kbq-tag-theme-fade-on-default-icon: hsla(216, 100%, 65%, 100%);
86
+ --kbq-tag-theme-fade-on-default-close-button: hsla(216, 100%, 65%, 100%);
87
+ --kbq-tag-theme-fade-on-states-hover-background: hsla(216, 100%, 18%, 100%);
88
+ --kbq-tag-theme-fade-on-states-hover-text: hsla(216, 100%, 65%, 100%);
89
+ --kbq-tag-theme-fade-on-states-hover-icon: hsla(216, 100%, 65%, 100%);
90
+ --kbq-tag-theme-fade-on-states-hover-close-button: hsla(216, 100%, 65%, 100%);
91
+ --kbq-tag-theme-fade-on-states-focus-background: hsla(216, 100%, 20%, 100%);
92
+ --kbq-tag-theme-fade-on-states-focus-text: hsla(216, 100%, 65%, 100%);
93
+ --kbq-tag-theme-fade-on-states-focus-icon: hsla(216, 100%, 65%, 100%);
94
+ --kbq-tag-theme-fade-on-states-focus-close-button: hsla(216, 100%, 65%, 100%);
95
+ --kbq-tag-theme-fade-on-states-focus-outline: hsla(216, 100%, 60%, 100%);
96
+ --kbq-tag-theme-fade-on-states-disabled-background: hsla(229, 15%, 50%, 16%);
97
+ --kbq-tag-theme-fade-on-states-disabled-text: hsla(229, 15%, 40%, 100%);
98
+ --kbq-tag-theme-fade-on-states-disabled-icon: hsla(229, 15%, 30%, 100%);
99
+ --kbq-tag-theme-fade-on-states-disabled-close-button: hsla(229, 15%, 30%, 100%);
100
+ --kbq-tag-contrast-fade-on-default-background: hsla(229, 15%, 25%, 100%);
101
+ --kbq-tag-contrast-fade-on-default-text: hsla(229, 15%, 80%, 100%);
102
+ --kbq-tag-contrast-fade-on-default-icon: hsla(229, 15%, 45%, 100%);
103
+ --kbq-tag-contrast-fade-on-default-close-button: hsla(229, 15%, 45%, 100%);
104
+ --kbq-tag-contrast-fade-on-states-hover-background: hsla(229, 15%, 25%, 100%);
105
+ --kbq-tag-contrast-fade-on-states-hover-text: hsla(229, 15%, 80%, 100%);
106
+ --kbq-tag-contrast-fade-on-states-hover-icon: hsla(229, 15%, 45%, 100%);
107
+ --kbq-tag-contrast-fade-on-states-hover-close-button: hsla(229, 15%, 45%, 100%);
108
+ --kbq-tag-contrast-fade-on-states-focus-background: hsla(229, 15%, 25%, 100%);
109
+ --kbq-tag-contrast-fade-on-states-focus-text: hsla(229, 15%, 80%, 100%);
110
+ --kbq-tag-contrast-fade-on-states-focus-icon: hsla(229, 15%, 45%, 100%);
111
+ --kbq-tag-contrast-fade-on-states-focus-close-button: hsla(229, 15%, 45%, 100%);
112
+ --kbq-tag-contrast-fade-on-states-focus-outline: hsla(216, 100%, 60%, 100%);
113
+ --kbq-tag-contrast-fade-on-states-disabled-background: hsla(229, 15%, 50%, 16%);
114
+ --kbq-tag-contrast-fade-on-states-disabled-text: hsla(229, 15%, 40%, 100%);
115
+ --kbq-tag-contrast-fade-on-states-disabled-icon: hsla(229, 15%, 30%, 100%);
116
+ --kbq-tag-contrast-fade-on-states-disabled-close-button: hsla(229, 15%, 30%, 100%);
117
+ --kbq-tag-error-fade-on-default-background: hsla(7, 97%, 15%, 100%);
118
+ --kbq-tag-error-fade-on-default-text: hsla(7, 97%, 60%, 100%);
119
+ --kbq-tag-error-fade-on-default-icon: hsla(7, 97%, 60%, 100%);
120
+ --kbq-tag-error-fade-on-default-close-button: hsla(7, 97%, 60%, 100%);
121
+ --kbq-tag-error-fade-on-states-hover-background: hsla(7, 97%, 13%, 100%);
122
+ --kbq-tag-error-fade-on-states-hover-text: hsla(7, 97%, 60%, 100%);
123
+ --kbq-tag-error-fade-on-states-hover-icon: hsla(7, 97%, 60%, 100%);
124
+ --kbq-tag-error-fade-on-states-hover-close-button: hsla(7, 97%, 60%, 100%);
125
+ --kbq-tag-error-fade-on-states-focus-background: hsla(7, 97%, 15%, 100%);
126
+ --kbq-tag-error-fade-on-states-focus-text: hsla(7, 97%, 60%, 100%);
127
+ --kbq-tag-error-fade-on-states-focus-icon: hsla(7, 97%, 60%, 100%);
128
+ --kbq-tag-error-fade-on-states-focus-close-button: hsla(7, 97%, 60%, 100%);
129
+ --kbq-tag-error-fade-on-states-focus-outline: hsla(7, 97%, 45%, 100%);
130
+ --kbq-tag-error-fade-on-states-disabled-background: hsla(229, 15%, 50%, 16%);
131
+ --kbq-tag-error-fade-on-states-disabled-text: hsla(229, 15%, 40%, 100%);
132
+ --kbq-tag-error-fade-on-states-disabled-icon: hsla(229, 15%, 30%, 100%);
133
+ --kbq-tag-error-fade-on-states-disabled-close-button: hsla(229, 15%, 30%, 100%);
134
+ --kbq-tag-warning-fade-on-default-background: hsla(38, 100%, 14%, 100%);
135
+ --kbq-tag-warning-fade-on-default-text: hsla(38, 100%, 60%, 100%);
136
+ --kbq-tag-warning-fade-on-default-icon: hsla(38, 100%, 60%, 100%);
137
+ --kbq-tag-warning-fade-on-default-close-button: hsla(38, 100%, 60%, 100%);
138
+ --kbq-tag-warning-fade-on-states-hover-background: hsla(38, 100%, 13%, 100%);
139
+ --kbq-tag-warning-fade-on-states-hover-text: hsla(38, 100%, 60%, 100%);
140
+ --kbq-tag-warning-fade-on-states-hover-icon: hsla(38, 100%, 60%, 100%);
141
+ --kbq-tag-warning-fade-on-states-hover-close-button: hsla(38, 100%, 60%, 100%);
142
+ --kbq-tag-warning-fade-on-states-focus-background: hsla(38, 100%, 14%, 100%);
143
+ --kbq-tag-warning-fade-on-states-focus-text: hsla(38, 100%, 60%, 100%);
144
+ --kbq-tag-warning-fade-on-states-focus-icon: hsla(38, 100%, 60%, 100%);
145
+ --kbq-tag-warning-fade-on-states-focus-close-button: hsla(38, 100%, 60%, 100%);
146
+ --kbq-tag-warning-fade-on-states-focus-outline: hsla(216, 100%, 60%, 100%);
147
+ --kbq-tag-warning-fade-on-states-disabled-background: hsla(229, 15%, 50%, 16%);
148
+ --kbq-tag-warning-fade-on-states-disabled-text: hsla(229, 15%, 40%, 100%);
149
+ --kbq-tag-warning-fade-on-states-disabled-icon: hsla(229, 15%, 30%, 100%);
150
+ --kbq-tag-warning-fade-on-states-disabled-close-button: hsla(229, 15%, 30%, 100%);
151
+ }
@@ -2,10 +2,9 @@ import * as i0 from "@angular/core";
2
2
  import * as i1 from "./tag-list.component";
3
3
  import * as i2 from "./tag.component";
4
4
  import * as i3 from "./tag-input";
5
- import * as i4 from "@angular/common";
6
- import * as i5 from "@angular/cdk/platform";
5
+ import * as i4 from "@angular/cdk/platform";
7
6
  export declare class KbqTagsModule {
8
7
  static ɵfac: i0.ɵɵFactoryDeclaration<KbqTagsModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<KbqTagsModule, [typeof i1.KbqTagList, typeof i2.KbqTag, typeof i3.KbqTagInput, typeof i2.KbqTagTrailingIcon, typeof i2.KbqTagAvatar, typeof i2.KbqTagRemove], [typeof i4.CommonModule, typeof i5.PlatformModule], [typeof i1.KbqTagList, typeof i2.KbqTag, typeof i3.KbqTagInput, typeof i2.KbqTagTrailingIcon, typeof i2.KbqTagAvatar, typeof i2.KbqTagRemove]>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<KbqTagsModule, [typeof i1.KbqTagList, typeof i2.KbqTag, typeof i3.KbqTagInput, typeof i2.KbqTagTrailingIcon, typeof i2.KbqTagAvatar, typeof i2.KbqTagRemove], [typeof i4.PlatformModule], [typeof i1.KbqTagList, typeof i2.KbqTag, typeof i3.KbqTagInput, typeof i2.KbqTagTrailingIcon, typeof i2.KbqTagAvatar, typeof i2.KbqTagRemove]>;
10
9
  static ɵinj: i0.ɵɵInjectorDeclaration<KbqTagsModule>;
11
10
  }
package/tags/tag.scss CHANGED
@@ -1,6 +1,3 @@
1
- @use 'sass:meta';
2
- @use 'sass:map';
3
-
4
1
  @use '../core/styles/common/tokens' as *;
5
2
 
6
3
  .kbq-tag {
@@ -1,11 +1,10 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./textarea.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/cdk/a11y";
5
- import * as i4 from "@koobiq/components/core";
6
- import * as i5 from "@angular/forms";
3
+ import * as i2 from "@angular/cdk/a11y";
4
+ import * as i3 from "@koobiq/components/core";
5
+ import * as i4 from "@angular/forms";
7
6
  export declare class KbqTextareaModule {
8
7
  static ɵfac: i0.ɵɵFactoryDeclaration<KbqTextareaModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<KbqTextareaModule, [typeof i1.KbqTextarea], [typeof i2.CommonModule, typeof i3.A11yModule, typeof i4.KbqCommonModule, typeof i5.FormsModule], [typeof i1.KbqTextarea]>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<KbqTextareaModule, [typeof i1.KbqTextarea], [typeof i2.A11yModule, typeof i3.KbqCommonModule, typeof i4.FormsModule], [typeof i1.KbqTextarea]>;
10
9
  static ɵinj: i0.ɵɵInjectorDeclaration<KbqTextareaModule>;
11
10
  }
@@ -1,11 +1,10 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./timepicker.directive";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/cdk/a11y";
5
- import * as i4 from "@angular/cdk/platform";
6
- import * as i5 from "@angular/forms";
3
+ import * as i2 from "@angular/cdk/a11y";
4
+ import * as i3 from "@angular/cdk/platform";
5
+ import * as i4 from "@angular/forms";
7
6
  export declare class KbqTimepickerModule {
8
7
  static ɵfac: i0.ɵɵFactoryDeclaration<KbqTimepickerModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<KbqTimepickerModule, [typeof i1.KbqTimepicker], [typeof i2.CommonModule, typeof i3.A11yModule, typeof i4.PlatformModule, typeof i5.FormsModule], [typeof i1.KbqTimepicker]>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<KbqTimepickerModule, [typeof i1.KbqTimepicker], [typeof i2.A11yModule, typeof i3.PlatformModule, typeof i4.FormsModule], [typeof i1.KbqTimepicker]>;
10
9
  static ɵinj: i0.ɵɵInjectorDeclaration<KbqTimepickerModule>;
11
10
  }
@@ -4,16 +4,16 @@ import * as i2 from "./cities-by-filter.pipe";
4
4
  import * as i3 from "./timezone-select.component";
5
5
  import * as i4 from "./timezone-option.component";
6
6
  import * as i5 from "./timezone-option.directive";
7
- import * as i6 from "@angular/common";
8
- import * as i7 from "@angular/cdk/overlay";
9
- import * as i8 from "@koobiq/components/form-field";
10
- import * as i9 from "@koobiq/components/core";
11
- import * as i10 from "@koobiq/components/select";
12
- import * as i11 from "@koobiq/components/icon";
13
- import * as i12 from "@koobiq/components/tags";
14
- import * as i13 from "@koobiq/components/tooltip";
7
+ import * as i6 from "@angular/cdk/overlay";
8
+ import * as i7 from "@koobiq/components/form-field";
9
+ import * as i8 from "@koobiq/components/core";
10
+ import * as i9 from "@koobiq/components/select";
11
+ import * as i10 from "@koobiq/components/icon";
12
+ import * as i11 from "@koobiq/components/tags";
13
+ import * as i12 from "@koobiq/components/tooltip";
14
+ import * as i13 from "@angular/common";
15
15
  export declare class KbqTimezoneModule {
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<KbqTimezoneModule, never>;
17
- static ɵmod: i0.ɵɵNgModuleDeclaration<KbqTimezoneModule, [typeof i1.UtcOffsetPipe, typeof i2.CitiesByFilterPipe, typeof i3.KbqTimezoneSelect, typeof i4.KbqTimezoneOption, typeof i5.KbqTimezoneOptionTooltip, typeof i3.KbqTimezoneSelectTrigger], [typeof i6.CommonModule, typeof i7.OverlayModule, typeof i8.KbqFormFieldModule, typeof i9.KbqOptionModule, typeof i10.KbqSelectModule, typeof i11.KbqIconModule, typeof i12.KbqTagsModule, typeof i13.KbqToolTipModule, typeof i9.KbqHighlightModule], [typeof i3.KbqTimezoneSelect, typeof i4.KbqTimezoneOption, typeof i5.KbqTimezoneOptionTooltip, typeof i3.KbqTimezoneSelectTrigger]>;
17
+ static ɵmod: i0.ɵɵNgModuleDeclaration<KbqTimezoneModule, [typeof i1.UtcOffsetPipe, typeof i2.CitiesByFilterPipe, typeof i3.KbqTimezoneSelect, typeof i4.KbqTimezoneOption, typeof i5.KbqTimezoneOptionTooltip, typeof i3.KbqTimezoneSelectTrigger], [typeof i6.OverlayModule, typeof i7.KbqFormFieldModule, typeof i8.KbqOptionModule, typeof i9.KbqSelectModule, typeof i10.KbqIconModule, typeof i11.KbqTagsModule, typeof i12.KbqToolTipModule, typeof i8.KbqHighlightModule, typeof i13.NgClass, typeof i13.KeyValuePipe], [typeof i3.KbqTimezoneSelect, typeof i4.KbqTimezoneOption, typeof i5.KbqTimezoneOptionTooltip, typeof i3.KbqTimezoneSelectTrigger]>;
18
18
  static ɵinj: i0.ɵɵInjectorDeclaration<KbqTimezoneModule>;
19
19
  }
@@ -1,14 +1,14 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./toast.component";
3
3
  import * as i2 from "./toast-container.component";
4
- import * as i3 from "@angular/common";
5
- import * as i4 from "@angular/cdk/overlay";
6
- import * as i5 from "@koobiq/components/title";
7
- import * as i6 from "@angular/cdk/a11y";
8
- import * as i7 from "@koobiq/components/icon";
9
- import * as i8 from "@koobiq/components/button";
4
+ import * as i3 from "@angular/cdk/overlay";
5
+ import * as i4 from "@koobiq/components/title";
6
+ import * as i5 from "@angular/cdk/a11y";
7
+ import * as i6 from "@koobiq/components/icon";
8
+ import * as i7 from "@koobiq/components/button";
9
+ import * as i8 from "@angular/common";
10
10
  export declare class KbqToastModule {
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<KbqToastModule, never>;
12
- static ɵmod: i0.ɵɵNgModuleDeclaration<KbqToastModule, [typeof i1.KbqToastComponent, typeof i2.KbqToastContainerComponent, typeof i1.KbqToastCloseButton], [typeof i3.CommonModule, typeof i4.OverlayModule, typeof i5.KbqTitleModule, typeof i6.A11yModule, typeof i7.KbqIconModule, typeof i8.KbqButtonModule], [typeof i1.KbqToastComponent, typeof i2.KbqToastContainerComponent, typeof i1.KbqToastCloseButton]>;
12
+ static ɵmod: i0.ɵɵNgModuleDeclaration<KbqToastModule, [typeof i1.KbqToastComponent, typeof i2.KbqToastContainerComponent, typeof i1.KbqToastCloseButton], [typeof i3.OverlayModule, typeof i4.KbqTitleModule, typeof i5.A11yModule, typeof i6.KbqIconModule, typeof i7.KbqButtonModule, typeof i8.NgTemplateOutlet, typeof i8.NgClass], [typeof i1.KbqToastComponent, typeof i2.KbqToastContainerComponent, typeof i1.KbqToastCloseButton]>;
13
13
  static ɵinj: i0.ɵɵInjectorDeclaration<KbqToastModule>;
14
14
  }
@@ -1,10 +1,9 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./toggle.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/cdk/a11y";
5
- import * as i4 from "@koobiq/components/core";
3
+ import * as i2 from "@angular/cdk/a11y";
4
+ import * as i3 from "@koobiq/components/core";
6
5
  export declare class KbqToggleModule {
7
6
  static ɵfac: i0.ɵɵFactoryDeclaration<KbqToggleModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<KbqToggleModule, [typeof i1.KbqToggleComponent], [typeof i2.CommonModule, typeof i3.A11yModule, typeof i4.KbqCommonModule], [typeof i1.KbqToggleComponent]>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<KbqToggleModule, [typeof i1.KbqToggleComponent], [typeof i2.A11yModule, typeof i3.KbqCommonModule], [typeof i1.KbqToggleComponent]>;
9
8
  static ɵinj: i0.ɵɵInjectorDeclaration<KbqToggleModule>;
10
9
  }
@@ -1,9 +1,9 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./tooltip.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/cdk/overlay";
3
+ import * as i2 from "@angular/cdk/overlay";
4
+ import * as i3 from "@angular/common";
5
5
  export declare class KbqToolTipModule {
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<KbqToolTipModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<KbqToolTipModule, [typeof i1.KbqTooltipComponent, typeof i1.KbqTooltipTrigger, typeof i1.KbqExtendedTooltipTrigger, typeof i1.KbqWarningTooltipTrigger], [typeof i2.CommonModule, typeof i3.OverlayModule], [typeof i1.KbqTooltipComponent, typeof i1.KbqTooltipTrigger, typeof i1.KbqExtendedTooltipTrigger, typeof i1.KbqWarningTooltipTrigger]>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<KbqToolTipModule, [typeof i1.KbqTooltipComponent, typeof i1.KbqTooltipTrigger, typeof i1.KbqExtendedTooltipTrigger, typeof i1.KbqWarningTooltipTrigger], [typeof i2.OverlayModule, typeof i3.NgClass, typeof i3.NgTemplateOutlet], [typeof i1.KbqTooltipComponent, typeof i1.KbqTooltipTrigger, typeof i1.KbqExtendedTooltipTrigger, typeof i1.KbqWarningTooltipTrigger]>;
8
8
  static ɵinj: i0.ɵɵInjectorDeclaration<KbqToolTipModule>;
9
9
  }
@@ -7,11 +7,10 @@ import * as i5 from "./tree";
7
7
  import * as i6 from "./tree-selection.component";
8
8
  import * as i7 from "./tree-option.component";
9
9
  import * as i8 from "./toggle";
10
- import * as i9 from "@angular/common";
11
- import * as i10 from "@koobiq/components/core";
12
- import * as i11 from "@koobiq/components/icon";
10
+ import * as i9 from "@koobiq/components/core";
11
+ import * as i10 from "@koobiq/components/icon";
13
12
  export declare class KbqTreeModule {
14
13
  static ɵfac: i0.ɵɵFactoryDeclaration<KbqTreeModule, never>;
15
- static ɵmod: i0.ɵɵNgModuleDeclaration<KbqTreeModule, [typeof i1.KbqTreeNodeOutlet, typeof i2.KbqTreeNodeDef, typeof i3.KbqTreeNode, typeof i4.KbqTreeNodePadding, typeof i5.KbqTree, typeof i6.KbqTreeSelection, typeof i7.KbqTreeOption, typeof i8.KbqTreeNodeToggleComponent, typeof i8.KbqTreeNodeToggleDirective], [typeof i9.CommonModule, typeof i10.KbqPseudoCheckboxModule, typeof i11.KbqIconModule], [typeof i1.KbqTreeNodeOutlet, typeof i2.KbqTreeNodeDef, typeof i3.KbqTreeNode, typeof i4.KbqTreeNodePadding, typeof i5.KbqTree, typeof i6.KbqTreeSelection, typeof i7.KbqTreeOption, typeof i8.KbqTreeNodeToggleComponent, typeof i8.KbqTreeNodeToggleDirective]>;
14
+ static ɵmod: i0.ɵɵNgModuleDeclaration<KbqTreeModule, [typeof i1.KbqTreeNodeOutlet, typeof i2.KbqTreeNodeDef, typeof i3.KbqTreeNode, typeof i4.KbqTreeNodePadding, typeof i5.KbqTree, typeof i6.KbqTreeSelection, typeof i7.KbqTreeOption, typeof i8.KbqTreeNodeToggleComponent, typeof i8.KbqTreeNodeToggleDirective], [typeof i9.KbqPseudoCheckboxModule, typeof i10.KbqIconModule], [typeof i1.KbqTreeNodeOutlet, typeof i2.KbqTreeNodeDef, typeof i3.KbqTreeNode, typeof i4.KbqTreeNodePadding, typeof i5.KbqTree, typeof i6.KbqTreeSelection, typeof i7.KbqTreeOption, typeof i8.KbqTreeNodeToggleComponent, typeof i8.KbqTreeNodeToggleDirective]>;
16
15
  static ɵinj: i0.ɵɵInjectorDeclaration<KbqTreeModule>;
17
16
  }
@@ -277,6 +277,6 @@ export declare class KbqTreeSelect extends KbqTreeSelectMixinBase implements Aft
277
277
  private _compareWith;
278
278
  private subscribeOnSearchChanges;
279
279
  static ɵfac: i0.ɵɵFactoryDeclaration<KbqTreeSelect, [null, null, null, null, null, null, null, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; self: true; }, { optional: true; }]>;
280
- static ɵcmp: i0.ɵɵComponentDeclaration<KbqTreeSelect, "kbq-tree-select", ["kbqTreeSelect"], { "disabled": { "alias": "disabled"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "hiddenItemsText": { "alias": "hiddenItemsText"; "required": false; }; "panelClass": { "alias": "panelClass"; "required": false; }; "backdropClass": { "alias": "backdropClass"; "required": false; }; "errorStateMatcher": { "alias": "errorStateMatcher"; "required": false; }; "sortComparator": { "alias": "sortComparator"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "required": { "alias": "required"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "autoSelect": { "alias": "autoSelect"; "required": false; }; "compareWith": { "alias": "compareWith"; "required": false; }; "id": { "alias": "id"; "required": false; }; "hasBackdrop": { "alias": "hasBackdrop"; "required": false; }; "hiddenItemsTextFormatter": { "alias": "hiddenItemsTextFormatter"; "required": false; }; }, { "openedChange": "openedChange"; "openedStream": "opened"; "closedStream": "closed"; "selectionChange": "selectionChange"; "valueChange": "valueChange"; }, ["cleaner", "customTrigger", "customMatcher", "customTagTemplateRef", "tree", "search"], ["kbq-select-trigger", "kbq-cleaner", "kbq-select-matcher, [kbq-select-matcher]", "[kbqSelectSearch]", "[kbq-select-search-empty-result]", "kbq-tree-selection", "kbq-select-footer,[kbq-tree-select-footer]"], false, never>;
280
+ static ɵcmp: i0.ɵɵComponentDeclaration<KbqTreeSelect, "kbq-tree-select", ["kbqTreeSelect"], { "disabled": { "alias": "disabled"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "hiddenItemsText": { "alias": "hiddenItemsText"; "required": false; }; "panelClass": { "alias": "panelClass"; "required": false; }; "backdropClass": { "alias": "backdropClass"; "required": false; }; "errorStateMatcher": { "alias": "errorStateMatcher"; "required": false; }; "sortComparator": { "alias": "sortComparator"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "required": { "alias": "required"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "autoSelect": { "alias": "autoSelect"; "required": false; }; "compareWith": { "alias": "compareWith"; "required": false; }; "id": { "alias": "id"; "required": false; }; "hasBackdrop": { "alias": "hasBackdrop"; "required": false; }; "hiddenItemsTextFormatter": { "alias": "hiddenItemsTextFormatter"; "required": false; }; }, { "openedChange": "openedChange"; "openedStream": "opened"; "closedStream": "closed"; "selectionChange": "selectionChange"; "valueChange": "valueChange"; }, ["cleaner", "customTrigger", "customMatcher", "customTagTemplateRef", "tree", "search"], ["kbq-select-matcher, [kbq-select-matcher]", "kbq-select-trigger", "kbq-cleaner", "[kbqSelectSearch]", "[kbq-select-search-empty-result]", "kbq-tree-selection", "kbq-select-footer,[kbq-tree-select-footer]"], false, never>;
281
281
  }
282
282
  export {};
@@ -1,13 +1,13 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./tree-select.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/cdk/overlay";
5
- import * as i4 from "@koobiq/components/tree";
6
- import * as i5 from "@koobiq/components/icon";
7
- import * as i6 from "@koobiq/components/tags";
8
- import * as i7 from "@koobiq/components/core";
3
+ import * as i2 from "@angular/cdk/overlay";
4
+ import * as i3 from "@koobiq/components/tree";
5
+ import * as i4 from "@koobiq/components/icon";
6
+ import * as i5 from "@koobiq/components/tags";
7
+ import * as i6 from "@koobiq/components/core";
8
+ import * as i7 from "@angular/common";
9
9
  export declare class KbqTreeSelectModule {
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<KbqTreeSelectModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<KbqTreeSelectModule, [typeof i1.KbqTreeSelect], [typeof i2.CommonModule, typeof i3.OverlayModule, typeof i4.KbqTreeModule, typeof i5.KbqIconModule, typeof i6.KbqTagsModule, typeof i7.KbqPseudoCheckboxModule, typeof i7.KbqSelectSearch, typeof i7.KbqSelectFooter, typeof i7.KbqSelectMatcher, typeof i7.KbqSelectTrigger, typeof i7.KbqSelectSearchEmptyResult], [typeof i1.KbqTreeSelect, typeof i2.CommonModule, typeof i7.KbqSelectSearch, typeof i7.KbqSelectFooter, typeof i7.KbqSelectMatcher, typeof i7.KbqSelectTrigger, typeof i7.KbqSelectSearchEmptyResult]>;
11
+ static ɵmod: i0.ɵɵNgModuleDeclaration<KbqTreeSelectModule, [typeof i1.KbqTreeSelect], [typeof i2.OverlayModule, typeof i3.KbqTreeModule, typeof i4.KbqIconModule, typeof i5.KbqTagsModule, typeof i6.KbqPseudoCheckboxModule, typeof i6.KbqSelectSearch, typeof i6.KbqSelectFooter, typeof i6.KbqSelectMatcher, typeof i6.KbqSelectTrigger, typeof i6.KbqSelectSearchEmptyResult, typeof i7.NgClass, typeof i7.NgTemplateOutlet], [typeof i1.KbqTreeSelect, typeof i6.KbqSelectSearch, typeof i6.KbqSelectFooter, typeof i6.KbqSelectMatcher, typeof i6.KbqSelectTrigger, typeof i6.KbqSelectSearchEmptyResult]>;
12
12
  static ɵinj: i0.ɵɵInjectorDeclaration<KbqTreeSelectModule>;
13
13
  }