@taiga-ui/cdk 4.48.0 → 4.49.0-canary.45bd8f0

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 (329) hide show
  1. package/classes/control.d.ts +2 -4
  2. package/classes/portals.d.ts +2 -2
  3. package/classes/validation-error.d.ts +1 -1
  4. package/classes/value-transformer.d.ts +1 -1
  5. package/constants/allow-signal-writes.d.ts +1 -1
  6. package/constants/matchers.d.ts +1 -1
  7. package/constants/version.d.ts +1 -1
  8. package/constants/version.js +1 -1
  9. package/date-time/date-clamp.d.ts +1 -1
  10. package/date-time/day-range.d.ts +1 -1
  11. package/date-time/day.d.ts +1 -1
  12. package/date-time/month-range.d.ts +1 -1
  13. package/date-time/month.d.ts +1 -1
  14. package/date-time/time.d.ts +1 -1
  15. package/date-time/year.d.ts +1 -1
  16. package/directives/active-zone/active-zone.directive.d.ts +2 -2
  17. package/directives/animated/animated.directive.d.ts +1 -1
  18. package/directives/auto-focus/autofocus.directive.d.ts +2 -2
  19. package/directives/auto-focus/autofocus.options.d.ts +1 -1
  20. package/directives/auto-focus/handlers/abstract.handler.d.ts +2 -2
  21. package/directives/auto-focus/handlers/default.handler.d.ts +3 -3
  22. package/directives/auto-focus/handlers/ios.handler.d.ts +2 -2
  23. package/directives/click-outside/click-outside.directive.d.ts +1 -1
  24. package/directives/control/control.directive.d.ts +1 -1
  25. package/directives/copy-processor/copy-processor.directive.d.ts +1 -1
  26. package/directives/focus-trap/focus-trap.directive.d.ts +1 -1
  27. package/directives/for/for.directive.d.ts +1 -1
  28. package/directives/hovered/hovered.service.d.ts +1 -1
  29. package/directives/let/let-context.d.ts +2 -2
  30. package/directives/native-validator/native-validator.directive.d.ts +1 -1
  31. package/directives/popover/popover.directive.d.ts +2 -2
  32. package/directives/repeat-times/repeat-times.directive.d.ts +1 -1
  33. package/directives/swipe/swipe.options.d.ts +1 -1
  34. package/directives/swipe/swipe.service.d.ts +1 -1
  35. package/directives/validator/validator.directive.d.ts +2 -3
  36. package/directives/value-changes/value-changes.directive.d.ts +2 -2
  37. package/directives/zoom/zoom.options.d.ts +1 -1
  38. package/directives/zoom/zoom.service.d.ts +1 -1
  39. package/esm2022/classes/control.mjs +2 -2
  40. package/esm2022/classes/portals.mjs +2 -1
  41. package/esm2022/classes/validation-error.mjs +1 -1
  42. package/esm2022/classes/value-transformer.mjs +1 -1
  43. package/esm2022/constants/allow-signal-writes.mjs +1 -1
  44. package/esm2022/constants/matchers.mjs +1 -1
  45. package/esm2022/constants/version.mjs +2 -2
  46. package/esm2022/date-time/date-clamp.mjs +1 -1
  47. package/esm2022/date-time/day-range.mjs +1 -1
  48. package/esm2022/date-time/day.mjs +1 -1
  49. package/esm2022/date-time/month-range.mjs +1 -1
  50. package/esm2022/date-time/month.mjs +1 -1
  51. package/esm2022/date-time/time.mjs +1 -1
  52. package/esm2022/date-time/year.mjs +1 -1
  53. package/esm2022/directives/active-zone/active-zone.directive.mjs +2 -2
  54. package/esm2022/directives/animated/animated.directive.mjs +1 -1
  55. package/esm2022/directives/auto-focus/autofocus.directive.mjs +1 -1
  56. package/esm2022/directives/auto-focus/autofocus.options.mjs +1 -1
  57. package/esm2022/directives/auto-focus/handlers/abstract.handler.mjs +1 -1
  58. package/esm2022/directives/auto-focus/handlers/default.handler.mjs +1 -1
  59. package/esm2022/directives/auto-focus/handlers/ios.handler.mjs +1 -1
  60. package/esm2022/directives/click-outside/click-outside.directive.mjs +1 -1
  61. package/esm2022/directives/control/control.directive.mjs +1 -1
  62. package/esm2022/directives/copy-processor/copy-processor.directive.mjs +1 -1
  63. package/esm2022/directives/focus-trap/focus-trap.directive.mjs +1 -1
  64. package/esm2022/directives/for/for.directive.mjs +2 -2
  65. package/esm2022/directives/hovered/hovered.service.mjs +1 -1
  66. package/esm2022/directives/let/let-context.mjs +1 -1
  67. package/esm2022/directives/native-validator/native-validator.directive.mjs +2 -2
  68. package/esm2022/directives/popover/popover.directive.mjs +1 -1
  69. package/esm2022/directives/repeat-times/repeat-times.directive.mjs +1 -1
  70. package/esm2022/directives/resizer/resizer.directive.mjs +2 -2
  71. package/esm2022/directives/swipe/swipe.options.mjs +1 -1
  72. package/esm2022/directives/swipe/swipe.service.mjs +1 -1
  73. package/esm2022/directives/validator/validator.directive.mjs +1 -1
  74. package/esm2022/directives/value-changes/value-changes.directive.mjs +1 -1
  75. package/esm2022/directives/zoom/zoom.options.mjs +1 -1
  76. package/esm2022/directives/zoom/zoom.service.mjs +1 -1
  77. package/esm2022/observables/control-value.mjs +1 -1
  78. package/esm2022/observables/drag-and-drop-from.mjs +2 -2
  79. package/esm2022/observables/events.mjs +1 -1
  80. package/esm2022/observables/if-map.mjs +1 -1
  81. package/esm2022/observables/must-be-present.mjs +1 -1
  82. package/esm2022/observables/query-list-observable.mjs +1 -1
  83. package/esm2022/observables/scroll-from.mjs +1 -1
  84. package/esm2022/observables/take-until-destroyed.mjs +2 -2
  85. package/esm2022/observables/typed-from-event.mjs +1 -1
  86. package/esm2022/observables/untracked-scheduler.mjs +2 -2
  87. package/esm2022/observables/watch.mjs +1 -1
  88. package/esm2022/observables/zone.mjs +2 -2
  89. package/esm2022/pipes/animation/animation.pipe.mjs +1 -1
  90. package/esm2022/pipes/filter/filter.pipe.mjs +1 -1
  91. package/esm2022/pipes/is-present/is-present.pipe.mjs +1 -1
  92. package/esm2022/pipes/keys/keys.pipe.mjs +1 -1
  93. package/esm2022/pipes/mapper/mapper.pipe.mjs +1 -1
  94. package/esm2022/pipes/obfuscate/obfuscate.pipe.mjs +1 -1
  95. package/esm2022/pipes/repeat-times/index.mjs +1 -1
  96. package/esm2022/pipes/replace/replace.pipe.mjs +1 -1
  97. package/esm2022/pipes/to-array/to-array.pipe.mjs +1 -1
  98. package/esm2022/services/popover.service.mjs +2 -2
  99. package/esm2022/services/scroll.service.mjs +2 -2
  100. package/esm2022/tokens/active-element.mjs +1 -1
  101. package/esm2022/tokens/environment.mjs +8 -2
  102. package/esm2022/tokens/fallback-value.mjs +1 -1
  103. package/esm2022/tokens/window-size.mjs +1 -1
  104. package/esm2022/types/matcher.mjs +1 -1
  105. package/esm2022/types/safe-html.mjs +1 -1
  106. package/esm2022/utils/di/create-options.mjs +1 -1
  107. package/esm2022/utils/dom/get-element-point.mjs +1 -1
  108. package/esm2022/utils/dom/value-binding.mjs +1 -1
  109. package/esm2022/utils/dom/value.mjs +1 -1
  110. package/esm2022/utils/focus/focused-in.mjs +1 -1
  111. package/esm2022/utils/math/round-with.mjs +1 -1
  112. package/esm2022/utils/miscellaneous/array-toggle.mjs +1 -1
  113. package/esm2022/utils/miscellaneous/count-filled-controls.mjs +1 -1
  114. package/esm2022/utils/miscellaneous/directive-binding.mjs +2 -2
  115. package/esm2022/utils/miscellaneous/directive-listener.mjs +2 -2
  116. package/esm2022/utils/miscellaneous/get-original-array-from-query-list.mjs +1 -1
  117. package/esm2022/utils/miscellaneous/is-control-empty.mjs +1 -1
  118. package/esm2022/utils/miscellaneous/mark-control-as-touched-and-validate.mjs +1 -1
  119. package/esm2022/utils/miscellaneous/nullable-same.mjs +1 -1
  120. package/esm2022/utils/miscellaneous/provide-options.mjs +2 -2
  121. package/esm2022/utils/miscellaneous/provide.mjs +1 -1
  122. package/esm2022/utils/miscellaneous/uniq-by.mjs +1 -1
  123. package/esm2022/utils/miscellaneous/with-styles.mjs +1 -1
  124. package/fesm2022/taiga-ui-cdk-classes.mjs +1 -0
  125. package/fesm2022/taiga-ui-cdk-classes.mjs.map +1 -1
  126. package/fesm2022/taiga-ui-cdk-constants.mjs +1 -1
  127. package/fesm2022/taiga-ui-cdk-constants.mjs.map +1 -1
  128. package/fesm2022/taiga-ui-cdk-date-time.mjs.map +1 -1
  129. package/fesm2022/taiga-ui-cdk-directives-active-zone.mjs.map +1 -1
  130. package/fesm2022/taiga-ui-cdk-directives-animated.mjs.map +1 -1
  131. package/fesm2022/taiga-ui-cdk-directives-auto-focus.mjs.map +1 -1
  132. package/fesm2022/taiga-ui-cdk-directives-click-outside.mjs.map +1 -1
  133. package/fesm2022/taiga-ui-cdk-directives-control.mjs.map +1 -1
  134. package/fesm2022/taiga-ui-cdk-directives-copy-processor.mjs.map +1 -1
  135. package/fesm2022/taiga-ui-cdk-directives-focus-trap.mjs.map +1 -1
  136. package/fesm2022/taiga-ui-cdk-directives-for.mjs.map +1 -1
  137. package/fesm2022/taiga-ui-cdk-directives-hovered.mjs.map +1 -1
  138. package/fesm2022/taiga-ui-cdk-directives-let.mjs.map +1 -1
  139. package/fesm2022/taiga-ui-cdk-directives-native-validator.mjs +1 -1
  140. package/fesm2022/taiga-ui-cdk-directives-native-validator.mjs.map +1 -1
  141. package/fesm2022/taiga-ui-cdk-directives-popover.mjs.map +1 -1
  142. package/fesm2022/taiga-ui-cdk-directives-repeat-times.mjs.map +1 -1
  143. package/fesm2022/taiga-ui-cdk-directives-resizer.mjs.map +1 -1
  144. package/fesm2022/taiga-ui-cdk-directives-swipe.mjs.map +1 -1
  145. package/fesm2022/taiga-ui-cdk-directives-validator.mjs.map +1 -1
  146. package/fesm2022/taiga-ui-cdk-directives-value-changes.mjs.map +1 -1
  147. package/fesm2022/taiga-ui-cdk-directives-zoom.mjs.map +1 -1
  148. package/fesm2022/taiga-ui-cdk-observables.mjs.map +1 -1
  149. package/fesm2022/taiga-ui-cdk-pipes-animation.mjs.map +1 -1
  150. package/fesm2022/taiga-ui-cdk-pipes-filter.mjs.map +1 -1
  151. package/fesm2022/taiga-ui-cdk-pipes-is-present.mjs.map +1 -1
  152. package/fesm2022/taiga-ui-cdk-pipes-keys.mjs.map +1 -1
  153. package/fesm2022/taiga-ui-cdk-pipes-mapper.mjs.map +1 -1
  154. package/fesm2022/taiga-ui-cdk-pipes-obfuscate.mjs.map +1 -1
  155. package/fesm2022/taiga-ui-cdk-pipes-repeat-times.mjs.map +1 -1
  156. package/fesm2022/taiga-ui-cdk-pipes-replace.mjs.map +1 -1
  157. package/fesm2022/taiga-ui-cdk-pipes-to-array.mjs.map +1 -1
  158. package/fesm2022/taiga-ui-cdk-services.mjs.map +1 -1
  159. package/fesm2022/taiga-ui-cdk-tokens.mjs +7 -1
  160. package/fesm2022/taiga-ui-cdk-tokens.mjs.map +1 -1
  161. package/fesm2022/taiga-ui-cdk-utils-di.mjs.map +1 -1
  162. package/fesm2022/taiga-ui-cdk-utils-dom.mjs.map +1 -1
  163. package/fesm2022/taiga-ui-cdk-utils-focus.mjs.map +1 -1
  164. package/fesm2022/taiga-ui-cdk-utils-math.mjs.map +1 -1
  165. package/fesm2022/taiga-ui-cdk-utils-miscellaneous.mjs.map +1 -1
  166. package/observables/control-value.d.ts +1 -1
  167. package/observables/drag-and-drop-from.d.ts +1 -1
  168. package/observables/events.d.ts +1 -1
  169. package/observables/if-map.d.ts +2 -2
  170. package/observables/must-be-present.d.ts +1 -1
  171. package/observables/query-list-observable.d.ts +2 -2
  172. package/observables/scroll-from.d.ts +1 -1
  173. package/observables/take-until-destroyed.d.ts +2 -2
  174. package/observables/typed-from-event.d.ts +1 -1
  175. package/observables/untracked-scheduler.d.ts +1 -1
  176. package/observables/watch.d.ts +1 -1
  177. package/observables/zone.d.ts +1 -1
  178. package/package.json +61 -61
  179. package/pipes/animation/animation.pipe.d.ts +2 -2
  180. package/pipes/filter/filter.pipe.d.ts +2 -2
  181. package/pipes/is-present/is-present.pipe.d.ts +1 -1
  182. package/pipes/keys/keys.pipe.d.ts +1 -1
  183. package/pipes/mapper/mapper.pipe.d.ts +2 -2
  184. package/pipes/obfuscate/obfuscate.pipe.d.ts +1 -1
  185. package/pipes/repeat-times/index.d.ts +1 -1
  186. package/pipes/replace/replace.pipe.d.ts +1 -1
  187. package/pipes/to-array/to-array.pipe.d.ts +1 -1
  188. package/schematics/constants/file-globs.d.ts +1 -1
  189. package/schematics/migrate-tui-let/index.d.ts +2 -2
  190. package/schematics/ng-add/index.d.ts +2 -2
  191. package/schematics/ng-add/setup-project.d.ts +2 -2
  192. package/schematics/ng-add/steps/add-taiga-icons.d.ts +2 -2
  193. package/schematics/ng-add/steps/add-taiga-modules.d.ts +2 -2
  194. package/schematics/ng-add/steps/add-taiga-styles.d.ts +2 -2
  195. package/schematics/ng-add/steps/wrap-with-tui-root.d.ts +2 -2
  196. package/schematics/ng-update/interfaces/html-comment.d.ts +1 -1
  197. package/schematics/ng-update/interfaces/removable-input.d.ts +1 -1
  198. package/schematics/ng-update/interfaces/replacement-attribute-to-directive.d.ts +1 -1
  199. package/schematics/ng-update/interfaces/replacement-attribute-value.d.ts +1 -1
  200. package/schematics/ng-update/interfaces/replacement-attribute.d.ts +1 -1
  201. package/schematics/ng-update/interfaces/replacement-service.d.ts +1 -1
  202. package/schematics/ng-update/interfaces/replacement-tag.d.ts +1 -1
  203. package/schematics/ng-update/steps/icons/replace-imports.d.ts +2 -2
  204. package/schematics/ng-update/steps/rename-types.d.ts +2 -2
  205. package/schematics/ng-update/steps/replace-deep-import.d.ts +1 -1
  206. package/schematics/ng-update/steps/replace-enums.d.ts +2 -2
  207. package/schematics/ng-update/steps/replace-identifier.d.ts +2 -2
  208. package/schematics/ng-update/steps/replace-package-name.d.ts +1 -1
  209. package/schematics/ng-update/steps/replace-services.d.ts +2 -2
  210. package/schematics/ng-update/steps/show-warnings.d.ts +2 -2
  211. package/schematics/ng-update/utils/get-file-system.d.ts +2 -2
  212. package/schematics/ng-update/utils/templates/remove-inputs.d.ts +4 -4
  213. package/schematics/ng-update/utils/templates/replace-attr-values.d.ts +4 -4
  214. package/schematics/ng-update/utils/templates/replace-attrs-by-directives.d.ts +2 -2
  215. package/schematics/ng-update/utils/templates/replace-attrs.d.ts +4 -4
  216. package/schematics/ng-update/utils/templates/replace-tag.d.ts +2 -2
  217. package/schematics/ng-update/utils/templates/replace-tags.d.ts +4 -4
  218. package/schematics/ng-update/utils/templates/template-comments.d.ts +3 -3
  219. package/schematics/ng-update/v4/index.d.ts +2 -2
  220. package/schematics/ng-update/v4/migrate-addon-doc/index.d.ts +2 -2
  221. package/schematics/ng-update/v4/migrate-addon-doc/replace-symbols.d.ts +1 -1
  222. package/schematics/ng-update/v4/migrate-css-vars/index.d.ts +2 -2
  223. package/schematics/ng-update/v4/migrate-icons/index.d.ts +2 -2
  224. package/schematics/ng-update/v4/migrate-icons/rename-proprietary-icons.d.ts +1 -1
  225. package/schematics/ng-update/v4/steps/constants/attr-to-directive-replace.d.ts +1 -1
  226. package/schematics/ng-update/v4/steps/constants/attr-with-values-to-replace.d.ts +1 -1
  227. package/schematics/ng-update/v4/steps/constants/attrs-to-replace.d.ts +1 -1
  228. package/schematics/ng-update/v4/steps/constants/enums.d.ts +1 -1
  229. package/schematics/ng-update/v4/steps/constants/functions.d.ts +1 -1
  230. package/schematics/ng-update/v4/steps/constants/html-comments.d.ts +1 -1
  231. package/schematics/ng-update/v4/steps/constants/identifiers-to-replace.d.ts +1 -1
  232. package/schematics/ng-update/v4/steps/constants/inputs-to-remove.d.ts +1 -1
  233. package/schematics/ng-update/v4/steps/constants/migration-warnings.d.ts +1 -1
  234. package/schematics/ng-update/v4/steps/constants/modules-to-remove.d.ts +1 -1
  235. package/schematics/ng-update/v4/steps/constants/services.d.ts +1 -1
  236. package/schematics/ng-update/v4/steps/constants/tags-to-replace.d.ts +1 -1
  237. package/schematics/ng-update/v4/steps/constants/types.d.ts +1 -1
  238. package/schematics/ng-update/v4/steps/drop-universal-mock.d.ts +1 -1
  239. package/schematics/ng-update/v4/steps/migrate-alert-service.d.ts +1 -1
  240. package/schematics/ng-update/v4/steps/migrate-all-country-iso-codes.d.ts +1 -1
  241. package/schematics/ng-update/v4/steps/migrate-destroy-service.d.ts +1 -1
  242. package/schematics/ng-update/v4/steps/migrate-editor.d.ts +2 -2
  243. package/schematics/ng-update/v4/steps/migrate-editor.js +1 -0
  244. package/schematics/ng-update/v4/steps/migrate-legacy-mask.d.ts +1 -1
  245. package/schematics/ng-update/v4/steps/migrate-month-context.d.ts +1 -1
  246. package/schematics/ng-update/v4/steps/migrate-number-format-settings.d.ts +1 -1
  247. package/schematics/ng-update/v4/steps/migrate-option-providers.d.ts +1 -1
  248. package/schematics/ng-update/v4/steps/migrate-proprietary.d.ts +2 -2
  249. package/schematics/ng-update/v4/steps/migrate-proprietary.js +1 -0
  250. package/schematics/ng-update/v4/steps/migrate-providers-from.d.ts +1 -1
  251. package/schematics/ng-update/v4/steps/migrate-root.d.ts +2 -2
  252. package/schematics/ng-update/v4/steps/migrate-templates.d.ts +3 -3
  253. package/schematics/ng-update/v4/steps/remove-duplicates.d.ts +1 -1
  254. package/schematics/ng-update/v4/steps/replace-functions.d.ts +1 -1
  255. package/schematics/ng-update/v4/steps/restore-tui-mapper.d.ts +1 -1
  256. package/schematics/ng-update/v4/steps/restore-tui-matcher.d.ts +1 -1
  257. package/schematics/ng-update/v4/steps/templates/dropdown-ref-comment.d.ts +3 -3
  258. package/schematics/ng-update/v4/steps/templates/migrate-active-zone.d.ts +3 -3
  259. package/schematics/ng-update/v4/steps/templates/migrate-avatar.d.ts +3 -3
  260. package/schematics/ng-update/v4/steps/templates/migrate-axes.d.ts +3 -3
  261. package/schematics/ng-update/v4/steps/templates/migrate-badge.d.ts +3 -3
  262. package/schematics/ng-update/v4/steps/templates/migrate-badged-content.d.ts +3 -3
  263. package/schematics/ng-update/v4/steps/templates/migrate-blocked.d.ts +3 -3
  264. package/schematics/ng-update/v4/steps/templates/migrate-button-appearance.d.ts +3 -3
  265. package/schematics/ng-update/v4/steps/templates/migrate-expandable.d.ts +3 -3
  266. package/schematics/ng-update/v4/steps/templates/migrate-filter-pipe.d.ts +3 -3
  267. package/schematics/ng-update/v4/steps/templates/migrate-focusable.d.ts +3 -3
  268. package/schematics/ng-update/v4/steps/templates/migrate-label.d.ts +3 -3
  269. package/schematics/ng-update/v4/steps/templates/migrate-labeled.d.ts +3 -3
  270. package/schematics/ng-update/v4/steps/templates/migrate-mobile-tabs.d.ts +3 -3
  271. package/schematics/ng-update/v4/steps/templates/migrate-money.d.ts +3 -3
  272. package/schematics/ng-update/v4/steps/templates/migrate-notification.d.ts +3 -3
  273. package/schematics/ng-update/v4/steps/templates/migrate-number-precision.d.ts +3 -3
  274. package/schematics/ng-update/v4/steps/templates/migrate-overscroll.d.ts +3 -3
  275. package/schematics/ng-update/v4/steps/templates/migrate-prevent-default.d.ts +3 -3
  276. package/schematics/ng-update/v4/steps/templates/migrate-progress-segmented.d.ts +3 -3
  277. package/schematics/ng-update/v4/steps/templates/migrate-thumbnail-card.d.ts +3 -3
  278. package/schematics/ng-update/v4/steps/templates/toggles/common.d.ts +2 -2
  279. package/schematics/ng-update/v4/steps/templates/toggles/migrate-checkbox.d.ts +3 -3
  280. package/schematics/ng-update/v4/steps/templates/toggles/migrate-radio.d.ts +3 -3
  281. package/schematics/ng-update/v4/steps/templates/toggles/migrate-toggle.d.ts +3 -3
  282. package/schematics/ng-update/v4/steps/update-packages.d.ts +1 -1
  283. package/schematics/ng-update/v4/steps/update-packages.js +1 -0
  284. package/schematics/ng-update/v4/steps/utils/remove-attrs.d.ts +2 -2
  285. package/schematics/ng-update/v4/steps/utils/replace-modules-with-providers.d.ts +2 -2
  286. package/schematics/ng-update/v5/index.d.ts +2 -2
  287. package/schematics/ng-update/v5/steps/migrate-tokens/migrate-tokens.d.ts +2 -2
  288. package/schematics/ng-update/v5/steps/migrate-tokens/update-tsconfig.d.ts +2 -2
  289. package/schematics/utils/add-import-to-closest-module.d.ts +1 -1
  290. package/schematics/utils/angular-json-manipulations.d.ts +3 -3
  291. package/schematics/utils/get-component-from-identifier.d.ts +1 -1
  292. package/schematics/utils/get-named-import-references.d.ts +1 -1
  293. package/schematics/utils/get-project-target-options.d.ts +1 -1
  294. package/schematics/utils/get-projects.d.ts +2 -2
  295. package/schematics/utils/get-standalone-bootstrap-function.d.ts +1 -1
  296. package/schematics/utils/import-manipulations.d.ts +1 -1
  297. package/schematics/utils/insert-todo.d.ts +1 -1
  298. package/schematics/utils/push-to-array-property.d.ts +1 -1
  299. package/schematics/utils/remove-module.d.ts +2 -2
  300. package/schematics/utils/templates/elements.d.ts +1 -1
  301. package/schematics/utils/templates/get-component-templates.d.ts +2 -2
  302. package/schematics/utils/templates/inputs.d.ts +1 -1
  303. package/schematics/utils/templates/ng-component-input-manipulations.d.ts +3 -3
  304. package/schematics/utils/templates/template-resource.d.ts +2 -2
  305. package/services/popover.service.d.ts +4 -6
  306. package/services/scroll.service.d.ts +1 -1
  307. package/tokens/active-element.d.ts +1 -1
  308. package/tokens/environment.d.ts +4 -0
  309. package/tokens/fallback-value.d.ts +1 -2
  310. package/tokens/window-size.d.ts +1 -1
  311. package/types/matcher.d.ts +2 -2
  312. package/types/safe-html.d.ts +1 -1
  313. package/utils/di/create-options.d.ts +1 -2
  314. package/utils/dom/get-element-point.d.ts +1 -1
  315. package/utils/dom/value-binding.d.ts +1 -1
  316. package/utils/dom/value.d.ts +1 -1
  317. package/utils/focus/focused-in.d.ts +1 -1
  318. package/utils/math/round-with.d.ts +1 -1
  319. package/utils/miscellaneous/array-toggle.d.ts +1 -1
  320. package/utils/miscellaneous/count-filled-controls.d.ts +1 -1
  321. package/utils/miscellaneous/directive-binding.d.ts +1 -1
  322. package/utils/miscellaneous/directive-listener.d.ts +2 -2
  323. package/utils/miscellaneous/get-original-array-from-query-list.d.ts +1 -1
  324. package/utils/miscellaneous/is-control-empty.d.ts +1 -1
  325. package/utils/miscellaneous/mark-control-as-touched-and-validate.d.ts +1 -1
  326. package/utils/miscellaneous/nullable-same.d.ts +1 -1
  327. package/utils/miscellaneous/provide-options.d.ts +1 -1
  328. package/utils/miscellaneous/provide.d.ts +1 -1
  329. package/utils/miscellaneous/with-styles.d.ts +1 -1
