ngx-tethys 18.0.8 → 18.1.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 (607) hide show
  1. package/CHANGELOG.md +19 -1
  2. package/action/action.component.d.ts +1 -2
  3. package/affix/affix.component.d.ts +2 -4
  4. package/alert/alert.component.d.ts +11 -19
  5. package/anchor/anchor-link.component.d.ts +2 -4
  6. package/anchor/anchor.component.d.ts +2 -7
  7. package/arrow-switcher/arrow-switcher.component.d.ts +1 -2
  8. package/autocomplete/autocomplete.component.d.ts +1 -2
  9. package/autocomplete/autocomplete.trigger.directive.d.ts +3 -5
  10. package/autocomplete/overlay/autocomplete-container.component.d.ts +4 -4
  11. package/autocomplete/overlay/autocomplete.service.d.ts +3 -5
  12. package/avatar/avatar.component.d.ts +1 -3
  13. package/avatar/avatar.pipe.d.ts +0 -2
  14. package/back-top/back-top.component.d.ts +2 -4
  15. package/badge/badge.component.d.ts +2 -2
  16. package/breadcrumb/breadcrumb-item.component.d.ts +1 -2
  17. package/breadcrumb/breadcrumb.component.d.ts +1 -2
  18. package/button/button.component.d.ts +1 -2
  19. package/calendar/calendar-header.component.d.ts +1 -2
  20. package/calendar/calendar.component.d.ts +1 -2
  21. package/carousel/carousel-item.directive.d.ts +1 -2
  22. package/carousel/carousel.component.d.ts +1 -4
  23. package/carousel/carousel.service.d.ts +1 -2
  24. package/cascader/cascader.component.d.ts +4 -4
  25. package/checkbox/checkbox.component.d.ts +0 -2
  26. package/collapse/collapse-item.component.d.ts +2 -4
  27. package/color-picker/color-picker-panel.component.d.ts +2 -3
  28. package/color-picker/color-picker.component.d.ts +2 -4
  29. package/color-picker/coordinates.directive.d.ts +1 -2
  30. package/color-picker/parts/alpha/alpha.component.d.ts +1 -2
  31. package/color-picker/parts/hue/hue.component.d.ts +1 -2
  32. package/color-picker/parts/saturation/saturation.component.d.ts +1 -2
  33. package/copy/copy.directive.d.ts +0 -2
  34. package/core/click-positioner.d.ts +0 -2
  35. package/core/scroll.d.ts +1 -2
  36. package/core/update-host-class.service.d.ts +1 -2
  37. package/date-picker/abstract-picker.component.d.ts +1 -1
  38. package/date-picker/abstract-picker.directive.d.ts +2 -3
  39. package/date-picker/base-picker.component.d.ts +2 -3
  40. package/date-picker/date-picker.component.d.ts +2 -2
  41. package/date-picker/date-picker.directive.d.ts +1 -3
  42. package/date-picker/date-picker.service.d.ts +2 -2
  43. package/date-picker/index.d.ts +26 -27
  44. package/date-picker/lib/calendar/calendar-footer.component.d.ts +1 -2
  45. package/date-picker/lib/calendar/calendar-header.component.d.ts +0 -1
  46. package/date-picker/lib/date/date-header.component.d.ts +0 -3
  47. package/date-picker/lib/date/date-table-cell.component.d.ts +1 -1
  48. package/date-picker/lib/date/date-table.component.d.ts +1 -3
  49. package/date-picker/lib/date-carousel/date-carousel.component.d.ts +1 -2
  50. package/date-picker/lib/decade/decade-header.component.d.ts +1 -1
  51. package/date-picker/lib/month/month-header.component.d.ts +0 -3
  52. package/date-picker/lib/month/month-table.component.d.ts +1 -2
  53. package/date-picker/lib/popups/date-popup.component.d.ts +1 -4
  54. package/date-picker/lib/popups/inner-popup.component.d.ts +0 -2
  55. package/date-picker/lib/quarter/quarter-table.component.d.ts +1 -2
  56. package/date-picker/lib/year/year-header.component.d.ts +0 -1
  57. package/date-picker/month-picker.component.d.ts +2 -2
  58. package/date-picker/picker.component.d.ts +1 -3
  59. package/date-picker/picker.pipes.d.ts +0 -3
  60. package/date-picker/quarter-picker.component.d.ts +2 -2
  61. package/date-picker/range-picker.component.d.ts +2 -2
  62. package/date-picker/range-picker.directive.d.ts +2 -3
  63. package/date-picker/week-picker.component.d.ts +2 -2
  64. package/date-picker/year-picker.component.d.ts +2 -2
  65. package/date-range/date-range.component.d.ts +3 -11
  66. package/date-range/optional-dates/optional-dates.component.d.ts +0 -2
  67. package/dialog/body/dialog-body.component.d.ts +0 -2
  68. package/dialog/confirm/confirm.component.d.ts +2 -3
  69. package/dialog/dialog-container.component.d.ts +4 -5
  70. package/dialog/dialog.service.d.ts +4 -4
  71. package/dialog/footer/dialog-footer.component.d.ts +2 -2
  72. package/dialog/header/dialog-header.component.d.ts +2 -6
  73. package/divider/divider.component.d.ts +8 -2
  74. package/dot/dot.component.d.ts +1 -2
  75. package/drag-drop/drag-content.directive.d.ts +2 -3
  76. package/drag-drop/drag-handle.directive.d.ts +2 -3
  77. package/drag-drop/drag.directive.d.ts +4 -5
  78. package/drag-drop/drop-container.directive.d.ts +6 -3
  79. package/dropdown/dropdown-active.directive.d.ts +3 -4
  80. package/dropdown/dropdown-menu-item.directive.d.ts +1 -2
  81. package/dropdown/dropdown-submenu.component.d.ts +1 -3
  82. package/dropdown/dropdown.directive.d.ts +3 -5
  83. package/empty/empty.component.d.ts +6 -6
  84. package/esm2022/action/action.component.mjs +20 -21
  85. package/esm2022/affix/affix.component.mjs +11 -14
  86. package/esm2022/alert/alert.component.mjs +55 -81
  87. package/esm2022/anchor/anchor-link.component.mjs +23 -16
  88. package/esm2022/anchor/anchor.component.mjs +27 -24
  89. package/esm2022/arrow-switcher/arrow-switcher.component.mjs +25 -26
  90. package/esm2022/autocomplete/autocomplete.component.mjs +11 -11
  91. package/esm2022/autocomplete/autocomplete.trigger.directive.mjs +30 -37
  92. package/esm2022/autocomplete/overlay/autocomplete-container.component.mjs +11 -15
  93. package/esm2022/autocomplete/overlay/autocomplete.service.mjs +14 -21
  94. package/esm2022/avatar/avatar-list/avatar-list.component.mjs +4 -4
  95. package/esm2022/avatar/avatar.component.mjs +27 -28
  96. package/esm2022/avatar/avatar.pipe.mjs +6 -7
  97. package/esm2022/back-top/back-top.component.mjs +14 -18
  98. package/esm2022/badge/badge.component.mjs +8 -9
  99. package/esm2022/breadcrumb/breadcrumb-item.component.mjs +7 -7
  100. package/esm2022/breadcrumb/breadcrumb.component.mjs +15 -17
  101. package/esm2022/button/button-icon.component.mjs +4 -4
  102. package/esm2022/button/button.component.mjs +15 -15
  103. package/esm2022/calendar/calendar-header.component.mjs +15 -15
  104. package/esm2022/calendar/calendar.component.mjs +14 -15
  105. package/esm2022/card/header.component.mjs +4 -4
  106. package/esm2022/carousel/carousel-item.directive.mjs +7 -6
  107. package/esm2022/carousel/carousel.component.mjs +13 -15
  108. package/esm2022/carousel/carousel.service.mjs +7 -9
  109. package/esm2022/cascader/cascader-li.component.mjs +4 -4
  110. package/esm2022/cascader/cascader-search-option.component.mjs +4 -4
  111. package/esm2022/cascader/cascader.component.mjs +15 -22
  112. package/esm2022/checkbox/checkbox.component.mjs +11 -13
  113. package/esm2022/collapse/collapse-item.component.mjs +21 -24
  114. package/esm2022/color-picker/color-picker-panel.component.mjs +14 -15
  115. package/esm2022/color-picker/color-picker.component.mjs +10 -11
  116. package/esm2022/color-picker/coordinates.directive.mjs +10 -10
  117. package/esm2022/color-picker/parts/alpha/alpha.component.mjs +6 -6
  118. package/esm2022/color-picker/parts/hue/hue.component.mjs +6 -6
  119. package/esm2022/color-picker/parts/saturation/saturation.component.mjs +9 -9
  120. package/esm2022/comment/comment.component.mjs +4 -4
  121. package/esm2022/copy/copy.directive.mjs +8 -12
  122. package/esm2022/core/click-positioner.mjs +6 -7
  123. package/esm2022/core/scroll.mjs +7 -9
  124. package/esm2022/core/store/store.mjs +1 -1
  125. package/esm2022/core/update-host-class.service.mjs +6 -6
  126. package/esm2022/date-picker/abstract-picker.component.mjs +5 -5
  127. package/esm2022/date-picker/abstract-picker.directive.mjs +42 -44
  128. package/esm2022/date-picker/base-picker.component.mjs +26 -26
  129. package/esm2022/date-picker/date-picker.component.mjs +10 -11
  130. package/esm2022/date-picker/date-picker.directive.mjs +6 -8
  131. package/esm2022/date-picker/date-picker.service.mjs +6 -10
  132. package/esm2022/date-picker/index.mjs +27 -28
  133. package/esm2022/date-picker/lib/calendar/calendar-footer.component.mjs +7 -8
  134. package/esm2022/date-picker/lib/calendar/calendar-header.component.mjs +6 -7
  135. package/esm2022/date-picker/lib/date/date-header.component.mjs +6 -12
  136. package/esm2022/date-picker/lib/date/date-table-cell.component.mjs +4 -4
  137. package/esm2022/date-picker/lib/date/date-table.component.mjs +10 -12
  138. package/esm2022/date-picker/lib/date-carousel/date-carousel.component.mjs +16 -16
  139. package/esm2022/date-picker/lib/decade/decade-header.component.mjs +8 -11
  140. package/esm2022/date-picker/lib/decade/decade-table.component.mjs +4 -4
  141. package/esm2022/date-picker/lib/month/month-header.component.mjs +6 -12
  142. package/esm2022/date-picker/lib/month/month-table.component.mjs +9 -10
  143. package/esm2022/date-picker/lib/popups/date-popup.component.mjs +14 -29
  144. package/esm2022/date-picker/lib/popups/inner-popup.component.mjs +14 -20
  145. package/esm2022/date-picker/lib/quarter/quarter-table.component.mjs +9 -10
  146. package/esm2022/date-picker/lib/year/year-header.component.mjs +6 -12
  147. package/esm2022/date-picker/lib/year/year-table.component.mjs +4 -4
  148. package/esm2022/date-picker/month-picker.component.mjs +9 -11
  149. package/esm2022/date-picker/picker.component.mjs +24 -35
  150. package/esm2022/date-picker/picker.pipes.mjs +10 -11
  151. package/esm2022/date-picker/quarter-picker.component.mjs +9 -11
  152. package/esm2022/date-picker/range-picker.component.mjs +9 -11
  153. package/esm2022/date-picker/range-picker.directive.mjs +6 -8
  154. package/esm2022/date-picker/week-picker.component.mjs +9 -11
  155. package/esm2022/date-picker/year-picker.component.mjs +9 -11
  156. package/esm2022/date-range/date-range.component.mjs +17 -18
  157. package/esm2022/date-range/optional-dates/optional-dates.component.mjs +9 -13
  158. package/esm2022/dialog/body/dialog-body.component.mjs +11 -12
  159. package/esm2022/dialog/confirm/confirm.component.mjs +10 -14
  160. package/esm2022/dialog/dialog-container.component.mjs +13 -18
  161. package/esm2022/dialog/dialog.service.mjs +10 -17
  162. package/esm2022/dialog/footer/dialog-footer.component.mjs +10 -14
  163. package/esm2022/dialog/header/dialog-header.component.mjs +17 -22
  164. package/esm2022/divider/divider.component.mjs +21 -13
  165. package/esm2022/dot/dot.component.mjs +7 -7
  166. package/esm2022/drag-drop/drag-content.directive.mjs +7 -9
  167. package/esm2022/drag-drop/drag-handle.directive.mjs +7 -9
  168. package/esm2022/drag-drop/drag.directive.mjs +13 -16
  169. package/esm2022/drag-drop/drop-container.directive.mjs +13 -13
  170. package/esm2022/dropdown/dropdown-active.directive.mjs +9 -12
  171. package/esm2022/dropdown/dropdown-menu-item.directive.mjs +12 -12
  172. package/esm2022/dropdown/dropdown-menu.component.mjs +11 -7
  173. package/esm2022/dropdown/dropdown-submenu.component.mjs +9 -10
  174. package/esm2022/dropdown/dropdown.directive.mjs +12 -10
  175. package/esm2022/empty/empty.component.mjs +17 -20
  176. package/esm2022/flexible-text/flexible-text.component.mjs +16 -17
  177. package/esm2022/form/form-group-error/form-group-error.component.mjs +12 -15
  178. package/esm2022/form/form-group-label.directive.mjs +9 -10
  179. package/esm2022/form/form-group.component.mjs +18 -22
  180. package/esm2022/form/form-submit.directive.mjs +6 -7
  181. package/esm2022/form/form-validator-loader.mjs +1 -1
  182. package/esm2022/form/form-validator.service.mjs +12 -13
  183. package/esm2022/form/form.directive.mjs +11 -16
  184. package/esm2022/form/from-group-footer/form-group-footer.component.mjs +13 -19
  185. package/esm2022/form/validator/unique-validator.directive.mjs +7 -10
  186. package/esm2022/fullscreen/fullscreen.component.mjs +10 -11
  187. package/esm2022/fullscreen/fullscreen.service.mjs +7 -10
  188. package/esm2022/grid/thy-col.directive.mjs +9 -14
  189. package/esm2022/grid/thy-grid-item.component.mjs +8 -14
  190. package/esm2022/grid/thy-grid.component.mjs +7 -8
  191. package/esm2022/guider/guider-hint/guider-hint.component.mjs +4 -4
  192. package/esm2022/guider/guider.directive.mjs +8 -9
  193. package/esm2022/guider/guider.service.mjs +12 -19
  194. package/esm2022/icon/icon-registry.mjs +11 -16
  195. package/esm2022/icon/icon.component.mjs +8 -9
  196. package/esm2022/image/image-group.component.mjs +7 -7
  197. package/esm2022/image/image.directive.mjs +11 -12
  198. package/esm2022/image/image.service.mjs +8 -14
  199. package/esm2022/image/preview/image-preview.component.mjs +36 -41
  200. package/esm2022/input/input-count.component.mjs +7 -10
  201. package/esm2022/input/input-group.component.mjs +15 -16
  202. package/esm2022/input/input-search.component.mjs +9 -10
  203. package/esm2022/input/input.component.mjs +17 -17
  204. package/esm2022/input/input.directive.mjs +12 -17
  205. package/esm2022/input-number/input-number.component.mjs +6 -6
  206. package/esm2022/layout/header.component.mjs +4 -4
  207. package/esm2022/layout/sidebar-header.component.mjs +4 -4
  208. package/esm2022/layout/sidebar.component.mjs +125 -121
  209. package/esm2022/list/list-item-meta.component.mjs +4 -4
  210. package/esm2022/list/selection/selection-list.mjs +25 -25
  211. package/esm2022/loading/loading.component.mjs +10 -11
  212. package/esm2022/mention/mention.directive.mjs +9 -14
  213. package/esm2022/mention/suggestions/suggestions.component.mjs +11 -12
  214. package/esm2022/menu/group/menu-group.component.mjs +37 -38
  215. package/esm2022/menu/item/action/menu-item-action.component.mjs +15 -16
  216. package/esm2022/menu/item/menu-item.component.mjs +8 -9
  217. package/esm2022/message/abstract/abstract-message-container.component.mjs +5 -5
  218. package/esm2022/message/abstract/abstract-message.component.mjs +6 -6
  219. package/esm2022/message/message-container.component.mjs +21 -15
  220. package/esm2022/message/message-queue.service.mjs +6 -8
  221. package/esm2022/message/message.component.mjs +9 -10
  222. package/esm2022/message/message.service.mjs +10 -11
  223. package/esm2022/nav/icon-nav/icon-nav-link.directive.mjs +4 -5
  224. package/esm2022/nav/icon-nav/icon-nav.component.mjs +6 -6
  225. package/esm2022/nav/nav-ink-bar.directive.mjs +9 -14
  226. package/esm2022/nav/nav-item.directive.mjs +8 -11
  227. package/esm2022/nav/nav.component.mjs +35 -38
  228. package/esm2022/nav/nav.pipe.mjs +6 -7
  229. package/esm2022/notify/notify-container.component.mjs +11 -14
  230. package/esm2022/notify/notify-queue.service.mjs +6 -8
  231. package/esm2022/notify/notify.component.mjs +10 -10
  232. package/esm2022/notify/notify.service.mjs +11 -12
  233. package/esm2022/pagination/pagination.component.mjs +41 -46
  234. package/esm2022/pagination/pagination.pipe.mjs +6 -7
  235. package/esm2022/popover/header/popover-header.component.mjs +15 -17
  236. package/esm2022/popover/popover-container.component.mjs +11 -13
  237. package/esm2022/popover/popover.directive.mjs +13 -12
  238. package/esm2022/popover/popover.service.mjs +14 -26
  239. package/esm2022/progress/progress-circle.component.mjs +4 -7
  240. package/esm2022/progress/progress-strip.component.mjs +10 -13
  241. package/esm2022/progress/progress.component.mjs +5 -8
  242. package/esm2022/property/property-item.component.mjs +13 -16
  243. package/esm2022/property-operation/property-operation.component.mjs +27 -28
  244. package/esm2022/radio/button/radio-button.component.mjs +9 -15
  245. package/esm2022/radio/group/radio-group.component.mjs +17 -17
  246. package/esm2022/radio/radio.component.mjs +12 -18
  247. package/esm2022/rate/rate.component.mjs +10 -10
  248. package/esm2022/resizable/resizable.directive.mjs +10 -12
  249. package/esm2022/resizable/resizable.service.mjs +7 -9
  250. package/esm2022/resizable/resize-handle.component.mjs +16 -14
  251. package/esm2022/resizable/resize-handles.component.mjs +12 -5
  252. package/esm2022/result/result.component.mjs +4 -4
  253. package/esm2022/segment/segment-item.component.mjs +15 -18
  254. package/esm2022/segment/segment.component.mjs +29 -30
  255. package/esm2022/select/custom-select/custom-select.component.mjs +19 -35
  256. package/esm2022/select/native-select/native-select.component.mjs +10 -11
  257. package/esm2022/shared/base-form-check.component.mjs +7 -8
  258. package/esm2022/shared/directives/string-or-template-outlet.directive.mjs +7 -7
  259. package/esm2022/shared/directives/thy-autofocus.directive.mjs +10 -10
  260. package/esm2022/shared/directives/thy-contextmenu.directive.mjs +8 -8
  261. package/esm2022/shared/directives/thy-ctrl-enter.directive.mjs +8 -8
  262. package/esm2022/shared/directives/thy-enter.directive.mjs +8 -8
  263. package/esm2022/shared/directives/thy-scroll.directive.mjs +21 -21
  264. package/esm2022/shared/directives/thy-show.mjs +11 -11
  265. package/esm2022/shared/directives/thy-stop-propagation.directive.mjs +7 -5
  266. package/esm2022/shared/directives/view-outlet.directive.mjs +7 -7
  267. package/esm2022/shared/ng-transclude.directive.mjs +6 -5
  268. package/esm2022/shared/option/group/option-group.component.mjs +10 -10
  269. package/esm2022/shared/option/list-option/list-option.component.mjs +14 -22
  270. package/esm2022/shared/option/option.component.mjs +11 -22
  271. package/esm2022/shared/select/select-control/select-control.component.mjs +27 -27
  272. package/esm2022/skeleton/skeleton-circle.component.mjs +7 -15
  273. package/esm2022/skeleton/skeleton-rectangle.component.mjs +7 -15
  274. package/esm2022/skeleton/stylized/bullet-list.component.mjs +8 -9
  275. package/esm2022/skeleton/stylized/list.component.mjs +8 -9
  276. package/esm2022/skeleton/stylized/paragraph.component.mjs +8 -9
  277. package/esm2022/slide/drawer/drawer-container.directive.mjs +6 -6
  278. package/esm2022/slide/slide-container.component.mjs +12 -16
  279. package/esm2022/slide/slide-header/slide-header.component.mjs +13 -14
  280. package/esm2022/slide/slide-ref.service.mjs +1 -1
  281. package/esm2022/slide/slide.service.mjs +8 -12
  282. package/esm2022/slider/slider.component.mjs +8 -8
  283. package/esm2022/space/space.component.mjs +16 -16
  284. package/esm2022/statistic/statistic.component.mjs +23 -23
  285. package/esm2022/stepper/step.component.mjs +6 -11
  286. package/esm2022/stepper/stepper-button.directive.mjs +10 -11
  287. package/esm2022/stepper/stepper.component.mjs +5 -5
  288. package/esm2022/strength/strength.component.mjs +11 -12
  289. package/esm2022/switch/switch.component.mjs +11 -11
  290. package/esm2022/table/table-column.component.mjs +58 -63
  291. package/esm2022/table/table-skeleton.component.mjs +35 -38
  292. package/esm2022/table/table.component.mjs +19 -29
  293. package/esm2022/tabs/tab-content.component.mjs +9 -9
  294. package/esm2022/tabs/tabs.component.mjs +22 -25
  295. package/esm2022/tag/tag.component.mjs +22 -22
  296. package/esm2022/time-picker/inner/inner-time-picker.component.mjs +12 -12
  297. package/esm2022/time-picker/time-picker-panel.component.mjs +31 -34
  298. package/esm2022/time-picker/time-picker.component.mjs +33 -43
  299. package/esm2022/timeline/timeline-item.component.mjs +15 -16
  300. package/esm2022/timeline/timeline.component.mjs +15 -16
  301. package/esm2022/tooltip/tooltip.component.mjs +17 -17
  302. package/esm2022/tooltip/tooltip.directive.mjs +11 -10
  303. package/esm2022/tooltip/tooltip.service.mjs +9 -13
  304. package/esm2022/transfer/transfer-list.component.mjs +9 -9
  305. package/esm2022/transfer/transfer.component.mjs +4 -4
  306. package/esm2022/tree/tree-node.component.mjs +16 -20
  307. package/esm2022/tree/tree.component.mjs +90 -96
  308. package/esm2022/tree-select/tree-select.component.mjs +28 -36
  309. package/esm2022/typography/bg-color.directive.mjs +9 -9
  310. package/esm2022/typography/text/text.component.mjs +3 -4
  311. package/esm2022/typography/text-color.directive.mjs +9 -9
  312. package/esm2022/upload/file-drop.directive.mjs +1 -1
  313. package/esm2022/upload/file-select-base.mjs +5 -6
  314. package/esm2022/upload/file-select.component.mjs +4 -3
  315. package/esm2022/upload/upload.service.mjs +6 -7
  316. package/esm2022/version.mjs +2 -2
  317. package/esm2022/vote/vote.component.mjs +4 -4
  318. package/esm2022/watermark/watermark.directive.mjs +12 -12
  319. package/fesm2022/ngx-tethys-action.mjs +20 -20
  320. package/fesm2022/ngx-tethys-action.mjs.map +1 -1
  321. package/fesm2022/ngx-tethys-affix.mjs +12 -14
  322. package/fesm2022/ngx-tethys-affix.mjs.map +1 -1
  323. package/fesm2022/ngx-tethys-alert.mjs +54 -80
  324. package/fesm2022/ngx-tethys-alert.mjs.map +1 -1
  325. package/fesm2022/ngx-tethys-anchor.mjs +48 -35
  326. package/fesm2022/ngx-tethys-anchor.mjs.map +1 -1
  327. package/fesm2022/ngx-tethys-arrow-switcher.mjs +25 -25
  328. package/fesm2022/ngx-tethys-arrow-switcher.mjs.map +1 -1
  329. package/fesm2022/ngx-tethys-autocomplete.mjs +63 -75
  330. package/fesm2022/ngx-tethys-autocomplete.mjs.map +1 -1
  331. package/fesm2022/ngx-tethys-avatar.mjs +32 -32
  332. package/fesm2022/ngx-tethys-avatar.mjs.map +1 -1
  333. package/fesm2022/ngx-tethys-back-top.mjs +15 -18
  334. package/fesm2022/ngx-tethys-back-top.mjs.map +1 -1
  335. package/fesm2022/ngx-tethys-badge.mjs +8 -8
  336. package/fesm2022/ngx-tethys-badge.mjs.map +1 -1
  337. package/fesm2022/ngx-tethys-breadcrumb.mjs +19 -21
  338. package/fesm2022/ngx-tethys-breadcrumb.mjs.map +1 -1
  339. package/fesm2022/ngx-tethys-button.mjs +16 -16
  340. package/fesm2022/ngx-tethys-button.mjs.map +1 -1
  341. package/fesm2022/ngx-tethys-calendar.mjs +26 -26
  342. package/fesm2022/ngx-tethys-calendar.mjs.map +1 -1
  343. package/fesm2022/ngx-tethys-card.mjs +3 -3
  344. package/fesm2022/ngx-tethys-card.mjs.map +1 -1
  345. package/fesm2022/ngx-tethys-carousel.mjs +23 -24
  346. package/fesm2022/ngx-tethys-carousel.mjs.map +1 -1
  347. package/fesm2022/ngx-tethys-cascader.mjs +19 -25
  348. package/fesm2022/ngx-tethys-cascader.mjs.map +1 -1
  349. package/fesm2022/ngx-tethys-checkbox.mjs +10 -11
  350. package/fesm2022/ngx-tethys-checkbox.mjs.map +1 -1
  351. package/fesm2022/ngx-tethys-collapse.mjs +20 -22
  352. package/fesm2022/ngx-tethys-collapse.mjs.map +1 -1
  353. package/fesm2022/ngx-tethys-color-picker.mjs +47 -45
  354. package/fesm2022/ngx-tethys-color-picker.mjs.map +1 -1
  355. package/fesm2022/ngx-tethys-comment.mjs +3 -3
  356. package/fesm2022/ngx-tethys-comment.mjs.map +1 -1
  357. package/fesm2022/ngx-tethys-copy.mjs +8 -12
  358. package/fesm2022/ngx-tethys-copy.mjs.map +1 -1
  359. package/fesm2022/ngx-tethys-core.mjs +14 -16
  360. package/fesm2022/ngx-tethys-core.mjs.map +1 -1
  361. package/fesm2022/ngx-tethys-date-picker.mjs +2872 -2924
  362. package/fesm2022/ngx-tethys-date-picker.mjs.map +1 -1
  363. package/fesm2022/ngx-tethys-date-range.mjs +24 -26
  364. package/fesm2022/ngx-tethys-date-range.mjs.map +1 -1
  365. package/fesm2022/ngx-tethys-dialog.mjs +61 -77
  366. package/fesm2022/ngx-tethys-dialog.mjs.map +1 -1
  367. package/fesm2022/ngx-tethys-divider.mjs +20 -12
  368. package/fesm2022/ngx-tethys-divider.mjs.map +1 -1
  369. package/fesm2022/ngx-tethys-dot.mjs +6 -6
  370. package/fesm2022/ngx-tethys-dot.mjs.map +1 -1
  371. package/fesm2022/ngx-tethys-drag-drop.mjs +33 -37
  372. package/fesm2022/ngx-tethys-drag-drop.mjs.map +1 -1
  373. package/fesm2022/ngx-tethys-dropdown.mjs +49 -43
  374. package/fesm2022/ngx-tethys-dropdown.mjs.map +1 -1
  375. package/fesm2022/ngx-tethys-empty.mjs +18 -18
  376. package/fesm2022/ngx-tethys-empty.mjs.map +1 -1
  377. package/fesm2022/ngx-tethys-flexible-text.mjs +16 -17
  378. package/fesm2022/ngx-tethys-flexible-text.mjs.map +1 -1
  379. package/fesm2022/ngx-tethys-form.mjs +74 -89
  380. package/fesm2022/ngx-tethys-form.mjs.map +1 -1
  381. package/fesm2022/ngx-tethys-fullscreen.mjs +14 -17
  382. package/fesm2022/ngx-tethys-fullscreen.mjs.map +1 -1
  383. package/fesm2022/ngx-tethys-grid.mjs +20 -29
  384. package/fesm2022/ngx-tethys-grid.mjs.map +1 -1
  385. package/fesm2022/ngx-tethys-guider.mjs +20 -26
  386. package/fesm2022/ngx-tethys-guider.mjs.map +1 -1
  387. package/fesm2022/ngx-tethys-icon.mjs +18 -22
  388. package/fesm2022/ngx-tethys-icon.mjs.map +1 -1
  389. package/fesm2022/ngx-tethys-image.mjs +60 -65
  390. package/fesm2022/ngx-tethys-image.mjs.map +1 -1
  391. package/fesm2022/ngx-tethys-input-number.mjs +5 -5
  392. package/fesm2022/ngx-tethys-input-number.mjs.map +1 -1
  393. package/fesm2022/ngx-tethys-input.mjs +53 -60
  394. package/fesm2022/ngx-tethys-input.mjs.map +1 -1
  395. package/fesm2022/ngx-tethys-layout.mjs +129 -124
  396. package/fesm2022/ngx-tethys-layout.mjs.map +1 -1
  397. package/fesm2022/ngx-tethys-list.mjs +27 -27
  398. package/fesm2022/ngx-tethys-list.mjs.map +1 -1
  399. package/fesm2022/ngx-tethys-loading.mjs +10 -10
  400. package/fesm2022/ngx-tethys-loading.mjs.map +1 -1
  401. package/fesm2022/ngx-tethys-mention.mjs +19 -24
  402. package/fesm2022/ngx-tethys-mention.mjs.map +1 -1
  403. package/fesm2022/ngx-tethys-menu.mjs +56 -57
  404. package/fesm2022/ngx-tethys-menu.mjs.map +1 -1
  405. package/fesm2022/ngx-tethys-message.mjs +47 -41
  406. package/fesm2022/ngx-tethys-message.mjs.map +1 -1
  407. package/fesm2022/ngx-tethys-nav.mjs +61 -72
  408. package/fesm2022/ngx-tethys-nav.mjs.map +1 -1
  409. package/fesm2022/ngx-tethys-notify.mjs +31 -34
  410. package/fesm2022/ngx-tethys-notify.mjs.map +1 -1
  411. package/fesm2022/ngx-tethys-pagination.mjs +46 -51
  412. package/fesm2022/ngx-tethys-pagination.mjs.map +1 -1
  413. package/fesm2022/ngx-tethys-popover.mjs +51 -57
  414. package/fesm2022/ngx-tethys-popover.mjs.map +1 -1
  415. package/fesm2022/ngx-tethys-progress.mjs +15 -24
  416. package/fesm2022/ngx-tethys-progress.mjs.map +1 -1
  417. package/fesm2022/ngx-tethys-property-operation.mjs +27 -27
  418. package/fesm2022/ngx-tethys-property-operation.mjs.map +1 -1
  419. package/fesm2022/ngx-tethys-property.mjs +14 -14
  420. package/fesm2022/ngx-tethys-property.mjs.map +1 -1
  421. package/fesm2022/ngx-tethys-radio.mjs +33 -39
  422. package/fesm2022/ngx-tethys-radio.mjs.map +1 -1
  423. package/fesm2022/ngx-tethys-rate.mjs +9 -9
  424. package/fesm2022/ngx-tethys-rate.mjs.map +1 -1
  425. package/fesm2022/ngx-tethys-resizable.mjs +43 -34
  426. package/fesm2022/ngx-tethys-resizable.mjs.map +1 -1
  427. package/fesm2022/ngx-tethys-result.mjs +3 -3
  428. package/fesm2022/ngx-tethys-result.mjs.map +1 -1
  429. package/fesm2022/ngx-tethys-segment.mjs +41 -44
  430. package/fesm2022/ngx-tethys-segment.mjs.map +1 -1
  431. package/fesm2022/ngx-tethys-select.mjs +28 -44
  432. package/fesm2022/ngx-tethys-select.mjs.map +1 -1
  433. package/fesm2022/ngx-tethys-shared.mjs +135 -150
  434. package/fesm2022/ngx-tethys-shared.mjs.map +1 -1
  435. package/fesm2022/ngx-tethys-skeleton.mjs +33 -47
  436. package/fesm2022/ngx-tethys-skeleton.mjs.map +1 -1
  437. package/fesm2022/ngx-tethys-slide.mjs +33 -37
  438. package/fesm2022/ngx-tethys-slide.mjs.map +1 -1
  439. package/fesm2022/ngx-tethys-slider.mjs +7 -7
  440. package/fesm2022/ngx-tethys-slider.mjs.map +1 -1
  441. package/fesm2022/ngx-tethys-space.mjs +16 -16
  442. package/fesm2022/ngx-tethys-space.mjs.map +1 -1
  443. package/fesm2022/ngx-tethys-statistic.mjs +22 -22
  444. package/fesm2022/ngx-tethys-statistic.mjs.map +1 -1
  445. package/fesm2022/ngx-tethys-stepper.mjs +17 -22
  446. package/fesm2022/ngx-tethys-stepper.mjs.map +1 -1
  447. package/fesm2022/ngx-tethys-strength.mjs +11 -11
  448. package/fesm2022/ngx-tethys-strength.mjs.map +1 -1
  449. package/fesm2022/ngx-tethys-switch.mjs +10 -10
  450. package/fesm2022/ngx-tethys-switch.mjs.map +1 -1
  451. package/fesm2022/ngx-tethys-table.mjs +107 -124
  452. package/fesm2022/ngx-tethys-table.mjs.map +1 -1
  453. package/fesm2022/ngx-tethys-tabs.mjs +29 -32
  454. package/fesm2022/ngx-tethys-tabs.mjs.map +1 -1
  455. package/fesm2022/ngx-tethys-tag.mjs +21 -21
  456. package/fesm2022/ngx-tethys-tag.mjs.map +1 -1
  457. package/fesm2022/ngx-tethys-time-picker.mjs +70 -80
  458. package/fesm2022/ngx-tethys-time-picker.mjs.map +1 -1
  459. package/fesm2022/ngx-tethys-timeline.mjs +26 -26
  460. package/fesm2022/ngx-tethys-timeline.mjs.map +1 -1
  461. package/fesm2022/ngx-tethys-tooltip.mjs +35 -36
  462. package/fesm2022/ngx-tethys-tooltip.mjs.map +1 -1
  463. package/fesm2022/ngx-tethys-transfer.mjs +10 -10
  464. package/fesm2022/ngx-tethys-transfer.mjs.map +1 -1
  465. package/fesm2022/ngx-tethys-tree-select.mjs +29 -37
  466. package/fesm2022/ngx-tethys-tree-select.mjs.map +1 -1
  467. package/fesm2022/ngx-tethys-tree.mjs +102 -110
  468. package/fesm2022/ngx-tethys-tree.mjs.map +1 -1
  469. package/fesm2022/ngx-tethys-typography.mjs +18 -18
  470. package/fesm2022/ngx-tethys-typography.mjs.map +1 -1
  471. package/fesm2022/ngx-tethys-upload.mjs +11 -12
  472. package/fesm2022/ngx-tethys-upload.mjs.map +1 -1
  473. package/fesm2022/ngx-tethys-vote.mjs +3 -3
  474. package/fesm2022/ngx-tethys-vote.mjs.map +1 -1
  475. package/fesm2022/ngx-tethys-watermark.mjs +12 -12
  476. package/fesm2022/ngx-tethys-watermark.mjs.map +1 -1
  477. package/fesm2022/ngx-tethys.mjs +1 -1
  478. package/fesm2022/ngx-tethys.mjs.map +1 -1
  479. package/flexible-text/flexible-text.component.d.ts +1 -3
  480. package/form/form-group-error/form-group-error.component.d.ts +1 -3
  481. package/form/form-group-label.directive.d.ts +0 -2
  482. package/form/form-group.component.d.ts +1 -4
  483. package/form/form-submit.directive.d.ts +0 -2
  484. package/form/form-validator.service.d.ts +0 -2
  485. package/form/form.directive.d.ts +4 -4
  486. package/form/from-group-footer/form-group-footer.component.d.ts +2 -4
  487. package/form/validator/unique-validator.directive.d.ts +1 -4
  488. package/fullscreen/fullscreen.component.d.ts +0 -2
  489. package/fullscreen/fullscreen.service.d.ts +0 -2
  490. package/grid/thy-col.directive.d.ts +1 -2
  491. package/grid/thy-grid-item.component.d.ts +2 -4
  492. package/grid/thy-grid.component.d.ts +1 -3
  493. package/guider/guider.directive.d.ts +1 -3
  494. package/guider/guider.service.d.ts +0 -7
  495. package/icon/icon-registry.d.ts +1 -3
  496. package/icon/icon.component.d.ts +1 -3
  497. package/image/image-group.component.d.ts +1 -2
  498. package/image/image.directive.d.ts +1 -3
  499. package/image/image.service.d.ts +2 -2
  500. package/image/preview/image-preview.component.d.ts +1 -4
  501. package/input/input-count.component.d.ts +3 -4
  502. package/input/input-group.component.d.ts +1 -3
  503. package/input/input-search.component.d.ts +2 -2
  504. package/input/input.component.d.ts +1 -2
  505. package/input/input.directive.d.ts +2 -3
  506. package/input-number/input-number.component.d.ts +2 -2
  507. package/layout/sidebar.component.d.ts +44 -13
  508. package/list/selection/selection-list.d.ts +1 -2
  509. package/loading/loading.component.d.ts +0 -2
  510. package/loading/styles/loading.scss +3 -1
  511. package/mention/mention.directive.d.ts +4 -5
  512. package/mention/suggestions/suggestions.component.d.ts +2 -3
  513. package/menu/group/menu-group.component.d.ts +30 -8
  514. package/menu/item/action/menu-item-action.component.d.ts +2 -3
  515. package/menu/item/menu-item.component.d.ts +1 -2
  516. package/message/abstract/abstract-message-container.component.d.ts +1 -2
  517. package/message/abstract/abstract-message.component.d.ts +2 -2
  518. package/message/message-container.component.d.ts +1 -3
  519. package/message/message-queue.service.d.ts +1 -2
  520. package/message/message.component.d.ts +1 -3
  521. package/message/message.service.d.ts +3 -5
  522. package/nav/icon-nav/icon-nav.component.d.ts +2 -2
  523. package/nav/nav-ink-bar.directive.d.ts +2 -4
  524. package/nav/nav-item.directive.d.ts +3 -4
  525. package/nav/nav.component.d.ts +1 -3
  526. package/nav/nav.pipe.d.ts +0 -2
  527. package/notify/notify-container.component.d.ts +1 -3
  528. package/notify/notify-queue.service.d.ts +1 -2
  529. package/notify/notify.component.d.ts +2 -3
  530. package/notify/notify.service.d.ts +1 -4
  531. package/package.json +1 -1
  532. package/pagination/pagination.component.d.ts +2 -4
  533. package/pagination/pagination.pipe.d.ts +0 -2
  534. package/popover/header/popover-header.component.d.ts +0 -3
  535. package/popover/popover-container.component.d.ts +3 -4
  536. package/popover/popover.directive.d.ts +2 -5
  537. package/popover/popover.service.d.ts +4 -6
  538. package/progress/progress-circle.component.d.ts +0 -1
  539. package/progress/progress-strip.component.d.ts +0 -1
  540. package/progress/progress.component.d.ts +0 -1
  541. package/property/property-item.component.d.ts +6 -9
  542. package/property-operation/property-operation.component.d.ts +1 -3
  543. package/radio/button/radio-button.component.d.ts +2 -5
  544. package/radio/group/radio-group.component.d.ts +1 -2
  545. package/radio/radio.component.d.ts +2 -3
  546. package/rate/rate.component.d.ts +2 -2
  547. package/resizable/resizable.directive.d.ts +2 -4
  548. package/resizable/resizable.service.d.ts +2 -2
  549. package/resizable/resize-handle.component.d.ts +2 -7
  550. package/schematics/version.d.ts +1 -1
  551. package/schematics/version.js +1 -1
  552. package/segment/segment-item.component.d.ts +4 -5
  553. package/segment/segment.component.d.ts +2 -7
  554. package/select/custom-select/custom-select.component.d.ts +5 -5
  555. package/select/native-select/native-select.component.d.ts +1 -1
  556. package/shared/base-form-check.component.d.ts +1 -1
  557. package/shared/directives/string-or-template-outlet.directive.d.ts +1 -2
  558. package/shared/directives/thy-autofocus.directive.d.ts +0 -2
  559. package/shared/directives/thy-contextmenu.directive.d.ts +1 -2
  560. package/shared/directives/thy-ctrl-enter.directive.d.ts +1 -2
  561. package/shared/directives/thy-enter.directive.d.ts +1 -2
  562. package/shared/directives/thy-scroll.directive.d.ts +1 -2
  563. package/shared/directives/thy-show.d.ts +1 -2
  564. package/shared/directives/thy-stop-propagation.directive.d.ts +2 -2
  565. package/shared/directives/view-outlet.directive.d.ts +1 -2
  566. package/shared/ng-transclude.directive.d.ts +1 -1
  567. package/shared/option/group/option-group.component.d.ts +1 -2
  568. package/shared/option/list-option/list-option.component.d.ts +6 -7
  569. package/shared/option/option.component.d.ts +5 -5
  570. package/shared/select/select-control/select-control.component.d.ts +1 -2
  571. package/skeleton/skeleton-circle.component.d.ts +1 -4
  572. package/skeleton/skeleton-rectangle.component.d.ts +5 -5
  573. package/skeleton/stylized/bullet-list.component.d.ts +9 -1
  574. package/slide/drawer/drawer-container.directive.d.ts +1 -2
  575. package/slide/slide-container.component.d.ts +3 -4
  576. package/slide/slide-header/slide-header.component.d.ts +0 -2
  577. package/slide/slide.service.d.ts +3 -3
  578. package/slider/slider.component.d.ts +2 -2
  579. package/space/space.component.d.ts +1 -2
  580. package/statistic/statistic.component.d.ts +1 -2
  581. package/stepper/step.component.d.ts +1 -2
  582. package/stepper/stepper-button.directive.d.ts +0 -3
  583. package/strength/strength.component.d.ts +0 -1
  584. package/switch/switch.component.d.ts +1 -1
  585. package/table/table-column.component.d.ts +32 -8
  586. package/table/table-skeleton.component.d.ts +1 -3
  587. package/table/table.component.d.ts +3 -5
  588. package/tabs/tabs.component.d.ts +1 -3
  589. package/tag/tag.component.d.ts +7 -3
  590. package/time-picker/inner/inner-time-picker.component.d.ts +2 -4
  591. package/time-picker/time-picker-panel.component.d.ts +1 -3
  592. package/time-picker/time-picker.component.d.ts +1 -2
  593. package/timeline/timeline-item.component.d.ts +1 -3
  594. package/timeline/timeline.component.d.ts +1 -3
  595. package/tooltip/tooltip.component.d.ts +1 -2
  596. package/tooltip/tooltip.directive.d.ts +6 -9
  597. package/tooltip/tooltip.service.d.ts +2 -4
  598. package/transfer/transfer-list.component.d.ts +1 -2
  599. package/tree/tree-node.component.d.ts +5 -21
  600. package/tree/tree.component.d.ts +1 -2
  601. package/tree-select/tree-select.component.d.ts +5 -6
  602. package/typography/bg-color.directive.d.ts +0 -2
  603. package/typography/text-color.directive.d.ts +1 -2
  604. package/upload/file-select-base.d.ts +2 -3
  605. package/upload/file-select.component.d.ts +1 -0
  606. package/upload/upload.service.d.ts +0 -2
  607. package/watermark/watermark.directive.d.ts +1 -2
