@taiga-ui/kit 4.43.0 → 4.44.0-canary.0bcf1bf

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 (272) hide show
  1. package/components/avatar/avatar.options.d.ts +2 -1
  2. package/components/badge/badge.options.d.ts +2 -1
  3. package/components/badge-notification/badge-notification.options.d.ts +2 -1
  4. package/components/block/block.options.d.ts +2 -1
  5. package/components/breadcrumbs/breadcrumbs.options.d.ts +2 -1
  6. package/components/checkbox/checkbox.options.d.ts +2 -1
  7. package/components/chip/chip.options.d.ts +2 -1
  8. package/components/combo-box/combo-box.directive.d.ts +0 -1
  9. package/components/files/input-files/input-files.options.d.ts +2 -1
  10. package/components/index.d.ts +1 -0
  11. package/components/input-chip/input-chip.directive.d.ts +1 -0
  12. package/components/input-color/index.d.ts +2 -0
  13. package/components/input-color/input-color.component.d.ts +23 -0
  14. package/components/input-color/input-color.options.d.ts +6 -0
  15. package/components/input-date-range/input-date-range.options.d.ts +2 -1
  16. package/components/input-month/input-month.options.d.ts +2 -1
  17. package/components/input-month-range/input-month-range.options.d.ts +2 -1
  18. package/components/input-password/input-password.options.d.ts +2 -1
  19. package/components/input-phone-international/input-phone-international.options.d.ts +2 -1
  20. package/components/input-time/input-time.directive.d.ts +7 -2
  21. package/components/input-time/input-time.options.d.ts +1 -1
  22. package/components/line-clamp/line-clamp.options.d.ts +2 -1
  23. package/components/multi-select/index.d.ts +1 -0
  24. package/components/multi-select/multi-select-native/multi-select-native.component.d.ts +20 -0
  25. package/components/multi-select/multi-select.d.ts +3 -1
  26. package/components/pdf-viewer/pdf-viewer.options.d.ts +2 -1
  27. package/components/preview/index.d.ts +2 -2
  28. package/components/preview/preview.d.ts +1 -1
  29. package/components/progress/progress.options.d.ts +2 -1
  30. package/components/push/push.options.d.ts +2 -1
  31. package/components/radio/radio.options.d.ts +2 -1
  32. package/components/rating/rating.options.d.ts +2 -1
  33. package/components/select/select-option/select-option.component.d.ts +2 -2
  34. package/components/slider/helpers/slider-thumb-label.component.d.ts +1 -1
  35. package/components/slider/slider.options.d.ts +2 -1
  36. package/components/switch/switch.options.d.ts +2 -1
  37. package/components/tabs/tabs.options.d.ts +2 -1
  38. package/components/tabs/tabs.providers.d.ts +2 -1
  39. package/components/tiles/tiles.tokens.d.ts +2 -1
  40. package/components/tree/misc/tree.tokens.d.ts +9 -8
  41. package/directives/chevron/chevron.directive.d.ts +2 -1
  42. package/directives/fluid-typography/fluid-typography.options.d.ts +2 -1
  43. package/directives/index.d.ts +1 -0
  44. package/directives/shimmer/index.d.ts +1 -0
  45. package/directives/shimmer/shimmer.directive.d.ts +13 -0
  46. package/esm2022/components/accordion/accordion-item.component.mjs +3 -3
  47. package/esm2022/components/avatar/avatar-labeled.component.mjs +3 -3
  48. package/esm2022/components/avatar/avatar-stack.component.mjs +2 -2
  49. package/esm2022/components/avatar/avatar.options.mjs +6 -3
  50. package/esm2022/components/badge/badge.options.mjs +6 -3
  51. package/esm2022/components/badge-notification/badge-notification.options.mjs +6 -3
  52. package/esm2022/components/block/block.options.mjs +6 -3
  53. package/esm2022/components/breadcrumbs/breadcrumbs.component.mjs +3 -3
  54. package/esm2022/components/breadcrumbs/breadcrumbs.options.mjs +6 -3
  55. package/esm2022/components/checkbox/checkbox.options.mjs +6 -3
  56. package/esm2022/components/chip/chip.options.mjs +6 -3
  57. package/esm2022/components/combo-box/combo-box.directive.mjs +6 -7
  58. package/esm2022/components/confirm/confirm.component.mjs +3 -3
  59. package/esm2022/components/elastic-container/elastic-container.component.mjs +3 -3
  60. package/esm2022/components/files/file/file.component.mjs +4 -5
  61. package/esm2022/components/files/files/files.component.mjs +3 -3
  62. package/esm2022/components/files/input-files/input-files.options.mjs +6 -3
  63. package/esm2022/components/filter/filter.component.mjs +3 -3
  64. package/esm2022/components/floating-container/floating-container.directive.mjs +2 -2
  65. package/esm2022/components/index.mjs +2 -1
  66. package/esm2022/components/input-chip/input-chip.component.mjs +3 -3
  67. package/esm2022/components/input-chip/input-chip.directive.mjs +6 -8
  68. package/esm2022/components/input-color/index.mjs +3 -0
  69. package/esm2022/components/input-color/input-color.component.mjs +89 -0
  70. package/esm2022/components/input-color/input-color.options.mjs +6 -0
  71. package/esm2022/components/input-color/taiga-ui-kit-components-input-color.mjs +5 -0
  72. package/esm2022/components/input-date-range/input-date-range.options.mjs +9 -7
  73. package/esm2022/components/input-inline/input-inline.component.mjs +3 -3
  74. package/esm2022/components/input-month/input-month.options.mjs +9 -7
  75. package/esm2022/components/input-month-range/input-month-range.options.mjs +9 -7
  76. package/esm2022/components/input-number/step/input-number-step.component.mjs +3 -3
  77. package/esm2022/components/input-password/input-password.options.mjs +6 -3
  78. package/esm2022/components/input-phone-international/input-phone-international.options.mjs +6 -3
  79. package/esm2022/components/input-pin/input-pin.component.mjs +3 -3
  80. package/esm2022/components/input-time/input-time.component.mjs +2 -5
  81. package/esm2022/components/input-time/input-time.directive.mjs +39 -11
  82. package/esm2022/components/input-time/input-time.options.mjs +2 -1
  83. package/esm2022/components/line-clamp/line-clamp-box.component.mjs +3 -3
  84. package/esm2022/components/line-clamp/line-clamp.component.mjs +3 -3
  85. package/esm2022/components/line-clamp/line-clamp.options.mjs +6 -3
  86. package/esm2022/components/multi-select/index.mjs +2 -1
  87. package/esm2022/components/multi-select/multi-select-group/multi-select-group.component.mjs +3 -3
  88. package/esm2022/components/multi-select/multi-select-native/multi-select-native.component.mjs +56 -0
  89. package/esm2022/components/multi-select/multi-select-option/multi-select-option.component.mjs +4 -9
  90. package/esm2022/components/multi-select/multi-select.mjs +3 -1
  91. package/esm2022/components/pagination/pagination.component.mjs +3 -3
  92. package/esm2022/components/pdf-viewer/pdf-viewer.component.mjs +3 -3
  93. package/esm2022/components/pdf-viewer/pdf-viewer.options.mjs +6 -3
  94. package/esm2022/components/pin/pin.directive.mjs +2 -2
  95. package/esm2022/components/preview/{preview-action → action}/preview-action.directive.mjs +1 -1
  96. package/esm2022/components/preview/dialog/index.mjs +4 -0
  97. package/esm2022/components/preview/{preview-dialog → dialog}/preview-dialog.component.mjs +1 -1
  98. package/esm2022/components/preview/{preview-dialog → dialog}/preview-dialog.directive.mjs +1 -1
  99. package/esm2022/components/preview/{preview-dialog → dialog}/preview-dialog.service.mjs +1 -1
  100. package/esm2022/components/preview/dialog/taiga-ui-kit-components-preview-dialog.mjs +5 -0
  101. package/esm2022/components/preview/index.mjs +3 -3
  102. package/esm2022/components/preview/pagination/preview-pagination.component.mjs +4 -4
  103. package/esm2022/components/preview/preview.component.mjs +4 -4
  104. package/esm2022/components/preview/preview.mjs +2 -2
  105. package/esm2022/components/preview/zoom/preview-zoom.component.mjs +4 -4
  106. package/esm2022/components/progress/progress-bar/fixed-gradient/progress-fixed-gradient.directive.mjs +2 -2
  107. package/esm2022/components/progress/progress-bar/progress-bar.component.mjs +2 -2
  108. package/esm2022/components/progress/progress.options.mjs +6 -3
  109. package/esm2022/components/push/push-alert.component.mjs +3 -3
  110. package/esm2022/components/push/push.component.mjs +3 -3
  111. package/esm2022/components/push/push.options.mjs +6 -3
  112. package/esm2022/components/radio/radio.options.mjs +6 -3
  113. package/esm2022/components/rating/rating.component.mjs +3 -3
  114. package/esm2022/components/rating/rating.options.mjs +6 -3
  115. package/esm2022/components/select/select-option/select-option.component.mjs +23 -9
  116. package/esm2022/components/slider/helpers/slider-thumb-label.component.mjs +5 -4
  117. package/esm2022/components/slider/slider.component.mjs +2 -2
  118. package/esm2022/components/slider/slider.options.mjs +6 -3
  119. package/esm2022/components/stepper/step.component.mjs +3 -3
  120. package/esm2022/components/switch/switch.options.mjs +6 -3
  121. package/esm2022/components/tabs/tabs-with-more.component.mjs +3 -3
  122. package/esm2022/components/tabs/tabs.options.mjs +6 -3
  123. package/esm2022/components/tabs/tabs.providers.mjs +3 -4
  124. package/esm2022/components/textarea/textarea-limit.directive.mjs +2 -2
  125. package/esm2022/components/textarea/textarea.component.mjs +3 -3
  126. package/esm2022/components/tiles/tiles.tokens.mjs +5 -3
  127. package/esm2022/components/tree/components/tree-item/tree-item.component.mjs +3 -3
  128. package/esm2022/components/tree/components/tree-item-content/tree-item-content.component.mjs +3 -3
  129. package/esm2022/components/tree/misc/tree.tokens.mjs +18 -10
  130. package/esm2022/directives/chevron/chevron.directive.mjs +6 -4
  131. package/esm2022/directives/fade/fade.directive.mjs +10 -12
  132. package/esm2022/directives/fluid-typography/fluid-typography.options.mjs +6 -3
  133. package/esm2022/directives/index.mjs +2 -1
  134. package/esm2022/directives/shimmer/index.mjs +2 -0
  135. package/esm2022/directives/shimmer/shimmer.directive.mjs +68 -0
  136. package/esm2022/directives/shimmer/taiga-ui-kit-directives-shimmer.mjs +5 -0
  137. package/esm2022/pipes/emails/emails.options.mjs +13 -11
  138. package/esm2022/pipes/filter-by-input/filter-by-input.pipe.mjs +2 -2
  139. package/esm2022/tokens/calendar-date-stream.mjs +3 -4
  140. package/esm2022/tokens/date-inputs-value-transformers.mjs +8 -6
  141. package/esm2022/tokens/i18n.mjs +74 -26
  142. package/esm2022/tokens/items-handlers.mjs +6 -3
  143. package/esm2022/tokens/mobile-calendar.mjs +3 -4
  144. package/esm2022/tokens/month-formatter.mjs +10 -9
  145. package/esm2022/tokens/preview-icons.mjs +6 -3
  146. package/esm2022/tokens/validation-errors.mjs +5 -3
  147. package/fesm2022/taiga-ui-kit-components-accordion.mjs +2 -2
  148. package/fesm2022/taiga-ui-kit-components-accordion.mjs.map +1 -1
  149. package/fesm2022/taiga-ui-kit-components-avatar.mjs +9 -7
  150. package/fesm2022/taiga-ui-kit-components-avatar.mjs.map +1 -1
  151. package/fesm2022/taiga-ui-kit-components-badge-notification.mjs +5 -3
  152. package/fesm2022/taiga-ui-kit-components-badge-notification.mjs.map +1 -1
  153. package/fesm2022/taiga-ui-kit-components-badge.mjs +5 -3
  154. package/fesm2022/taiga-ui-kit-components-badge.mjs.map +1 -1
  155. package/fesm2022/taiga-ui-kit-components-block.mjs +5 -3
  156. package/fesm2022/taiga-ui-kit-components-block.mjs.map +1 -1
  157. package/fesm2022/taiga-ui-kit-components-breadcrumbs.mjs +7 -5
  158. package/fesm2022/taiga-ui-kit-components-breadcrumbs.mjs.map +1 -1
  159. package/fesm2022/taiga-ui-kit-components-checkbox.mjs +5 -3
  160. package/fesm2022/taiga-ui-kit-components-checkbox.mjs.map +1 -1
  161. package/fesm2022/taiga-ui-kit-components-chip.mjs +5 -3
  162. package/fesm2022/taiga-ui-kit-components-chip.mjs.map +1 -1
  163. package/fesm2022/taiga-ui-kit-components-combo-box.mjs +5 -6
  164. package/fesm2022/taiga-ui-kit-components-combo-box.mjs.map +1 -1
  165. package/fesm2022/taiga-ui-kit-components-confirm.mjs +2 -2
  166. package/fesm2022/taiga-ui-kit-components-confirm.mjs.map +1 -1
  167. package/fesm2022/taiga-ui-kit-components-elastic-container.mjs +2 -2
  168. package/fesm2022/taiga-ui-kit-components-elastic-container.mjs.map +1 -1
  169. package/fesm2022/taiga-ui-kit-components-files.mjs +10 -9
  170. package/fesm2022/taiga-ui-kit-components-files.mjs.map +1 -1
  171. package/fesm2022/taiga-ui-kit-components-filter.mjs +2 -2
  172. package/fesm2022/taiga-ui-kit-components-filter.mjs.map +1 -1
  173. package/fesm2022/taiga-ui-kit-components-floating-container.mjs +2 -2
  174. package/fesm2022/taiga-ui-kit-components-floating-container.mjs.map +1 -1
  175. package/fesm2022/taiga-ui-kit-components-input-chip.mjs +6 -9
  176. package/fesm2022/taiga-ui-kit-components-input-chip.mjs.map +1 -1
  177. package/fesm2022/taiga-ui-kit-components-input-color.mjs +100 -0
  178. package/fesm2022/taiga-ui-kit-components-input-color.mjs.map +1 -0
  179. package/fesm2022/taiga-ui-kit-components-input-date-range.mjs +8 -6
  180. package/fesm2022/taiga-ui-kit-components-input-date-range.mjs.map +1 -1
  181. package/fesm2022/taiga-ui-kit-components-input-inline.mjs +2 -2
  182. package/fesm2022/taiga-ui-kit-components-input-inline.mjs.map +1 -1
  183. package/fesm2022/taiga-ui-kit-components-input-month-range.mjs +8 -6
  184. package/fesm2022/taiga-ui-kit-components-input-month-range.mjs.map +1 -1
  185. package/fesm2022/taiga-ui-kit-components-input-month.mjs +8 -6
  186. package/fesm2022/taiga-ui-kit-components-input-month.mjs.map +1 -1
  187. package/fesm2022/taiga-ui-kit-components-input-number.mjs +2 -2
  188. package/fesm2022/taiga-ui-kit-components-input-number.mjs.map +1 -1
  189. package/fesm2022/taiga-ui-kit-components-input-password.mjs +5 -3
  190. package/fesm2022/taiga-ui-kit-components-input-password.mjs.map +1 -1
  191. package/fesm2022/taiga-ui-kit-components-input-phone-international.mjs +5 -3
  192. package/fesm2022/taiga-ui-kit-components-input-phone-international.mjs.map +1 -1
  193. package/fesm2022/taiga-ui-kit-components-input-pin.mjs +2 -2
  194. package/fesm2022/taiga-ui-kit-components-input-pin.mjs.map +1 -1
  195. package/fesm2022/taiga-ui-kit-components-input-time.mjs +41 -15
  196. package/fesm2022/taiga-ui-kit-components-input-time.mjs.map +1 -1
  197. package/fesm2022/taiga-ui-kit-components-line-clamp.mjs +9 -7
  198. package/fesm2022/taiga-ui-kit-components-line-clamp.mjs.map +1 -1
  199. package/fesm2022/taiga-ui-kit-components-multi-select.mjs +57 -14
  200. package/fesm2022/taiga-ui-kit-components-multi-select.mjs.map +1 -1
  201. package/fesm2022/taiga-ui-kit-components-pagination.mjs +2 -2
  202. package/fesm2022/taiga-ui-kit-components-pagination.mjs.map +1 -1
  203. package/fesm2022/taiga-ui-kit-components-pdf-viewer.mjs +7 -5
  204. package/fesm2022/taiga-ui-kit-components-pdf-viewer.mjs.map +1 -1
  205. package/fesm2022/taiga-ui-kit-components-pin.mjs +2 -2
  206. package/fesm2022/taiga-ui-kit-components-pin.mjs.map +1 -1
  207. package/fesm2022/{taiga-ui-kit-components-preview-preview-dialog.mjs → taiga-ui-kit-components-preview-dialog.mjs} +1 -1
  208. package/fesm2022/taiga-ui-kit-components-preview-dialog.mjs.map +1 -0
  209. package/fesm2022/taiga-ui-kit-components-preview.mjs +65 -65
  210. package/fesm2022/taiga-ui-kit-components-preview.mjs.map +1 -1
  211. package/fesm2022/taiga-ui-kit-components-progress.mjs +9 -7
  212. package/fesm2022/taiga-ui-kit-components-progress.mjs.map +1 -1
  213. package/fesm2022/taiga-ui-kit-components-push.mjs +9 -7
  214. package/fesm2022/taiga-ui-kit-components-push.mjs.map +1 -1
  215. package/fesm2022/taiga-ui-kit-components-radio.mjs +5 -3
  216. package/fesm2022/taiga-ui-kit-components-radio.mjs.map +1 -1
  217. package/fesm2022/taiga-ui-kit-components-rating.mjs +7 -5
  218. package/fesm2022/taiga-ui-kit-components-rating.mjs.map +1 -1
  219. package/fesm2022/taiga-ui-kit-components-select.mjs +22 -8
  220. package/fesm2022/taiga-ui-kit-components-select.mjs.map +1 -1
  221. package/fesm2022/taiga-ui-kit-components-slider.mjs +11 -8
  222. package/fesm2022/taiga-ui-kit-components-slider.mjs.map +1 -1
  223. package/fesm2022/taiga-ui-kit-components-stepper.mjs +2 -2
  224. package/fesm2022/taiga-ui-kit-components-stepper.mjs.map +1 -1
  225. package/fesm2022/taiga-ui-kit-components-switch.mjs +5 -3
  226. package/fesm2022/taiga-ui-kit-components-switch.mjs.map +1 -1
  227. package/fesm2022/taiga-ui-kit-components-tabs.mjs +8 -6
  228. package/fesm2022/taiga-ui-kit-components-tabs.mjs.map +1 -1
  229. package/fesm2022/taiga-ui-kit-components-textarea.mjs +4 -4
  230. package/fesm2022/taiga-ui-kit-components-textarea.mjs.map +1 -1
  231. package/fesm2022/taiga-ui-kit-components-tiles.mjs +5 -3
  232. package/fesm2022/taiga-ui-kit-components-tiles.mjs.map +1 -1
  233. package/fesm2022/taiga-ui-kit-components-tree.mjs +22 -14
  234. package/fesm2022/taiga-ui-kit-components-tree.mjs.map +1 -1
  235. package/fesm2022/taiga-ui-kit-components.mjs +1 -0
  236. package/fesm2022/taiga-ui-kit-components.mjs.map +1 -1
  237. package/fesm2022/taiga-ui-kit-directives-chevron.mjs +5 -3
  238. package/fesm2022/taiga-ui-kit-directives-chevron.mjs.map +1 -1
  239. package/fesm2022/taiga-ui-kit-directives-fade.mjs +9 -11
  240. package/fesm2022/taiga-ui-kit-directives-fade.mjs.map +1 -1
  241. package/fesm2022/taiga-ui-kit-directives-fluid-typography.mjs +5 -3
  242. package/fesm2022/taiga-ui-kit-directives-fluid-typography.mjs.map +1 -1
  243. package/fesm2022/taiga-ui-kit-directives-shimmer.mjs +74 -0
  244. package/fesm2022/taiga-ui-kit-directives-shimmer.mjs.map +1 -0
  245. package/fesm2022/taiga-ui-kit-directives.mjs +1 -0
  246. package/fesm2022/taiga-ui-kit-directives.mjs.map +1 -1
  247. package/fesm2022/taiga-ui-kit-pipes-emails.mjs +12 -11
  248. package/fesm2022/taiga-ui-kit-pipes-emails.mjs.map +1 -1
  249. package/fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs +1 -1
  250. package/fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs.map +1 -1
  251. package/fesm2022/taiga-ui-kit-tokens.mjs +99 -41
  252. package/fesm2022/taiga-ui-kit-tokens.mjs.map +1 -1
  253. package/package.json +25 -13
  254. package/pipes/emails/emails.options.d.ts +2 -1
  255. package/styles/components/pin.less +2 -2
  256. package/styles/components/progress-bar.less +1 -1
  257. package/tokens/calendar-date-stream.d.ts +2 -1
  258. package/tokens/date-inputs-value-transformers.d.ts +5 -4
  259. package/tokens/i18n.d.ts +25 -24
  260. package/tokens/items-handlers.d.ts +2 -1
  261. package/tokens/mobile-calendar.d.ts +2 -1
  262. package/tokens/month-formatter.d.ts +2 -1
  263. package/tokens/preview-icons.d.ts +2 -1
  264. package/tokens/validation-errors.d.ts +2 -1
  265. package/esm2022/components/preview/preview-dialog/index.mjs +0 -4
  266. package/esm2022/components/preview/preview-dialog/taiga-ui-kit-components-preview-preview-dialog.mjs +0 -5
  267. package/fesm2022/taiga-ui-kit-components-preview-preview-dialog.mjs.map +0 -1
  268. /package/components/preview/{preview-action → action}/preview-action.directive.d.ts +0 -0
  269. /package/components/preview/{preview-dialog → dialog}/index.d.ts +0 -0
  270. /package/components/preview/{preview-dialog → dialog}/preview-dialog.component.d.ts +0 -0
  271. /package/components/preview/{preview-dialog → dialog}/preview-dialog.directive.d.ts +0 -0
  272. /package/components/preview/{preview-dialog → dialog}/preview-dialog.service.d.ts +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/kit",