@@ -1,2 +1,2 @@
1
- import type { RemovedModule } from '../../../interfaces';
1
+ import { type RemovedModule } from '../../../interfaces';
2
2
  export declare const MODULES_TO_REMOVE: RemovedModule[];
@@ -1,2 +1,2 @@
1
- import type { ReplacementService } from '../../../interfaces';
1
+ import { type ReplacementService } from '../../../interfaces';
2
2
  export declare const SERVICES_TO_REPLACE: ReplacementService[];
@@ -1,2 +1,2 @@
1
- import type { ReplacementTag } from '../../../interfaces';
1
+ import { type ReplacementTag } from '../../../interfaces';
2
2
  export declare const TAGS_TO_REPLACE: ReplacementTag[];
@@ -1,2 +1,2 @@
1
- import type { ReplacementType } from '../../../interfaces';
1
+ import { type ReplacementType } from '../../../interfaces';
2
2
  export declare const TYPES_TO_RENAME: readonly ReplacementType[];
@@ -1,2 +1,2 @@
1
- import type { TuiSchema } from '../../../ng-add/schema';
1
+ import { type TuiSchema } from '../../../ng-add/schema';
2
2
  export declare function dropUniversalMock(options: TuiSchema): void;
@@ -1,2 +1,2 @@
1
- import type { TuiSchema } from '../../../ng-add/schema';
1
+ import { type TuiSchema } from '../../../ng-add/schema';
2
2
  export declare function migrateAlertService(options: TuiSchema): void;