@@ -1,8 +1,7 @@
1
- import { ThyAbstractOverlayContainer, ThyClickDispatcher, ThyPortalOutlet } from 'ngx-tethys/core';
1
+ import { ThyAbstractOverlayContainer, ThyPortalOutlet } from 'ngx-tethys/core';
2
2
  import { Observable } from 'rxjs';
3
3
  import { AnimationEvent } from '@angular/animations';
4
- import { ContentObserver } from '@angular/cdk/observers';
5
- import { AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, NgZone, OnDestroy } from '@angular/core';
4
+ import { AfterViewInit, EventEmitter, OnDestroy } from '@angular/core';
6
5
  import { ThyPopoverConfig } from './popover.config';
7
6
  import * as i0 from "@angular/core";
8
7
  /**
@@ -25,7 +24,7 @@ export declare class ThyPopoverContainer<TData = unknown> extends ThyAbstractOve
25
24
  updatePosition: EventEmitter<any>;
26
25
  outsideClicked: EventEmitter<any>;
27
26
  beforeAttachPortal(): void;
28
- constructor(elementRef: ElementRef, config: ThyPopoverConfig<TData>, changeDetectorRef: ChangeDetectorRef, thyClickDispatcher: ThyClickDispatcher, contentObserver: ContentObserver, ngZone: NgZone);
27
+ constructor();
29
28
  ngAfterViewInit(): void;
30
29
  /** Callback, invoked whenever an animation on the host completes. */
31
30
  onAnimationDone(event: AnimationEvent): void;
@@ -1,9 +1,6 @@
1
- import { ElementRef, NgZone, OnDestroy, TemplateRef, OnInit, ViewContainerRef, ChangeDetectorRef } from '@angular/core';
2
- import { Platform } from '@angular/cdk/platform';
1
+ import { ElementRef, OnDestroy, TemplateRef, OnInit } from '@angular/core';
3
2
  import { OverlayRef } from '@angular/cdk/overlay';
4
- import { FocusMonitor } from '@angular/cdk/a11y';
5
3
  import { ThyOverlayDirectiveBase, ThyOverlayTrigger, ThyPlacement } from 'ngx-tethys/core';
6
- import { ThyPopover } from './popover.service';
7
4
  import { ComponentType } from '@angular/cdk/portal';
8
5
  import { ThyPopoverConfig } from './popover.config';
9
6
  import * as i0 from "@angular/core";
@@ -57,7 +54,7 @@ export declare class ThyPopoverDirective extends ThyOverlayDirectiveBase impleme
57
54
  */
58
55
  set thyDisabled(value: boolean);
59
56
  private popoverRef;
60
- constructor(elementRef: ElementRef, platform: Platform, focusMonitor: FocusMonitor, ngZone: NgZone, popover: ThyPopover, viewContainerRef: ViewContainerRef, cdr: ChangeDetectorRef);
57
+ constructor();
61
58
  ngOnInit(): void;
