ngx-tethys 18.1.0-next.0 → 18.1.0

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 (558) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/action/action.component.d.ts +1 -2
  3. package/affix/affix.component.d.ts +2 -4
  4. package/anchor/anchor-link.component.d.ts +2 -4
  5. package/anchor/anchor.component.d.ts +1 -4
  6. package/arrow-switcher/arrow-switcher.component.d.ts +1 -2
  7. package/autocomplete/autocomplete.component.d.ts +1 -2
  8. package/autocomplete/autocomplete.trigger.directive.d.ts +3 -5
  9. package/autocomplete/overlay/autocomplete-container.component.d.ts +4 -4
  10. package/autocomplete/overlay/autocomplete.service.d.ts +3 -5
  11. package/avatar/avatar.component.d.ts +1 -3
  12. package/avatar/avatar.pipe.d.ts +0 -2
  13. package/back-top/back-top.component.d.ts +2 -4
  14. package/badge/badge.component.d.ts +5 -14
  15. package/breadcrumb/breadcrumb-item.component.d.ts +1 -2
  16. package/breadcrumb/breadcrumb.component.d.ts +1 -2
  17. package/button/button.component.d.ts +1 -2
  18. package/calendar/calendar-header.component.d.ts +1 -2
  19. package/calendar/calendar.component.d.ts +1 -2
  20. package/carousel/carousel-item.directive.d.ts +1 -2
  21. package/carousel/carousel.component.d.ts +1 -4
  22. package/carousel/carousel.service.d.ts +1 -2
  23. package/cascader/cascader.component.d.ts +4 -4
  24. package/checkbox/checkbox.component.d.ts +0 -2
  25. package/collapse/collapse-item.component.d.ts +2 -4
  26. package/color-picker/color-picker-panel.component.d.ts +2 -3
  27. package/color-picker/color-picker.component.d.ts +2 -4
  28. package/color-picker/coordinates.directive.d.ts +1 -2
  29. package/color-picker/parts/alpha/alpha.component.d.ts +1 -2
  30. package/color-picker/parts/hue/hue.component.d.ts +1 -2
  31. package/color-picker/parts/saturation/saturation.component.d.ts +1 -2
  32. package/copy/copy.directive.d.ts +0 -2
  33. package/core/click-positioner.d.ts +0 -2
  34. package/core/scroll.d.ts +1 -2
  35. package/core/update-host-class.service.d.ts +1 -2
  36. package/date-picker/abstract-picker.component.d.ts +1 -1
  37. package/date-picker/abstract-picker.directive.d.ts +2 -3
  38. package/date-picker/base-picker.component.d.ts +2 -3
  39. package/date-picker/date-picker.component.d.ts +2 -2
  40. package/date-picker/date-picker.directive.d.ts +1 -3
  41. package/date-picker/date-picker.service.d.ts +2 -2
  42. package/date-picker/lib/calendar/calendar-footer.component.d.ts +1 -2
  43. package/date-picker/lib/calendar/calendar-header.component.d.ts +0 -1
  44. package/date-picker/lib/date/date-header.component.d.ts +0 -3
  45. package/date-picker/lib/date/date-table.component.d.ts +1 -3
  46. package/date-picker/lib/date-carousel/date-carousel.component.d.ts +1 -2
  47. package/date-picker/lib/decade/decade-header.component.d.ts +1 -1
  48. package/date-picker/lib/month/month-header.component.d.ts +0 -3
  49. package/date-picker/lib/month/month-table.component.d.ts +1 -2
  50. package/date-picker/lib/popups/date-popup.component.d.ts +1 -3
  51. package/date-picker/lib/popups/inner-popup.component.d.ts +1 -4
  52. package/date-picker/lib/quarter/quarter-table.component.d.ts +1 -2
  53. package/date-picker/lib/year/year-header.component.d.ts +0 -1
  54. package/date-picker/month-picker.component.d.ts +2 -2
  55. package/date-picker/picker.component.d.ts +1 -3
  56. package/date-picker/picker.pipes.d.ts +0 -3
  57. package/date-picker/quarter-picker.component.d.ts +2 -2
  58. package/date-picker/range-picker.component.d.ts +2 -2
  59. package/date-picker/range-picker.directive.d.ts +2 -3
  60. package/date-picker/week-picker.component.d.ts +2 -2
  61. package/date-picker/year-picker.component.d.ts +2 -2
  62. package/date-range/date-range.component.d.ts +1 -3
  63. package/date-range/optional-dates/optional-dates.component.d.ts +0 -2
  64. package/dialog/body/dialog-body.component.d.ts +0 -2
  65. package/dialog/confirm/confirm.component.d.ts +2 -3
  66. package/dialog/dialog-container.component.d.ts +4 -5
  67. package/dialog/dialog.service.d.ts +4 -4
  68. package/dialog/footer/dialog-footer.component.d.ts +2 -2
  69. package/dialog/header/dialog-header.component.d.ts +2 -6
  70. package/dot/dot.component.d.ts +1 -2
  71. package/drag-drop/drag-content.directive.d.ts +2 -3
  72. package/drag-drop/drag-handle.directive.d.ts +2 -3
  73. package/drag-drop/drag.directive.d.ts +4 -5
  74. package/drag-drop/drop-container.directive.d.ts +6 -3
  75. package/dropdown/dropdown-active.directive.d.ts +3 -4
  76. package/dropdown/dropdown-menu-item.directive.d.ts +1 -2
  77. package/dropdown/dropdown-submenu.component.d.ts +1 -3
  78. package/dropdown/dropdown.directive.d.ts +3 -5
  79. package/empty/empty.component.d.ts +6 -6
  80. package/esm2022/action/action.component.mjs +18 -18
  81. package/esm2022/affix/affix.component.mjs +11 -14
  82. package/esm2022/anchor/anchor-link.component.mjs +9 -10
  83. package/esm2022/anchor/anchor.component.mjs +11 -16
  84. package/esm2022/arrow-switcher/arrow-switcher.component.mjs +22 -22
  85. package/esm2022/autocomplete/autocomplete.component.mjs +7 -7
  86. package/esm2022/autocomplete/autocomplete.trigger.directive.mjs +30 -37
  87. package/esm2022/autocomplete/overlay/autocomplete-container.component.mjs +11 -15
  88. package/esm2022/autocomplete/overlay/autocomplete.service.mjs +14 -21
  89. package/esm2022/avatar/avatar.component.mjs +24 -25
  90. package/esm2022/avatar/avatar.pipe.mjs +6 -7
  91. package/esm2022/back-top/back-top.component.mjs +11 -15
  92. package/esm2022/badge/badge.component.mjs +6 -6
  93. package/esm2022/breadcrumb/breadcrumb-item.component.mjs +7 -7
  94. package/esm2022/breadcrumb/breadcrumb.component.mjs +12 -12
  95. package/esm2022/button/button.component.mjs +12 -12
  96. package/esm2022/calendar/calendar-header.component.mjs +12 -12
  97. package/esm2022/calendar/calendar.component.mjs +12 -12
  98. package/esm2022/carousel/carousel-item.directive.mjs +7 -6
  99. package/esm2022/carousel/carousel.component.mjs +10 -12
  100. package/esm2022/carousel/carousel.service.mjs +7 -9
  101. package/esm2022/cascader/cascader.component.mjs +11 -16
  102. package/esm2022/checkbox/checkbox.component.mjs +7 -9
  103. package/esm2022/collapse/collapse-item.component.mjs +18 -21
  104. package/esm2022/color-picker/color-picker-panel.component.mjs +11 -12
  105. package/esm2022/color-picker/color-picker.component.mjs +10 -11
  106. package/esm2022/color-picker/coordinates.directive.mjs +10 -10
  107. package/esm2022/color-picker/parts/alpha/alpha.component.mjs +6 -6
  108. package/esm2022/color-picker/parts/hue/hue.component.mjs +6 -6
  109. package/esm2022/color-picker/parts/saturation/saturation.component.mjs +9 -9
  110. package/esm2022/copy/copy.directive.mjs +8 -12
  111. package/esm2022/core/click-positioner.mjs +6 -7
  112. package/esm2022/core/scroll.mjs +7 -9
  113. package/esm2022/core/store/store.mjs +1 -1
  114. package/esm2022/core/update-host-class.service.mjs +6 -6
  115. package/esm2022/date-picker/abstract-picker.component.mjs +5 -5
  116. package/esm2022/date-picker/abstract-picker.directive.mjs +42 -44
  117. package/esm2022/date-picker/base-picker.component.mjs +26 -26
  118. package/esm2022/date-picker/date-picker.component.mjs +6 -6
  119. package/esm2022/date-picker/date-picker.directive.mjs +6 -8
  120. package/esm2022/date-picker/date-picker.service.mjs +6 -10
  121. package/esm2022/date-picker/lib/calendar/calendar-footer.component.mjs +5 -5
  122. package/esm2022/date-picker/lib/calendar/calendar-header.component.mjs +6 -7
  123. package/esm2022/date-picker/lib/date/date-header.component.mjs +3 -9
  124. package/esm2022/date-picker/lib/date/date-table.component.mjs +7 -9
  125. package/esm2022/date-picker/lib/date-carousel/date-carousel.component.mjs +12 -12
  126. package/esm2022/date-picker/lib/decade/decade-header.component.mjs +5 -8
  127. package/esm2022/date-picker/lib/month/month-header.component.mjs +3 -9
  128. package/esm2022/date-picker/lib/month/month-table.component.mjs +6 -7
  129. package/esm2022/date-picker/lib/popups/date-popup.component.mjs +12 -13
  130. package/esm2022/date-picker/lib/popups/inner-popup.component.mjs +12 -13
  131. package/esm2022/date-picker/lib/quarter/quarter-table.component.mjs +6 -7
  132. package/esm2022/date-picker/lib/year/year-header.component.mjs +3 -9
  133. package/esm2022/date-picker/month-picker.component.mjs +6 -7
  134. package/esm2022/date-picker/picker.component.mjs +21 -22
  135. package/esm2022/date-picker/picker.pipes.mjs +10 -11
  136. package/esm2022/date-picker/quarter-picker.component.mjs +6 -7
  137. package/esm2022/date-picker/range-picker.component.mjs +6 -7
  138. package/esm2022/date-picker/range-picker.directive.mjs +6 -8
  139. package/esm2022/date-picker/week-picker.component.mjs +6 -7
  140. package/esm2022/date-picker/year-picker.component.mjs +6 -7
  141. package/esm2022/date-range/date-range.component.mjs +14 -15
  142. package/esm2022/date-range/optional-dates/optional-dates.component.mjs +8 -9
  143. package/esm2022/dialog/body/dialog-body.component.mjs +11 -12
  144. package/esm2022/dialog/confirm/confirm.component.mjs +10 -14
  145. package/esm2022/dialog/dialog-container.component.mjs +13 -18
  146. package/esm2022/dialog/dialog.service.mjs +10 -17
  147. package/esm2022/dialog/footer/dialog-footer.component.mjs +7 -11
  148. package/esm2022/dialog/header/dialog-header.component.mjs +14 -19
  149. package/esm2022/dot/dot.component.mjs +7 -7
  150. package/esm2022/drag-drop/drag-content.directive.mjs +7 -9
  151. package/esm2022/drag-drop/drag-handle.directive.mjs +7 -9
  152. package/esm2022/drag-drop/drag.directive.mjs +13 -16
  153. package/esm2022/drag-drop/drop-container.directive.mjs +13 -13
  154. package/esm2022/dropdown/dropdown-active.directive.mjs +9 -12
  155. package/esm2022/dropdown/dropdown-menu-item.directive.mjs +12 -12
  156. package/esm2022/dropdown/dropdown-submenu.component.mjs +9 -10
  157. package/esm2022/dropdown/dropdown.directive.mjs +12 -10
  158. package/esm2022/empty/empty.component.mjs +14 -17
  159. package/esm2022/flexible-text/flexible-text.component.mjs +16 -17
  160. package/esm2022/form/form-group-error/form-group-error.component.mjs +9 -12
  161. package/esm2022/form/form-group-label.directive.mjs +9 -10
  162. package/esm2022/form/form-group.component.mjs +15 -19
  163. package/esm2022/form/form-submit.directive.mjs +6 -7
  164. package/esm2022/form/form-validator-loader.mjs +1 -1
  165. package/esm2022/form/form-validator.service.mjs +12 -13
  166. package/esm2022/form/form.directive.mjs +11 -16
  167. package/esm2022/form/from-group-footer/form-group-footer.component.mjs +10 -16
  168. package/esm2022/form/validator/unique-validator.directive.mjs +7 -10
  169. package/esm2022/fullscreen/fullscreen.component.mjs +10 -11
  170. package/esm2022/fullscreen/fullscreen.service.mjs +7 -10
  171. package/esm2022/grid/thy-col.directive.mjs +9 -14
  172. package/esm2022/grid/thy-grid-item.component.mjs +8 -14
  173. package/esm2022/grid/thy-grid.component.mjs +7 -8
  174. package/esm2022/guider/guider.directive.mjs +8 -9
  175. package/esm2022/guider/guider.service.mjs +12 -19
  176. package/esm2022/icon/icon-registry.mjs +11 -16
  177. package/esm2022/icon/icon.component.mjs +8 -9
  178. package/esm2022/image/image-group.component.mjs +7 -7
  179. package/esm2022/image/image.directive.mjs +11 -12
  180. package/esm2022/image/image.service.mjs +8 -14
  181. package/esm2022/image/preview/image-preview.component.mjs +34 -38
  182. package/esm2022/input/input-count.component.mjs +7 -10
  183. package/esm2022/input/input-group.component.mjs +12 -13
  184. package/esm2022/input/input-search.component.mjs +7 -7
  185. package/esm2022/input/input.component.mjs +14 -14
  186. package/esm2022/input/input.directive.mjs +12 -17
  187. package/esm2022/input-number/input-number.component.mjs +6 -6
  188. package/esm2022/layout/sidebar.component.mjs +45 -51
  189. package/esm2022/list/selection/selection-list.mjs +25 -25
  190. package/esm2022/loading/loading.component.mjs +8 -8
  191. package/esm2022/mention/mention.directive.mjs +9 -14
  192. package/esm2022/mention/suggestions/suggestions.component.mjs +8 -9
  193. package/esm2022/menu/group/menu-group.component.mjs +34 -35
  194. package/esm2022/menu/item/action/menu-item-action.component.mjs +15 -16
  195. package/esm2022/menu/item/menu-item.component.mjs +6 -6
  196. package/esm2022/message/abstract/abstract-message-container.component.mjs +5 -5
  197. package/esm2022/message/abstract/abstract-message.component.mjs +6 -6
  198. package/esm2022/message/message-container.component.mjs +9 -11
  199. package/esm2022/message/message-queue.service.mjs +6 -8
  200. package/esm2022/message/message.component.mjs +7 -7
  201. package/esm2022/message/message.service.mjs +10 -11
  202. package/esm2022/nav/icon-nav/icon-nav.component.mjs +6 -6
  203. package/esm2022/nav/nav-ink-bar.directive.mjs +9 -14
  204. package/esm2022/nav/nav-item.directive.mjs +8 -11
  205. package/esm2022/nav/nav.component.mjs +32 -33
  206. package/esm2022/nav/nav.pipe.mjs +6 -7
  207. package/esm2022/notify/notify-container.component.mjs +8 -11
  208. package/esm2022/notify/notify-queue.service.mjs +6 -8
  209. package/esm2022/notify/notify.component.mjs +7 -7
  210. package/esm2022/notify/notify.service.mjs +11 -12
  211. package/esm2022/pagination/pagination.component.mjs +38 -43
  212. package/esm2022/pagination/pagination.pipe.mjs +6 -7
  213. package/esm2022/popover/header/popover-header.component.mjs +12 -14
  214. package/esm2022/popover/popover-container.component.mjs +11 -13
  215. package/esm2022/popover/popover.directive.mjs +13 -12
  216. package/esm2022/popover/popover.service.mjs +14 -26
  217. package/esm2022/progress/progress-strip.component.mjs +10 -13
  218. package/esm2022/property/property-item.component.mjs +10 -13
  219. package/esm2022/property-operation/property-operation.component.mjs +24 -25
  220. package/esm2022/radio/button/radio-button.component.mjs +9 -15
  221. package/esm2022/radio/group/radio-group.component.mjs +17 -17
  222. package/esm2022/radio/radio.component.mjs +8 -14
  223. package/esm2022/rate/rate.component.mjs +6 -6
  224. package/esm2022/resizable/resizable.directive.mjs +10 -12
  225. package/esm2022/resizable/resizable.service.mjs +7 -9
  226. package/esm2022/resizable/resize-handle.component.mjs +7 -8
  227. package/esm2022/segment/segment-item.component.mjs +12 -15
  228. package/esm2022/segment/segment.component.mjs +26 -26
  229. package/esm2022/select/custom-select/custom-select.component.mjs +14 -28
  230. package/esm2022/select/native-select/native-select.component.mjs +6 -6
  231. package/esm2022/shared/base-form-check.component.mjs +7 -8
  232. package/esm2022/shared/directives/string-or-template-outlet.directive.mjs +7 -7
  233. package/esm2022/shared/directives/thy-autofocus.directive.mjs +10 -10
  234. package/esm2022/shared/directives/thy-contextmenu.directive.mjs +8 -8
  235. package/esm2022/shared/directives/thy-ctrl-enter.directive.mjs +8 -8
  236. package/esm2022/shared/directives/thy-enter.directive.mjs +8 -8
  237. package/esm2022/shared/directives/thy-scroll.directive.mjs +21 -21
  238. package/esm2022/shared/directives/thy-show.mjs +11 -11
  239. package/esm2022/shared/directives/thy-stop-propagation.directive.mjs +7 -5
  240. package/esm2022/shared/directives/view-outlet.directive.mjs +7 -7
  241. package/esm2022/shared/ng-transclude.directive.mjs +6 -5
  242. package/esm2022/shared/option/group/option-group.component.mjs +10 -10
  243. package/esm2022/shared/option/list-option/list-option.component.mjs +12 -19
  244. package/esm2022/shared/option/option.component.mjs +9 -19
  245. package/esm2022/shared/select/select-control/select-control.component.mjs +23 -23
  246. package/esm2022/skeleton/skeleton-circle.component.mjs +7 -15
  247. package/esm2022/skeleton/skeleton-rectangle.component.mjs +7 -15
  248. package/esm2022/slide/drawer/drawer-container.directive.mjs +6 -6
  249. package/esm2022/slide/slide-container.component.mjs +12 -16
  250. package/esm2022/slide/slide-header/slide-header.component.mjs +10 -11
  251. package/esm2022/slide/slide-ref.service.mjs +1 -1
  252. package/esm2022/slide/slide.service.mjs +8 -12
  253. package/esm2022/slider/slider.component.mjs +8 -8
  254. package/esm2022/space/space.component.mjs +13 -13
  255. package/esm2022/statistic/statistic.component.mjs +20 -20
  256. package/esm2022/stepper/step.component.mjs +6 -11
  257. package/esm2022/stepper/stepper-button.directive.mjs +10 -11
  258. package/esm2022/strength/strength.component.mjs +11 -12
  259. package/esm2022/switch/switch.component.mjs +6 -6
  260. package/esm2022/table/table-column.component.mjs +58 -63
  261. package/esm2022/table/table-skeleton.component.mjs +32 -32
  262. package/esm2022/table/table.component.mjs +16 -24
  263. package/esm2022/tabs/tabs.component.mjs +19 -19
  264. package/esm2022/tag/tag.component.mjs +22 -22
  265. package/esm2022/time-picker/inner/inner-time-picker.component.mjs +10 -9
  266. package/esm2022/time-picker/time-picker-panel.component.mjs +27 -27
  267. package/esm2022/time-picker/time-picker.component.mjs +29 -29
  268. package/esm2022/timeline/timeline-item.component.mjs +12 -13
  269. package/esm2022/timeline/timeline.component.mjs +7 -8
  270. package/esm2022/tooltip/tooltip.component.mjs +14 -14
  271. package/esm2022/tooltip/tooltip.directive.mjs +11 -10
  272. package/esm2022/tooltip/tooltip.service.mjs +9 -13
  273. package/esm2022/transfer/transfer-list.component.mjs +6 -6
  274. package/esm2022/tree/tree-node.component.mjs +13 -17
  275. package/esm2022/tree/tree.component.mjs +86 -90
  276. package/esm2022/tree-select/tree-select.component.mjs +22 -27
  277. package/esm2022/typography/bg-color.directive.mjs +9 -9
  278. package/esm2022/typography/text-color.directive.mjs +9 -9
  279. package/esm2022/upload/file-drop.directive.mjs +1 -1
  280. package/esm2022/upload/file-select-base.mjs +5 -6
  281. package/esm2022/upload/file-select.component.mjs +4 -3
  282. package/esm2022/upload/upload.service.mjs +6 -7
  283. package/esm2022/version.mjs +2 -2
  284. package/esm2022/watermark/watermark.directive.mjs +12 -12
  285. package/fesm2022/ngx-tethys-action.mjs +17 -17
  286. package/fesm2022/ngx-tethys-action.mjs.map +1 -1
  287. package/fesm2022/ngx-tethys-affix.mjs +12 -14
  288. package/fesm2022/ngx-tethys-affix.mjs.map +1 -1
  289. package/fesm2022/ngx-tethys-anchor.mjs +19 -22
  290. package/fesm2022/ngx-tethys-anchor.mjs.map +1 -1
  291. package/fesm2022/ngx-tethys-arrow-switcher.mjs +21 -21
  292. package/fesm2022/ngx-tethys-arrow-switcher.mjs.map +1 -1
  293. package/fesm2022/ngx-tethys-autocomplete.mjs +59 -71
  294. package/fesm2022/ngx-tethys-autocomplete.mjs.map +1 -1
  295. package/fesm2022/ngx-tethys-avatar.mjs +27 -27
  296. package/fesm2022/ngx-tethys-avatar.mjs.map +1 -1
  297. package/fesm2022/ngx-tethys-back-top.mjs +12 -15
  298. package/fesm2022/ngx-tethys-back-top.mjs.map +1 -1
  299. package/fesm2022/ngx-tethys-badge.mjs +5 -5
  300. package/fesm2022/ngx-tethys-badge.mjs.map +1 -1
  301. package/fesm2022/ngx-tethys-breadcrumb.mjs +16 -16
  302. package/fesm2022/ngx-tethys-breadcrumb.mjs.map +1 -1
  303. package/fesm2022/ngx-tethys-button.mjs +11 -11
  304. package/fesm2022/ngx-tethys-button.mjs.map +1 -1
  305. package/fesm2022/ngx-tethys-calendar.mjs +21 -21
  306. package/fesm2022/ngx-tethys-calendar.mjs.map +1 -1
  307. package/fesm2022/ngx-tethys-carousel.mjs +20 -21
  308. package/fesm2022/ngx-tethys-carousel.mjs.map +1 -1
  309. package/fesm2022/ngx-tethys-cascader.mjs +11 -15
  310. package/fesm2022/ngx-tethys-cascader.mjs.map +1 -1
  311. package/fesm2022/ngx-tethys-checkbox.mjs +6 -7
  312. package/fesm2022/ngx-tethys-checkbox.mjs.map +1 -1
  313. package/fesm2022/ngx-tethys-collapse.mjs +17 -19
  314. package/fesm2022/ngx-tethys-collapse.mjs.map +1 -1
  315. package/fesm2022/ngx-tethys-color-picker.mjs +44 -42
  316. package/fesm2022/ngx-tethys-color-picker.mjs.map +1 -1
  317. package/fesm2022/ngx-tethys-copy.mjs +8 -12
  318. package/fesm2022/ngx-tethys-copy.mjs.map +1 -1
  319. package/fesm2022/ngx-tethys-core.mjs +14 -16
  320. package/fesm2022/ngx-tethys-core.mjs.map +1 -1
  321. package/fesm2022/ngx-tethys-date-picker.mjs +192 -216
  322. package/fesm2022/ngx-tethys-date-picker.mjs.map +1 -1
  323. package/fesm2022/ngx-tethys-date-range.mjs +20 -20
  324. package/fesm2022/ngx-tethys-date-range.mjs.map +1 -1
  325. package/fesm2022/ngx-tethys-dialog.mjs +56 -72
  326. package/fesm2022/ngx-tethys-dialog.mjs.map +1 -1
  327. package/fesm2022/ngx-tethys-dot.mjs +6 -6
  328. package/fesm2022/ngx-tethys-dot.mjs.map +1 -1
  329. package/fesm2022/ngx-tethys-drag-drop.mjs +33 -37
  330. package/fesm2022/ngx-tethys-drag-drop.mjs.map +1 -1
  331. package/fesm2022/ngx-tethys-dropdown.mjs +39 -37
  332. package/fesm2022/ngx-tethys-dropdown.mjs.map +1 -1
  333. package/fesm2022/ngx-tethys-empty.mjs +15 -15
  334. package/fesm2022/ngx-tethys-empty.mjs.map +1 -1
  335. package/fesm2022/ngx-tethys-flexible-text.mjs +16 -17
  336. package/fesm2022/ngx-tethys-flexible-text.mjs.map +1 -1
  337. package/fesm2022/ngx-tethys-form.mjs +67 -82
  338. package/fesm2022/ngx-tethys-form.mjs.map +1 -1
  339. package/fesm2022/ngx-tethys-fullscreen.mjs +14 -17
  340. package/fesm2022/ngx-tethys-fullscreen.mjs.map +1 -1
  341. package/fesm2022/ngx-tethys-grid.mjs +20 -29
  342. package/fesm2022/ngx-tethys-grid.mjs.map +1 -1
  343. package/fesm2022/ngx-tethys-guider.mjs +17 -23
  344. package/fesm2022/ngx-tethys-guider.mjs.map +1 -1
  345. package/fesm2022/ngx-tethys-icon.mjs +18 -22
  346. package/fesm2022/ngx-tethys-icon.mjs.map +1 -1
  347. package/fesm2022/ngx-tethys-image.mjs +57 -62
  348. package/fesm2022/ngx-tethys-image.mjs.map +1 -1
  349. package/fesm2022/ngx-tethys-input-number.mjs +5 -5
  350. package/fesm2022/ngx-tethys-input-number.mjs.map +1 -1
  351. package/fesm2022/ngx-tethys-input.mjs +46 -53
  352. package/fesm2022/ngx-tethys-input.mjs.map +1 -1
  353. package/fesm2022/ngx-tethys-layout.mjs +45 -50
  354. package/fesm2022/ngx-tethys-layout.mjs.map +1 -1
  355. package/fesm2022/ngx-tethys-list.mjs +24 -24
  356. package/fesm2022/ngx-tethys-list.mjs.map +1 -1
  357. package/fesm2022/ngx-tethys-loading.mjs +7 -7
  358. package/fesm2022/ngx-tethys-loading.mjs.map +1 -1
  359. package/fesm2022/ngx-tethys-mention.mjs +16 -21
  360. package/fesm2022/ngx-tethys-mention.mjs.map +1 -1
  361. package/fesm2022/ngx-tethys-menu.mjs +51 -52
  362. package/fesm2022/ngx-tethys-menu.mjs.map +1 -1
  363. package/fesm2022/ngx-tethys-message.mjs +33 -35
  364. package/fesm2022/ngx-tethys-message.mjs.map +1 -1
  365. package/fesm2022/ngx-tethys-nav.mjs +55 -64
  366. package/fesm2022/ngx-tethys-nav.mjs.map +1 -1
  367. package/fesm2022/ngx-tethys-notify.mjs +26 -29
  368. package/fesm2022/ngx-tethys-notify.mjs.map +1 -1
  369. package/fesm2022/ngx-tethys-pagination.mjs +44 -49
  370. package/fesm2022/ngx-tethys-pagination.mjs.map +1 -1
  371. package/fesm2022/ngx-tethys-popover.mjs +48 -54
  372. package/fesm2022/ngx-tethys-popover.mjs.map +1 -1
  373. package/fesm2022/ngx-tethys-progress.mjs +9 -12
  374. package/fesm2022/ngx-tethys-progress.mjs.map +1 -1
  375. package/fesm2022/ngx-tethys-property-operation.mjs +24 -24
  376. package/fesm2022/ngx-tethys-property-operation.mjs.map +1 -1
  377. package/fesm2022/ngx-tethys-property.mjs +11 -11
  378. package/fesm2022/ngx-tethys-property.mjs.map +1 -1
  379. package/fesm2022/ngx-tethys-radio.mjs +29 -35
  380. package/fesm2022/ngx-tethys-radio.mjs.map +1 -1
  381. package/fesm2022/ngx-tethys-rate.mjs +5 -5
  382. package/fesm2022/ngx-tethys-rate.mjs.map +1 -1
  383. package/fesm2022/ngx-tethys-resizable.mjs +22 -25
  384. package/fesm2022/ngx-tethys-resizable.mjs.map +1 -1
  385. package/fesm2022/ngx-tethys-segment.mjs +35 -38
  386. package/fesm2022/ngx-tethys-segment.mjs.map +1 -1
  387. package/fesm2022/ngx-tethys-select.mjs +20 -34
  388. package/fesm2022/ngx-tethys-select.mjs.map +1 -1
  389. package/fesm2022/ngx-tethys-shared.mjs +128 -143
  390. package/fesm2022/ngx-tethys-shared.mjs.map +1 -1
  391. package/fesm2022/ngx-tethys-skeleton.mjs +11 -25
  392. package/fesm2022/ngx-tethys-skeleton.mjs.map +1 -1
  393. package/fesm2022/ngx-tethys-slide.mjs +30 -34
  394. package/fesm2022/ngx-tethys-slide.mjs.map +1 -1
  395. package/fesm2022/ngx-tethys-slider.mjs +7 -7
  396. package/fesm2022/ngx-tethys-slider.mjs.map +1 -1
  397. package/fesm2022/ngx-tethys-space.mjs +13 -13
  398. package/fesm2022/ngx-tethys-space.mjs.map +1 -1
  399. package/fesm2022/ngx-tethys-statistic.mjs +19 -19
  400. package/fesm2022/ngx-tethys-statistic.mjs.map +1 -1
  401. package/fesm2022/ngx-tethys-stepper.mjs +13 -18
  402. package/fesm2022/ngx-tethys-stepper.mjs.map +1 -1
  403. package/fesm2022/ngx-tethys-strength.mjs +11 -11
  404. package/fesm2022/ngx-tethys-strength.mjs.map +1 -1
  405. package/fesm2022/ngx-tethys-switch.mjs +5 -5
  406. package/fesm2022/ngx-tethys-switch.mjs.map +1 -1
  407. package/fesm2022/ngx-tethys-table.mjs +103 -115
  408. package/fesm2022/ngx-tethys-table.mjs.map +1 -1
  409. package/fesm2022/ngx-tethys-tabs.mjs +19 -19
  410. package/fesm2022/ngx-tethys-tabs.mjs.map +1 -1
  411. package/fesm2022/ngx-tethys-tag.mjs +21 -21
  412. package/fesm2022/ngx-tethys-tag.mjs.map +1 -1
  413. package/fesm2022/ngx-tethys-time-picker.mjs +61 -58
  414. package/fesm2022/ngx-tethys-time-picker.mjs.map +1 -1
  415. package/fesm2022/ngx-tethys-timeline.mjs +16 -16
  416. package/fesm2022/ngx-tethys-timeline.mjs.map +1 -1
  417. package/fesm2022/ngx-tethys-tooltip.mjs +32 -33
  418. package/fesm2022/ngx-tethys-tooltip.mjs.map +1 -1
  419. package/fesm2022/ngx-tethys-transfer.mjs +5 -5
  420. package/fesm2022/ngx-tethys-transfer.mjs.map +1 -1
  421. package/fesm2022/ngx-tethys-tree-select.mjs +23 -28
  422. package/fesm2022/ngx-tethys-tree-select.mjs.map +1 -1
  423. package/fesm2022/ngx-tethys-tree.mjs +96 -102
  424. package/fesm2022/ngx-tethys-tree.mjs.map +1 -1
  425. package/fesm2022/ngx-tethys-typography.mjs +15 -15
  426. package/fesm2022/ngx-tethys-typography.mjs.map +1 -1
  427. package/fesm2022/ngx-tethys-upload.mjs +11 -12
  428. package/fesm2022/ngx-tethys-upload.mjs.map +1 -1
  429. package/fesm2022/ngx-tethys-watermark.mjs +12 -12
  430. package/fesm2022/ngx-tethys-watermark.mjs.map +1 -1
  431. package/fesm2022/ngx-tethys.mjs +1 -1
  432. package/fesm2022/ngx-tethys.mjs.map +1 -1
  433. package/flexible-text/flexible-text.component.d.ts +1 -3
  434. package/form/form-group-error/form-group-error.component.d.ts +1 -3
  435. package/form/form-group-label.directive.d.ts +0 -2
  436. package/form/form-group.component.d.ts +1 -4
  437. package/form/form-submit.directive.d.ts +0 -2
  438. package/form/form-validator.service.d.ts +0 -2
  439. package/form/form.directive.d.ts +4 -4
  440. package/form/from-group-footer/form-group-footer.component.d.ts +2 -4
  441. package/form/validator/unique-validator.directive.d.ts +1 -4
  442. package/fullscreen/fullscreen.component.d.ts +0 -2
  443. package/fullscreen/fullscreen.service.d.ts +0 -2
  444. package/grid/thy-col.directive.d.ts +1 -2
  445. package/grid/thy-grid-item.component.d.ts +2 -4
  446. package/grid/thy-grid.component.d.ts +1 -3
  447. package/guider/guider.directive.d.ts +1 -3
  448. package/guider/guider.service.d.ts +0 -7
  449. package/icon/icon-registry.d.ts +1 -3
  450. package/icon/icon.component.d.ts +1 -3
  451. package/image/image-group.component.d.ts +1 -2
  452. package/image/image.directive.d.ts +1 -3
  453. package/image/image.service.d.ts +2 -2
  454. package/image/preview/image-preview.component.d.ts +1 -4
  455. package/input/input-count.component.d.ts +3 -4
  456. package/input/input-group.component.d.ts +1 -3
  457. package/input/input-search.component.d.ts +2 -2
  458. package/input/input.component.d.ts +1 -2
  459. package/input/input.directive.d.ts +2 -3
  460. package/input-number/input-number.component.d.ts +2 -2
  461. package/layout/sidebar.component.d.ts +44 -13
  462. package/list/selection/selection-list.d.ts +1 -2
  463. package/loading/loading.component.d.ts +0 -2
  464. package/loading/styles/loading.scss +3 -1
  465. package/mention/mention.directive.d.ts +4 -5
  466. package/mention/suggestions/suggestions.component.d.ts +2 -3
  467. package/menu/group/menu-group.component.d.ts +12 -26
  468. package/menu/item/action/menu-item-action.component.d.ts +2 -3
  469. package/menu/item/menu-item.component.d.ts +1 -2
  470. package/message/abstract/abstract-message-container.component.d.ts +1 -2
  471. package/message/abstract/abstract-message.component.d.ts +2 -2
  472. package/message/message-container.component.d.ts +1 -3
  473. package/message/message-queue.service.d.ts +1 -2
  474. package/message/message.component.d.ts +1 -3
  475. package/message/message.service.d.ts +3 -5
  476. package/nav/icon-nav/icon-nav.component.d.ts +2 -2
  477. package/nav/nav-ink-bar.directive.d.ts +2 -4
  478. package/nav/nav-item.directive.d.ts +3 -4
  479. package/nav/nav.component.d.ts +1 -3
  480. package/nav/nav.pipe.d.ts +0 -2
  481. package/notify/notify-container.component.d.ts +1 -3
  482. package/notify/notify-queue.service.d.ts +1 -2
  483. package/notify/notify.component.d.ts +2 -3
  484. package/notify/notify.service.d.ts +1 -4
  485. package/package.json +1 -1
  486. package/pagination/pagination.component.d.ts +7 -19
  487. package/pagination/pagination.pipe.d.ts +0 -2
  488. package/popover/header/popover-header.component.d.ts +0 -3
  489. package/popover/popover-container.component.d.ts +3 -4
  490. package/popover/popover.directive.d.ts +2 -5
  491. package/popover/popover.service.d.ts +4 -6
  492. package/progress/progress-strip.component.d.ts +0 -1
  493. package/property/property-item.component.d.ts +6 -6
  494. package/property-operation/property-operation.component.d.ts +1 -3
  495. package/radio/button/radio-button.component.d.ts +2 -5
  496. package/radio/group/radio-group.component.d.ts +1 -2
  497. package/radio/radio.component.d.ts +2 -3
  498. package/rate/rate.component.d.ts +2 -2
  499. package/resizable/resizable.directive.d.ts +2 -4
  500. package/resizable/resizable.service.d.ts +2 -2
  501. package/resizable/resize-handle.component.d.ts +1 -3
  502. package/schematics/version.d.ts +1 -1
  503. package/schematics/version.js +1 -1
  504. package/segment/segment-item.component.d.ts +4 -5
  505. package/segment/segment.component.d.ts +1 -2
  506. package/select/custom-select/custom-select.component.d.ts +5 -5
  507. package/select/native-select/native-select.component.d.ts +1 -1
  508. package/shared/base-form-check.component.d.ts +1 -1
  509. package/shared/directives/string-or-template-outlet.directive.d.ts +1 -2
  510. package/shared/directives/thy-autofocus.directive.d.ts +0 -2
  511. package/shared/directives/thy-contextmenu.directive.d.ts +1 -2
  512. package/shared/directives/thy-ctrl-enter.directive.d.ts +1 -2
  513. package/shared/directives/thy-enter.directive.d.ts +1 -2
  514. package/shared/directives/thy-scroll.directive.d.ts +1 -2
  515. package/shared/directives/thy-show.d.ts +1 -2
  516. package/shared/directives/thy-stop-propagation.directive.d.ts +2 -2
  517. package/shared/directives/view-outlet.directive.d.ts +1 -2
  518. package/shared/ng-transclude.directive.d.ts +1 -1
  519. package/shared/option/group/option-group.component.d.ts +1 -2
  520. package/shared/option/list-option/list-option.component.d.ts +5 -10
  521. package/shared/option/option.component.d.ts +5 -5
  522. package/shared/select/select-control/select-control.component.d.ts +1 -2
  523. package/skeleton/skeleton-circle.component.d.ts +1 -4
  524. package/skeleton/skeleton-rectangle.component.d.ts +5 -5
  525. package/slide/drawer/drawer-container.directive.d.ts +1 -2
  526. package/slide/slide-container.component.d.ts +3 -4
  527. package/slide/slide-header/slide-header.component.d.ts +0 -2
  528. package/slide/slide.service.d.ts +3 -3
  529. package/slider/slider.component.d.ts +2 -2
  530. package/space/space.component.d.ts +1 -2
  531. package/statistic/statistic.component.d.ts +1 -2
  532. package/stepper/step.component.d.ts +1 -2
  533. package/stepper/stepper-button.directive.d.ts +0 -3
  534. package/strength/strength.component.d.ts +0 -1
  535. package/switch/switch.component.d.ts +1 -1
  536. package/table/table-column.component.d.ts +32 -8
  537. package/table/table-skeleton.component.d.ts +3 -12
  538. package/table/table.component.d.ts +3 -5
  539. package/tabs/tabs.component.d.ts +1 -2
  540. package/tag/tag.component.d.ts +7 -3
  541. package/time-picker/inner/inner-time-picker.component.d.ts +2 -4
  542. package/time-picker/time-picker-panel.component.d.ts +1 -2
  543. package/time-picker/time-picker.component.d.ts +1 -2
  544. package/timeline/timeline-item.component.d.ts +1 -3
  545. package/timeline/timeline.component.d.ts +1 -3
  546. package/tooltip/tooltip.component.d.ts +1 -2
  547. package/tooltip/tooltip.directive.d.ts +6 -9
  548. package/tooltip/tooltip.service.d.ts +2 -4
  549. package/transfer/transfer-list.component.d.ts +1 -2
  550. package/tree/tree-node.component.d.ts +5 -21
  551. package/tree/tree.component.d.ts +1 -2
  552. package/tree-select/tree-select.component.d.ts +5 -6
  553. package/typography/bg-color.directive.d.ts +0 -2
  554. package/typography/text-color.directive.d.ts +1 -2
  555. package/upload/file-select-base.d.ts +2 -3
  556. package/upload/file-select.component.d.ts +1 -0
  557. package/upload/upload.service.d.ts +0 -2
  558. package/watermark/watermark.directive.d.ts +1 -2
