@taiga-ui/legacy 4.52.0-canary.f729878 → 4.52.0-canary.facf139

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 (241) hide show
  1. package/components/dialog/dialog.component.d.ts +20 -0
  2. package/components/dialog/dialog.directive.d.ts +7 -0
  3. package/components/dialog/dialog.factory.d.ts +16 -0
  4. package/components/dialog/dialog.interfaces.d.ts +31 -0
  5. package/components/dialog/dialog.service.d.ts +7 -0
  6. package/components/dialog/dialog.tokens.d.ts +8 -0
  7. package/components/dialog/index.d.ts +6 -0
  8. package/components/index.d.ts +2 -16
  9. package/components/input/input.module.d.ts +4 -4
  10. package/components/input-date-range/input-date-range.module.d.ts +8 -9
  11. package/components/input-date-time/input-date-time.component.d.ts +4 -3
  12. package/components/input-date-time/input-date-time.module.d.ts +6 -6
  13. package/components/input-month-range/input-month-range.module.d.ts +3 -3
  14. package/components/input-number/input-number.module.d.ts +5 -5
  15. package/components/input-range/input-range.component.d.ts +1 -1
  16. package/components/input-range/input-range.module.d.ts +4 -4
  17. package/components/input-tag/input-tag.module.d.ts +8 -8
  18. package/components/multi-select/multi-select-group/multi-select-group.component.d.ts +1 -1
  19. package/components/multi-select/multi-select.module.d.ts +11 -12
  20. package/components/pdf-viewer/index.d.ts +4 -0
  21. package/components/pdf-viewer/pdf-viewer.component.d.ts +12 -0
  22. package/components/pdf-viewer/pdf-viewer.directive.d.ts +7 -0
  23. package/components/pdf-viewer/pdf-viewer.options.d.ts +13 -0
  24. package/components/pdf-viewer/pdf-viewer.service.d.ts +13 -0
  25. package/components/primitive-textfield/primitive-textfield.module.d.ts +5 -5
  26. package/components/select/select.module.d.ts +8 -8
  27. package/components/select-option/select-option.module.d.ts +3 -3
  28. package/components/tag/tag.module.d.ts +4 -4
  29. package/components/textarea/textarea.module.d.ts +7 -7
  30. package/fesm2022/taiga-ui-legacy-classes.mjs +21 -21
  31. package/fesm2022/taiga-ui-legacy-classes.mjs.map +1 -1
  32. package/fesm2022/taiga-ui-legacy-components-arrow.mjs +4 -4
  33. package/fesm2022/taiga-ui-legacy-components-arrow.mjs.map +1 -1
  34. package/fesm2022/taiga-ui-legacy-components-dialog.mjs +129 -0
  35. package/fesm2022/taiga-ui-legacy-components-dialog.mjs.map +1 -0
  36. package/fesm2022/taiga-ui-legacy-components-input-date-range.mjs +36 -40
  37. package/fesm2022/taiga-ui-legacy-components-input-date-range.mjs.map +1 -1
  38. package/fesm2022/taiga-ui-legacy-components-input-date-time.mjs +38 -38
  39. package/fesm2022/taiga-ui-legacy-components-input-date-time.mjs.map +1 -1
  40. package/fesm2022/taiga-ui-legacy-components-input-month-range.mjs +20 -20
  41. package/fesm2022/taiga-ui-legacy-components-input-month-range.mjs.map +1 -1
  42. package/fesm2022/taiga-ui-legacy-components-input-number.mjs +28 -28
  43. package/fesm2022/taiga-ui-legacy-components-input-number.mjs.map +1 -1
  44. package/fesm2022/taiga-ui-legacy-components-input-range.mjs +30 -30
  45. package/fesm2022/taiga-ui-legacy-components-input-range.mjs.map +1 -1
  46. package/fesm2022/taiga-ui-legacy-components-input-slider.mjs +18 -19
  47. package/fesm2022/taiga-ui-legacy-components-input-slider.mjs.map +1 -1
  48. package/fesm2022/taiga-ui-legacy-components-input-tag.mjs +36 -36
  49. package/fesm2022/taiga-ui-legacy-components-input-tag.mjs.map +1 -1
  50. package/fesm2022/taiga-ui-legacy-components-input.mjs +19 -19
  51. package/fesm2022/taiga-ui-legacy-components-input.mjs.map +1 -1
  52. package/fesm2022/taiga-ui-legacy-components-multi-select-option.mjs +7 -7
  53. package/fesm2022/taiga-ui-legacy-components-multi-select-option.mjs.map +1 -1
  54. package/fesm2022/taiga-ui-legacy-components-multi-select.mjs +61 -65
  55. package/fesm2022/taiga-ui-legacy-components-multi-select.mjs.map +1 -1
  56. package/fesm2022/taiga-ui-legacy-components-pdf-viewer.mjs +82 -0
  57. package/fesm2022/taiga-ui-legacy-components-pdf-viewer.mjs.map +1 -0
  58. package/fesm2022/taiga-ui-legacy-components-primitive-textfield.mjs +38 -38
  59. package/fesm2022/taiga-ui-legacy-components-primitive-textfield.mjs.map +1 -1
  60. package/fesm2022/taiga-ui-legacy-components-select-option.mjs +12 -12
  61. package/fesm2022/taiga-ui-legacy-components-select-option.mjs.map +1 -1
  62. package/fesm2022/taiga-ui-legacy-components-select.mjs +45 -46
  63. package/fesm2022/taiga-ui-legacy-components-select.mjs.map +1 -1
  64. package/fesm2022/taiga-ui-legacy-components-tag.mjs +17 -18
  65. package/fesm2022/taiga-ui-legacy-components-tag.mjs.map +1 -1
  66. package/fesm2022/taiga-ui-legacy-components-textarea.mjs +39 -39
  67. package/fesm2022/taiga-ui-legacy-components-textarea.mjs.map +1 -1
  68. package/fesm2022/taiga-ui-legacy-components-tooltip.mjs +7 -7
  69. package/fesm2022/taiga-ui-legacy-components-tooltip.mjs.map +1 -1
  70. package/fesm2022/taiga-ui-legacy-components.mjs +2 -16
  71. package/fesm2022/taiga-ui-legacy-components.mjs.map +1 -1
  72. package/fesm2022/taiga-ui-legacy-directives-legacy-dropdown-open-monitor.mjs +3 -3
  73. package/fesm2022/taiga-ui-legacy-directives-legacy-dropdown-open-monitor.mjs.map +1 -1
  74. package/fesm2022/taiga-ui-legacy-directives-textfield-controller.mjs +34 -34
  75. package/fesm2022/taiga-ui-legacy-directives-textfield-controller.mjs.map +1 -1
  76. package/fesm2022/taiga-ui-legacy-directives-unfinished-validator.mjs +4 -5
  77. package/fesm2022/taiga-ui-legacy-directives-unfinished-validator.mjs.map +1 -1
  78. package/fesm2022/taiga-ui-legacy-directives-value-accessor.mjs +7 -7
  79. package/fesm2022/taiga-ui-legacy-directives-value-accessor.mjs.map +1 -1
  80. package/fesm2022/taiga-ui-legacy-directives-wrapper.mjs +7 -7
  81. package/fesm2022/taiga-ui-legacy-directives-wrapper.mjs.map +1 -1
  82. package/fesm2022/taiga-ui-legacy-tokens.mjs.map +1 -1
  83. package/fesm2022/taiga-ui-legacy-utils.mjs +1 -7
  84. package/fesm2022/taiga-ui-legacy-utils.mjs.map +1 -1
  85. package/fesm2022/taiga-ui-legacy.mjs +0 -2
  86. package/fesm2022/taiga-ui-legacy.mjs.map +1 -1
  87. package/index.d.ts +0 -2
  88. package/package.json +11 -87
  89. package/utils/icons-path-factory.d.ts +1 -1
  90. package/utils/index.d.ts +0 -1
  91. package/components/color-selector/color-edit/color-edit.component.d.ts +0 -18
  92. package/components/color-selector/color-edit/color-edit.module.d.ts +0 -21
  93. package/components/color-selector/color-picker/color-picker.component.d.ts +0 -22
  94. package/components/color-selector/color-picker/color-picker.module.d.ts +0 -14
  95. package/components/color-selector/color-selector.component.d.ts +0 -47
  96. package/components/color-selector/color-selector.module.d.ts +0 -24
  97. package/components/color-selector/color-selector.options.d.ts +0 -25
  98. package/components/color-selector/flat-picker/flat-picker.component.d.ts +0 -12
  99. package/components/color-selector/flat-picker/flat-picker.module.d.ts +0 -12
  100. package/components/color-selector/index.d.ts +0 -16
  101. package/components/color-selector/linear-multi-picker/linear-multi-picker.component.d.ts +0 -17
  102. package/components/color-selector/linear-multi-picker/linear-multi-picker.module.d.ts +0 -12
  103. package/components/color-selector/linear-picker/linear-picker.component.d.ts +0 -10
  104. package/components/color-selector/linear-picker/linear-picker.module.d.ts +0 -12
  105. package/components/color-selector/palette/palette.component.d.ts +0 -10
  106. package/components/color-selector/palette/palette.module.d.ts +0 -13
  107. package/components/color-selector/services/picker.service.d.ts +0 -15
  108. package/components/combo-box/combo-box-strict.directive.d.ts +0 -12
  109. package/components/combo-box/combo-box.component.d.ts +0 -52
  110. package/components/combo-box/combo-box.directive.d.ts +0 -13
  111. package/components/combo-box/combo-box.module.d.ts +0 -20
  112. package/components/combo-box/index.d.ts +0 -4
  113. package/components/input-color/index.d.ts +0 -2
  114. package/components/input-color/input-color.component.d.ts +0 -30
  115. package/components/input-color/input-color.module.d.ts +0 -17
  116. package/components/input-copy/index.d.ts +0 -4
  117. package/components/input-copy/input-copy.component.d.ts +0 -33
  118. package/components/input-copy/input-copy.directive.d.ts +0 -11
  119. package/components/input-copy/input-copy.module.d.ts +0 -18
  120. package/components/input-copy/input-copy.options.d.ts +0 -26
  121. package/components/input-date/index.d.ts +0 -3
  122. package/components/input-date/input-date.component.d.ts +0 -62
  123. package/components/input-date/input-date.directive.d.ts +0 -19
  124. package/components/input-date/input-date.module.d.ts +0 -24
  125. package/components/input-date/native-date/native-date.component.d.ts +0 -15
  126. package/components/input-date-multi/index.d.ts +0 -2
  127. package/components/input-date-multi/input-date-multi.component.d.ts +0 -66
  128. package/components/input-date-multi/input-date-multi.module.d.ts +0 -20
  129. package/components/input-month/index.d.ts +0 -3
  130. package/components/input-month/input-month.component.d.ts +0 -44
  131. package/components/input-month/input-month.directive.d.ts +0 -19
  132. package/components/input-month/input-month.module.d.ts +0 -19
  133. package/components/input-password/index.d.ts +0 -4
  134. package/components/input-password/input-password.component.d.ts +0 -33
  135. package/components/input-password/input-password.directive.d.ts +0 -15
  136. package/components/input-password/input-password.module.d.ts +0 -19
  137. package/components/input-password/input-password.options.d.ts +0 -25
  138. package/components/input-phone/index.d.ts +0 -4
  139. package/components/input-phone/input-phone.component.d.ts +0 -49
  140. package/components/input-phone/input-phone.directive.d.ts +0 -13
  141. package/components/input-phone/input-phone.module.d.ts +0 -12
  142. package/components/input-phone/input-phone.options.d.ts +0 -13
  143. package/components/input-phone/utils/complete-phone-insertion-preprocessor.d.ts +0 -9
  144. package/components/input-phone/utils/create-phone-mask-expression.d.ts +0 -7
  145. package/components/input-phone/utils/index.d.ts +0 -2
  146. package/components/input-phone-international/index.d.ts +0 -3
  147. package/components/input-phone-international/input-phone-international.component.d.ts +0 -43
  148. package/components/input-phone-international/input-phone-international.options.d.ts +0 -25
  149. package/components/input-phone-international/utils/extract-value-from-event.d.ts +0 -4
  150. package/components/input-time/index.d.ts +0 -4
  151. package/components/input-time/input-time.component.d.ts +0 -62
  152. package/components/input-time/input-time.directive.d.ts +0 -17
  153. package/components/input-time/input-time.module.d.ts +0 -23
  154. package/components/input-time/input-time.options.d.ts +0 -42
  155. package/components/input-time/native-time/native-time.component.d.ts +0 -12
  156. package/components/input-year/index.d.ts +0 -3
  157. package/components/input-year/input-year.component.d.ts +0 -36
  158. package/components/input-year/input-year.directive.d.ts +0 -14
  159. package/components/input-year/input-year.module.d.ts +0 -18
  160. package/components/island/index.d.ts +0 -1
  161. package/components/island/island.directive.d.ts +0 -20
  162. package/components/sheet/components/sheet/sheet.component.d.ts +0 -31
  163. package/components/sheet/components/sheet/sheet.providers.d.ts +0 -2
  164. package/components/sheet/components/sheet-bar/sheet-bar.component.d.ts +0 -11
  165. package/components/sheet/components/sheet-heading/sheet-heading.component.d.ts +0 -14
  166. package/components/sheet/components/sheets-host/sheets-host.component.d.ts +0 -15
  167. package/components/sheet/directives/sheet-close/sheet-close.directive.d.ts +0 -14
  168. package/components/sheet/directives/sheet-stop/sheet-stop.directive.d.ts +0 -9
  169. package/components/sheet/directives/sheet-top/sheet-top.directive.d.ts +0 -14
  170. package/components/sheet/directives/sheet-wrapper/sheet-wrapper.directive.d.ts +0 -17
  171. package/components/sheet/index.d.ts +0 -14
  172. package/components/sheet/sheet-options.d.ts +0 -27
  173. package/components/sheet/sheet-tokens.d.ts +0 -18
  174. package/components/sheet/sheet.d.ts +0 -21
  175. package/components/sheet/sheet.directive.d.ts +0 -17
  176. package/components/sheet/sheet.module.d.ts +0 -24
  177. package/components/sheet/sheet.service.d.ts +0 -17
  178. package/components/svg/content-processor.d.ts +0 -19
  179. package/components/svg/deprecated-icons.d.ts +0 -5
  180. package/components/svg/index.d.ts +0 -5
  181. package/components/svg/svg-options.d.ts +0 -50
  182. package/components/svg/svg.component.d.ts +0 -50
  183. package/components/svg/svg.service.d.ts +0 -21
  184. package/components/table-bar/index.d.ts +0 -4
  185. package/components/table-bar/table-bar.component.d.ts +0 -17
  186. package/components/table-bar/table-bar.directive.d.ts +0 -11
  187. package/components/table-bar/table-bar.options.d.ts +0 -31
  188. package/components/table-bar/table-bars-host.component.d.ts +0 -10
  189. package/components/table-bar/table-bars.service.d.ts +0 -11
  190. package/fesm2022/taiga-ui-legacy-components-color-selector.mjs +0 -730
  191. package/fesm2022/taiga-ui-legacy-components-color-selector.mjs.map +0 -1
  192. package/fesm2022/taiga-ui-legacy-components-combo-box.mjs +0 -301
  193. package/fesm2022/taiga-ui-legacy-components-combo-box.mjs.map +0 -1
  194. package/fesm2022/taiga-ui-legacy-components-input-color.mjs +0 -127
  195. package/fesm2022/taiga-ui-legacy-components-input-color.mjs.map +0 -1
  196. package/fesm2022/taiga-ui-legacy-components-input-copy.mjs +0 -197
  197. package/fesm2022/taiga-ui-legacy-components-input-copy.mjs.map +0 -1
  198. package/fesm2022/taiga-ui-legacy-components-input-date-multi.mjs +0 -272
  199. package/fesm2022/taiga-ui-legacy-components-input-date-multi.mjs.map +0 -1
  200. package/fesm2022/taiga-ui-legacy-components-input-date.mjs +0 -372
  201. package/fesm2022/taiga-ui-legacy-components-input-date.mjs.map +0 -1
  202. package/fesm2022/taiga-ui-legacy-components-input-month.mjs +0 -231
  203. package/fesm2022/taiga-ui-legacy-components-input-month.mjs.map +0 -1
  204. package/fesm2022/taiga-ui-legacy-components-input-password.mjs +0 -187
  205. package/fesm2022/taiga-ui-legacy-components-input-password.mjs.map +0 -1
  206. package/fesm2022/taiga-ui-legacy-components-input-phone-international.mjs +0 -215
  207. package/fesm2022/taiga-ui-legacy-components-input-phone-international.mjs.map +0 -1
  208. package/fesm2022/taiga-ui-legacy-components-input-phone.mjs +0 -358
  209. package/fesm2022/taiga-ui-legacy-components-input-phone.mjs.map +0 -1
  210. package/fesm2022/taiga-ui-legacy-components-input-time.mjs +0 -434
  211. package/fesm2022/taiga-ui-legacy-components-input-time.mjs.map +0 -1
  212. package/fesm2022/taiga-ui-legacy-components-input-year.mjs +0 -188
  213. package/fesm2022/taiga-ui-legacy-components-input-year.mjs.map +0 -1
  214. package/fesm2022/taiga-ui-legacy-components-island.mjs +0 -68
  215. package/fesm2022/taiga-ui-legacy-components-island.mjs.map +0 -1
  216. package/fesm2022/taiga-ui-legacy-components-sheet.mjs +0 -577
  217. package/fesm2022/taiga-ui-legacy-components-sheet.mjs.map +0 -1
  218. package/fesm2022/taiga-ui-legacy-components-svg.mjs +0 -387
  219. package/fesm2022/taiga-ui-legacy-components-svg.mjs.map +0 -1
  220. package/fesm2022/taiga-ui-legacy-components-table-bar.mjs +0 -145
  221. package/fesm2022/taiga-ui-legacy-components-table-bar.mjs.map +0 -1
  222. package/fesm2022/taiga-ui-legacy-pipes-format-phone.mjs +0 -59
  223. package/fesm2022/taiga-ui-legacy-pipes-format-phone.mjs.map +0 -1
  224. package/fesm2022/taiga-ui-legacy-pipes-iso-to-country-code.mjs +0 -50
  225. package/fesm2022/taiga-ui-legacy-pipes-iso-to-country-code.mjs.map +0 -1
  226. package/fesm2022/taiga-ui-legacy-pipes-to-country-code.mjs +0 -80
  227. package/fesm2022/taiga-ui-legacy-pipes-to-country-code.mjs.map +0 -1
  228. package/fesm2022/taiga-ui-legacy-pipes.mjs +0 -8
  229. package/fesm2022/taiga-ui-legacy-pipes.mjs.map +0 -1
  230. package/fesm2022/taiga-ui-legacy-services.mjs +0 -42
  231. package/fesm2022/taiga-ui-legacy-services.mjs.map +0 -1
  232. package/pipes/format-phone/format-phone.pipe.d.ts +0 -37
  233. package/pipes/format-phone/index.d.ts +0 -1
  234. package/pipes/index.d.ts +0 -3
  235. package/pipes/iso-to-country-code/index.d.ts +0 -1
  236. package/pipes/iso-to-country-code/iso-to-country-code.pipe.d.ts +0 -30
  237. package/pipes/to-country-code/index.d.ts +0 -1
  238. package/pipes/to-country-code/to-country-code.pipe.d.ts +0 -38
  239. package/services/index.d.ts +0 -1
  240. package/services/static-request.service.d.ts +0 -11
  241. package/utils/is-apple.d.ts +0 -5
