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

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 (401) hide show
  1. package/CHANGELOG.md +156 -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/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/version.d.ts +1 -1
  355. package/schematics/version.js +1 -1
  356. package/segment/segment-item.component.d.ts +1 -1
  357. package/segment/segment.component.d.ts +5 -1
  358. package/select/custom-select/custom-select.component.d.ts +10 -10
  359. package/select/native-select/native-select.component.d.ts +1 -1
  360. package/shared/base-form-check.component.d.ts +2 -2
  361. package/shared/directives/thy-autofocus.directive.d.ts +2 -2
  362. package/shared/directives/thy-scroll.directive.d.ts +1 -1
  363. package/shared/directives/thy-show.d.ts +1 -1
  364. package/shared/option/group/option-group.component.d.ts +1 -1
  365. package/shared/option/list-option/list-option.component.d.ts +1 -1
  366. package/shared/option/option.component.d.ts +1 -1
  367. package/shared/option/styles/select-dropdown.scss +1 -0
  368. package/shared/select/select-control/select-control.component.d.ts +6 -6
  369. package/skeleton/skeleton-circle.component.d.ts +1 -1
  370. package/skeleton/skeleton-rectangle.component.d.ts +1 -1
  371. package/skeleton/skeleton.component.d.ts +1 -1
  372. package/skeleton/stylized/bullet-list.component.d.ts +1 -1
  373. package/skeleton/stylized/list.component.d.ts +1 -1
  374. package/skeleton/stylized/paragraph.component.d.ts +1 -1
  375. package/slide/slide-body/slide-body-section.component.d.ts +1 -1
  376. package/slider/slider.component.d.ts +2 -2
  377. package/slider/slider.scss +12 -20
  378. package/space/space.component.d.ts +1 -1
  379. package/stepper/step-header.component.d.ts +2 -2
  380. package/stepper/stepper.component.d.ts +1 -1
  381. package/styles/modules/tables.scss +20 -0
  382. package/styles/variables.scss +2 -2
  383. package/switch/switch.component.d.ts +2 -2
  384. package/table/styles/skeleton.scss +5 -0
  385. package/table/table-column.component.d.ts +5 -5
  386. package/table/table-skeleton.component.d.ts +2 -2
  387. package/table/table.component.d.ts +13 -11
  388. package/tabs/tab.component.d.ts +1 -1
  389. package/tabs/tabs.component.d.ts +2 -2
  390. package/tag/tag.component.d.ts +1 -1
  391. package/time-picker/time-picker-panel.component.d.ts +2 -2
  392. package/time-picker/time-picker.component.d.ts +5 -5
  393. package/timeline/timeline.component.d.ts +1 -1
  394. package/tooltip/tooltip.directive.d.ts +10 -2
  395. package/tree/tree-node.component.d.ts +20 -5
  396. package/tree/tree.component.d.ts +17 -7
  397. package/tree/tree.service.d.ts +1 -1
  398. package/tree-select/tree-select.component.d.ts +7 -7
  399. package/upload/file-select.component.d.ts +7 -8
  400. package/vote/vote.component.d.ts +3 -3
  401. package/watermark/watermark.directive.d.ts +1 -1
@@ -36,5 +36,5 @@ export declare class ThyListOption implements Highlightable {
36
36
  getLabel(): string;
37
37
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyListOption, [null, null, { optional: true; }]>;
38
38
  static ɵcmp: i0.ɵɵComponentDeclaration<ThyListOption, "thy-list-option,[thy-list-option]", never, { "id": { "alias": "id"; "required": false; }; "thyValue": { "alias": "thyValue"; "required": false; }; "thyDisabled": { "alias": "thyDisabled"; "required": false; }; }, {}, never, ["*"], true, never>;
39
- static ngAcceptInputType_thyDisabled: unknown;
39
+ static ngAcceptInputType_thyDisabled: boolean | string | number;
40
40
  }
@@ -55,5 +55,5 @@ export declare class ThyOption extends SelectOptionBase implements OnDestroy, Hi
55
55
  ngOnDestroy(): void;
56
56
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyOption, [null, { optional: true; }, { optional: true; }, null]>;
57
57
  static ɵcmp: i0.ɵɵComponentDeclaration<ThyOption, "thy-option", never, { "thyValue": { "alias": "thyValue"; "required": false; }; "thyRawValue": { "alias": "thyRawValue"; "required": false; }; "thyLabelText": { "alias": "thyLabelText"; "required": false; }; "thyShowOptionCustom": { "alias": "thyShowOptionCustom"; "required": false; }; "thySearchKey": { "alias": "thySearchKey"; "required": false; }; "thyDisabled": { "alias": "thyDisabled"; "required": false; }; }, { "selectionChange": "selectionChange"; "visibleChange": "visibleChange"; }, never, ["*"], true, never>;
58
- static ngAcceptInputType_thyDisabled: unknown;
58
+ static ngAcceptInputType_thyDisabled: boolean | string | number;
59
59
  }
@@ -38,6 +38,7 @@ $optionsSize: 'sm', 'default', 'md', 'lg';
38
38
  left: 20px;
39
39
  right: 20px;
40
40
  }
41
+ font-size: variables.$font-size-sm;
41
42
  }
