@taiga-ui/legacy 4.52.0-canary.a4e325d → 4.52.0-canary.a59c4d0

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 (226) hide show
  1. package/components/combo-box/combo-box.module.d.ts +1 -1
  2. package/components/dialog/dialog.component.d.ts +20 -0
  3. package/components/dialog/dialog.directive.d.ts +7 -0
  4. package/components/dialog/dialog.factory.d.ts +16 -0
  5. package/components/dialog/dialog.interfaces.d.ts +31 -0
  6. package/components/dialog/dialog.service.d.ts +7 -0
  7. package/components/dialog/dialog.tokens.d.ts +8 -0
  8. package/components/dialog/index.d.ts +6 -0
  9. package/components/index.d.ts +2 -15
  10. package/components/input/input.module.d.ts +1 -1
  11. package/components/input-date-range/input-date-range.module.d.ts +1 -1
  12. package/components/input-date-time/input-date-time.module.d.ts +1 -1
  13. package/components/input-month-range/input-month-range.module.d.ts +1 -1
  14. package/components/input-range/input-range.component.d.ts +1 -1
  15. package/components/input-tag/input-tag.module.d.ts +1 -1
  16. package/components/multi-select/multi-select.module.d.ts +1 -1
  17. package/components/pdf-viewer/index.d.ts +4 -0
  18. package/components/pdf-viewer/pdf-viewer.component.d.ts +12 -0
  19. package/components/pdf-viewer/pdf-viewer.directive.d.ts +7 -0
  20. package/components/pdf-viewer/pdf-viewer.options.d.ts +13 -0
  21. package/components/pdf-viewer/pdf-viewer.service.d.ts +13 -0
  22. package/components/select/select.module.d.ts +1 -1
  23. package/fesm2022/taiga-ui-legacy-classes.mjs +21 -21
  24. package/fesm2022/taiga-ui-legacy-classes.mjs.map +1 -1
  25. package/fesm2022/taiga-ui-legacy-components-arrow.mjs +3 -3
  26. package/fesm2022/taiga-ui-legacy-components-arrow.mjs.map +1 -1
  27. package/fesm2022/taiga-ui-legacy-components-combo-box.mjs +23 -25
  28. package/fesm2022/taiga-ui-legacy-components-combo-box.mjs.map +1 -1
  29. package/fesm2022/taiga-ui-legacy-components-dialog.mjs +130 -0
  30. package/fesm2022/taiga-ui-legacy-components-dialog.mjs.map +1 -0
  31. package/fesm2022/taiga-ui-legacy-components-input-date-range.mjs +24 -24
  32. package/fesm2022/taiga-ui-legacy-components-input-date-range.mjs.map +1 -1
  33. package/fesm2022/taiga-ui-legacy-components-input-date-time.mjs +26 -26
  34. package/fesm2022/taiga-ui-legacy-components-input-date-time.mjs.map +1 -1
  35. package/fesm2022/taiga-ui-legacy-components-input-month-range.mjs +12 -12
  36. package/fesm2022/taiga-ui-legacy-components-input-month-range.mjs.map +1 -1
  37. package/fesm2022/taiga-ui-legacy-components-input-number.mjs +21 -21
  38. package/fesm2022/taiga-ui-legacy-components-input-number.mjs.map +1 -1
  39. package/fesm2022/taiga-ui-legacy-components-input-range.mjs +25 -25
  40. package/fesm2022/taiga-ui-legacy-components-input-range.mjs.map +1 -1
  41. package/fesm2022/taiga-ui-legacy-components-input-slider.mjs +18 -19
  42. package/fesm2022/taiga-ui-legacy-components-input-slider.mjs.map +1 -1
  43. package/fesm2022/taiga-ui-legacy-components-input-tag.mjs +22 -22
  44. package/fesm2022/taiga-ui-legacy-components-input-tag.mjs.map +1 -1
  45. package/fesm2022/taiga-ui-legacy-components-input.mjs +14 -15
  46. package/fesm2022/taiga-ui-legacy-components-input.mjs.map +1 -1
  47. package/fesm2022/taiga-ui-legacy-components-multi-select-option.mjs +7 -7
  48. package/fesm2022/taiga-ui-legacy-components-multi-select-option.mjs.map +1 -1
  49. package/fesm2022/taiga-ui-legacy-components-multi-select.mjs +47 -47
  50. package/fesm2022/taiga-ui-legacy-components-multi-select.mjs.map +1 -1
  51. package/fesm2022/taiga-ui-legacy-components-pdf-viewer.mjs +83 -0
  52. package/fesm2022/taiga-ui-legacy-components-pdf-viewer.mjs.map +1 -0
  53. package/fesm2022/taiga-ui-legacy-components-primitive-textfield.mjs +28 -28
  54. package/fesm2022/taiga-ui-legacy-components-primitive-textfield.mjs.map +1 -1
  55. package/fesm2022/taiga-ui-legacy-components-select-option.mjs +8 -8
  56. package/fesm2022/taiga-ui-legacy-components-select-option.mjs.map +1 -1
  57. package/fesm2022/taiga-ui-legacy-components-select.mjs +33 -34
  58. package/fesm2022/taiga-ui-legacy-components-select.mjs.map +1 -1
  59. package/fesm2022/taiga-ui-legacy-components-tag.mjs +13 -14
  60. package/fesm2022/taiga-ui-legacy-components-tag.mjs.map +1 -1
  61. package/fesm2022/taiga-ui-legacy-components-textarea.mjs +23 -23
  62. package/fesm2022/taiga-ui-legacy-components-textarea.mjs.map +1 -1
  63. package/fesm2022/taiga-ui-legacy-components-tooltip.mjs +7 -7
  64. package/fesm2022/taiga-ui-legacy-components-tooltip.mjs.map +1 -1
  65. package/fesm2022/taiga-ui-legacy-components.mjs +2 -15
  66. package/fesm2022/taiga-ui-legacy-components.mjs.map +1 -1
  67. package/fesm2022/taiga-ui-legacy-directives-legacy-dropdown-open-monitor.mjs +3 -3
  68. package/fesm2022/taiga-ui-legacy-directives-legacy-dropdown-open-monitor.mjs.map +1 -1
  69. package/fesm2022/taiga-ui-legacy-directives-textfield-controller.mjs +34 -34
  70. package/fesm2022/taiga-ui-legacy-directives-textfield-controller.mjs.map +1 -1
  71. package/fesm2022/taiga-ui-legacy-directives-unfinished-validator.mjs +3 -3
  72. package/fesm2022/taiga-ui-legacy-directives-unfinished-validator.mjs.map +1 -1
  73. package/fesm2022/taiga-ui-legacy-directives-value-accessor.mjs +7 -7
  74. package/fesm2022/taiga-ui-legacy-directives-value-accessor.mjs.map +1 -1
  75. package/fesm2022/taiga-ui-legacy-directives-wrapper.mjs +7 -7
  76. package/fesm2022/taiga-ui-legacy-directives-wrapper.mjs.map +1 -1
  77. package/fesm2022/taiga-ui-legacy-tokens.mjs.map +1 -1
  78. package/fesm2022/taiga-ui-legacy-utils.mjs.map +1 -1
  79. package/fesm2022/taiga-ui-legacy.mjs +0 -2
  80. package/fesm2022/taiga-ui-legacy.mjs.map +1 -1
  81. package/index.d.ts +0 -2
  82. package/package.json +16 -88
  83. package/utils/icons-path-factory.d.ts +1 -1
  84. package/components/color-selector/color-edit/color-edit.component.d.ts +0 -18
  85. package/components/color-selector/color-edit/color-edit.module.d.ts +0 -21
  86. package/components/color-selector/color-picker/color-picker.component.d.ts +0 -22
  87. package/components/color-selector/color-picker/color-picker.module.d.ts +0 -14
  88. package/components/color-selector/color-selector.component.d.ts +0 -47
  89. package/components/color-selector/color-selector.module.d.ts +0 -24
  90. package/components/color-selector/color-selector.options.d.ts +0 -25
  91. package/components/color-selector/flat-picker/flat-picker.component.d.ts +0 -12
  92. package/components/color-selector/flat-picker/flat-picker.module.d.ts +0 -12
  93. package/components/color-selector/index.d.ts +0 -16
  94. package/components/color-selector/linear-multi-picker/linear-multi-picker.component.d.ts +0 -17
  95. package/components/color-selector/linear-multi-picker/linear-multi-picker.module.d.ts +0 -12
  96. package/components/color-selector/linear-picker/linear-picker.component.d.ts +0 -10
  97. package/components/color-selector/linear-picker/linear-picker.module.d.ts +0 -12
  98. package/components/color-selector/palette/palette.component.d.ts +0 -10
  99. package/components/color-selector/palette/palette.module.d.ts +0 -13
  100. package/components/color-selector/services/picker.service.d.ts +0 -15
  101. package/components/input-color/index.d.ts +0 -2
  102. package/components/input-color/input-color.component.d.ts +0 -30
  103. package/components/input-color/input-color.module.d.ts +0 -17
  104. package/components/input-copy/index.d.ts +0 -4
  105. package/components/input-copy/input-copy.component.d.ts +0 -33
  106. package/components/input-copy/input-copy.directive.d.ts +0 -11
  107. package/components/input-copy/input-copy.module.d.ts +0 -18
  108. package/components/input-copy/input-copy.options.d.ts +0 -26
  109. package/components/input-date/index.d.ts +0 -3
  110. package/components/input-date/input-date.component.d.ts +0 -62
  111. package/components/input-date/input-date.directive.d.ts +0 -19
  112. package/components/input-date/input-date.module.d.ts +0 -24
  113. package/components/input-date/native-date/native-date.component.d.ts +0 -15
  114. package/components/input-date-multi/index.d.ts +0 -2
  115. package/components/input-date-multi/input-date-multi.component.d.ts +0 -66
  116. package/components/input-date-multi/input-date-multi.module.d.ts +0 -20
  117. package/components/input-month/index.d.ts +0 -3
  118. package/components/input-month/input-month.component.d.ts +0 -44
  119. package/components/input-month/input-month.directive.d.ts +0 -19
  120. package/components/input-month/input-month.module.d.ts +0 -19
  121. package/components/input-password/index.d.ts +0 -4
  122. package/components/input-password/input-password.component.d.ts +0 -33
  123. package/components/input-password/input-password.directive.d.ts +0 -15
  124. package/components/input-password/input-password.module.d.ts +0 -19
  125. package/components/input-password/input-password.options.d.ts +0 -25
  126. package/components/input-phone/index.d.ts +0 -4
  127. package/components/input-phone/input-phone.component.d.ts +0 -49
  128. package/components/input-phone/input-phone.directive.d.ts +0 -13
  129. package/components/input-phone/input-phone.module.d.ts +0 -12
  130. package/components/input-phone/input-phone.options.d.ts +0 -13
  131. package/components/input-phone/utils/complete-phone-insertion-preprocessor.d.ts +0 -9
  132. package/components/input-phone/utils/create-phone-mask-expression.d.ts +0 -7
  133. package/components/input-phone/utils/index.d.ts +0 -2
  134. package/components/input-phone-international/index.d.ts +0 -3
  135. package/components/input-phone-international/input-phone-international.component.d.ts +0 -43
  136. package/components/input-phone-international/input-phone-international.options.d.ts +0 -25
  137. package/components/input-phone-international/utils/extract-value-from-event.d.ts +0 -4
  138. package/components/input-time/index.d.ts +0 -4
  139. package/components/input-time/input-time.component.d.ts +0 -62
  140. package/components/input-time/input-time.directive.d.ts +0 -17
  141. package/components/input-time/input-time.module.d.ts +0 -23
  142. package/components/input-time/input-time.options.d.ts +0 -42
  143. package/components/input-time/native-time/native-time.component.d.ts +0 -12
  144. package/components/input-year/index.d.ts +0 -3
  145. package/components/input-year/input-year.component.d.ts +0 -36
  146. package/components/input-year/input-year.directive.d.ts +0 -14
  147. package/components/input-year/input-year.module.d.ts +0 -18
  148. package/components/island/index.d.ts +0 -1
  149. package/components/island/island.directive.d.ts +0 -20
  150. package/components/sheet/components/sheet/sheet.component.d.ts +0 -31
  151. package/components/sheet/components/sheet/sheet.providers.d.ts +0 -2
  152. package/components/sheet/components/sheet-bar/sheet-bar.component.d.ts +0 -11
  153. package/components/sheet/components/sheet-heading/sheet-heading.component.d.ts +0 -14
  154. package/components/sheet/components/sheets-host/sheets-host.component.d.ts +0 -15
  155. package/components/sheet/directives/sheet-close/sheet-close.directive.d.ts +0 -14
  156. package/components/sheet/directives/sheet-stop/sheet-stop.directive.d.ts +0 -9
  157. package/components/sheet/directives/sheet-top/sheet-top.directive.d.ts +0 -14
  158. package/components/sheet/directives/sheet-wrapper/sheet-wrapper.directive.d.ts +0 -17
  159. package/components/sheet/index.d.ts +0 -14
  160. package/components/sheet/sheet-options.d.ts +0 -27
  161. package/components/sheet/sheet-tokens.d.ts +0 -18
  162. package/components/sheet/sheet.d.ts +0 -21
  163. package/components/sheet/sheet.directive.d.ts +0 -17
  164. package/components/sheet/sheet.module.d.ts +0 -24
  165. package/components/sheet/sheet.service.d.ts +0 -17
  166. package/components/svg/content-processor.d.ts +0 -19
  167. package/components/svg/deprecated-icons.d.ts +0 -5
  168. package/components/svg/index.d.ts +0 -5
  169. package/components/svg/svg-options.d.ts +0 -50
  170. package/components/svg/svg.component.d.ts +0 -50
  171. package/components/svg/svg.service.d.ts +0 -21
  172. package/components/table-bar/index.d.ts +0 -4
  173. package/components/table-bar/table-bar.component.d.ts +0 -17
  174. package/components/table-bar/table-bar.directive.d.ts +0 -11
  175. package/components/table-bar/table-bar.options.d.ts +0 -31
  176. package/components/table-bar/table-bars-host.component.d.ts +0 -10
  177. package/components/table-bar/table-bars.service.d.ts +0 -11
  178. package/fesm2022/taiga-ui-legacy-components-color-selector.mjs +0 -730
  179. package/fesm2022/taiga-ui-legacy-components-color-selector.mjs.map +0 -1
  180. package/fesm2022/taiga-ui-legacy-components-input-color.mjs +0 -127
  181. package/fesm2022/taiga-ui-legacy-components-input-color.mjs.map +0 -1
  182. package/fesm2022/taiga-ui-legacy-components-input-copy.mjs +0 -197
  183. package/fesm2022/taiga-ui-legacy-components-input-copy.mjs.map +0 -1
  184. package/fesm2022/taiga-ui-legacy-components-input-date-multi.mjs +0 -272
  185. package/fesm2022/taiga-ui-legacy-components-input-date-multi.mjs.map +0 -1
  186. package/fesm2022/taiga-ui-legacy-components-input-date.mjs +0 -372
  187. package/fesm2022/taiga-ui-legacy-components-input-date.mjs.map +0 -1
  188. package/fesm2022/taiga-ui-legacy-components-input-month.mjs +0 -231
  189. package/fesm2022/taiga-ui-legacy-components-input-month.mjs.map +0 -1
  190. package/fesm2022/taiga-ui-legacy-components-input-password.mjs +0 -187
  191. package/fesm2022/taiga-ui-legacy-components-input-password.mjs.map +0 -1
  192. package/fesm2022/taiga-ui-legacy-components-input-phone-international.mjs +0 -215
  193. package/fesm2022/taiga-ui-legacy-components-input-phone-international.mjs.map +0 -1
  194. package/fesm2022/taiga-ui-legacy-components-input-phone.mjs +0 -358
  195. package/fesm2022/taiga-ui-legacy-components-input-phone.mjs.map +0 -1
  196. package/fesm2022/taiga-ui-legacy-components-input-time.mjs +0 -434
  197. package/fesm2022/taiga-ui-legacy-components-input-time.mjs.map +0 -1
  198. package/fesm2022/taiga-ui-legacy-components-input-year.mjs +0 -188
  199. package/fesm2022/taiga-ui-legacy-components-input-year.mjs.map +0 -1
  200. package/fesm2022/taiga-ui-legacy-components-island.mjs +0 -68
  201. package/fesm2022/taiga-ui-legacy-components-island.mjs.map +0 -1
  202. package/fesm2022/taiga-ui-legacy-components-sheet.mjs +0 -577
  203. package/fesm2022/taiga-ui-legacy-components-sheet.mjs.map +0 -1
  204. package/fesm2022/taiga-ui-legacy-components-svg.mjs +0 -387
  205. package/fesm2022/taiga-ui-legacy-components-svg.mjs.map +0 -1
  206. package/fesm2022/taiga-ui-legacy-components-table-bar.mjs +0 -145
  207. package/fesm2022/taiga-ui-legacy-components-table-bar.mjs.map +0 -1
  208. package/fesm2022/taiga-ui-legacy-pipes-format-phone.mjs +0 -59
  209. package/fesm2022/taiga-ui-legacy-pipes-format-phone.mjs.map +0 -1
  210. package/fesm2022/taiga-ui-legacy-pipes-iso-to-country-code.mjs +0 -50
  211. package/fesm2022/taiga-ui-legacy-pipes-iso-to-country-code.mjs.map +0 -1
  212. package/fesm2022/taiga-ui-legacy-pipes-to-country-code.mjs +0 -80
  213. package/fesm2022/taiga-ui-legacy-pipes-to-country-code.mjs.map +0 -1
  214. package/fesm2022/taiga-ui-legacy-pipes.mjs +0 -8
  215. package/fesm2022/taiga-ui-legacy-pipes.mjs.map +0 -1
  216. package/fesm2022/taiga-ui-legacy-services.mjs +0 -42
  217. package/fesm2022/taiga-ui-legacy-services.mjs.map +0 -1
  218. package/pipes/format-phone/format-phone.pipe.d.ts +0 -37
  219. package/pipes/format-phone/index.d.ts +0 -1
  220. package/pipes/index.d.ts +0 -3
  221. package/pipes/iso-to-country-code/index.d.ts +0 -1
  222. package/pipes/iso-to-country-code/iso-to-country-code.pipe.d.ts +0 -30
  223. package/pipes/to-country-code/index.d.ts +0 -1
  224. package/pipes/to-country-code/to-country-code.pipe.d.ts +0 -38
  225. package/services/index.d.ts +0 -1
  226. package/services/static-request.service.d.ts +0 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/legacy",
3
- "version": "4.52.0-canary.a4e325d",
3
+ "version": "4.52.0-canary.a59c4d0",
4
4
  "description": "Legacy Taiga UI entities from the previous major release to simplify migration",
5
5
  "keywords": [
6
6
  "legacy",
@@ -19,6 +19,10 @@
19
19
  "types": "./index.d.ts",
20
20
  "default": "./fesm2022/taiga-ui-legacy.mjs"
21
21
  },
22
+ "./classes": {
23
+ "types": "./classes/index.d.ts",
24
+ "default": "./fesm2022/taiga-ui-legacy-classes.mjs"
25
+ },
22
26
  "./components": {
23
27
  "types": "./components/index.d.ts",
24
28
  "default": "./fesm2022/taiga-ui-legacy-components.mjs"
@@ -27,18 +31,6 @@
27
31
  "types": "./directives/index.d.ts",
28
32
  "default": "./fesm2022/taiga-ui-legacy-directives.mjs"
29
33
  },
30
- "./classes": {
31
- "types": "./classes/index.d.ts",
32
- "default": "./fesm2022/taiga-ui-legacy-classes.mjs"
33
- },
34
- "./pipes": {
35
- "types": "./pipes/index.d.ts",
36
- "default": "./fesm2022/taiga-ui-legacy-pipes.mjs"
37
- },
38
- "./services": {
39
- "types": "./services/index.d.ts",
40
- "default": "./fesm2022/taiga-ui-legacy-services.mjs"
41
- },
42
34
  "./tokens": {
43
35
  "types": "./tokens/index.d.ts",
44
36
  "default": "./fesm2022/taiga-ui-legacy-tokens.mjs"
@@ -51,34 +43,18 @@
51
43
  "types": "./components/arrow/index.d.ts",
52
44
  "default": "./fesm2022/taiga-ui-legacy-components-arrow.mjs"
53
45
  },