package/CHANGELOG.md CHANGED
@@ -2,6 +2,19 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
4
4
 
5
+ # [18.1.0](https://github.com/atinc/ngx-tethys/compare/18.1.0-next.1...18.1.0) (2024-10-31)
6
+
7
+
8
+
9
+ # [18.1.0-next.1](https://github.com/atinc/ngx-tethys/compare/18.1.0-next.0...18.1.0-next.1) (2024-10-30)
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * **thy-loading:** thy-loading align vertical #TINFR-872 ([#3223](https://github.com/atinc/ngx-tethys/issues/3223)) ([9a67f9e](https://github.com/atinc/ngx-tethys/commit/9a67f9e65b3bade146b0118256de87ebe68f9cb5)), closes [#TINFR-872](https://github.com/atinc/ngx-tethys/issues/TINFR-872)
15
+
16
+
17
+
5
18
  # [18.1.0-next.0](https://github.com/atinc/ngx-tethys/compare/18.0.8...18.1.0-next.0) (2024-10-22)
6
19
 
7
20
 
@@ -1,4 +1,4 @@
1
- import { OnInit, AfterViewInit, OnChanges, ElementRef, Renderer2, SimpleChanges, ChangeDetectorRef, OnDestroy } from '@angular/core';
1
+ import { OnInit, AfterViewInit, OnChanges, SimpleChanges, OnDestroy } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export type ThyActionType = 'primary' | 'success' | 'danger' | 'warning';
4
4
  export type ThyActionFeedback = 'success' | 'error';
