@taiga-ui/cdk 4.52.0-canary.1ea42f6 → 4.52.0-canary.217a686

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 (309) hide show
  1. package/README.md +1 -1
  2. package/classes/control.d.ts +4 -6
  3. package/classes/index.d.ts +0 -1
  4. package/constants/handlers.d.ts +2 -0
  5. package/constants/index.d.ts +0 -1
  6. package/constants/used-icons.d.ts +2 -2
  7. package/constants/version.d.ts +1 -1
  8. package/constants/version.js +1 -1
  9. package/date-time/date-fillers.d.ts +5 -5
  10. package/date-time/day-range.d.ts +1 -1
  11. package/date-time/day.d.ts +3 -3
  12. package/date-time/time.d.ts +2 -2
  13. package/date-time/types.d.ts +1 -12
  14. package/directives/active-zone/active-zone.directive.d.ts +3 -4
  15. package/directives/animated/animated.directive.d.ts +1 -3
  16. package/directives/animated/index.d.ts +0 -1
  17. package/directives/auto-focus/autofocus.directive.d.ts +2 -3
  18. package/directives/auto-focus/autofocus.options.d.ts +1 -1
  19. package/directives/copy-processor/copy-processor.directive.d.ts +2 -2
  20. package/directives/hovered/hovered.directive.d.ts +1 -2
  21. package/directives/index.d.ts +0 -5
  22. package/directives/media/media.directive.d.ts +8 -12
  23. package/directives/native-validator/native-validator.directive.d.ts +2 -2
  24. package/directives/obscured/obscured.directive.d.ts +4 -4
  25. package/directives/pan/pan.directive.d.ts +1 -2
  26. package/directives/platform/platform.directive.d.ts +2 -2
  27. package/directives/resizer/resizer.directive.d.ts +3 -4
  28. package/directives/swipe/swipe.directive.d.ts +1 -2
  29. package/directives/transitioned/transitioned.directive.d.ts +1 -0
  30. package/directives/value-changes/value-changes.directive.d.ts +2 -2
  31. package/fesm2022/taiga-ui-cdk-classes.mjs +9 -92
  32. package/fesm2022/taiga-ui-cdk-classes.mjs.map +1 -1
  33. package/fesm2022/taiga-ui-cdk-constants.mjs +17 -18
  34. package/fesm2022/taiga-ui-cdk-constants.mjs.map +1 -1
  35. package/fesm2022/taiga-ui-cdk-date-time.mjs +35 -24
  36. package/fesm2022/taiga-ui-cdk-date-time.mjs.map +1 -1
  37. package/fesm2022/taiga-ui-cdk-directives-active-zone.mjs +24 -32
  38. package/fesm2022/taiga-ui-cdk-directives-active-zone.mjs.map +1 -1
  39. package/fesm2022/taiga-ui-cdk-directives-animated.mjs +23 -72
  40. package/fesm2022/taiga-ui-cdk-directives-animated.mjs.map +1 -1
  41. package/fesm2022/taiga-ui-cdk-directives-auto-focus.mjs +12 -14
  42. package/fesm2022/taiga-ui-cdk-directives-auto-focus.mjs.map +1 -1
  43. package/fesm2022/taiga-ui-cdk-directives-control.mjs +3 -4
  44. package/fesm2022/taiga-ui-cdk-directives-control.mjs.map +1 -1
  45. package/fesm2022/taiga-ui-cdk-directives-copy-processor.mjs +8 -11
  46. package/fesm2022/taiga-ui-cdk-directives-copy-processor.mjs.map +1 -1
  47. package/fesm2022/taiga-ui-cdk-directives-element.mjs +4 -5
  48. package/fesm2022/taiga-ui-cdk-directives-element.mjs.map +1 -1
  49. package/fesm2022/taiga-ui-cdk-directives-focus-trap.mjs +5 -8
  50. package/fesm2022/taiga-ui-cdk-directives-focus-trap.mjs.map +1 -1
  51. package/fesm2022/taiga-ui-cdk-directives-font-size.mjs +4 -7
  52. package/fesm2022/taiga-ui-cdk-directives-font-size.mjs.map +1 -1
  53. package/fesm2022/taiga-ui-cdk-directives-high-dpi.mjs +3 -4
  54. package/fesm2022/taiga-ui-cdk-directives-high-dpi.mjs.map +1 -1
  55. package/fesm2022/taiga-ui-cdk-directives-hovered.mjs +11 -14
  56. package/fesm2022/taiga-ui-cdk-directives-hovered.mjs.map +1 -1
  57. package/fesm2022/taiga-ui-cdk-directives-item.mjs +3 -4
  58. package/fesm2022/taiga-ui-cdk-directives-item.mjs.map +1 -1
  59. package/fesm2022/taiga-ui-cdk-directives-media.mjs +33 -58
  60. package/fesm2022/taiga-ui-cdk-directives-media.mjs.map +1 -1
  61. package/fesm2022/taiga-ui-cdk-directives-native-validator.mjs +9 -11
  62. package/fesm2022/taiga-ui-cdk-directives-native-validator.mjs.map +1 -1
  63. package/fesm2022/taiga-ui-cdk-directives-obscured.mjs +14 -22
  64. package/fesm2022/taiga-ui-cdk-directives-obscured.mjs.map +1 -1
  65. package/fesm2022/taiga-ui-cdk-directives-pan.mjs +10 -12
  66. package/fesm2022/taiga-ui-cdk-directives-pan.mjs.map +1 -1
  67. package/fesm2022/taiga-ui-cdk-directives-platform.mjs +9 -12
  68. package/fesm2022/taiga-ui-cdk-directives-platform.mjs.map +1 -1
  69. package/fesm2022/taiga-ui-cdk-directives-resizer.mjs +19 -23
  70. package/fesm2022/taiga-ui-cdk-directives-resizer.mjs.map +1 -1
  71. package/fesm2022/taiga-ui-cdk-directives-swipe.mjs +10 -12
  72. package/fesm2022/taiga-ui-cdk-directives-swipe.mjs.map +1 -1
  73. package/fesm2022/taiga-ui-cdk-directives-transitioned.mjs +8 -15
  74. package/fesm2022/taiga-ui-cdk-directives-transitioned.mjs.map +1 -1
  75. package/fesm2022/taiga-ui-cdk-directives-validator.mjs +4 -5
  76. package/fesm2022/taiga-ui-cdk-directives-validator.mjs.map +1 -1
  77. package/fesm2022/taiga-ui-cdk-directives-value-changes.mjs +8 -9
  78. package/fesm2022/taiga-ui-cdk-directives-value-changes.mjs.map +1 -1
  79. package/fesm2022/taiga-ui-cdk-directives-visual-viewport.mjs +5 -5
  80. package/fesm2022/taiga-ui-cdk-directives-visual-viewport.mjs.map +1 -1
  81. package/fesm2022/taiga-ui-cdk-directives-with-styles.mjs +3 -3
  82. package/fesm2022/taiga-ui-cdk-directives-zoom.mjs +8 -8
  83. package/fesm2022/taiga-ui-cdk-directives-zoom.mjs.map +1 -1
  84. package/fesm2022/taiga-ui-cdk-directives.mjs +0 -5
  85. package/fesm2022/taiga-ui-cdk-directives.mjs.map +1 -1
  86. package/fesm2022/taiga-ui-cdk-observables.mjs +10 -28
  87. package/fesm2022/taiga-ui-cdk-observables.mjs.map +1 -1
  88. package/fesm2022/taiga-ui-cdk-pipes-filter.mjs +3 -4
  89. package/fesm2022/taiga-ui-cdk-pipes-filter.mjs.map +1 -1
  90. package/fesm2022/taiga-ui-cdk-pipes-mapper.mjs +3 -4
  91. package/fesm2022/taiga-ui-cdk-pipes-mapper.mjs.map +1 -1
  92. package/fesm2022/taiga-ui-cdk-pipes-obfuscate.mjs +5 -5
  93. package/fesm2022/taiga-ui-cdk-pipes-obfuscate.mjs.map +1 -1
  94. package/fesm2022/taiga-ui-cdk-pipes.mjs +0 -6
  95. package/fesm2022/taiga-ui-cdk-pipes.mjs.map +1 -1
  96. package/fesm2022/taiga-ui-cdk-portals.mjs +126 -0
  97. package/fesm2022/taiga-ui-cdk-portals.mjs.map +1 -0
  98. package/fesm2022/taiga-ui-cdk-tokens.mjs +14 -47
  99. package/fesm2022/taiga-ui-cdk-tokens.mjs.map +1 -1
  100. package/fesm2022/taiga-ui-cdk-utils-browser.mjs +3 -26
  101. package/fesm2022/taiga-ui-cdk-utils-browser.mjs.map +1 -1
  102. package/fesm2022/taiga-ui-cdk-utils-di.mjs +45 -4
  103. package/fesm2022/taiga-ui-cdk-utils-di.mjs.map +1 -1
  104. package/fesm2022/taiga-ui-cdk-utils-dom.mjs +16 -96
  105. package/fesm2022/taiga-ui-cdk-utils-dom.mjs.map +1 -1
  106. package/fesm2022/taiga-ui-cdk-utils-focus.mjs +22 -39
  107. package/fesm2022/taiga-ui-cdk-utils-focus.mjs.map +1 -1
  108. package/fesm2022/taiga-ui-cdk-utils-math.mjs +1 -12
  109. package/fesm2022/taiga-ui-cdk-utils-math.mjs.map +1 -1
  110. package/fesm2022/taiga-ui-cdk-utils-miscellaneous.mjs +45 -127
  111. package/fesm2022/taiga-ui-cdk-utils-miscellaneous.mjs.map +1 -1
  112. package/fesm2022/taiga-ui-cdk-utils.mjs +0 -1
  113. package/fesm2022/taiga-ui-cdk-utils.mjs.map +1 -1
  114. package/fesm2022/taiga-ui-cdk.mjs +1 -1
  115. package/index.d.ts +1 -1
  116. package/observables/index.d.ts +0 -2
  117. package/package.json +25 -71
  118. package/pipes/index.d.ts +0 -6
  119. package/pipes/obfuscate/obfuscate.options.d.ts +1 -1
  120. package/portals/directive.d.ts +11 -0
  121. package/portals/index.d.ts +4 -0
  122. package/portals/portal.d.ts +24 -0
  123. package/portals/portals.d.ts +12 -0
  124. package/portals/service.d.ts +15 -0
  125. package/schematics/collection.json +2 -1
  126. package/schematics/index.d.ts +1 -0
  127. package/schematics/index.js +1 -0
  128. package/schematics/index.js.map +1 -1
  129. package/schematics/migrate-tui-let/index.js +4 -3
  130. package/schematics/migrate-tui-let/index.js.map +1 -1
  131. package/schematics/migrate-tui-let/schema.json +7 -0
  132. package/schematics/ng-add/constants/versions.d.ts +1 -1
  133. package/schematics/ng-add/steps/add-taiga-modules.js +0 -15
  134. package/schematics/ng-add/steps/add-taiga-modules.js.map +1 -1
  135. package/schematics/ng-update/interfaces/html-comment.d.ts +1 -1
  136. package/schematics/ng-update/interfaces/removable-input.d.ts +1 -1
  137. package/schematics/ng-update/interfaces/replacement-attribute-to-directive.d.ts +1 -1
  138. package/schematics/ng-update/interfaces/replacement-attribute-value.d.ts +1 -1
  139. package/schematics/ng-update/interfaces/replacement-attribute.d.ts +1 -1
  140. package/schematics/ng-update/interfaces/replacement-tag.d.ts +1 -1
  141. package/schematics/ng-update/v4/migrate-css-vars/palette.d.ts +4 -4
  142. package/schematics/ng-update/v4/migrate-css-vars/palette.js +4 -4
  143. package/schematics/ng-update/v4/migrate-css-vars/palette.js.map +1 -1
  144. package/schematics/ng-update/v4/migrate-css-vars/rename-css-vars.js +1 -1
  145. package/schematics/ng-update/v4/migrate-css-vars/rename-css-vars.js.map +1 -1
  146. package/schematics/ng-update/v4/steps/constants/migration-warnings.js +1 -1
  147. package/schematics/ng-update/v4/steps/constants/migration-warnings.js.map +1 -1
  148. package/schematics/ng-update/v4/steps/migrate-templates.d.ts +2 -2
  149. package/schematics/ng-update/v4/steps/restore-tui-mapper.js +1 -1
  150. package/schematics/ng-update/v4/steps/restore-tui-mapper.js.map +1 -1
  151. package/schematics/ng-update/v4/steps/restore-tui-matcher.js +1 -1
  152. package/schematics/ng-update/v4/steps/restore-tui-matcher.js.map +1 -1
  153. package/schematics/ng-update/v4/steps/styles/migrate-space-mixins.js +1 -1
  154. package/schematics/ng-update/v4/steps/styles/migrate-space-mixins.js.map +1 -1
  155. package/schematics/ng-update/v4/steps/styles/migrate-text-mixins.js +13 -13
  156. package/schematics/ng-update/v4/steps/styles/migrate-text-mixins.js.map +1 -1
  157. package/schematics/ng-update/v5/index.js +7 -0
  158. package/schematics/ng-update/v5/index.js.map +1 -1
  159. package/schematics/ng-update/v5/steps/constants/attrs-to-replace.d.ts +2 -0
  160. package/schematics/ng-update/v5/steps/constants/attrs-to-replace.js +22 -0
  161. package/schematics/ng-update/v5/steps/constants/attrs-to-replace.js.map +1 -0
  162. package/schematics/ng-update/v5/steps/constants/functions.js +46 -0
  163. package/schematics/ng-update/v5/steps/constants/functions.js.map +1 -1
  164. package/schematics/ng-update/v5/steps/constants/html-comments.d.ts +2 -0
  165. package/schematics/ng-update/v5/steps/constants/html-comments.js +11 -0
  166. package/schematics/ng-update/v5/steps/constants/html-comments.js.map +1 -0
  167. package/schematics/ng-update/v5/steps/constants/identifiers-to-replace.d.ts +2 -0
  168. package/schematics/ng-update/v5/steps/constants/identifiers-to-replace.js +22 -0
  169. package/schematics/ng-update/v5/steps/constants/identifiers-to-replace.js.map +1 -0
  170. package/schematics/ng-update/v5/steps/migrate-css-variables.d.ts +3 -0
  171. package/schematics/ng-update/v5/steps/migrate-css-variables.js +30 -0
  172. package/schematics/ng-update/v5/steps/migrate-css-variables.js.map +1 -0
  173. package/schematics/ng-update/v5/steps/migrate-templates.d.ts +17 -0
  174. package/schematics/ng-update/v5/steps/migrate-templates.js +48 -0
  175. package/schematics/ng-update/v5/steps/migrate-templates.js.map +1 -0
  176. package/schematics/ng-update/v5/steps/templates/migrate-avatar.d.ts +8 -0
  177. package/schematics/ng-update/v5/steps/templates/migrate-avatar.js +111 -0
  178. package/schematics/ng-update/v5/steps/templates/migrate-avatar.js.map +1 -0
  179. package/schematics/ng-update/v5/steps/templates/migrate-input-year.d.ts +8 -0
  180. package/schematics/ng-update/v5/steps/templates/migrate-input-year.js +52 -0
  181. package/schematics/ng-update/v5/steps/templates/migrate-input-year.js.map +1 -0
  182. package/schematics/ng-update/v5/steps/templates/migrate-notification.d.ts +8 -0
  183. package/schematics/ng-update/v5/steps/templates/migrate-notification.js +45 -0
  184. package/schematics/ng-update/v5/steps/templates/migrate-notification.js.map +1 -0
  185. package/schematics/utils/angular-json-manipulations.js +0 -2
  186. package/schematics/utils/angular-json-manipulations.js.map +1 -1
  187. package/schematics/utils/run-migration.d.ts +14 -0
  188. package/schematics/utils/run-migration.js +27 -0
  189. package/schematics/utils/run-migration.js.map +1 -0
  190. package/schematics/utils/templates/elements.d.ts +4 -1
  191. package/schematics/utils/templates/elements.js +4 -12
  192. package/schematics/utils/templates/elements.js.map +1 -1
  193. package/schematics/utils/templates/ng-component-input-manipulations.d.ts +3 -3
  194. package/schematics/utils/templates/ng-component-input-manipulations.js +1 -3
  195. package/schematics/utils/templates/ng-component-input-manipulations.js.map +1 -1
  196. package/tokens/environment.d.ts +0 -13
  197. package/tokens/index.d.ts +0 -2
  198. package/tokens/removed-element.d.ts +0 -3
  199. package/types/index.d.ts +0 -2
  200. package/utils/browser/index.d.ts +0 -2
  201. package/utils/di/index.d.ts +3 -0
  202. package/utils/dom/get-element-obscurers.d.ts +1 -1
  203. package/utils/dom/index.d.ts +0 -6
  204. package/utils/focus/get-closest-focusable.d.ts +1 -6
  205. package/utils/focus/index.d.ts +4 -6
  206. package/utils/focus/{is-native-keyboard-focusable.d.ts → is-focusable.d.ts} +1 -1
  207. package/utils/index.d.ts +0 -1
  208. package/utils/math/index.d.ts +0 -2
  209. package/utils/miscellaneous/generate-id.d.ts +1 -0
  210. package/utils/miscellaneous/index.d.ts +2 -11
  211. package/utils/miscellaneous/sanitize-text.d.ts +23 -0
  212. package/classes/portals.d.ts +0 -33
  213. package/constants/allow-signal-writes.d.ts +0 -2
  214. package/directives/animated/animated-parent.directive.d.ts +0 -10
  215. package/directives/click-outside/click-outside.directive.d.ts +0 -14
  216. package/directives/click-outside/index.d.ts +0 -1
  217. package/directives/droppable/droppable.directive.d.ts +0 -8
  218. package/directives/droppable/index.d.ts +0 -1
  219. package/directives/let/index.d.ts +0 -2
  220. package/directives/let/let-context.d.ts +0 -11
  221. package/directives/let/let.directive.d.ts +0 -18
  222. package/directives/popover/index.d.ts +0 -1
  223. package/directives/popover/popover.directive.d.ts +0 -14
  224. package/directives/repeat-times/index.d.ts +0 -1
  225. package/directives/repeat-times/repeat-times.directive.d.ts +0 -22
  226. package/fesm2022/taiga-ui-cdk-directives-click-outside.mjs +0 -39
  227. package/fesm2022/taiga-ui-cdk-directives-click-outside.mjs.map +0 -1
  228. package/fesm2022/taiga-ui-cdk-directives-droppable.mjs +0 -37
  229. package/fesm2022/taiga-ui-cdk-directives-droppable.mjs.map +0 -1
  230. package/fesm2022/taiga-ui-cdk-directives-let.mjs +0 -53
  231. package/fesm2022/taiga-ui-cdk-directives-let.mjs.map +0 -1
  232. package/fesm2022/taiga-ui-cdk-directives-popover.mjs +0 -32
  233. package/fesm2022/taiga-ui-cdk-directives-popover.mjs.map +0 -1
  234. package/fesm2022/taiga-ui-cdk-directives-repeat-times.mjs +0 -61
  235. package/fesm2022/taiga-ui-cdk-directives-repeat-times.mjs.map +0 -1
  236. package/fesm2022/taiga-ui-cdk-pipes-animation.mjs +0 -33
  237. package/fesm2022/taiga-ui-cdk-pipes-animation.mjs.map +0 -1
  238. package/fesm2022/taiga-ui-cdk-pipes-is-present.mjs +0 -25
  239. package/fesm2022/taiga-ui-cdk-pipes-is-present.mjs.map +0 -1
  240. package/fesm2022/taiga-ui-cdk-pipes-keys.mjs +0 -24
  241. package/fesm2022/taiga-ui-cdk-pipes-keys.mjs.map +0 -1
  242. package/fesm2022/taiga-ui-cdk-pipes-repeat-times.mjs +0 -25
  243. package/fesm2022/taiga-ui-cdk-pipes-repeat-times.mjs.map +0 -1
  244. package/fesm2022/taiga-ui-cdk-pipes-replace.mjs +0 -26
  245. package/fesm2022/taiga-ui-cdk-pipes-replace.mjs.map +0 -1
  246. package/fesm2022/taiga-ui-cdk-pipes-to-array.mjs +0 -24
  247. package/fesm2022/taiga-ui-cdk-pipes-to-array.mjs.map +0 -1
  248. package/fesm2022/taiga-ui-cdk-services.mjs +0 -151
  249. package/fesm2022/taiga-ui-cdk-services.mjs.map +0 -1
  250. package/fesm2022/taiga-ui-cdk-utils-color.mjs +0 -195
  251. package/fesm2022/taiga-ui-cdk-utils-color.mjs.map +0 -1
  252. package/observables/must-be-present.d.ts +0 -5
  253. package/observables/query-list-observable.d.ts +0 -6
  254. package/pipes/animation/animation.pipe.d.ts +0 -13
  255. package/pipes/animation/index.d.ts +0 -1
  256. package/pipes/is-present/index.d.ts +0 -1
  257. package/pipes/is-present/is-present.pipe.d.ts +0 -7
  258. package/pipes/keys/index.d.ts +0 -1
  259. package/pipes/keys/keys.pipe.d.ts +0 -7
  260. package/pipes/repeat-times/index.d.ts +0 -7
  261. package/pipes/replace/index.d.ts +0 -1
  262. package/pipes/replace/replace.pipe.d.ts +0 -7
  263. package/pipes/to-array/index.d.ts +0 -1
  264. package/pipes/to-array/to-array.pipe.d.ts +0 -7
  265. package/services/id.service.d.ts +0 -8
  266. package/services/index.d.ts +0 -4
  267. package/services/popover.service.d.ts +0 -25
  268. package/services/scroll.service.d.ts +0 -13
  269. package/services/theme-color.service.d.ts +0 -18
  270. package/tokens/base-href.d.ts +0 -2
  271. package/tokens/range.d.ts +0 -5
  272. package/types/safe-html.d.ts +0 -2
  273. package/types/values-of.d.ts +0 -1
  274. package/utils/browser/is-apple.d.ts +0 -11
  275. package/utils/browser/is-ios.d.ts +0 -6
  276. package/utils/color/get-gradient-data.d.ts +0 -1
  277. package/utils/color/hex-to-rgb.d.ts +0 -1
  278. package/utils/color/hex-to-rgba.d.ts +0 -3
  279. package/utils/color/hsv-to-rgb.d.ts +0 -4
  280. package/utils/color/index.d.ts +0 -9
  281. package/utils/color/parse-color.d.ts +0 -1
  282. package/utils/color/parse-gradient.d.ts +0 -10
  283. package/utils/color/rgb-to-hex.d.ts +0 -1
  284. package/utils/color/rgb-to-hsv.d.ts +0 -1
  285. package/utils/color/rgba-to-hex.d.ts +0 -2
  286. package/utils/dom/get-element-point.d.ts +0 -2
  287. package/utils/dom/is-current-target.d.ts +0 -1
  288. package/utils/dom/is-inside-iframe.d.ts +0 -4
  289. package/utils/dom/is-node-in.d.ts +0 -8
  290. package/utils/dom/retarget-boundary-crossing.d.ts +0 -1
  291. package/utils/dom/value-binding.d.ts +0 -3
  292. package/utils/focus/blur-native-focused.d.ts +0 -4
  293. package/utils/focus/is-native-mouse-focusable.d.ts +0 -1
  294. package/utils/math/to-integer.d.ts +0 -1
  295. package/utils/math/to-radians.d.ts +0 -4
  296. package/utils/miscellaneous/change-date-separator.d.ts +0 -1
  297. package/utils/miscellaneous/create-token.d.ts +0 -9
  298. package/utils/miscellaneous/directive-listener.d.ts +0 -9
  299. package/utils/miscellaneous/flat-length.d.ts +0 -6
  300. package/utils/miscellaneous/get-original-array-from-query-list.d.ts +0 -8
  301. package/utils/miscellaneous/is-falsy.d.ts +0 -1
  302. package/utils/miscellaneous/is-valid-url.d.ts +0 -4
  303. package/utils/miscellaneous/uniq-by.d.ts +0 -1
  304. /package/utils/{miscellaneous → di}/directive-binding.d.ts +0 -0
  305. /package/utils/{miscellaneous → di}/provide-options.d.ts +0 -0
  306. /package/utils/{miscellaneous → di}/provide.d.ts +0 -0
  307. /package/utils/focus/{get-native-focused.d.ts → get-focused.d.ts} +0 -0
  308. /package/utils/focus/{is-native-focused-in.d.ts → is-focused-in.d.ts} +0 -0
  309. /package/utils/focus/{is-native-focused.d.ts → is-focused.d.ts} +0 -0
