ngx-tethys 17.0.9 → 17.0.11

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 (352) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/action/action.component.d.ts +3 -3
  3. package/alert/alert.component.d.ts +1 -1
  4. package/anchor/anchor.component.d.ts +3 -1
  5. package/autocomplete/autocomplete.component.d.ts +1 -1
  6. package/autocomplete/autocomplete.trigger.directive.d.ts +1 -1
  7. package/avatar/avatar.component.d.ts +4 -4
  8. package/badge/badge.component.d.ts +3 -3
  9. package/button/button-icon.component.d.ts +2 -2
  10. package/button/button.component.d.ts +2 -2
  11. package/card/card.component.d.ts +3 -3
  12. package/card/content.component.d.ts +1 -1
  13. package/carousel/carousel.component.d.ts +4 -4
  14. package/cascader/cascader-li.component.d.ts +5 -5
  15. package/cascader/cascader-search-option.component.d.ts +3 -3
  16. package/cascader/cascader.component.d.ts +8 -8
  17. package/checkbox/checkbox.component.d.ts +1 -1
  18. package/collapse/collapse-item.component.d.ts +2 -2
  19. package/collapse/collapse.component.d.ts +1 -1
  20. package/color-picker/color-picker-panel.component.d.ts +1 -1
  21. package/color-picker/color-picker.component.d.ts +3 -3
  22. package/copy/copy.directive.d.ts +1 -1
  23. package/core/behaviors/decorators.d.ts +1 -1
  24. package/date-picker/abstract-picker.component.d.ts +7 -7
  25. package/date-picker/abstract-picker.directive.d.ts +3 -3
  26. package/date-picker/base-picker.component.d.ts +2 -2
  27. package/date-picker/lib/calendar/calendar-footer.component.d.ts +1 -1
  28. package/date-picker/lib/popups/inner-popup.component.d.ts +1 -1
  29. package/date-picker/picker.component.d.ts +1 -1
  30. package/date-range/date-range.component.d.ts +8 -2
  31. package/dialog/body/dialog-body.component.d.ts +1 -1
  32. package/dialog/footer/dialog-footer.component.d.ts +1 -1
  33. package/dialog/header/dialog-header.component.d.ts +1 -1
  34. package/divider/divider.component.d.ts +2 -2
  35. package/drag-drop/drag-handle.directive.d.ts +1 -1
  36. package/drag-drop/drag.directive.d.ts +1 -1
  37. package/drag-drop/drop-container.directive.d.ts +1 -1
  38. package/dropdown/dropdown-menu-item.directive.d.ts +2 -2
  39. package/dropdown/dropdown-menu.component.d.ts +1 -1
  40. package/dropdown/dropdown.directive.d.ts +1 -1
  41. package/empty/empty.component.d.ts +1 -1
  42. package/esm2022/action/action.component.mjs +7 -6
  43. package/esm2022/alert/alert.component.mjs +5 -5
  44. package/esm2022/anchor/anchor.component.mjs +5 -5
  45. package/esm2022/autocomplete/autocomplete.component.mjs +5 -4
  46. package/esm2022/autocomplete/autocomplete.trigger.directive.mjs +5 -5
  47. package/esm2022/avatar/avatar.component.mjs +8 -8
  48. package/esm2022/badge/badge.component.mjs +7 -6
  49. package/esm2022/button/button-icon.component.mjs +6 -5
  50. package/esm2022/button/button.component.mjs +6 -6
  51. package/esm2022/card/card.component.mjs +7 -6
  52. package/esm2022/card/content.component.mjs +5 -4
  53. package/esm2022/carousel/carousel.component.mjs +8 -7
  54. package/esm2022/cascader/cascader-li.component.mjs +9 -8
  55. package/esm2022/cascader/cascader-search-option.component.mjs +7 -6
  56. package/esm2022/cascader/cascader.component.mjs +12 -12
  57. package/esm2022/checkbox/checkbox.component.mjs +5 -4
  58. package/esm2022/collapse/collapse-item.component.mjs +6 -6
  59. package/esm2022/collapse/collapse.component.mjs +5 -4
  60. package/esm2022/color-picker/color-picker-panel.component.mjs +5 -4
  61. package/esm2022/color-picker/color-picker.component.mjs +7 -6
  62. package/esm2022/copy/copy.directive.mjs +5 -4
  63. package/esm2022/core/behaviors/decorators.mjs +2 -2
  64. package/esm2022/date-picker/abstract-picker.component.mjs +11 -10
  65. package/esm2022/date-picker/abstract-picker.directive.mjs +6 -6
  66. package/esm2022/date-picker/base-picker.component.mjs +5 -5
  67. package/esm2022/date-picker/lib/calendar/calendar-footer.component.mjs +5 -5
  68. package/esm2022/date-picker/lib/popups/inner-popup.component.mjs +5 -5
  69. package/esm2022/date-picker/picker.component.mjs +5 -5
  70. package/esm2022/date-range/date-range.component.mjs +6 -5
  71. package/esm2022/dialog/body/dialog-body.component.mjs +5 -4
  72. package/esm2022/dialog/footer/dialog-footer.component.mjs +5 -4
  73. package/esm2022/dialog/header/dialog-header.component.mjs +5 -4
  74. package/esm2022/divider/divider.component.mjs +6 -5
  75. package/esm2022/drag-drop/drag-handle.directive.mjs +5 -4
  76. package/esm2022/drag-drop/drag.directive.mjs +5 -4
  77. package/esm2022/drag-drop/drop-container.directive.mjs +5 -4
  78. package/esm2022/dropdown/dropdown-menu-item.directive.mjs +7 -6
  79. package/esm2022/dropdown/dropdown-menu.component.mjs +5 -4
  80. package/esm2022/dropdown/dropdown.directive.mjs +5 -5
  81. package/esm2022/empty/empty.component.mjs +5 -4
  82. package/esm2022/form/form-group-error/form-group-error.component.mjs +5 -4
  83. package/esm2022/form/form-group-label.directive.mjs +5 -4
  84. package/esm2022/form/form-group.component.mjs +7 -6
  85. package/esm2022/icon/icon.component.mjs +6 -5
  86. package/esm2022/image/image.directive.mjs +6 -5
  87. package/esm2022/input/input-search.component.mjs +5 -4
  88. package/esm2022/input/input.component.mjs +6 -5
  89. package/esm2022/input-number/input-number.component.mjs +6 -6
  90. package/esm2022/layout/header.component.mjs +7 -6
  91. package/esm2022/layout/sidebar-header.component.mjs +5 -4
  92. package/esm2022/layout/sidebar.component.mjs +12 -11
  93. package/esm2022/list/list.component.mjs +5 -4
  94. package/esm2022/list/selection/selection-list.mjs +7 -7
  95. package/esm2022/loading/loading.component.mjs +6 -5
  96. package/esm2022/mention/mention.directive.mjs +3 -3
  97. package/esm2022/menu/group/menu-group.component.mjs +10 -9
  98. package/esm2022/menu/item/action/menu-item-action.component.mjs +5 -4
  99. package/esm2022/menu/item/name/menu-item-name.component.mjs +5 -4
  100. package/esm2022/menu/menu.component.mjs +5 -4
  101. package/esm2022/nav/icon-nav/icon-nav-link.directive.mjs +5 -4
  102. package/esm2022/nav/nav-ink-bar.directive.mjs +6 -5
  103. package/esm2022/nav/nav-item.directive.mjs +7 -6
  104. package/esm2022/nav/nav.component.mjs +8 -7
  105. package/esm2022/pagination/pagination.component.mjs +9 -9
  106. package/esm2022/popover/popover.directive.mjs +6 -5
  107. package/esm2022/property/property-item.component.mjs +5 -4
  108. package/esm2022/property-operation/property-operation.component.mjs +9 -9
  109. package/esm2022/radio/group/radio-group.component.mjs +5 -4
  110. package/esm2022/rate/rate-item.component.mjs +5 -4
  111. package/esm2022/rate/rate.component.mjs +7 -7
  112. package/esm2022/resizable/resizable.directive.mjs +7 -6
  113. package/esm2022/resizable/resize-handle.component.mjs +5 -4
  114. package/esm2022/resizable/resize-handles.component.mjs +5 -4
  115. package/esm2022/segment/segment-item.component.mjs +5 -5
  116. package/esm2022/segment/segment.component.mjs +5 -4
  117. package/esm2022/select/custom-select/custom-select.component.mjs +14 -14
  118. package/esm2022/select/native-select/native-select.component.mjs +5 -5
  119. package/esm2022/shared/base-form-check.component.mjs +6 -5
  120. package/esm2022/shared/directives/thy-autofocus.directive.mjs +6 -5
  121. package/esm2022/shared/directives/thy-scroll.directive.mjs +5 -4
  122. package/esm2022/shared/directives/thy-show.mjs +5 -4
  123. package/esm2022/shared/option/group/option-group.component.mjs +5 -4
  124. package/esm2022/shared/option/list-option/list-option.component.mjs +5 -4
  125. package/esm2022/shared/option/option.component.mjs +5 -5
  126. package/esm2022/shared/select/select-control/select-control.component.mjs +10 -10
  127. package/esm2022/skeleton/skeleton-circle.component.mjs +5 -5
  128. package/esm2022/skeleton/skeleton-rectangle.component.mjs +5 -5
  129. package/esm2022/skeleton/skeleton.component.mjs +5 -4
  130. package/esm2022/skeleton/stylized/bullet-list.component.mjs +5 -4
  131. package/esm2022/skeleton/stylized/list.component.mjs +5 -4
  132. package/esm2022/skeleton/stylized/paragraph.component.mjs +5 -4
  133. package/esm2022/slide/slide-body/slide-body-section.component.mjs +5 -4
  134. package/esm2022/slider/slider.component.mjs +6 -6
  135. package/esm2022/space/space.component.mjs +5 -4
  136. package/esm2022/stepper/step-header.component.mjs +6 -5
  137. package/esm2022/stepper/stepper.component.mjs +5 -4
  138. package/esm2022/switch/switch.component.mjs +6 -5
  139. package/esm2022/table/table-column.component.mjs +9 -9
  140. package/esm2022/table/table-skeleton.component.mjs +6 -5
  141. package/esm2022/table/table.component.mjs +14 -14
  142. package/esm2022/tabs/tab.component.mjs +5 -4
  143. package/esm2022/tabs/tabs.component.mjs +6 -6
  144. package/esm2022/tag/tag.component.mjs +5 -5
  145. package/esm2022/time-picker/time-picker-panel.component.mjs +6 -6
  146. package/esm2022/time-picker/time-picker.component.mjs +9 -9
  147. package/esm2022/timeline/timeline.component.mjs +5 -4
  148. package/esm2022/tooltip/tooltip.directive.mjs +6 -6
  149. package/esm2022/tree/tree-node.component.mjs +9 -8
  150. package/esm2022/tree/tree.component.mjs +10 -10
  151. package/esm2022/tree-select/tree-select.component.mjs +11 -11
  152. package/esm2022/upload/file-select.component.mjs +6 -5
  153. package/esm2022/version.mjs +2 -2
  154. package/esm2022/vote/vote.component.mjs +7 -6
  155. package/esm2022/watermark/watermark.directive.mjs +5 -4
  156. package/fesm2022/ngx-tethys-action.mjs +6 -5
  157. package/fesm2022/ngx-tethys-action.mjs.map +1 -1
  158. package/fesm2022/ngx-tethys-alert.mjs +4 -4
  159. package/fesm2022/ngx-tethys-alert.mjs.map +1 -1
  160. package/fesm2022/ngx-tethys-anchor.mjs +4 -4
  161. package/fesm2022/ngx-tethys-anchor.mjs.map +1 -1
  162. package/fesm2022/ngx-tethys-autocomplete.mjs +6 -6
  163. package/fesm2022/ngx-tethys-autocomplete.mjs.map +1 -1
  164. package/fesm2022/ngx-tethys-avatar.mjs +7 -7
  165. package/fesm2022/ngx-tethys-avatar.mjs.map +1 -1
  166. package/fesm2022/ngx-tethys-badge.mjs +6 -5
  167. package/fesm2022/ngx-tethys-badge.mjs.map +1 -1
  168. package/fesm2022/ngx-tethys-button.mjs +8 -8
  169. package/fesm2022/ngx-tethys-button.mjs.map +1 -1
  170. package/fesm2022/ngx-tethys-card.mjs +8 -7
  171. package/fesm2022/ngx-tethys-card.mjs.map +1 -1
  172. package/fesm2022/ngx-tethys-carousel.mjs +7 -6
  173. package/fesm2022/ngx-tethys-carousel.mjs.map +1 -1
  174. package/fesm2022/ngx-tethys-cascader.mjs +21 -21
  175. package/fesm2022/ngx-tethys-cascader.mjs.map +1 -1
  176. package/fesm2022/ngx-tethys-checkbox.mjs +4 -3
  177. package/fesm2022/ngx-tethys-checkbox.mjs.map +1 -1
  178. package/fesm2022/ngx-tethys-collapse.mjs +7 -7
  179. package/fesm2022/ngx-tethys-collapse.mjs.map +1 -1
  180. package/fesm2022/ngx-tethys-color-picker.mjs +8 -7
  181. package/fesm2022/ngx-tethys-color-picker.mjs.map +1 -1
  182. package/fesm2022/ngx-tethys-copy.mjs +4 -3
  183. package/fesm2022/ngx-tethys-copy.mjs.map +1 -1
  184. package/fesm2022/ngx-tethys-core.mjs +1 -1
  185. package/fesm2022/ngx-tethys-core.mjs.map +1 -1
  186. package/fesm2022/ngx-tethys-date-picker.mjs +26 -26
  187. package/fesm2022/ngx-tethys-date-picker.mjs.map +1 -1
  188. package/fesm2022/ngx-tethys-date-range.mjs +5 -4
  189. package/fesm2022/ngx-tethys-date-range.mjs.map +1 -1
  190. package/fesm2022/ngx-tethys-dialog.mjs +8 -7
  191. package/fesm2022/ngx-tethys-dialog.mjs.map +1 -1
  192. package/fesm2022/ngx-tethys-divider.mjs +5 -4
  193. package/fesm2022/ngx-tethys-divider.mjs.map +1 -1
  194. package/fesm2022/ngx-tethys-drag-drop.mjs +8 -8
  195. package/fesm2022/ngx-tethys-drag-drop.mjs.map +1 -1
  196. package/fesm2022/ngx-tethys-dropdown.mjs +10 -10
  197. package/fesm2022/ngx-tethys-dropdown.mjs.map +1 -1
  198. package/fesm2022/ngx-tethys-empty.mjs +4 -3
  199. package/fesm2022/ngx-tethys-empty.mjs.map +1 -1
  200. package/fesm2022/ngx-tethys-form.mjs +10 -10
  201. package/fesm2022/ngx-tethys-form.mjs.map +1 -1
  202. package/fesm2022/ngx-tethys-icon.mjs +5 -5
  203. package/fesm2022/ngx-tethys-icon.mjs.map +1 -1
  204. package/fesm2022/ngx-tethys-image.mjs +5 -5
  205. package/fesm2022/ngx-tethys-image.mjs.map +1 -1
  206. package/fesm2022/ngx-tethys-input-number.mjs +5 -5
  207. package/fesm2022/ngx-tethys-input-number.mjs.map +1 -1
  208. package/fesm2022/ngx-tethys-input.mjs +7 -6
  209. package/fesm2022/ngx-tethys-input.mjs.map +1 -1
  210. package/fesm2022/ngx-tethys-layout.mjs +17 -16
  211. package/fesm2022/ngx-tethys-layout.mjs.map +1 -1
  212. package/fesm2022/ngx-tethys-list.mjs +8 -8
  213. package/fesm2022/ngx-tethys-list.mjs.map +1 -1
  214. package/fesm2022/ngx-tethys-loading.mjs +5 -4
  215. package/fesm2022/ngx-tethys-loading.mjs.map +1 -1
  216. package/fesm2022/ngx-tethys-mention.mjs +2 -2
  217. package/fesm2022/ngx-tethys-mention.mjs.map +1 -1
  218. package/fesm2022/ngx-tethys-menu.mjs +15 -14
  219. package/fesm2022/ngx-tethys-menu.mjs.map +1 -1
  220. package/fesm2022/ngx-tethys-nav.mjs +16 -16
  221. package/fesm2022/ngx-tethys-nav.mjs.map +1 -1
  222. package/fesm2022/ngx-tethys-pagination.mjs +8 -8
  223. package/fesm2022/ngx-tethys-pagination.mjs.map +1 -1
  224. package/fesm2022/ngx-tethys-popover.mjs +5 -5
  225. package/fesm2022/ngx-tethys-popover.mjs.map +1 -1
  226. package/fesm2022/ngx-tethys-property-operation.mjs +8 -8
  227. package/fesm2022/ngx-tethys-property-operation.mjs.map +1 -1
  228. package/fesm2022/ngx-tethys-property.mjs +4 -3
  229. package/fesm2022/ngx-tethys-property.mjs.map +1 -1
  230. package/fesm2022/ngx-tethys-radio.mjs +7 -6
  231. package/fesm2022/ngx-tethys-radio.mjs.map +1 -1
  232. package/fesm2022/ngx-tethys-rate.mjs +8 -8
  233. package/fesm2022/ngx-tethys-rate.mjs.map +1 -1
  234. package/fesm2022/ngx-tethys-resizable.mjs +10 -10
  235. package/fesm2022/ngx-tethys-resizable.mjs.map +1 -1
  236. package/fesm2022/ngx-tethys-segment.mjs +6 -6
  237. package/fesm2022/ngx-tethys-segment.mjs.map +1 -1
  238. package/fesm2022/ngx-tethys-select.mjs +15 -15
  239. package/fesm2022/ngx-tethys-select.mjs.map +1 -1
  240. package/fesm2022/ngx-tethys-shared.mjs +25 -25
  241. package/fesm2022/ngx-tethys-shared.mjs.map +1 -1
  242. package/fesm2022/ngx-tethys-skeleton.mjs +14 -14
  243. package/fesm2022/ngx-tethys-skeleton.mjs.map +1 -1
  244. package/fesm2022/ngx-tethys-slide.mjs +4 -4
  245. package/fesm2022/ngx-tethys-slide.mjs.map +1 -1
  246. package/fesm2022/ngx-tethys-slider.mjs +5 -5
  247. package/fesm2022/ngx-tethys-slider.mjs.map +1 -1
  248. package/fesm2022/ngx-tethys-space.mjs +4 -3
  249. package/fesm2022/ngx-tethys-space.mjs.map +1 -1
  250. package/fesm2022/ngx-tethys-stepper.mjs +7 -6
  251. package/fesm2022/ngx-tethys-stepper.mjs.map +1 -1
  252. package/fesm2022/ngx-tethys-switch.mjs +5 -4
  253. package/fesm2022/ngx-tethys-switch.mjs.map +1 -1
  254. package/fesm2022/ngx-tethys-table.mjs +22 -22
  255. package/fesm2022/ngx-tethys-table.mjs.map +1 -1
  256. package/fesm2022/ngx-tethys-tabs.mjs +7 -7
  257. package/fesm2022/ngx-tethys-tabs.mjs.map +1 -1
  258. package/fesm2022/ngx-tethys-tag.mjs +4 -4
  259. package/fesm2022/ngx-tethys-tag.mjs.map +1 -1
  260. package/fesm2022/ngx-tethys-time-picker.mjs +11 -11
  261. package/fesm2022/ngx-tethys-time-picker.mjs.map +1 -1
  262. package/fesm2022/ngx-tethys-timeline.mjs +4 -3
  263. package/fesm2022/ngx-tethys-timeline.mjs.map +1 -1
  264. package/fesm2022/ngx-tethys-tooltip.mjs +5 -5
  265. package/fesm2022/ngx-tethys-tooltip.mjs.map +1 -1
  266. package/fesm2022/ngx-tethys-tree-select.mjs +10 -10
  267. package/fesm2022/ngx-tethys-tree-select.mjs.map +1 -1
  268. package/fesm2022/ngx-tethys-tree.mjs +15 -15
  269. package/fesm2022/ngx-tethys-tree.mjs.map +1 -1
  270. package/fesm2022/ngx-tethys-upload.mjs +5 -5
  271. package/fesm2022/ngx-tethys-upload.mjs.map +1 -1
  272. package/fesm2022/ngx-tethys-vote.mjs +6 -5
  273. package/fesm2022/ngx-tethys-vote.mjs.map +1 -1
  274. package/fesm2022/ngx-tethys-watermark.mjs +4 -3
  275. package/fesm2022/ngx-tethys-watermark.mjs.map +1 -1
  276. package/fesm2022/ngx-tethys.mjs +1 -1
  277. package/fesm2022/ngx-tethys.mjs.map +1 -1
  278. package/form/form-group-error/form-group-error.component.d.ts +1 -1
  279. package/form/form-group-label.directive.d.ts +1 -1
  280. package/form/form-group.component.d.ts +3 -3
  281. package/icon/icon.component.d.ts +2 -2
  282. package/image/image.directive.d.ts +2 -2
  283. package/input/input-search.component.d.ts +1 -1
  284. package/input/input.component.d.ts +2 -2
  285. package/input-number/input-number.component.d.ts +2 -2
  286. package/layout/header.component.d.ts +3 -3
  287. package/layout/sidebar-header.component.d.ts +1 -1
  288. package/layout/sidebar.component.d.ts +7 -7
  289. package/list/list.component.d.ts +1 -1
  290. package/list/selection/selection-list.d.ts +3 -3
  291. package/loading/loading.component.d.ts +2 -2
  292. package/menu/group/menu-group.component.d.ts +6 -6
  293. package/menu/item/action/menu-item-action.component.d.ts +1 -1
  294. package/menu/item/name/menu-item-name.component.d.ts +1 -1
  295. package/menu/menu.component.d.ts +1 -1
  296. package/nav/icon-nav/icon-nav-link.directive.d.ts +1 -1
  297. package/nav/nav-ink-bar.directive.d.ts +2 -2
  298. package/nav/nav-item.directive.d.ts +3 -3
  299. package/nav/nav.component.d.ts +4 -4
  300. package/package.json +1 -1
  301. package/pagination/pagination.component.d.ts +5 -5
  302. package/popover/popover.directive.d.ts +2 -2
  303. package/property/property-item.component.d.ts +4 -1
  304. package/property-operation/property-operation.component.d.ts +5 -5
  305. package/radio/group/radio-group.component.d.ts +1 -1
  306. package/rate/rate-item.component.d.ts +1 -1
  307. package/rate/rate.component.d.ts +3 -3
  308. package/resizable/resizable.directive.d.ts +3 -3
  309. package/resizable/resize-handle.component.d.ts +1 -1
  310. package/resizable/resize-handles.component.d.ts +1 -1
  311. package/schematics/version.d.ts +1 -1
  312. package/schematics/version.js +1 -1
  313. package/segment/segment-item.component.d.ts +1 -1
  314. package/segment/segment.component.d.ts +5 -1
  315. package/select/custom-select/custom-select.component.d.ts +10 -10
  316. package/select/native-select/native-select.component.d.ts +1 -1
  317. package/shared/base-form-check.component.d.ts +2 -2
  318. package/shared/directives/thy-autofocus.directive.d.ts +2 -2
  319. package/shared/directives/thy-scroll.directive.d.ts +1 -1
  320. package/shared/directives/thy-show.d.ts +1 -1
  321. package/shared/option/group/option-group.component.d.ts +1 -1
  322. package/shared/option/list-option/list-option.component.d.ts +1 -1
  323. package/shared/option/option.component.d.ts +1 -1
  324. package/shared/select/select-control/select-control.component.d.ts +6 -6
  325. package/skeleton/skeleton-circle.component.d.ts +1 -1
  326. package/skeleton/skeleton-rectangle.component.d.ts +1 -1
  327. package/skeleton/skeleton.component.d.ts +1 -1
  328. package/skeleton/stylized/bullet-list.component.d.ts +1 -1
  329. package/skeleton/stylized/list.component.d.ts +1 -1
  330. package/skeleton/stylized/paragraph.component.d.ts +1 -1
  331. package/slide/slide-body/slide-body-section.component.d.ts +1 -1
  332. package/slider/slider.component.d.ts +2 -2
  333. package/space/space.component.d.ts +1 -1
  334. package/stepper/step-header.component.d.ts +2 -2
  335. package/stepper/stepper.component.d.ts +1 -1
  336. package/switch/switch.component.d.ts +2 -2
  337. package/table/table-column.component.d.ts +5 -5
  338. package/table/table-skeleton.component.d.ts +2 -2
  339. package/table/table.component.d.ts +10 -10
  340. package/tabs/tab.component.d.ts +1 -1
  341. package/tabs/tabs.component.d.ts +2 -2
  342. package/tag/tag.component.d.ts +1 -1
  343. package/time-picker/time-picker-panel.component.d.ts +2 -2
  344. package/time-picker/time-picker.component.d.ts +5 -5
  345. package/timeline/timeline.component.d.ts +1 -1
  346. package/tooltip/tooltip.directive.d.ts +10 -2
  347. package/tree/tree-node.component.d.ts +20 -5
  348. package/tree/tree.component.d.ts +6 -6
  349. package/tree-select/tree-select.component.d.ts +7 -7
  350. package/upload/file-select.component.d.ts +2 -2
  351. package/vote/vote.component.d.ts +3 -3
  352. package/watermark/watermark.directive.d.ts +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,24 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ## [17.0.11](https://github.com/atinc/ngx-tethys/compare/17.0.10...17.0.11) (2024-06-17)
