ngx-tethys 19.1.0-next.0 → 19.1.0-next.10

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 (221) hide show
  1. package/CHANGELOG.md +126 -0
  2. package/README.md +0 -1
  3. package/action/action.component.d.ts +7 -8
  4. package/affix/affix.component.d.ts +3 -4
  5. package/arrow-switcher/arrow-switcher.component.d.ts +5 -1
  6. package/badge/badge.component.d.ts +1 -1
  7. package/button/button-group.component.d.ts +5 -12
  8. package/button/button-icon.component.d.ts +14 -28
  9. package/button/button.component.d.ts +17 -27
  10. package/color-picker/coordinates.directive.d.ts +1 -2
  11. package/date-picker/abstract-picker.component.d.ts +50 -52
  12. package/date-picker/abstract-picker.directive.d.ts +15 -40
  13. package/date-picker/base-picker.component.d.ts +12 -40
  14. package/date-picker/date-picker.config.d.ts +3 -0
  15. package/date-picker/lib/calendar/calendar-footer.component.d.ts +24 -19
  16. package/date-picker/lib/calendar/calendar-header.component.d.ts +15 -15
  17. package/date-picker/lib/calendar/calendar-table.component.d.ts +15 -16
  18. package/date-picker/lib/date/date-table-cell.component.d.ts +6 -3
  19. package/date-picker/lib/date/date-table.component.d.ts +2 -3
  20. package/date-picker/lib/date-carousel/date-carousel.component.d.ts +2 -3
  21. package/date-picker/lib/decade/decade-header.component.d.ts +2 -5
  22. package/date-picker/lib/decade/decade-table.component.d.ts +3 -5
  23. package/date-picker/lib/month/month-table.component.d.ts +1 -2
  24. package/date-picker/lib/popups/date-popup.component.d.ts +33 -34
  25. package/date-picker/lib/popups/inner-popup.component.d.ts +22 -29
  26. package/date-picker/lib/quarter/quarter-table.component.d.ts +1 -4
  27. package/date-picker/lib/year/year-header.component.d.ts +2 -4
  28. package/date-picker/lib/year/year-table.component.d.ts +2 -4
  29. package/date-picker/month-picker.component.d.ts +2 -2
  30. package/date-picker/picker.component.d.ts +31 -36
  31. package/date-picker/picker.pipes.d.ts +4 -5
  32. package/date-picker/picker.util.d.ts +5 -5
  33. package/date-picker/picker.validators.d.ts +4 -8
  34. package/date-picker/quarter-picker.component.d.ts +2 -3
  35. package/date-picker/styles/calendar.scss +1 -1
  36. package/date-picker/styles/range-picker.scss +1 -0
  37. package/date-picker/styles/week-picker.scss +1 -0
  38. package/date-picker/week-picker.component.d.ts +0 -1
  39. package/date-picker/year-picker.component.d.ts +2 -3
  40. package/dropdown/dropdown-active.directive.d.ts +4 -5
  41. package/dropdown/dropdown-menu-item.directive.d.ts +7 -15
  42. package/dropdown/dropdown-menu.component.d.ts +6 -13
  43. package/dropdown/dropdown-submenu.component.d.ts +2 -4
  44. package/dropdown/dropdown.directive.d.ts +15 -25
  45. package/empty/empty.component.d.ts +2 -1
  46. package/fesm2022/ngx-tethys-action.mjs +15 -16
  47. package/fesm2022/ngx-tethys-action.mjs.map +1 -1
  48. package/fesm2022/ngx-tethys-affix.mjs +14 -18
  49. package/fesm2022/ngx-tethys-affix.mjs.map +1 -1
  50. package/fesm2022/ngx-tethys-arrow-switcher.mjs +15 -3
  51. package/fesm2022/ngx-tethys-arrow-switcher.mjs.map +1 -1
  52. package/fesm2022/ngx-tethys-autocomplete.mjs +4 -4
  53. package/fesm2022/ngx-tethys-autocomplete.mjs.map +1 -1
  54. package/fesm2022/ngx-tethys-badge.mjs.map +1 -1
  55. package/fesm2022/ngx-tethys-button.mjs +225 -322
  56. package/fesm2022/ngx-tethys-button.mjs.map +1 -1
  57. package/fesm2022/ngx-tethys-carousel.mjs +1 -0
  58. package/fesm2022/ngx-tethys-carousel.mjs.map +1 -1
  59. package/fesm2022/ngx-tethys-cascader.mjs +1 -1
  60. package/fesm2022/ngx-tethys-cascader.mjs.map +1 -1
  61. package/fesm2022/ngx-tethys-checkbox.mjs +2 -2
  62. package/fesm2022/ngx-tethys-checkbox.mjs.map +1 -1
  63. package/fesm2022/ngx-tethys-collapse.mjs +2 -2
  64. package/fesm2022/ngx-tethys-collapse.mjs.map +1 -1
  65. package/fesm2022/ngx-tethys-color-picker.mjs +4 -6
  66. package/fesm2022/ngx-tethys-color-picker.mjs.map +1 -1
  67. package/fesm2022/ngx-tethys-copy.mjs +2 -2
  68. package/fesm2022/ngx-tethys-copy.mjs.map +1 -1
  69. package/fesm2022/ngx-tethys-date-picker.mjs +861 -1078
  70. package/fesm2022/ngx-tethys-date-picker.mjs.map +1 -1
  71. package/fesm2022/ngx-tethys-divider.mjs +5 -5
  72. package/fesm2022/ngx-tethys-divider.mjs.map +1 -1
  73. package/fesm2022/ngx-tethys-dropdown.mjs +159 -209
  74. package/fesm2022/ngx-tethys-dropdown.mjs.map +1 -1
  75. package/fesm2022/ngx-tethys-empty.mjs +5 -2
  76. package/fesm2022/ngx-tethys-empty.mjs.map +1 -1
  77. package/fesm2022/ngx-tethys-flexible-text.mjs +68 -88
  78. package/fesm2022/ngx-tethys-flexible-text.mjs.map +1 -1
  79. package/fesm2022/ngx-tethys-grid.mjs +10 -15
  80. package/fesm2022/ngx-tethys-grid.mjs.map +1 -1
  81. package/fesm2022/ngx-tethys-i18n.mjs +26 -6
  82. package/fesm2022/ngx-tethys-i18n.mjs.map +1 -1
  83. package/fesm2022/ngx-tethys-icon.mjs +44 -59
  84. package/fesm2022/ngx-tethys-icon.mjs.map +1 -1
  85. package/fesm2022/ngx-tethys-image.mjs +44 -42
  86. package/fesm2022/ngx-tethys-image.mjs.map +1 -1
  87. package/fesm2022/ngx-tethys-input-number.mjs.map +1 -1
  88. package/fesm2022/ngx-tethys-layout.mjs +291 -334
  89. package/fesm2022/ngx-tethys-layout.mjs.map +1 -1
  90. package/fesm2022/ngx-tethys-list.mjs +183 -217
  91. package/fesm2022/ngx-tethys-list.mjs.map +1 -1
  92. package/fesm2022/ngx-tethys-message.mjs +29 -36
  93. package/fesm2022/ngx-tethys-message.mjs.map +1 -1
  94. package/fesm2022/ngx-tethys-notify.mjs +33 -41
  95. package/fesm2022/ngx-tethys-notify.mjs.map +1 -1
  96. package/fesm2022/ngx-tethys-progress.mjs +7 -11
  97. package/fesm2022/ngx-tethys-progress.mjs.map +1 -1
  98. package/fesm2022/ngx-tethys-property.mjs +8 -19
  99. package/fesm2022/ngx-tethys-property.mjs.map +1 -1
  100. package/fesm2022/ngx-tethys-radio.mjs +46 -58
  101. package/fesm2022/ngx-tethys-radio.mjs.map +1 -1
  102. package/fesm2022/ngx-tethys-rate.mjs +115 -157
  103. package/fesm2022/ngx-tethys-rate.mjs.map +1 -1
  104. package/fesm2022/ngx-tethys-resizable.mjs +100 -143
  105. package/fesm2022/ngx-tethys-resizable.mjs.map +1 -1
  106. package/fesm2022/ngx-tethys-segment.mjs +84 -103
  107. package/fesm2022/ngx-tethys-segment.mjs.map +1 -1
  108. package/fesm2022/ngx-tethys-select.mjs +164 -228
  109. package/fesm2022/ngx-tethys-select.mjs.map +1 -1
  110. package/fesm2022/ngx-tethys-shared.mjs +423 -586
  111. package/fesm2022/ngx-tethys-shared.mjs.map +1 -1
  112. package/fesm2022/ngx-tethys-skeleton.mjs +1 -2
  113. package/fesm2022/ngx-tethys-skeleton.mjs.map +1 -1
  114. package/fesm2022/ngx-tethys-slide.mjs +37 -56
  115. package/fesm2022/ngx-tethys-slide.mjs.map +1 -1
  116. package/fesm2022/ngx-tethys-slider.mjs.map +1 -1
  117. package/fesm2022/ngx-tethys-space.mjs +2 -8
  118. package/fesm2022/ngx-tethys-space.mjs.map +1 -1
  119. package/fesm2022/ngx-tethys-stepper.mjs.map +1 -1
  120. package/fesm2022/ngx-tethys-strength.mjs +52 -66
  121. package/fesm2022/ngx-tethys-strength.mjs.map +1 -1
  122. package/fesm2022/ngx-tethys-table.mjs +1 -2
  123. package/fesm2022/ngx-tethys-table.mjs.map +1 -1
  124. package/fesm2022/ngx-tethys-time-picker.mjs +244 -271
  125. package/fesm2022/ngx-tethys-time-picker.mjs.map +1 -1
  126. package/fesm2022/ngx-tethys-tooltip.mjs +109 -93
  127. package/fesm2022/ngx-tethys-tooltip.mjs.map +1 -1
  128. package/fesm2022/ngx-tethys-transfer.mjs +98 -119
  129. package/fesm2022/ngx-tethys-transfer.mjs.map +1 -1
  130. package/fesm2022/ngx-tethys-tree-select.mjs +216 -284
  131. package/fesm2022/ngx-tethys-tree-select.mjs.map +1 -1
  132. package/fesm2022/ngx-tethys-tree.mjs +281 -401
  133. package/fesm2022/ngx-tethys-tree.mjs.map +1 -1
  134. package/fesm2022/ngx-tethys-upload.mjs +2 -2
  135. package/fesm2022/ngx-tethys-upload.mjs.map +1 -1
  136. package/fesm2022/ngx-tethys-vote.mjs +53 -99
  137. package/fesm2022/ngx-tethys-vote.mjs.map +1 -1
  138. package/fesm2022/ngx-tethys.mjs +1 -1
  139. package/fesm2022/ngx-tethys.mjs.map +1 -1
  140. package/flexible-text/flexible-text.component.d.ts +9 -15
  141. package/grid/flex.d.ts +1 -3
  142. package/grid/thy-row.directive.d.ts +1 -4
  143. package/i18n/i18n.d.ts +7 -2
  144. package/i18n/locales/de-de.d.ts +5 -1
  145. package/i18n/locales/en-us.d.ts +5 -1
  146. package/i18n/locales/ja-jp.d.ts +5 -1
  147. package/i18n/locales/zh-hans.d.ts +5 -1
  148. package/i18n/locales/zh-hant.d.ts +5 -1
  149. package/icon/icon.component.d.ts +10 -18
  150. package/image/image.directive.d.ts +10 -13
  151. package/image/image.token.d.ts +5 -5
  152. package/image/preview/image-preview.component.d.ts +2 -2
  153. package/input-number/input-number.component.d.ts +1 -1
  154. package/layout/header.component.d.ts +15 -19
  155. package/layout/layout.component.d.ts +3 -2
  156. package/layout/sidebar-header.component.d.ts +7 -8
  157. package/layout/sidebar.component.d.ts +32 -62
  158. package/list/list-item-meta.component.d.ts +7 -9
  159. package/list/list-item.component.d.ts +0 -2
  160. package/list/list.component.d.ts +2 -8
  161. package/list/selection/selection-list.d.ts +33 -46
  162. package/message/abstract/abstract-message.component.d.ts +2 -3
  163. package/message/message-container.component.d.ts +0 -1
  164. package/message/message.component.d.ts +1 -3
  165. package/notify/notify-container.component.d.ts +0 -1
  166. package/notify/notify.component.d.ts +7 -12
  167. package/package.json +1 -1
  168. package/progress/progress-circle.component.d.ts +3 -5
  169. package/progress/progress.component.d.ts +2 -4
  170. package/property/properties.component.d.ts +0 -2
  171. package/property/property-item.component.d.ts +3 -10
  172. package/radio/group/radio-group.component.d.ts +5 -9
  173. package/rate/rate-item.component.d.ts +8 -11
  174. package/rate/rate.component.d.ts +18 -29
  175. package/resizable/resizable.directive.d.ts +20 -32
  176. package/resizable/resize-handle.component.d.ts +6 -7
  177. package/resizable/resize-handles.component.d.ts +5 -9
  178. package/schematics/version.d.ts +1 -1
  179. package/schematics/version.js +1 -1
  180. package/segment/segment-item.component.d.ts +9 -15
  181. package/segment/segment.component.d.ts +11 -15
  182. package/segment/segment.token.d.ts +4 -3
  183. package/select/custom-select/custom-select.component.d.ts +33 -56
  184. package/select/native-select/native-select.component.d.ts +7 -13
  185. package/shared/base-form-check.component.d.ts +6 -8
  186. package/shared/directives/string-or-template-outlet.directive.d.ts +5 -6
  187. package/shared/directives/thy-autofocus.directive.d.ts +4 -6
  188. package/shared/directives/thy-contextmenu.directive.d.ts +2 -2
  189. package/shared/directives/thy-ctrl-enter.directive.d.ts +2 -2
  190. package/shared/directives/thy-enter.directive.d.ts +2 -2
  191. package/shared/directives/thy-scroll.directive.d.ts +5 -8
  192. package/shared/directives/thy-show.d.ts +5 -6
  193. package/shared/directives/thy-stop-propagation.directive.d.ts +4 -4
  194. package/shared/directives/view-outlet.directive.d.ts +6 -7
  195. package/shared/ng-transclude.directive.d.ts +2 -3
  196. package/shared/option/group/option-group.component.d.ts +5 -9
  197. package/shared/option/list-option/list-option.component.d.ts +9 -13
  198. package/shared/option/option.component.d.ts +10 -17
  199. package/shared/option/option.token.d.ts +4 -3
  200. package/shared/option/options-container.component.d.ts +1 -1
  201. package/shared/select/select-control/select-control.component.d.ts +38 -53
  202. package/slide/slide-body/slide-body-section.component.d.ts +2 -6
  203. package/slide/slide-header/slide-header.component.d.ts +6 -9
  204. package/space/space.component.d.ts +5 -11
  205. package/stepper/stepper.component.d.ts +1 -1
  206. package/strength/strength.component.d.ts +8 -13
  207. package/table/table-column.component.d.ts +15 -5
  208. package/time-picker/inner/inner-time-picker.class.d.ts +15 -13
  209. package/time-picker/inner/inner-time-picker.component.d.ts +26 -26
  210. package/time-picker/time-picker-panel.component.d.ts +18 -20
  211. package/time-picker/time-picker.component.d.ts +22 -30
  212. package/tooltip/tooltip.directive.d.ts +20 -22
  213. package/transfer/transfer-list.component.d.ts +15 -15
  214. package/transfer/transfer.component.d.ts +20 -23
  215. package/tree/tree-abstract.d.ts +5 -5
  216. package/tree/tree-node.component.d.ts +24 -37
  217. package/tree/tree.class.d.ts +4 -4
  218. package/tree/tree.component.d.ts +47 -75
  219. package/tree/tree.service.d.ts +3 -4
  220. package/tree-select/tree-select.component.d.ts +54 -71
  221. package/vote/vote.component.d.ts +13 -33
