ngx-tethys 18.0.0-next.0 → 18.0.0-next.2

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 (404) hide show
  1. package/CHANGELOG.md +161 -1
  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/breadcrumb/breadcrumb.component.d.ts +30 -2
  10. package/breadcrumb/module.d.ts +3 -1
  11. package/breadcrumb/styles/breadcrumb.scss +8 -0
  12. package/button/button-icon.component.d.ts +2 -2
  13. package/button/button.component.d.ts +2 -2
  14. package/button/styles/button.scss +5 -5
  15. package/card/card.component.d.ts +3 -3
  16. package/card/content.component.d.ts +1 -1
  17. package/carousel/carousel.component.d.ts +4 -4
  18. package/cascader/cascader-li.component.d.ts +5 -5
  19. package/cascader/cascader-search-option.component.d.ts +3 -3
  20. package/cascader/cascader.component.d.ts +8 -8
  21. package/checkbox/checkbox.component.d.ts +1 -1
  22. package/collapse/collapse-item.component.d.ts +2 -2
  23. package/collapse/collapse.component.d.ts +1 -1
  24. package/color-picker/color-picker-panel.component.d.ts +1 -1
  25. package/color-picker/color-picker.component.d.ts +3 -3
  26. package/copy/copy.directive.d.ts +1 -1
  27. package/core/behaviors/decorators.d.ts +1 -1
  28. package/core/overlay/abstract-overlay.config.d.ts +6 -0
  29. package/date-picker/abstract-picker.component.d.ts +15 -8
  30. package/date-picker/abstract-picker.directive.d.ts +3 -3
  31. package/date-picker/base-picker.component.d.ts +2 -2
  32. package/date-picker/date-picker.config.d.ts +1 -0
  33. package/date-picker/date-picker.service.d.ts +1 -0
  34. package/date-picker/lib/calendar/calendar-footer.component.d.ts +1 -1
  35. package/date-picker/lib/popups/date-popup.component.d.ts +2 -1
  36. package/date-picker/lib/popups/inner-popup.component.d.ts +1 -1
  37. package/date-picker/picker.component.d.ts +1 -1
  38. package/date-picker/picker.util.d.ts +2 -0
  39. package/date-range/date-range.component.d.ts +8 -2
  40. package/dialog/body/dialog-body.component.d.ts +1 -1
  41. package/dialog/footer/dialog-footer.component.d.ts +1 -1
  42. package/dialog/header/dialog-header.component.d.ts +1 -1
  43. package/divider/divider.component.d.ts +2 -2
  44. package/drag-drop/drag-handle.directive.d.ts +1 -1
  45. package/drag-drop/drag.directive.d.ts +1 -1
  46. package/drag-drop/drop-container.directive.d.ts +1 -1
  47. package/dropdown/dropdown-menu-item.directive.d.ts +2 -2
  48. package/dropdown/dropdown-menu.component.d.ts +1 -1
  49. package/dropdown/dropdown.directive.d.ts +1 -1
  50. package/empty/empty.component.d.ts +1 -1
  51. package/esm2022/action/action.component.mjs +7 -6
  52. package/esm2022/alert/alert.component.mjs +5 -5
  53. package/esm2022/anchor/anchor.component.mjs +5 -5
  54. package/esm2022/autocomplete/autocomplete.component.mjs +5 -4
  55. package/esm2022/autocomplete/autocomplete.trigger.directive.mjs +5 -5
  56. package/esm2022/avatar/avatar.component.mjs +8 -8
  57. package/esm2022/badge/badge.component.mjs +7 -6
  58. package/esm2022/breadcrumb/breadcrumb.component.mjs +73 -32
  59. package/esm2022/breadcrumb/module.mjs +6 -4
  60. package/esm2022/button/button-icon.component.mjs +6 -5
  61. package/esm2022/button/button.component.mjs +6 -6
  62. package/esm2022/card/card.component.mjs +7 -6
  63. package/esm2022/card/content.component.mjs +5 -4
  64. package/esm2022/carousel/carousel.component.mjs +8 -7
  65. package/esm2022/cascader/cascader-li.component.mjs +9 -8
  66. package/esm2022/cascader/cascader-search-option.component.mjs +7 -6
  67. package/esm2022/cascader/cascader.component.mjs +19 -12
  68. package/esm2022/checkbox/checkbox.component.mjs +5 -4
  69. package/esm2022/collapse/collapse-item.component.mjs +6 -6
  70. package/esm2022/collapse/collapse.component.mjs +5 -4
  71. package/esm2022/color-picker/color-picker-panel.component.mjs +5 -4
  72. package/esm2022/color-picker/color-picker.component.mjs +7 -6
  73. package/esm2022/color-picker/parts/inputs/inputs.component.mjs +1 -1
  74. package/esm2022/copy/copy.directive.mjs +5 -4
  75. package/esm2022/core/behaviors/decorators.mjs +2 -2
  76. package/esm2022/core/overlay/abstract-overlay.config.mjs +7 -1
  77. package/esm2022/date-picker/abstract-picker.component.mjs +28 -17
  78. package/esm2022/date-picker/abstract-picker.directive.mjs +8 -7
  79. package/esm2022/date-picker/base-picker.component.mjs +5 -5
  80. package/esm2022/date-picker/date-picker.component.mjs +3 -3
  81. package/esm2022/date-picker/date-picker.config.mjs +2 -1
  82. package/esm2022/date-picker/date-picker.service.mjs +4 -1
  83. package/esm2022/date-picker/lib/calendar/calendar-footer.component.mjs +5 -5
  84. package/esm2022/date-picker/lib/date/date-header.component.mjs +4 -4
  85. package/esm2022/date-picker/lib/decade/decade-header.component.mjs +4 -4
  86. package/esm2022/date-picker/lib/month/month-header.component.mjs +4 -4
  87. package/esm2022/date-picker/lib/popups/date-popup.component.mjs +7 -4
  88. package/esm2022/date-picker/lib/popups/inner-popup.component.mjs +5 -5
  89. package/esm2022/date-picker/lib/year/year-header.component.mjs +4 -4
  90. package/esm2022/date-picker/month-picker.component.mjs +3 -3
  91. package/esm2022/date-picker/picker.component.mjs +5 -5
  92. package/esm2022/date-picker/picker.util.mjs +14 -2
  93. package/esm2022/date-picker/quarter-picker.component.mjs +3 -3
  94. package/esm2022/date-picker/range-picker.component.mjs +3 -3
  95. package/esm2022/date-picker/week-picker.component.mjs +3 -3
  96. package/esm2022/date-picker/year-picker.component.mjs +3 -3
  97. package/esm2022/date-range/date-range.component.mjs +6 -5
  98. package/esm2022/dialog/body/dialog-body.component.mjs +5 -4
  99. package/esm2022/dialog/footer/dialog-footer.component.mjs +5 -4
  100. package/esm2022/dialog/header/dialog-header.component.mjs +5 -4
  101. package/esm2022/divider/divider.component.mjs +6 -5
  102. package/esm2022/drag-drop/drag-handle.directive.mjs +5 -4
  103. package/esm2022/drag-drop/drag.directive.mjs +5 -4
  104. package/esm2022/drag-drop/drop-container.directive.mjs +5 -4
  105. package/esm2022/dropdown/dropdown-menu-item.directive.mjs +7 -6
  106. package/esm2022/dropdown/dropdown-menu.component.mjs +5 -4
  107. package/esm2022/dropdown/dropdown.directive.mjs +5 -5
  108. package/esm2022/empty/empty.component.mjs +5 -4
  109. package/esm2022/form/form-group-error/form-group-error.component.mjs +5 -4
  110. package/esm2022/form/form-group-label.directive.mjs +5 -4
  111. package/esm2022/form/form-group.component.mjs +7 -6
  112. package/esm2022/icon/icon.component.mjs +6 -5
  113. package/esm2022/image/image.class.mjs +1 -1
  114. package/esm2022/image/image.directive.mjs +6 -5
  115. package/esm2022/image/index.mjs +6 -5
  116. package/esm2022/image/preview/image-preview.component.mjs +21 -13
  117. package/esm2022/input/input-search.component.mjs +5 -4
  118. package/esm2022/input/input.component.mjs +6 -5
  119. package/esm2022/input-number/input-number.component.mjs +14 -7
  120. package/esm2022/layout/header.component.mjs +7 -6
  121. package/esm2022/layout/sidebar-header.component.mjs +5 -4
  122. package/esm2022/layout/sidebar.component.mjs +12 -11
  123. package/esm2022/list/list.component.mjs +5 -4
  124. package/esm2022/list/selection/selection-list.mjs +7 -7
  125. package/esm2022/loading/loading.component.mjs +6 -5
  126. package/esm2022/mention/mention.directive.mjs +3 -3
  127. package/esm2022/menu/group/menu-group.component.mjs +10 -9
  128. package/esm2022/menu/item/action/menu-item-action.component.mjs +17 -7
  129. package/esm2022/menu/item/name/menu-item-name.component.mjs +5 -4
  130. package/esm2022/menu/menu.component.mjs +5 -4
  131. package/esm2022/nav/icon-nav/icon-nav-link.directive.mjs +5 -4
  132. package/esm2022/nav/nav-ink-bar.directive.mjs +6 -5
  133. package/esm2022/nav/nav-item.directive.mjs +7 -6
  134. package/esm2022/nav/nav.component.mjs +18 -7
  135. package/esm2022/pagination/pagination.class.mjs +1 -1
  136. package/esm2022/pagination/pagination.component.mjs +22 -10
  137. package/esm2022/pagination/pagination.config.mjs +3 -2
  138. package/esm2022/popover/popover.directive.mjs +6 -5
  139. package/esm2022/popover/popover.service.mjs +2 -1
  140. package/esm2022/property/property-item.component.mjs +6 -5
  141. package/esm2022/property-operation/property-operation.component.mjs +9 -9
  142. package/esm2022/radio/group/radio-group.component.mjs +5 -4
  143. package/esm2022/rate/rate-item.component.mjs +5 -4
  144. package/esm2022/rate/rate.component.mjs +7 -7
  145. package/esm2022/resizable/resizable.directive.mjs +7 -6
  146. package/esm2022/resizable/resize-handle.component.mjs +5 -4
  147. package/esm2022/resizable/resize-handles.component.mjs +5 -4
  148. package/esm2022/segment/segment-item.component.mjs +5 -5
  149. package/esm2022/segment/segment.component.mjs +5 -4
  150. package/esm2022/select/custom-select/custom-select.component.mjs +14 -14
  151. package/esm2022/select/native-select/native-select.component.mjs +5 -5
  152. package/esm2022/shared/base-form-check.component.mjs +6 -5
  153. package/esm2022/shared/directives/thy-autofocus.directive.mjs +6 -5
  154. package/esm2022/shared/directives/thy-scroll.directive.mjs +5 -4
  155. package/esm2022/shared/directives/thy-show.mjs +5 -4
  156. package/esm2022/shared/option/group/option-group.component.mjs +5 -4
  157. package/esm2022/shared/option/list-option/list-option.component.mjs +5 -4
  158. package/esm2022/shared/option/option.component.mjs +5 -5
  159. package/esm2022/shared/select/select-control/select-control.component.mjs +10 -10
  160. package/esm2022/skeleton/skeleton-circle.component.mjs +5 -5
  161. package/esm2022/skeleton/skeleton-rectangle.component.mjs +5 -5
  162. package/esm2022/skeleton/skeleton.component.mjs +5 -4
  163. package/esm2022/skeleton/stylized/bullet-list.component.mjs +5 -4
  164. package/esm2022/skeleton/stylized/list.component.mjs +5 -4
  165. package/esm2022/skeleton/stylized/paragraph.component.mjs +5 -4
  166. package/esm2022/slide/slide-body/slide-body-section.component.mjs +5 -4
  167. package/esm2022/slider/slider.component.mjs +6 -6
  168. package/esm2022/space/space.component.mjs +5 -4
  169. package/esm2022/stepper/step-header.component.mjs +6 -5
  170. package/esm2022/stepper/stepper.component.mjs +5 -4
  171. package/esm2022/switch/switch.component.mjs +6 -5
  172. package/esm2022/table/table-column.component.mjs +9 -9
  173. package/esm2022/table/table-skeleton.component.mjs +8 -7
  174. package/esm2022/table/table.component.mjs +19 -17
  175. package/esm2022/tabs/tab.component.mjs +5 -4
  176. package/esm2022/tabs/tabs.component.mjs +6 -6
  177. package/esm2022/tag/tag.component.mjs +5 -5
  178. package/esm2022/time-picker/time-picker-panel.component.mjs +6 -6
  179. package/esm2022/time-picker/time-picker.component.mjs +9 -9
  180. package/esm2022/timeline/timeline.component.mjs +5 -4
  181. package/esm2022/tooltip/tooltip.directive.mjs +6 -6
  182. package/esm2022/tree/tree-node.component.mjs +9 -8
  183. package/esm2022/tree/tree.component.mjs +32 -11
  184. package/esm2022/tree/tree.service.mjs +3 -3
  185. package/esm2022/tree-select/tree-select.component.mjs +20 -18
  186. package/esm2022/upload/file-select.component.mjs +24 -27
  187. package/esm2022/version.mjs +2 -2
  188. package/esm2022/vote/vote.component.mjs +7 -6
  189. package/esm2022/watermark/watermark.directive.mjs +5 -4
  190. package/fesm2022/ngx-tethys-action.mjs +6 -5
  191. package/fesm2022/ngx-tethys-action.mjs.map +1 -1
  192. package/fesm2022/ngx-tethys-alert.mjs +4 -4
  193. package/fesm2022/ngx-tethys-alert.mjs.map +1 -1
  194. package/fesm2022/ngx-tethys-anchor.mjs +4 -4
  195. package/fesm2022/ngx-tethys-anchor.mjs.map +1 -1
  196. package/fesm2022/ngx-tethys-autocomplete.mjs +6 -6
  197. package/fesm2022/ngx-tethys-autocomplete.mjs.map +1 -1
  198. package/fesm2022/ngx-tethys-avatar.mjs +7 -7
  199. package/fesm2022/ngx-tethys-avatar.mjs.map +1 -1
  200. package/fesm2022/ngx-tethys-badge.mjs +6 -5
  201. package/fesm2022/ngx-tethys-badge.mjs.map +1 -1
  202. package/fesm2022/ngx-tethys-breadcrumb.mjs +117 -77
  203. package/fesm2022/ngx-tethys-breadcrumb.mjs.map +1 -1
  204. package/fesm2022/ngx-tethys-button.mjs +8 -8
  205. package/fesm2022/ngx-tethys-button.mjs.map +1 -1
  206. package/fesm2022/ngx-tethys-card.mjs +8 -7
  207. package/fesm2022/ngx-tethys-card.mjs.map +1 -1
  208. package/fesm2022/ngx-tethys-carousel.mjs +7 -6
  209. package/fesm2022/ngx-tethys-carousel.mjs.map +1 -1
  210. package/fesm2022/ngx-tethys-cascader.mjs +28 -21
  211. package/fesm2022/ngx-tethys-cascader.mjs.map +1 -1
  212. package/fesm2022/ngx-tethys-checkbox.mjs +4 -3
  213. package/fesm2022/ngx-tethys-checkbox.mjs.map +1 -1
  214. package/fesm2022/ngx-tethys-collapse.mjs +7 -7
  215. package/fesm2022/ngx-tethys-collapse.mjs.map +1 -1
  216. package/fesm2022/ngx-tethys-color-picker.mjs +9 -8
  217. package/fesm2022/ngx-tethys-color-picker.mjs.map +1 -1
  218. package/fesm2022/ngx-tethys-copy.mjs +4 -3
  219. package/fesm2022/ngx-tethys-copy.mjs.map +1 -1
  220. package/fesm2022/ngx-tethys-core.mjs +7 -1
  221. package/fesm2022/ngx-tethys-core.mjs.map +1 -1
  222. package/fesm2022/ngx-tethys-date-picker.mjs +86 -57
  223. package/fesm2022/ngx-tethys-date-picker.mjs.map +1 -1
  224. package/fesm2022/ngx-tethys-date-range.mjs +5 -4
  225. package/fesm2022/ngx-tethys-date-range.mjs.map +1 -1
  226. package/fesm2022/ngx-tethys-dialog.mjs +8 -7
  227. package/fesm2022/ngx-tethys-dialog.mjs.map +1 -1
  228. package/fesm2022/ngx-tethys-divider.mjs +5 -4
  229. package/fesm2022/ngx-tethys-divider.mjs.map +1 -1
  230. package/fesm2022/ngx-tethys-drag-drop.mjs +8 -8
  231. package/fesm2022/ngx-tethys-drag-drop.mjs.map +1 -1
  232. package/fesm2022/ngx-tethys-dropdown.mjs +10 -10
  233. package/fesm2022/ngx-tethys-dropdown.mjs.map +1 -1
  234. package/fesm2022/ngx-tethys-empty.mjs +4 -3
  235. package/fesm2022/ngx-tethys-empty.mjs.map +1 -1
  236. package/fesm2022/ngx-tethys-form.mjs +10 -10
  237. package/fesm2022/ngx-tethys-form.mjs.map +1 -1
  238. package/fesm2022/ngx-tethys-icon.mjs +5 -5
  239. package/fesm2022/ngx-tethys-icon.mjs.map +1 -1
  240. package/fesm2022/ngx-tethys-image.mjs +24 -16
  241. package/fesm2022/ngx-tethys-image.mjs.map +1 -1
  242. package/fesm2022/ngx-tethys-input-number.mjs +13 -6
  243. package/fesm2022/ngx-tethys-input-number.mjs.map +1 -1
  244. package/fesm2022/ngx-tethys-input.mjs +7 -6
  245. package/fesm2022/ngx-tethys-input.mjs.map +1 -1
  246. package/fesm2022/ngx-tethys-layout.mjs +17 -16
  247. package/fesm2022/ngx-tethys-layout.mjs.map +1 -1
  248. package/fesm2022/ngx-tethys-list.mjs +8 -8
  249. package/fesm2022/ngx-tethys-list.mjs.map +1 -1
  250. package/fesm2022/ngx-tethys-loading.mjs +5 -4
  251. package/fesm2022/ngx-tethys-loading.mjs.map +1 -1
  252. package/fesm2022/ngx-tethys-mention.mjs +2 -2
  253. package/fesm2022/ngx-tethys-mention.mjs.map +1 -1
  254. package/fesm2022/ngx-tethys-menu.mjs +26 -16
  255. package/fesm2022/ngx-tethys-menu.mjs.map +1 -1
  256. package/fesm2022/ngx-tethys-nav.mjs +26 -16
  257. package/fesm2022/ngx-tethys-nav.mjs.map +1 -1
  258. package/fesm2022/ngx-tethys-pagination.mjs +23 -10
  259. package/fesm2022/ngx-tethys-pagination.mjs.map +1 -1
  260. package/fesm2022/ngx-tethys-popover.mjs +6 -5
  261. package/fesm2022/ngx-tethys-popover.mjs.map +1 -1
  262. package/fesm2022/ngx-tethys-property-operation.mjs +8 -8
  263. package/fesm2022/ngx-tethys-property-operation.mjs.map +1 -1
  264. package/fesm2022/ngx-tethys-property.mjs +5 -4
  265. package/fesm2022/ngx-tethys-property.mjs.map +1 -1
  266. package/fesm2022/ngx-tethys-radio.mjs +7 -6
  267. package/fesm2022/ngx-tethys-radio.mjs.map +1 -1
  268. package/fesm2022/ngx-tethys-rate.mjs +8 -8
  269. package/fesm2022/ngx-tethys-rate.mjs.map +1 -1
  270. package/fesm2022/ngx-tethys-resizable.mjs +10 -10
  271. package/fesm2022/ngx-tethys-resizable.mjs.map +1 -1
  272. package/fesm2022/ngx-tethys-segment.mjs +6 -6
  273. package/fesm2022/ngx-tethys-segment.mjs.map +1 -1
  274. package/fesm2022/ngx-tethys-select.mjs +15 -15
  275. package/fesm2022/ngx-tethys-select.mjs.map +1 -1
  276. package/fesm2022/ngx-tethys-shared.mjs +25 -25
  277. package/fesm2022/ngx-tethys-shared.mjs.map +1 -1
  278. package/fesm2022/ngx-tethys-skeleton.mjs +14 -14
  279. package/fesm2022/ngx-tethys-skeleton.mjs.map +1 -1
  280. package/fesm2022/ngx-tethys-slide.mjs +4 -4
  281. package/fesm2022/ngx-tethys-slide.mjs.map +1 -1
  282. package/fesm2022/ngx-tethys-slider.mjs +5 -5
  283. package/fesm2022/ngx-tethys-slider.mjs.map +1 -1
  284. package/fesm2022/ngx-tethys-space.mjs +4 -3
  285. package/fesm2022/ngx-tethys-space.mjs.map +1 -1
  286. package/fesm2022/ngx-tethys-stepper.mjs +7 -6
  287. package/fesm2022/ngx-tethys-stepper.mjs.map +1 -1
  288. package/fesm2022/ngx-tethys-switch.mjs +5 -4
  289. package/fesm2022/ngx-tethys-switch.mjs.map +1 -1
  290. package/fesm2022/ngx-tethys-table.mjs +29 -27
  291. package/fesm2022/ngx-tethys-table.mjs.map +1 -1
  292. package/fesm2022/ngx-tethys-tabs.mjs +7 -7
  293. package/fesm2022/ngx-tethys-tabs.mjs.map +1 -1
  294. package/fesm2022/ngx-tethys-tag.mjs +4 -4
  295. package/fesm2022/ngx-tethys-tag.mjs.map +1 -1
  296. package/fesm2022/ngx-tethys-time-picker.mjs +11 -11
  297. package/fesm2022/ngx-tethys-time-picker.mjs.map +1 -1
  298. package/fesm2022/ngx-tethys-timeline.mjs +4 -3
  299. package/fesm2022/ngx-tethys-timeline.mjs.map +1 -1
  300. package/fesm2022/ngx-tethys-tooltip.mjs +5 -5
  301. package/fesm2022/ngx-tethys-tooltip.mjs.map +1 -1
  302. package/fesm2022/ngx-tethys-tree-select.mjs +14 -11
  303. package/fesm2022/ngx-tethys-tree-select.mjs.map +1 -1
  304. package/fesm2022/ngx-tethys-tree.mjs +39 -18
  305. package/fesm2022/ngx-tethys-tree.mjs.map +1 -1
  306. package/fesm2022/ngx-tethys-upload.mjs +23 -27
  307. package/fesm2022/ngx-tethys-upload.mjs.map +1 -1
  308. package/fesm2022/ngx-tethys-vote.mjs +6 -5
  309. package/fesm2022/ngx-tethys-vote.mjs.map +1 -1
  310. package/fesm2022/ngx-tethys-watermark.mjs +4 -3
  311. package/fesm2022/ngx-tethys-watermark.mjs.map +1 -1
  312. package/fesm2022/ngx-tethys.mjs +1 -1
  313. package/fesm2022/ngx-tethys.mjs.map +1 -1
  314. package/form/form-group-error/form-group-error.component.d.ts +1 -1
  315. package/form/form-group-label.directive.d.ts +1 -1
  316. package/form/form-group.component.d.ts +3 -3
  317. package/icon/icon.component.d.ts +2 -2
  318. package/image/image.class.d.ts +1 -1
  319. package/image/image.directive.d.ts +2 -2
  320. package/image/index.d.ts +5 -4
  321. package/image/preview/image-preview.component.d.ts +5 -5
  322. package/input/input-search.component.d.ts +1 -1
  323. package/input/input.component.d.ts +2 -2
  324. package/input/styles/input-group.scss +3 -0
  325. package/input-number/input-number.component.d.ts +10 -3
  326. package/layout/header.component.d.ts +3 -3
  327. package/layout/sidebar-header.component.d.ts +1 -1
  328. package/layout/sidebar.component.d.ts +7 -7
  329. package/list/list.component.d.ts +1 -1
  330. package/list/selection/selection-list.d.ts +3 -3
  331. package/loading/loading.component.d.ts +2 -2
  332. package/menu/group/menu-group.component.d.ts +6 -6
  333. package/menu/item/action/menu-item-action.component.d.ts +8 -3
  334. package/menu/item/name/menu-item-name.component.d.ts +1 -1
  335. package/menu/menu.component.d.ts +1 -1
  336. package/menu/styles/menu.scss +8 -0
  337. package/nav/icon-nav/icon-nav-link.directive.d.ts +1 -1
  338. package/nav/nav-ink-bar.directive.d.ts +2 -2
  339. package/nav/nav-item.directive.d.ts +3 -3
  340. package/nav/nav.component.d.ts +7 -5
  341. package/package.json +2 -2
  342. package/pagination/pagination.class.d.ts +4 -0
  343. package/pagination/pagination.component.d.ts +11 -6
  344. package/popover/popover.directive.d.ts +2 -2
  345. package/property/property-item.component.d.ts +4 -1
  346. package/property/styles/properties.scss +2 -0
  347. package/property-operation/property-operation.component.d.ts +5 -5
  348. package/radio/group/radio-group.component.d.ts +1 -1
  349. package/rate/rate-item.component.d.ts +1 -1
  350. package/rate/rate.component.d.ts +3 -3
  351. package/resizable/resizable.directive.d.ts +3 -3
  352. package/resizable/resize-handle.component.d.ts +1 -1
  353. package/resizable/resize-handles.component.d.ts +1 -1
  354. package/schematics/ng-update/update-18/complete.js +0 -10
  355. package/schematics/ng-update/update-18/index.spec.js +0 -73
  356. package/schematics/ng-update/update-18/update-data.js +4 -860
  357. package/schematics/version.d.ts +1 -1
  358. package/schematics/version.js +1 -1
  359. package/segment/segment-item.component.d.ts +1 -1
  360. package/segment/segment.component.d.ts +5 -1
  361. package/select/custom-select/custom-select.component.d.ts +10 -10
  362. package/select/native-select/native-select.component.d.ts +1 -1
  363. package/shared/base-form-check.component.d.ts +2 -2
  364. package/shared/directives/thy-autofocus.directive.d.ts +2 -2
  365. package/shared/directives/thy-scroll.directive.d.ts +1 -1
  366. package/shared/directives/thy-show.d.ts +1 -1
  367. package/shared/option/group/option-group.component.d.ts +1 -1
  368. package/shared/option/list-option/list-option.component.d.ts +1 -1
  369. package/shared/option/option.component.d.ts +1 -1
  370. package/shared/option/styles/select-dropdown.scss +1 -0
  371. package/shared/select/select-control/select-control.component.d.ts +6 -6
  372. package/skeleton/skeleton-circle.component.d.ts +1 -1
  373. package/skeleton/skeleton-rectangle.component.d.ts +1 -1
  374. package/skeleton/skeleton.component.d.ts +1 -1
  375. package/skeleton/stylized/bullet-list.component.d.ts +1 -1
  376. package/skeleton/stylized/list.component.d.ts +1 -1
  377. package/skeleton/stylized/paragraph.component.d.ts +1 -1
  378. package/slide/slide-body/slide-body-section.component.d.ts +1 -1
  379. package/slider/slider.component.d.ts +2 -2
  380. package/slider/slider.scss +12 -20
  381. package/space/space.component.d.ts +1 -1
  382. package/stepper/step-header.component.d.ts +2 -2
  383. package/stepper/stepper.component.d.ts +1 -1
  384. package/styles/modules/tables.scss +20 -0
  385. package/styles/variables.scss +2 -2
  386. package/switch/switch.component.d.ts +2 -2
  387. package/table/styles/skeleton.scss +5 -0
  388. package/table/table-column.component.d.ts +5 -5
  389. package/table/table-skeleton.component.d.ts +2 -2
  390. package/table/table.component.d.ts +13 -11
  391. package/tabs/tab.component.d.ts +1 -1
  392. package/tabs/tabs.component.d.ts +2 -2
  393. package/tag/tag.component.d.ts +1 -1
  394. package/time-picker/time-picker-panel.component.d.ts +2 -2
  395. package/time-picker/time-picker.component.d.ts +5 -5
  396. package/timeline/timeline.component.d.ts +1 -1
  397. package/tooltip/tooltip.directive.d.ts +10 -2
  398. package/tree/tree-node.component.d.ts +20 -5
  399. package/tree/tree.component.d.ts +17 -7
  400. package/tree/tree.service.d.ts +1 -1
  401. package/tree-select/tree-select.component.d.ts +7 -7
  402. package/upload/file-select.component.d.ts +7 -8
  403. package/vote/vote.component.d.ts +3 -3
  404. package/watermark/watermark.directive.d.ts +1 -1