6
+
7
+
8
+ ### Features
9
+
10
+ * use the ngx-tethys/util's coerceBooleanProperty instead of booleanAttribute #INFR-12648 ([#3106](https://github.com/atinc/ngx-tethys/issues/3106)) ([368a728](https://github.com/atinc/ngx-tethys/commit/368a72878d5403d79c7bd4d369f1c2799408587d)), closes [#INFR-12648](https://github.com/atinc/ngx-tethys/issues/INFR-12648)
11
+
12
+
13
+
14
+ ## [17.0.10](https://github.com/atinc/ngx-tethys/compare/17.0.9...17.0.10) (2024-06-13)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **mention:** fix mention popover config originPosition not work #INFR-12631 ([60e18c0](https://github.com/atinc/ngx-tethys/commit/60e18c03789c09d66174a826ef0f0e482d79b1fe)), closes [#INFR-12631](https://github.com/atinc/ngx-tethys/issues/INFR-12631)
20
+
21
+
22
+
5
23
  ## [17.0.9](https://github.com/atinc/ngx-tethys/compare/17.0.8...17.0.9) (2024-06-13)
6
24
 
7
25
 
@@ -80,7 +80,7 @@ export declare class ThyAction implements OnInit, AfterViewInit, OnChanges, OnDe
80
80
  ngOnDestroy(): void;