54
- "./components/color-selector": {
55
- "types": "./components/color-selector/index.d.ts",
56
- "default": "./fesm2022/taiga-ui-legacy-components-color-selector.mjs"
57
- },
58
46
  "./components/combo-box": {
59
47
  "types": "./components/combo-box/index.d.ts",
60
48
  "default": "./fesm2022/taiga-ui-legacy-components-combo-box.mjs"
61
49
  },
50
+ "./components/dialog": {
51
+ "types": "./components/dialog/index.d.ts",
52
+ "default": "./fesm2022/taiga-ui-legacy-components-dialog.mjs"
53
+ },
62
54
  "./components/input": {
63
55
  "types": "./components/input/index.d.ts",
64
56
  "default": "./fesm2022/taiga-ui-legacy-components-input.mjs"
65
57
  },
66
- "./components/input-color": {
67
- "types": "./components/input-color/index.d.ts",
68
- "default": "./fesm2022/taiga-ui-legacy-components-input-color.mjs"
69
- },
70
- "./components/input-copy": {
71
- "types": "./components/input-copy/index.d.ts",
72
- "default": "./fesm2022/taiga-ui-legacy-components-input-copy.mjs"
73
- },
74
- "./components/input-date": {
75
- "types": "./components/input-date/index.d.ts",
76
- "default": "./fesm2022/taiga-ui-legacy-components-input-date.mjs"
77
- },
78
- "./components/input-date-multi": {
79
- "types": "./components/input-date-multi/index.d.ts",
80
- "default": "./fesm2022/taiga-ui-legacy-components-input-date-multi.mjs"
81
- },
82
58
  "./components/input-date-range": {
83
59
  "types": "./components/input-date-range/index.d.ts",
84
60
  "default": "./fesm2022/taiga-ui-legacy-components-input-date-range.mjs"
@@ -87,10 +63,6 @@
87
63
  "types": "./components/input-date-time/index.d.ts",
88
64
  "default": "./fesm2022/taiga-ui-legacy-components-input-date-time.mjs"
89
65
  },