@@ -60,7 +60,6 @@ export declare class ThyAction implements OnInit, AfterViewInit, OnChanges, OnDe
60
60
  * @default false
61
61
  */
62
62
  thyDisabled: boolean;
63
- constructor(elementRef: ElementRef<HTMLElement>, renderer: Renderer2, cdr: ChangeDetectorRef);
64
63
  ngOnInit(): void;
65
64
  ngAfterViewInit(): void;
66
65
  ngOnChanges(changes: SimpleChanges): void;
@@ -1,7 +1,5 @@
1
- import { ThyScrollService } from 'ngx-tethys/core';
2
1
  import { SimpleRect } from 'ngx-tethys/util';
3
- import { Platform } from '@angular/cdk/platform';
4
- import { AfterViewInit, ElementRef, EventEmitter, NgZone, OnChanges, OnDestroy, Renderer2, SimpleChanges } from '@angular/core';
2
+ import { AfterViewInit, EventEmitter, OnChanges, OnDestroy, SimpleChanges } from '@angular/core';
5
3
  import * as i0 from "@angular/core";
6
4
  /**
7
5
  * 固钉组件
@@ -42,7 +40,7 @@ export declare class ThyAffix implements AfterViewInit, OnChanges, OnDestroy {
42
40
  private timeout?;
43
41
  private document;
44
42
  private get container();
45
- constructor(el: ElementRef, document: any, scrollService: ThyScrollService, ngZone: NgZone, platform: Platform, renderer: Renderer2);
43
+ constructor();
46
44
  ngOnChanges(changes: SimpleChanges): void;
47
45
  ngAfterViewInit(): void;
48
46
  ngOnDestroy(): void;
@@ -1,13 +1,11 @@
1
- import { Platform } from '@angular/cdk/platform';
2
1
  import { ElementRef, OnDestroy, OnInit, TemplateRef } from '@angular/core';
3
- import { ThyAnchor } from './anchor.component';
4
2
  import * as i0 from "@angular/core";
5
3
  /**
6
4
  * 锚点链接组件,可供锚点跳转
7
5
  * @name thy-anchor-link,thyAnchorLink
8
6
  */