42
43
  .thy-option-item {
43
44
  padding: {
@@ -70,11 +70,11 @@ export declare class ThySelectControl implements OnInit {
70
70
  onBlur(event: Event): void;
71
71
  static ɵfac: i0.ɵɵFactoryDeclaration<ThySelectControl, never>;
72
72
  static ɵcmp: i0.ɵɵComponentDeclaration<ThySelectControl, "thy-select-control,[thySelectControl]", never, { "thyPanelOpened": { "alias": "thyPanelOpened"; "required": false; }; "thyIsMultiple": { "alias": "thyIsMultiple"; "required": false; }; "thyShowSearch": { "alias": "thyShowSearch"; "required": false; }; "thySelectedOptions": { "alias": "thySelectedOptions"; "required": false; }; "thyDisabled": { "alias": "thyDisabled"; "required": false; }; "customDisplayTemplate": { "alias": "customDisplayTemplate"; "required": false; }; "thyAllowClear": { "alias": "thyAllowClear"; "required": false; }; "thyPlaceholder": { "alias": "thyPlaceholder"; "required": false; }; "thySize": { "alias": "thySize"; "required": false; }; "thyMaxTagCount": { "alias": "thyMaxTagCount"; "required": false; }; "thyBorderless": { "alias": "thyBorderless"; "required": false; }; "thyPreset": { "alias": "thyPreset"; "required": false; }; }, { "thyOnSearch": "thyOnSearch"; "thyOnRemove": "thyOnRemove"; "thyOnClear": "thyOnClear"; "thyOnBlur": "thyOnBlur"; }, never, never, true, never>;
73
- static ngAcceptInputType_thyPanelOpened: unknown;
74
- static ngAcceptInputType_thyIsMultiple: unknown;
75
- static ngAcceptInputType_thyShowSearch: unknown;
76
- static ngAcceptInputType_thyDisabled: unknown;
77
- static ngAcceptInputType_thyAllowClear: unknown;
73
+ static ngAcceptInputType_thyPanelOpened: boolean | string | number;
74
+ static ngAcceptInputType_thyIsMultiple: boolean | string | number;
75
+ static ngAcceptInputType_thyShowSearch: boolean | string | number;
76
+ static ngAcceptInputType_thyDisabled: boolean | string | number;
77
+ static ngAcceptInputType_thyAllowClear: boolean | string | number;
78
78
  static ngAcceptInputType_thyMaxTagCount: unknown;
79
- static ngAcceptInputType_thyBorderless: unknown;
79
+ static ngAcceptInputType_thyBorderless: boolean | string | number;
80
80
  }
@@ -46,6 +46,6 @@ export declare class ThySkeletonCircle implements OnInit, OnChanges {
46
46
  ngOnChanges(changes: SimpleChanges): void;
47
47
  static ɵfac: i0.ɵɵFactoryDeclaration<ThySkeletonCircle, [{ optional: true; }, { optional: true; }]>;
48
48
  static ɵcmp: i0.ɵɵComponentDeclaration<ThySkeletonCircle, "thy-skeleton-circle", never, { "thyAnimatedInterval": { "alias": "thyAnimatedInterval"; "required": false; }; "thySize": { "alias": "thySize"; "required": false; }; "thyPrimaryColor": { "alias": "thyPrimaryColor"; "required": false; }; "thySecondaryColor": { "alias": "thySecondaryColor"; "required": false; }; "thyAnimated": { "alias": "thyAnimated"; "required": false; }; }, {}, never, never, true, never>;
49
- static ngAcceptInputType_thyAnimated: unknown;
49
+ static ngAcceptInputType_thyAnimated: boolean | string | number;
50
50
  }
51
51
  export {};
@@ -56,6 +56,6 @@ export declare class ThySkeletonRectangle implements OnInit, OnChanges {
56
56
  ngOnChanges(changes: SimpleChanges): void;
57
57
  static ɵfac: i0.ɵɵFactoryDeclaration<ThySkeletonRectangle, [{ optional: true; }, { optional: true; }]>;
58
58
  static ɵcmp: i0.ɵɵComponentDeclaration<ThySkeletonRectangle, "thy-skeleton-rectangle", never, { "thyAnimated": { "alias": "thyAnimated"; "required": false; }; "thyAnimatedInterval": { "alias": "thyAnimatedInterval"; "required": false; }; "thyBorderRadius": { "alias": "thyBorderRadius"; "required": false; }; "thyRowWidth": { "alias": "thyRowWidth"; "required": false; }; "thyRowHeight": { "alias": "thyRowHeight"; "required": false; }; "thyPrimaryColor": { "alias": "thyPrimaryColor"; "required": false; }; "thySecondaryColor": { "alias": "thySecondaryColor"; "required": false; }; }, {}, never, never, true, never>;
59
- static ngAcceptInputType_thyAnimated: unknown;
59
+ static ngAcceptInputType_thyAnimated: boolean | string | number;
60
60
  }
61
61
  export {};
@@ -24,5 +24,5 @@ export declare class ThySkeleton {
24
24
  thySecondaryColor: string;
25
25
  static ɵfac: i0.ɵɵFactoryDeclaration<ThySkeleton, never>;
26
26
  static ɵcmp: i0.ɵɵComponentDeclaration<ThySkeleton, "thy-skeleton", never, { "thyAnimated": { "alias": "thyAnimated"; "required": false; }; "thyAnimatedInterval": { "alias": "thyAnimatedInterval"; "required": false; }; "thyPrimaryColor": { "alias": "thyPrimaryColor"; "required": false; }; "thySecondaryColor": { "alias": "thySecondaryColor"; "required": false; }; }, {}, never, ["*"], true, never>;
27
- static ngAcceptInputType_thyAnimated: unknown;
27
+ static ngAcceptInputType_thyAnimated: boolean | string | number;
28
28
  }
@@ -53,5 +53,5 @@ export declare class ThySkeletonBulletList {
53
53
  constructor();
54
54
  static ɵfac: i0.ɵɵFactoryDeclaration<ThySkeletonBulletList, never>;
55
55
  static ɵcmp: i0.ɵɵComponentDeclaration<ThySkeletonBulletList, "thy-skeleton-bullet-list", never, { "thyRowWidth": { "alias": "thyRowWidth"; "required": false; }; "thyRowHeight": { "alias": "thyRowHeight"; "required": false; }; "thyBorderRadius": { "alias": "thyBorderRadius"; "required": false; }; "thyAnimated": { "alias": "thyAnimated"; "required": false; }; "thyAnimatedInterval": { "alias": "thyAnimatedInterval"; "required": false; }; "thyPrimaryColor": { "alias": "thyPrimaryColor"; "required": false; }; "thySecondaryColor": { "alias": "thySecondaryColor"; "required": false; }; "thySize": { "alias": "thySize"; "required": false; }; "thyRowCount": { "alias": "thyRowCount"; "required": false; }; }, {}, never, never, true, never>;
56
- static ngAcceptInputType_thyAnimated: unknown;
56
+ static ngAcceptInputType_thyAnimated: boolean | string | number;
57
57
  }
@@ -42,5 +42,5 @@ export declare class ThySkeletonList {
42
42
  get thyRowCount(): number | string;
43
43
  static ɵfac: i0.ɵɵFactoryDeclaration<ThySkeletonList, never>;
44
44
  static ɵcmp: i0.ɵɵComponentDeclaration<ThySkeletonList, "thy-skeleton-list", never, { "thyRowWidth": { "alias": "thyRowWidth"; "required": false; }; "thyRowHeight": { "alias": "thyRowHeight"; "required": false; }; "thyBorderRadius": { "alias": "thyBorderRadius"; "required": false; }; "thyAnimated": { "alias": "thyAnimated"; "required": false; }; "thyAnimatedInterval": { "alias": "thyAnimatedInterval"; "required": false; }; "thyPrimaryColor": { "alias": "thyPrimaryColor"; "required": false; }; "thySecondaryColor": { "alias": "thySecondaryColor"; "required": false; }; "thyRowCount": { "alias": "thyRowCount"; "required": false; }; }, {}, never, never, true, never>;
45
- static ngAcceptInputType_thyAnimated: unknown;
45
+ static ngAcceptInputType_thyAnimated: boolean | string | number;
46
46
  }
@@ -50,5 +50,5 @@ export declare class ThySkeletonParagraph {
50
50
  get thyRowCount(): number | string;
51
51
  static ɵfac: i0.ɵɵFactoryDeclaration<ThySkeletonParagraph, never>;
52
52
  static ɵcmp: i0.ɵɵComponentDeclaration<ThySkeletonParagraph, "thy-skeleton-paragraph", never, { "thyFirstWidth": { "alias": "thyFirstWidth"; "required": false; }; "thyLastWidth": { "alias": "thyLastWidth"; "required": false; }; "thyRowWidth": { "alias": "thyRowWidth"; "required": false; }; "thyRowHeight": { "alias": "thyRowHeight"; "required": false; }; "thyBorderRadius": { "alias": "thyBorderRadius"; "required": false; }; "thyAnimated": { "alias": "thyAnimated"; "required": false; }; "thyAnimatedInterval": { "alias": "thyAnimatedInterval"; "required": false; }; "thyPrimaryColor": { "alias": "thyPrimaryColor"; "required": false; }; "thySecondaryColor": { "alias": "thySecondaryColor"; "required": false; }; "thyRowCount": { "alias": "thyRowCount"; "required": false; }; }, {}, never, never, true, never>;
53
- static ngAcceptInputType_thyAnimated: unknown;
53
+ static ngAcceptInputType_thyAnimated: boolean | string | number;
54
54
  }
@@ -15,5 +15,5 @@ export declare class ThySlideBodySection implements OnInit {
15
15
  ngOnInit(): void;
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<ThySlideBodySection, never>;
17
17
  static ɵcmp: i0.ɵɵComponentDeclaration<ThySlideBodySection, "thy-slide-body-section", never, { "thyDividerBorder": { "alias": "thyDividerBorder"; "required": false; }; }, {}, never, ["*"], true, never>;
18
- static ngAcceptInputType_thyDividerBorder: unknown;
18
+ static ngAcceptInputType_thyDividerBorder: boolean | string | number;
19
19
  }
@@ -104,8 +104,8 @@ export declare class ThySlider extends TabIndexDisabledControlValueAccessorMixin
104
104
  private getDecimals;
105
105
  static ɵfac: i0.ɵɵFactoryDeclaration<ThySlider, never>;
106
106
  static ɵcmp: i0.ɵɵComponentDeclaration<ThySlider, "thy-slider", never, { "thyVertical": { "alias": "thyVertical"; "required": false; }; "thyDisabled": { "alias": "thyDisabled"; "required": false; }; "thyMax": { "alias": "thyMax"; "required": false; }; "thyMin": { "alias": "thyMin"; "required": false; }; "thyStep": { "alias": "thyStep"; "required": false; }; "thyType": { "alias": "thyType"; "required": false; }; "thyColor": { "alias": "thyColor"; "required": false; }; "thySize": { "alias": "thySize"; "required": false; }; }, { "thyAfterChange": "thyAfterChange"; }, never, never, true, never>;
107
- static ngAcceptInputType_thyVertical: unknown;
108
- static ngAcceptInputType_thyDisabled: unknown;
107
+ static ngAcceptInputType_thyVertical: boolean | string | number;
108
+ static ngAcceptInputType_thyDisabled: boolean | string | number;
109
109
  static ngAcceptInputType_thyMax: unknown;
110
110
  static ngAcceptInputType_thyMin: unknown;
111
111
  static ngAcceptInputType_thyStep: unknown;
@@ -15,14 +15,14 @@
15
15
 
16
16
  @mixin slider-pointer-size($size) {
17
17
  @if $size == variables.$slider-height-sm {
18
- width: 15px;
19
- height: 15px;
18
+ width: 8px;
19
+ height: 14px;
20
20
  } @else if $size == variables.$slider-height-md {
21
- width: 18px;
21
+ width: 8px;
22
22
  height: 18px;
23
23
  } @else if $size == variables.$slider-height-lg {
24
- width: 25px;
25
- height: 25px;
24
+ width: 12px;
25
+ height: 26px;
26
26
  }
27
27
  }
28
28
 
@@ -64,7 +64,7 @@
64
64
  height: 100%;
65
65
  }
66
66
  .thy-slider-pointer {
67
- transform: translate(-50%, 50%);
67
+ transform: translate(-50%, 50%) rotate(90deg);
68
68
  left: 50%;
69
69
  bottom: 0;
70
70
  top: unset;
@@ -79,14 +79,6 @@
79
79
  box-sizing: border-box;
80
80
  height: 15px;
81
81
  display: block;
82
- &:not(.disabled) {
83
- &:focus {
84
- outline: 0;
85
- .thy-slider-pointer {
86
- border: 1px solid variables.$primary;
87
- }
88
- }
89
- }
90
82
  .thy-slider-rail {
91
83
  position: relative;
92
84
  width: 100%;
@@ -102,10 +94,10 @@
102
94
  position: absolute;
103
95
  top: 50%;
104
96
  transform: translate(-50%, -50%);
105
- width: 15px;
106
- height: 15px;
107
- border-radius: 50%;
108
- border-width: 2px;
97
+ border-radius: 6px;
98
+ width: 8px;
99
+ height: 14px;
100
+ border-width: 1px;
109
101
  border-style: solid;
110
102
  background-color: variables.$white;
111
103
  }
@@ -123,7 +115,7 @@
123
115
  bottom: 0;
124
116
  }
125
117
  .thy-slider-pointer {
126
- transform: translate(-50%, 50%);
118
+ transform: translate(-50%, 50%) rotate(90deg);
127
119
  left: 50%;
128
120
  bottom: 0;
129
121
  top: unset;
@@ -139,7 +131,7 @@
139
131
  background-color: variables.$gray-400;
140
132
  }
141
133
  .thy-slider-pointer {
142
- border-color: variables.$gray-100;
134
+ border-color: variables.$gray-400;
143
135
  }
144
136
  }
