ngx-tethys 19.0.13 → 19.1.0-next.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 (280) hide show
  1. package/CHANGELOG.md +29 -2
  2. package/action/action.component.d.ts +12 -20
  3. package/action/actions.component.d.ts +5 -7
  4. package/affix/affix.component.d.ts +7 -10
  5. package/alert/alert.component.d.ts +1 -1
  6. package/anchor/anchor-link.component.d.ts +8 -8
  7. package/anchor/anchor.component.d.ts +15 -21
  8. package/arrow-switcher/arrow-switcher.component.d.ts +15 -22
  9. package/autocomplete/autocomplete.component.d.ts +10 -17
  10. package/autocomplete/autocomplete.trigger.directive.d.ts +10 -18
  11. package/avatar/avatar-list/avatar-list.component.d.ts +8 -14
  12. package/avatar/avatar.component.d.ts +25 -39
  13. package/back-top/back-top.component.d.ts +9 -12
  14. package/badge/badge.component.d.ts +19 -59
  15. package/breadcrumb/breadcrumb.component.d.ts +15 -20
  16. package/button/button-icon.component.d.ts +3 -2
  17. package/button/button.component.d.ts +3 -2
  18. package/calendar/calendar-header.component.d.ts +9 -8
  19. package/calendar/calendar.component.d.ts +16 -16
  20. package/card/card.component.d.ts +5 -11
  21. package/card/content.component.d.ts +3 -8
  22. package/card/header.component.d.ts +7 -8
  23. package/carousel/carousel.component.d.ts +22 -27
  24. package/cascader/cascader-li.component.d.ts +13 -21
  25. package/cascader/cascader-search-option.component.d.ts +8 -16
  26. package/cascader/cascader.component.d.ts +58 -80
  27. package/checkbox/checkbox.component.d.ts +2 -5
  28. package/collapse/collapse-item.component.d.ts +12 -19
  29. package/collapse/collapse.component.d.ts +6 -12
  30. package/collapse/collapse.token.d.ts +3 -3
  31. package/color-picker/color-picker-custom-panel.component.d.ts +5 -5
  32. package/color-picker/color-picker-panel.component.d.ts +7 -11
  33. package/color-picker/color-picker.component.d.ts +19 -35
  34. package/color-picker/parts/alpha/alpha.component.d.ts +8 -8
  35. package/color-picker/parts/hue/hue.component.d.ts +6 -6
  36. package/color-picker/parts/indicator/indicator.component.d.ts +4 -3
  37. package/color-picker/parts/inputs/inputs.component.d.ts +9 -9
  38. package/color-picker/parts/saturation/saturation.component.d.ts +9 -9
  39. package/comment/comment.component.d.ts +4 -5
  40. package/copy/copy.directive.d.ts +8 -9
  41. package/date-picker/abstract-picker.component.d.ts +8 -7
  42. package/date-picker/lib/calendar/calendar-footer.component.d.ts +2 -1
  43. package/date-picker/lib/popups/inner-popup.component.d.ts +2 -1
  44. package/date-picker/picker.component.d.ts +2 -1
  45. package/date-range/date-range.component.d.ts +2 -2
  46. package/dialog/body/dialog-body.component.d.ts +2 -6
  47. package/dialog/confirm/confirm.component.d.ts +2 -2
  48. package/dialog/footer/dialog-footer.component.d.ts +6 -9
  49. package/dialog/header/dialog-header.component.d.ts +9 -11
  50. package/divider/divider.component.d.ts +12 -16
  51. package/dot/dot.component.d.ts +5 -13
  52. package/drag-drop/drag-handle.directive.d.ts +2 -1
  53. package/drag-drop/drag.directive.d.ts +2 -1
  54. package/drag-drop/drop-container.directive.d.ts +2 -1
  55. package/dropdown/dropdown-menu-item.directive.d.ts +3 -2
  56. package/dropdown/dropdown-menu.component.d.ts +2 -1
  57. package/dropdown/dropdown.directive.d.ts +2 -1
  58. package/empty/empty.component.d.ts +21 -27
  59. package/fesm2022/ngx-tethys-action.mjs +54 -91
  60. package/fesm2022/ngx-tethys-action.mjs.map +1 -1
  61. package/fesm2022/ngx-tethys-affix.mjs +29 -26
  62. package/fesm2022/ngx-tethys-affix.mjs.map +1 -1
  63. package/fesm2022/ngx-tethys-anchor.mjs +91 -118
  64. package/fesm2022/ngx-tethys-anchor.mjs.map +1 -1
  65. package/fesm2022/ngx-tethys-arrow-switcher.mjs +51 -77
  66. package/fesm2022/ngx-tethys-arrow-switcher.mjs.map +1 -1
  67. package/fesm2022/ngx-tethys-autocomplete.mjs +69 -103
  68. package/fesm2022/ngx-tethys-autocomplete.mjs.map +1 -1
  69. package/fesm2022/ngx-tethys-avatar.mjs +117 -162
  70. package/fesm2022/ngx-tethys-avatar.mjs.map +1 -1
  71. package/fesm2022/ngx-tethys-back-top.mjs +33 -46
  72. package/fesm2022/ngx-tethys-back-top.mjs.map +1 -1
  73. package/fesm2022/ngx-tethys-badge.mjs +104 -208
  74. package/fesm2022/ngx-tethys-badge.mjs.map +1 -1
  75. package/fesm2022/ngx-tethys-breadcrumb.mjs +66 -70
  76. package/fesm2022/ngx-tethys-breadcrumb.mjs.map +1 -1
  77. package/fesm2022/ngx-tethys-calendar.mjs +85 -87
  78. package/fesm2022/ngx-tethys-calendar.mjs.map +1 -1
  79. package/fesm2022/ngx-tethys-card.mjs +72 -77
  80. package/fesm2022/ngx-tethys-card.mjs.map +1 -1
  81. package/fesm2022/ngx-tethys-carousel.mjs +82 -99
  82. package/fesm2022/ngx-tethys-carousel.mjs.map +1 -1
  83. package/fesm2022/ngx-tethys-cascader.mjs +313 -468
  84. package/fesm2022/ngx-tethys-cascader.mjs.map +1 -1
  85. package/fesm2022/ngx-tethys-checkbox.mjs +10 -17
  86. package/fesm2022/ngx-tethys-checkbox.mjs.map +1 -1
  87. package/fesm2022/ngx-tethys-collapse.mjs +66 -71
  88. package/fesm2022/ngx-tethys-collapse.mjs.map +1 -1
  89. package/fesm2022/ngx-tethys-color-picker.mjs +187 -246
  90. package/fesm2022/ngx-tethys-color-picker.mjs.map +1 -1
  91. package/fesm2022/ngx-tethys-comment.mjs +16 -10
  92. package/fesm2022/ngx-tethys-comment.mjs.map +1 -1
  93. package/fesm2022/ngx-tethys-copy.mjs +25 -28
  94. package/fesm2022/ngx-tethys-copy.mjs.map +1 -1
  95. package/fesm2022/ngx-tethys-dialog.mjs +81 -82
  96. package/fesm2022/ngx-tethys-dialog.mjs.map +1 -1
  97. package/fesm2022/ngx-tethys-divider.mjs +49 -58
  98. package/fesm2022/ngx-tethys-divider.mjs.map +1 -1
  99. package/fesm2022/ngx-tethys-dot.mjs +45 -68
  100. package/fesm2022/ngx-tethys-dot.mjs.map +1 -1
  101. package/fesm2022/ngx-tethys-empty.mjs +107 -95
  102. package/fesm2022/ngx-tethys-empty.mjs.map +1 -1
  103. package/fesm2022/ngx-tethys-form.mjs +161 -200
  104. package/fesm2022/ngx-tethys-form.mjs.map +1 -1
  105. package/fesm2022/ngx-tethys-fullscreen.mjs +21 -23
  106. package/fesm2022/ngx-tethys-fullscreen.mjs.map +1 -1
  107. package/fesm2022/ngx-tethys-grid.mjs +160 -152
  108. package/fesm2022/ngx-tethys-grid.mjs.map +1 -1
  109. package/fesm2022/ngx-tethys-i18n.mjs +25 -25
  110. package/fesm2022/ngx-tethys-i18n.mjs.map +1 -1
  111. package/fesm2022/ngx-tethys-input-number.mjs +101 -114
  112. package/fesm2022/ngx-tethys-input-number.mjs.map +1 -1
  113. package/fesm2022/ngx-tethys-input.mjs +268 -271
  114. package/fesm2022/ngx-tethys-input.mjs.map +1 -1
  115. package/fesm2022/ngx-tethys-list.mjs +1 -1
  116. package/fesm2022/ngx-tethys-list.mjs.map +1 -1
  117. package/fesm2022/ngx-tethys-loading.mjs +17 -35
  118. package/fesm2022/ngx-tethys-loading.mjs.map +1 -1
  119. package/fesm2022/ngx-tethys-mention.mjs +52 -74
  120. package/fesm2022/ngx-tethys-mention.mjs.map +1 -1
  121. package/fesm2022/ngx-tethys-menu.mjs +106 -179
  122. package/fesm2022/ngx-tethys-menu.mjs.map +1 -1
  123. package/fesm2022/ngx-tethys-nav.mjs +169 -201
  124. package/fesm2022/ngx-tethys-nav.mjs.map +1 -1
  125. package/fesm2022/ngx-tethys-pagination.mjs +230 -294
  126. package/fesm2022/ngx-tethys-pagination.mjs.map +1 -1
  127. package/fesm2022/ngx-tethys-popover.mjs +67 -70
  128. package/fesm2022/ngx-tethys-popover.mjs.map +1 -1
  129. package/fesm2022/ngx-tethys-progress.mjs +196 -244
  130. package/fesm2022/ngx-tethys-progress.mjs.map +1 -1
  131. package/fesm2022/ngx-tethys-property.mjs +102 -105
  132. package/fesm2022/ngx-tethys-property.mjs.map +1 -1
  133. package/fesm2022/ngx-tethys-radio.mjs +34 -38
  134. package/fesm2022/ngx-tethys-radio.mjs.map +1 -1
  135. package/fesm2022/ngx-tethys-result.mjs +46 -28
  136. package/fesm2022/ngx-tethys-result.mjs.map +1 -1
  137. package/fesm2022/ngx-tethys-skeleton.mjs +339 -342
  138. package/fesm2022/ngx-tethys-skeleton.mjs.map +1 -1
  139. package/fesm2022/ngx-tethys-slider.mjs +75 -108
  140. package/fesm2022/ngx-tethys-slider.mjs.map +1 -1
  141. package/fesm2022/ngx-tethys-space.mjs +26 -46
  142. package/fesm2022/ngx-tethys-space.mjs.map +1 -1
  143. package/fesm2022/ngx-tethys-statistic.mjs +114 -151
  144. package/fesm2022/ngx-tethys-statistic.mjs.map +1 -1
  145. package/fesm2022/ngx-tethys-stepper.mjs +74 -107
  146. package/fesm2022/ngx-tethys-stepper.mjs.map +1 -1
  147. package/fesm2022/ngx-tethys-switch.mjs +80 -140
  148. package/fesm2022/ngx-tethys-switch.mjs.map +1 -1
  149. package/fesm2022/ngx-tethys-table.mjs +1 -1
  150. package/fesm2022/ngx-tethys-table.mjs.map +1 -1
  151. package/fesm2022/ngx-tethys-tabs.mjs +69 -87
  152. package/fesm2022/ngx-tethys-tabs.mjs.map +1 -1
  153. package/fesm2022/ngx-tethys-tag.mjs +42 -64
  154. package/fesm2022/ngx-tethys-tag.mjs.map +1 -1
  155. package/fesm2022/ngx-tethys-timeline.mjs +104 -129
  156. package/fesm2022/ngx-tethys-timeline.mjs.map +1 -1
  157. package/fesm2022/ngx-tethys-typography.mjs +36 -33
  158. package/fesm2022/ngx-tethys-typography.mjs.map +1 -1
  159. package/fesm2022/ngx-tethys-upload.mjs +91 -130
  160. package/fesm2022/ngx-tethys-upload.mjs.map +1 -1
  161. package/fesm2022/ngx-tethys-util.mjs.map +1 -1
  162. package/fesm2022/ngx-tethys-watermark.mjs +36 -40
  163. package/fesm2022/ngx-tethys-watermark.mjs.map +1 -1
  164. package/fesm2022/ngx-tethys.mjs +1 -1
  165. package/fesm2022/ngx-tethys.mjs.map +1 -1
  166. package/form/form-group-error/form-group-error.component.d.ts +2 -3
  167. package/form/form-group-label.directive.d.ts +2 -1
  168. package/form/form-group.component.d.ts +17 -24
  169. package/form/form-submit.directive.d.ts +2 -2
  170. package/form/form.directive.d.ts +6 -8
  171. package/form/from-group-footer/form-group-footer.component.d.ts +2 -2
  172. package/form/validator/confirm-validator.directive.d.ts +2 -2
  173. package/form/validator/unique-validator.directive.d.ts +2 -2
  174. package/fullscreen/fullscreen.component.d.ts +7 -7
  175. package/grid/flex.d.ts +14 -19
  176. package/grid/thy-col.directive.d.ts +6 -9
  177. package/grid/thy-grid-item.component.d.ts +3 -4
  178. package/grid/thy-grid.component.d.ts +11 -12
  179. package/grid/thy-row.directive.d.ts +12 -12
  180. package/icon/icon.component.d.ts +3 -2
  181. package/image/image.directive.d.ts +3 -2
  182. package/input/input-count.component.d.ts +4 -5
  183. package/input/input-group.component.d.ts +20 -20
  184. package/input/input-search.component.d.ts +15 -20
  185. package/input/input.component.d.ts +20 -21
  186. package/input/input.directive.d.ts +4 -6
  187. package/input-number/input-number.component.d.ts +21 -29
  188. package/layout/header.component.d.ts +4 -9
  189. package/layout/sidebar-header.component.d.ts +2 -1
  190. package/layout/sidebar.component.d.ts +8 -7
  191. package/list/list.component.d.ts +2 -1
  192. package/list/selection/selection-list.d.ts +4 -3
  193. package/loading/loading.component.d.ts +4 -10
  194. package/mention/mention.directive.d.ts +6 -7
  195. package/mention/suggestions/suggestions.component.d.ts +8 -9
  196. package/menu/group/menu-group.component.d.ts +16 -33
  197. package/menu/item/action/menu-item-action.component.d.ts +7 -8
  198. package/menu/item/icon/menu-item-icon.component.d.ts +2 -2
  199. package/menu/item/menu-item.component.d.ts +4 -4
  200. package/menu/item/name/menu-item-name.component.d.ts +2 -3
  201. package/menu/menu.component.d.ts +3 -7
  202. package/nav/icon-nav/icon-nav-link.directive.d.ts +3 -7
  203. package/nav/icon-nav/icon-nav.component.d.ts +3 -8
  204. package/nav/nav-ink-bar.directive.d.ts +4 -6
  205. package/nav/nav-item.directive.d.ts +7 -10
  206. package/nav/nav.component.d.ts +20 -48
  207. package/package.json +1 -1
  208. package/pagination/pagination.component.d.ts +48 -109
  209. package/popover/header/popover-header.component.d.ts +7 -6
  210. package/popover/popover.directive.d.ts +11 -18
  211. package/progress/progress-circle.component.d.ts +32 -21
  212. package/progress/progress-strip.component.d.ts +10 -14
  213. package/progress/progress.component.d.ts +15 -23
  214. package/property/examples/single/single.component.scss +6 -0
  215. package/property/properties.component.d.ts +6 -13
  216. package/property/property-item.component.d.ts +21 -26
  217. package/property/styles/properties.scss +124 -52
  218. package/property-operation/property-operation.component.d.ts +6 -5
  219. package/radio/button/radio-button.component.d.ts +2 -2
  220. package/radio/group/radio-group.component.d.ts +8 -7
  221. package/radio/radio.component.d.ts +2 -2
  222. package/radio/radio.token.d.ts +2 -2
  223. package/rate/rate-item.component.d.ts +2 -1
  224. package/rate/rate.component.d.ts +4 -3
  225. package/resizable/resizable.directive.d.ts +4 -9
  226. package/resizable/resize-handle.component.d.ts +2 -1
  227. package/resizable/resize-handles.component.d.ts +2 -1
  228. package/result/result.component.d.ts +9 -10
  229. package/schematics/version.d.ts +1 -1
  230. package/schematics/version.js +1 -1
  231. package/segment/segment-item.component.d.ts +2 -1
  232. package/segment/segment.component.d.ts +2 -1
  233. package/select/custom-select/custom-select.component.d.ts +11 -10
  234. package/select/native-select/native-select.component.d.ts +2 -1
  235. package/shared/base-form-check.component.d.ts +3 -2
  236. package/shared/directives/thy-autofocus.directive.d.ts +3 -2
  237. package/shared/directives/thy-scroll.directive.d.ts +2 -1
  238. package/shared/directives/thy-show.d.ts +2 -1
  239. package/shared/option/group/option-group.component.d.ts +2 -1
  240. package/shared/option/list-option/list-option.component.d.ts +2 -7
  241. package/shared/option/option.component.d.ts +2 -1
  242. package/shared/select/select-control/select-control.component.d.ts +7 -6
  243. package/skeleton/skeleton-circle.component.d.ts +16 -19
  244. package/skeleton/skeleton-rectangle.component.d.ts +20 -23
  245. package/skeleton/skeleton.component.d.ts +5 -6
  246. package/skeleton/stylized/bullet-list.component.d.ts +11 -13
  247. package/skeleton/stylized/list.component.d.ts +10 -12
  248. package/skeleton/stylized/paragraph.component.d.ts +12 -14
  249. package/slide/slide-body/slide-body-section.component.d.ts +2 -1
  250. package/slider/slider.component.d.ts +17 -24
  251. package/space/space.component.d.ts +8 -8
  252. package/statistic/statistic.component.d.ts +35 -40
  253. package/stepper/step-header.component.d.ts +6 -10
  254. package/stepper/step.component.d.ts +6 -6
  255. package/stepper/stepper.component.d.ts +15 -20
  256. package/switch/switch.component.d.ts +24 -35
  257. package/table/table-column.component.d.ts +6 -5
  258. package/table/table-skeleton.component.d.ts +3 -10
  259. package/table/table.component.d.ts +11 -10
  260. package/tabs/tab-content.component.d.ts +4 -4
  261. package/tabs/tab.component.d.ts +4 -5
  262. package/tabs/tabs.component.d.ts +13 -15
  263. package/tag/tag.component.d.ts +10 -16
  264. package/time-picker/time-picker-panel.component.d.ts +3 -2
  265. package/time-picker/time-picker.component.d.ts +6 -5
  266. package/timeline/timeline-item.component.d.ts +9 -13
  267. package/timeline/timeline.component.d.ts +13 -17
  268. package/tooltip/tooltip.directive.d.ts +3 -2
  269. package/tree/tree-node.component.d.ts +6 -15
  270. package/tree/tree.component.d.ts +8 -7
  271. package/tree-select/tree-select.component.d.ts +8 -7
  272. package/typography/bg-color.directive.d.ts +3 -3
  273. package/typography/text/text.component.d.ts +2 -2
  274. package/typography/text-color.directive.d.ts +3 -3
  275. package/upload/file-drop.directive.d.ts +9 -11
  276. package/upload/file-select-base.d.ts +6 -10
  277. package/upload/file-select.component.d.ts +10 -20
  278. package/util/helpers/helpers.d.ts +2 -1
  279. package/vote/vote.component.d.ts +4 -3
  280. package/watermark/watermark.directive.d.ts +7 -9