62
59
  createOverlay(): OverlayRef;
63
60
  show(delay?: number): void;
@@ -1,8 +1,6 @@
1
1
  import { ComponentTypeOrTemplateRef, ThyAbstractOverlayRef, ThyAbstractOverlayService } from 'ngx-tethys/core';
2
- import { FunctionProp } from 'ngx-tethys/util';
3
- import { Overlay, OverlayConfig, OverlayContainer, OverlayRef, ScrollStrategy, ViewportRuler } from '@angular/cdk/overlay';
4
- import { Platform } from '@angular/cdk/platform';
5
- import { Injector, NgZone, OnDestroy } from '@angular/core';
2
+ import { OverlayConfig, OverlayRef } from '@angular/cdk/overlay';
3
+ import { Injector, OnDestroy } from '@angular/core';
6
4
  import { ThyPopoverContainer } from './popover-container.component';
7
5
  import { ThyPopoverRef } from './popover-ref';
8
6
  import { ThyPopoverConfig } from './popover.config';
@@ -28,7 +26,7 @@ export declare class ThyPopover extends ThyAbstractOverlayService<ThyPopoverConf
28
26
  protected createInjector<T>(config: ThyPopoverConfig, popoverRef: ThyPopoverRef<T>, popoverContainer: ThyPopoverContainer): Injector;
