@taiga-ui/core 4.52.0-canary.c91900a → 4.52.0-canary.ca43bcb

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 (142) hide show
  1. package/{pipes/calendar-sheet → components/calendar}/calendar-sheet.pipe.d.ts +1 -1
  2. package/components/calendar/calendar-year.component.d.ts +1 -1
  3. package/components/calendar/index.d.ts +2 -0
  4. package/components/index.d.ts +2 -2
  5. package/components/input/index.d.ts +2 -0
  6. package/components/input/input.d.ts +2 -0
  7. package/components/{textfield/textfield.directive.d.ts → input/input.directive.d.ts} +7 -8
  8. package/components/notification/notification.component.d.ts +1 -1
  9. package/components/notification/notification.options.d.ts +1 -1
  10. package/components/notification/notification.service.d.ts +1 -1
  11. package/components/textfield/index.d.ts +0 -1
  12. package/components/textfield/textfield.component.d.ts +2 -2
  13. package/components/textfield/textfield.d.ts +2 -3
  14. package/directives/index.d.ts +0 -5
  15. package/fesm2022/taiga-ui-core-components-calendar.mjs +110 -6
  16. package/fesm2022/taiga-ui-core-components-calendar.mjs.map +1 -1
  17. package/fesm2022/taiga-ui-core-components-data-list.mjs +1 -1
  18. package/fesm2022/taiga-ui-core-components-data-list.mjs.map +1 -1
  19. package/fesm2022/taiga-ui-core-components-input.mjs +95 -0
  20. package/fesm2022/taiga-ui-core-components-input.mjs.map +1 -0
  21. package/fesm2022/taiga-ui-core-components-notification.mjs +3 -3
  22. package/fesm2022/taiga-ui-core-components-notification.mjs.map +1 -1
  23. package/fesm2022/taiga-ui-core-components-root.mjs +2 -2
  24. package/fesm2022/taiga-ui-core-components-root.mjs.map +1 -1
  25. package/fesm2022/taiga-ui-core-components-textfield.mjs +10 -92
  26. package/fesm2022/taiga-ui-core-components-textfield.mjs.map +1 -1
  27. package/fesm2022/{taiga-ui-core-directives-title.mjs → taiga-ui-core-components-title.mjs} +1 -1
  28. package/fesm2022/{taiga-ui-core-directives-title.mjs.map → taiga-ui-core-components-title.mjs.map} +1 -1
  29. package/fesm2022/taiga-ui-core-components.mjs +2 -2
  30. package/fesm2022/taiga-ui-core-directives.mjs +0 -5
  31. package/fesm2022/taiga-ui-core-directives.mjs.map +1 -1
  32. package/fesm2022/taiga-ui-core-pipes.mjs +0 -6
  33. package/fesm2022/taiga-ui-core-pipes.mjs.map +1 -1
  34. package/fesm2022/{taiga-ui-core-directives-alert.mjs → taiga-ui-core-portals-alert.mjs} +2 -2
  35. package/fesm2022/taiga-ui-core-portals-alert.mjs.map +1 -0
  36. package/fesm2022/{taiga-ui-core-components-dialog.mjs → taiga-ui-core-portals-dialog.mjs} +3 -3
  37. package/fesm2022/taiga-ui-core-portals-dialog.mjs.map +1 -0
  38. package/fesm2022/{taiga-ui-core-directives-dropdown.mjs → taiga-ui-core-portals-dropdown.mjs} +2 -2
  39. package/fesm2022/taiga-ui-core-portals-dropdown.mjs.map +1 -0
  40. package/fesm2022/{taiga-ui-core-directives-hint.mjs → taiga-ui-core-portals-hint.mjs} +2 -2
  41. package/fesm2022/taiga-ui-core-portals-hint.mjs.map +1 -0
  42. package/fesm2022/{taiga-ui-core-components-modal.mjs → taiga-ui-core-portals-modal.mjs} +2 -2
  43. package/fesm2022/taiga-ui-core-portals-modal.mjs.map +1 -0
  44. package/fesm2022/{taiga-ui-core-directives-popup.mjs → taiga-ui-core-portals-popup.mjs} +1 -1
  45. package/fesm2022/taiga-ui-core-portals-popup.mjs.map +1 -0
  46. package/fesm2022/taiga-ui-core-portals.mjs +11 -0
  47. package/fesm2022/taiga-ui-core-portals.mjs.map +1 -0
  48. package/fesm2022/taiga-ui-core-services.mjs +3 -23
  49. package/fesm2022/taiga-ui-core-services.mjs.map +1 -1
  50. package/fesm2022/taiga-ui-core.mjs +1 -0
  51. package/fesm2022/taiga-ui-core.mjs.map +1 -1
  52. package/index.d.ts +1 -0
  53. package/package.json +33 -49
  54. package/pipes/index.d.ts +0 -6
  55. package/{components → portals}/dialog/dialog.service.d.ts +1 -1
  56. package/portals/index.d.ts +6 -0
  57. package/services/index.d.ts +0 -1
  58. package/styles/components/textfield.less +0 -1
  59. package/fesm2022/taiga-ui-core-components-dialog.mjs.map +0 -1
  60. package/fesm2022/taiga-ui-core-components-modal.mjs.map +0 -1
  61. package/fesm2022/taiga-ui-core-directives-alert.mjs.map +0 -1
  62. package/fesm2022/taiga-ui-core-directives-dropdown.mjs.map +0 -1
  63. package/fesm2022/taiga-ui-core-directives-hint.mjs.map +0 -1
  64. package/fesm2022/taiga-ui-core-directives-popup.mjs.map +0 -1
  65. package/fesm2022/taiga-ui-core-pipes-auto-color.mjs +0 -44
  66. package/fesm2022/taiga-ui-core-pipes-auto-color.mjs.map +0 -1
  67. package/fesm2022/taiga-ui-core-pipes-calendar-sheet.mjs +0 -93
  68. package/fesm2022/taiga-ui-core-pipes-calendar-sheet.mjs.map +0 -1
  69. package/fesm2022/taiga-ui-core-pipes-flag.mjs +0 -31
  70. package/fesm2022/taiga-ui-core-pipes-flag.mjs.map +0 -1
  71. package/fesm2022/taiga-ui-core-pipes-format-date.mjs +0 -27
  72. package/fesm2022/taiga-ui-core-pipes-format-date.mjs.map +0 -1
  73. package/fesm2022/taiga-ui-core-pipes-initials.mjs +0 -28
  74. package/fesm2022/taiga-ui-core-pipes-initials.mjs.map +0 -1
  75. package/fesm2022/taiga-ui-core-pipes-order-week-days.mjs +0 -35
  76. package/fesm2022/taiga-ui-core-pipes-order-week-days.mjs.map +0 -1
  77. package/pipes/auto-color/auto-color.d.ts +0 -6
  78. package/pipes/auto-color/auto-color.pipe.d.ts +0 -7
  79. package/pipes/auto-color/index.d.ts +0 -2
  80. package/pipes/calendar-sheet/index.d.ts +0 -1
  81. package/pipes/calendar-sheet/utils.d.ts +0 -20
  82. package/pipes/flag/flag.pipe.d.ts +0 -14
  83. package/pipes/flag/index.d.ts +0 -1
  84. package/pipes/format-date/format-date.pipe.d.ts +0 -9
  85. package/pipes/format-date/index.d.ts +0 -1
  86. package/pipes/initials/index.d.ts +0 -1
  87. package/pipes/initials/initials.pipe.d.ts +0 -7
  88. package/pipes/order-week-days/index.d.ts +0 -1
  89. package/services/format-date.service.d.ts +0 -8
  90. /package/{pipes/order-week-days → components/calendar}/order-week-days.pipe.d.ts +0 -0
  91. /package/{directives → components}/title/index.d.ts +0 -0
  92. /package/{directives → components}/title/title.directive.d.ts +0 -0
  93. /package/{directives → portals}/alert/alert.directive.d.ts +0 -0
  94. /package/{directives → portals}/alert/alert.service.d.ts +0 -0
  95. /package/{directives → portals}/alert/index.d.ts +0 -0
  96. /package/{components → portals}/dialog/dialog.component.d.ts +0 -0
  97. /package/{components → portals}/dialog/dialog.directive.d.ts +0 -0
  98. /package/{components → portals}/dialog/dialog.factory.d.ts +0 -0
  99. /package/{components → portals}/dialog/dialog.options.d.ts +0 -0
  100. /package/{components → portals}/dialog/dialog.providers.d.ts +0 -0
  101. /package/{components → portals}/dialog/index.d.ts +0 -0
  102. /package/{directives → portals}/dropdown/dropdown-content.directive.d.ts +0 -0
  103. /package/{directives → portals}/dropdown/dropdown-context.directive.d.ts +0 -0
  104. /package/{directives → portals}/dropdown/dropdown-hover.directive.d.ts +0 -0
  105. /package/{directives → portals}/dropdown/dropdown-hover.options.d.ts +0 -0
  106. /package/{directives → portals}/dropdown/dropdown-limit-width.d.ts +0 -0
  107. /package/{directives → portals}/dropdown/dropdown-manual.directive.d.ts +0 -0
  108. /package/{directives → portals}/dropdown/dropdown-open.directive.d.ts +0 -0
  109. /package/{directives → portals}/dropdown/dropdown-options.directive.d.ts +0 -0
  110. /package/{directives → portals}/dropdown/dropdown-position-sided.directive.d.ts +0 -0
  111. /package/{directives → portals}/dropdown/dropdown-position.directive.d.ts +0 -0
  112. /package/{directives → portals}/dropdown/dropdown-selection.directive.d.ts +0 -0
  113. /package/{directives → portals}/dropdown/dropdown.bindings.d.ts +0 -0
  114. /package/{directives → portals}/dropdown/dropdown.component.d.ts +0 -0
  115. /package/{directives → portals}/dropdown/dropdown.d.ts +0 -0
  116. /package/{directives → portals}/dropdown/dropdown.directive.d.ts +0 -0
  117. /package/{directives → portals}/dropdown/dropdown.driver.d.ts +0 -0
  118. /package/{directives → portals}/dropdown/dropdown.providers.d.ts +0 -0
  119. /package/{directives → portals}/dropdown/index.d.ts +0 -0
  120. /package/{directives → portals}/dropdown/with-dropdown-open.directive.d.ts +0 -0
  121. /package/{directives → portals}/hint/hint-describe.directive.d.ts +0 -0
  122. /package/{directives → portals}/hint/hint-driver.directive.d.ts +0 -0
  123. /package/{directives → portals}/hint/hint-host.directive.d.ts +0 -0
  124. /package/{directives → portals}/hint/hint-hover.directive.d.ts +0 -0
  125. /package/{directives → portals}/hint/hint-manual.directive.d.ts +0 -0
  126. /package/{directives → portals}/hint/hint-options.directive.d.ts +0 -0
  127. /package/{directives → portals}/hint/hint-overflow.directive.d.ts +0 -0
  128. /package/{directives → portals}/hint/hint-pointer.directive.d.ts +0 -0
  129. /package/{directives → portals}/hint/hint-position.directive.d.ts +0 -0
  130. /package/{directives → portals}/hint/hint-unstyled.component.d.ts +0 -0
  131. /package/{directives → portals}/hint/hint.component.d.ts +0 -0
  132. /package/{directives → portals}/hint/hint.d.ts +0 -0
  133. /package/{directives → portals}/hint/hint.directive.d.ts +0 -0
  134. /package/{directives → portals}/hint/hint.providers.d.ts +0 -0
  135. /package/{directives → portals}/hint/index.d.ts +0 -0
  136. /package/{components → portals}/modal/index.d.ts +0 -0
  137. /package/{components → portals}/modal/modal.component.d.ts +0 -0
  138. /package/{components → portals}/modal/modal.service.d.ts +0 -0
  139. /package/{directives → portals}/popup/index.d.ts +0 -0
  140. /package/{directives → portals}/popup/popup.directive.d.ts +0 -0
  141. /package/{directives → portals}/popup/popup.service.d.ts +0 -0
  142. /package/{directives → portals}/popup/popups.component.d.ts +0 -0
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes