@taiga-ui/core 4.52.0-canary.a4e325d → 4.52.0-canary.bf9131e

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 (209) hide show
  1. package/components/alert/alert.component.d.ts +5 -6
  2. package/components/alert/alert.directive.d.ts +4 -3
  3. package/components/alert/alert.interfaces.d.ts +3 -2
  4. package/components/alert/alert.service.d.ts +6 -2
  5. package/components/alert/alert.tokens.d.ts +1 -7
  6. package/components/alert/index.d.ts +0 -1
  7. package/components/button/button.directive.d.ts +2 -2
  8. package/components/button/button.options.d.ts +1 -1
  9. package/components/cell/cell.directive.d.ts +9 -0
  10. package/components/cell/cell.options.d.ts +6 -0
  11. package/components/cell/index.d.ts +2 -0
  12. package/components/data-list/data-list.component.d.ts +1 -1
  13. package/components/dialog/active-zone-adapter.directive.d.ts +11 -0
  14. package/components/dialog/dialog.component.d.ts +6 -11
  15. package/components/dialog/dialog.directive.d.ts +5 -4
  16. package/components/dialog/dialog.factory.d.ts +1 -1
  17. package/components/dialog/dialog.options.d.ts +26 -0
  18. package/components/dialog/{dialog-close.service.d.ts → dialog.providers.d.ts} +4 -1
  19. package/components/dialog/dialog.service.d.ts +6 -3
  20. package/components/dialog/index.d.ts +2 -3
  21. package/components/error/error.component.d.ts +6 -8
  22. package/components/error/error.d.ts +4 -0
  23. package/components/error/error.directive.d.ts +19 -0
  24. package/components/error/error.pipe.d.ts +10 -0
  25. package/components/error/index.d.ts +3 -0
  26. package/components/expand/expand.component.d.ts +9 -28
  27. package/components/expand/index.d.ts +0 -2
  28. package/components/header/header.directive.d.ts +17 -0
  29. package/components/header/index.d.ts +1 -0
  30. package/components/icon/icon.component.d.ts +6 -11
  31. package/components/index.d.ts +3 -1
  32. package/components/loader/loader.component.d.ts +7 -7
  33. package/components/modal/index.d.ts +2 -0
  34. package/components/modal/modal.component.d.ts +17 -0
  35. package/components/modal/modal.service.d.ts +13 -0
  36. package/components/notification/notification.directive.d.ts +1 -1
  37. package/components/notification/notification.options.d.ts +1 -1
  38. package/components/root/root.component.d.ts +4 -6
  39. package/components/scrollbar/scrollbar.options.d.ts +1 -1
  40. package/components/spin-button/spin-button.component.d.ts +8 -9
  41. package/components/textfield/index.d.ts +1 -3
  42. package/components/textfield/textfield-content.directive.d.ts +3 -2
  43. package/components/textfield/textfield-icon.d.ts +3 -3
  44. package/components/textfield/textfield-multi/textfield-multi.component.d.ts +4 -5
  45. package/components/textfield/textfield.component.d.ts +2 -3
  46. package/components/textfield/textfield.d.ts +2 -3
  47. package/components/textfield/textfield.directive.d.ts +2 -2
  48. package/components/textfield/textfield.options.d.ts +8 -11
  49. package/directives/appearance/appearance.directive.d.ts +5 -13
  50. package/directives/appearance/appearance.options.d.ts +1 -1
  51. package/directives/dropdown/dropdown-content.directive.d.ts +9 -0
  52. package/directives/dropdown/dropdown.d.ts +2 -2
  53. package/directives/dropdown/dropdown.directive.d.ts +1 -2
  54. package/directives/dropdown/index.d.ts +1 -3
  55. package/directives/hint/hint-describe.directive.d.ts +4 -6
  56. package/directives/hint/hint-host.directive.d.ts +2 -2
  57. package/directives/hint/hint-hover.directive.d.ts +3 -4
  58. package/directives/hint/hint-manual.directive.d.ts +2 -2
  59. package/directives/hint/hint-options.directive.d.ts +3 -3
  60. package/directives/hint/hint-overflow.directive.d.ts +2 -2
  61. package/directives/hint/hint-position.directive.d.ts +4 -5
  62. package/directives/hint/hint-unstyled.component.d.ts +2 -7
  63. package/directives/hint/hint.component.d.ts +10 -11
  64. package/directives/hint/hint.directive.d.ts +9 -11
  65. package/directives/hint/index.d.ts +0 -2
  66. package/directives/icons/icons.bindings.d.ts +5 -0
  67. package/directives/icons/icons.directive.d.ts +8 -16
  68. package/directives/icons/index.d.ts +1 -0
  69. package/directives/index.d.ts +1 -1
  70. package/directives/notification/index.d.ts +2 -0
  71. package/directives/notification/notification.directive.d.ts +11 -0
  72. package/directives/notification/notification.service.d.ts +12 -0
  73. package/directives/popup/popup.directive.d.ts +6 -5
  74. package/directives/popup/popup.service.d.ts +1 -1
  75. package/directives/popup/popups.component.d.ts +2 -2
  76. package/directives/title/title.directive.d.ts +2 -3
  77. package/fesm2022/taiga-ui-core-animations.mjs.map +1 -1
  78. package/fesm2022/taiga-ui-core-classes.mjs +3 -3
  79. package/fesm2022/taiga-ui-core-classes.mjs.map +1 -1
  80. package/fesm2022/taiga-ui-core-components-alert.mjs +60 -99
  81. package/fesm2022/taiga-ui-core-components-alert.mjs.map +1 -1
  82. package/fesm2022/taiga-ui-core-components-button.mjs +13 -20
  83. package/fesm2022/taiga-ui-core-components-button.mjs.map +1 -1
  84. package/fesm2022/taiga-ui-core-components-calendar.mjs +18 -20
  85. package/fesm2022/taiga-ui-core-components-calendar.mjs.map +1 -1
  86. package/fesm2022/taiga-ui-core-components-cell.mjs +45 -0
  87. package/fesm2022/taiga-ui-core-components-cell.mjs.map +1 -0
  88. package/fesm2022/taiga-ui-core-components-data-list.mjs +29 -30
  89. package/fesm2022/taiga-ui-core-components-data-list.mjs.map +1 -1
  90. package/fesm2022/taiga-ui-core-components-dialog.mjs +123 -92
  91. package/fesm2022/taiga-ui-core-components-dialog.mjs.map +1 -1
  92. package/fesm2022/taiga-ui-core-components-error.mjs +109 -26
  93. package/fesm2022/taiga-ui-core-components-error.mjs.map +1 -1
  94. package/fesm2022/taiga-ui-core-components-expand.mjs +34 -132
  95. package/fesm2022/taiga-ui-core-components-expand.mjs.map +1 -1
  96. package/fesm2022/taiga-ui-core-components-header.mjs +42 -0
  97. package/fesm2022/taiga-ui-core-components-header.mjs.map +1 -0
  98. package/fesm2022/taiga-ui-core-components-icon.mjs +22 -39
  99. package/fesm2022/taiga-ui-core-components-icon.mjs.map +1 -1
  100. package/fesm2022/taiga-ui-core-components-label.mjs +9 -12
  101. package/fesm2022/taiga-ui-core-components-label.mjs.map +1 -1
  102. package/fesm2022/taiga-ui-core-components-link.mjs +9 -12
  103. package/fesm2022/taiga-ui-core-components-link.mjs.map +1 -1
  104. package/fesm2022/taiga-ui-core-components-loader.mjs +15 -29
  105. package/fesm2022/taiga-ui-core-components-loader.mjs.map +1 -1
  106. package/fesm2022/taiga-ui-core-components-modal.mjs +89 -0
  107. package/fesm2022/taiga-ui-core-components-modal.mjs.map +1 -0
  108. package/fesm2022/taiga-ui-core-components-notification.mjs +16 -30
  109. package/fesm2022/taiga-ui-core-components-notification.mjs.map +1 -1
  110. package/fesm2022/taiga-ui-core-components-root.mjs +20 -50
  111. package/fesm2022/taiga-ui-core-components-root.mjs.map +1 -1
  112. package/fesm2022/taiga-ui-core-components-scrollbar.mjs +26 -26
  113. package/fesm2022/taiga-ui-core-components-scrollbar.mjs.map +1 -1
  114. package/fesm2022/taiga-ui-core-components-spin-button.mjs +16 -29
  115. package/fesm2022/taiga-ui-core-components-spin-button.mjs.map +1 -1
  116. package/fesm2022/taiga-ui-core-components-textfield.mjs +167 -274
  117. package/fesm2022/taiga-ui-core-components-textfield.mjs.map +1 -1
  118. package/fesm2022/taiga-ui-core-components.mjs +3 -1
  119. package/fesm2022/taiga-ui-core-components.mjs.map +1 -1
  120. package/fesm2022/taiga-ui-core-directives-appearance.mjs +26 -63
  121. package/fesm2022/taiga-ui-core-directives-appearance.mjs.map +1 -1
  122. package/fesm2022/taiga-ui-core-directives-date-format.mjs +3 -3
  123. package/fesm2022/taiga-ui-core-directives-date-format.mjs.map +1 -1
  124. package/fesm2022/taiga-ui-core-directives-dropdown.mjs +82 -119
  125. package/fesm2022/taiga-ui-core-directives-dropdown.mjs.map +1 -1
  126. package/fesm2022/taiga-ui-core-directives-group.mjs +9 -12
  127. package/fesm2022/taiga-ui-core-directives-group.mjs.map +1 -1
  128. package/fesm2022/taiga-ui-core-directives-hint.mjs +143 -241
  129. package/fesm2022/taiga-ui-core-directives-hint.mjs.map +1 -1
  130. package/fesm2022/taiga-ui-core-directives-icons.mjs +35 -45
  131. package/fesm2022/taiga-ui-core-directives-icons.mjs.map +1 -1
  132. package/fesm2022/taiga-ui-core-directives-items-handlers.mjs +11 -11
  133. package/fesm2022/taiga-ui-core-directives-items-handlers.mjs.map +1 -1
  134. package/fesm2022/taiga-ui-core-directives-notification.mjs +73 -0
  135. package/fesm2022/taiga-ui-core-directives-notification.mjs.map +1 -0
  136. package/fesm2022/taiga-ui-core-directives-number-format.mjs +3 -3
  137. package/fesm2022/taiga-ui-core-directives-number-format.mjs.map +1 -1
  138. package/fesm2022/taiga-ui-core-directives-popup.mjs +20 -27
  139. package/fesm2022/taiga-ui-core-directives-popup.mjs.map +1 -1
  140. package/fesm2022/taiga-ui-core-directives-title.mjs +13 -19
  141. package/fesm2022/taiga-ui-core-directives-title.mjs.map +1 -1
  142. package/fesm2022/taiga-ui-core-directives.mjs +1 -1
  143. package/fesm2022/taiga-ui-core-pipes-auto-color.mjs +3 -3
  144. package/fesm2022/taiga-ui-core-pipes-auto-color.mjs.map +1 -1
  145. package/fesm2022/taiga-ui-core-pipes-calendar-sheet.mjs +3 -3
  146. package/fesm2022/taiga-ui-core-pipes-calendar-sheet.mjs.map +1 -1
  147. package/fesm2022/taiga-ui-core-pipes-flag.mjs +3 -3
  148. package/fesm2022/taiga-ui-core-pipes-flag.mjs.map +1 -1
  149. package/fesm2022/taiga-ui-core-pipes-format-date.mjs +3 -3
  150. package/fesm2022/taiga-ui-core-pipes-format-date.mjs.map +1 -1
  151. package/fesm2022/taiga-ui-core-pipes-format-number.mjs +3 -3
  152. package/fesm2022/taiga-ui-core-pipes-format-number.mjs.map +1 -1
  153. package/fesm2022/taiga-ui-core-pipes-initials.mjs +3 -3
  154. package/fesm2022/taiga-ui-core-pipes-initials.mjs.map +1 -1
  155. package/fesm2022/taiga-ui-core-pipes-month.mjs +5 -4
  156. package/fesm2022/taiga-ui-core-pipes-month.mjs.map +1 -1
  157. package/fesm2022/taiga-ui-core-pipes-order-week-days.mjs +3 -3
  158. package/fesm2022/taiga-ui-core-pipes-order-week-days.mjs.map +1 -1
  159. package/fesm2022/taiga-ui-core-pipes.mjs +0 -1
  160. package/fesm2022/taiga-ui-core-pipes.mjs.map +1 -1
  161. package/fesm2022/taiga-ui-core-services.mjs +15 -15
  162. package/fesm2022/taiga-ui-core-services.mjs.map +1 -1
  163. package/fesm2022/taiga-ui-core-tokens.mjs +24 -32
  164. package/fesm2022/taiga-ui-core-tokens.mjs.map +1 -1
  165. package/fesm2022/taiga-ui-core-utils-dom.mjs.map +1 -1
  166. package/fesm2022/taiga-ui-core-utils-format.mjs.map +1 -1
  167. package/fesm2022/taiga-ui-core-utils-miscellaneous.mjs +50 -4
  168. package/fesm2022/taiga-ui-core-utils-miscellaneous.mjs.map +1 -1
  169. package/package.json +18 -14
  170. package/pipes/index.d.ts +0 -1
  171. package/styles/components/button.less +0 -2
  172. package/styles/components/icon.less +32 -26
  173. package/styles/components/icons.less +14 -12
  174. package/styles/components/link.less +0 -3
  175. package/styles/mixins/mixins.less +1 -2
  176. package/styles/mixins/mixins.scss +1 -2
  177. package/styles/mixins/slider.less +21 -16
  178. package/tokens/i18n.d.ts +7 -7
  179. package/tokens/icon-resolver.d.ts +1 -5
  180. package/tokens/index.d.ts +1 -0
  181. package/tokens/validation-errors.d.ts +4 -0
  182. package/types/index.d.ts +0 -1
  183. package/utils/miscellaneous/index.d.ts +1 -0
  184. package/utils/miscellaneous/provide-taiga.d.ts +13 -0
  185. package/components/alert/alerts.component.d.ts +0 -12
  186. package/components/dialog/dialog.interfaces.d.ts +0 -34
  187. package/components/dialog/dialog.tokens.d.ts +0 -15
  188. package/components/expand/expand-content.directive.d.ts +0 -8
  189. package/components/expand/expand.d.ts +0 -6
  190. package/components/fullscreen/fullscreen.component.d.ts +0 -14
  191. package/components/fullscreen/index.d.ts +0 -1
  192. package/components/textfield/select.directive.d.ts +0 -19
  193. package/components/textfield/textfield-dropdown.directive.d.ts +0 -16
  194. package/directives/dropdown/dropdown-portal.directive.d.ts +0 -14
  195. package/directives/dropdown/dropdown.service.d.ts +0 -6
  196. package/directives/dropdown/dropdowns.component.d.ts +0 -9
  197. package/directives/hint/hint.service.d.ts +0 -13
  198. package/directives/hint/hints.component.d.ts +0 -12
  199. package/directives/surface/index.d.ts +0 -1
  200. package/directives/surface/surface.directive.d.ts +0 -8
  201. package/fesm2022/taiga-ui-core-components-fullscreen.mjs +0 -66
  202. package/fesm2022/taiga-ui-core-components-fullscreen.mjs.map +0 -1
  203. package/fesm2022/taiga-ui-core-directives-surface.mjs +0 -50
  204. package/fesm2022/taiga-ui-core-directives-surface.mjs.map +0 -1
  205. package/fesm2022/taiga-ui-core-pipes-fallback-src.mjs +0 -29
  206. package/fesm2022/taiga-ui-core-pipes-fallback-src.mjs.map +0 -1
  207. package/pipes/fallback-src/fallback-src.pipe.d.ts +0 -9
  208. package/pipes/fallback-src/index.d.ts +0 -1
  209. package/types/portal-item.d.ts +0 -9
