@taiga-ui/kit 4.65.0 → 5.0.0-rc.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 (1025) hide show
  1. package/README.md +1 -1
  2. package/components/accordion/accordion.component.d.ts +13 -0
  3. package/components/accordion/accordion.d.ts +4 -4
  4. package/components/accordion/accordion.directive.d.ts +11 -10
  5. package/components/accordion/index.d.ts +1 -3
  6. package/components/action-bar/action-bar.component.d.ts +5 -7
  7. package/components/action-bar/index.d.ts +0 -2
  8. package/components/avatar/avatar-labeled.component.d.ts +3 -3
  9. package/components/avatar/avatar-outline.directive.d.ts +3 -3
  10. package/components/avatar/avatar-stack.component.d.ts +2 -2
  11. package/components/avatar/avatar.directive.d.ts +15 -0
  12. package/components/avatar/avatar.options.d.ts +1 -2
  13. package/components/avatar/index.d.ts +1 -1
  14. package/components/badge/badge.directive.d.ts +2 -2
  15. package/components/badge/badge.options.d.ts +1 -3
  16. package/components/badge-notification/badge-notification.component.d.ts +2 -3
  17. package/components/badge-notification/badge-notification.options.d.ts +1 -3
  18. package/components/badged-content/badged-content.directive.d.ts +2 -3
  19. package/components/block/block.directive.d.ts +4 -4
  20. package/components/block/block.options.d.ts +2 -4
  21. package/components/breadcrumbs/breadcrumbs.component.d.ts +6 -7
  22. package/components/breadcrumbs/breadcrumbs.options.d.ts +1 -3
  23. package/components/button-loading/button-loading.component.d.ts +5 -5
  24. package/components/calendar-month/calendar-month.component.d.ts +6 -6
  25. package/components/calendar-month/calendar-month.options.d.ts +1 -1
  26. package/components/calendar-range/calendar-range.component.d.ts +2 -5
  27. package/components/calendar-range/day-range-period.d.ts +2 -1
  28. package/components/carousel/carousel-autoscroll.directive.d.ts +1 -2
  29. package/components/carousel/carousel-scroll.directive.d.ts +1 -1
  30. package/components/carousel/carousel.component.d.ts +15 -18
  31. package/components/carousel/carousel.directive.d.ts +5 -4
  32. package/components/checkbox/checkbox.component.d.ts +7 -18
  33. package/components/checkbox/checkbox.options.d.ts +5 -9
  34. package/components/chip/chip.directive.d.ts +2 -4
  35. package/components/chip/chip.options.d.ts +1 -3
  36. package/components/combo-box/combo-box.d.ts +5 -0
  37. package/components/combo-box/combo-box.directive.d.ts +7 -9
  38. package/components/combo-box/index.d.ts +1 -0
  39. package/components/comment/comment.directive.d.ts +2 -2
  40. package/components/compass/compass.component.d.ts +2 -2
  41. package/components/confirm/confirm.component.d.ts +5 -4
  42. package/components/confirm/confirm.service.d.ts +2 -2
  43. package/{directives → components}/copy/copy.component.d.ts +4 -7
  44. package/{directives → components}/copy/copy.directive.d.ts +4 -6
  45. package/{directives → components}/copy/copy.options.d.ts +2 -2
  46. package/components/data-list-wrapper/data-list-group-wrapper.component.d.ts +4 -2
  47. package/components/data-list-wrapper/data-list-wrapper.component.d.ts +14 -22
  48. package/components/data-list-wrapper/{data-list-wrapper.module.d.ts → data-list-wrapper.d.ts} +1 -2
  49. package/components/data-list-wrapper/index.d.ts +1 -1
  50. package/components/drawer/drawer.component.d.ts +3 -4
  51. package/components/files/file/file.component.d.ts +16 -29
  52. package/components/files/file/file.options.d.ts +2 -2
  53. package/components/files/files/files.component.d.ts +7 -10
  54. package/components/files/input-files/input-files.component.d.ts +2 -2
  55. package/components/files/input-files/input-files.content.d.ts +7 -8
  56. package/components/files/input-files/input-files.directive.d.ts +2 -2
  57. package/components/files/input-files/input-files.options.d.ts +1 -3
  58. package/components/filter/filter.component.d.ts +9 -12
  59. package/components/fullscreen/fullscreen.component.d.ts +11 -0
  60. package/components/fullscreen/index.d.ts +1 -0
  61. package/components/index.d.ts +2 -5
  62. package/components/input-chip/input-chip.component.d.ts +9 -8
  63. package/components/input-chip/input-chip.d.ts +5 -1
  64. package/components/input-chip/input-chip.directive.d.ts +7 -12
  65. package/components/input-chip/input-chip.options.d.ts +1 -1
  66. package/components/input-color/index.d.ts +1 -0
  67. package/components/input-color/input-color.component.d.ts +10 -13
  68. package/components/input-color/input-color.d.ts +5 -0
  69. package/components/input-color/input-color.options.d.ts +1 -1
  70. package/components/input-date/input-date.component.d.ts +2 -2
  71. package/components/input-date/input-date.d.ts +4 -1
  72. package/components/input-date/input-date.directive.d.ts +21 -22
  73. package/components/input-date/input-date.options.d.ts +3 -3
  74. package/components/input-date-multi/input-date-multi.d.ts +1 -2
  75. package/components/input-date-multi/input-date-multi.directive.d.ts +10 -14
  76. package/components/input-date-range/input-date-range.d.ts +4 -1
  77. package/components/input-date-range/input-date-range.directive.d.ts +9 -10
  78. package/components/input-date-range/input-date-range.options.d.ts +2 -2
  79. package/components/input-date-time/input-date-time.d.ts +4 -1
  80. package/components/input-date-time/input-date-time.directive.d.ts +14 -14
  81. package/components/input-date-time/input-date-time.options.d.ts +2 -2
  82. package/components/input-inline/input-inline.component.d.ts +3 -2
  83. package/components/input-month/input-month.component.d.ts +3 -5
  84. package/components/input-month/input-month.d.ts +4 -1
  85. package/components/input-month/input-month.directive.d.ts +6 -5
  86. package/components/input-month-range/input-month-range.d.ts +4 -1
  87. package/components/input-month-range/input-month-range.directive.d.ts +6 -5
  88. package/components/input-number/index.d.ts +3 -0
  89. package/components/input-number/input-number.d.ts +7 -2
  90. package/components/input-number/input-number.directive.d.ts +11 -28
  91. package/components/input-number/input-number.options.d.ts +5 -8
  92. package/components/input-number/number-mask.directive.d.ts +42 -0
  93. package/components/input-number/quantum.directive.d.ts +11 -9
  94. package/components/input-number/step/input-number-step.component.d.ts +11 -10
  95. package/components/input-number/transformers/bigint.value-transformer.d.ts +11 -0
  96. package/components/input-number/transformers/number.value-transformer.d.ts +11 -0
  97. package/components/input-phone/index.d.ts +1 -0
  98. package/components/input-phone/input-phone.d.ts +5 -0
  99. package/components/input-phone/input-phone.directive.d.ts +12 -14
  100. package/components/input-phone/input-phone.options.d.ts +1 -1
  101. package/components/input-phone-international/index.d.ts +1 -0
  102. package/components/input-phone-international/input-phone-international.component.d.ts +28 -36
  103. package/components/input-phone-international/input-phone-international.d.ts +5 -0
  104. package/components/input-phone-international/input-phone-international.options.d.ts +2 -3
  105. package/components/input-pin/index.d.ts +1 -0
  106. package/components/input-pin/input-pin.component.d.ts +6 -7
  107. package/components/input-pin/input-pin.d.ts +5 -0
  108. package/components/input-range/index.d.ts +0 -1
  109. package/components/input-range/input-range.component.d.ts +24 -61
  110. package/components/input-slider/input-slider.d.ts +4 -1
  111. package/components/input-slider/input-slider.directive.d.ts +5 -5
  112. package/components/input-time/input-time.component.d.ts +1 -3
  113. package/components/input-time/input-time.d.ts +4 -1
  114. package/components/input-time/input-time.directive.d.ts +9 -11
  115. package/components/input-time/input-time.options.d.ts +1 -1
  116. package/components/input-year/input-year.d.ts +4 -1
  117. package/components/input-year/input-year.directive.d.ts +8 -10
  118. package/components/input-year/input-year.options.d.ts +2 -2
  119. package/components/items-with-more/items-with-more.component.d.ts +6 -6
  120. package/components/items-with-more/items-with-more.directive.d.ts +6 -6
  121. package/components/like/like.component.d.ts +4 -11
  122. package/components/like/like.options.d.ts +4 -5
  123. package/components/line-clamp/line-clamp-box.component.d.ts +3 -4
  124. package/components/line-clamp/line-clamp.component.d.ts +8 -10
  125. package/components/line-clamp/line-clamp.options.d.ts +1 -3
  126. package/components/multi-select/multi-select-group/multi-select-group.component.d.ts +6 -8
  127. package/components/multi-select/multi-select-native/multi-select-native.component.d.ts +5 -4
  128. package/components/multi-select/multi-select-option/multi-select-option.component.d.ts +1 -1
  129. package/components/notification-middle/notification-middle.component.d.ts +2 -2
  130. package/components/notification-middle/notification-middle.directive.d.ts +4 -3
  131. package/components/notification-middle/notification-middle.service.d.ts +7 -3
  132. package/components/pager/pager.component.d.ts +12 -12
  133. package/components/pagination/index.d.ts +1 -0
  134. package/components/pagination/pagination.component.d.ts +25 -55
  135. package/components/pagination/pagination.options.d.ts +7 -0
  136. package/components/pin/pin.directive.d.ts +2 -2
  137. package/components/preview/dialog/preview-dialog.component.d.ts +2 -2
  138. package/components/preview/dialog/preview-dialog.directive.d.ts +3 -3
  139. package/components/preview/dialog/preview-dialog.service.d.ts +5 -2
  140. package/components/preview/index.d.ts +1 -0
  141. package/components/preview/pagination/preview-pagination.component.d.ts +6 -10
  142. package/components/preview/preview.component.d.ts +6 -6
  143. package/components/preview/preview.d.ts +2 -1
  144. package/{tokens/preview-icons.d.ts → components/preview/preview.options.d.ts} +1 -3
  145. package/components/preview/zoom/preview-zoom.component.d.ts +11 -18
  146. package/components/progress/progress-bar/fixed-gradient/progress-fixed-gradient.directive.d.ts +1 -2
  147. package/components/progress/progress-bar/progress-bar.component.d.ts +3 -4
  148. package/components/progress/progress-bar/progress-color-segments.directive.d.ts +2 -3
  149. package/components/progress/progress-circle/progress-circle.component.d.ts +7 -11
  150. package/components/progress/progress-segmented/progress-segmented.directive.d.ts +2 -2
  151. package/components/progress/progress.options.d.ts +1 -3
  152. package/components/pulse/pulse.component.d.ts +2 -2
  153. package/components/push/push-alert.component.d.ts +4 -3
  154. package/components/push/push.component.d.ts +7 -8
  155. package/components/push/push.directive.d.ts +4 -6
  156. package/components/push/push.options.d.ts +5 -8
  157. package/components/push/push.service.d.ts +6 -2
  158. package/components/radio/radio.component.d.ts +8 -9
  159. package/components/radio/radio.directive.d.ts +2 -2
  160. package/components/radio/radio.options.d.ts +2 -5
  161. package/components/radio-list/radio-list.component.d.ts +11 -9
  162. package/components/range/range-change.directive.d.ts +1 -2
  163. package/components/range/range.component.d.ts +16 -25
  164. package/components/rating/rating.component.d.ts +5 -5
  165. package/components/rating/rating.options.d.ts +1 -3
  166. package/components/routable-dialog/generate-dialogable-route.d.ts +1 -1
  167. package/components/segmented/segmented.component.d.ts +8 -12
  168. package/components/segmented/segmented.directive.d.ts +6 -7
  169. package/components/select/native-select/native-select.component.d.ts +6 -9
  170. package/components/select/select.d.ts +4 -1
  171. package/components/select/select.directive.d.ts +4 -3
  172. package/components/slider/helpers/key-steps.d.ts +1 -2
  173. package/components/slider/helpers/slider-key-steps.directive.d.ts +19 -25
  174. package/components/slider/helpers/slider-readonly.directive.d.ts +2 -4
  175. package/components/slider/helpers/slider-thumb-label.component.d.ts +2 -4
  176. package/components/slider/slider.component.d.ts +4 -7
  177. package/components/slider/slider.options.d.ts +1 -6
  178. package/components/status/status.directive.d.ts +2 -2
  179. package/components/stepper/step.component.d.ts +14 -9
  180. package/components/stepper/stepper.component.d.ts +5 -12
  181. package/components/switch/switch.component.d.ts +8 -19
  182. package/components/switch/switch.options.d.ts +4 -8
  183. package/components/tabs/tabs-horizontal.directive.d.ts +4 -5
  184. package/components/tabs/tabs-vertical.directive.d.ts +2 -2
  185. package/components/tabs/tabs-with-more.component.d.ts +13 -17
  186. package/components/tabs/tabs.directive.d.ts +5 -7
  187. package/components/tabs/tabs.options.d.ts +1 -6
  188. package/components/textarea/index.d.ts +2 -1
  189. package/components/textarea/textarea.component.d.ts +10 -11
  190. package/components/textarea/textarea.d.ts +6 -0
  191. package/components/textarea/textarea.directive.d.ts +13 -0
  192. package/components/textarea/textarea.options.d.ts +1 -1
  193. package/components/tiles/tile-handle.directive.d.ts +2 -1
  194. package/components/tiles/tile.component.d.ts +7 -10
  195. package/components/tiles/tile.service.d.ts +1 -1
  196. package/components/tiles/tiles.component.d.ts +4 -7
  197. package/components/toast/toast.component.d.ts +5 -4
  198. package/components/toast/toast.options.d.ts +9 -7
  199. package/components/toast/toast.service.d.ts +10 -9
  200. package/components/tree/components/tree/tree.component.d.ts +7 -7
  201. package/components/tree/components/tree-item/tree-item.component.d.ts +2 -2
  202. package/components/tree/components/tree-item-content/tree-item-content.component.d.ts +9 -7
  203. package/components/tree/directives/tree-children.directive.d.ts +2 -2
  204. package/components/tree/directives/tree-controller.directive.d.ts +4 -5
  205. package/components/tree/directives/tree-item-controller.directive.d.ts +2 -2
  206. package/components/tree/directives/tree-node.directive.d.ts +5 -4
  207. package/components/tree/misc/tree.constants.d.ts +0 -3
  208. package/components/tree/misc/tree.tokens.d.ts +1 -6
  209. package/directives/appearance-proxy/appearance-proxy.directive.d.ts +10 -0
  210. package/directives/appearance-proxy/index.d.ts +1 -0
  211. package/directives/button-select/button-select.directive.d.ts +2 -3
  212. package/directives/chevron/chevron.directive.d.ts +2 -3
  213. package/directives/data-list-dropdown-manager/data-list-dropdown-manager.directive.d.ts +5 -5
  214. package/directives/fade/fade.directive.d.ts +6 -6
  215. package/directives/fluid-typography/fluid-typography.directive.d.ts +3 -6
  216. package/directives/fluid-typography/fluid-typography.options.d.ts +1 -3
  217. package/directives/highlight/highlight.directive.d.ts +5 -7
  218. package/directives/index.d.ts +1 -4
  219. package/directives/password/password.directive.d.ts +1 -1
  220. package/directives/password/password.options.d.ts +1 -1
  221. package/directives/present/present.directive.d.ts +2 -4
  222. package/directives/sensitive/sensitive.directive.d.ts +2 -2
  223. package/directives/shimmer/shimmer.directive.d.ts +3 -3
  224. package/directives/skeleton/skeleton.directive.d.ts +3 -3
  225. package/directives/tooltip/tooltip.directive.d.ts +3 -3
  226. package/directives/tooltip/tooltip.options.d.ts +1 -4
  227. package/directives/unfinished-validator/unfinished-validator.directive.d.ts +2 -2
  228. package/directives/unmask-handler/unmask-handler.directive.d.ts +3 -3
  229. package/fesm2022/taiga-ui-kit-components-accordion.mjs +69 -146
  230. package/fesm2022/taiga-ui-kit-components-accordion.mjs.map +1 -1
  231. package/fesm2022/taiga-ui-kit-components-action-bar.mjs +24 -40
  232. package/fesm2022/taiga-ui-kit-components-action-bar.mjs.map +1 -1
  233. package/fesm2022/taiga-ui-kit-components-avatar.mjs +84 -113
  234. package/fesm2022/taiga-ui-kit-components-avatar.mjs.map +1 -1
  235. package/fesm2022/taiga-ui-kit-components-badge-notification.mjs +11 -18
  236. package/fesm2022/taiga-ui-kit-components-badge-notification.mjs.map +1 -1
  237. package/fesm2022/taiga-ui-kit-components-badge.mjs +18 -28
  238. package/fesm2022/taiga-ui-kit-components-badge.mjs.map +1 -1
  239. package/fesm2022/taiga-ui-kit-components-badged-content.mjs +10 -13
  240. package/fesm2022/taiga-ui-kit-components-badged-content.mjs.map +1 -1
  241. package/fesm2022/taiga-ui-kit-components-block.mjs +20 -31
  242. package/fesm2022/taiga-ui-kit-components-block.mjs.map +1 -1
  243. package/fesm2022/taiga-ui-kit-components-breadcrumbs.mjs +20 -42
  244. package/fesm2022/taiga-ui-kit-components-breadcrumbs.mjs.map +1 -1
  245. package/fesm2022/taiga-ui-kit-components-button-loading.mjs +19 -28
  246. package/fesm2022/taiga-ui-kit-components-button-loading.mjs.map +1 -1
  247. package/fesm2022/taiga-ui-kit-components-calendar-month.mjs +14 -39
  248. package/fesm2022/taiga-ui-kit-components-calendar-month.mjs.map +1 -1
  249. package/fesm2022/taiga-ui-kit-components-calendar-range.mjs +32 -42
  250. package/fesm2022/taiga-ui-kit-components-calendar-range.mjs.map +1 -1
  251. package/fesm2022/taiga-ui-kit-components-carousel.mjs +74 -129
  252. package/fesm2022/taiga-ui-kit-components-carousel.mjs.map +1 -1
  253. package/fesm2022/taiga-ui-kit-components-checkbox.mjs +18 -76
  254. package/fesm2022/taiga-ui-kit-components-checkbox.mjs.map +1 -1
  255. package/fesm2022/taiga-ui-kit-components-chip.mjs +26 -35
  256. package/fesm2022/taiga-ui-kit-components-chip.mjs.map +1 -1
  257. package/fesm2022/taiga-ui-kit-components-combo-box.mjs +45 -50
  258. package/fesm2022/taiga-ui-kit-components-combo-box.mjs.map +1 -1
  259. package/fesm2022/taiga-ui-kit-components-comment.mjs +13 -20
  260. package/fesm2022/taiga-ui-kit-components-comment.mjs.map +1 -1
  261. package/fesm2022/taiga-ui-kit-components-compass.mjs +9 -11
  262. package/fesm2022/taiga-ui-kit-components-compass.mjs.map +1 -1
  263. package/fesm2022/taiga-ui-kit-components-confirm.mjs +14 -19
  264. package/fesm2022/taiga-ui-kit-components-confirm.mjs.map +1 -1
  265. package/fesm2022/taiga-ui-kit-components-copy.mjs +106 -0
  266. package/fesm2022/taiga-ui-kit-components-copy.mjs.map +1 -0
  267. package/fesm2022/taiga-ui-kit-components-data-list-wrapper.mjs +25 -79
  268. package/fesm2022/taiga-ui-kit-components-data-list-wrapper.mjs.map +1 -1
  269. package/fesm2022/taiga-ui-kit-components-drawer.mjs +11 -32
  270. package/fesm2022/taiga-ui-kit-components-drawer.mjs.map +1 -1
  271. package/fesm2022/taiga-ui-kit-components-files.mjs +120 -257
  272. package/fesm2022/taiga-ui-kit-components-files.mjs.map +1 -1
  273. package/fesm2022/taiga-ui-kit-components-filter.mjs +21 -43
  274. package/fesm2022/taiga-ui-kit-components-filter.mjs.map +1 -1
  275. package/fesm2022/taiga-ui-kit-components-fullscreen.mjs +44 -0
  276. package/fesm2022/taiga-ui-kit-components-fullscreen.mjs.map +1 -0
  277. package/fesm2022/taiga-ui-kit-components-input-chip.mjs +67 -82
  278. package/fesm2022/taiga-ui-kit-components-input-chip.mjs.map +1 -1
  279. package/fesm2022/taiga-ui-kit-components-input-color.mjs +35 -39
  280. package/fesm2022/taiga-ui-kit-components-input-color.mjs.map +1 -1
  281. package/fesm2022/taiga-ui-kit-components-input-date-multi.mjs +36 -53
  282. package/fesm2022/taiga-ui-kit-components-input-date-multi.mjs.map +1 -1
  283. package/fesm2022/taiga-ui-kit-components-input-date-range.mjs +37 -37
  284. package/fesm2022/taiga-ui-kit-components-input-date-range.mjs.map +1 -1
  285. package/fesm2022/taiga-ui-kit-components-input-date-time.mjs +42 -60
  286. package/fesm2022/taiga-ui-kit-components-input-date-time.mjs.map +1 -1
  287. package/fesm2022/taiga-ui-kit-components-input-date.mjs +62 -77
  288. package/fesm2022/taiga-ui-kit-components-input-date.mjs.map +1 -1
  289. package/fesm2022/taiga-ui-kit-components-input-inline.mjs +10 -13
  290. package/fesm2022/taiga-ui-kit-components-input-inline.mjs.map +1 -1
  291. package/fesm2022/taiga-ui-kit-components-input-month-range.mjs +30 -28
  292. package/fesm2022/taiga-ui-kit-components-input-month-range.mjs.map +1 -1
  293. package/fesm2022/taiga-ui-kit-components-input-month.mjs +45 -54
  294. package/fesm2022/taiga-ui-kit-components-input-month.mjs.map +1 -1
  295. package/fesm2022/taiga-ui-kit-components-input-number.mjs +270 -216
  296. package/fesm2022/taiga-ui-kit-components-input-number.mjs.map +1 -1
  297. package/fesm2022/taiga-ui-kit-components-input-phone-international.mjs +129 -164
  298. package/fesm2022/taiga-ui-kit-components-input-phone-international.mjs.map +1 -1
  299. package/fesm2022/taiga-ui-kit-components-input-phone.mjs +44 -51
  300. package/fesm2022/taiga-ui-kit-components-input-phone.mjs.map +1 -1
  301. package/fesm2022/taiga-ui-kit-components-input-pin.mjs +26 -24
  302. package/fesm2022/taiga-ui-kit-components-input-pin.mjs.map +1 -1
  303. package/fesm2022/taiga-ui-kit-components-input-range.mjs +54 -103
  304. package/fesm2022/taiga-ui-kit-components-input-range.mjs.map +1 -1
  305. package/fesm2022/taiga-ui-kit-components-input-slider.mjs +42 -41
  306. package/fesm2022/taiga-ui-kit-components-input-slider.mjs.map +1 -1
  307. package/fesm2022/taiga-ui-kit-components-input-time.mjs +67 -74
  308. package/fesm2022/taiga-ui-kit-components-input-time.mjs.map +1 -1
  309. package/fesm2022/taiga-ui-kit-components-input-year.mjs +33 -40
  310. package/fesm2022/taiga-ui-kit-components-input-year.mjs.map +1 -1
  311. package/fesm2022/taiga-ui-kit-components-items-with-more.mjs +57 -79
  312. package/fesm2022/taiga-ui-kit-components-items-with-more.mjs.map +1 -1
  313. package/fesm2022/taiga-ui-kit-components-like.mjs +40 -33
  314. package/fesm2022/taiga-ui-kit-components-like.mjs.map +1 -1
  315. package/fesm2022/taiga-ui-kit-components-line-clamp.mjs +38 -82
  316. package/fesm2022/taiga-ui-kit-components-line-clamp.mjs.map +1 -1
  317. package/fesm2022/taiga-ui-kit-components-message.mjs +10 -13
  318. package/fesm2022/taiga-ui-kit-components-message.mjs.map +1 -1
  319. package/fesm2022/taiga-ui-kit-components-multi-select.mjs +65 -80
  320. package/fesm2022/taiga-ui-kit-components-multi-select.mjs.map +1 -1
  321. package/fesm2022/taiga-ui-kit-components-notification-middle.mjs +40 -36
  322. package/fesm2022/taiga-ui-kit-components-notification-middle.mjs.map +1 -1
  323. package/fesm2022/taiga-ui-kit-components-pager.mjs +34 -48
  324. package/fesm2022/taiga-ui-kit-components-pager.mjs.map +1 -1
  325. package/fesm2022/taiga-ui-kit-components-pagination.mjs +78 -153
  326. package/fesm2022/taiga-ui-kit-components-pagination.mjs.map +1 -1
  327. package/fesm2022/taiga-ui-kit-components-pin.mjs +15 -19
  328. package/fesm2022/taiga-ui-kit-components-pin.mjs.map +1 -1
  329. package/fesm2022/taiga-ui-kit-components-preview.mjs +100 -165
  330. package/fesm2022/taiga-ui-kit-components-preview.mjs.map +1 -1
  331. package/fesm2022/taiga-ui-kit-components-progress.mjs +70 -112
  332. package/fesm2022/taiga-ui-kit-components-progress.mjs.map +1 -1
  333. package/fesm2022/taiga-ui-kit-components-pulse.mjs +7 -11
  334. package/fesm2022/taiga-ui-kit-components-pulse.mjs.map +1 -1
  335. package/fesm2022/taiga-ui-kit-components-push.mjs +55 -75
  336. package/fesm2022/taiga-ui-kit-components-push.mjs.map +1 -1
  337. package/fesm2022/taiga-ui-kit-components-radio-list.mjs +23 -36
  338. package/fesm2022/taiga-ui-kit-components-radio-list.mjs.map +1 -1
  339. package/fesm2022/taiga-ui-kit-components-radio.mjs +35 -41
  340. package/fesm2022/taiga-ui-kit-components-radio.mjs.map +1 -1
  341. package/fesm2022/taiga-ui-kit-components-range.mjs +43 -97
  342. package/fesm2022/taiga-ui-kit-components-range.mjs.map +1 -1
  343. package/fesm2022/taiga-ui-kit-components-rating.mjs +19 -28
  344. package/fesm2022/taiga-ui-kit-components-rating.mjs.map +1 -1
  345. package/fesm2022/taiga-ui-kit-components-routable-dialog.mjs +13 -9
  346. package/fesm2022/taiga-ui-kit-components-routable-dialog.mjs.map +1 -1
  347. package/fesm2022/taiga-ui-kit-components-segmented.mjs +40 -61
  348. package/fesm2022/taiga-ui-kit-components-segmented.mjs.map +1 -1
  349. package/fesm2022/taiga-ui-kit-components-select.mjs +70 -70
  350. package/fesm2022/taiga-ui-kit-components-select.mjs.map +1 -1
  351. package/fesm2022/taiga-ui-kit-components-slider.mjs +97 -128
  352. package/fesm2022/taiga-ui-kit-components-slider.mjs.map +1 -1
  353. package/fesm2022/taiga-ui-kit-components-status.mjs +12 -16
  354. package/fesm2022/taiga-ui-kit-components-status.mjs.map +1 -1
  355. package/fesm2022/taiga-ui-kit-components-stepper.mjs +63 -90
  356. package/fesm2022/taiga-ui-kit-components-stepper.mjs.map +1 -1
  357. package/fesm2022/taiga-ui-kit-components-switch.mjs +22 -64
  358. package/fesm2022/taiga-ui-kit-components-switch.mjs.map +1 -1
  359. package/fesm2022/taiga-ui-kit-components-tabs.mjs +110 -182
  360. package/fesm2022/taiga-ui-kit-components-tabs.mjs.map +1 -1
  361. package/fesm2022/taiga-ui-kit-components-textarea.mjs +64 -85
  362. package/fesm2022/taiga-ui-kit-components-textarea.mjs.map +1 -1
  363. package/fesm2022/taiga-ui-kit-components-tiles.mjs +62 -107
  364. package/fesm2022/taiga-ui-kit-components-tiles.mjs.map +1 -1
  365. package/fesm2022/taiga-ui-kit-components-toast.mjs +61 -68
  366. package/fesm2022/taiga-ui-kit-components-toast.mjs.map +1 -1
  367. package/fesm2022/taiga-ui-kit-components-tree.mjs +95 -146
  368. package/fesm2022/taiga-ui-kit-components-tree.mjs.map +1 -1
  369. package/fesm2022/taiga-ui-kit-components.mjs +2 -5
  370. package/fesm2022/taiga-ui-kit-components.mjs.map +1 -1
  371. package/fesm2022/taiga-ui-kit-directives-appearance-proxy.mjs +27 -0
  372. package/fesm2022/taiga-ui-kit-directives-appearance-proxy.mjs.map +1 -0
  373. package/fesm2022/taiga-ui-kit-directives-button-group.mjs +10 -13
  374. package/fesm2022/taiga-ui-kit-directives-button-group.mjs.map +1 -1
  375. package/fesm2022/taiga-ui-kit-directives-button-select.mjs +10 -18
  376. package/fesm2022/taiga-ui-kit-directives-button-select.mjs.map +1 -1
  377. package/fesm2022/taiga-ui-kit-directives-chevron.mjs +16 -22
  378. package/fesm2022/taiga-ui-kit-directives-chevron.mjs.map +1 -1
  379. package/fesm2022/taiga-ui-kit-directives-connected.mjs +10 -16
  380. package/fesm2022/taiga-ui-kit-directives-connected.mjs.map +1 -1
  381. package/fesm2022/taiga-ui-kit-directives-data-list-dropdown-manager.mjs +25 -53
  382. package/fesm2022/taiga-ui-kit-directives-data-list-dropdown-manager.mjs.map +1 -1
  383. package/fesm2022/taiga-ui-kit-directives-fade.mjs +35 -47
  384. package/fesm2022/taiga-ui-kit-directives-fade.mjs.map +1 -1
  385. package/fesm2022/taiga-ui-kit-directives-fluid-typography.mjs +20 -33
  386. package/fesm2022/taiga-ui-kit-directives-fluid-typography.mjs.map +1 -1
  387. package/fesm2022/taiga-ui-kit-directives-highlight.mjs +19 -24
  388. package/fesm2022/taiga-ui-kit-directives-highlight.mjs.map +1 -1
  389. package/fesm2022/taiga-ui-kit-directives-password.mjs +14 -16
  390. package/fesm2022/taiga-ui-kit-directives-password.mjs.map +1 -1
  391. package/fesm2022/taiga-ui-kit-directives-present.mjs +10 -18
  392. package/fesm2022/taiga-ui-kit-directives-present.mjs.map +1 -1
  393. package/fesm2022/taiga-ui-kit-directives-sensitive.mjs +16 -21
  394. package/fesm2022/taiga-ui-kit-directives-sensitive.mjs.map +1 -1
  395. package/fesm2022/taiga-ui-kit-directives-shimmer.mjs +24 -34
  396. package/fesm2022/taiga-ui-kit-directives-shimmer.mjs.map +1 -1
  397. package/fesm2022/taiga-ui-kit-directives-skeleton.mjs +28 -38
  398. package/fesm2022/taiga-ui-kit-directives-skeleton.mjs.map +1 -1
  399. package/fesm2022/taiga-ui-kit-directives-tooltip.mjs +19 -24
  400. package/fesm2022/taiga-ui-kit-directives-tooltip.mjs.map +1 -1
  401. package/fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs +10 -14
  402. package/fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs.map +1 -1
  403. package/fesm2022/taiga-ui-kit-directives-unmask-handler.mjs +10 -15
  404. package/fesm2022/taiga-ui-kit-directives-unmask-handler.mjs.map +1 -1
  405. package/fesm2022/taiga-ui-kit-directives.mjs +1 -4
  406. package/fesm2022/taiga-ui-kit-directives.mjs.map +1 -1
  407. package/fesm2022/taiga-ui-kit-pipes-auto-color.mjs +43 -0
  408. package/fesm2022/taiga-ui-kit-pipes-auto-color.mjs.map +1 -0
  409. package/fesm2022/taiga-ui-kit-pipes-emails.mjs +3 -4
  410. package/fesm2022/taiga-ui-kit-pipes-emails.mjs.map +1 -1
  411. package/fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs +22 -36
  412. package/fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs.map +1 -1
  413. package/fesm2022/taiga-ui-kit-pipes-flag.mjs +30 -0
  414. package/fesm2022/taiga-ui-kit-pipes-flag.mjs.map +1 -0
  415. package/fesm2022/taiga-ui-kit-pipes-hide-selected.mjs +23 -27
  416. package/fesm2022/taiga-ui-kit-pipes-hide-selected.mjs.map +1 -1
  417. package/fesm2022/taiga-ui-kit-pipes-initials.mjs +28 -0
  418. package/fesm2022/taiga-ui-kit-pipes-initials.mjs.map +1 -0
  419. package/fesm2022/taiga-ui-kit-pipes-sort-countries.mjs +10 -8
  420. package/fesm2022/taiga-ui-kit-pipes-sort-countries.mjs.map +1 -1
  421. package/fesm2022/taiga-ui-kit-pipes-stringify-content.mjs +3 -4
  422. package/fesm2022/taiga-ui-kit-pipes-stringify-content.mjs.map +1 -1
  423. package/fesm2022/taiga-ui-kit-pipes-stringify.mjs +3 -4
  424. package/fesm2022/taiga-ui-kit-pipes-stringify.mjs.map +1 -1
  425. package/fesm2022/taiga-ui-kit-pipes.mjs +3 -1
  426. package/fesm2022/taiga-ui-kit-pipes.mjs.map +1 -1
  427. package/fesm2022/taiga-ui-kit-tokens.mjs +4 -126
  428. package/fesm2022/taiga-ui-kit-tokens.mjs.map +1 -1
  429. package/fesm2022/taiga-ui-kit-utils.mjs +4 -16
  430. package/fesm2022/taiga-ui-kit-utils.mjs.map +1 -1
  431. package/package.json +49 -278
  432. package/pipes/auto-color/auto-color.pipe.d.ts +13 -0
  433. package/pipes/auto-color/index.d.ts +1 -0
  434. package/pipes/filter-by-input/filter-by-input.pipe.d.ts +5 -2
  435. package/pipes/flag/flag.pipe.d.ts +13 -0
  436. package/pipes/flag/index.d.ts +1 -0
  437. package/pipes/hide-selected/hide-selected.pipe.d.ts +2 -0
  438. package/pipes/index.d.ts +3 -1
  439. package/pipes/initials/index.d.ts +1 -0
  440. package/pipes/initials/initials.pipe.d.ts +7 -0
  441. package/pipes/sort-countries/sort-countries.pipe.d.ts +4 -3
  442. package/pipes/stringify-content/stringify-content.pipe.d.ts +2 -3
  443. package/styles/components/avatar.less +188 -0
  444. package/styles/components/badge.less +8 -24
  445. package/styles/components/block.less +6 -6
  446. package/styles/components/checkbox.less +15 -15
  447. package/styles/components/chip.less +7 -11
  448. package/styles/components/comment.less +15 -17
  449. package/styles/components/like.less +14 -16
  450. package/styles/components/message.less +1 -1
  451. package/styles/components/pin.less +6 -10
  452. package/styles/components/switch.less +12 -9
  453. package/styles/components/toast.less +2 -3
  454. package/tokens/i18n.d.ts +26 -26
  455. package/tokens/index.d.ts +0 -8
  456. package/utils/index.d.ts +0 -2
  457. package/utils/maskito.binding.d.ts +1 -1
  458. package/components/accordion/accordion-item-content.directive.d.ts +0 -6
  459. package/components/accordion/accordion-item-eager-content.directive.d.ts +0 -5
  460. package/components/accordion/accordion-item.component.d.ts +0 -25
  461. package/components/action-bar/action-bar.d.ts +0 -3
  462. package/components/action-bar/action-bar.directive.d.ts +0 -6
  463. package/components/avatar/avatar.component.d.ts +0 -15
  464. package/components/elastic-container/elastic-container.component.d.ts +0 -8
  465. package/components/elastic-container/elastic-container.directive.d.ts +0 -7
  466. package/components/elastic-container/index.d.ts +0 -2
  467. package/components/floating-container/floating-container.directive.d.ts +0 -7
  468. package/components/floating-container/index.d.ts +0 -1
  469. package/components/input-password/index.d.ts +0 -2
  470. package/components/input-password/input-password.component.d.ts +0 -16
  471. package/components/input-password/input-password.options.d.ts +0 -24
  472. package/components/input-range/input-range.d.ts +0 -3
  473. package/components/pdf-viewer/index.d.ts +0 -4
  474. package/components/pdf-viewer/pdf-viewer.component.d.ts +0 -12
  475. package/components/pdf-viewer/pdf-viewer.directive.d.ts +0 -7
  476. package/components/pdf-viewer/pdf-viewer.options.d.ts +0 -13
  477. package/components/pdf-viewer/pdf-viewer.service.d.ts +0 -13
  478. package/components/slides/index.d.ts +0 -1
  479. package/components/slides/slides.directive.d.ts +0 -11
  480. package/components/textarea/textarea-limit.directive.d.ts +0 -27
  481. package/directives/button-close/button-close.directive.d.ts +0 -5
  482. package/directives/button-close/index.d.ts +0 -1
  483. package/directives/icon-badge/icon-badge.directive.d.ts +0 -9
  484. package/directives/icon-badge/index.d.ts +0 -1
  485. package/directives/lazy-loading/index.d.ts +0 -2
  486. package/directives/lazy-loading/lazy-loading.directive.d.ts +0 -18
  487. package/directives/lazy-loading/lazy-loading.service.d.ts +0 -12
  488. package/esm2022/components/accordion/accordion-item-content.directive.mjs +0 -16
  489. package/esm2022/components/accordion/accordion-item-eager-content.directive.mjs +0 -15
  490. package/esm2022/components/accordion/accordion-item.component.mjs +0 -85
  491. package/esm2022/components/accordion/accordion.directive.mjs +0 -56
  492. package/esm2022/components/accordion/accordion.mjs +0 -11
  493. package/esm2022/components/accordion/index.mjs +0 -6
  494. package/esm2022/components/accordion/taiga-ui-kit-components-accordion.mjs +0 -5
  495. package/esm2022/components/action-bar/action-bar.component.mjs +0 -36
  496. package/esm2022/components/action-bar/action-bar.directive.mjs +0 -17
  497. package/esm2022/components/action-bar/action-bar.mjs +0 -4
  498. package/esm2022/components/action-bar/index.mjs +0 -4
  499. package/esm2022/components/action-bar/taiga-ui-kit-components-action-bar.mjs +0 -5
  500. package/esm2022/components/avatar/avatar-labeled.component.mjs +0 -47
  501. package/esm2022/components/avatar/avatar-outline.directive.mjs +0 -41
  502. package/esm2022/components/avatar/avatar-stack.component.mjs +0 -19
  503. package/esm2022/components/avatar/avatar.component.mjs +0 -59
  504. package/esm2022/components/avatar/avatar.options.mjs +0 -8
  505. package/esm2022/components/avatar/index.mjs +0 -6
  506. package/esm2022/components/avatar/taiga-ui-kit-components-avatar.mjs +0 -5
  507. package/esm2022/components/badge/badge.directive.mjs +0 -42
  508. package/esm2022/components/badge/badge.options.mjs +0 -13
  509. package/esm2022/components/badge/index.mjs +0 -3
  510. package/esm2022/components/badge/taiga-ui-kit-components-badge.mjs +0 -5
  511. package/esm2022/components/badge-notification/badge-notification.component.mjs +0 -22
  512. package/esm2022/components/badge-notification/badge-notification.options.mjs +0 -12
  513. package/esm2022/components/badge-notification/index.mjs +0 -3
  514. package/esm2022/components/badge-notification/taiga-ui-kit-components-badge-notification.mjs +0 -5
  515. package/esm2022/components/badged-content/badge-content.mjs +0 -7
  516. package/esm2022/components/badged-content/badged-content.component.mjs +0 -30
  517. package/esm2022/components/badged-content/badged-content.directive.mjs +0 -20
  518. package/esm2022/components/badged-content/index.mjs +0 -4
  519. package/esm2022/components/badged-content/taiga-ui-kit-components-badged-content.mjs +0 -5
  520. package/esm2022/components/block/block.directive.mjs +0 -58
  521. package/esm2022/components/block/block.options.mjs +0 -13
  522. package/esm2022/components/block/index.mjs +0 -3
  523. package/esm2022/components/block/taiga-ui-kit-components-block.mjs +0 -5
  524. package/esm2022/components/breadcrumbs/breadcrumbs.component.mjs +0 -69
  525. package/esm2022/components/breadcrumbs/breadcrumbs.options.mjs +0 -14
  526. package/esm2022/components/breadcrumbs/index.mjs +0 -3
  527. package/esm2022/components/breadcrumbs/taiga-ui-kit-components-breadcrumbs.mjs +0 -5
  528. package/esm2022/components/button-loading/button-loading.component.mjs +0 -70
  529. package/esm2022/components/button-loading/index.mjs +0 -2
  530. package/esm2022/components/button-loading/taiga-ui-kit-components-button-loading.mjs +0 -5
  531. package/esm2022/components/calendar-month/calendar-month.component.mjs +0 -186
  532. package/esm2022/components/calendar-month/calendar-month.options.mjs +0 -6
  533. package/esm2022/components/calendar-month/index.mjs +0 -3
  534. package/esm2022/components/calendar-month/taiga-ui-kit-components-calendar-month.mjs +0 -5
  535. package/esm2022/components/calendar-range/calculate-disabled-item-handler.mjs +0 -12
  536. package/esm2022/components/calendar-range/calendar-range.component.mjs +0 -224
  537. package/esm2022/components/calendar-range/day-caps-mapper.mjs +0 -26
  538. package/esm2022/components/calendar-range/day-range-period.mjs +0 -36
  539. package/esm2022/components/calendar-range/index.mjs +0 -5
  540. package/esm2022/components/calendar-range/taiga-ui-kit-components-calendar-range.mjs +0 -5
  541. package/esm2022/components/carousel/carousel-autoscroll.directive.mjs +0 -21
  542. package/esm2022/components/carousel/carousel-buttons.directive.mjs +0 -27
  543. package/esm2022/components/carousel/carousel-scroll.directive.mjs +0 -27
  544. package/esm2022/components/carousel/carousel.component.mjs +0 -166
  545. package/esm2022/components/carousel/carousel.directive.mjs +0 -37
  546. package/esm2022/components/carousel/carousel.mjs +0 -15
  547. package/esm2022/components/carousel/index.mjs +0 -7
  548. package/esm2022/components/carousel/taiga-ui-kit-components-carousel.mjs +0 -5
  549. package/esm2022/components/checkbox/checkbox.component.mjs +0 -74
  550. package/esm2022/components/checkbox/checkbox.options.mjs +0 -17
  551. package/esm2022/components/checkbox/index.mjs +0 -3
  552. package/esm2022/components/checkbox/taiga-ui-kit-components-checkbox.mjs +0 -5
  553. package/esm2022/components/chip/chip.directive.mjs +0 -63
  554. package/esm2022/components/chip/chip.options.mjs +0 -13
  555. package/esm2022/components/chip/index.mjs +0 -3
  556. package/esm2022/components/chip/taiga-ui-kit-components-chip.mjs +0 -5
  557. package/esm2022/components/combo-box/combo-box.directive.mjs +0 -139
  558. package/esm2022/components/combo-box/index.mjs +0 -2
  559. package/esm2022/components/combo-box/taiga-ui-kit-components-combo-box.mjs +0 -5
  560. package/esm2022/components/comment/comment.directive.mjs +0 -35
  561. package/esm2022/components/comment/index.mjs +0 -2
  562. package/esm2022/components/comment/taiga-ui-kit-components-comment.mjs +0 -5
  563. package/esm2022/components/compass/compass.component.mjs +0 -19
  564. package/esm2022/components/compass/index.mjs +0 -2
  565. package/esm2022/components/compass/taiga-ui-kit-components-compass.mjs +0 -5
  566. package/esm2022/components/confirm/confirm.component.mjs +0 -30
  567. package/esm2022/components/confirm/confirm.service.mjs +0 -32
  568. package/esm2022/components/confirm/index.mjs +0 -3
  569. package/esm2022/components/confirm/taiga-ui-kit-components-confirm.mjs +0 -5
  570. package/esm2022/components/data-list-wrapper/data-list-group-wrapper.component.mjs +0 -25
  571. package/esm2022/components/data-list-wrapper/data-list-wrapper.component.mjs +0 -86
  572. package/esm2022/components/data-list-wrapper/data-list-wrapper.module.mjs +0 -9
  573. package/esm2022/components/data-list-wrapper/index.mjs +0 -4
  574. package/esm2022/components/data-list-wrapper/taiga-ui-kit-components-data-list-wrapper.mjs +0 -5
  575. package/esm2022/components/drawer/drawer.component.mjs +0 -44
  576. package/esm2022/components/drawer/index.mjs +0 -2
  577. package/esm2022/components/drawer/taiga-ui-kit-components-drawer.mjs +0 -5
  578. package/esm2022/components/elastic-container/elastic-container.component.mjs +0 -28
  579. package/esm2022/components/elastic-container/elastic-container.directive.mjs +0 -48
  580. package/esm2022/components/elastic-container/index.mjs +0 -3
  581. package/esm2022/components/elastic-container/taiga-ui-kit-components-elastic-container.mjs +0 -5
  582. package/esm2022/components/files/file/file.component.mjs +0 -144
  583. package/esm2022/components/files/file/file.options.mjs +0 -16
  584. package/esm2022/components/files/files/files.component.mjs +0 -56
  585. package/esm2022/components/files/files.mjs +0 -15
  586. package/esm2022/components/files/files.types.mjs +0 -2
  587. package/esm2022/components/files/files.utils.mjs +0 -30
  588. package/esm2022/components/files/files.validators.mjs +0 -32
  589. package/esm2022/components/files/index.mjs +0 -13
  590. package/esm2022/components/files/input-files/input-files-validator.directive.mjs +0 -45
  591. package/esm2022/components/files/input-files/input-files.component.mjs +0 -70
  592. package/esm2022/components/files/input-files/input-files.content.mjs +0 -73
  593. package/esm2022/components/files/input-files/input-files.directive.mjs +0 -77
  594. package/esm2022/components/files/input-files/input-files.options.mjs +0 -19
  595. package/esm2022/components/files/pipes/file-rejected.pipe.mjs +0 -51
  596. package/esm2022/components/files/taiga-ui-kit-components-files.mjs +0 -5
  597. package/esm2022/components/filter/filter.component.mjs +0 -65
  598. package/esm2022/components/filter/index.mjs +0 -2
  599. package/esm2022/components/filter/taiga-ui-kit-components-filter.mjs +0 -5
  600. package/esm2022/components/floating-container/floating-container.directive.mjs +0 -37
  601. package/esm2022/components/floating-container/index.mjs +0 -2
  602. package/esm2022/components/floating-container/taiga-ui-kit-components-floating-container.mjs +0 -5
  603. package/esm2022/components/index.mjs +0 -74
  604. package/esm2022/components/input-chip/index.mjs +0 -5
  605. package/esm2022/components/input-chip/input-chip.component.mjs +0 -101
  606. package/esm2022/components/input-chip/input-chip.directive.mjs +0 -143
  607. package/esm2022/components/input-chip/input-chip.mjs +0 -4
  608. package/esm2022/components/input-chip/input-chip.options.mjs +0 -7
  609. package/esm2022/components/input-chip/taiga-ui-kit-components-input-chip.mjs +0 -5
  610. package/esm2022/components/input-color/index.mjs +0 -3
  611. package/esm2022/components/input-color/input-color.component.mjs +0 -89
  612. package/esm2022/components/input-color/input-color.options.mjs +0 -6
  613. package/esm2022/components/input-color/taiga-ui-kit-components-input-color.mjs +0 -5
  614. package/esm2022/components/input-date/date-filler.mjs +0 -20
  615. package/esm2022/components/input-date/index.mjs +0 -6
  616. package/esm2022/components/input-date/input-date.component.mjs +0 -33
  617. package/esm2022/components/input-date/input-date.directive.mjs +0 -167
  618. package/esm2022/components/input-date/input-date.mjs +0 -9
  619. package/esm2022/components/input-date/input-date.options.mjs +0 -11
  620. package/esm2022/components/input-date/taiga-ui-kit-components-input-date.mjs +0 -5
  621. package/esm2022/components/input-date-multi/index.mjs +0 -3
  622. package/esm2022/components/input-date-multi/input-date-multi.directive.mjs +0 -123
  623. package/esm2022/components/input-date-multi/input-date-multi.mjs +0 -9
  624. package/esm2022/components/input-date-multi/taiga-ui-kit-components-input-date-multi.mjs +0 -5
  625. package/esm2022/components/input-date-range/index.mjs +0 -4
  626. package/esm2022/components/input-date-range/input-date-range.directive.mjs +0 -79
  627. package/esm2022/components/input-date-range/input-date-range.mjs +0 -4
  628. package/esm2022/components/input-date-range/input-date-range.options.mjs +0 -12
  629. package/esm2022/components/input-date-range/taiga-ui-kit-components-input-date-range.mjs +0 -5
  630. package/esm2022/components/input-date-time/index.mjs +0 -5
  631. package/esm2022/components/input-date-time/input-date-time.component.mjs +0 -35
  632. package/esm2022/components/input-date-time/input-date-time.directive.mjs +0 -178
  633. package/esm2022/components/input-date-time/input-date-time.mjs +0 -9
  634. package/esm2022/components/input-date-time/input-date-time.options.mjs +0 -20
  635. package/esm2022/components/input-date-time/taiga-ui-kit-components-input-date-time.mjs +0 -5
  636. package/esm2022/components/input-inline/index.mjs +0 -2
  637. package/esm2022/components/input-inline/input-inline.component.mjs +0 -23
  638. package/esm2022/components/input-inline/taiga-ui-kit-components-input-inline.mjs +0 -5
  639. package/esm2022/components/input-month/index.mjs +0 -5
  640. package/esm2022/components/input-month/input-month.component.mjs +0 -53
  641. package/esm2022/components/input-month/input-month.directive.mjs +0 -65
  642. package/esm2022/components/input-month/input-month.mjs +0 -9
  643. package/esm2022/components/input-month/input-month.options.mjs +0 -19
  644. package/esm2022/components/input-month/taiga-ui-kit-components-input-month.mjs +0 -5
  645. package/esm2022/components/input-month-range/index.mjs +0 -4
  646. package/esm2022/components/input-month-range/input-month-range.directive.mjs +0 -86
  647. package/esm2022/components/input-month-range/input-month-range.mjs +0 -7
  648. package/esm2022/components/input-month-range/input-month-range.options.mjs +0 -13
  649. package/esm2022/components/input-month-range/taiga-ui-kit-components-input-month-range.mjs +0 -5
  650. package/esm2022/components/input-number/index.mjs +0 -6
  651. package/esm2022/components/input-number/input-number.directive.mjs +0 -197
  652. package/esm2022/components/input-number/input-number.mjs +0 -9
  653. package/esm2022/components/input-number/input-number.options.mjs +0 -15
  654. package/esm2022/components/input-number/quantum.directive.mjs +0 -69
  655. package/esm2022/components/input-number/step/input-number-step.component.mjs +0 -58
  656. package/esm2022/components/input-number/taiga-ui-kit-components-input-number.mjs +0 -5
  657. package/esm2022/components/input-password/index.mjs +0 -3
  658. package/esm2022/components/input-password/input-password.component.mjs +0 -69
  659. package/esm2022/components/input-password/input-password.options.mjs +0 -24
  660. package/esm2022/components/input-password/taiga-ui-kit-components-input-password.mjs +0 -5
  661. package/esm2022/components/input-phone/index.mjs +0 -3
  662. package/esm2022/components/input-phone/input-phone.directive.mjs +0 -137
  663. package/esm2022/components/input-phone/input-phone.options.mjs +0 -9
  664. package/esm2022/components/input-phone/taiga-ui-kit-components-input-phone.mjs +0 -5
  665. package/esm2022/components/input-phone/utils/complete-phone-insertion-preprocessor.mjs +0 -41
  666. package/esm2022/components/input-phone/utils/create-phone-mask-expression.mjs +0 -17
  667. package/esm2022/components/input-phone-international/index.mjs +0 -3
  668. package/esm2022/components/input-phone-international/input-phone-international.component.mjs +0 -210
  669. package/esm2022/components/input-phone-international/input-phone-international.options.mjs +0 -19
  670. package/esm2022/components/input-phone-international/taiga-ui-kit-components-input-phone-international.mjs +0 -5
  671. package/esm2022/components/input-pin/index.mjs +0 -2
  672. package/esm2022/components/input-pin/input-pin.component.mjs +0 -66
  673. package/esm2022/components/input-pin/taiga-ui-kit-components-input-pin.mjs +0 -5
  674. package/esm2022/components/input-range/index.mjs +0 -3
  675. package/esm2022/components/input-range/input-range.component.mjs +0 -185
  676. package/esm2022/components/input-range/input-range.mjs +0 -4
  677. package/esm2022/components/input-range/taiga-ui-kit-components-input-range.mjs +0 -5
  678. package/esm2022/components/input-slider/index.mjs +0 -3
  679. package/esm2022/components/input-slider/input-slider.directive.mjs +0 -109
  680. package/esm2022/components/input-slider/input-slider.mjs +0 -9
  681. package/esm2022/components/input-slider/taiga-ui-kit-components-input-slider.mjs +0 -5
  682. package/esm2022/components/input-time/index.mjs +0 -5
  683. package/esm2022/components/input-time/input-time.component.mjs +0 -64
  684. package/esm2022/components/input-time/input-time.directive.mjs +0 -159
  685. package/esm2022/components/input-time/input-time.mjs +0 -4
  686. package/esm2022/components/input-time/input-time.options.mjs +0 -10
  687. package/esm2022/components/input-time/taiga-ui-kit-components-input-time.mjs +0 -5
  688. package/esm2022/components/input-year/index.mjs +0 -4
  689. package/esm2022/components/input-year/input-year.directive.mjs +0 -103
  690. package/esm2022/components/input-year/input-year.mjs +0 -4
  691. package/esm2022/components/input-year/input-year.options.mjs +0 -12
  692. package/esm2022/components/input-year/taiga-ui-kit-components-input-year.mjs +0 -5
  693. package/esm2022/components/items-with-more/index.mjs +0 -6
  694. package/esm2022/components/items-with-more/items-with-more.component.mjs +0 -77
  695. package/esm2022/components/items-with-more/items-with-more.directive.mjs +0 -46
  696. package/esm2022/components/items-with-more/items-with-more.mjs +0 -11
  697. package/esm2022/components/items-with-more/items-with-more.service.mjs +0 -85
  698. package/esm2022/components/items-with-more/more.directive.mjs +0 -18
  699. package/esm2022/components/items-with-more/taiga-ui-kit-components-items-with-more.mjs +0 -5
  700. package/esm2022/components/like/index.mjs +0 -3
  701. package/esm2022/components/like/like.component.mjs +0 -46
  702. package/esm2022/components/like/like.options.mjs +0 -10
  703. package/esm2022/components/like/taiga-ui-kit-components-like.mjs +0 -5
  704. package/esm2022/components/line-clamp/index.mjs +0 -4
  705. package/esm2022/components/line-clamp/line-clamp-box.component.mjs +0 -25
  706. package/esm2022/components/line-clamp/line-clamp-position.directive.mjs +0 -27
  707. package/esm2022/components/line-clamp/line-clamp.component.mjs +0 -90
  708. package/esm2022/components/line-clamp/line-clamp.options.mjs +0 -15
  709. package/esm2022/components/line-clamp/taiga-ui-kit-components-line-clamp.mjs +0 -5
  710. package/esm2022/components/message/index.mjs +0 -2
  711. package/esm2022/components/message/message.directive.mjs +0 -43
  712. package/esm2022/components/message/taiga-ui-kit-components-message.mjs +0 -5
  713. package/esm2022/components/multi-select/index.mjs +0 -6
  714. package/esm2022/components/multi-select/multi-select-group/multi-select-group.component.mjs +0 -51
  715. package/esm2022/components/multi-select/multi-select-group/multi-select-group.directive.mjs +0 -18
  716. package/esm2022/components/multi-select/multi-select-native/multi-select-native.component.mjs +0 -57
  717. package/esm2022/components/multi-select/multi-select-option/multi-select-option.component.mjs +0 -47
  718. package/esm2022/components/multi-select/multi-select.mjs +0 -9
  719. package/esm2022/components/multi-select/taiga-ui-kit-components-multi-select.mjs +0 -5
  720. package/esm2022/components/notification-middle/index.mjs +0 -4
  721. package/esm2022/components/notification-middle/notification-middle.component.mjs +0 -57
  722. package/esm2022/components/notification-middle/notification-middle.directive.mjs +0 -21
  723. package/esm2022/components/notification-middle/notification-middle.service.mjs +0 -22
  724. package/esm2022/components/notification-middle/taiga-ui-kit-components-notification-middle.mjs +0 -5
  725. package/esm2022/components/pager/index.mjs +0 -2
  726. package/esm2022/components/pager/pager.component.mjs +0 -97
  727. package/esm2022/components/pager/taiga-ui-kit-components-pager.mjs +0 -5
  728. package/esm2022/components/pagination/index.mjs +0 -2
  729. package/esm2022/components/pagination/pagination.component.mjs +0 -213
  730. package/esm2022/components/pagination/taiga-ui-kit-components-pagination.mjs +0 -5
  731. package/esm2022/components/pdf-viewer/index.mjs +0 -5
  732. package/esm2022/components/pdf-viewer/pdf-viewer.component.mjs +0 -28
  733. package/esm2022/components/pdf-viewer/pdf-viewer.directive.mjs +0 -21
  734. package/esm2022/components/pdf-viewer/pdf-viewer.options.mjs +0 -17
  735. package/esm2022/components/pdf-viewer/pdf-viewer.service.mjs +0 -22
  736. package/esm2022/components/pdf-viewer/taiga-ui-kit-components-pdf-viewer.mjs +0 -5
  737. package/esm2022/components/pin/index.mjs +0 -2
  738. package/esm2022/components/pin/pin.directive.mjs +0 -35
  739. package/esm2022/components/pin/taiga-ui-kit-components-pin.mjs +0 -5
  740. package/esm2022/components/preview/action/preview-action.directive.mjs +0 -30
  741. package/esm2022/components/preview/dialog/index.mjs +0 -4
  742. package/esm2022/components/preview/dialog/preview-dialog.component.mjs +0 -28
  743. package/esm2022/components/preview/dialog/preview-dialog.directive.mjs +0 -21
  744. package/esm2022/components/preview/dialog/preview-dialog.service.mjs +0 -18
  745. package/esm2022/components/preview/dialog/taiga-ui-kit-components-preview-dialog.mjs +0 -5
  746. package/esm2022/components/preview/index.mjs +0 -8
  747. package/esm2022/components/preview/pagination/preview-pagination.component.mjs +0 -49
  748. package/esm2022/components/preview/preview.component.mjs +0 -142
  749. package/esm2022/components/preview/preview.mjs +0 -13
  750. package/esm2022/components/preview/taiga-ui-kit-components-preview.mjs +0 -5
  751. package/esm2022/components/preview/title/preview-title.component.mjs +0 -16
  752. package/esm2022/components/preview/zoom/preview-zoom.component.mjs +0 -84
  753. package/esm2022/components/progress/index.mjs +0 -9
  754. package/esm2022/components/progress/progress-bar/fixed-gradient/progress-fixed-gradient.directive.mjs +0 -39
  755. package/esm2022/components/progress/progress-bar/progress-bar.component.mjs +0 -25
  756. package/esm2022/components/progress/progress-bar/progress-color-segments.directive.mjs +0 -58
  757. package/esm2022/components/progress/progress-circle/progress-circle.component.mjs +0 -45
  758. package/esm2022/components/progress/progress-label/progress-label.component.mjs +0 -12
  759. package/esm2022/components/progress/progress-segmented/progress-segmented.directive.mjs +0 -34
  760. package/esm2022/components/progress/progress.mjs +0 -15
  761. package/esm2022/components/progress/progress.options.mjs +0 -13
  762. package/esm2022/components/progress/taiga-ui-kit-components-progress.mjs +0 -5
  763. package/esm2022/components/pulse/index.mjs +0 -2
  764. package/esm2022/components/pulse/pulse.component.mjs +0 -34
  765. package/esm2022/components/pulse/taiga-ui-kit-components-pulse.mjs +0 -5
  766. package/esm2022/components/push/index.mjs +0 -7
  767. package/esm2022/components/push/push-alert.component.mjs +0 -29
  768. package/esm2022/components/push/push.component.mjs +0 -39
  769. package/esm2022/components/push/push.directive.mjs +0 -33
  770. package/esm2022/components/push/push.mjs +0 -5
  771. package/esm2022/components/push/push.options.mjs +0 -21
  772. package/esm2022/components/push/push.service.mjs +0 -19
  773. package/esm2022/components/push/taiga-ui-kit-components-push.mjs +0 -5
  774. package/esm2022/components/radio/index.mjs +0 -5
  775. package/esm2022/components/radio/radio.component.mjs +0 -53
  776. package/esm2022/components/radio/radio.directive.mjs +0 -32
  777. package/esm2022/components/radio/radio.mjs +0 -4
  778. package/esm2022/components/radio/radio.options.mjs +0 -13
  779. package/esm2022/components/radio/taiga-ui-kit-components-radio.mjs +0 -5
  780. package/esm2022/components/radio-list/index.mjs +0 -2
  781. package/esm2022/components/radio-list/radio-list.component.mjs +0 -64
  782. package/esm2022/components/radio-list/taiga-ui-kit-components-radio-list.mjs +0 -5
  783. package/esm2022/components/range/index.mjs +0 -3
  784. package/esm2022/components/range/range-change.directive.mjs +0 -78
  785. package/esm2022/components/range/range.component.mjs +0 -164
  786. package/esm2022/components/range/taiga-ui-kit-components-range.mjs +0 -5
  787. package/esm2022/components/rating/index.mjs +0 -3
  788. package/esm2022/components/rating/rating.component.mjs +0 -64
  789. package/esm2022/components/rating/rating.options.mjs +0 -13
  790. package/esm2022/components/rating/taiga-ui-kit-components-rating.mjs +0 -5
  791. package/esm2022/components/routable-dialog/generate-dialogable-route.mjs +0 -17
  792. package/esm2022/components/routable-dialog/index.mjs +0 -3
  793. package/esm2022/components/routable-dialog/routable-dialog.component.mjs +0 -53
  794. package/esm2022/components/routable-dialog/taiga-ui-kit-components-routable-dialog.mjs +0 -5
  795. package/esm2022/components/segmented/index.mjs +0 -3
  796. package/esm2022/components/segmented/segmented.component.mjs +0 -67
  797. package/esm2022/components/segmented/segmented.directive.mjs +0 -65
  798. package/esm2022/components/segmented/taiga-ui-kit-components-segmented.mjs +0 -5
  799. package/esm2022/components/select/index.mjs +0 -5
  800. package/esm2022/components/select/native-select/native-select.component.mjs +0 -76
  801. package/esm2022/components/select/select-option/select-option.component.mjs +0 -51
  802. package/esm2022/components/select/select.directive.mjs +0 -56
  803. package/esm2022/components/select/select.mjs +0 -4
  804. package/esm2022/components/select/taiga-ui-kit-components-select.mjs +0 -5
  805. package/esm2022/components/slider/helpers/key-steps.mjs +0 -36
  806. package/esm2022/components/slider/helpers/slider-key-steps.directive.mjs +0 -110
  807. package/esm2022/components/slider/helpers/slider-readonly.directive.mjs +0 -75
  808. package/esm2022/components/slider/helpers/slider-thumb-label.component.mjs +0 -38
  809. package/esm2022/components/slider/index.mjs +0 -8
  810. package/esm2022/components/slider/slider.component.mjs +0 -124
  811. package/esm2022/components/slider/slider.mjs +0 -12
  812. package/esm2022/components/slider/slider.options.mjs +0 -16
  813. package/esm2022/components/slider/taiga-ui-kit-components-slider.mjs +0 -5
  814. package/esm2022/components/slides/index.mjs +0 -2
  815. package/esm2022/components/slides/slides.directive.mjs +0 -51
  816. package/esm2022/components/slides/taiga-ui-kit-components-slides.mjs +0 -5
  817. package/esm2022/components/status/index.mjs +0 -2
  818. package/esm2022/components/status/status.directive.mjs +0 -35
  819. package/esm2022/components/status/taiga-ui-kit-components-status.mjs +0 -5
  820. package/esm2022/components/stepper/index.mjs +0 -4
  821. package/esm2022/components/stepper/step.component.mjs +0 -58
  822. package/esm2022/components/stepper/stepper.component.mjs +0 -118
  823. package/esm2022/components/stepper/stepper.mjs +0 -4
  824. package/esm2022/components/stepper/taiga-ui-kit-components-stepper.mjs +0 -5
  825. package/esm2022/components/switch/index.mjs +0 -3
  826. package/esm2022/components/switch/switch.component.mjs +0 -63
  827. package/esm2022/components/switch/switch.options.mjs +0 -15
  828. package/esm2022/components/switch/taiga-ui-kit-components-switch.mjs +0 -5
  829. package/esm2022/components/tabs/index.mjs +0 -9
  830. package/esm2022/components/tabs/tab.directive.mjs +0 -47
  831. package/esm2022/components/tabs/tabs-horizontal.directive.mjs +0 -108
  832. package/esm2022/components/tabs/tabs-vertical.directive.mjs +0 -38
  833. package/esm2022/components/tabs/tabs-with-more.component.mjs +0 -213
  834. package/esm2022/components/tabs/tabs.directive.mjs +0 -79
  835. package/esm2022/components/tabs/tabs.mjs +0 -15
  836. package/esm2022/components/tabs/tabs.options.mjs +0 -19
  837. package/esm2022/components/tabs/tabs.providers.mjs +0 -35
  838. package/esm2022/components/tabs/taiga-ui-kit-components-tabs.mjs +0 -5
  839. package/esm2022/components/taiga-ui-kit-components.mjs +0 -5
  840. package/esm2022/components/textarea/index.mjs +0 -4
  841. package/esm2022/components/textarea/taiga-ui-kit-components-textarea.mjs +0 -5
  842. package/esm2022/components/textarea/textarea-limit.directive.mjs +0 -93
  843. package/esm2022/components/textarea/textarea.component.mjs +0 -58
  844. package/esm2022/components/textarea/textarea.options.mjs +0 -7
  845. package/esm2022/components/tiles/index.mjs +0 -7
  846. package/esm2022/components/tiles/taiga-ui-kit-components-tiles.mjs +0 -5
  847. package/esm2022/components/tiles/tile-handle.directive.mjs +0 -60
  848. package/esm2022/components/tiles/tile.component.mjs +0 -69
  849. package/esm2022/components/tiles/tile.service.mjs +0 -90
  850. package/esm2022/components/tiles/tiles.component.mjs +0 -70
  851. package/esm2022/components/tiles/tiles.mjs +0 -5
  852. package/esm2022/components/tiles/tiles.tokens.mjs +0 -37
  853. package/esm2022/components/toast/index.mjs +0 -6
  854. package/esm2022/components/toast/taiga-ui-kit-components-toast.mjs +0 -5
  855. package/esm2022/components/toast/toast.component.mjs +0 -50
  856. package/esm2022/components/toast/toast.directive.mjs +0 -68
  857. package/esm2022/components/toast/toast.mjs +0 -4
  858. package/esm2022/components/toast/toast.options.mjs +0 -8
  859. package/esm2022/components/toast/toast.service.mjs +0 -54
  860. package/esm2022/components/tree/components/tree/tree.component.mjs +0 -64
  861. package/esm2022/components/tree/components/tree-item/tree-item.component.mjs +0 -63
  862. package/esm2022/components/tree/components/tree-item-content/tree-item-content.component.mjs +0 -44
  863. package/esm2022/components/tree/directives/tree-children.directive.mjs +0 -24
  864. package/esm2022/components/tree/directives/tree-controller.directive.mjs +0 -57
  865. package/esm2022/components/tree/directives/tree-item-controller.directive.mjs +0 -32
  866. package/esm2022/components/tree/directives/tree-node.directive.mjs +0 -32
  867. package/esm2022/components/tree/index.mjs +0 -12
  868. package/esm2022/components/tree/misc/tree.constants.mjs +0 -9
  869. package/esm2022/components/tree/misc/tree.interfaces.mjs +0 -2
  870. package/esm2022/components/tree/misc/tree.service.mjs +0 -31
  871. package/esm2022/components/tree/misc/tree.tokens.mjs +0 -43
  872. package/esm2022/components/tree/taiga-ui-kit-components-tree.mjs +0 -5
  873. package/esm2022/components/tree/tree.mjs +0 -17
  874. package/esm2022/directives/button-close/button-close.directive.mjs +0 -33
  875. package/esm2022/directives/button-close/index.mjs +0 -2
  876. package/esm2022/directives/button-close/taiga-ui-kit-directives-button-close.mjs +0 -5
  877. package/esm2022/directives/button-group/button-group.directive.mjs +0 -29
  878. package/esm2022/directives/button-group/index.mjs +0 -2
  879. package/esm2022/directives/button-group/taiga-ui-kit-directives-button-group.mjs +0 -5
  880. package/esm2022/directives/button-select/button-select.directive.mjs +0 -57
  881. package/esm2022/directives/button-select/index.mjs +0 -2
  882. package/esm2022/directives/button-select/taiga-ui-kit-directives-button-select.mjs +0 -5
  883. package/esm2022/directives/chevron/chevron.directive.mjs +0 -45
  884. package/esm2022/directives/chevron/index.mjs +0 -2
  885. package/esm2022/directives/chevron/taiga-ui-kit-directives-chevron.mjs +0 -5
  886. package/esm2022/directives/connected/connected.directive.mjs +0 -32
  887. package/esm2022/directives/connected/index.mjs +0 -2
  888. package/esm2022/directives/connected/taiga-ui-kit-directives-connected.mjs +0 -5
  889. package/esm2022/directives/copy/copy.component.mjs +0 -54
  890. package/esm2022/directives/copy/copy.directive.mjs +0 -71
  891. package/esm2022/directives/copy/copy.mjs +0 -4
  892. package/esm2022/directives/copy/copy.options.mjs +0 -3
  893. package/esm2022/directives/copy/index.mjs +0 -6
  894. package/esm2022/directives/copy/taiga-ui-kit-directives-copy.mjs +0 -5
  895. package/esm2022/directives/data-list-dropdown-manager/data-list-dropdown-manager.directive.mjs +0 -105
  896. package/esm2022/directives/data-list-dropdown-manager/index.mjs +0 -2
  897. package/esm2022/directives/data-list-dropdown-manager/taiga-ui-kit-directives-data-list-dropdown-manager.mjs +0 -5
  898. package/esm2022/directives/fade/fade.directive.mjs +0 -92
  899. package/esm2022/directives/fade/index.mjs +0 -2
  900. package/esm2022/directives/fade/taiga-ui-kit-directives-fade.mjs +0 -5
  901. package/esm2022/directives/fluid-typography/fluid-typography.directive.mjs +0 -63
  902. package/esm2022/directives/fluid-typography/fluid-typography.options.mjs +0 -13
  903. package/esm2022/directives/fluid-typography/index.mjs +0 -3
  904. package/esm2022/directives/fluid-typography/taiga-ui-kit-directives-fluid-typography.mjs +0 -5
  905. package/esm2022/directives/highlight/highlight.directive.mjs +0 -92
  906. package/esm2022/directives/highlight/index.mjs +0 -2
  907. package/esm2022/directives/highlight/taiga-ui-kit-directives-highlight.mjs +0 -5
  908. package/esm2022/directives/icon-badge/icon-badge.directive.mjs +0 -41
  909. package/esm2022/directives/icon-badge/index.mjs +0 -2
  910. package/esm2022/directives/icon-badge/taiga-ui-kit-directives-icon-badge.mjs +0 -5
  911. package/esm2022/directives/index.mjs +0 -21
  912. package/esm2022/directives/lazy-loading/index.mjs +0 -3
  913. package/esm2022/directives/lazy-loading/lazy-loading.directive.mjs +0 -58
  914. package/esm2022/directives/lazy-loading/lazy-loading.service.mjs +0 -23
  915. package/esm2022/directives/lazy-loading/taiga-ui-kit-directives-lazy-loading.mjs +0 -5
  916. package/esm2022/directives/password/index.mjs +0 -3
  917. package/esm2022/directives/password/password.directive.mjs +0 -67
  918. package/esm2022/directives/password/password.options.mjs +0 -8
  919. package/esm2022/directives/password/taiga-ui-kit-directives-password.mjs +0 -5
  920. package/esm2022/directives/present/index.mjs +0 -2
  921. package/esm2022/directives/present/present.directive.mjs +0 -33
  922. package/esm2022/directives/present/taiga-ui-kit-directives-present.mjs +0 -5
  923. package/esm2022/directives/sensitive/index.mjs +0 -2
  924. package/esm2022/directives/sensitive/sensitive.directive.mjs +0 -48
  925. package/esm2022/directives/sensitive/taiga-ui-kit-directives-sensitive.mjs +0 -5
  926. package/esm2022/directives/shimmer/index.mjs +0 -2
  927. package/esm2022/directives/shimmer/shimmer.directive.mjs +0 -68
  928. package/esm2022/directives/shimmer/taiga-ui-kit-directives-shimmer.mjs +0 -5
  929. package/esm2022/directives/skeleton/index.mjs +0 -2
  930. package/esm2022/directives/skeleton/skeleton.directive.mjs +0 -69
  931. package/esm2022/directives/skeleton/taiga-ui-kit-directives-skeleton.mjs +0 -5
  932. package/esm2022/directives/taiga-ui-kit-directives.mjs +0 -5
  933. package/esm2022/directives/tooltip/index.mjs +0 -3
  934. package/esm2022/directives/tooltip/taiga-ui-kit-directives-tooltip.mjs +0 -5
  935. package/esm2022/directives/tooltip/tooltip.directive.mjs +0 -92
  936. package/esm2022/directives/tooltip/tooltip.options.mjs +0 -6
  937. package/esm2022/directives/unfinished-validator/index.mjs +0 -3
  938. package/esm2022/directives/unfinished-validator/taiga-ui-kit-directives-unfinished-validator.mjs +0 -5
  939. package/esm2022/directives/unfinished-validator/unfinished-validator.directive.mjs +0 -36
  940. package/esm2022/directives/unfinished-validator/unfinished.validator.mjs +0 -7
  941. package/esm2022/directives/unmask-handler/index.mjs +0 -2
  942. package/esm2022/directives/unmask-handler/taiga-ui-kit-directives-unmask-handler.mjs +0 -5
  943. package/esm2022/directives/unmask-handler/unmask-handler.directive.mjs +0 -35
  944. package/esm2022/index.mjs +0 -6
  945. package/esm2022/pipes/emails/emails.options.mjs +0 -13
  946. package/esm2022/pipes/emails/emails.pipe.mjs +0 -26
  947. package/esm2022/pipes/emails/index.mjs +0 -3
  948. package/esm2022/pipes/emails/taiga-ui-kit-pipes-emails.mjs +0 -5
  949. package/esm2022/pipes/field-error/field-error-content-pipe.mjs +0 -42
  950. package/esm2022/pipes/field-error/field-error-pipe.mjs +0 -103
  951. package/esm2022/pipes/field-error/index.mjs +0 -3
  952. package/esm2022/pipes/field-error/taiga-ui-kit-pipes-field-error.mjs +0 -5
  953. package/esm2022/pipes/filter-by-input/filter-by-input.pipe.mjs +0 -68
  954. package/esm2022/pipes/filter-by-input/index.mjs +0 -2
  955. package/esm2022/pipes/filter-by-input/taiga-ui-kit-pipes-filter-by-input.mjs +0 -5
  956. package/esm2022/pipes/hide-selected/hide-selected.pipe.mjs +0 -46
  957. package/esm2022/pipes/hide-selected/index.mjs +0 -2
  958. package/esm2022/pipes/hide-selected/taiga-ui-kit-pipes-hide-selected.mjs +0 -5
  959. package/esm2022/pipes/index.mjs +0 -8
  960. package/esm2022/pipes/sort-countries/index.mjs +0 -2
  961. package/esm2022/pipes/sort-countries/sort-countries.pipe.mjs +0 -23
  962. package/esm2022/pipes/sort-countries/taiga-ui-kit-pipes-sort-countries.mjs +0 -5
  963. package/esm2022/pipes/stringify/index.mjs +0 -2
  964. package/esm2022/pipes/stringify/stringify.pipe.mjs +0 -18
  965. package/esm2022/pipes/stringify/taiga-ui-kit-pipes-stringify.mjs +0 -5
  966. package/esm2022/pipes/stringify-content/index.mjs +0 -2
  967. package/esm2022/pipes/stringify-content/stringify-content.pipe.mjs +0 -18
  968. package/esm2022/pipes/stringify-content/taiga-ui-kit-pipes-stringify-content.mjs +0 -5
  969. package/esm2022/pipes/taiga-ui-kit-pipes.mjs +0 -5
  970. package/esm2022/taiga-ui-kit.mjs +0 -5
  971. package/esm2022/tokens/calendar-date-stream.mjs +0 -25
  972. package/esm2022/tokens/date-inputs-value-transformers.mjs +0 -21
  973. package/esm2022/tokens/i18n.mjs +0 -75
  974. package/esm2022/tokens/index.mjs +0 -10
  975. package/esm2022/tokens/input-date-options.mjs +0 -13
  976. package/esm2022/tokens/items-handlers.mjs +0 -27
  977. package/esm2022/tokens/mobile-calendar.mjs +0 -13
  978. package/esm2022/tokens/month-formatter.mjs +0 -12
  979. package/esm2022/tokens/preview-icons.mjs +0 -17
  980. package/esm2022/tokens/taiga-ui-kit-tokens.mjs +0 -5
  981. package/esm2022/tokens/validation-errors.mjs +0 -6
  982. package/esm2022/utils/create-time-periods.mjs +0 -12
  983. package/esm2022/utils/index.mjs +0 -7
  984. package/esm2022/utils/inject-value.mjs +0 -11
  985. package/esm2022/utils/is-flat.mjs +0 -4
  986. package/esm2022/utils/maskito.binding.mjs +0 -6
  987. package/esm2022/utils/phone.mjs +0 -6
  988. package/esm2022/utils/taiga-ui-kit-utils.mjs +0 -5
  989. package/esm2022/utils/toggle-day.mjs +0 -6
  990. package/fesm2022/taiga-ui-kit-components-elastic-container.mjs +0 -78
  991. package/fesm2022/taiga-ui-kit-components-elastic-container.mjs.map +0 -1
  992. package/fesm2022/taiga-ui-kit-components-floating-container.mjs +0 -43
  993. package/fesm2022/taiga-ui-kit-components-floating-container.mjs.map +0 -1
  994. package/fesm2022/taiga-ui-kit-components-input-password.mjs +0 -96
  995. package/fesm2022/taiga-ui-kit-components-input-password.mjs.map +0 -1
  996. package/fesm2022/taiga-ui-kit-components-pdf-viewer.mjs +0 -83
  997. package/fesm2022/taiga-ui-kit-components-pdf-viewer.mjs.map +0 -1
  998. package/fesm2022/taiga-ui-kit-components-preview-dialog.mjs +0 -64
  999. package/fesm2022/taiga-ui-kit-components-preview-dialog.mjs.map +0 -1
  1000. package/fesm2022/taiga-ui-kit-components-slides.mjs +0 -57
  1001. package/fesm2022/taiga-ui-kit-components-slides.mjs.map +0 -1
  1002. package/fesm2022/taiga-ui-kit-directives-button-close.mjs +0 -39
  1003. package/fesm2022/taiga-ui-kit-directives-button-close.mjs.map +0 -1
  1004. package/fesm2022/taiga-ui-kit-directives-copy.mjs +0 -126
  1005. package/fesm2022/taiga-ui-kit-directives-copy.mjs.map +0 -1
  1006. package/fesm2022/taiga-ui-kit-directives-icon-badge.mjs +0 -47
  1007. package/fesm2022/taiga-ui-kit-directives-icon-badge.mjs.map +0 -1
  1008. package/fesm2022/taiga-ui-kit-directives-lazy-loading.mjs +0 -82
  1009. package/fesm2022/taiga-ui-kit-directives-lazy-loading.mjs.map +0 -1
  1010. package/fesm2022/taiga-ui-kit-pipes-field-error.mjs +0 -147
  1011. package/fesm2022/taiga-ui-kit-pipes-field-error.mjs.map +0 -1
  1012. package/pipes/field-error/field-error-content-pipe.d.ts +0 -14
  1013. package/pipes/field-error/field-error-pipe.d.ts +0 -29
  1014. package/pipes/field-error/index.d.ts +0 -2
  1015. package/tokens/calendar-date-stream.d.ts +0 -10
  1016. package/tokens/date-inputs-value-transformers.d.ts +0 -19
  1017. package/tokens/input-date-options.d.ts +0 -15
  1018. package/tokens/items-handlers.d.ts +0 -26
  1019. package/tokens/mobile-calendar.d.ts +0 -6
  1020. package/tokens/month-formatter.d.ts +0 -5
  1021. package/tokens/validation-errors.d.ts +0 -5
  1022. package/utils/phone.d.ts +0 -3
  1023. package/utils/toggle-day.d.ts +0 -2
  1024. /package/{directives → components}/copy/copy.d.ts +0 -0
  1025. /package/{directives → components}/copy/index.d.ts +0 -0