9
7
  export declare class ThyAnchorLink implements OnInit, OnDestroy {
10
- elementRef: ElementRef;
8
+ elementRef: ElementRef<any>;
11
9
  private anchorComponent;
12
10
  private platform;
13
11
  title: string | null;
@@ -23,7 +21,7 @@ export declare class ThyAnchorLink implements OnInit, OnDestroy {
23
21
  set thyTitle(value: string | TemplateRef<void>);
24
22
  thyTemplate: TemplateRef<void>;
25
23
  linkTitle: ElementRef<HTMLAnchorElement>;
26
- constructor(elementRef: ElementRef, anchorComponent: ThyAnchor, platform: Platform);
24
+ constructor();
27
25
  ngOnInit(): void;
28
26
  getLinkTitleElement(): HTMLAnchorElement;
29
27
  setActive(): void;
@@ -1,6 +1,4 @@
1
- import { Platform } from '@angular/cdk/platform';
2
- import { AfterViewInit, ChangeDetectorRef, EventEmitter, NgZone, OnChanges, OnDestroy, Renderer2, SimpleChanges } from '@angular/core';
3
- import { ThyScrollService } from 'ngx-tethys/core';
1
+ import { AfterViewInit, EventEmitter, OnChanges, OnDestroy, SimpleChanges } from '@angular/core';
4
2
  import { ThyAnchorLink } from './anchor-link.component';
5
3
  import * as i0 from "@angular/core";
6
4
  /**
@@ -54,7 +52,6 @@ export declare class ThyAnchor implements OnDestroy, AfterViewInit, OnChanges {
54
52
  private animating;
55
53
  private destroy$;
56
54
  private handleScrollTimeoutID;
57
- constructor(document: any, cdr: ChangeDetectorRef, platform: Platform, zone: NgZone, renderer: Renderer2, scrollService: ThyScrollService);
58
55
  registerLink(link: ThyAnchorLink): void;
59
56
  unregisterLink(link: ThyAnchorLink): void;
60
57
  private getContainer;
@@ -1,4 +1,4 @@
1
- import { EventEmitter, OnInit, ChangeDetectorRef } from '@angular/core';
1
+ import { EventEmitter, OnInit } from '@angular/core';
2
2
  import { ControlValueAccessor } from '@angular/forms';
3
3
  import * as i0 from "@angular/core";
4
4
  export type ThyArrowSwitcherTheme = 'default' | 'lite';
@@ -53,7 +53,6 @@ export declare class ThyArrowSwitcher implements OnInit, ControlValueAccessor {
53
53
  nextDisabled: boolean;
54
54
  private onModelChange;
55
55
  private onModelTouched;
56
- constructor(cd: ChangeDetectorRef);
57
56
  ngOnInit(): void;
58
57
  writeValue(value: number): void;
59
58
  registerOnChange(fn: () => void): void;
@@ -1,4 +1,4 @@
1
- import { TemplateRef, QueryList, OnInit, EventEmitter, NgZone, OnDestroy, AfterContentInit, ChangeDetectorRef, ElementRef } from '@angular/core';
1
+ import { TemplateRef, QueryList, OnInit, EventEmitter, OnDestroy, AfterContentInit, ElementRef } from '@angular/core';
2
2
  import { Observable } from 'rxjs';
3
3
  import { SelectionModel } from '@angular/cdk/collections';
4
4
  import { IThyOptionParentComponent, ThyOption, ThyOptionSelectionChangeEvent } from 'ngx-tethys/shared';
@@ -68,7 +68,6 @@ export declare class ThyAutocomplete implements IThyOptionParentComponent, OnIni
68
68
  * @type EventEmitter<ThyAutocompleteActivatedEvent>
69
69
  */
70
70
  readonly thyOptionActivated: EventEmitter<ThyAutocompleteActivatedEvent>;
71
- constructor(ngZone: NgZone, changeDetectorRef: ChangeDetectorRef);
72
71
  ngOnInit(): void;
73
72
  ngAfterContentInit(): void;
74
73
  initKeyManager(): void;
@@ -1,7 +1,6 @@
1
- import { ElementRef, NgZone, OnDestroy, OnInit, ViewContainerRef, ChangeDetectorRef } from '@angular/core';
2
- import { OverlayRef, Overlay } from '@angular/cdk/overlay';
1
+ import { OnDestroy, OnInit } from '@angular/core';
2
+ import { OverlayRef } from '@angular/cdk/overlay';
3
3
  import { ThyPlacement } from 'ngx-tethys/core';
4
- import { ThyAutocompleteService } from './overlay/autocomplete.service';
5
4
  import { ThyAutocomplete } from './autocomplete.component';
6
5
  import { ThyOption, ThyOptionSelectionChangeEvent } from 'ngx-tethys/shared';
7
6
  import { Observable } from 'rxjs';
@@ -58,7 +57,6 @@ export declare class ThyAutocompleteTriggerDirective implements OnInit, OnDestro
58
57
  thyIsFocusOpen: boolean;
59
58
  get activeOption(): ThyOption | null;
60
59
  get panelClosingActions(): Observable<ThyOptionSelectionChangeEvent | null>;
61
- constructor(elementRef: ElementRef, ngZone: NgZone, overlay: Overlay, autocompleteService: ThyAutocompleteService, viewContainerRef: ViewContainerRef, document: any, cdr: ChangeDetectorRef);
62
60
  ngOnInit(): void;
63
61
  onFocus(): void;
64
62
  onKeydown(event: KeyboardEvent): void;
@@ -79,7 +77,7 @@ export declare class ThyAutocompleteTriggerDirective implements OnInit, OnDestro
79
77
  private resetActiveItem;
80
78
  private destroyPanel;
81
79
  ngOnDestroy(): void;
82
- static ɵfac: i0.ɵɵFactoryDeclaration<ThyAutocompleteTriggerDirective, [null, null, null, null, null, { optional: true; }, null]>;
80
+ static ɵfac: i0.ɵɵFactoryDeclaration<ThyAutocompleteTriggerDirective, never>;
83
81
  static ɵdir: i0.ɵɵDirectiveDeclaration<ThyAutocompleteTriggerDirective, "input[thyAutocompleteTrigger], textarea[thyAutocompleteTrigger], thy-input[thyAutocompleteTrigger], thy-input-search[thyAutocompleteTrigger], input[thyAutocomplete], textarea[thyAutocomplete], thy-input[thyAutocomplete], thy-input-search[thyAutocomplete]", ["thyAutocompleteTrigger", "thyAutocomplete"], { "autocompleteComponent": { "alias": "thyAutocompleteComponent"; "required": false; }; "autocomplete": { "alias": "thyAutocomplete"; "required": false; }; "thyOffset": { "alias": "thyOffset"; "required": false; }; "thyAutocompleteWidth": { "alias": "thyAutocompleteWidth"; "required": false; }; "thyPlacement": { "alias": "thyPlacement"; "required": false; }; "thyIsFocusOpen": { "alias": "thyIsFocusOpen"; "required": false; }; }, {}, never, never, true, never>;
84
82
  static ngAcceptInputType_thyOffset: unknown;
85
83
  static ngAcceptInputType_thyAutocompleteWidth: unknown;
@@ -1,7 +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 { AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, NgZone } from '@angular/core';
4
+ import { AfterViewInit, EventEmitter } from '@angular/core';
5
5
  import { ThyAutocompleteConfig } from './autocomplete.config';
6
6
  import * as i0 from "@angular/core";
7
7
  /**
@@ -10,7 +10,7 @@ import * as i0 from "@angular/core";
10
10
  export declare class ThyAutocompleteContainer extends ThyAbstractOverlayContainer implements AfterViewInit {
11
11
  private elementRef;
12
12
  private document;
13
- config: ThyAutocompleteConfig;
13
+ config: ThyAutocompleteConfig<any>;
14
14
  private thyClickDispatcher;
15
15
  private ngZone;
16
16
  portalOutlet: ThyPortalOutlet;
@@ -21,7 +21,7 @@ export declare class ThyAutocompleteContainer extends ThyAbstractOverlayContaine
21
21
  animationOpeningDone: Observable<AnimationEvent>;
22
22
  animationClosingDone: Observable<AnimationEvent>;
23
23
  beforeAttachPortal(): void;
24
- constructor(elementRef: ElementRef, document: any, config: ThyAutocompleteConfig, changeDetectorRef: ChangeDetectorRef, thyClickDispatcher: ThyClickDispatcher, ngZone: NgZone);
24
+ constructor();
25
25
  ngAfterViewInit(): void;
26
26
  /** Callback, invoked whenever an animation on the host completes. */
27
27
  onAnimationDone(event: AnimationEvent): void;
@@ -1,8 +1,6 @@
1
1
  import { ThyAbstractOverlayService } from 'ngx-tethys/core';
2
- import { ComponentType, Overlay, OverlayConfig, OverlayContainer, OverlayRef, ScrollDispatcher } from '@angular/cdk/overlay';
3
- import { Platform } from '@angular/cdk/platform';
4
- import { ViewportRuler } from '@angular/cdk/scrolling';
5
- import { Injector, NgZone, OnDestroy, TemplateRef } from '@angular/core';
2
+ import { ComponentType, OverlayConfig, OverlayRef } from '@angular/cdk/overlay';
3
+ import { Injector, OnDestroy, TemplateRef } from '@angular/core';
6
4
  import { ThyAutocompleteContainer } from './autocomplete-container.component';
7
5
  import { ThyAutocompleteRef, ThyInternalAutocompleteRef } from './autocomplete-ref';
8
6
  import { ThyAutocompleteConfig } from './autocomplete.config';
@@ -26,7 +24,7 @@ export declare class ThyAutocompleteService extends ThyAbstractOverlayService<Th
26
24
  protected createInjector<T>(config: ThyAutocompleteConfig, autocompleteRef: ThyAutocompleteRef<T>, autocompleteContainer: ThyAutocompleteContainer): Injector;
27
25
  private originElementAddActiveClass;
28
26
  private originElementRemoveActiveClass;
29
- constructor(overlay: Overlay, injector: Injector, defaultConfig: ThyAutocompleteConfig, scrollDispatcher: ScrollDispatcher, ngZone: NgZone, _viewportRuler: ViewportRuler, _document: any, _platform: Platform, _overlayContainer: OverlayContainer);
27
+ constructor();
30
28
  open<T, TData = any, TResult = any>(componentOrTemplateRef: ComponentType<T> | TemplateRef<T>, config?: ThyAutocompleteConfig<TData>): ThyAutocompleteRef<T, TResult>;
31
29
  ngOnDestroy(): void;
32
30
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyAutocompleteService, never>;
@@ -1,6 +1,5 @@
1
1
  import { ElementRef, EventEmitter, OnInit } from '@angular/core';
2
2
  import { SafeHtml } from '@angular/platform-browser';
3
- import { ThyAvatarService } from './avatar.service';
4
3
  import * as i0 from "@angular/core";
5
4
  export declare const DEFAULT_SIZE = 36;
6
5
  export declare const thyAvatarSizeMap: {
@@ -21,7 +20,7 @@ export type ThyAvatarFetchPriority = 'high' | 'low' | 'auto';
21
20
  */
22
21
  export declare class ThyAvatar implements OnInit {
23
22
  private thyAvatarService;
24
- elementRef: ElementRef;
23
+ elementRef: ElementRef<any>;
25
24
  _src: string;
26
25
  _name: string;
27
26
  _size: number;
@@ -98,7 +97,6 @@ export declare class ThyAvatar implements OnInit {
98
97
  private _setAvatarSrc;
99
98
  private _setAvatarName;
100
99
  private hostRenderer;
101
- constructor(thyAvatarService: ThyAvatarService, elementRef: ElementRef);
102
100
  ngOnInit(): void;
103
101
  remove($event: Event): void;
104
102
  avatarImgError($event: Event): void;
@@ -1,5 +1,4 @@
1
1
  import { PipeTransform } from '@angular/core';
2
- import { ThyAvatarService } from './avatar.service';
3
2
  import * as i0 from "@angular/core";
4
3
  /**
5
4
  * @private
@@ -24,7 +23,6 @@ export declare class AvatarBgColorPipe implements PipeTransform {
24
23
  */
25
24
  export declare class AvatarSrcPipe implements PipeTransform {
26
25
  private thyAvatarService;
27
- constructor(thyAvatarService: ThyAvatarService);
28
26
  transform(src: string, size: number): string;
29
27
  static ɵfac: i0.ɵɵFactoryDeclaration<AvatarSrcPipe, never>;
30
28
  static ɵpipe: i0.ɵɵPipeDeclaration<AvatarSrcPipe, "thyAvatarSrc", true>;
@@ -1,6 +1,4 @@
1
- import { OnInit, TemplateRef, EventEmitter, NgZone, ChangeDetectorRef, OnDestroy, OnChanges, ElementRef } from '@angular/core';
2
- import { Platform } from '@angular/cdk/platform';
3
- import { ThyScrollService } from 'ngx-tethys/core';
1
+ import { OnInit, TemplateRef, EventEmitter, OnDestroy, OnChanges, ElementRef } from '@angular/core';
4
2
  import * as i0 from "@angular/core";
5
3
  /**
6
4
  * 回到顶部组件
@@ -49,7 +47,7 @@ export declare class ThyBackTop implements OnInit, OnDestroy, OnChanges {
49
47
  private destroy$;
50
48
  private scrollListenerDestroy$;
51
49
  private target;
52
- constructor(doc: any, thyScrollService: ThyScrollService, platform: Platform, cdr: ChangeDetectorRef, zone: NgZone);
50
+ constructor();
53
51
  ngOnInit(): void;
54
52
  private getTarget;
55
53
  private handleScroll;
@@ -1,4 +1,4 @@
1
- import { ElementRef, OnInit } from '@angular/core';
1
+ import { OnInit } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export type ThyBadgeSize = 'md' | 'sm' | 'lg';
4
4
  /**
@@ -26,7 +26,7 @@ export declare class ThyBadge implements OnInit {
26
26
  protected backgroundColor: string;
27
27
  protected builtInBackgroundColorClass: string;
28
28
  protected supClasses: string[];
29
- constructor(elementRef: ElementRef);
29
+ constructor();
30
30
  /**
31
31
  * 徽标类型
32
32
  * @type default | primary | danger | warning | success
@@ -91,16 +91,7 @@ export declare class ThyBadge implements OnInit {
91
91
  static ɵcmp: i0.ɵɵComponentDeclaration<ThyBadge, "thy-badge,[thyBadge]", never, { "thyType": { "alias": "thyType"; "required": false; }; "thyCount": { "alias": "thyCount"; "required": false; }; "thyContent": { "alias": "thyContent"; "required": false; }; "thyContext": { "alias": "thyContext"; "required": false; }; "thyMaxCount": { "alias": "thyMaxCount"; "required": false; }; "thySize": { "alias": "thySize"; "required": false; }; "thyIsDot": { "alias": "thyIsDot"; "required": false; }; "thyIsHollow": { "alias": "thyIsHollow"; "required": false; }; "thyKeepShow": { "alias": "thyKeepShow"; "required": false; }; "thyTextColor": { "alias": "thyTextColor"; "required": false; }; "thyBackgroundColor": { "alias": "thyBackgroundColor"; "required": false; }; }, {}, never, ["*"], true, never>;
92
92
  static ngAcceptInputType_thyCount: unknown;
93
93
  static ngAcceptInputType_thyMaxCount: unknown;
94
- static ngAcceptInputType_thyIsDot: boolean | string /**
95
- * 徽标内容文本
96
- * @type string
97
- */ | number;
98
- static ngAcceptInputType_thyIsHollow: boolean | string /**
99
- * 徽标内容文本
100
- * @type string
101
- */ | number;
102
- static ngAcceptInputType_thyKeepShow: boolean | string /**
103
- * 徽标内容文本
104
- * @type string
105
- */ | number;
94
+ static ngAcceptInputType_thyIsDot: boolean | string | number;
95
+ static ngAcceptInputType_thyIsHollow: boolean | string | number;
96
+ static ngAcceptInputType_thyKeepShow: boolean | string | number;
106
97
  }
@@ -1,4 +1,4 @@
1
- import { AfterViewInit, ElementRef, Renderer2 } from '@angular/core';
1
+ import { AfterViewInit } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  /**
4
4
  * 面包屑 Item 组件
@@ -8,7 +8,6 @@ import * as i0 from "@angular/core";
8
8
  export declare class ThyBreadcrumbItem implements AfterViewInit {
9
9
  private renderer;
10
10
  private elementRef;
11
- constructor(renderer: Renderer2, elementRef: ElementRef);
12
11
  ngAfterViewInit(): void;
13
12
  private wrapSpanForText;
14
13
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyBreadcrumbItem, never>;
@@ -1,4 +1,4 @@
1
- import { TemplateRef, OnChanges, SimpleChanges, OnInit, ChangeDetectorRef } from '@angular/core';
1
+ import { TemplateRef, OnChanges, SimpleChanges, OnInit } from '@angular/core';
2
2
  import { SafeAny } from 'ngx-tethys/types';
3
3
  import * as i0 from "@angular/core";
4
4
  /**
@@ -38,7 +38,6 @@ export declare class ThyBreadcrumb implements OnInit, OnChanges {
38
38
  ellipsisItemId: string;
39
39
  ellipsisItems: SafeAny[];
40
40
  showItems: SafeAny[];
41
- constructor(cdr: ChangeDetectorRef);
42
41
  ngOnInit(): void;
43
42
  ngOnChanges(changes: SimpleChanges): void;
44
43
  private setIcon;
@@ -1,4 +1,4 @@
1
- import { ElementRef, OnInit, Renderer2, AfterViewInit } from '@angular/core';
1
+ import { OnInit, AfterViewInit } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export type ThyButtonType = 'primary' | 'secondary' | 'info' | 'outline-primary' | 'outline-default' | 'danger' | 'link' | 'link-secondary' | 'warning' | 'outline-warning' | 'success' | 'outline-success' | 'outline-info' | 'outline-danger' | 'link-danger-weak' | 'link-danger' | 'link-success';
4
4
  /**
@@ -60,7 +60,6 @@ export declare class ThyButton implements OnInit, AfterViewInit {
60
60
  private setLoadingText;
61
61
  private setLoadingStatus;
62
62
  private updateClasses;
63
- constructor(elementRef: ElementRef, renderer: Renderer2);
64
63
  ngOnInit(): void;
65
64
  ngAfterViewInit(): void;
66
65
  private wrapSpanForText;
@@ -1,6 +1,6 @@
1
1
  import { DateRangeItemInfo } from 'ngx-tethys/date-range';
2
2
  import { FunctionProp, TinyDate } from 'ngx-tethys/util';
3
- import { ChangeDetectorRef, EventEmitter, OnInit, TemplateRef } from '@angular/core';
3
+ import { EventEmitter, OnInit, TemplateRef } from '@angular/core';
4
4
  import * as i0 from "@angular/core";
5
5
  /**
6
6
  * 日历头部操作栏组件
@@ -35,7 +35,6 @@ export declare class ThyCalendarHeader implements OnInit {
35
35
  date: DateRangeItemInfo;
36
36
  private _currentDate;
37
37
  isCurrent: boolean;
38
- constructor(cdr: ChangeDetectorRef);
39
38
  ngOnInit(): void;
40
39
  onChangeMonth(month: DateRangeItemInfo): void;
41
40
  onChangeYear(year: DateRangeItemInfo): void;
@@ -1,6 +1,6 @@
1
1
  import { DateRangeItemInfo } from 'ngx-tethys/date-range';
2
2
  import { TinyDate } from 'ngx-tethys/util';
3
- import { ChangeDetectorRef, EventEmitter, OnChanges, OnInit, SimpleChanges, TemplateRef } from '@angular/core';
3
+ import { EventEmitter, OnChanges, OnInit, SimpleChanges, TemplateRef } from '@angular/core';
4
4
  import * as i0 from "@angular/core";
5
5
  export type CalendarMode = 'month' | 'year';
6
6
  type CalendarDateTemplate = TemplateRef<{
@@ -62,7 +62,6 @@ export declare class ThyCalendar implements OnInit, OnChanges {
62
62
  prefixCls: string;
63
63
  private onChangeFn;
64
64
  private onTouchFn;
65
- constructor(cdr: ChangeDetectorRef);
66
65
  ngOnInit(): void;
67
66
  onYearSelect(year: number): void;
68
67
  onMonthSelect(month: number): void;
@@ -1,4 +1,3 @@
1
- import { ElementRef, Renderer2 } from '@angular/core';
2
1
  import * as i0 from "@angular/core";
3
2
  /**
4
3
  * @private
@@ -9,7 +8,7 @@ export declare class ThyCarouselItemDirective {
9
8
  readonly el: HTMLElement;
10
9
  set isActive(value: boolean);
11
10
  get isActive(): boolean;
12
- constructor(elementRef: ElementRef, renderer: Renderer2);
11
+ constructor();
13
12
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyCarouselItemDirective, never>;
14
13
  static ɵdir: i0.ɵɵDirectiveDeclaration<ThyCarouselItemDirective, "[thyCarouselItem],[thy-carousel-item]", ["thyCarouseItem"], {}, {}, never, never, true, never>;
15
14
  }
@@ -1,8 +1,6 @@
1
- import { AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, OnInit, QueryList, Renderer2, TemplateRef, AfterContentInit, OnChanges, SimpleChanges, NgZone, OnDestroy } from '@angular/core';
2
- import { Platform } from '@angular/cdk/platform';
1
+ import { AfterViewInit, ElementRef, EventEmitter, OnInit, QueryList, Renderer2, TemplateRef, AfterContentInit, OnChanges, SimpleChanges, OnDestroy } from '@angular/core';
3
2
  import { ThyCarouselItemDirective } from './carousel-item.directive';
4
3
  import { ThyCarouselSwitchData, ThyCarouselEffect, ThyCarouselTrigger, ThyCarouselPause } from './typings';
5
- import { ThyCarouselService } from './carousel.service';
6
4
  import * as i0 from "@angular/core";
7
5
  /**
8
6
  * 走马灯组件
@@ -91,7 +89,6 @@ export declare class ThyCarousel implements OnInit, AfterViewInit, AfterContentI
91
89
  transitionTimer: any;
92
90
  playTime: number;
93
91
  isPause: boolean;
94
- constructor(renderer: Renderer2, cdr: ChangeDetectorRef, ngZone: NgZone, carouselService: ThyCarouselService, platform: Platform);
95
92
  private moveTo;
96
93
  private switchEngine;
97
94
  private markContentActive;
@@ -1,4 +1,3 @@
1
- import { NgZone } from '@angular/core';
2
1
  import { Observable, Subject } from 'rxjs';
3
2
  import { ThyDistanceVector } from './typings';
4
3
  import * as i0 from "@angular/core";
@@ -10,7 +9,7 @@ export declare class ThyCarouselService {
10
9
  private listeners;
11
10
  private document;
12
11
  documentDraggingOutside$: Subject<MouseEvent | Touch>;
13
- constructor(ngZone: NgZone, document: any);
12
+ constructor();
14
13
  private clearListeners;
15
14
  private getEventPotions;
16
15
  registerDrag(event: MouseEvent | TouchEvent): Observable<ThyDistanceVector>;
@@ -1,7 +1,7 @@
1
1
  import { CdkConnectedOverlay, ConnectedOverlayPositionChange, ConnectionPositionPair } from '@angular/cdk/overlay';
2
- import { AfterContentInit, ChangeDetectorRef, ElementRef, EventEmitter, NgZone, OnChanges, OnDestroy, OnInit, QueryList, SimpleChanges, TemplateRef } from '@angular/core';
2
+ import { AfterContentInit, ElementRef, EventEmitter, OnChanges, OnDestroy, OnInit, QueryList, SimpleChanges, TemplateRef } from '@angular/core';
3
3
  import { ControlValueAccessor } from '@angular/forms';
4
- import { TabIndexDisabledControlValueAccessorMixin, ThyClickDispatcher } from 'ngx-tethys/core';
4
+ import { TabIndexDisabledControlValueAccessorMixin } from 'ngx-tethys/core';
5
5
  import { SelectControlSize, SelectOptionBase } from 'ngx-tethys/shared';
6
6
  import { SafeAny } from 'ngx-tethys/types';
7
7
  import { ThyCascaderService } from './cascader.service';
@@ -14,7 +14,7 @@ import * as i0 from "@angular/core";
14
14
  export declare class ThyCascader extends TabIndexDisabledControlValueAccessorMixin implements ControlValueAccessor, OnInit, OnChanges, OnDestroy, AfterContentInit {
15
15
  private platformId;
16
16
  private cdr;
17
- elementRef: ElementRef;
17
+ elementRef: ElementRef<any>;
18
18
  private thyClickDispatcher;
19
19
  private ngZone;
20
20
  thyCascaderService: ThyCascaderService;
@@ -270,7 +270,7 @@ export declare class ThyCascader extends TabIndexDisabledControlValueAccessorMix
270
270
  }): void;
271
271
  private shouldPerformSelection;
272
272
  clearSelection($event: Event): void;
273
- constructor(platformId: string, cdr: ChangeDetectorRef, elementRef: ElementRef, thyClickDispatcher: ThyClickDispatcher, ngZone: NgZone, thyCascaderService: ThyCascaderService);
273
+ constructor();
274
274
  trackByFn(index: number, item: ThyCascaderOption): any;
275
275
  searchFilter(searchText: string): void;
276
276
  private initSearch;
@@ -1,4 +1,3 @@
1
- import { ThyTranslate } from 'ngx-tethys/core';
2
1
  import { ThyFormCheckBaseComponent } from 'ngx-tethys/shared';
3
2
  import * as i0 from "@angular/core";
4
3
  /**
@@ -14,7 +13,6 @@ export declare class ThyCheckbox extends ThyFormCheckBaseComponent {
14
13
  * @default false
15
14
  */
16
15
  set thyIndeterminate(value: boolean);
17
- constructor(thyTranslate: ThyTranslate);
18
16
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyCheckbox, never>;
19
17
  static ɵcmp: i0.ɵɵComponentDeclaration<ThyCheckbox, "thy-checkbox,[thy-checkbox],[thyCheckbox]", never, { "thyIndeterminate": { "alias": "thyIndeterminate"; "required": false; }; }, {}, never, ["*"], true, never>;
20
18
  static ngAcceptInputType_thyIndeterminate: boolean | string | number;
@@ -1,5 +1,4 @@
1
- import { ChangeDetectorRef, EventEmitter, OnDestroy, OnInit, TemplateRef } from '@angular/core';
2
- import { ThyCollapse } from './collapse.component';
1
+ import { EventEmitter, OnDestroy, OnInit, TemplateRef } from '@angular/core';
3
2
  import { SafeAny } from 'ngx-tethys/types';
4
3
  import * as i0 from "@angular/core";
5
4
  /**
@@ -48,12 +47,11 @@ export declare class ThyCollapseItem implements OnInit, OnDestroy {
48
47
  active: boolean;
49
48
  event: Event;
50
49
  }>;
51
- constructor(cdr: ChangeDetectorRef, thyCollapseComponent: ThyCollapse);
52
50
  ngOnInit(): void;
53
51
  markForCheck(): void;
54
52
  activeChange(event: Event): void;
55
53
  ngOnDestroy(): void;
56
- static ɵfac: i0.ɵɵFactoryDeclaration<ThyCollapseItem, [null, { host: true; }]>;
54
+ static ɵfac: i0.ɵɵFactoryDeclaration<ThyCollapseItem, never>;
57
55
  static ɵcmp: i0.ɵɵComponentDeclaration<ThyCollapseItem, "thy-collapse-panel, thy-collapse-item", ["ThyCollapseComponent"], { "thyTitle": { "alias": "thyTitle"; "required": false; }; "thyActive": { "alias": "thyActive"; "required": false; }; "thyDisabled": { "alias": "thyDisabled"; "required": false; }; "thyHeaderTemplate": { "alias": "thyHeaderTemplate"; "required": false; }; "thyArrowIcon": { "alias": "thyArrowIcon"; "required": false; }; "thyExtra": { "alias": "thyExtra"; "required": false; }; }, { "thyActiveChange": "thyActiveChange"; }, never, ["*"], true, never>;
58
56
  static ngAcceptInputType_thyActive: boolean | string | number;
59
57
  static ngAcceptInputType_thyDisabled: boolean | string | number;
@@ -1,5 +1,5 @@
1
- import { OnInit, ViewContainerRef } from '@angular/core';
2
- import { ThyPopover, ThyPopoverRef } from 'ngx-tethys/popover';
1
+ import { OnInit } from '@angular/core';
2
+ import { ThyPopoverRef } from 'ngx-tethys/popover';
3
3
  import { ThyColorPickerCustomPanel } from './color-picker-custom-panel.component';
4
4
  import * as i0 from "@angular/core";
5
5
  /**
@@ -20,7 +20,6 @@ export declare class ThyColorPickerPanel implements OnInit {
20
20
  recentColors: string[];
21
21
  newColor: string;
22
22
  customPanelPopoverRef: ThyPopoverRef<ThyColorPickerCustomPanel>;
23
- constructor(thyPopover: ThyPopover, viewContainerRef: ViewContainerRef, thyPopoverRef: ThyPopoverRef<ThyColorPickerPanel>);
24
23
  ngOnInit(): void;
25
24
  selectColor(color: string): void;
26
25
  showMoreColor(event: Event): void;
@@ -2,7 +2,7 @@ import { FocusMonitor } from '@angular/cdk/a11y';
2
2
  import { Platform } from '@angular/cdk/platform';
3
3
  import { ElementRef, EventEmitter, NgZone, OnDestroy, OnInit } from '@angular/core';
4
4
  import { ThyOverlayDirectiveBase, ThyPlacement, ThyOverlayTrigger } from 'ngx-tethys/core';
5
- import { ThyPopover, ThyPopoverRef } from 'ngx-tethys/popover';
5
+ import { ThyPopoverRef } from 'ngx-tethys/popover';
6
6
  import { ThyColorPickerPanel } from './color-picker-panel.component';
7
7
  import * as i0 from "@angular/core";
8
8
  export declare class OverlayBase extends ThyOverlayDirectiveBase {
@@ -19,8 +19,6 @@ declare const _BaseMixin: (new (...args: any[]) => import("ngx-tethys/core").Thy
19
19
  */
20
20
  export declare class ThyColorPickerDirective extends _BaseMixin implements OnInit, OnDestroy {
21
21
  private thyPopover;
22
- protected zone: NgZone;
23
- protected elementRef: ElementRef<HTMLElement>;
24
22
  /**
25
23
  * 弹框偏移量
26
24
  * @type number
@@ -82,7 +80,7 @@ export declare class ThyColorPickerDirective extends _BaseMixin implements OnIni
82
80
  private closePanel;
83
81
  private destroy$;
84
82
  get backgroundColor(): string;
85
- constructor(thyPopover: ThyPopover, zone: NgZone, elementRef: ElementRef<HTMLElement>, platform: Platform, focusMonitor: FocusMonitor);
83
+ constructor();
86
84
  ngOnInit(): void;
87
85
  togglePanel(): import("@angular/cdk/overlay").OverlayRef;
88
86
  show(delay?: number): void;
@@ -5,7 +5,7 @@ import * as i0 from "@angular/core";
5
5
  * @internal
6
6
  */
7
7
  export declare class ThyCoordinatesDirective implements OnInit, OnDestroy {
8
- el: ElementRef;
8
+ el: ElementRef<any>;
9
9
  coordinatesChange: Subject<{
10
10
  x: number;
11
11
  y: number;
@@ -21,7 +21,6 @@ export declare class ThyCoordinatesDirective implements OnInit, OnDestroy {
21
21
  mousedown($event: Event, x: number, y: number): void;
22
22
  mousemove($event: Event, x: number, y: number): void;
23
23
  mouseup(): void;
24
- constructor(el: ElementRef);
25
24
  ngOnInit(): void;
26
25
  handleChange(x: number, y: number, $event: Event): void;
27
26
  ngOnDestroy(): void;
@@ -1,4 +1,4 @@
1
- import { ElementRef, EventEmitter, OnChanges, Renderer2, SimpleChanges } from '@angular/core';
1
+ import { ElementRef, EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
2
2
  import { ThyColor } from '../../helpers/color.class';
3
3
  import * as i0 from "@angular/core";
4
4
  /**
@@ -8,7 +8,6 @@ export declare class ThyAlpha implements OnChanges {
8
8
  private readonly renderer;
9
9
  className: boolean;
10
10
  color: ThyColor;
11
- constructor(renderer: Renderer2);
12
11
  pointer: ElementRef;
13
12
  gradient: ElementRef;
14
13
  colorChange: EventEmitter<ThyColor>;
@@ -1,4 +1,4 @@
1
- import { ElementRef, EventEmitter, OnChanges, Renderer2, SimpleChanges } from '@angular/core';
1
+ import { ElementRef, EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
2
2
  import { ThyColor } from '../../helpers/color.class';
3
3
  import * as i0 from "@angular/core";
4
4
  /**
@@ -9,7 +9,6 @@ export declare class ThyHue implements OnChanges {
9
9
  className: boolean;
10
10
  color: ThyColor;
11
11
  colorChange: EventEmitter<ThyColor>;
12
- constructor(renderer: Renderer2);
13
12
  pointer: ElementRef;
14
13
  ngOnChanges(changes: SimpleChanges): void;
15
14
  private changePointerPosition;
@@ -1,4 +1,4 @@
1
- import { ElementRef, EventEmitter, OnChanges, Renderer2, SimpleChanges } from '@angular/core';
1
+ import { ElementRef, EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
2
2
  import { ThyColor } from '../../helpers/color.class';
3
3
  import * as i0 from "@angular/core";
4
4
  /**
@@ -12,7 +12,6 @@ export declare class ThySaturation implements OnChanges {
12
12
  colorChange: EventEmitter<ThyColor>;
13
13
  color: ThyColor;
14
14
  ngOnChanges(changes: SimpleChanges): void;
15
- constructor(renderer: Renderer2);
16
15
  setBackground(): void;
17
16
  changePointerPosition(s: number, v: number): void;
18
17
  handleChange(event: {
@@ -1,5 +1,4 @@
1
1
  import { ElementRef, EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
- import { ThyNotifyService } from 'ngx-tethys/notify';
3
2
  import { ThyTooltipDirective } from 'ngx-tethys/tooltip';
4
3
  import * as i0 from "@angular/core";
5
4
  import * as i1 from "ngx-tethys/tooltip";
@@ -38,7 +37,6 @@ export declare class ThyCopyDirective implements OnInit, OnDestroy {
38
37
  * 是否展示通知
39
38
  */
40
39
  thyShowNotify: boolean;
41
- constructor(document: any, tooltipDirective: ThyTooltipDirective, notifyService: ThyNotifyService);
42
40
  ngOnInit(): void;
43
41
  private getContent;
44
42
  onClick(event: Event): void;
@@ -1,4 +1,3 @@
1
- import { ThyClickDispatcher } from './event-dispatchers/index';
2
1
  import * as i0 from "@angular/core";
3
2
  export interface ThyClickPosition {
4
3
  x: number;
@@ -8,7 +7,6 @@ export declare class ThyClickPositioner {
8
7
  private clickDispatcher;
9
8
  private lastPosition;
10
9
  private initialized;
11
- constructor(clickDispatcher: ThyClickDispatcher);
12
10
  get lastClickPosition(): ThyClickPosition | null;
13
11
  runTaskUseLastPosition(task: (position?: ThyClickPosition) => void): void;
14
12
  initialize(): void;
package/core/scroll.d.ts CHANGED
@@ -1,10 +1,9 @@
1
- import { NgZone } from '@angular/core';
2
1
  import * as i0 from "@angular/core";
3
2
  export type EasyingFn = (t: number, b: number, c: number, d: number) => number;
4
3
  export declare class ThyScrollService {
5
4
  private ngZone;
6
5
  private document;
7
- constructor(document: any, ngZone: NgZone);
6
+ constructor();
8
7
  /** Set the position of the scroll bar of `element`. */
9
8
  setScrollTop(element: Element | Window, topValue?: number): void;
10
9
  /** Get the position of the scoll bar of `element`. */