81
81
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyAction, never>;
82
82
  static ɵcmp: i0.ɵɵComponentDeclaration<ThyAction, "thy-action, [thyAction]", never, { "thyType": { "alias": "thyType"; "required": false; }; "thyIcon": { "alias": "thyIcon"; "required": false; }; "thyActionIcon": { "alias": "thyActionIcon"; "required": false; }; "thyActive": { "alias": "thyActive"; "required": false; }; "thyActionActive": { "alias": "thyActionActive"; "required": false; }; "thyTheme": { "alias": "thyTheme"; "required": false; }; "thyHoverIcon": { "alias": "thyHoverIcon"; "required": false; }; "thyDisabled": { "alias": "thyDisabled"; "required": false; }; }, {}, never, ["*"], true, never>;
83
- static ngAcceptInputType_thyActive: unknown;
84
- static ngAcceptInputType_thyActionActive: unknown;
85
- static ngAcceptInputType_thyDisabled: unknown;
83
+ static ngAcceptInputType_thyActive: boolean | string | number;
84
+ static ngAcceptInputType_thyActionActive: boolean | string | number;
85
+ static ngAcceptInputType_thyDisabled: boolean | string | number;
86
86
  }
@@ -54,6 +54,6 @@ export declare class ThyAlert implements OnInit, OnChanges {
54
54
  private updateClass;
55
55
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyAlert, never>;
56
56
  static ɵcmp: i0.ɵɵComponentDeclaration<ThyAlert, "thy-alert", never, { "thyType": { "alias": "thyType"; "required": false; }; "thyTheme": { "alias": "thyTheme"; "required": false; }; "thyMessage": { "alias": "thyMessage"; "required": false; }; "thyIcon": { "alias": "thyIcon"; "required": false; }; "thyCloseable": { "alias": "thyCloseable"; "required": false; }; }, {}, ["alertOperation"], never, true, never>;
57
- static ngAcceptInputType_thyCloseable: unknown;
57
+ static ngAcceptInputType_thyCloseable: boolean | string | number;
58
58
  }