@@ -6,32 +6,30 @@ import { tuiIsFlat } from '@taiga-ui/kit/utils';
6
6
  import { TUI_TRUE_HANDLER, EMPTY_ARRAY, EMPTY_QUERY, TUI_DEFAULT_IDENTITY_MATCHER, EMPTY_FUNCTION } from '@taiga-ui/cdk/constants';
7
7
  import { TUI_IS_MOBILE } from '@taiga-ui/cdk/tokens';
8
8
  import { tuiGetClipboardDataText } from '@taiga-ui/cdk/utils/dom';
9
- import { tuiIsNativeFocused } from '@taiga-ui/cdk/utils/focus';
10
- import * as i2$2 from '@taiga-ui/core/components/data-list';
9
+ import { tuiIsFocused } from '@taiga-ui/cdk/utils/focus';
10
+ import * as i1$2 from '@taiga-ui/core/components/data-list';
11
11
  import { TUI_DATA_LIST_ACCESSOR, TuiDataListDirective, tuiAsDataListHost, TUI_DATA_LIST_HOST, TuiOption, tuiAsOptionContent, tuiAsDataList, TuiDataList } from '@taiga-ui/core/components/data-list';
12
- import * as i1$1 from '@taiga-ui/core/directives/dropdown';
12
+ import * as i3 from '@taiga-ui/core/directives/dropdown';
13
13
  import { TuiDropdownOpen, TuiDropdownFixed, TuiDropdown } from '@taiga-ui/core/directives/dropdown';
