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
@@ -1,4 +1,5 @@
1
1
  import * as i0 from "@angular/core";
2
+ import * as i1 from "ngx-tethys/util";
2
3
  /**
3
4
  * 列表组件
4
5
  * @name thy-list
@@ -15,5 +16,5 @@ export declare class ThyList {
15
16
  constructor();
16
17
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyList, never>;
17
18
  static ɵcmp: i0.ɵɵComponentDeclaration<ThyList, "thy-list", never, { "thyDivided": { "alias": "thyDivided"; "required": false; }; }, {}, never, ["*"], true, never>;
18
- static ngAcceptInputType_thyDivided: boolean | string | number;
19
+ static ngAcceptInputType_thyDivided: i1.ThyBooleanInput;
19
20
  }
@@ -5,6 +5,7 @@ import { ControlValueAccessor } from '@angular/forms';
5
5
  import { ThyListLayout } from 'ngx-tethys/shared';
6
6
  import { ThySelectionListChange } from './selection.interface';
7
7
  import * as i0 from "@angular/core";
8
+ import * as i1 from "ngx-tethys/util";
8
9
  export type ThyListSize = 'sm' | 'md' | 'lg';
9
10
  /**
10
11
  * @name thy-selection-list,[thy-selection-list]
@@ -122,7 +123,7 @@ export declare class ThySelectionList implements OnInit, OnDestroy, AfterContent
122
123
  ngOnDestroy(): void;
123
124
  static ɵfac: i0.ɵɵFactoryDeclaration<ThySelectionList, never>;
124
125
  static ɵcmp: i0.ɵɵComponentDeclaration<ThySelectionList, "thy-selection-list,[thy-selection-list]", never, { "thyMultiple": { "alias": "thyMultiple"; "required": false; }; "thyBindKeyEventContainer": { "alias": "thyBindKeyEventContainer"; "required": false; }; "thyScrollContainer": { "alias": "thyScrollContainer"; "required": false; }; "thyBeforeKeydown": { "alias": "thyBeforeKeydown"; "required": false; }; "thyUniqueKey": { "alias": "thyUniqueKey"; "required": false; }; "thyCompareWith": { "alias": "thyCompareWith"; "required": false; }; "thyLayout": { "alias": "thyLayout"; "required": false; }; "thyAutoActiveFirstItem": { "alias": "thyAutoActiveFirstItem"; "required": false; }; "thySize": { "alias": "thySize"; "required": false; }; "thySpaceKeyEnabled": { "alias": "thySpaceKeyEnabled"; "required": false; }; }, { "thySelectionChange": "thySelectionChange"; }, ["options"], ["*"], true, never>;
125
- static ngAcceptInputType_thyMultiple: boolean | string | number;
126
- static ngAcceptInputType_thyAutoActiveFirstItem: boolean | string | number;
127
- static ngAcceptInputType_thySpaceKeyEnabled: boolean | string | number;
126
+ static ngAcceptInputType_thyMultiple: i1.ThyBooleanInput;
127
+ static ngAcceptInputType_thyAutoActiveFirstItem: i1.ThyBooleanInput;
128
+ static ngAcceptInputType_thySpaceKeyEnabled: i1.ThyBooleanInput;
128
129
  }
@@ -5,26 +5,20 @@ import * as i0 from "@angular/core";
5
5
  * @order 10
6
6
  */