59
59
  export {};
@@ -71,7 +71,9 @@ export declare class ThyAnchor implements OnDestroy, AfterViewInit, OnChanges {
71
71
  ngOnChanges(changes: SimpleChanges): void;
72
72
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyAnchor, never>;
73
73
  static ɵcmp: i0.ɵɵComponentDeclaration<ThyAnchor, "thy-anchor", ["thyAnchor"], { "thyAffix": { "alias": "thyAffix"; "required": false; }; "thyBounds": { "alias": "thyBounds"; "required": false; }; "thyOffsetTop": { "alias": "thyOffsetTop"; "required": false; }; "thyContainer": { "alias": "thyContainer"; "required": false; }; "thyDirection": { "alias": "thyDirection"; "required": false; }; }, { "thyClick": "thyClick"; "thyScroll": "thyScroll"; }, never, ["*"], true, never>;
74
- static ngAcceptInputType_thyAffix: unknown;
74
+ static ngAcceptInputType_thyAffix: boolean | string /**
75
+ * 固定模式
76
+ */ | number;
75
77
  static ngAcceptInputType_thyBounds: unknown;
76
78
  static ngAcceptInputType_thyOffsetTop: unknown;
77
79
  }
@@ -81,5 +81,5 @@ export declare class ThyAutocomplete implements IThyOptionParentComponent, OnIni
81
81
  ngOnDestroy(): void;
82
82
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyAutocomplete, never>;
83
83
  static ɵcmp: i0.ɵɵComponentDeclaration<ThyAutocomplete, "thy-autocomplete", never, { "thyEmptyText": { "alias": "thyEmptyText"; "required": false; }; "thyAutoActiveFirstOption": { "alias": "thyAutoActiveFirstOption"; "required": false; }; }, { "thyOptionSelected": "thyOptionSelected"; "thyOpened": "thyOpened"; "thyClosed": "thyClosed"; "thyOptionActivated": "thyOptionActivated"; }, ["options"], ["*"], true, never>;
84
- static ngAcceptInputType_thyAutoActiveFirstOption: unknown;
84
+ static ngAcceptInputType_thyAutoActiveFirstOption: boolean | string | number;
85
85
  }
@@ -83,5 +83,5 @@ export declare class ThyAutocompleteTriggerDirective implements OnInit, OnDestro
83
83
  static ɵdir: i0.ɵɵDirectiveDeclaration<ThyAutocompleteTriggerDirective, "input[thyAutocompleteTrigger], textarea[thyAutocompleteTrigger], thy-input[thyAutocompleteTrigger], thy-input-search[thyAutocompleteTrigger], input[thyAutocomplete], textarea[thyAutocomplete], thy-input[thyAutocomplete], thy-input-search[thyAutocomplete]", ["thyAutocompleteTrigger", "thyAutocomplete"], { "autocompleteComponent": { "alias": "thyAutocompleteComponent"; "required": false; }; "autocomplete": { "alias": "thyAutocomplete"; "required": false; }; "thyOffset": { "alias": "thyOffset"; "required": false; }; "thyAutocompleteWidth": { "alias": "thyAutocompleteWidth"; "required": false; }; "thyPlacement": { "alias": "thyPlacement"; "required": false; }; "thyIsFocusOpen": { "alias": "thyIsFocusOpen"; "required": false; }; }, {}, never, never, true, never>;
84
84
  static ngAcceptInputType_thyOffset: unknown;
85
85
  static ngAcceptInputType_thyAutocompleteWidth: unknown;
86
- static ngAcceptInputType_thyIsFocusOpen: unknown;
86
+ static ngAcceptInputType_thyIsFocusOpen: boolean | string | number;
87
87
  }
@@ -104,8 +104,8 @@ export declare class ThyAvatar implements OnInit {
104
104
  avatarImgError($event: Event): void;
105
105
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyAvatar, never>;
106
106
  static ɵcmp: i0.ɵɵComponentDeclaration<ThyAvatar, "thy-avatar", never, { "thyShowName": { "alias": "thyShowName"; "required": false; }; "thySrc": { "alias": "thySrc"; "required": false; }; "thyName": { "alias": "thyName"; "required": false; }; "thySize": { "alias": "thySize"; "required": false; }; "thyShowRemove": { "alias": "thyShowRemove"; "required": false; }; "thyRemovable": { "alias": "thyRemovable"; "required": false; }; "thyImgClass": { "alias": "thyImgClass"; "required": false; }; "thyDisabled": { "alias": "thyDisabled"; "required": false; }; "thyLoading": { "alias": "thyLoading"; "required": false; }; "thyFetchPriority": { "alias": "thyFetchPriority"; "required": false; }; }, { "thyOnRemove": "thyOnRemove"; "thyRemove": "thyRemove"; "thyError": "thyError"; }, never, never, true, never>;
107
- static ngAcceptInputType_thyShowName: unknown;
108
- static ngAcceptInputType_thyShowRemove: unknown;
109
- static ngAcceptInputType_thyRemovable: unknown;
110
- static ngAcceptInputType_thyDisabled: unknown;
107
+ static ngAcceptInputType_thyShowName: boolean | string | number;
108
+ static ngAcceptInputType_thyShowRemove: boolean | string | number;
109
+ static ngAcceptInputType_thyRemovable: boolean | string | number;
110
+ static ngAcceptInputType_thyDisabled: boolean | string | number;
111
111
  }
@@ -91,7 +91,7 @@ export declare class ThyBadge implements OnInit {
91
91
  static ɵcmp: i0.ɵɵComponentDeclaration<ThyBadge, "thy-badge,[thyBadge]", never, { "thyType": { "alias": "thyType"; "required": false; }; "thyCount": { "alias": "thyCount"; "required": false; }; "thyContent": { "alias": "thyContent"; "required": false; }; "thyContext": { "alias": "thyContext"; "required": false; }; "thyMaxCount": { "alias": "thyMaxCount"; "required": false; }; "thySize": { "alias": "thySize"; "required": false; }; "thyIsDot": { "alias": "thyIsDot"; "required": false; }; "thyIsHollow": { "alias": "thyIsHollow"; "required": false; }; "thyKeepShow": { "alias": "thyKeepShow"; "required": false; }; "thyTextColor": { "alias": "thyTextColor"; "required": false; }; "thyBackgroundColor": { "alias": "thyBackgroundColor"; "required": false; }; }, {}, never, ["*"], true, never>;
92
92
  static ngAcceptInputType_thyCount: unknown;
93
93
  static ngAcceptInputType_thyMaxCount: unknown;
94
- static ngAcceptInputType_thyIsDot: unknown;
95
- static ngAcceptInputType_thyIsHollow: unknown;
96
- static ngAcceptInputType_thyKeepShow: unknown;
94
+ static ngAcceptInputType_thyIsDot: boolean | string | number;
95
+ static ngAcceptInputType_thyIsHollow: boolean | string | number;
96
+ static ngAcceptInputType_thyKeepShow: boolean | string | number;
97
97
  }
@@ -59,6 +59,6 @@ export declare class ThyButtonIcon implements OnInit {
59
59
  ngOnInit(): void;
60
60
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyButtonIcon, never>;
61
61
  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>;
62
- static ngAcceptInputType_thyLight: unknown;
63
- static ngAcceptInputType_thyActive: unknown;
62
+ static ngAcceptInputType_thyLight: boolean | string | number;
63
+ static ngAcceptInputType_thyActive: boolean | string | number;
64
64
  }
@@ -66,6 +66,6 @@ export declare class ThyButton implements OnInit, AfterViewInit {
66
66
  private wrapSpanForText;
67
67
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyButton, never>;
68
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: unknown;
70
- static ngAcceptInputType_thyBlock: unknown;
69
+ static ngAcceptInputType_thyLoading: boolean | string | number;
70
+ static ngAcceptInputType_thyBlock: boolean | string | number;
71
71
  }
@@ -28,7 +28,7 @@ export declare class ThyCard {
28
28
  thySize: 'md' | 'sm' | 'lg';
29
29
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyCard, never>;
30
30
  static ɵcmp: i0.ɵɵComponentDeclaration<ThyCard, "thy-card", never, { "thyHasLeftRightPadding": { "alias": "thyHasLeftRightPadding"; "required": false; }; "thyDivided": { "alias": "thyDivided"; "required": false; }; "thyBordered": { "alias": "thyBordered"; "required": false; }; "thySize": { "alias": "thySize"; "required": false; }; }, {}, never, ["*"], true, never>;
31
- static ngAcceptInputType_thyHasLeftRightPadding: unknown;
32
- static ngAcceptInputType_thyDivided: unknown;
33
- static ngAcceptInputType_thyBordered: unknown;
31
+ static ngAcceptInputType_thyHasLeftRightPadding: boolean | string | number;
32
+ static ngAcceptInputType_thyDivided: boolean | string | number;
33
+ static ngAcceptInputType_thyBordered: boolean | string | number;
34
34
  }
@@ -22,5 +22,5 @@ export declare class ThyCardContent implements OnInit {
22
22
  ngOnInit(): void;
23
23
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyCardContent, never>;
24
24
  static ɵcmp: i0.ɵɵComponentDeclaration<ThyCardContent, "thy-card-content", never, { "thyScroll": { "alias": "thyScroll"; "required": false; }; "thySize": { "alias": "thySize"; "required": false; }; }, {}, never, ["*"], true, never>;
25
- static ngAcceptInputType_thyScroll: unknown;
25
+ static ngAcceptInputType_thyScroll: boolean | string | number;
26
26
  }