29
27
  private originElementAddActiveClass;
30
28
  private originElementRemoveActiveClass;
31
- constructor(overlay: Overlay, injector: Injector, defaultConfig: ThyPopoverConfig, scrollStrategy: FunctionProp<ScrollStrategy>, ngZone: NgZone, _viewportRuler: ViewportRuler, _document: any, _platform: Platform, _overlayContainer: OverlayContainer);
29
+ constructor();
32
30
  private ensureCloseClosest;
33
31
  /**
34
32
  * 打开悬浮层
@@ -55,6 +53,6 @@ export declare class ThyPopover extends ThyAbstractOverlayService<ThyPopoverConf
55
53
  * @internal
56
54
  */
57
55
  ngOnDestroy(): void;
58
- static ɵfac: i0.ɵɵFactoryDeclaration<ThyPopover, [null, null, { optional: true; }, null, null, null, { optional: true; }, null, null]>;
56
+ static ɵfac: i0.ɵɵFactoryDeclaration<ThyPopover, never>;
59
57
  static ɵprov: i0.ɵɵInjectableDeclaration<ThyPopover>;
60
58
  }
@@ -26,7 +26,6 @@ export declare class ThyProgressCircle implements OnInit, OnChanges {
26
26
  ngOnInit(): void;
27
27
  ngOnChanges(changes: SimpleChanges): void;
28
28
  private createCircleProgress;
29
- trackByFn(index: number): number;
30
29
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyProgressCircle, never>;
31
30
  static ɵcmp: i0.ɵɵComponentDeclaration<ThyProgressCircle, "thy-progress-circle", never, { "thyType": { "alias": "thyType"; "required": false; }; "thySize": { "alias": "thySize"; "required": false; }; "thyValue": { "alias": "thyValue"; "required": false; }; "thyMax": { "alias": "thyMax"; "required": false; }; "thyTips": { "alias": "thyTips"; "required": false; }; "thyShape": { "alias": "thyShape"; "required": false; }; "thyGapDegree": { "alias": "thyGapDegree"; "required": false; }; "thyGapPosition": { "alias": "thyGapPosition"; "required": false; }; "thyStrokeWidth": { "alias": "thyStrokeWidth"; "required": false; }; }, {}, never, ["*"], true, never>;
32
31
  static ngAcceptInputType_thyMax: unknown;
@@ -20,7 +20,6 @@ export declare class ThyProgressStrip {
20
20
  set thyType(type: ThyProgressType);
21
21
  set thyValue(value: number);
22
22
  set thyColor(color: string);
23
- constructor(progress: ThyParentProgress);
24
23
  recalculatePercentage(): void;
25
24
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyProgressStrip, never>;
26
25
  static ɵcmp: i0.ɵɵComponentDeclaration<ThyProgressStrip, "thy-progress-bar", never, { "thyTips": { "alias": "thyTips"; "required": false; }; "thyType": { "alias": "thyType"; "required": false; }; "thyValue": { "alias": "thyValue"; "required": false; }; "thyColor": { "alias": "thyColor"; "required": false; }; }, {}, never, ["*"], true, never>;
@@ -61,7 +61,6 @@ export declare class ThyProgress implements ThyParentProgress, OnInit, OnChanges
61
61
  ngOnInit(): void;
62
62
  ngOnChanges(changes: SimpleChanges): void;
63
63
  calculateMax(): void;
64
- trackByFn(index: number): number;
65
64
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyProgress, never>;
66
65
  static ɵcmp: i0.ɵɵComponentDeclaration<ThyProgress, "thy-progress", never, { "thyType": { "alias": "thyType"; "required": false; }; "thySize": { "alias": "thySize"; "required": false; }; "thyValue": { "alias": "thyValue"; "required": false; }; "thyMax": { "alias": "thyMax"; "required": false; }; "thyTips": { "alias": "thyTips"; "required": false; }; "thyShape": { "alias": "thyShape"; "required": false; }; "thyGapDegree": { "alias": "thyGapDegree"; "required": false; }; "thyGapPosition": { "alias": "thyGapPosition"; "required": false; }; "thyStrokeWidth": { "alias": "thyStrokeWidth"; "required": false; }; }, {}, never, ["*"], true, never>;
67
66
  static ngAcceptInputType_thyMax: unknown;
@@ -1,8 +1,5 @@
1
- import { ThyClickDispatcher } from 'ngx-tethys/core';
2
1
  import { Subject } from 'rxjs';
3
- import { OverlayOutsideClickDispatcher } from '@angular/cdk/overlay';
4
- import { ChangeDetectorRef, ElementRef, EventEmitter, NgZone, OnChanges, OnDestroy, OnInit, SimpleChanges, TemplateRef } from '@angular/core';
5
- import { ThyProperties } from './properties.component';
2
+ import { ElementRef, EventEmitter, OnChanges, OnDestroy, OnInit, SimpleChanges, TemplateRef } from '@angular/core';
6
3
  import * as i0 from "@angular/core";
7
4
  export type ThyPropertyItemOperationTrigger = 'hover' | 'always';
8
5
  /**
@@ -69,7 +66,7 @@ export declare class ThyPropertyItem implements OnInit, OnChanges, OnDestroy {
69
66
  private clickEventSubscription;
70
67
  get gridColumn(): string;
71
68
  isVertical: boolean;
72
- constructor(cdr: ChangeDetectorRef, clickDispatcher: ThyClickDispatcher, ngZone: NgZone, overlayOutsideClickDispatcher: OverlayOutsideClickDispatcher, parent: ThyProperties);
69
+ constructor();
73
70
  ngOnInit(): void;
74
71
  ngOnChanges(changes: SimpleChanges): void;
75
72
  setEditing(editing: boolean): void;
@@ -85,9 +82,9 @@ export declare class ThyPropertyItem implements OnInit, OnChanges, OnDestroy {
85
82
  ngOnDestroy(): void;
86
83
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyPropertyItem, never>;
87
84
  static ɵcmp: i0.ɵɵComponentDeclaration<ThyPropertyItem, "thy-property-item", never, { "thyLabelText": { "alias": "thyLabelText"; "required": false; }; "thyEditable": { "alias": "thyEditable"; "required": false; }; "thySpan": { "alias": "thySpan"; "required": false; }; "thyOperationTrigger": { "alias": "thyOperationTrigger"; "required": false; }; }, { "thyEditingChange": "thyEditingChange"; }, ["label", "editor", "operation"], ["*"], true, never>;
88
- static ngAcceptInputType_thyEditable: boolean /**
89
- * 属性名称自定义模板
90
- * @type TemplateRef
91
- */ | string | number;
85
+ static ngAcceptInputType_thyEditable: boolean | string | number /**
86
+ * 设置属性操作现实触发方式,默认 always 一直显示
87
+ * @type 'hover' | 'always'
88
+ */;
92
89
  static ngAcceptInputType_thySpan: unknown;
93
90
  }
@@ -1,5 +1,4 @@
1
- import { AfterContentInit, ElementRef, EventEmitter, OnInit, TemplateRef, OnDestroy, NgZone } from '@angular/core';
2
- import { ThyTranslate } from 'ngx-tethys/core';
1
+ import { AfterContentInit, ElementRef, EventEmitter, OnInit, TemplateRef, OnDestroy } from '@angular/core';
3
2
  import * as i0 from "@angular/core";
4
3
  type ThyPropertyOperationTypes = 'primary' | 'success' | 'warning' | 'danger';
5
4
  /**
@@ -77,7 +76,6 @@ export declare class ThyPropertyOperation implements OnInit, AfterContentInit, O
77
76
  private destroy$;
78
77
  private setHostClass;
79
78
  private setOnlyHasTips;
80
- constructor(thyTranslate: ThyTranslate, elementRef: ElementRef<HTMLElement>, ngZone: NgZone);
81
79
  ngOnInit(): void;
82
80
  ngAfterContentInit(): void;
83
81
  ngOnDestroy(): void;
@@ -1,6 +1,4 @@
1
- import { OnInit, ChangeDetectorRef } from '@angular/core';
2
- import { ThyTranslate } from 'ngx-tethys/core';
3
- import { ThyRadioGroup } from './../group/radio-group.component';
1
+ import { OnInit } from '@angular/core';
4
2
  import { ThyRadio } from '../radio.component';
5
3
  import * as i0 from "@angular/core";
6
4
  /**
@@ -13,9 +11,8 @@ export declare class ThyRadioButton extends ThyRadio implements OnInit {
13
11
  name: string;
14
12
  thyValue: string;
15
13
  set thyChecked(value: boolean);
16
- constructor(thyTranslate: ThyTranslate, thyRadioGroupComponent: ThyRadioGroup, changeDetectorRef: ChangeDetectorRef);
17
14
  ngOnInit(): void;
18
15
  click($event: MouseEvent): void;
19
- static ɵfac: i0.ɵɵFactoryDeclaration<ThyRadioButton, [null, { optional: true; }, null]>;
16
+ static ɵfac: i0.ɵɵFactoryDeclaration<ThyRadioButton, never>;
20
17
  static ɵcmp: i0.ɵɵComponentDeclaration<ThyRadioButton, "[thy-radio-button],[thyRadioButton]", never, { "thyValue": { "alias": "thyValue"; "required": false; }; }, {}, never, ["*"], true, never>;
21
18
  }
@@ -1,4 +1,4 @@
1
- import { AfterContentInit, ChangeDetectorRef, OnChanges, OnInit, SimpleChanges } from '@angular/core';
1
+ import { AfterContentInit, OnChanges, OnInit, SimpleChanges } from '@angular/core';
2
2
  import { ControlValueAccessor } from '@angular/forms';
3
3
  import { ThyRadioButton } from '../button/radio-button.component';
4
4
  import { ThyRadio } from '../radio.component';
@@ -31,7 +31,6 @@ export declare class ThyRadioGroup implements ControlValueAccessor, OnInit, OnCh
31
31
  thyDisabled: boolean;
32
32
  onChange: (_: string) => void;
33
33
  onTouched: () => void;
34
- constructor(changeDetectorRef: ChangeDetectorRef);
35
34
  addRadio(radio: ThyRadio | ThyRadioButton): void;
36
35
  updateValue(value: string, emit: boolean): void;
37
36
  writeValue(value: any): void;
@@ -1,4 +1,4 @@
1
- import { OnInit, ChangeDetectorRef } from '@angular/core';
1
+ import { OnInit } from '@angular/core';
2
2
  import { ThyTranslate } from 'ngx-tethys/core';
3
3
  import { ThyFormCheckBaseComponent } from 'ngx-tethys/shared';
4
4
  import { ThyRadioGroup } from './group/radio-group.component';
@@ -17,9 +17,8 @@ export declare class ThyRadio extends ThyFormCheckBaseComponent implements OnIni
17
17
  */
18
18
  thyValue: string;
19
19
  set thyChecked(value: boolean);
20
- constructor(thyTranslate: ThyTranslate, thyRadioGroupComponent: ThyRadioGroup, changeDetectorRef: ChangeDetectorRef);
21
20
  ngOnInit(): void;
22
21
  change(): void;
23
- static ɵfac: i0.ɵɵFactoryDeclaration<ThyRadio, [null, { optional: true; }, null]>;
22
+ static ɵfac: i0.ɵɵFactoryDeclaration<ThyRadio, never>;
24
23
  static ɵcmp: i0.ɵɵComponentDeclaration<ThyRadio, "[thy-radio],[thyRadio]", never, { "thyValue": { "alias": "thyValue"; "required": false; }; }, {}, never, ["*"], true, never>;
25
24
  }