3
- "version": "4.43.0",
3
+ "version": "4.44.0-canary.0bcf1bf",
4
4
  "description": "Taiga UI Angular main components kit",
5
5
  "keywords": [
6
6
  "angular",
@@ -203,6 +203,12 @@
203
203
  "esm": "./esm2022/components/input-chip/taiga-ui-kit-components-input-chip.mjs",
204
204
  "default": "./fesm2022/taiga-ui-kit-components-input-chip.mjs"
205
205
  },
206
+ "./components/input-color": {
207
+ "types": "./components/input-color/index.d.ts",
208
+ "esm2022": "./esm2022/components/input-color/taiga-ui-kit-components-input-color.mjs",
209
+ "esm": "./esm2022/components/input-color/taiga-ui-kit-components-input-color.mjs",
210
+ "default": "./fesm2022/taiga-ui-kit-components-input-color.mjs"
211
+ },
206
212
  "./components/input-date": {
207
213
  "types": "./components/input-date/index.d.ts",
208
214
  "esm2022": "./esm2022/components/input-date/taiga-ui-kit-components-input-date.mjs",
@@ -527,6 +533,12 @@
527
533
  "esm": "./esm2022/directives/sensitive/taiga-ui-kit-directives-sensitive.mjs",
528
534
  "default": "./fesm2022/taiga-ui-kit-directives-sensitive.mjs"
529
535
  },