package/CHANGELOG.md CHANGED
@@ -2,6 +2,132 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
4
4
 
5
+ # [19.1.0-next.10](https://github.com/atinc/ngx-tethys/compare/19.1.0-next.9...19.1.0-next.10) (2025-08-22)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **shared:** fix search error when after selecting option #TINFR-2765 ([#3539](https://github.com/atinc/ngx-tethys/issues/3539)) ([85444fa](https://github.com/atinc/ngx-tethys/commit/85444fa65a3fa920021f3304acb579bfbb6f6227)), closes [#TINFR-2765](https://github.com/atinc/ngx-tethys/issues/TINFR-2765)
11
+
12
+
13
+
14
+ # [19.1.0-next.9](https://github.com/atinc/ngx-tethys/compare/19.1.0-next.8...19.1.0-next.9) (2025-08-21)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **layout:** fix sidebar collapse icon ([f629534](https://github.com/atinc/ngx-tethys/commit/f6295349a6164addaca765128e6ffa576fe40473))
20
+
21
+
22
+ ### Features
23
+
24
+ * **select:** #TINFR-2746 the multiple selections show tips to displa… ([#3536](https://github.com/atinc/ngx-tethys/issues/3536)) ([fad61b1](https://github.com/atinc/ngx-tethys/commit/fad61b1bd05878a15abfbb04b9f1dad04c15e1d8)), closes [#TINFR-2746](https://github.com/atinc/ngx-tethys/issues/TINFR-2746) [#TINFR-2746](https://github.com/atinc/ngx-tethys/issues/TINFR-2746)
25
+
26
+
27
+
28
+ # [19.1.0-next.8](https://github.com/atinc/ngx-tethys/compare/19.1.0-next.7...19.1.0-next.8) (2025-08-19)
29
+
30
+
31
+ ### Bug Fixes
32
+
33
+ * **shared:** this.inputElement() to this.inputElement()? ([1904d80](https://github.com/atinc/ngx-tethys/commit/1904d80cabd870dce8c7b9c26eca716f6011702e))
34
+
35
+
36
+
37
+ # [19.1.0-next.7](https://github.com/atinc/ngx-tethys/compare/19.1.0-next.6...19.1.0-next.7) (2025-08-15)
38
+
39
+
40
+ ### Features
41
+
42
+ * **date-picker:** rename open to opened and add open method #TINFR-1463 ([#3532](https://github.com/atinc/ngx-tethys/issues/3532)) ([67ba3f5](https://github.com/atinc/ngx-tethys/commit/67ba3f55e68781181c28992c1c4c421d603fb3f6)), closes [#TINFR-1463](https://github.com/atinc/ngx-tethys/issues/TINFR-1463)
43
+ * migrate tooltip signal and related component ([#3518](https://github.com/atinc/ngx-tethys/issues/3518)) ([58189df](https://github.com/atinc/ngx-tethys/commit/58189df326aee2d2c0e449d53ebe6b46c08a3a10))
44
+
45
+
46
+
47
+ # [19.1.0-next.6](https://github.com/atinc/ngx-tethys/compare/19.1.0-next.5...19.1.0-next.6) (2025-08-14)
48
+
49
+
50
+ ### Bug Fixes
51
+
52
+ * **date-picker:** chang format '第三季' to ‘Q3’ for quarter picker, and change format '二月‘ to '2月' for month picker #TINFR-2391 ([#3505](https://github.com/atinc/ngx-tethys/issues/3505)) ([f621bac](https://github.com/atinc/ngx-tethys/commit/f621bacac05b4520daa5476a791516ccd130bc29)), closes [#TINFR-2391](https://github.com/atinc/ngx-tethys/issues/TINFR-2391)
53
+ * **dropdown:** handle placement default value ([#3519](https://github.com/atinc/ngx-tethys/issues/3519)) ([aa9fa8e](https://github.com/atinc/ngx-tethys/commit/aa9fa8ee206b26aec27524d7ff69f68eb67a28e6))
54
+
55
+
56
+ ### Features
57
+
58
+ * **layout:** migrate inputs to signals inputs #TINFR-1480 ([#3512](https://github.com/atinc/ngx-tethys/issues/3512)) ([6d22be5](https://github.com/atinc/ngx-tethys/commit/6d22be5bb7c862de688264fc11be745f98e1b586)), closes [#TINFR-1480](https://github.com/atinc/ngx-tethys/issues/TINFR-1480)
59
+
60
+
61
+
62
+ # [19.1.0-next.5](https://github.com/atinc/ngx-tethys/compare/19.1.0-next.4...19.1.0-next.5) (2025-08-07)
63
+
64
+
65
+ ### Bug Fixes
66
+
67
+ * **divider:** margin is incorrect after migration signal #TINFR-2663 ([#3508](https://github.com/atinc/ngx-tethys/issues/3508)) ([fa0b80a](https://github.com/atinc/ngx-tethys/commit/fa0b80aeeb8d21ddac26991907cf3f15628f6d51)), closes [#TINFR-2663](https://github.com/atinc/ngx-tethys/issues/TINFR-2663)
68
+
69
+
70
+
71
+ # [19.1.0-next.4](https://github.com/atinc/ngx-tethys/compare/19.1.0-next.3...19.1.0-next.4) (2025-08-06)
72
+
73
+
74
+ ### Bug Fixes
75
+
76
+ * **resizable:** remove bindMouseEnterAndLeaveEvents from afterNextRender #TINFR-2644 ([3d7c006](https://github.com/atinc/ngx-tethys/commit/3d7c006dde8861cd8212a27c348da24eae83736d)), closes [#TINFR-2644](https://github.com/atinc/ngx-tethys/issues/TINFR-2644)
77
+
78
+
79
+ ### Features
80
+
81
+ * **date-picker:** add dateCellRender #TINFR-2386 ([#3495](https://github.com/atinc/ngx-tethys/issues/3495)) ([#3499](https://github.com/atinc/ngx-tethys/issues/3499)) ([346c27b](https://github.com/atinc/ngx-tethys/commit/346c27b20e8668f1a5a5e33e0fe1681ed67a4679)), closes [#TINFR-2386](https://github.com/atinc/ngx-tethys/issues/TINFR-2386)
82
+ * **time-picker:** migrate to signal for time-picker ([#3501](https://github.com/atinc/ngx-tethys/issues/3501)) ([4399590](https://github.com/atinc/ngx-tethys/commit/439959008b2bfcdbd6d0bad6807120af63ab4008))
83
+
84
+
85
+
86
+ # [19.1.0-next.3](https://github.com/atinc/ngx-tethys/compare/19.1.0-next.2...19.1.0-next.3) (2025-08-01)
87
+
88
+
89
+ ### Features
90
+
91
+ * **empty:** add setMessage for update display text #TINFR-2616 ([0e060ef](https://github.com/atinc/ngx-tethys/commit/0e060ef3bb28f860ea0117685f11a94092796f7d)), closes [#TINFR-2616](https://github.com/atinc/ngx-tethys/issues/TINFR-2616)
92
+
93
+
94
+
95
+ # [19.1.0-next.2](https://github.com/atinc/ngx-tethys/compare/19.1.0-next.1...19.1.0-next.2) (2025-07-28)
96
+
97
+
98
+ ### Bug Fixes
99
+
100
+ * **datePicker:** adjust ranger-picker date-panel-flexible style #TINFR-2562 ([#3491](https://github.com/atinc/ngx-tethys/issues/3491)) ([171b556](https://github.com/atinc/ngx-tethys/commit/171b556f26bf705230207526abf9d459faa4501f)), closes [#TINFR-2562](https://github.com/atinc/ngx-tethys/issues/TINFR-2562)
101
+ * **upload:** add subfix as mime to compatible with browser #TINFR-2565 ([#3492](https://github.com/atinc/ngx-tethys/issues/3492)) ([da9b2c1](https://github.com/atinc/ngx-tethys/commit/da9b2c12da00d63d3b7a30589ad4315fb32a8084)), closes [#TINFR-2565](https://github.com/atinc/ngx-tethys/issues/TINFR-2565)
102
+
103
+
104
+ ### Features
105
+
106
+ * **arrow-switcher:** add setPreviousTooltip and setNextTooltip #TINFR-2390 ([ecb0654](https://github.com/atinc/ngx-tethys/commit/ecb0654fd23439b237d29f2741211a3c6ea22246)), closes [#TINFR-2390](https://github.com/atinc/ngx-tethys/issues/TINFR-2390)
107
+
108
+
109
+
110
+ # [19.1.0-next.1](https://github.com/atinc/ngx-tethys/compare/19.1.0-next.0...19.1.0-next.1) (2025-07-14)
111
+
112
+
113
+ ### Bug Fixes
114
+
115
+ * **carousel:** incorrect active state of Indicators when switching slides. ([#3473](https://github.com/atinc/ngx-tethys/issues/3473)) ([2e32978](https://github.com/atinc/ngx-tethys/commit/2e32978b479cd473b75147475b0297fbcb8eb783))
116
+ * **date-picker:** fix date-carousel pick month the end time sometimes is not correctly #TINFR-2309 ([#3476](https://github.com/atinc/ngx-tethys/issues/3476)) ([5dbc857](https://github.com/atinc/ngx-tethys/commit/5dbc8574a58ff81c579908e1af9d669dfd912086)), closes [#TINFR-2309](https://github.com/atinc/ngx-tethys/issues/TINFR-2309)
117
+ * **datePicker:** fix week mode today style error #TINFR-2359 ([#3485](https://github.com/atinc/ngx-tethys/issues/3485)) ([fba5a50](https://github.com/atinc/ngx-tethys/commit/fba5a5082799faccb25df116aadc5e232ba2685c)), closes [#TINFR-2359](https://github.com/atinc/ngx-tethys/issues/TINFR-2359)
118
+ * **shared:** fix select control search style error #TINFR-2321 ([#3479](https://github.com/atinc/ngx-tethys/issues/3479)) ([83df8a2](https://github.com/atinc/ngx-tethys/commit/83df8a24a572cde54599b1735fd76a1e0a528e6c)), closes [#TINFR-2321](https://github.com/atinc/ngx-tethys/issues/TINFR-2321)
119
+
120
+
121
+ ### Features
122
+
123
+ * **action:** update action and affix signal ([#3438](https://github.com/atinc/ngx-tethys/issues/3438)) ([7b15232](https://github.com/atinc/ngx-tethys/commit/7b15232fce159016729c14675709af33936bc501))
124
+ * **dropdown:** migrate to signal for dropdown [@wumeimin](https://github.com/wumeimin) [@luxiaobei](https://github.com/luxiaobei) ([#3429](https://github.com/atinc/ngx-tethys/issues/3429)) ([de68059](https://github.com/atinc/ngx-tethys/commit/de680590d4d6513738d1c98b5e509ea9c97e10f9))
125
+ * **resizable:** migration signal for resizable #TINFR-1764 [@wumeimin](https://github.com/wumeimin) ([#3441](https://github.com/atinc/ngx-tethys/issues/3441)) ([a0833aa](https://github.com/atinc/ngx-tethys/commit/a0833aa634520e6b655f889d65f21c3b256e6e8f)), closes [#TINFR-1764](https://github.com/atinc/ngx-tethys/issues/TINFR-1764)
126
+ * **segment:** migration signal for segment #TINFR-1766 ([#3452](https://github.com/atinc/ngx-tethys/issues/3452)) ([f464004](https://github.com/atinc/ngx-tethys/commit/f46400484627d5f3f84831889e568650224d9d51)), closes [#TINFR-1766](https://github.com/atinc/ngx-tethys/issues/TINFR-1766)
127
+ * **strength:** migrate to signal for strength ([#3469](https://github.com/atinc/ngx-tethys/issues/3469)) ([9502c29](https://github.com/atinc/ngx-tethys/commit/9502c29f8de93ea058d3f34c91af09824c67b205))
128
+
129
+
130
+
5
131
  # [19.1.0-next.0](https://github.com/atinc/ngx-tethys/compare/19.0.12...19.1.0-next.0) (2025-05-23)
6
132
 
7
133
 
package/README.md CHANGED
@@ -73,4 +73,3 @@ running with the flag `--dry-run` allows you to see what commands would be run,
73
73
 
74
74
  1. Don't use `barrel index` (should directly import specify component in module, don't import `index.ts`)
75
75
  1. Should exports component module in `public-api.ts`
76
-
@@ -1,4 +1,4 @@
1
- import { AfterViewInit, OnChanges, OnDestroy, OnInit, Signal, SimpleChanges } from '@angular/core';
1
+ import { AfterViewInit, OnDestroy, OnInit, Signal } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export type ThyActionType = 'primary' | 'success' | 'danger' | 'warning';
4
4
  export type ThyActionFeedback = 'success' | 'error';
@@ -11,22 +11,21 @@ export interface ThyActionFeedbackOptions {
11
11
  * 立即操作组件
12
12
  * @name thy-action,[thyAction]
13
13
  */
14
- export declare class ThyAction implements OnInit, AfterViewInit, OnChanges, OnDestroy {
14
+ export declare class ThyAction implements OnInit, AfterViewInit, OnDestroy {
15
15
  private elementRef;
16
16
  private renderer;
17
17
  private cdr;
18
- icon: Signal<string>;
18
+ readonly icon: Signal<string>;
19
19
  feedback: ThyActionFeedback;
20
20
  feedbackOptions: ThyActionFeedbackOptions;
21
- active: Signal<boolean>;
22
- private type;
21
+ readonly active: Signal<boolean>;
23
22
  private hostRenderer;
24
23
  private feedbackTimer;
25
24
  /**
26
25
  * 操作图标的类型
27
26
  * @type primary | success | danger | warning
28
27
  */
29
- readonly thyType: import("@angular/core").InputSignal<ThyActionType>;
28
+ readonly thyType: import("@angular/core").InputSignalWithTransform<ThyActionType, ThyActionType>;
30
29
  /**
31
30
  * 操作图标,支持传参同时也支持在投影中写 thy-icon 组件
32
31
  */
@@ -55,10 +54,10 @@ export declare class ThyAction implements OnInit, AfterViewInit, OnChanges, OnDe
55
54
  /**
56
55
  * 是否处于禁用状态
57
56
  */
58
- readonly thyDisabled: import("@angular/core").InputSignalWithTransform<boolean, string | number | boolean>;
57
+ readonly thyDisabled: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
59
58
  ngOnInit(): void;
60
59
  ngAfterViewInit(): void;
61
- ngOnChanges(changes: SimpleChanges): void;
60
+ constructor();
62
61
  setMarginRight(marginRight: string): void;
63
62
  /**
64
63
  * 触发成功反馈操作
@@ -1,12 +1,12 @@
1
1
  import { SimpleRect } from 'ngx-tethys/util';
2
- import { AfterViewInit, OnChanges, OnDestroy, SimpleChanges } from '@angular/core';
2
+ import { AfterViewInit, OnDestroy } from '@angular/core';
3
3
  import * as i0 from "@angular/core";
4
4
  /**
5
5
  * 固钉组件
6
6
  * @name thy-affix
7
7
  * @order 10
8
8
  */
9
- export declare class ThyAffix implements AfterViewInit, OnChanges, OnDestroy {
9
+ export declare class ThyAffix implements AfterViewInit, OnDestroy {
10
10
  private scrollService;
11
11
  private ngZone;
12
12
  private platform;
@@ -38,9 +38,8 @@ export declare class ThyAffix implements AfterViewInit, OnChanges, OnDestroy {
38
38
  private destroy$;
39
39
  private timeout?;
40
40
  private document;
41
- private get container();
41
+ private readonly container;
42
42
  constructor();
43
- ngOnChanges(changes: SimpleChanges): void;
44
43
  ngAfterViewInit(): void;
45
44
  ngOnDestroy(): void;
46
45
  private registerListeners;
@@ -44,11 +44,15 @@ export declare class ThyArrowSwitcher implements ControlValueAccessor {
44
44
  */
45
45
  readonly thySize: import("@angular/core").InputSignal<string>;
46
46
  readonly isSmallSize: Signal<boolean>;
47
- index: WritableSignal<number>;
47
+ protected readonly index: WritableSignal<number>;
48
48
  readonly previousDisabled: Signal<boolean>;
49
49
  readonly nextDisabled: Signal<boolean>;
50
50
  private onModelChange;
51
51
  private onModelTouched;
52
+ protected readonly previousTooltip: WritableSignal<string>;
53
+ protected readonly nextTooltip: WritableSignal<string>;
54
+ setPreviousTooltip(value: string): void;
55
+ setNextTooltip(value: string): void;
52
56
  writeValue(value: number): void;
53
57
  registerOnChange(fn: () => void): void;
54
58
  registerOnTouched(fn: () => void): void;
@@ -8,7 +8,7 @@ export type ThyBadgeSize = 'md' | 'sm' | 'lg';
8
8
  export declare class ThyBadge implements OnInit {
9
9
  private elementRef;
10
10
  private nativeElement;
11
- readonly displayContent: Signal<string>;
11
+ readonly displayContent: Signal<string | number>;
12
12
  readonly badgeClassName: Signal<string>;
13
13
  protected isWrapper: boolean;
14
14
  readonly isShowBadge: Signal<boolean>;
@@ -1,4 +1,3 @@
1
- import { OnInit } from '@angular/core';
2
1
  import * as i0 from "@angular/core";
3
2
  export type ButtonGroupSize = 'sm' | 'lg' | 'xs' | 'md';
4
3
  export type ButtonGroupType = 'outline-primary' | 'outline-default';
@@ -7,33 +6,27 @@ export type ButtonGroupType = 'outline-primary' | 'outline-default';
7
6
  * @name thy-button-group
8
7
  * @order 30
9
8
  */
10
- export declare class ThyButtonGroup implements OnInit {
11
- private initialized;
12
- private type;
13
- private size;
9
+ export declare class ThyButtonGroup {
14
10
  private hostRenderer;
15
11
  /**
16
12
  * 大小
17
13
  * @type xs | sm | md | lg
18
14
  * @default md
19
15
  */
20
- set thySize(size: ButtonGroupSize);
16
+ readonly thySize: import("@angular/core").InputSignal<ButtonGroupSize>;
21
17
  /**
22
18
  * 类型
23
19
  * @type outline-default | outline-primary
24
20
  * @default outline-default
25
21
  */
26
- set thyType(type: ButtonGroupType);
22
+ readonly thyType: import("@angular/core").InputSignal<ButtonGroupType>;
27
23
  /**
28
24
  * 是否需要最小宽度,默认按钮最小宽度为80px
29
25
  * @default false
30
26
  */
31
- set thyClearMinWidth(value: string);
32
- _isButtonGroup: boolean;
33
- thyClearMinWidthClassName: boolean;
27
+ readonly thyClearMinWidth: import("@angular/core").InputSignalWithTransform<boolean, any>;
34
28
  constructor();
35
- ngOnInit(): void;
36
29
  private setClasses;
37
30
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyButtonGroup, never>;
38
- static ɵcmp: i0.ɵɵComponentDeclaration<ThyButtonGroup, "thy-button-group", never, { "thySize": { "alias": "thySize"; "required": false; }; "thyType": { "alias": "thyType"; "required": false; }; "thyClearMinWidth": { "alias": "thyClearMinWidth"; "required": false; }; }, {}, never, ["*"], true, never>;
31
+ static ɵcmp: i0.ɵɵComponentDeclaration<ThyButtonGroup, "thy-button-group", never, { "thySize": { "alias": "thySize"; "required": false; "isSignal": true; }; "thyType": { "alias": "thyType"; "required": false; "isSignal": true; }; "thyClearMinWidth": { "alias": "thyClearMinWidth"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
39
32
  }
@@ -1,65 +1,51 @@
1
- import { OnInit } from '@angular/core';
2
1
  import * as i0 from "@angular/core";
3
- import * as i1 from "ngx-tethys/util";
4
2
  export type ThyButtonIconShape = '' | 'circle-dashed' | 'circle-solid' | 'circle-thick-dashed' | 'circle-thick-solid' | 'self-icon';
5
3
  /**
6
4
  * 操作按钮图标,支持`thy-button-icon`组件和`thyButtonIcon`指令两种形式
7
5
  * @name thy-button-icon,[thy-button-icon],[thyButtonIcon]
8
6
  * @order 20
9
7
  */
10
- export declare class ThyButtonIcon implements OnInit {
8
+ export declare class ThyButtonIcon {
11
9
  /**
12
10
  * 大小
13
11
  * @type xs | sm | md | lg
14
12
  * @default 36px
15
13
  */
16
- set thySize(size: string);
14
+ readonly thySize: import("@angular/core").InputSignal<string>;
17
15
  /**
18
16
  * 图标, 和`thyButtonIcon`相同,当使用`thy-button-icon`时,只能使用 thyIcon 设置图标
19
17
  */
20
- set thyIcon(icon: string);
18
+ readonly thyIcon: import("@angular/core").InputSignal<string>;
21
19
  /**
22
20
  * 图标按钮的图标
23
21
  */
24
- set thyButtonIcon(icon: string);
22
+ readonly thyButtonIcon: import("@angular/core").InputSignal<string>;
25
23
  /**
26
24
  * 展示的形状,默认只显示字体图标图标,circle-dashed, circle-solid 展示成虚线,实线边框圆形图标, circle-thick-dashed, circle-thick-solid 边框加粗
27
25
  */
28
- set thyShape(value: ThyButtonIconShape);
26
+ readonly thyShape: import("@angular/core").InputSignal<ThyButtonIconShape>;
29
27
  /**
30
28
  * 亮色,颜色更浅,适合左侧导航顶部的按钮
31
29
  * @default false
32
30
  */
33
- set thyLight(value: boolean);
31
+ readonly thyLight: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
34
32
  /**
35
33
  * 设置为选中状态
36
34
  * @default false
37
35
  */
38
- set thyActive(value: boolean);
36
+ readonly thyActive: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
39
37
  /**
40
38
  * 按钮展示类型,默认图标移上去显示主色, danger-weak 鼠标移上去显示 danger 红色
41
39
  */
42
- set thyTheme(value: string);
40
+ readonly thyTheme: import("@angular/core").InputSignal<string>;
41
+ readonly thyColor: import("@angular/core").InputSignal<string>;
43
42
  constructor();
44
- private initialized;
45
- private shape;
46
- private size;
47
43
  private hostRenderer;
48
- iconPrefix: string;
49
- iconClasses: string[];
50
- icon: string;
51
- theme: string;
52
- svgIconName: string;
53
- _isBtn: boolean;
54
- _isBtnIcon: boolean;
55
- _isLighted: boolean;
56
- _isActive: boolean;
57
- thyColor: string;
58
- private setIconClass;
44
+ private icon;
45
+ private isWtfIcon;
46
+ protected svgIconName: import("@angular/core").Signal<string>;
47
+ protected iconClasses: import("@angular/core").Signal<string[]>;
59
48
  private setClasses;
60
- ngOnInit(): void;
61
49
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyButtonIcon, never>;
62
- static ɵcmp: i0.ɵɵComponentDeclaration<ThyButtonIcon, "thy-button-icon,[thy-button-icon],[thyButtonIcon]", never, { "thySize": { "alias": "thySize"; "required": false; }; "thyIcon": { "alias": "thyIcon"; "required": false; }; "thyButtonIcon": { "alias": "thyButtonIcon"; "required": false; }; "thyShape": { "alias": "thyShape"; "required": false; }; "thyLight": { "alias": "thyLight"; "required": false; }; "thyActive": { "alias": "thyActive"; "required": false; }; "thyTheme": { "alias": "thyTheme"; "required": false; }; "thyColor": { "alias": "thyColor"; "required": false; }; }, {}, never, ["*"], true, never>;
63
- static ngAcceptInputType_thyLight: i1.ThyBooleanInput;
64
- static ngAcceptInputType_thyActive: i1.ThyBooleanInput;
50
+ static ɵcmp: i0.ɵɵComponentDeclaration<ThyButtonIcon, "thy-button-icon,[thy-button-icon],[thyButtonIcon]", never, { "thySize": { "alias": "thySize"; "required": false; "isSignal": true; }; "thyIcon": { "alias": "thyIcon"; "required": false; "isSignal": true; }; "thyButtonIcon": { "alias": "thyButtonIcon"; "required": false; "isSignal": true; }; "thyShape": { "alias": "thyShape"; "required": false; "isSignal": true; }; "thyLight": { "alias": "thyLight"; "required": false; "isSignal": true; }; "thyActive": { "alias": "thyActive"; "required": false; "isSignal": true; }; "thyTheme": { "alias": "thyTheme"; "required": false; "isSignal": true; }; "thyColor": { "alias": "thyColor"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
65
51
  }
@@ -1,25 +1,14 @@
1
- import { OnInit, AfterViewInit } from '@angular/core';
2
1
  import * as i0 from "@angular/core";
3
- import * as i1 from "ngx-tethys/util";
4
2
  export type ThyButtonType = 'primary' | 'secondary' | 'info' | 'outline-primary' | 'outline-default' | 'danger' | 'link' | 'link-secondary' | 'warning' | 'outline-warning' | 'success' | 'outline-success' | 'outline-info' | 'outline-danger' | 'link-danger-weak' | 'link-danger' | 'link-success';
5
3
  /**
6
4
  * 操作按钮,支持组件`thy-button`和`thyButton`指令两种形式
7
5
  * @name thy-button,[thy-button],[thyButton]
8
6
  * @order 10
9
7
  */
10
- export declare class ThyButton implements OnInit, AfterViewInit {
8
+ export declare class ThyButton {
11
9
  private elementRef;
12
10
  private renderer;
13
- private _initialized;
14
11
  private _originalText;
15
- private _type;
16
- private _size;
17
- private _icon;
18
- private _loading;
19
- private _loadingText;
20
- _isRadiusSquare: boolean;
21
- iconClass: string[];
22
- svgIconName: string;
23
12
  private get nativeElement();
24
13
  private hostRenderer;
25
14
  /**
@@ -27,45 +16,46 @@ export declare class ThyButton implements OnInit, AfterViewInit {
27
16
  * @type primary | info | warning | danger | success
28
17
  * @default primary
29
18
  */
30
- set thyButton(value: ThyButtonType);
19
+ readonly thyButton: import("@angular/core").InputSignal<ThyButtonType>;
31
20
  /**
32
21
  * 和`thyButton`参数一样,一般使用`thyButton`,为了减少参数输入, 当通过`thy-button`使用时,只能使用该参数控制类型
33
22
  * @default primary
34
23
  */
35
- set thyType(value: ThyButtonType);
24
+ readonly thyType: import("@angular/core").InputSignal<ThyButtonType>;
36
25
  /**
37
26
  * 加载状态
38
27
  * @default false
39
28
  */
40
- set thyLoading(value: boolean);
29
+ readonly thyLoading: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
41
30
  /**
42
31
  * 加载状态时显示的文案
43
32
  */
44
- set thyLoadingText(value: string);
33
+ readonly thyLoadingText: import("@angular/core").InputSignal<string>;
45
34
  /**
46
35
  * 按钮大小
47
36
  * @type xs | sm | md | default | lg
48
37
  * @default default
49
38
  */
50
- set thySize(size: string);
39
+ readonly thySize: import("@angular/core").InputSignal<string>;
51
40
  /**
52
41
  * 按钮中显示的图标,支持SVG图标名称,比如`angle-left`,也支持传之前的 wtf 字体,比如: wtf-plus
53
42
  */
54
- set thyIcon(icon: string);
43
+ readonly thyIcon: import("@angular/core").InputSignal<string>;
55
44
  /**
56
45
  * 按钮整块展示
57
46
  * @default false
58
47
  */
59
- thyBlock: boolean;
60
- private setBtnType;
61
- private setLoadingText;
62
- private setLoadingStatus;
48
+ readonly thyBlock: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
49
+ private isWtfIcon;
50
+ protected svgIconName: import("@angular/core").Signal<string>;
51
+ protected iconClass: import("@angular/core").Signal<string[]>;
52
+ private buttonType;
53
+ protected isRadiusSquare: import("@angular/core").Signal<boolean>;
54
+ protected type: import("@angular/core").Signal<string>;
55
+ private setButtonText;
63
56
  private updateClasses;
64
- ngOnInit(): void;
65
- ngAfterViewInit(): void;
57
+ constructor();
66
58
  private wrapSpanForText;
67
59
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyButton, never>;
68
- static ɵcmp: i0.ɵɵComponentDeclaration<ThyButton, "thy-button,[thy-button],[thyButton]", never, { "thyButton": { "alias": "thyButton"; "required": false; }; "thyType": { "alias": "thyType"; "required": false; }; "thyLoading": { "alias": "thyLoading"; "required": false; }; "thyLoadingText": { "alias": "thyLoadingText"; "required": false; }; "thySize": { "alias": "thySize"; "required": false; }; "thyIcon": { "alias": "thyIcon"; "required": false; }; "thyBlock": { "alias": "thyBlock"; "required": false; }; }, {}, never, ["*"], true, never>;
69
- static ngAcceptInputType_thyLoading: i1.ThyBooleanInput;
70
- static ngAcceptInputType_thyBlock: i1.ThyBooleanInput;
60
+ static ɵcmp: i0.ɵɵComponentDeclaration<ThyButton, "thy-button,[thy-button],[thyButton]", never, { "thyButton": { "alias": "thyButton"; "required": false; "isSignal": true; }; "thyType": { "alias": "thyType"; "required": false; "isSignal": true; }; "thyLoading": { "alias": "thyLoading"; "required": false; "isSignal": true; }; "thyLoadingText": { "alias": "thyLoadingText"; "required": false; "isSignal": true; }; "thySize": { "alias": "thySize"; "required": false; "isSignal": true; }; "thyIcon": { "alias": "thyIcon"; "required": false; "isSignal": true; }; "thyBlock": { "alias": "thyBlock"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
71
61
  }
@@ -1,12 +1,11 @@
1
1
  import { ElementRef, OnDestroy, OnInit } from '@angular/core';
2
- import { Subject } from 'rxjs';
3
2
  import * as i0 from "@angular/core";
4
3
  /**
5
4
  * @internal
6
5
  */
7
6
  export declare class ThyCoordinatesDirective implements OnInit, OnDestroy {
8
7
  el: ElementRef<any>;
9
- coordinatesChange: Subject<{
8
+ readonly coordinatesChange: import("@angular/core").OutputEmitterRef<{
10
9
  x: number;
11
10
  y: number;
12
11
  left: number;