145
137
  }
@@ -41,5 +41,5 @@ export declare class ThySpace implements OnInit, AfterContentInit {
41
41
  ngAfterContentInit(): void;
42
42
  static ɵfac: i0.ɵɵFactoryDeclaration<ThySpace, never>;
43
43
  static ɵcmp: i0.ɵɵComponentDeclaration<ThySpace, "thy-space", never, { "thySize": { "alias": "thySize"; "required": false; }; "thyVertical": { "alias": "thyVertical"; "required": false; }; "thyAlign": { "alias": "thyAlign"; "required": false; }; }, {}, ["items"], ["*"], true, never>;
44
- static ngAcceptInputType_thyVertical: unknown;
44
+ static ngAcceptInputType_thyVertical: boolean | string | number;
45
45
  }
@@ -13,6 +13,6 @@ export declare class ThyStepHeader {
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyStepHeader, never>;
14
14
  static ɵcmp: i0.ɵɵComponentDeclaration<ThyStepHeader, "thy-step-header", never, { "label": { "alias": "label"; "required": false; }; "index": { "alias": "index"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "active": { "alias": "active"; "required": false; }; }, {}, never, never, true, never>;
15
15
  static ngAcceptInputType_index: unknown;
16
- static ngAcceptInputType_selected: unknown;
17
- static ngAcceptInputType_active: unknown;
16
+ static ngAcceptInputType_selected: boolean | string | number;
17
+ static ngAcceptInputType_active: boolean | string | number;
18
18
  }
@@ -35,5 +35,5 @@ export declare class ThyStepper implements IThyStepperComponent {
35
35
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyStepper, never>;
36
36
  static ɵcmp: i0.ɵɵComponentDeclaration<ThyStepper, "thy-stepper", never, { "thySelectedIndex": { "alias": "thySelectedIndex"; "required": false; }; "thySelected": { "alias": "thySelected"; "required": false; }; "thyShowStepHeader": { "alias": "thyShowStepHeader"; "required": false; }; }, { "selectionChange": "selectionChange"; }, ["steps"], never, true, never>;
37
37
  static ngAcceptInputType_thySelectedIndex: unknown;
38
- static ngAcceptInputType_thyShowStepHeader: unknown;
38
+ static ngAcceptInputType_thyShowStepHeader: boolean | string | number;
39
39
  }
@@ -69,6 +69,13 @@
69
69
  border: variables.$table-border-width solid variables.$table-border-color;
70
70
  }