536
+ "./directives/shimmer": {
537
+ "types": "./directives/shimmer/index.d.ts",
538
+ "esm2022": "./esm2022/directives/shimmer/taiga-ui-kit-directives-shimmer.mjs",
539
+ "esm": "./esm2022/directives/shimmer/taiga-ui-kit-directives-shimmer.mjs",
540
+ "default": "./fesm2022/taiga-ui-kit-directives-shimmer.mjs"
541
+ },
530
542
  "./directives/skeleton": {
531
543
  "types": "./directives/skeleton/index.d.ts",
532
544
  "esm2022": "./esm2022/directives/skeleton/taiga-ui-kit-directives-skeleton.mjs",
@@ -593,11 +605,11 @@
593
605
  "esm": "./esm2022/pipes/stringify-content/taiga-ui-kit-pipes-stringify-content.mjs",
594
606
  "default": "./fesm2022/taiga-ui-kit-pipes-stringify-content.mjs"
595
607
  },
596
- "./components/preview/preview-dialog": {
597
- "types": "./components/preview/preview-dialog/index.d.ts",
598
- "esm2022": "./esm2022/components/preview/preview-dialog/taiga-ui-kit-components-preview-preview-dialog.mjs",
599
- "esm": "./esm2022/components/preview/preview-dialog/taiga-ui-kit-components-preview-preview-dialog.mjs",
600
- "default": "./fesm2022/taiga-ui-kit-components-preview-preview-dialog.mjs"
608
+ "./components/preview/dialog": {
609
+ "types": "./components/preview/dialog/index.d.ts",
610
+ "esm2022": "./esm2022/components/preview/dialog/taiga-ui-kit-components-preview-dialog.mjs",
611
+ "esm": "./esm2022/components/preview/dialog/taiga-ui-kit-components-preview-dialog.mjs",
612
+ "default": "./fesm2022/taiga-ui-kit-components-preview-dialog.mjs"
601
613
  }
602
614
  },