@@ -1,5 +1,5 @@
1
1
  import { TabIndexDisabledControlValueAccessorMixin } from 'ngx-tethys/core';
2
- import { ChangeDetectorRef, EventEmitter, OnChanges, OnInit, SimpleChanges, TemplateRef } from '@angular/core';
2
+ import { EventEmitter, OnChanges, OnInit, SimpleChanges, TemplateRef } from '@angular/core';
3
3
  import { ControlValueAccessor } from '@angular/forms';
4
4
  import * as i0 from "@angular/core";
5
5
  /**
@@ -54,7 +54,7 @@ export declare class ThyRate extends TabIndexDisabledControlValueAccessorMixin i
54
54
  */
55
55
  readonly thyItemHoverChange: EventEmitter<number>;
56
56
  className: boolean;
57
- constructor(cdr: ChangeDetectorRef);
57
+ constructor();
58
58
  get thyValue(): number;
59
59
  set thyValue(value: number);
60
60
  writeValue(value: number): void;
@@ -1,6 +1,4 @@
1
- import { AfterViewInit, OnDestroy, ElementRef, Renderer2, NgZone, EventEmitter, ChangeDetectorRef } from '@angular/core';
2
- import { ThyResizableService } from './resizable.service';
3
- import { Platform } from '@angular/cdk/platform';
1
+ import { AfterViewInit, OnDestroy, ElementRef, EventEmitter } from '@angular/core';
4
2
  import { ThyResizeEvent } from './interface';
5
3
  import * as i0 from "@angular/core";
6
4
  /**
@@ -79,7 +77,7 @@ export declare class ThyResizableDirective implements AfterViewInit, OnDestroy {
79
77
  private ghostElement;
80
78
  private currentHandleEvent;
81
79
  private readonly destroyRef;
82
- constructor(elementRef: ElementRef<HTMLElement>, renderer: Renderer2, platform: Platform, ngZone: NgZone, thyResizableService: ThyResizableService, changeDetectorRef: ChangeDetectorRef);
80
+ constructor();
83
81
  ngAfterViewInit(): void;
84
82
  setCursor(): void;
85
83
  endResize(event: MouseEvent | TouchEvent): void;
@@ -1,4 +1,4 @@
1
- import { NgZone, OnDestroy } from '@angular/core';
1
+ import { OnDestroy } from '@angular/core';
2
2
  import { Subject } from 'rxjs';
3
3
  import { ThyResizeHandleMouseDownEvent } from './resize-handle.component';
4
4
  import * as i0 from "@angular/core";
@@ -23,7 +23,7 @@ export declare class ThyResizableService implements OnDestroy {
23
23
  documentMouseUpOutsideAngular$: Subject<MouseEvent | TouchEvent>;
24
24
  documentMouseMoveOutsideAngular$: Subject<MouseEvent | TouchEvent>;
25
25
  mouseEnteredOutsideAngular$: Subject<boolean>;
26
- constructor(ngZone: NgZone, document: any);
26
+ constructor();
27
27
  startResizing(event: MouseEvent | TouchEvent): void;
28
28
  private clearListeners;
29
29
  ngOnDestroy(): void;
@@ -1,6 +1,5 @@
1
- import { OnInit, NgZone, EventEmitter, ElementRef } from '@angular/core';
1
+ import { OnInit, EventEmitter } from '@angular/core';
2
2
  import { ThyResizeDirection } from './interface';
3
- import { ThyResizableService } from './resizable.service';
4
3
  import * as i0 from "@angular/core";
5
4
  export declare class ThyResizeHandleMouseDownEvent {
6
5
  direction: ThyResizeDirection;
@@ -30,12 +29,8 @@ export declare class ThyResizeHandle implements OnInit {
30
29
  readonly thyMouseDown: EventEmitter<ThyResizeHandleMouseDownEvent>;
31
30
  private hostRenderer;
32
31
  private readonly destroyRef;
33
- constructor(ngZone: NgZone, thyResizableService: ThyResizableService, host: ElementRef<HTMLElement>);
34
32
  ngOnInit(): void;
35
33
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyResizeHandle, never>;
36
34
  static ɵcmp: i0.ɵɵComponentDeclaration<ThyResizeHandle, "thy-resize-handle, [thy-resize-handle]", ["thyResizeHandle"], { "thyDirection": { "alias": "thyDirection"; "required": false; }; "thyLine": { "alias": "thyLine"; "required": false; }; }, { "thyMouseDown": "thyMouseDown"; }, never, ["*"], true, never>;
37
- static ngAcceptInputType_thyLine: /**
38
- * 调整方向
39
- * @type top | right | bottom | left | topRight | bottomRight | bottomLeft | topLeft
40
- */ boolean | string | number;
35
+ static ngAcceptInputType_thyLine: boolean | string | number;
41
36
  }