71
71
 
72
+ &:has(+ .thy-table-skeleton) > thead {
73
+ // 有骨架屏去掉 thead 的 border-bottom,否则会和 table 的边框重叠加粗
74
+ tr th {
75
+ border-bottom: 0;
76
+ }
77
+ }
78
+
72
79
  @include tables.table-set-header(
73
80
  center,
74
81
  middle,
@@ -93,6 +100,19 @@
93
100
  }
94
101
  }
95
102
 
103
+ &:has(+ .thy-table-skeleton) {
104
+ // 有骨架屏 给table只设置上左边框的border-radius
105
+ border-radius: 0 !important;
106
+ border-top-left-radius: variables.$border-radius !important;
107
+ }
108
+
109
+ &:has(+ .thy-table-skeleton) > thead {
110
+ // 有骨架屏去掉 thead 的 border-bottom,否则会和 table 的边框重叠加粗
111
+ tr th {
112
+ border-bottom: 0;
113
+ }
114
+ }
115
+
96
116
  @include tables.table-set-header(
97
117
  left,
98
118
  middle,
@@ -264,7 +264,7 @@ $input-ellipse-hover-focus-background-color: $white !default;
264
264
  $input-form-check-size: 1rem !default;
265
265
  $input-form-check-disable-color: $gray-400 !default;
266
266
  $input-form-check-border-color: $gray-300 !default;
267
- $form-label-color: $gray-700 !default;
267
+ $form-label-color: $gray-800 !default;
268
268
  $form-check-input-margin-t: 0.3rem !default;
269
269
  $form-check-input-margin-l: 1rem !default;
270
270
  $form-check-inline-margin-r: 0.75rem !default;
@@ -274,7 +274,7 @@ $form-check-label-margin-l: 0.5rem !default;
274
274
  // Dropdown
275
275
  $dropdown-menu-width: 240px !default;
276
276
  $dropdown-menu-group-width: 280px !default;
277
- $dropdown-menu-padding-y: 10px;
277
+ $dropdown-menu-padding-y: 12px;
278
278
  $dropdown-menu-max-height: 400px !default;
279
279
  $dropdown-menu-bg: $white !default;
280
280
  $dropdown-menu-item-padding-x: 20px !default;
@@ -65,6 +65,6 @@ export declare class ThySwitch extends TabIndexDisabledControlValueAccessorMixin
65
65
  setLoadingCircle(): void;
66
66
  static ɵfac: i0.ɵɵFactoryDeclaration<ThySwitch, never>;
67
67
  static ɵcmp: i0.ɵɵComponentDeclaration<ThySwitch, "thy-switch", never, { "thyType": { "alias": "thyType"; "required": false; }; "thySize": { "alias": "thySize"; "required": false; }; "thyDisabled": { "alias": "thyDisabled"; "required": false; }; "thyLoading": { "alias": "thyLoading"; "required": false; }; }, { "thyChange": "thyChange"; }, never, never, true, never>;
68
- static ngAcceptInputType_thyDisabled: unknown;
69
- static ngAcceptInputType_thyLoading: unknown;
68
+ static ngAcceptInputType_thyDisabled: boolean | string | number;
69
+ static ngAcceptInputType_thyLoading: boolean | string | number;
70
70
  }
@@ -11,4 +11,9 @@
11
11
  text-align: left;
12
12
  }
13
13
  }
14
+ .table.table-boxed,
15
+ .table.table-bordered {
16
+ border-collapse: collapse;
17
+ margin-top: -1px;
18
+ }
14
19
  }
@@ -113,9 +113,9 @@ export declare class ThyTableColumnComponent implements OnInit {
113
113
  private _generateKey;
114
114
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyTableColumnComponent, [null, { optional: true; }]>;
115
115
  static ɵcmp: i0.ɵɵComponentDeclaration<ThyTableColumnComponent, "thy-table-column", never, { "model": { "alias": "thyModelKey"; "required": false; }; "title": { "alias": "thyTitle"; "required": false; }; "type": { "alias": "thyType"; "required": false; }; "thyWidth": { "alias": "thyWidth"; "required": false; }; "thyMinWidth": { "alias": "thyMinWidth"; "required": false; }; "className": { "alias": "thyClassName"; "required": false; }; "headerClassName": { "alias": "thyHeaderClassName"; "required": false; }; "disabled": { "alias": "thyDisabled"; "required": false; }; "selections": { "alias": "thySelections"; "required": false; }; "defaultText": { "alias": "thyDefaultText"; "required": false; }; "expand": { "alias": "thyExpand"; "required": false; }; "thySortable": { "alias": "thySortable"; "required": false; }; "sortDirection": { "alias": "thySortDirection"; "required": false; }; "fixed": { "alias": "thyFixed"; "required": false; }; "operational": { "alias": "thyOperational"; "required": false; }; "secondary": { "alias": "thySecondary"; "required": false; }; }, { "sortChange": "thySortChange"; }, ["headerTemplateRef", "cellTemplateRef", "templateRef"], ["*"], true, never>;
116
- static ngAcceptInputType_disabled: unknown;
117
- static ngAcceptInputType_expand: unknown;
118
- static ngAcceptInputType_thySortable: unknown;
119
- static ngAcceptInputType_operational: unknown;
120
- static ngAcceptInputType_secondary: unknown;
116
+ static ngAcceptInputType_disabled: boolean | string | number;
117
+ static ngAcceptInputType_expand: boolean | string | number;
118
+ static ngAcceptInputType_thySortable: boolean | string | number;
119
+ static ngAcceptInputType_operational: boolean | string | number;
120
+ static ngAcceptInputType_secondary: boolean | string | number;
121
121
  }
@@ -89,6 +89,6 @@ export declare class ThyTableSkeleton implements AfterViewInit {
89
89
  ngAfterViewInit(): void;
90
90
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyTableSkeleton, never>;
91
91
  static ɵcmp: i0.ɵɵComponentDeclaration<ThyTableSkeleton, "thy-table-skeleton", never, { "thyBorderRadius": { "alias": "thyBorderRadius"; "required": false; }; "thyRowHeight": { "alias": "thyRowHeight"; "required": false; }; "thyAnimated": { "alias": "thyAnimated"; "required": false; }; "thyAnimatedInterval": { "alias": "thyAnimatedInterval"; "required": false; }; "thyPrimaryColor": { "alias": "thyPrimaryColor"; "required": false; }; "thySecondaryColor": { "alias": "thySecondaryColor"; "required": false; }; "thyRowCount": { "alias": "thyRowCount"; "required": false; }; "thyHeadless": { "alias": "thyHeadless"; "required": false; }; "thyTheme": { "alias": "thyTheme"; "required": false; }; "thySize": { "alias": "thySize"; "required": false; }; "thyMinWidth": { "alias": "thyMinWidth"; "required": false; }; "thyColumns": { "alias": "thyColumns"; "required": false; }; }, {}, never, never, true, never>;
92
- static ngAcceptInputType_thyAnimated: unknown;
93
- static ngAcceptInputType_thyHeadless: unknown;
92
+ static ngAcceptInputType_thyAnimated: boolean | string | number;
93
+ static ngAcceptInputType_thyHeadless: boolean | string | number;
94
94
  }