603
615
  "peerDependencies": {
@@ -605,17 +617,17 @@
605
617
  "@angular/core": ">=16.0.0",
606
618
  "@angular/forms": ">=16.0.0",
607
619
  "@angular/router": ">=16.0.0",
608
- "@maskito/angular": "^3.9.1",
609
- "@maskito/core": "^3.9.1",
610
- "@maskito/kit": "^3.9.1",
611
- "@maskito/phone": "^3.9.1",
620
+ "@maskito/angular": "^3.10.0",
621
+ "@maskito/core": "^3.10.0",
622
+ "@maskito/kit": "^3.10.0",
623
+ "@maskito/phone": "^3.10.0",
612
624
  "@ng-web-apis/common": "^4.12.0",
613
625
  "@ng-web-apis/intersection-observer": "^4.12.0",
614
626
  "@ng-web-apis/mutation-observer": "^4.12.0",
615
627
  "@ng-web-apis/resize-observer": "^4.12.0",
616
- "@taiga-ui/cdk": "^4.43.0",
617
- "@taiga-ui/core": "^4.43.0",
618
- "@taiga-ui/i18n": "^4.43.0",
628
+ "@taiga-ui/cdk": "^4.44.0",
629
+ "@taiga-ui/core": "^4.44.0",
630
+ "@taiga-ui/i18n": "^4.44.0",
619
631
  "@taiga-ui/polymorpheus": "^4.9.0",
620
632
  "rxjs": ">=7.0.0"
621
633
  },