@@ -1 +1 @@
1
- export declare const VERSION = "18.0.8";
1
+ export declare const VERSION = "18.1.0-next.1";
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
- exports.VERSION = '18.0.8';
4
+ exports.VERSION = '18.1.0-next.1';
@@ -1,5 +1,4 @@
1
- import { AfterViewInit, ChangeDetectorRef, ElementRef, NgZone, OnDestroy, Renderer2 } from '@angular/core';
2
- import { IThySegmentComponent } from './segment.token';
1
+ import { AfterViewInit, ElementRef, OnDestroy } from '@angular/core';
3
2
  import { SafeAny } from 'ngx-tethys/types';
4
3
  import * as i0 from "@angular/core";
5
4
  /**
@@ -7,7 +6,7 @@ import * as i0 from "@angular/core";
7
6
  * @name thy-segment-item,[thy-segment-item]
8
7
  */
9
8
  export declare class ThySegmentItem implements AfterViewInit, OnDestroy {
10
- elementRef: ElementRef;
9
+ elementRef: ElementRef<any>;
11
10
  private ngZone;
12
11
  private cdr;
13
12
  private renderer;
@@ -27,13 +26,13 @@ export declare class ThySegmentItem implements AfterViewInit, OnDestroy {
27
26
  isOnlyIcon: boolean;
28
27
  isWithText: boolean;
29
28
  private destroy$;
30
- constructor(elementRef: ElementRef, ngZone: NgZone, cdr: ChangeDetectorRef, renderer: Renderer2, parent: IThySegmentComponent);
29
+ constructor();
31
30
  ngAfterViewInit(): void;
32
31
  select(): void;
33
32
  unselect(): void;
34
33
  private wrapSpanForText;
35
34
  ngOnDestroy(): void;
36
- static ɵfac: i0.ɵɵFactoryDeclaration<ThySegmentItem, [null, null, null, null, { optional: true; }]>;
35
+ static ɵfac: i0.ɵɵFactoryDeclaration<ThySegmentItem, never>;
37
36
  static ɵcmp: i0.ɵɵComponentDeclaration<ThySegmentItem, "thy-segment-item,[thy-segment-item]", never, { "thyValue": { "alias": "thyValue"; "required": false; }; "thyIcon": { "alias": "thyIcon"; "required": false; }; "thyDisabled": { "alias": "thyDisabled"; "required": false; }; }, {}, never, ["*"], true, never>;
38
37
  static ngAcceptInputType_thyDisabled: boolean | string | number;
39
38
  }
@@ -1,4 +1,4 @@
1
- import { AfterContentInit, ChangeDetectorRef, DestroyRef, EventEmitter, QueryList } from '@angular/core';
1
+ import { AfterContentInit, EventEmitter, QueryList } from '@angular/core';
2
2
  import { ThumbAnimationProps } from 'ngx-tethys/core';
3
3
  import { ThySegmentItem } from './segment-item.component';
4
4
  import { IThySegmentComponent } from './segment.token';
@@ -48,16 +48,11 @@ export declare class ThySegment implements IThySegmentComponent, AfterContentIni
48
48
  params: ThumbAnimationProps;
49
49
  };
50
50
  transitionedTo: any;
51
- constructor(cdr: ChangeDetectorRef, destroyRef: DestroyRef);
52
51
  ngAfterContentInit(): void;
53
52
  changeSelectedItem(item: ThySegmentItem, event?: Event): void;
54
53
  handleThumbAnimationDone(event: AnimationEvent): void;
55
54
  static ɵfac: i0.ɵɵFactoryDeclaration<ThySegment, never>;
56
55
  static ɵcmp: i0.ɵɵComponentDeclaration<ThySegment, "thy-segment", ["thySegment"], { "thySize": { "alias": "thySize"; "required": false; }; "thyMode": { "alias": "thyMode"; "required": false; }; "thyDisabled": { "alias": "thyDisabled"; "required": false; }; "thyActiveIndex": { "alias": "thyActiveIndex"; "required": false; }; }, { "thySelectChange": "thySelectChange"; }, ["options"], ["*"], true, never>;
57
- static ngAcceptInputType_thyDisabled: boolean | string /**
58
- * 是否禁用分段控制器
59
- */ | /**
60
- * 是否禁用分段控制器
61
- */ number;
56
+ static ngAcceptInputType_thyDisabled: boolean | string | number;
62
57
  static ngAcceptInputType_thyActiveIndex: unknown;
63
58
  }
@@ -1,11 +1,11 @@
1
- import { TabIndexDisabledControlValueAccessorMixin, ThyClickDispatcher, ThyPlacement } from 'ngx-tethys/core';
1
+ import { TabIndexDisabledControlValueAccessorMixin, ThyPlacement } from 'ngx-tethys/core';
2
2
  import { IThyOptionParentComponent, SelectControlSize, ThyOption, ThyOptionSelectionChangeEvent, ThySelectOptionGroup } from 'ngx-tethys/shared';
3
3
  import { FunctionProp } from 'ngx-tethys/util';
4
4
  import { Observable } from 'rxjs';
5
5
  import { ActiveDescendantKeyManager } from '@angular/cdk/a11y';
6
6
  import { SelectionModel } from '@angular/cdk/collections';
7
- import { CdkConnectedOverlay, ConnectionPositionPair, Overlay, ScrollStrategy } from '@angular/cdk/overlay';
8
- import { AfterContentInit, AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, NgZone, OnDestroy, OnInit, QueryList, TemplateRef } from '@angular/core';
7
+ import { CdkConnectedOverlay, ConnectionPositionPair, ScrollStrategy } from '@angular/cdk/overlay';
8
+ import { AfterContentInit, AfterViewInit, ElementRef, EventEmitter, OnDestroy, OnInit, QueryList, TemplateRef } from '@angular/core';
9
9
  import { ControlValueAccessor } from '@angular/forms';
10
10
  import { ThyDropdownWidthMode, ThySelectConfig } from '../select.config';
11
11
  import * as i0 from "@angular/core";
@@ -227,7 +227,7 @@ export declare class ThySelect extends TabIndexDisabledControlValueAccessorMixin
227
227
  private isSearching;
228
228
  groupBy: (item: ThySelectOptionModel) => string;
229
229
  get placement(): ThyPlacement;
230
- constructor(ngZone: NgZone, elementRef: ElementRef, changeDetectorRef: ChangeDetectorRef, overlay: Overlay, thyClickDispatcher: ThyClickDispatcher, platformId: string, scrollStrategyFactory: FunctionProp<ScrollStrategy>, selectConfig: ThySelectConfig);
230
+ constructor();
231
231
  writeValue(value: any): void;
232
232
  ngOnInit(): void;
233
233
  buildOptionGroups(options: ThySelectOptionModel[]): ThyOptionGroupModel[];
@@ -274,7 +274,7 @@ export declare class ThySelect extends TabIndexDisabledControlValueAccessorMixin
274
274
  private subscribeTriggerResize;
275
275
  private unsubscribeTriggerResize;
276
276
  ngOnDestroy(): void;
277
- static ɵfac: i0.ɵɵFactoryDeclaration<ThySelect, [null, null, null, null, null, null, { optional: true; }, { optional: true; }]>;
277
+ static ɵfac: i0.ɵɵFactoryDeclaration<ThySelect, never>;
278
278
  static ɵcmp: i0.ɵɵComponentDeclaration<ThySelect, "thy-select,thy-custom-select", ["thySelect"], { "thyDropdownWidthMode": { "alias": "thyDropdownWidthMode"; "required": false; }; "thyShowSearch": { "alias": "thyShowSearch"; "required": false; }; "thyPlaceHolder": { "alias": "thyPlaceHolder"; "required": false; }; "thyServerSearch": { "alias": "thyServerSearch"; "required": false; }; "thyLoadState": { "alias": "thyLoadState"; "required": false; }; "thyAutoActiveFirstItem": { "alias": "thyAutoActiveFirstItem"; "required": false; }; "thyMode": { "alias": "thyMode"; "required": false; }; "thySize": { "alias": "thySize"; "required": false; }; "thyEmptyStateText": { "alias": "thyEmptyStateText"; "required": false; }; "thyEmptySearchMessageText": { "alias": "thyEmptySearchMessageText"; "required": false; }; "thyEnableScrollLoad": { "alias": "thyEnableScrollLoad"; "required": false; }; "thyAllowClear": { "alias": "thyAllowClear"; "required": false; }; "thyDisabled": { "alias": "thyDisabled"; "required": false; }; "thySortComparator": { "alias": "thySortComparator"; "required": false; }; "thyFooterTemplate": { "alias": "thyFooterTemplate"; "required": false; }; "thyPlacement": { "alias": "thyPlacement"; "required": false; }; "thyOrigin": { "alias": "thyOrigin"; "required": false; }; "thyFooterClass": { "alias": "thyFooterClass"; "required": false; }; "thyAutoExpand": { "alias": "thyAutoExpand"; "required": false; }; "thyHasBackdrop": { "alias": "thyHasBackdrop"; "required": false; }; "thyMaxTagCount": { "alias": "thyMaxTagCount"; "required": false; }; "thyBorderless": { "alias": "thyBorderless"; "required": false; }; "thyOptions": { "alias": "thyOptions"; "required": false; }; "thyPreset": { "alias": "thyPreset"; "required": false; }; }, { "thyOnSearch": "thyOnSearch"; "thyOnScrollToBottom": "thyOnScrollToBottom"; "thyOnExpandStatusChange": "thyOnExpandStatusChange"; }, ["selectedValueDisplayRef", "contentOptions", "contentGroups"], ["*"], true, never>;
279
279
  static ngAcceptInputType_thyShowSearch: boolean | string | number;
280
280
  static ngAcceptInputType_thyServerSearch: boolean | string | number;
@@ -23,7 +23,7 @@ export declare class ThyNativeSelect extends TabIndexDisabledControlValueAccesso
23
23
  thyAllowClear: boolean;
24
24
  writeValue(obj: any): void;
25
25
  setDisabledState?(isDisabled: boolean): void;
26
- constructor(elementRef: ElementRef);
26
+ constructor();
27
27
  ngModelChange(): void;
28
28
  ngOnInit(): void;
29
29
  onBlur(event: FocusEvent): void;
@@ -42,7 +42,7 @@ export declare class ThyFormCheckBaseComponent extends TabIndexDisabledControlVa
42
42
  registerOnTouched(fn: any): void;
43
43
  setDisabledState?(isDisabled: boolean): void;
44
44
  updateValue(value: boolean): void;
45
- constructor(thyTranslate: ThyTranslate, changeDetectorRef?: ChangeDetectorRef);
45
+ constructor();
46
46
  change(): void;
47
47
  markForCheck(): void;
