@radix-ng/primitives 0.42.0 → 0.44.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 (453) hide show
  1. package/accordion/index.d.ts +160 -15
  2. package/alert-dialog/index.d.ts +54 -14
  3. package/arrow/README.md +1 -0
  4. package/arrow/index.d.ts +11 -0
  5. package/aspect-ratio/index.d.ts +35 -1
  6. package/avatar/index.d.ts +81 -11
  7. package/calendar/index.d.ts +310 -29
  8. package/checkbox/index.d.ts +163 -15
  9. package/collapsible/index.d.ts +82 -11
  10. package/config/index.d.ts +35 -2
  11. package/context-menu/index.d.ts +126 -23
  12. package/core/index.d.ts +898 -27
  13. package/cropper/index.d.ts +134 -14
  14. package/date-field/index.d.ts +209 -10
  15. package/dialog/index.d.ts +202 -20
  16. package/dismissable-layer/README.md +1 -0
  17. package/dismissable-layer/index.d.ts +126 -0
  18. package/dropdown-menu/index.d.ts +168 -23
  19. package/editable/index.d.ts +70 -1
  20. package/fesm2022/radix-ng-primitives-accordion.mjs +36 -36
  21. package/fesm2022/radix-ng-primitives-accordion.mjs.map +1 -1
  22. package/fesm2022/radix-ng-primitives-alert-dialog.mjs +28 -28
  23. package/fesm2022/radix-ng-primitives-alert-dialog.mjs.map +1 -1
  24. package/fesm2022/radix-ng-primitives-arrow.mjs +38 -0
  25. package/fesm2022/radix-ng-primitives-arrow.mjs.map +1 -0
  26. package/fesm2022/radix-ng-primitives-aspect-ratio.mjs +5 -5
  27. package/fesm2022/radix-ng-primitives-aspect-ratio.mjs.map +1 -1
  28. package/fesm2022/radix-ng-primitives-avatar.mjs +20 -20
  29. package/fesm2022/radix-ng-primitives-avatar.mjs.map +1 -1
  30. package/fesm2022/radix-ng-primitives-calendar.mjs +110 -95
  31. package/fesm2022/radix-ng-primitives-calendar.mjs.map +1 -1
  32. package/fesm2022/radix-ng-primitives-checkbox.mjs +219 -209
  33. package/fesm2022/radix-ng-primitives-checkbox.mjs.map +1 -1
  34. package/fesm2022/radix-ng-primitives-collapsible.mjs +27 -27
  35. package/fesm2022/radix-ng-primitives-collapsible.mjs.map +1 -1
  36. package/fesm2022/radix-ng-primitives-config.mjs +5 -5
  37. package/fesm2022/radix-ng-primitives-config.mjs.map +1 -1
  38. package/fesm2022/radix-ng-primitives-context-menu.mjs +34 -34
  39. package/fesm2022/radix-ng-primitives-context-menu.mjs.map +1 -1
  40. package/fesm2022/radix-ng-primitives-core.mjs +72 -24
  41. package/fesm2022/radix-ng-primitives-core.mjs.map +1 -1
  42. package/fesm2022/radix-ng-primitives-cropper.mjs +51 -51
  43. package/fesm2022/radix-ng-primitives-cropper.mjs.map +1 -1
  44. package/fesm2022/radix-ng-primitives-date-field.mjs +48 -48
  45. package/fesm2022/radix-ng-primitives-date-field.mjs.map +1 -1
  46. package/fesm2022/radix-ng-primitives-dialog.mjs +33 -33
  47. package/fesm2022/radix-ng-primitives-dialog.mjs.map +1 -1
  48. package/fesm2022/radix-ng-primitives-dismissable-layer.mjs +418 -0
  49. package/fesm2022/radix-ng-primitives-dismissable-layer.mjs.map +1 -0
  50. package/fesm2022/radix-ng-primitives-dropdown-menu.mjs +37 -37
  51. package/fesm2022/radix-ng-primitives-dropdown-menu.mjs.map +1 -1
  52. package/fesm2022/radix-ng-primitives-editable.mjs +21 -21
  53. package/fesm2022/radix-ng-primitives-editable.mjs.map +1 -1
  54. package/fesm2022/radix-ng-primitives-focus-guards.mjs +53 -0
  55. package/fesm2022/radix-ng-primitives-focus-guards.mjs.map +1 -0
  56. package/fesm2022/radix-ng-primitives-focus-scope.mjs +17 -9
  57. package/fesm2022/radix-ng-primitives-focus-scope.mjs.map +1 -1
  58. package/fesm2022/radix-ng-primitives-hover-card.mjs +74 -74
  59. package/fesm2022/radix-ng-primitives-hover-card.mjs.map +1 -1
  60. package/fesm2022/radix-ng-primitives-label.mjs +8 -8
  61. package/fesm2022/radix-ng-primitives-label.mjs.map +1 -1
  62. package/fesm2022/radix-ng-primitives-menu.mjs +65 -65
  63. package/fesm2022/radix-ng-primitives-menu.mjs.map +1 -1
  64. package/fesm2022/radix-ng-primitives-menubar.mjs +31 -31
  65. package/fesm2022/radix-ng-primitives-menubar.mjs.map +1 -1
  66. package/fesm2022/radix-ng-primitives-navigation-menu.mjs +91 -88
  67. package/fesm2022/radix-ng-primitives-navigation-menu.mjs.map +1 -1
  68. package/fesm2022/radix-ng-primitives-number-field.mjs +56 -43
  69. package/fesm2022/radix-ng-primitives-number-field.mjs.map +1 -1
  70. package/fesm2022/radix-ng-primitives-pagination.mjs +45 -45
  71. package/fesm2022/radix-ng-primitives-pagination.mjs.map +1 -1
  72. package/fesm2022/radix-ng-primitives-popover.mjs +68 -68
  73. package/fesm2022/radix-ng-primitives-popover.mjs.map +1 -1
  74. package/fesm2022/radix-ng-primitives-popper.mjs +418 -0
  75. package/fesm2022/radix-ng-primitives-popper.mjs.map +1 -0
  76. package/fesm2022/radix-ng-primitives-portal.mjs +51 -0
  77. package/fesm2022/radix-ng-primitives-portal.mjs.map +1 -0
  78. package/fesm2022/radix-ng-primitives-presence.mjs +4 -4
  79. package/fesm2022/radix-ng-primitives-presence.mjs.map +1 -1
  80. package/fesm2022/radix-ng-primitives-progress.mjs +15 -15
  81. package/fesm2022/radix-ng-primitives-progress.mjs.map +1 -1
  82. package/fesm2022/radix-ng-primitives-radio.mjs +30 -30
  83. package/fesm2022/radix-ng-primitives-radio.mjs.map +1 -1
  84. package/fesm2022/radix-ng-primitives-roving-focus.mjs +179 -163
  85. package/fesm2022/radix-ng-primitives-roving-focus.mjs.map +1 -1
  86. package/fesm2022/radix-ng-primitives-select.mjs +37 -37
  87. package/fesm2022/radix-ng-primitives-select.mjs.map +1 -1
  88. package/fesm2022/radix-ng-primitives-separator.mjs +16 -14
  89. package/fesm2022/radix-ng-primitives-separator.mjs.map +1 -1
  90. package/fesm2022/radix-ng-primitives-slider.mjs +75 -75
  91. package/fesm2022/radix-ng-primitives-slider.mjs.map +1 -1
  92. package/fesm2022/radix-ng-primitives-stepper.mjs +45 -45
  93. package/fesm2022/radix-ng-primitives-stepper.mjs.map +1 -1
  94. package/fesm2022/radix-ng-primitives-switch.mjs +28 -28
  95. package/fesm2022/radix-ng-primitives-switch.mjs.map +1 -1
  96. package/fesm2022/radix-ng-primitives-tabs.mjs +33 -33
  97. package/fesm2022/radix-ng-primitives-tabs.mjs.map +1 -1
  98. package/fesm2022/radix-ng-primitives-time-field.mjs +78 -66
  99. package/fesm2022/radix-ng-primitives-time-field.mjs.map +1 -1
  100. package/fesm2022/radix-ng-primitives-toggle-group.mjs +22 -22
  101. package/fesm2022/radix-ng-primitives-toggle-group.mjs.map +1 -1
  102. package/fesm2022/radix-ng-primitives-toggle.mjs +9 -9
  103. package/fesm2022/radix-ng-primitives-toggle.mjs.map +1 -1
  104. package/fesm2022/radix-ng-primitives-toolbar.mjs +28 -28
  105. package/fesm2022/radix-ng-primitives-toolbar.mjs.map +1 -1
  106. package/fesm2022/radix-ng-primitives-tooltip.mjs +74 -74
  107. package/fesm2022/radix-ng-primitives-tooltip.mjs.map +1 -1
  108. package/fesm2022/radix-ng-primitives-tooltip2.mjs +740 -0
  109. package/fesm2022/radix-ng-primitives-tooltip2.mjs.map +1 -0
  110. package/fesm2022/radix-ng-primitives-visually-hidden.mjs +93 -98
  111. package/fesm2022/radix-ng-primitives-visually-hidden.mjs.map +1 -1
  112. package/fesm2022/radix-ng-primitives.mjs.map +1 -1
  113. package/focus-guards/README.md +1 -0
  114. package/focus-guards/index.d.ts +15 -0
  115. package/focus-scope/index.d.ts +65 -1
  116. package/hover-card/index.d.ts +471 -19
  117. package/index.d.ts +2 -1
  118. package/label/index.d.ts +27 -1
  119. package/menu/index.d.ts +136 -26
  120. package/menubar/index.d.ts +53 -21
  121. package/navigation-menu/index.d.ts +402 -25
  122. package/number-field/index.d.ts +202 -16
  123. package/package.json +26 -5
  124. package/pagination/index.d.ts +96 -20
  125. package/popover/index.d.ts +402 -19
  126. package/popper/README.md +3 -0
  127. package/popper/index.d.ts +206 -0
  128. package/portal/README.md +1 -0
  129. package/portal/index.d.ts +22 -0
  130. package/presence/index.d.ts +103 -5
  131. package/progress/index.d.ts +76 -8
  132. package/radio/index.d.ts +118 -4
  133. package/roving-focus/index.d.ts +174 -3
  134. package/select/index.d.ts +211 -23
  135. package/separator/index.d.ts +63 -1
  136. package/slider/index.d.ts +262 -17
  137. package/stepper/index.d.ts +122 -21
  138. package/switch/index.d.ts +102 -9
  139. package/tabs/index.d.ts +111 -13
  140. package/time-field/index.d.ts +211 -10
  141. package/toggle/index.d.ts +75 -3
  142. package/toggle-group/index.d.ts +194 -5
  143. package/toolbar/index.d.ts +52 -16
  144. package/tooltip/index.d.ts +432 -19
  145. package/tooltip2/README.md +3 -0
  146. package/tooltip2/index.d.ts +325 -0
  147. package/visually-hidden/index.d.ts +65 -3
  148. package/accordion/src/accordion-content-presence.directive.d.ts +0 -6
  149. package/accordion/src/accordion-content.directive.d.ts +0 -8
  150. package/accordion/src/accordion-header.directive.d.ts +0 -7
  151. package/accordion/src/accordion-item.directive.d.ts +0 -43
  152. package/accordion/src/accordion-root.directive.d.ts +0 -83
  153. package/accordion/src/accordion-trigger.directive.d.ts +0 -10
  154. package/alert-dialog/src/alert-dialog-cancel.directive.d.ts +0 -7
  155. package/alert-dialog/src/alert-dialog-content.directive.d.ts +0 -9
  156. package/alert-dialog/src/alert-dialog-root.directive.d.ts +0 -9
  157. package/alert-dialog/src/alert-dialog-title.directive.d.ts +0 -5
  158. package/alert-dialog/src/alert-dialog-trigger.directive.d.ts +0 -7
  159. package/alert-dialog/src/alert-dialog.service.d.ts +0 -14
  160. package/aspect-ratio/src/aspect-ratio.directive.d.ts +0 -32
  161. package/avatar/src/avatar-context.token.d.ts +0 -7
  162. package/avatar/src/avatar-fallback.directive.d.ts +0 -20
  163. package/avatar/src/avatar-image.directive.d.ts +0 -29
  164. package/avatar/src/avatar-root.directive.d.ts +0 -8
  165. package/avatar/src/avatar.config.d.ts +0 -13
  166. package/avatar/src/types.d.ts +0 -2
  167. package/calendar/src/calendar-cell-trigger.directive.d.ts +0 -54
  168. package/calendar/src/calendar-cell.directive.d.ts +0 -11
  169. package/calendar/src/calendar-grid-body.directive.d.ts +0 -5
  170. package/calendar/src/calendar-grid-head.directive.d.ts +0 -5
  171. package/calendar/src/calendar-grid-row.directive.d.ts +0 -5
  172. package/calendar/src/calendar-grid.directive.d.ts +0 -8
  173. package/calendar/src/calendar-head-cell.directive.d.ts +0 -5
  174. package/calendar/src/calendar-header.directive.d.ts +0 -5
  175. package/calendar/src/calendar-heading.directive.d.ts +0 -7
  176. package/calendar/src/calendar-next.directive.d.ts +0 -16
  177. package/calendar/src/calendar-prev.directive.d.ts +0 -16
  178. package/calendar/src/calendar-root.directive.d.ts +0 -148
  179. package/calendar/src/calendar.d.ts +0 -44
  180. package/calendar/src//321/201alendar-/321/201ontext.token.d.ts +0 -24
  181. package/checkbox/src/checkbox-button.directive.d.ts +0 -8
  182. package/checkbox/src/checkbox-indicator.directive.d.ts +0 -6
  183. package/checkbox/src/checkbox-input.directive.d.ts +0 -10
  184. package/checkbox/src/checkbox.directive.d.ts +0 -86
  185. package/checkbox/src/checkbox.token.d.ts +0 -4
  186. package/collapsible/src/collapsible-content-presence.directive.d.ts +0 -6
  187. package/collapsible/src/collapsible-content.directive.d.ts +0 -18
  188. package/collapsible/src/collapsible-root.directive.d.ts +0 -44
  189. package/collapsible/src/collapsible-trigger.directive.d.ts +0 -6
  190. package/config/src/config.d.ts +0 -21
  191. package/config/src/config.provider.d.ts +0 -10
  192. package/context-menu/src/context-menu-content.directive.d.ts +0 -15
  193. package/context-menu/src/context-menu-item-checkbox.directive.d.ts +0 -9
  194. package/context-menu/src/context-menu-item-indicator.directive.d.ts +0 -7
  195. package/context-menu/src/context-menu-item-radio-group.directive.d.ts +0 -12
  196. package/context-menu/src/context-menu-item-radio.directive.d.ts +0 -19
  197. package/context-menu/src/context-menu-item-selectable.d.ts +0 -12
  198. package/context-menu/src/context-menu-item.directive.d.ts +0 -17
  199. package/context-menu/src/context-menu-label.directive.d.ts +0 -5
  200. package/context-menu/src/context-menu-separator.directive.d.ts +0 -6
  201. package/context-menu/src/context-menu-trigger.directive.d.ts +0 -31
  202. package/core/src/accessor/control-value-accessor.d.ts +0 -67
  203. package/core/src/accessor/provide-value-accessor.d.ts +0 -12
  204. package/core/src/auto-focus.directive.d.ts +0 -14
  205. package/core/src/chunk.d.ts +0 -12
  206. package/core/src/clamp.d.ts +0 -38
  207. package/core/src/create-context.d.ts +0 -10
  208. package/core/src/date-time/calendar.d.ts +0 -33
  209. package/core/src/date-time/comparators.d.ts +0 -98
  210. package/core/src/date-time/formatter.d.ts +0 -30
  211. package/core/src/date-time/index.d.ts +0 -9
  212. package/core/src/date-time/parser.d.ts +0 -37
  213. package/core/src/date-time/parts.d.ts +0 -12
  214. package/core/src/date-time/placeholders.d.ts +0 -8
  215. package/core/src/date-time/segment.d.ts +0 -4
  216. package/core/src/date-time/types.d.ts +0 -58
  217. package/core/src/date-time/useDateField.d.ts +0 -142
  218. package/core/src/date-time/utils.d.ts +0 -7
  219. package/core/src/document.d.ts +0 -1
  220. package/core/src/focus-initial.directive.d.ts +0 -9
  221. package/core/src/getActiveElement.d.ts +0 -1
  222. package/core/src/id-generator.d.ts +0 -12
  223. package/core/src/inject-ng-control.d.ts +0 -8
  224. package/core/src/is-client.d.ts +0 -1
  225. package/core/src/is-equal.d.ts +0 -7
  226. package/core/src/is-inside-form.d.ts +0 -2
  227. package/core/src/is-nullish.d.ts +0 -1
  228. package/core/src/is-number.d.ts +0 -1
  229. package/core/src/isValueEqualOrExist.d.ts +0 -10
  230. package/core/src/kbd-constants.d.ts +0 -41
  231. package/core/src/positioning/constants.d.ts +0 -3
  232. package/core/src/positioning/types.d.ts +0 -42
  233. package/core/src/positioning/utils.d.ts +0 -12
  234. package/core/src/provide-token.d.ts +0 -22
  235. package/core/src/serialize.d.ts +0 -11
  236. package/core/src/types.d.ts +0 -25
  237. package/core/src/useArrowNavigation.d.ts +0 -65
  238. package/core/src/useResizeObserver.d.ts +0 -15
  239. package/core/src/watch.d.ts +0 -41
  240. package/core/src/window.d.ts +0 -3
  241. package/cropper/src/cropper-context.token.d.ts +0 -12
  242. package/cropper/src/cropper-crop-area.directive.d.ts +0 -6
  243. package/cropper/src/cropper-description.directive.d.ts +0 -6
  244. package/cropper/src/cropper-image.component.d.ts +0 -10
  245. package/cropper/src/cropper-root.directive.d.ts +0 -91
  246. package/date-field/src/date-field-context.token.d.ts +0 -19
  247. package/date-field/src/date-field-input.directive.d.ts +0 -53
  248. package/date-field/src/date-field-root.directive.d.ts +0 -131
  249. package/dialog/src/dialog-close.directive.d.ts +0 -7
  250. package/dialog/src/dialog-content.directive.d.ts +0 -21
  251. package/dialog/src/dialog-description.directive.d.ts +0 -5
  252. package/dialog/src/dialog-dismiss.directive.d.ts +0 -7
  253. package/dialog/src/dialog-ref.d.ts +0 -40
  254. package/dialog/src/dialog-title.directive.d.ts +0 -5
  255. package/dialog/src/dialog-trigger.directive.d.ts +0 -28
  256. package/dialog/src/dialog.config.d.ts +0 -41
  257. package/dialog/src/dialog.injectors.d.ts +0 -4
  258. package/dialog/src/dialog.providers.d.ts +0 -19
  259. package/dialog/src/dialog.service.d.ts +0 -26
  260. package/dismissible-layer/README.md +0 -1
  261. package/dismissible-layer/index.d.ts +0 -1
  262. package/dismissible-layer/src/utils.d.ts +0 -38
  263. package/dropdown-menu/src/dropdown-menu-content.directive.d.ts +0 -15
  264. package/dropdown-menu/src/dropdown-menu-item-checkbox.directive.d.ts +0 -9
  265. package/dropdown-menu/src/dropdown-menu-item-indicator.directive.d.ts +0 -7
  266. package/dropdown-menu/src/dropdown-menu-item-radio-group.directive.d.ts +0 -12
  267. package/dropdown-menu/src/dropdown-menu-item-radio.directive.d.ts +0 -19
  268. package/dropdown-menu/src/dropdown-menu-item-selectable.d.ts +0 -12
  269. package/dropdown-menu/src/dropdown-menu-item.directive.d.ts +0 -17
  270. package/dropdown-menu/src/dropdown-menu-label.directive.d.ts +0 -6
  271. package/dropdown-menu/src/dropdown-menu-separator.directive.d.ts +0 -6
  272. package/dropdown-menu/src/dropdown-menu-trigger.directive.d.ts +0 -73
  273. package/editable/src/editable-root.d.ts +0 -67
  274. package/fesm2022/radix-ng-primitives-dismissible-layer.mjs +0 -211
  275. package/fesm2022/radix-ng-primitives-dismissible-layer.mjs.map +0 -1
  276. package/focus-scope/src/focus-scope.d.ts +0 -53
  277. package/focus-scope/src/stack.d.ts +0 -13
  278. package/focus-scope/src/utils.d.ts +0 -46
  279. package/hover-card/src/hover-card-anchor.directive.d.ts +0 -28
  280. package/hover-card/src/hover-card-anchor.token.d.ts +0 -3
  281. package/hover-card/src/hover-card-arrow.directive.d.ts +0 -45
  282. package/hover-card/src/hover-card-arrow.token.d.ts +0 -3
  283. package/hover-card/src/hover-card-close.directive.d.ts +0 -18
  284. package/hover-card/src/hover-card-close.token.d.ts +0 -3
  285. package/hover-card/src/hover-card-content-attributes.component.d.ts +0 -25
  286. package/hover-card/src/hover-card-content-attributes.token.d.ts +0 -3
  287. package/hover-card/src/hover-card-content.directive.d.ts +0 -124
  288. package/hover-card/src/hover-card-root.directive.d.ts +0 -182
  289. package/hover-card/src/hover-card-root.inject.d.ts +0 -3
  290. package/hover-card/src/hover-card-trigger.directive.d.ts +0 -26
  291. package/hover-card/src/hover-card.types.d.ts +0 -18
  292. package/hover-card/src/utils/cdk-event.service.d.ts +0 -30
  293. package/hover-card/src/utils/constants.d.ts +0 -1
  294. package/hover-card/src/utils/types.d.ts +0 -7
  295. package/label/src/label.directive.d.ts +0 -24
  296. package/menu/src/menu-content.directive.d.ts +0 -6
  297. package/menu/src/menu-directive.d.ts +0 -6
  298. package/menu/src/menu-group.directive.d.ts +0 -6
  299. package/menu/src/menu-item-checkbox.directive.d.ts +0 -21
  300. package/menu/src/menu-item-indicator.directive.d.ts +0 -10
  301. package/menu/src/menu-item-radio.directive.d.ts +0 -20
  302. package/menu/src/menu-item.directive.d.ts +0 -18
  303. package/menu/src/menu-label.directive.d.ts +0 -5
  304. package/menu/src/menu-radio-group.directive.d.ts +0 -6
  305. package/menu/src/menu-separator.directive.d.ts +0 -5
  306. package/menu/src/menu-trigger.directive.d.ts +0 -35
  307. package/menu/src/utils.d.ts +0 -3
  308. package/menubar/src/menubar-content.directive.d.ts +0 -6
  309. package/menubar/src/menubar-item-checkbox.directive.d.ts +0 -6
  310. package/menubar/src/menubar-item-indicator.directive.d.ts +0 -6
  311. package/menubar/src/menubar-item-radio.directive.d.ts +0 -6
  312. package/menubar/src/menubar-item.directive.d.ts +0 -6
  313. package/menubar/src/menubar-radio-group.directive.d.ts +0 -6
  314. package/menubar/src/menubar-root.directive.d.ts +0 -6
  315. package/menubar/src/menubar-separator.directive.d.ts +0 -6
  316. package/menubar/src/menubar-trigger.directive.d.ts +0 -6
  317. package/navigation-menu/src/navigation-menu-a11y.component.d.ts +0 -15
  318. package/navigation-menu/src/navigation-menu-content.directive.d.ts +0 -31
  319. package/navigation-menu/src/navigation-menu-indicator.directive.d.ts +0 -29
  320. package/navigation-menu/src/navigation-menu-item.directive.d.ts +0 -44
  321. package/navigation-menu/src/navigation-menu-link.directive.d.ts +0 -17
  322. package/navigation-menu/src/navigation-menu-list.directive.d.ts +0 -38
  323. package/navigation-menu/src/navigation-menu-sub.directive.d.ts +0 -19
  324. package/navigation-menu/src/navigation-menu-trigger.directive.d.ts +0 -33
  325. package/navigation-menu/src/navigation-menu-viewport.directive.d.ts +0 -61
  326. package/navigation-menu/src/navigation-menu.directive.d.ts +0 -76
  327. package/navigation-menu/src/navigation-menu.token.d.ts +0 -36
  328. package/navigation-menu/src/navigation-menu.types.d.ts +0 -13
  329. package/navigation-menu/src/utils.d.ts +0 -44
  330. package/number-field/src/number-field-context.token.d.ts +0 -24
  331. package/number-field/src/number-field-decrement.directive.d.ts +0 -23
  332. package/number-field/src/number-field-increment.directive.d.ts +0 -23
  333. package/number-field/src/number-field-input.directive.d.ts +0 -22
  334. package/number-field/src/number-field-root.directive.d.ts +0 -86
  335. package/number-field/src/types.d.ts +0 -1
  336. package/number-field/src/utils.d.ts +0 -18
  337. package/pagination/src/pagination-context.token.d.ts +0 -11
  338. package/pagination/src/pagination-ellipsis.directive.d.ts +0 -5
  339. package/pagination/src/pagination-first.directive.d.ts +0 -8
  340. package/pagination/src/pagination-last.directive.d.ts +0 -8
  341. package/pagination/src/pagination-list-item.directive.d.ts +0 -10
  342. package/pagination/src/pagination-list.directive.d.ts +0 -12
  343. package/pagination/src/pagination-next.directive.d.ts +0 -8
  344. package/pagination/src/pagination-prev.directive.d.ts +0 -8
  345. package/pagination/src/pagination-root.directive.d.ts +0 -18
  346. package/pagination/src/utils.d.ts +0 -9
  347. package/popover/src/popover-anchor.directive.d.ts +0 -28
  348. package/popover/src/popover-anchor.token.d.ts +0 -3
  349. package/popover/src/popover-arrow.directive.d.ts +0 -40
  350. package/popover/src/popover-arrow.token.d.ts +0 -3
  351. package/popover/src/popover-close.directive.d.ts +0 -15
  352. package/popover/src/popover-close.token.d.ts +0 -3
  353. package/popover/src/popover-content-attributes.component.d.ts +0 -23
  354. package/popover/src/popover-content-attributes.token.d.ts +0 -3
  355. package/popover/src/popover-content.directive.d.ts +0 -104
  356. package/popover/src/popover-root.directive.d.ts +0 -155
  357. package/popover/src/popover-root.inject.d.ts +0 -3
  358. package/popover/src/popover-trigger.directive.d.ts +0 -18
  359. package/popover/src/popover.types.d.ts +0 -14
  360. package/popover/src/utils/cdk-event.service.d.ts +0 -30
  361. package/popover/src/utils/constants.d.ts +0 -1
  362. package/popover/src/utils/types.d.ts +0 -7
  363. package/presence/src/presence.d.ts +0 -42
  364. package/presence/src/presence.directive.d.ts +0 -27
  365. package/presence/src/transitions/transition.collapse.d.ts +0 -15
  366. package/presence/src/transitions/transition.toast.d.ts +0 -3
  367. package/presence/src/types.d.ts +0 -15
  368. package/presence/src/utils.d.ts +0 -42
  369. package/progress/src/progress-indicator.directive.d.ts +0 -15
  370. package/progress/src/progress-root.directive.d.ts +0 -54
  371. package/radio/src/radio-indicator.directive.d.ts +0 -9
  372. package/radio/src/radio-item-input.directive.d.ts +0 -12
  373. package/radio/src/radio-item.directive.d.ts +0 -30
  374. package/radio/src/radio-root.directive.d.ts +0 -57
  375. package/radio/src/radio-tokens.d.ts +0 -14
  376. package/roving-focus/src/roving-focus-group.directive.d.ts +0 -50
  377. package/roving-focus/src/roving-focus-item.directive.d.ts +0 -50
  378. package/roving-focus/src/utils.d.ts +0 -19
  379. package/select/src/select-content.directive.d.ts +0 -20
  380. package/select/src/select-group.directive.d.ts +0 -5
  381. package/select/src/select-icon.directive.d.ts +0 -5
  382. package/select/src/select-item-indicator.directive.d.ts +0 -7
  383. package/select/src/select-item.directive.d.ts +0 -53
  384. package/select/src/select-label.directive.d.ts +0 -5
  385. package/select/src/select-separator.directive.d.ts +0 -5
  386. package/select/src/select-trigger.directive.d.ts +0 -17
  387. package/select/src/select-value.directive.d.ts +0 -8
  388. package/select/src/select.component.d.ts +0 -98
  389. package/separator/src/separator.directive.d.ts +0 -60
  390. package/slider/src/slider-horizontal.component.d.ts +0 -28
  391. package/slider/src/slider-impl.directive.d.ts +0 -17
  392. package/slider/src/slider-orientation-context.service.d.ts +0 -14
  393. package/slider/src/slider-range.component.d.ts +0 -13
  394. package/slider/src/slider-root.component.d.ts +0 -123
  395. package/slider/src/slider-thumb-impl.directive.d.ts +0 -27
  396. package/slider/src/slider-thumb.component.d.ts +0 -6
  397. package/slider/src/slider-track.component.d.ts +0 -7
  398. package/slider/src/slider-vertical.component.d.ts +0 -28
  399. package/slider/src/utils.d.ts +0 -52
  400. package/stepper/src/stepper-description.directive.d.ts +0 -6
  401. package/stepper/src/stepper-indicator.directive.d.ts +0 -6
  402. package/stepper/src/stepper-item-context.token.d.ts +0 -13
  403. package/stepper/src/stepper-item.directive.d.ts +0 -21
  404. package/stepper/src/stepper-root-context.token.d.ts +0 -12
  405. package/stepper/src/stepper-root.directive.d.ts +0 -33
  406. package/stepper/src/stepper-separator.directive.d.ts +0 -10
  407. package/stepper/src/stepper-title.directive.d.ts +0 -6
  408. package/stepper/src/stepper-trigger.directive.d.ts +0 -14
  409. package/stepper/src/types.d.ts +0 -1
  410. package/switch/src/switch-input.directive.d.ts +0 -11
  411. package/switch/src/switch-root.directive.d.ts +0 -74
  412. package/switch/src/switch-thumb.directive.d.ts +0 -9
  413. package/tabs/src/tabs-content.directive.d.ts +0 -13
  414. package/tabs/src/tabs-list.directive.d.ts +0 -10
  415. package/tabs/src/tabs-root.directive.d.ts +0 -53
  416. package/tabs/src/tabs-trigger.directive.d.ts +0 -29
  417. package/tabs/src/utils.d.ts +0 -2
  418. package/time-field/src/time-field-context.token.d.ts +0 -20
  419. package/time-field/src/time-field-input.directive.d.ts +0 -53
  420. package/time-field/src/time-field-root.directive.d.ts +0 -130
  421. package/toggle/src/toggle-visually-hidden-input.directive.d.ts +0 -6
  422. package/toggle/src/toggle.directive.d.ts +0 -65
  423. package/toggle-group/src/toggle-group-item.directive.d.ts +0 -37
  424. package/toggle-group/src/toggle-group-item.token.d.ts +0 -4
  425. package/toggle-group/src/toggle-group-without-focus.directive.d.ts +0 -69
  426. package/toggle-group/src/toggle-group.directive.d.ts +0 -74
  427. package/toggle-group/src/toggle-group.token.d.ts +0 -10
  428. package/toolbar/src/toolbar-button.directive.d.ts +0 -11
  429. package/toolbar/src/toolbar-link.directive.d.ts +0 -7
  430. package/toolbar/src/toolbar-root.directive.d.ts +0 -8
  431. package/toolbar/src/toolbar-root.token.d.ts +0 -5
  432. package/toolbar/src/toolbar-separator.directive.d.ts +0 -6
  433. package/toolbar/src/toolbar-toggle-group.directive.d.ts +0 -6
  434. package/toolbar/src/toolbar-toggle-item.directive.d.ts +0 -6
  435. package/tooltip/src/tooltip-anchor.directive.d.ts +0 -28
  436. package/tooltip/src/tooltip-anchor.token.d.ts +0 -3
  437. package/tooltip/src/tooltip-arrow.directive.d.ts +0 -40
  438. package/tooltip/src/tooltip-arrow.token.d.ts +0 -3
  439. package/tooltip/src/tooltip-close.directive.d.ts +0 -18
  440. package/tooltip/src/tooltip-close.token.d.ts +0 -3
  441. package/tooltip/src/tooltip-content-attributes.component.d.ts +0 -25
  442. package/tooltip/src/tooltip-content-attributes.token.d.ts +0 -3
  443. package/tooltip/src/tooltip-content.directive.d.ts +0 -104
  444. package/tooltip/src/tooltip-root.directive.d.ts +0 -168
  445. package/tooltip/src/tooltip-root.inject.d.ts +0 -3
  446. package/tooltip/src/tooltip-trigger.directive.d.ts +0 -26
  447. package/tooltip/src/tooltip.types.d.ts +0 -18
  448. package/tooltip/src/utils/cdk-event.service.d.ts +0 -30
  449. package/tooltip/src/utils/constants.d.ts +0 -1
  450. package/tooltip/src/utils/types.d.ts +0 -7
  451. package/visually-hidden/src/visually-hidden-input-bubble.directive.d.ts +0 -23
  452. package/visually-hidden/src/visually-hidden-input.directive.d.ts +0 -19
  453. package/visually-hidden/src/visually-hidden.directive.d.ts +0 -17