@@ -111,9 +111,9 @@ export declare class ThyCarousel implements OnInit, AfterViewInit, AfterContentI
111
111
  ngOnDestroy(): void;
112
112
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyCarousel, never>;
113
113
  static ɵcmp: i0.ɵɵComponentDeclaration<ThyCarousel, "thy-carousel", never, { "thyAutoPlay": { "alias": "thyAutoPlay"; "required": false; }; "thyAutoPlayInterval": { "alias": "thyAutoPlayInterval"; "required": false; }; "thyEffect": { "alias": "thyEffect"; "required": false; }; "thyIndicators": { "alias": "thyIndicators"; "required": false; }; "thyIndicatorRender": { "alias": "thyIndicatorRender"; "required": false; }; "thyControls": { "alias": "thyControls"; "required": false; }; "thyControlPrev": { "alias": "thyControlPrev"; "required": false; }; "thyControlNext": { "alias": "thyControlNext"; "required": false; }; "thyTouchable": { "alias": "thyTouchable"; "required": false; }; "thyTrigger": { "alias": "thyTrigger"; "required": false; }; "thyPause": { "alias": "thyPause"; "required": false; }; }, { "thyBeforeChange": "thyBeforeChange"; "thyAfterChange": "thyAfterChange"; }, ["carouselItems"], ["*"], true, never>;
114
- static ngAcceptInputType_thyAutoPlay: unknown;
114
+ static ngAcceptInputType_thyAutoPlay: boolean | string | number;
115
115
  static ngAcceptInputType_thyAutoPlayInterval: unknown;
116
- static ngAcceptInputType_thyIndicators: unknown;
117
- static ngAcceptInputType_thyControls: unknown;
118
- static ngAcceptInputType_thyTouchable: unknown;
116
+ static ngAcceptInputType_thyIndicators: boolean | string | number;
117
+ static ngAcceptInputType_thyControls: boolean | string | number;
118
+ static ngAcceptInputType_thyTouchable: boolean | string | number;
119
119
  }