@@ -1 +1,2 @@
1
- export declare const TUI_EMAIL_PIPE_OPTIONS: import("@angular/core").InjectionToken<string[]>;
1
+ import { InjectionToken } from '@angular/core';
2
+ export declare const TUI_EMAIL_PIPE_OPTIONS: InjectionToken<string[]>;
@@ -79,7 +79,7 @@ tui-pin,
79
79
  font: var(--tui-font-text-m);
80
80
  font-weight: bold;
81
81
  border-width: 0;
82
- margin-top: -2.75rem;
82
+ margin-block-start: -2.75rem;
83
83
 
84
84
  > img {
85
85
  padding: 0.125rem;
@@ -109,7 +109,7 @@ tui-pin,
109
109
  font: var(--tui-font-text-m);
110
110
  font-weight: bold;
111
111
  border-width: 0;
112
- margin-top: -2.75rem;
112
+ margin-block-start: -2.75rem;
113
113
 
114
114
  > img {
115
115
  padding: 0.125rem;
@@ -38,7 +38,7 @@
38
38
  */
39
39
  .progressAnimation() {
40
40
  &::-webkit-progress-value {
41
- transition: width var(--tui-duration) linear;
41
+ transition: inline-size var(--tui-duration) linear;
42
42
  }
43
43
  }
44
44
 
@@ -1,4 +1,5 @@
1
- import type { InjectionToken, Provider } from '@angular/core';
1
+ import type { Provider } from '@angular/core';
2
+ import { InjectionToken } from '@angular/core';
2
3
  import type { TuiValueTransformer } from '@taiga-ui/cdk/classes';
3
4
  import type { TuiDay, TuiDayRange } from '@taiga-ui/cdk/date-time';
4
5
  import type { Observable } from 'rxjs';
@@ -1,18 +1,19 @@
1
+ import { InjectionToken } from '@angular/core';
1
2
  import type { TuiValueTransformer } from '@taiga-ui/cdk/classes';
2
3
  import type { TuiDay, TuiDayRange, TuiTime } from '@taiga-ui/cdk/date-time';
3
4
  /**
4
5
  * Control value transformer of TuiDay to custom value format for InputDate* components
5
6
  */
6
- export declare const TUI_DATE_VALUE_TRANSFORMER: import("@angular/core").InjectionToken<TuiValueTransformer<TuiDay | null, unknown>>;
7
+ export declare const TUI_DATE_VALUE_TRANSFORMER: InjectionToken<TuiValueTransformer<TuiDay | null, unknown>>;
7
8
  /**
8
9
  * Control value transformer for InputDateRange component
9
10
  */
10
- export declare const TUI_DATE_RANGE_VALUE_TRANSFORMER: import("@angular/core").InjectionToken<TuiValueTransformer<TuiDayRange | null, unknown>>;
11
+ export declare const TUI_DATE_RANGE_VALUE_TRANSFORMER: InjectionToken<TuiValueTransformer<TuiDayRange | null, unknown>>;
11
12
  /**
12
13
  * Control value transformer for InputDateTime component
13
14
  */
14
- export declare const TUI_DATE_TIME_VALUE_TRANSFORMER: import("@angular/core").InjectionToken<TuiValueTransformer<[TuiDay, TuiTime | null], unknown>>;
15
+ export declare const TUI_DATE_TIME_VALUE_TRANSFORMER: InjectionToken<TuiValueTransformer<[TuiDay, TuiTime | null], unknown>>;
15
16
  /**
16
17
  * Control value transformer for InputTime component
17
18
  */
18
- export declare const TUI_TIME_VALUE_TRANSFORMER: import("@angular/core").InjectionToken<TuiValueTransformer<TuiTime | null, unknown>>;
19
+ export declare const TUI_TIME_VALUE_TRANSFORMER: InjectionToken<TuiValueTransformer<TuiTime | null, unknown>>;
package/tokens/i18n.d.ts CHANGED
@@ -1,20 +1,21 @@
1
+ import { InjectionToken } from '@angular/core';
1
2
  import type { TuiDateMode } from '@taiga-ui/cdk/date-time';
2
3
  import type { TuiCountryIsoCode } from '@taiga-ui/i18n/types';
3
4
  import type { Observable } from 'rxjs';
4
- export declare const TUI_CONFIRM_WORDS: import("@angular/core").InjectionToken<Observable<{
5
+ export declare const TUI_CONFIRM_WORDS: InjectionToken<Observable<{
5
6
  no: string;
6
7
  yes: string;
7
8
  }>>;
8
- export declare const TUI_CANCEL_WORD: import("@angular/core").InjectionToken<Observable<string>>;
9
- export declare const TUI_DONE_WORD: import("@angular/core").InjectionToken<Observable<string>>;
10
- export declare const TUI_MORE_WORD: import("@angular/core").InjectionToken<Observable<string>>;
11
- export declare const TUI_HIDE_TEXT: import("@angular/core").InjectionToken<Observable<string>>;
12
- export declare const TUI_SHOW_ALL_TEXT: import("@angular/core").InjectionToken<Observable<string>>;
13
- export declare const TUI_OTHER_DATE_TEXT: import("@angular/core").InjectionToken<Observable<string>>;
14
- export declare const TUI_CHOOSE_DAY_OR_RANGE_TEXTS: import("@angular/core").InjectionToken<Observable<readonly [choose_day: string, choose_range: string, choose_days: string]>>;
15
- export declare const TUI_FROM_TO_TEXTS: import("@angular/core").InjectionToken<Observable<readonly [from: string, to: string]>>;
16
- export declare const TUI_PLUS_MINUS_TEXTS: import("@angular/core").InjectionToken<Observable<readonly [plus: string, minus: string]>>;
17
- export declare const TUI_TIME_TEXTS: import("@angular/core").InjectionToken<Observable<{
9
+ export declare const TUI_CANCEL_WORD: InjectionToken<Observable<string>>;
10
+ export declare const TUI_DONE_WORD: InjectionToken<Observable<string>>;
11
+ export declare const TUI_MORE_WORD: InjectionToken<Observable<string>>;
12
+ export declare const TUI_HIDE_TEXT: InjectionToken<Observable<string>>;
13
+ export declare const TUI_SHOW_ALL_TEXT: InjectionToken<Observable<string>>;
14
+ export declare const TUI_OTHER_DATE_TEXT: InjectionToken<Observable<string>>;
15
+ export declare const TUI_CHOOSE_DAY_OR_RANGE_TEXTS: InjectionToken<Observable<readonly [choose_day: string, choose_range: string, choose_days: string]>>;
16
+ export declare const TUI_FROM_TO_TEXTS: InjectionToken<Observable<readonly [from: string, to: string]>>;
17
+ export declare const TUI_PLUS_MINUS_TEXTS: InjectionToken<Observable<readonly [plus: string, minus: string]>>;
18
+ export declare const TUI_TIME_TEXTS: InjectionToken<Observable<{
18
19
  'MM:SS': string;
19
20
  'HH:MM': string;
20
21
  'HH:MM AA': string;
@@ -28,18 +29,18 @@ export declare const TUI_TIME_TEXTS: import("@angular/core").InjectionToken<Obse
28
29
  'MM.SS.MSS': string;
29
30
  'SS.MSS': string;
30
31
  }>>;
31
- export declare const TUI_DATE_TEXTS: import("@angular/core").InjectionToken<Observable<Record<TuiDateMode, string>>>;
32
- export declare const TUI_DIGITAL_INFORMATION_UNITS: import("@angular/core").InjectionToken<Observable<readonly [short_byte: string, short_kilobyte: string, short_megabyte: string]>>;
33
- export declare const TUI_COPY_TEXTS: import("@angular/core").InjectionToken<Observable<readonly [copy: string, copied: string]>>;
34
- export declare const TUI_PASSWORD_TEXTS: import("@angular/core").InjectionToken<Observable<readonly [show_password: string, hide_password: string]>>;
35
- export declare const TUI_CALENDAR_MONTHS: import("@angular/core").InjectionToken<Observable<readonly [January: string, February: string, March: string, April: string, May: string, June: string, July: string, August: string, September: string, October: string, November: string, December: string]>>;
36
- export declare const TUI_FILE_TEXTS: import("@angular/core").InjectionToken<Observable<{
32
+ export declare const TUI_DATE_TEXTS: InjectionToken<Observable<Record<TuiDateMode, string>>>;
33
+ export declare const TUI_DIGITAL_INFORMATION_UNITS: InjectionToken<Observable<readonly [short_byte: string, short_kilobyte: string, short_megabyte: string]>>;
34
+ export declare const TUI_COPY_TEXTS: InjectionToken<Observable<readonly [copy: string, copied: string]>>;
35
+ export declare const TUI_PASSWORD_TEXTS: InjectionToken<Observable<readonly [show_password: string, hide_password: string]>>;
36
+ export declare const TUI_CALENDAR_MONTHS: InjectionToken<Observable<readonly [January: string, February: string, March: string, April: string, May: string, June: string, July: string, August: string, September: string, October: string, November: string, December: string]>>;
37
+ export declare const TUI_FILE_TEXTS: InjectionToken<Observable<{
37
38
  loadingError: string;
38
39
  preview: string;
39
40
  remove: string;
40
41
  }>>;
41
- export declare const TUI_PAGINATION_TEXTS: import("@angular/core").InjectionToken<Observable<readonly [previous_page: string, next_page: string]>>;
42
- export declare const TUI_INPUT_FILE_TEXTS: import("@angular/core").InjectionToken<Observable<{
42
+ export declare const TUI_PAGINATION_TEXTS: InjectionToken<Observable<readonly [previous_page: string, next_page: string]>>;
43
+ export declare const TUI_INPUT_FILE_TEXTS: InjectionToken<Observable<{
43
44
  defaultLabelMultiple: string;
44
45
  defaultLabelSingle: string;
45
46
  defaultLinkMultiple: string;
@@ -49,17 +50,17 @@ export declare const TUI_INPUT_FILE_TEXTS: import("@angular/core").InjectionToke
49
50
  formatRejectionReason: string;
50
51
  maxSizeRejectionReason: string;
51
52
  }>>;
52
- export declare const TUI_MULTI_SELECT_TEXTS: import("@angular/core").InjectionToken<Observable<{
53
+ export declare const TUI_MULTI_SELECT_TEXTS: InjectionToken<Observable<{
53
54
  all: string;
54
55
  none: string;
55
56
  }>>;
56
- export declare const TUI_COUNTRIES: import("@angular/core").InjectionToken<Observable<Record<TuiCountryIsoCode, string>>>;
57
- export declare const TUI_PREVIEW_TEXTS: import("@angular/core").InjectionToken<Observable<{
57
+ export declare const TUI_COUNTRIES: InjectionToken<Observable<Record<TuiCountryIsoCode, string>>>;
58
+ export declare const TUI_PREVIEW_TEXTS: InjectionToken<Observable<{
58
59
  rotate: string;
59
60
  }>>;
60
- export declare const TUI_PREVIEW_ZOOM_TEXTS: import("@angular/core").InjectionToken<Observable<{
61
+ export declare const TUI_PREVIEW_ZOOM_TEXTS: InjectionToken<Observable<{
61
62
  zoomIn: string;
62
63
  zoomOut: string;
63
64
  reset: string;
64
65
  }>>;
65
- export declare const TUI_INTERNATIONAL_SEARCH: import("@angular/core").InjectionToken<Observable<string>>;
66
+ export declare const TUI_INTERNATIONAL_SEARCH: InjectionToken<Observable<string>>;
@@ -1,4 +1,5 @@
1
1
  import type { Provider } from '@angular/core';
2
+ import { InjectionToken } from '@angular/core';
2
3
  import type { TuiBooleanHandler, TuiIdentityMatcher, TuiStringHandler } from '@taiga-ui/cdk/types';
3
4
  /**
4
5
  * @deprecated use it only for LEGACY controls. For new controls use the same entity from `@taiga-ui/core`.
@@ -18,7 +19,7 @@ export declare const TUI_DEFAULT_ITEMS_HANDLERS: TuiItemsHandlers<unknown>;
18
19
  * @deprecated use it only for LEGACY controls. For new controls use the same entity from `@taiga-ui/core`.
19
20
  * TODO(v5): delete
20
21
  */
21
- export declare const TUI_ITEMS_HANDLERS: import("@angular/core").InjectionToken<TuiItemsHandlers<unknown>>;
22
+ export declare const TUI_ITEMS_HANDLERS: InjectionToken<TuiItemsHandlers<unknown>>;
22
23
  /**
23
24
  * @deprecated use it only for LEGACY controls. For new controls use the same entity from `@taiga-ui/core`.
24
25
  * TODO(v5): delete
@@ -1,6 +1,7 @@
1
1
  import type { FactoryProvider, Type } from '@angular/core';
2
+ import { InjectionToken } from '@angular/core';
2
3
  /**
3
4
  * A component for mobile data picker
4
5
  */
5
- export declare const TUI_MOBILE_CALENDAR: import("@angular/core").InjectionToken<Type<unknown>>;
6
+ export declare const TUI_MOBILE_CALENDAR: InjectionToken<Type<unknown>>;
6
7
  export declare const TUI_MOBILE_CALENDAR_PROVIDER: FactoryProvider;
@@ -1,4 +1,5 @@
1
+ import { InjectionToken } from '@angular/core';
1
2
  import type { TuiMonth } from '@taiga-ui/cdk/date-time';
2
3
  import type { TuiHandler } from '@taiga-ui/cdk/types';
3
4
  import type { Observable } from 'rxjs';
4
- export declare const TUI_MONTH_FORMATTER: import("@angular/core").InjectionToken<Observable<TuiHandler<TuiMonth | null, string>>>;
5
+ export declare const TUI_MONTH_FORMATTER: InjectionToken<Observable<TuiHandler<TuiMonth | null, string>>>;
@@ -1,4 +1,5 @@
1
1
  import type { Provider } from '@angular/core';
2
+ import { InjectionToken } from '@angular/core';
2
3
  export interface TuiPreviewIcons {
3
4
  readonly next: string;
4
5
  readonly prev: string;
@@ -8,5 +9,5 @@ export interface TuiPreviewIcons {
8
9
  readonly zoomReset: string;
9
10
  }
10
11
  export declare const TUI_PREVIEW_ICONS_DEFAULT: TuiPreviewIcons;
11
- export declare const TUI_PREVIEW_ICONS: import("@angular/core").InjectionToken<TuiPreviewIcons>;
12
+ export declare const TUI_PREVIEW_ICONS: InjectionToken<TuiPreviewIcons>;
12
13
  export declare function tuiPreviewIconsProvider(icons: Partial<TuiPreviewIcons>): Provider;
@@ -1,5 +1,6 @@
1
1
  import type { Provider } from '@angular/core';
2
+ import { InjectionToken } from '@angular/core';
2
3
  import type { PolymorpheusContent } from '@taiga-ui/polymorpheus';
3
4
  import type { Observable } from 'rxjs';
4
- export declare const TUI_VALIDATION_ERRORS: import("@angular/core").InjectionToken<Record<string, PolymorpheusContent | Observable<PolymorpheusContent>>>;
5
+ export declare const TUI_VALIDATION_ERRORS: InjectionToken<Record<string, PolymorpheusContent | Observable<PolymorpheusContent>>>;
5
6
  export declare const tuiValidationErrorsProvider: (useValue: Record<string, Observable<PolymorpheusContent> | PolymorpheusContent>) => Provider;
@@ -1,4 +0,0 @@
1
- export * from './preview-dialog.component';
2
- export * from './preview-dialog.directive';
3
- export * from './preview-dialog.service';
4
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9raXQvY29tcG9uZW50cy9wcmV2aWV3L3ByZXZpZXctZGlhbG9nL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsNEJBQTRCLENBQUM7QUFDM0MsY0FBYyw0QkFBNEIsQ0FBQztBQUMzQyxjQUFjLDBCQUEwQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9wcmV2aWV3LWRpYWxvZy5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9wcmV2aWV3LWRpYWxvZy5kaXJlY3RpdmUnO1xuZXhwb3J0ICogZnJvbSAnLi9wcmV2aWV3LWRpYWxvZy5zZXJ2aWNlJztcbiJdfQ==
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- export * from './index';
5
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFpZ2EtdWkta2l0LWNvbXBvbmVudHMtcHJldmlldy1wcmV2aWV3LWRpYWxvZy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2tpdC9jb21wb25lbnRzL3ByZXZpZXcvcHJldmlldy1kaWFsb2cvdGFpZ2EtdWkta2l0LWNvbXBvbmVudHMtcHJldmlldy1wcmV2aWV3LWRpYWxvZy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsU0FBUyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL2luZGV4JztcbiJdfQ==
@@ -1 +0,0 @@
1
- {"version":3,"file":"taiga-ui-kit-components-preview-preview-dialog.mjs","sources":["../../../projects/kit/components/preview/preview-dialog/preview-dialog.component.ts","../../../projects/kit/components/preview/preview-dialog/preview-dialog.service.ts","../../../projects/kit/components/preview/preview-dialog/preview-dialog.directive.ts","../../../projects/kit/components/preview/preview-dialog/taiga-ui-kit-components-preview-preview-dialog.ts"],"sourcesContent":["import {ChangeDetectionStrategy, Component, ViewEncapsulation} from '@angular/core';\nimport {TuiAnimated} from '@taiga-ui/cdk/directives/animated';\nimport type {TuiPopover} from '@taiga-ui/cdk/services';\nimport {injectContext, PolymorpheusOutlet} from '@taiga-ui/polymorpheus';\n\n@Component({\n standalone: true,\n selector: 'tui-preview-dialog',\n imports: [PolymorpheusOutlet],\n template: `\n <ng-container *polymorpheusOutlet=\"context.content as text; context: context\">\n {{ text }}\n </ng-container>\n `,\n styleUrls: ['./preview-dialog.style.less'],\n encapsulation: ViewEncapsulation.None,\n changeDetection: ChangeDetectionStrategy.OnPush,\n hostDirectives: [TuiAnimated],\n host: {\n '(document:keydown.esc)': 'context.$implicit.complete()',\n },\n})\nexport class TuiPreviewDialog {\n protected readonly context = injectContext<TuiPopover<void, void>>();\n}\n","import {Injectable} from '@angular/core';\nimport {TuiPopoverService} from '@taiga-ui/cdk/services';\nimport {TUI_DIALOGS} from '@taiga-ui/core/components/dialog';\n\nimport {TuiPreviewDialog} from './preview-dialog.component';\n\n@Injectable({\n providedIn: 'root',\n useFactory: () => new TuiPreviewDialogService(TUI_DIALOGS, TuiPreviewDialog),\n})\nexport class TuiPreviewDialogService extends TuiPopoverService<unknown> {}\n","import {Directive} from '@angular/core';\nimport {TuiPopoverDirective} from '@taiga-ui/cdk/directives/popover';\nimport {tuiAsPopover} from '@taiga-ui/cdk/services';\n\nimport {TuiPreviewDialogService} from './preview-dialog.service';\n\n@Directive({\n standalone: true,\n selector: 'ng-template[tuiPreviewDialog]',\n inputs: ['open: tuiPreviewDialog'],\n outputs: ['openChange: tuiPreviewDialogChange'],\n providers: [tuiAsPopover(TuiPreviewDialogService)],\n})\nexport class TuiPreviewDialogDirective extends TuiPopoverDirective<unknown> {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}