90
- "./components/input-month": {
91
- "types": "./components/input-month/index.d.ts",
92
- "default": "./fesm2022/taiga-ui-legacy-components-input-month.mjs"
93
- },
94
66
  "./components/input-month-range": {
95
67
  "types": "./components/input-month-range/index.d.ts",
96
68
  "default": "./fesm2022/taiga-ui-legacy-components-input-month-range.mjs"
@@ -99,41 +71,17 @@
99
71
  "types": "./components/input-number/index.d.ts",
100
72
  "default": "./fesm2022/taiga-ui-legacy-components-input-number.mjs"
101
73
  },
102
- "./components/input-password": {
103
- "types": "./components/input-password/index.d.ts",
104
- "default": "./fesm2022/taiga-ui-legacy-components-input-password.mjs"
105
- },
106
- "./components/input-phone": {
107
- "types": "./components/input-phone/index.d.ts",
108
- "default": "./fesm2022/taiga-ui-legacy-components-input-phone.mjs"
109
- },
110
- "./components/input-phone-international": {
111
- "types": "./components/input-phone-international/index.d.ts",
112
- "default": "./fesm2022/taiga-ui-legacy-components-input-phone-international.mjs"
113
- },
114
74
  "./components/input-range": {
115
75
  "types": "./components/input-range/index.d.ts",
116
76
  "default": "./fesm2022/taiga-ui-legacy-components-input-range.mjs"
117
77
  },
118
- "./components/input-slider": {
119
- "types": "./components/input-slider/index.d.ts",
120
- "default": "./fesm2022/taiga-ui-legacy-components-input-slider.mjs"
121
- },
122
78
  "./components/input-tag": {
123
79
  "types": "./components/input-tag/index.d.ts",
124
80
  "default": "./fesm2022/taiga-ui-legacy-components-input-tag.mjs"
125
81
  },