@@ -24,9 +24,9 @@ export declare class ThyCascaderOptionComponent implements OnInit {
24
24
  toggleOption(value: boolean): void;
25
25
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyCascaderOptionComponent, never>;
26
26
  static ɵcmp: i0.ɵɵComponentDeclaration<ThyCascaderOptionComponent, "[thy-cascader-option]", never, { "option": { "alias": "option"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "isOnlySelectLeaf": { "alias": "isOnlySelectLeaf"; "required": false; }; "optionRender": { "alias": "optionRender"; "required": false; }; "active": { "alias": "active"; "required": false; }; "halfSelected": { "alias": "halfSelected"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "labelProperty": { "alias": "labelProperty"; "required": false; }; }, { "toggleSelectChange": "toggleSelectChange"; }, never, never, true, never>;
27
- static ngAcceptInputType_multiple: unknown;
28
- static ngAcceptInputType_isOnlySelectLeaf: unknown;
29
- static ngAcceptInputType_active: unknown;
30
- static ngAcceptInputType_halfSelected: unknown;
31
- static ngAcceptInputType_selected: unknown;
27
+ static ngAcceptInputType_multiple: boolean | string | number;
28
+ static ngAcceptInputType_isOnlySelectLeaf: boolean | string | number;
29
+ static ngAcceptInputType_active: boolean | string | number;
30
+ static ngAcceptInputType_halfSelected: boolean | string | number;
31
+ static ngAcceptInputType_selected: boolean | string | number;
32
32
  }
@@ -20,7 +20,7 @@ export declare class ThyCascaderSearchOptionComponent implements OnInit {
20
20
  toggleOption(value: boolean): void;
21
21
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyCascaderSearchOptionComponent, never>;
22
22
  static ɵcmp: i0.ɵɵComponentDeclaration<ThyCascaderSearchOptionComponent, "[thy-cascader-search-option]", never, { "option": { "alias": "option"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "isOnlySelectLeaf": { "alias": "isOnlySelectLeaf"; "required": false; }; "active": { "alias": "active"; "required": false; }; "optionRender": { "alias": "optionRender"; "required": false; }; }, { "toggleSelectChange": "toggleSelectChange"; }, never, never, true, never>;
23
- static ngAcceptInputType_multiple: unknown;
24
- static ngAcceptInputType_isOnlySelectLeaf: unknown;
25
- static ngAcceptInputType_active: unknown;
23
+ static ngAcceptInputType_multiple: boolean | string | number;
24
+ static ngAcceptInputType_isOnlySelectLeaf: boolean | string | number;
25
+ static ngAcceptInputType_active: boolean | string | number;
26
26
  }
@@ -282,13 +282,13 @@ export declare class ThyCascader extends TabIndexDisabledControlValueAccessorMix
282
282
  ngOnDestroy(): void;
283
283
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyCascader, never>;
284
284
  static ɵcmp: i0.ɵɵComponentDeclaration<ThyCascader, "thy-cascader,[thy-cascader]", never, { "thyValueProperty": { "alias": "thyValueProperty"; "required": false; }; "thyLabelProperty": { "alias": "thyLabelProperty"; "required": false; }; "thyPlaceholder": { "alias": "thyPlaceholder"; "required": false; }; "thySize": { "alias": "thySize"; "required": false; }; "thyOptions": { "alias": "thyOptions"; "required": false; }; "thyCustomOptions": { "alias": "thyCustomOptions"; "required": false; }; "thyChangeOn": { "alias": "thyChangeOn"; "required": false; }; "thyChangeOnSelect": { "alias": "thyChangeOnSelect"; "required": false; }; "thyShowInput": { "alias": "thyShowInput"; "required": false; }; "thyOptionRender": { "alias": "thyOptionRender"; "required": false; }; "thyLabelRender": { "alias": "thyLabelRender"; "required": false; }; "thyLoadData": { "alias": "thyLoadData"; "required": false; }; "thyTriggerAction": { "alias": "thyTriggerAction"; "required": false; }; "thyExpandTriggerAction": { "alias": "thyExpandTriggerAction"; "required": false; }; "thyMenuStyle": { "alias": "thyMenuStyle"; "required": false; }; "thySearchListStyle": { "alias": "thySearchListStyle"; "required": false; }; "thyMenuClassName": { "alias": "thyMenuClassName"; "required": false; }; "thyColumnClassName": { "alias": "thyColumnClassName"; "required": false; }; "thyDisabled": { "alias": "thyDisabled"; "required": false; }; "thyEmptyStateText": { "alias": "thyEmptyStateText"; "required": false; }; "thyMultiple": { "alias": "thyMultiple"; "required": false; }; "thyMaxTagCount": { "alias": "thyMaxTagCount"; "required": false; }; "thyIsOnlySelectLeaf": { "alias": "thyIsOnlySelectLeaf"; "required": false; }; "thyAutoExpand": { "alias": "thyAutoExpand"; "required": false; }; "thyShowSearch": { "alias": "thyShowSearch"; "required": false; }; "thyPreset": { "alias": "thyPreset"; "required": false; }; "thyHasBackdrop": { "alias": "thyHasBackdrop"; "required": false; }; }, { "thyChange": "thyChange"; "thySelectionChange": "thySelectionChange"; "thySelect": "thySelect"; "thyDeselect": "thyDeselect"; "thyClear": "thyClear"; "thyExpandStatusChange": "thyExpandStatusChange"; }, never, never, true, never>;
285
- static ngAcceptInputType_thyChangeOnSelect: unknown;
286
- static ngAcceptInputType_thyShowInput: unknown;
287
- static ngAcceptInputType_thyDisabled: unknown;
288
- static ngAcceptInputType_thyMultiple: unknown;
285
+ static ngAcceptInputType_thyChangeOnSelect: boolean | string | number;
286
+ static ngAcceptInputType_thyShowInput: boolean | string | number;
287
+ static ngAcceptInputType_thyDisabled: boolean | string | number;
288
+ static ngAcceptInputType_thyMultiple: boolean | string | number;
289
289
  static ngAcceptInputType_thyMaxTagCount: unknown;
290
- static ngAcceptInputType_thyIsOnlySelectLeaf: unknown;
291
- static ngAcceptInputType_thyAutoExpand: unknown;
292
- static ngAcceptInputType_thyShowSearch: unknown;
293
- static ngAcceptInputType_thyHasBackdrop: unknown;
290
+ static ngAcceptInputType_thyIsOnlySelectLeaf: boolean | string | number;
291
+ static ngAcceptInputType_thyAutoExpand: boolean | string | number;
292
+ static ngAcceptInputType_thyShowSearch: boolean | string | number;
293
+ static ngAcceptInputType_thyHasBackdrop: boolean | string | number;
294
294
  }
@@ -17,5 +17,5 @@ export declare class ThyCheckbox extends ThyFormCheckBaseComponent {
17
17
  constructor(thyTranslate: ThyTranslate);
18
18
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyCheckbox, never>;
19
19
  static ɵcmp: i0.ɵɵComponentDeclaration<ThyCheckbox, "thy-checkbox,[thy-checkbox],[thyCheckbox]", never, { "thyIndeterminate": { "alias": "thyIndeterminate"; "required": false; }; }, {}, never, ["*"], true, never>;
20
- static ngAcceptInputType_thyIndeterminate: unknown;
20
+ static ngAcceptInputType_thyIndeterminate: boolean | string | number;
21
21
  }
@@ -55,6 +55,6 @@ export declare class ThyCollapseItem implements OnInit, OnDestroy {
55
55
  ngOnDestroy(): void;
56
56
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyCollapseItem, [null, { host: true; }]>;
57
57
  static ɵcmp: i0.ɵɵComponentDeclaration<ThyCollapseItem, "thy-collapse-panel, thy-collapse-item", ["ThyCollapseComponent"], { "thyTitle": { "alias": "thyTitle"; "required": false; }; "thyActive": { "alias": "thyActive"; "required": false; }; "thyDisabled": { "alias": "thyDisabled"; "required": false; }; "thyHeaderTemplate": { "alias": "thyHeaderTemplate"; "required": false; }; "thyArrowIcon": { "alias": "thyArrowIcon"; "required": false; }; "thyExtra": { "alias": "thyExtra"; "required": false; }; }, { "thyActiveChange": "thyActiveChange"; }, never, ["*"], true, never>;
58
- static ngAcceptInputType_thyActive: unknown;
59
- static ngAcceptInputType_thyDisabled: unknown;
58
+ static ngAcceptInputType_thyActive: boolean | string | number;
59
+ static ngAcceptInputType_thyDisabled: boolean | string | number;
60
60
  }
@@ -31,5 +31,5 @@ export declare class ThyCollapse implements OnInit {
31
31
  click(collapseItem: ThyCollapseItem, event: Event): void;
32
32
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyCollapse, never>;
33
33
  static ɵcmp: i0.ɵɵComponentDeclaration<ThyCollapse, "thy-collapse", never, { "thyTheme": { "alias": "thyTheme"; "required": false; }; "thyAccordion": { "alias": "thyAccordion"; "required": false; }; "thyArrowIconPosition": { "alias": "thyArrowIconPosition"; "required": false; }; }, {}, never, ["*"], true, never>;
34
- static ngAcceptInputType_thyAccordion: unknown;
34
+ static ngAcceptInputType_thyAccordion: boolean | string | number;
35
35
  }
@@ -27,5 +27,5 @@ export declare class ThyColorPickerPanel implements OnInit {
27
27
  getIconColor(item: string): "white" | "black";
28
28
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyColorPickerPanel, never>;
29
29
  static ɵcmp: i0.ɵɵComponentDeclaration<ThyColorPickerPanel, "thy-color-picker-panel", never, { "color": { "alias": "color"; "required": false; }; "colorChange": { "alias": "colorChange"; "required": false; }; "defaultColor": { "alias": "defaultColor"; "required": false; }; "transparentColorSelectable": { "alias": "transparentColorSelectable"; "required": false; }; "defaultColors": { "alias": "defaultColors"; "required": false; }; }, {}, never, never, true, never>;
30
- static ngAcceptInputType_transparentColorSelectable: unknown;
30
+ static ngAcceptInputType_transparentColorSelectable: boolean | string | number;
31
31
  }
@@ -96,10 +96,10 @@ export declare class ThyColorPickerDirective extends _BaseMixin implements OnIni
96
96
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyColorPickerDirective, never>;
97
97
  static ɵdir: i0.ɵɵDirectiveDeclaration<ThyColorPickerDirective, "[thyColorPicker]", never, { "thyOffset": { "alias": "thyOffset"; "required": false; }; "thyHasBackdrop": { "alias": "thyHasBackdrop"; "required": false; }; "thyDefaultColor": { "alias": "thyDefaultColor"; "required": false; }; "thyTransparentColorSelectable": { "alias": "thyTransparentColorSelectable"; "required": false; }; "thyPresetColors": { "alias": "thyPresetColors"; "required": false; }; "thyPlacement": { "alias": "thyPlacement"; "required": false; }; "thyTrigger": { "alias": "thyTrigger"; "required": false; }; "thyShowDelay": { "alias": "thyShowDelay"; "required": false; }; "thyHideDelay": { "alias": "thyHideDelay"; "required": false; }; "thyDisabled": { "alias": "thyDisabled"; "required": false; }; }, { "thyPanelOpen": "thyPanelOpen"; "thyPanelClose": "thyPanelClose"; }, never, never, true, never>;
98
98
  static ngAcceptInputType_thyOffset: unknown;
99
- static ngAcceptInputType_thyHasBackdrop: unknown;
100
- static ngAcceptInputType_thyTransparentColorSelectable: unknown;
99
+ static ngAcceptInputType_thyHasBackdrop: boolean | string | number;
100
+ static ngAcceptInputType_thyTransparentColorSelectable: boolean | string | number;
101
101
  static ngAcceptInputType_thyShowDelay: unknown;
102
102
  static ngAcceptInputType_thyHideDelay: unknown;
103
- static ngAcceptInputType_thyDisabled: unknown;
103
+ static ngAcceptInputType_thyDisabled: boolean | string | number;
104
104
  }
105
105
  export {};
@@ -45,5 +45,5 @@ export declare class ThyCopyDirective implements OnInit, OnDestroy {
45
45
  ngOnDestroy(): void;
46
46
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyCopyDirective, never>;
47
47
  static ɵdir: i0.ɵɵDirectiveDeclaration<ThyCopyDirective, "[thyCopy]", never, { "thyCopySuccessText": { "alias": "thyCopySuccessText"; "required": false; }; "thyCopyTips": { "alias": "thyCopyTips"; "required": false; }; "thyCopyTipsOffset": { "alias": "thyCopyTipsOffset"; "required": false; }; "thyCopyContent": { "alias": "thyCopyContent"; "required": false; }; "thyShowNotify": { "alias": "thyShowNotify"; "required": false; }; }, { "thyCopy": "thyCopy"; }, never, never, true, [{ directive: typeof i1.ThyTooltipDirective; inputs: {}; outputs: {}; }]>;
48
- static ngAcceptInputType_thyShowNotify: unknown;
48
+ static ngAcceptInputType_thyShowNotify: boolean | string | number;
49
49
  }
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @deprecated Please use {transform: booleanAttribute} in Input instead
2
+ * @deprecated Please use {transform: coerceBooleanProperty} in Input instead
3
3
  */
4
4
  export declare function InputBoolean(): PropertyDecorator;
5
5
  export declare function InputCssPixel(): PropertyDecorator;
@@ -154,11 +154,11 @@ export declare abstract class AbstractPickerComponent extends TabIndexDisabledCo
154
154
  private setValueByPrecision;
155
155
  static ɵfac: i0.ɵɵFactoryDeclaration<AbstractPickerComponent, never>;
156
156
  static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractPickerComponent, never, never, { "thyMode": { "alias": "thyMode"; "required": false; }; "thyAllowClear": { "alias": "thyAllowClear"; "required": false; }; "thyAutoFocus": { "alias": "thyAutoFocus"; "required": false; }; "thyOpen": { "alias": "thyOpen"; "required": false; }; "thyDisabledDate": { "alias": "thyDisabledDate"; "required": false; }; "thyMinDate": { "alias": "thyMinDate"; "required": false; }; "thyMaxDate": { "alias": "thyMaxDate"; "required": false; }; "thyPlaceHolder": { "alias": "thyPlaceHolder"; "required": false; }; "thyReadonly": { "alias": "thyReadonly"; "required": false; }; "thyOriginClassName": { "alias": "thyOriginClassName"; "required": false; }; "thyPanelClassName": { "alias": "thyPanelClassName"; "required": false; }; "thySize": { "alias": "thySize"; "required": false; }; "thyTimestampPrecision": { "alias": "thyTimestampPrecision"; "required": false; }; "thyFormat": { "alias": "thyFormat"; "required": false; }; "thyAutoStartAndEnd": { "alias": "thyAutoStartAndEnd"; "required": false; }; "thyDefaultPickerValue": { "alias": "thyDefaultPickerValue"; "required": false; }; "thySuffixIcon": { "alias": "thySuffixIcon"; "required": false; }; "thyShowShortcut": { "alias": "thyShowShortcut"; "required": false; }; "thyShortcutPosition": { "alias": "thyShortcutPosition"; "required": false; }; "thyShortcutPresets": { "alias": "thyShortcutPresets"; "required": false; }; "thyDisabled": { "alias": "thyDisabled"; "required": false; }; }, { "thyDateChange": "thyDateChange"; "thyOpenChange": "thyOpenChange"; }, never, never, false, never>;
157
- static ngAcceptInputType_thyAllowClear: unknown;
158
- static ngAcceptInputType_thyAutoFocus: unknown;
159
- static ngAcceptInputType_thyOpen: unknown;
160
- static ngAcceptInputType_thyReadonly: unknown;
161
- static ngAcceptInputType_thyAutoStartAndEnd: unknown;
162
- static ngAcceptInputType_thyShowShortcut: unknown;
163
- static ngAcceptInputType_thyDisabled: unknown;
157
+ static ngAcceptInputType_thyAllowClear: boolean | string | number;
158
+ static ngAcceptInputType_thyAutoFocus: boolean | string | number;
159
+ static ngAcceptInputType_thyOpen: boolean | string | number;
160
+ static ngAcceptInputType_thyReadonly: boolean | string | number;
161
+ static ngAcceptInputType_thyAutoStartAndEnd: boolean | string | number;
162
+ static ngAcceptInputType_thyShowShortcut: boolean | string | number;
163
+ static ngAcceptInputType_thyDisabled: boolean | string | number;
164
164
  }
@@ -76,8 +76,8 @@ export declare abstract class PickerDirective extends AbstractPickerComponent im
76
76
  onShowTimePickerChange(show: boolean): void;
77
77
  static ɵfac: i0.ɵɵFactoryDeclaration<PickerDirective, never>;