@@ -286,7 +286,9 @@ export declare class ThyTable implements OnInit, OnChanges, AfterViewInit, OnDes
286
286
  showExpand(row: SafeAny): boolean;
287
287
  isExpanded(row: SafeAny): boolean;
288
288
  iconIndentComputed(level: number): number;
289
- tdIndentComputed(level: number): {
289
+ tdIndentComputed(level: number, column: SafeAny): {
290
+ left: string;
291
+ right: string;
290
292
  position: string;
291
293
  paddingLeft: string;
292
294
  };
@@ -316,19 +318,19 @@ export declare class ThyTable implements OnInit, OnChanges, AfterViewInit, OnDes
316
318
  ngOnDestroy(): void;
317
319
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyTable, never>;
318
320
  static ɵcmp: i0.ɵɵComponentDeclaration<ThyTable, "thy-table", never, { "thyMode": { "alias": "thyMode"; "required": false; }; "thyGroupBy": { "alias": "thyGroupBy"; "required": false; }; "thyRowKey": { "alias": "thyRowKey"; "required": false; }; "thyGroups": { "alias": "thyGroups"; "required": false; }; "thyModel": { "alias": "thyModel"; "required": false; }; "thyTheme": { "alias": "thyTheme"; "required": false; }; "thySize": { "alias": "thySize"; "required": false; }; "thyMinWidth": { "alias": "thyMinWidth"; "required": false; }; "thyLayoutFixed": { "alias": "thyLayoutFixed"; "required": false; }; "thyHeaderFixed": { "alias": "thyHeaderFixed"; "required": false; }; "thyHeight": { "alias": "thyHeight"; "required": false; }; "thyClassName": { "alias": "thyClassName"; "required": false; }; "thyRowClassName": { "alias": "thyRowClassName"; "required": false; }; "thyLoadingDone": { "alias": "thyLoadingDone"; "required": false; }; "thyLoadingText": { "alias": "thyLoadingText"; "required": false; }; "thyEmptyOptions": { "alias": "thyEmptyOptions"; "required": false; }; "thyDraggable": { "alias": "thyDraggable"; "required": false; }; "thyPageIndex": { "alias": "thyPageIndex"; "required": false; }; "thyPageSize": { "alias": "thyPageSize"; "required": false; }; "thyPageTotal": { "alias": "thyPageTotal"; "required": false; }; "thyWholeRowSelect": { "alias": "thyWholeRowSelect"; "required": false; }; "thyHeadless": { "alias": "thyHeadless"; "required": false; }; "thyShowHeader": { "alias": "thyShowHeader"; "required": false; }; "showTotal": { "alias": "thyShowTotal"; "required": false; }; "showSizeChanger": { "alias": "thyShowSizeChanger"; "required": false; }; "pageSizeOptions": { "alias": "thyPageSizeOptions"; "required": false; }; "thyIndent": { "alias": "thyIndent"; "required": false; }; "thyChildrenKey": { "alias": "thyChildrenKey"; "required": false; }; "thyHoverDisplayOperation": { "alias": "thyHoverDisplayOperation"; "required": false; }; "thyDragDisabledPredicate": { "alias": "thyDragDisabledPredicate"; "required": false; }; "thyColumnSkeletonTypes": { "alias": "thyColumnSkeletonTypes"; "required": false; }; }, { "thyOnSwitchChange": "thyOnSwitchChange"; "thyOnPageChange": "thyOnPageChange"; "thyOnPageIndexChange": "thyOnPageIndexChange"; "thyOnPageSizeChange": "thyOnPageSizeChange"; "thyOnMultiSelectChange": "thyOnMultiSelectChange"; "thyOnRadioSelectChange": "thyOnRadioSelectChange"; "thyOnDraggableChange": "thyOnDraggableChange"; "thyOnRowClick": "thyOnRowClick"; "thySortChange": "thySortChange"; "thyOnRowContextMenu": "thyOnRowContextMenu"; }, ["emptyTemplate", "groupTemplate", "listOfColumnComponents"], ["*"], true, never>;
319
- static ngAcceptInputType_thyLayoutFixed: unknown;
320
- static ngAcceptInputType_thyHeaderFixed: unknown;
321
- static ngAcceptInputType_thyLoadingDone: unknown;
322
- static ngAcceptInputType_thyDraggable: unknown;
321
+ static ngAcceptInputType_thyLayoutFixed: boolean | string | number;
322
+ static ngAcceptInputType_thyHeaderFixed: boolean | string | number;
323
+ static ngAcceptInputType_thyLoadingDone: boolean | string | number;
324
+ static ngAcceptInputType_thyDraggable: boolean | string | number;
323
325
  static ngAcceptInputType_thyPageIndex: unknown;
324
326
  static ngAcceptInputType_thyPageSize: unknown;
325
327
  static ngAcceptInputType_thyPageTotal: unknown;
326
- static ngAcceptInputType_thyWholeRowSelect: unknown;
327
- static ngAcceptInputType_thyHeadless: unknown;
328
- static ngAcceptInputType_thyShowHeader: unknown;
329
- static ngAcceptInputType_showTotal: unknown;
330
- static ngAcceptInputType_showSizeChanger: unknown;
328
+ static ngAcceptInputType_thyWholeRowSelect: boolean | string | number;
329
+ static ngAcceptInputType_thyHeadless: boolean | string | number;
330
+ static ngAcceptInputType_thyShowHeader: boolean | string | number;
331
+ static ngAcceptInputType_showTotal: boolean | string | number;
332
+ static ngAcceptInputType_showSizeChanger: boolean | string | number;
331
333
  static ngAcceptInputType_thyIndent: unknown;
332
- static ngAcceptInputType_thyHoverDisplayOperation: unknown;
334
+ static ngAcceptInputType_thyHoverDisplayOperation: boolean | string | number;
333
335
  }
334
336
  export {};
@@ -28,5 +28,5 @@ export declare class ThyTab implements OnInit {
28
28
  ngOnInit(): void;
29
29
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyTab, never>;
30
30
  static ɵcmp: i0.ɵɵComponentDeclaration<ThyTab, "thy-tab", never, { "thyTitle": { "alias": "thyTitle"; "required": false; }; "id": { "alias": "id"; "required": false; }; "thyDisabled": { "alias": "thyDisabled"; "required": false; }; }, {}, ["titleTemplateRef"], ["*"], true, never>;
31
- static ngAcceptInputType_thyDisabled: unknown;
31
+ static ngAcceptInputType_thyDisabled: boolean | string | number;
32
32
  }
