@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,29 +0,0 @@
1
- import { A11yModule } from '@angular/cdk/a11y';
2
- import { PlatformModule } from '@angular/cdk/platform';
3
- import { NgModule } from '@angular/core';
4
- import { FormsModule } from '@angular/forms';
5
- import { KbqFormFieldModule } from '@koobiq/components/form-field';
6
- import { KbqTimepicker } from './timepicker.directive';
7
- import * as i0 from "@angular/core";
8
- export class KbqTimepickerModule {
9
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqTimepickerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
10
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: KbqTimepickerModule, declarations: [KbqTimepicker], imports: [A11yModule,
11
- PlatformModule,
12
- FormsModule], exports: [KbqTimepicker, KbqFormFieldModule] }); }
13
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqTimepickerModule, imports: [A11yModule,
14
- PlatformModule,
15
- FormsModule, KbqFormFieldModule] }); }
16
- }
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqTimepickerModule, decorators: [{
18
- type: NgModule,
19
- args: [{
20
- imports: [
21
- A11yModule,
22
- PlatformModule,
23
- FormsModule
24
- ],
25
- declarations: [KbqTimepicker],
26
- exports: [KbqTimepicker, KbqFormFieldModule]
27
- }]
28
- }] });
29
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGltZXBpY2tlci5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9wYWNrYWdlcy9jb21wb25lbnRzL3RpbWVwaWNrZXIvdGltZXBpY2tlci5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLG1CQUFtQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSx1QkFBdUIsQ0FBQztBQUN2RCxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxXQUFXLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUM3QyxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSwrQkFBK0IsQ0FBQztBQUNuRSxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sd0JBQXdCLENBQUM7O0FBV3ZELE1BQU0sT0FBTyxtQkFBbUI7a0lBQW5CLG1CQUFtQjttSUFBbkIsbUJBQW1CLGlCQUhiLGFBQWEsYUFKeEIsVUFBVTtZQUNWLGNBQWM7WUFDZCxXQUFXLGFBR0wsYUFBYSxFQUFFLGtCQUFrQjttSUFFbEMsbUJBQW1CLFlBUHhCLFVBQVU7WUFDVixjQUFjO1lBQ2QsV0FBVyxFQUdVLGtCQUFrQjs7NEZBRWxDLG1CQUFtQjtrQkFUL0IsUUFBUTttQkFBQztvQkFDTixPQUFPLEVBQUU7d0JBQ0wsVUFBVTt3QkFDVixjQUFjO3dCQUNkLFdBQVc7cUJBQ2Q7b0JBQ0QsWUFBWSxFQUFFLENBQUMsYUFBYSxDQUFDO29CQUM3QixPQUFPLEVBQUUsQ0FBQyxhQUFhLEVBQUUsa0JBQWtCLENBQUM7aUJBQy9DIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQTExeU1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9hMTF5JztcbmltcG9ydCB7IFBsYXRmb3JtTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY2RrL3BsYXRmb3JtJztcbmltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBGb3Jtc01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcbmltcG9ydCB7IEticUZvcm1GaWVsZE1vZHVsZSB9IGZyb20gJ0Brb29iaXEvY29tcG9uZW50cy9mb3JtLWZpZWxkJztcbmltcG9ydCB7IEticVRpbWVwaWNrZXIgfSBmcm9tICcuL3RpbWVwaWNrZXIuZGlyZWN0aXZlJztcblxuQE5nTW9kdWxlKHtcbiAgICBpbXBvcnRzOiBbXG4gICAgICAgIEExMXlNb2R1bGUsXG4gICAgICAgIFBsYXRmb3JtTW9kdWxlLFxuICAgICAgICBGb3Jtc01vZHVsZVxuICAgIF0sXG4gICAgZGVjbGFyYXRpb25zOiBbS2JxVGltZXBpY2tlcl0sXG4gICAgZXhwb3J0czogW0ticVRpbWVwaWNrZXIsIEticUZvcm1GaWVsZE1vZHVsZV1cbn0pXG5leHBvcnQgY2xhc3MgS2JxVGltZXBpY2tlck1vZHVsZSB7fVxuIl19
@@ -1,17 +0,0 @@
1
- import { Pipe } from '@angular/core';
2
- import { filterCitiesBySearchString } from './timezone.utils';
3
- import * as i0 from "@angular/core";
4
- export class CitiesByFilterPipe {
5
- transform(value, searchPattern) {
6
- return filterCitiesBySearchString(value, searchPattern);
7
- }
8
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CitiesByFilterPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
9
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: CitiesByFilterPipe, name: "citiesByFilter" }); }
10
- }
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CitiesByFilterPipe, decorators: [{
12
- type: Pipe,
13
- args: [{
14
- name: 'citiesByFilter'
15
- }]
16
- }] });
17
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2l0aWVzLWJ5LWZpbHRlci5waXBlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vcGFja2FnZXMvY29tcG9uZW50cy90aW1lem9uZS9jaXRpZXMtYnktZmlsdGVyLnBpcGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLElBQUksRUFBaUIsTUFBTSxlQUFlLENBQUM7QUFDcEQsT0FBTyxFQUFFLDBCQUEwQixFQUFFLE1BQU0sa0JBQWtCLENBQUM7O0FBSzlELE1BQU0sT0FBTyxrQkFBa0I7SUFDM0IsU0FBUyxDQUFDLEtBQWEsRUFBRSxhQUFzQjtRQUMzQyxPQUFPLDBCQUEwQixDQUFDLEtBQUssRUFBRSxhQUFhLENBQUMsQ0FBQztJQUM1RCxDQUFDO2tJQUhRLGtCQUFrQjtnSUFBbEIsa0JBQWtCOzs0RkFBbEIsa0JBQWtCO2tCQUg5QixJQUFJO21CQUFDO29CQUNGLElBQUksRUFBRSxnQkFBZ0I7aUJBQ3pCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgUGlwZSwgUGlwZVRyYW5zZm9ybSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgZmlsdGVyQ2l0aWVzQnlTZWFyY2hTdHJpbmcgfSBmcm9tICcuL3RpbWV6b25lLnV0aWxzJztcblxuQFBpcGUoe1xuICAgIG5hbWU6ICdjaXRpZXNCeUZpbHRlcidcbn0pXG5leHBvcnQgY2xhc3MgQ2l0aWVzQnlGaWx0ZXJQaXBlIGltcGxlbWVudHMgUGlwZVRyYW5zZm9ybSB7XG4gICAgdHJhbnNmb3JtKHZhbHVlOiBzdHJpbmcsIHNlYXJjaFBhdHRlcm4/OiBzdHJpbmcpOiBzdHJpbmcge1xuICAgICAgICByZXR1cm4gZmlsdGVyQ2l0aWVzQnlTZWFyY2hTdHJpbmcodmFsdWUsIHNlYXJjaFBhdHRlcm4pO1xuICAgIH1cbn1cbiJdfQ==
@@ -1,2 +0,0 @@
1
- export * from './public-api';
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9wYWNrYWdlcy9jb21wb25lbnRzL3RpbWV6b25lL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9wdWJsaWMtYXBpJztcbiJdfQ==
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- export * from './index';
5
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoia29vYmlxLWNvbXBvbmVudHMtdGltZXpvbmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9wYWNrYWdlcy9jb21wb25lbnRzL3RpbWV6b25lL2tvb2JpcS1jb21wb25lbnRzLXRpbWV6b25lLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxTQUFTLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vaW5kZXgnO1xuIl19
@@ -1,7 +0,0 @@
1
- export * from './timezone-option.component';
2
- export * from './timezone-option.directive';
3
- export * from './timezone-select.component';
4
- export * from './timezone.models';
5
- export * from './timezone.module';
6
- export * from './timezone.utils';
7
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3BhY2thZ2VzL2NvbXBvbmVudHMvdGltZXpvbmUvcHVibGljLWFwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLDZCQUE2QixDQUFDO0FBQzVDLGNBQWMsNkJBQTZCLENBQUM7QUFDNUMsY0FBYyw2QkFBNkIsQ0FBQztBQUM1QyxjQUFjLG1CQUFtQixDQUFDO0FBQ2xDLGNBQWMsbUJBQW1CLENBQUM7QUFDbEMsY0FBYyxrQkFBa0IsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vdGltZXpvbmUtb3B0aW9uLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL3RpbWV6b25lLW9wdGlvbi5kaXJlY3RpdmUnO1xuZXhwb3J0ICogZnJvbSAnLi90aW1lem9uZS1zZWxlY3QuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vdGltZXpvbmUubW9kZWxzJztcbmV4cG9ydCAqIGZyb20gJy4vdGltZXpvbmUubW9kdWxlJztcbmV4cG9ydCAqIGZyb20gJy4vdGltZXpvbmUudXRpbHMnO1xuIl19
@@ -1,50 +0,0 @@
1
- import { ChangeDetectionStrategy, Component, ElementRef, forwardRef, Input, ViewChild, ViewEncapsulation } from '@angular/core';
2
- import { KbqOption } from '@koobiq/components/core';
3
- import { offsetFormatter } from './timezone.utils';
4
- import * as i0 from "@angular/core";
5
- import * as i1 from "@koobiq/components/core";
6
- import * as i2 from "@angular/common";
7
- import * as i3 from "./utc-offset.pipe";
8
- import * as i4 from "./cities-by-filter.pipe";
9
- export class KbqTimezoneOption extends KbqOption {
10
- get timezone() {
11
- return this._timezone;
12
- }
13
- set timezone(zone) {
14
- this._timezone = zone;
15
- this.value = zone.id;
16
- }
17
- get viewValue() {
18
- const cities = [this.timezone.city, this.timezone.cities].filter(Boolean).join(', ');
19
- return [offsetFormatter(this.timezone.offset), cities].join(' ');
20
- }
21
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqTimezoneOption, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
22
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.14", type: KbqTimezoneOption, selector: "kbq-timezone-option", inputs: { highlightText: "highlightText", timezone: "timezone" }, host: { classAttribute: "kbq-timezone-option" }, providers: [
23
- {
24
- provide: KbqOption,
25
- useExisting: forwardRef((() => KbqTimezoneOption))
26
- }
27
- ], viewQueries: [{ propertyName: "tooltipContentWrapper", first: true, predicate: ["tooltipContentWrapper"], descendants: true }, { propertyName: "tooltipContent", first: true, predicate: ["tooltipContent"], descendants: true }], exportAs: ["kbqTimezoneOption"], usesInheritance: true, ngImport: i0, template: "@for (utcItem of timezone.offset | utcOffset | keyvalue; track utcItem) {\n <div class=\"kbq-timezone-option__offset-wrapper layout-row layout-align-space-between\">\n <div class=\"kbq-timezone-option__offset\" [innerHTML]=\"utcItem.key | mcHighlight: highlightText\"></div>\n <div class=\"kbq-timezone-option__offset\" [innerHTML]=\"utcItem.value | mcHighlight: highlightText\"></div>\n </div>\n}\n\n<div class=\"kbq-timezone-option__label\">\n <span class=\"kbq-timezone-option__city\" [innerHTML]=\"timezone.city | mcHighlight: highlightText\"></span>\n <div #tooltipContentWrapper class=\"kbq-timezone-option__cities\">\n <span\n #tooltipContent\n [innerHTML]=\"timezone.cities | citiesByFilter: highlightText | mcHighlight: highlightText\"\n ></span>\n </div>\n</div>\n", styles: [".kbq-truncate-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kbq-no-select{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.kbq-option{position:relative;display:flex;flex-direction:row;align-items:center;box-sizing:border-box;outline:none;-webkit-tap-highlight-color:transparent;min-height:32px;gap:var(--kbq-size-s);border:var(--kbq-size-3xs) solid transparent;padding:var(--kbq-size-xxs) calc(var(--kbq-size-m) - var(--kbq-size-3xs));-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:var(--kbq-option-border-radius)}.kbq-option .kbq-list-text{display:flex;flex-direction:column;width:100%;box-sizing:content-box;display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kbq-option .kbq-list-text>*{margin:0;padding:0;font-weight:400;font-size:inherit}.kbq-option .kbq-list-text:empty{display:none}.kbq-option .kbq-list-option-caption{padding-top:var(--kbq-size-3xs)}.kbq-option:not(.kbq-disabled){cursor:pointer}.kbq-option-text{display:flex;flex-direction:column;width:100%;box-sizing:content-box;display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kbq-option-text>*{margin:0;padding:0;font-weight:400;font-size:inherit}.kbq-option-text:empty{display:none}.kbq-option{background:var(--kbq-list-default-container-background)}.kbq-option .kbq-option-text{color:var(--kbq-list-default-text-color)}.kbq-option .kbq-option-action .kbq-icon.kbq-empty{color:var(--kbq-list-default-icon-button-color)}.kbq-option .kbq-option-caption{color:var(--kbq-list-default-caption-color)}.kbq-option:hover:not(.kbq-disabled){background:var(--kbq-list-states-hover-container-background)}.kbq-option:hover:not(.kbq-disabled) .kbq-option-text{color:var(--kbq-list-states-hover-text-color)}.kbq-option:hover:not(.kbq-disabled) .kbq-option-action .kbq-icon.kbq-empty{color:var(--kbq-list-states-hover-icon-button-color)}.kbq-option:hover:not(.kbq-disabled) .kbq-option-caption{color:var(--kbq-list-states-hover-caption-color)}.kbq-option:active:not(.kbq-disabled){background:var(--kbq-list-states-active-container-background)}.kbq-option:active:not(.kbq-disabled) .kbq-option-text{color:var(--kbq-list-states-active-text-color)}.kbq-option:active:not(.kbq-disabled) .kbq-option-action .kbq-icon.kbq-empty{color:var(--kbq-list-states-active-icon-button-color)}.kbq-option:active:not(.kbq-disabled) .kbq-option-caption{color:var(--kbq-list-states-active-caption-color)}.kbq-option.kbq-selected:not(.kbq-disabled){background:var(--kbq-list-states-selected-container-background)}.kbq-option.kbq-selected:not(.kbq-disabled) .kbq-option-text{color:var(--kbq-list-states-selected-text-color)}.kbq-option.kbq-selected:not(.kbq-disabled) .kbq-option-action .kbq-icon.kbq-empty{color:var(--kbq-list-states-selected-icon-button-color)}.kbq-option.kbq-selected:not(.kbq-disabled) .kbq-option-caption{color:var(--kbq-list-states-selected-caption-color)}.kbq-option.kbq-selected:not(.kbq-disabled):hover{background:var(--kbq-list-states-selected-hover-container-background)}.kbq-option.kbq-selected:not(.kbq-disabled):hover .kbq-option-text{color:var(--kbq-list-states-selected-hover-text-color)}.kbq-option.kbq-selected:not(.kbq-disabled):hover .kbq-option-action .kbq-icon.kbq-empty{color:var(--kbq-list-states-selected-hover-icon-button-color)}.kbq-option.kbq-selected:not(.kbq-disabled):hover .kbq-option-caption{color:var(--kbq-list-states-selected-hover-caption-color)}.kbq-option.kbq-selected:not(.kbq-disabled):active{background:var(--kbq-list-states-selected-active-container-background)}.kbq-option.kbq-selected:not(.kbq-disabled):active .kbq-option-text{color:var(--kbq-list-states-selected-active-text-color)}.kbq-option.kbq-selected:not(.kbq-disabled):active .kbq-option-action .kbq-icon.kbq-empty{color:var(--kbq-list-states-selected-active-icon-button-color)}.kbq-option.kbq-selected:not(.kbq-disabled):active .kbq-option-caption{color:var(--kbq-list-states-selected-active-caption-color)}.kbq-option.kbq-disabled{background:var(--kbq-list-states-disabled-container-background)}.kbq-option.kbq-disabled .kbq-option-text{color:var(--kbq-list-states-disabled-text-color)}.kbq-option.kbq-disabled .kbq-option-action .kbq-icon.kbq-empty{color:var(--kbq-list-states-disabled-icon-button-color)}.kbq-option.kbq-disabled .kbq-option-caption{color:var(--kbq-list-states-disabled-caption-color)}.kbq-option:is(.kbq-selected,.kbq-focused,.kbq-active):has(+:is(.kbq-selected,.kbq-focused,.kbq-active)){border-bottom-left-radius:0;border-bottom-right-radius:0}.kbq-option:is(.kbq-selected,.kbq-focused,.kbq-active)+:is(.kbq-selected,.kbq-focused,.kbq-active){border-top-left-radius:0;border-top-right-radius:0}.kbq-option-multiple.kbq-selected:not(.kbq-disabled){background:var(--kbq-list-multiple-states-selected-container-background)}.kbq-option-multiple.kbq-selected:not(.kbq-disabled) .kbq-option-text{color:var(--kbq-list-multiple-states-selected-text-color)}.kbq-option-multiple.kbq-selected:not(.kbq-disabled) .kbq-option-action .kbq-icon.kbq-empty{color:var(--kbq-list-multiple-states-selected-icon-button-color)}.kbq-option-multiple.kbq-selected:not(.kbq-disabled) .kbq-option-caption{color:var(--kbq-list-multiple-states-selected-caption-color)}.kbq-option-multiple.kbq-selected:not(.kbq-disabled):hover{background:var(--kbq-list-multiple-states-selected-hover-container-background)}.kbq-option-multiple.kbq-selected:not(.kbq-disabled):hover .kbq-option-text{color:var(--kbq-list-multiple-states-selected-hover-text-color)}.kbq-option-multiple.kbq-selected:not(.kbq-disabled):hover .kbq-option-action .kbq-icon.kbq-empty{color:var(--kbq-list-multiple-states-selected-hover-icon-button-color)}.kbq-option-multiple.kbq-selected:not(.kbq-disabled):hover .kbq-option-caption{color:var(--kbq-list-multiple-states-selected-hover-caption-color)}.kbq-option-multiple.kbq-selected:not(.kbq-disabled):active{background:var(--kbq-list-multiple-states-selected-active-container-background)}.kbq-option-multiple.kbq-selected:not(.kbq-disabled):active .kbq-option-text{color:var(--kbq-list-multiple-states-selected-active-text-color)}.kbq-option-multiple.kbq-selected:not(.kbq-disabled):active .kbq-option-action .kbq-icon.kbq-empty{color:var(--kbq-list-multiple-states-selected-active-icon-button-color)}.kbq-option-multiple.kbq-selected:not(.kbq-disabled):active .kbq-option-caption{color:var(--kbq-list-multiple-states-selected-active-caption-color)}.cdk-keyboard-focused .kbq-option.kbq-focused,.cdk-keyboard-focused .kbq-option.kbq-active{border-color:var(--kbq-list-states-focused-focus-outline-color)}.kbq-option{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-list-option-caption{font-size:var(--kbq-typography-text-compact-font-size);font-style:var(--kbq-typography-text-compact-font-style);font-weight:var(--kbq-typography-text-compact-font-weight);line-height:var(--kbq-typography-text-compact-line-height);font-family:var(--kbq-typography-text-compact-font-family);text-transform:var(--kbq-typography-text-compact-text-transform);font-feature-settings:var(--kbq-typography-text-compact-font-feature-settings);letter-spacing:var(--kbq-typography-text-compact-letter-spacing)}\n", ".kbq-timezone-option.kbq-option{display:flex;flex-direction:row;align-items:flex-start;padding:var(--kbq-timezone-option-size-padding);column-gap:var(--kbq-timezone-option-size-column-gap)}.kbq-timezone-option__label{display:flex;flex-direction:column;justify-content:stretch;flex:1;min-width:0}.kbq-timezone-option__offset-wrapper{min-width:77px}.kbq-timezone-option__cities{display:-webkit-box;-webkit-box-orient:vertical;max-height:var(--kbq-timezone-option-size-max-height);overflow:hidden}.kbq-select__panel .kbq-timezone-option{height:var(--kbq-timezone-option-size-height)}.kbq-select__panel .kbq-timezone-option:before,.kbq-select__panel .kbq-timezone-option:after{top:calc(-1 * var(--kbq-size-3xs));bottom:calc(-1 * var(--kbq-size-3xs))}.kbq-timezone-option__offset,.kbq-timezone-option__city{color:var(--kbq-timezone-option-text)}.kbq-timezone-option__cities{color:var(--kbq-timezone-option-caption)}.kbq-timezone-select__panel.kbq-select__panel .kbq-optgroup-label{color:var(--kbq-timezone-option-optgroup-label)}.kbq-timezone-option__offset,.kbq-timezone-option__city{font-size:var(--kbq-typography-tabular-normal-font-size);font-style:var(--kbq-typography-tabular-normal-font-style);font-weight:var(--kbq-typography-tabular-normal-font-weight);line-height:var(--kbq-typography-tabular-normal-line-height);font-family:var(--kbq-typography-tabular-normal-font-family);text-transform:var(--kbq-typography-tabular-normal-text-transform);font-feature-settings:var(--kbq-typography-tabular-normal-font-feature-settings);letter-spacing:var(--kbq-typography-tabular-normal-letter-spacing)}.kbq-timezone-option__cities{font-size:var(--kbq-typography-text-compact-font-size);font-style:var(--kbq-typography-text-compact-font-style);font-weight:var(--kbq-typography-text-compact-font-weight);line-height:var(--kbq-typography-text-compact-line-height);font-family:var(--kbq-typography-text-compact-font-family);text-transform:var(--kbq-typography-text-compact-text-transform);font-feature-settings:var(--kbq-typography-text-compact-font-feature-settings);letter-spacing:var(--kbq-typography-text-compact-letter-spacing)}.kbq-timezone-select__panel.kbq-select__panel .kbq-optgroup-label{font-size:var(--kbq-typography-caps-compact-strong-font-size);font-style:var(--kbq-typography-caps-compact-strong-font-style);font-weight:var(--kbq-typography-caps-compact-strong-font-weight);line-height:var(--kbq-typography-caps-compact-strong-line-height);font-family:var(--kbq-typography-caps-compact-strong-font-family);text-transform:var(--kbq-typography-caps-compact-strong-text-transform);font-feature-settings:var(--kbq-typography-caps-compact-strong-font-feature-settings);letter-spacing:var(--kbq-typography-caps-compact-strong-letter-spacing)}\n", ".kbq-list,.kbq-list-selection{--kbq-list-size-container-padding-left: var(--kbq-size-m);--kbq-list-size-container-padding-right: var(--kbq-size-m);--kbq-list-size-container-padding-vertical: var(--kbq-size-xs);--kbq-list-size-container-content-gap-horizontal: var(--kbq-size-s);--kbq-list-size-container-content-gap-vertical: var(--kbq-size-3xs);--kbq-list-size-container-focus-outline-width: var(--kbq-size-3xs);--kbq-list-size-header-padding-top: var(--kbq-size-s);--kbq-list-size-header-padding-bottom: var(--kbq-size-xxs);--kbq-list-size-header-padding-horizontal: var(--kbq-size-m);--kbq-list-size-subheading-padding-top: var(--kbq-size-m);--kbq-list-size-subheading-padding-bottom: var(--kbq-size-xxs);--kbq-list-size-subheading-padding-horizontal: var(--kbq-size-m);--kbq-list-default-container-background: transparent;--kbq-list-default-text-color: var(--kbq-foreground-contrast);--kbq-list-default-icon-color: var(--kbq-icon-contrast);--kbq-list-default-icon-button-color: var(--kbq-icon-contrast-fade);--kbq-list-default-caption-color: var(--kbq-foreground-contrast-secondary);--kbq-list-states-hover-container-background: var(--kbq-states-background-transparent-hover);--kbq-list-states-active-container-background: var(--kbq-states-background-transparent-active);--kbq-list-states-hover-text-color: var(--kbq-foreground-contrast);--kbq-list-states-hover-icon-color: var(--kbq-icon-contrast);--kbq-list-states-hover-icon-button-color: var(--kbq-icon-contrast-fade);--kbq-list-states-selected-container-background: var(--kbq-background-theme-less);--kbq-list-multiple-states-selected-container-background: var(--kbq-background-contrast-less);--kbq-list-states-selected-text-color: var(--kbq-foreground-contrast);--kbq-list-states-selected-icon-color: var(--kbq-icon-contrast);--kbq-list-states-selected-icon-button-color: var(--kbq-icon-contrast-fade);--kbq-list-states-selected-hover-container-background: var(--kbq-states-background-theme-less-hover);--kbq-list-multiple-states-selected-hover-container-background: var(--kbq-states-background-contrast-less-hover);--kbq-list-states-selected-active-container-background: var(--kbq-states-background-theme-less-active);--kbq-list-multiple-states-selected-active-container-background: var(--kbq-states-background-contrast-less-active);--kbq-list-states-selected-hover-text-color: var(--kbq-foreground-contrast);--kbq-list-states-selected-hover-icon-color: var(--kbq-icon-contrast);--kbq-list-states-selected-hover-icon-button-color: var(--kbq-icon-contrast-fade);--kbq-list-states-focused-focus-outline-color: var(--kbq-states-line-focus-theme);--kbq-list-states-disabled-container-background: transparent;--kbq-list-states-disabled-text-color: var(--kbq-states-foreground-disabled);--kbq-list-states-disabled-icon-color: var(--kbq-states-icon-disabled);--kbq-list-states-disabled-icon-button-color: var(--kbq-states-icon-disabled);--kbq-list-states-disabled-caption-color: var(--kbq-states-foreground-disabled)}.kbq-timezone-select__panel,.kbq-option{--kbq-option-size-horizontal-padding: var(--kbq-size-m);--kbq-option-size-height: var(--kbq-size-3xl);--kbq-option-size-border-width: 2px;--kbq-option-border-radius: var(--kbq-size-xs)}.kbq-option{--kbq-list-default-container-background: transparent;--kbq-list-default-text-color: var(--kbq-foreground-contrast);--kbq-list-default-icon-color: var(--kbq-icon-contrast);--kbq-list-default-icon-button-color: var(--kbq-icon-contrast-fade);--kbq-list-default-caption-color: var(--kbq-foreground-contrast-secondary);--kbq-list-states-hover-container-background: var(--kbq-states-background-transparent-hover);--kbq-list-states-active-container-background: var(--kbq-states-background-transparent-active);--kbq-list-states-hover-text-color: var(--kbq-foreground-contrast);--kbq-list-states-hover-icon-color: var(--kbq-icon-contrast);--kbq-list-states-hover-icon-button-color: var(--kbq-icon-contrast-fade);--kbq-list-states-selected-container-background: var(--kbq-background-theme-less);--kbq-list-multiple-states-selected-container-background: var(--kbq-background-contrast-less);--kbq-list-states-selected-text-color: var(--kbq-foreground-contrast);--kbq-list-states-selected-icon-color: var(--kbq-icon-contrast);--kbq-list-states-selected-icon-button-color: var(--kbq-icon-contrast-fade);--kbq-list-states-selected-hover-container-background: var(--kbq-states-background-theme-less-hover);--kbq-list-multiple-states-selected-hover-container-background: var(--kbq-states-background-contrast-less-hover);--kbq-list-states-selected-active-container-background: var(--kbq-states-background-theme-less-active);--kbq-list-multiple-states-selected-active-container-background: var(--kbq-states-background-contrast-less-active);--kbq-list-states-selected-hover-text-color: var(--kbq-foreground-contrast);--kbq-list-states-selected-hover-icon-color: var(--kbq-icon-contrast);--kbq-list-states-selected-hover-icon-button-color: var(--kbq-icon-contrast-fade);--kbq-list-states-focused-focus-outline-color: var(--kbq-states-line-focus-theme);--kbq-list-states-disabled-container-background: transparent;--kbq-list-states-disabled-text-color: var(--kbq-states-foreground-disabled);--kbq-list-states-disabled-icon-color: var(--kbq-states-icon-disabled);--kbq-list-states-disabled-icon-button-color: var(--kbq-states-icon-disabled);--kbq-list-states-disabled-caption-color: var(--kbq-states-foreground-disabled)}.kbq-timezone-select__panel{--kbq-select-size-single-padding-left: var(--kbq-size-m);--kbq-select-size-single-padding-right: var(--kbq-size-xxs);--kbq-select-size-single-padding-vertical: var(--kbq-size-xs);--kbq-select-size-single-content-gap: var(--kbq-size-xxs);--kbq-select-size-multiple-padding-left: var(--kbq-size-xxs);--kbq-select-size-multiple-padding-right: var(--kbq-size-xxs);--kbq-select-size-multiple-content-gap: var(--kbq-size-xxs);--kbq-timezone-option-size-padding: var(--kbq-size-xxs) 10px;--kbq-timezone-option-size-column-gap: 16px;--kbq-timezone-option-size-height: auto;--kbq-timezone-option-size-max-height: 5em;--kbq-timezone-option-size-optgroup-label-padding: 12px 12px 4px 12px;--kbq-select-panel-dropdown-background: var(--kbq-background-card);--kbq-select-panel-dropdown-shadow: var(--kbq-shadow-popup);--kbq-timezone-option-text: var(--kbq-foreground-contrast);--kbq-timezone-option-caption: var(--kbq-foreground-contrast-secondary);--kbq-timezone-option-optgroup-label: var(--kbq-foreground-contrast-secondary)}\n"], dependencies: [{ kind: "pipe", type: i1.KbqHighlightPipe, name: "mcHighlight" }, { kind: "pipe", type: i2.KeyValuePipe, name: "keyvalue" }, { kind: "pipe", type: i3.UtcOffsetPipe, name: "utcOffset" }, { kind: "pipe", type: i4.CitiesByFilterPipe, name: "citiesByFilter" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
28
- }
29
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqTimezoneOption, decorators: [{
30
- type: Component,
31
- args: [{ selector: 'kbq-timezone-option', exportAs: 'kbqTimezoneOption', host: {
32
- class: 'kbq-timezone-option'
33
- }, encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, providers: [
34
- {
35
- provide: KbqOption,
36
- useExisting: forwardRef((() => KbqTimezoneOption))
37
- }
38
- ], template: "@for (utcItem of timezone.offset | utcOffset | keyvalue; track utcItem) {\n <div class=\"kbq-timezone-option__offset-wrapper layout-row layout-align-space-between\">\n <div class=\"kbq-timezone-option__offset\" [innerHTML]=\"utcItem.key | mcHighlight: highlightText\"></div>\n <div class=\"kbq-timezone-option__offset\" [innerHTML]=\"utcItem.value | mcHighlight: highlightText\"></div>\n </div>\n}\n\n<div class=\"kbq-timezone-option__label\">\n <span class=\"kbq-timezone-option__city\" [innerHTML]=\"timezone.city | mcHighlight: highlightText\"></span>\n <div #tooltipContentWrapper class=\"kbq-timezone-option__cities\">\n <span\n #tooltipContent\n [innerHTML]=\"timezone.cities | citiesByFilter: highlightText | mcHighlight: highlightText\"\n ></span>\n </div>\n</div>\n", styles: [".kbq-truncate-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kbq-no-select{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.kbq-option{position:relative;display:flex;flex-direction:row;align-items:center;box-sizing:border-box;outline:none;-webkit-tap-highlight-color:transparent;min-height:32px;gap:var(--kbq-size-s);border:var(--kbq-size-3xs) solid transparent;padding:var(--kbq-size-xxs) calc(var(--kbq-size-m) - var(--kbq-size-3xs));-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:var(--kbq-option-border-radius)}.kbq-option .kbq-list-text{display:flex;flex-direction:column;width:100%;box-sizing:content-box;display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kbq-option .kbq-list-text>*{margin:0;padding:0;font-weight:400;font-size:inherit}.kbq-option .kbq-list-text:empty{display:none}.kbq-option .kbq-list-option-caption{padding-top:var(--kbq-size-3xs)}.kbq-option:not(.kbq-disabled){cursor:pointer}.kbq-option-text{display:flex;flex-direction:column;width:100%;box-sizing:content-box;display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kbq-option-text>*{margin:0;padding:0;font-weight:400;font-size:inherit}.kbq-option-text:empty{display:none}.kbq-option{background:var(--kbq-list-default-container-background)}.kbq-option .kbq-option-text{color:var(--kbq-list-default-text-color)}.kbq-option .kbq-option-action .kbq-icon.kbq-empty{color:var(--kbq-list-default-icon-button-color)}.kbq-option .kbq-option-caption{color:var(--kbq-list-default-caption-color)}.kbq-option:hover:not(.kbq-disabled){background:var(--kbq-list-states-hover-container-background)}.kbq-option:hover:not(.kbq-disabled) .kbq-option-text{color:var(--kbq-list-states-hover-text-color)}.kbq-option:hover:not(.kbq-disabled) .kbq-option-action .kbq-icon.kbq-empty{color:var(--kbq-list-states-hover-icon-button-color)}.kbq-option:hover:not(.kbq-disabled) .kbq-option-caption{color:var(--kbq-list-states-hover-caption-color)}.kbq-option:active:not(.kbq-disabled){background:var(--kbq-list-states-active-container-background)}.kbq-option:active:not(.kbq-disabled) .kbq-option-text{color:var(--kbq-list-states-active-text-color)}.kbq-option:active:not(.kbq-disabled) .kbq-option-action .kbq-icon.kbq-empty{color:var(--kbq-list-states-active-icon-button-color)}.kbq-option:active:not(.kbq-disabled) .kbq-option-caption{color:var(--kbq-list-states-active-caption-color)}.kbq-option.kbq-selected:not(.kbq-disabled){background:var(--kbq-list-states-selected-container-background)}.kbq-option.kbq-selected:not(.kbq-disabled) .kbq-option-text{color:var(--kbq-list-states-selected-text-color)}.kbq-option.kbq-selected:not(.kbq-disabled) .kbq-option-action .kbq-icon.kbq-empty{color:var(--kbq-list-states-selected-icon-button-color)}.kbq-option.kbq-selected:not(.kbq-disabled) .kbq-option-caption{color:var(--kbq-list-states-selected-caption-color)}.kbq-option.kbq-selected:not(.kbq-disabled):hover{background:var(--kbq-list-states-selected-hover-container-background)}.kbq-option.kbq-selected:not(.kbq-disabled):hover .kbq-option-text{color:var(--kbq-list-states-selected-hover-text-color)}.kbq-option.kbq-selected:not(.kbq-disabled):hover .kbq-option-action .kbq-icon.kbq-empty{color:var(--kbq-list-states-selected-hover-icon-button-color)}.kbq-option.kbq-selected:not(.kbq-disabled):hover .kbq-option-caption{color:var(--kbq-list-states-selected-hover-caption-color)}.kbq-option.kbq-selected:not(.kbq-disabled):active{background:var(--kbq-list-states-selected-active-container-background)}.kbq-option.kbq-selected:not(.kbq-disabled):active .kbq-option-text{color:var(--kbq-list-states-selected-active-text-color)}.kbq-option.kbq-selected:not(.kbq-disabled):active .kbq-option-action .kbq-icon.kbq-empty{color:var(--kbq-list-states-selected-active-icon-button-color)}.kbq-option.kbq-selected:not(.kbq-disabled):active .kbq-option-caption{color:var(--kbq-list-states-selected-active-caption-color)}.kbq-option.kbq-disabled{background:var(--kbq-list-states-disabled-container-background)}.kbq-option.kbq-disabled .kbq-option-text{color:var(--kbq-list-states-disabled-text-color)}.kbq-option.kbq-disabled .kbq-option-action .kbq-icon.kbq-empty{color:var(--kbq-list-states-disabled-icon-button-color)}.kbq-option.kbq-disabled .kbq-option-caption{color:var(--kbq-list-states-disabled-caption-color)}.kbq-option:is(.kbq-selected,.kbq-focused,.kbq-active):has(+:is(.kbq-selected,.kbq-focused,.kbq-active)){border-bottom-left-radius:0;border-bottom-right-radius:0}.kbq-option:is(.kbq-selected,.kbq-focused,.kbq-active)+:is(.kbq-selected,.kbq-focused,.kbq-active){border-top-left-radius:0;border-top-right-radius:0}.kbq-option-multiple.kbq-selected:not(.kbq-disabled){background:var(--kbq-list-multiple-states-selected-container-background)}.kbq-option-multiple.kbq-selected:not(.kbq-disabled) .kbq-option-text{color:var(--kbq-list-multiple-states-selected-text-color)}.kbq-option-multiple.kbq-selected:not(.kbq-disabled) .kbq-option-action .kbq-icon.kbq-empty{color:var(--kbq-list-multiple-states-selected-icon-button-color)}.kbq-option-multiple.kbq-selected:not(.kbq-disabled) .kbq-option-caption{color:var(--kbq-list-multiple-states-selected-caption-color)}.kbq-option-multiple.kbq-selected:not(.kbq-disabled):hover{background:var(--kbq-list-multiple-states-selected-hover-container-background)}.kbq-option-multiple.kbq-selected:not(.kbq-disabled):hover .kbq-option-text{color:var(--kbq-list-multiple-states-selected-hover-text-color)}.kbq-option-multiple.kbq-selected:not(.kbq-disabled):hover .kbq-option-action .kbq-icon.kbq-empty{color:var(--kbq-list-multiple-states-selected-hover-icon-button-color)}.kbq-option-multiple.kbq-selected:not(.kbq-disabled):hover .kbq-option-caption{color:var(--kbq-list-multiple-states-selected-hover-caption-color)}.kbq-option-multiple.kbq-selected:not(.kbq-disabled):active{background:var(--kbq-list-multiple-states-selected-active-container-background)}.kbq-option-multiple.kbq-selected:not(.kbq-disabled):active .kbq-option-text{color:var(--kbq-list-multiple-states-selected-active-text-color)}.kbq-option-multiple.kbq-selected:not(.kbq-disabled):active .kbq-option-action .kbq-icon.kbq-empty{color:var(--kbq-list-multiple-states-selected-active-icon-button-color)}.kbq-option-multiple.kbq-selected:not(.kbq-disabled):active .kbq-option-caption{color:var(--kbq-list-multiple-states-selected-active-caption-color)}.cdk-keyboard-focused .kbq-option.kbq-focused,.cdk-keyboard-focused .kbq-option.kbq-active{border-color:var(--kbq-list-states-focused-focus-outline-color)}.kbq-option{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-list-option-caption{font-size:var(--kbq-typography-text-compact-font-size);font-style:var(--kbq-typography-text-compact-font-style);font-weight:var(--kbq-typography-text-compact-font-weight);line-height:var(--kbq-typography-text-compact-line-height);font-family:var(--kbq-typography-text-compact-font-family);text-transform:var(--kbq-typography-text-compact-text-transform);font-feature-settings:var(--kbq-typography-text-compact-font-feature-settings);letter-spacing:var(--kbq-typography-text-compact-letter-spacing)}\n", ".kbq-timezone-option.kbq-option{display:flex;flex-direction:row;align-items:flex-start;padding:var(--kbq-timezone-option-size-padding);column-gap:var(--kbq-timezone-option-size-column-gap)}.kbq-timezone-option__label{display:flex;flex-direction:column;justify-content:stretch;flex:1;min-width:0}.kbq-timezone-option__offset-wrapper{min-width:77px}.kbq-timezone-option__cities{display:-webkit-box;-webkit-box-orient:vertical;max-height:var(--kbq-timezone-option-size-max-height);overflow:hidden}.kbq-select__panel .kbq-timezone-option{height:var(--kbq-timezone-option-size-height)}.kbq-select__panel .kbq-timezone-option:before,.kbq-select__panel .kbq-timezone-option:after{top:calc(-1 * var(--kbq-size-3xs));bottom:calc(-1 * var(--kbq-size-3xs))}.kbq-timezone-option__offset,.kbq-timezone-option__city{color:var(--kbq-timezone-option-text)}.kbq-timezone-option__cities{color:var(--kbq-timezone-option-caption)}.kbq-timezone-select__panel.kbq-select__panel .kbq-optgroup-label{color:var(--kbq-timezone-option-optgroup-label)}.kbq-timezone-option__offset,.kbq-timezone-option__city{font-size:var(--kbq-typography-tabular-normal-font-size);font-style:var(--kbq-typography-tabular-normal-font-style);font-weight:var(--kbq-typography-tabular-normal-font-weight);line-height:var(--kbq-typography-tabular-normal-line-height);font-family:var(--kbq-typography-tabular-normal-font-family);text-transform:var(--kbq-typography-tabular-normal-text-transform);font-feature-settings:var(--kbq-typography-tabular-normal-font-feature-settings);letter-spacing:var(--kbq-typography-tabular-normal-letter-spacing)}.kbq-timezone-option__cities{font-size:var(--kbq-typography-text-compact-font-size);font-style:var(--kbq-typography-text-compact-font-style);font-weight:var(--kbq-typography-text-compact-font-weight);line-height:var(--kbq-typography-text-compact-line-height);font-family:var(--kbq-typography-text-compact-font-family);text-transform:var(--kbq-typography-text-compact-text-transform);font-feature-settings:var(--kbq-typography-text-compact-font-feature-settings);letter-spacing:var(--kbq-typography-text-compact-letter-spacing)}.kbq-timezone-select__panel.kbq-select__panel .kbq-optgroup-label{font-size:var(--kbq-typography-caps-compact-strong-font-size);font-style:var(--kbq-typography-caps-compact-strong-font-style);font-weight:var(--kbq-typography-caps-compact-strong-font-weight);line-height:var(--kbq-typography-caps-compact-strong-line-height);font-family:var(--kbq-typography-caps-compact-strong-font-family);text-transform:var(--kbq-typography-caps-compact-strong-text-transform);font-feature-settings:var(--kbq-typography-caps-compact-strong-font-feature-settings);letter-spacing:var(--kbq-typography-caps-compact-strong-letter-spacing)}\n", ".kbq-list,.kbq-list-selection{--kbq-list-size-container-padding-left: var(--kbq-size-m);--kbq-list-size-container-padding-right: var(--kbq-size-m);--kbq-list-size-container-padding-vertical: var(--kbq-size-xs);--kbq-list-size-container-content-gap-horizontal: var(--kbq-size-s);--kbq-list-size-container-content-gap-vertical: var(--kbq-size-3xs);--kbq-list-size-container-focus-outline-width: var(--kbq-size-3xs);--kbq-list-size-header-padding-top: var(--kbq-size-s);--kbq-list-size-header-padding-bottom: var(--kbq-size-xxs);--kbq-list-size-header-padding-horizontal: var(--kbq-size-m);--kbq-list-size-subheading-padding-top: var(--kbq-size-m);--kbq-list-size-subheading-padding-bottom: var(--kbq-size-xxs);--kbq-list-size-subheading-padding-horizontal: var(--kbq-size-m);--kbq-list-default-container-background: transparent;--kbq-list-default-text-color: var(--kbq-foreground-contrast);--kbq-list-default-icon-color: var(--kbq-icon-contrast);--kbq-list-default-icon-button-color: var(--kbq-icon-contrast-fade);--kbq-list-default-caption-color: var(--kbq-foreground-contrast-secondary);--kbq-list-states-hover-container-background: var(--kbq-states-background-transparent-hover);--kbq-list-states-active-container-background: var(--kbq-states-background-transparent-active);--kbq-list-states-hover-text-color: var(--kbq-foreground-contrast);--kbq-list-states-hover-icon-color: var(--kbq-icon-contrast);--kbq-list-states-hover-icon-button-color: var(--kbq-icon-contrast-fade);--kbq-list-states-selected-container-background: var(--kbq-background-theme-less);--kbq-list-multiple-states-selected-container-background: var(--kbq-background-contrast-less);--kbq-list-states-selected-text-color: var(--kbq-foreground-contrast);--kbq-list-states-selected-icon-color: var(--kbq-icon-contrast);--kbq-list-states-selected-icon-button-color: var(--kbq-icon-contrast-fade);--kbq-list-states-selected-hover-container-background: var(--kbq-states-background-theme-less-hover);--kbq-list-multiple-states-selected-hover-container-background: var(--kbq-states-background-contrast-less-hover);--kbq-list-states-selected-active-container-background: var(--kbq-states-background-theme-less-active);--kbq-list-multiple-states-selected-active-container-background: var(--kbq-states-background-contrast-less-active);--kbq-list-states-selected-hover-text-color: var(--kbq-foreground-contrast);--kbq-list-states-selected-hover-icon-color: var(--kbq-icon-contrast);--kbq-list-states-selected-hover-icon-button-color: var(--kbq-icon-contrast-fade);--kbq-list-states-focused-focus-outline-color: var(--kbq-states-line-focus-theme);--kbq-list-states-disabled-container-background: transparent;--kbq-list-states-disabled-text-color: var(--kbq-states-foreground-disabled);--kbq-list-states-disabled-icon-color: var(--kbq-states-icon-disabled);--kbq-list-states-disabled-icon-button-color: var(--kbq-states-icon-disabled);--kbq-list-states-disabled-caption-color: var(--kbq-states-foreground-disabled)}.kbq-timezone-select__panel,.kbq-option{--kbq-option-size-horizontal-padding: var(--kbq-size-m);--kbq-option-size-height: var(--kbq-size-3xl);--kbq-option-size-border-width: 2px;--kbq-option-border-radius: var(--kbq-size-xs)}.kbq-option{--kbq-list-default-container-background: transparent;--kbq-list-default-text-color: var(--kbq-foreground-contrast);--kbq-list-default-icon-color: var(--kbq-icon-contrast);--kbq-list-default-icon-button-color: var(--kbq-icon-contrast-fade);--kbq-list-default-caption-color: var(--kbq-foreground-contrast-secondary);--kbq-list-states-hover-container-background: var(--kbq-states-background-transparent-hover);--kbq-list-states-active-container-background: var(--kbq-states-background-transparent-active);--kbq-list-states-hover-text-color: var(--kbq-foreground-contrast);--kbq-list-states-hover-icon-color: var(--kbq-icon-contrast);--kbq-list-states-hover-icon-button-color: var(--kbq-icon-contrast-fade);--kbq-list-states-selected-container-background: var(--kbq-background-theme-less);--kbq-list-multiple-states-selected-container-background: var(--kbq-background-contrast-less);--kbq-list-states-selected-text-color: var(--kbq-foreground-contrast);--kbq-list-states-selected-icon-color: var(--kbq-icon-contrast);--kbq-list-states-selected-icon-button-color: var(--kbq-icon-contrast-fade);--kbq-list-states-selected-hover-container-background: var(--kbq-states-background-theme-less-hover);--kbq-list-multiple-states-selected-hover-container-background: var(--kbq-states-background-contrast-less-hover);--kbq-list-states-selected-active-container-background: var(--kbq-states-background-theme-less-active);--kbq-list-multiple-states-selected-active-container-background: var(--kbq-states-background-contrast-less-active);--kbq-list-states-selected-hover-text-color: var(--kbq-foreground-contrast);--kbq-list-states-selected-hover-icon-color: var(--kbq-icon-contrast);--kbq-list-states-selected-hover-icon-button-color: var(--kbq-icon-contrast-fade);--kbq-list-states-focused-focus-outline-color: var(--kbq-states-line-focus-theme);--kbq-list-states-disabled-container-background: transparent;--kbq-list-states-disabled-text-color: var(--kbq-states-foreground-disabled);--kbq-list-states-disabled-icon-color: var(--kbq-states-icon-disabled);--kbq-list-states-disabled-icon-button-color: var(--kbq-states-icon-disabled);--kbq-list-states-disabled-caption-color: var(--kbq-states-foreground-disabled)}.kbq-timezone-select__panel{--kbq-select-size-single-padding-left: var(--kbq-size-m);--kbq-select-size-single-padding-right: var(--kbq-size-xxs);--kbq-select-size-single-padding-vertical: var(--kbq-size-xs);--kbq-select-size-single-content-gap: var(--kbq-size-xxs);--kbq-select-size-multiple-padding-left: var(--kbq-size-xxs);--kbq-select-size-multiple-padding-right: var(--kbq-size-xxs);--kbq-select-size-multiple-content-gap: var(--kbq-size-xxs);--kbq-timezone-option-size-padding: var(--kbq-size-xxs) 10px;--kbq-timezone-option-size-column-gap: 16px;--kbq-timezone-option-size-height: auto;--kbq-timezone-option-size-max-height: 5em;--kbq-timezone-option-size-optgroup-label-padding: 12px 12px 4px 12px;--kbq-select-panel-dropdown-background: var(--kbq-background-card);--kbq-select-panel-dropdown-shadow: var(--kbq-shadow-popup);--kbq-timezone-option-text: var(--kbq-foreground-contrast);--kbq-timezone-option-caption: var(--kbq-foreground-contrast-secondary);--kbq-timezone-option-optgroup-label: var(--kbq-foreground-contrast-secondary)}\n"] }]
39
- }], propDecorators: { tooltipContentWrapper: [{
40
- type: ViewChild,
41
- args: ['tooltipContentWrapper', { static: false }]
42
- }], tooltipContent: [{
43
- type: ViewChild,
44
- args: ['tooltipContent', { static: false }]
45
- }], highlightText: [{
46
- type: Input
47
- }], timezone: [{
48
- type: Input
49
- }] } });
50
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGltZXpvbmUtb3B0aW9uLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3BhY2thZ2VzL2NvbXBvbmVudHMvdGltZXpvbmUvdGltZXpvbmUtb3B0aW9uLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uL3BhY2thZ2VzL2NvbXBvbmVudHMvdGltZXpvbmUvdGltZXpvbmUtb3B0aW9uLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDSCx1QkFBdUIsRUFDdkIsU0FBUyxFQUNULFVBQVUsRUFDVixVQUFVLEVBQ1YsS0FBSyxFQUNMLFNBQVMsRUFDVCxpQkFBaUIsRUFDcEIsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLHlCQUF5QixDQUFDO0FBRXBELE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSxrQkFBa0IsQ0FBQzs7Ozs7O0FBbUJuRCxNQUFNLE9BQU8saUJBQWtCLFNBQVEsU0FBUztJQU01QyxJQUNJLFFBQVE7UUFDUixPQUFPLElBQUksQ0FBQyxTQUFTLENBQUM7SUFDMUIsQ0FBQztJQUVELElBQUksUUFBUSxDQUFDLElBQXFCO1FBQzlCLElBQUksQ0FBQyxTQUFTLEdBQUcsSUFBSSxDQUFDO1FBQ3RCLElBQUksQ0FBQyxLQUFLLEdBQUcsSUFBSSxDQUFDLEVBQUUsQ0FBQztJQUN6QixDQUFDO0lBSUQsSUFBSSxTQUFTO1FBQ1QsTUFBTSxNQUFNLEdBQVcsQ0FBQyxJQUFJLENBQUMsUUFBUSxDQUFDLElBQUksRUFBRSxJQUFJLENBQUMsUUFBUSxDQUFDLE1BQU0sQ0FBQyxDQUFDLE1BQU0sQ0FBQyxPQUFPLENBQUMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUM7UUFFN0YsT0FBTyxDQUFDLGVBQWUsQ0FBQyxJQUFJLENBQUMsUUFBUSxDQUFDLE1BQU0sQ0FBQyxFQUFFLE1BQU0sQ0FBQyxDQUFDLElBQUksQ0FBQyxHQUFHLENBQUMsQ0FBQztJQUNyRSxDQUFDO2tJQXRCUSxpQkFBaUI7c0hBQWpCLGlCQUFpQixpS0FQZjtZQUNQO2dCQUNJLE9BQU8sRUFBRSxTQUFTO2dCQUNsQixXQUFXLEVBQUUsVUFBVSxFQUFDLEdBQUcsRUFBRSxDQUFDLGlCQUFpQixFQUFDO2FBQ25EO1NBQ0oscVRDNUJMLHkwQkFnQkE7OzRGRGNhLGlCQUFpQjtrQkFqQjdCLFNBQVM7K0JBQ0kscUJBQXFCLFlBQ3JCLG1CQUFtQixRQUN2Qjt3QkFDRixLQUFLLEVBQUUscUJBQXFCO3FCQUMvQixpQkFHYyxpQkFBaUIsQ0FBQyxJQUFJLG1CQUNwQix1QkFBdUIsQ0FBQyxNQUFNLGFBQ3BDO3dCQUNQOzRCQUNJLE9BQU8sRUFBRSxTQUFTOzRCQUNsQixXQUFXLEVBQUUsVUFBVSxFQUFDLEdBQUcsRUFBRSxrQkFBa0IsRUFBQzt5QkFDbkQ7cUJBQ0o7OEJBR3NELHFCQUFxQjtzQkFBM0UsU0FBUzt1QkFBQyx1QkFBdUIsRUFBRSxFQUFFLE1BQU0sRUFBRSxLQUFLLEVBQUU7Z0JBQ0wsY0FBYztzQkFBN0QsU0FBUzt1QkFBQyxnQkFBZ0IsRUFBRSxFQUFFLE1BQU0sRUFBRSxLQUFLLEVBQUU7Z0JBRXJDLGFBQWE7c0JBQXJCLEtBQUs7Z0JBR0YsUUFBUTtzQkFEWCxLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgICBDb21wb25lbnQsXG4gICAgRWxlbWVudFJlZixcbiAgICBmb3J3YXJkUmVmLFxuICAgIElucHV0LFxuICAgIFZpZXdDaGlsZCxcbiAgICBWaWV3RW5jYXBzdWxhdGlvblxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEticU9wdGlvbiB9IGZyb20gJ0Brb29iaXEvY29tcG9uZW50cy9jb3JlJztcbmltcG9ydCB7IEticVRpbWV6b25lWm9uZSB9IGZyb20gJy4vdGltZXpvbmUubW9kZWxzJztcbmltcG9ydCB7IG9mZnNldEZvcm1hdHRlciB9IGZyb20gJy4vdGltZXpvbmUudXRpbHMnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ2ticS10aW1lem9uZS1vcHRpb24nLFxuICAgIGV4cG9ydEFzOiAna2JxVGltZXpvbmVPcHRpb24nLFxuICAgIGhvc3Q6IHtcbiAgICAgICAgY2xhc3M6ICdrYnEtdGltZXpvbmUtb3B0aW9uJ1xuICAgIH0sXG4gICAgdGVtcGxhdGVVcmw6ICd0aW1lem9uZS1vcHRpb24uY29tcG9uZW50Lmh0bWwnLFxuICAgIHN0eWxlVXJsczogWycuLi9jb3JlL29wdGlvbi9vcHRpb24uc2NzcycsICd0aW1lem9uZS1vcHRpb24uY29tcG9uZW50LnNjc3MnLCAndGltZXpvbmUtb3B0aW9uLXRva2Vucy5zY3NzJ10sXG4gICAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcbiAgICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgICBwcm92aWRlcnM6IFtcbiAgICAgICAge1xuICAgICAgICAgICAgcHJvdmlkZTogS2JxT3B0aW9uLFxuICAgICAgICAgICAgdXNlRXhpc3Rpbmc6IGZvcndhcmRSZWYoKCkgPT4gS2JxVGltZXpvbmVPcHRpb24pXG4gICAgICAgIH1cbiAgICBdXG59KVxuZXhwb3J0IGNsYXNzIEticVRpbWV6b25lT3B0aW9uIGV4dGVuZHMgS2JxT3B0aW9uIHtcbiAgICBAVmlld0NoaWxkKCd0b29sdGlwQ29udGVudFdyYXBwZXInLCB7IHN0YXRpYzogZmFsc2UgfSkgdG9vbHRpcENvbnRlbnRXcmFwcGVyOiBFbGVtZW50UmVmPEhUTUxFbGVtZW50PjtcbiAgICBAVmlld0NoaWxkKCd0b29sdGlwQ29udGVudCcsIHsgc3RhdGljOiBmYWxzZSB9KSB0b29sdGlwQ29udGVudDogRWxlbWVudFJlZjxIVE1MRWxlbWVudD47XG5cbiAgICBASW5wdXQoKSBoaWdobGlnaHRUZXh0OiBzdHJpbmc7XG5cbiAgICBASW5wdXQoKVxuICAgIGdldCB0aW1lem9uZSgpOiBLYnFUaW1lem9uZVpvbmUge1xuICAgICAgICByZXR1cm4gdGhpcy5fdGltZXpvbmU7XG4gICAgfVxuXG4gICAgc2V0IHRpbWV6b25lKHpvbmU6IEticVRpbWV6b25lWm9uZSkge1xuICAgICAgICB0aGlzLl90aW1lem9uZSA9IHpvbmU7XG4gICAgICAgIHRoaXMudmFsdWUgPSB6b25lLmlkO1xuICAgIH1cblxuICAgIHByaXZhdGUgX3RpbWV6b25lOiBLYnFUaW1lem9uZVpvbmU7XG5cbiAgICBnZXQgdmlld1ZhbHVlKCk6IHN0cmluZyB7XG4gICAgICAgIGNvbnN0IGNpdGllczogc3RyaW5nID0gW3RoaXMudGltZXpvbmUuY2l0eSwgdGhpcy50aW1lem9uZS5jaXRpZXNdLmZpbHRlcihCb29sZWFuKS5qb2luKCcsICcpO1xuXG4gICAgICAgIHJldHVybiBbb2Zmc2V0Rm9ybWF0dGVyKHRoaXMudGltZXpvbmUub2Zmc2V0KSwgY2l0aWVzXS5qb2luKCcgJyk7XG4gICAgfVxufVxuIiwiQGZvciAodXRjSXRlbSBvZiB0aW1lem9uZS5vZmZzZXQgfCB1dGNPZmZzZXQgfCBrZXl2YWx1ZTsgdHJhY2sgdXRjSXRlbSkge1xuICAgIDxkaXYgY2xhc3M9XCJrYnEtdGltZXpvbmUtb3B0aW9uX19vZmZzZXQtd3JhcHBlciBsYXlvdXQtcm93IGxheW91dC1hbGlnbi1zcGFjZS1iZXR3ZWVuXCI+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJrYnEtdGltZXpvbmUtb3B0aW9uX19vZmZzZXRcIiBbaW5uZXJIVE1MXT1cInV0Y0l0ZW0ua2V5IHwgbWNIaWdobGlnaHQ6IGhpZ2hsaWdodFRleHRcIj48L2Rpdj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImticS10aW1lem9uZS1vcHRpb25fX29mZnNldFwiIFtpbm5lckhUTUxdPVwidXRjSXRlbS52YWx1ZSB8IG1jSGlnaGxpZ2h0OiBoaWdobGlnaHRUZXh0XCI+PC9kaXY+XG4gICAgPC9kaXY+XG59XG5cbjxkaXYgY2xhc3M9XCJrYnEtdGltZXpvbmUtb3B0aW9uX19sYWJlbFwiPlxuICAgIDxzcGFuIGNsYXNzPVwia2JxLXRpbWV6b25lLW9wdGlvbl9fY2l0eVwiIFtpbm5lckhUTUxdPVwidGltZXpvbmUuY2l0eSB8IG1jSGlnaGxpZ2h0OiBoaWdobGlnaHRUZXh0XCI+PC9zcGFuPlxuICAgIDxkaXYgI3Rvb2x0aXBDb250ZW50V3JhcHBlciBjbGFzcz1cImticS10aW1lem9uZS1vcHRpb25fX2NpdGllc1wiPlxuICAgICAgICA8c3BhblxuICAgICAgICAgICAgI3Rvb2x0aXBDb250ZW50XG4gICAgICAgICAgICBbaW5uZXJIVE1MXT1cInRpbWV6b25lLmNpdGllcyB8IGNpdGllc0J5RmlsdGVyOiBoaWdobGlnaHRUZXh0IHwgbWNIaWdobGlnaHQ6IGhpZ2hsaWdodFRleHRcIlxuICAgICAgICA+PC9zcGFuPlxuICAgIDwvZGl2PlxuPC9kaXY+XG4iXX0=
@@ -1,54 +0,0 @@
1
- import { SharedResizeObserver } from '@angular/cdk/observers/private';
2
- import { ChangeDetectorRef, Directive, inject } from '@angular/core';
3
- import { PopUpPlacements } from '@koobiq/components/core';
4
- import { KbqTooltipTrigger } from '@koobiq/components/tooltip';
5
- import { KbqTimezoneOption } from './timezone-option.component';
6
- import * as i0 from "@angular/core";
7
- import * as i1 from "./timezone-option.component";
8
- export const TOOLTIP_VISIBLE_ROWS_COUNT = 3;
9
- export class KbqTimezoneOptionTooltip extends KbqTooltipTrigger {
10
- constructor(changeDetectorRef, option) {
11
- super();
12
- this.changeDetectorRef = changeDetectorRef;
13
- this.option = option;
14
- this.resizeObserver = inject(SharedResizeObserver);
15
- this.resizeObserverSubscription = null;
16
- this.checkTooltipDisabled = () => {
17
- const count = this.option.tooltipContent.nativeElement.getClientRects().length;
18
- this.disabled = count <= TOOLTIP_VISIBLE_ROWS_COUNT;
19
- this.changeDetectorRef.detectChanges();
20
- };
21
- this.tooltipPlacement = PopUpPlacements.Right;
22
- }
23
- ngAfterViewInit() {
24
- this.content = this.option.viewValue;
25
- this.option.tooltipContentWrapper.nativeElement.style.webkitLineClamp = TOOLTIP_VISIBLE_ROWS_COUNT.toString();
26
- }
27
- ngOnDestroy() {
28
- super.ngOnDestroy();
29
- this.resizeObserverSubscription?.unsubscribe();
30
- }
31
- onMouseEnter() {
32
- this.resizeObserver
33
- .observe(this.option.tooltipContentWrapper.nativeElement)
34
- .subscribe(this.checkTooltipDisabled);
35
- this.checkTooltipDisabled();
36
- }
37
- onMouseLeave() {
38
- this.resizeObserverSubscription?.unsubscribe();
39
- this.disabled = true;
40
- }
41
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqTimezoneOptionTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i1.KbqTimezoneOption }], target: i0.ɵɵFactoryTarget.Directive }); }
42
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: KbqTimezoneOptionTooltip, selector: "kbq-timezone-option", host: { listeners: { "mouseenter": "onMouseEnter()", "mouseleave": "onMouseLeave()" } }, usesInheritance: true, ngImport: i0 }); }
43
- }
44
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqTimezoneOptionTooltip, decorators: [{
45
- type: Directive,
46
- args: [{
47
- selector: 'kbq-timezone-option',
48
- host: {
49
- '(mouseenter)': 'onMouseEnter()',
50
- '(mouseleave)': 'onMouseLeave()'
51
- }
52
- }]
53
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i1.KbqTimezoneOption }] });
54
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGltZXpvbmUtb3B0aW9uLmRpcmVjdGl2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3BhY2thZ2VzL2NvbXBvbmVudHMvdGltZXpvbmUvdGltZXpvbmUtb3B0aW9uLmRpcmVjdGl2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSxnQ0FBZ0MsQ0FBQztBQUN0RSxPQUFPLEVBQWlCLGlCQUFpQixFQUFFLFNBQVMsRUFBRSxNQUFNLEVBQWEsTUFBTSxlQUFlLENBQUM7QUFDL0YsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLHlCQUF5QixDQUFDO0FBQzFELE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLDRCQUE0QixDQUFDO0FBRS9ELE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLDZCQUE2QixDQUFDOzs7QUFFaEUsTUFBTSxDQUFDLE1BQU0sMEJBQTBCLEdBQUcsQ0FBQyxDQUFDO0FBUzVDLE1BQU0sT0FBTyx3QkFBeUIsU0FBUSxpQkFBaUI7SUFJM0QsWUFDWSxpQkFBb0MsRUFDcEMsTUFBeUI7UUFFakMsS0FBSyxFQUFFLENBQUM7UUFIQSxzQkFBaUIsR0FBakIsaUJBQWlCLENBQW1CO1FBQ3BDLFdBQU0sR0FBTixNQUFNLENBQW1CO1FBTDdCLG1CQUFjLEdBQUcsTUFBTSxDQUFDLG9CQUFvQixDQUFDLENBQUM7UUFDOUMsK0JBQTBCLEdBQXdCLElBQUksQ0FBQztRQWtDdkQseUJBQW9CLEdBQUcsR0FBRyxFQUFFO1lBQ2hDLE1BQU0sS0FBSyxHQUFXLElBQUksQ0FBQyxNQUFNLENBQUMsY0FBYyxDQUFDLGFBQWEsQ0FBQyxjQUFjLEVBQUUsQ0FBQyxNQUFNLENBQUM7WUFFdkYsSUFBSSxDQUFDLFFBQVEsR0FBRyxLQUFLLElBQUksMEJBQTBCLENBQUM7WUFFcEQsSUFBSSxDQUFDLGlCQUFpQixDQUFDLGFBQWEsRUFBRSxDQUFDO1FBQzNDLENBQUMsQ0FBQztRQWpDRSxJQUFJLENBQUMsZ0JBQWdCLEdBQUcsZUFBZSxDQUFDLEtBQUssQ0FBQztJQUNsRCxDQUFDO0lBRUQsZUFBZTtRQUNYLElBQUksQ0FBQyxPQUFPLEdBQUcsSUFBSSxDQUFDLE1BQU0sQ0FBQyxTQUFTLENBQUM7UUFDckMsSUFBSSxDQUFDLE1BQU0sQ0FBQyxxQkFBcUIsQ0FBQyxhQUFhLENBQUMsS0FBSyxDQUFDLGVBQWUsR0FBRywwQkFBMEIsQ0FBQyxRQUFRLEVBQUUsQ0FBQztJQUNsSCxDQUFDO0lBRUQsV0FBVztRQUNQLEtBQUssQ0FBQyxXQUFXLEVBQUUsQ0FBQztRQUNwQixJQUFJLENBQUMsMEJBQTBCLEVBQUUsV0FBVyxFQUFFLENBQUM7SUFDbkQsQ0FBQztJQUVELFlBQVk7UUFDUixJQUFJLENBQUMsY0FBYzthQUNkLE9BQU8sQ0FBQyxJQUFJLENBQUMsTUFBTSxDQUFDLHFCQUFxQixDQUFDLGFBQWEsQ0FBQzthQUN4RCxTQUFTLENBQUMsSUFBSSxDQUFDLG9CQUFvQixDQUFDLENBQUM7UUFFMUMsSUFBSSxDQUFDLG9CQUFvQixFQUFFLENBQUM7SUFDaEMsQ0FBQztJQUVELFlBQVk7UUFDUixJQUFJLENBQUMsMEJBQTBCLEVBQUUsV0FBVyxFQUFFLENBQUM7UUFFL0MsSUFBSSxDQUFDLFFBQVEsR0FBRyxJQUFJLENBQUM7SUFDekIsQ0FBQztrSUFsQ1Esd0JBQXdCO3NIQUF4Qix3QkFBd0I7OzRGQUF4Qix3QkFBd0I7a0JBUHBDLFNBQVM7bUJBQUM7b0JBQ1AsUUFBUSxFQUFFLHFCQUFxQjtvQkFDL0IsSUFBSSxFQUFFO3dCQUNGLGNBQWMsRUFBRSxnQkFBZ0I7d0JBQ2hDLGNBQWMsRUFBRSxnQkFBZ0I7cUJBQ25DO2lCQUNKIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgU2hhcmVkUmVzaXplT2JzZXJ2ZXIgfSBmcm9tICdAYW5ndWxhci9jZGsvb2JzZXJ2ZXJzL3ByaXZhdGUnO1xuaW1wb3J0IHsgQWZ0ZXJWaWV3SW5pdCwgQ2hhbmdlRGV0ZWN0b3JSZWYsIERpcmVjdGl2ZSwgaW5qZWN0LCBPbkRlc3Ryb3kgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IFBvcFVwUGxhY2VtZW50cyB9IGZyb20gJ0Brb29iaXEvY29tcG9uZW50cy9jb3JlJztcbmltcG9ydCB7IEticVRvb2x0aXBUcmlnZ2VyIH0gZnJvbSAnQGtvb2JpcS9jb21wb25lbnRzL3Rvb2x0aXAnO1xuaW1wb3J0IHsgU3Vic2NyaXB0aW9uIH0gZnJvbSAncnhqcyc7XG5pbXBvcnQgeyBLYnFUaW1lem9uZU9wdGlvbiB9IGZyb20gJy4vdGltZXpvbmUtb3B0aW9uLmNvbXBvbmVudCc7XG5cbmV4cG9ydCBjb25zdCBUT09MVElQX1ZJU0lCTEVfUk9XU19DT1VOVCA9IDM7XG5cbkBEaXJlY3RpdmUoe1xuICAgIHNlbGVjdG9yOiAna2JxLXRpbWV6b25lLW9wdGlvbicsXG4gICAgaG9zdDoge1xuICAgICAgICAnKG1vdXNlZW50ZXIpJzogJ29uTW91c2VFbnRlcigpJyxcbiAgICAgICAgJyhtb3VzZWxlYXZlKSc6ICdvbk1vdXNlTGVhdmUoKSdcbiAgICB9XG59KVxuZXhwb3J0IGNsYXNzIEticVRpbWV6b25lT3B0aW9uVG9vbHRpcCBleHRlbmRzIEticVRvb2x0aXBUcmlnZ2VyIGltcGxlbWVudHMgQWZ0ZXJWaWV3SW5pdCwgT25EZXN0cm95IHtcbiAgICBwcml2YXRlIHJlc2l6ZU9ic2VydmVyID0gaW5qZWN0KFNoYXJlZFJlc2l6ZU9ic2VydmVyKTtcbiAgICBwcml2YXRlIHJlc2l6ZU9ic2VydmVyU3Vic2NyaXB0aW9uOiBTdWJzY3JpcHRpb24gfCBudWxsID0gbnVsbDtcblxuICAgIGNvbnN0cnVjdG9yKFxuICAgICAgICBwcml2YXRlIGNoYW5nZURldGVjdG9yUmVmOiBDaGFuZ2VEZXRlY3RvclJlZixcbiAgICAgICAgcHJpdmF0ZSBvcHRpb246IEticVRpbWV6b25lT3B0aW9uXG4gICAgKSB7XG4gICAgICAgIHN1cGVyKCk7XG4gICAgICAgIHRoaXMudG9vbHRpcFBsYWNlbWVudCA9IFBvcFVwUGxhY2VtZW50cy5SaWdodDtcbiAgICB9XG5cbiAgICBuZ0FmdGVyVmlld0luaXQoKTogdm9pZCB7XG4gICAgICAgIHRoaXMuY29udGVudCA9IHRoaXMub3B0aW9uLnZpZXdWYWx1ZTtcbiAgICAgICAgdGhpcy5vcHRpb24udG9vbHRpcENvbnRlbnRXcmFwcGVyLm5hdGl2ZUVsZW1lbnQuc3R5bGUud2Via2l0TGluZUNsYW1wID0gVE9PTFRJUF9WSVNJQkxFX1JPV1NfQ09VTlQudG9TdHJpbmcoKTtcbiAgICB9XG5cbiAgICBuZ09uRGVzdHJveSgpOiB2b2lkIHtcbiAgICAgICAgc3VwZXIubmdPbkRlc3Ryb3koKTtcbiAgICAgICAgdGhpcy5yZXNpemVPYnNlcnZlclN1YnNjcmlwdGlvbj8udW5zdWJzY3JpYmUoKTtcbiAgICB9XG5cbiAgICBvbk1vdXNlRW50ZXIoKTogdm9pZCB7XG4gICAgICAgIHRoaXMucmVzaXplT2JzZXJ2ZXJcbiAgICAgICAgICAgIC5vYnNlcnZlKHRoaXMub3B0aW9uLnRvb2x0aXBDb250ZW50V3JhcHBlci5uYXRpdmVFbGVtZW50KVxuICAgICAgICAgICAgLnN1YnNjcmliZSh0aGlzLmNoZWNrVG9vbHRpcERpc2FibGVkKTtcblxuICAgICAgICB0aGlzLmNoZWNrVG9vbHRpcERpc2FibGVkKCk7XG4gICAgfVxuXG4gICAgb25Nb3VzZUxlYXZlKCk6IHZvaWQge1xuICAgICAgICB0aGlzLnJlc2l6ZU9ic2VydmVyU3Vic2NyaXB0aW9uPy51bnN1YnNjcmliZSgpO1xuXG4gICAgICAgIHRoaXMuZGlzYWJsZWQgPSB0cnVlO1xuICAgIH1cblxuICAgIHByaXZhdGUgY2hlY2tUb29sdGlwRGlzYWJsZWQgPSAoKSA9PiB7XG4gICAgICAgIGNvbnN0IGNvdW50OiBudW1iZXIgPSB0aGlzLm9wdGlvbi50b29sdGlwQ29udGVudC5uYXRpdmVFbGVtZW50LmdldENsaWVudFJlY3RzKCkubGVuZ3RoO1xuXG4gICAgICAgIHRoaXMuZGlzYWJsZWQgPSBjb3VudCA8PSBUT09MVElQX1ZJU0lCTEVfUk9XU19DT1VOVDtcblxuICAgICAgICB0aGlzLmNoYW5nZURldGVjdG9yUmVmLmRldGVjdENoYW5nZXMoKTtcbiAgICB9O1xufVxuIl19
@@ -1,55 +0,0 @@
1
- import { ChangeDetectionStrategy, Component, ContentChild, Directive, ViewEncapsulation } from '@angular/core';
2
- import { takeUntilDestroyed } from '@angular/core/rxjs-interop';
3
- import { KBQ_OPTION_PARENT_COMPONENT, ruRULocaleData } from '@koobiq/components/core';
4
- import { KbqFormFieldControl } from '@koobiq/components/form-field';
5
- import { KbqSelect } from '@koobiq/components/select';
6
- import * as i0 from "@angular/core";
7
- import * as i1 from "@angular/cdk/overlay";
8
- import * as i2 from "@koobiq/components/icon";
9
- import * as i3 from "@angular/common";
10
- import * as i4 from "@angular/cdk/a11y";
11
- export class KbqTimezoneSelectTrigger {
12
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqTimezoneSelectTrigger, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
13
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: KbqTimezoneSelectTrigger, selector: "kbq-timezone-select-trigger", ngImport: i0 }); }
14
- }
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqTimezoneSelectTrigger, decorators: [{
16
- type: Directive,
17
- args: [{ selector: 'kbq-timezone-select-trigger' }]
18
- }] });
19
- const defaultSearchPlaceholder = ruRULocaleData.timezone.searchPlaceholder;
20
- export class KbqTimezoneSelect extends KbqSelect {
21
- constructor() {
22
- super(...arguments);
23
- this.panelWidth = this.defaultOptions?.panelWidth || 'auto';
24
- this.panelMinWidth = 640;
25
- this.updateLocaleParamsForSearch = () => {
26
- const placeholder = this.localeService?.getParams('timezone').searchPlaceholder || defaultSearchPlaceholder;
27
- if (this.search && !this.search.hasPlaceholder()) {
28
- this.search.setPlaceholder(placeholder);
29
- }
30
- };
31
- }
32
- ngAfterContentInit() {
33
- super.ngAfterContentInit();
34
- this.localeService?.changes
35
- .pipe(takeUntilDestroyed(this.destroyRef))
36
- .subscribe(this.updateLocaleParamsForSearch);
37
- this.updateLocaleParamsForSearch();
38
- }
39
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqTimezoneSelect, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
40
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.14", type: KbqTimezoneSelect, selector: "kbq-timezone-select", providers: [
41
- { provide: KbqFormFieldControl, useExisting: KbqTimezoneSelect },
42
- { provide: KBQ_OPTION_PARENT_COMPONENT, useExisting: KbqTimezoneSelect }
43
- ], queries: [{ propertyName: "customTrigger", first: true, predicate: KbqTimezoneSelectTrigger, descendants: true }], exportAs: ["kbqTimezoneSelect"], usesInheritance: true, ngImport: i0, template: "<div\n #fallbackOverlayOrigin=\"cdkOverlayOrigin\"\n #trigger\n cdkOverlayOrigin\n class=\"kbq-select__trigger\"\n [class.kbq-select__trigger_empty]=\"empty\"\n [class.kbq-select__trigger_multiple]=\"multiple\"\n [class.kbq-select__trigger_single]=\"!multiple\"\n>\n <div class=\"kbq-select__matcher\">\n @if (empty) {\n <span class=\"kbq-select__placeholder\">\n {{ placeholder || '\\u00A0' }}\n </span>\n } @else {\n <span>\n @if (!!customTrigger) {\n <ng-content select=\"kbq-timezone-select-trigger\" />\n } @else {\n <div class=\"kbq-select__match-container\">\n <span class=\"kbq-select__matcher-text\">{{ triggerValue }}</span>\n </div>\n }\n </span>\n }\n\n @if (canShowCleaner) {\n <div class=\"kbq-select__cleaner\" (click)=\"clearValue($event)\" (keydown.enter)=\"clearValue($event)\">\n <ng-content select=\"kbq-cleaner\" />\n </div>\n }\n\n <div class=\"kbq-select__arrow-wrapper\">\n <i kbq-icon=\"kbq-chevron-down-s_16\" class=\"kbq-select__arrow\" [color]=\"colorForState\"></i>\n </div>\n </div>\n</div>\n\n<ng-template\n cdkConnectedOverlay\n cdkConnectedOverlayLockPosition\n [cdkConnectedOverlayBackdropClass]=\"backdropClass\"\n [cdkConnectedOverlayHasBackdrop]=\"hasBackdrop\"\n [cdkConnectedOverlayMinWidth]=\"overlayMinWidth\"\n [cdkConnectedOverlayOffsetY]=\"offsetY\"\n [cdkConnectedOverlayOpen]=\"panelOpen\"\n [cdkConnectedOverlayOrigin]=\"overlayOrigin || fallbackOverlayOrigin\"\n [cdkConnectedOverlayPositions]=\"positions\"\n [cdkConnectedOverlayScrollStrategy]=\"scrollStrategy\"\n [cdkConnectedOverlayWidth]=\"overlayWidth\"\n (attach)=\"onAttached()\"\n (backdropClick)=\"close()\"\n (detach)=\"close()\"\n>\n <div\n #panel\n cdkMonitorSubtreeFocus\n class=\"kbq-select__panel kbq-timezone-select__panel {{ getPanelTheme() }}\"\n [ngClass]=\"panelClass\"\n [style.font-size.px]=\"triggerFontSize\"\n [style.transformOrigin]=\"transformOrigin\"\n (keydown)=\"handleKeydown($event)\"\n >\n @if (search && shouldShowSearch()) {\n <div class=\"kbq-select__search-container\">\n <ng-content select=\"[kbqSelectSearch]\" />\n </div>\n }\n\n <div\n #optionsContainer\n class=\"kbq-select__content\"\n [@fadeInContent]=\"'showing'\"\n (@fadeInContent.done)=\"panelDoneAnimatingStream.next($event.toState)\"\n >\n @if (isEmptySearchResult) {\n <div class=\"kbq-select__no-options-message\">\n <ng-content select=\"[kbq-select-search-empty-result]\" />\n </div>\n }\n <ng-content />\n </div>\n </div>\n</ng-template>\n", styles: [".kbq-select{box-sizing:border-box;display:inline-block;width:100%;outline:none}.kbq-select .kbq-select__trigger{display:flex;box-sizing:border-box;position:relative;cursor:pointer;min-height:calc(var(--kbq-form-field-size-height) - var(--kbq-size-border-width) * 2)}.kbq-select .kbq-select__trigger:not(.kbq-select__trigger_multiline){height:calc(var(--kbq-form-field-size-height) - var(--kbq-size-border-width) * 2)}.kbq-select .kbq-select__trigger:not(.kbq-select__trigger_multiline) .kbq-select__matcher{overflow:hidden;white-space:nowrap}.kbq-select .kbq-select__matcher{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:flex;flex-grow:1;align-items:center}.kbq-select .kbq-select__matcher>span{flex:1;overflow:hidden}.kbq-select .kbq-select__trigger.kbq-select__trigger_single .kbq-select__matcher,.kbq-select .kbq-select__trigger.kbq-select__trigger_multiple.kbq-select__trigger_empty .kbq-select__matcher{padding:var(--kbq-select-size-single-padding-vertical) var(--kbq-select-size-single-padding-right) var(--kbq-select-size-single-padding-vertical) var(--kbq-select-size-single-padding-left)}.kbq-select .kbq-select__trigger.kbq-select__trigger_multiple:not(.kbq-select__trigger_empty) .kbq-select__matcher{padding:var(--kbq-select-size-multiple-padding-vertical) var(--kbq-select-size-multiple-padding-right) var(--kbq-select-size-multiple-padding-vertical) var(--kbq-select-size-multiple-padding-left)}.kbq-select .kbq-select__trigger.kbq-select__trigger_multiple:not(.kbq-select__trigger_empty) .kbq-select__matcher .kbq-select__match-container{display:flex}.kbq-select .kbq-select__trigger.kbq-select__trigger_multiple:not(.kbq-select__trigger_empty) .kbq-select__matcher .kbq-select__match-list{display:flex;flex-wrap:wrap;overflow:hidden;height:calc(var(--kbq-form-field-size-height) - var(--kbq-select-size-multiple-padding-vertical) * 2);max-height:calc(var(--kbq-form-field-size-height) - var(--kbq-select-size-multiple-padding-vertical) * 2);gap:var(--kbq-select-size-multiple-content-gap, var(--kbq-size-xxs));margin-right:var(--kbq-select-size-multiple-content-gap, var(--kbq-size-xxs))}.kbq-select .kbq-select__trigger.kbq-select__trigger_multiline:not(.kbq-select__trigger_empty) .kbq-select__match-container{flex-direction:column}.kbq-select .kbq-select__trigger.kbq-select__trigger_multiline:not(.kbq-select__trigger_empty) .kbq-select__matcher{max-width:100%;padding:calc(var(--kbq-select-size-multiple-padding-vertical) - var(--kbq-size-border-width)) var(--kbq-select-size-multiple-padding-right) calc(var(--kbq-select-size-multiple-padding-vertical) - var(--kbq-size-border-width)) var(--kbq-select-size-multiple-padding-left)}.kbq-select .kbq-select__trigger.kbq-select__trigger_multiline:not(.kbq-select__trigger_empty) .kbq-select__cleaner,.kbq-select .kbq-select__trigger.kbq-select__trigger_multiline:not(.kbq-select__trigger_empty) .kbq-select__arrow-wrapper{align-self:flex-start;align-items:center;height:calc(var(--kbq-form-field-size-height) - var(--kbq-size-s));min-width:var(--kbq-form-field-size-addon-width)}.kbq-select .kbq-select__trigger.kbq-select__trigger_multiline:not(.kbq-select__trigger_empty) .kbq-select__multiline-match-list{display:flex;flex-direction:row;flex-wrap:wrap;margin-right:var(--kbq-select-size-multiple-content-gap, var(--kbq-size-xxs));gap:var(--kbq-size-xxs)}.kbq-select .kbq-select__match-container{width:100%;text-overflow:ellipsis;overflow:hidden}.kbq-select .kbq-select__match-container .kbq-select__match-hidden-text{flex:0 0 70px;align-self:center;padding-left:4px;padding-right:var(--kbq-select-size-multiple-content-gap, var(--kbq-size-xxs));text-align:right}.kbq-select kbq-select-trigger,.kbq-select [kbq-select-trigger]{width:100%}.kbq-select .kbq-select__arrow-wrapper{display:flex;align-self:center;justify-content:center;min-width:var(--kbq-form-field-size-addon-width)}.kbq-form-field-appearance-fill .kbq-select .kbq-select__arrow-wrapper,.kbq-form-field-appearance-standard .kbq-select .kbq-select__arrow-wrapper{transform:translateY(-50%)}.kbq-form-field-appearance-outline .kbq-select .kbq-select__arrow-wrapper{transform:translateY(-25%)}.kbq-disabled.kbq-select .kbq-select__trigger{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default}.kbq-select__panel{min-width:100%;overflow:hidden;border-radius:var(--kbq-select-panel-size-border-radius, var(--kbq-size-border-radius))}.kbq-select__panel .kbq-option{font-size:inherit}.kbq-select__panel .kbq-select__no-options-message{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:flex;flex-direction:row;align-items:center;box-sizing:border-box;position:relative;max-width:100%;height:var(--kbq-option-size-height, var(--kbq-size-3xl));cursor:default;outline:none;padding-left:var(--kbq-option-size-horizontal-padding, var(--kbq-size-m));padding-right:var(--kbq-option-size-horizontal-padding, var(--kbq-size-m));border:var(--kbq-option-size-border-width, var(--kbq-size-3xs)) solid transparent}.kbq-select__panel .kbq-select__search-container{padding:var(--kbq-size-xxs);border-bottom-width:1px;border-bottom-style:solid}.kbq-select__content{max-height:var(--kbq-select-panel-size-max-height, 256px);padding:var(--kbq-size-xxs);overflow:hidden auto}.kbq-select__panel .kbq-select__footer{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:flex;align-items:center;box-sizing:border-box;min-height:40px;border-top-width:1px;border-top-style:solid;padding:var(--kbq-size-xxs) var(--kbq-size-l)}.kbq-select__content{box-sizing:initial}.kbq-select__content .kbq-option{position:relative}.kbq-select__content .kbq-option:before,.kbq-select__content .kbq-option:after{position:absolute;content:\"\";width:var(--kbq-size-xxs);height:calc(100% + var(--kbq-size-3xs) * 2)}.kbq-select__content .kbq-option:before{right:calc(100% + var(--kbq-size-3xs))}.kbq-select__content .kbq-option:after{left:calc(100% + var(--kbq-size-3xs))}.kbq-select__content:not(:has(>.kbq-select__no-options-message)) .cdk-virtual-scroll-viewport{min-height:var(--kbq-select-panel-size-max-height, 256px);max-height:var(--kbq-select-panel-size-max-height, 256px)}.kbq-select__content:not(:has(>.kbq-select__no-options-message)) .cdk-virtual-scroll-viewport.cdk-virtual-scroll-orientation-vertical .cdk-virtual-scroll-content-wrapper{max-width:100%}.kbq-form-field-type-select:not(.kbq-disabled) .kbq-form-field-flex{cursor:pointer}.kbq-select{color:var(--kbq-foreground-contrast)}.kbq-select.kbq-control_has-validate-directive.ng-invalid,.kbq-select.kbq-invalid{color:var(--kbq-foreground-error)}.kbq-select.kbq-control_has-validate-directive.ng-invalid .kbq-select__placeholder,.kbq-select.kbq-invalid .kbq-select__placeholder{color:var(--kbq-form-field-states-error-placeholder)}.kbq-select.kbq-disabled{color:var(--kbq-states-foreground-disabled)}.kbq-select.kbq-disabled .kbq-select__placeholder{color:var(--kbq-form-field-states-disabled-placeholder)}.kbq-select__placeholder{text-overflow:ellipsis;color:var(--kbq-form-field-default-placeholder)}.kbq-select__panel{box-shadow:var(--kbq-select-panel-dropdown-shadow);background:var(--kbq-select-panel-dropdown-background)}.kbq-select__panel .kbq-select__footer{border-color:var(--kbq-divider-color, var(--kbq-line-contrast-less))}.kbq-select__search-container{border-bottom-color:var(--kbq-divider-color, var(--kbq-line-contrast-less))}.kbq-select__no-options-message{color:var(--kbq-foreground-contrast-secondary)}.kbq-select,.kbq-select__panel{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)}\n", ".kbq-timezone-select__panel.kbq-select__panel .kbq-optgroup-label{display:block;padding:var(--kbq-timezone-option-size-optgroup-label-padding)}.kbq-timezone-option__offset,.kbq-timezone-option__city{color:var(--kbq-timezone-option-text)}.kbq-timezone-option__cities{color:var(--kbq-timezone-option-caption)}.kbq-timezone-select__panel.kbq-select__panel .kbq-optgroup-label{color:var(--kbq-timezone-option-optgroup-label)}.kbq-timezone-option__offset,.kbq-timezone-option__city{font-size:var(--kbq-typography-tabular-normal-font-size);font-style:var(--kbq-typography-tabular-normal-font-style);font-weight:var(--kbq-typography-tabular-normal-font-weight);line-height:var(--kbq-typography-tabular-normal-line-height);font-family:var(--kbq-typography-tabular-normal-font-family);text-transform:var(--kbq-typography-tabular-normal-text-transform);font-feature-settings:var(--kbq-typography-tabular-normal-font-feature-settings);letter-spacing:var(--kbq-typography-tabular-normal-letter-spacing)}.kbq-timezone-option__cities{font-size:var(--kbq-typography-text-compact-font-size);font-style:var(--kbq-typography-text-compact-font-style);font-weight:var(--kbq-typography-text-compact-font-weight);line-height:var(--kbq-typography-text-compact-line-height);font-family:var(--kbq-typography-text-compact-font-family);text-transform:var(--kbq-typography-text-compact-text-transform);font-feature-settings:var(--kbq-typography-text-compact-font-feature-settings);letter-spacing:var(--kbq-typography-text-compact-letter-spacing)}.kbq-timezone-select__panel.kbq-select__panel .kbq-optgroup-label{font-size:var(--kbq-typography-caps-compact-strong-font-size);font-style:var(--kbq-typography-caps-compact-strong-font-style);font-weight:var(--kbq-typography-caps-compact-strong-font-weight);line-height:var(--kbq-typography-caps-compact-strong-line-height);font-family:var(--kbq-typography-caps-compact-strong-font-family);text-transform:var(--kbq-typography-caps-compact-strong-text-transform);font-feature-settings:var(--kbq-typography-caps-compact-strong-font-feature-settings);letter-spacing:var(--kbq-typography-caps-compact-strong-letter-spacing)}\n", ".kbq-list,.kbq-list-selection{--kbq-list-size-container-padding-left: var(--kbq-size-m);--kbq-list-size-container-padding-right: var(--kbq-size-m);--kbq-list-size-container-padding-vertical: var(--kbq-size-xs);--kbq-list-size-container-content-gap-horizontal: var(--kbq-size-s);--kbq-list-size-container-content-gap-vertical: var(--kbq-size-3xs);--kbq-list-size-container-focus-outline-width: var(--kbq-size-3xs);--kbq-list-size-header-padding-top: var(--kbq-size-s);--kbq-list-size-header-padding-bottom: var(--kbq-size-xxs);--kbq-list-size-header-padding-horizontal: var(--kbq-size-m);--kbq-list-size-subheading-padding-top: var(--kbq-size-m);--kbq-list-size-subheading-padding-bottom: var(--kbq-size-xxs);--kbq-list-size-subheading-padding-horizontal: var(--kbq-size-m);--kbq-list-default-container-background: transparent;--kbq-list-default-text-color: var(--kbq-foreground-contrast);--kbq-list-default-icon-color: var(--kbq-icon-contrast);--kbq-list-default-icon-button-color: var(--kbq-icon-contrast-fade);--kbq-list-default-caption-color: var(--kbq-foreground-contrast-secondary);--kbq-list-states-hover-container-background: var(--kbq-states-background-transparent-hover);--kbq-list-states-active-container-background: var(--kbq-states-background-transparent-active);--kbq-list-states-hover-text-color: var(--kbq-foreground-contrast);--kbq-list-states-hover-icon-color: var(--kbq-icon-contrast);--kbq-list-states-hover-icon-button-color: var(--kbq-icon-contrast-fade);--kbq-list-states-selected-container-background: var(--kbq-background-theme-less);--kbq-list-multiple-states-selected-container-background: var(--kbq-background-contrast-less);--kbq-list-states-selected-text-color: var(--kbq-foreground-contrast);--kbq-list-states-selected-icon-color: var(--kbq-icon-contrast);--kbq-list-states-selected-icon-button-color: var(--kbq-icon-contrast-fade);--kbq-list-states-selected-hover-container-background: var(--kbq-states-background-theme-less-hover);--kbq-list-multiple-states-selected-hover-container-background: var(--kbq-states-background-contrast-less-hover);--kbq-list-states-selected-active-container-background: var(--kbq-states-background-theme-less-active);--kbq-list-multiple-states-selected-active-container-background: var(--kbq-states-background-contrast-less-active);--kbq-list-states-selected-hover-text-color: var(--kbq-foreground-contrast);--kbq-list-states-selected-hover-icon-color: var(--kbq-icon-contrast);--kbq-list-states-selected-hover-icon-button-color: var(--kbq-icon-contrast-fade);--kbq-list-states-focused-focus-outline-color: var(--kbq-states-line-focus-theme);--kbq-list-states-disabled-container-background: transparent;--kbq-list-states-disabled-text-color: var(--kbq-states-foreground-disabled);--kbq-list-states-disabled-icon-color: var(--kbq-states-icon-disabled);--kbq-list-states-disabled-icon-button-color: var(--kbq-states-icon-disabled);--kbq-list-states-disabled-caption-color: var(--kbq-states-foreground-disabled)}.kbq-timezone-select__panel,.kbq-option{--kbq-option-size-horizontal-padding: var(--kbq-size-m);--kbq-option-size-height: var(--kbq-size-3xl);--kbq-option-size-border-width: 2px;--kbq-option-border-radius: var(--kbq-size-xs)}.kbq-option{--kbq-list-default-container-background: transparent;--kbq-list-default-text-color: var(--kbq-foreground-contrast);--kbq-list-default-icon-color: var(--kbq-icon-contrast);--kbq-list-default-icon-button-color: var(--kbq-icon-contrast-fade);--kbq-list-default-caption-color: var(--kbq-foreground-contrast-secondary);--kbq-list-states-hover-container-background: var(--kbq-states-background-transparent-hover);--kbq-list-states-active-container-background: var(--kbq-states-background-transparent-active);--kbq-list-states-hover-text-color: var(--kbq-foreground-contrast);--kbq-list-states-hover-icon-color: var(--kbq-icon-contrast);--kbq-list-states-hover-icon-button-color: var(--kbq-icon-contrast-fade);--kbq-list-states-selected-container-background: var(--kbq-background-theme-less);--kbq-list-multiple-states-selected-container-background: var(--kbq-background-contrast-less);--kbq-list-states-selected-text-color: var(--kbq-foreground-contrast);--kbq-list-states-selected-icon-color: var(--kbq-icon-contrast);--kbq-list-states-selected-icon-button-color: var(--kbq-icon-contrast-fade);--kbq-list-states-selected-hover-container-background: var(--kbq-states-background-theme-less-hover);--kbq-list-multiple-states-selected-hover-container-background: var(--kbq-states-background-contrast-less-hover);--kbq-list-states-selected-active-container-background: var(--kbq-states-background-theme-less-active);--kbq-list-multiple-states-selected-active-container-background: var(--kbq-states-background-contrast-less-active);--kbq-list-states-selected-hover-text-color: var(--kbq-foreground-contrast);--kbq-list-states-selected-hover-icon-color: var(--kbq-icon-contrast);--kbq-list-states-selected-hover-icon-button-color: var(--kbq-icon-contrast-fade);--kbq-list-states-focused-focus-outline-color: var(--kbq-states-line-focus-theme);--kbq-list-states-disabled-container-background: transparent;--kbq-list-states-disabled-text-color: var(--kbq-states-foreground-disabled);--kbq-list-states-disabled-icon-color: var(--kbq-states-icon-disabled);--kbq-list-states-disabled-icon-button-color: var(--kbq-states-icon-disabled);--kbq-list-states-disabled-caption-color: var(--kbq-states-foreground-disabled)}.kbq-timezone-select__panel{--kbq-select-size-single-padding-left: var(--kbq-size-m);--kbq-select-size-single-padding-right: var(--kbq-size-xxs);--kbq-select-size-single-padding-vertical: var(--kbq-size-xs);--kbq-select-size-single-content-gap: var(--kbq-size-xxs);--kbq-select-size-multiple-padding-left: var(--kbq-size-xxs);--kbq-select-size-multiple-padding-right: var(--kbq-size-xxs);--kbq-select-size-multiple-content-gap: var(--kbq-size-xxs);--kbq-timezone-option-size-padding: var(--kbq-size-xxs) 10px;--kbq-timezone-option-size-column-gap: 16px;--kbq-timezone-option-size-height: auto;--kbq-timezone-option-size-max-height: 5em;--kbq-timezone-option-size-optgroup-label-padding: 12px 12px 4px 12px;--kbq-select-panel-dropdown-background: var(--kbq-background-card);--kbq-select-panel-dropdown-shadow: var(--kbq-shadow-popup);--kbq-timezone-option-text: var(--kbq-foreground-contrast);--kbq-timezone-option-caption: var(--kbq-foreground-contrast-secondary);--kbq-timezone-option-optgroup-label: var(--kbq-foreground-contrast-secondary)}\n"], dependencies: [{ kind: "directive", type: i1.CdkConnectedOverlay, selector: "[cdk-connected-overlay], [connected-overlay], [cdkConnectedOverlay]", inputs: ["cdkConnectedOverlayOrigin", "cdkConnectedOverlayPositions", "cdkConnectedOverlayPositionStrategy", "cdkConnectedOverlayOffsetX", "cdkConnectedOverlayOffsetY", "cdkConnectedOverlayWidth", "cdkConnectedOverlayHeight", "cdkConnectedOverlayMinWidth", "cdkConnectedOverlayMinHeight", "cdkConnectedOverlayBackdropClass", "cdkConnectedOverlayPanelClass", "cdkConnectedOverlayViewportMargin", "cdkConnectedOverlayScrollStrategy", "cdkConnectedOverlayOpen", "cdkConnectedOverlayDisableClose", "cdkConnectedOverlayTransformOriginOn", "cdkConnectedOverlayHasBackdrop", "cdkConnectedOverlayLockPosition", "cdkConnectedOverlayFlexibleDimensions", "cdkConnectedOverlayGrowAfterOpen", "cdkConnectedOverlayPush", "cdkConnectedOverlayDisposeOnNavigation"], outputs: ["backdropClick", "positionChange", "attach", "detach", "overlayKeydown", "overlayOutsideClick"], exportAs: ["cdkConnectedOverlay"] }, { kind: "directive", type: i1.CdkOverlayOrigin, selector: "[cdk-overlay-origin], [overlay-origin], [cdkOverlayOrigin]", exportAs: ["cdkOverlayOrigin"] }, { kind: "component", type: i2.KbqIcon, selector: "[kbq-icon]", inputs: ["small", "autoColor", "kbq-icon"] }, { kind: "directive", type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i4.CdkMonitorFocus, selector: "[cdkMonitorElementFocus], [cdkMonitorSubtreeFocus]", outputs: ["cdkFocusChange"], exportAs: ["cdkMonitorFocus"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
44
- }
45
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqTimezoneSelect, decorators: [{
46
- type: Component,
47
- args: [{ selector: 'kbq-timezone-select', exportAs: 'kbqTimezoneSelect', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, providers: [
48
- { provide: KbqFormFieldControl, useExisting: KbqTimezoneSelect },
49
- { provide: KBQ_OPTION_PARENT_COMPONENT, useExisting: KbqTimezoneSelect }
50
- ], template: "<div\n #fallbackOverlayOrigin=\"cdkOverlayOrigin\"\n #trigger\n cdkOverlayOrigin\n class=\"kbq-select__trigger\"\n [class.kbq-select__trigger_empty]=\"empty\"\n [class.kbq-select__trigger_multiple]=\"multiple\"\n [class.kbq-select__trigger_single]=\"!multiple\"\n>\n <div class=\"kbq-select__matcher\">\n @if (empty) {\n <span class=\"kbq-select__placeholder\">\n {{ placeholder || '\\u00A0' }}\n </span>\n } @else {\n <span>\n @if (!!customTrigger) {\n <ng-content select=\"kbq-timezone-select-trigger\" />\n } @else {\n <div class=\"kbq-select__match-container\">\n <span class=\"kbq-select__matcher-text\">{{ triggerValue }}</span>\n </div>\n }\n </span>\n }\n\n @if (canShowCleaner) {\n <div class=\"kbq-select__cleaner\" (click)=\"clearValue($event)\" (keydown.enter)=\"clearValue($event)\">\n <ng-content select=\"kbq-cleaner\" />\n </div>\n }\n\n <div class=\"kbq-select__arrow-wrapper\">\n <i kbq-icon=\"kbq-chevron-down-s_16\" class=\"kbq-select__arrow\" [color]=\"colorForState\"></i>\n </div>\n </div>\n</div>\n\n<ng-template\n cdkConnectedOverlay\n cdkConnectedOverlayLockPosition\n [cdkConnectedOverlayBackdropClass]=\"backdropClass\"\n [cdkConnectedOverlayHasBackdrop]=\"hasBackdrop\"\n [cdkConnectedOverlayMinWidth]=\"overlayMinWidth\"\n [cdkConnectedOverlayOffsetY]=\"offsetY\"\n [cdkConnectedOverlayOpen]=\"panelOpen\"\n [cdkConnectedOverlayOrigin]=\"overlayOrigin || fallbackOverlayOrigin\"\n [cdkConnectedOverlayPositions]=\"positions\"\n [cdkConnectedOverlayScrollStrategy]=\"scrollStrategy\"\n [cdkConnectedOverlayWidth]=\"overlayWidth\"\n (attach)=\"onAttached()\"\n (backdropClick)=\"close()\"\n (detach)=\"close()\"\n>\n <div\n #panel\n cdkMonitorSubtreeFocus\n class=\"kbq-select__panel kbq-timezone-select__panel {{ getPanelTheme() }}\"\n [ngClass]=\"panelClass\"\n [style.font-size.px]=\"triggerFontSize\"\n [style.transformOrigin]=\"transformOrigin\"\n (keydown)=\"handleKeydown($event)\"\n >\n @if (search && shouldShowSearch()) {\n <div class=\"kbq-select__search-container\">\n <ng-content select=\"[kbqSelectSearch]\" />\n </div>\n }\n\n <div\n #optionsContainer\n class=\"kbq-select__content\"\n [@fadeInContent]=\"'showing'\"\n (@fadeInContent.done)=\"panelDoneAnimatingStream.next($event.toState)\"\n >\n @if (isEmptySearchResult) {\n <div class=\"kbq-select__no-options-message\">\n <ng-content select=\"[kbq-select-search-empty-result]\" />\n </div>\n }\n <ng-content />\n </div>\n </div>\n</ng-template>\n", styles: [".kbq-select{box-sizing:border-box;display:inline-block;width:100%;outline:none}.kbq-select .kbq-select__trigger{display:flex;box-sizing:border-box;position:relative;cursor:pointer;min-height:calc(var(--kbq-form-field-size-height) - var(--kbq-size-border-width) * 2)}.kbq-select .kbq-select__trigger:not(.kbq-select__trigger_multiline){height:calc(var(--kbq-form-field-size-height) - var(--kbq-size-border-width) * 2)}.kbq-select .kbq-select__trigger:not(.kbq-select__trigger_multiline) .kbq-select__matcher{overflow:hidden;white-space:nowrap}.kbq-select .kbq-select__matcher{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:flex;flex-grow:1;align-items:center}.kbq-select .kbq-select__matcher>span{flex:1;overflow:hidden}.kbq-select .kbq-select__trigger.kbq-select__trigger_single .kbq-select__matcher,.kbq-select .kbq-select__trigger.kbq-select__trigger_multiple.kbq-select__trigger_empty .kbq-select__matcher{padding:var(--kbq-select-size-single-padding-vertical) var(--kbq-select-size-single-padding-right) var(--kbq-select-size-single-padding-vertical) var(--kbq-select-size-single-padding-left)}.kbq-select .kbq-select__trigger.kbq-select__trigger_multiple:not(.kbq-select__trigger_empty) .kbq-select__matcher{padding:var(--kbq-select-size-multiple-padding-vertical) var(--kbq-select-size-multiple-padding-right) var(--kbq-select-size-multiple-padding-vertical) var(--kbq-select-size-multiple-padding-left)}.kbq-select .kbq-select__trigger.kbq-select__trigger_multiple:not(.kbq-select__trigger_empty) .kbq-select__matcher .kbq-select__match-container{display:flex}.kbq-select .kbq-select__trigger.kbq-select__trigger_multiple:not(.kbq-select__trigger_empty) .kbq-select__matcher .kbq-select__match-list{display:flex;flex-wrap:wrap;overflow:hidden;height:calc(var(--kbq-form-field-size-height) - var(--kbq-select-size-multiple-padding-vertical) * 2);max-height:calc(var(--kbq-form-field-size-height) - var(--kbq-select-size-multiple-padding-vertical) * 2);gap:var(--kbq-select-size-multiple-content-gap, var(--kbq-size-xxs));margin-right:var(--kbq-select-size-multiple-content-gap, var(--kbq-size-xxs))}.kbq-select .kbq-select__trigger.kbq-select__trigger_multiline:not(.kbq-select__trigger_empty) .kbq-select__match-container{flex-direction:column}.kbq-select .kbq-select__trigger.kbq-select__trigger_multiline:not(.kbq-select__trigger_empty) .kbq-select__matcher{max-width:100%;padding:calc(var(--kbq-select-size-multiple-padding-vertical) - var(--kbq-size-border-width)) var(--kbq-select-size-multiple-padding-right) calc(var(--kbq-select-size-multiple-padding-vertical) - var(--kbq-size-border-width)) var(--kbq-select-size-multiple-padding-left)}.kbq-select .kbq-select__trigger.kbq-select__trigger_multiline:not(.kbq-select__trigger_empty) .kbq-select__cleaner,.kbq-select .kbq-select__trigger.kbq-select__trigger_multiline:not(.kbq-select__trigger_empty) .kbq-select__arrow-wrapper{align-self:flex-start;align-items:center;height:calc(var(--kbq-form-field-size-height) - var(--kbq-size-s));min-width:var(--kbq-form-field-size-addon-width)}.kbq-select .kbq-select__trigger.kbq-select__trigger_multiline:not(.kbq-select__trigger_empty) .kbq-select__multiline-match-list{display:flex;flex-direction:row;flex-wrap:wrap;margin-right:var(--kbq-select-size-multiple-content-gap, var(--kbq-size-xxs));gap:var(--kbq-size-xxs)}.kbq-select .kbq-select__match-container{width:100%;text-overflow:ellipsis;overflow:hidden}.kbq-select .kbq-select__match-container .kbq-select__match-hidden-text{flex:0 0 70px;align-self:center;padding-left:4px;padding-right:var(--kbq-select-size-multiple-content-gap, var(--kbq-size-xxs));text-align:right}.kbq-select kbq-select-trigger,.kbq-select [kbq-select-trigger]{width:100%}.kbq-select .kbq-select__arrow-wrapper{display:flex;align-self:center;justify-content:center;min-width:var(--kbq-form-field-size-addon-width)}.kbq-form-field-appearance-fill .kbq-select .kbq-select__arrow-wrapper,.kbq-form-field-appearance-standard .kbq-select .kbq-select__arrow-wrapper{transform:translateY(-50%)}.kbq-form-field-appearance-outline .kbq-select .kbq-select__arrow-wrapper{transform:translateY(-25%)}.kbq-disabled.kbq-select .kbq-select__trigger{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default}.kbq-select__panel{min-width:100%;overflow:hidden;border-radius:var(--kbq-select-panel-size-border-radius, var(--kbq-size-border-radius))}.kbq-select__panel .kbq-option{font-size:inherit}.kbq-select__panel .kbq-select__no-options-message{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:flex;flex-direction:row;align-items:center;box-sizing:border-box;position:relative;max-width:100%;height:var(--kbq-option-size-height, var(--kbq-size-3xl));cursor:default;outline:none;padding-left:var(--kbq-option-size-horizontal-padding, var(--kbq-size-m));padding-right:var(--kbq-option-size-horizontal-padding, var(--kbq-size-m));border:var(--kbq-option-size-border-width, var(--kbq-size-3xs)) solid transparent}.kbq-select__panel .kbq-select__search-container{padding:var(--kbq-size-xxs);border-bottom-width:1px;border-bottom-style:solid}.kbq-select__content{max-height:var(--kbq-select-panel-size-max-height, 256px);padding:var(--kbq-size-xxs);overflow:hidden auto}.kbq-select__panel .kbq-select__footer{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:flex;align-items:center;box-sizing:border-box;min-height:40px;border-top-width:1px;border-top-style:solid;padding:var(--kbq-size-xxs) var(--kbq-size-l)}.kbq-select__content{box-sizing:initial}.kbq-select__content .kbq-option{position:relative}.kbq-select__content .kbq-option:before,.kbq-select__content .kbq-option:after{position:absolute;content:\"\";width:var(--kbq-size-xxs);height:calc(100% + var(--kbq-size-3xs) * 2)}.kbq-select__content .kbq-option:before{right:calc(100% + var(--kbq-size-3xs))}.kbq-select__content .kbq-option:after{left:calc(100% + var(--kbq-size-3xs))}.kbq-select__content:not(:has(>.kbq-select__no-options-message)) .cdk-virtual-scroll-viewport{min-height:var(--kbq-select-panel-size-max-height, 256px);max-height:var(--kbq-select-panel-size-max-height, 256px)}.kbq-select__content:not(:has(>.kbq-select__no-options-message)) .cdk-virtual-scroll-viewport.cdk-virtual-scroll-orientation-vertical .cdk-virtual-scroll-content-wrapper{max-width:100%}.kbq-form-field-type-select:not(.kbq-disabled) .kbq-form-field-flex{cursor:pointer}.kbq-select{color:var(--kbq-foreground-contrast)}.kbq-select.kbq-control_has-validate-directive.ng-invalid,.kbq-select.kbq-invalid{color:var(--kbq-foreground-error)}.kbq-select.kbq-control_has-validate-directive.ng-invalid .kbq-select__placeholder,.kbq-select.kbq-invalid .kbq-select__placeholder{color:var(--kbq-form-field-states-error-placeholder)}.kbq-select.kbq-disabled{color:var(--kbq-states-foreground-disabled)}.kbq-select.kbq-disabled .kbq-select__placeholder{color:var(--kbq-form-field-states-disabled-placeholder)}.kbq-select__placeholder{text-overflow:ellipsis;color:var(--kbq-form-field-default-placeholder)}.kbq-select__panel{box-shadow:var(--kbq-select-panel-dropdown-shadow);background:var(--kbq-select-panel-dropdown-background)}.kbq-select__panel .kbq-select__footer{border-color:var(--kbq-divider-color, var(--kbq-line-contrast-less))}.kbq-select__search-container{border-bottom-color:var(--kbq-divider-color, var(--kbq-line-contrast-less))}.kbq-select__no-options-message{color:var(--kbq-foreground-contrast-secondary)}.kbq-select,.kbq-select__panel{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)}\n", ".kbq-timezone-select__panel.kbq-select__panel .kbq-optgroup-label{display:block;padding:var(--kbq-timezone-option-size-optgroup-label-padding)}.kbq-timezone-option__offset,.kbq-timezone-option__city{color:var(--kbq-timezone-option-text)}.kbq-timezone-option__cities{color:var(--kbq-timezone-option-caption)}.kbq-timezone-select__panel.kbq-select__panel .kbq-optgroup-label{color:var(--kbq-timezone-option-optgroup-label)}.kbq-timezone-option__offset,.kbq-timezone-option__city{font-size:var(--kbq-typography-tabular-normal-font-size);font-style:var(--kbq-typography-tabular-normal-font-style);font-weight:var(--kbq-typography-tabular-normal-font-weight);line-height:var(--kbq-typography-tabular-normal-line-height);font-family:var(--kbq-typography-tabular-normal-font-family);text-transform:var(--kbq-typography-tabular-normal-text-transform);font-feature-settings:var(--kbq-typography-tabular-normal-font-feature-settings);letter-spacing:var(--kbq-typography-tabular-normal-letter-spacing)}.kbq-timezone-option__cities{font-size:var(--kbq-typography-text-compact-font-size);font-style:var(--kbq-typography-text-compact-font-style);font-weight:var(--kbq-typography-text-compact-font-weight);line-height:var(--kbq-typography-text-compact-line-height);font-family:var(--kbq-typography-text-compact-font-family);text-transform:var(--kbq-typography-text-compact-text-transform);font-feature-settings:var(--kbq-typography-text-compact-font-feature-settings);letter-spacing:var(--kbq-typography-text-compact-letter-spacing)}.kbq-timezone-select__panel.kbq-select__panel .kbq-optgroup-label{font-size:var(--kbq-typography-caps-compact-strong-font-size);font-style:var(--kbq-typography-caps-compact-strong-font-style);font-weight:var(--kbq-typography-caps-compact-strong-font-weight);line-height:var(--kbq-typography-caps-compact-strong-line-height);font-family:var(--kbq-typography-caps-compact-strong-font-family);text-transform:var(--kbq-typography-caps-compact-strong-text-transform);font-feature-settings:var(--kbq-typography-caps-compact-strong-font-feature-settings);letter-spacing:var(--kbq-typography-caps-compact-strong-letter-spacing)}\n", ".kbq-list,.kbq-list-selection{--kbq-list-size-container-padding-left: var(--kbq-size-m);--kbq-list-size-container-padding-right: var(--kbq-size-m);--kbq-list-size-container-padding-vertical: var(--kbq-size-xs);--kbq-list-size-container-content-gap-horizontal: var(--kbq-size-s);--kbq-list-size-container-content-gap-vertical: var(--kbq-size-3xs);--kbq-list-size-container-focus-outline-width: var(--kbq-size-3xs);--kbq-list-size-header-padding-top: var(--kbq-size-s);--kbq-list-size-header-padding-bottom: var(--kbq-size-xxs);--kbq-list-size-header-padding-horizontal: var(--kbq-size-m);--kbq-list-size-subheading-padding-top: var(--kbq-size-m);--kbq-list-size-subheading-padding-bottom: var(--kbq-size-xxs);--kbq-list-size-subheading-padding-horizontal: var(--kbq-size-m);--kbq-list-default-container-background: transparent;--kbq-list-default-text-color: var(--kbq-foreground-contrast);--kbq-list-default-icon-color: var(--kbq-icon-contrast);--kbq-list-default-icon-button-color: var(--kbq-icon-contrast-fade);--kbq-list-default-caption-color: var(--kbq-foreground-contrast-secondary);--kbq-list-states-hover-container-background: var(--kbq-states-background-transparent-hover);--kbq-list-states-active-container-background: var(--kbq-states-background-transparent-active);--kbq-list-states-hover-text-color: var(--kbq-foreground-contrast);--kbq-list-states-hover-icon-color: var(--kbq-icon-contrast);--kbq-list-states-hover-icon-button-color: var(--kbq-icon-contrast-fade);--kbq-list-states-selected-container-background: var(--kbq-background-theme-less);--kbq-list-multiple-states-selected-container-background: var(--kbq-background-contrast-less);--kbq-list-states-selected-text-color: var(--kbq-foreground-contrast);--kbq-list-states-selected-icon-color: var(--kbq-icon-contrast);--kbq-list-states-selected-icon-button-color: var(--kbq-icon-contrast-fade);--kbq-list-states-selected-hover-container-background: var(--kbq-states-background-theme-less-hover);--kbq-list-multiple-states-selected-hover-container-background: var(--kbq-states-background-contrast-less-hover);--kbq-list-states-selected-active-container-background: var(--kbq-states-background-theme-less-active);--kbq-list-multiple-states-selected-active-container-background: var(--kbq-states-background-contrast-less-active);--kbq-list-states-selected-hover-text-color: var(--kbq-foreground-contrast);--kbq-list-states-selected-hover-icon-color: var(--kbq-icon-contrast);--kbq-list-states-selected-hover-icon-button-color: var(--kbq-icon-contrast-fade);--kbq-list-states-focused-focus-outline-color: var(--kbq-states-line-focus-theme);--kbq-list-states-disabled-container-background: transparent;--kbq-list-states-disabled-text-color: var(--kbq-states-foreground-disabled);--kbq-list-states-disabled-icon-color: var(--kbq-states-icon-disabled);--kbq-list-states-disabled-icon-button-color: var(--kbq-states-icon-disabled);--kbq-list-states-disabled-caption-color: var(--kbq-states-foreground-disabled)}.kbq-timezone-select__panel,.kbq-option{--kbq-option-size-horizontal-padding: var(--kbq-size-m);--kbq-option-size-height: var(--kbq-size-3xl);--kbq-option-size-border-width: 2px;--kbq-option-border-radius: var(--kbq-size-xs)}.kbq-option{--kbq-list-default-container-background: transparent;--kbq-list-default-text-color: var(--kbq-foreground-contrast);--kbq-list-default-icon-color: var(--kbq-icon-contrast);--kbq-list-default-icon-button-color: var(--kbq-icon-contrast-fade);--kbq-list-default-caption-color: var(--kbq-foreground-contrast-secondary);--kbq-list-states-hover-container-background: var(--kbq-states-background-transparent-hover);--kbq-list-states-active-container-background: var(--kbq-states-background-transparent-active);--kbq-list-states-hover-text-color: var(--kbq-foreground-contrast);--kbq-list-states-hover-icon-color: var(--kbq-icon-contrast);--kbq-list-states-hover-icon-button-color: var(--kbq-icon-contrast-fade);--kbq-list-states-selected-container-background: var(--kbq-background-theme-less);--kbq-list-multiple-states-selected-container-background: var(--kbq-background-contrast-less);--kbq-list-states-selected-text-color: var(--kbq-foreground-contrast);--kbq-list-states-selected-icon-color: var(--kbq-icon-contrast);--kbq-list-states-selected-icon-button-color: var(--kbq-icon-contrast-fade);--kbq-list-states-selected-hover-container-background: var(--kbq-states-background-theme-less-hover);--kbq-list-multiple-states-selected-hover-container-background: var(--kbq-states-background-contrast-less-hover);--kbq-list-states-selected-active-container-background: var(--kbq-states-background-theme-less-active);--kbq-list-multiple-states-selected-active-container-background: var(--kbq-states-background-contrast-less-active);--kbq-list-states-selected-hover-text-color: var(--kbq-foreground-contrast);--kbq-list-states-selected-hover-icon-color: var(--kbq-icon-contrast);--kbq-list-states-selected-hover-icon-button-color: var(--kbq-icon-contrast-fade);--kbq-list-states-focused-focus-outline-color: var(--kbq-states-line-focus-theme);--kbq-list-states-disabled-container-background: transparent;--kbq-list-states-disabled-text-color: var(--kbq-states-foreground-disabled);--kbq-list-states-disabled-icon-color: var(--kbq-states-icon-disabled);--kbq-list-states-disabled-icon-button-color: var(--kbq-states-icon-disabled);--kbq-list-states-disabled-caption-color: var(--kbq-states-foreground-disabled)}.kbq-timezone-select__panel{--kbq-select-size-single-padding-left: var(--kbq-size-m);--kbq-select-size-single-padding-right: var(--kbq-size-xxs);--kbq-select-size-single-padding-vertical: var(--kbq-size-xs);--kbq-select-size-single-content-gap: var(--kbq-size-xxs);--kbq-select-size-multiple-padding-left: var(--kbq-size-xxs);--kbq-select-size-multiple-padding-right: var(--kbq-size-xxs);--kbq-select-size-multiple-content-gap: var(--kbq-size-xxs);--kbq-timezone-option-size-padding: var(--kbq-size-xxs) 10px;--kbq-timezone-option-size-column-gap: 16px;--kbq-timezone-option-size-height: auto;--kbq-timezone-option-size-max-height: 5em;--kbq-timezone-option-size-optgroup-label-padding: 12px 12px 4px 12px;--kbq-select-panel-dropdown-background: var(--kbq-background-card);--kbq-select-panel-dropdown-shadow: var(--kbq-shadow-popup);--kbq-timezone-option-text: var(--kbq-foreground-contrast);--kbq-timezone-option-caption: var(--kbq-foreground-contrast-secondary);--kbq-timezone-option-optgroup-label: var(--kbq-foreground-contrast-secondary)}\n"] }]
51
- }], propDecorators: { customTrigger: [{
52
- type: ContentChild,
53
- args: [KbqTimezoneSelectTrigger, { static: false }]
54
- }] } });
55
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGltZXpvbmUtc2VsZWN0LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3BhY2thZ2VzL2NvbXBvbmVudHMvdGltZXpvbmUvdGltZXpvbmUtc2VsZWN0LmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uL3BhY2thZ2VzL2NvbXBvbmVudHMvdGltZXpvbmUvdGltZXpvbmUtc2VsZWN0LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFFSCx1QkFBdUIsRUFDdkIsU0FBUyxFQUNULFlBQVksRUFDWixTQUFTLEVBQ1QsaUJBQWlCLEVBQ3BCLE1BQU0sZUFBZSxDQUFDO0FBQ3ZCLE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLDRCQUE0QixDQUFDO0FBQ2hFLE9BQU8sRUFBRSwyQkFBMkIsRUFBRSxjQUFjLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQztBQUN0RixPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSwrQkFBK0IsQ0FBQztBQUNwRSxPQUFPLEVBQUUsU0FBUyxFQUF1QixNQUFNLDJCQUEyQixDQUFDOzs7Ozs7QUFHM0UsTUFBTSxPQUFPLHdCQUF3QjtrSUFBeEIsd0JBQXdCO3NIQUF4Qix3QkFBd0I7OzRGQUF4Qix3QkFBd0I7a0JBRHBDLFNBQVM7bUJBQUMsRUFBRSxRQUFRLEVBQUUsNkJBQTZCLEVBQUU7O0FBR3RELE1BQU0sd0JBQXdCLEdBQUcsY0FBYyxDQUFDLFFBQVEsQ0FBQyxpQkFBaUIsQ0FBQztBQWMzRSxNQUFNLE9BQU8saUJBQWtCLFNBQVEsU0FBUztJQVpoRDs7UUFlYSxlQUFVLEdBQXdCLElBQUksQ0FBQyxjQUFjLEVBQUUsVUFBVSxJQUFJLE1BQU0sQ0FBQztRQUM1RSxrQkFBYSxHQUFXLEdBQUcsQ0FBQztRQVk3QixnQ0FBMkIsR0FBRyxHQUFHLEVBQUU7WUFDdkMsTUFBTSxXQUFXLEdBQUcsSUFBSSxDQUFDLGFBQWEsRUFBRSxTQUFTLENBQUMsVUFBVSxDQUFDLENBQUMsaUJBQWlCLElBQUksd0JBQXdCLENBQUM7WUFFNUcsSUFBSSxJQUFJLENBQUMsTUFBTSxJQUFJLENBQUMsSUFBSSxDQUFDLE1BQU0sQ0FBQyxjQUFjLEVBQUUsRUFBRSxDQUFDO2dCQUMvQyxJQUFJLENBQUMsTUFBTSxDQUFDLGNBQWMsQ0FBQyxXQUFXLENBQUMsQ0FBQztZQUM1QyxDQUFDO1FBQ0wsQ0FBQyxDQUFDO0tBQ0w7SUFqQkcsa0JBQWtCO1FBQ2QsS0FBSyxDQUFDLGtCQUFrQixFQUFFLENBQUM7UUFFM0IsSUFBSSxDQUFDLGFBQWEsRUFBRSxPQUFPO2FBQ3RCLElBQUksQ0FBQyxrQkFBa0IsQ0FBQyxJQUFJLENBQUMsVUFBVSxDQUFDLENBQUM7YUFDekMsU0FBUyxDQUFDLElBQUksQ0FBQywyQkFBMkIsQ0FBQyxDQUFDO1FBRWpELElBQUksQ0FBQywyQkFBMkIsRUFBRSxDQUFDO0lBQ3ZDLENBQUM7a0lBZFEsaUJBQWlCO3NIQUFqQixpQkFBaUIsOENBTGY7WUFDUCxFQUFFLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxXQUFXLEVBQUUsaUJBQWlCLEVBQUU7WUFDaEUsRUFBRSxPQUFPLEVBQUUsMkJBQTJCLEVBQUUsV0FBVyxFQUFFLGlCQUFpQixFQUFFO1NBQzNFLHFFQUdhLHdCQUF3Qix3R0MvQjFDLDIrRkFvRkE7OzRGRHREYSxpQkFBaUI7a0JBWjdCLFNBQVM7K0JBQ0kscUJBQXFCLFlBQ3JCLG1CQUFtQixpQkFHZCxpQkFBaUIsQ0FBQyxJQUFJLG1CQUNwQix1QkFBdUIsQ0FBQyxNQUFNLGFBQ3BDO3dCQUNQLEVBQUUsT0FBTyxFQUFFLG1CQUFtQixFQUFFLFdBQVcsbUJBQW1CLEVBQUU7d0JBQ2hFLEVBQUUsT0FBTyxFQUFFLDJCQUEyQixFQUFFLFdBQVcsbUJBQW1CLEVBQUU7cUJBQzNFOzhCQUcwRCxhQUFhO3NCQUF2RSxZQUFZO3VCQUFDLHdCQUF3QixFQUFFLEVBQUUsTUFBTSxFQUFFLEtBQUssRUFBRSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gICAgQWZ0ZXJDb250ZW50SW5pdCxcbiAgICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgICBDb21wb25lbnQsXG4gICAgQ29udGVudENoaWxkLFxuICAgIERpcmVjdGl2ZSxcbiAgICBWaWV3RW5jYXBzdWxhdGlvblxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IHRha2VVbnRpbERlc3Ryb3llZCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUvcnhqcy1pbnRlcm9wJztcbmltcG9ydCB7IEtCUV9PUFRJT05fUEFSRU5UX0NPTVBPTkVOVCwgcnVSVUxvY2FsZURhdGEgfSBmcm9tICdAa29vYmlxL2NvbXBvbmVudHMvY29yZSc7XG5pbXBvcnQgeyBLYnFGb3JtRmllbGRDb250cm9sIH0gZnJvbSAnQGtvb2JpcS9jb21wb25lbnRzL2Zvcm0tZmllbGQnO1xuaW1wb3J0IHsgS2JxU2VsZWN0LCBLYnFTZWxlY3RQYW5lbFdpZHRoIH0gZnJvbSAnQGtvb2JpcS9jb21wb25lbnRzL3NlbGVjdCc7XG5cbkBEaXJlY3RpdmUoeyBzZWxlY3RvcjogJ2ticS10aW1lem9uZS1zZWxlY3QtdHJpZ2dlcicgfSlcbmV4cG9ydCBjbGFzcyBLYnFUaW1lem9uZVNlbGVjdFRyaWdnZXIge31cblxuY29uc3QgZGVmYXVsdFNlYXJjaFBsYWNlaG9sZGVyID0gcnVSVUxvY2FsZURhdGEudGltZXpvbmUuc2VhcmNoUGxhY2Vob2xkZXI7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAna2JxLXRpbWV6b25lLXNlbGVjdCcsXG4gICAgZXhwb3J0QXM6ICdrYnFUaW1lem9uZVNlbGVjdCcsXG4gICAgdGVtcGxhdGVVcmw6ICd0aW1lem9uZS1zZWxlY3QuY29tcG9uZW50Lmh0bWwnLFxuICAgIHN0eWxlVXJsczogWycuLi9zZWxlY3Qvc2VsZWN0LnNjc3MnLCAndGltZXpvbmUtc2VsZWN0LmNvbXBvbmVudC5zY3NzJywgJ3RpbWV6b25lLW9wdGlvbi10b2tlbnMuc2NzcyddLFxuICAgIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG4gICAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gICAgcHJvdmlkZXJzOiBbXG4gICAgICAgIHsgcHJvdmlkZTogS2JxRm9ybUZpZWxkQ29udHJvbCwgdXNlRXhpc3Rpbmc6IEticVRpbWV6b25lU2VsZWN0IH0sXG4gICAgICAgIHsgcHJvdmlkZTogS0JRX09QVElPTl9QQVJFTlRfQ09NUE9ORU5ULCB1c2VFeGlzdGluZzogS2JxVGltZXpvbmVTZWxlY3QgfVxuICAgIF1cbn0pXG5leHBvcnQgY2xhc3MgS2JxVGltZXpvbmVTZWxlY3QgZXh0ZW5kcyBLYnFTZWxlY3QgaW1wbGVtZW50cyBBZnRlckNvbnRlbnRJbml0IHtcbiAgICBAQ29udGVudENoaWxkKEticVRpbWV6b25lU2VsZWN0VHJpZ2dlciwgeyBzdGF0aWM6IGZhbHNlIH0pIGN1c3RvbVRyaWdnZXI6IEticVRpbWV6b25lU2VsZWN0VHJpZ2dlcjtcblxuICAgIG92ZXJyaWRlIHBhbmVsV2lkdGg6IEticVNlbGVjdFBhbmVsV2lkdGggPSB0aGlzLmRlZmF1bHRPcHRpb25zPy5wYW5lbFdpZHRoIHx8ICdhdXRvJztcbiAgICBvdmVycmlkZSBwYW5lbE1pbldpZHRoOiBudW1iZXIgPSA2NDA7XG5cbiAgICBuZ0FmdGVyQ29udGVudEluaXQoKSB7XG4gICAgICAgIHN1cGVyLm5nQWZ0ZXJDb250ZW50SW5pdCgpO1xuXG4gICAgICAgIHRoaXMubG9jYWxlU2VydmljZT8uY2hhbmdlc1xuICAgICAgICAgICAgLnBpcGUodGFrZVVudGlsRGVzdHJveWVkKHRoaXMuZGVzdHJveVJlZikpXG4gICAgICAgICAgICAuc3Vic2NyaWJlKHRoaXMudXBkYXRlTG9jYWxlUGFyYW1zRm9yU2VhcmNoKTtcblxuICAgICAgICB0aGlzLnVwZGF0ZUxvY2FsZVBhcmFtc0ZvclNlYXJjaCgpO1xuICAgIH1cblxuICAgIHByaXZhdGUgdXBkYXRlTG9jYWxlUGFyYW1zRm9yU2VhcmNoID0gKCkgPT4ge1xuICAgICAgICBjb25zdCBwbGFjZWhvbGRlciA9IHRoaXMubG9jYWxlU2VydmljZT8uZ2V0UGFyYW1zKCd0aW1lem9uZScpLnNlYXJjaFBsYWNlaG9sZGVyIHx8IGRlZmF1bHRTZWFyY2hQbGFjZWhvbGRlcjtcblxuICAgICAgICBpZiAodGhpcy5zZWFyY2ggJiYgIXRoaXMuc2VhcmNoLmhhc1BsYWNlaG9sZGVyKCkpIHtcbiAgICAgICAgICAgIHRoaXMuc2VhcmNoLnNldFBsYWNlaG9sZGVyKHBsYWNlaG9sZGVyKTtcbiAgICAgICAgfVxuICAgIH07XG59XG4iLCI8ZGl2XG4gICAgI2ZhbGxiYWNrT3ZlcmxheU9yaWdpbj1cImNka092ZXJsYXlPcmlnaW5cIlxuICAgICN0cmlnZ2VyXG4gICAgY2RrT3ZlcmxheU9yaWdpblxuICAgIGNsYXNzPVwia2JxLXNlbGVjdF9fdHJpZ2dlclwiXG4gICAgW2NsYXNzLmticS1zZWxlY3RfX3RyaWdnZXJfZW1wdHldPVwiZW1wdHlcIlxuICAgIFtjbGFzcy5rYnEtc2VsZWN0X190cmlnZ2VyX211bHRpcGxlXT1cIm11bHRpcGxlXCJcbiAgICBbY2xhc3Mua2JxLXNlbGVjdF9fdHJpZ2dlcl9zaW5nbGVdPVwiIW11bHRpcGxlXCJcbj5cbiAgICA8ZGl2IGNsYXNzPVwia2JxLXNlbGVjdF9fbWF0Y2hlclwiPlxuICAgICAgICBAaWYgKGVtcHR5KSB7XG4gICAgICAgICAgICA8c3BhbiBjbGFzcz1cImticS1zZWxlY3RfX3BsYWNlaG9sZGVyXCI+XG4gICAgICAgICAgICAgICAge3sgcGxhY2Vob2xkZXIgfHwgJ1xcdTAwQTAnIH19XG4gICAgICAgICAgICA8L3NwYW4+XG4gICAgICAgIH0gQGVsc2Uge1xuICAgICAgICAgICAgPHNwYW4+XG4gICAgICAgICAgICAgICAgQGlmICghIWN1c3RvbVRyaWdnZXIpIHtcbiAgICAgICAgICAgICAgICAgICAgPG5nLWNvbnRlbnQgc2VsZWN0PVwia2JxLXRpbWV6b25lLXNlbGVjdC10cmlnZ2VyXCIgLz5cbiAgICAgICAgICAgICAgICB9IEBlbHNlIHtcbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImticS1zZWxlY3RfX21hdGNoLWNvbnRhaW5lclwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJrYnEtc2VsZWN0X19tYXRjaGVyLXRleHRcIj57eyB0cmlnZ2VyVmFsdWUgfX08L3NwYW4+XG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIDwvc3Bhbj5cbiAgICAgICAgfVxuXG4gICAgICAgIEBpZiAoY2FuU2hvd0NsZWFuZXIpIHtcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJrYnEtc2VsZWN0X19jbGVhbmVyXCIgKGNsaWNrKT1cImNsZWFyVmFsdWUoJGV2ZW50KVwiIChrZXlkb3duLmVudGVyKT1cImNsZWFyVmFsdWUoJGV2ZW50KVwiPlxuICAgICAgICAgICAgICAgIDxuZy1jb250ZW50IHNlbGVjdD1cImticS1jbGVhbmVyXCIgLz5cbiAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICB9XG5cbiAgICAgICAgPGRpdiBjbGFzcz1cImticS1zZWxlY3RfX2Fycm93LXdyYXBwZXJcIj5cbiAgICAgICAgICAgIDxpIGticS1pY29uPVwia2JxLWNoZXZyb24tZG93bi1zXzE2XCIgY2xhc3M9XCJrYnEtc2VsZWN0X19hcnJvd1wiIFtjb2xvcl09XCJjb2xvckZvclN0YXRlXCI+PC9pPlxuICAgICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbjwvZGl2PlxuXG48bmctdGVtcGxhdGVcbiAgICBjZGtDb25uZWN0ZWRPdmVybGF5XG4gICAgY2RrQ29ubmVjdGVkT3ZlcmxheUxvY2tQb3NpdGlvblxuICAgIFtjZGtDb25uZWN0ZWRPdmVybGF5QmFja2Ryb3BDbGFzc109XCJiYWNrZHJvcENsYXNzXCJcbiAgICBbY2RrQ29ubmVjdGVkT3ZlcmxheUhhc0JhY2tkcm9wXT1cImhhc0JhY2tkcm9wXCJcbiAgICBbY2RrQ29ubmVjdGVkT3ZlcmxheU1pbldpZHRoXT1cIm92ZXJsYXlNaW5XaWR0aFwiXG4gICAgW2Nka0Nvbm5lY3RlZE92ZXJsYXlPZmZzZXRZXT1cIm9mZnNldFlcIlxuICAgIFtjZGtDb25uZWN0ZWRPdmVybGF5T3Blbl09XCJwYW5lbE9wZW5cIlxuICAgIFtjZGtDb25uZWN0ZWRPdmVybGF5T3JpZ2luXT1cIm92ZXJsYXlPcmlnaW4gfHwgZmFsbGJhY2tPdmVybGF5T3JpZ2luXCJcbiAgICBbY2RrQ29ubmVjdGVkT3ZlcmxheVBvc2l0aW9uc109XCJwb3NpdGlvbnNcIlxuICAgIFtjZGtDb25uZWN0ZWRPdmVybGF5U2Nyb2xsU3RyYXRlZ3ldPVwic2Nyb2xsU3RyYXRlZ3lcIlxuICAgIFtjZGtDb25uZWN0ZWRPdmVybGF5V2lkdGhdPVwib3ZlcmxheVdpZHRoXCJcbiAgICAoYXR0YWNoKT1cIm9uQXR0YWNoZWQoKVwiXG4gICAgKGJhY2tkcm9wQ2xpY2spPVwiY2xvc2UoKVwiXG4gICAgKGRldGFjaCk9XCJjbG9zZSgpXCJcbj5cbiAgICA8ZGl2XG4gICAgICAgICNwYW5lbFxuICAgICAgICBjZGtNb25pdG9yU3VidHJlZUZvY3VzXG4gICAgICAgIGNsYXNzPVwia2JxLXNlbGVjdF9fcGFuZWwga2JxLXRpbWV6b25lLXNlbGVjdF9fcGFuZWwge3sgZ2V0UGFuZWxUaGVtZSgpIH19XCJcbiAgICAgICAgW25nQ2xhc3NdPVwicGFuZWxDbGFzc1wiXG4gICAgICAgIFtzdHlsZS5mb250LXNpemUucHhdPVwidHJpZ2dlckZvbnRTaXplXCJcbiAgICAgICAgW3N0eWxlLnRyYW5zZm9ybU9yaWdpbl09XCJ0cmFuc2Zvcm1PcmlnaW5cIlxuICAgICAgICAoa2V5ZG93bik9XCJoYW5kbGVLZXlkb3duKCRldmVudClcIlxuICAgID5cbiAgICAgICAgQGlmIChzZWFyY2ggJiYgc2hvdWxkU2hvd1NlYXJjaCgpKSB7XG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwia2JxLXNlbGVjdF9fc2VhcmNoLWNvbnRhaW5lclwiPlxuICAgICAgICAgICAgICAgIDxuZy1jb250ZW50IHNlbGVjdD1cIltrYnFTZWxlY3RTZWFyY2hdXCIgLz5cbiAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICB9XG5cbiAgICAgICAgPGRpdlxuICAgICAgICAgICAgI29wdGlvbnNDb250YWluZXJcbiAgICAgICAgICAgIGNsYXNzPVwia2JxLXNlbGVjdF9fY29udGVudFwiXG4gICAgICAgICAgICBbQGZhZGVJbkNvbnRlbnRdPVwiJ3Nob3dpbmcnXCJcbiAgICAgICAgICAgIChAZmFkZUluQ29udGVudC5kb25lKT1cInBhbmVsRG9uZUFuaW1hdGluZ1N0cmVhbS5uZXh0KCRldmVudC50b1N0YXRlKVwiXG4gICAgICAgID5cbiAgICAgICAgICAgIEBpZiAoaXNFbXB0eVNlYXJjaFJlc3VsdCkge1xuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJrYnEtc2VsZWN0X19uby1vcHRpb25zLW1lc3NhZ2VcIj5cbiAgICAgICAgICAgICAgICAgICAgPG5nLWNvbnRlbnQgc2VsZWN0PVwiW2ticS1zZWxlY3Qtc2VhcmNoLWVtcHR5LXJlc3VsdF1cIiAvPlxuICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgfVxuICAgICAgICAgICAgPG5nLWNvbnRlbnQgLz5cbiAgICAgICAgPC9kaXY+XG4gICAgPC9kaXY+XG48L25nLXRlbXBsYXRlPlxuIl19
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGltZXpvbmUubW9kZWxzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vcGFja2FnZXMvY29tcG9uZW50cy90aW1lem9uZS90aW1lem9uZS5tb2RlbHMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBpbnRlcmZhY2UgS2JxVGltZXpvbmVab25lIHtcbiAgICBpZDogc3RyaW5nO1xuICAgIG9mZnNldDogc3RyaW5nO1xuICAgIGNpdHk6IHN0cmluZztcbiAgICBjb3VudHJ5Q29kZTogc3RyaW5nO1xuICAgIGNvdW50cnlOYW1lOiBzdHJpbmc7XG4gICAgY2l0aWVzOiBzdHJpbmc7XG59XG5cbmV4cG9ydCBpbnRlcmZhY2UgS2JxVGltZXpvbmVHcm91cCB7XG4gICAgY291bnRyeU5hbWU6IHN0cmluZztcbiAgICBjb3VudHJ5Q29kZTogc3RyaW5nO1xuICAgIHpvbmVzOiBLYnFUaW1lem9uZVpvbmVbXTtcbn1cblxuZXhwb3J0IGludGVyZmFjZSBLYnFUaW1lem9uZXNCeUNvdW50cnkge1xuICAgIFtjb3VudHJ5TmFtZTogc3RyaW5nXTogS2JxVGltZXpvbmVab25lW107XG59XG4iXX0=
@@ -1,82 +0,0 @@
1
- import { A11yModule } from '@angular/cdk/a11y';
2
- import { OverlayModule } from '@angular/cdk/overlay';
3
- import { KeyValuePipe, NgClass } from '@angular/common';
4
- import { NgModule } from '@angular/core';
5
- import { KbqHighlightModule, KbqOptionModule } from '@koobiq/components/core';
6
- import { KbqFormFieldModule } from '@koobiq/components/form-field';
7
- import { KbqIconModule } from '@koobiq/components/icon';
8
- import { KbqSelectModule } from '@koobiq/components/select';
9
- import { KbqTagsModule } from '@koobiq/components/tags';
10
- import { KbqToolTipModule } from '@koobiq/components/tooltip';
11
- import { CitiesByFilterPipe } from './cities-by-filter.pipe';
12
- import { KbqTimezoneOption } from './timezone-option.component';
13
- import { KbqTimezoneOptionTooltip } from './timezone-option.directive';
14
- import { KbqTimezoneSelect, KbqTimezoneSelectTrigger } from './timezone-select.component';
15
- import { UtcOffsetPipe } from './utc-offset.pipe';
16
- import * as i0 from "@angular/core";
17
- export class KbqTimezoneModule {
18
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqTimezoneModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
19
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: KbqTimezoneModule, declarations: [UtcOffsetPipe,
20
- CitiesByFilterPipe,
21
- KbqTimezoneSelect,
22
- KbqTimezoneOption,
23
- KbqTimezoneOptionTooltip,
24
- KbqTimezoneSelectTrigger], imports: [OverlayModule,
25
- KbqFormFieldModule,
26
- KbqOptionModule,
27
- KbqSelectModule,
28
- KbqIconModule,
29
- KbqTagsModule,
30
- KbqToolTipModule,
31
- KbqHighlightModule,
32
- NgClass,
33
- KeyValuePipe,
34
- A11yModule], exports: [KbqTimezoneSelect,
35
- KbqTimezoneOption,
36
- KbqTimezoneOptionTooltip,
37
- KbqTimezoneSelectTrigger,
38
- KbqFormFieldModule] }); }
39
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqTimezoneModule, imports: [OverlayModule,
40
- KbqFormFieldModule,
41
- KbqOptionModule,
42
- KbqSelectModule,
43
- KbqIconModule,
44
- KbqTagsModule,
45
- KbqToolTipModule,
46
- KbqHighlightModule,
47
- A11yModule, KbqFormFieldModule] }); }
48
- }
49
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqTimezoneModule, decorators: [{
50
- type: NgModule,
51
- args: [{
52
- imports: [
53
- OverlayModule,
54
- KbqFormFieldModule,
55
- KbqOptionModule,
56
- KbqSelectModule,
57
- KbqIconModule,
58
- KbqTagsModule,
59
- KbqToolTipModule,
60
- KbqHighlightModule,
61
- NgClass,
62
- KeyValuePipe,
63
- A11yModule
64
- ],
65
- declarations: [
66
- UtcOffsetPipe,
67
- CitiesByFilterPipe,
68
- KbqTimezoneSelect,
69
- KbqTimezoneOption,
70
- KbqTimezoneOptionTooltip,
71
- KbqTimezoneSelectTrigger
72
- ],
73
- exports: [
74
- KbqTimezoneSelect,
75
- KbqTimezoneOption,
76
- KbqTimezoneOptionTooltip,
77
- KbqTimezoneSelectTrigger,
78
- KbqFormFieldModule
79
- ]
80
- }]
81
- }] });
82
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGltZXpvbmUubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vcGFja2FnZXMvY29tcG9uZW50cy90aW1lem9uZS90aW1lem9uZS5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLG1CQUFtQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSxzQkFBc0IsQ0FBQztBQUNyRCxPQUFPLEVBQUUsWUFBWSxFQUFFLE9BQU8sRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQ3hELE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLGtCQUFrQixFQUFFLGVBQWUsRUFBRSxNQUFNLHlCQUF5QixDQUFDO0FBQzlFLE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLCtCQUErQixDQUFDO0FBQ25FLE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQztBQUN4RCxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sMkJBQTJCLENBQUM7QUFDNUQsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLHlCQUF5QixDQUFDO0FBQ3hELE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLDRCQUE0QixDQUFDO0FBQzlELE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLHlCQUF5QixDQUFDO0FBQzdELE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLDZCQUE2QixDQUFDO0FBQ2hFLE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLDZCQUE2QixDQUFDO0FBQ3ZFLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSx3QkFBd0IsRUFBRSxNQUFNLDZCQUE2QixDQUFDO0FBQzFGLE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSxtQkFBbUIsQ0FBQzs7QUFnQ2xELE1BQU0sT0FBTyxpQkFBaUI7a0lBQWpCLGlCQUFpQjttSUFBakIsaUJBQWlCLGlCQWZ0QixhQUFhO1lBQ2Isa0JBQWtCO1lBQ2xCLGlCQUFpQjtZQUNqQixpQkFBaUI7WUFDakIsd0JBQXdCO1lBQ3hCLHdCQUF3QixhQWxCeEIsYUFBYTtZQUNiLGtCQUFrQjtZQUNsQixlQUFlO1lBQ2YsZUFBZTtZQUNmLGFBQWE7WUFDYixhQUFhO1lBQ2IsZ0JBQWdCO1lBQ2hCLGtCQUFrQjtZQUNsQixPQUFPO1lBQ1AsWUFBWTtZQUNaLFVBQVUsYUFXVixpQkFBaUI7WUFDakIsaUJBQWlCO1lBQ2pCLHdCQUF3QjtZQUN4Qix3QkFBd0I7WUFDeEIsa0JBQWtCO21JQUdiLGlCQUFpQixZQTVCdEIsYUFBYTtZQUNiLGtCQUFrQjtZQUNsQixlQUFlO1lBQ2YsZUFBZTtZQUNmLGFBQWE7WUFDYixhQUFhO1lBQ2IsZ0JBQWdCO1lBQ2hCLGtCQUFrQjtZQUdsQixVQUFVLEVBZVYsa0JBQWtCOzs0RkFHYixpQkFBaUI7a0JBOUI3QixRQUFRO21CQUFDO29CQUNOLE9BQU8sRUFBRTt3QkFDTCxhQUFhO3dCQUNiLGtCQUFrQjt3QkFDbEIsZUFBZTt3QkFDZixlQUFlO3dCQUNmLGFBQWE7d0JBQ2IsYUFBYTt3QkFDYixnQkFBZ0I7d0JBQ2hCLGtCQUFrQjt3QkFDbEIsT0FBTzt3QkFDUCxZQUFZO3dCQUNaLFVBQVU7cUJBQ2I7b0JBQ0QsWUFBWSxFQUFFO3dCQUNWLGFBQWE7d0JBQ2Isa0JBQWtCO3dCQUNsQixpQkFBaUI7d0JBQ2pCLGlCQUFpQjt3QkFDakIsd0JBQXdCO3dCQUN4Qix3QkFBd0I7cUJBQzNCO29CQUNELE9BQU8sRUFBRTt3QkFDTCxpQkFBaUI7d0JBQ2pCLGlCQUFpQjt3QkFDakIsd0JBQXdCO3dCQUN4Qix3QkFBd0I7d0JBQ3hCLGtCQUFrQjtxQkFDckI7aUJBQ0oiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBBMTF5TW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY2RrL2ExMXknO1xuaW1wb3J0IHsgT3ZlcmxheU1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9vdmVybGF5JztcbmltcG9ydCB7IEtleVZhbHVlUGlwZSwgTmdDbGFzcyB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgS2JxSGlnaGxpZ2h0TW9kdWxlLCBLYnFPcHRpb25Nb2R1bGUgfSBmcm9tICdAa29vYmlxL2NvbXBvbmVudHMvY29yZSc7XG5pbXBvcnQgeyBLYnFGb3JtRmllbGRNb2R1bGUgfSBmcm9tICdAa29vYmlxL2NvbXBvbmVudHMvZm9ybS1maWVsZCc7XG5pbXBvcnQgeyBLYnFJY29uTW9kdWxlIH0gZnJvbSAnQGtvb2JpcS9jb21wb25lbnRzL2ljb24nO1xuaW1wb3J0IHsgS2JxU2VsZWN0TW9kdWxlIH0gZnJvbSAnQGtvb2JpcS9jb21wb25lbnRzL3NlbGVjdCc7XG5pbXBvcnQgeyBLYnFUYWdzTW9kdWxlIH0gZnJvbSAnQGtvb2JpcS9jb21wb25lbnRzL3RhZ3MnO1xuaW1wb3J0IHsgS2JxVG9vbFRpcE1vZHVsZSB9IGZyb20gJ0Brb29iaXEvY29tcG9uZW50cy90b29sdGlwJztcbmltcG9ydCB7IENpdGllc0J5RmlsdGVyUGlwZSB9IGZyb20gJy4vY2l0aWVzLWJ5LWZpbHRlci5waXBlJztcbmltcG9ydCB7IEticVRpbWV6b25lT3B0aW9uIH0gZnJvbSAnLi90aW1lem9uZS1vcHRpb24uY29tcG9uZW50JztcbmltcG9ydCB7IEticVRpbWV6b25lT3B0aW9uVG9vbHRpcCB9IGZyb20gJy4vdGltZXpvbmUtb3B0aW9uLmRpcmVjdGl2ZSc7XG5pbXBvcnQgeyBLYnFUaW1lem9uZVNlbGVjdCwgS2JxVGltZXpvbmVTZWxlY3RUcmlnZ2VyIH0gZnJvbSAnLi90aW1lem9uZS1zZWxlY3QuY29tcG9uZW50JztcbmltcG9ydCB7IFV0Y09mZnNldFBpcGUgfSBmcm9tICcuL3V0Yy1vZmZzZXQucGlwZSc7XG5cbkBOZ01vZHVsZSh7XG4gICAgaW1wb3J0czogW1xuICAgICAgICBPdmVybGF5TW9kdWxlLFxuICAgICAgICBLYnFGb3JtRmllbGRNb2R1bGUsXG4gICAgICAgIEticU9wdGlvbk1vZHVsZSxcbiAgICAgICAgS2JxU2VsZWN0TW9kdWxlLFxuICAgICAgICBLYnFJY29uTW9kdWxlLFxuICAgICAgICBLYnFUYWdzTW9kdWxlLFxuICAgICAgICBLYnFUb29sVGlwTW9kdWxlLFxuICAgICAgICBLYnFIaWdobGlnaHRNb2R1bGUsXG4gICAgICAgIE5nQ2xhc3MsXG4gICAgICAgIEtleVZhbHVlUGlwZSxcbiAgICAgICAgQTExeU1vZHVsZVxuICAgIF0sXG4gICAgZGVjbGFyYXRpb25zOiBbXG4gICAgICAgIFV0Y09mZnNldFBpcGUsXG4gICAgICAgIENpdGllc0J5RmlsdGVyUGlwZSxcbiAgICAgICAgS2JxVGltZXpvbmVTZWxlY3QsXG4gICAgICAgIEticVRpbWV6b25lT3B0aW9uLFxuICAgICAgICBLYnFUaW1lem9uZU9wdGlvblRvb2x0aXAsXG4gICAgICAgIEticVRpbWV6b25lU2VsZWN0VHJpZ2dlclxuICAgIF0sXG4gICAgZXhwb3J0czogW1xuICAgICAgICBLYnFUaW1lem9uZVNlbGVjdCxcbiAgICAgICAgS2JxVGltZXpvbmVPcHRpb24sXG4gICAgICAgIEticVRpbWV6b25lT3B0aW9uVG9vbHRpcCxcbiAgICAgICAgS2JxVGltZXpvbmVTZWxlY3RUcmlnZ2VyLFxuICAgICAgICBLYnFGb3JtRmllbGRNb2R1bGVcbiAgICBdXG59KVxuZXhwb3J0IGNsYXNzIEticVRpbWV6b25lTW9kdWxlIHt9XG4iXX0=