@@ -1,2 +1,2 @@
1
- import type { TuiSchema } from '../../../ng-add/schema';
1
+ import { type TuiSchema } from '../../../ng-add/schema';
2
2
  export declare function migrateAllCountryIsoCodes(options: TuiSchema): void;
@@ -1,2 +1,2 @@
1
- import type { TuiSchema } from '../../../ng-add/schema';
1
+ import { type TuiSchema } from '../../../ng-add/schema';
2
2
  export declare function migrateDestroyService(options: TuiSchema): void;
@@ -1,5 +1,5 @@
1
1
  /// <reference lib="es2021" />
2
- import type { DevkitFileSystem } from 'ng-morph';
3
- import type { TuiSchema } from '../../../ng-add/schema';
2
+ import { type DevkitFileSystem } from 'ng-morph';
3
+ import { type TuiSchema } from '../../../ng-add/schema';
4
4
  export declare const TUI_EDITOR_VERSION = "^4.21.0";
5
5
  export declare function migrateEditor(fileSystem: DevkitFileSystem, options: TuiSchema): void;
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.migrateEditor = exports.TUI_EDITOR_VERSION = void 0;
4
+ /// <reference lib="es2021" />
4
5
  const ng_morph_1 = require("ng-morph");
5
6
  const file_globs_1 = require("../../../constants/file-globs");