@@ -62,6 +62,6 @@ export declare class ThyTabs implements OnInit, OnChanges, AfterContentInit {
62
62
  tabTrackBy(index: number, item: ThyTab): number;
63
63
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyTabs, never>;
64
64
  static ɵcmp: i0.ɵɵComponentDeclaration<ThyTabs, "thy-tabs", never, { "thyType": { "alias": "thyType"; "required": false; }; "thySize": { "alias": "thySize"; "required": false; }; "thyActiveTab": { "alias": "thyActiveTab"; "required": false; }; "thyExtra": { "alias": "thyExtra"; "required": false; }; "thyPosition": { "alias": "thyPosition"; "required": false; }; "thyAnimated": { "alias": "thyAnimated"; "required": false; }; "thyResponsive": { "alias": "thyResponsive"; "required": false; }; }, { "thyActiveTabChange": "thyActiveTabChange"; }, ["tabs"], never, true, never>;
65
- static ngAcceptInputType_thyAnimated: unknown;
66
- static ngAcceptInputType_thyResponsive: unknown;
65
+ static ngAcceptInputType_thyAnimated: boolean | string | number;
66
+ static ngAcceptInputType_thyResponsive: boolean | string | number;
67
67
  }
@@ -48,5 +48,5 @@ export declare class ThyTag implements OnInit, OnChanges {
48
48
  private setColor;
49
49
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyTag, never>;
50
50
  static ɵcmp: i0.ɵɵComponentDeclaration<ThyTag, "thy-tag,[thyTag]", never, { "thyTag": { "alias": "thyTag"; "required": false; }; "thyShape": { "alias": "thyShape"; "required": false; }; "thyColor": { "alias": "thyColor"; "required": false; }; "thyTheme": { "alias": "thyTheme"; "required": false; }; "thySize": { "alias": "thySize"; "required": false; }; "thyHoverable": { "alias": "thyHoverable"; "required": false; }; }, {}, never, ["*"], true, never>;
51
- static ngAcceptInputType_thyHoverable: unknown;
51
+ static ngAcceptInputType_thyHoverable: boolean | string | number;
52
52
  }
@@ -109,6 +109,6 @@ export declare class ThyTimePanel implements OnInit, OnDestroy, ControlValueAcce
109
109
  ngOnDestroy(): void;
110
110
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyTimePanel, never>;
111
111
  static ɵcmp: i0.ɵɵComponentDeclaration<ThyTimePanel, "thy-time-picker-panel", never, { "thyFormat": { "alias": "thyFormat"; "required": false; }; "thyHourStep": { "alias": "thyHourStep"; "required": false; }; "thyMinuteStep": { "alias": "thyMinuteStep"; "required": false; }; "thySecondStep": { "alias": "thySecondStep"; "required": false; }; "thyShowSelectNow": { "alias": "thyShowSelectNow"; "required": false; }; "thyShowOperations": { "alias": "thyShowOperations"; "required": false; }; }, { "thyPickChange": "thyPickChange"; "thyClosePanel": "thyClosePanel"; }, never, never, true, never>;
112
- static ngAcceptInputType_thyShowSelectNow: unknown;
113
- static ngAcceptInputType_thyShowOperations: unknown;
112
+ static ngAcceptInputType_thyShowSelectNow: boolean | string | number;
113
+ static ngAcceptInputType_thyShowOperations: boolean | string | number;
114
114
  }
@@ -134,9 +134,9 @@ export declare class ThyTimePicker implements OnInit, AfterViewInit, ControlValu
134
134
  private disabledUserOperation;
135
135
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyTimePicker, never>;
136
136
  static ɵcmp: i0.ɵɵComponentDeclaration<ThyTimePicker, "thy-time-picker", never, { "thySize": { "alias": "thySize"; "required": false; }; "thyPlaceholder": { "alias": "thyPlaceholder"; "required": false; }; "thyPlacement": { "alias": "thyPlacement"; "required": false; }; "thyFormat": { "alias": "thyFormat"; "required": false; }; "thyHourStep": { "alias": "thyHourStep"; "required": false; }; "thyMinuteStep": { "alias": "thyMinuteStep"; "required": false; }; "thySecondStep": { "alias": "thySecondStep"; "required": false; }; "thyPopupClass": { "alias": "thyPopupClass"; "required": false; }; "thyBackdrop": { "alias": "thyBackdrop"; "required": false; }; "thyDisabled": { "alias": "thyDisabled"; "required": false; }; "thyReadonly": { "alias": "thyReadonly"; "required": false; }; "thyShowSelectNow": { "alias": "thyShowSelectNow"; "required": false; }; "thyAllowClear": { "alias": "thyAllowClear"; "required": false; }; }, { "thyOpenChange": "thyOpenChange"; }, never, never, true, never>;
137
- static ngAcceptInputType_thyBackdrop: unknown;
138
- static ngAcceptInputType_thyDisabled: unknown;
139
- static ngAcceptInputType_thyReadonly: unknown;
140
- static ngAcceptInputType_thyShowSelectNow: unknown;
141
- static ngAcceptInputType_thyAllowClear: unknown;
137
+ static ngAcceptInputType_thyBackdrop: boolean | string | number;
138
+ static ngAcceptInputType_thyDisabled: boolean | string | number;
139
+ static ngAcceptInputType_thyReadonly: boolean | string | number;
140
+ static ngAcceptInputType_thyShowSelectNow: boolean | string | number;
141
+ static ngAcceptInputType_thyAllowClear: boolean | string | number;
142
142
  }
@@ -49,5 +49,5 @@ export declare class ThyTimeline implements OnInit, AfterContentInit, OnChanges,
49
49
  private updateChildren;
50
50
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyTimeline, never>;
51
51
  static ɵcmp: i0.ɵɵComponentDeclaration<ThyTimeline, "thy-timeline", never, { "thyReverse": { "alias": "thyReverse"; "required": false; }; "thyMode": { "alias": "thyMode"; "required": false; }; "thyDirection": { "alias": "thyDirection"; "required": false; }; }, {}, ["listOfItems"], ["*"], true, never>;
52
- static ngAcceptInputType_thyReverse: unknown;
52
+ static ngAcceptInputType_thyReverse: boolean | string | number;
53
53
  }
@@ -79,7 +79,15 @@ export declare class ThyTooltipDirective extends ThyOverlayDirectiveBase impleme
79
79
  static ɵdir: i0.ɵɵDirectiveDeclaration<ThyTooltipDirective, "[thyTooltip],[thy-tooltip]", ["thyTooltip"], { "content": { "alias": "thyTooltip"; "required": false; }; "placement": { "alias": "thyTooltipPlacement"; "required": false; }; "thyTooltipClass": { "alias": "thyTooltipClass"; "required": false; }; "showDelay": { "alias": "thyTooltipShowDelay"; "required": false; }; "hideDelay": { "alias": "thyTooltipHideDelay"; "required": false; }; "thyTooltipTrigger": { "alias": "thyTooltipTrigger"; "required": false; }; "thyTooltipDisabled": { "alias": "thyTooltipDisabled"; "required": false; }; "data": { "alias": "thyTooltipTemplateContext"; "required": false; }; "tooltipOffset": { "alias": "thyTooltipOffset"; "required": false; }; "tooltipPin": { "alias": "thyTooltipPin"; "required": false; }; }, {}, never, never, true, never>;