@@ -6,6 +6,7 @@ import { PageChangedEvent, ThyMultiSelectEvent, ThyPage, ThyRadioSelectEvent, Th
6
6
  import { ThyTableColumnSkeletonType } from './enums';
7
7
  import { ThyTableTheme, ThyTableMode, ThyTableSize } from './table.type';
8
8
  import * as i0 from "@angular/core";
9
+ import * as i1 from "ngx-tethys/util";
9
10
  export declare enum ThyFixedDirection {
10
11
  left = "left",
11
12
  right = "right"
@@ -314,19 +315,19 @@ export declare class ThyTable implements OnInit, OnChanges, AfterViewInit, OnDes
314
315
  ngOnDestroy(): void;
315
316
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyTable, never>;
316
317
  static ɵcmp: i0.ɵɵComponentDeclaration<ThyTable, "thy-table", never, { "thyMode": { "alias": "thyMode"; "required": false; }; "thyGroupBy": { "alias": "thyGroupBy"; "required": false; }; "thyRowKey": { "alias": "thyRowKey"; "required": false; }; "thyGroups": { "alias": "thyGroups"; "required": false; }; "thyModel": { "alias": "thyModel"; "required": false; }; "thyTheme": { "alias": "thyTheme"; "required": false; }; "thySize": { "alias": "thySize"; "required": false; }; "thyMinWidth": { "alias": "thyMinWidth"; "required": false; }; "thyLayoutFixed": { "alias": "thyLayoutFixed"; "required": false; }; "thyHeaderFixed": { "alias": "thyHeaderFixed"; "required": false; }; "thyHeight": { "alias": "thyHeight"; "required": false; }; "thyClassName": { "alias": "thyClassName"; "required": false; }; "thyRowClassName": { "alias": "thyRowClassName"; "required": false; }; "thyLoadingDone": { "alias": "thyLoadingDone"; "required": false; }; "thyLoadingText": { "alias": "thyLoadingText"; "required": false; }; "thyEmptyOptions": { "alias": "thyEmptyOptions"; "required": false; }; "thyDraggable": { "alias": "thyDraggable"; "required": false; }; "thyPageIndex": { "alias": "thyPageIndex"; "required": false; }; "thyPageSize": { "alias": "thyPageSize"; "required": false; }; "thyPageTotal": { "alias": "thyPageTotal"; "required": false; }; "thyWholeRowSelect": { "alias": "thyWholeRowSelect"; "required": false; }; "thyHeadless": { "alias": "thyHeadless"; "required": false; }; "thyShowHeader": { "alias": "thyShowHeader"; "required": false; }; "showTotal": { "alias": "thyShowTotal"; "required": false; }; "showSizeChanger": { "alias": "thyShowSizeChanger"; "required": false; }; "pageSizeOptions": { "alias": "thyPageSizeOptions"; "required": false; }; "thyIndent": { "alias": "thyIndent"; "required": false; }; "thyChildrenKey": { "alias": "thyChildrenKey"; "required": false; }; "thyHoverDisplayOperation": { "alias": "thyHoverDisplayOperation"; "required": false; }; "thyDragDisabledPredicate": { "alias": "thyDragDisabledPredicate"; "required": false; }; "thyColumnSkeletonTypes": { "alias": "thyColumnSkeletonTypes"; "required": false; }; }, { "thyOnSwitchChange": "thyOnSwitchChange"; "thyOnPageChange": "thyOnPageChange"; "thyOnPageIndexChange": "thyOnPageIndexChange"; "thyOnPageSizeChange": "thyOnPageSizeChange"; "thyOnMultiSelectChange": "thyOnMultiSelectChange"; "thyOnRadioSelectChange": "thyOnRadioSelectChange"; "thyOnDraggableChange": "thyOnDraggableChange"; "thyOnRowClick": "thyOnRowClick"; "thySortChange": "thySortChange"; "thyOnRowContextMenu": "thyOnRowContextMenu"; }, ["emptyTemplate", "groupTemplate", "listOfColumnComponents"], ["*"], true, never>;
317
- static ngAcceptInputType_thyLayoutFixed: boolean | string | number;
318
- static ngAcceptInputType_thyHeaderFixed: boolean | string | number;
319
- static ngAcceptInputType_thyLoadingDone: boolean | string | number;
320
- static ngAcceptInputType_thyDraggable: boolean | string | number;
318
+ static ngAcceptInputType_thyLayoutFixed: i1.ThyBooleanInput;
319
+ static ngAcceptInputType_thyHeaderFixed: i1.ThyBooleanInput;
320
+ static ngAcceptInputType_thyLoadingDone: i1.ThyBooleanInput;
321
+ static ngAcceptInputType_thyDraggable: i1.ThyBooleanInput;
321
322
  static ngAcceptInputType_thyPageIndex: unknown;
322
323
  static ngAcceptInputType_thyPageSize: unknown;
323
324
  static ngAcceptInputType_thyPageTotal: unknown;
324
- static ngAcceptInputType_thyWholeRowSelect: boolean | string | number;
325
- static ngAcceptInputType_thyHeadless: boolean | string | number;
326
- static ngAcceptInputType_thyShowHeader: boolean | string | number;
327
- static ngAcceptInputType_showTotal: boolean | string | number;
328
- static ngAcceptInputType_showSizeChanger: boolean | string | number;
325
+ static ngAcceptInputType_thyWholeRowSelect: i1.ThyBooleanInput;
326
+ static ngAcceptInputType_thyHeadless: i1.ThyBooleanInput;
327
+ static ngAcceptInputType_thyShowHeader: i1.ThyBooleanInput;
328
+ static ngAcceptInputType_showTotal: i1.ThyBooleanInput;
329
+ static ngAcceptInputType_showSizeChanger: i1.ThyBooleanInput;
329
330
  static ngAcceptInputType_thyIndent: unknown;
330
- static ngAcceptInputType_thyHoverDisplayOperation: boolean | string | number;
331
+ static ngAcceptInputType_thyHoverDisplayOperation: i1.ThyBooleanInput;
331
332
  }
332
333
  export {};
@@ -4,9 +4,9 @@ import * as i0 from "@angular/core";
4
4
  * @private
5
5
  */
6
6
  export declare class ThyTabContent {
7
- content: TemplateRef<void> | null;
8
- active: boolean;
9
- tabPaneAnimated: boolean;
7
+ readonly content: import("@angular/core").InputSignal<TemplateRef<void>>;
8
+ readonly active: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
9
+ readonly tabPaneAnimated: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyTabContent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<ThyTabContent, "thy-tab-content, [thyTabContent]", ["thyTabContent"], { "content": { "alias": "content"; "required": false; }; "active": { "alias": "active"; "required": false; }; "tabPaneAnimated": { "alias": "tabPaneAnimated"; "required": false; }; }, {}, never, never, true, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<ThyTabContent, "thy-tab-content, [thyTabContent]", ["thyTabContent"], { "content": { "alias": "content"; "required": false; "isSignal": true; }; "active": { "alias": "active"; "required": false; "isSignal": true; }; "tabPaneAnimated": { "alias": "tabPaneAnimated"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
12
12
  }
@@ -14,19 +14,18 @@ export declare class ThyTab implements OnInit {
14
14
  /**
15
15
  * 选项标题
16
16
  */
17
- thyTitle: string;
17
+ readonly thyTitle: import("@angular/core").InputSignal<string>;
18
18
  /**
19
19
  * 选项的唯一标识
20
20
  */
21
- id: string;
21
+ readonly id: import("@angular/core").InputSignal<string>;
22
22
  /**
23
23
  * 是否禁用选项
24
24
  * @default false
25
25
  */
26
- thyDisabled: boolean;
26
+ readonly thyDisabled: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
27
27
  constructor();
28
28
  ngOnInit(): void;
29
29
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyTab, never>;
30
- static ɵcmp: i0.ɵɵComponentDeclaration<ThyTab, "thy-tab", never, { "thyTitle": { "alias": "thyTitle"; "required": false; }; "id": { "alias": "id"; "required": false; }; "thyDisabled": { "alias": "thyDisabled"; "required": false; }; }, {}, ["titleTemplateRef"], ["*"], true, never>;
31
- static ngAcceptInputType_thyDisabled: boolean | string | number;
30
+ static ɵcmp: i0.ɵɵComponentDeclaration<ThyTab, "thy-tab", never, { "thyTitle": { "alias": "thyTitle"; "required": false; "isSignal": true; }; "id": { "alias": "id"; "required": false; "isSignal": true; }; "thyDisabled": { "alias": "thyDisabled"; "required": false; "isSignal": true; }; }, {}, ["titleTemplateRef"], ["*"], true, never>;
32
31
  }
@@ -1,6 +1,6 @@
1
- import { AfterContentInit, EventEmitter, OnChanges, OnInit, QueryList, SimpleChanges, TemplateRef } from '@angular/core';
1
+ import { AfterContentInit, OnInit, QueryList, TemplateRef } from '@angular/core';
2
2
  import { ThyTab } from './tab.component';
3
- import { ThyActiveTabInfo, ThyTabActiveEvent } from './types';
3
+ import { ThyActiveTabInfo } from './types';
4
4
  import * as i0 from "@angular/core";
5
5
  export type ThyTabsSize = 'lg' | 'md' | 'sm';
6
6
  export type ThyTabsType = 'pulled' | 'tabs' | 'pills' | 'lite';
@@ -9,7 +9,7 @@ export type ThyTabsPosition = 'top' | 'left';
9
9
  * 选项卡切换组件
10
10
  * @name thy-tabs
11
11
  */
12
- export declare class ThyTabs implements OnInit, OnChanges, AfterContentInit {
12
+ export declare class ThyTabs implements OnInit, AfterContentInit {
13
13
  private cd;
14
14
  private el;
15
15
  tabs: QueryList<ThyTab>;
@@ -18,48 +18,46 @@ export declare class ThyTabs implements OnInit, OnChanges, AfterContentInit {
18
18
  * 标签类型
19
19
  * @type 'pulled' | 'tabs' | 'pills' | 'lite'
20
20
  */
21
- thyType: ThyTabsType;
21
+ readonly thyType: import("@angular/core").InputSignal<ThyTabsType>;
22
22
  /**
23
23
  * 选项卡的大小
24
24
  * @type 'lg' | 'md' | 'sm'
25
25
  */
26
- thySize: ThyTabsSize;
26
+ readonly thySize: import("@angular/core").InputSignal<ThyTabsSize>;
27
27
  /**
28
28
  * 激活的项
29
29
  */
30
- set thyActiveTab(value: ThyActiveTabInfo);
30
+ readonly thyActiveTab: import("@angular/core").InputSignal<ThyActiveTabInfo>;
31
31
  /**
32
32
  * 附加操作
33
33
  */
34
- thyExtra: TemplateRef<unknown>;
34
+ readonly thyExtra: import("@angular/core").InputSignal<TemplateRef<unknown>>;
35
35
  /**
36
36
  * 选项卡的位置
37
37
  * @type 'top' | 'left'
38
38
  */
39
- thyPosition: ThyTabsPosition;
39
+ readonly thyPosition: import("@angular/core").InputSignal<ThyTabsPosition>;
40
40
  /**
41
41
  * 是否使用动画切换 Tabs
42
42
  */
43
- thyAnimated: boolean;
43
+ readonly thyAnimated: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
44
44
  /**
45
45
  * 响应式,自动计算宽度存放 thyNavItem,并添加更多弹框
46
46
  */
47
- thyResponsive: boolean;
47
+ readonly thyResponsive: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
48
48
  /**
49
49
  * 激活的项发生改变时的回调
50
50
  */
51
- thyActiveTabChange: EventEmitter<ThyTabActiveEvent>;
51
+ readonly thyActiveTabChange: import("@angular/core").OutputEmitterRef<ThyActiveTabInfo>;
52
52
  activeTabIndex: number;
53
53
  activeTabId: string;
54
54
  transitionStarted: boolean;
55
+ constructor();
55
56
  ngOnInit(): void;
56
- ngOnChanges(changes: SimpleChanges): void;
57
57
  ngAfterContentInit(): void;
58
58
  get tabPaneAnimated(): boolean;
59
59
  getTabContentMarginLeft(): string;
60
60
  activeTab(tab: ThyTab, index: number): void;
61
61
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyTabs, never>;
62
- static ɵcmp: i0.ɵɵComponentDeclaration<ThyTabs, "thy-tabs", never, { "thyType": { "alias": "thyType"; "required": false; }; "thySize": { "alias": "thySize"; "required": false; }; "thyActiveTab": { "alias": "thyActiveTab"; "required": false; }; "thyExtra": { "alias": "thyExtra"; "required": false; }; "thyPosition": { "alias": "thyPosition"; "required": false; }; "thyAnimated": { "alias": "thyAnimated"; "required": false; }; "thyResponsive": { "alias": "thyResponsive"; "required": false; }; }, { "thyActiveTabChange": "thyActiveTabChange"; }, ["tabs"], never, true, never>;
63
- static ngAcceptInputType_thyAnimated: boolean | string | number;
64
- static ngAcceptInputType_thyResponsive: boolean | string | number;
62
+ static ɵcmp: i0.ɵɵComponentDeclaration<ThyTabs, "thy-tabs", never, { "thyType": { "alias": "thyType"; "required": false; "isSignal": true; }; "thySize": { "alias": "thySize"; "required": false; "isSignal": true; }; "thyActiveTab": { "alias": "thyActiveTab"; "required": false; "isSignal": true; }; "thyExtra": { "alias": "thyExtra"; "required": false; "isSignal": true; }; "thyPosition": { "alias": "thyPosition"; "required": false; "isSignal": true; }; "thyAnimated": { "alias": "thyAnimated"; "required": false; "isSignal": true; }; "thyResponsive": { "alias": "thyResponsive"; "required": false; "isSignal": true; }; }, { "thyActiveTabChange": "thyActiveTabChange"; }, ["tabs"], never, true, never>;
65
63
  }
@@ -1,4 +1,3 @@
1
- import { OnChanges, OnInit, SimpleChanges } from '@angular/core';
2
1
  import { ThyThemeColor } from 'ngx-tethys/core';
3
2
  import * as i0 from "@angular/core";
4
3
  export type ThyTagColor = ThyThemeColor | string;
@@ -8,47 +7,42 @@ export type ThyTagSize = 'sm' | 'md' | 'lg';
8
7
  * 标签组件
9
8
  * @name thy-tag,[thyTag]
10
9
  */
11
- export declare class ThyTag implements OnInit, OnChanges {
10
+ export declare class ThyTag {
12
11
  private elementRef;
13
- private color;
14
12
  private hostRenderer;
15
13
  /**
16
14
  * 标签颜色,thyColor 的简写
17
15
  * @type primary | success | info | warning | danger | default | light | string
18
16
  * @default default
19
17
  */
20
- set thyTag(value: ThyTagColor);
18
+ readonly thyTag: import("@angular/core").InputSignal<string>;
21
19
  /**
22
20
  * 标签形状
23
21
  * @type pill | rectangle
24
22
  */
25
- thyShape: ThyTagShape;
23
+ readonly thyShape: import("@angular/core").InputSignal<ThyTagShape>;
26
24
  /**
27
25
  * 标签颜色,支持设置主题色和颜色值,主题色为 default、primary、success、info、warning、danger
28
26
  */
29
- set thyColor(color: ThyTagColor);
27
+ readonly thyColor: import("@angular/core").InputSignal<string>;
30
28
  /**
31
29
  * 标签主题,fill 为颜色填充,outline 为线框,weak-fill 为背景色0.1透明度效果
32
30
  * @type outline | fill | weak-fill
33
31
  */
34
- thyTheme: 'outline' | 'fill' | 'weak-fill';
32
+ readonly thyTheme: import("@angular/core").InputSignal<"fill" | "outline" | "weak-fill">;
35
33
  /**
36
34
  * 标签大小
37
35
  * @type sm | md | lg
38
36
  */
39
- thySize: ThyTagSize;
37
+ readonly thySize: import("@angular/core").InputSignal<ThyTagSize>;
40
38
  /**
41
39
  * 可 Hover 悬停的标签,设置为 true 时会有一个 Hover 效果
42
40
  * @default false
43
41
  */
44
- thyHoverable: boolean | string;
45
- ngOnInit(): void;
46
- ngOnChanges(changes: SimpleChanges): void;
42
+ readonly thyHoverable: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
43
+ protected readonly color: import("@angular/core").Signal<string>;
44
+ constructor();
47
45
  private setColor;
48
46
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyTag, never>;
49
- static ɵcmp: i0.ɵɵComponentDeclaration<ThyTag, "thy-tag,[thyTag]", never, { "thyTag": { "alias": "thyTag"; "required": false; }; "thyShape": { "alias": "thyShape"; "required": false; }; "thyColor": { "alias": "thyColor"; "required": false; }; "thyTheme": { "alias": "thyTheme"; "required": false; }; "thySize": { "alias": "thySize"; "required": false; }; "thyHoverable": { "alias": "thyHoverable"; "required": false; }; }, {}, never, ["*"], true, never>;
50
- static ngAcceptInputType_thyHoverable: /**
51
- * 可 Hover 悬停的标签,设置为 true 时会有一个 Hover 效果
52
- * @default false
53
- */ boolean | string | number;
47
+ static ɵcmp: i0.ɵɵComponentDeclaration<ThyTag, "thy-tag,[thyTag]", never, { "thyTag": { "alias": "thyTag"; "required": false; "isSignal": true; }; "thyShape": { "alias": "thyShape"; "required": false; "isSignal": true; }; "thyColor": { "alias": "thyColor"; "required": false; "isSignal": true; }; "thyTheme": { "alias": "thyTheme"; "required": false; "isSignal": true; }; "thySize": { "alias": "thySize"; "required": false; "isSignal": true; }; "thyHoverable": { "alias": "thyHoverable"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
54
48
  }
@@ -2,6 +2,7 @@ import { ElementRef, EventEmitter, OnDestroy, OnInit, Signal } from '@angular/co
2
2
  import { ControlValueAccessor } from '@angular/forms';
3
3
  import { ThyTimePickerLocale } from 'ngx-tethys/i18n';
4
4
  import * as i0 from "@angular/core";
5
+ import * as i1 from "ngx-tethys/util";
5
6
  /**
6
7
  * 时间选择面板组件
7
8
  * @name thy-time-picker-panel
@@ -109,6 +110,6 @@ export declare class ThyTimePanel implements OnInit, OnDestroy, ControlValueAcce
109
110
  ngOnDestroy(): void;
110
111
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyTimePanel, never>;
111
112
  static ɵcmp: i0.ɵɵComponentDeclaration<ThyTimePanel, "thy-time-picker-panel", never, { "thyFormat": { "alias": "thyFormat"; "required": false; }; "thyHourStep": { "alias": "thyHourStep"; "required": false; }; "thyMinuteStep": { "alias": "thyMinuteStep"; "required": false; }; "thySecondStep": { "alias": "thySecondStep"; "required": false; }; "thyShowSelectNow": { "alias": "thyShowSelectNow"; "required": false; }; "thyShowOperations": { "alias": "thyShowOperations"; "required": false; }; }, { "thyPickChange": "thyPickChange"; "thyClosePanel": "thyClosePanel"; }, never, never, true, never>;
112
- static ngAcceptInputType_thyShowSelectNow: boolean | string | number;
113
- static ngAcceptInputType_thyShowOperations: boolean | string | number;
113
+ static ngAcceptInputType_thyShowSelectNow: i1.ThyBooleanInput;
114
+ static ngAcceptInputType_thyShowOperations: i1.ThyBooleanInput;
114
115
  }
@@ -4,6 +4,7 @@ import { ControlValueAccessor } from '@angular/forms';
4
4
  import { ThyPlacement } from 'ngx-tethys/core';
5
5
  import { ThyTimePickerLocale } from 'ngx-tethys/i18n';
6
6
  import * as i0 from "@angular/core";
7
+ import * as i1 from "ngx-tethys/util";
7
8
  export type TimePickerSize = 'xs' | 'sm' | 'md' | 'lg' | 'default';
8
9
  /**
9
10
  * 时间选择组件
@@ -135,9 +136,9 @@ export declare class ThyTimePicker implements OnInit, AfterViewInit, ControlValu
135
136
  private disabledUserOperation;
136
137
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyTimePicker, never>;
137
138
  static ɵcmp: i0.ɵɵComponentDeclaration<ThyTimePicker, "thy-time-picker", never, { "thySize": { "alias": "thySize"; "required": false; }; "thyPlaceholder": { "alias": "thyPlaceholder"; "required": false; }; "thyPlacement": { "alias": "thyPlacement"; "required": false; }; "thyFormat": { "alias": "thyFormat"; "required": false; }; "thyHourStep": { "alias": "thyHourStep"; "required": false; }; "thyMinuteStep": { "alias": "thyMinuteStep"; "required": false; }; "thySecondStep": { "alias": "thySecondStep"; "required": false; }; "thyPopupClass": { "alias": "thyPopupClass"; "required": false; }; "thyBackdrop": { "alias": "thyBackdrop"; "required": false; }; "thyDisabled": { "alias": "thyDisabled"; "required": false; }; "thyReadonly": { "alias": "thyReadonly"; "required": false; }; "thyShowSelectNow": { "alias": "thyShowSelectNow"; "required": false; }; "thyAllowClear": { "alias": "thyAllowClear"; "required": false; }; }, { "thyOpenChange": "thyOpenChange"; }, never, never, true, never>;
138
- static ngAcceptInputType_thyBackdrop: boolean | string | number;
139
- static ngAcceptInputType_thyDisabled: boolean | string | number;
140
- static ngAcceptInputType_thyReadonly: boolean | string | number;
141
- static ngAcceptInputType_thyShowSelectNow: boolean | string | number;
142
- static ngAcceptInputType_thyAllowClear: boolean | string | number;
139
+ static ngAcceptInputType_thyBackdrop: i1.ThyBooleanInput;
140
+ static ngAcceptInputType_thyDisabled: i1.ThyBooleanInput;
141
+ static ngAcceptInputType_thyReadonly: i1.ThyBooleanInput;
142
+ static ngAcceptInputType_thyShowSelectNow: i1.ThyBooleanInput;
143
+ static ngAcceptInputType_thyAllowClear: i1.ThyBooleanInput;
143
144
  }
@@ -1,5 +1,4 @@
1
- import { OnInit, OnChanges, TemplateRef, SimpleChanges } from '@angular/core';
2
- import { SafeAny } from 'ngx-tethys/types';
1
+ import { OnInit, TemplateRef } from '@angular/core';
3
2
  import { ThyTimeMode } from './timeline.type';
4
3
  import * as i0 from "@angular/core";
5
4
  export type thyColor = 'primary' | 'success' | 'warning' | 'danger' | 'info';
@@ -8,12 +7,9 @@ export type thyColor = 'primary' | 'success' | 'warning' | 'danger' | 'info';
8
7
  * @name thy-timeline-item
9
8
  * @order 20
10
9
  */
11
- export declare class ThyTimelineItem implements OnInit, OnChanges {
10
+ export declare class ThyTimelineItem implements OnInit {
12
11
  private cdr;
13
- private timelineService;
14
- template: TemplateRef<void>;
15
- className: string;
16
- color: thyColor;
12
+ readonly template: import("@angular/core").Signal<TemplateRef<void>>;
17
13
  isLast: boolean;
18
14
  isFirst: boolean;
19
15
  position: ThyTimeMode;
@@ -23,25 +19,25 @@ export declare class ThyTimelineItem implements OnInit, OnChanges {
23
19
  * @type primary | success | warning | danger | info
24
20
  * @default primary
25
21
  */
26
- set thyColor(value: thyColor);
22
+ readonly thyColor: import("@angular/core").InputSignal<thyColor>;
27
23
  /**
28
24
  * 自定义节点位置
29
25
  * @type left | right | center
30
26
  */
31
- thyPosition: ThyTimeMode;
27
+ readonly thyPosition: import("@angular/core").InputSignal<ThyTimeMode>;
32
28
  /**
33
29
  * 自定义时间轴点模板
34
30
  * @type TemplateRef
35
31
  */
36
- dot: TemplateRef<SafeAny>;
32
+ readonly dot: import("@angular/core").Signal<TemplateRef<any>>;
37
33
  /**
38
34
  * 自定义另一侧的模板
39
35
  * @type TemplateRef
40
36
  */
41
- description: TemplateRef<SafeAny>;
37
+ readonly description: import("@angular/core").Signal<TemplateRef<any>>;
38
+ constructor();
42
39
  detectChanges(): void;
43
- ngOnChanges(changes: SimpleChanges): void;
44
40
  ngOnInit(): void;
45
41
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyTimelineItem, never>;
46
- static ɵcmp: i0.ɵɵComponentDeclaration<ThyTimelineItem, "thy-timeline-item", ["ThyTimelineItem"], { "thyColor": { "alias": "thyColor"; "required": false; }; "thyPosition": { "alias": "thyPosition"; "required": false; }; }, {}, ["dot", "description"], ["*"], true, never>;
42
+ static ɵcmp: i0.ɵɵComponentDeclaration<ThyTimelineItem, "thy-timeline-item", ["ThyTimelineItem"], { "thyColor": { "alias": "thyColor"; "required": false; "isSignal": true; }; "thyPosition": { "alias": "thyPosition"; "required": false; "isSignal": true; }; }, {}, ["dot", "description"], ["*"], true, never>;
47
43
  }
@@ -1,4 +1,4 @@
1
- import { QueryList, AfterContentInit, OnChanges, OnDestroy, OnInit, SimpleChanges } from '@angular/core';
1
+ import { OnInit, WritableSignal } from '@angular/core';
2
2
  import { ThyTimelineItem } from './timeline-item.component';
3
3
  import { ThyTimeMode } from './timeline.type';
4
4
  import * as i0 from "@angular/core";
@@ -13,39 +13,35 @@ export type ThyTimeDirection = 'horizontal' | 'vertical';
13
13
  * @name thy-timeline
14
14
  * @order 10
15
15
  */
16
- export declare class ThyTimeline implements OnInit, AfterContentInit, OnChanges, OnDestroy {
16
+ export declare class ThyTimeline implements OnInit {
17
17
  private cdr;
18
18
  private timelineService;
19
19
  /**
20
20
  * 节点排序是否倒序
21
21
  * @default false
22
22
  */
23
- thyReverse: boolean;
23
+ readonly thyReverse: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
24
24
  /**
25
25
  * 改变时间轴和内容的相对位置
26
26
  * @type left | right | center
27
27
  * @default left
28
28
  */
29
- thyMode: ThyTimeMode;
29
+ readonly thyMode: import("@angular/core").InputSignal<ThyTimeMode>;
30
30
  /**
31
31
  * 时间轴的方向
32
32
  * @type horizontal | vertical
33
33
  */
34
- thyDirection: ThyTimeDirection;
34
+ readonly thyDirection: import("@angular/core").InputSignal<ThyTimeDirection>;
35
35
  timelineItems: ThyTimelineItem[];
36
- private destroy$;
37
- isTimeline: boolean;
38
- rightTimeline: boolean;
39
- centerTimeline: boolean;
40
- templateTimeline: boolean;
41
- horizontal: boolean;
42
- listOfItems: QueryList<ThyTimelineItem>;
43
- ngOnChanges(changes: SimpleChanges): void;
36
+ templateTimeline: WritableSignal<boolean>;
37
+ horizontal: import("@angular/core").Signal<boolean>;
38
+ rightTimeline: import("@angular/core").Signal<boolean>;
39
+ centerTimeline: import("@angular/core").Signal<boolean>;
40
+ readonly listOfItems: import("@angular/core").Signal<readonly ThyTimelineItem[]>;
41
+ private takeUntilDestroyed;
42
+ constructor();
44
43
  ngOnInit(): void;
45
- ngAfterContentInit(): void;
46
- ngOnDestroy(): void;
47
44
  private updateChildren;
48
45
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyTimeline, never>;
49
- static ɵcmp: i0.ɵɵComponentDeclaration<ThyTimeline, "thy-timeline", never, { "thyReverse": { "alias": "thyReverse"; "required": false; }; "thyMode": { "alias": "thyMode"; "required": false; }; "thyDirection": { "alias": "thyDirection"; "required": false; }; }, {}, ["listOfItems"], ["*"], true, never>;
50
- static ngAcceptInputType_thyReverse: boolean | string | number;
46
+ static ɵcmp: i0.ɵɵComponentDeclaration<ThyTimeline, "thy-timeline", never, { "thyReverse": { "alias": "thyReverse"; "required": false; "isSignal": true; }; "thyMode": { "alias": "thyMode"; "required": false; "isSignal": true; }; "thyDirection": { "alias": "thyDirection"; "required": false; "isSignal": true; }; }, {}, ["listOfItems"], ["*"], true, never>;
51
47
  }
@@ -3,6 +3,7 @@ import { ThyOverlayDirectiveBase, ThyOverlayTrigger, ThyPlacement } from 'ngx-te
3
3
  import { SafeAny } from 'ngx-tethys/types';
4
4
  import { ThyTooltipContent } from './interface';
5
5
  import * as i0 from "@angular/core";
6
+ import * as i1 from "ngx-tethys/util";
6
7
  /**
7
8
  * @name thyTooltip
8
9
  */
@@ -76,7 +77,7 @@ export declare class ThyTooltipDirective extends ThyOverlayDirectiveBase impleme
76
77
  static ɵdir: i0.ɵɵDirectiveDeclaration<ThyTooltipDirective, "[thyTooltip],[thy-tooltip]", ["thyTooltip"], { "content": { "alias": "thyTooltip"; "required": false; }; "placement": { "alias": "thyTooltipPlacement"; "required": false; }; "thyTooltipClass": { "alias": "thyTooltipClass"; "required": false; }; "showDelay": { "alias": "thyTooltipShowDelay"; "required": false; }; "hideDelay": { "alias": "thyTooltipHideDelay"; "required": false; }; "thyTooltipTrigger": { "alias": "thyTooltipTrigger"; "required": false; }; "thyTooltipDisabled": { "alias": "thyTooltipDisabled"; "required": false; }; "data": { "alias": "thyTooltipTemplateContext"; "required": false; }; "tooltipOffset": { "alias": "thyTooltipOffset"; "required": false; }; "tooltipPin": { "alias": "thyTooltipPin"; "required": false; }; }, {}, never, never, true, never>;
77
78
  static ngAcceptInputType_showDelay: unknown;
78
79
  static ngAcceptInputType_hideDelay: unknown;
79
- static ngAcceptInputType_thyTooltipDisabled: boolean | string | number;
80
+ static ngAcceptInputType_thyTooltipDisabled: i1.ThyBooleanInput;
80
81
  static ngAcceptInputType_tooltipOffset: unknown;
81
- static ngAcceptInputType_tooltipPin: boolean | string | number;
82
+ static ngAcceptInputType_tooltipPin: i1.ThyBooleanInput;
82
83
  }
@@ -3,6 +3,7 @@ import { ThyTreeNode } from './tree.class';
3
3
  import { ThyTreeEmitEvent, ThyTreeNodeCheckState, ThyClickBehavior } from './tree.class';
4
4
  import { ThyTreeService } from './tree.service';
5
5
  import * as i0 from "@angular/core";
6
+ import * as i1 from "ngx-tethys/util";
6
7
  /**
7
8
  * 树形控件的节点组件
8
9
  * @private
@@ -97,21 +98,11 @@ export declare class ThyTreeNodeComponent implements OnDestroy, OnInit, OnChange
97
98
  ngOnDestroy(): void;
98
99
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyTreeNodeComponent, never>;
99
100
  static ɵcmp: i0.ɵɵComponentDeclaration<ThyTreeNodeComponent, "thy-tree-node", never, { "node": { "alias": "node"; "required": false; }; "thyAsync": { "alias": "thyAsync"; "required": false; }; "thyMultiple": { "alias": "thyMultiple"; "required": false; }; "thyDraggable": { "alias": "thyDraggable"; "required": false; }; "thyCheckable": { "alias": "thyCheckable"; "required": false; }; "thyClickBehavior": { "alias": "thyClickBehavior"; "required": false; }; "thyTitleTruncate": { "alias": "thyTitleTruncate"; "required": false; }; "templateRef": { "alias": "templateRef"; "required": false; }; "emptyChildrenTemplateRef": { "alias": "emptyChildrenTemplateRef"; "required": false; }; "thyItemSize": { "alias": "thyItemSize"; "required": false; }; "thyIndent": { "alias": "thyIndent"; "required": false; }; }, { "thyOnClick": "thyOnClick"; "thyDblClick": "thyDblClick"; "thyOnExpandChange": "thyOnExpandChange"; "thyOnCheckboxChange": "thyOnCheckboxChange"; }, ["childrenTreeTemplateRef"], never, true, never>;
100
- static ngAcceptInputType_thyAsync: /**
101
- * 设置 TreeNode 的渲染模板
102
- */ boolean | string | number;
103
- static ngAcceptInputType_thyMultiple: /**
104
- * 设置 TreeNode 的渲染模板
105
- */ boolean | string | number;
106
- static ngAcceptInputType_thyDraggable: /**
107
- * 设置 TreeNode 的渲染模板
108
- */ boolean | string | number;
109
- static ngAcceptInputType_thyCheckable: /**
110
- * 设置 TreeNode 的渲染模板
111
- */ boolean | string | number;
112
- static ngAcceptInputType_thyTitleTruncate: /**
113
- * 设置 TreeNode 的渲染模板
114
- */ boolean | string | number;
101
+ static ngAcceptInputType_thyAsync: i1.ThyBooleanInput;
102
+ static ngAcceptInputType_thyMultiple: i1.ThyBooleanInput;
103
+ static ngAcceptInputType_thyDraggable: i1.ThyBooleanInput;
104
+ static ngAcceptInputType_thyCheckable: i1.ThyBooleanInput;
105
+ static ngAcceptInputType_thyTitleTruncate: i1.ThyBooleanInput;
115
106
  static ngAcceptInputType_thyItemSize: unknown;
116
107
  static ngAcceptInputType_thyIndent: unknown;
117
108
  }
@@ -7,6 +7,7 @@ import { ThyTreeBeforeDragDropContext, ThyTreeBeforeDragStartContext, ThyClickBe
7
7
  import { ThyTreeService } from './tree.service';
8
8
  import { CdkDrag, CdkDragDrop, CdkDragEnd, CdkDragMove, CdkDragStart } from '@angular/cdk/drag-drop';
9
9
  import * as i0 from "@angular/core";
10
+ import * as i1 from "ngx-tethys/util";
10
11
  type ThyTreeSize = 'sm' | 'default';
11
12
  type ThyTreeType = 'default' | 'especial';
12
13
  /**
@@ -213,14 +214,14 @@ export declare class ThyTree implements ControlValueAccessor, OnInit, OnChanges,
213
214
  ngOnDestroy(): void;
214
215
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyTree, never>;
215
216
  static ɵcmp: i0.ɵɵComponentDeclaration<ThyTree, "thy-tree", never, { "thyNodes": { "alias": "thyNodes"; "required": false; }; "thyShowExpand": { "alias": "thyShowExpand"; "required": false; }; "thyMultiple": { "alias": "thyMultiple"; "required": false; }; "thyDraggable": { "alias": "thyDraggable"; "required": false; }; "thyCheckable": { "alias": "thyCheckable"; "required": false; }; "thyClickBehavior": { "alias": "thyClickBehavior"; "required": false; }; "thyCheckStateResolve": { "alias": "thyCheckStateResolve"; "required": false; }; "thyAsync": { "alias": "thyAsync"; "required": false; }; "thyType": { "alias": "thyType"; "required": false; }; "thyIcons": { "alias": "thyIcons"; "required": false; }; "thySize": { "alias": "thySize"; "required": false; }; "thyVirtualScroll": { "alias": "thyVirtualScroll"; "required": false; }; "thyItemSize": { "alias": "thyItemSize"; "required": false; }; "thyTitleTruncate": { "alias": "thyTitleTruncate"; "required": false; }; "thySelectedKeys": { "alias": "thySelectedKeys"; "required": false; }; "thyExpandedKeys": { "alias": "thyExpandedKeys"; "required": false; }; "thyExpandAll": { "alias": "thyExpandAll"; "required": false; }; "thyIndent": { "alias": "thyIndent"; "required": false; }; "thyBeforeDragStart": { "alias": "thyBeforeDragStart"; "required": false; }; "thyBeforeDragDrop": { "alias": "thyBeforeDragDrop"; "required": false; }; }, { "viewport": "viewport"; "thyOnClick": "thyOnClick"; "thyOnCheckboxChange": "thyOnCheckboxChange"; "thyOnExpandChange": "thyOnExpandChange"; "thyOnDragDrop": "thyOnDragDrop"; "thyDblClick": "thyDblClick"; }, ["templateRef", "emptyChildrenTemplate"], never, true, never>;
216
- static ngAcceptInputType_thyMultiple: boolean | string | number;
217
- static ngAcceptInputType_thyDraggable: boolean | string | number;
218
- static ngAcceptInputType_thyCheckable: boolean | string | number;
219
- static ngAcceptInputType_thyAsync: boolean | string | number;
220
- static ngAcceptInputType_thyVirtualScroll: boolean | string | number;
217
+ static ngAcceptInputType_thyMultiple: i1.ThyBooleanInput;
218
+ static ngAcceptInputType_thyDraggable: i1.ThyBooleanInput;
219
+ static ngAcceptInputType_thyCheckable: i1.ThyBooleanInput;
220
+ static ngAcceptInputType_thyAsync: i1.ThyBooleanInput;
221
+ static ngAcceptInputType_thyVirtualScroll: i1.ThyBooleanInput;
221
222
  static ngAcceptInputType_thyItemSize: unknown;
222
- static ngAcceptInputType_thyTitleTruncate: boolean | string | number;
223
- static ngAcceptInputType_thyExpandAll: boolean | string | number;
223
+ static ngAcceptInputType_thyTitleTruncate: i1.ThyBooleanInput;
224
+ static ngAcceptInputType_thyExpandAll: i1.ThyBooleanInput;
224
225
  static ngAcceptInputType_thyIndent: unknown;
225
226
  }
226
227
  export {};
@@ -5,6 +5,7 @@ import { ElementRef, EventEmitter, OnDestroy, OnInit, TemplateRef, Signal } from
5
5
  import { ControlValueAccessor } from '@angular/forms';
6
6
  import { ThyTreeSelectNode, ThyTreeSelectType } from './tree-select.class';
7
7
  import * as i0 from "@angular/core";
8
+ import * as i1 from "ngx-tethys/util";
8
9
  type InputSize = 'xs' | 'sm' | 'md' | 'lg' | '';
9
10
  export declare function filterTreeData(treeNodes: ThyTreeSelectNode[], searchText: string, searchKey?: string): ThyTreeSelectNode[];
10
11
  /**
@@ -176,13 +177,13 @@ export declare class ThyTreeSelect extends TabIndexDisabledControlValueAccessorM
176
177
  getNodeChildren(node: ThyTreeSelectNode): Observable<ThyTreeSelectNode>;
177
178
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyTreeSelect, never>;
178
179
  static ɵcmp: i0.ɵɵComponentDeclaration<ThyTreeSelect, "thy-tree-select", never, { "thyTreeNodes": { "alias": "thyTreeNodes"; "required": false; }; "thyVirtualScroll": { "alias": "thyVirtualScroll"; "required": false; }; "thyPrimaryKey": { "alias": "thyPrimaryKey"; "required": false; }; "thyShowKey": { "alias": "thyShowKey"; "required": false; }; "thyChildCountKey": { "alias": "thyChildCountKey"; "required": false; }; "thyAllowClear": { "alias": "thyAllowClear"; "required": false; }; "thyMultiple": { "alias": "thyMultiple"; "required": false; }; "thyDisable": { "alias": "thyDisable"; "required": false; }; "thyPlaceholder": { "alias": "thyPlaceholder"; "required": false; }; "thySize": { "alias": "thySize"; "required": false; }; "thyEmptyOptionsText": { "alias": "thyEmptyOptionsText"; "required": false; }; "thyHiddenNodeKey": { "alias": "thyHiddenNodeKey"; "required": false; }; "thyDisableNodeKey": { "alias": "thyDisableNodeKey"; "required": false; }; "thyAsyncNode": { "alias": "thyAsyncNode"; "required": false; }; "thyShowWholeName": { "alias": "thyShowWholeName"; "required": false; }; "thyShowSearch": { "alias": "thyShowSearch"; "required": false; }; "thyIconType": { "alias": "thyIconType"; "required": false; }; "thyHiddenNodeFn": { "alias": "thyHiddenNodeFn"; "required": false; }; "thyDisableNodeFn": { "alias": "thyDisableNodeFn"; "required": false; }; "thyGetNodeChildren": { "alias": "thyGetNodeChildren"; "required": false; }; }, { "thyExpandStatusChange": "thyExpandStatusChange"; }, ["thyTreeSelectTriggerDisplayRef", "treeNodeTemplateRef"], never, true, never>;
179
- static ngAcceptInputType_thyVirtualScroll: boolean | string | number;
180
- static ngAcceptInputType_thyAllowClear: boolean | string | number;
181
- static ngAcceptInputType_thyMultiple: boolean | string | number;
182
- static ngAcceptInputType_thyDisable: boolean | string | number;
183
- static ngAcceptInputType_thyAsyncNode: boolean | string | number;
184
- static ngAcceptInputType_thyShowWholeName: boolean | string | number;
185
- static ngAcceptInputType_thyShowSearch: boolean | string | number;
180
+ static ngAcceptInputType_thyVirtualScroll: i1.ThyBooleanInput;
181
+ static ngAcceptInputType_thyAllowClear: i1.ThyBooleanInput;
182
+ static ngAcceptInputType_thyMultiple: i1.ThyBooleanInput;
183
+ static ngAcceptInputType_thyDisable: i1.ThyBooleanInput;
184
+ static ngAcceptInputType_thyAsyncNode: i1.ThyBooleanInput;
185
+ static ngAcceptInputType_thyShowWholeName: i1.ThyBooleanInput;
186
+ static ngAcceptInputType_thyShowSearch: i1.ThyBooleanInput;
186
187
  }
187
188
  /**
188
189
  * @private
@@ -1,4 +1,3 @@
1
- import { ThyBgColor, ThyThemeColor } from 'ngx-tethys/core';
2
1
  import * as i0 from "@angular/core";
3
2
  /**
4
3
  * @name thyBgColor
@@ -12,9 +11,10 @@ export declare class ThyBackgroundColorDirective {
12
11
  * @type ThyThemeColor | ThyBgColor | string
13
12
  * @description 背景颜色,支持设置主题色和自定义颜色值,主题色为 `primary`、`success`、`info`、`danger`、`warning`、`dark`、`secondary`、`light`、`lighter`、`bright`、`content`、`white`、`transparent`
14
13
  */
15
- set thyBgColor(value: ThyThemeColor | ThyBgColor | string);
14
+ readonly thyBgColor: import("@angular/core").InputSignal<string>;
15
+ constructor();
16
16
  private setBgColor;
17
17
  private clearBgColor;
18
18
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyBackgroundColorDirective, never>;
19
- static ɵdir: i0.ɵɵDirectiveDeclaration<ThyBackgroundColorDirective, "[thyBgColor]", ["thyBgColor"], { "thyBgColor": { "alias": "thyBgColor"; "required": false; }; }, {}, never, never, true, never>;
19
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ThyBackgroundColorDirective, "[thyBgColor]", ["thyBgColor"], { "thyBgColor": { "alias": "thyBgColor"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
20
20
  }
@@ -9,9 +9,9 @@ export declare class ThyText implements OnInit {
9
9
  /**
10
10
  * 前置图标
11
11
  */
12
- thyIcon: string;
12
+ readonly thyIcon: import("@angular/core").InputSignal<string>;
13
13
  constructor();
14
14
  ngOnInit(): void;
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyText, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<ThyText, "thy-text, [thyText]:not(thy-divider)", never, { "thyIcon": { "alias": "thyIcon"; "required": false; }; }, {}, never, ["*"], true, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<ThyText, "thy-text, [thyText]:not(thy-divider)", never, { "thyIcon": { "alias": "thyIcon"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
17
17
  }
@@ -1,5 +1,4 @@
1
1
  import { OnInit } from '@angular/core';
2
- import { ThyTextColor, ThyThemeColor } from 'ngx-tethys/core';
3
2
  import * as i0 from "@angular/core";
4
3
  /**
5
4
  * @name thyTextColor
@@ -13,10 +12,11 @@ export declare class ThyTextColorDirective implements OnInit {
13
12
  * @type ThyThemeColor | ThyTextColor | string
14
13
  * @description 文本颜色,支持设置主题色和自定义颜色值,主题色为 `default`、`primary`、`success`、`info`、`warning`、`danger`、`light`、`secondary`、`muted`、`desc`、`placeholder`
15
14
  */
16
- set thyTextColor(value: ThyThemeColor | ThyTextColor | string);
15
+ readonly thyTextColor: import("@angular/core").InputSignal<string>;
16
+ constructor();
17
17
  ngOnInit(): void;
18
18
  private setColor;
19
19
  private clearColor;
20
20
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyTextColorDirective, never>;
21
- static ɵdir: i0.ɵɵDirectiveDeclaration<ThyTextColorDirective, "[thyTextColor]", ["thyTextColor"], { "thyTextColor": { "alias": "thyTextColor"; "required": false; }; }, {}, never, never, true, never>;
21
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ThyTextColorDirective, "[thyTextColor]", ["thyTextColor"], { "thyTextColor": { "alias": "thyTextColor"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
22
22
  }
@@ -1,34 +1,32 @@
1
- import { ElementRef, EventEmitter, NgZone, OnDestroy, OnInit, Renderer2 } from '@angular/core';
1
+ import { ElementRef, NgZone, OnInit, Renderer2 } from '@angular/core';
2
2
  import { FileSelectBaseDirective } from './file-select-base';
3
3
  import { ThyUploadConfig } from './upload.config';
4
+ import { ThyFileSelectEvent } from './types';
4
5
  import * as i0 from "@angular/core";
5
6
  /**
6
7
  * @name thyFileDrop
7
8
  */
8
- export declare class ThyFileDropDirective extends FileSelectBaseDirective implements OnInit, OnDestroy {
9
+ export declare class ThyFileDropDirective extends FileSelectBaseDirective implements OnInit {
9
10
  elementRef: ElementRef;
10
11
  renderer: Renderer2;
11
12
  ngZone: NgZone;
12
13
  defaultConfig: ThyUploadConfig;
13
- isDragOver: boolean;
14
- private dragOverCustomClass;
15
- set thyFileDropClassName(value: string);
16
- thyOnDrop: EventEmitter<any>;
14
+ protected isDragOver: import("@angular/core").WritableSignal<boolean>;
15
+ readonly thyFileDropClassName: import("@angular/core").InputSignal<string>;
16
+ readonly thyOnDrop: import("@angular/core").OutputEmitterRef<ThyFileSelectEvent>;
17
17
  /**
18
18
  * 当拖拽的文件中有不符合 thyAcceptType 中定义的类型时触发
19
19
  * @description.en-us It is triggered when there are files in the dragged files that do not conform to the types defined in thyAcceptType.
20
20
  */
21
- thyFilesReject: EventEmitter<File[]>;
22
- private ngUnsubscribe$;
21
+ thyFilesReject: import("@angular/core").OutputEmitterRef<File[]>;
22
+ private destroyRef;
23
23
  constructor(elementRef: ElementRef, renderer: Renderer2, ngZone: NgZone, defaultConfig: ThyUploadConfig);
24
24
  ngOnInit(): void;
25
25
  private checkRejectFolderAndHtmlElement;
26
26
  private getAsEntry;
27
27
  private filterFilesOrItems;
28
28
  private toggleDropOverClassName;
29
- private setDragOverState;
30
29
  private resetDragOver;
31
- ngOnDestroy(): void;
32
30
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyFileDropDirective, never>;
33
- static ɵdir: i0.ɵɵDirectiveDeclaration<ThyFileDropDirective, "[thyFileDrop]", never, { "thyFileDropClassName": { "alias": "thyFileDropClassName"; "required": false; }; }, { "thyOnDrop": "thyOnDrop"; "thyFilesReject": "thyFilesReject"; }, never, never, true, never>;
31
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ThyFileDropDirective, "[thyFileDrop]", never, { "thyFileDropClassName": { "alias": "thyFileDropClassName"; "required": false; "isSignal": true; }; }, { "thyOnDrop": "thyOnDrop"; "thyFilesReject": "thyFilesReject"; }, never, never, true, never>;
34
32
  }