126
- "./components/input-time": {
127
- "types": "./components/input-time/index.d.ts",
128
- "default": "./fesm2022/taiga-ui-legacy-components-input-time.mjs"
129
- },
130
- "./components/input-year": {
131
- "types": "./components/input-year/index.d.ts",
132
- "default": "./fesm2022/taiga-ui-legacy-components-input-year.mjs"
133
- },
134
- "./components/island": {
135
- "types": "./components/island/index.d.ts",
136
- "default": "./fesm2022/taiga-ui-legacy-components-island.mjs"
82
+ "./components/input-slider": {
83
+ "types": "./components/input-slider/index.d.ts",
84
+ "default": "./fesm2022/taiga-ui-legacy-components-input-slider.mjs"
137
85
  },
138
86
  "./components/multi-select": {
139
87
  "types": "./components/multi-select/index.d.ts",
@@ -143,6 +91,10 @@
143
91
  "types": "./components/multi-select-option/index.d.ts",
144
92
  "default": "./fesm2022/taiga-ui-legacy-components-multi-select-option.mjs"
145
93
  },
94
+ "./components/pdf-viewer": {
95
+ "types": "./components/pdf-viewer/index.d.ts",
96
+ "default": "./fesm2022/taiga-ui-legacy-components-pdf-viewer.mjs"
97
+ },
146
98
  "./components/primitive-textfield": {
147
99
  "types": "./components/primitive-textfield/index.d.ts",
148
100
  "default": "./fesm2022/taiga-ui-legacy-components-primitive-textfield.mjs"
@@ -155,18 +107,6 @@
155
107
  "types": "./components/select-option/index.d.ts",
156
108
  "default": "./fesm2022/taiga-ui-legacy-components-select-option.mjs"
157
109
  },
158
- "./components/sheet": {
159
- "types": "./components/sheet/index.d.ts",
160
- "default": "./fesm2022/taiga-ui-legacy-components-sheet.mjs"
161
- },
162
- "./components/svg": {
163
- "types": "./components/svg/index.d.ts",
164
- "default": "./fesm2022/taiga-ui-legacy-components-svg.mjs"
165
- },
166
- "./components/table-bar": {
167
- "types": "./components/table-bar/index.d.ts",
168
- "default": "./fesm2022/taiga-ui-legacy-components-table-bar.mjs"
169
- },
170
110
  "./components/tag": {
171
111
  "types": "./components/tag/index.d.ts",
172
112
  "default": "./fesm2022/taiga-ui-legacy-components-tag.mjs"
@@ -198,18 +138,6 @@
198
138
  "./directives/wrapper": {
199
139
  "types": "./directives/wrapper/index.d.ts",
200
140
  "default": "./fesm2022/taiga-ui-legacy-directives-wrapper.mjs"
201
- },
202
- "./pipes/format-phone": {
203
- "types": "./pipes/format-phone/index.d.ts",
204
- "default": "./fesm2022/taiga-ui-legacy-pipes-format-phone.mjs"
205
- },
206
- "./pipes/iso-to-country-code": {
207
- "types": "./pipes/iso-to-country-code/index.d.ts",
208
- "default": "./fesm2022/taiga-ui-legacy-pipes-iso-to-country-code.mjs"
209
- },
210
- "./pipes/to-country-code": {
211
- "types": "./pipes/to-country-code/index.d.ts",
212
- "default": "./fesm2022/taiga-ui-legacy-pipes-to-country-code.mjs"
213
141
  }
214
142
  },
215
143
  "peerDependencies": {
@@ -2,7 +2,7 @@ import { type TuiStringHandler } from '@taiga-ui/cdk/types';
2
2
  /**
3
3
  * @deprecated: drop in v5.0
4
4
  */
5
- export declare const TUI_CACHE_BUSTING_PAYLOAD: "?v=4.52.0-canary.a4e325d";
5
+ export declare const TUI_CACHE_BUSTING_PAYLOAD: "?v=4.52.0-canary.a59c4d0";
6
6
  /**
7
7
  * @deprecated: drop in v5.0
8
8
  */
@@ -1,18 +0,0 @@
1
- import { EventEmitter } from '@angular/core';
2
- import { type MaskitoOptions } from '@maskito/core';
3
- import * as i0 from "@angular/core";
4
- export declare class TuiColorEditComponent {
5
- color: [number, number, number, number];
6
- readonly colorChange: EventEmitter<[number, number, number, number]>;
7
- readonly hexMask: MaskitoOptions;
8
- readonly modes: string[];
9
- mode: string | undefined;
10
- get isHex(): boolean;
11
- get hex(): string;
12
- get opacity(): number;
13
- onHexChange(hex: string): void;
14
- onRgbChange(...rgba: [number, number, number, number]): void;
15
- private updateColor;
16
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiColorEditComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<TuiColorEditComponent, "tui-color-edit", never, { "color": { "alias": "color"; "required": false; }; }, { "colorChange": "colorChange"; }, never, never, false, never>;
18
- }
@@ -1,21 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./color-edit.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/forms";
5
- import * as i4 from "@maskito/angular";
6
- import * as i5 from "@taiga-ui/legacy/components/primitive-textfield";
7
- import * as i6 from "@taiga-ui/legacy/directives/textfield-controller";
8
- import * as i7 from "@taiga-ui/legacy/components/input-number";
9
- import * as i8 from "@taiga-ui/legacy/components/select";
10
- import * as i9 from "@taiga-ui/core/directives/dropdown";
11
- import * as i10 from "@taiga-ui/core/components/data-list";
12
- import * as i11 from "@taiga-ui/core/components/button";
13
- /**
14
- * TODO(v5): delete it
15
- * @deprecated use new version of {@link https://taiga-ui.dev/components/input-color TuiInputColor} (from @taiga-ui/kit) instead
16
- */
17
- export declare class TuiColorEditModule {
18
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiColorEditModule, never>;
19
- static ɵmod: i0.ɵɵNgModuleDeclaration<TuiColorEditModule, [typeof i1.TuiColorEditComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.MaskitoDirective, typeof i5.TuiPrimitiveTextfieldModule, typeof i6.TuiTextfieldControllerModule, typeof i7.TuiInputNumberModule, typeof i8.TuiSelectModule, typeof i9.TuiDropdownOptionsDirective, typeof i9.TuiDropdownDriverDirective, typeof i9.TuiDropdownDirective, typeof i9.TuiDropdownComponent, typeof i9.TuiDropdownOpen, typeof i9.TuiDropdownOpenLegacy, typeof i9.TuiDropdownPortal, typeof i9.TuiDropdownManual, typeof i9.TuiDropdownHover, typeof i9.TuiDropdownContext, typeof i9.TuiDropdownPosition, typeof i9.TuiDropdownPositionSided, typeof i9.TuiDropdownSelection, typeof i10.TuiDataListComponent, typeof i10.TuiDataListDirective, typeof i10.TuiOption, typeof i10.TuiOptionNew, typeof i10.TuiOptionWithValue, typeof i10.TuiOptGroup, typeof i11.TuiButton], [typeof i1.TuiColorEditComponent, typeof i9.TuiDropdownOptionsDirective, typeof i9.TuiDropdownDriverDirective, typeof i9.TuiDropdownDirective, typeof i9.TuiDropdownComponent, typeof i9.TuiDropdownOpen, typeof i9.TuiDropdownOpenLegacy, typeof i9.TuiDropdownPortal, typeof i9.TuiDropdownManual, typeof i9.TuiDropdownHover, typeof i9.TuiDropdownContext, typeof i9.TuiDropdownPosition, typeof i9.TuiDropdownPositionSided, typeof i9.TuiDropdownSelection, typeof i10.TuiDataListComponent, typeof i10.TuiDataListDirective, typeof i10.TuiOption, typeof i10.TuiOptionNew, typeof i10.TuiOptionWithValue, typeof i10.TuiOptGroup]>;
20
- static ɵinj: i0.ɵɵInjectorDeclaration<TuiColorEditModule>;
21
- }
@@ -1,22 +0,0 @@
1
- import { EventEmitter } from '@angular/core';
2
- import { type SafeStyle } from '@angular/platform-browser';
3
- import { type TuiPoint } from '@taiga-ui/core/types';
4
- import * as i0 from "@angular/core";
5
- export declare class TuiColorPickerComponent {
6
- private readonly sanitizer;
7
- protected point: TuiPoint;
8
- protected hue: number;
9
- protected opacity: number;
10
- readonly colorChange: EventEmitter<[h: number, s: number, v: number, opacity: number]>;
11
- set color(color: [h: number, s: number, v: number, opacity: number]);
12
- get currentColor(): [h: number, s: number, v: number];
13
- get base(): string;
14
- get gradient(): SafeStyle;
15
- onPointChange(point: TuiPoint): void;
16
- onHueChange(hue: number): void;
17
- onOpacityChange(opacity: number): void;
18
- private getCurrentColor;
19
- private updateColor;
20
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiColorPickerComponent, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<TuiColorPickerComponent, "tui-color-picker", never, { "color": { "alias": "color"; "required": false; }; }, { "colorChange": "colorChange"; }, never, never, false, never>;
22
- }
@@ -1,14 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./color-picker.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "../flat-picker/flat-picker.module";
5
- import * as i4 from "../linear-picker/linear-picker.module";
6
- /**
7
- * TODO(v5): delete it
8
- * @deprecated use new version of {@link https://taiga-ui.dev/components/input-color TuiInputColor} (from @taiga-ui/kit) instead
9
- */
10
- export declare class TuiColorPickerModule {
11
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiColorPickerModule, never>;
12
- static ɵmod: i0.ɵɵNgModuleDeclaration<TuiColorPickerModule, [typeof i1.TuiColorPickerComponent], [typeof i2.CommonModule, typeof i3.TuiFlatPickerModule, typeof i4.TuiLinearPickerModule], [typeof i1.TuiColorPickerComponent]>;
13
- static ɵinj: i0.ɵɵInjectorDeclaration<TuiColorPickerModule>;
14
- }
@@ -1,47 +0,0 @@
1
- import { EventEmitter } from '@angular/core';
2
- import { type SafeStyle } from '@angular/platform-browser';
3
- import { type TuiGradientDirection } from '@taiga-ui/cdk/utils/color';
4
- import * as i0 from "@angular/core";
5
- export declare class TuiColorSelectorComponent {
6
- private readonly selectorOptions;
7
- private stops;
8
- private currentStop;
9
- private direction;
10
- private readonly sanitizer;
11
- protected readonly icons: import("@taiga-ui/core/tokens").TuiCommonIcons;
12
- protected open: boolean;
13
- colors: ReadonlyMap<string, string>;
14
- readonly colorChange: EventEmitter<string>;
15
- color: [number, number, number, number];
16
- readonly modes: [string, string];
17
- currentMode: string;
18
- readonly buttons: readonly TuiGradientDirection[];
19
- set colorSetter(color: string);
20
- get selectorMode(): boolean;
21
- get palette(): Map<string, string>;
22
- get stopsKeys(): number[];
23
- get currentColor(): [number, number, number, number];
24
- get gradient(): SafeStyle;
25
- get isGradient(): boolean;
26
- getIcon(direction: TuiGradientDirection): string;
27
- isModeActive(mode: string): boolean;
28
- isDirectionActive(direction: TuiGradientDirection): boolean;
29
- onPalettePick(color: string): void;
30
- onDirectionChange(direction: TuiGradientDirection): void;
31
- onModeSelect(mode: string): void;
32
- onIndexChange(index: number): void;
33
- onColorChange(color: [number, number, number, number]): void;
34
- onStopsChange(stopsKeys: readonly number[]): void;
35
- private getStopsKeys;
36
- private filterPalette;
37
- private updateColor;
38
- private getGradient;
39
- private getStop;
40
- private addStop;
41
- private removeStop;
42
- private replaceStop;
43
- private parseGradient;
44
- private parseColor;
45
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiColorSelectorComponent, never>;
46
- static ɵcmp: i0.ɵɵComponentDeclaration<TuiColorSelectorComponent, "tui-color-selector", never, { "colors": { "alias": "colors"; "required": false; }; "colorSetter": { "alias": "color"; "required": false; }; }, { "colorChange": "colorChange"; }, never, never, false, never>;
47
- }
@@ -1,24 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./color-selector.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@taiga-ui/core/components/button";
5
- import * as i4 from "@taiga-ui/legacy/components/svg";
6
- import * as i5 from "./color-picker/color-picker.module";
7
- import * as i6 from "./linear-multi-picker/linear-multi-picker.module";
8
- import * as i7 from "@taiga-ui/cdk/directives/active-zone";
9
- import * as i8 from "./color-edit/color-edit.module";
10
- import * as i9 from "@taiga-ui/core/directives/group";
11
- import * as i10 from "./palette/palette.module";
12
- import * as i11 from "@taiga-ui/kit/directives/chevron";
13
- import * as i12 from "@taiga-ui/core/components/icon";
14
- import * as i13 from "@taiga-ui/core/directives/hint";
15
- import * as i14 from "@taiga-ui/core/components/data-list";
16
- /**
17
- * TODO(v5): delete it
18
- * @deprecated use new version of {@link https://taiga-ui.dev/components/input-color TuiInputColor} (from @taiga-ui/kit) instead
19
- */
20
- export declare class TuiColorSelectorModule {
21
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiColorSelectorModule, never>;
22
- static ɵmod: i0.ɵɵNgModuleDeclaration<TuiColorSelectorModule, [typeof i1.TuiColorSelectorComponent], [typeof i2.CommonModule, typeof i3.TuiButton, typeof i4.TuiSvgComponent, typeof i5.TuiColorPickerModule, typeof i6.TuiLinearMultiPickerModule, typeof i7.TuiActiveZone, typeof i8.TuiColorEditModule, typeof i9.TuiGroup, typeof i10.TuiPaletteModule, typeof i11.TuiChevron, typeof i12.TuiIcon, typeof i13.TuiHintComponent, typeof i13.TuiHintDirective, typeof i13.TuiHintOptionsDirective, typeof i13.TuiHintUnstyled, typeof i13.TuiHintDriver, typeof i13.TuiHintPosition, typeof i13.TuiHintHover, typeof i13.TuiHintOverflow, typeof i13.TuiHintDescribe, typeof i13.TuiHintHost, typeof i13.TuiHintManual, typeof i13.TuiHintPointer, typeof i14.TuiDataListComponent, typeof i14.TuiDataListDirective, typeof i14.TuiOption, typeof i14.TuiOptionNew, typeof i14.TuiOptionWithValue, typeof i14.TuiOptGroup], [typeof i1.TuiColorSelectorComponent, typeof i13.TuiHintComponent, typeof i13.TuiHintDirective, typeof i13.TuiHintOptionsDirective, typeof i13.TuiHintUnstyled, typeof i13.TuiHintDriver, typeof i13.TuiHintPosition, typeof i13.TuiHintHover, typeof i13.TuiHintOverflow, typeof i13.TuiHintDescribe, typeof i13.TuiHintHost, typeof i13.TuiHintManual, typeof i13.TuiHintPointer, typeof i14.TuiDataListComponent, typeof i14.TuiDataListDirective, typeof i14.TuiOption, typeof i14.TuiOptionNew, typeof i14.TuiOptionWithValue, typeof i14.TuiOptGroup]>;
23
- static ɵinj: i0.ɵɵInjectorDeclaration<TuiColorSelectorModule>;
24
- }
@@ -1,25 +0,0 @@
1
- import { InjectionToken, type Provider } from '@angular/core';
2
- import { type TuiGradientDirection } from '@taiga-ui/cdk/utils/color';
3
- export declare const TUI_COLOR_SELECTOR_MODE_NAMES: InjectionToken<[string, string]>;
4
- export declare const TUI_DEFAULT_INPUT_COLORS: Map<string, string>;
5
- export declare const TuiColorSelectorMode: {
6
- readonly SolidColor: 0;
7
- readonly Gradient: 1;
8
- };
9
- export interface TuiColorSelectorOptions {
10
- readonly mode: (typeof TuiColorSelectorMode)[keyof typeof TuiColorSelectorMode];
11
- readonly selectorMode: boolean;
12
- readonly color: [number, number, number, number];
13
- readonly colors: ReadonlyMap<string, string>;
14
- readonly gradient: {
15
- readonly icons: Record<TuiGradientDirection, string>;
16
- readonly steps: ReadonlyArray<[number, [number, number, number, number]]>;
17
- readonly stop: number;
18
- readonly direction: TuiGradientDirection;
19
- readonly emptyStop: [number, number, number, number];
20
- readonly buttons: readonly TuiGradientDirection[];
21
- };
22
- }
23
- export declare const TUI_COLOR_SELECTOR_DEFAULT_OPTIONS: TuiColorSelectorOptions;
24
- export declare const TUI_COLOR_SELECTOR_OPTIONS: InjectionToken<TuiColorSelectorOptions>;
25
- export declare function tuiColorSelectorOptionsProvider(options: Partial<TuiColorSelectorOptions>): Provider;
@@ -1,12 +0,0 @@
1
- import { EventEmitter } from '@angular/core';
2
- import { type TuiPoint } from '@taiga-ui/core/types';
3
- import * as i0 from "@angular/core";
4
- export declare class TuiFlatPickerComponent {
5
- protected readonly $: import("rxjs").Subscription;
6
- value: TuiPoint;
7
- readonly valueChange: EventEmitter<[number, number]>;
8
- get left(): number;
9
- get top(): number;
10
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiFlatPickerComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<TuiFlatPickerComponent, "tui-flat-picker", never, { "value": { "alias": "value"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, false, never>;
12
- }
@@ -1,12 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./flat-picker.component";
3
- import * as i2 from "@angular/common";
4
- /**
5
- * TODO(v5): delete it
6
- * @deprecated use new version of {@link https://taiga-ui.dev/components/input-color TuiInputColor} (from @taiga-ui/kit) instead
7
- */
8
- export declare class TuiFlatPickerModule {
9
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiFlatPickerModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<TuiFlatPickerModule, [typeof i1.TuiFlatPickerComponent], [typeof i2.CommonModule], [typeof i1.TuiFlatPickerComponent]>;
11
- static ɵinj: i0.ɵɵInjectorDeclaration<TuiFlatPickerModule>;
12
- }
@@ -1,16 +0,0 @@
1
- export * from './color-edit/color-edit.component';
2
- export * from './color-edit/color-edit.module';
3
- export * from './color-picker/color-picker.component';
4
- export * from './color-picker/color-picker.module';
5
- export * from './color-selector.component';
6
- export * from './color-selector.module';
7
- export * from './color-selector.options';
8
- export * from './flat-picker/flat-picker.component';
9
- export * from './flat-picker/flat-picker.module';
10
- export * from './linear-multi-picker/linear-multi-picker.component';
11
- export * from './linear-multi-picker/linear-multi-picker.module';
12
- export * from './linear-picker/linear-picker.component';
13
- export * from './linear-picker/linear-picker.module';
14
- export * from './palette/palette.component';
15
- export * from './palette/palette.module';
16
- export * from './services/picker.service';
@@ -1,17 +0,0 @@
1
- import { EventEmitter } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class TuiLinearMultiPickerComponent {
4
- protected readonly $: import("rxjs").Subscription;
5
- value: number[];
6
- readonly valueChange: EventEmitter<number[]>;
7
- readonly indexChange: EventEmitter<number>;
8
- index: number;
9
- onMouseUp(): void;
10
- onMouseDown(index: number): void;
11
- onClick(index: number): void;
12
- private onPicker;
13
- private updateIndex;
14
- private updateValue;
15
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiLinearMultiPickerComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<TuiLinearMultiPickerComponent, "tui-linear-multi-picker", never, { "value": { "alias": "value"; "required": false; }; }, { "valueChange": "valueChange"; "indexChange": "indexChange"; }, never, never, false, never>;
17
- }
@@ -1,12 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./linear-multi-picker.component";
3
- import * as i2 from "@angular/common";
4
- /**
5
- * TODO(v5): delete it
6
- * @deprecated use new version of {@link https://taiga-ui.dev/components/input-color TuiInputColor} (from @taiga-ui/kit) instead
7
- */
8
- export declare class TuiLinearMultiPickerModule {
9
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiLinearMultiPickerModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<TuiLinearMultiPickerModule, [typeof i1.TuiLinearMultiPickerComponent], [typeof i2.CommonModule], [typeof i1.TuiLinearMultiPickerComponent]>;
11
- static ɵinj: i0.ɵɵInjectorDeclaration<TuiLinearMultiPickerModule>;
12
- }
@@ -1,10 +0,0 @@
1
- import { EventEmitter } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class TuiLinearPickerComponent {
4
- protected readonly $: import("rxjs").Subscription;
5
- value: number;
6
- readonly valueChange: EventEmitter<number>;
7
- get left(): number;
8
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiLinearPickerComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<TuiLinearPickerComponent, "tui-linear-picker", never, { "value": { "alias": "value"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, false, never>;
10
- }
@@ -1,12 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./linear-picker.component";
3
- import * as i2 from "@angular/common";
4
- /**
5
- * TODO(v5): delete it
6
- * @deprecated use new version of {@link https://taiga-ui.dev/components/input-color TuiInputColor} (from @taiga-ui/kit) instead
7
- */
8
- export declare class TuiLinearPickerModule {
9
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiLinearPickerModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<TuiLinearPickerModule, [typeof i1.TuiLinearPickerComponent], [typeof i2.CommonModule], [typeof i1.TuiLinearPickerComponent]>;
11
- static ɵinj: i0.ɵɵInjectorDeclaration<TuiLinearPickerModule>;
12
- }
@@ -1,10 +0,0 @@
1
- import { type KeyValue } from '@angular/common';
2
- import { EventEmitter } from '@angular/core';
3
- import * as i0 from "@angular/core";
4
- export declare class TuiPaletteComponent {
5
- colors: ReadonlyMap<string, string>;
6
- readonly selectedColor: EventEmitter<string>;
7
- originalOrder: (_a: KeyValue<string, string>, _b: KeyValue<string, string>) => number;
8
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiPaletteComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<TuiPaletteComponent, "tui-palette", never, { "colors": { "alias": "colors"; "required": false; }; }, { "selectedColor": "selectedColor"; }, never, never, false, never>;
10
- }
@@ -1,13 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./palette.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@taiga-ui/core/directives/hint";
5
- /**
6
- * TODO(v5): delete it
7
- * @deprecated use new version of {@link https://taiga-ui.dev/components/input-color TuiInputColor} (from @taiga-ui/kit) instead
8
- */
9
- export declare class TuiPaletteModule {
10
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiPaletteModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<TuiPaletteModule, [typeof i1.TuiPaletteComponent], [typeof i2.CommonModule, typeof i3.TuiHintComponent, typeof i3.TuiHintDirective, typeof i3.TuiHintOptionsDirective, typeof i3.TuiHintUnstyled, typeof i3.TuiHintDriver, typeof i3.TuiHintPosition, typeof i3.TuiHintHover, typeof i3.TuiHintOverflow, typeof i3.TuiHintDescribe, typeof i3.TuiHintHost, typeof i3.TuiHintManual, typeof i3.TuiHintPointer], [typeof i1.TuiPaletteComponent, typeof i3.TuiHintComponent, typeof i3.TuiHintDirective, typeof i3.TuiHintOptionsDirective, typeof i3.TuiHintUnstyled, typeof i3.TuiHintDriver, typeof i3.TuiHintPosition, typeof i3.TuiHintHover, typeof i3.TuiHintOverflow, typeof i3.TuiHintDescribe, typeof i3.TuiHintHost, typeof i3.TuiHintManual, typeof i3.TuiHintPointer]>;
12
- static ɵinj: i0.ɵɵInjectorDeclaration<TuiPaletteModule>;
13
- }
@@ -1,15 +0,0 @@
1
- import { type TuiPoint } from '@taiga-ui/core/types';
2
- import { Observable } from 'rxjs';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * TODO(v5): delete it
6
- * @deprecated use new version of {@link https://taiga-ui.dev/components/input-color TuiInputColor} (from @taiga-ui/kit) instead
7
- */
8
- export declare class TuiPickerService extends Observable<TuiPoint> {
9
- private readonly el;
10
- private readonly doc;
11
- private readonly point$;
12
- constructor();
13
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiPickerService, never>;
14
- static ɵprov: i0.ɵɵInjectableDeclaration<TuiPickerService>;
15
- }
@@ -1,2 +0,0 @@
1
- export * from './input-color.component';
2
- export * from './input-color.module';
@@ -1,30 +0,0 @@
1
- import { type SafeStyle } from '@angular/platform-browser';
2
- import { type MaskitoOptions } from '@maskito/core';
3
- import { AbstractTuiControl } from '@taiga-ui/legacy/classes';
4
- import { type TuiFocusableElementAccessor, type TuiNativeFocusableElement } from '@taiga-ui/legacy/tokens';
5
- import * as i0 from "@angular/core";
6
- type MaskMode = 'gradient' | 'hex' | 'rgb';
7
- /**
8
- * TODO(v5): delete it
9
- * @deprecated use new version of {@link https://taiga-ui.dev/components/input-color TuiInputColor} (from @taiga-ui/kit) instead
10
- */
11
- export declare class TuiInputColorComponent extends AbstractTuiControl<string> implements TuiFocusableElementAccessor {
12
- private readonly textfield?;
13
- private readonly domSanitizer;
14
- colors: ReadonlyMap<string, string>;
15
- open: boolean;
16
- get focused(): boolean;
17
- get nativeFocusableElement(): TuiNativeFocusableElement | null;
18
- get background(): SafeStyle;
19
- get mode(): MaskMode;
20
- maskitoOptions(mode: MaskMode): MaskitoOptions | null;
21
- onClick(): void;
22
- /** deprecated use 'value' setter */
23
- onValueChange(textValue: string): void;
24
- onFocused(focused: boolean): void;
25
- protected getFallbackValue(): string;
26
- private sanitize;
27
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputColorComponent, never>;
28
- static ɵcmp: i0.ɵɵComponentDeclaration<TuiInputColorComponent, "tui-input-color", never, { "colors": { "alias": "colors"; "required": false; }; }, {}, never, ["*"], false, never>;
29
- }
30
- export {};
@@ -1,17 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./input-color.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@taiga-ui/legacy/components/primitive-textfield";
5
- import * as i4 from "@taiga-ui/legacy/directives/textfield-controller";
6
- import * as i5 from "@taiga-ui/legacy/components/color-selector";
7
- import * as i6 from "@maskito/angular";
8
- import * as i7 from "@taiga-ui/core/directives/dropdown";
9
- /**
10
- * TODO(v5): delete it
11
- * @deprecated use new version of {@link https://taiga-ui.dev/components/input-color TuiInputColor} (from @taiga-ui/kit) instead
12
- */
13
- export declare class TuiInputColorModule {
14
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputColorModule, never>;
15
- static ɵmod: i0.ɵɵNgModuleDeclaration<TuiInputColorModule, [typeof i1.TuiInputColorComponent], [typeof i2.CommonModule, typeof i3.TuiPrimitiveTextfieldModule, typeof i4.TuiTextfieldControllerModule, typeof i5.TuiColorSelectorModule, typeof i6.MaskitoDirective, typeof i7.TuiDropdownOptionsDirective, typeof i7.TuiDropdownDriverDirective, typeof i7.TuiDropdownDirective, typeof i7.TuiDropdownComponent, typeof i7.TuiDropdownOpen, typeof i7.TuiDropdownOpenLegacy, typeof i7.TuiDropdownPortal, typeof i7.TuiDropdownManual, typeof i7.TuiDropdownHover, typeof i7.TuiDropdownContext, typeof i7.TuiDropdownPosition, typeof i7.TuiDropdownPositionSided, typeof i7.TuiDropdownSelection], [typeof i1.TuiInputColorComponent, typeof i7.TuiDropdownOptionsDirective, typeof i7.TuiDropdownDriverDirective, typeof i7.TuiDropdownDirective, typeof i7.TuiDropdownComponent, typeof i7.TuiDropdownOpen, typeof i7.TuiDropdownOpenLegacy, typeof i7.TuiDropdownPortal, typeof i7.TuiDropdownManual, typeof i7.TuiDropdownHover, typeof i7.TuiDropdownContext, typeof i7.TuiDropdownPosition, typeof i7.TuiDropdownPositionSided, typeof i7.TuiDropdownSelection]>;
16
- static ɵinj: i0.ɵɵInjectorDeclaration<TuiInputColorModule>;
17
- }
@@ -1,4 +0,0 @@
1
- export * from './input-copy.component';
2
- export * from './input-copy.directive';
3
- export * from './input-copy.module';
4
- export * from './input-copy.options';
@@ -1,33 +0,0 @@
1
- import { type TuiHintDirection } from '@taiga-ui/core/directives/hint';
2
- import { type TuiSizeL, type TuiSizeS } from '@taiga-ui/core/types';
3
- import { AbstractTuiControl } from '@taiga-ui/legacy/classes';
4
- import { type TuiFocusableElementAccessor, type TuiNativeFocusableElement } from '@taiga-ui/legacy/tokens';
5
- import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
6
- import { type Observable } from 'rxjs';
7
- import { type TuiInputCopyOptions } from './input-copy.options';
8
- import * as i0 from "@angular/core";
9
- /**
10
- * @deprecated use {@link TuiCopy} with {@link TuiTextfield}
11
- */
12
- export declare class TuiInputCopyComponent extends AbstractTuiControl<string> implements TuiFocusableElementAccessor {
13
- private readonly textfield?;
14
- private readonly copied$;
15
- private readonly doc;
16
- private readonly copyTexts$;
17
- private readonly options;
18
- private readonly textfieldSize;
19
- successMessage: PolymorpheusContent;
20
- messageDirection: TuiHintDirection;
21
- messageAppearance: string;
22
- get nativeFocusableElement(): TuiNativeFocusableElement | null;
23
- get focused(): boolean;
24
- onValueChange(value: string): void;
25
- protected get hintText$(): Observable<PolymorpheusContent>;
26
- protected get size(): TuiSizeL | TuiSizeS;
27
- protected get icon(): TuiInputCopyOptions['icon'];
28
- protected onFocused(focused: boolean): void;
29
- protected copy(): void;
30
- protected getFallbackValue(): string;
31
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputCopyComponent, never>;
32
- static ɵcmp: i0.ɵɵComponentDeclaration<TuiInputCopyComponent, "tui-input-copy", never, { "successMessage": { "alias": "successMessage"; "required": false; }; "messageDirection": { "alias": "messageDirection"; "required": false; }; "messageAppearance": { "alias": "messageAppearance"; "required": false; }; }, {}, never, ["*", "input"], false, never>;
33
- }
@@ -1,11 +0,0 @@
1
- import { AbstractTuiTextfieldHost } from '@taiga-ui/legacy/classes';
2
- import { type TuiInputCopyComponent } from './input-copy.component';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * @deprecated use {@link TuiCopy} with {@link TuiTextfield}
6
- */
7
- export declare class TuiInputCopyDirective extends AbstractTuiTextfieldHost<TuiInputCopyComponent> {
8
- onValueChange(value: string): void;
9
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputCopyDirective, never>;
10
- static ɵdir: i0.ɵɵDirectiveDeclaration<TuiInputCopyDirective, "tui-input-copy", never, {}, {}, never, never, false, never>;
11
- }