14
14
  import { TUI_ITEMS_HANDLERS, TUI_MULTI_SELECT_TEXTS } from '@taiga-ui/kit/tokens';
15
15
  import { AbstractTuiNativeSelect, AbstractTuiMultipleControl, TuiStringifiableItem, tuiAsControl, AbstractTuiTextfieldHost, AbstractTuiControl } from '@taiga-ui/legacy/classes';
16
16
  import { TUI_ARROW_MODE, TuiArrowComponent } from '@taiga-ui/legacy/components/arrow';
17
- import * as i6 from '@taiga-ui/legacy/components/input-tag';
17
+ import * as i5 from '@taiga-ui/legacy/components/input-tag';
18
18
  import { TUI_INPUT_TAG_OPTIONS, TuiInputTagComponent, TuiInputTagModule } from '@taiga-ui/legacy/components/input-tag';
19
- import * as i5 from '@taiga-ui/legacy/directives';
20
- import { TUI_TEXTFIELD_WATCHED_CONTROLLER, TEXTFIELD_CONTROLLER_PROVIDER, TuiWrapperModule, TuiTextfieldControllerModule, TuiLegacyDropdownOpenMonitorDirective } from '@taiga-ui/legacy/directives';
19
+ import * as i6 from '@taiga-ui/legacy/directives';
20
+ import { TUI_TEXTFIELD_WATCHED_CONTROLLER, TEXTFIELD_CONTROLLER_PROVIDER, TuiLegacyDropdownOpenMonitorDirective, TuiTextfieldControllerModule, TuiWrapperModule } from '@taiga-ui/legacy/directives';
21
21
  import { tuiAsFocusableItemAccessor, tuiAsTextfieldHost } from '@taiga-ui/legacy/tokens';
22
- import * as i1 from '@angular/common';
22
+ import * as i2 from '@angular/common';
23
23
  import { CommonModule } from '@angular/common';
24
- import * as i2 from '@angular/forms';
24
+ import * as i1 from '@angular/forms';
25
25
  import { NgControl, NG_VALUE_ACCESSOR, FormsModule } from '@angular/forms';
26
26
  import * as i4 from '@taiga-ui/polymorpheus';
27
27
  import { PolymorpheusComponent, PolymorpheusOutlet, PolymorpheusTemplate } from '@taiga-ui/polymorpheus';
28
28
  import * as i6$1 from '@taiga-ui/cdk/pipes/mapper';
29
29
  import { TuiMapperPipe } from '@taiga-ui/cdk/pipes/mapper';
30
- import * as i2$1 from '@taiga-ui/cdk/directives/let';
31
- import { TuiLet } from '@taiga-ui/cdk/directives/let';
32
- import * as i3 from '@taiga-ui/core/components/link';
30
+ import * as i1$1 from '@taiga-ui/core/components/link';
33
31
  import { TuiLink } from '@taiga-ui/core/components/link';
34
- import * as i3$1 from '@taiga-ui/kit/components/data-list-wrapper';
32
+ import * as i2$1 from '@taiga-ui/kit/components/data-list-wrapper';
35
33
  import { TuiDataListWrapper } from '@taiga-ui/kit/components/data-list-wrapper';
36
34
  import * as i7 from '@taiga-ui/kit/pipes/stringify-content';
37
35
  import { TuiStringifyContentPipe } from '@taiga-ui/kit/pipes/stringify-content';
@@ -62,10 +60,10 @@ class AbstractTuiNativeMultiSelect extends AbstractTuiNativeSelect {
62
60
  get stringify() {
63
61
  return this.host.stringify;
64
62
  }
65
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: AbstractTuiNativeMultiSelect, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
66
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.9", type: AbstractTuiNativeMultiSelect, isStandalone: true, usesInheritance: true, ngImport: i0 }); }
63
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: AbstractTuiNativeMultiSelect, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
64
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.15", type: AbstractTuiNativeMultiSelect, isStandalone: true, usesInheritance: true, ngImport: i0 }); }
67
65
  }
68
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: AbstractTuiNativeMultiSelect, decorators: [{
66
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: AbstractTuiNativeMultiSelect, decorators: [{
69
67
  type: Directive
70
68
  }] });
71
69
 