package/CHANGELOG.md CHANGED
@@ -1,6 +1,33 @@
1
1
  # Changelog
2
2
 
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.
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
+
5
+ # [18.0.0-next.2](https://github.com/atinc/ngx-tethys/compare/18.0.0-next.1...18.0.0-next.2) (2024-08-14)
6
+
7
+
8
+
9
+ # [18.0.0-next.1](https://github.com/atinc/ngx-tethys/compare/17.0.17...18.0.0-next.1) (2024-08-01)
10
+
11
+
12
+ ### Features
13
+
14
+ * **cdk:** return Observable for execute of ActionBehavior ([d9fde11](https://github.com/atinc/ngx-tethys/commit/d9fde111128706af69621d64256e236dce42fa60))
15
+
16
+
17
+ ### Reverts
18
+
19
+ * Revert "build: release 18.0.0-next.1" ([285851e](https://github.com/atinc/ngx-tethys/commit/285851e7120ab6c9dc3c6aeb63394cfc90a986db))
20
+
21
+
22
+
23
+ # [18.0.0-next.0](https://github.com/atinc/ngx-tethys/compare/17.0.6...18.0.0-next.0) (2024-05-24)
24
+
25
+
26
+ ### Features
27
+
28
+ * upgrade ng to 18 #INFR-12428 ([5e89bdb](https://github.com/atinc/ngx-tethys/commit/5e89bdbac4a0e5e7af4fe3cb8d8057ba120a6b7f)), closes [#INFR-12428](https://github.com/atinc/ngx-tethys/issues/INFR-12428)
29
+
30
+
4
31
 
5
32
  # [18.0.0-next.0](https://github.com/atinc/ngx-tethys/compare/17.0.6...18.0.0-next.0) (2024-05-24)
6
33
 
@@ -15,6 +42,139 @@ All notable changes to this project will be documented in this file. See [standa
15
42
  * upgrade ng to 18 #INFR-12428 ([5e89bdb](https://github.com/atinc/ngx-tethys/commit/5e89bdbac4a0e5e7af4fe3cb8d8057ba120a6b7f)), closes [#INFR-12428](https://github.com/atinc/ngx-tethys/issues/INFR-12428)
16
43
  * **util:** remove deprecated for coerceBooleanProperty #INFR-12378 ([#3088](https://github.com/atinc/ngx-tethys/issues/3088)) ([921945a](https://github.com/atinc/ngx-tethys/commit/921945a5cd461ea31829aef9fac42eb4e3bf233f)), closes [#INFR-12378](https://github.com/atinc/ngx-tethys/issues/INFR-12378)
17
44
 
45
+ ## [17.0.17](https://github.com/atinc/ngx-tethys/compare/17.0.16...17.0.17) (2024-07-26)
46
+
47
+
48
+ ### Features
49
+
50
+ * **image:** image operation support ThyImagePreviewOperation #INFR-13015 ([f10e483](https://github.com/atinc/ngx-tethys/commit/f10e483ddfb1339f10a2d6719d78bfefd6dc158e)), closes [#INFR-13015](https://github.com/atinc/ngx-tethys/issues/INFR-13015)
51
+
52
+
53
+
54
+ ## [17.0.16](https://github.com/atinc/ngx-tethys/compare/17.0.15...17.0.16) (2024-07-25)
55
+
56
+
57
+ ### Bug Fixes
58
+
59
+ * **cascader:** update position when sub menu appears off screen #INFR-12988 ([#3126](https://github.com/atinc/ngx-tethys/issues/3126)) ([a3d568b](https://github.com/atinc/ngx-tethys/commit/a3d568b9c006cf37dc89db3d80008247fba485ad)), closes [#INFR-12988](https://github.com/atinc/ngx-tethys/issues/INFR-12988)
60
+
61
+
62
+
63
+ ## [17.0.15](https://github.com/atinc/ngx-tethys/compare/17.0.14...17.0.15) (2024-07-24)
64
+
65
+
66
+ ### Bug Fixes
67
+
68
+ * **date-picker:** the middle switch button is unavailable and clicking it will close the panel when the gap is 2 #INFR-12997 ([#3127](https://github.com/atinc/ngx-tethys/issues/3127)) ([bd240f8](https://github.com/atinc/ngx-tethys/commit/bd240f83c8ca836cb4e1af68607a43e637a73537)), closes [#INFR-12997](https://github.com/atinc/ngx-tethys/issues/INFR-12997)
69
+ * **input-number:** handle value is null set to empty(#INFR-9745) ([e4b1188](https://github.com/atinc/ngx-tethys/commit/e4b118878f5d794163801916b202a0b260c27be2)), closes [#INFR-9745](https://github.com/atinc/ngx-tethys/issues/INFR-9745)
70
+
71
+
72
+ ### Features
73
+
74
+ * **property:** property operation position support behind label or content. #INFR-11955 ([#3128](https://github.com/atinc/ngx-tethys/issues/3128)) ([e86ee19](https://github.com/atinc/ngx-tethys/commit/e86ee19f84a3372a366b09c464e828c29985f449)), closes [#INFR-11955](https://github.com/atinc/ngx-tethys/issues/INFR-11955)
75
+
76
+
77
+
78
+ ## [17.0.14](https://github.com/atinc/ngx-tethys/compare/17.0.13...17.0.14) (2024-07-18)
79
+
80
+
81
+ ### Bug Fixes
82
+
83
+ * **table:** fix table skeleton styles error #INFR-12877 ([#3118](https://github.com/atinc/ngx-tethys/issues/3118)) ([cf89598](https://github.com/atinc/ngx-tethys/commit/cf89598e1835f301f66ed511e1829e38b5d4a17f)), closes [#INFR-12877](https://github.com/atinc/ngx-tethys/issues/INFR-12877)
84
+ * **tree-select:** #INFR-12947 change treeNodes when thyVirtualScroll… ([#3124](https://github.com/atinc/ngx-tethys/issues/3124)) ([22c7e0a](https://github.com/atinc/ngx-tethys/commit/22c7e0ad501e6038dc71f774953d1ac05399baca)), closes [#INFR-12947](https://github.com/atinc/ngx-tethys/issues/INFR-12947)
85
+ * **upload:** error occurs when accessing the viewchild element in the setter of a static input property #INFR-1979 ([#3120](https://github.com/atinc/ngx-tethys/issues/3120)) ([3b45a23](https://github.com/atinc/ngx-tethys/commit/3b45a237d236107362201ad9903686298bcf540e)), closes [#INFR-1979](https://github.com/atinc/ngx-tethys/issues/INFR-1979)
86
+
87
+
88
+ ### Features
89
+
90
+ * **form:** change form-label's color to [#333](https://github.com/atinc/ngx-tethys/issues/333) #INFR-12861 ([f390a01](https://github.com/atinc/ngx-tethys/commit/f390a0161eb613dc34103e7df5436c4caf885f93)), closes [#INFR-12861](https://github.com/atinc/ngx-tethys/issues/INFR-12861)
91
+ * **menu:** thyMenuItemAction click support thy-memu-item hightlight … ([#3119](https://github.com/atinc/ngx-tethys/issues/3119)) ([a4b83c5](https://github.com/atinc/ngx-tethys/commit/a4b83c5799e78c699f59e57e26063a9e7d4cfc33))
92
+ * **popover:** support canPush config for flexible connected position strategy #INFR-2298 ([#3123](https://github.com/atinc/ngx-tethys/issues/3123)) ([b0f4455](https://github.com/atinc/ngx-tethys/commit/b0f4455bd6895bdac0eb973473ab2bfd022e4621)), closes [#INFR-2298](https://github.com/atinc/ngx-tethys/issues/INFR-2298) [#INFR-2298](https://github.com/atinc/ngx-tethys/issues/INFR-2298)
93
+ * **select:** change group name's font-size to 12px #INFR-12860 ([4083418](https://github.com/atinc/ngx-tethys/commit/4083418c64a27d93b21d9ce1898f326a81d53c47)), closes [#INFR-12860](https://github.com/atinc/ngx-tethys/issues/INFR-12860)
94
+ * **slider:** optimize styles for slider pointer #INFR-12896 ([#3121](https://github.com/atinc/ngx-tethys/issues/3121)) ([c9f1809](https://github.com/atinc/ngx-tethys/commit/c9f1809f2a8cc24a817cd96f936aaacbf55994a1)), closes [#INFR-12896](https://github.com/atinc/ngx-tethys/issues/INFR-12896) [#INFR-12896](https://github.com/atinc/ngx-tethys/issues/INFR-12896)
95
+
96
+
97
+
98
+ ## [17.0.13](https://github.com/atinc/ngx-tethys/compare/17.0.12...17.0.13) (2024-07-03)
99
+
100
+
101
+ ### Features
102
+
103
+ * **tree:** thy-tree support thyExpandedKeys and thyExpandAll #INFR-12795 ([#3110](https://github.com/atinc/ngx-tethys/issues/3110)) ([ce8aedf](https://github.com/atinc/ngx-tethys/commit/ce8aedfbe39430f8cddfc1a7c2c583e770b7800f)), closes [#INFR-12795](https://github.com/atinc/ngx-tethys/issues/INFR-12795)
104
+
105
+
106
+
107
+ ## [17.0.12](https://github.com/atinc/ngx-tethys/compare/17.0.11...17.0.12) (2024-07-02)
108
+
109
+
110
+ ### Bug Fixes
111
+
112
+ * **style:** fix $dropdown-menu-padding-y 10px to 12px #INFR-12736 ([#3108](https://github.com/atinc/ngx-tethys/issues/3108)) ([b4f7649](https://github.com/atinc/ngx-tethys/commit/b4f7649024cfbd568a861675064f574d8262a9ce)), closes [#INFR-12736](https://github.com/atinc/ngx-tethys/issues/INFR-12736)
113
+
114
+
115
+ ### Features
116
+
117
+ * **inputNumber:** add thyStepChange event emitter for click arrow #INFR-… ([#3109](https://github.com/atinc/ngx-tethys/issues/3109)) ([4d5c421](https://github.com/atinc/ngx-tethys/commit/4d5c4211b05b533896ea34532e12f133c08ffa8d))
118
+
119
+
120
+
121
+ ## [17.0.11](https://github.com/atinc/ngx-tethys/compare/17.0.10...17.0.11) (2024-06-17)
122
+
123
+
124
+ ### Features
125
+
126
+ * 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)
127
+
128
+
129
+
130
+ ## [17.0.10](https://github.com/atinc/ngx-tethys/compare/17.0.9...17.0.10) (2024-06-13)
131
+
132
+
133
+ ### Bug Fixes
134
+
135
+ * **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)
136
+
137
+
138
+
139
+ ## [17.0.9](https://github.com/atinc/ngx-tethys/compare/17.0.8...17.0.9) (2024-06-13)
140
+
141
+
142
+ ### Bug Fixes
143
+
144
+ * **input:** #INFR-12590 thy-input-group-with-textarea-suffix add padding-bottom ([#3101](https://github.com/atinc/ngx-tethys/issues/3101)) ([af34452](https://github.com/atinc/ngx-tethys/commit/af34452ed1b32010f2aafa64b2f99a4b05b3cee0))
145
+ * **nav:** #INFR-12632 fix prevActiveIndex not reset when links are changed ([#3102](https://github.com/atinc/ngx-tethys/issues/3102)) ([f981f65](https://github.com/atinc/ngx-tethys/commit/f981f65056c8b4b095a573c07e730d191c32067d))
146
+
147
+
148
+
149
+ ## [17.0.8](https://github.com/atinc/ngx-tethys/compare/17.0.7...17.0.8) (2024-05-31)
150
+
151
+
152
+ ### Bug Fixes
153
+
154
+ * **date-picker:** handle range directive add timestampPrecision (#INFR-11707) ([#3099](https://github.com/atinc/ngx-tethys/issues/3099)) ([38bd5dd](https://github.com/atinc/ngx-tethys/commit/38bd5dd8408acb22f4c49503c6854f42354e711f)), closes [#INFR-11707](https://github.com/atinc/ngx-tethys/issues/INFR-11707)
155
+
156
+
157
+ ### Features
158
+
159
+ * **breadcrumb:** 面包屑导航支持传入items时省略展示 #INFR-12463 [@wangkai](https://github.com/wangkai) [@xuhaifeng](https://github.com/xuhaifeng) [@wumeimin](https://github.com/wumeimin) ([#3098](https://github.com/atinc/ngx-tethys/issues/3098)) ([c3da50f](https://github.com/atinc/ngx-tethys/commit/c3da50f2625fbc5cd4d7c25215758401176c132e)), closes [#INFR-12463](https://github.com/atinc/ngx-tethys/issues/INFR-12463)
160
+
161
+
162
+
163
+ ## [17.0.7](https://github.com/atinc/ngx-tethys/compare/17.0.6...17.0.7) (2024-05-28)
164
+
165
+
166
+ ### Bug Fixes
167
+
168
+ * **cascader:** remove divider when set thyCustomOptions to undefined #INFR-12299 ([#3085](https://github.com/atinc/ngx-tethys/issues/3085)) ([80813dd](https://github.com/atinc/ngx-tethys/commit/80813dd425695e88f040983ac0b2e5428c3889af)), closes [#INFR-12299](https://github.com/atinc/ngx-tethys/issues/INFR-12299)
169
+ * **table:** change bind style with ngStyle #INFR-12443 ([d91d142](https://github.com/atinc/ngx-tethys/commit/d91d142dc65c289a98b9adfd04d948386a9a0507)), closes [#INFR-12443](https://github.com/atinc/ngx-tethys/issues/INFR-12443)
170
+
171
+
172
+ ### Features
173
+
174
+ * **date-picker:** support set time tamp length default length to 10 #INFR-11707 [@wumeimin](https://github.com/wumeimin) [@xuhaifeng](https://github.com/xuhaifeng) (#INFR-11707) ([#3089](https://github.com/atinc/ngx-tethys/issues/3089)) ([44b05f7](https://github.com/atinc/ngx-tethys/commit/44b05f7b635af17a8502d09ffe62c99308a0ab64)), closes [#INFR-11707](https://github.com/atinc/ngx-tethys/issues/INFR-11707) [#INFR-11707](https://github.com/atinc/ngx-tethys/issues/INFR-11707) [#INFR-11707](https://github.com/atinc/ngx-tethys/issues/INFR-11707) [#INFR-11707](https://github.com/atinc/ngx-tethys/issues/INFR-11707) [#INFR-11707](https://github.com/atinc/ngx-tethys/issues/INFR-11707) [#INFR-11707](https://github.com/atinc/ngx-tethys/issues/INFR-11707) [#INFR-11707](https://github.com/atinc/ngx-tethys/issues/INFR-11707)
175
+ * **pagination:** support pagination custom suffix unit(#INFR-12336) ([#3091](https://github.com/atinc/ngx-tethys/issues/3091)) ([88f4db0](https://github.com/atinc/ngx-tethys/commit/88f4db0d8caa2720c523a5e8c28cc240abdf2fbf)), closes [#INFR-12336](https://github.com/atinc/ngx-tethys/issues/INFR-12336)
176
+ * **util:** remove deprecated for coerceBooleanProperty #INFR-12378 ([#3088](https://github.com/atinc/ngx-tethys/issues/3088)) ([921945a](https://github.com/atinc/ngx-tethys/commit/921945a5cd461ea31829aef9fac42eb4e3bf233f)), closes [#INFR-12378](https://github.com/atinc/ngx-tethys/issues/INFR-12378)
177
+
18
178
 
19
179
 
20
180
  ## [17.0.6](https://github.com/atinc/ngx-tethys/compare/17.0.5...17.0.6) (2024-04-22)
@@ -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
  }
@@ -1,10 +1,13 @@
1
+ import { TemplateRef, OnChanges, SimpleChanges, OnInit, ChangeDetectorRef } from '@angular/core';
2
+ import { SafeAny } from 'ngx-tethys/types';
1
3
  import * as i0 from "@angular/core";
2
4
  /**
3
5
  * 面包屑组件
4
6
  * @name thy-breadcrumb
5
7
  * @order 10
6
8
  */
7
- export declare class ThyBreadcrumb {
9
+ export declare class ThyBreadcrumb implements OnInit, OnChanges {
10
+ private cdr;
8
11
  iconClasses: string[];
9
12
  svgIconName: string;
10
13
  /**
@@ -16,7 +19,32 @@ export declare class ThyBreadcrumb {
16
19
  * @type slash | backslash | vertical-line
17
20
  */
18
21
  thySeparator: 'slash' | 'backslash' | 'vertical-line';
22
+ /**
23
+ * 面包屑的每一项数据
24
+ */
25
+ items: SafeAny[];
26
+ /**
27
+ * 最大显示数量,超出此数量后,面包屑会被省略, 0 表示不省略(仅当传入 thyItems 时有效)
28
+ */
29
+ thyMaxCount: number;
30
+ /**
31
+ * 是否可点击弹出已被省略的面包屑项(仅当传入 thyItems 时有效)
32
+ */
33
+ thyExpandable: boolean;
34
+ /**
35
+ * 面包屑的每一项模板(仅当传入 thyItems 时有效)
36
+ */
37
+ itemTemplate: TemplateRef<SafeAny>;
38
+ ellipsisItemId: string;
39
+ ellipsisItems: SafeAny[];
40
+ showItems: SafeAny[];
41
+ constructor(cdr: ChangeDetectorRef);
42
+ ngOnInit(): void;
43
+ ngOnChanges(changes: SimpleChanges): void;
19
44
  private setIcon;
45
+ private resetItems;
20
46
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyBreadcrumb, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<ThyBreadcrumb, "thy-breadcrumb", ["ThyBreadcrumb"], { "thyIcon": { "alias": "thyIcon"; "required": false; }; "thySeparator": { "alias": "thySeparator"; "required": false; }; }, {}, never, ["*"], true, never>;
47
+ static ɵcmp: i0.ɵɵComponentDeclaration<ThyBreadcrumb, "thy-breadcrumb", ["ThyBreadcrumb"], { "thyIcon": { "alias": "thyIcon"; "required": false; }; "thySeparator": { "alias": "thySeparator"; "required": false; }; "items": { "alias": "thyItems"; "required": false; }; "thyMaxCount": { "alias": "thyMaxCount"; "required": false; }; "thyExpandable": { "alias": "thyExpandable"; "required": false; }; }, {}, ["itemTemplate"], ["*"], true, never>;
48
+ static ngAcceptInputType_thyMaxCount: unknown;
49
+ static ngAcceptInputType_thyExpandable: boolean | string | number;
22
50
  }
@@ -3,8 +3,10 @@ import * as i1 from "@angular/common";
3
3
  import * as i2 from "ngx-tethys/icon";
4
4
  import * as i3 from "./breadcrumb.component";
5
5
  import * as i4 from "./breadcrumb-item.component";
6
+ import * as i5 from "ngx-tethys/action";
7
+ import * as i6 from "ngx-tethys/dropdown";
6
8
  export declare class ThyBreadcrumbModule {
7
9
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyBreadcrumbModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<ThyBreadcrumbModule, never, [typeof i1.CommonModule, typeof i2.ThyIconModule, typeof i3.ThyBreadcrumb, typeof i4.ThyBreadcrumbItem], [typeof i3.ThyBreadcrumb, typeof i4.ThyBreadcrumbItem]>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ThyBreadcrumbModule, never, [typeof i1.CommonModule, typeof i2.ThyIconModule, typeof i3.ThyBreadcrumb, typeof i4.ThyBreadcrumbItem, typeof i5.ThyActionModule, typeof i6.ThyDropdownModule], [typeof i3.ThyBreadcrumb, typeof i4.ThyBreadcrumbItem]>;
9
11
  static ɵinj: i0.ɵɵInjectorDeclaration<ThyBreadcrumbModule>;
10
12
  }
@@ -38,6 +38,14 @@
38
38
  color: variables.$breadcrumb-separator-color;
39
39
  font-size: variables.$font-size-base;
40
40
  }
41
+
42
+ &.thy-breadcrumb-item-ellipsis .ellipsis-action {
43
+ opacity: unset;
44
+ .thy-icon {
45
+ margin-left: 0;
46
+ margin-right: 0;
47
+ }
48
+ }
41
49
  }
42
50
 
43
51
  &.thy-breadcrumb-separator {
@@ -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
  }
@@ -110,11 +110,11 @@ fieldset:disabled a.btn {
110
110
  @include mixin.button-outline-variant(
111
111
  variables.$gray-700,
112
112
  variables.$gray-300,
113
- variables.$primary,
114
- null,
115
- variables.$primary,
116
- null,
117
- variables.$primary
113
+ variables.$gray-700,
114
+ variables.$gray-100,
115
+ variables.$gray-300,
116
+ variables.$gray-100,
117
+ variables.$gray-300
118
118
  );
119
119
  }
120
120
 
@@ -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;
@@ -109,6 +109,12 @@ export declare class ThyAbstractOverlayConfig<TData = unknown> {
109
109
  * 关闭弹窗前的回调函数,返回 false 可阻止关闭弹窗
110
110
  */
111
111
  canClose?: (result?: unknown) => boolean;
112
+ /**
113
+ * 设置当提供的位置均不适合时是否可以将覆盖层推到屏幕上
114
+ * @description.en-us Sets whether the overlay can be pushed on-screen if none of the provided positions fit
115
+ * @default true
116
+ */
117
+ canPush?: boolean;
112
118
  }
113
119
  export interface ThyAbstractOverlayOptions {
114
120
  /** component name, e.g. dialog | popover | slide */