48
48
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyFormCheckBaseComponent, never>;
@@ -1,4 +1,4 @@
1
- import { OnChanges, Renderer2, SimpleChanges, TemplateRef, ViewContainerRef } from '@angular/core';
1
+ import { OnChanges, SimpleChanges, TemplateRef } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  /**
4
4
  * @name thyStringOrTemplateOutlet
@@ -10,7 +10,6 @@ export declare class ThyStringOrTemplateOutletDirective implements OnChanges {
10
10
  private textNode;
11
11
  thyStringOrTemplateOutletContext: any;
12
12
  thyStringOrTemplateOutlet: any | TemplateRef<any>;
13
- constructor(viewContainerRef: ViewContainerRef, renderer: Renderer2);
14
13
  ngOnChanges(changes: SimpleChanges): void;
15
14
  private updateView;
16
15
  private clear;
@@ -1,4 +1,3 @@
1
- import { ElementRef, NgZone } from '@angular/core';
2
1
  import * as i0 from "@angular/core";
3
2
  /**
4
3
  * 自动聚焦指令
@@ -18,7 +17,6 @@ export declare class ThyAutofocusDirective {
18
17
  * @default false
19
18
  */
20
19
  set thyAutoSelect(value: boolean);
21
- constructor(elementRef: ElementRef, ngZone: NgZone);
22
20
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyAutofocusDirective, never>;
23
21
  static ɵdir: i0.ɵɵDirectiveDeclaration<ThyAutofocusDirective, "input[thyAutofocus],textarea[thyAutofocus]", never, { "thyAutofocus": { "alias": "thyAutofocus"; "required": false; }; "thyAutoSelect": { "alias": "thyAutoSelect"; "required": false; }; }, {}, never, never, true, never>;
24
22
  static ngAcceptInputType_thyAutofocus: boolean | string | number;
@@ -1,4 +1,4 @@
1
- import { ElementRef, EventEmitter, OnInit, NgZone, Renderer2, OnDestroy } from '@angular/core';
1
+ import { EventEmitter, OnInit, OnDestroy } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  /**
4
4
  * @name thyContextMenu
@@ -9,7 +9,6 @@ export declare class ThyContextMenuDirective implements OnInit, OnDestroy {
9
9
  private renderer;
10
10
  thyContextMenu: EventEmitter<any>;
11
11
  private removeContextListenerFn;
12
- constructor(ngZone: NgZone, elementRef: ElementRef, renderer: Renderer2);
13
12
  rightClick: (event: Event) => void;
14
13
  ngOnInit(): void;
15
14
  ngOnDestroy(): void;
@@ -1,4 +1,4 @@
1
- import { ElementRef, EventEmitter, OnInit, NgZone, Renderer2, OnDestroy } from '@angular/core';
1
+ import { EventEmitter, OnInit, OnDestroy } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  /**
4
4
  * @name thyCtrlEnter
@@ -9,7 +9,6 @@ export declare class ThyCtrlEnterDirective implements OnInit, OnDestroy {
9
9
  private renderer;
10
10
  thyCtrlEnter: EventEmitter<any>;
11
11
  private removeKeydownListenerFn;
12
- constructor(ngZone: NgZone, elementRef: ElementRef, renderer: Renderer2);
13
12
  onKeydown: (event: KeyboardEvent) => void;
14
13
  ngOnInit(): void;
15
14
  ngOnDestroy(): void;
@@ -1,4 +1,4 @@
1
- import { EventEmitter, OnInit, NgZone, ElementRef, Renderer2, OnDestroy } from '@angular/core';
1
+ import { EventEmitter, OnInit, OnDestroy } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  /**
4
4
  * 与 (keydown.enter) 区别是支持组合键,当按 Ctrl + Enter 或者 Command + Enter 也会触发
@@ -11,7 +11,6 @@ export declare class ThyEnterDirective implements OnInit, OnDestroy {
11
11
  thyEnter: EventEmitter<any>;
12
12
  onKeydown: (event: KeyboardEvent) => void;
13
13
  private removeKeydownListenerFn;
14
- constructor(ngZone: NgZone, elementRef: ElementRef, renderer: Renderer2);
15
14
  ngOnInit(): void;
16
15
  ngOnDestroy(): void;
17
16
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyEnterDirective, never>;
@@ -1,4 +1,4 @@
1
- import { ElementRef, OnInit, NgZone, OnDestroy, EventEmitter } from '@angular/core';
1
+ import { ElementRef, OnInit, OnDestroy, EventEmitter } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  /**
4
4
  * @name thyScroll
@@ -32,7 +32,6 @@ export declare class ThyScrollDirective implements OnInit, OnDestroy {
32
32
  * ```
33
33
  */
34
34
  thyOnScrolled: EventEmitter<ElementRef>;
35
- constructor(elementRef: ElementRef<any>, ngZone: NgZone);
36
35
  ngOnInit(): void;
37
36
  ngOnDestroy(): void;
38
37
  getElementRef(): ElementRef<HTMLElement>;
@@ -1,4 +1,4 @@
1
- import { Renderer2, ElementRef, EventEmitter, OnDestroy, NgZone } from '@angular/core';
1
+ import { EventEmitter, OnDestroy } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  /**
4
4
  * @name thyShow
@@ -12,7 +12,6 @@ export declare class ThyShowDirective implements OnDestroy {
12
12
  private unListenEvent;
13
13
  private unListenDocument;
14
14
  set thyShow(condition: boolean);
15
- constructor(elementRef: ElementRef<HTMLElement>, renderer: Renderer2, ngZone: NgZone);
16
15
  ngOnDestroy(): void;
17
16
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyShowDirective, never>;
18
17
  static ɵdir: i0.ɵɵDirectiveDeclaration<ThyShowDirective, "[thyShow]", never, { "thyShow": { "alias": "thyShow"; "required": false; }; }, { "thyShowChange": "thyShowChange"; }, never, never, true, never>;
@@ -1,4 +1,4 @@
1
- import { ElementRef, NgZone, OnDestroy } from '@angular/core';
1
+ import { OnDestroy } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  /**
4
4
  * 阻止事件冒泡
@@ -10,7 +10,7 @@ export declare class ThyStopPropagationDirective implements OnDestroy {
10
10
  set thyStopPropagation(value: string | boolean);
11
11
  private _changes$;
12
12
  private _destroy$;
13
- constructor(_host: ElementRef<HTMLElement>, _ngZone: NgZone);
13
+ constructor();
14
14
  ngOnDestroy(): void;
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyStopPropagationDirective, never>;
16
16
  static ɵdir: i0.ɵɵDirectiveDeclaration<ThyStopPropagationDirective, "[thyStopPropagation]", never, { "thyStopPropagation": { "alias": "thyStopPropagation"; "required": false; }; }, {}, never, never, true, never>;
@@ -1,4 +1,4 @@
1
- import { OnChanges, SimpleChanges, Type, ViewContainerRef, TemplateRef, KeyValueDiffers } from '@angular/core';
1
+ import { OnChanges, SimpleChanges, Type, TemplateRef } from '@angular/core';
2
2
  import { SafeAny } from 'ngx-tethys/types';
3
3
  import * as i0 from "@angular/core";
4
4
  /**
@@ -20,7 +20,6 @@ export declare class ThyViewOutletDirective implements OnChanges {
20
20
  */
21
21
  thyViewOutletContext?: SafeAny;
22
22
  private keyValueDiffer;
23
- constructor(viewContainerRef: ViewContainerRef, keyValueDiffers: KeyValueDiffers);
24
23
  ngOnChanges(changes: SimpleChanges): void;
25
24
  private updateContext;
26
25
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyViewOutletDirective, never>;
@@ -9,7 +9,7 @@ export declare class ThyTranscludeDirective {
9
9
  protected _ngTransclude: TemplateRef<any>;
10
10
  set thyTransclude(templateRef: TemplateRef<any>);
11
11
  get thyTransclude(): TemplateRef<any>;
12
- constructor(viewRef: ViewContainerRef);
12
+ constructor();
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyTranscludeDirective, never>;
14
14
  static ɵdir: i0.ɵɵDirectiveDeclaration<ThyTranscludeDirective, "[thyTransclude]", never, { "thyTransclude": { "alias": "thyTransclude"; "required": false; }; }, {}, never, never, true, never>;
15
15
  }
@@ -1,4 +1,4 @@
1
- import { QueryList, NgZone, OnDestroy, AfterContentInit, ChangeDetectorRef } from '@angular/core';
1
+ import { QueryList, OnDestroy, AfterContentInit } from '@angular/core';
2
2
  import { Observable, Subject } from 'rxjs';
3
3
  import { ThyOptionVisibleChangeEvent, ThyOption } from '../option.component';
4
4
  import * as i0 from "@angular/core";
@@ -16,7 +16,6 @@ export declare class ThySelectOptionGroup implements OnDestroy, AfterContentInit
16
16
  options: QueryList<ThyOption>;
17
17
  _destroy$: Subject<void>;
18
18
  optionVisibleChanges: Observable<ThyOptionVisibleChangeEvent>;
19
- constructor(_ngZone: NgZone, cdr: ChangeDetectorRef);
20
19
  ngAfterContentInit(): void;
21
20
  _resetOptions(): void;
22
21
  ngOnDestroy(): void;
@@ -1,4 +1,4 @@
1
- import { ElementRef, ChangeDetectorRef } from '@angular/core';
1
+ import { ElementRef } from '@angular/core';
2
2
  import { Highlightable } from '@angular/cdk/a11y';
3
3
  import { IThyListOptionParentComponent } from '../option.token';
4
4
  import * as i0 from "@angular/core";
@@ -10,7 +10,6 @@ export type ThyListLayout = 'list' | 'grid';
10
10
  export declare class ThyListOption implements Highlightable {
11
11
  element: ElementRef<HTMLElement>;
12
12
  private changeDetector;
13
- /** @docs-private */
14
13
  parentSelectionList: IThyListOptionParentComponent;
15
14
  get _isListOption(): boolean;
16
15
  get _parentLayout(): boolean;
@@ -22,9 +21,6 @@ export declare class ThyListOption implements Highlightable {
22
21
  disabled?: boolean;
23
22
  /** Whether the option is selected. */
24
23
  get selected(): boolean;
25
- constructor(element: ElementRef<HTMLElement>, changeDetector: ChangeDetectorRef,
26
- /** @docs-private */
27
- parentSelectionList: IThyListOptionParentComponent);
28
24
  onClick(event: Event): void;
29
25
  /** Allows for programmatic focusing of the option. */
30
26
  setActiveStyles(): void;
@@ -34,7 +30,10 @@ export declare class ThyListOption implements Highlightable {
34
30
  * @docs-private
35
31
  */
36
32
  getLabel(): string;
37
- static ɵfac: i0.ɵɵFactoryDeclaration<ThyListOption, [null, null, { optional: true; }]>;
33
+ static ɵfac: i0.ɵɵFactoryDeclaration<ThyListOption, never>;
38
34
  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: boolean | string | number;
35
+ static ngAcceptInputType_thyDisabled:
36
+ /** Allows for programmatic focusing of the option. */
37
+ // this.parentSelectionList.setFocusedOption(this, event);
38
+ boolean | string | number;
40
39
  }