78
78
  static ɵdir: i0.ɵɵDirectiveDeclaration<PickerDirective, never, never, { "thyDateRender": { "alias": "thyDateRender"; "required": false; }; "thyShowTime": { "alias": "thyShowTime"; "required": false; }; "thyMustShowTime": { "alias": "thyMustShowTime"; "required": false; }; "thyPlacement": { "alias": "thyPlacement"; "required": false; }; "thyOffset": { "alias": "thyOffset"; "required": false; }; "thyHasBackdrop": { "alias": "thyHasBackdrop"; "required": false; }; "thyPopoverOptions": { "alias": "thyPopoverOptions"; "required": false; }; "thyStopPropagation": { "alias": "thyStopPropagation"; "required": false; }; }, { "thyOnPanelChange": "thyOnPanelChange"; "thyOnCalendarChange": "thyOnCalendarChange"; }, never, never, false, never>;
79
- static ngAcceptInputType_thyMustShowTime: unknown;
79
+ static ngAcceptInputType_thyMustShowTime: any;
80
80
  static ngAcceptInputType_thyOffset: unknown;
81
- static ngAcceptInputType_thyHasBackdrop: unknown;
82
- static ngAcceptInputType_thyStopPropagation: unknown;
81
+ static ngAcceptInputType_thyHasBackdrop: any;
82
+ static ngAcceptInputType_thyStopPropagation: any;
83
83
  }
@@ -73,6 +73,6 @@ export declare class BasePicker extends AbstractPickerComponent implements OnIni
73
73
  private isValidDateLimit;
74
74
  static ɵfac: i0.ɵɵFactoryDeclaration<BasePicker, never>;
75
75
  static ɵcmp: i0.ɵɵComponentDeclaration<BasePicker, "ng-component", never, { "thyDateRender": { "alias": "thyDateRender"; "required": false; }; "thyMode": { "alias": "thyMode"; "required": false; }; "thyHasBackdrop": { "alias": "thyHasBackdrop"; "required": false; }; "thyShowTime": { "alias": "thyShowTime"; "required": false; }; "thyMustShowTime": { "alias": "thyMustShowTime"; "required": false; }; "thyPlacement": { "alias": "thyPlacement"; "required": false; }; }, { "thyOnPanelChange": "thyOnPanelChange"; "thyOnCalendarChange": "thyOnCalendarChange"; "thyOnOk": "thyOnOk"; }, never, never, true, never>;
76
- static ngAcceptInputType_thyHasBackdrop: unknown;
77
- static ngAcceptInputType_thyMustShowTime: unknown;
76
+ static ngAcceptInputType_thyHasBackdrop: any;
77
+ static ngAcceptInputType_thyMustShowTime: any;
78
78
  }
@@ -25,5 +25,5 @@ export declare class CalendarFooter implements OnInit, OnChanges {
25
25
  private _initTimeShowMode;
26
26
  static ɵfac: i0.ɵɵFactoryDeclaration<CalendarFooter, never>;
27
27
  static ɵcmp: i0.ɵɵComponentDeclaration<CalendarFooter, "calendar-footer", ["calendarFooter"], { "showTime": { "alias": "showTime"; "required": false; }; "mustShowTime": { "alias": "mustShowTime"; "required": false; }; "value": { "alias": "value"; "required": false; }; "disableTimeConfirm": { "alias": "disableTimeConfirm"; "required": false; }; }, { "selectTime": "selectTime"; "clickOk": "clickOk"; "clickRemove": "clickRemove"; "showTimePickerChange": "showTimePickerChange"; }, never, never, true, never>;
28
- static ngAcceptInputType_disableTimeConfirm: unknown;
28
+ static ngAcceptInputType_disableTimeConfirm: boolean | string | number;
29
29
  }