6
7
  const add_unique_import_1 = require("../../../utils/add-unique-import");
@@ -1,2 +1,2 @@
1
- import type { TuiSchema } from '../../../ng-add/schema';
1
+ import { type TuiSchema } from '../../../ng-add/schema';
2
2
  export declare function migrateLegacyMask(options: TuiSchema): void;
@@ -1,2 +1,2 @@
1
- import type { TuiSchema } from '../../../ng-add/schema';
1
+ import { type TuiSchema } from '../../../ng-add/schema';
2
2
  export declare function migrateMonthContext(options: TuiSchema): void;
@@ -1,2 +1,2 @@
1
- import type { TuiSchema } from '../../../ng-add/schema';
1
+ import { type TuiSchema } from '../../../ng-add/schema';
2
2
  export declare function migrateNumberFormatSettings(options: TuiSchema): void;
@@ -1,2 +1,2 @@
1
- import type { TuiSchema } from '../../../ng-add/schema';
1
+ import { type TuiSchema } from '../../../ng-add/schema';
2
2
  export declare function migrateOptionProviders(options: TuiSchema): void;
@@ -1,5 +1,5 @@
1
1
  /// <reference lib="es2021" />
2
- import type { DevkitFileSystem } from 'ng-morph';
3
- import type { TuiSchema } from '../../../ng-add/schema';
2
+ import { type DevkitFileSystem } from 'ng-morph';
3
+ import { type TuiSchema } from '../../../ng-add/schema';
4
4
  export declare function migrateProprietary(fileSystem: DevkitFileSystem, options: TuiSchema): void;