package/tabs/index.d.ts CHANGED
@@ -1,14 +1,112 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./src/tabs-root.directive";
3
- import * as i2 from "./src/tabs-content.directive";
4
- import * as i3 from "./src/tabs-list.directive";
5
- import * as i4 from "./src/tabs-trigger.directive";
6
- export * from './src/tabs-content.directive';
7
- export * from './src/tabs-list.directive';
8
- export * from './src/tabs-root.directive';
9
- export * from './src/tabs-trigger.directive';
10
- export declare class RdxTabsModule {
11
- static ɵfac: i0.ɵɵFactoryDeclaration<RdxTabsModule, never>;
12
- static ɵmod: i0.ɵɵNgModuleDeclaration<RdxTabsModule, never, [typeof i1.RdxTabsRootDirective, typeof i2.RdxTabsContentDirective, typeof i3.RdxTabsListDirective, typeof i4.RdxTabsTriggerDirective], [typeof i1.RdxTabsRootDirective, typeof i2.RdxTabsContentDirective, typeof i3.RdxTabsListDirective, typeof i4.RdxTabsTriggerDirective]>;
13
- static ɵinj: i0.ɵɵInjectorDeclaration<RdxTabsModule>;
1
+ import * as _angular_core from '@angular/core';
2
+ import { OnInit, InjectionToken, InputSignalWithTransform } from '@angular/core';
3
+ import * as i1 from '@radix-ng/primitives/roving-focus';
4
+ import { BooleanInput } from '@angular/cdk/coercion';
5
+
6
+ interface TabsProps {
7
+ /** The value for the selected tab, if controlled */
8
+ value?: string;
9
+ /** The value of the tab to select by default, if uncontrolled */
10
+ defaultValue?: string;
11
+ /** A function called when a new tab is selected */
12
+ onValueChange?: (value: string) => void;
13
+ /**
14
+ * The orientation the tabs are layed out.
15
+ * Mainly so arrow navigation is done accordingly (left & right vs. up & down)
16
+ * @defaultValue horizontal
17
+ */
18
+ orientation?: string;
19
+ /**
20
+ * The direction of navigation between toolbar items.
21
+ */
22
+ dir?: string;
23
+ /**
24
+ * Whether a tab is activated automatically or manually.
25
+ * @defaultValue automatic
26
+ * */
27
+ activationMode?: 'automatic' | 'manual';
14
28
  }
29
+ type DataOrientation = 'vertical' | 'horizontal';
30
+ declare const RDX_TABS_ROOT_TOKEN: InjectionToken<RdxTabsRootDirective>;
31
+ declare class RdxTabsRootDirective implements OnInit {
32
+ /**
33
+ * The controlled value of the tab to activate. Should be used in conjunction with `onValueChange`.
34
+ */
35
+ readonly value: _angular_core.ModelSignal<string | undefined>;
36
+ readonly defaultValue: _angular_core.InputSignal<string | undefined>;
37
+ /**
38
+ * When automatic, tabs are activated when receiving focus. When manual, tabs are activated when clicked.
39
+ */
40
+ readonly activationMode: _angular_core.InputSignal<"automatic" | "manual">;
41
+ /**
42
+ * The orientation of the component.
43
+ */
44
+ readonly orientation: _angular_core.InputSignal<DataOrientation>;
45
+ readonly dir: _angular_core.InputSignal<string>;
46
+ /**
47
+ * Event handler called when the value changes.
48
+ */
49
+ readonly onValueChange: _angular_core.OutputEmitterRef<string>;
50
+ ngOnInit(): void;
51
+ select(value: string): void;
52
+ /** @ignore */
53
+ getBaseId(): string;
54
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<RdxTabsRootDirective, never>;
55
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<RdxTabsRootDirective, "[rdxTabsRoot]", never, { "value": { "alias": "value"; "required": false; "isSignal": true; }; "defaultValue": { "alias": "defaultValue"; "required": false; "isSignal": true; }; "activationMode": { "alias": "activationMode"; "required": false; "isSignal": true; }; "orientation": { "alias": "orientation"; "required": false; "isSignal": true; }; "dir": { "alias": "dir"; "required": false; "isSignal": true; }; }, { "value": "valueChange"; "onValueChange": "onValueChange"; }, never, never, true, never>;
56
+ }
57
+
58
+ declare class RdxTabsContentDirective {
59
+ protected readonly tabsContext: RdxTabsRootDirective;
60
+ /**
61
+ * A unique value that associates the content with a trigger.
62
+ */
63
+ readonly value: _angular_core.InputSignal<string>;
64
+ protected readonly contentId: _angular_core.Signal<string>;
65
+ protected readonly triggerId: _angular_core.Signal<string>;
66
+ protected readonly selected: _angular_core.Signal<boolean>;
67
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<RdxTabsContentDirective, never>;
68
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<RdxTabsContentDirective, "[rdxTabsContent]", never, { "value": { "alias": "value"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
69
+ }
70
+
71
+ interface TabsListProps {
72
+ loop?: boolean;
73
+ }
74
+ declare class RdxTabsListDirective {
75
+ protected readonly tabsContext: RdxTabsRootDirective;
76
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<RdxTabsListDirective, never>;
77
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<RdxTabsListDirective, "[rdxTabsList]", never, {}, {}, never, never, true, [{ directive: typeof i1.RdxRovingFocusGroupDirective; inputs: { "dir": "dir"; "orientation": "orientation"; "loop": "loop"; }; outputs: {}; }]>;
78
+ }
79
+
80
+ interface TabsTriggerProps {
81
+ disabled: InputSignalWithTransform<boolean, BooleanInput>;
82
+ }
83
+ declare class RdxTabsTriggerDirective implements TabsTriggerProps {
84
+ private readonly rdxRovingFocusItemDirective;
85
+ protected readonly tabsContext: RdxTabsRootDirective;
86
+ /**
87
+ * A unique value that associates the trigger with a content.
88
+ */
89
+ readonly value: _angular_core.InputSignal<string>;
90
+ /**
91
+ * When true, prevents the user from interacting with the tab.
92
+ */
93
+ readonly disabled: InputSignalWithTransform<boolean, BooleanInput>;
94
+ protected readonly contentId: _angular_core.Signal<string>;
95
+ protected readonly triggerId: _angular_core.Signal<string>;
96
+ protected readonly isSelected: _angular_core.Signal<boolean>;
97
+ constructor();
98
+ protected onMouseDown(event: MouseEvent): void;
99
+ protected onKeyDown(event: KeyboardEvent): void;
100
+ protected onFocus(): void;
101
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<RdxTabsTriggerDirective, never>;
102
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<RdxTabsTriggerDirective, "[rdxTabsTrigger]", never, { "value": { "alias": "value"; "required": true; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.RdxRovingFocusItemDirective; inputs: { "focusable": "focusable"; "active": "active"; "allowShiftKey": "allowShiftKey"; }; outputs: {}; }]>;
103
+ }
104
+
105
+ declare class RdxTabsModule {
106
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<RdxTabsModule, never>;
107
+ static ɵmod: _angular_core.ɵɵNgModuleDeclaration<RdxTabsModule, never, [typeof RdxTabsRootDirective, typeof RdxTabsContentDirective, typeof RdxTabsListDirective, typeof RdxTabsTriggerDirective], [typeof RdxTabsRootDirective, typeof RdxTabsContentDirective, typeof RdxTabsListDirective, typeof RdxTabsTriggerDirective]>;
108
+ static ɵinj: _angular_core.ɵɵInjectorDeclaration<RdxTabsModule>;
109
+ }
110
+
111
+ export { RDX_TABS_ROOT_TOKEN, RdxTabsContentDirective, RdxTabsListDirective, RdxTabsModule, RdxTabsRootDirective, RdxTabsTriggerDirective };
112
+ export type { DataOrientation, TabsListProps, TabsProps };
@@ -1,11 +1,212 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./src/time-field-root.directive";
3
- import * as i2 from "./src/time-field-input.directive";
4
- export * from './src/time-field-context.token';
5
- export * from './src/time-field-input.directive';
6
- export * from './src/time-field-root.directive';
7
- export declare class RdxTimeFieldModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<RdxTimeFieldModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<RdxTimeFieldModule, never, [typeof i1.RdxTimeFieldRootDirective, typeof i2.RdxTimeFieldInputDirective], [typeof i1.RdxTimeFieldRootDirective, typeof i2.RdxTimeFieldInputDirective]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<RdxTimeFieldModule>;
1
+ import * as _angular_core from '@angular/core';
2
+ import { OnInit, AfterViewInit, WritableSignal, InputSignal, ModelSignal, Signal, InjectionToken } from '@angular/core';
3
+ import * as _radix_ng_primitives_core from '@radix-ng/primitives/core';
4
+ import { TimeValue, HourCycle, Granularity, DateStep, Formatter, SegmentValueObj, SegmentPart } from '@radix-ng/primitives/core';
5
+ import * as _internationalized_date from '@internationalized/date';
6
+ import { Direction } from '@angular/cdk/bidi';
7
+ import { BooleanInput } from '@angular/cdk/coercion';
8
+
9
+ declare class RdxTimeFieldRootDirective implements OnInit, AfterViewInit {
10
+ private readonly elementRef;
11
+ /**
12
+ * The controlled checked state of the calendar.
13
+ */
14
+ readonly value: _angular_core.ModelSignal<TimeValue | undefined>;
15
+ /**
16
+ * The hour cycle to use for formatting times. Defaults to the locale preference
17
+ */
18
+ readonly hourCycle: _angular_core.InputSignal<HourCycle>;
19
+ /**
20
+ * The granularity to use for formatting the field. Defaults to 'day' if a CalendarDate is provided, otherwise defaults to 'minute'.
21
+ * The field will render segments for each part of the date up to and including the specified granularity.
22
+ */
23
+ readonly granularity: _angular_core.InputSignal<Granularity | undefined>;
24
+ /**
25
+ * The locale to use for formatting dates.
26
+ */
27
+ readonly locale: _angular_core.InputSignal<string>;
28
+ readonly dir: _angular_core.InputSignal<Direction>;
29
+ /**
30
+ * The minimum valid date that can be entered.
31
+ */
32
+ readonly minValue: _angular_core.InputSignal<TimeValue | undefined>;
33
+ /**
34
+ * The maximum valid date that can be entered.
35
+ */
36
+ readonly maxValue: _angular_core.InputSignal<TimeValue | undefined>;
37
+ /**
38
+ * Whether or not to hide the time zone segment of the field.
39
+ */
40
+ readonly hideTimeZone: _angular_core.InputSignalWithTransform<boolean, BooleanInput>;
41
+ readonly disabled: _angular_core.InputSignalWithTransform<boolean, BooleanInput>;
42
+ /**
43
+ * Whether or not the field is readonly.
44
+ */
45
+ readonly readonly: _angular_core.InputSignalWithTransform<boolean, BooleanInput>;
46
+ /**
47
+ * The stepping interval for the time fields. Defaults to 1
48
+ */
49
+ readonly step: _angular_core.InputSignal<DateStep | undefined>;
50
+ readonly step$: _angular_core.Signal<DateStep>;
51
+ /**
52
+ * @ignore
53
+ */
54
+ readonly defaultDate: _angular_core.Signal<TimeValue>;
55
+ /**
56
+ * The placeholder date, which is used to determine what month to display when no date is selected. This updates as the user navigates the calendar and can be used to programmatically control the calendar view
57
+ */
58
+ readonly placeholder: _angular_core.ModelSignal<TimeValue | undefined>;
59
+ /**
60
+ * @ignore
61
+ */
62
+ readonly segmentElements: _angular_core.WritableSignal<Set<HTMLElement>>;
63
+ /**
64
+ * @ignore
65
+ */
66
+ readonly currentFocusedElement: _angular_core.WritableSignal<HTMLElement | null>;
67
+ /**
68
+ * @ignore
69
+ */
70
+ formatter: Formatter;
71
+ /**
72
+ * @ignore
73
+ */
74
+ readonly segmentValues: _angular_core.WritableSignal<SegmentValueObj>;
75
+ /**
76
+ * @ignore
77
+ */
78
+ readonly inferredGranularity: _angular_core.Signal<Granularity | undefined>;
79
+ readonly convertedMinValue: _angular_core.Signal<_internationalized_date.CalendarDateTime | _internationalized_date.ZonedDateTime | undefined>;
80
+ readonly convertedMaxValue: _angular_core.Signal<_internationalized_date.CalendarDateTime | _internationalized_date.ZonedDateTime | undefined>;
81
+ readonly convertedModelValue: _angular_core.WritableSignal<TimeValue | undefined>;
82
+ readonly convertedPlaceholder: _angular_core.WritableSignal<TimeValue>;
83
+ /**
84
+ * @ignore
85
+ */
86
+ readonly isInvalid: _angular_core.Signal<boolean>;
87
+ /**
88
+ * @ignore
89
+ */
90
+ readonly allSegmentContent: _angular_core.Signal<{
91
+ obj: _radix_ng_primitives_core.SegmentContentObj;
92
+ arr: {
93
+ part: _radix_ng_primitives_core.SegmentPart;
94
+ value: string;
95
+ }[];
96
+ }>;
97
+ /**
98
+ * An array of segments that should be readonly, which prevent user input on them.
99
+ */
100
+ readonly segmentContents: _angular_core.Signal<{
101
+ part: _radix_ng_primitives_core.SegmentPart;
102
+ value: string;
103
+ }[]>;
104
+ /**
105
+ * @ignore
106
+ */
107
+ readonly currentSegmentIndex: _angular_core.Signal<number>;
108
+ /**
109
+ * @ignore
110
+ */
111
+ readonly prevFocusableSegment: _angular_core.Signal<HTMLElement | null>;
112
+ /**
113
+ * @ignore
114
+ */
115
+ readonly nextFocusableSegment: _angular_core.Signal<HTMLElement | null>;
116
+ /**
117
+ * @ignore
118
+ */
119
+ readonly focusNext: () => void;
120
+ constructor();
121
+ ngOnInit(): void;
122
+ ngAfterViewInit(): void;
123
+ /**
124
+ * @ignore
125
+ */
126
+ onKeydown(event: KeyboardEvent): void;
127
+ /**
128
+ * @ignore
129
+ */
130
+ setFocusedElement(el: HTMLElement): void;
131
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<RdxTimeFieldRootDirective, never>;
132
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<RdxTimeFieldRootDirective, "[rdxTimeFieldRoot]", ["rdxTimeFieldRoot"], { "value": { "alias": "value"; "required": false; "isSignal": true; }; "hourCycle": { "alias": "hourCycle"; "required": false; "isSignal": true; }; "granularity": { "alias": "granularity"; "required": false; "isSignal": true; }; "locale": { "alias": "locale"; "required": false; "isSignal": true; }; "dir": { "alias": "dir"; "required": false; "isSignal": true; }; "minValue": { "alias": "minValue"; "required": false; "isSignal": true; }; "maxValue": { "alias": "maxValue"; "required": false; "isSignal": true; }; "hideTimeZone": { "alias": "hideTimeZone"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "step": { "alias": "step"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; }, { "value": "valueChange"; "placeholder": "placeholderChange"; }, never, never, true, never>;
11
133
  }
134
+
135
+ declare class RdxTimeFieldInputDirective {
136
+ private readonly el;
137
+ private readonly rootContext;
138
+ /**
139
+ * The part of the date to render
140
+ * `'hour' | 'minute' | 'second' | 'dayPeriod' | 'literal' | 'timeZoneName'`
141
+ */
142
+ readonly part: _angular_core.InputSignal<SegmentPart | undefined>;
143
+ /**
144
+ * @ignore
145
+ */
146
+ readonly disabled: _angular_core.Signal<boolean>;
147
+ /**
148
+ * @ignore
149
+ */
150
+ readonly readonly: _angular_core.Signal<boolean>;
151
+ /**
152
+ * @ignore
153
+ */
154
+ readonly isInvalid: _angular_core.Signal<boolean>;
155
+ /**
156
+ * @ignore
157
+ */
158
+ readonly hasLeftFocus: WritableSignal<boolean>;
159
+ /**
160
+ * @ignore
161
+ */
162
+ readonly lastKeyZero: WritableSignal<boolean>;
163
+ private readonly fieldData;
164
+ private readonly attributes;
165
+ /**
166
+ * @ignore
167
+ */
168
+ handleSegmentClick: (e: MouseEvent) => void;
169
+ /**
170
+ * @ignore
171
+ */
172
+ handleSegmentKeydown: (e: KeyboardEvent) => void;
173
+ constructor();
174
+ /**
175
+ * @ignore
176
+ */
177
+ onFocus(e: FocusEvent): void;
178
+ /**
179
+ * @ignore
180
+ */
181
+ onFocusOut(): void;
182
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<RdxTimeFieldInputDirective, never>;
183
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<RdxTimeFieldInputDirective, "[rdxTimeFieldInput]", never, { "part": { "alias": "part"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
184
+ }
185
+
186
+ interface TimeFieldContextToken {
187
+ locale: InputSignal<string>;
188
+ value: ModelSignal<TimeValue | undefined>;
189
+ placeholder: ModelSignal<TimeValue>;
190
+ isInvalid: Signal<boolean>;
191
+ disabled: InputSignal<boolean>;
192
+ readonly: InputSignal<boolean>;
193
+ formatter: Formatter;
194
+ hourCycle: InputSignal<HourCycle>;
195
+ segmentValues: WritableSignal<SegmentValueObj>;
196
+ focusNext: () => void;
197
+ setFocusedElement: (el: HTMLElement) => void;
198
+ convertedModelValue: WritableSignal<TimeValue | undefined>;
199
+ convertedPlaceholder: WritableSignal<TimeValue>;
200
+ step$: Signal<DateStep>;
201
+ }
202
+ declare const TIME_FIELDS_ROOT_CONTEXT: InjectionToken<TimeFieldContextToken>;
203
+ declare function injectTimeFieldsRootContext(): TimeFieldContextToken;
204
+
205
+ declare class RdxTimeFieldModule {
206
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<RdxTimeFieldModule, never>;
207
+ static ɵmod: _angular_core.ɵɵNgModuleDeclaration<RdxTimeFieldModule, never, [typeof RdxTimeFieldRootDirective, typeof RdxTimeFieldInputDirective], [typeof RdxTimeFieldRootDirective, typeof RdxTimeFieldInputDirective]>;
208
+ static ɵinj: _angular_core.ɵɵInjectorDeclaration<RdxTimeFieldModule>;
209
+ }
210
+
211
+ export { RdxTimeFieldInputDirective, RdxTimeFieldModule, RdxTimeFieldRootDirective, TIME_FIELDS_ROOT_CONTEXT, injectTimeFieldsRootContext };
212
+ export type { TimeFieldContextToken };
package/toggle/index.d.ts CHANGED
@@ -1,3 +1,75 @@
1
- export * from './src/toggle-visually-hidden-input.directive';
2
- export * from './src/toggle.directive';
3
- export type { DataState, ToggleProps } from './src/toggle.directive';
1
+ import * as _angular_core from '@angular/core';
2
+ import { OutputEmitterRef } from '@angular/core';
3
+ import * as i1 from '@radix-ng/primitives/visually-hidden';
4
+ import { BooleanInput } from '@angular/cdk/coercion';
5
+ import * as i1$1 from '@radix-ng/primitives/core';
6
+ import { RdxControlValueAccessor } from '@radix-ng/primitives/core';
7
+
8
+ declare class RdxToggleVisuallyHiddenInputDirective {
9
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<RdxToggleVisuallyHiddenInputDirective, never>;
10
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<RdxToggleVisuallyHiddenInputDirective, "input[rdxToggleVisuallyHiddenInput]", ["rdxToggleVisuallyHiddenInput"], {}, {}, never, never, true, [{ directive: typeof i1.RdxVisuallyHiddenInputDirective; inputs: { "name": "name"; "required": "required"; "value": "value"; "disabled": "disabled"; }; outputs: {}; }]>;
11
+ }
12
+
13
+ interface ToggleProps {
14
+ /**
15
+ * The controlled state of the toggle.
16
+ */
17
+ pressed?: boolean;
18
+ /**
19
+ * The state of the toggle when initially rendered. Use `defaultPressed`
20
+ * if you do not need to control the state of the toggle.
21
+ * @defaultValue false
22
+ */
23
+ defaultPressed?: boolean;
24
+ /**
25
+ * The callback that fires when the state of the toggle changes.
26
+ */
27
+ onPressedChange?: OutputEmitterRef<boolean>;
28
+ /**
29
+ * Whether the toggle is disabled.
30
+ * @defaultValue false
31
+ */
32
+ disabled?: boolean;
33
+ }
34
+ type DataState = 'on' | 'off';
35
+ /**
36
+ * @group Components
37
+ */
38
+ declare class RdxToggleDirective {
39
+ /**
40
+ * @ignore
41
+ */
42
+ readonly cva: RdxControlValueAccessor<any>;
43
+ /**
44
+ * The pressed state of the toggle when it is initially rendered.
45
+ * Use when you do not need to control its pressed state.
46
+ *
47
+ * @group Props
48
+ */
49
+ readonly defaultPressed: _angular_core.InputSignalWithTransform<boolean, BooleanInput>;
50
+ /**
51
+ * The controlled pressed state of the toggle.
52
+ * Must be used in conjunction with `onPressedChange`.
53
+ *
54
+ * @group Props
55
+ */
56
+ readonly pressed: _angular_core.ModelSignal<boolean>;
57
+ /**
58
+ * When true, prevents the user from interacting with the toggle.
59
+ *
60
+ * @group Props
61
+ */
62
+ readonly disabled: _angular_core.InputSignalWithTransform<boolean, BooleanInput>;
63
+ /**
64
+ * Event handler called when the pressed state of the toggle changes.
65
+ *
66
+ * @group Emits
67
+ */
68
+ readonly onPressedChange: _angular_core.OutputRef<any>;
69
+ protected onClick(): void;
70
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<RdxToggleDirective, never>;
71
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<RdxToggleDirective, "[rdxToggle]", ["rdxToggle"], { "defaultPressed": { "alias": "defaultPressed"; "required": false; "isSignal": true; }; "pressed": { "alias": "pressed"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, { "pressed": "pressedChange"; "onPressedChange": "onPressedChange"; }, never, never, true, [{ directive: typeof i1$1.RdxControlValueAccessor; inputs: { "value": "pressed"; "disabled": "disabled"; }; outputs: {}; }]>;
72
+ }
73
+
74
+ export { RdxToggleDirective, RdxToggleVisuallyHiddenInputDirective };
75
+ export type { DataState, ToggleProps };
@@ -1,5 +1,194 @@
1
- export * from './src/toggle-group-item.directive';
2
- export * from './src/toggle-group-item.token';
3
- export * from './src/toggle-group-without-focus.directive';
4
- export * from './src/toggle-group.directive';
5
- export * from './src/toggle-group.token';
1
+ import * as _angular_core from '@angular/core';
2
+ import { InjectionToken } from '@angular/core';
3
+ import { BooleanInput } from '@angular/cdk/coercion';
4
+ import * as i1 from '@radix-ng/primitives/roving-focus';
5
+ import * as i2 from '@radix-ng/primitives/toggle';
6
+ import { ControlValueAccessor } from '@angular/forms';
7
+ import { AcceptableValue } from '@radix-ng/primitives/core';
8
+
9
+ interface IRdxToggleGroup {
10
+ toggle(value: string): void;
11
+ disabled: any;
12
+ value: any;
13
+ type: any;
14
+ accessorDisabled: any;
15
+ }
16
+ declare const RdxToggleGroupToken: InjectionToken<IRdxToggleGroup>;
17
+ declare function injectToggleGroup(): IRdxToggleGroup;
18
+
19
+ /**
20
+ * @group Components
21
+ */
22
+ declare class RdxToggleGroupItemDirective {
23
+ private readonly rdxToggleDirective;
24
+ private readonly rdxRovingFocusItemDirective;
25
+ /**
26
+ * Access the toggle group.
27
+ * @ignore
28
+ */
29
+ protected readonly rootContext: IRdxToggleGroup;
30
+ /**
31
+ * The value of this toggle button.
32
+ *
33
+ * @group Props
34
+ */
35
+ readonly value: _angular_core.InputSignal<string>;
36
+ /**
37
+ * Whether this toggle button is disabled.
38
+ * @defaultValue false
39
+ * @group Props
40
+ */
41
+ readonly disabled: _angular_core.InputSignalWithTransform<boolean, BooleanInput>;
42
+ private readonly isPressed;
43
+ private readonly isDisabled;
44
+ constructor();
45
+ /**
46
+ * @ignore
47
+ */
48
+ toggle(): void;
49
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<RdxToggleGroupItemDirective, never>;
50
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<RdxToggleGroupItemDirective, "[rdxToggleGroupItem]", ["rdxToggleGroupItem"], { "value": { "alias": "value"; "required": true; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.RdxRovingFocusItemDirective; inputs: { "focusable": "focusable"; "active": "active"; "allowShiftKey": "allowShiftKey"; }; outputs: {}; }, { directive: typeof i2.RdxToggleDirective; inputs: { "pressed": "pressed"; "disabled": "disabled"; }; outputs: {}; }]>;
51
+ }
52
+
53
+ declare const RdxToggleGroupItemToken: InjectionToken<RdxToggleGroupItemDirective>;
54
+ declare function injectToggleGroupItem(): RdxToggleGroupItemDirective;
55
+
56
+ declare class RdxToggleGroupWithoutFocusDirective implements ControlValueAccessor {
57
+ /**
58
+ * @ignore
59
+ */
60
+ readonly id: string;
61
+ /**
62
+ * @group Props
63
+ */
64
+ readonly value: _angular_core.ModelSignal<string | string[] | undefined>;
65
+ /**
66
+ * @group Props
67
+ */
68
+ readonly type: _angular_core.InputSignal<"single" | "multiple">;
69
+ /**
70
+ * Whether the toggle group is disabled.
71
+ * @defaultValue false
72
+ * @group Props
73
+ */
74
+ readonly disabled: _angular_core.InputSignalWithTransform<boolean, BooleanInput>;
75
+ /**
76
+ * Event emitted when the selected toggle button changes.
77
+ * @group Emits
78
+ */
79
+ readonly onValueChange: _angular_core.OutputEmitterRef<string | string[] | undefined>;
80
+ /**
81
+ * The value change callback.
82
+ */
83
+ private onChange?;
84
+ /**
85
+ * onTouch function registered via registerOnTouch (ControlValueAccessor).
86
+ */
87
+ protected onTouched?: () => void;
88
+ /**
89
+ * Toggle a value.
90
+ * @param value The value to toggle.
91
+ * @ignore
92
+ */
93
+ toggle(value: string): void;
94
+ /**
95
+ * Select a value from Angular forms.
96
+ * @param value The value to select.
97
+ * @ignore
98
+ */
99
+ writeValue(value: string): void;
100
+ /**
101
+ * Register a callback to be called when the value changes.
102
+ * @param fn The callback to register.
103
+ * @ignore
104
+ */
105
+ registerOnChange(fn: (value: string | string[] | undefined) => void): void;
106
+ /**
107
+ * Register a callback to be called when the toggle group is touched.
108
+ * @param fn The callback to register.
109
+ * @ignore
110
+ */
111
+ registerOnTouched(fn: () => void): void;
112
+ private readonly accessorDisabled;
113
+ /**
114
+ * Set the disabled state of the toggle group.
115
+ * @param isDisabled Whether the toggle group is disabled.
116
+ * @ignore
117
+ */
118
+ setDisabledState(isDisabled: boolean): void;
119
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<RdxToggleGroupWithoutFocusDirective, never>;
120
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<RdxToggleGroupWithoutFocusDirective, "[rdxToggleGroupWithoutFocus]", ["rdxToggleGroupWithoutFocus"], { "value": { "alias": "value"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, { "value": "valueChange"; "onValueChange": "onValueChange"; }, never, never, true, never>;
121
+ }
122
+
123
+ /**
124
+ * @group Components
125
+ */
126
+ declare class RdxToggleGroupDirective implements ControlValueAccessor {
127
+ /**
128
+ * @ignore
129
+ */
130
+ readonly id: string;
131
+ /**
132
+ * @group Props
133
+ */
134
+ readonly value: _angular_core.ModelSignal<AcceptableValue | AcceptableValue[] | undefined>;
135
+ /**
136
+ * @group Props
137
+ */
138
+ readonly type: _angular_core.InputSignal<"single" | "multiple">;
139
+ /**
140
+ * Whether the toggle group is disabled.
141
+ * @defaultValue false
142
+ * @group Props
143
+ */
144
+ readonly disabled: _angular_core.InputSignalWithTransform<boolean, BooleanInput>;
145
+ /**
146
+ * Event emitted when the selected toggle button changes.
147
+ * @group Emits
148
+ */
149
+ readonly onValueChange: _angular_core.OutputEmitterRef<AcceptableValue | AcceptableValue[] | undefined>;
150
+ /**
151
+ * The value change callback.
152
+ */
153
+ private onChange?;
154
+ /**
155
+ * onTouch function registered via registerOnTouch (ControlValueAccessor).
156
+ */
157
+ protected onTouched?: () => void;
158
+ /**
159
+ * Toggle a value.
160
+ * @param value The value to toggle.
161
+ * @ignore
162
+ */
163
+ toggle(value: AcceptableValue): void;
164
+ /**
165
+ * Select a value from Angular forms.
166
+ * @param value The value to select.
167
+ * @ignore
168
+ */
169
+ writeValue(value: string): void;
170
+ /**
171
+ * Register a callback to be called when the value changes.
172
+ * @param fn The callback to register.
173
+ * @ignore
174
+ */
175
+ registerOnChange(fn: (value: AcceptableValue | AcceptableValue[] | undefined) => void): void;
176
+ /**
177
+ * Register a callback to be called when the toggle group is touched.
178
+ * @param fn The callback to register.
179
+ * @ignore
180
+ */
181
+ registerOnTouched(fn: () => void): void;
182
+ readonly accessorDisabled: _angular_core.WritableSignal<boolean>;
183
+ /**
184
+ * Set the disabled state of the toggle group.
185
+ * @param isDisabled Whether the toggle group is disabled.
186
+ * @ignore
187
+ */
188
+ setDisabledState(isDisabled: boolean): void;
189
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<RdxToggleGroupDirective, never>;
190
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<RdxToggleGroupDirective, "[rdxToggleGroup]", ["rdxToggleGroup"], { "value": { "alias": "value"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, { "value": "valueChange"; "onValueChange": "onValueChange"; }, never, never, true, [{ directive: typeof i1.RdxRovingFocusGroupDirective; inputs: { "dir": "dir"; "orientation": "orientation"; "loop": "loop"; }; outputs: {}; }]>;
191
+ }
192
+
193
+ export { RdxToggleGroupDirective, RdxToggleGroupItemDirective, RdxToggleGroupItemToken, RdxToggleGroupToken, RdxToggleGroupWithoutFocusDirective, injectToggleGroup, injectToggleGroupItem };
194
+ export type { IRdxToggleGroup };