80
80
  static ngAcceptInputType_showDelay: unknown;
81
81
  static ngAcceptInputType_hideDelay: unknown;
82
- static ngAcceptInputType_thyTooltipDisabled: unknown;
82
+ static ngAcceptInputType_thyTooltipDisabled: boolean /**
83
+ * 隐藏提示内容延迟毫秒
84
+ */ | /**
85
+ * 隐藏提示内容延迟毫秒
86
+ */ string | number;
83
87
  static ngAcceptInputType_tooltipOffset: unknown;
84
- static ngAcceptInputType_tooltipPin: unknown;
88
+ static ngAcceptInputType_tooltipPin: boolean /**
89
+ * 隐藏提示内容延迟毫秒
90
+ */ | /**
91
+ * 隐藏提示内容延迟毫秒
92
+ */ string | number;
85
93
  }
@@ -99,11 +99,26 @@ export declare class ThyTreeNodeComponent implements OnDestroy, OnInit, OnChange
99
99
  ngOnDestroy(): void;
100
100
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyTreeNodeComponent, never>;
101
101
  static ɵcmp: i0.ɵɵComponentDeclaration<ThyTreeNodeComponent, "thy-tree-node", never, { "node": { "alias": "node"; "required": false; }; "thyAsync": { "alias": "thyAsync"; "required": false; }; "thyMultiple": { "alias": "thyMultiple"; "required": false; }; "thyDraggable": { "alias": "thyDraggable"; "required": false; }; "thyCheckable": { "alias": "thyCheckable"; "required": false; }; "thyClickBehavior": { "alias": "thyClickBehavior"; "required": false; }; "thyTitleTruncate": { "alias": "thyTitleTruncate"; "required": false; }; "templateRef": { "alias": "templateRef"; "required": false; }; "emptyChildrenTemplateRef": { "alias": "emptyChildrenTemplateRef"; "required": false; }; "thyItemSize": { "alias": "thyItemSize"; "required": false; }; "thyIndent": { "alias": "thyIndent"; "required": false; }; }, { "thyOnClick": "thyOnClick"; "thyDblClick": "thyDblClick"; "thyOnExpandChange": "thyOnExpandChange"; "thyOnCheckboxChange": "thyOnCheckboxChange"; }, ["childrenTreeTemplateRef"], never, true, never>;
102
- static ngAcceptInputType_thyAsync: unknown;
103
- static ngAcceptInputType_thyMultiple: unknown;
104
- static ngAcceptInputType_thyDraggable: unknown;
105
- static ngAcceptInputType_thyCheckable: unknown;
106
- static ngAcceptInputType_thyTitleTruncate: unknown;
102
+ static ngAcceptInputType_thyAsync: boolean | string | number /**
103
+ * 设置节点名称是否支持超出截取
104
+ * @default false
105
+ */;
106
+ static ngAcceptInputType_thyMultiple: boolean | string | number /**
107
+ * 设置节点名称是否支持超出截取
108
+ * @default false
109
+ */;
110
+ static ngAcceptInputType_thyDraggable: boolean | string | number /**
111
+ * 设置节点名称是否支持超出截取
112
+ * @default false
113
+ */;
114
+ static ngAcceptInputType_thyCheckable: boolean | string | number /**
115
+ * 设置节点名称是否支持超出截取
116
+ * @default false
117
+ */;
118
+ static ngAcceptInputType_thyTitleTruncate: boolean | string | number /**
119
+ * 设置节点名称是否支持超出截取
120
+ * @default false
121
+ */;
107
122
  static ngAcceptInputType_thyItemSize: unknown;
108
123
  static ngAcceptInputType_thyIndent: unknown;
109
124
  }
@@ -117,6 +117,14 @@ export declare class ThyTree implements ControlValueAccessor, OnInit, OnChanges,
117
117
  * @default []
118
118
  */
119
119
  thySelectedKeys: string[];