5
5
  export declare function removeProprietaryPackages(fileSystem: DevkitFileSystem): void;
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.removeProprietaryPackages = exports.migrateProprietary = void 0;
4
+ /// <reference lib="es2021" />
4
5
  const ng_morph_1 = require("ng-morph");
5
6
  const version_1 = require("../../../../constants/version");
6
7
  function migrateProprietary(fileSystem, options) {
@@ -1,2 +1,2 @@
1
- import type { TuiSchema } from '../../../ng-add/schema';
1
+ import { type TuiSchema } from '../../../ng-add/schema';
2
2
  export declare function migrateImportProvidersFrom(options: TuiSchema): void;
@@ -1,3 +1,3 @@
1
- import type { DevkitFileSystem } from 'ng-morph';
2
- import type { TuiSchema } from '../../../ng-add/schema';
1
+ import { type DevkitFileSystem } from 'ng-morph';
2
+ import { type TuiSchema } from '../../../ng-add/schema';
3
3
  export declare function migrateRoot(fileSystem: DevkitFileSystem, options: TuiSchema): void;
@@ -1,6 +1,6 @@
1
- import type { DevkitFileSystem, UpdateRecorder } from 'ng-morph';
2
- import type { TuiSchema } from '../../../ng-add/schema';
3
- import type { TemplateResource } from '../../interfaces/template-resource';
1
+ import { type DevkitFileSystem, type UpdateRecorder } from 'ng-morph';
2
+ import { type TuiSchema } from '../../../ng-add/schema';
3
+ import { type TemplateResource } from '../../interfaces/template-resource';
4
4
  export declare function getAction<T>({ action, requiredData, }: {
5
5
  action: ({ resource, fileSystem, recorder, data, }: {
6
6
  fileSystem: DevkitFileSystem;
@@ -1,2 +1,2 @@
1
- import type { TuiSchema } from '../../../ng-add/schema';
1
+ import { type TuiSchema } from '../../../ng-add/schema';
2
2
  export declare function removeDuplicates(options: TuiSchema): void;
@@ -1,2 +1,2 @@
1
- import type { ReplacementType } from '../../interfaces/replacement-type';
1
+ import { type ReplacementType } from '../../interfaces/replacement-type';
2
2
  export declare function replaceFunctions(functions: readonly ReplacementType[]): void;
@@ -1,2 +1,2 @@
1
- import type { TuiSchema } from '../../../ng-add/schema';
1
+ import { type TuiSchema } from '../../../ng-add/schema';
2
2
  export declare function restoreTuiMapper(options: TuiSchema): void;
@@ -1,2 +1,2 @@
1
- import type { TuiSchema } from '../../../ng-add/schema';
1
+ import { type TuiSchema } from '../../../ng-add/schema';
2
2
  export declare function restoreTuiMatcher(options: TuiSchema): void;
@@ -1,6 +1,6 @@
1
- import type { UpdateRecorder } from '@angular-devkit/schematics';
2
- import type { DevkitFileSystem } from 'ng-morph';
3
- import type { TemplateResource } from '../../../interfaces';
1
+ import { type UpdateRecorder } from '@angular-devkit/schematics';
2
+ import { type DevkitFileSystem } from 'ng-morph';
3
+ import { type TemplateResource } from '../../../interfaces';
4
4
  export declare function dropdownRefComment({ resource, recorder, fileSystem, }: {
5
5
  fileSystem: DevkitFileSystem;
6
6
  recorder: UpdateRecorder;
@@ -1,6 +1,6 @@
1
- import type { UpdateRecorder } from '@angular-devkit/schematics';
2
- import type { DevkitFileSystem } from 'ng-morph';
3
- import type { TemplateResource } from '../../../interfaces';
1
+ import { type UpdateRecorder } from '@angular-devkit/schematics';
2
+ import { type DevkitFileSystem } from 'ng-morph';
3
+ import { type TemplateResource } from '../../../interfaces';
4
4
  export declare function migrateActiveZoneParent({ resource, recorder, fileSystem, }: {
5
5
  fileSystem: DevkitFileSystem;
6
6
  recorder: UpdateRecorder;
@@ -1,6 +1,6 @@
1
- import type { UpdateRecorder } from '@angular-devkit/schematics';
2
- import type { DevkitFileSystem } from 'ng-morph';
3
- import type { TemplateResource } from '../../../interfaces';
1
+ import { type UpdateRecorder } from '@angular-devkit/schematics';
2
+ import { type DevkitFileSystem } from 'ng-morph';
3
+ import { type TemplateResource } from '../../../interfaces';
4
4
  export declare function migrateAvatar({ resource, recorder, fileSystem, }: {
5
5
  fileSystem: DevkitFileSystem;
6
6
  recorder: UpdateRecorder;
@@ -1,6 +1,6 @@
1
- import type { UpdateRecorder } from '@angular-devkit/schematics';
2
- import type { DevkitFileSystem } from 'ng-morph';
3
- import type { TemplateResource } from '../../../interfaces';
1
+ import { type UpdateRecorder } from '@angular-devkit/schematics';
2
+ import { type DevkitFileSystem } from 'ng-morph';
3
+ import { type TemplateResource } from '../../../interfaces';
4
4
  export declare function migrateAxes({ resource, recorder, fileSystem, }: {
5
5
  fileSystem: DevkitFileSystem;
6
6
  recorder: UpdateRecorder;
@@ -1,6 +1,6 @@
1
- import type { UpdateRecorder } from '@angular-devkit/schematics';
2
- import type { DevkitFileSystem } from 'ng-morph';
3
- import type { TemplateResource } from '../../../interfaces';
1
+ import { type UpdateRecorder } from '@angular-devkit/schematics';
2
+ import { type DevkitFileSystem } from 'ng-morph';
3
+ import { type TemplateResource } from '../../../interfaces';
4
4
  export declare function migrateBadge({ resource, recorder, fileSystem, }: {
5
5
  fileSystem: DevkitFileSystem;
6
6
  recorder: UpdateRecorder;
@@ -1,6 +1,6 @@
1
- import type { UpdateRecorder } from '@angular-devkit/schematics';
2
- import type { DevkitFileSystem } from 'ng-morph';
3
- import type { TemplateResource } from '../../../interfaces';
1
+ import { type UpdateRecorder } from '@angular-devkit/schematics';
2
+ import { type DevkitFileSystem } from 'ng-morph';
3
+ import { type TemplateResource } from '../../../interfaces';
4
4
  export declare function migrateBadgedContent({ resource, recorder, fileSystem, }: {
5
5
  fileSystem: DevkitFileSystem;
6
6
  recorder: UpdateRecorder;
@@ -1,6 +1,6 @@
1
- import type { UpdateRecorder } from '@angular-devkit/schematics';
2
- import type { DevkitFileSystem } from 'ng-morph';
3
- import type { TemplateResource } from '../../../interfaces';
1
+ import { type UpdateRecorder } from '@angular-devkit/schematics';
2
+ import { type DevkitFileSystem } from 'ng-morph';
3
+ import { type TemplateResource } from '../../../interfaces';
4
4
  export declare function migrateBlocked({ resource, recorder, fileSystem, }: {
5
5
  fileSystem: DevkitFileSystem;
6
6
  recorder: UpdateRecorder;
@@ -1,6 +1,6 @@
1
- import type { UpdateRecorder } from '@angular-devkit/schematics';
2
- import type { DevkitFileSystem } from 'ng-morph';
3
- import type { TemplateResource } from '../../../interfaces';
1
+ import { type UpdateRecorder } from '@angular-devkit/schematics';
2
+ import { type DevkitFileSystem } from 'ng-morph';
3
+ import { type TemplateResource } from '../../../interfaces';
4
4
  export declare function migrateButtonAppearance({ resource, recorder, fileSystem, }: {
5
5
  fileSystem: DevkitFileSystem;
6
6
  recorder: UpdateRecorder;
@@ -1,6 +1,6 @@
1
- import type { UpdateRecorder } from '@angular-devkit/schematics';
2
- import type { DevkitFileSystem } from 'ng-morph';
3
- import type { TemplateResource } from '../../../interfaces';
1
+ import { type UpdateRecorder } from '@angular-devkit/schematics';
2
+ import { type DevkitFileSystem } from 'ng-morph';
3
+ import { type TemplateResource } from '../../../interfaces';
4
4
  export declare function migrateExpandable({ resource, recorder, fileSystem, }: {
5
5
  fileSystem: DevkitFileSystem;
6
6
  recorder: UpdateRecorder;
@@ -1,6 +1,6 @@
1
- import type { UpdateRecorder } from '@angular-devkit/schematics';
2
- import type { DevkitFileSystem } from 'ng-morph';
3
- import type { TemplateResource } from '../../../interfaces';
1
+ import { type UpdateRecorder } from '@angular-devkit/schematics';
2
+ import { type DevkitFileSystem } from 'ng-morph';
3
+ import { type TemplateResource } from '../../../interfaces';
4
4
  export declare function migrateFilterPipe({ resource, recorder, fileSystem, }: {
5
5
  fileSystem: DevkitFileSystem;
6
6
  recorder: UpdateRecorder;
@@ -1,6 +1,6 @@
1
- import type { UpdateRecorder } from '@angular-devkit/schematics';
2
- import type { DevkitFileSystem } from 'ng-morph';
3
- import type { TemplateResource } from '../../../interfaces';
1
+ import { type UpdateRecorder } from '@angular-devkit/schematics';
2
+ import { type DevkitFileSystem } from 'ng-morph';
3
+ import { type TemplateResource } from '../../../interfaces';
4
4
  export declare function migrateFocusable({ resource, recorder, fileSystem, }: {
5
5
  fileSystem: DevkitFileSystem;
6
6
  recorder: UpdateRecorder;
@@ -1,6 +1,6 @@
1
- import type { UpdateRecorder } from '@angular-devkit/schematics';
2
- import type { DevkitFileSystem } from 'ng-morph';
3
- import type { TemplateResource } from '../../../interfaces';
1
+ import { type UpdateRecorder } from '@angular-devkit/schematics';
2
+ import { type DevkitFileSystem } from 'ng-morph';
3
+ import { type TemplateResource } from '../../../interfaces';
4
4
  export declare function migrateLabel({ resource, recorder, fileSystem, }: {
5
5
  fileSystem: DevkitFileSystem;
6
6
  recorder: UpdateRecorder;
@@ -1,6 +1,6 @@
1
- import type { UpdateRecorder } from '@angular-devkit/schematics';
2
- import type { DevkitFileSystem } from 'ng-morph';
3
- import type { TemplateResource } from '../../../interfaces';
1
+ import { type UpdateRecorder } from '@angular-devkit/schematics';
2
+ import { type DevkitFileSystem } from 'ng-morph';
3
+ import { type TemplateResource } from '../../../interfaces';
4
4
  export declare function migrateLabeled({ resource, recorder, fileSystem, }: {
5
5
  fileSystem: DevkitFileSystem;
6
6
  recorder: UpdateRecorder;
@@ -1,6 +1,6 @@
1
- import type { UpdateRecorder } from '@angular-devkit/schematics';
2
- import type { DevkitFileSystem } from 'ng-morph';
3
- import type { TemplateResource } from '../../../interfaces';
1
+ import { type UpdateRecorder } from '@angular-devkit/schematics';
2
+ import { type DevkitFileSystem } from 'ng-morph';
3
+ import { type TemplateResource } from '../../../interfaces';
4
4
  export declare function migrateMobileTabs({ resource, recorder, fileSystem, }: {
5
5
  fileSystem: DevkitFileSystem;
6
6
  recorder: UpdateRecorder;
@@ -1,6 +1,6 @@
1
- import type { UpdateRecorder } from '@angular-devkit/schematics';
2
- import type { DevkitFileSystem } from 'ng-morph';
3
- import type { TemplateResource } from '../../../interfaces';
1
+ import { type UpdateRecorder } from '@angular-devkit/schematics';
2
+ import { type DevkitFileSystem } from 'ng-morph';
3
+ import { type TemplateResource } from '../../../interfaces';
4
4
  export declare function migrateMoney({ resource, recorder, fileSystem, }: {
5
5
  fileSystem: DevkitFileSystem;
6
6
  recorder: UpdateRecorder;
@@ -1,6 +1,6 @@
1
- import type { UpdateRecorder } from '@angular-devkit/schematics';
2
- import type { DevkitFileSystem } from 'ng-morph';
3
- import type { TemplateResource } from '../../../interfaces';
1
+ import { type UpdateRecorder } from '@angular-devkit/schematics';
2
+ import { type DevkitFileSystem } from 'ng-morph';
3
+ import { type TemplateResource } from '../../../interfaces';
4
4
  export declare function migrateNotification({ resource, recorder, fileSystem, }: {
5
5
  fileSystem: DevkitFileSystem;
6
6
  recorder: UpdateRecorder;
@@ -1,6 +1,6 @@
1
- import type { UpdateRecorder } from '@angular-devkit/schematics';
2
- import type { DevkitFileSystem } from 'ng-morph';
3
- import type { TemplateResource } from '../../../interfaces';
1
+ import { type UpdateRecorder } from '@angular-devkit/schematics';
2
+ import { type DevkitFileSystem } from 'ng-morph';
3
+ import { type TemplateResource } from '../../../interfaces';
4
4
  export declare function migrateNumberPrecision({ resource, recorder, fileSystem, }: {
5
5
  fileSystem: DevkitFileSystem;
6
6
  recorder: UpdateRecorder;
@@ -1,6 +1,6 @@
1
- import type { UpdateRecorder } from '@angular-devkit/schematics';
2
- import type { DevkitFileSystem } from 'ng-morph';
3
- import type { TemplateResource } from '../../../interfaces';
1
+ import { type UpdateRecorder } from '@angular-devkit/schematics';
2
+ import { type DevkitFileSystem } from 'ng-morph';
3
+ import { type TemplateResource } from '../../../interfaces';
4
4
  export declare function migrateOverscroll({ resource, recorder, fileSystem, }: {
5
5
  fileSystem: DevkitFileSystem;
6
6
  recorder: UpdateRecorder;
@@ -1,6 +1,6 @@
1
- import type { UpdateRecorder } from '@angular-devkit/schematics';
2
- import type { DevkitFileSystem } from 'ng-morph';
3
- import type { TemplateResource } from '../../../interfaces';
1
+ import { type UpdateRecorder } from '@angular-devkit/schematics';
2
+ import { type DevkitFileSystem } from 'ng-morph';
3
+ import { type TemplateResource } from '../../../interfaces';
4
4
  export declare function migratePreventDefault({ resource, recorder, fileSystem, }: {
5
5
  fileSystem: DevkitFileSystem;
6
6
  recorder: UpdateRecorder;
@@ -1,6 +1,6 @@
1
- import type { UpdateRecorder } from '@angular-devkit/schematics';
2
- import type { DevkitFileSystem } from 'ng-morph';
3
- import type { TemplateResource } from '../../../interfaces';
1
+ import { type UpdateRecorder } from '@angular-devkit/schematics';
2
+ import { type DevkitFileSystem } from 'ng-morph';
3
+ import { type TemplateResource } from '../../../interfaces';
4
4
  export declare function migrateProgressSegmented({ resource, recorder, fileSystem, }: {
5
5
  fileSystem: DevkitFileSystem;
6
6
  recorder: UpdateRecorder;
@@ -1,6 +1,6 @@
1
- import type { UpdateRecorder } from '@angular-devkit/schematics';
2
- import type { DevkitFileSystem } from 'ng-morph';
3
- import type { TemplateResource } from '../../../interfaces';
1
+ import { type UpdateRecorder } from '@angular-devkit/schematics';
2
+ import { type DevkitFileSystem } from 'ng-morph';
3
+ import { type TemplateResource } from '../../../interfaces';
4
4
  export declare function migrateThumbnailCard({ resource, recorder, fileSystem, }: {
5
5
  fileSystem: DevkitFileSystem;
6
6
  recorder: UpdateRecorder;
@@ -1,5 +1,5 @@
1
- import type { UpdateRecorder } from '@angular-devkit/schematics';
2
- import type { Attribute, ElementLocation } from 'parse5/dist/common/token';
1
+ import { type UpdateRecorder } from '@angular-devkit/schematics';
2
+ import { type Attribute, type ElementLocation } from 'parse5/dist/common/token';
3
3
  export declare function replaceOpenTag(sourceCodeLocation: ElementLocation, recorder: UpdateRecorder, templateOffset: number, { tag, directive, type }: {
4
4
  tag: string;
5
5
  directive: string;
@@ -1,6 +1,6 @@
1
- import type { UpdateRecorder } from '@angular-devkit/schematics';
2
- import type { DevkitFileSystem } from 'ng-morph';
3
- import type { TemplateResource } from '../../../../interfaces';
1
+ import { type UpdateRecorder } from '@angular-devkit/schematics';
2
+ import { type DevkitFileSystem } from 'ng-morph';
3
+ import { type TemplateResource } from '../../../../interfaces';
4
4
  export declare function migrateCheckbox({ resource, recorder, fileSystem, }: {
5
5
  fileSystem: DevkitFileSystem;
6
6
  recorder: UpdateRecorder;
@@ -1,6 +1,6 @@
1
- import type { UpdateRecorder } from '@angular-devkit/schematics';
2
- import type { DevkitFileSystem } from 'ng-morph';
3
- import type { TemplateResource } from '../../../../interfaces';
1
+ import { type UpdateRecorder } from '@angular-devkit/schematics';
2
+ import { type DevkitFileSystem } from 'ng-morph';
3
+ import { type TemplateResource } from '../../../../interfaces';
4
4
  export declare function migrateRadio({ resource, recorder, fileSystem, }: {
5
5
  fileSystem: DevkitFileSystem;
6
6
  recorder: UpdateRecorder;
@@ -1,6 +1,6 @@
1
- import type { UpdateRecorder } from '@angular-devkit/schematics';
2
- import type { DevkitFileSystem } from 'ng-morph';
3
- import type { TemplateResource } from '../../../../interfaces';
1
+ import { type UpdateRecorder } from '@angular-devkit/schematics';
2
+ import { type DevkitFileSystem } from 'ng-morph';
3
+ import { type TemplateResource } from '../../../../interfaces';
4
4
  export declare function migrateToggle({ resource, recorder, fileSystem, }: {
5
5
  fileSystem: DevkitFileSystem;
6
6
  recorder: UpdateRecorder;
@@ -1,5 +1,5 @@
1
1
  /// <reference lib="es2021" />
2
- import type { DevkitFileSystem } from 'ng-morph';
2
+ import { type DevkitFileSystem } from 'ng-morph';
3
3
  export declare const TUI_POLYMORPHEUS_VERSION = "^4.7.3";
4
4
  export declare const TUI_DOMPURIFY_VERSION = "^4.1.7";
5
5
  export declare const TUI_EVENT_PLUGINS_VERSION = "^4.2.3";
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.updatePackages = exports.TUI_EVENT_PLUGINS_VERSION = exports.TUI_DOMPURIFY_VERSION = exports.TUI_POLYMORPHEUS_VERSION = void 0;
4
+ /// <reference lib="es2021" />
4
5
  const ng_morph_1 = require("ng-morph");
5
6
  const version_1 = require("../../../../constants/version");
6
7
  const constants_1 = require("../../../constants");
@@ -1,3 +1,3 @@
1
- import type { UpdateRecorder } from '@angular-devkit/schematics';
2
- import type { Attribute, ElementLocation } from 'parse5/dist/common/token';
1
+ import { type UpdateRecorder } from '@angular-devkit/schematics';
2
+ import { type Attribute, type ElementLocation } from 'parse5/dist/common/token';
3
3
  export declare function removeAttrs(attrs: Attribute[], sourceCodeLocation: ElementLocation, recorder: UpdateRecorder, templateOffset: number): void;
@@ -1,3 +1,3 @@
1
- import type { TuiSchema } from '../../../../ng-add/schema';
2
- import type { ModuleToReplace } from '../constants/modules-to-replace';
1
+ import { type TuiSchema } from '../../../../ng-add/schema';
2
+ import { type ModuleToReplace } from '../constants/modules-to-replace';
3
3
  export declare const replaceModulesWithProviders: (options: TuiSchema, list: ModuleToReplace[]) => void;
@@ -1,3 +1,3 @@
1
- import type { Rule } from '@angular-devkit/schematics';
2
- import type { TuiSchema } from '../../ng-add/schema';
1
+ import { type Rule } from '@angular-devkit/schematics';
2
+ import { type TuiSchema } from '../../ng-add/schema';
3
3
  export declare function updateToV5(options: TuiSchema): Rule;
@@ -1,5 +1,5 @@
1
- import type { Tree } from '@angular-devkit/schematics';
2
- import type { TuiSchema } from '../../../../ng-add/schema';
1
+ import { type Tree } from '@angular-devkit/schematics';
2
+ import { type TuiSchema } from '../../../../ng-add/schema';
3
3
  /**
4
4
  * Migrates Taiga UI token functions to Angular's InjectionToken
5
5
  *
@@ -1,5 +1,5 @@
1
- import type { Tree } from '@angular-devkit/schematics';
2
- import type { TuiSchema } from '../../../../ng-add/schema';
1
+ import { type Tree } from '@angular-devkit/schematics';
2
+ import { type TuiSchema } from '../../../../ng-add/schema';
3
3
  /**
4
4
  * Updates tsconfig.json to include necessary type definitions
5
5
  * - Adds `@taiga-ui/tsconfig` to typeRoots
@@ -1,3 +1,3 @@
1
- import type { TuiSchema } from '../ng-add/schema';
1
+ import { type TuiSchema } from '../ng-add/schema';
2
2
  export declare function addImportToClosestModule(componentPath: string, moduleName: string, moduleSpecifier: string): void;
3
3
  export declare function saveAddedImports(options: TuiSchema): void;
@@ -1,6 +1,6 @@
1
- import type { JsonArray } from '@angular-devkit/core';
2
- import type { Rule, SchematicContext, Tree } from '@angular-devkit/schematics';
3
- import type { TuiSchema } from '../ng-add/schema';
1
+ import { type JsonArray } from '@angular-devkit/core';
2
+ import { type Rule, type SchematicContext, type Tree } from '@angular-devkit/schematics';
3
+ import { type TuiSchema } from '../ng-add/schema';
4
4
  export declare function isInvalidAngularJson(tree: Tree): Promise<boolean>;
5
5
  export declare function addStylesToAngularJson(options: TuiSchema, context: SchematicContext, taigaStyles: string[], filter?: (styles: JsonArray | undefined) => boolean, stylesToReplace?: {
6
6
  from: string;
@@ -1,2 +1,2 @@
1
- import type { ClassDeclaration, Node } from 'ng-morph';
1
+ import { type ClassDeclaration, type Node } from 'ng-morph';
2
2
  export declare function getComponentFromIdentifier(identifier: Node): ClassDeclaration | undefined;
@@ -1,2 +1,2 @@
1
- import type { Node } from 'ng-morph';
1
+ import { type Node } from 'ng-morph';
2
2
  export declare function getNamedImportReferences(namedImport: string, moduleSpecifier?: string[] | string, files?: import("ng-morph").Pattern): Node[];
@@ -1,2 +1,2 @@
1
- import type { JsonArray, JsonObject, workspaces } from '@angular-devkit/core';
1
+ import { type JsonArray, type JsonObject, type workspaces } from '@angular-devkit/core';
2
2
  export declare function getProjectTargetOptions(project: workspaces.ProjectDefinition, buildTarget: string): Record<string, JsonArray | JsonObject | boolean | number | string | null | undefined>;
@@ -1,3 +1,3 @@
1
- import type { workspaces } from '@angular-devkit/core';
2
- import type { TuiSchema } from '../ng-add/schema';
1
+ import { type workspaces } from '@angular-devkit/core';
2
+ import { type TuiSchema } from '../ng-add/schema';
3
3
  export declare function getProjects(options: Pick<TuiSchema, 'project'>, workspace: workspaces.WorkspaceDefinition): workspaces.ProjectDefinition[];
@@ -1,2 +1,2 @@
1
- import type { CallExpression } from 'ng-morph';
1
+ import { type CallExpression } from 'ng-morph';
2
2
  export declare function getStandaloneBootstrapFunction(path: string): CallExpression | null;
@@ -1,3 +1,3 @@
1
- import type { ImportSpecifier } from 'ng-morph';
1
+ import { type ImportSpecifier } from 'ng-morph';
2
2
  export declare function removeImport(specifier: ImportSpecifier): void;
3
3
  export declare function renameImport(specifier: ImportSpecifier, to: string, from: string): void;
@@ -1,3 +1,3 @@
1
- import type { Node } from 'ng-morph';
1
+ import { type Node } from 'ng-morph';
2
2
  export declare const TODO_MARK = "TODO: (Taiga UI migration)";
3
3
  export declare function insertTodo(node: Node, message: string): void;
@@ -1,4 +1,4 @@
1
- import type { ObjectLiteralExpression } from 'ng-morph';
1
+ import { type ObjectLiteralExpression } from 'ng-morph';
2
2
  export declare function pushToObjectArrayProperty(objectExpression: ObjectLiteralExpression, propertyName: string, initializer: string, { unique, forceToArray, index, }?: {
3
3
  forceToArray?: boolean;
4
4
  index?: number | null;
@@ -1,4 +1,4 @@
1
- import type { TuiSchema } from '../ng-add/schema';
2
- import type { RemovedModule } from '../ng-update/interfaces/removed-module';
1
+ import { type TuiSchema } from '../ng-add/schema';
2
+ import { type RemovedModule } from '../ng-update/interfaces/removed-module';
3
3
  export declare function removeModules(options: TuiSchema, modules: readonly RemovedModule[]): void;
4
4
  export declare function removeModule(name: string, moduleSpecifier: string): void;
@@ -1,4 +1,4 @@
1
- import type { ChildNode, Element } from 'parse5/dist/tree-adapters/default';
1
+ import { type ChildNode, type Element } from 'parse5/dist/tree-adapters/default';
2
2
  export declare function findElementsByFn(nodes: ChildNode[], predicateFn: (el: Element) => boolean): Element[];
3
3
  export declare function findElementsInTemplateByFn(html: string, predicateFn: (el: Element) => boolean): Element[];
4
4
  export declare function findElementsByTagName(html: string, tagName: string, filterFn?: (element: Element) => boolean): Element[];
@@ -1,3 +1,3 @@
1
- import type { ClassDeclaration, Pattern, Query, StructureType } from 'ng-morph';
2
- import type { TemplateResource } from '../../ng-update/interfaces/template-resource';
1
+ import { type ClassDeclaration, type Pattern, type Query, type StructureType } from 'ng-morph';
2
+ import { type TemplateResource } from '../../ng-update/interfaces/template-resource';
3
3
  export declare function getComponentTemplates(pattern: Pattern, query?: Query<Omit<StructureType<ClassDeclaration>, 'kind'>>): TemplateResource[];
@@ -1,3 +1,3 @@
1
- import type { Attribute } from 'parse5/dist/common/token';
1
+ import { type Attribute } from 'parse5/dist/common/token';
2
2
  export declare function findAttr(attrs: Attribute[], name: string): Attribute | undefined;
3
3
  export declare function isBinding(attr: Attribute): boolean;