@@ -1,139 +0,0 @@
1
- import { computed, Directive, effect, inject, Input, isSignal, signal, untracked, } from '@angular/core';
2
- import { tuiAsControl, TuiControl } from '@taiga-ui/cdk/classes';
3
- import { TUI_ALLOW_SIGNAL_WRITES, TUI_STRICT_MATCHER } from '@taiga-ui/cdk/constants';
4
- import { tuiAsOptionContent, } from '@taiga-ui/core/components/data-list';
5
- import { tuiAsTextfieldAccessor, tuiInjectAuxiliary, TuiTextfieldComponent, TuiTextfieldDirective, TuiWithTextfield, } from '@taiga-ui/core/components/textfield';
6
- import { TuiDropdownDirective, tuiDropdownEnabled, tuiDropdownOpen, } from '@taiga-ui/core/directives/dropdown';
7
- import { TUI_ITEMS_HANDLERS, } from '@taiga-ui/core/directives/items-handlers';
8
- import { TuiSelectOption } from '@taiga-ui/kit/components/select';
9
- import * as i0 from "@angular/core";
10
- import * as i1 from "@taiga-ui/core/components/textfield";
11
- class TuiComboBox extends TuiControl {
12
- constructor() {
13
- super(...arguments);
14
- this.host = inject(TuiTextfieldComponent);
15
- this.textfield = inject(TuiTextfieldDirective);
16
- this.open = tuiDropdownOpen();
17
- this.dropdownEnabled = tuiDropdownEnabled(this.interactive);
18
- this.dropdown = inject(TuiDropdownDirective);
19
- this.handlers = inject(TUI_ITEMS_HANDLERS);
20
- this.matcher = signal(TUI_STRICT_MATCHER);
21
- this.strict = signal(true);
22
- this.datalist = tuiInjectAuxiliary((x) => x !== this && 'options' in x && isSignal(x.options));
23
- this.options = computed(() => this.datalist()
24
- ?.options?.() // TODO(v5): remove optional call `?.()`
25
- .filter((x) => !this.handlers.disabledItemHandler()(x)) ?? []);
26
- this.nonStrictControlEffect = effect(() => {
27
- if (!this.options().length &&
28
- !this.strict() &&
29
- this.stringify(this.value()) !== this.textfield.value()) {
30
- this.onChange(this.textfield.value() || null);
31
- }
32
- }, TUI_ALLOW_SIGNAL_WRITES);
33
- this.matchingEffect = effect(() => {
34
- const options = this.options();
35
- const matcher = this.matcher();
36
- if (!options.length || !matcher) {
37
- return;
38
- }
39
- const textfieldValue = this.textfield.value();
40
- const selectedOption = options.find((x) => matcher(x, textfieldValue, this.handlers.stringify()));
41
- const value = untracked(() => this.value());
42
- const unchanged = this.stringify(value) === textfieldValue;
43
- const fallback = this.strict() || !textfieldValue ? null : textfieldValue;
44
- this.onChange(selectedOption ??
45
- /**
46
- * Don't clear already not-null form control value on new `this.options()` array.
47
- * Otherwise, `ComboBox` becomes incompatible with virtual scroll
48
- * (which displays large lists of elements by only rendering the items that fit on-screen).
49
- * Users can still able to patch form value with `null` on new items if they wish the such behavior.
50
- */
51
- (unchanged ? value : fallback));
52
- }, TUI_ALLOW_SIGNAL_WRITES);
53
- this.newValueEffect = effect(() => {
54
- const stringified = this.stringify(this.value());
55
- this.textfield.value.update((x) => stringified || x);
56
- }, TUI_ALLOW_SIGNAL_WRITES);
57
- this.blurEffect = effect(() => {
58
- const incomplete = untracked(() => this.strict() && this.value() === null);
59
- if (!this.host.focused() && incomplete) {
60
- this.textfield.value.set('');
61
- }
62
- }, TUI_ALLOW_SIGNAL_WRITES);
63
- }
64
- // TODO(v5): use signal input
65
- set strictSetter(x) {
66
- this.strict.set(x);
67
- }
68
- // TODO(v5): use signal input
69
- set matcherSetter(x) {
70
- this.matcher.set(x);
71
- }
72
- setValue(value) {
73
- this.textfield.setValue(value);
74
- this.onChange(value);
75
- if (!value) {
76
- this.toggleDropdown(true);
77
- }
78
- }
79
- writeValue(value) {
80
- const reset = this.control.pristine && this.control.untouched && !value;
81
- const changed = untracked(() => value !== this.value());
82
- if (changed || reset) {
83
- super.writeValue(value);
84
- untracked(() => this.textfield.value.set(this.stringify(value)));
85
- }
86
- }
87
- toggleDropdown(open = !this.open()) {
88
- if (this.dropdownEnabled() && this.dropdown._content()) {
89
- this.open.set(open);
90
- }
91
- }
92
- keydownEnter(event) {
93
- if (!this.open()) {
94
- return;
95
- }
96
- event.preventDefault();
97
- const options = this.options();
98
- if (options.length === 1 && options[0]) {
99
- this.setValue(options[0]);
100
- this.toggleDropdown(false);
101
- }
102
- }
103
- stringify(value) {
104
- return value != null ? this.handlers.stringify()(value) : '';
105
- }
106
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiComboBox, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
107
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: TuiComboBox, isStandalone: true, selector: "input[tuiComboBox]", inputs: { strictSetter: ["strict", "strictSetter"], matcherSetter: ["matcher", "matcherSetter"] }, host: { listeners: { "click": "toggleDropdown()", "input": "toggleDropdown(true)", "keydown.enter": "keydownEnter($event)" }, properties: { "disabled": "disabled()" } }, providers: [
108
- tuiAsOptionContent(TuiSelectOption),
109
- tuiAsTextfieldAccessor(TuiComboBox),
110
- tuiAsControl(TuiComboBox),
111
- ], usesInheritance: true, hostDirectives: [{ directive: i1.TuiWithTextfield }], ngImport: i0 }); }
112
- }
113
- export { TuiComboBox };
114
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiComboBox, decorators: [{
115
- type: Directive,
116
- args: [{
117
- standalone: true,
118
- selector: 'input[tuiComboBox]',
119
- providers: [
120
- tuiAsOptionContent(TuiSelectOption),
121
- tuiAsTextfieldAccessor(TuiComboBox),
122
- tuiAsControl(TuiComboBox),
123
- ],
124
- hostDirectives: [TuiWithTextfield],
125
- host: {
126
- '[disabled]': 'disabled()',
127
- '(click)': 'toggleDropdown()',
128
- '(input)': 'toggleDropdown(true)',
129
- '(keydown.enter)': 'keydownEnter($event)',
130
- },
131
- }]
132
- }], propDecorators: { strictSetter: [{
133
- type: Input,
134
- args: ['strict']
135
- }], matcherSetter: [{
136
- type: Input,
137
- args: ['matcher']
138
- }] } });
139
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tYm8tYm94LmRpcmVjdGl2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2tpdC9jb21wb25lbnRzL2NvbWJvLWJveC9jb21iby1ib3guZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDSCxRQUFRLEVBQ1IsU0FBUyxFQUNULE1BQU0sRUFDTixNQUFNLEVBQ04sS0FBSyxFQUNMLFFBQVEsRUFDUixNQUFNLEVBQ04sU0FBUyxHQUNaLE1BQU0sZUFBZSxDQUFDO0FBQ3ZCLE9BQU8sRUFBQyxZQUFZLEVBQUUsVUFBVSxFQUFDLE1BQU0sdUJBQXVCLENBQUM7QUFDL0QsT0FBTyxFQUFDLHVCQUF1QixFQUFFLGtCQUFrQixFQUFDLE1BQU0seUJBQXlCLENBQUM7QUFFcEYsT0FBTyxFQUNILGtCQUFrQixHQUVyQixNQUFNLHFDQUFxQyxDQUFDO0FBQzdDLE9BQU8sRUFDSCxzQkFBc0IsRUFDdEIsa0JBQWtCLEVBRWxCLHFCQUFxQixFQUNyQixxQkFBcUIsRUFDckIsZ0JBQWdCLEdBQ25CLE1BQU0scUNBQXFDLENBQUM7QUFDN0MsT0FBTyxFQUNILG9CQUFvQixFQUNwQixrQkFBa0IsRUFDbEIsZUFBZSxHQUNsQixNQUFNLG9DQUFvQyxDQUFDO0FBQzVDLE9BQU8sRUFDSCxrQkFBa0IsR0FFckIsTUFBTSwwQ0FBMEMsQ0FBQztBQUNsRCxPQUFPLEVBQUMsZUFBZSxFQUFDLE1BQU0saUNBQWlDLENBQUM7OztBQUVoRSxNQWdCYSxXQUNULFNBQVEsVUFBNkI7SUFqQnpDOztRQW9CcUIsU0FBSSxHQUE2QixNQUFNLENBQUMscUJBQXFCLENBQUMsQ0FBQztRQUMvRCxjQUFTLEdBQTZCLE1BQU0sQ0FBQyxxQkFBcUIsQ0FBQyxDQUFDO1FBQ3BFLFNBQUksR0FBRyxlQUFlLEVBQUUsQ0FBQztRQUN6QixvQkFBZSxHQUFHLGtCQUFrQixDQUFDLElBQUksQ0FBQyxXQUFXLENBQUMs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QUUsQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDO0lBQ2pFLENBQUM7K0dBbElRLFdBQVc7bUdBQVgsV0FBVyw4VUFiVDtZQUNQLGtCQUFrQixDQUFDLGVBQWUsQ0FBQztZQUNuQyxzQkFBc0IsQ0FBQyxXQUFXLENBQUM7WUFDbkMsWUFBWSxDQUFDLFdBQVcsQ0FBQztTQUM1Qjs7U0FTUSxXQUFXOzRGQUFYLFdBQVc7a0JBaEJ2QixTQUFTO21CQUFDO29CQUNQLFVBQVUsRUFBRSxJQUFJO29CQUNoQixRQUFRLEVBQUUsb0JBQW9CO29CQUM5QixTQUFTLEVBQUU7d0JBQ1Asa0JBQWtCLENBQUMsZUFBZSxDQUFDO3dCQUNuQyxzQkFBc0IsYUFBYTt3QkFDbkMsWUFBWSxhQUFhO3FCQUM1QjtvQkFDRCxjQUFjLEVBQUUsQ0FBQyxnQkFBZ0IsQ0FBQztvQkFDbEMsSUFBSSxFQUFFO3dCQUNGLFlBQVksRUFBRSxZQUFZO3dCQUMxQixTQUFTLEVBQUUsa0JBQWtCO3dCQUM3QixTQUFTLEVBQUUsc0JBQXNCO3dCQUNqQyxpQkFBaUIsRUFBRSxzQkFBc0I7cUJBQzVDO2lCQUNKOzhCQStFYyxZQUFZO3NCQUR0QixLQUFLO3VCQUFDLFFBQVE7Z0JBT0osYUFBYTtzQkFEdkIsS0FBSzt1QkFBQyxTQUFTIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgICBjb21wdXRlZCxcbiAgICBEaXJlY3RpdmUsXG4gICAgZWZmZWN0LFxuICAgIGluamVjdCxcbiAgICBJbnB1dCxcbiAgICBpc1NpZ25hbCxcbiAgICBzaWduYWwsXG4gICAgdW50cmFja2VkLFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7dHVpQXNDb250cm9sLCBUdWlDb250cm9sfSBmcm9tICdAdGFpZ2EtdWkvY2RrL2NsYXNzZXMnO1xuaW1wb3J0IHtUVUlfQUxMT1dfU0lHTkFMX1dSSVRFUywgVFVJX1NUUklDVF9NQVRDSEVSfSBmcm9tICdAdGFpZ2EtdWkvY2RrL2NvbnN0YW50cyc7XG5pbXBvcnQge3R5cGUgVHVpU3RyaW5nTWF0Y2hlcn0gZnJvbSAnQHRhaWdhLXVpL2Nkay90eXBlcyc7XG5pbXBvcnQge1xuICAgIHR1aUFzT3B0aW9uQ29udGVudCxcbiAgICB0eXBlIFR1aURhdGFMaXN0QWNjZXNzb3IsXG59IGZyb20gJ0B0YWlnYS11aS9jb3JlL2NvbXBvbmVudHMvZGF0YS1saXN0JztcbmltcG9ydCB7XG4gICAgdHVpQXNUZXh0ZmllbGRBY2Nlc3NvcixcbiAgICB0dWlJbmplY3RBdXhpbGlhcnksXG4gICAgdHlwZSBUdWlUZXh0ZmllbGRBY2Nlc3NvcixcbiAgICBUdWlUZXh0ZmllbGRDb21wb25lbnQsXG4gICAgVHVpVGV4dGZpZWxkRGlyZWN0aXZlLFxuICAgIFR1aVdpdGhUZXh0ZmllbGQsXG59IGZyb20gJ0B0YWlnYS11aS9jb3JlL2NvbXBvbmVudHMvdGV4dGZpZWxkJztcbmltcG9ydCB7XG4gICAgVHVpRHJvcGRvd25EaXJlY3RpdmUsXG4gICAgdHVpRHJvcGRvd25FbmFibGVkLFxuICAgIHR1aURyb3Bkb3duT3Blbixcbn0gZnJvbSAnQHRhaWdhLXVpL2NvcmUvZGlyZWN0aXZlcy9kcm9wZG93bic7XG5pbXBvcnQge1xuICAgIFRVSV9JVEVNU19IQU5ETEVSUyxcbiAgICB0eXBlIFR1aUl0ZW1zSGFuZGxlcnMsXG59IGZyb20gJ0B0YWlnYS11aS9jb3JlL2RpcmVjdGl2ZXMvaXRlbXMtaGFuZGxlcnMnO1xuaW1wb3J0IHtUdWlTZWxlY3RPcHRpb259IGZyb20gJ0B0YWlnYS11aS9raXQvY29tcG9uZW50cy9zZWxlY3QnO1xuXG5ARGlyZWN0aXZlKHtcbiAgICBzdGFuZGFsb25lOiB0cnVlLFxuICAgIHNlbGVjdG9yOiAnaW5wdXRbdHVpQ29tYm9Cb3hdJyxcbiAgICBwcm92aWRlcnM6IFtcbiAgICAgICAgdHVpQXNPcHRpb25Db250ZW50KFR1aVNlbGVjdE9wdGlvbiksXG4gICAgICAgIHR1aUFzVGV4dGZpZWxkQWNjZXNzb3IoVHVpQ29tYm9Cb3gpLFxuICAgICAgICB0dWlBc0NvbnRyb2woVHVpQ29tYm9Cb3gpLFxuICAgIF0sXG4gICAgaG9zdERpcmVjdGl2ZXM6IFtUdWlXaXRoVGV4dGZpZWxkXSxcbiAgICBob3N0OiB7XG4gICAgICAgICdbZGlzYWJsZWRdJzogJ2Rpc2FibGVkKCknLFxuICAgICAgICAnKGNsaWNrKSc6ICd0b2dnbGVEcm9wZG93bigpJyxcbiAgICAgICAgJyhpbnB1dCknOiAndG9nZ2xlRHJvcGRvd24odHJ1ZSknLFxuICAgICAgICAnKGtleWRvd24uZW50ZXIpJzogJ2tleWRvd25FbnRlcigkZXZlbnQpJyxcbiAgICB9LFxufSlcbmV4cG9ydCBjbGFzcyBUdWlDb21ib0JveDxUPlxuICAgIGV4dGVuZHMgVHVpQ29udHJvbDxUIHwgc3RyaW5nIHwgbnVsbD5cbiAgICBpbXBsZW1lbnRzIFR1aVRleHRmaWVsZEFjY2Vzc29yPFQ+XG57XG4gICAgcHJpdmF0ZSByZWFkb25seSBob3N0OiBUdWlUZXh0ZmllbGRDb21wb25lbnQ8VD4gPSBpbmplY3QoVHVpVGV4dGZpZWxkQ29tcG9uZW50KTtcbiAgICBwcml2YXRlIHJlYWRvbmx5IHRleHRmaWVsZDogVHVpVGV4dGZpZWxkRGlyZWN0aXZlPFQ+ID0gaW5qZWN0KFR1aVRleHRmaWVsZERpcmVjdGl2ZSk7XG4gICAgcHJpdmF0ZSByZWFkb25seSBvcGVuID0gdHVpRHJvcGRvd25PcGVuKCk7XG4gICAgcHJpdmF0ZSByZWFkb25seSBkcm9wZG93bkVuYWJsZWQgPSB0dWlEcm9wZG93bkVuYWJsZWQodGhpcy5pbnRlcmFjdGl2ZSk7XG4gICAgcHJpdmF0ZSByZWFkb25seSBkcm9wZG93biA9IGluamVjdChUdWlEcm9wZG93bkRpcmVjdGl2ZSk7XG4gICAgcHJpdmF0ZSByZWFkb25seSBoYW5kbGVyczogVHVpSXRlbXNIYW5kbGVyczxUIHwgc3RyaW5nPiA9IGluamVjdChUVUlfSVRFTVNfSEFORExFUlMpO1xuXG4gICAgcHJpdmF0ZSByZWFkb25seSBtYXRjaGVyID0gc2lnbmFsPFR1aVN0cmluZ01hdGNoZXI8VD4gfCBudWxsPihUVUlfU1RSSUNUX01BVENIRVIpO1xuICAgIHByaXZhdGUgcmVhZG9ubHkgc3RyaWN0ID0gc2lnbmFsKHRydWUpO1xuICAgIHByaXZhdGUgcmVhZG9ubHkgZGF0YWxpc3QgPSB0dWlJbmplY3RBdXhpbGlhcnk8VHVpRGF0YUxpc3RBY2Nlc3NvcjxUPj4oXG4gICAgICAgICh4KSA9PiB4ICE9PSB0aGlzICYmICdvcHRpb25zJyBpbiB4ICYmIGlzU2lnbmFsKHgub3B0aW9ucyksXG4gICAgKTtcblxuICAgIHByaXZhdGUgcmVhZG9ubHkgb3B0aW9ucyA9IGNvbXB1dGVkKFxuICAgICAgICAoKSA9PlxuICAgICAgICAgICAgdGhpcy5kYXRhbGlzdCgpXG4gICAgICAgICAgICAgICAgPy5vcHRpb25zPy4oKSAvLyBUT0RPKHY1KTogcmVtb3ZlIG9wdGlvbmFsIGNhbGwgYD8uKClgXG4gICAgICAgICAgICAgICAgLmZpbHRlcigoeCkgPT4gIXRoaXMuaGFuZGxlcnMuZGlzYWJsZWRJdGVtSGFuZGxlcigpKHgpKSA/PyBbXSxcbiAgICApO1xuXG4gICAgcHJvdGVjdGVkIHJlYWRvbmx5IG5vblN0cmljdENvbnRyb2xFZmZlY3QgPSBlZmZlY3QoKCkgPT4ge1xuICAgICAgICBpZiAoXG4gICAgICAgICAgICAhdGhpcy5vcHRpb25zKCkubGVuZ3RoICYmXG4gICAgICAgICAgICAhdGhpcy5zdHJpY3QoKSAmJlxuICAgICAgICAgICAgdGhpcy5zdHJpbmdpZnkodGhpcy52YWx1ZSgpKSAhPT0gdGhpcy50ZXh0ZmllbGQudmFsdWUoKVxuICAgICAgICApIHtcbiAgICAgICAgICAgIHRoaXMub25DaGFuZ2UodGhpcy50ZXh0ZmllbGQudmFsdWUoKSB8fCBudWxsKTtcbiAgICAgICAgfVxuICAgIH0sIFRVSV9BTExPV19TSUdOQUxfV1JJVEVTKTtcblxuICAgIHByb3RlY3RlZCByZWFkb25seSBtYXRjaGluZ0VmZmVjdCA9IGVmZmVjdCgoKSA9PiB7XG4gICAgICAgIGNvbnN0IG9wdGlvbnMgPSB0aGlzLm9wdGlvbnMoKTtcbiAgICAgICAgY29uc3QgbWF0Y2hlciA9IHRoaXMubWF0Y2hlcigpO1xuXG4gICAgICAgIGlmICghb3B0aW9ucy5sZW5ndGggfHwgIW1hdGNoZXIpIHtcbiAgICAgICAgICAgIHJldHVybjtcbiAgICAgICAgfVxuXG4gICAgICAgIGNvbnN0IHRleHRmaWVsZFZhbHVlID0gdGhpcy50ZXh0ZmllbGQudmFsdWUoKTtcbiAgICAgICAgY29uc3Qgc2VsZWN0ZWRPcHRpb24gPSBvcHRpb25zLmZpbmQoKHgpID0+XG4gICAgICAgICAgICBtYXRjaGVyKHgsIHRleHRmaWVsZFZhbHVlLCB0aGlzLmhhbmRsZXJzLnN0cmluZ2lmeSgpKSxcbiAgICAgICAgKTtcbiAgICAgICAgY29uc3QgdmFsdWUgPSB1bnRyYWNrZWQoKCkgPT4gdGhpcy52YWx1ZSgpKTtcbiAgICAgICAgY29uc3QgdW5jaGFuZ2VkID0gdGhpcy5zdHJpbmdpZnkodmFsdWUpID09PSB0ZXh0ZmllbGRWYWx1ZTtcbiAgICAgICAgY29uc3QgZmFsbGJhY2sgPSB0aGlzLnN0cmljdCgpIHx8ICF0ZXh0ZmllbGRWYWx1ZSA/IG51bGwgOiB0ZXh0ZmllbGRWYWx1ZTtcblxuICAgICAgICB0aGlzLm9uQ2hhbmdlKFxuICAgICAgICAgICAgc2VsZWN0ZWRPcHRpb24gPz9cbiAgICAgICAgICAgICAgICAvKipcbiAgICAgICAgICAgICAgICAgKiBEb24ndCBjbGVhciBhbHJlYWR5IG5vdC1udWxsIGZvcm0gY29udHJvbCB2YWx1ZSBvbiBuZXcgYHRoaXMub3B0aW9ucygpYCBhcnJheS5cbiAgICAgICAgICAgICAgICAgKiBPdGhlcndpc2UsIGBDb21ib0JveGAgYmVjb21lcyBpbmNvbXBhdGlibGUgd2l0aCB2aXJ0dWFsIHNjcm9sbFxuICAgICAgICAgICAgICAgICAqICh3aGljaCBkaXNwbGF5cyBsYXJnZSBsaXN0cyBvZiBlbGVtZW50cyBieSBvbmx5IHJlbmRlcmluZyB0aGUgaXRlbXMgdGhhdCBmaXQgb24tc2NyZWVuKS5cbiAgICAgICAgICAgICAgICAgKiBVc2VycyBjYW4gc3RpbGwgYWJsZSB0byBwYXRjaCBmb3JtIHZhbHVlIHdpdGggYG51bGxgIG9uIG5ldyBpdGVtcyBpZiB0aGV5IHdpc2ggdGhlIHN1Y2ggYmVoYXZpb3IuXG4gICAgICAgICAgICAgICAgICovXG4gICAgICAgICAgICAgICAgKHVuY2hhbmdlZCA/IHZhbHVlIDogZmFsbGJhY2spLFxuICAgICAgICApO1xuICAgIH0sIFRVSV9BTExPV19TSUdOQUxfV1JJVEVTKTtcblxuICAgIHByb3RlY3RlZCByZWFkb25seSBuZXdWYWx1ZUVmZmVjdCA9IGVmZmVjdCgoKSA9PiB7XG4gICAgICAgIGNvbnN0IHN0cmluZ2lmaWVkID0gdGhpcy5zdHJpbmdpZnkodGhpcy52YWx1ZSgpKTtcblxuICAgICAgICB0aGlzLnRleHRmaWVsZC52YWx1ZS51cGRhdGUoKHgpID0+IHN0cmluZ2lmaWVkIHx8IHgpO1xuICAgIH0sIFRVSV9BTExPV19TSUdOQUxfV1JJVEVTKTtcblxuICAgIHByb3RlY3RlZCByZWFkb25seSBibHVyRWZmZWN0ID0gZWZmZWN0KCgpID0+IHtcbiAgICAgICAgY29uc3QgaW5jb21wbGV0ZSA9IHVudHJhY2tlZCgoKSA9PiB0aGlzLnN0cmljdCgpICYmIHRoaXMudmFsdWUoKSA9PT0gbnVsbCk7XG5cbiAgICAgICAgaWYgKCF0aGlzLmhvc3QuZm9jdXNlZCgpICYmIGluY29tcGxldGUpIHtcbiAgICAgICAgICAgIHRoaXMudGV4dGZpZWxkLnZhbHVlLnNldCgnJyk7XG4gICAgICAgIH1cbiAgICB9LCBUVUlfQUxMT1dfU0lHTkFMX1dSSVRFUyk7XG5cbiAgICAvLyBUT0RPKHY1KTogdXNlIHNpZ25hbCBpbnB1dFxuICAgIEBJbnB1dCgnc3RyaWN0JylcbiAgICBwdWJsaWMgc2V0IHN0cmljdFNldHRlcih4OiBib29sZWFuKSB7XG4gICAgICAgIHRoaXMuc3RyaWN0LnNldCh4KTtcbiAgICB9XG5cbiAgICAvLyBUT0RPKHY1KTogdXNlIHNpZ25hbCBpbnB1dFxuICAgIEBJbnB1dCgnbWF0Y2hlcicpXG4gICAgcHVibGljIHNldCBtYXRjaGVyU2V0dGVyKHg6IFR1aVN0cmluZ01hdGNoZXI8VD4gfCBudWxsKSB7XG4gICAgICAgIHRoaXMubWF0Y2hlci5zZXQoeCk7XG4gICAgfVxuXG4gICAgcHVibGljIHNldFZhbHVlKHZhbHVlOiBUIHwgbnVsbCk6IHZvaWQge1xuICAgICAgICB0aGlzLnRleHRmaWVsZC5zZXRWYWx1ZSh2YWx1ZSk7XG4gICAgICAgIHRoaXMub25DaGFuZ2UodmFsdWUpO1xuXG4gICAgICAgIGlmICghdmFsdWUpIHtcbiAgICAgICAgICAgIHRoaXMudG9nZ2xlRHJvcGRvd24odHJ1ZSk7XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICBwdWJsaWMgb3ZlcnJpZGUgd3JpdGVWYWx1ZSh2YWx1ZTogVCB8IHN0cmluZyB8IG51bGwpOiB2b2lkIHtcbiAgICAgICAgY29uc3QgcmVzZXQgPSB0aGlzLmNvbnRyb2wucHJpc3RpbmUgJiYgdGhpcy5jb250cm9sLnVudG91Y2hlZCAmJiAhdmFsdWU7XG4gICAgICAgIGNvbnN0IGNoYW5nZWQgPSB1bnRyYWNrZWQoKCkgPT4gdmFsdWUgIT09IHRoaXMudmFsdWUoKSk7XG5cbiAgICAgICAgaWYgKGNoYW5nZWQgfHwgcmVzZXQpIHtcbiAgICAgICAgICAgIHN1cGVyLndyaXRlVmFsdWUodmFsdWUpO1xuICAgICAgICAgICAgdW50cmFja2VkKCgpID0+IHRoaXMudGV4dGZpZWxkLnZhbHVlLnNldCh0aGlzLnN0cmluZ2lmeSh2YWx1ZSkpKTtcbiAgICAgICAgfVxuICAgIH1cblxuICAgIHByb3RlY3RlZCB0b2dnbGVEcm9wZG93bihvcGVuID0gIXRoaXMub3BlbigpKTogdm9pZCB7XG4gICAgICAgIGlmICh0aGlzLmRyb3Bkb3duRW5hYmxlZCgpICYmIHRoaXMuZHJvcGRvd24uX2NvbnRlbnQoKSkge1xuICAgICAgICAgICAgdGhpcy5vcGVuLnNldChvcGVuKTtcbiAgICAgICAgfVxuICAgIH1cblxuICAgIHByb3RlY3RlZCBrZXlkb3duRW50ZXIoZXZlbnQ6IEtleWJvYXJkRXZlbnQpOiB2b2lkIHtcbiAgICAgICAgaWYgKCF0aGlzLm9wZW4oKSkge1xuICAgICAgICAgICAgcmV0dXJuO1xuICAgICAgICB9XG5cbiAgICAgICAgZXZlbnQucHJldmVudERlZmF1bHQoKTtcblxuICAgICAgICBjb25zdCBvcHRpb25zID0gdGhpcy5vcHRpb25zKCk7XG5cbiAgICAgICAgaWYgKG9wdGlvbnMubGVuZ3RoID09PSAxICYmIG9wdGlvbnNbMF0pIHtcbiAgICAgICAgICAgIHRoaXMuc2V0VmFsdWUob3B0aW9uc1swXSk7XG4gICAgICAgICAgICB0aGlzLnRvZ2dsZURyb3Bkb3duKGZhbHNlKTtcbiAgICAgICAgfVxuICAgIH1cblxuICAgIHByaXZhdGUgc3RyaW5naWZ5KHZhbHVlPzogVCB8IHN0cmluZyB8IG51bGwpOiBzdHJpbmcge1xuICAgICAgICByZXR1cm4gdmFsdWUgIT0gbnVsbCA/IHRoaXMuaGFuZGxlcnMuc3RyaW5naWZ5KCkodmFsdWUpIDogJyc7XG4gICAgfVxufVxuIl19
@@ -1,2 +0,0 @@
1
- export * from './combo-box.directive';
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9raXQvY29tcG9uZW50cy9jb21iby1ib3gvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyx1QkFBdUIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vY29tYm8tYm94LmRpcmVjdGl2ZSc7XG4iXX0=
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- export * from './index';
5
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFpZ2EtdWkta2l0LWNvbXBvbmVudHMtY29tYm8tYm94LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMva2l0L2NvbXBvbmVudHMvY29tYm8tYm94L3RhaWdhLXVpLWtpdC1jb21wb25lbnRzLWNvbWJvLWJveC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsU0FBUyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL2luZGV4JztcbiJdfQ==
@@ -1,35 +0,0 @@
1
- import { ChangeDetectionStrategy, Component, Directive, Input, ViewEncapsulation, } from '@angular/core';
2
- import { tuiWithStyles } from '@taiga-ui/cdk/utils/miscellaneous';
3
- import * as i0 from "@angular/core";
4
- class TuiCommentStyles {
5
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiCommentStyles, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
6
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: TuiCommentStyles, isStandalone: true, selector: "ng-component", host: { classAttribute: "tui-comment" }, ngImport: i0, template: '', isInline: true, styles: ["[tuiComment]{position:relative;display:inline-flex;font:var(--tui-font-text-m);color:#fff;padding:.5rem .75rem;min-inline-size:2.5rem;border-radius:1rem;line-height:1.125rem;background:var(--tui-background-accent-2);align-items:center;justify-content:center}[tuiComment]:before{content:\"\";position:absolute;bottom:100%;left:50%;inline-size:1.5625rem;block-size:.5625rem;background:inherit;transform:translate(-50%);-webkit-mask:url(\"data:image/svg+xml,%3Csvg width='25' height='9' viewBox='0 0 25 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.23309 6.67813L7.56191 3.83178C9.4546 1.5185 10.4009 0.361853 11.5998 0.10488C12.0834 0.00123882 12.5834 0.00123882 13.0669 0.10488C14.2658 0.361853 15.2121 1.5185 17.1048 3.83178L19.4337 6.67813C20.636 8.14771 22.4346 9 24.3334 9H0.333374C2.23217 9 4.0307 8.14772 5.23309 6.67813Z' fill='black'/%3E%3C/svg%3E%0A\") no-repeat;mask:url(\"data:image/svg+xml,%3Csvg width='25' height='9' viewBox='0 0 25 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.23309 6.67813L7.56191 3.83178C9.4546 1.5185 10.4009 0.361853 11.5998 0.10488C12.0834 0.00123882 12.5834 0.00123882 13.0669 0.10488C14.2658 0.361853 15.2121 1.5185 17.1048 3.83178L19.4337 6.67813C20.636 8.14771 22.4346 9 24.3334 9H0.333374C2.23217 9 4.0307 8.14772 5.23309 6.67813Z' fill='black'/%3E%3C/svg%3E%0A\") no-repeat}[tuiComment][data-direction=bottom]:before{top:100%;bottom:auto;transform:translate(-50%) rotate(180deg)}[tuiComment][data-direction=left]:before{left:auto;top:50%;right:100%;transform:translate(.785rem,-50%) rotate(-90deg)}[tuiComment][data-direction=right]:before{top:50%;left:100%;transform:translate(-.785rem,-50%) rotate(90deg)}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
7
- }
8
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiCommentStyles, decorators: [{
9
- type: Component,
10
- args: [{ standalone: true, template: '', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, host: {
11
- class: 'tui-comment',
12
- }, styles: ["[tuiComment]{position:relative;display:inline-flex;font:var(--tui-font-text-m);color:#fff;padding:.5rem .75rem;min-inline-size:2.5rem;border-radius:1rem;line-height:1.125rem;background:var(--tui-background-accent-2);align-items:center;justify-content:center}[tuiComment]:before{content:\"\";position:absolute;bottom:100%;left:50%;inline-size:1.5625rem;block-size:.5625rem;background:inherit;transform:translate(-50%);-webkit-mask:url(\"data:image/svg+xml,%3Csvg width='25' height='9' viewBox='0 0 25 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.23309 6.67813L7.56191 3.83178C9.4546 1.5185 10.4009 0.361853 11.5998 0.10488C12.0834 0.00123882 12.5834 0.00123882 13.0669 0.10488C14.2658 0.361853 15.2121 1.5185 17.1048 3.83178L19.4337 6.67813C20.636 8.14771 22.4346 9 24.3334 9H0.333374C2.23217 9 4.0307 8.14772 5.23309 6.67813Z' fill='black'/%3E%3C/svg%3E%0A\") no-repeat;mask:url(\"data:image/svg+xml,%3Csvg width='25' height='9' viewBox='0 0 25 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.23309 6.67813L7.56191 3.83178C9.4546 1.5185 10.4009 0.361853 11.5998 0.10488C12.0834 0.00123882 12.5834 0.00123882 13.0669 0.10488C14.2658 0.361853 15.2121 1.5185 17.1048 3.83178L19.4337 6.67813C20.636 8.14771 22.4346 9 24.3334 9H0.333374C2.23217 9 4.0307 8.14772 5.23309 6.67813Z' fill='black'/%3E%3C/svg%3E%0A\") no-repeat}[tuiComment][data-direction=bottom]:before{top:100%;bottom:auto;transform:translate(-50%) rotate(180deg)}[tuiComment][data-direction=left]:before{left:auto;top:50%;right:100%;transform:translate(.785rem,-50%) rotate(-90deg)}[tuiComment][data-direction=right]:before{top:50%;left:100%;transform:translate(-.785rem,-50%) rotate(90deg)}\n"] }]
13
- }] });
14
- class TuiComment {
15
- constructor() {
16
- this.nothing = tuiWithStyles(TuiCommentStyles);
17
- this.tuiComment = 'top';
18
- }
19
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiComment, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
20
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: TuiComment, isStandalone: true, selector: "[tuiComment]", inputs: { tuiComment: "tuiComment" }, host: { properties: { "attr.data-direction": "tuiComment" } }, ngImport: i0 }); }
21
- }
22
- export { TuiComment };
23
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiComment, decorators: [{
24
- type: Directive,
25
- args: [{
26
- standalone: true,
27
- selector: '[tuiComment]',
28
- host: {
29
- '[attr.data-direction]': 'tuiComment',
30
- },
31
- }]
32
- }], propDecorators: { tuiComment: [{
33
- type: Input
34
- }] } });
35
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tbWVudC5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9raXQvY29tcG9uZW50cy9jb21tZW50L2NvbW1lbnQuZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDSCx1QkFBdUIsRUFDdkIsU0FBUyxFQUNULFNBQVMsRUFDVCxLQUFLLEVBQ0wsaUJBQWlCLEdBQ3BCLE1BQU0sZUFBZSxDQUFDO0FBQ3ZCLE9BQU8sRUFBQyxhQUFhLEVBQUMsTUFBTSxtQ0FBbUMsQ0FBQzs7QUFNaEUsTUFVTSxnQkFBZ0I7K0dBQWhCLGdCQUFnQjttR0FBaEIsZ0JBQWdCLGlIQVJSLEVBQUU7OzRGQVFWLGdCQUFnQjtrQkFWckIsU0FBUztpQ0FDTSxJQUFJLFlBQ04sRUFBRSxpQkFFRyxpQkFBaUIsQ0FBQyxJQUFJLG1CQUNwQix1QkFBdUIsQ0FBQyxNQUFNLFFBQ3pDO3dCQUNGLEtBQUssRUFBRSxhQUFhO3FCQUN2Qjs7QUFJTCxNQU9hLFVBQVU7SUFQdkI7UUFRdUIsWUFBTyxHQUFHLGFBQWEsQ0FBQyxnQkFBZ0IsQ0FBQyxDQUFDO1FBR3RELGVBQVUsR0FBdUQsS0FBSyxDQUFDO0tBQ2pGOytHQUxZLFVBQVU7bUdBQVYsVUFBVTs7U0FBVixVQUFVOzRGQUFWLFVBQVU7a0JBUHRCLFNBQVM7bUJBQUM7b0JBQ1AsVUFBVSxFQUFFLElBQUk7b0JBQ2hCLFFBQVEsRUFBRSxjQUFjO29CQUN4QixJQUFJLEVBQUU7d0JBQ0YsdUJBQXVCLEVBQUUsWUFBWTtxQkFDeEM7aUJBQ0o7OEJBS1UsVUFBVTtzQkFEaEIsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gICAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gICAgQ29tcG9uZW50LFxuICAgIERpcmVjdGl2ZSxcbiAgICBJbnB1dCxcbiAgICBWaWV3RW5jYXBzdWxhdGlvbixcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQge3R1aVdpdGhTdHlsZXN9IGZyb20gJ0B0YWlnYS11aS9jZGsvdXRpbHMvbWlzY2VsbGFuZW91cyc7XG5pbXBvcnQge1xuICAgIHR5cGUgVHVpSG9yaXpvbnRhbERpcmVjdGlvbixcbiAgICB0eXBlIFR1aVZlcnRpY2FsRGlyZWN0aW9uLFxufSBmcm9tICdAdGFpZ2EtdWkvY29yZS90eXBlcyc7XG5cbkBDb21wb25lbnQoe1xuICAgIHN0YW5kYWxvbmU6IHRydWUsXG4gICAgdGVtcGxhdGU6ICcnLFxuICAgIHN0eWxlczogWydAaW1wb3J0IFwiQHRhaWdhLXVpL2tpdC9zdHlsZXMvY29tcG9uZW50cy9jb21tZW50Lmxlc3NcIjsnXSxcbiAgICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxuICAgIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICAgIGhvc3Q6IHtcbiAgICAgICAgY2xhc3M6ICd0dWktY29tbWVudCcsXG4gICAgfSxcbn0pXG5jbGFzcyBUdWlDb21tZW50U3R5bGVzIHt9XG5cbkBEaXJlY3RpdmUoe1xuICAgIHN0YW5kYWxvbmU6IHRydWUsXG4gICAgc2VsZWN0b3I6ICdbdHVpQ29tbWVudF0nLFxuICAgIGhvc3Q6IHtcbiAgICAgICAgJ1thdHRyLmRhdGEtZGlyZWN0aW9uXSc6ICd0dWlDb21tZW50JyxcbiAgICB9LFxufSlcbmV4cG9ydCBjbGFzcyBUdWlDb21tZW50IHtcbiAgICBwcm90ZWN0ZWQgcmVhZG9ubHkgbm90aGluZyA9IHR1aVdpdGhTdHlsZXMoVHVpQ29tbWVudFN0eWxlcyk7XG5cbiAgICBASW5wdXQoKVxuICAgIHB1YmxpYyB0dWlDb21tZW50OiBUdWlIb3Jpem9udGFsRGlyZWN0aW9uIHwgVHVpVmVydGljYWxEaXJlY3Rpb24gfCAnJyA9ICd0b3AnO1xufVxuIl19
@@ -1,2 +0,0 @@
1
- export * from './comment.directive';
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9raXQvY29tcG9uZW50cy9jb21tZW50L2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMscUJBQXFCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2NvbW1lbnQuZGlyZWN0aXZlJztcbiJdfQ==
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- export * from './index';
5
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFpZ2EtdWkta2l0LWNvbXBvbmVudHMtY29tbWVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2tpdC9jb21wb25lbnRzL2NvbW1lbnQvdGFpZ2EtdWkta2l0LWNvbXBvbmVudHMtY29tbWVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsU0FBUyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL2luZGV4JztcbiJdfQ==
@@ -1,19 +0,0 @@
1
- import { ChangeDetectionStrategy, Component, Input, ViewEncapsulation, } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- class TuiCompass {
4
- constructor() {
5
- this.degrees = NaN;
6
- }
7
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiCompass, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
8
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: TuiCompass, isStandalone: true, selector: "tui-compass", inputs: { degrees: "degrees" }, host: { properties: { "style.--t-degrees.deg": "degrees" } }, ngImport: i0, template: '', isInline: true, styles: ["tui-compass{position:relative;display:inline-block;color:var(--tui-background-accent-1);border-radius:50%;inline-size:1rem;block-size:1rem;border:.1875rem solid var(--tui-background-base);box-shadow:0 0 .1875rem #0000004d;transform-style:preserve-3d}tui-compass:before{content:\"\";position:absolute;top:0;left:.125rem;-webkit-mask-image:url('data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 8.99993C4 8 8 8 12 8.99993C9.91509 5.73239 8.5 3 6 0C3.5 3 2 5.5 0 8.99993Z\"/></svg>');mask-image:url('data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 8.99993C4 8 8 8 12 8.99993C9.91509 5.73239 8.5 3 6 0C3.5 3 2 5.5 0 8.99993Z\"/></svg>');transform:rotate(var(--t-degrees)) translateY(-.625rem) translateZ(-1rem);inline-size:.75rem;block-size:1rem;background:currentColor}tui-compass:after{position:absolute;top:0;left:0;bottom:0;right:0;content:\"\";border-radius:inherit;background:currentColor linear-gradient(-45deg,rgba(0,0,0,.2),transparent)}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
9
- }
10
- export { TuiCompass };
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiCompass, decorators: [{
12
- type: Component,
13
- args: [{ standalone: true, selector: 'tui-compass', template: '', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, host: {
14
- '[style.--t-degrees.deg]': 'degrees',
15
- }, styles: ["tui-compass{position:relative;display:inline-block;color:var(--tui-background-accent-1);border-radius:50%;inline-size:1rem;block-size:1rem;border:.1875rem solid var(--tui-background-base);box-shadow:0 0 .1875rem #0000004d;transform-style:preserve-3d}tui-compass:before{content:\"\";position:absolute;top:0;left:.125rem;-webkit-mask-image:url('data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 8.99993C4 8 8 8 12 8.99993C9.91509 5.73239 8.5 3 6 0C3.5 3 2 5.5 0 8.99993Z\"/></svg>');mask-image:url('data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 8.99993C4 8 8 8 12 8.99993C9.91509 5.73239 8.5 3 6 0C3.5 3 2 5.5 0 8.99993Z\"/></svg>');transform:rotate(var(--t-degrees)) translateY(-.625rem) translateZ(-1rem);inline-size:.75rem;block-size:1rem;background:currentColor}tui-compass:after{position:absolute;top:0;left:0;bottom:0;right:0;content:\"\";border-radius:inherit;background:currentColor linear-gradient(-45deg,rgba(0,0,0,.2),transparent)}\n"] }]
16
- }], propDecorators: { degrees: [{
17
- type: Input
18
- }] } });
19
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tcGFzcy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9raXQvY29tcG9uZW50cy9jb21wYXNzL2NvbXBhc3MuY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDSCx1QkFBdUIsRUFDdkIsU0FBUyxFQUNULEtBQUssRUFDTCxpQkFBaUIsR0FDcEIsTUFBTSxlQUFlLENBQUM7O0FBRXZCLE1BV2EsVUFBVTtJQVh2QjtRQWFXLFlBQU8sR0FBRyxHQUFHLENBQUM7S0FDeEI7K0dBSFksVUFBVTttR0FBVixVQUFVLHFLQVJULEVBQUU7O1NBUUgsVUFBVTs0RkFBVixVQUFVO2tCQVh0QixTQUFTO2lDQUNNLElBQUksWUFDTixhQUFhLFlBQ2IsRUFBRSxpQkFFRyxpQkFBaUIsQ0FBQyxJQUFJLG1CQUNwQix1QkFBdUIsQ0FBQyxNQUFNLFFBQ3pDO3dCQUNGLHlCQUF5QixFQUFFLFNBQVM7cUJBQ3ZDOzhCQUlNLE9BQU87c0JBRGIsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gICAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gICAgQ29tcG9uZW50LFxuICAgIElucHV0LFxuICAgIFZpZXdFbmNhcHN1bGF0aW9uLFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQENvbXBvbmVudCh7XG4gICAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgICBzZWxlY3RvcjogJ3R1aS1jb21wYXNzJyxcbiAgICB0ZW1wbGF0ZTogJycsXG4gICAgc3R5bGVzOiBbJ0BpbXBvcnQgXCJAdGFpZ2EtdWkva2l0L3N0eWxlcy9jb21wb25lbnRzL2NvbXBhc3MubGVzc1wiOyddLFxuICAgIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG4gICAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gICAgaG9zdDoge1xuICAgICAgICAnW3N0eWxlLi0tdC1kZWdyZWVzLmRlZ10nOiAnZGVncmVlcycsXG4gICAgfSxcbn0pXG5leHBvcnQgY2xhc3MgVHVpQ29tcGFzcyB7XG4gICAgQElucHV0KClcbiAgICBwdWJsaWMgZGVncmVlcyA9IE5hTjtcbn1cbiJdfQ==
@@ -1,2 +0,0 @@
1
- export * from './compass.component';
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9raXQvY29tcG9uZW50cy9jb21wYXNzL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMscUJBQXFCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2NvbXBhc3MuY29tcG9uZW50JztcbiJdfQ==
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- export * from './index';
5
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFpZ2EtdWkta2l0LWNvbXBvbmVudHMtY29tcGFzcy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2tpdC9jb21wb25lbnRzL2NvbXBhc3MvdGFpZ2EtdWkta2l0LWNvbXBvbmVudHMtY29tcGFzcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsU0FBUyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL2luZGV4JztcbiJdfQ==
@@ -1,30 +0,0 @@
1
- import { AsyncPipe, NgIf } from '@angular/common';
2
- import { ChangeDetectionStrategy, Component, inject } from '@angular/core';
3
- import { TuiAutoFocus } from '@taiga-ui/cdk/directives/auto-focus';
4
- import { TUI_IS_MOBILE } from '@taiga-ui/cdk/tokens';
5
- import { tuiCreateToken } from '@taiga-ui/cdk/utils/miscellaneous';
6
- import { TuiButton } from '@taiga-ui/core/components/button';
7
- import { TUI_CONFIRM_WORDS } from '@taiga-ui/kit/tokens';
8
- import { injectContext, PolymorpheusComponent, PolymorpheusOutlet, } from '@taiga-ui/polymorpheus';
9
- import * as i0 from "@angular/core";
10
- // TODO: Remove selector in v5
11
- class TuiConfirm {
12
- constructor() {
13
- this.isMobile = inject(TUI_IS_MOBILE);
14
- this.words$ = inject(TUI_CONFIRM_WORDS);
15
- this.context = injectContext();
16
- }
17
- get appearance() {
18
- return this.isMobile ? 'secondary' : 'flat';
19
- }
20
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiConfirm, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
21
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: TuiConfirm, isStandalone: true, selector: "tui-confirm", ngImport: i0, template: "<p\n *polymorpheusOutlet=\"context.data?.content as text; context: context\"\n class=\"t-content\"\n [innerHTML]=\"text\"\n></p>\n<footer\n *ngIf=\"words$ | async as words\"\n class=\"t-buttons\"\n>\n <button\n size=\"m\"\n tuiButton\n type=\"button\"\n class=\"t-button\"\n [appearance]=\"appearance\"\n (click)=\"context.completeWith(false)\"\n >\n {{ context.data?.no || words.no }}\n </button>\n <button\n size=\"m\"\n tuiAutoFocus\n tuiButton\n type=\"button\"\n class=\"t-button\"\n [appearance]=\"context.data?.appearance || 'primary'\"\n (click)=\"context.completeWith(true)\"\n >\n {{ context.data?.yes || words.yes }}\n </button>\n</footer>\n", styles: [":host{display:block}.t-content:not(:empty){margin-block-end:.875rem;overflow-wrap:break-word}.t-buttons{display:flex;justify-content:flex-end;flex-wrap:wrap-reverse;margin:.375rem -.375rem -.375rem}.t-button{margin:.375rem;white-space:nowrap}:host-context(tui-root._mobile) .t-button{flex:1;overflow:visible}:host-context(tui-dialog[new]){margin-block-start:-.75rem}:host-context(tui-dialog[new]) .t-button{margin:0}:host-context(tui-dialog[new]) .t-buttons{margin-block-end:0;margin-inline-end:0;margin-inline-start:0}:host-context(tui-dialog[new]) .t-buttons:first-child{margin-block-start:2rem}\n"], dependencies: [{ kind: "pipe", type: AsyncPipe, name: "async" }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: PolymorpheusOutlet, selector: "[polymorpheusOutlet]", inputs: ["polymorpheusOutlet", "polymorpheusOutletContext"] }, { kind: "directive", type: TuiAutoFocus, selector: "[tuiAutoFocus]", inputs: ["tuiAutoFocus"] }, { kind: "directive", type: TuiButton, selector: "a[tuiButton],button[tuiButton],a[tuiIconButton],button[tuiIconButton]", inputs: ["size"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
22
- }
23
- export { TuiConfirm };
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiConfirm, decorators: [{
25
- type: Component,
26
- args: [{ standalone: true, selector: 'tui-confirm', imports: [AsyncPipe, NgIf, PolymorpheusOutlet, TuiAutoFocus, TuiButton], changeDetection: ChangeDetectionStrategy.OnPush, template: "<p\n *polymorpheusOutlet=\"context.data?.content as text; context: context\"\n class=\"t-content\"\n [innerHTML]=\"text\"\n></p>\n<footer\n *ngIf=\"words$ | async as words\"\n class=\"t-buttons\"\n>\n <button\n size=\"m\"\n tuiButton\n type=\"button\"\n class=\"t-button\"\n [appearance]=\"appearance\"\n (click)=\"context.completeWith(false)\"\n >\n {{ context.data?.no || words.no }}\n </button>\n <button\n size=\"m\"\n tuiAutoFocus\n tuiButton\n type=\"button\"\n class=\"t-button\"\n [appearance]=\"context.data?.appearance || 'primary'\"\n (click)=\"context.completeWith(true)\"\n >\n {{ context.data?.yes || words.yes }}\n </button>\n</footer>\n", styles: [":host{display:block}.t-content:not(:empty){margin-block-end:.875rem;overflow-wrap:break-word}.t-buttons{display:flex;justify-content:flex-end;flex-wrap:wrap-reverse;margin:.375rem -.375rem -.375rem}.t-button{margin:.375rem;white-space:nowrap}:host-context(tui-root._mobile) .t-button{flex:1;overflow:visible}:host-context(tui-dialog[new]){margin-block-start:-.75rem}:host-context(tui-dialog[new]) .t-button{margin:0}:host-context(tui-dialog[new]) .t-buttons{margin-block-end:0;margin-inline-end:0;margin-inline-start:0}:host-context(tui-dialog[new]) .t-buttons:first-child{margin-block-start:2rem}\n"] }]
27
- }] });
28
- export const TUI_CONFIRM = new PolymorpheusComponent(TuiConfirm);
29
- export const TUI_CONFIRM_DIALOG = tuiCreateToken(TUI_CONFIRM);
30
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29uZmlybS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9raXQvY29tcG9uZW50cy9jb25maXJtL2NvbmZpcm0uY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMva2l0L2NvbXBvbmVudHMvY29uZmlybS9jb25maXJtLnRlbXBsYXRlLmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFDLFNBQVMsRUFBRSxJQUFJLEVBQUMsTUFBTSxpQkFBaUIsQ0FBQztBQUNoRCxPQUFPLEVBQUMsdUJBQXVCLEVBQUUsU0FBUyxFQUFFLE1BQU0sRUFBQyxNQUFNLGVBQWUsQ0FBQztBQUN6RSxPQUFPLEVBQUMsWUFBWSxFQUFDLE1BQU0scUNBQXFDLENBQUM7QUFDakUsT0FBTyxFQUFDLGFBQWEsRUFBQyxNQUFNLHNCQUFzQixDQUFDO0FBQ25ELE9BQU8sRUFBQyxjQUFjLEVBQUMsTUFBTSxtQ0FBbUMsQ0FBQztBQUNqRSxPQUFPLEVBQUMsU0FBUyxFQUFDLE1BQU0sa0NBQWtDLENBQUM7QUFFM0QsT0FBTyxFQUFDLGlCQUFpQixFQUFDLE1BQU0sc0JBQXNCLENBQUM7QUFDdkQsT0FBTyxFQUNILGFBQWEsRUFDYixxQkFBcUIsRUFFckIsa0JBQWtCLEdBQ3JCLE1BQU0sd0JBQXdCLENBQUM7O0FBU2hDLDhCQUE4QjtBQUM5QixNQVFhLFVBQVU7SUFSdkI7UUFTcUIsYUFBUSxHQUFHLE1BQU0sQ0FBQyxhQUFhLENBQUMsQ0FBQztRQUMvQixXQUFNLEdBQUcsTUFBTSxDQUFDLGlCQUFpQixDQUFDLENBQUM7UUFFdEMsWUFBTyxHQUNuQixhQUFhLEVBQXlELENBQUM7S0FLOUU7SUFIRyxJQUFjLFVBQVU7UUFDcEIsT0FBTyxJQUFJLENBQUMsUUFBUSxDQUFDLENBQUMsQ0FBQyxXQUFXLENBQUMsQ0FBQyxDQUFDLE1BQU0sQ0FBQztJQUNoRCxDQUFDOytHQVRRLFVBQVU7bUdBQVYsVUFBVSx1RUMvQnZCLHd4QkErQkEsNG9CRExjLFNBQVMsOENBQUUsSUFBSSw2RkFBRSxrQkFBa0IsOEhBQUUsWUFBWSxxRkFBRSxTQUFTOztTQUs3RCxVQUFVOzRGQUFWLFVBQVU7a0JBUnRCLFNBQVM7aUNBQ00sSUFBSSxZQUNOLGFBQWEsV0FDZCxDQUFDLFNBQVMsRUFBRSxJQUFJLEVBQUUsa0JBQWtCLEVBQUUsWUFBWSxFQUFFLFNBQVMsQ0FBQyxtQkFHdEQsdUJBQXVCLENBQUMsTUFBTTs7QUFjbkQsTUFBTSxDQUFDLE1BQU0sV0FBVyxHQUFHLElBQUkscUJBQXFCLENBQUMsVUFBVSxDQUFDLENBQUM7QUFDakUsTUFBTSxDQUFDLE1BQU0sa0JBQWtCLEdBQzNCLGNBQWMsQ0FBMEQsV0FBVyxDQUFDLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge0FzeW5jUGlwZSwgTmdJZn0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7Q2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENvbXBvbmVudCwgaW5qZWN0fSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7VHVpQXV0b0ZvY3VzfSBmcm9tICdAdGFpZ2EtdWkvY2RrL2RpcmVjdGl2ZXMvYXV0by1mb2N1cyc7XG5pbXBvcnQge1RVSV9JU19NT0JJTEV9IGZyb20gJ0B0YWlnYS11aS9jZGsvdG9rZW5zJztcbmltcG9ydCB7dHVpQ3JlYXRlVG9rZW59IGZyb20gJ0B0YWlnYS11aS9jZGsvdXRpbHMvbWlzY2VsbGFuZW91cyc7XG5pbXBvcnQge1R1aUJ1dHRvbn0gZnJvbSAnQHRhaWdhLXVpL2NvcmUvY29tcG9uZW50cy9idXR0b24nO1xuaW1wb3J0IHt0eXBlIFR1aURpYWxvZ0NvbnRleHR9IGZyb20gJ0B0YWlnYS11aS9jb3JlL2NvbXBvbmVudHMvZGlhbG9nJztcbmltcG9ydCB7VFVJX0NPTkZJUk1fV09SRFN9IGZyb20gJ0B0YWlnYS11aS9raXQvdG9rZW5zJztcbmltcG9ydCB7XG4gICAgaW5qZWN0Q29udGV4dCxcbiAgICBQb2x5bW9ycGhldXNDb21wb25lbnQsXG4gICAgdHlwZSBQb2x5bW9ycGhldXNDb250ZW50LFxuICAgIFBvbHltb3JwaGV1c091dGxldCxcbn0gZnJvbSAnQHRhaWdhLXVpL3BvbHltb3JwaGV1cyc7XG5cbmV4cG9ydCBpbnRlcmZhY2UgVHVpQ29uZmlybURhdGEge1xuICAgIHJlYWRvbmx5IGNvbnRlbnQ/OiBQb2x5bW9ycGhldXNDb250ZW50O1xuICAgIHJlYWRvbmx5IG5vPzogc3RyaW5nO1xuICAgIHJlYWRvbmx5IHllcz86IHN0cmluZztcbiAgICByZWFkb25seSBhcHBlYXJhbmNlPzogc3RyaW5nO1xufVxuXG4vLyBUT0RPOiBSZW1vdmUgc2VsZWN0b3IgaW4gdjVcbkBDb21wb25lbnQoe1xuICAgIHN0YW5kYWxvbmU6IHRydWUsXG4gICAgc2VsZWN0b3I6ICd0dWktY29uZmlybScsXG4gICAgaW1wb3J0czogW0FzeW5jUGlwZSwgTmdJZiwgUG9seW1vcnBoZXVzT3V0bGV0LCBUdWlBdXRvRm9jdXMsIFR1aUJ1dHRvbl0sXG4gICAgdGVtcGxhdGVVcmw6ICcuL2NvbmZpcm0udGVtcGxhdGUuaHRtbCcsXG4gICAgc3R5bGVVcmxzOiBbJy4vY29uZmlybS5zdHlsZS5sZXNzJ10sXG4gICAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG59KVxuZXhwb3J0IGNsYXNzIFR1aUNvbmZpcm0ge1xuICAgIHByaXZhdGUgcmVhZG9ubHkgaXNNb2JpbGUgPSBpbmplY3QoVFVJX0lTX01PQklMRSk7XG4gICAgcHJvdGVjdGVkIHJlYWRvbmx5IHdvcmRzJCA9IGluamVjdChUVUlfQ09ORklSTV9XT1JEUyk7XG5cbiAgICBwdWJsaWMgcmVhZG9ubHkgY29udGV4dCA9XG4gICAgICAgIGluamVjdENvbnRleHQ8VHVpRGlhbG9nQ29udGV4dDxib29sZWFuLCBUdWlDb25maXJtRGF0YSB8IHVuZGVmaW5lZD4+KCk7XG5cbiAgICBwcm90ZWN0ZWQgZ2V0IGFwcGVhcmFuY2UoKTogc3RyaW5nIHtcbiAgICAgICAgcmV0dXJuIHRoaXMuaXNNb2JpbGUgPyAnc2Vjb25kYXJ5JyA6ICdmbGF0JztcbiAgICB9XG59XG5cbmV4cG9ydCBjb25zdCBUVUlfQ09ORklSTSA9IG5ldyBQb2x5bW9ycGhldXNDb21wb25lbnQoVHVpQ29uZmlybSk7XG5leHBvcnQgY29uc3QgVFVJX0NPTkZJUk1fRElBTE9HID1cbiAgICB0dWlDcmVhdGVUb2tlbjxQb2x5bW9ycGhldXNDb250ZW50PFR1aURpYWxvZ0NvbnRleHQ8Ym9vbGVhbiwgdW5rbm93bj4+PihUVUlfQ09ORklSTSk7XG4iLCI8cFxuICAgICpwb2x5bW9ycGhldXNPdXRsZXQ9XCJjb250ZXh0LmRhdGE/LmNvbnRlbnQgYXMgdGV4dDsgY29udGV4dDogY29udGV4dFwiXG4gICAgY2xhc3M9XCJ0LWNvbnRlbnRcIlxuICAgIFtpbm5lckhUTUxdPVwidGV4dFwiXG4+PC9wPlxuPGZvb3RlclxuICAgICpuZ0lmPVwid29yZHMkIHwgYXN5bmMgYXMgd29yZHNcIlxuICAgIGNsYXNzPVwidC1idXR0b25zXCJcbj5cbiAgICA8YnV0dG9uXG4gICAgICAgIHNpemU9XCJtXCJcbiAgICAgICAgdHVpQnV0dG9uXG4gICAgICAgIHR5cGU9XCJidXR0b25cIlxuICAgICAgICBjbGFzcz1cInQtYnV0dG9uXCJcbiAgICAgICAgW2FwcGVhcmFuY2VdPVwiYXBwZWFyYW5jZVwiXG4gICAgICAgIChjbGljayk9XCJjb250ZXh0LmNvbXBsZXRlV2l0aChmYWxzZSlcIlxuICAgID5cbiAgICAgICAge3sgY29udGV4dC5kYXRhPy5ubyB8fCB3b3Jkcy5ubyB9fVxuICAgIDwvYnV0dG9uPlxuICAgIDxidXR0b25cbiAgICAgICAgc2l6ZT1cIm1cIlxuICAgICAgICB0dWlBdXRvRm9jdXNcbiAgICAgICAgdHVpQnV0dG9uXG4gICAgICAgIHR5cGU9XCJidXR0b25cIlxuICAgICAgICBjbGFzcz1cInQtYnV0dG9uXCJcbiAgICAgICAgW2FwcGVhcmFuY2VdPVwiY29udGV4dC5kYXRhPy5hcHBlYXJhbmNlIHx8ICdwcmltYXJ5J1wiXG4gICAgICAgIChjbGljayk9XCJjb250ZXh0LmNvbXBsZXRlV2l0aCh0cnVlKVwiXG4gICAgPlxuICAgICAgICB7eyBjb250ZXh0LmRhdGE/LnllcyB8fCB3b3Jkcy55ZXMgfX1cbiAgICA8L2J1dHRvbj5cbjwvZm9vdGVyPlxuIl19
@@ -1,32 +0,0 @@
1
- import { inject, Injectable } from '@angular/core';
2
- import { TuiDialogService } from '@taiga-ui/core/components/dialog';
3
- import { defer, of } from 'rxjs';
4
- import { TUI_CONFIRM_DIALOG } from './confirm.component';
5
- import * as i0 from "@angular/core";
6
- class TuiConfirmService {
7
- constructor() {
8
- this.dialogs = inject(TuiDialogService);
9
- this.component = inject(TUI_CONFIRM_DIALOG);
10
- this.dirty = false;
11
- }
12
- markAsDirty() {
13
- this.dirty = true;
14
- }
15
- markAsPristine() {
16
- this.dirty = false;
17
- }
18
- withConfirm(
19
- // TODO: Replace with NoInfer in v5
20
- options) {
21
- return defer(() => this.dirty
22
- ? this.dialogs.open(this.component, { size: 's', ...options })
23
- : of(true));
24
- }
25
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiConfirmService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
26
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiConfirmService }); }
27
- }
28
- export { TuiConfirmService };
29
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiConfirmService, decorators: [{
30
- type: Injectable
31
- }] });
32
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29uZmlybS5zZXJ2aWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMva2l0L2NvbXBvbmVudHMvY29uZmlybS9jb25maXJtLnNlcnZpY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFDLE1BQU0sRUFBRSxVQUFVLEVBQUMsTUFBTSxlQUFlLENBQUM7QUFDakQsT0FBTyxFQUF3QixnQkFBZ0IsRUFBQyxNQUFNLGtDQUFrQyxDQUFDO0FBQ3pGLE9BQU8sRUFBQyxLQUFLLEVBQW1CLEVBQUUsRUFBQyxNQUFNLE1BQU0sQ0FBQztBQUVoRCxPQUFPLEVBQUMsa0JBQWtCLEVBQXNCLE1BQU0scUJBQXFCLENBQUM7O0FBRTVFLE1BQ2EsaUJBQWlCO0lBRDlCO1FBRXFCLFlBQU8sR0FBRyxNQUFNLENBQUMsZ0JBQWdCLENBQUMsQ0FBQztRQUNuQyxjQUFTLEdBQUcsTUFBTSxDQUFDLGtCQUFrQixDQUFDLENBQUM7UUFDaEQsVUFBSyxHQUFHLEtBQUssQ0FBQztLQW9CekI7SUFsQlUsV0FBVztRQUNkLElBQUksQ0FBQyxLQUFLLEdBQUcsSUFBSSxDQUFDO0lBQ3RCLENBQUM7SUFFTSxjQUFjO1FBQ2pCLElBQUksQ0FBQyxLQUFLLEdBQUcsS0FBSyxDQUFDO0lBQ3ZCLENBQUM7SUFFTSxXQUFXO0lBQ2QsbUNBQW1DO0lBQ25DLE9BQWlFO1FBRWpFLE9BQU8sS0FBSyxDQUFDLEdBQUcsRUFBRSxDQUNkLElBQUksQ0FBQyxLQUFLO1lBQ04sQ0FBQyxDQUFDLElBQUksQ0FBQyxPQUFPLENBQUMsSUFBSSxDQUFVLElBQUksQ0FBQyxTQUFTLEVBQUUsRUFBQyxJQUFJLEVBQUUsR0FBRyxFQUFFLEdBQUcsT0FBTyxFQUFDLENBQUM7WUFDckUsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxJQUFJLENBQUMsQ0FDakIsQ0FBQztJQUNOLENBQUM7K0dBdEJRLGlCQUFpQjttSEFBakIsaUJBQWlCOztTQUFqQixpQkFBaUI7NEZBQWpCLGlCQUFpQjtrQkFEN0IsVUFBVSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7aW5qZWN0LCBJbmplY3RhYmxlfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7dHlwZSBUdWlEaWFsb2dPcHRpb25zLCBUdWlEaWFsb2dTZXJ2aWNlfSBmcm9tICdAdGFpZ2EtdWkvY29yZS9jb21wb25lbnRzL2RpYWxvZyc7XG5pbXBvcnQge2RlZmVyLCB0eXBlIE9ic2VydmFibGUsIG9mfSBmcm9tICdyeGpzJztcblxuaW1wb3J0IHtUVUlfQ09ORklSTV9ESUFMT0csIHR5cGUgVHVpQ29uZmlybURhdGF9IGZyb20gJy4vY29uZmlybS5jb21wb25lbnQnO1xuXG5ASW5qZWN0YWJsZSgpXG5leHBvcnQgY2xhc3MgVHVpQ29uZmlybVNlcnZpY2Uge1xuICAgIHByaXZhdGUgcmVhZG9ubHkgZGlhbG9ncyA9IGluamVjdChUdWlEaWFsb2dTZXJ2aWNlKTtcbiAgICBwcml2YXRlIHJlYWRvbmx5IGNvbXBvbmVudCA9IGluamVjdChUVUlfQ09ORklSTV9ESUFMT0cpO1xuICAgIHByaXZhdGUgZGlydHkgPSBmYWxzZTtcblxuICAgIHB1YmxpYyBtYXJrQXNEaXJ0eSgpOiB2b2lkIHtcbiAgICAgICAgdGhpcy5kaXJ0eSA9IHRydWU7XG4gICAgfVxuXG4gICAgcHVibGljIG1hcmtBc1ByaXN0aW5lKCk6IHZvaWQge1xuICAgICAgICB0aGlzLmRpcnR5ID0gZmFsc2U7XG4gICAgfVxuXG4gICAgcHVibGljIHdpdGhDb25maXJtPFQgPSBUdWlDb25maXJtRGF0YT4oXG4gICAgICAgIC8vIFRPRE86IFJlcGxhY2Ugd2l0aCBOb0luZmVyIGluIHY1XG4gICAgICAgIG9wdGlvbnM6IFBhcnRpYWw8VHVpRGlhbG9nT3B0aW9uczxUIGV4dGVuZHMgaW5mZXIgVSA/IFUgOiBuZXZlcj4+LFxuICAgICk6IE9ic2VydmFibGU8Ym9vbGVhbj4ge1xuICAgICAgICByZXR1cm4gZGVmZXIoKCkgPT5cbiAgICAgICAgICAgIHRoaXMuZGlydHlcbiAgICAgICAgICAgICAgICA/IHRoaXMuZGlhbG9ncy5vcGVuPGJvb2xlYW4+KHRoaXMuY29tcG9uZW50LCB7c2l6ZTogJ3MnLCAuLi5vcHRpb25zfSlcbiAgICAgICAgICAgICAgICA6IG9mKHRydWUpLFxuICAgICAgICApO1xuICAgIH1cbn1cbiJdfQ==
@@ -1,3 +0,0 @@
1
- export * from './confirm.component';
2
- export * from './confirm.service';
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9raXQvY29tcG9uZW50cy9jb25maXJtL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMscUJBQXFCLENBQUM7QUFDcEMsY0FBYyxtQkFBbUIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vY29uZmlybS5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9jb25maXJtLnNlcnZpY2UnO1xuIl19
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- export * from './index';
5
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFpZ2EtdWkta2l0LWNvbXBvbmVudHMtY29uZmlybS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2tpdC9jb21wb25lbnRzL2NvbmZpcm0vdGFpZ2EtdWkta2l0LWNvbXBvbmVudHMtY29uZmlybS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsU0FBUyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL2luZGV4JztcbiJdfQ==
@@ -1,25 +0,0 @@
1
- import { NgForOf, NgIf } from '@angular/common';
2
- import { ChangeDetectionStrategy, Component, Input } from '@angular/core';
3
- import { TuiElement } from '@taiga-ui/cdk/directives/element';
4
- import { tuiAsDataListAccessor, TuiDataList } from '@taiga-ui/core/components/data-list';
5
- import { TuiLoader } from '@taiga-ui/core/components/loader';
6
- import { PolymorpheusOutlet } from '@taiga-ui/polymorpheus';
7
- import { TuiDataListWrapperComponent } from './data-list-wrapper.component';
8
- import * as i0 from "@angular/core";
9
- import * as i1 from "@taiga-ui/core/components/data-list";
10
- class TuiDataListGroupWrapperComponent extends TuiDataListWrapperComponent {
11
- constructor() {
12
- super(...arguments);
13
- this.labels = [];
14
- }
15
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiDataListGroupWrapperComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
16
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: TuiDataListGroupWrapperComponent, isStandalone: true, selector: "tui-data-list-wrapper[labels]", inputs: { labels: "labels" }, providers: [tuiAsDataListAccessor(TuiDataListGroupWrapperComponent)], usesInheritance: true, ngImport: i0, template: "<tui-data-list\n *ngIf=\"items; else loading\"\n [emptyContent]=\"emptyContent\"\n [size]=\"size\"\n>\n <tui-opt-group\n *ngFor=\"let group of items; let index = index\"\n [label]=\"labels[index]\"\n >\n <ng-container *ngIf=\"newOptionMode; else legacyOptionFallback\">\n <button\n *ngFor=\"let item of group\"\n #elementRef=\"elementRef\"\n new\n tuiElement\n tuiOption\n type=\"button\"\n [disabled]=\"disabledItemHandler(item)\"\n [value]=\"item\"\n (click.capture)=\"itemClick.emit(item)\"\n >\n <ng-container *polymorpheusOutlet=\"itemContent as text; context: getContext(item, elementRef)\">\n {{ text }}\n </ng-container>\n </button>\n </ng-container>\n\n <!-- TODO(v5): delete fallback -->\n <ng-template #legacyOptionFallback>\n <button\n *ngFor=\"let item of group\"\n #elementRef=\"elementRef\"\n automation-id=\"tui-data-list-wrapper__option\"\n tuiElement\n tuiOption\n type=\"button\"\n [disabled]=\"disabledItemHandler(item)\"\n [value]=\"item\"\n (click)=\"itemClick.emit(item)\"\n >\n <ng-container *polymorpheusOutlet=\"itemContent as text; context: getContext(item, elementRef)\">\n {{ text }}\n </ng-container>\n </button>\n </ng-template>\n </tui-opt-group>\n</tui-data-list>\n<ng-template #loading>\n <tui-loader class=\"t-loader\" />\n</ng-template>\n", styles: [":host{display:block}.t-content{flex:1;min-inline-size:0}.t-loader{margin:.75rem 0}\n"], dependencies: [{ kind: "directive", type: NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: PolymorpheusOutlet, selector: "[polymorpheusOutlet]", inputs: ["polymorpheusOutlet", "polymorpheusOutletContext"] }, { kind: "component", type: i1.TuiDataListComponent, selector: "tui-data-list", inputs: ["emptyContent", "size"] }, { kind: "component", type: i1.TuiOption, selector: "button[tuiOption]:not([new]), a[tuiOption]:not([new]), label[tuiOption]:not([new])", inputs: ["disabled", "value"] }, { kind: "directive", type: i1.TuiOptionNew, selector: "button[tuiOption][new], a[tuiOption][new], label[tuiOption][new]", inputs: ["disabled"] }, { kind: "directive", type: i1.TuiOptionWithValue, selector: "button[tuiOption][value][new], a[tuiOption][value][new], label[tuiOption][value][new]", inputs: ["disabled", "value"] }, { kind: "directive", type: i1.TuiOptGroup, selector: "tui-opt-group", inputs: ["label"] }, { kind: "directive", type: TuiElement, selector: "[tuiElement]", exportAs: ["elementRef"] }, { kind: "component", type: TuiLoader, selector: "tui-loader", inputs: ["size", "inheritColor", "overlay", "textContent", "showLoader"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
17
- }
18
- export { TuiDataListGroupWrapperComponent };
19
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiDataListGroupWrapperComponent, decorators: [{
20
- type: Component,
21
- args: [{ standalone: true, selector: 'tui-data-list-wrapper[labels]', imports: [NgForOf, NgIf, PolymorpheusOutlet, TuiDataList, TuiElement, TuiLoader], changeDetection: ChangeDetectionStrategy.OnPush, providers: [tuiAsDataListAccessor(TuiDataListGroupWrapperComponent)], template: "<tui-data-list\n *ngIf=\"items; else loading\"\n [emptyContent]=\"emptyContent\"\n [size]=\"size\"\n>\n <tui-opt-group\n *ngFor=\"let group of items; let index = index\"\n [label]=\"labels[index]\"\n >\n <ng-container *ngIf=\"newOptionMode; else legacyOptionFallback\">\n <button\n *ngFor=\"let item of group\"\n #elementRef=\"elementRef\"\n new\n tuiElement\n tuiOption\n type=\"button\"\n [disabled]=\"disabledItemHandler(item)\"\n [value]=\"item\"\n (click.capture)=\"itemClick.emit(item)\"\n >\n <ng-container *polymorpheusOutlet=\"itemContent as text; context: getContext(item, elementRef)\">\n {{ text }}\n </ng-container>\n </button>\n </ng-container>\n\n <!-- TODO(v5): delete fallback -->\n <ng-template #legacyOptionFallback>\n <button\n *ngFor=\"let item of group\"\n #elementRef=\"elementRef\"\n automation-id=\"tui-data-list-wrapper__option\"\n tuiElement\n tuiOption\n type=\"button\"\n [disabled]=\"disabledItemHandler(item)\"\n [value]=\"item\"\n (click)=\"itemClick.emit(item)\"\n >\n <ng-container *polymorpheusOutlet=\"itemContent as text; context: getContext(item, elementRef)\">\n {{ text }}\n </ng-container>\n </button>\n </ng-template>\n </tui-opt-group>\n</tui-data-list>\n<ng-template #loading>\n <tui-loader class=\"t-loader\" />\n</ng-template>\n", styles: [":host{display:block}.t-content{flex:1;min-inline-size:0}.t-loader{margin:.75rem 0}\n"] }]
22
- }], propDecorators: { labels: [{
23
- type: Input
24
- }] } });
25
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGF0YS1saXN0LWdyb3VwLXdyYXBwZXIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMva2l0L2NvbXBvbmVudHMvZGF0YS1saXN0LXdyYXBwZXIvZGF0YS1saXN0LWdyb3VwLXdyYXBwZXIuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMva2l0L2NvbXBvbmVudHMvZGF0YS1saXN0LXdyYXBwZXIvZGF0YS1saXN0LWdyb3VwLXdyYXBwZXIudGVtcGxhdGUuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUMsT0FBTyxFQUFFLElBQUksRUFBQyxNQUFNLGlCQUFpQixDQUFDO0FBQzlDLE9BQU8sRUFBQyx1QkFBdUIsRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFDLE1BQU0sZUFBZSxDQUFDO0FBQ3hFLE9BQU8sRUFBQyxVQUFVLEVBQUMsTUFBTSxrQ0FBa0MsQ0FBQztBQUM1RCxPQUFPLEVBQUMscUJBQXFCLEVBQUUsV0FBVyxFQUFDLE1BQU0scUNBQXFDLENBQUM7QUFDdkYsT0FBTyxFQUFDLFNBQVMsRUFBQyxNQUFNLGtDQUFrQyxDQUFDO0FBQzNELE9BQU8sRUFBQyxrQkFBa0IsRUFBQyxNQUFNLHdCQUF3QixDQUFDO0FBRTFELE9BQU8sRUFBQywyQkFBMkIsRUFBQyxNQUFNLCtCQUErQixDQUFDOzs7QUFFMUUsTUFTYSxnQ0FBb0MsU0FBUSwyQkFHeEQ7SUFaRDs7UUFjVyxXQUFNLEdBQXNCLEVBQUUsQ0FBQztLQUN6QzsrR0FOWSxnQ0FBZ0M7bUdBQWhDLGdDQUFnQywwR0FGOUIsQ0FBQyxxQkFBcUIsQ0FBQyxnQ0FBZ0MsQ0FBQyxDQUFDLGlEQ2hCeEUsb3ZEQWtEQSw4SUR0Q2MsT0FBTyxtSEFBRSxJQUFJLDZGQUFFLGtCQUFrQiw4ekJBQWUsVUFBVSxtRkFBRSxTQUFTOztTQU10RSxnQ0FBZ0M7NEZBQWhDLGdDQUFnQztrQkFUNUMsU0FBUztpQ0FDTSxJQUFJLFlBQ04sK0JBQStCLFdBQ2hDLENBQUMsT0FBTyxFQUFFLElBQUksRUFBRSxrQkFBa0IsRUFBRSxXQUFXLEVBQUUsVUFBVSxFQUFFLFNBQVMsQ0FBQyxtQkFHL0QsdUJBQXVCLENBQUMsTUFBTSxhQUNwQyxDQUFDLHFCQUFxQixrQ0FBa0MsQ0FBQzs4QkFPN0QsTUFBTTtzQkFEWixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtOZ0Zvck9mLCBOZ0lmfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHtDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50LCBJbnB1dH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQge1R1aUVsZW1lbnR9IGZyb20gJ0B0YWlnYS11aS9jZGsvZGlyZWN0aXZlcy9lbGVtZW50JztcbmltcG9ydCB7dHVpQXNEYXRhTGlzdEFjY2Vzc29yLCBUdWlEYXRhTGlzdH0gZnJvbSAnQHRhaWdhLXVpL2NvcmUvY29tcG9uZW50cy9kYXRhLWxpc3QnO1xuaW1wb3J0IHtUdWlMb2FkZXJ9IGZyb20gJ0B0YWlnYS11aS9jb3JlL2NvbXBvbmVudHMvbG9hZGVyJztcbmltcG9ydCB7UG9seW1vcnBoZXVzT3V0bGV0fSBmcm9tICdAdGFpZ2EtdWkvcG9seW1vcnBoZXVzJztcblxuaW1wb3J0IHtUdWlEYXRhTGlzdFdyYXBwZXJDb21wb25lbnR9IGZyb20gJy4vZGF0YS1saXN0LXdyYXBwZXIuY29tcG9uZW50JztcblxuQENvbXBvbmVudCh7XG4gICAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgICBzZWxlY3RvcjogJ3R1aS1kYXRhLWxpc3Qtd3JhcHBlcltsYWJlbHNdJyxcbiAgICBpbXBvcnRzOiBbTmdGb3JPZiwgTmdJZiwgUG9seW1vcnBoZXVzT3V0bGV0LCBUdWlEYXRhTGlzdCwgVHVpRWxlbWVudCwgVHVpTG9hZGVyXSxcbiAgICB0ZW1wbGF0ZVVybDogJy4vZGF0YS1saXN0LWdyb3VwLXdyYXBwZXIudGVtcGxhdGUuaHRtbCcsXG4gICAgc3R5bGVVcmxzOiBbJy4vZGF0YS1saXN0LXdyYXBwZXIuc3R5bGUubGVzcyddLFxuICAgIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICAgIHByb3ZpZGVyczogW3R1aUFzRGF0YUxpc3RBY2Nlc3NvcihUdWlEYXRhTGlzdEdyb3VwV3JhcHBlckNvbXBvbmVudCldLFxufSlcbmV4cG9ydCBjbGFzcyBUdWlEYXRhTGlzdEdyb3VwV3JhcHBlckNvbXBvbmVudDxUPiBleHRlbmRzIFR1aURhdGFMaXN0V3JhcHBlckNvbXBvbmVudDxcbiAgICBULFxuICAgIHJlYWRvbmx5IFRbXVxuPiB7XG4gICAgQElucHV0KClcbiAgICBwdWJsaWMgbGFiZWxzOiByZWFkb25seSBzdHJpbmdbXSA9IFtdO1xufVxuIiwiPHR1aS1kYXRhLWxpc3RcbiAgICAqbmdJZj1cIml0ZW1zOyBlbHNlIGxvYWRpbmdcIlxuICAgIFtlbXB0eUNvbnRlbnRdPVwiZW1wdHlDb250ZW50XCJcbiAgICBbc2l6ZV09XCJzaXplXCJcbj5cbiAgICA8dHVpLW9wdC1ncm91cFxuICAgICAgICAqbmdGb3I9XCJsZXQgZ3JvdXAgb2YgaXRlbXM7IGxldCBpbmRleCA9IGluZGV4XCJcbiAgICAgICAgW2xhYmVsXT1cImxhYmVsc1tpbmRleF1cIlxuICAgID5cbiAgICAgICAgPG5nLWNvbnRhaW5lciAqbmdJZj1cIm5ld09wdGlvbk1vZGU7IGVsc2UgbGVnYWN5T3B0aW9uRmFsbGJhY2tcIj5cbiAgICAgICAgICAgIDxidXR0b25cbiAgICAgICAgICAgICAgICAqbmdGb3I9XCJsZXQgaXRlbSBvZiBncm91cFwiXG4gICAgICAgICAgICAgICAgI2VsZW1lbnRSZWY9XCJlbGVtZW50UmVmXCJcbiAgICAgICAgICAgICAgICBuZXdcbiAgICAgICAgICAgICAgICB0dWlFbGVtZW50XG4gICAgICAgICAgICAgICAgdHVpT3B0aW9uXG4gICAgICAgICAgICAgICAgdHlwZT1cImJ1dHRvblwiXG4gICAgICAgICAgICAgICAgW2Rpc2FibGVkXT1cImRpc2FibGVkSXRlbUhhbmRsZXIoaXRlbSlcIlxuICAgICAgICAgICAgICAgIFt2YWx1ZV09XCJpdGVtXCJcbiAgICAgICAgICAgICAgICAoY2xpY2suY2FwdHVyZSk9XCJpdGVtQ2xpY2suZW1pdChpdGVtKVwiXG4gICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgPG5nLWNvbnRhaW5lciAqcG9seW1vcnBoZXVzT3V0bGV0PVwiaXRlbUNvbnRlbnQgYXMgdGV4dDsgY29udGV4dDogZ2V0Q29udGV4dChpdGVtLCBlbGVtZW50UmVmKVwiPlxuICAgICAgICAgICAgICAgICAgICB7eyB0ZXh0IH19XG4gICAgICAgICAgICAgICAgPC9uZy1jb250YWluZXI+XG4gICAgICAgICAgICA8L2J1dHRvbj5cbiAgICAgICAgPC9uZy1jb250YWluZXI+XG5cbiAgICAgICAgPCEtLSBUT0RPKHY1KTogZGVsZXRlIGZhbGxiYWNrIC0tPlxuICAgICAgICA8bmctdGVtcGxhdGUgI2xlZ2FjeU9wdGlvbkZhbGxiYWNrPlxuICAgICAgICAgICAgPGJ1dHRvblxuICAgICAgICAgICAgICAgICpuZ0Zvcj1cImxldCBpdGVtIG9mIGdyb3VwXCJcbiAgICAgICAgICAgICAgICAjZWxlbWVudFJlZj1cImVsZW1lbnRSZWZcIlxuICAgICAgICAgICAgICAgIGF1dG9tYXRpb24taWQ9XCJ0dWktZGF0YS1saXN0LXdyYXBwZXJfX29wdGlvblwiXG4gICAgICAgICAgICAgICAgdHVpRWxlbWVudFxuICAgICAgICAgICAgICAgIHR1aU9wdGlvblxuICAgICAgICAgICAgICAgIHR5cGU9XCJidXR0b25cIlxuICAgICAgICAgICAgICAgIFtkaXNhYmxlZF09XCJkaXNhYmxlZEl0ZW1IYW5kbGVyKGl0ZW0pXCJcbiAgICAgICAgICAgICAgICBbdmFsdWVdPVwiaXRlbVwiXG4gICAgICAgICAgICAgICAgKGNsaWNrKT1cIml0ZW1DbGljay5lbWl0KGl0ZW0pXCJcbiAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICA8bmctY29udGFpbmVyICpwb2x5bW9ycGhldXNPdXRsZXQ9XCJpdGVtQ29udGVudCBhcyB0ZXh0OyBjb250ZXh0OiBnZXRDb250ZXh0KGl0ZW0sIGVsZW1lbnRSZWYpXCI+XG4gICAgICAgICAgICAgICAgICAgIHt7IHRleHQgfX1cbiAgICAgICAgICAgICAgICA8L25nLWNvbnRhaW5lcj5cbiAgICAgICAgICAgIDwvYnV0dG9uPlxuICAgICAgICA8L25nLXRlbXBsYXRlPlxuICAgIDwvdHVpLW9wdC1ncm91cD5cbjwvdHVpLWRhdGEtbGlzdD5cbjxuZy10ZW1wbGF0ZSAjbG9hZGluZz5cbiAgICA8dHVpLWxvYWRlciBjbGFzcz1cInQtbG9hZGVyXCIgLz5cbjwvbmctdGVtcGxhdGU+XG4iXX0=
@@ -1,86 +0,0 @@
1
- import { NgForOf, NgIf } from '@angular/common';
2
- import { ChangeDetectionStrategy, Component, computed, EventEmitter, forwardRef, inject, Input, isSignal, Output, signal, ViewChild, ViewChildren, } from '@angular/core';
3
- import { EMPTY_QUERY } from '@taiga-ui/cdk/constants';
4
- import { TuiElement } from '@taiga-ui/cdk/directives/element';
5
- import { tuiInjectElement } from '@taiga-ui/cdk/utils/dom';
6
- import { tuiIsNativeFocused } from '@taiga-ui/cdk/utils/focus';
7
- import { tuiIsPresent } from '@taiga-ui/cdk/utils/miscellaneous';
8
- import { tuiAsDataListAccessor, TuiDataList, TuiDataListComponent, tuiInjectDataListSize, TuiOption, TuiOptionWithValue, } from '@taiga-ui/core/components/data-list';
9
- import { TuiLoader } from '@taiga-ui/core/components/loader';
10
- import { TUI_ITEMS_HANDLERS, } from '@taiga-ui/core/directives/items-handlers';
11
- import { TUI_ITEMS_HANDLERS as TUI_ITEMS_HANDLERS_LEGACY, } from '@taiga-ui/kit/tokens';
12
- import { PolymorpheusOutlet } from '@taiga-ui/polymorpheus';
13
- import * as i0 from "@angular/core";
14
- import * as i1 from "@taiga-ui/core/components/data-list";
15
- class TuiDataListWrapperComponent {
16
- constructor() {
17
- this.datalist = signal(null);
18
- this.itemsHandlers = inject(TUI_ITEMS_HANDLERS);
19
- // TODO(v5): delete
20
- this.itemsHandlersLegacy = inject(TUI_ITEMS_HANDLERS_LEGACY);
21
- // TODO(v5): delete
22
- this.legacyOptionsQuery = EMPTY_QUERY;
23
- // TODO(v5): delete
24
- this.optionsQuery = EMPTY_QUERY;
25
- this.newOptionMode = tuiInjectElement().hasAttribute('new');
26
- this.items = [];
27
- this.disabledItemHandler = this.newOptionMode
28
- ? this.itemsHandlers?.disabledItemHandler()
29
- : this.itemsHandlersLegacy.disabledItemHandler;
30
- this.size = tuiInjectDataListSize();
31
- this.itemClick = new EventEmitter();
32
- this.options = computed(() => this.datalist()?.options() ?? []);
33
- this.itemContent = ({ $implicit }) => this.newOptionMode
34
- ? this.itemsHandlers.stringify()($implicit)
35
- : this.itemsHandlersLegacy.stringify($implicit);
36
- }
37
- getContext($implicit, { nativeElement }) {
38
- return { $implicit, active: tuiIsNativeFocused(nativeElement) };
39
- }
40
- // TODO(v5): delete
41
- getOptions(includeDisabled = false) {
42
- return [
43
- ...this.legacyOptionsQuery,
44
- ...this.optionsQuery,
45
- ]
46
- .filter(({ disabled }) => includeDisabled || !disabled)
47
- .map(({ value }) => (isSignal(value) ? value() : value))
48
- .filter(tuiIsPresent);
49
- }
50
- // TODO(v5): use signal `viewChild`
51
- set datalistSetter(x) {
52
- this.datalist.set(x);
53
- }
54
- $cast(items) {
55
- return items;
56
- }
57
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiDataListWrapperComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
58
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: TuiDataListWrapperComponent, isStandalone: true, selector: "tui-data-list-wrapper:not([labels]), tui-data-list-wrapper:not([labels])[new]", inputs: { items: "items", disabledItemHandler: "disabledItemHandler", emptyContent: "emptyContent", size: "size", itemContent: "itemContent" }, outputs: { itemClick: "itemClick" }, providers: [tuiAsDataListAccessor(TuiDataListWrapperComponent)], viewQueries: [{ propertyName: "datalistSetter", first: true, predicate: TuiDataListComponent, descendants: true }, { propertyName: "legacyOptionsQuery", predicate: i0.forwardRef(function () { return TuiOption; }), descendants: true }, { propertyName: "optionsQuery", predicate: i0.forwardRef(function () { return TuiOptionWithValue; }), descendants: true }], ngImport: i0, template: "<tui-data-list\n *ngIf=\"items; else loading\"\n [emptyContent]=\"emptyContent\"\n [size]=\"size\"\n>\n <ng-container *ngIf=\"newOptionMode; else legacyOptionFallback\">\n <button\n *ngFor=\"let item of $cast(items)\"\n #elementRef=\"elementRef\"\n new\n tuiElement\n tuiOption\n type=\"button\"\n [disabled]=\"disabledItemHandler(item)\"\n [value]=\"item\"\n (click.capture)=\"itemClick.emit(item)\"\n >\n <ng-container *polymorpheusOutlet=\"itemContent as text; context: getContext(item, elementRef)\">\n {{ text }}\n </ng-container>\n </button>\n </ng-container>\n\n <!-- TODO(v5): delete fallback -->\n <ng-template #legacyOptionFallback>\n <button\n *ngFor=\"let item of $cast(items)\"\n #elementRef=\"elementRef\"\n automation-id=\"tui-data-list-wrapper__option\"\n tuiElement\n tuiOption\n type=\"button\"\n [disabled]=\"disabledItemHandler(item)\"\n [value]=\"item\"\n (click)=\"itemClick.emit(item)\"\n >\n <span class=\"t-content\">\n <ng-container *polymorpheusOutlet=\"itemContent as text; context: getContext(item, elementRef)\">\n {{ text }}\n </ng-container>\n </span>\n </button>\n </ng-template>\n</tui-data-list>\n<ng-template #loading>\n <tui-loader\n automation-id=\"tui-data-list-wrapper__loader\"\n class=\"t-loader\"\n />\n</ng-template>\n", styles: [":host{display:block}.t-content{flex:1;min-inline-size:0}.t-loader{margin:.75rem 0}\n"], dependencies: [{ kind: "directive", type: NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: PolymorpheusOutlet, selector: "[polymorpheusOutlet]", inputs: ["polymorpheusOutlet", "polymorpheusOutletContext"] }, { kind: "component", type: i1.TuiDataListComponent, selector: "tui-data-list", inputs: ["emptyContent", "size"] }, { kind: "component", type: i1.TuiOption, selector: "button[tuiOption]:not([new]), a[tuiOption]:not([new]), label[tuiOption]:not([new])", inputs: ["disabled", "value"] }, { kind: "directive", type: i1.TuiOptionNew, selector: "button[tuiOption][new], a[tuiOption][new], label[tuiOption][new]", inputs: ["disabled"] }, { kind: "directive", type: i1.TuiOptionWithValue, selector: "button[tuiOption][value][new], a[tuiOption][value][new], label[tuiOption][value][new]", inputs: ["disabled", "value"] }, { kind: "directive", type: TuiElement, selector: "[tuiElement]", exportAs: ["elementRef"] }, { kind: "component", type: TuiLoader, selector: "tui-loader", inputs: ["size", "inheritColor", "overlay", "textContent", "showLoader"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
59
- }
60
- export { TuiDataListWrapperComponent };
61
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiDataListWrapperComponent, decorators: [{
62
- type: Component,
63
- args: [{ standalone: true, selector: 'tui-data-list-wrapper:not([labels]), tui-data-list-wrapper:not([labels])[new]', imports: [NgForOf, NgIf, PolymorpheusOutlet, TuiDataList, TuiElement, TuiLoader], changeDetection: ChangeDetectionStrategy.OnPush, providers: [tuiAsDataListAccessor(TuiDataListWrapperComponent)], template: "<tui-data-list\n *ngIf=\"items; else loading\"\n [emptyContent]=\"emptyContent\"\n [size]=\"size\"\n>\n <ng-container *ngIf=\"newOptionMode; else legacyOptionFallback\">\n <button\n *ngFor=\"let item of $cast(items)\"\n #elementRef=\"elementRef\"\n new\n tuiElement\n tuiOption\n type=\"button\"\n [disabled]=\"disabledItemHandler(item)\"\n [value]=\"item\"\n (click.capture)=\"itemClick.emit(item)\"\n >\n <ng-container *polymorpheusOutlet=\"itemContent as text; context: getContext(item, elementRef)\">\n {{ text }}\n </ng-container>\n </button>\n </ng-container>\n\n <!-- TODO(v5): delete fallback -->\n <ng-template #legacyOptionFallback>\n <button\n *ngFor=\"let item of $cast(items)\"\n #elementRef=\"elementRef\"\n automation-id=\"tui-data-list-wrapper__option\"\n tuiElement\n tuiOption\n type=\"button\"\n [disabled]=\"disabledItemHandler(item)\"\n [value]=\"item\"\n (click)=\"itemClick.emit(item)\"\n >\n <span class=\"t-content\">\n <ng-container *polymorpheusOutlet=\"itemContent as text; context: getContext(item, elementRef)\">\n {{ text }}\n </ng-container>\n </span>\n </button>\n </ng-template>\n</tui-data-list>\n<ng-template #loading>\n <tui-loader\n automation-id=\"tui-data-list-wrapper__loader\"\n class=\"t-loader\"\n />\n</ng-template>\n", styles: [":host{display:block}.t-content{flex:1;min-inline-size:0}.t-loader{margin:.75rem 0}\n"] }]
64
- }], propDecorators: { legacyOptionsQuery: [{
65
- type: ViewChildren,
66
- args: [forwardRef(() => TuiOption)]
67
- }], optionsQuery: [{
68
- type: ViewChildren,
69
- args: [forwardRef(() => TuiOptionWithValue)]
70
- }], items: [{
71
- type: Input
72
- }], disabledItemHandler: [{
73
- type: Input
74
- }], emptyContent: [{
75
- type: Input
76
- }], size: [{
77
- type: Input
78
- }], itemClick: [{
79
- type: Output
80
- }], itemContent: [{
81
- type: Input
82
- }], datalistSetter: [{
83
- type: ViewChild,
84
- args: [TuiDataListComponent]
85
- }] } });
86
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGF0YS1saXN0LXdyYXBwZXIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMva2l0L2NvbXBvbmVudHMvZGF0YS1saXN0LXdyYXBwZXIvZGF0YS1saXN0LXdyYXBwZXIuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMva2l0L2NvbXBvbmVudHMvZGF0YS1saXN0LXdyYXBwZXIvZGF0YS1saXN0LXdyYXBwZXIudGVtcGxhdGUuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUMsT0FBTyxFQUFFLElBQUksRUFBQyxNQUFNLGlCQUFpQixDQUFDO0FBQzlDLE9BQU8sRUFDSCx1QkFBdUIsRUFDdkIsU0FBUyxFQUNULFFBQVEsRUFFUixZQUFZLEVBQ1osVUFBVSxFQUNWLE1BQU0sRUFDTixLQUFLLEVBQ0wsUUFBUSxFQUNSLE1BQU0sRUFFTixNQUFNLEVBQ04sU0FBUyxFQUNULFlBQVksR0FDZixNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBQUMsV0FBVyxFQUFDLE1BQU0seUJBQXlCLENBQUM7QUFDcEQsT0FBTyxFQUFDLFVBQVUsRUFBQyxNQUFNLGtDQUFrQyxDQUFDO0FBRTVELE9BQU8sRUFBQyxnQkFBZ0IsRUFBQyxNQUFNLHlCQUF5QixDQUFDO0FBQ3pELE9BQU8sRUFBQyxrQkFBa0IsRUFBQyxNQUFNLDJCQUEyQixDQUFDO0FBQzdELE9BQU8sRUFBQyxZQUFZLEVBQUMsTUFBTSxtQ0FBbUMsQ0FBQztBQUMvRCxPQUFPLEVBQ0gscUJBQXFCLEVBQ3JCLFdBQVcsRUFFWCxvQkFBb0IsRUFDcEIscUJBQXFCLEVBQ3JCLFNBQVMsRUFDVCxrQkFBa0IsR0FDckIsTUFBTSxxQ0FBcUMsQ0FBQztBQUM3QyxPQUFPLEVBQUMsU0FBUyxFQUFDLE1BQU0sa0NBQWtDLENBQUM7QUFDM0QsT0FBTyxFQUNILGtCQUFrQixHQUVyQixNQUFNLDBDQUEwQyxD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UztpQ0FDTSxJQUFJLFlBRVosK0VBQStFLFdBQzFFLENBQUMsT0FBTyxFQUFFLElBQUksRUFBRSxrQkFBa0IsRUFBRSxXQUFXLEVBQUUsVUFBVSxFQUFFLFNBQVMsQ0FBQyxtQkFHL0QsdUJBQXVCLENBQUMsTUFBTSxhQUNwQyxDQUFDLHFCQUFxQiw2QkFBNkIsQ0FBQzs4QkFZNUMsa0JBQWtCO3NCQURwQyxZQUFZO3VCQUFDLFVBQVUsQ0FBQyxHQUFHLEVBQUUsQ0FBQyxTQUFTLENBQUM7Z0JBS3RCLFlBQVk7c0JBRDlCLFlBQVk7dUJBQUMsVUFBVSxDQUFDLEdBQUcsRUFBRSxDQUFDLGtCQUFrQixDQUFDO2dCQU0zQyxLQUFLO3NCQURYLEtBQUs7Z0JBSUMsbUJBQW1CO3NCQUR6QixLQUFLO2dCQU1DLFlBQVk7c0JBRGxCLEtBQUs7Z0JBSUMsSUFBSTtzQkFEVixLQUFLO2dCQUlVLFNBQVM7c0JBRHhCLE1BQU07Z0JBTUEsV0FBVztzQkFEakIsS0FBSztnQkEwQlEsY0FBYztzQkFEM0IsU0FBUzt1QkFBQyxvQkFBb0IiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge05nRm9yT2YsIE5nSWZ9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQge1xuICAgIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICAgIENvbXBvbmVudCxcbiAgICBjb21wdXRlZCxcbiAgICB0eXBlIEVsZW1lbnRSZWYsXG4gICAgRXZlbnRFbWl0dGVyLFxuICAgIGZvcndhcmRSZWYsXG4gICAgaW5qZWN0LFxuICAgIElucHV0LFxuICAgIGlzU2lnbmFsLFxuICAgIE91dHB1dCxcbiAgICB0eXBlIFF1ZXJ5TGlzdCxcbiAgICBzaWduYWwsXG4gICAgVmlld0NoaWxkLFxuICAgIFZpZXdDaGlsZHJlbixcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQge0VNUFRZX1FVRVJZfSBmcm9tICdAdGFpZ2EtdWkvY2RrL2NvbnN0YW50cyc7XG5pbXBvcnQge1R1aUVsZW1lbnR9IGZyb20gJ0B0YWlnYS11aS9jZGsvZGlyZWN0aXZlcy9lbGVtZW50JztcbmltcG9ydCB7dHlwZSBUdWlCb29sZWFuSGFuZGxlcn0gZnJvbSAnQHRhaWdhLXVpL2Nkay90eXBlcyc7XG5pbXBvcnQge3R1aUluamVjdEVsZW1lbnR9IGZyb20gJ0B0YWlnYS11aS9jZGsvdXRpbHMvZG9tJztcbmltcG9ydCB7dHVpSXNOYXRpdmVGb2N1c2VkfSBmcm9tICdAdGFpZ2EtdWkvY2RrL3V0aWxzL2ZvY3VzJztcbmltcG9ydCB7dHVpSXNQcmVzZW50fSBmcm9tICdAdGFpZ2EtdWkvY2RrL3V0aWxzL21pc2NlbGxhbmVvdXMnO1xuaW1wb3J0IHtcbiAgICB0dWlBc0RhdGFMaXN0QWNjZXNzb3IsXG4gICAgVHVpRGF0YUxpc3QsXG4gICAgdHlwZSBUdWlEYXRhTGlzdEFjY2Vzc29yLFxuICAgIFR1aURhdGFMaXN0Q29tcG9uZW50LFxuICAgIHR1aUluamVjdERhdGFMaXN0U2l6ZSxcbiAgICBUdWlPcHRpb24sXG4gICAgVHVpT3B0aW9uV2l0aFZhbHVlLFxufSBmcm9tICdAdGFpZ2EtdWkvY29yZS9jb21wb25lbnRzL2RhdGEtbGlzdCc7XG5pbXBvcnQge1R1aUxvYWRlcn0gZnJvbSAnQHRhaWdhLXVpL2NvcmUvY29tcG9uZW50cy9sb2FkZXInO1xuaW1wb3J0IHtcbiAgICBUVUlfSVRFTVNfSEFORExFUlMsXG4gICAgdHlwZSBUdWlJdGVtc0hhbmRsZXJzLFxufSBmcm9tICdAdGFpZ2EtdWkvY29yZS9kaXJlY3RpdmVzL2l0ZW1zLWhhbmRsZXJzJztcbmltcG9ydCB7dHlwZSBUdWlWYWx1ZUNvbnRlbnRDb250ZXh0fSBmcm9tICdAdGFpZ2EtdWkvY29yZS90eXBlcyc7XG5pbXBvcnQge1xuICAgIFRVSV9JVEVNU19IQU5ETEVSUyBhcyBUVUlfSVRFTVNfSEFORExFUlNfTEVHQUNZLFxuICAgIHR5cGUgVHVpSXRlbXNIYW5kbGVycyBhcyBUdWlJdGVtc0hhbmRsZXJzTGVnYWN5LFxufSBmcm9tICdAdGFpZ2EtdWkva2l0L3Rva2Vucyc7XG5pbXBvcnQge3R5cGUgUG9seW1vcnBoZXVzQ29udGVudCwgUG9seW1vcnBoZXVzT3V0bGV0fSBmcm9tICdAdGFpZ2EtdWkvcG9seW1vcnBoZXVzJztcblxuQENvbXBvbmVudCh7XG4gICAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgICBzZWxlY3RvcjpcbiAgICAgICAgJ3R1aS1kYXRhLWxpc3Qtd3JhcHBlcjpub3QoW2xhYmVsc10pLCB0dWktZGF0YS1saXN0LXdyYXBwZXI6bm90KFtsYWJlbHNdKVtuZXddJywgLy8gVE9ETyh2NSk6IHJlbW92ZSBbbmV3XVxuICAgIGltcG9ydHM6IFtOZ0Zvck9mLCBOZ0lmLCBQb2x5bW9ycGhldXNPdXRsZXQsIFR1aURhdGFMaXN0LCBUdWlFbGVtZW50LCBUdWlMb2FkZXJdLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9kYXRhLWxpc3Qtd3JhcHBlci50ZW1wbGF0ZS5odG1sJyxcbiAgICBzdHlsZVVybHM6IFsnLi9kYXRhLWxpc3Qtd3JhcHBlci5zdHlsZS5sZXNzJ10sXG4gICAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gICAgcHJvdmlkZXJzOiBbdHVpQXNEYXRhTGlzdEFjY2Vzc29yKFR1aURhdGFMaXN0V3JhcHBlckNvbXBvbmVudCldLFxufSlcbmV4cG9ydCBjbGFzcyBUdWlEYXRhTGlzdFdyYXBwZXJDb21wb25lbnQ8VCwgSyA9IFQ+IGltcGxlbWVudHMgVHVpRGF0YUxpc3RBY2Nlc3NvcjxUPiB7XG4gICAgcHJpdmF0ZSByZWFkb25seSBkYXRhbGlzdCA9IHNpZ25hbDxUdWlEYXRhTGlzdENvbXBvbmVudDxUPiB8IG51bGw+KG51bGwpO1xuICAgIHByaXZhdGUgcmVhZG9ubHkgaXRlbXNIYW5kbGVyczogVHVpSXRlbXNIYW5kbGVyczxUPiA9IGluamVjdChUVUlfSVRFTVNfSEFORExFUlMpO1xuICAgIC8vIFRPRE8odjUpOiBkZWxldGVcbiAgICBwcml2YXRlIHJlYWRvbmx5IGl0ZW1zSGFuZGxlcnNMZWdhY3k6IFR1aUl0ZW1zSGFuZGxlcnNMZWdhY3k8VD4gPSBpbmplY3QoXG4gICAgICAgIFRVSV9JVEVNU19IQU5ETEVSU19MRUdBQ1ksXG4gICAgKTtcblxuICAgIC8vIFRPRE8odjUpOiBkZWxldGVcbiAgICBAVmlld0NoaWxkcmVuKGZvcndhcmRSZWYoKCkgPT4gVHVpT3B0aW9uKSlcbiAgICBwcm90ZWN0ZWQgcmVhZG9ubHkgbGVnYWN5T3B0aW9uc1F1ZXJ5OiBRdWVyeUxpc3Q8VHVpT3B0aW9uPFQ+PiA9IEVNUFRZX1FVRVJZO1xuXG4gICAgLy8gVE9ETyh2NSk6IGRlbGV0ZVxuICAgIEBWaWV3Q2hpbGRyZW4oZm9yd2FyZFJlZigoKSA9PiBUdWlPcHRpb25XaXRoVmFsdWUpKVxuICAgIHByb3RlY3RlZCByZWFkb25seSBvcHRpb25zUXVlcnk6IFF1ZXJ5TGlzdDxUdWlPcHRpb25XaXRoVmFsdWU8VD4+ID0gRU1QVFlfUVVFUlk7XG5cbiAgICBwcm90ZWN0ZWQgcmVhZG9ubHkgbmV3T3B0aW9uTW9kZSA9IHR1aUluamVjdEVsZW1lbnQoKS5oYXNBdHRyaWJ1dGUoJ25ldycpO1xuXG4gICAgQElucHV0KClcbiAgICBwdWJsaWMgaXRlbXM6IHJlYWRvbmx5IEtbXSB8IG51bGwgPSBbXTtcblxuICAgIEBJbnB1dCgpXG4gICAgcHVibGljIGRpc2FibGVkSXRlbUhhbmRsZXI6IFR1aUJvb2xlYW5IYW5kbGVyPFQ+ID0gdGhpcy5uZXdPcHRpb25Nb2RlXG4gICAgICAgID8gdGhpcy5pdGVtc0hhbmRsZXJzPy5kaXNhYmxlZEl0ZW1IYW5kbGVyKClcbiAgICAgICAgOiB0aGlzLml0ZW1zSGFuZGxlcnNMZWdhY3kuZGlzYWJsZWRJdGVtSGFuZGxlcjtcblxuICAgIEBJbnB1dCgpXG4gICAgcHVibGljIGVtcHR5Q29udGVudDogUG9seW1vcnBoZXVzQ29udGVudDtcblxuICAgIEBJbnB1dCgpXG4gICAgcHVibGljIHNpemUgPSB0dWlJbmplY3REYXRhTGlzdFNpemUoKTtcblxuICAgIEBPdXRwdXQoKVxuICAgIHB1YmxpYyByZWFkb25seSBpdGVtQ2xpY2sgPSBuZXcgRXZlbnRFbWl0dGVyPFQ+KCk7XG5cbiAgICBwdWJsaWMgcmVhZG9ubHkgb3B0aW9ucyA9IGNvbXB1dGVkKCgpID0+IHRoaXMuZGF0YWxpc3QoKT8ub3B0aW9ucygpID8/IFtdKTtcblxuICAgIEBJbnB1dCgpXG4gICAgcHVibGljIGl0ZW1Db250ZW50OiBQb2x5bW9ycGhldXNDb250ZW50PFR1aVZhbHVlQ29udGVudENvbnRleHQ8VD4+ID0gKHskaW1wbGljaXR9KSA9PlxuICAgICAgICB0aGlzLm5ld09wdGlvbk1vZGVcbiAgICAgICAgICAgID8gdGhpcy5pdGVtc0hhbmRsZXJzLnN0cmluZ2lmeSgpKCRpbXBsaWNpdClcbiAgICAgICAgICAgIDogdGhpcy5pdGVtc0hhbmRsZXJzTGVnYWN5LnN0cmluZ2lmeSgkaW1wbGljaXQpO1xuXG4gICAgcHVibGljIGdldENvbnRleHQoXG4gICAgICAgICRpbXBsaWNpdDogVCxcbiAgICAgICAge25hdGl2ZUVsZW1lbnR9OiBFbGVtZW50UmVmPEhUTUxFbGVtZW50PixcbiAgICApOiBUdWlWYWx1ZUNvbnRlbnRDb250ZXh0PFQ+IHtcbiAgICAgICAgcmV0dXJuIHskaW1wbGljaXQsIGFjdGl2ZTogdHVpSXNOYXRpdmVGb2N1c2VkKG5hdGl2ZUVsZW1lbnQpfTtcbiAgICB9XG5cbiAgICAvLyBUT0RPKHY1KTogZGVsZXRlXG4gICAgcHVibGljIGdldE9wdGlvbnMoaW5jbHVkZURpc2FibGVkID0gZmFsc2UpOiByZWFkb25seSBUW10ge1xuICAgICAgICByZXR1cm4gW1xuICAgICAgICAgICAgLi4udGhpcy5sZWdhY3lPcHRpb25zUXVlcnksIC8vIFRPRE8odjUpOiBkZWxldGVcbiAgICAgICAgICAgIC4uLnRoaXMub3B0aW9uc1F1ZXJ5LFxuICAgICAgICBdXG4gICAgICAgICAgICAuZmlsdGVyKCh7ZGlzYWJsZWR9KSA9PiBpbmNsdWRlRGlzYWJsZWQgfHwgIWRpc2FibGVkKVxuICAgICAgICAgICAgLm1hcCgoe3ZhbHVlfSkgPT4gKGlzU2lnbmFsKHZhbHVlKSA/IHZhbHVlKCkgOiB2YWx1ZSkpXG4gICAgICAgICAgICAuZmlsdGVyKHR1aUlzUHJlc2VudCk7XG4gICAgfVxuXG4gICAgLy8gVE9ETyh2NSk6IHVzZSBzaWduYWwgYHZpZXdDaGlsZGBcbiAgICBAVmlld0NoaWxkKFR1aURhdGFMaXN0Q29tcG9uZW50KVxuICAgIHByb3RlY3RlZCBzZXQgZGF0YWxpc3RTZXR0ZXIoeDogVHVpRGF0YUxpc3RDb21wb25lbnQ8VD4pIHtcbiAgICAgICAgdGhpcy5kYXRhbGlzdC5zZXQoeCk7XG4gICAgfVxuXG4gICAgcHJvdGVjdGVkICRjYXN0KGl0ZW1zOiByZWFkb25seSBLW10pOiByZWFkb25seSBUW10ge1xuICAgICAgICByZXR1cm4gaXRlbXMgYXMgdW5rbm93biBhcyByZWFkb25seSBUW107XG4gICAgfVxufVxuIiwiPHR1aS1kYXRhLWxpc3RcbiAgICAqbmdJZj1cIml0ZW1zOyBlbHNlIGxvYWRpbmdcIlxuICAgIFtlbXB0eUNvbnRlbnRdPVwiZW1wdHlDb250ZW50XCJcbiAgICBbc2l6ZV09XCJzaXplXCJcbj5cbiAgICA8bmctY29udGFpbmVyICpuZ0lmPVwibmV3T3B0aW9uTW9kZTsgZWxzZSBsZWdhY3lPcHRpb25GYWxsYmFja1wiPlxuICAgICAgICA8YnV0dG9uXG4gICAgICAgICAgICAqbmdGb3I9XCJsZXQgaXRlbSBvZiAkY2FzdChpdGVtcylcIlxuICAgICAgICAgICAgI2VsZW1lbnRSZWY9XCJlbGVtZW50UmVmXCJcbiAgICAgICAgICAgIG5ld1xuICAgICAgICAgICAgdHVpRWxlbWVudFxuICAgICAgICAgICAgdHVpT3B0aW9uXG4gICAgICAgICAgICB0eXBlPVwiYnV0dG9uXCJcbiAgICAgICAgICAgIFtkaXNhYmxlZF09XCJkaXNhYmxlZEl0ZW1IYW5kbGVyKGl0ZW0pXCJcbiAgICAgICAgICAgIFt2YWx1ZV09XCJpdGVtXCJcbiAgICAgICAgICAgIChjbGljay5jYXB0dXJlKT1cIml0ZW1DbGljay5lbWl0KGl0ZW0pXCJcbiAgICAgICAgPlxuICAgICAgICAgICAgPG5nLWNvbnRhaW5lciAqcG9seW1vcnBoZXVzT3V0bGV0PVwiaXRlbUNvbnRlbnQgYXMgdGV4dDsgY29udGV4dDogZ2V0Q29udGV4dChpdGVtLCBlbGVtZW50UmVmKVwiPlxuICAgICAgICAgICAgICAgIHt7IHRleHQgfX1cbiAgICAgICAgICAgIDwvbmctY29udGFpbmVyPlxuICAgICAgICA8L2J1dHRvbj5cbiAgICA8L25nLWNvbnRhaW5lcj5cblxuICAgIDwhLS0gVE9ETyh2NSk6IGRlbGV0ZSBmYWxsYmFjayAtLT5cbiAgICA8bmctdGVtcGxhdGUgI2xlZ2FjeU9wdGlvbkZhbGxiYWNrPlxuICAgICAgICA8YnV0dG9uXG4gICAgICAgICAgICAqbmdGb3I9XCJsZXQgaXRlbSBvZiAkY2FzdChpdGVtcylcIlxuICAgICAgICAgICAgI2VsZW1lbnRSZWY9XCJlbGVtZW50UmVmXCJcbiAgICAgICAgICAgIGF1dG9tYXRpb24taWQ9XCJ0dWktZGF0YS1saXN0LXdyYXBwZXJfX29wdGlvblwiXG4gICAgICAgICAgICB0dWlFbGVtZW50XG4gICAgICAgICAgICB0dWlPcHRpb25cbiAgICAgICAgICAgIHR5cGU9XCJidXR0b25cIlxuICAgICAgICAgICAgW2Rpc2FibGVkXT1cImRpc2FibGVkSXRlbUhhbmRsZXIoaXRlbSlcIlxuICAgICAgICAgICAgW3ZhbHVlXT1cIml0ZW1cIlxuICAgICAgICAgICAgKGNsaWNrKT1cIml0ZW1DbGljay5lbWl0KGl0ZW0pXCJcbiAgICAgICAgPlxuICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJ0LWNvbnRlbnRcIj5cbiAgICAgICAgICAgICAgICA8bmctY29udGFpbmVyICpwb2x5bW9ycGhldXNPdXRsZXQ9XCJpdGVtQ29udGVudCBhcyB0ZXh0OyBjb250ZXh0OiBnZXRDb250ZXh0KGl0ZW0sIGVsZW1lbnRSZWYpXCI+XG4gICAgICAgICAgICAgICAgICAgIHt7IHRleHQgfX1cbiAgICAgICAgICAgICAgICA8L25nLWNvbnRhaW5lcj5cbiAgICAgICAgICAgIDwvc3Bhbj5cbiAgICAgICAgPC9idXR0b24+XG4gICAgPC9uZy10ZW1wbGF0ZT5cbjwvdHVpLWRhdGEtbGlzdD5cbjxuZy10ZW1wbGF0ZSAjbG9hZGluZz5cbiAgICA8dHVpLWxvYWRlclxuICAgICAgICBhdXRvbWF0aW9uLWlkPVwidHVpLWRhdGEtbGlzdC13cmFwcGVyX19sb2FkZXJcIlxuICAgICAgICBjbGFzcz1cInQtbG9hZGVyXCJcbiAgICAvPlxuPC9uZy10ZW1wbGF0ZT5cbiJdfQ==
@@ -1,9 +0,0 @@
1
- import { TuiDataListDirective } from '@taiga-ui/core/components/data-list';
2
- import { TuiDataListGroupWrapperComponent } from './data-list-group-wrapper.component';
3
- import { TuiDataListWrapperComponent } from './data-list-wrapper.component';
4
- export const TuiDataListWrapper = [
5
- TuiDataListWrapperComponent,
6
- TuiDataListGroupWrapperComponent,
7
- TuiDataListDirective,
8
- ];
9
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGF0YS1saXN0LXdyYXBwZXIubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMva2l0L2NvbXBvbmVudHMvZGF0YS1saXN0LXdyYXBwZXIvZGF0YS1saXN0LXdyYXBwZXIubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBQyxvQkFBb0IsRUFBQyxNQUFNLHFDQUFxQyxDQUFDO0FBRXpFLE9BQU8sRUFBQyxnQ0FBZ0MsRUFBQyxNQUFNLHFDQUFxQyxDQUFDO0FBQ3JGLE9BQU8sRUFBQywyQkFBMkIsRUFBQyxNQUFNLCtCQUErQixDQUFDO0FBRTFFLE1BQU0sQ0FBQyxNQUFNLGtCQUFrQixHQUFHO0lBQzlCLDJCQUEyQjtJQUMzQixnQ0FBZ0M7SUFDaEMsb0JBQW9CO0NBQ2QsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7VHVpRGF0YUxpc3REaXJlY3RpdmV9IGZyb20gJ0B0YWlnYS11aS9jb3JlL2NvbXBvbmVudHMvZGF0YS1saXN0JztcblxuaW1wb3J0IHtUdWlEYXRhTGlzdEdyb3VwV3JhcHBlckNvbXBvbmVudH0gZnJvbSAnLi9kYXRhLWxpc3QtZ3JvdXAtd3JhcHBlci5jb21wb25lbnQnO1xuaW1wb3J0IHtUdWlEYXRhTGlzdFdyYXBwZXJDb21wb25lbnR9IGZyb20gJy4vZGF0YS1saXN0LXdyYXBwZXIuY29tcG9uZW50JztcblxuZXhwb3J0IGNvbnN0IFR1aURhdGFMaXN0V3JhcHBlciA9IFtcbiAgICBUdWlEYXRhTGlzdFdyYXBwZXJDb21wb25lbnQsXG4gICAgVHVpRGF0YUxpc3RHcm91cFdyYXBwZXJDb21wb25lbnQsXG4gICAgVHVpRGF0YUxpc3REaXJlY3RpdmUsXG5dIGFzIGNvbnN0O1xuIl19
@@ -1,4 +0,0 @@
1
- export * from './data-list-group-wrapper.component';
2
- export * from './data-list-wrapper.component';
3
- export * from './data-list-wrapper.module';
4
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9raXQvY29tcG9uZW50cy9kYXRhLWxpc3Qtd3JhcHBlci9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLHFDQUFxQyxDQUFDO0FBQ3BELGNBQWMsK0JBQStCLENBQUM7QUFDOUMsY0FBYyw0QkFBNEIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vZGF0YS1saXN0LWdyb3VwLXdyYXBwZXIuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vZGF0YS1saXN0LXdyYXBwZXIuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vZGF0YS1saXN0LXdyYXBwZXIubW9kdWxlJztcbiJdfQ==
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- export * from './index';
5
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFpZ2EtdWkta2l0LWNvbXBvbmVudHMtZGF0YS1saXN0LXdyYXBwZXIuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9raXQvY29tcG9uZW50cy9kYXRhLWxpc3Qtd3JhcHBlci90YWlnYS11aS1raXQtY29tcG9uZW50cy1kYXRhLWxpc3Qtd3JhcHBlci50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsU0FBUyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL2luZGV4JztcbiJdfQ==