120
+ /**
121
+ * 展开指定的树节点
122
+ */
123
+ thyExpandedKeys: (string | number)[];
124
+ /**
125
+ * 是否展开所有树节点
126
+ */
127
+ thyExpandAll: boolean;
120
128
  /**
121
129
  * 设置缩进距离,缩进距离 = thyIndent * node.level
122
130
  * @type number
@@ -171,6 +179,7 @@ export declare class ThyTree implements ControlValueAccessor, OnInit, OnChanges,
171
179
  renderView: () => void;
172
180
  eventTriggerChanged(event: ThyTreeEmitEvent): void;
173
181
  private _initThyNodes;
182
+ private _handleExpandedKeys;
174
183
  private _setTreeType;
175
184
  private _setTreeSize;
176
185
  private _instanceSelectionModel;
@@ -204,14 +213,15 @@ export declare class ThyTree implements ControlValueAccessor, OnInit, OnChanges,
204
213
  collapsedAllNodes(): void;
205
214
  ngOnDestroy(): void;
206
215
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyTree, never>;
207
- static ɵcmp: i0.ɵɵComponentDeclaration<ThyTree, "thy-tree", never, { "thyNodes": { "alias": "thyNodes"; "required": false; }; "thyShowExpand": { "alias": "thyShowExpand"; "required": false; }; "thyMultiple": { "alias": "thyMultiple"; "required": false; }; "thyDraggable": { "alias": "thyDraggable"; "required": false; }; "thyCheckable": { "alias": "thyCheckable"; "required": false; }; "thyClickBehavior": { "alias": "thyClickBehavior"; "required": false; }; "thyCheckStateResolve": { "alias": "thyCheckStateResolve"; "required": false; }; "thyAsync": { "alias": "thyAsync"; "required": false; }; "thyType": { "alias": "thyType"; "required": false; }; "thyIcons": { "alias": "thyIcons"; "required": false; }; "thySize": { "alias": "thySize"; "required": false; }; "thyVirtualScroll": { "alias": "thyVirtualScroll"; "required": false; }; "thyItemSize": { "alias": "thyItemSize"; "required": false; }; "thyTitleTruncate": { "alias": "thyTitleTruncate"; "required": false; }; "thySelectedKeys": { "alias": "thySelectedKeys"; "required": false; }; "thyIndent": { "alias": "thyIndent"; "required": false; }; "thyBeforeDragStart": { "alias": "thyBeforeDragStart"; "required": false; }; "thyBeforeDragDrop": { "alias": "thyBeforeDragDrop"; "required": false; }; }, { "viewport": "viewport"; "thyOnClick": "thyOnClick"; "thyOnCheckboxChange": "thyOnCheckboxChange"; "thyOnExpandChange": "thyOnExpandChange"; "thyOnDragDrop": "thyOnDragDrop"; "thyDblClick": "thyDblClick"; }, ["templateRef", "emptyChildrenTemplate"], never, true, never>;
208
- static ngAcceptInputType_thyMultiple: unknown;
209
- static ngAcceptInputType_thyDraggable: unknown;
210
- static ngAcceptInputType_thyCheckable: unknown;
211
- static ngAcceptInputType_thyAsync: unknown;
212
- static ngAcceptInputType_thyVirtualScroll: unknown;
216
+ static ɵcmp: i0.ɵɵComponentDeclaration<ThyTree, "thy-tree", never, { "thyNodes": { "alias": "thyNodes"; "required": false; }; "thyShowExpand": { "alias": "thyShowExpand"; "required": false; }; "thyMultiple": { "alias": "thyMultiple"; "required": false; }; "thyDraggable": { "alias": "thyDraggable"; "required": false; }; "thyCheckable": { "alias": "thyCheckable"; "required": false; }; "thyClickBehavior": { "alias": "thyClickBehavior"; "required": false; }; "thyCheckStateResolve": { "alias": "thyCheckStateResolve"; "required": false; }; "thyAsync": { "alias": "thyAsync"; "required": false; }; "thyType": { "alias": "thyType"; "required": false; }; "thyIcons": { "alias": "thyIcons"; "required": false; }; "thySize": { "alias": "thySize"; "required": false; }; "thyVirtualScroll": { "alias": "thyVirtualScroll"; "required": false; }; "thyItemSize": { "alias": "thyItemSize"; "required": false; }; "thyTitleTruncate": { "alias": "thyTitleTruncate"; "required": false; }; "thySelectedKeys": { "alias": "thySelectedKeys"; "required": false; }; "thyExpandedKeys": { "alias": "thyExpandedKeys"; "required": false; }; "thyExpandAll": { "alias": "thyExpandAll"; "required": false; }; "thyIndent": { "alias": "thyIndent"; "required": false; }; "thyBeforeDragStart": { "alias": "thyBeforeDragStart"; "required": false; }; "thyBeforeDragDrop": { "alias": "thyBeforeDragDrop"; "required": false; }; }, { "viewport": "viewport"; "thyOnClick": "thyOnClick"; "thyOnCheckboxChange": "thyOnCheckboxChange"; "thyOnExpandChange": "thyOnExpandChange"; "thyOnDragDrop": "thyOnDragDrop"; "thyDblClick": "thyDblClick"; }, ["templateRef", "emptyChildrenTemplate"], never, true, never>;
217
+ static ngAcceptInputType_thyMultiple: boolean | string | number;
218
+ static ngAcceptInputType_thyDraggable: boolean | string | number;
219
+ static ngAcceptInputType_thyCheckable: boolean | string | number;
220
+ static ngAcceptInputType_thyAsync: boolean | string | number;
221
+ static ngAcceptInputType_thyVirtualScroll: boolean | string | number;
213
222
  static ngAcceptInputType_thyItemSize: unknown;
214
- static ngAcceptInputType_thyTitleTruncate: unknown;
223
+ static ngAcceptInputType_thyTitleTruncate: boolean | string | number;
224
+ static ngAcceptInputType_thyExpandAll: boolean | string | number;
215
225
  static ngAcceptInputType_thyIndent: unknown;
216
226
  }
217
227
  export {};
@@ -30,7 +30,7 @@ export declare class ThyTreeService implements OnDestroy {
30
30
  getCheckedNodes(): ThyTreeNode[];
31
31
  deleteTreeNode(node: ThyTreeNode): void;
32
32
  addTreeNode(node: ThyTreeNode, parent?: ThyTreeNode, index?: number): void;
33
- expandTreeNodes(keyOrKeys: string | number | (string | number)[]): void;
33
+ expandTreeNodes(keyOrKeys: string | number | (string | number)[] | true): void;
34
34
  setNodeChecked(node: ThyTreeNode, checked: boolean, propagateUp?: boolean, propagateDown?: boolean): void;
35
35
  private _setNodeChecked;
36
36
  syncNodeCheckState(node: ThyTreeNode): void;
@@ -176,13 +176,13 @@ export declare class ThyTreeSelect extends TabIndexDisabledControlValueAccessorM
176
176
  getNodeChildren(node: ThyTreeSelectNode): Observable<ThyTreeSelectNode>;
177
177
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyTreeSelect, never>;
178
178
  static ɵcmp: i0.ɵɵComponentDeclaration<ThyTreeSelect, "thy-tree-select", never, { "thyTreeNodes": { "alias": "thyTreeNodes"; "required": false; }; "thyVirtualScroll": { "alias": "thyVirtualScroll"; "required": false; }; "thyPrimaryKey": { "alias": "thyPrimaryKey"; "required": false; }; "thyShowKey": { "alias": "thyShowKey"; "required": false; }; "thyChildCountKey": { "alias": "thyChildCountKey"; "required": false; }; "thyAllowClear": { "alias": "thyAllowClear"; "required": false; }; "thyMultiple": { "alias": "thyMultiple"; "required": false; }; "thyDisable": { "alias": "thyDisable"; "required": false; }; "thyPlaceholder": { "alias": "thyPlaceholder"; "required": false; }; "thySize": { "alias": "thySize"; "required": false; }; "thyEmptyOptionsText": { "alias": "thyEmptyOptionsText"; "required": false; }; "thyHiddenNodeKey": { "alias": "thyHiddenNodeKey"; "required": false; }; "thyDisableNodeKey": { "alias": "thyDisableNodeKey"; "required": false; }; "thyAsyncNode": { "alias": "thyAsyncNode"; "required": false; }; "thyShowWholeName": { "alias": "thyShowWholeName"; "required": false; }; "thyShowSearch": { "alias": "thyShowSearch"; "required": false; }; "thyIconType": { "alias": "thyIconType"; "required": false; }; "thyHiddenNodeFn": { "alias": "thyHiddenNodeFn"; "required": false; }; "thyDisableNodeFn": { "alias": "thyDisableNodeFn"; "required": false; }; "thyGetNodeChildren": { "alias": "thyGetNodeChildren"; "required": false; }; }, { "thyExpandStatusChange": "thyExpandStatusChange"; }, ["thyTreeSelectTriggerDisplayRef", "treeNodeTemplateRef"], never, true, never>;
179
- static ngAcceptInputType_thyVirtualScroll: unknown;
180
- static ngAcceptInputType_thyAllowClear: unknown;
181
- static ngAcceptInputType_thyMultiple: unknown;
182
- static ngAcceptInputType_thyDisable: unknown;
183
- static ngAcceptInputType_thyAsyncNode: unknown;
184
- static ngAcceptInputType_thyShowWholeName: unknown;
185
- static ngAcceptInputType_thyShowSearch: unknown;
179
+ static ngAcceptInputType_thyVirtualScroll: boolean | string | number;
180
+ static ngAcceptInputType_thyAllowClear: boolean | string | number;
181
+ static ngAcceptInputType_thyMultiple: boolean | string | number;
182
+ static ngAcceptInputType_thyDisable: boolean | string | number;
183
+ static ngAcceptInputType_thyAsyncNode: boolean | string | number;
184
+ static ngAcceptInputType_thyShowWholeName: boolean | string | number;
185
+ static ngAcceptInputType_thyShowSearch: boolean | string | number;
186
186
  }
187
187
  /**
188
188
  * @private