@@ -36,9 +36,7 @@ function findElementsInTemplateByFn(html, predicateFn) {
36
36
  const document = (0, parse5_1.parseFragment)(html, { sourceCodeLocationInfo: true });
37
37
  return findElementsByFn(document.childNodes, predicateFn);
38
38
  }
39
- function findElementsByTagName(html, tagName,
40
- // eslint-disable-next-line no-restricted-syntax
41
- filterFn = () => true) {
39
+ function findElementsByTagName(html, tagName, filterFn = () => true) {
42
40
  return findElementsInTemplateByFn(html, (el) => el.tagName === tagName && filterFn(el));
43
41
  }
44
42
  function findElementsByTagNames(html, tagNames) {
@@ -65,9 +63,7 @@ function findElementsWithAttribute(html, attributeName) {
65
63
  * @param html
66
64
  * @param attributeName
67
65
  */
68
- function findElementsWithAttributeOnTag(html, attributeNames, tagNames = [],
69
- // eslint-disable-next-line no-restricted-syntax
70
- filterFn = () => true) {
66
+ function findElementsWithAttributeOnTag(html, attributeNames, tagNames = [], filterFn = () => true) {
71
67
  return findElementsInTemplateByFn(html, (el) => {
72
68
  var _a;
73
69
  return (!attributeNames.length ||
@@ -82,9 +78,7 @@ filterFn = () => true) {
82
78
  * Finds elements with explicit tag names that also contain the specified attribute. Returns the
83
79
  * attribute start offset based on the specified HTML.
84
80
  */
85
- function findAttributeOnElementWithTag(html, name, tagNames,
86
- // eslint-disable-next-line no-restricted-syntax
87
- filterFn = () => true) {
81
+ function findAttributeOnElementWithTag(html, name, tagNames, filterFn = () => true) {
88
82
  return findElementsWithAttribute(html, name)
89
83
  .filter((element) => (tagNames.includes(element.tagName) || tagNames.includes('*')) &&
90
84
  filterFn(element))
@@ -94,9 +88,7 @@ filterFn = () => true) {
94
88
  * Finds elements that contain the given attribute and contain at least one of the other
95
89
  * specified attributes. Returns the primary attribute's start offset based on the specified HTML.
96
90
  */
97
- function findAttributeOnElementWithAttrs(html, name, attrs,
98
- // eslint-disable-next-line no-restricted-syntax
99
- filterFn = () => true) {
91
+ function findAttributeOnElementWithAttrs(html, name, attrs, filterFn = () => true) {
100
92
  return findElementsWithAttribute(html, name)
101
93
  .filter((element) => attrs.some((attr) => hasElementAttribute(element, attr)) &&
102
94
  filterFn(element))
@@ -1 +1 @@
1
- {"version":3,"file":"elements.js","sourceRoot":"","sources":["../../../../../projects/cdk/schematics/utils/templates/elements.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"elements.js","sourceRoot":"","sources":["../../../../../projects/cdk/schematics/utils/templates/elements.ts"],"names":[],"mappings":"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"}
@@ -29,7 +29,7 @@ import { type TemplateResource } from '../../ng-update/interfaces/template-resou
29
29
  export declare function replaceInputProperty({ templateResource, fileSystem, componentSelector, from, to, newValue, filterFn, }: {
30
30
  componentSelector: string[] | string;
31
31
  fileSystem: DevkitFileSystem;
32
- filterFn?: (element: Element) => boolean;
32
+ filterFn?(element: Element): boolean;
33
33
  from: string;
34
34
  newValue?: string;
35
35
  templateResource: TemplateResource;
@@ -59,7 +59,7 @@ export declare function replaceInputPropertyByDirective({ templateResource, file
59
59
  name: string;
60
60
  };
61
61
  fileSystem: DevkitFileSystem;
62
- filterFn?: (element: Element) => boolean;
62
+ filterFn?(element: Element): boolean;
63
63
  inputProperty: string;
64
64
  templateResource: TemplateResource;
65
65
  }): void;
@@ -71,7 +71,7 @@ export declare function replaceInputPropertyByDirective({ templateResource, file
71
71
  export declare function removeInputProperty({ templateResource, fileSystem, componentSelector, inputProperty, filterFn, }: {
72
72
  componentSelector: string;
73
73
  fileSystem: DevkitFileSystem;
74
- filterFn?: (element: Element) => boolean;
74
+ filterFn?(element: Element): boolean;
75
75
  inputProperty: string;
76
76
  templateResource: TemplateResource;
77
77
  }): void;
@@ -78,9 +78,7 @@ function replaceInputProperty({ templateResource, fileSystem, componentSelector,
78
78
  *
79
79
  * getInputPropertyOffsets(template, 'size', ['tui-card']) // [[10, 18]]
80
80
  */
81
- function getInputPropertyOffsets(html, attrName, tags,
82
- // eslint-disable-next-line no-restricted-syntax
83
- filterFn = () => true) {
81
+ function getInputPropertyOffsets(html, attrName, tags, filterFn = () => true) {
84
82
  return (0, elements_1.findElementsWithAttribute)(html, attrName)
85
83
  .filter((element) => (tags.includes(element.tagName) || tags.includes('*')) &&
86
84
  filterFn(element))
@@ -1 +1 @@
1
- {"version":3,"file":"ng-component-input-manipulations.js","sourceRoot":"","sources":["../../../../../projects/cdk/schematics/utils/templates/ng-component-input-manipulations.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"ng-component-input-manipulations.js","sourceRoot":"","sources":["../../../../../projects/cdk/schematics/utils/templates/ng-component-input-manipulations.ts"],"names":[],"mappings":"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"}
@@ -10,19 +10,6 @@ export declare const TUI_IS_ANDROID: InjectionToken<boolean>;
10
10
  export declare const TUI_IS_WEBKIT: InjectionToken<boolean>;
11
11
  export declare const TUI_PLATFORM: InjectionToken<"android" | "ios" | "web">;
12
12
  export declare const TUI_IS_TOUCH: InjectionToken<import("@angular/core").Signal<boolean>>;
13
- /**
14
- * @deprecated: use only {@link TUI_IS_E2E}
15
- * Detect if app is running under Cypress
16
- * {@link https://docs.cypress.io/faq/questions/using-cypress-faq#Is-there-any-way-to-detect-if-my-app-is-running-under-Cypress Cypress docs}
17
- * TODO: remove in v5
18
- */
19
- export declare const TUI_IS_CYPRESS: InjectionToken<boolean>;
20
- /**
21
- * @deprecated: use only {@link TUI_IS_E2E}
22
- * Manually provide `true` when running tests in Playwright
23
- * TODO: remove in v5
24
- */
25
- export declare const TUI_IS_PLAYWRIGHT: InjectionToken<boolean>;
26
13
  /**
27
14
  * Detect if app is running under any of test frameworks
28
15
  */
package/tokens/index.d.ts CHANGED
@@ -1,7 +1,5 @@
1
1
  export * from './active-element';
2
- export * from './base-href';
3
2
  export * from './environment';
4
3
  export * from './fallback-value';
5
- export * from './range';
6
4
  export * from './removed-element';
7
5
  export * from './window-size';
@@ -1,5 +1,2 @@
1
1
  import { InjectionToken } from '@angular/core';
2
- /**
3
- * Element currently being removed by AnimationEngine
4
- */
5
2
  export declare const TUI_REMOVED_ELEMENT: InjectionToken<import("rxjs").Observable<Element | null>>;
package/types/index.d.ts CHANGED
@@ -4,5 +4,3 @@ export type * from './loose-union';
4
4
  export type * from './mapper';
5
5
  export type * from './matcher';
6
6
  export type * from './rounding';
7
- export type * from './safe-html';
8
- export type * from './values-of';
@@ -1,5 +1,3 @@
1
- export * from './is-apple';
2
1
  export * from './is-edge';
3
2
  export * from './is-firefox';
4
- export * from './is-ios';
5
3
  export * from './is-safari';
@@ -1 +1,4 @@
1
1
  export * from './create-options';
2
+ export * from './directive-binding';
3
+ export * from './provide';
4
+ export * from './provide-options';
@@ -6,4 +6,4 @@
6
6
  * function tuiGetElementObscures(element: Element): readonly [Element, Element, Element, Element] | [] | null
7
7
  * ```
8
8
  */
9
- export declare function tuiGetElementObscures(element: Element): readonly [Element, Element, Element, Element] | [] | null;
9
+ export declare function tuiGetElementObscures(element: Element): readonly Element[] | null;
@@ -6,14 +6,8 @@ export * from './get-clipboard-data-text';
6
6
  export * from './get-document-or-shadow-root';
7
7
  export * from './get-element-obscurers';
8
8
  export * from './get-element-offset';
9
- export * from './get-element-point';
10
9
  export * from './get-selected-text';
11
10
  export * from './inject-element';
12
- export * from './is-current-target';
13
11
  export * from './is-element-editable';
14
- export * from './is-inside-iframe';
15
- export * from './is-node-in';
16
12
  export * from './point-to-client-rect';
17
- export * from './retarget-boundary-crossing';
18
13
  export * from './value';
19
- export * from './value-binding';
@@ -4,11 +4,6 @@ export interface TuiGetClosestFocusableOptions {
4
4
  * current HTML element
5
5
  */
6
6
  initial: Element;
7
- /**
8
- * @description:
9
- * determine if only keyboard focus is of interest
10
- */
11
- keyboard?: boolean;
12
7
  /**
13
8
  * @description:
14
9
  * should it look backwards instead (find item that will be focused with Shift + Tab)
@@ -24,4 +19,4 @@ export interface TuiGetClosestFocusableOptions {
24
19
  * @description:
25
20
  * Finds the closest element that can be focused with a keyboard or mouse in theory
26
21
  */
27
- export declare function tuiGetClosestFocusable({ initial, root, previous, keyboard, }: TuiGetClosestFocusableOptions): HTMLElement | null;
22
+ export declare function tuiGetClosestFocusable({ initial, root, previous, }: TuiGetClosestFocusableOptions): HTMLElement | null;
@@ -1,9 +1,7 @@
1
- export * from './blur-native-focused';
2
1
  export * from './focused-in';
3
2
  export * from './get-closest-focusable';
4
- export * from './get-native-focused';
5
- export * from './is-native-focused';
6
- export * from './is-native-focused-in';
7
- export * from './is-native-keyboard-focusable';
8
- export * from './is-native-mouse-focusable';
3
+ export * from './get-focused';
4
+ export * from './is-focusable';
5
+ export * from './is-focused';
6
+ export * from './is-focused-in';
9
7
  export * from './move-focus';
@@ -4,4 +4,4 @@
4
4
  * be focused, for example element can have display: none applied to it or any other
5
5
  * circumstances could prevent actual focus.
6
6
  */
7
- export declare function tuiIsNativeKeyboardFocusable(element: Element): boolean;
7
+ export declare function tuiIsFocusable(element: Element): boolean;
package/utils/index.d.ts CHANGED
@@ -1,5 +1,4 @@
1
1
  export * from '@taiga-ui/cdk/utils/browser';
2
- export * from '@taiga-ui/cdk/utils/color';
3
2
  export * from '@taiga-ui/cdk/utils/di';
4
3
  export * from '@taiga-ui/cdk/utils/dom';
5
4
  export * from '@taiga-ui/cdk/utils/focus';
@@ -6,5 +6,3 @@ export * from './round';
6
6
  export * from './round-with';
7
7
  export * from './sum';
8
8
  export * from './to-int';
9
- export * from './to-integer';
10
- export * from './to-radians';
@@ -0,0 +1 @@
1
+ export declare function tuiGenerateId(): string;
@@ -1,31 +1,22 @@
1
1
  export * from './array-remove';
2
2
  export * from './array-shallow-equals';
3
3
  export * from './array-toggle';
4
- export * from './change-date-separator';
5
4
  export * from './count-filled-controls';
6
- export * from './create-token';
7
5
  export * from './default-sort';
8
- export * from './directive-binding';
9
- export * from './directive-listener';
10
6
  export * from './distance-between-touches';
11
7
  export * from './ease-in-out-quad';
12
- export * from './flat-length';
13
8
  export * from './font-size-watcher';
14
- export * from './get-original-array-from-query-list';
9
+ export * from './generate-id';
15
10
  export * from './is-control-empty';
16
- export * from './is-falsy';
17
11
  export * from './is-number';
18
12
  export * from './is-object';
19
13
  export * from './is-present';
20
14
  export * from './is-string';
21
- export * from './is-valid-url';
22
15
  export * from './mark-control-as-touched-and-validate';
23
16
  export * from './nullable-same';
24
17
  export * from './obfuscate';
25
- export * from './provide';
26
- export * from './provide-options';
27
18
  export * from './pure';
28
19
  export * from './px';
20
+ export * from './sanitize-text';
29
21
  export * from './set-signal';
30
- export * from './uniq-by';
31
22
  export * from './with-styles';
@@ -0,0 +1,23 @@
1
+ /**
2
+ * Sanitizes pasted or dropped text by removing invisible and control characters
3
+ * that can appear in clipboard or drag-and-drop data.
4
+ *
5
+ * Removes:
6
+ * 1. ASCII control characters (0x00–0x1F) — non-printable characters like
7
+ * NULL, BEL, BS, CR, LF, TAB, ESC, etc.
8
+ * 2. Extended control characters (0x7F–0x9F) — C1 control codes from ISO-8859-1,
9
+ * often found in legacy or malformed text encodings.
10
+ * 3. Zero-width and special Unicode characters:
11
+ * - U+200B ZERO WIDTH SPACE
12
+ * - U+200C ZERO WIDTH NON-JOINER
13
+ * - U+200D ZERO WIDTH JOINER
14
+ * - U+FEFF BYTE ORDER MARK (BOM)
15
+ *
16
+ * @param {string} value - The input string from clipboard or drag event.
17
+ * @returns {string} - A cleaned string without control or invisible characters.
18
+ *
19
+ * @example
20
+ * tuiSanitizeText('Hello\u0000World\u200B!');
21
+ * // → "HelloWorld!"
22
+ */
23
+ export declare function tuiSanitizeText(value: string): string;
@@ -1,33 +0,0 @@
1
- import { type ComponentRef, type EmbeddedViewRef, type Provider, type TemplateRef, type ViewRef } from '@angular/core';
2
- import { type PolymorpheusComponent } from '@taiga-ui/polymorpheus';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * Abstract class for host element for dynamically created portals.
6
- */
7
- export declare abstract class TuiPortals {
8
- private readonly vcr;
9
- private readonly injector;
10
- protected readonly nothing: void;
11
- addComponentChild<C>(component: PolymorpheusComponent<C>): ComponentRef<C>;
12
- addTemplateChild<C>(templateRef: TemplateRef<C>, context?: C): EmbeddedViewRef<C>;
13
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiPortals, never>;
14
- static ɵdir: i0.ɵɵDirectiveDeclaration<TuiPortals, never, never, {}, {}, never, never, true, never>;
15
- }
16
- /**
17
- * Abstract service for displaying portals
18
- */
19
- export declare abstract class TuiPortalService {
20
- protected host?: TuiPortals;
21
- attach(host: TuiPortals): void;
22
- add<C>(component: PolymorpheusComponent<C>): ComponentRef<C>;
23
- remove<C>({ hostView }: ComponentRef<C>): void;
24
- addTemplate<C>(templateRef: TemplateRef<C>, context?: C): EmbeddedViewRef<C>;
25
- removeTemplate<C>(viewRef: EmbeddedViewRef<C> | ViewRef): void;
26
- protected get safeHost(): TuiPortals;
27
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiPortalService, never>;
28
- static ɵprov: i0.ɵɵInjectableDeclaration<TuiPortalService>;
29
- }
30
- export declare function tuiAsPortal(portal: typeof TuiPortalService): Provider;
31
- export declare class TuiNoHostException extends Error {
32
- constructor();
33
- }
@@ -1,2 +0,0 @@
1
- import { type CreateEffectOptions } from '@angular/core';
2
- export declare const TUI_ALLOW_SIGNAL_WRITES: CreateEffectOptions;
@@ -1,10 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./animated.directive";
3
- import * as i2 from "@ng-web-apis/mutation-observer";
4
- export declare class TuiAnimatedParent {
5
- private readonly el;
6
- private readonly renderer;
7
- protected handle(): void;
8
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiAnimatedParent, never>;
9
- static ɵdir: i0.ɵɵDirectiveDeclaration<TuiAnimatedParent, "[tuiAnimatedParent]", never, {}, {}, never, never, true, [{ directive: typeof i1.TuiAnimated; inputs: {}; outputs: {}; }, { directive: typeof i2.WaMutationObserver; inputs: {}; outputs: { "waMutationObserver": "waMutationObserver"; }; }]>;
10
- }
@@ -1,14 +0,0 @@
1
- import { type Observable } from 'rxjs';
2
- import * as i0 from "@angular/core";
3
- /**
4
- * @deprecated use {@link TuiActiveZone} instead
5
- */
6
- export declare class TuiClickOutside {
7
- private readonly zone;
8
- private readonly doc;
9
- private readonly el;
10
- readonly tuiClickOutside: Observable<unknown>;
11
- private isOutside;
12
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiClickOutside, never>;
13
- static ɵdir: i0.ɵɵDirectiveDeclaration<TuiClickOutside, "[tuiClickOutside]", never, {}, { "tuiClickOutside": "tuiClickOutside"; }, never, never, true, never>;
14
- }
@@ -1 +0,0 @@
1
- export * from './click-outside.directive';
@@ -1,8 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class TuiDroppable {
3
- private readonly el;
4
- readonly tuiDroppableDropped: import("rxjs").Observable<DataTransfer>;
5
- readonly tuiDroppableDragOverChange: import("rxjs").Observable<DataTransfer | null>;
6
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiDroppable, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<TuiDroppable, "[tuiDroppableDropped], [tuiDroppableDragOverChange]", never, {}, { "tuiDroppableDropped": "tuiDroppableDropped"; "tuiDroppableDragOverChange": "tuiDroppableDragOverChange"; }, never, never, true, never>;
8
- }
@@ -1 +0,0 @@
1
- export * from './droppable.directive';
@@ -1,2 +0,0 @@
1
- export * from './let.directive';
2
- export * from './let-context';
@@ -1,11 +0,0 @@
1
- import { type TuiContext } from '@taiga-ui/cdk/types';
2
- import { type TuiLet } from './let.directive';
3
- /**
4
- * @internal
5
- */
6
- export declare class TuiLetContext<T> implements TuiContext<T> {
7
- private readonly internalDirectiveInstance;
8
- constructor(internalDirectiveInstance: TuiLet<T>);
9
- get $implicit(): T;
10
- get tuiLet(): T;
11
- }
@@ -1,18 +0,0 @@
1
- import { TuiLetContext } from './let-context';
2
- import * as i0 from "@angular/core";
3
- /**
4
- * @deprecated use @let instead
5
- */
6
- export declare class TuiLet<T> {
7
- tuiLet: T;
8
- constructor();
9
- /**
10
- * Asserts the correct type of the context for the template that `TuiLet` will render.
11
- *
12
- * The presence of this method is a signal to the Ivy template type-check compiler that the
13
- * `TuiLet` structural directive renders its template with a specific context type.
14
- */
15
- static ngTemplateContextGuard<T>(_dir: TuiLet<T>, _ctx: unknown): _ctx is TuiLetContext<T>;
16
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiLet<any>, never>;
17
- static ɵdir: i0.ɵɵDirectiveDeclaration<TuiLet<any>, "[tuiLet]", never, { "tuiLet": { "alias": "tuiLet"; "required": false; }; }, {}, never, never, true, never>;
18
- }
@@ -1 +0,0 @@
1
- export * from './popover.directive';
@@ -1,14 +0,0 @@
1
- import { type OnChanges } from '@angular/core';
2
- import { type TuiPopover } from '@taiga-ui/cdk/services';
3
- import { PolymorpheusTemplate } from '@taiga-ui/polymorpheus';
4
- import * as i0 from "@angular/core";
5
- export declare abstract class TuiPopoverDirective<T> extends PolymorpheusTemplate<TuiPopover<T, void>> implements OnChanges {
6
- private readonly service;
7
- private readonly open$;
8
- options: Partial<T>;
9
- open: boolean;
10
- readonly openChange: import("rxjs").Observable<boolean>;
11
- ngOnChanges(): void;
12
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiPopoverDirective<any>, never>;
13
- static ɵdir: i0.ɵɵDirectiveDeclaration<TuiPopoverDirective<any>, never, never, {}, {}, never, never, true, never>;
14
- }
@@ -1 +0,0 @@
1
- export * from './repeat-times.directive';
@@ -1,22 +0,0 @@
1
- import { type TuiContext } from '@taiga-ui/cdk/types';
2
- import * as i0 from "@angular/core";
3
- export declare class TuiRepeatTimesContext implements TuiContext<number> {
4
- readonly $implicit: number;
5
- constructor($implicit: number);
6
- }
7
- /**
8
- * Directive similar to ngFor but using a number of repetitions rather than an array
9
- *
10
- * {@link TuiRepeatTimes.tuiRepeatTimesOf requested number of times}.
11
- * {@link TuiRepeatTimesContext context} for every instance of the template inherits outer context and stores
12
- * {@link TuiRepeatTimesContext.$implicit index} of a template instance.
13
- */
14
- export declare class TuiRepeatTimes {
15
- private readonly viewContainer;
16
- private readonly templateRef;
17
- set tuiRepeatTimesOf(count: number);
18
- private addContainers;
19
- private removeContainers;
20
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiRepeatTimes, never>;
21
- static ɵdir: i0.ɵɵDirectiveDeclaration<TuiRepeatTimes, "[tuiRepeatTimes][tuiRepeatTimesOf]", never, { "tuiRepeatTimesOf": { "alias": "tuiRepeatTimesOf"; "required": false; }; }, {}, never, never, true, never>;
22
- }
@@ -1,39 +0,0 @@
1
- import { DOCUMENT } from '@angular/common';
2
- import * as i0 from '@angular/core';
3
- import { inject, NgZone, Output, Directive } from '@angular/core';
4
- import { tuiZoneOptimized } from '@taiga-ui/cdk/observables';
5
- import { tuiInjectElement, tuiGetActualTarget, tuiContainsOrAfter } from '@taiga-ui/cdk/utils';
6
- import { fromEvent, map, filter } from 'rxjs';
7
-
8
- /**
9
- * @deprecated use {@link TuiActiveZone} instead
10
- */
11
- class TuiClickOutside {
12
- constructor() {
13
- this.zone = inject(NgZone);
14
- this.doc = inject(DOCUMENT);
15
- this.el = tuiInjectElement();
16
- this.tuiClickOutside = fromEvent(this.doc, 'mouseup').pipe(map(tuiGetActualTarget), filter((target) => this.isOutside(target)), tuiZoneOptimized(this.zone));
17
- }
18
- isOutside(target) {
19
- return target === this.el || !tuiContainsOrAfter(this.el, target);
20
- }
21
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiClickOutside, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
22
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.15", type: TuiClickOutside, isStandalone: true, selector: "[tuiClickOutside]", outputs: { tuiClickOutside: "tuiClickOutside" }, ngImport: i0 }); }
23
- }
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiClickOutside, decorators: [{
25
- type: Directive,
26
- args: [{
27
- standalone: true,
28
- selector: '[tuiClickOutside]',
29
- }]
30
- }], propDecorators: { tuiClickOutside: [{
31
- type: Output
32
- }] } });
33
-
34
- /**
35
- * Generated bundle index. Do not edit.
36
- */
37
-
38
- export { TuiClickOutside };
39
- //# sourceMappingURL=taiga-ui-cdk-directives-click-outside.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"taiga-ui-cdk-directives-click-outside.mjs","sources":["../../../projects/cdk/directives/click-outside/click-outside.directive.ts","../../../projects/cdk/directives/click-outside/taiga-ui-cdk-directives-click-outside.ts"],"sourcesContent":["import {DOCUMENT} from '@angular/common';\nimport {Directive, inject, NgZone, Output} from '@angular/core';\nimport {tuiZoneOptimized} from '@taiga-ui/cdk/observables';\nimport {\n tuiContainsOrAfter,\n tuiGetActualTarget,\n tuiInjectElement,\n} from '@taiga-ui/cdk/utils';\nimport {filter, fromEvent, map, type Observable} from 'rxjs';\n\n/**\n * @deprecated use {@link TuiActiveZone} instead\n */\n@Directive({\n standalone: true,\n selector: '[tuiClickOutside]',\n})\nexport class TuiClickOutside {\n private readonly zone = inject(NgZone);\n private readonly doc = inject(DOCUMENT);\n private readonly el = tuiInjectElement();\n\n @Output()\n public readonly tuiClickOutside: Observable<unknown> = fromEvent(\n this.doc,\n 'mouseup',\n ).pipe(\n map(tuiGetActualTarget),\n filter((target) => this.isOutside(target)),\n tuiZoneOptimized(this.zone),\n );\n\n private isOutside(target: Node): boolean {\n return target === this.el || !tuiContainsOrAfter(this.el, target);\n }\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;;AAUA;;AAEG;MAKU,eAAe,CAAA;AAJ5B,IAAA,WAAA,GAAA;AAKqB,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC;AACrB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,QAAQ,CAAC;QACtB,IAAE,CAAA,EAAA,GAAG,gBAAgB,EAAE;AAGxB,QAAA,IAAA,CAAA,eAAe,GAAwB,SAAS,CAC5D,IAAI,CAAC,GAAG,EACR,SAAS,CACZ,CAAC,IAAI,CACF,GAAG,CAAC,kBAAkB,CAAC,EACvB,MAAM,CAAC,CAAC,MAAM,KAAK,IAAI,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC,EAC1C,gBAAgB,CAAC,IAAI,CAAC,IAAI,CAAC,CAC9B;AAKJ;AAHW,IAAA,SAAS,CAAC,MAAY,EAAA;AAC1B,QAAA,OAAO,MAAM,KAAK,IAAI,CAAC,EAAE,IAAI,CAAC,kBAAkB,CAAC,IAAI,CAAC,EAAE,EAAE,MAAM,CAAC;;+GAhB5D,eAAe,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;mGAAf,eAAe,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,mBAAA,EAAA,OAAA,EAAA,EAAA,eAAA,EAAA,iBAAA,EAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;;4FAAf,eAAe,EAAA,UAAA,EAAA,CAAA;kBAJ3B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,mBAAmB;AAChC,iBAAA;8BAOmB,eAAe,EAAA,CAAA;sBAD9B;;;ACtBL;;AAEG;;;;"}
@@ -1,37 +0,0 @@
1
- import * as i0 from '@angular/core';
2
- import { Output, Directive } from '@angular/core';
3
- import { tuiTypedFromEvent, tuiPreventDefault } from '@taiga-ui/cdk/observables';
4
- import { tuiInjectElement } from '@taiga-ui/cdk/utils';
5
- import { tuiIsPresent } from '@taiga-ui/cdk/utils/miscellaneous';
6
- import { map, filter, switchMap, merge, startWith, distinctUntilChanged } from 'rxjs';
7
-
8
- class TuiDroppable {
9
- constructor() {
10
- this.el = tuiInjectElement();
11
- this.tuiDroppableDropped = tuiTypedFromEvent(this.el, 'drop').pipe(tuiPreventDefault(), map((event) => event.dataTransfer), filter(tuiIsPresent));
12
- this.tuiDroppableDragOverChange = tuiTypedFromEvent(this.el, 'dragenter').pipe(switchMap(({ target, dataTransfer }) => merge(tuiTypedFromEvent(this.el, 'dragleave').pipe(filter((event) => event.target === target)), tuiTypedFromEvent(this.el, 'drop')).pipe(map(() => null), startWith(dataTransfer))), distinctUntilChanged((a, b) => (!!a && !!b) || (!a && !b)));
13
- }
14
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiDroppable, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
15
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.15", type: TuiDroppable, isStandalone: true, selector: "[tuiDroppableDropped], [tuiDroppableDragOverChange]", outputs: { tuiDroppableDropped: "tuiDroppableDropped", tuiDroppableDragOverChange: "tuiDroppableDragOverChange" }, host: { listeners: { "dragover.prevent.zoneless": "0" } }, ngImport: i0 }); }
16
- }
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiDroppable, decorators: [{
18
- type: Directive,
19
- args: [{
20
- standalone: true,
21
- selector: '[tuiDroppableDropped], [tuiDroppableDragOverChange]',
22
- host: {
23
- '(dragover.prevent.zoneless)': '0',
24
- },
25
- }]
26
- }], propDecorators: { tuiDroppableDropped: [{
27
- type: Output
28
- }], tuiDroppableDragOverChange: [{
29
- type: Output
30
- }] } });
31
-
32
- /**
33
- * Generated bundle index. Do not edit.
34
- */
35
-
36
- export { TuiDroppable };
37
- //# sourceMappingURL=taiga-ui-cdk-directives-droppable.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"taiga-ui-cdk-directives-droppable.mjs","sources":["../../../projects/cdk/directives/droppable/droppable.directive.ts","../../../projects/cdk/directives/droppable/taiga-ui-cdk-directives-droppable.ts"],"sourcesContent":["import {Directive, Output} from '@angular/core';\nimport {tuiPreventDefault, tuiTypedFromEvent} from '@taiga-ui/cdk/observables';\nimport {tuiInjectElement} from '@taiga-ui/cdk/utils';\nimport {tuiIsPresent} from '@taiga-ui/cdk/utils/miscellaneous';\nimport {distinctUntilChanged, filter, map, merge, startWith, switchMap} from 'rxjs';\n\n@Directive({\n standalone: true,\n selector: '[tuiDroppableDropped], [tuiDroppableDragOverChange]',\n host: {\n '(dragover.prevent.zoneless)': '0',\n },\n})\nexport class TuiDroppable {\n private readonly el = tuiInjectElement();\n\n @Output()\n public readonly tuiDroppableDropped = tuiTypedFromEvent(this.el, 'drop').pipe(\n tuiPreventDefault(),\n map((event) => event.dataTransfer),\n filter(tuiIsPresent),\n );\n\n @Output()\n public readonly tuiDroppableDragOverChange = tuiTypedFromEvent(\n this.el,\n 'dragenter',\n ).pipe(\n switchMap(({target, dataTransfer}) =>\n merge(\n tuiTypedFromEvent(this.el, 'dragleave').pipe(\n filter((event) => event.target === target),\n ),\n tuiTypedFromEvent(this.el, 'drop'),\n ).pipe(\n map(() => null),\n startWith(dataTransfer),\n ),\n ),\n distinctUntilChanged((a, b) => (!!a && !!b) || (!a && !b)),\n );\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;;MAaa,YAAY,CAAA;AAPzB,IAAA,WAAA,GAAA;QAQqB,IAAE,CAAA,EAAA,GAAG,gBAAgB,EAAE;AAGxB,QAAA,IAAA,CAAA,mBAAmB,GAAG,iBAAiB,CAAC,IAAI,CAAC,EAAE,EAAE,MAAM,CAAC,CAAC,IAAI,CACzE,iBAAiB,EAAE,EACnB,GAAG,CAAC,CAAC,KAAK,KAAK,KAAK,CAAC,YAAY,CAAC,EAClC,MAAM,CAAC,YAAY,CAAC,CACvB;QAGe,IAA0B,CAAA,0BAAA,GAAG,iBAAiB,CAC1D,IAAI,CAAC,EAAE,EACP,WAAW,CACd,CAAC,IAAI,CACF,SAAS,CAAC,CAAC,EAAC,MAAM,EAAE,YAAY,EAAC,KAC7B,KAAK,CACD,iBAAiB,CAAC,IAAI,CAAC,EAAE,EAAE,WAAW,CAAC,CAAC,IAAI,CACxC,MAAM,CAAC,CAAC,KAAK,KAAK,KAAK,CAAC,MAAM,KAAK,MAAM,CAAC,CAC7C,EACD,iBAAiB,CAAC,IAAI,CAAC,EAAE,EAAE,MAAM,CAAC,CACrC,CAAC,IAAI,CACF,GAAG,CAAC,MAAM,IAAI,CAAC,EACf,SAAS,CAAC,YAAY,CAAC,CAC1B,CACJ,EACD,oBAAoB,CAAC,CAAC,CAAC,EAAE,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAC7D;AACJ;+GA5BY,YAAY,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;mGAAZ,YAAY,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,qDAAA,EAAA,OAAA,EAAA,EAAA,mBAAA,EAAA,qBAAA,EAAA,0BAAA,EAAA,4BAAA,EAAA,EAAA,IAAA,EAAA,EAAA,SAAA,EAAA,EAAA,2BAAA,EAAA,GAAA,EAAA,EAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;;4FAAZ,YAAY,EAAA,UAAA,EAAA,CAAA;kBAPxB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,qDAAqD;AAC/D,oBAAA,IAAI,EAAE;AACF,wBAAA,6BAA6B,EAAE,GAAG;AACrC,qBAAA;AACJ,iBAAA;8BAKmB,mBAAmB,EAAA,CAAA;sBADlC;gBAQe,0BAA0B,EAAA,CAAA;sBADzC;;;ACvBL;;AAEG;;;;"}