@@ -190,7 +188,7 @@ class TuiMultiSelectComponent extends AbstractTuiMultipleControl {
190
188
  onClick({ nativeFocusableElement }) {
191
189
  if (this.interactive &&
192
190
  nativeFocusableElement &&
193
- tuiIsNativeFocused(nativeFocusableElement)) {
191
+ tuiIsFocused(nativeFocusableElement)) {
194
192
  this.open = !this.open;
195
193
  }
196
194
  }
@@ -214,18 +212,18 @@ class TuiMultiSelectComponent extends AbstractTuiMultipleControl {
214
212
  this.search = search;
215
213
  this.searchChange.emit(search);
216
214
  }
217
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: TuiMultiSelectComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
218
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.9", type: TuiMultiSelectComponent, isStandalone: false, selector: "tui-multi-select", inputs: { stringify: "stringify", identityMatcher: "identityMatcher", search: "search", placeholder: "placeholder", editable: "editable", disabledItemHandler: "disabledItemHandler", valueContent: "valueContent", tagValidator: "tagValidator", rows: "rows", autoColor: "autoColor" }, outputs: { searchChange: "searchChange" }, host: { properties: { "attr.data-size": "size", "class._editable": "editable", "class._expandable": "rows > 1" } }, providers: [
215
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiMultiSelectComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
216
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.15", type: TuiMultiSelectComponent, isStandalone: false, selector: "tui-multi-select", inputs: { stringify: "stringify", identityMatcher: "identityMatcher", search: "search", placeholder: "placeholder", editable: "editable", disabledItemHandler: "disabledItemHandler", valueContent: "valueContent", tagValidator: "tagValidator", rows: "rows", autoColor: "autoColor" }, outputs: { searchChange: "searchChange" }, host: { properties: { "attr.data-size": "size", "class._editable": "editable", "class._expandable": "rows > 1" } }, providers: [
219
217
  tuiAsFocusableItemAccessor(TuiMultiSelectComponent),
220
218
  tuiAsControl(TuiMultiSelectComponent),
221
219
  tuiAsDataListHost(TuiMultiSelectComponent),
222
220
  TEXTFIELD_CONTROLLER_PROVIDER,
223
- ], queries: [{ propertyName: "accessor", first: true, predicate: TUI_DATA_LIST_ACCESSOR, descendants: true }, { propertyName: "nativeSelect", first: true, predicate: AbstractTuiNativeMultiSelect, descendants: true, static: true }, { propertyName: "datalist", first: true, predicate: TuiDataListDirective, descendants: true, read: TemplateRef }], viewQueries: [{ propertyName: "dropdown", first: true, predicate: TuiDropdownOpen, descendants: true }, { propertyName: "input", first: true, predicate: TuiInputTagComponent, descendants: true }], usesInheritance: true, hostDirectives: [{ directive: i1$1.TuiDropdownFixed }], ngImport: i0, template: "<div\n tuiDropdownOpenMonitor\n class=\"t-hosted\"\n [tuiDropdown]=\"datalist || ''\"\n [tuiDropdownEnabled]=\"interactive && !nativeDropdownMode\"\n [(tuiDropdownOpen)]=\"open\"\n (tuiActiveZoneChange)=\"onActiveZone($event)\"\n>\n <tui-input-tag\n #inputTag\n automation-id=\"tui-multi-select__input\"\n class=\"t-input\"\n [autoColor]=\"autoColor\"\n [disabled]=\"disabled\"\n [disabledItemHandler]=\"disabledItemHandler | tuiMapper: disabledItemHandlerWrapper\"\n [editable]=\"false\"\n [inputHidden]=\"!editable\"\n [nativeId]=\"nativeId\"\n [ngModel]=\"computedValue | tuiMapper: valueMapper : stringify\"\n [ngModelOptions]=\"{standalone: true}\"\n [placeholder]=\"placeholder\"\n [pseudoFocus]=\"computedFocused\"\n [pseudoHover]=\"pseudoHover\"\n [pseudoInvalid]=\"computedInvalid\"\n [pseudoOpen]=\"open\"\n [readOnly]=\"readOnly\"\n [removable]=\"!nativeDropdownMode\"\n [rows]=\"rows\"\n [search]=\"searchOrSpace\"\n [tagValidator]=\"tagValidator | tuiMapper: disabledItemHandlerWrapper\"\n [tuiTextfieldIcon]=\"arrow ? icon : ''\"\n (click.prevent)=\"onClick(inputTag)\"\n (keydown.enter)=\"onEnter($event)\"\n (keydown.space)=\"onSpace($event)\"\n (keydown)=\"onKeyDown($event)\"\n (ngModelChange)=\"onInput($event)\"\n (paste.capture.stop.prevent)=\"onPaste($event)\"\n (searchChange)=\"onSearch($event)\"\n >\n <ng-content />\n <ng-template #select>\n <ng-content\n *ngIf=\"isMobile\"\n select=\"select\"\n />\n </ng-template>\n\n <ng-container\n *ngTemplateOutlet=\"select\"\n ngProjectAs=\"select\"\n />\n\n <div\n *ngIf=\"computedGroup\"\n ngProjectAs=\"tuiContent\"\n class=\"t-content\"\n [class.t-content_fullsize]=\"inputTag.labelOutside\"\n >\n <span\n *polymorpheusOutlet=\"valueContent as text; context: {$implicit: value}\"\n class=\"t-primitive\"\n >\n {{ text }}\n </span>\n </div>\n </tui-input-tag>\n\n <ng-template #icon>\n <div\n appearance=\"icon\"\n automation-id=\"tui-multi-select__arrow\"\n tuiWrapper\n class=\"t-arrow\"\n [class.t-arrow_native-dropdown]=\"nativeDropdownMode\"\n (mousedown.prevent.zoneless)=\"(0)\"\n >\n <ng-container *polymorpheusOutlet=\"arrow as text\">\n {{ text }}\n </ng-container>\n </div>\n </ng-template>\n</div>\n", styles: [":host{position:relative;display:block;border-radius:var(--tui-radius-m)}:host._disabled,:host :host-context(*:disabled){pointer-events:none}.t-hosted{display:block;border-radius:inherit}.t-input{border-radius:inherit}:host:not(._editable):not(._readonly) .t-input{cursor:pointer}.t-content{display:flex;align-items:center;pointer-events:none;box-sizing:border-box;margin:.0625rem 0}.t-primitive{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.t-arrow{pointer-events:auto;cursor:pointer}.t-arrow_native-dropdown{pointer-events:none}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i4.PolymorpheusOutlet, selector: "[polymorpheusOutlet]", inputs: ["polymorpheusOutlet", "polymorpheusOutletContext"] }, { kind: "directive", type: i5.TuiWrapperDirective, selector: "[tuiWrapper]", inputs: ["disabled", "readOnly", "hover", "active", "focus", "invalid", "appearance"] }, { kind: "component", type: i6.TuiInputTagComponent, selector: "tui-input-tag", inputs: ["separator", "search", "editable", "tagValidator", "rows", "inputHidden", "uniqueTags", "autoColor", "maxLength", "placeholder", "removable", "disabledItemHandler", "pseudoFocused", "pseudoOpen"], outputs: ["searchChange"] }, { kind: "directive", type: i1$1.TuiDropdownDirective, selector: "[tuiDropdown]:not(ng-container):not(ng-template)", inputs: ["tuiDropdown"], exportAs: ["tuiDropdown"] }, { kind: "directive", type: i1$1.TuiDropdownOpen, selector: "[tuiDropdown][tuiDropdownOpen],[tuiDropdown][tuiDropdownOpenChange]", inputs: ["tuiDropdownEnabled", "tuiDropdownOpen"], outputs: ["tuiDropdownOpenChange"] }, { kind: "directive", type: i5.TuiTextfieldIconDirective, selector: "[tuiTextfieldIcon]", inputs: ["tuiTextfieldIcon"] }, { kind: "directive", type: i5.TuiLegacyDropdownOpenMonitorDirective, selector: "[tuiDropdownOpenMonitor]" }, { kind: "pipe", type: i6$1.TuiMapperPipe, name: "tuiMapper" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
221
+ ], queries: [{ propertyName: "accessor", first: true, predicate: TUI_DATA_LIST_ACCESSOR, descendants: true }, { propertyName: "nativeSelect", first: true, predicate: AbstractTuiNativeMultiSelect, descendants: true, static: true }, { propertyName: "datalist", first: true, predicate: TuiDataListDirective, descendants: true, read: TemplateRef }], viewQueries: [{ propertyName: "dropdown", first: true, predicate: TuiDropdownOpen, descendants: true }, { propertyName: "input", first: true, predicate: TuiInputTagComponent, descendants: true }], usesInheritance: true, hostDirectives: [{ directive: i3.TuiDropdownFixed }], ngImport: i0, template: "<div\n tuiDropdownOpenMonitor\n class=\"t-hosted\"\n [tuiDropdown]=\"datalist || ''\"\n [tuiDropdownEnabled]=\"interactive && !nativeDropdownMode\"\n [(tuiDropdownOpen)]=\"open\"\n (tuiActiveZoneChange)=\"onActiveZone($event)\"\n>\n <tui-input-tag\n #inputTag\n automation-id=\"tui-multi-select__input\"\n class=\"t-input\"\n [autoColor]=\"autoColor\"\n [disabled]=\"disabled\"\n [disabledItemHandler]=\"disabledItemHandler | tuiMapper: disabledItemHandlerWrapper\"\n [editable]=\"false\"\n [inputHidden]=\"!editable\"\n [nativeId]=\"nativeId\"\n [ngModel]=\"computedValue | tuiMapper: valueMapper : stringify\"\n [ngModelOptions]=\"{standalone: true}\"\n [placeholder]=\"placeholder\"\n [pseudoFocus]=\"computedFocused\"\n [pseudoHover]=\"pseudoHover\"\n [pseudoInvalid]=\"computedInvalid\"\n [pseudoOpen]=\"open\"\n [readOnly]=\"readOnly\"\n [removable]=\"!nativeDropdownMode\"\n [rows]=\"rows\"\n [search]=\"searchOrSpace\"\n [tagValidator]=\"tagValidator | tuiMapper: disabledItemHandlerWrapper\"\n [tuiTextfieldIcon]=\"arrow ? icon : ''\"\n (click.prevent)=\"onClick(inputTag)\"\n (keydown.enter)=\"onEnter($event)\"\n (keydown.space)=\"onSpace($event)\"\n (keydown)=\"onKeyDown($event)\"\n (ngModelChange)=\"onInput($event)\"\n (paste.capture.stop.prevent)=\"onPaste($event)\"\n (searchChange)=\"onSearch($event)\"\n >\n <ng-content />\n <ng-template #select>\n @if (isMobile) {\n <ng-content select=\"select\" />\n }\n </ng-template>\n\n <ng-container\n *ngTemplateOutlet=\"select\"\n ngProjectAs=\"select\"\n />\n\n @if (computedGroup) {\n <div\n ngProjectAs=\"tuiContent\"\n class=\"t-content\"\n [class.t-content_fullsize]=\"inputTag.labelOutside\"\n >\n <span\n *polymorpheusOutlet=\"valueContent as text; context: {$implicit: value}\"\n class=\"t-primitive\"\n >\n {{ text }}\n </span>\n </div>\n }\n </tui-input-tag>\n\n <ng-template #icon>\n <div\n appearance=\"icon\"\n automation-id=\"tui-multi-select__arrow\"\n tuiWrapper\n class=\"t-arrow\"\n [class.t-arrow_native-dropdown]=\"nativeDropdownMode\"\n (mousedown.prevent.zoneless)=\"(0)\"\n >\n <ng-container *polymorpheusOutlet=\"arrow as text\">\n {{ text }}\n </ng-container>\n </div>\n </ng-template>\n</div>\n", styles: [":host{position:relative;display:block;border-radius:var(--tui-radius-m)}:host._disabled,:host :host-context(*:disabled){pointer-events:none}.t-hosted{display:block;border-radius:inherit}.t-input{border-radius:inherit}:host:not(._editable):not(._readonly) .t-input{cursor:pointer}.t-content{display:flex;align-items:center;pointer-events:none;box-sizing:border-box;margin:.0625rem 0}.t-primitive{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.t-arrow{pointer-events:auto;cursor:pointer}.t-arrow_native-dropdown{pointer-events:none}\n"], dependencies: [{ kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i4.PolymorpheusOutlet, selector: "[polymorpheusOutlet]", inputs: ["polymorpheusOutlet", "polymorpheusOutletContext"] }, { kind: "component", type: i5.TuiInputTagComponent, selector: "tui-input-tag", inputs: ["separator", "search", "editable", "tagValidator", "rows", "inputHidden", "uniqueTags", "autoColor", "maxLength", "placeholder", "removable", "disabledItemHandler", "pseudoFocused", "pseudoOpen"], outputs: ["searchChange"] }, { kind: "directive", type: i3.TuiDropdownDirective, selector: "[tuiDropdown]:not(ng-container):not(ng-template)", inputs: ["tuiDropdown"], exportAs: ["tuiDropdown"] }, { kind: "directive", type: i3.TuiDropdownOpen, selector: "[tuiDropdown][tuiDropdownOpen],[tuiDropdown][tuiDropdownOpenChange]", inputs: ["tuiDropdownEnabled", "tuiDropdownOpen"], outputs: ["tuiDropdownOpenChange"] }, { kind: "directive", type: i6.TuiLegacyDropdownOpenMonitorDirective, selector: "[tuiDropdownOpenMonitor]" }, { kind: "directive", type: i6.TuiTextfieldIconDirective, selector: "[tuiTextfieldIcon]", inputs: ["tuiTextfieldIcon"] }, { kind: "directive", type: i6.TuiWrapperDirective, selector: "[tuiWrapper]", inputs: ["disabled", "readOnly", "hover", "active", "focus", "invalid", "appearance"] }, { kind: "pipe", type: i6$1.TuiMapperPipe, name: "tuiMapper" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
224
222
  }
225
223
  __decorate([
226
224
  tuiPure
227
225
  ], TuiMultiSelectComponent.prototype, "getStringifier", null);
228
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: TuiMultiSelectComponent, decorators: [{
226
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiMultiSelectComponent, decorators: [{
229
227
  type: Component,
230
228
  args: [{ standalone: false, selector: 'tui-multi-select', changeDetection: ChangeDetectionStrategy.OnPush, providers: [
231
229
  tuiAsFocusableItemAccessor(TuiMultiSelectComponent),
@@ -236,7 +234,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.9", ngImpor
236
234
  '[attr.data-size]': 'size',
237
235
  '[class._editable]': 'editable',
238
236
  '[class._expandable]': 'rows > 1',
239
- }, template: "<div\n tuiDropdownOpenMonitor\n class=\"t-hosted\"\n [tuiDropdown]=\"datalist || ''\"\n [tuiDropdownEnabled]=\"interactive && !nativeDropdownMode\"\n [(tuiDropdownOpen)]=\"open\"\n (tuiActiveZoneChange)=\"onActiveZone($event)\"\n>\n <tui-input-tag\n #inputTag\n automation-id=\"tui-multi-select__input\"\n class=\"t-input\"\n [autoColor]=\"autoColor\"\n [disabled]=\"disabled\"\n [disabledItemHandler]=\"disabledItemHandler | tuiMapper: disabledItemHandlerWrapper\"\n [editable]=\"false\"\n [inputHidden]=\"!editable\"\n [nativeId]=\"nativeId\"\n [ngModel]=\"computedValue | tuiMapper: valueMapper : stringify\"\n [ngModelOptions]=\"{standalone: true}\"\n [placeholder]=\"placeholder\"\n [pseudoFocus]=\"computedFocused\"\n [pseudoHover]=\"pseudoHover\"\n [pseudoInvalid]=\"computedInvalid\"\n [pseudoOpen]=\"open\"\n [readOnly]=\"readOnly\"\n [removable]=\"!nativeDropdownMode\"\n [rows]=\"rows\"\n [search]=\"searchOrSpace\"\n [tagValidator]=\"tagValidator | tuiMapper: disabledItemHandlerWrapper\"\n [tuiTextfieldIcon]=\"arrow ? icon : ''\"\n (click.prevent)=\"onClick(inputTag)\"\n (keydown.enter)=\"onEnter($event)\"\n (keydown.space)=\"onSpace($event)\"\n (keydown)=\"onKeyDown($event)\"\n (ngModelChange)=\"onInput($event)\"\n (paste.capture.stop.prevent)=\"onPaste($event)\"\n (searchChange)=\"onSearch($event)\"\n >\n <ng-content />\n <ng-template #select>\n <ng-content\n *ngIf=\"isMobile\"\n select=\"select\"\n />\n </ng-template>\n\n <ng-container\n *ngTemplateOutlet=\"select\"\n ngProjectAs=\"select\"\n />\n\n <div\n *ngIf=\"computedGroup\"\n ngProjectAs=\"tuiContent\"\n class=\"t-content\"\n [class.t-content_fullsize]=\"inputTag.labelOutside\"\n >\n <span\n *polymorpheusOutlet=\"valueContent as text; context: {$implicit: value}\"\n class=\"t-primitive\"\n >\n {{ text }}\n </span>\n </div>\n </tui-input-tag>\n\n <ng-template #icon>\n <div\n appearance=\"icon\"\n automation-id=\"tui-multi-select__arrow\"\n tuiWrapper\n class=\"t-arrow\"\n [class.t-arrow_native-dropdown]=\"nativeDropdownMode\"\n (mousedown.prevent.zoneless)=\"(0)\"\n >\n <ng-container *polymorpheusOutlet=\"arrow as text\">\n {{ text }}\n </ng-container>\n </div>\n </ng-template>\n</div>\n", styles: [":host{position:relative;display:block;border-radius:var(--tui-radius-m)}:host._disabled,:host :host-context(*:disabled){pointer-events:none}.t-hosted{display:block;border-radius:inherit}.t-input{border-radius:inherit}:host:not(._editable):not(._readonly) .t-input{cursor:pointer}.t-content{display:flex;align-items:center;pointer-events:none;box-sizing:border-box;margin:.0625rem 0}.t-primitive{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.t-arrow{pointer-events:auto;cursor:pointer}.t-arrow_native-dropdown{pointer-events:none}\n"] }]
237
+ }, template: "<div\n tuiDropdownOpenMonitor\n class=\"t-hosted\"\n [tuiDropdown]=\"datalist || ''\"\n [tuiDropdownEnabled]=\"interactive && !nativeDropdownMode\"\n [(tuiDropdownOpen)]=\"open\"\n (tuiActiveZoneChange)=\"onActiveZone($event)\"\n>\n <tui-input-tag\n #inputTag\n automation-id=\"tui-multi-select__input\"\n class=\"t-input\"\n [autoColor]=\"autoColor\"\n [disabled]=\"disabled\"\n [disabledItemHandler]=\"disabledItemHandler | tuiMapper: disabledItemHandlerWrapper\"\n [editable]=\"false\"\n [inputHidden]=\"!editable\"\n [nativeId]=\"nativeId\"\n [ngModel]=\"computedValue | tuiMapper: valueMapper : stringify\"\n [ngModelOptions]=\"{standalone: true}\"\n [placeholder]=\"placeholder\"\n [pseudoFocus]=\"computedFocused\"\n [pseudoHover]=\"pseudoHover\"\n [pseudoInvalid]=\"computedInvalid\"\n [pseudoOpen]=\"open\"\n [readOnly]=\"readOnly\"\n [removable]=\"!nativeDropdownMode\"\n [rows]=\"rows\"\n [search]=\"searchOrSpace\"\n [tagValidator]=\"tagValidator | tuiMapper: disabledItemHandlerWrapper\"\n [tuiTextfieldIcon]=\"arrow ? icon : ''\"\n (click.prevent)=\"onClick(inputTag)\"\n (keydown.enter)=\"onEnter($event)\"\n (keydown.space)=\"onSpace($event)\"\n (keydown)=\"onKeyDown($event)\"\n (ngModelChange)=\"onInput($event)\"\n (paste.capture.stop.prevent)=\"onPaste($event)\"\n (searchChange)=\"onSearch($event)\"\n >\n <ng-content />\n <ng-template #select>\n @if (isMobile) {\n <ng-content select=\"select\" />\n }\n </ng-template>\n\n <ng-container\n *ngTemplateOutlet=\"select\"\n ngProjectAs=\"select\"\n />\n\n @if (computedGroup) {\n <div\n ngProjectAs=\"tuiContent\"\n class=\"t-content\"\n [class.t-content_fullsize]=\"inputTag.labelOutside\"\n >\n <span\n *polymorpheusOutlet=\"valueContent as text; context: {$implicit: value}\"\n class=\"t-primitive\"\n >\n {{ text }}\n </span>\n </div>\n }\n </tui-input-tag>\n\n <ng-template #icon>\n <div\n appearance=\"icon\"\n automation-id=\"tui-multi-select__arrow\"\n tuiWrapper\n class=\"t-arrow\"\n [class.t-arrow_native-dropdown]=\"nativeDropdownMode\"\n (mousedown.prevent.zoneless)=\"(0)\"\n >\n <ng-container *polymorpheusOutlet=\"arrow as text\">\n {{ text }}\n </ng-container>\n </div>\n </ng-template>\n</div>\n", styles: [":host{position:relative;display:block;border-radius:var(--tui-radius-m)}:host._disabled,:host :host-context(*:disabled){pointer-events:none}.t-hosted{display:block;border-radius:inherit}.t-input{border-radius:inherit}:host:not(._editable):not(._readonly) .t-input{cursor:pointer}.t-content{display:flex;align-items:center;pointer-events:none;box-sizing:border-box;margin:.0625rem 0}.t-primitive{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.t-arrow{pointer-events:auto;cursor:pointer}.t-arrow_native-dropdown{pointer-events:none}\n"] }]
240
238
  }], propDecorators: { accessor: [{
241
239
  type: ContentChild,
242
240
  args: [TUI_DATA_LIST_ACCESSOR]
@@ -295,8 +293,8 @@ class TuiHideSelectedPipe {
295
293
  filter(items, value, matcher) {
296
294
  return items.filter((item) => value.every((selected) => !matcher(selected, item)));
297
295
  }
298
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: TuiHideSelectedPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
299
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.9", ngImport: i0, type: TuiHideSelectedPipe, isStandalone: false, name: "tuiHideSelected", pure: false }); }
296
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiHideSelectedPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
297
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.15", ngImport: i0, type: TuiHideSelectedPipe, isStandalone: false, name: "tuiHideSelected", pure: false }); }
300
298
  }
301
299
  __decorate([
302
300
  tuiPure
@@ -304,7 +302,7 @@ __decorate([
304
302
  __decorate([
305
303
  tuiPure
306
304
  ], TuiHideSelectedPipe.prototype, "filter", null);
307
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: TuiHideSelectedPipe, decorators: [{
305
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiHideSelectedPipe, decorators: [{
308
306
  type: Pipe,
309
307
  args: [{
310
308
  standalone: false,
@@ -328,10 +326,10 @@ class TuiMultiSelectDirective extends AbstractTuiTextfieldHost {
328
326
  onSelectionChange(value) {
329
327
  this.host.onValueChange(value);
330
328
  }
331
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: TuiMultiSelectDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
332
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.9", type: TuiMultiSelectDirective, isStandalone: false, selector: "tui-multi-select", providers: [tuiAsTextfieldHost(TuiMultiSelectDirective)], usesInheritance: true, ngImport: i0 }); }
329
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiMultiSelectDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
330
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.15", type: TuiMultiSelectDirective, isStandalone: false, selector: "tui-multi-select", providers: [tuiAsTextfieldHost(TuiMultiSelectDirective)], usesInheritance: true, ngImport: i0 }); }
333
331
  }
334
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: TuiMultiSelectDirective, decorators: [{
332
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiMultiSelectDirective, decorators: [{
335
333
  type: Directive,
336
334
  args: [{
337
335
  standalone: false,
@@ -345,7 +343,7 @@ class TuiMultiSelectGroupComponent {
345
343
  this.options = EMPTY_QUERY;
346
344
  this.host = inject(TUI_DATA_LIST_HOST);
347
345
  this.control = inject(NgControl);
348
- this.multiSelectTexts$ = inject(TUI_MULTI_SELECT_TEXTS);
346
+ this.multiSelectTexts = inject(TUI_MULTI_SELECT_TEXTS);
349
347
  this.label = '';
350
348
  }
351
349
  get empty$() {
@@ -391,8 +389,8 @@ class TuiMultiSelectGroupComponent {
391
389
  filter(items) {
392
390
  return items.map(({ value }) => value).filter(tuiIsPresent);
393
391
  }
394
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: TuiMultiSelectGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
395
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.9", type: TuiMultiSelectGroupComponent, isStandalone: false, selector: "tui-opt-group[tuiMultiSelectGroup]", inputs: { label: "label" }, host: { properties: { "class._label": "label" } }, queries: [{ propertyName: "options", predicate: TuiOption }], ngImport: i0, template: "<span\n *tuiLet=\"value$ | async as value\"\n class=\"t-wrapper\"\n>\n <span class=\"t-label\">{{ label }}</span>\n <button\n *ngIf=\"label && !(empty$ | async)\"\n tuiLink\n type=\"button\"\n class=\"t-button\"\n [disabled]=\"!!(disabled$ | async)\"\n (click)=\"onClick(value)\"\n >\n {{ (multiSelectTexts$ | async)?.[value ? 'none' : 'all'] }}\n </button>\n</span>\n<ng-content />\n", styles: [":host._label:before{display:none}:host:not(:first-of-type) .t-label:not(:empty){padding-block-start:1.25rem}:host:not(:first-of-type) .t-button{margin-block-start:1.25rem}.t-wrapper{display:flex;align-items:flex-start}.t-label:not(:empty){flex:1;padding:.75rem 1rem .25rem .625rem}.t-button{margin:.75rem 1rem 0 auto;font-weight:400}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2$1.TuiLet, selector: "[tuiLet]", inputs: ["tuiLet"] }, { kind: "directive", type: i3.TuiLink, selector: "a[tuiLink], button[tuiLink]", inputs: ["pseudo"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
392
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiMultiSelectGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
393
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.15", type: TuiMultiSelectGroupComponent, isStandalone: false, selector: "tui-opt-group[tuiMultiSelectGroup]", inputs: { label: "label" }, host: { properties: { "class._label": "label" } }, queries: [{ propertyName: "options", predicate: TuiOption }], ngImport: i0, template: "@let value = value$ | async;\n<span class=\"t-wrapper\">\n <span class=\"t-label\">{{ label }}</span>\n @if (label && !(empty$ | async)) {\n <button\n tuiLink\n type=\"button\"\n class=\"t-button\"\n [disabled]=\"!!(disabled$ | async)\"\n (click)=\"onClick(value)\"\n >\n {{ multiSelectTexts()[value ? 'none' : 'all'] }}\n </button>\n }\n</span>\n<ng-content />\n", styles: [":host._label:before{display:none}:host:not(:first-of-type) .t-label:not(:empty){padding-block-start:1.25rem}:host:not(:first-of-type) .t-button{margin-block-start:1.25rem}.t-wrapper{display:flex;align-items:flex-start}.t-label:not(:empty){flex:1;padding:.75rem 1rem .25rem .625rem}.t-button{margin:.75rem 1rem 0 auto;font-weight:400}\n"], dependencies: [{ kind: "directive", type: i1$1.TuiLink, selector: "a[tuiLink], button[tuiLink]", inputs: ["pseudo"] }, { kind: "pipe", type: i2.AsyncPipe, name: "async" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
396
394
  }
397
395
  __decorate([
398
396
  tuiPure
@@ -412,11 +410,11 @@ __decorate([
412
410
  __decorate([
413
411
  tuiPure
414
412
  ], TuiMultiSelectGroupComponent.prototype, "filter", null);
415
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: TuiMultiSelectGroupComponent, decorators: [{
413
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiMultiSelectGroupComponent, decorators: [{
416
414
  type: Component,
417
415
  args: [{ standalone: false, selector: 'tui-opt-group[tuiMultiSelectGroup]', changeDetection: ChangeDetectionStrategy.OnPush, host: {
418
416
  '[class._label]': 'label',
419
- }, template: "<span\n *tuiLet=\"value$ | async as value\"\n class=\"t-wrapper\"\n>\n <span class=\"t-label\">{{ label }}</span>\n <button\n *ngIf=\"label && !(empty$ | async)\"\n tuiLink\n type=\"button\"\n class=\"t-button\"\n [disabled]=\"!!(disabled$ | async)\"\n (click)=\"onClick(value)\"\n >\n {{ (multiSelectTexts$ | async)?.[value ? 'none' : 'all'] }}\n </button>\n</span>\n<ng-content />\n", styles: [":host._label:before{display:none}:host:not(:first-of-type) .t-label:not(:empty){padding-block-start:1.25rem}:host:not(:first-of-type) .t-button{margin-block-start:1.25rem}.t-wrapper{display:flex;align-items:flex-start}.t-label:not(:empty){flex:1;padding:.75rem 1rem .25rem .625rem}.t-button{margin:.75rem 1rem 0 auto;font-weight:400}\n"] }]
417
+ }, template: "@let value = value$ | async;\n<span class=\"t-wrapper\">\n <span class=\"t-label\">{{ label }}</span>\n @if (label && !(empty$ | async)) {\n <button\n tuiLink\n type=\"button\"\n class=\"t-button\"\n [disabled]=\"!!(disabled$ | async)\"\n (click)=\"onClick(value)\"\n >\n {{ multiSelectTexts()[value ? 'none' : 'all'] }}\n </button>\n }\n</span>\n<ng-content />\n", styles: [":host._label:before{display:none}:host:not(:first-of-type) .t-label:not(:empty){padding-block-start:1.25rem}:host:not(:first-of-type) .t-button{margin-block-start:1.25rem}.t-wrapper{display:flex;align-items:flex-start}.t-label:not(:empty){flex:1;padding:.75rem 1rem .25rem .625rem}.t-button{margin:.75rem 1rem 0 auto;font-weight:400}\n"] }]
420
418
  }], propDecorators: { options: [{
421
419
  type: ContentChildren,
422
420
  args: [TuiOption]
@@ -426,8 +424,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.9", ngImpor
426
424
 
427
425
  const TUI_MULTI_SELECT_OPTION = new PolymorpheusComponent(TuiMultiSelectOptionComponent);
428
426
  class TuiMultiSelectGroupDirective {
429
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: TuiMultiSelectGroupDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
430
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.9", type: TuiMultiSelectGroupDirective, isStandalone: false, selector: "[tuiMultiSelectGroup]", providers: [
427
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiMultiSelectGroupDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
428
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.15", type: TuiMultiSelectGroupDirective, isStandalone: false, selector: "[tuiMultiSelectGroup]", providers: [
431
429
  tuiAsOptionContent(TUI_MULTI_SELECT_OPTION),
432
430
  {
433
431
  provide: TUI_DATA_LIST_HOST,
@@ -463,7 +461,7 @@ class TuiMultiSelectGroupDirective {
463
461
  },
464
462
  ], ngImport: i0 }); }
465
463
  }
466
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: TuiMultiSelectGroupDirective, decorators: [{
464
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiMultiSelectGroupDirective, decorators: [{
467
465
  type: Directive,
468
466
  args: [{
469
467
  standalone: false,
@@ -516,8 +514,8 @@ class TuiNativeMultiSelectComponent extends AbstractTuiNativeMultiSelect {
516
514
  const value = this.items?.filter((_, index) => selected.includes(index)) || [];
517
515
  this.host.onSelectionChange(value);
518
516
  }
519
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: TuiNativeMultiSelectComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
520
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.9", type: TuiNativeMultiSelectComponent, isStandalone: false, selector: "select[multiple][tuiSelect]:not([labels])", inputs: { items: "items" }, host: { listeners: { "change": "onValueChange($event.target.selectedOptions)", "click.stop.zoneless": "0", "mousedown.stop.zoneless": "0" }, properties: { "attr.aria-invalid": "host.invalid", "disabled": "host.disabled || control.readOnly", "tabIndex": "host.focusable ? 0 : -1" } }, providers: [
517
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiNativeMultiSelectComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
518
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.15", type: TuiNativeMultiSelectComponent, isStandalone: false, selector: "select[multiple][tuiSelect]:not([labels])", inputs: { items: "items" }, host: { listeners: { "change": "onValueChange($event.target.selectedOptions)", "click.stop.zoneless": "0", "mousedown.stop.zoneless": "0" }, properties: { "attr.aria-invalid": "host.invalid", "disabled": "host.disabled || control.readOnly", "tabIndex": "host.focusable ? 0 : -1" } }, providers: [
521
519
  tuiAsDataList(TuiNativeMultiSelectComponent),
522
520
  tuiProvide(AbstractTuiNativeMultiSelect, TuiNativeMultiSelectComponent),
523
521
  {
@@ -525,9 +523,9 @@ class TuiNativeMultiSelectComponent extends AbstractTuiNativeMultiSelect {
525
523
  deps: [TuiNativeMultiSelectComponent],
526
524
  useFactory: ({ datalist }) => datalist,
527
525
  },
528
- ], usesInheritance: true, ngImport: i0, template: "<ng-container *ngIf=\"control.control?.valueChanges | async\" />\n\n<tui-data-list-wrapper\n *tuiDataList\n tuiMultiSelectGroup\n [disabledItemHandler]=\"disabledItemHandler || host.disableItemHandler\"\n [itemContent]=\"stringify | tuiStringifyContent\"\n [items]=\"items\"\n/>\n<option\n *ngFor=\"let option of items\"\n [disabled]=\"disabledItemHandler ? disabledItemHandler(option) : host.disableItemHandler(option)\"\n [selected]=\"option | tuiMapper: selectedMapper : control.value\"\n [value]=\"stringify(option)\"\n>\n {{ stringify(option) }}\n</option>\n", styles: [":host{position:absolute;top:0;left:0;inline-size:100%;block-size:100%;opacity:0}\n"], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgSelectOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i2.ɵNgSelectMultipleOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i2$2.TuiDataListDirective, selector: "ng-template[tuiDataList]" }, { kind: "component", type: i3$1.TuiDataListWrapperComponent, selector: "tui-data-list-wrapper:not([labels]), tui-data-list-wrapper:not([labels])[new]", inputs: ["items", "disabledItemHandler", "emptyContent", "size", "itemContent"], outputs: ["itemClick"] }, { kind: "directive", type: TuiMultiSelectGroupDirective, selector: "[tuiMultiSelectGroup]" }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "pipe", type: i6$1.TuiMapperPipe, name: "tuiMapper" }, { kind: "pipe", type: i7.TuiStringifyContentPipe, name: "tuiStringifyContent" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
526
+ ], usesInheritance: true, ngImport: i0, template: "@if (control.control?.valueChanges | async) {}\n\n<tui-data-list-wrapper\n *tuiDataList\n tuiMultiSelectGroup\n [disabledItemHandler]=\"disabledItemHandler || host.disableItemHandler\"\n [itemContent]=\"stringify | tuiStringifyContent\"\n [items]=\"items\"\n/>\n@for (option of items; track option) {\n <option\n [disabled]=\"disabledItemHandler ? disabledItemHandler(option) : host.disableItemHandler(option)\"\n [selected]=\"option | tuiMapper: selectedMapper : control.value\"\n [value]=\"stringify(option)\"\n >\n {{ stringify(option) }}\n </option>\n}\n", styles: [":host{position:absolute;top:0;left:0;inline-size:100%;block-size:100%;opacity:0}\n"], dependencies: [{ kind: "directive", type: i1.NgSelectOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i1.ɵNgSelectMultipleOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i1$2.TuiDataListDirective, selector: "ng-template[tuiDataList]" }, { kind: "component", type: i2$1.TuiDataListWrapperComponent, selector: "tui-data-list-wrapper:not([labels]), tui-data-list-wrapper:not([labels])[new]", inputs: ["items", "disabledItemHandler", "emptyContent", "size", "itemContent"], outputs: ["itemClick"] }, { kind: "directive", type: TuiMultiSelectGroupDirective, selector: "[tuiMultiSelectGroup]" }, { kind: "pipe", type: i2.AsyncPipe, name: "async" }, { kind: "pipe", type: i6$1.TuiMapperPipe, name: "tuiMapper" }, { kind: "pipe", type: i7.TuiStringifyContentPipe, name: "tuiStringifyContent" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
529
527
  }
530
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: TuiNativeMultiSelectComponent, decorators: [{
528
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiNativeMultiSelectComponent, decorators: [{
531
529
  type: Component,
532
530
  args: [{ standalone: false, selector: 'select[multiple][tuiSelect]:not([labels])', changeDetection: ChangeDetectionStrategy.OnPush, providers: [
533
531
  tuiAsDataList(TuiNativeMultiSelectComponent),
@@ -544,7 +542,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.9", ngImpor
544
542
  '(change)': 'onValueChange($event.target.selectedOptions)',
545
543
  '(click.stop.zoneless)': '0',
546
544
  '(mousedown.stop.zoneless)': '0',
547
- }, template: "<ng-container *ngIf=\"control.control?.valueChanges | async\" />\n\n<tui-data-list-wrapper\n *tuiDataList\n tuiMultiSelectGroup\n [disabledItemHandler]=\"disabledItemHandler || host.disableItemHandler\"\n [itemContent]=\"stringify | tuiStringifyContent\"\n [items]=\"items\"\n/>\n<option\n *ngFor=\"let option of items\"\n [disabled]=\"disabledItemHandler ? disabledItemHandler(option) : host.disableItemHandler(option)\"\n [selected]=\"option | tuiMapper: selectedMapper : control.value\"\n [value]=\"stringify(option)\"\n>\n {{ stringify(option) }}\n</option>\n", styles: [":host{position:absolute;top:0;left:0;inline-size:100%;block-size:100%;opacity:0}\n"] }]
545
+ }, template: "@if (control.control?.valueChanges | async) {}\n\n<tui-data-list-wrapper\n *tuiDataList\n tuiMultiSelectGroup\n [disabledItemHandler]=\"disabledItemHandler || host.disableItemHandler\"\n [itemContent]=\"stringify | tuiStringifyContent\"\n [items]=\"items\"\n/>\n@for (option of items; track option) {\n <option\n [disabled]=\"disabledItemHandler ? disabledItemHandler(option) : host.disableItemHandler(option)\"\n [selected]=\"option | tuiMapper: selectedMapper : control.value\"\n [value]=\"stringify(option)\"\n >\n {{ stringify(option) }}\n </option>\n}\n", styles: [":host{position:absolute;top:0;left:0;inline-size:100%;block-size:100%;opacity:0}\n"] }]
548
546
  }], propDecorators: { items: [{
549
547
  type: Input
550
548
  }] } });
@@ -561,8 +559,8 @@ class TuiNativeMultiSelectGroupComponent extends AbstractTuiNativeMultiSelect {
561
559
  const value = flatItems.filter((_, index) => selected.includes(index));
562
560
  this.host.onSelectionChange(value);
563
561
  }
564
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: TuiNativeMultiSelectGroupComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
565
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.9", type: TuiNativeMultiSelectGroupComponent, isStandalone: false, selector: "select[multiple][tuiSelect][labels]", inputs: { items: "items", labels: "labels" }, host: { listeners: { "change": "onValueChange($event.target.selectedOptions)", "click.stop.zoneless": "0", "mousedown.stop.zoneless": "0" }, properties: { "attr.aria-invalid": "host.invalid", "disabled": "host.disabled || control.readOnly", "tabIndex": "host.focusable ? 0 : -1" } }, providers: [
562
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiNativeMultiSelectGroupComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
563
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.15", type: TuiNativeMultiSelectGroupComponent, isStandalone: false, selector: "select[multiple][tuiSelect][labels]", inputs: { items: "items", labels: "labels" }, host: { listeners: { "change": "onValueChange($event.target.selectedOptions)", "click.stop.zoneless": "0", "mousedown.stop.zoneless": "0" }, properties: { "attr.aria-invalid": "host.invalid", "disabled": "host.disabled || control.readOnly", "tabIndex": "host.focusable ? 0 : -1" } }, providers: [
566
564
  tuiAsDataList(TuiNativeMultiSelectGroupComponent),
567
565
  tuiProvide(AbstractTuiNativeMultiSelect, TuiNativeMultiSelectGroupComponent),
568
566
  {
@@ -570,9 +568,9 @@ class TuiNativeMultiSelectGroupComponent extends AbstractTuiNativeMultiSelect {
570
568
  deps: [TuiNativeMultiSelectGroupComponent],
571
569
  useFactory: ({ datalist }) => datalist,
572
570
  },
573
- ], usesInheritance: true, ngImport: i0, template: "<ng-container *ngIf=\"control.control?.valueChanges | async\" />\n\n<tui-data-list-wrapper\n *tuiDataList\n tuiMultiSelectGroup\n [disabledItemHandler]=\"disabledItemHandler || host.disableItemHandler\"\n [itemContent]=\"stringify | tuiStringifyContent\"\n [items]=\"items\"\n [labels]=\"labels\"\n/>\n<optgroup\n *ngFor=\"let group of items; let index = index\"\n [label]=\"labels[index]\"\n>\n <option\n *ngFor=\"let option of group\"\n [disabled]=\"disabledItemHandler ? disabledItemHandler(option) : host.disableItemHandler(option)\"\n [selected]=\"option | tuiMapper: selectedMapper : control.value\"\n [value]=\"stringify(option)\"\n >\n {{ stringify(option) }}\n </option>\n</optgroup>\n", styles: [":host{position:absolute;top:0;left:0;inline-size:100%;block-size:100%;opacity:0}\n"], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgSelectOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i2.ɵNgSelectMultipleOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i2$2.TuiDataListDirective, selector: "ng-template[tuiDataList]" }, { kind: "component", type: i3$1.TuiDataListGroupWrapperComponent, selector: "tui-data-list-wrapper[labels]", inputs: ["labels"] }, { kind: "directive", type: TuiMultiSelectGroupDirective, selector: "[tuiMultiSelectGroup]" }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "pipe", type: i6$1.TuiMapperPipe, name: "tuiMapper" }, { kind: "pipe", type: i7.TuiStringifyContentPipe, name: "tuiStringifyContent" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
571
+ ], usesInheritance: true, ngImport: i0, template: "@if (control.control?.valueChanges | async) {}\n\n<tui-data-list-wrapper\n *tuiDataList\n tuiMultiSelectGroup\n [disabledItemHandler]=\"disabledItemHandler || host.disableItemHandler\"\n [itemContent]=\"stringify | tuiStringifyContent\"\n [items]=\"items\"\n [labels]=\"labels\"\n/>\n@for (group of items; track group) {\n <optgroup [label]=\"labels[$index]\">\n @for (option of group; track option) {\n <option\n [disabled]=\"disabledItemHandler ? disabledItemHandler(option) : host.disableItemHandler(option)\"\n [selected]=\"option | tuiMapper: selectedMapper : control.value\"\n [value]=\"stringify(option)\"\n >\n {{ stringify(option) }}\n </option>\n }\n </optgroup>\n}\n", styles: [":host{position:absolute;top:0;left:0;inline-size:100%;block-size:100%;opacity:0}\n"], dependencies: [{ kind: "directive", type: i1.NgSelectOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i1.ɵNgSelectMultipleOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i1$2.TuiDataListDirective, selector: "ng-template[tuiDataList]" }, { kind: "component", type: i2$1.TuiDataListGroupWrapperComponent, selector: "tui-data-list-wrapper[labels]", inputs: ["labels"] }, { kind: "directive", type: TuiMultiSelectGroupDirective, selector: "[tuiMultiSelectGroup]" }, { kind: "pipe", type: i2.AsyncPipe, name: "async" }, { kind: "pipe", type: i6$1.TuiMapperPipe, name: "tuiMapper" }, { kind: "pipe", type: i7.TuiStringifyContentPipe, name: "tuiStringifyContent" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
574
572
  }
575
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: TuiNativeMultiSelectGroupComponent, decorators: [{
573
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiNativeMultiSelectGroupComponent, decorators: [{
576
574
  type: Component,
577
575
  args: [{ standalone: false, selector: 'select[multiple][tuiSelect][labels]', changeDetection: ChangeDetectionStrategy.OnPush, providers: [
578
576
  tuiAsDataList(TuiNativeMultiSelectGroupComponent),
@@ -589,7 +587,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.9", ngImpor
589
587
  '(change)': 'onValueChange($event.target.selectedOptions)',
590
588
  '(click.stop.zoneless)': '0',
591
589
  '(mousedown.stop.zoneless)': '0',
592
- }, template: "<ng-container *ngIf=\"control.control?.valueChanges | async\" />\n\n<tui-data-list-wrapper\n *tuiDataList\n tuiMultiSelectGroup\n [disabledItemHandler]=\"disabledItemHandler || host.disableItemHandler\"\n [itemContent]=\"stringify | tuiStringifyContent\"\n [items]=\"items\"\n [labels]=\"labels\"\n/>\n<optgroup\n *ngFor=\"let group of items; let index = index\"\n [label]=\"labels[index]\"\n>\n <option\n *ngFor=\"let option of group\"\n [disabled]=\"disabledItemHandler ? disabledItemHandler(option) : host.disableItemHandler(option)\"\n [selected]=\"option | tuiMapper: selectedMapper : control.value\"\n [value]=\"stringify(option)\"\n >\n {{ stringify(option) }}\n </option>\n</optgroup>\n", styles: [":host{position:absolute;top:0;left:0;inline-size:100%;block-size:100%;opacity:0}\n"] }]
590
+ }, template: "@if (control.control?.valueChanges | async) {}\n\n<tui-data-list-wrapper\n *tuiDataList\n tuiMultiSelectGroup\n [disabledItemHandler]=\"disabledItemHandler || host.disableItemHandler\"\n [itemContent]=\"stringify | tuiStringifyContent\"\n [items]=\"items\"\n [labels]=\"labels\"\n/>\n@for (group of items; track group) {\n <optgroup [label]=\"labels[$index]\">\n @for (option of group; track option) {\n <option\n [disabled]=\"disabledItemHandler ? disabledItemHandler(option) : host.disableItemHandler(option)\"\n [selected]=\"option | tuiMapper: selectedMapper : control.value\"\n [value]=\"stringify(option)\"\n >\n {{ stringify(option) }}\n </option>\n }\n </optgroup>\n}\n", styles: [":host{position:absolute;top:0;left:0;inline-size:100%;block-size:100%;opacity:0}\n"] }]
593
591
  }], propDecorators: { items: [{
594
592
  type: Input
595
593
  }], labels: [{
@@ -601,8 +599,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.9", ngImpor
601
599
  * @deprecated use new version of {@link https://taiga-ui.dev/components/input-chip TuiInputChip} (from @taiga-ui/kit) instead
602
600
  */
603
601
  class TuiMultiSelectModule {
604
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: TuiMultiSelectModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
605
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.9", ngImport: i0, type: TuiMultiSelectModule, declarations: [TuiMultiSelectComponent,
602
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiMultiSelectModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
603
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.15", ngImport: i0, type: TuiMultiSelectModule, declarations: [TuiMultiSelectComponent,
606
604
  TuiMultiSelectGroupComponent,
607
605
  TuiMultiSelectGroupDirective,
608
606
  TuiHideSelectedPipe,
@@ -612,31 +610,30 @@ class TuiMultiSelectModule {
612
610
  FormsModule,
613
611
  PolymorpheusOutlet,
614
612
  PolymorpheusTemplate,
615
- TuiWrapperModule,
616
613
  TuiArrowComponent,
617
- TuiLet,
618
614
  TuiInputTagModule,
619
- TuiMultiSelectOptionModule,
620
- TuiMapperPipe,
615
+ TuiLegacyDropdownOpenMonitorDirective,
621
616
  TuiLink,
622
- TuiTextfieldControllerModule,
617
+ TuiMapperPipe,
618
+ TuiMultiSelectOptionModule,
623
619
  TuiStringifyContentPipe,
624
- TuiLegacyDropdownOpenMonitorDirective, i1$1.TuiDropdownOptionsDirective, i1$1.TuiDropdownDriverDirective, i1$1.TuiDropdownDirective, i1$1.TuiDropdownComponent, i1$1.TuiDropdownOpen, i1$1.TuiDropdownOpenLegacy, i1$1.TuiDropdownPortal, i1$1.TuiDropdownManual, i1$1.TuiDropdownHover, i1$1.TuiDropdownContext, i1$1.TuiDropdownPosition, i1$1.TuiDropdownPositionSided, i1$1.TuiDropdownSelection, i2$2.TuiDataListComponent, i2$2.TuiDataListDirective, i2$2.TuiOption, i2$2.TuiOptionNew, i2$2.TuiOptionWithValue, i2$2.TuiOptGroup, i3$1.TuiDataListWrapperComponent, i3$1.TuiDataListGroupWrapperComponent, i2$2.TuiDataListDirective], exports: [TuiMultiSelectComponent,
620
+ TuiTextfieldControllerModule,
621
+ TuiWrapperModule, i1$2.TuiDataListComponent, i1$2.TuiDataListDirective, i1$2.TuiOption, i1$2.TuiOptionNew, i1$2.TuiOptionWithValue, i1$2.TuiOptGroup, i2$1.TuiDataListWrapperComponent, i2$1.TuiDataListGroupWrapperComponent, i1$2.TuiDataListDirective, i3.TuiDropdownOptionsDirective, i3.TuiDropdownDriverDirective, i3.TuiDropdownDirective, i3.TuiDropdownComponent, i3.TuiDropdownOpen, i3.TuiDropdownOpenLegacy, i3.TuiDropdownManual, i3.TuiDropdownHover, i3.TuiDropdownContent, i3.TuiDropdownContext, i3.TuiDropdownPosition, i3.TuiDropdownPositionSided, i3.TuiDropdownSelection], exports: [TuiMultiSelectComponent,
625
622
  TuiMultiSelectGroupComponent,
626
623
  TuiMultiSelectGroupDirective,
627
624
  TuiHideSelectedPipe,
628
625
  TuiMultiSelectDirective,
629
626
  TuiNativeMultiSelectComponent,
630
- TuiNativeMultiSelectGroupComponent, i1$1.TuiDropdownOptionsDirective, i1$1.TuiDropdownDriverDirective, i1$1.TuiDropdownDirective, i1$1.TuiDropdownComponent, i1$1.TuiDropdownOpen, i1$1.TuiDropdownOpenLegacy, i1$1.TuiDropdownPortal, i1$1.TuiDropdownManual, i1$1.TuiDropdownHover, i1$1.TuiDropdownContext, i1$1.TuiDropdownPosition, i1$1.TuiDropdownPositionSided, i1$1.TuiDropdownSelection, i2$2.TuiDataListComponent, i2$2.TuiDataListDirective, i2$2.TuiOption, i2$2.TuiOptionNew, i2$2.TuiOptionWithValue, i2$2.TuiOptGroup, i3$1.TuiDataListWrapperComponent, i3$1.TuiDataListGroupWrapperComponent, i2$2.TuiDataListDirective] }); }
631
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: TuiMultiSelectModule, imports: [CommonModule,
627
+ TuiNativeMultiSelectGroupComponent, i3.TuiDropdownOptionsDirective, i3.TuiDropdownDriverDirective, i3.TuiDropdownDirective, i3.TuiDropdownComponent, i3.TuiDropdownOpen, i3.TuiDropdownOpenLegacy, i3.TuiDropdownManual, i3.TuiDropdownHover, i3.TuiDropdownContent, i3.TuiDropdownContext, i3.TuiDropdownPosition, i3.TuiDropdownPositionSided, i3.TuiDropdownSelection, i1$2.TuiDataListComponent, i1$2.TuiDataListDirective, i1$2.TuiOption, i1$2.TuiOptionNew, i1$2.TuiOptionWithValue, i1$2.TuiOptGroup, i2$1.TuiDataListWrapperComponent, i2$1.TuiDataListGroupWrapperComponent, i1$2.TuiDataListDirective] }); }
628
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiMultiSelectModule, imports: [CommonModule,
632
629
  FormsModule,
633
- TuiWrapperModule,
634
630
  TuiArrowComponent,
635
631
  TuiInputTagModule,
636
632
  TuiMultiSelectOptionModule,
637
- TuiTextfieldControllerModule, i1$1.TuiDropdownComponent, i2$2.TuiDataListComponent, i2$2.TuiOption, i3$1.TuiDataListWrapperComponent, i3$1.TuiDataListGroupWrapperComponent] }); }
633
+ TuiTextfieldControllerModule,
634
+ TuiWrapperModule, i1$2.TuiDataListComponent, i1$2.TuiOption, i2$1.TuiDataListWrapperComponent, i2$1.TuiDataListGroupWrapperComponent, i3.TuiDropdownComponent] }); }
638
635
  }
639
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: TuiMultiSelectModule, decorators: [{
636
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiMultiSelectModule, decorators: [{
640
637
  type: NgModule,
641
638
  args: [{
642
639
  imports: [
@@ -644,19 +641,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.9", ngImpor
644
641
  FormsModule,
645
642
  PolymorpheusOutlet,
646
643
  PolymorpheusTemplate,
647
- TuiWrapperModule,
648
644
  TuiArrowComponent,
649
- TuiLet,
650
645
  TuiInputTagModule,
651
- TuiMultiSelectOptionModule,
652
- TuiMapperPipe,
646
+ TuiLegacyDropdownOpenMonitorDirective,
653
647
  TuiLink,
654
- TuiTextfieldControllerModule,
648
+ TuiMapperPipe,
649
+ TuiMultiSelectOptionModule,
655
650
  TuiStringifyContentPipe,
656
- TuiLegacyDropdownOpenMonitorDirective,
657
- ...TuiDropdown,
651
+ TuiTextfieldControllerModule,
652
+ TuiWrapperModule,
658
653
  ...TuiDataList,
659
654
  ...TuiDataListWrapper,
655
+ ...TuiDropdown,
660
656
  ],
661
657
  declarations: [
662
658
  TuiMultiSelectComponent,