7
7
  export declare class ThyLoading {
8
- private changeDetectorRef;
9
- isDone: boolean;
10
- tip: string;
11
- isMask: boolean;
12
8
  /**
13
9
  * 数据是否加载完成
14
10
  * @default false
15
11
  */
16
- set thyDone(value: boolean);
12
+ readonly thyDone: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
17
13
  /**
18
14
  * 自定义加载提示文案
19
15
  */
20
- set thyTip(value: string);
16
+ readonly thyTip: import("@angular/core").InputSignal<string>;
21
17
  /**
22
18
  * 加载时是否启用嵌套遮罩模式,不传或传 false,没有遮罩层,加载完成出现内容
23
19
  */
24
- set thyIsMask(value: boolean);
20
+ readonly thyIsMask: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
25
21
  loadingClassName: boolean;
26
22
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyLoading, never>;
27
- static ɵcmp: i0.ɵɵComponentDeclaration<ThyLoading, "thy-loading", never, { "thyDone": { "alias": "thyDone"; "required": false; }; "thyTip": { "alias": "thyTip"; "required": false; }; "thyIsMask": { "alias": "thyIsMask"; "required": false; }; }, {}, never, ["*"], true, never>;
28
- static ngAcceptInputType_thyDone: boolean | string | number;
29
- static ngAcceptInputType_thyIsMask: boolean | string | number;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<ThyLoading, "thy-loading", never, { "thyDone": { "alias": "thyDone"; "required": false; "isSignal": true; }; "thyTip": { "alias": "thyTip"; "required": false; "isSignal": true; }; "thyIsMask": { "alias": "thyIsMask"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
30
24
  }
@@ -1,5 +1,5 @@
1
1
  import { ThyPopoverConfig, ThyPopoverRef } from 'ngx-tethys/popover';
2
- import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
+ import { OnDestroy, OnInit } from '@angular/core';
3
3
  import { Mention, MentionSuggestionSelectEvent } from './interfaces';
4
4
  import { ThyMentionSuggestions } from './suggestions/suggestions.component';
5
5
  import * as i0 from "@angular/core";
@@ -13,22 +13,21 @@ export declare class ThyMentionDirective implements OnInit, OnDestroy {
13
13
  private ngControl;
14
14
  private adapter;
15
15
  openedSuggestionsRef: ThyPopoverRef<ThyMentionSuggestions>;
16
- private _mentions;
17
- get mentions(): Mention<any>[];
18
16
  /**
19
17
  * 提及输入配置参数,同时支持多个提及规则
20
18
  * @type Mention<any>[]
21
19
  */
22
- set mentions(value: Mention<any>[]);
20
+ readonly thyMention: import("@angular/core").InputSignal<Mention<any>[]>;
23
21
  /**
24
22
  * Popover 弹出层参数配置
25
23
  */
26
- popoverConfig: ThyPopoverConfig;
24
+ readonly thyPopoverConfig: import("@angular/core").InputSignal<ThyPopoverConfig<unknown>>;
27
25
  /**
28
26
  * 选择后的回调函数
29
27
  */
30
- select: EventEmitter<MentionSuggestionSelectEvent<any>>;
28
+ readonly thySelectSuggestion: import("@angular/core").OutputEmitterRef<MentionSuggestionSelectEvent<any>>;
31
29
  get isOpened(): boolean;
30
+ mentions: import("@angular/core").Signal<(Partial<Mention<unknown>> & Mention<any>)[]>;
32
31
  private destroy$;
33
32
  private openedSuggestionsRef$;
34
33
  constructor();
@@ -40,5 +39,5 @@ export declare class ThyMentionDirective implements OnInit, OnDestroy {
40
39
  private openSuggestions;
41
40
  private closeSuggestions;
42
41
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyMentionDirective, never>;
43
- static ɵdir: i0.ɵɵDirectiveDeclaration<ThyMentionDirective, "[thyMention]", never, { "mentions": { "alias": "thyMention"; "required": false; }; "popoverConfig": { "alias": "thyPopoverConfig"; "required": false; }; }, { "select": "thySelectSuggestion"; }, never, never, true, never>;
42
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ThyMentionDirective, "[thyMention]", never, { "thyMention": { "alias": "thyMention"; "required": false; "isSignal": true; }; "thyPopoverConfig": { "alias": "thyPopoverConfig"; "required": false; "isSignal": true; }; }, { "thySelectSuggestion": "thySelectSuggestion"; }, never, never, true, never>;
44
43
  }
@@ -1,6 +1,6 @@
1
1
  import { ThySelectionListChange } from 'ngx-tethys/list';
2
2
  import { Subject } from 'rxjs';
3
- import { ElementRef, OnDestroy, OnInit } from '@angular/core';
3
+ import { OnDestroy, OnInit } from '@angular/core';
4
4
  import { SeekQueryResult } from '../adapter/adapter';
5
5
  import { Mention, MentionDefaultDataItem, MentionSuggestionSelectEvent } from '../interfaces';
6
6
  import * as i0 from "@angular/core";
@@ -8,16 +8,15 @@ import * as i0 from "@angular/core";
8
8
  * @private
9
9
  */
10
10
  export declare class ThyMentionSuggestions<TItem = MentionDefaultDataItem> implements OnInit, OnDestroy {
11
- elementRef: ElementRef<HTMLElement>;
12
- private ngZone;
13
- private popoverRef;
14
- data: TItem[];
15
- mention: Mention<TItem>;
11
+ readonly mention: import("@angular/core").InputSignal<Mention<TItem>>;
12
+ data: import("@angular/core").WritableSignal<TItem[]>;
16
13
  suggestionSelect$: Subject<MentionSuggestionSelectEvent<any>>;
17
14
  debounce: number;
18
- loadingDone: boolean;
15
+ loadingDone: import("@angular/core").WritableSignal<boolean>;
19
16
  private search$;
20
- suggestionsClass: boolean;
17
+ private elementRef;
18
+ private ngZone;
19
+ private popoverRef;
21
20
  constructor();
22
21
  ngOnInit(): void;
23
22
  search(query: SeekQueryResult): void;
@@ -25,5 +24,5 @@ export declare class ThyMentionSuggestions<TItem = MentionDefaultDataItem> imple
25
24
  selectionChange(event: ThySelectionListChange<TItem>): void;
26
25
  ngOnDestroy(): void;
27
26
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyMentionSuggestions<any>, never>;
28
- static ɵcmp: i0.ɵɵComponentDeclaration<ThyMentionSuggestions<any>, "thy-mention-suggestions", never, {}, {}, never, never, true, never>;
27
+ static ɵcmp: i0.ɵɵComponentDeclaration<ThyMentionSuggestions<any>, "thy-mention-suggestions", never, { "mention": { "alias": "mention"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
29
28
  }
@@ -1,5 +1,5 @@
1
1
  import { ComponentType } from '@angular/cdk/portal';
2
- import { ElementRef, EventEmitter, OnInit, TemplateRef } from '@angular/core';
2
+ import { ElementRef, ModelSignal, OnInit, TemplateRef } from '@angular/core';
3
3
  import * as i0 from "@angular/core";
4
4
  /**
5
5
  * 菜单分组组件
@@ -8,71 +8,54 @@ import * as i0 from "@angular/core";
8
8
  */
9
9
  export declare class ThyMenuGroup implements OnInit {
10
10
  private popover;
11
- _actionMenu: ComponentType<any> | TemplateRef<any>;
12
- rightIconClass: string;
13
- iconClass: string;
14
11
  groupHeaderPaddingLeft: number;
15
- _thyMenuGroup: ElementRef;
16
- headerContentTemplateRef: TemplateRef<any>;
17
- isThyMenuGroup: boolean;
18
- showIcon: boolean;
19
- isCollapsed: boolean;
12
+ readonly _thyMenuGroup: import("@angular/core").Signal<ElementRef<any>>;
13
+ readonly headerContentTemplateRef: import("@angular/core").Signal<TemplateRef<any>>;
20
14
  /**
21
15
  * 分组标题
22
16
  */
23
- thyTitle: string;
24
- /**
25
- * 已废弃,请使用 thyCollapsed
26
- * @deprecated
27
- */
28
- set thyExpand(value: boolean);
17
+ readonly thyTitle: import("@angular/core").InputSignal<string>;
29
18
  /**
30
19
  * 是否处于收起状态
31
- * @default false
32
20
  */
33
- set thyCollapsed(value: boolean);
21
+ readonly thyCollapsed: ModelSignal<boolean>;
34
22
  /**
35
23
  * 是否支持展开收起
36
24
  */
37
- thyCollapsible: boolean;
25
+ readonly thyCollapsible: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
38
26
  /**
39
27
  * 是否显示 Icon
40
28
  */
41
- set thyShowIcon(value: boolean);
29
+ readonly thyShowIcon: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
42
30
  /**
43
31
  * 图标
44
32
  */
45
- set thyIcon(value: string);
33
+ readonly thyIcon: import("@angular/core").InputSignalWithTransform<string, string>;
46
34
  /**
47
35
  * 操作图标
48
36
  */
49
- set thyActionIcon(value: string);
37
+ readonly thyActionIcon: import("@angular/core").InputSignalWithTransform<string, string>;
50
38
  /**
51
39
  *是否显示操作
52
40
  */
53
- thyShowAction: boolean;
41
+ readonly thyShowAction: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
54
42
  /**
55
43
  * 操作阻止冒泡事件
56
44
  */
57
- thyActionStopPropagation: boolean;
45
+ readonly thyActionStopPropagation: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
58
46
  /**
59
47
  * Action 点击事件
60
48
  */
61
- thyOnActionClick: EventEmitter<Event>;
62
- thyCollapsedChange: EventEmitter<boolean>;
49
+ readonly thyOnActionClick: import("@angular/core").OutputEmitterRef<Event>;
50
+ readonly thyCollapsedChange: import("@angular/core").OutputEmitterRef<boolean>;
63
51
  /**
64
52
  * 设置 Action 菜单
65
53
  */
66
- set thyActionMenu(value: ComponentType<any> | TemplateRef<any>);
54
+ readonly thyActionMenu: import("@angular/core").InputSignal<TemplateRef<any> | ComponentType<any>>;
55
+ constructor();
67
56
  ngOnInit(): void;
68
57
  collapseGroup(): void;
69
58
  onActionClick(event: Event): void;
70
59
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyMenuGroup, never>;
71
- static ɵcmp: i0.ɵɵComponentDeclaration<ThyMenuGroup, "thy-menu-group,[thy-menu-group],[thyMenuGroup]", never, { "thyTitle": { "alias": "thyTitle"; "required": false; }; "thyExpand": { "alias": "thyExpand"; "required": false; }; "thyCollapsed": { "alias": "thyCollapsed"; "required": false; }; "thyCollapsible": { "alias": "thyCollapsible"; "required": false; }; "thyShowIcon": { "alias": "thyShowIcon"; "required": false; }; "thyIcon": { "alias": "thyIcon"; "required": false; }; "thyActionIcon": { "alias": "thyActionIcon"; "required": false; }; "thyShowAction": { "alias": "thyShowAction"; "required": false; }; "thyActionStopPropagation": { "alias": "thyActionStopPropagation"; "required": false; }; "thyActionMenu": { "alias": "thyActionMenu"; "required": false; }; }, { "thyOnActionClick": "thyOnActionClick"; "thyCollapsedChange": "thyCollapsedChange"; }, ["headerContentTemplateRef"], ["*"], true, never>;
72
- static ngAcceptInputType_thyExpand: boolean | string | number;
73
- static ngAcceptInputType_thyCollapsed: boolean | string | number;
74
- static ngAcceptInputType_thyCollapsible: boolean | string | number;
75
- static ngAcceptInputType_thyShowIcon: boolean | string | number;
76
- static ngAcceptInputType_thyShowAction: boolean | string | number;
77
- static ngAcceptInputType_thyActionStopPropagation: boolean | string | number;
60
+ static ɵcmp: i0.ɵɵComponentDeclaration<ThyMenuGroup, "thy-menu-group,[thy-menu-group],[thyMenuGroup]", never, { "thyTitle": { "alias": "thyTitle"; "required": false; "isSignal": true; }; "thyCollapsed": { "alias": "thyCollapsed"; "required": false; "isSignal": true; }; "thyCollapsible": { "alias": "thyCollapsible"; "required": false; "isSignal": true; }; "thyShowIcon": { "alias": "thyShowIcon"; "required": false; "isSignal": true; }; "thyIcon": { "alias": "thyIcon"; "required": false; "isSignal": true; }; "thyActionIcon": { "alias": "thyActionIcon"; "required": false; "isSignal": true; }; "thyShowAction": { "alias": "thyShowAction"; "required": false; "isSignal": true; }; "thyActionStopPropagation": { "alias": "thyActionStopPropagation"; "required": false; "isSignal": true; }; "thyActionMenu": { "alias": "thyActionMenu"; "required": false; "isSignal": true; }; }, { "thyCollapsed": "thyCollapsedChange"; "thyOnActionClick": "thyOnActionClick"; "thyCollapsedChange": "thyCollapsedChange"; }, ["headerContentTemplateRef"], ["*"], true, never>;
78
61
  }
@@ -1,35 +1,34 @@
1
1
  import { ThyPopoverConfig } from 'ngx-tethys/popover';
2
2
  import { ComponentType } from '@angular/cdk/portal';
3
- import { OnDestroy, TemplateRef } from '@angular/core';
3
+ import { OnDestroy, OnInit, TemplateRef } from '@angular/core';
4
4
  import * as i0 from "@angular/core";
5
5
  /**
6
6
  * 菜单项操作组件
7
7
  * @name thy-menu-item-action,[thy-menu-item-action],[thyMenuItemAction]
8
8
  * @order 25
9
9
  */
10
- export declare class ThyMenuItemAction implements OnDestroy {
10
+ export declare class ThyMenuItemAction implements OnInit, OnDestroy {
11
11
  private popover;
12
12
  private renderer;
13
13
  private elementRef;
14
14
  _boundEvent: boolean;
15
- _actionMenu: ComponentType<any> | TemplateRef<any>;
16
15
  /**
17
16
  * 设置 Action 菜单
18
17
  */
19
- set thyActionMenu(value: ComponentType<any> | TemplateRef<any>);
18
+ readonly thyActionMenu: import("@angular/core").InputSignal<TemplateRef<any> | ComponentType<any>>;
20
19
  /**
21
20
  * 是否阻止事件冒泡
22
21
  */
23
- thyStopPropagation: boolean;
22
+ readonly thyStopPropagation: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
24
23
  /**
25
24
  * 弹出框的参数
26
25
  * @default { placement: "bottomLeft", insideClosable: true }
27
26
  */
28
- thyPopoverOptions: ThyPopoverConfig;
27
+ readonly thyPopoverOptions: import("@angular/core").InputSignal<ThyPopoverConfig<unknown>>;
29
28
  private bindClickEvent;
30
29
  private removeClickListenerFn;
30
+ ngOnInit(): void;
31
31
  ngOnDestroy(): void;
32
32
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyMenuItemAction, never>;
33
- static ɵcmp: i0.ɵɵComponentDeclaration<ThyMenuItemAction, "thy-menu-item-action,[thy-menu-item-action],[thyMenuItemAction]", never, { "thyActionMenu": { "alias": "thyActionMenu"; "required": false; }; "thyStopPropagation": { "alias": "thyStopPropagation"; "required": false; }; "thyPopoverOptions": { "alias": "thyPopoverOptions"; "required": false; }; }, {}, never, ["*"], true, never>;
34
- static ngAcceptInputType_thyStopPropagation: boolean | string | number;
33
+ static ɵcmp: i0.ɵɵComponentDeclaration<ThyMenuItemAction, "thy-menu-item-action,[thy-menu-item-action],[thyMenuItemAction]", never, { "thyActionMenu": { "alias": "thyActionMenu"; "required": false; "isSignal": true; }; "thyStopPropagation": { "alias": "thyStopPropagation"; "required": false; "isSignal": true; }; "thyPopoverOptions": { "alias": "thyPopoverOptions"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
35
34
  }
@@ -9,10 +9,10 @@ export declare class ThyMenuItemIcon implements OnInit {
9
9
  /**
10
10
  * 设置图标颜色
11
11
  */
12
- set thyColor(value: string);
12
+ readonly thyColor: import("@angular/core").InputSignal<string>;
13
13
  private hostRenderer;
14
14
  constructor();
15
15
  ngOnInit(): void;
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyMenuItemIcon, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<ThyMenuItemIcon, "thy-menu-item-icon,[thy-menu-item-icon],[thyMenuItemIcon]", never, { "thyColor": { "alias": "thyColor"; "required": false; }; }, {}, never, ["*"], true, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<ThyMenuItemIcon, "thy-menu-item-icon,[thy-menu-item-icon],[thyMenuItemIcon]", never, { "thyColor": { "alias": "thyColor"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
18
18
  }
@@ -1,4 +1,4 @@
1
- import { OnInit, AfterViewInit, ElementRef } from '@angular/core';
1
+ import { AfterViewInit, ElementRef, OnInit } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  /**
4
4
  * 菜单项组件
@@ -7,14 +7,14 @@ import * as i0 from "@angular/core";
7
7
  */
8
8
  export declare class ThyMenuItem implements OnInit, AfterViewInit {
9
9
  private renderer;
10
- content: ElementRef<HTMLElement>;
10
+ readonly content: import("@angular/core").Signal<ElementRef<any>>;
11
11
  /**
12
12
  * 菜单项的图标
13
13
  */
14
- thyIcon: string;
14
+ readonly thyIcon: import("@angular/core").InputSignal<string>;
15
15
  ngOnInit(): void;
16
16
  ngAfterViewInit(): void;
17
17
  private wrapSpanForText;
18
18
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyMenuItem, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<ThyMenuItem, "thy-menu-item,[thy-menu-item],[thyMenuItem]", never, { "thyIcon": { "alias": "thyIcon"; "required": false; }; }, {}, never, ["*"], true, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<ThyMenuItem, "thy-menu-item,[thy-menu-item],[thyMenuItem]", never, { "thyIcon": { "alias": "thyIcon"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
20
20
  }
@@ -9,10 +9,9 @@ export declare class ThyMenuItemName implements OnInit {
9
9
  /**
10
10
  * 是否 ellipsis
11
11
  */
12
- thyOverflowEllipsis: boolean;
12
+ readonly thyOverflowEllipsis: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
13
13
  constructor();
14
14
  ngOnInit(): void;
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyMenuItemName, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<ThyMenuItemName, "thy-menu-item-name,[thy-menu-item-name],[thyMenuItemName]", never, { "thyOverflowEllipsis": { "alias": "thyOverflowEllipsis"; "required": false; }; }, {}, never, ["*"], true, never>;
17
- static ngAcceptInputType_thyOverflowEllipsis: boolean | string | number;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<ThyMenuItemName, "thy-menu-item-name,[thy-menu-item-name],[thyMenuItemName]", never, { "thyOverflowEllipsis": { "alias": "thyOverflowEllipsis"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
18
17
  }
@@ -7,21 +7,17 @@ export type ThyMenuTheme = 'compact' | 'loose' | 'dark';
7
7
  * @order 5
8
8
  */
9
9
  export declare class ThyMenu implements OnInit {
10
- theme: ThyMenuTheme;
11
10
  /**
12
11
  * 主题
13
12
  * @type compact | loose
14
- * @default compact
15
13
  */
16
- set thyTheme(value: ThyMenuTheme);
14
+ readonly thyTheme: import("@angular/core").InputSignalWithTransform<ThyMenuTheme, ThyMenuTheme>;
17
15
  /**
18
16
  * 是否收起
19
- * @default false
20
17
  */
21
- thyCollapsed: boolean;
18
+ readonly thyCollapsed: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
22
19
  constructor();
23
20
  ngOnInit(): void;
24
21
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyMenu, never>;
25
- static ɵcmp: i0.ɵɵComponentDeclaration<ThyMenu, "thy-menu,[thy-menu],[thyMenu]", never, { "thyTheme": { "alias": "thyTheme"; "required": false; }; "thyCollapsed": { "alias": "thyCollapsed"; "required": false; }; }, {}, never, ["*"], true, never>;
26
- static ngAcceptInputType_thyCollapsed: boolean | string | number;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<ThyMenu, "thy-menu,[thy-menu],[thyMenu]", never, { "thyTheme": { "alias": "thyTheme"; "required": false; "isSignal": true; }; "thyCollapsed": { "alias": "thyCollapsed"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
27
23
  }
@@ -3,12 +3,8 @@ import * as i0 from "@angular/core";
3
3
  * @private
4
4
  */
5
5
  export declare class ThyIconNavLink {
6
- navLinkActive: boolean;
7
- navLinkClass: boolean;
8
- icon: string;
9
- set thyIconNavLinkIcon(icon: string);
10
- set thyIconNavLinkActive(active: boolean);
6
+ readonly thyIconNavLinkIcon: import("@angular/core").InputSignal<string>;
7
+ readonly thyIconNavLinkActive: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
11
8
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyIconNavLink, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<ThyIconNavLink, "[thyIconNavLink]", never, { "thyIconNavLinkIcon": { "alias": "thyIconNavLinkIcon"; "required": false; }; "thyIconNavLinkActive": { "alias": "thyIconNavLinkActive"; "required": false; }; }, {}, never, ["*"], true, never>;
13
- static ngAcceptInputType_thyIconNavLinkActive: boolean | string | number;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<ThyIconNavLink, "[thyIconNavLink]", never, { "thyIconNavLinkIcon": { "alias": "thyIconNavLinkIcon"; "required": false; "isSignal": true; }; "thyIconNavLinkActive": { "alias": "thyIconNavLinkActive"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
14
10
  }
@@ -1,20 +1,15 @@
1
- import { OnInit } from '@angular/core';
2
1
  import * as i0 from "@angular/core";
3
2
  type IconNavTypes = 'primary' | 'secondary' | 'individual' | '';
4
3
  /**
5
4
  * @private
6
5
  */
7
- export declare class ThyIconNav implements OnInit {
8
- private changeDetectorRef;
9
- private initialized;
6
+ export declare class ThyIconNav {
10
7
  private hostRenderer;
11
- type: IconNavTypes;
12
8
  isIconNav: boolean;
13
- set thyType(type: IconNavTypes);
9
+ readonly thyType: import("@angular/core").InputSignal<IconNavTypes>;
14
10
  private updateClasses;
15
11
  constructor();
16
- ngOnInit(): void;
17
12
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyIconNav, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<ThyIconNav, "thy-icon-nav", never, { "thyType": { "alias": "thyType"; "required": false; }; }, {}, never, ["*"], true, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<ThyIconNav, "thy-icon-nav", never, { "thyType": { "alias": "thyType"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
19
14
  }
20
15
  export {};
@@ -6,9 +6,9 @@ export declare class ThyNavInkBarDirective {
6
6
  private elementRef;
7
7
  private ngZone;
8
8
  animationMode?: "NoopAnimations" | "BrowserAnimations";
9
- isVertical: boolean;
10
- showInkBar: boolean;
11
- get animated(): boolean;
9
+ readonly isVertical: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
10
+ readonly showInkBar: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
11
+ readonly animated: import("@angular/core").Signal<boolean>;
12
12
  alignToElement(element: HTMLElement): void;
13
13
  private setStyles;
14
14
  private getLeftPosition;
@@ -18,7 +18,5 @@ export declare class ThyNavInkBarDirective {
18
18
  private show;
19
19
  hide(): void;
20
20
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyNavInkBarDirective, never>;
21
- static ɵdir: i0.ɵɵDirectiveDeclaration<ThyNavInkBarDirective, "thy-nav-ink-bar, [thyNavInkBar]", never, { "isVertical": { "alias": "isVertical"; "required": false; }; "showInkBar": { "alias": "showInkBar"; "required": false; }; }, {}, never, never, true, never>;
22
- static ngAcceptInputType_isVertical: boolean | string | number;
23
- static ngAcceptInputType_showInkBar: boolean | string | number;
21
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ThyNavInkBarDirective, "thy-nav-ink-bar, [thyNavInkBar]", never, { "isVertical": { "alias": "isVertical"; "required": false; "isSignal": true; }; "showInkBar": { "alias": "showInkBar"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
24
22
  }
@@ -1,4 +1,4 @@
1
- import { AfterViewInit, ElementRef, QueryList } from '@angular/core';
1
+ import { AfterViewInit, ElementRef } from '@angular/core';
2
2
  import { RouterLinkActive } from '@angular/router';
3
3
  import * as i0 from "@angular/core";
4
4
  export type ThyNavLink = '' | 'active';
@@ -19,26 +19,26 @@ export declare class ThyNavItemDirective implements AfterViewInit {
19
19
  * 是否激活状态
20
20
  * @default false
21
21
  */
22
- thyNavItemActive: boolean;
22
+ readonly thyNavItemActive: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
23
23
  /**
24
24
  * 已经废弃,请使用 thyNavItemActive
25
25
  * @deprecated please use thyNavItemActive
26
26
  * @default false
27
27
  */
28
- thyNavLinkActive: boolean;
28
+ readonly thyNavLinkActive: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
29
29
  /**
30
30
  * 是否禁用
31
31
  * @default false
32
32
  */
33
- thyNavItemDisabled: boolean;
33
+ readonly thyNavItemDisabled: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
34
34
  /**
35
35
  * @private
36
36
  */
37
- links: QueryList<ThyNavItemDirective>;
37
+ readonly links: import("@angular/core").Signal<readonly any[]>;
38
38
  /**
39
39
  * @private
40
40
  */
41
- routers: QueryList<RouterLinkActive>;
41
+ readonly routers: import("@angular/core").Signal<readonly RouterLinkActive[]>;
42
42
  offset: {
43
43
  width: number;
44
44
  height: number;
@@ -56,8 +56,5 @@ export declare class ThyNavItemDirective implements AfterViewInit {
56
56
  addClass(className: string): void;
57
57
  removeClass(className: string): void;
58
58
  static ɵfac: i0.ɵɵFactoryDeclaration<ThyNavItemDirective, never>;
59
- static ɵdir: i0.ɵɵDirectiveDeclaration<ThyNavItemDirective, "[thyNavLink],[thyNavItem]", never, { "id": { "alias": "id"; "required": false; "isSignal": true; }; "thyNavItemActive": { "alias": "thyNavItemActive"; "required": false; }; "thyNavLinkActive": { "alias": "thyNavLinkActive"; "required": false; }; "thyNavItemDisabled": { "alias": "thyNavItemDisabled"; "required": false; }; }, {}, ["links", "routers"], never, true, never>;
60
- static ngAcceptInputType_thyNavItemActive: boolean | string | number;
61
- static ngAcceptInputType_thyNavLinkActive: boolean | string | number;
62
- static ngAcceptInputType_thyNavItemDisabled: boolean | string | number;
59
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ThyNavItemDirective, "[thyNavLink],[thyNavItem]", never, { "id": { "alias": "id"; "required": false; "isSignal": true; }; "thyNavItemActive": { "alias": "thyNavItemActive"; "required": false; "isSignal": true; }; "thyNavLinkActive": { "alias": "thyNavLinkActive"; "required": false; "isSignal": true; }; "thyNavItemDisabled": { "alias": "thyNavItemDisabled"; "required": false; "isSignal": true; }; }, {}, ["links", "routers"], never, true, never>;
63
60
  }