@@ -1 +1 @@
1
- {"version":3,"file":"taiga-ui-core-components-spin-button.mjs","sources":["../../../projects/core/components/spin-button/spin-button.component.ts","../../../projects/core/components/spin-button/spin-button.template.html","../../../projects/core/components/spin-button/taiga-ui-core-components-spin-button.ts"],"sourcesContent":["import {AsyncPipe, NgIf} from '@angular/common';\nimport {\n ChangeDetectionStrategy,\n Component,\n EventEmitter,\n inject,\n Input,\n Output,\n} from '@angular/core';\nimport {TuiButton} from '@taiga-ui/core/components/button';\nimport {TUI_SPIN_ICONS, TUI_SPIN_TEXTS} from '@taiga-ui/core/tokens';\n\n@Component({\n selector: 'tui-spin-button',\n imports: [AsyncPipe, NgIf, TuiButton],\n templateUrl: './spin-button.template.html',\n styleUrls: ['./spin-button.style.less'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n host: {\n '(mousedown.zoneless.prevent)': '(0)',\n '(keydown.arrowLeft.prevent)': 'onLeftClick()',\n '(keydown.arrowRight.prevent)': 'onRightClick()',\n },\n})\nexport class TuiSpinButton {\n protected readonly icons = inject(TUI_SPIN_ICONS);\n protected readonly spinTexts$ = inject(TUI_SPIN_TEXTS);\n\n @Input()\n public focusable = true;\n\n @Input()\n public disabled = false;\n\n @Input()\n public leftDisabled = false;\n\n @Input()\n public rightDisabled = false;\n\n @Output()\n public readonly leftClick = new EventEmitter<void>();\n\n @Output()\n public readonly rightClick = new EventEmitter<void>();\n\n public onLeftClick(): void {\n if (!this.disabled && !this.leftDisabled) {\n this.leftClick.emit();\n }\n }\n\n public onRightClick(): void {\n if (!this.disabled && !this.rightDisabled) {\n this.rightClick.emit();\n }\n }\n}\n","<ng-container *ngIf=\"spinTexts$ | async as texts\">\n <button\n appearance=\"flat\"\n automation-id=\"tui-spin-button__left\"\n size=\"xs\"\n tuiIconButton\n type=\"button\"\n class=\"t-button\"\n [class.t-button_hidden]=\"disabled || leftDisabled\"\n [iconStart]=\"icons.decrement\"\n [tabIndex]=\"focusable ? 0 : -1\"\n (click)=\"onLeftClick()\"\n >\n {{ texts[0] }}\n </button>\n <span class=\"t-content t-calendar-title\">\n <ng-content />\n </span>\n <button\n appearance=\"flat\"\n automation-id=\"tui-spin-button__right\"\n size=\"xs\"\n tuiIconButton\n type=\"button\"\n class=\"t-button\"\n [class.t-button_hidden]=\"disabled || rightDisabled\"\n [iconStart]=\"icons.increment\"\n [tabIndex]=\"focusable ? 0 : -1\"\n (click)=\"onRightClick()\"\n >\n {{ texts[1] }}\n </button>\n</ng-container>\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;MAwBa,aAAa,CAAA;AAZ1B,IAAA,WAAA,GAAA;AAauB,QAAA,IAAA,CAAA,KAAK,GAAG,MAAM,CAAC,cAAc,CAAC;AAC9B,QAAA,IAAA,CAAA,UAAU,GAAG,MAAM,CAAC,cAAc,CAAC;QAG/C,IAAA,CAAA,SAAS,GAAG,IAAI;QAGhB,IAAA,CAAA,QAAQ,GAAG,KAAK;QAGhB,IAAA,CAAA,YAAY,GAAG,KAAK;QAGpB,IAAA,CAAA,aAAa,GAAG,KAAK;AAGZ,QAAA,IAAA,CAAA,SAAS,GAAG,IAAI,YAAY,EAAQ;AAGpC,QAAA,IAAA,CAAA,UAAU,GAAG,IAAI,YAAY,EAAQ;AAaxD,IAAA;IAXU,WAAW,GAAA;QACd,IAAI,CAAC,IAAI,CAAC,QAAQ,IAAI,CAAC,IAAI,CAAC,YAAY,EAAE;AACtC,YAAA,IAAI,CAAC,SAAS,CAAC,IAAI,EAAE;QACzB;IACJ;IAEO,YAAY,GAAA;QACf,IAAI,CAAC,IAAI,CAAC,QAAQ,IAAI,CAAC,IAAI,CAAC,aAAa,EAAE;AACvC,YAAA,IAAI,CAAC,UAAU,CAAC,IAAI,EAAE;QAC1B;IACJ;8GAhCS,aAAa,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAb,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,aAAa,8ZCxB1B,g+BAiCA,EAAA,MAAA,EAAA,CAAA,kPAAA,CAAA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,MAAA,EAAA,IAAA,EDnBc,SAAS,EAAA,IAAA,EAAA,OAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAE,IAAI,6FAAE,SAAS,EAAA,QAAA,EAAA,uEAAA,EAAA,MAAA,EAAA,CAAA,MAAA,CAAA,EAAA,CAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,CAAA,CAAA;;2FAU3B,aAAa,EAAA,UAAA,EAAA,CAAA;kBAZzB,SAAS;AACI,YAAA,IAAA,EAAA,CAAA,EAAA,QAAA,EAAA,iBAAiB,EAAA,OAAA,EAClB,CAAC,SAAS,EAAE,IAAI,EAAE,SAAS,CAAC,EAAA,eAAA,EAGpB,uBAAuB,CAAC,MAAM,EAAA,IAAA,EACzC;AACF,wBAAA,8BAA8B,EAAE,KAAK;AACrC,wBAAA,6BAA6B,EAAE,eAAe;AAC9C,wBAAA,8BAA8B,EAAE,gBAAgB;AACnD,qBAAA,EAAA,QAAA,EAAA,g+BAAA,EAAA,MAAA,EAAA,CAAA,kPAAA,CAAA,EAAA;8BAOM,SAAS,EAAA,CAAA;sBADf;gBAIM,QAAQ,EAAA,CAAA;sBADd;gBAIM,YAAY,EAAA,CAAA;sBADlB;gBAIM,aAAa,EAAA,CAAA;sBADnB;gBAIe,SAAS,EAAA,CAAA;sBADxB;gBAIe,UAAU,EAAA,CAAA;sBADzB;;;AE3CL;;AAEG;;;;"}
1
+ {"version":3,"file":"taiga-ui-core-components-spin-button.mjs","sources":["../../../projects/core/components/spin-button/spin-button.component.ts","../../../projects/core/components/spin-button/spin-button.template.html","../../../projects/core/components/spin-button/taiga-ui-core-components-spin-button.ts"],"sourcesContent":["import {ChangeDetectionStrategy, Component, inject, input, output} from '@angular/core';\nimport {TuiButton} from '@taiga-ui/core/components/button';\nimport {TUI_SPIN_ICONS, TUI_SPIN_TEXTS} from '@taiga-ui/core/tokens';\n\n@Component({\n selector: 'tui-spin-button',\n imports: [TuiButton],\n templateUrl: './spin-button.template.html',\n styleUrl: './spin-button.style.less',\n changeDetection: ChangeDetectionStrategy.OnPush,\n host: {\n '(mousedown.zoneless.prevent)': '(0)',\n '(keydown.arrowLeft.prevent)': 'onLeftClick()',\n '(keydown.arrowRight.prevent)': 'onRightClick()',\n },\n})\nexport class TuiSpinButton {\n protected readonly icons = inject(TUI_SPIN_ICONS);\n protected readonly spinTexts = inject(TUI_SPIN_TEXTS);\n\n public readonly focusable = input(true);\n\n public readonly disabled = input(false);\n\n public readonly leftDisabled = input(false);\n\n public readonly rightDisabled = input(false);\n\n public readonly leftClick = output();\n\n public readonly rightClick = output();\n\n public onLeftClick(): void {\n if (!this.disabled() && !this.leftDisabled()) {\n this.leftClick.emit();\n }\n }\n\n public onRightClick(): void {\n if (!this.disabled() && !this.rightDisabled()) {\n this.rightClick.emit();\n }\n }\n}\n","@if (spinTexts(); as texts) {\n <button\n appearance=\"flat\"\n automation-id=\"tui-spin-button__left\"\n size=\"xs\"\n tuiIconButton\n type=\"button\"\n class=\"t-button\"\n [class.t-button_hidden]=\"disabled() || leftDisabled()\"\n [iconStart]=\"icons.decrement\"\n [tabIndex]=\"focusable() ? 0 : -1\"\n (click)=\"onLeftClick()\"\n >\n {{ texts[0] }}\n </button>\n <span class=\"t-content t-calendar-title\">\n <ng-content />\n </span>\n <button\n appearance=\"flat\"\n automation-id=\"tui-spin-button__right\"\n size=\"xs\"\n tuiIconButton\n type=\"button\"\n class=\"t-button\"\n [class.t-button_hidden]=\"disabled() || rightDisabled()\"\n [iconStart]=\"icons.increment\"\n [tabIndex]=\"focusable() ? 0 : -1\"\n (click)=\"onRightClick()\"\n >\n {{ texts[1] }}\n </button>\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}