@@ -44,5 +44,5 @@ export declare class InnerPopup implements OnChanges {
44
44
  enableSuperPrevNext(direction: 'prev' | 'next', panelMode: ThyPanelMode): boolean;
45
45
  static ɵfac: i0.ɵɵFactoryDeclaration<InnerPopup, never>;
46
46
  static ɵcmp: i0.ɵɵComponentDeclaration<InnerPopup, "inner-popup", ["innerPopup"], { "showWeek": { "alias": "showWeek"; "required": false; }; "isRange": { "alias": "isRange"; "required": false; }; "activeDate": { "alias": "activeDate"; "required": false; }; "rangeActiveDate": { "alias": "rangeActiveDate"; "required": false; }; "enablePrev": { "alias": "enablePrev"; "required": false; }; "enableNext": { "alias": "enableNext"; "required": false; }; "disabledDate": { "alias": "disabledDate"; "required": false; }; "dateRender": { "alias": "dateRender"; "required": false; }; "selectedValue": { "alias": "selectedValue"; "required": false; }; "hoverValue": { "alias": "hoverValue"; "required": false; }; "panelMode": { "alias": "panelMode"; "required": false; }; "showDateRangeInput": { "alias": "showDateRangeInput"; "required": false; }; "partType": { "alias": "partType"; "required": false; }; "endPanelMode": { "alias": "endPanelMode"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "panelModeChange": "panelModeChange"; "headerChange": "headerChange"; "selectDate": "selectDate"; "dayHover": "dayHover"; }, never, never, true, never>;
47
- static ngAcceptInputType_showDateRangeInput: unknown;
47
+ static ngAcceptInputType_showDateRangeInput: boolean | string | number;
48
48
  }
@@ -75,5 +75,5 @@ export declare class ThyPicker implements OnChanges, AfterViewInit {
75
75
  private updateReadableDate;
76
76
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyPicker, never>;
77
77
  static ɵcmp: i0.ɵɵComponentDeclaration<ThyPicker, "thy-picker", ["thyPicker"], { "isRange": { "alias": "isRange"; "required": false; }; "open": { "alias": "open"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "allowClear": { "alias": "allowClear"; "required": false; }; "autoFocus": { "alias": "autoFocus"; "required": false; }; "className": { "alias": "className"; "required": false; }; "size": { "alias": "size"; "required": false; }; "suffixIcon": { "alias": "suffixIcon"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; "flexible": { "alias": "flexible"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "hasBackdrop": { "alias": "hasBackdrop"; "required": false; }; "format": { "alias": "format"; "required": false; }; "flexibleDateGranularity": { "alias": "flexibleDateGranularity"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "blur": "blur"; "valueChange": "valueChange"; "openChange": "openChange"; "inputChange": "inputChange"; }, never, ["*"], true, never>;
78
- static ngAcceptInputType_hasBackdrop: unknown;
78
+ static ngAcceptInputType_hasBackdrop: boolean | string | number;
79
79
  }
@@ -80,6 +80,12 @@ export declare class ThyDateRange implements OnInit, ControlValueAccessor {
80
80
  openOptionalDateRangesMenu(event: Event): void;
81
81
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyDateRange, never>;
82
82
  static ɵcmp: i0.ɵɵComponentDeclaration<ThyDateRange, "thy-date-range", never, { "thyOptionalDateRanges": { "alias": "thyOptionalDateRanges"; "required": false; }; "thyHiddenMenu": { "alias": "thyHiddenMenu"; "required": false; }; "thyDisabledSwitch": { "alias": "thyDisabledSwitch"; "required": false; }; "thyCustomTextValue": { "alias": "thyCustomTextValue"; "required": false; }; "thyMinDate": { "alias": "thyMinDate"; "required": false; }; "thyMaxDate": { "alias": "thyMaxDate"; "required": false; }; "thyCustomKey": { "alias": "thyCustomKey"; "required": false; }; "thyPickerFormat": { "alias": "thyPickerFormat"; "required": false; }; "thyDisabledDate": { "alias": "thyDisabledDate"; "required": false; }; }, { "thyOnCalendarChange": "thyOnCalendarChange"; }, never, never, true, never>;
83
- static ngAcceptInputType_thyHiddenMenu: unknown;
84
- static ngAcceptInputType_thyDisabledSwitch: unknown;
83
+ static ngAcceptInputType_thyHiddenMenu: /**
84
+ * 自定义日期选择中可选择的最大时间
85
+ * @type Date | number
86
+ */ boolean | string | number;
87
+ static ngAcceptInputType_thyDisabledSwitch: /**
88
+ * 自定义日期选择中可选择的最大时间
89
+ * @type Date | number
90
+ */ boolean | string | number;
85
91
  }
@@ -20,5 +20,5 @@ export declare class ThyDialogBody implements OnInit {
20
20
  ngOnInit(): void;
21
21
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyDialogBody, never>;
22
22
  static ɵcmp: i0.ɵɵComponentDeclaration<ThyDialogBody, "thy-dialog-body", ["thyDialogBody"], { "thyClearPadding": { "alias": "thyClearPadding"; "required": false; }; }, {}, never, ["*"], true, [{ directive: typeof i1.CdkScrollable; inputs: {}; outputs: {}; }]>;
23
- static ngAcceptInputType_thyClearPadding: unknown;
23
+ static ngAcceptInputType_thyClearPadding: boolean | string | number;
24
24
  }
@@ -32,5 +32,5 @@ export declare class ThyDialogFooter implements OnInit {
32
32
  ngOnInit(): void;
33
33
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyDialogFooter, never>;
34
34
  static ɵcmp: i0.ɵɵComponentDeclaration<ThyDialogFooter, "thy-dialog-footer", ["thyDialogFooter"], { "thyDivided": { "alias": "thyDivided"; "required": false; }; "thyAlign": { "alias": "thyAlign"; "required": false; }; }, {}, ["description"], ["*"], true, never>;
35
- static ngAcceptInputType_thyDivided: unknown;
35
+ static ngAcceptInputType_thyDivided: boolean | string | number;
36
36
  }
@@ -49,5 +49,5 @@ export declare class ThyDialogHeader implements OnInit {
49
49
  close(event?: Event): void;
50
50
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyDialogHeader, [null, null, null, { optional: true; }]>;
51
51
  static ɵcmp: i0.ɵɵComponentDeclaration<ThyDialogHeader, "thy-dialog-header", ["thyDialogHeader"], { "thyTitle": { "alias": "thyTitle"; "required": false; }; "thySize": { "alias": "thySize"; "required": false; }; "thyDivided": { "alias": "thyDivided"; "required": false; }; "thyTitleTranslationKey": { "alias": "thyTitleTranslationKey"; "required": false; }; "thyIcon": { "alias": "thyIcon"; "required": false; }; }, { "thyOnClose": "thyOnClose"; }, ["headerTemplate"], never, true, never>;
52
- static ngAcceptInputType_thyDivided: unknown;
52
+ static ngAcceptInputType_thyDivided: boolean | string | number;
53
53
  }
@@ -46,6 +46,6 @@ export declare class ThyDivider implements OnChanges, OnInit {
46
46
  setColor(color: ThyDividerColor): void;
47
47
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyDivider, never>;
48
48
  static ɵcmp: i0.ɵɵComponentDeclaration<ThyDivider, "thy-divider", never, { "thyVertical": { "alias": "thyVertical"; "required": false; }; "thyStyle": { "alias": "thyStyle"; "required": false; }; "thyColor": { "alias": "thyColor"; "required": false; }; "thyText": { "alias": "thyText"; "required": false; }; "thyTextDirection": { "alias": "thyTextDirection"; "required": false; }; "thyDeeper": { "alias": "thyDeeper"; "required": false; }; }, {}, never, never, true, never>;
49
- static ngAcceptInputType_thyVertical: unknown;
50
- static ngAcceptInputType_thyDeeper: unknown;
49
+ static ngAcceptInputType_thyVertical: boolean | string | number;
50
+ static ngAcceptInputType_thyDeeper: boolean | string | number;
51
51
  }
@@ -18,5 +18,5 @@ export declare class ThyDragHandleDirective {
18
18
  constructor(element: ElementRef<HTMLElement>, drag: ThyDragDirective);
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyDragHandleDirective, [null, { optional: true; }]>;
20
20
  static ɵdir: i0.ɵɵDirectiveDeclaration<ThyDragHandleDirective, "thy-drag-handle,[thyDragHandle]", never, { "disabled": { "alias": "thyDisabled"; "required": false; }; }, {}, never, never, true, never>;
21
- static ngAcceptInputType_disabled: unknown;
21
+ static ngAcceptInputType_disabled: boolean | string | number;
22
22
  }
@@ -34,5 +34,5 @@ export declare class ThyDragDirective<T = any> implements OnDestroy {
34
34
  ngOnDestroy(): void;
35
35
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyDragDirective<any>, [null, { optional: true; }, null, null, null, null]>;
36
36
  static ɵdir: i0.ɵɵDirectiveDeclaration<ThyDragDirective<any>, "thy-drag,[thyDrag]", never, { "dragData": { "alias": "thyDrag"; "required": false; }; "data": { "alias": "thyDragData"; "required": false; }; "disabled": { "alias": "thyDragDisabled"; "required": false; }; }, {}, never, never, true, never>;
37
- static ngAcceptInputType_disabled: unknown;
37
+ static ngAcceptInputType_disabled: boolean | string | number;
38
38
  }
@@ -65,5 +65,5 @@ export declare class ThyDropContainerDirective<T = any> implements OnInit, After
65
65
  ngOnDestroy(): void;
66
66
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyDropContainerDirective<any>, never>;
67
67
  static ɵdir: i0.ɵɵDirectiveDeclaration<ThyDropContainerDirective<any>, "thy-drop-container,[thyDropContainer]", never, { "dragContainer": { "alias": "thyDropContainer"; "required": false; }; "data": { "alias": "thyDropContainerData"; "required": false; }; "disabled": { "alias": "thyDropContainerDisabled"; "required": false; }; "beforeStart": { "alias": "thyBeforeDragStart"; "required": false; }; "beforeOver": { "alias": "thyBeforeDragOver"; "required": false; }; "beforeDrop": { "alias": "thyBeforeDragDrop"; "required": false; }; }, { "started": "thyDragStarted"; "ended": "thyDragEnded"; "overed": "thyDragOvered"; "dropped": "thyDragDropped"; }, ["draggables"], never, true, never>;
68
- static ngAcceptInputType_disabled: unknown;
68
+ static ngAcceptInputType_disabled: boolean | string | number;
69
69
  }
@@ -32,7 +32,7 @@ export declare class ThyDropdownMenuItemDirective implements OnInit {
32
32
  bindMouseenterEvent(): import("rxjs").Observable<Event>;
33
33
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyDropdownMenuItemDirective, never>;
34
34
  static ɵdir: i0.ɵɵDirectiveDeclaration<ThyDropdownMenuItemDirective, "[thyDropdownMenuItem]", never, { "thyType": { "alias": "thyType"; "required": false; }; "thyDisabled": { "alias": "thyDisabled"; "required": false; }; }, {}, never, never, true, never>;
35
- static ngAcceptInputType_thyDisabled: unknown;
35
+ static ngAcceptInputType_thyDisabled: boolean | string | number;
36
36
  }
37
37
  /**
38
38
  * 设置为菜单项图标
@@ -99,5 +99,5 @@ export declare class ThyDropdownMenuItemActiveDirective {
99
99
  constructor();
100
100
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyDropdownMenuItemActiveDirective, never>;
101
101
  static ɵdir: i0.ɵɵDirectiveDeclaration<ThyDropdownMenuItemActiveDirective, "[thyDropdownMenuItemActive]", never, { "thyDropdownMenuItemActive": { "alias": "thyDropdownMenuItemActive"; "required": false; }; }, {}, never, never, true, never>;
102
- static ngAcceptInputType_thyDropdownMenuItemActive: unknown;
102
+ static ngAcceptInputType_thyDropdownMenuItemActive: boolean | string | number;
103
103
  }
@@ -32,7 +32,7 @@ export declare class ThyDropdownMenuComponent {
32
32
  constructor();
33
33
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyDropdownMenuComponent, never>;
34
34
  static ɵcmp: i0.ɵɵComponentDeclaration<ThyDropdownMenuComponent, "thy-dropdown-menu", never, { "thyWidth": { "alias": "thyWidth"; "required": false; }; "thyImmediateRender": { "alias": "thyImmediateRender"; "required": false; }; }, {}, never, ["*"], true, never>;
35
- static ngAcceptInputType_thyImmediateRender: unknown;
35
+ static ngAcceptInputType_thyImmediateRender: boolean | string | number;
36
36
  }
37
37
  /**
38
38
  * 下拉菜单分组
@@ -83,6 +83,6 @@ export declare class ThyDropdownDirective extends ThyOverlayDirectiveBase implem
83
83
  static ɵdir: i0.ɵɵDirectiveDeclaration<ThyDropdownDirective, "[thyDropdown]", never, { "thyDropdownMenu": { "alias": "thyDropdownMenu"; "required": false; }; "thyDropdown": { "alias": "thyDropdown"; "required": false; }; "thyTrigger": { "alias": "thyTrigger"; "required": false; }; "thyShowDelay": { "alias": "thyShowDelay"; "required": false; }; "thyHideDelay": { "alias": "thyHideDelay"; "required": false; }; "thyActiveClass": { "alias": "thyActiveClass"; "required": false; }; "thyPopoverOptions": { "alias": "thyPopoverOptions"; "required": false; }; "thyPlacement": { "alias": "thyPlacement"; "required": false; }; "thyMenuInsideClosable": { "alias": "thyMenuInsideClosable"; "required": false; }; "thyPanelClass": { "alias": "thyPanelClass"; "required": false; }; }, { "thyActiveChange": "thyActiveChange"; }, never, never, true, never>;
84
84
  static ngAcceptInputType_thyShowDelay: unknown;
85
85
  static ngAcceptInputType_thyHideDelay: unknown;
86
- static ngAcceptInputType_thyMenuInsideClosable: unknown;
86
+ static ngAcceptInputType_thyMenuInsideClosable: boolean | string | number;
87
87
  }
88
88
  export {};
@@ -91,5 +91,5 @@ export declare class ThyEmpty implements OnInit, AfterViewInit, OnChanges {
91
91
  setPresetSvg(icon: string): void;
92
92
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyEmpty, never>;
93
93
  static ɵcmp: i0.ɵɵComponentDeclaration<ThyEmpty, "thy-empty", never, { "thyMessage": { "alias": "thyMessage"; "required": false; }; "thyTranslationKey": { "alias": "thyTranslationKey"; "required": false; }; "thyTranslationValues": { "alias": "thyTranslationValues"; "required": false; }; "thyEntityName": { "alias": "thyEntityName"; "required": false; }; "thyEntityNameTranslateKey": { "alias": "thyEntityNameTranslateKey"; "required": false; }; "thyIconName": { "alias": "thyIconName"; "required": false; }; "thySize": { "alias": "thySize"; "required": false; }; "thyMarginTop": { "alias": "thyMarginTop"; "required": false; }; "thyTopAuto": { "alias": "thyTopAuto"; "required": false; }; "thyContainer": { "alias": "thyContainer"; "required": false; }; "thyImageUrl": { "alias": "thyImageUrl"; "required": false; }; "thyImageLoading": { "alias": "thyImageLoading"; "required": false; }; "thyImageFetchPriority": { "alias": "thyImageFetchPriority"; "required": false; }; "thyDescription": { "alias": "thyDescription"; "required": false; }; }, {}, ["extraTemplateRef"], never, true, never>;
94
- static ngAcceptInputType_thyTopAuto: unknown;
94
+ static ngAcceptInputType_thyTopAuto: boolean | string | number;
95
95
  }