@radix-ng/primitives 0.14.0 → 0.16.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 (183) hide show
  1. package/alert-dialog/index.d.ts +11 -0
  2. package/alert-dialog/src/alert-dialog-cancel.directive.d.ts +3 -3
  3. package/alert-dialog/src/alert-dialog-content.directive.d.ts +3 -3
  4. package/alert-dialog/src/alert-dialog-root.directive.d.ts +3 -3
  5. package/alert-dialog/src/alert-dialog-title.directive.d.ts +3 -3
  6. package/alert-dialog/src/alert-dialog-trigger.directive.d.ts +3 -3
  7. package/alert-dialog/src/alert-dialog.service.d.ts +3 -3
  8. package/aspect-ratio/README.md +1 -0
  9. package/aspect-ratio/index.d.ts +1 -0
  10. package/aspect-ratio/src/aspect-ratio.directive.d.ts +30 -0
  11. package/compodoc/documentation.json +1467 -616
  12. package/core/index.d.ts +7 -0
  13. package/core/src/accessor/provide-value-accessor.d.ts +12 -0
  14. package/core/src/auto-focus.directive.d.ts +14 -0
  15. package/core/src/document.d.ts +1 -0
  16. package/core/src/inject-ng-control.d.ts +8 -0
  17. package/core/src/is-client.d.ts +1 -0
  18. package/core/src/is-inside-form.d.ts +2 -0
  19. package/core/src/window.d.ts +3 -0
  20. package/dialog/src/dialog.config.d.ts +1 -1
  21. package/esm2022/accordion/index.mjs +5 -5
  22. package/esm2022/accordion/src/accordion-content.directive.mjs +4 -4
  23. package/esm2022/accordion/src/accordion-header.directive.mjs +4 -4
  24. package/esm2022/accordion/src/accordion-item.directive.mjs +4 -4
  25. package/esm2022/accordion/src/accordion-root.directive.mjs +4 -4
  26. package/esm2022/accordion/src/accordion-trigger.directive.mjs +4 -4
  27. package/esm2022/alert-dialog/index.mjs +35 -1
  28. package/esm2022/alert-dialog/src/alert-dialog-cancel.directive.mjs +7 -7
  29. package/esm2022/alert-dialog/src/alert-dialog-content.directive.mjs +7 -7
  30. package/esm2022/alert-dialog/src/alert-dialog-root.directive.mjs +7 -7
  31. package/esm2022/alert-dialog/src/alert-dialog-title.directive.mjs +5 -5
  32. package/esm2022/alert-dialog/src/alert-dialog-trigger.directive.mjs +7 -7
  33. package/esm2022/alert-dialog/src/alert-dialog.service.mjs +5 -5
  34. package/esm2022/aspect-ratio/index.mjs +2 -0
  35. package/esm2022/aspect-ratio/radix-ng-primitives-aspect-ratio.mjs +5 -0
  36. package/esm2022/aspect-ratio/src/aspect-ratio.directive.mjs +55 -0
  37. package/esm2022/avatar/src/avatar-fallback.directive.mjs +4 -4
  38. package/esm2022/avatar/src/avatar-image.directive.mjs +5 -4
  39. package/esm2022/avatar/src/avatar-root.directive.mjs +4 -4
  40. package/esm2022/checkbox/src/checkbox-button.directive.mjs +4 -4
  41. package/esm2022/checkbox/src/checkbox-indicator.directive.mjs +4 -4
  42. package/esm2022/checkbox/src/checkbox-input.directive.mjs +4 -4
  43. package/esm2022/checkbox/src/checkbox.directive.mjs +4 -4
  44. package/esm2022/collapsible/src/collapsible-content.directive.mjs +4 -4
  45. package/esm2022/collapsible/src/collapsible-root.directive.mjs +4 -4
  46. package/esm2022/collapsible/src/collapsible-trigger.directive.mjs +4 -4
  47. package/esm2022/context-menu/index.mjs +5 -5
  48. package/esm2022/context-menu/src/context-menu-content.directive.mjs +4 -4
  49. package/esm2022/context-menu/src/context-menu-item-checkbox.directive.mjs +4 -4
  50. package/esm2022/context-menu/src/context-menu-item-indicator.directive.mjs +4 -4
  51. package/esm2022/context-menu/src/context-menu-item-radio-group.directive.mjs +4 -4
  52. package/esm2022/context-menu/src/context-menu-item-radio.directive.mjs +4 -4
  53. package/esm2022/context-menu/src/context-menu-item-selectable.mjs +4 -4
  54. package/esm2022/context-menu/src/context-menu-item.directive.mjs +4 -4
  55. package/esm2022/context-menu/src/context-menu-label.directive.mjs +4 -4
  56. package/esm2022/context-menu/src/context-menu-separator.directive.mjs +4 -4
  57. package/esm2022/context-menu/src/context-menu-trigger.directive.mjs +4 -4
  58. package/esm2022/core/index.mjs +8 -0
  59. package/esm2022/core/radix-ng-primitives-core.mjs +5 -0
  60. package/esm2022/core/src/accessor/provide-value-accessor.mjs +19 -0
  61. package/esm2022/core/src/auto-focus.directive.mjs +80 -0
  62. package/esm2022/core/src/document.mjs +6 -0
  63. package/esm2022/core/src/inject-ng-control.mjs +17 -0
  64. package/esm2022/core/src/is-client.mjs +6 -0
  65. package/esm2022/core/src/is-inside-form.mjs +7 -0
  66. package/esm2022/core/src/window.mjs +15 -0
  67. package/esm2022/dialog/index.mjs +5 -5
  68. package/esm2022/dialog/src/dialog-close.directive.mjs +4 -4
  69. package/esm2022/dialog/src/dialog-content.directive.mjs +4 -4
  70. package/esm2022/dialog/src/dialog-description.directive.mjs +4 -4
  71. package/esm2022/dialog/src/dialog-dismiss.directive.mjs +4 -4
  72. package/esm2022/dialog/src/dialog-title.directive.mjs +4 -4
  73. package/esm2022/dialog/src/dialog-trigger.directive.mjs +4 -4
  74. package/esm2022/dialog/src/dialog.config.mjs +1 -1
  75. package/esm2022/dialog/src/dialog.service.mjs +4 -4
  76. package/esm2022/dropdown-menu/index.mjs +5 -5
  77. package/esm2022/dropdown-menu/src/dropdown-menu-content.directive.mjs +4 -4
  78. package/esm2022/dropdown-menu/src/dropdown-menu-item-checkbox.directive.mjs +4 -4
  79. package/esm2022/dropdown-menu/src/dropdown-menu-item-indicator.directive.mjs +4 -4
  80. package/esm2022/dropdown-menu/src/dropdown-menu-item-radio-group.directive.mjs +4 -4
  81. package/esm2022/dropdown-menu/src/dropdown-menu-item-radio.directive.mjs +4 -4
  82. package/esm2022/dropdown-menu/src/dropdown-menu-item-selectable.mjs +4 -4
  83. package/esm2022/dropdown-menu/src/dropdown-menu-item.directive.mjs +4 -4
  84. package/esm2022/dropdown-menu/src/dropdown-menu-label.directive.mjs +4 -4
  85. package/esm2022/dropdown-menu/src/dropdown-menu-separator.directive.mjs +4 -4
  86. package/esm2022/dropdown-menu/src/dropdown-menu-trigger.directive.mjs +4 -4
  87. package/esm2022/label/src/label.directive.mjs +4 -4
  88. package/esm2022/menu/index.mjs +5 -5
  89. package/esm2022/menu/src/menu-content.directive.mjs +4 -4
  90. package/esm2022/menu/src/menu-directive.mjs +4 -4
  91. package/esm2022/menu/src/menu-group.directive.mjs +4 -4
  92. package/esm2022/menu/src/menu-item.directive.mjs +4 -4
  93. package/esm2022/menu/src/menu-label.directive.mjs +4 -4
  94. package/esm2022/menu/src/menu-separator.directive.mjs +4 -4
  95. package/esm2022/menubar/index.mjs +5 -5
  96. package/esm2022/menubar/src/menubar-content.directive.mjs +4 -4
  97. package/esm2022/menubar/src/menubar-item-checkbox.directive.mjs +4 -4
  98. package/esm2022/menubar/src/menubar-item-indicator.directive.mjs +4 -4
  99. package/esm2022/menubar/src/menubar-item-radio.directive.mjs +4 -4
  100. package/esm2022/menubar/src/menubar-item.directive.mjs +4 -4
  101. package/esm2022/menubar/src/menubar-radio-group.directive.mjs +4 -4
  102. package/esm2022/menubar/src/menubar-root.directive.mjs +4 -4
  103. package/esm2022/menubar/src/menubar-separator.directive.mjs +4 -4
  104. package/esm2022/menubar/src/menubar-trigger.directive.mjs +4 -4
  105. package/esm2022/progress/index.mjs +5 -5
  106. package/esm2022/progress/src/progress-indicator.directive.mjs +4 -4
  107. package/esm2022/progress/src/progress-root.directive.mjs +4 -4
  108. package/esm2022/radio/src/radio-indicator.directive.mjs +4 -4
  109. package/esm2022/radio/src/radio-item.directive.mjs +4 -4
  110. package/esm2022/radio/src/radio-root.directive.mjs +4 -4
  111. package/esm2022/separator/src/separator.directive.mjs +39 -17
  112. package/esm2022/switch/index.mjs +5 -5
  113. package/esm2022/switch/src/switch-input.directive.mjs +4 -4
  114. package/esm2022/switch/src/switch-root.directive.mjs +4 -4
  115. package/esm2022/switch/src/switch-thumb.directive.mjs +4 -4
  116. package/esm2022/tabs/index.mjs +5 -5
  117. package/esm2022/tabs/src/tabs-content.directive.mjs +4 -4
  118. package/esm2022/tabs/src/tabs-context.service.mjs +4 -4
  119. package/esm2022/tabs/src/tabs-list.directive.mjs +4 -4
  120. package/esm2022/tabs/src/tabs-root.directive.mjs +4 -4
  121. package/esm2022/tabs/src/tabs-trigger.directive.mjs +4 -4
  122. package/esm2022/toggle/index.mjs +2 -1
  123. package/esm2022/toggle/src/toggle-input.directive.mjs +29 -0
  124. package/esm2022/toggle/src/toggle.directive.mjs +4 -5
  125. package/esm2022/toggle-group/src/toggle-group-item.directive.mjs +4 -4
  126. package/esm2022/toggle-group/src/toggle-group-multiple.directive.mjs +4 -4
  127. package/esm2022/toggle-group/src/toggle-group.directive.mjs +4 -4
  128. package/esm2022/visually-hidden/index.mjs +4 -0
  129. package/esm2022/visually-hidden/radix-ng-primitives-visually-hidden.mjs +5 -0
  130. package/esm2022/visually-hidden/src/visually-hidden-input-bubble.directive.mjs +74 -0
  131. package/esm2022/visually-hidden/src/visually-hidden-input.directive.mjs +74 -0
  132. package/esm2022/visually-hidden/src/visually-hidden.directive.mjs +42 -0
  133. package/fesm2022/radix-ng-primitives-accordion.mjs +19 -19
  134. package/fesm2022/radix-ng-primitives-accordion.mjs.map +1 -1
  135. package/fesm2022/radix-ng-primitives-alert-dialog.mjs +59 -31
  136. package/fesm2022/radix-ng-primitives-alert-dialog.mjs.map +1 -1
  137. package/fesm2022/radix-ng-primitives-aspect-ratio.mjs +62 -0
  138. package/fesm2022/radix-ng-primitives-aspect-ratio.mjs.map +1 -0
  139. package/fesm2022/radix-ng-primitives-avatar.mjs +10 -9
  140. package/fesm2022/radix-ng-primitives-avatar.mjs.map +1 -1
  141. package/fesm2022/radix-ng-primitives-checkbox.mjs +12 -12
  142. package/fesm2022/radix-ng-primitives-checkbox.mjs.map +1 -1
  143. package/fesm2022/radix-ng-primitives-collapsible.mjs +9 -9
  144. package/fesm2022/radix-ng-primitives-collapsible.mjs.map +1 -1
  145. package/fesm2022/radix-ng-primitives-context-menu.mjs +34 -34
  146. package/fesm2022/radix-ng-primitives-context-menu.mjs.map +1 -1
  147. package/fesm2022/radix-ng-primitives-core.mjs +151 -0
  148. package/fesm2022/radix-ng-primitives-core.mjs.map +1 -0
  149. package/fesm2022/radix-ng-primitives-dialog.mjs +25 -25
  150. package/fesm2022/radix-ng-primitives-dialog.mjs.map +1 -1
  151. package/fesm2022/radix-ng-primitives-dropdown-menu.mjs +34 -34
  152. package/fesm2022/radix-ng-primitives-dropdown-menu.mjs.map +1 -1
  153. package/fesm2022/radix-ng-primitives-label.mjs +3 -3
  154. package/fesm2022/radix-ng-primitives-label.mjs.map +1 -1
  155. package/fesm2022/radix-ng-primitives-menu.mjs +22 -22
  156. package/fesm2022/radix-ng-primitives-menu.mjs.map +1 -1
  157. package/fesm2022/radix-ng-primitives-menubar.mjs +31 -31
  158. package/fesm2022/radix-ng-primitives-menubar.mjs.map +1 -1
  159. package/fesm2022/radix-ng-primitives-progress.mjs +10 -10
  160. package/fesm2022/radix-ng-primitives-progress.mjs.map +1 -1
  161. package/fesm2022/radix-ng-primitives-radio.mjs +9 -9
  162. package/fesm2022/radix-ng-primitives-radio.mjs.map +1 -1
  163. package/fesm2022/radix-ng-primitives-separator.mjs +38 -16
  164. package/fesm2022/radix-ng-primitives-separator.mjs.map +1 -1
  165. package/fesm2022/radix-ng-primitives-switch.mjs +13 -13
  166. package/fesm2022/radix-ng-primitives-switch.mjs.map +1 -1
  167. package/fesm2022/radix-ng-primitives-tabs.mjs +19 -19
  168. package/fesm2022/radix-ng-primitives-tabs.mjs.map +1 -1
  169. package/fesm2022/radix-ng-primitives-toggle-group.mjs +9 -9
  170. package/fesm2022/radix-ng-primitives-toggle-group.mjs.map +1 -1
  171. package/fesm2022/radix-ng-primitives-toggle.mjs +32 -6
  172. package/fesm2022/radix-ng-primitives-toggle.mjs.map +1 -1
  173. package/fesm2022/radix-ng-primitives-visually-hidden.mjs +189 -0
  174. package/fesm2022/radix-ng-primitives-visually-hidden.mjs.map +1 -0
  175. package/package.json +19 -1
  176. package/separator/src/separator.directive.d.ts +33 -5
  177. package/toggle/index.d.ts +1 -0
  178. package/toggle/src/toggle-input.directive.d.ts +6 -0
  179. package/visually-hidden/README.md +3 -0
  180. package/visually-hidden/index.d.ts +3 -0
  181. package/visually-hidden/src/visually-hidden-input-bubble.directive.d.ts +21 -0
  182. package/visually-hidden/src/visually-hidden-input.directive.d.ts +19 -0
  183. package/visually-hidden/src/visually-hidden.directive.d.ts +15 -0
@@ -15,6 +15,7 @@
15
15
  "deprecated": false,
16
16
  "deprecationMessage": "",
17
17
  "type": "string",
18
+ "indexKey": "",
18
19
  "optional": true,
19
20
  "description": "",
20
21
  "line": 24
@@ -24,6 +25,7 @@
24
25
  "deprecated": false,
25
26
  "deprecationMessage": "",
26
27
  "type": "number",
28
+ "indexKey": "",
27
29
  "optional": true,
28
30
  "description": "",
29
31
  "line": 23
@@ -33,6 +35,7 @@
33
35
  "deprecated": false,
34
36
  "deprecationMessage": "",
35
37
  "type": "number | null | undefined",
38
+ "indexKey": "",
36
39
  "optional": true,
37
40
  "description": "",
38
41
  "line": 22
@@ -112,6 +115,7 @@
112
115
  "deprecated": false,
113
116
  "deprecationMessage": "",
114
117
  "type": "string",
118
+ "indexKey": "",
115
119
  "optional": true,
116
120
  "description": "",
117
121
  "line": 6
@@ -121,6 +125,7 @@
121
125
  "deprecated": false,
122
126
  "deprecationMessage": "",
123
127
  "type": "boolean",
128
+ "indexKey": "",
124
129
  "optional": true,
125
130
  "description": "",
126
131
  "line": 5
@@ -130,6 +135,7 @@
130
135
  "deprecated": false,
131
136
  "deprecationMessage": "",
132
137
  "type": "string",
138
+ "indexKey": "",
133
139
  "optional": true,
134
140
  "description": "",
135
141
  "line": 4
@@ -139,6 +145,7 @@
139
145
  "deprecated": false,
140
146
  "deprecationMessage": "",
141
147
  "type": "string",
148
+ "indexKey": "",
142
149
  "optional": true,
143
150
  "description": "",
144
151
  "line": 7
@@ -163,6 +170,7 @@
163
170
  "deprecated": false,
164
171
  "deprecationMessage": "",
165
172
  "type": "number",
173
+ "indexKey": "",
166
174
  "optional": false,
167
175
  "description": "<p>Define a delay before the fallback is shown.\nThis is useful to only show the fallback for those with slower connections.</p>\n",
168
176
  "line": 9,
@@ -171,17 +179,18 @@
171
179
  {
172
180
  "pos": 252,
173
181
  "end": 268,
182
+ "kind": 327,
183
+ "id": 0,
174
184
  "flags": 16777216,
175
185
  "modifierFlagsCache": 0,
176
186
  "transformFlags": 0,
177
- "kind": 334,
178
187
  "tagName": {
179
188
  "pos": 253,
180
189
  "end": 260,
190
+ "kind": 80,
191
+ "id": 0,
181
192
  "flags": 16777216,
182
- "modifierFlagsCache": 0,
183
193
  "transformFlags": 0,
184
- "kind": 80,
185
194
  "escapedText": "default"
186
195
  },
187
196
  "comment": "<p>0</p>\n"
@@ -208,6 +217,7 @@
208
217
  "deprecated": false,
209
218
  "deprecationMessage": "",
210
219
  "type": "number",
220
+ "indexKey": "",
211
221
  "optional": true,
212
222
  "description": "",
213
223
  "line": 17
@@ -220,18 +230,19 @@
220
230
  },
221
231
  {
222
232
  "name": "RdxAvatarImageProps",
223
- "id": "interface-RdxAvatarImageProps-4ad05538b2c712eb555f0faf78650245a72fd07b91de9e4d8f140d5cf2df995c150688f56e61d814c03c187b917f56f4016092fe5e1f0504e055b320f2947d43",
233
+ "id": "interface-RdxAvatarImageProps-bac06507afc3be8c833a1a39c76f5d0f6f66f876b1542bdd729e294f9c7863b15028384f0af6134dd77441700564e3c4617b2432911e7f153d2f3a8ae4278240",
224
234
  "file": "avatar/src/avatar-image.directive.ts",
225
235
  "deprecated": false,
226
236
  "deprecationMessage": "",
227
237
  "type": "interface",
228
- "sourceCode": "import { Directive, ElementRef, EventEmitter, inject, OnInit, Output } from '@angular/core';\nimport { injectAvatar, RdxImageLoadingStatus } from './avatar-root.directive';\n\nexport interface RdxAvatarImageProps {\n onLoadingStatusChange?: EventEmitter<RdxImageLoadingStatus>;\n}\n\n@Directive({\n selector: 'img[rdxAvatarImage]',\n exportAs: 'rdxAvatarImage',\n standalone: true,\n host: {\n '(load)': 'onLoad()',\n '(error)': 'onError()'\n }\n})\nexport class RdxAvatarImageDirective implements RdxAvatarImageProps, OnInit {\n private readonly avatar = injectAvatar();\n\n private readonly elementRef = inject<ElementRef<HTMLImageElement>>(ElementRef);\n\n /**\n * By default, it will only render when it has loaded.\n * You can use the `onLoadingStatusChange` handler if you need more control.\n */\n @Output() onLoadingStatusChange = new EventEmitter<RdxImageLoadingStatus>();\n\n ngOnInit(): void {\n this.avatar._setState('loading');\n\n if (!this.nativeElement.src) {\n this.avatar._setState('error');\n }\n\n if (this.nativeElement.complete) {\n this.avatar._setState('loaded');\n }\n\n this.onLoadingStatusChange.emit(this.avatar._state());\n }\n\n protected onLoad(): void {\n this.avatar._setState('loaded');\n this.onLoadingStatusChange.emit('loaded');\n }\n\n protected onError(): void {\n this.avatar._setState('error');\n this.onLoadingStatusChange.emit('error');\n }\n\n get nativeElement() {\n return this.elementRef.nativeElement;\n }\n}\n",
238
+ "sourceCode": "import { Directive, ElementRef, EventEmitter, inject, OnInit, Output } from '@angular/core';\nimport { injectAvatar, RdxImageLoadingStatus } from './avatar-root.directive';\n\nexport interface RdxAvatarImageProps {\n onLoadingStatusChange?: EventEmitter<RdxImageLoadingStatus>;\n}\n\n@Directive({\n selector: 'img[rdxAvatarImage]',\n exportAs: 'rdxAvatarImage',\n standalone: true,\n host: {\n role: 'img',\n '(load)': 'onLoad()',\n '(error)': 'onError()'\n }\n})\nexport class RdxAvatarImageDirective implements RdxAvatarImageProps, OnInit {\n private readonly avatar = injectAvatar();\n\n private readonly elementRef = inject<ElementRef<HTMLImageElement>>(ElementRef);\n\n /**\n * By default, it will only render when it has loaded.\n * You can use the `onLoadingStatusChange` handler if you need more control.\n */\n @Output() onLoadingStatusChange = new EventEmitter<RdxImageLoadingStatus>();\n\n ngOnInit(): void {\n this.avatar._setState('loading');\n\n if (!this.nativeElement.src) {\n this.avatar._setState('error');\n }\n\n if (this.nativeElement.complete) {\n this.avatar._setState('loaded');\n }\n\n this.onLoadingStatusChange.emit(this.avatar._state());\n }\n\n protected onLoad(): void {\n this.avatar._setState('loaded');\n this.onLoadingStatusChange.emit('loaded');\n }\n\n protected onError(): void {\n this.avatar._setState('error');\n this.onLoadingStatusChange.emit('error');\n }\n\n get nativeElement() {\n return this.elementRef.nativeElement;\n }\n}\n",
229
239
  "properties": [
230
240
  {
231
241
  "name": "onLoadingStatusChange",
232
242
  "deprecated": false,
233
243
  "deprecationMessage": "",
234
244
  "type": "EventEmitter<RdxImageLoadingStatus>",
245
+ "indexKey": "",
235
246
  "optional": true,
236
247
  "description": "",
237
248
  "line": 5
@@ -244,21 +255,22 @@
244
255
  },
245
256
  {
246
257
  "name": "SeparatorProps",
247
- "id": "interface-SeparatorProps-4949c922492b142101253d6d48cac42ca3a0b376ad10b5fc62486d2835799ec052bf8e91d3d2a6a0299a4b21e857e6b1eb34ce436753e284358d6e3349cd248b",
258
+ "id": "interface-SeparatorProps-6c322252420bd5aff36a4574ceafac454469f64308ae133a527590c45adb28e470640b2e241e9254eea66cf2b5dc5f42b9f882e9dd2ea32c4e6711d78f976ab8",
248
259
  "file": "separator/src/separator.directive.ts",
249
260
  "deprecated": false,
250
261
  "deprecationMessage": "",
251
262
  "type": "interface",
252
- "sourceCode": "import { booleanAttribute, Directive, Input } from '@angular/core';\n\nconst DEFAULT_ORIENTATION = 'horizontal';\n// eslint-disable-next-line @typescript-eslint/no-unused-vars\nconst ORIENTATIONS = ['horizontal', 'vertical'] as const;\n\nexport type Orientation = (typeof ORIENTATIONS)[number];\n\nexport interface SeparatorProps {\n /**\n * Either `vertical` or `horizontal`. Defaults to `horizontal`.\n */\n orientation?: Orientation;\n /**\n * Whether the component is purely decorative. When true, accessibility-related attributes\n * are updated so that the rendered element is removed from the accessibility tree.\n */\n decorative?: boolean;\n}\n\n@Directive({\n selector: 'div[rdxSeparatorRoot]',\n standalone: true,\n host: {\n '[attr.role]': 'decorative ? \"none\" : \"separator\"',\n // `aria-orientation` defaults to `horizontal` so we only need it if `orientation` is vertical\n '[attr.aria-orientation]': '!decorative && orientation === \"vertical\" ? \"vertical\" : null',\n '[attr.data-orientation]': 'orientation'\n }\n})\nexport class RdxSeparatorRootDirective implements SeparatorProps {\n @Input() orientation: Orientation = DEFAULT_ORIENTATION;\n\n @Input({ transform: booleanAttribute }) decorative = false;\n}\n",
263
+ "sourceCode": "import { BooleanInput } from '@angular/cdk/coercion';\nimport { booleanAttribute, computed, Directive, input } from '@angular/core';\n\nconst DEFAULT_ORIENTATION = 'horizontal';\n\n// eslint-disable-next-line @typescript-eslint/no-unused-vars\nconst ORIENTATIONS = ['horizontal', 'vertical'] as const;\n\nexport type Orientation = (typeof ORIENTATIONS)[number];\n\nexport interface SeparatorProps {\n /**\n * Either `vertical` or `horizontal`. Defaults to `horizontal`.\n */\n orientation?: Orientation;\n /**\n * Whether the component is purely decorative. When true, accessibility-related attributes\n * are updated so that the rendered element is removed from the accessibility tree.\n */\n decorative?: boolean;\n}\n\n/**\n * Directive that adds accessible and configurable separator element to the DOM.\n * This can be either horizontal or vertical and optionally decorative (which removes\n * it from the accessibility tree).\n */\n@Directive({\n selector: 'div[rdxSeparatorRoot]',\n standalone: true,\n host: {\n '[attr.role]': 'computedRole()',\n '[attr.aria-orientation]': 'computedAriaOrientation()',\n\n '[attr.data-orientation]': 'orientation()'\n }\n})\nexport class RdxSeparatorRootDirective {\n /**\n * Orientation of the separator, can be either 'horizontal' or 'vertical'.\n * Defaults to 'horizontal'.\n */\n readonly orientation = input<Orientation>(DEFAULT_ORIENTATION);\n\n /**\n * If true, the separator will be considered decorative and removed from\n * the accessibility tree. Defaults to false.\n */\n readonly decorative = input<boolean, BooleanInput>(false, { transform: booleanAttribute });\n\n /**\n * Computes the `role` attribute for the separator. If `decorative` is true,\n * the role is set to \"none\", otherwise it is \"separator\".\n *\n * @ignore\n */\n protected readonly computedRole = computed(() => (this.decorative() ? 'none' : 'separator'));\n\n /**\n * Computes the `aria-orientation` attribute. It is set to \"vertical\" only if\n * the separator is not decorative and the orientation is set to \"vertical\".\n * For horizontal orientation, the attribute is omitted.\n *\n * @ignore\n */\n protected readonly computedAriaOrientation = computed(() =>\n !this.decorative() && this.orientation() === 'vertical' ? 'vertical' : null\n );\n}\n",
253
264
  "properties": [
254
265
  {
255
266
  "name": "decorative",
256
267
  "deprecated": false,
257
268
  "deprecationMessage": "",
258
269
  "type": "boolean",
270
+ "indexKey": "",
259
271
  "optional": true,
260
272
  "description": "<p>Whether the component is purely decorative. When true, accessibility-related attributes\nare updated so that the rendered element is removed from the accessibility tree.</p>\n",
261
- "line": 18,
273
+ "line": 20,
262
274
  "rawdescription": "\n\nWhether the component is purely decorative. When true, accessibility-related attributes\nare updated so that the rendered element is removed from the accessibility tree.\n"
263
275
  },
264
276
  {
@@ -266,9 +278,10 @@
266
278
  "deprecated": false,
267
279
  "deprecationMessage": "",
268
280
  "type": "Orientation",
281
+ "indexKey": "",
269
282
  "optional": true,
270
283
  "description": "<p>Either <code>vertical</code> or <code>horizontal</code>. Defaults to <code>horizontal</code>.</p>\n",
271
- "line": 13,
284
+ "line": 15,
272
285
  "rawdescription": "\n\nEither `vertical` or `horizontal`. Defaults to `horizontal`.\n"
273
286
  }
274
287
  ],
@@ -291,6 +304,7 @@
291
304
  "deprecated": false,
292
305
  "deprecationMessage": "",
293
306
  "type": "ModelSignal<boolean>",
307
+ "indexKey": "",
294
308
  "optional": true,
295
309
  "description": "",
296
310
  "line": 23
@@ -300,6 +314,7 @@
300
314
  "deprecated": false,
301
315
  "deprecationMessage": "",
302
316
  "type": "boolean",
317
+ "indexKey": "",
303
318
  "optional": true,
304
319
  "description": "",
305
320
  "line": 24
@@ -309,6 +324,7 @@
309
324
  "deprecated": false,
310
325
  "deprecationMessage": "",
311
326
  "type": "OutputEmitterRef<boolean>",
327
+ "indexKey": "",
312
328
  "optional": true,
313
329
  "description": "",
314
330
  "line": 26
@@ -318,6 +334,7 @@
318
334
  "deprecated": false,
319
335
  "deprecationMessage": "",
320
336
  "type": "InputSignalWithTransform<boolean | BooleanInput>",
337
+ "indexKey": "",
321
338
  "optional": true,
322
339
  "description": "",
323
340
  "line": 25
@@ -342,6 +359,7 @@
342
359
  "deprecated": false,
343
360
  "deprecationMessage": "",
344
361
  "type": "boolean",
362
+ "indexKey": "",
345
363
  "optional": true,
346
364
  "description": "",
347
365
  "line": 7
@@ -366,6 +384,7 @@
366
384
  "deprecated": false,
367
385
  "deprecationMessage": "",
368
386
  "type": "\"automatic\" | \"manual\"",
387
+ "indexKey": "",
369
388
  "optional": true,
370
389
  "description": "<p>Whether a tab is activated automatically or manually.</p>\n",
371
390
  "line": 25,
@@ -374,17 +393,18 @@
374
393
  {
375
394
  "pos": 857,
376
395
  "end": 888,
396
+ "kind": 327,
397
+ "id": 0,
377
398
  "flags": 16777216,
378
399
  "modifierFlagsCache": 0,
379
400
  "transformFlags": 0,
380
- "kind": 334,
381
401
  "tagName": {
382
402
  "pos": 858,
383
403
  "end": 870,
404
+ "kind": 80,
405
+ "id": 0,
384
406
  "flags": 16777216,
385
- "modifierFlagsCache": 0,
386
407
  "transformFlags": 0,
387
- "kind": 80,
388
408
  "escapedText": "defaultValue"
389
409
  },
390
410
  "comment": "<p>automatic</p>\n"
@@ -396,6 +416,7 @@
396
416
  "deprecated": false,
397
417
  "deprecationMessage": "",
398
418
  "type": "string",
419
+ "indexKey": "",
399
420
  "optional": true,
400
421
  "description": "<p>The value of the tab to select by default, if uncontrolled</p>\n",
401
422
  "line": 8,
@@ -406,6 +427,7 @@
406
427
  "deprecated": false,
407
428
  "deprecationMessage": "",
408
429
  "type": "string",
430
+ "indexKey": "",
409
431
  "optional": true,
410
432
  "description": "<p>The direction of navigation between toolbar items.</p>\n",
411
433
  "line": 20,
@@ -416,6 +438,7 @@
416
438
  "deprecated": false,
417
439
  "deprecationMessage": "",
418
440
  "type": "function",
441
+ "indexKey": "",
419
442
  "optional": true,
420
443
  "description": "<p>A function called when a new tab is selected</p>\n",
421
444
  "line": 10,
@@ -426,6 +449,7 @@
426
449
  "deprecated": false,
427
450
  "deprecationMessage": "",
428
451
  "type": "string",
452
+ "indexKey": "",
429
453
  "optional": true,
430
454
  "description": "<p>The orientation the tabs are layed out.\nMainly so arrow navigation is done accordingly (left &amp; right vs. up &amp; down)</p>\n",
431
455
  "line": 16,
@@ -434,17 +458,18 @@
434
458
  {
435
459
  "pos": 630,
436
460
  "end": 660,
461
+ "kind": 327,
462
+ "id": 0,
437
463
  "flags": 16777216,
438
464
  "modifierFlagsCache": 0,
439
465
  "transformFlags": 0,
440
- "kind": 334,
441
466
  "tagName": {
442
467
  "pos": 631,
443
468
  "end": 643,
469
+ "kind": 80,
470
+ "id": 0,
444
471
  "flags": 16777216,
445
- "modifierFlagsCache": 0,
446
472
  "transformFlags": 0,
447
- "kind": 80,
448
473
  "escapedText": "defaultValue"
449
474
  },
450
475
  "comment": "<p>horizontal</p>\n"
@@ -456,6 +481,7 @@
456
481
  "deprecated": false,
457
482
  "deprecationMessage": "",
458
483
  "type": "string",
484
+ "indexKey": "",
459
485
  "optional": true,
460
486
  "description": "<p>The value for the selected tab, if controlled</p>\n",
461
487
  "line": 6,
@@ -481,6 +507,7 @@
481
507
  "deprecated": false,
482
508
  "deprecationMessage": "",
483
509
  "type": "InputSignalWithTransform<boolean | BooleanInput>",
510
+ "indexKey": "",
484
511
  "optional": false,
485
512
  "description": "",
486
513
  "line": 7
@@ -493,18 +520,19 @@
493
520
  },
494
521
  {
495
522
  "name": "ToggleProps",
496
- "id": "interface-ToggleProps-0bcbd664ea72aa02f90b3331238e8a118a14b8566bd36067013921c606f502814694751ab854825b1057106f71febb584ae15da9ebef63dc60001540db7e5906",
523
+ "id": "interface-ToggleProps-c38736a56da683199a4d3e8cea702eebaf0b3ba73040f82b308e3946d86761c73fa83a542318e74713ec6be7040caf5449cf2e91319a87a7dbcaf6abf7069342",
497
524
  "file": "toggle/src/toggle.directive.ts",
498
525
  "deprecated": false,
499
526
  "deprecationMessage": "",
500
527
  "type": "interface",
501
- "sourceCode": "import { BooleanInput } from '@angular/cdk/coercion';\nimport { booleanAttribute, Directive, input, model, output, OutputEmitterRef } from '@angular/core';\n\nexport interface ToggleProps {\n /**\n * The controlled state of the toggle.\n */\n pressed?: boolean;\n\n /**\n * The state of the toggle when initially rendered. Use `defaultPressed`\n * if you do not need to control the state of the toggle.\n * @defaultValue false\n */\n defaultPressed?: boolean;\n\n /**\n * The callback that fires when the state of the toggle changes.\n */\n onPressedChange?: OutputEmitterRef<boolean>;\n\n /**\n * Whether the toggle is disabled.\n * @defaultValue false\n */\n disabled?: boolean;\n}\n\n@Directive({\n selector: '[rdxToggle]',\n exportAs: 'rdxToggle',\n standalone: true,\n host: {\n type: 'button',\n '[attr.aria-pressed]': 'pressed()',\n '[attr.data-state]': 'pressed() ? \"on\" : \"off\"',\n '[attr.data-disabled]': 'disabled()',\n '[disabled]': 'disabled()',\n\n '(click)': 'toggle()'\n }\n})\nexport class RdxToggleDirective {\n /**\n * The pressed state of the toggle when it is initially rendered.\n * Use when you do not need to control its pressed state.\n */\n readonly defaultPressed = input<boolean, BooleanInput>(false, { transform: booleanAttribute });\n\n /**\n * The controlled pressed state of the toggle.\n * Must be used in conjunction with `onPressedChange`.\n */\n readonly pressed = model<boolean>(this.defaultPressed());\n\n /**\n * When true, prevents the user from interacting with the toggle.\n */\n readonly disabled = input<boolean, BooleanInput>(false, { transform: booleanAttribute });\n\n /**\n * Event handler called when the pressed state of the toggle changes.\n */\n readonly onPressedChange = output<boolean>();\n\n protected toggle(): void {\n if (!this.disabled()) {\n this.pressed.set(!this.pressed());\n this.onPressedChange.emit(this.pressed());\n }\n }\n}\n",
528
+ "sourceCode": "import { BooleanInput } from '@angular/cdk/coercion';\nimport { booleanAttribute, Directive, input, model, output, OutputEmitterRef } from '@angular/core';\n\nexport interface ToggleProps {\n /**\n * The controlled state of the toggle.\n */\n pressed?: boolean;\n\n /**\n * The state of the toggle when initially rendered. Use `defaultPressed`\n * if you do not need to control the state of the toggle.\n * @defaultValue false\n */\n defaultPressed?: boolean;\n\n /**\n * The callback that fires when the state of the toggle changes.\n */\n onPressedChange?: OutputEmitterRef<boolean>;\n\n /**\n * Whether the toggle is disabled.\n * @defaultValue false\n */\n disabled?: boolean;\n}\n\n@Directive({\n selector: '[rdxToggle]',\n exportAs: 'rdxToggle',\n standalone: true,\n host: {\n '[attr.aria-pressed]': 'pressed()',\n '[attr.data-state]': 'pressed() ? \"on\" : \"off\"',\n '[attr.data-disabled]': 'disabled()',\n '[disabled]': 'disabled()',\n\n '(click)': 'toggle()'\n }\n})\nexport class RdxToggleDirective {\n /**\n * The pressed state of the toggle when it is initially rendered.\n * Use when you do not need to control its pressed state.\n */\n readonly defaultPressed = input<boolean, BooleanInput>(false, { transform: booleanAttribute });\n\n /**\n * The controlled pressed state of the toggle.\n * Must be used in conjunction with `onPressedChange`.\n */\n readonly pressed = model<boolean>(this.defaultPressed());\n\n /**\n * When true, prevents the user from interacting with the toggle.\n */\n readonly disabled = input<boolean, BooleanInput>(false, { transform: booleanAttribute });\n\n /**\n * Event handler called when the pressed state of the toggle changes.\n */\n readonly onPressedChange = output<boolean>();\n\n protected toggle(): void {\n if (!this.disabled()) {\n this.pressed.set(!this.pressed());\n this.onPressedChange.emit(this.pressed());\n }\n }\n}\n",
502
529
  "properties": [
503
530
  {
504
531
  "name": "defaultPressed",
505
532
  "deprecated": false,
506
533
  "deprecationMessage": "",
507
534
  "type": "boolean",
535
+ "indexKey": "",
508
536
  "optional": true,
509
537
  "description": "<p>The state of the toggle when initially rendered. Use <code>defaultPressed</code>\nif you do not need to control the state of the toggle.</p>\n",
510
538
  "line": 15,
@@ -513,17 +541,18 @@
513
541
  {
514
542
  "pos": 424,
515
543
  "end": 449,
544
+ "kind": 327,
545
+ "id": 0,
516
546
  "flags": 16777216,
517
547
  "modifierFlagsCache": 0,
518
548
  "transformFlags": 0,
519
- "kind": 334,
520
549
  "tagName": {
521
550
  "pos": 425,
522
551
  "end": 437,
552
+ "kind": 80,
553
+ "id": 0,
523
554
  "flags": 16777216,
524
- "modifierFlagsCache": 0,
525
555
  "transformFlags": 0,
526
- "kind": 80,
527
556
  "escapedText": "defaultValue"
528
557
  },
529
558
  "comment": "<p>false</p>\n"
@@ -535,6 +564,7 @@
535
564
  "deprecated": false,
536
565
  "deprecationMessage": "",
537
566
  "type": "boolean",
567
+ "indexKey": "",
538
568
  "optional": true,
539
569
  "description": "<p>Whether the toggle is disabled.</p>\n",
540
570
  "line": 26,
@@ -543,17 +573,18 @@
543
573
  {
544
574
  "pos": 672,
545
575
  "end": 697,
576
+ "kind": 327,
577
+ "id": 0,
546
578
  "flags": 16777216,
547
579
  "modifierFlagsCache": 0,
548
580
  "transformFlags": 0,
549
- "kind": 334,
550
581
  "tagName": {
551
582
  "pos": 673,
552
583
  "end": 685,
584
+ "kind": 80,
585
+ "id": 0,
553
586
  "flags": 16777216,
554
- "modifierFlagsCache": 0,
555
587
  "transformFlags": 0,
556
- "kind": 80,
557
588
  "escapedText": "defaultValue"
558
589
  },
559
590
  "comment": "<p>false</p>\n"
@@ -565,6 +596,7 @@
565
596
  "deprecated": false,
566
597
  "deprecationMessage": "",
567
598
  "type": "OutputEmitterRef<boolean>",
599
+ "indexKey": "",
568
600
  "optional": true,
569
601
  "description": "<p>The callback that fires when the state of the toggle changes.</p>\n",
570
602
  "line": 20,
@@ -575,6 +607,7 @@
575
607
  "deprecated": false,
576
608
  "deprecationMessage": "",
577
609
  "type": "boolean",
610
+ "indexKey": "",
578
611
  "optional": true,
579
612
  "description": "<p>The controlled state of the toggle.</p>\n",
580
613
  "line": 8,
@@ -589,8 +622,8 @@
589
622
  ],
590
623
  "injectables": [
591
624
  {
592
- "name": "AlertDialogService",
593
- "id": "injectable-AlertDialogService-8d428f987df697adb3ff9b46401d634adbe4fbab8d25020545ec97ce84f75c2f3bb2d4d9f85b618d8eeaed93609fbf75d33baab663fd5086249e232966e5e79d",
625
+ "name": "RdxAlertDialogService",
626
+ "id": "injectable-RdxAlertDialogService-c42754b80223a5530d730417173e6eb90164a45164d767268b011c59e9012ff88d313a8ba20407a578b1a07d48bc540233a05a6f1c033230e0cf1deeda736aee",
594
627
  "file": "alert-dialog/src/alert-dialog.service.ts",
595
628
  "properties": [],
596
629
  "methods": [
@@ -662,7 +695,7 @@
662
695
  "deprecationMessage": "",
663
696
  "description": "",
664
697
  "rawdescription": "\n",
665
- "sourceCode": "import { Overlay, OverlayRef } from '@angular/cdk/overlay';\nimport { TemplatePortal } from '@angular/cdk/portal';\nimport { Injectable, TemplateRef, ViewContainerRef } from '@angular/core';\n\n@Injectable({\n providedIn: 'root'\n})\nexport class AlertDialogService {\n private overlayRef: OverlayRef | null | undefined;\n private dialogContent:\n | {\n viewContainerRef: ViewContainerRef;\n template: TemplateRef<any>;\n }\n | undefined;\n\n constructor(private overlay: Overlay) {}\n\n setDialogContent(viewContainerRef: ViewContainerRef, template: TemplateRef<any>) {\n this.dialogContent = { viewContainerRef, template };\n }\n\n open() {\n if (!this.dialogContent) {\n throw new Error('Dialog content is not set');\n }\n\n this.overlayRef = this.overlay.create({\n hasBackdrop: true,\n backdropClass: 'cdk-overlay-dark-backdrop',\n positionStrategy: this.overlay.position().global().centerHorizontally().centerVertically()\n });\n\n const templatePortal = new TemplatePortal(this.dialogContent.template, this.dialogContent.viewContainerRef);\n this.overlayRef.attach(templatePortal);\n\n this.overlayRef.keydownEvents().subscribe((event) => {\n if (event.key === 'Escape' || event.code === 'Escape') {\n this.close();\n }\n });\n this.overlayRef.backdropClick().subscribe(() => this.close());\n }\n\n close() {\n if (this.overlayRef) {\n this.overlayRef.dispose();\n this.overlayRef = null;\n }\n }\n}\n",
698
+ "sourceCode": "import { Overlay, OverlayRef } from '@angular/cdk/overlay';\nimport { TemplatePortal } from '@angular/cdk/portal';\nimport { Injectable, TemplateRef, ViewContainerRef } from '@angular/core';\n\n@Injectable({\n providedIn: 'root'\n})\nexport class RdxAlertDialogService {\n private overlayRef: OverlayRef | null | undefined;\n private dialogContent:\n | {\n viewContainerRef: ViewContainerRef;\n template: TemplateRef<any>;\n }\n | undefined;\n\n constructor(private overlay: Overlay) {}\n\n setDialogContent(viewContainerRef: ViewContainerRef, template: TemplateRef<any>) {\n this.dialogContent = { viewContainerRef, template };\n }\n\n open() {\n if (!this.dialogContent) {\n throw new Error('Dialog content is not set');\n }\n\n this.overlayRef = this.overlay.create({\n hasBackdrop: true,\n backdropClass: 'cdk-overlay-dark-backdrop',\n positionStrategy: this.overlay.position().global().centerHorizontally().centerVertically()\n });\n\n const templatePortal = new TemplatePortal(this.dialogContent.template, this.dialogContent.viewContainerRef);\n this.overlayRef.attach(templatePortal);\n\n this.overlayRef.keydownEvents().subscribe((event) => {\n if (event.key === 'Escape' || event.code === 'Escape') {\n this.close();\n }\n });\n this.overlayRef.backdropClick().subscribe(() => this.close());\n }\n\n close() {\n if (this.overlayRef) {\n this.overlayRef.dispose();\n this.overlayRef = null;\n }\n }\n}\n",
666
699
  "constructorObj": {
667
700
  "name": "constructor",
668
701
  "description": "",
@@ -748,6 +781,7 @@
748
781
  "deprecated": false,
749
782
  "deprecationMessage": "",
750
783
  "type": "",
784
+ "indexKey": "",
751
785
  "optional": false,
752
786
  "description": "",
753
787
  "line": 18,
@@ -761,6 +795,7 @@
761
795
  "deprecated": false,
762
796
  "deprecationMessage": "",
763
797
  "type": "",
798
+ "indexKey": "",
764
799
  "optional": false,
765
800
  "description": "",
766
801
  "line": 17,
@@ -774,6 +809,7 @@
774
809
  "deprecated": false,
775
810
  "deprecationMessage": "",
776
811
  "type": "",
812
+ "indexKey": "",
777
813
  "optional": false,
778
814
  "description": "",
779
815
  "line": 16,
@@ -787,6 +823,7 @@
787
823
  "deprecated": false,
788
824
  "deprecationMessage": "",
789
825
  "type": "",
826
+ "indexKey": "",
790
827
  "optional": false,
791
828
  "description": "",
792
829
  "line": 15,
@@ -965,10 +1002,10 @@
965
1002
  "name": {
966
1003
  "pos": 1081,
967
1004
  "end": 1087,
1005
+ "kind": 80,
1006
+ "id": 0,
968
1007
  "flags": 16842752,
969
- "modifierFlagsCache": 0,
970
1008
  "transformFlags": 0,
971
- "kind": 80,
972
1009
  "escapedText": "cdkRef"
973
1010
  },
974
1011
  "type": "DialogRef<RdxDialogResult | | C>",
@@ -977,10 +1014,10 @@
977
1014
  "tagName": {
978
1015
  "pos": 1075,
979
1016
  "end": 1080,
1017
+ "kind": 80,
1018
+ "id": 0,
980
1019
  "flags": 16842752,
981
- "modifierFlagsCache": 0,
982
1020
  "transformFlags": 0,
983
- "kind": 80,
984
1021
  "escapedText": "param"
985
1022
  },
986
1023
  "comment": "<ul>\n<li>Reference to the underlying CDK dialog</li>\n</ul>\n"
@@ -989,10 +1026,10 @@
989
1026
  "name": {
990
1027
  "pos": 1143,
991
1028
  "end": 1149,
1029
+ "kind": 80,
1030
+ "id": 0,
992
1031
  "flags": 16842752,
993
- "modifierFlagsCache": 0,
994
1032
  "transformFlags": 0,
995
- "kind": 80,
996
1033
  "escapedText": "config"
997
1034
  },
998
1035
  "type": "RdxDialogConfig<C>",
@@ -1001,10 +1038,10 @@
1001
1038
  "tagName": {
1002
1039
  "pos": 1137,
1003
1040
  "end": 1142,
1041
+ "kind": 80,
1042
+ "id": 0,
1004
1043
  "flags": 16842752,
1005
- "modifierFlagsCache": 0,
1006
1044
  "transformFlags": 0,
1007
- "kind": 80,
1008
1045
  "escapedText": "param"
1009
1046
  },
1010
1047
  "comment": "<ul>\n<li>Configuration options for the dialog</li>\n</ul>\n"
@@ -1019,6 +1056,7 @@
1019
1056
  "deprecated": false,
1020
1057
  "deprecationMessage": "",
1021
1058
  "type": "DialogRef<RdxDialogResult | | C>",
1059
+ "indexKey": "",
1022
1060
  "optional": false,
1023
1061
  "description": "- Reference to the underlying CDK dialog",
1024
1062
  "line": 35,
@@ -1033,6 +1071,7 @@
1033
1071
  "deprecated": false,
1034
1072
  "deprecationMessage": "",
1035
1073
  "type": "Observable<RdxDialogResult | undefined>",
1074
+ "indexKey": "",
1036
1075
  "optional": false,
1037
1076
  "description": "",
1038
1077
  "line": 17
@@ -1042,6 +1081,7 @@
1042
1081
  "deprecated": false,
1043
1082
  "deprecationMessage": "",
1044
1083
  "type": "RdxDialogConfig<C>",
1084
+ "indexKey": "",
1045
1085
  "optional": false,
1046
1086
  "description": "- Configuration options for the dialog",
1047
1087
  "line": 36,
@@ -1056,6 +1096,7 @@
1056
1096
  "deprecated": false,
1057
1097
  "deprecationMessage": "",
1058
1098
  "type": "Observable<void>",
1099
+ "indexKey": "",
1059
1100
  "optional": false,
1060
1101
  "description": "",
1061
1102
  "line": 21
@@ -1066,6 +1107,7 @@
1066
1107
  "deprecated": false,
1067
1108
  "deprecationMessage": "",
1068
1109
  "type": "Observable<RdxDialogResult<C>>",
1110
+ "indexKey": "",
1069
1111
  "optional": false,
1070
1112
  "description": "",
1071
1113
  "line": 26
@@ -1133,226 +1175,6 @@
1133
1175
  }
1134
1176
  ],
1135
1177
  "directives": [
1136
- {
1137
- "name": "AlertDialogCancelDirective",
1138
- "id": "directive-AlertDialogCancelDirective-ec486d3f2722528a718f88338533047b00f831f74a494264f69d6c4a190cde897fe0fc0316dfc2379fbda1fa9c2b4c3c47d8445604113be819acd9d8aa46aad0",
1139
- "file": "alert-dialog/src/alert-dialog-cancel.directive.ts",
1140
- "type": "directive",
1141
- "description": "",
1142
- "rawdescription": "\n",
1143
- "sourceCode": "import { Directive, inject } from '@angular/core';\nimport { AlertDialogService } from './alert-dialog.service';\n\n@Directive({\n selector: '[rdxAlertDialogCancel]',\n standalone: true,\n host: {\n '(click)': 'onClick()'\n }\n})\nexport class AlertDialogCancelDirective {\n private readonly alertDialogService = inject(AlertDialogService);\n\n onClick() {\n this.alertDialogService.close();\n }\n}\n",
1144
- "selector": "[rdxAlertDialogCancel]",
1145
- "providers": [],
1146
- "hostDirectives": [],
1147
- "standalone": true,
1148
- "inputsClass": [],
1149
- "outputsClass": [],
1150
- "deprecated": false,
1151
- "deprecationMessage": "",
1152
- "hostBindings": [],
1153
- "hostListeners": [],
1154
- "propertiesClass": [],
1155
- "methodsClass": [
1156
- {
1157
- "name": "onClick",
1158
- "args": [],
1159
- "optional": false,
1160
- "returnType": "void",
1161
- "typeParameters": [],
1162
- "line": 14,
1163
- "deprecated": false,
1164
- "deprecationMessage": ""
1165
- }
1166
- ],
1167
- "extends": []
1168
- },
1169
- {
1170
- "name": "AlertDialogContentDirective",
1171
- "id": "directive-AlertDialogContentDirective-fc5389414aee2ba13bf816c13ff24988883abbde938768bd1416238547bb3f21f1eec0996df1099cb0a248c9cbcd801e7e4586643221faa866010c5bc2981cc5",
1172
- "file": "alert-dialog/src/alert-dialog-content.directive.ts",
1173
- "type": "directive",
1174
- "description": "",
1175
- "rawdescription": "\n",
1176
- "sourceCode": "import { CdkTrapFocus } from '@angular/cdk/a11y';\nimport { Directive, ElementRef, inject, Input, Renderer2 } from '@angular/core';\n\n@Directive({\n selector: '[rdxAlertDialogContent]',\n hostDirectives: [\n {\n directive: CdkTrapFocus\n }\n ],\n standalone: true,\n host: {\n '[attr.data-state]': 'open',\n '[attr.cdkTrapFocusAutoCapture]': 'true'\n }\n})\nexport class AlertDialogContentDirective {\n private readonly renderer = inject(Renderer2);\n private readonly elementRef = inject(ElementRef);\n\n @Input() set maxWidth(value: string) {\n this.renderer.setStyle(this.elementRef.nativeElement, 'maxWidth', value);\n }\n}\n",
1177
- "selector": "[rdxAlertDialogContent]",
1178
- "providers": [],
1179
- "hostDirectives": [
1180
- {
1181
- "name": "CdkTrapFocus",
1182
- "inputs": [],
1183
- "outputs": []
1184
- }
1185
- ],
1186
- "standalone": true,
1187
- "inputsClass": [
1188
- {
1189
- "name": "maxWidth",
1190
- "deprecated": false,
1191
- "deprecationMessage": "",
1192
- "line": 21,
1193
- "type": "string",
1194
- "decorators": []
1195
- }
1196
- ],
1197
- "outputsClass": [],
1198
- "deprecated": false,
1199
- "deprecationMessage": "",
1200
- "hostBindings": [],
1201
- "hostListeners": [],
1202
- "propertiesClass": [],
1203
- "methodsClass": [],
1204
- "extends": [],
1205
- "accessors": {
1206
- "maxWidth": {
1207
- "name": "maxWidth",
1208
- "setSignature": {
1209
- "name": "maxWidth",
1210
- "type": "void",
1211
- "deprecated": false,
1212
- "deprecationMessage": "",
1213
- "args": [
1214
- {
1215
- "name": "value",
1216
- "type": "string",
1217
- "deprecated": false,
1218
- "deprecationMessage": ""
1219
- }
1220
- ],
1221
- "returnType": "void",
1222
- "line": 21,
1223
- "jsdoctags": [
1224
- {
1225
- "name": "value",
1226
- "type": "string",
1227
- "deprecated": false,
1228
- "deprecationMessage": "",
1229
- "tagName": {
1230
- "text": "param"
1231
- }
1232
- }
1233
- ]
1234
- }
1235
- }
1236
- }
1237
- },
1238
- {
1239
- "name": "AlertDialogRootDirective",
1240
- "id": "directive-AlertDialogRootDirective-6d55043842c1b716957eb02fa934bad8a762c5a8f858e51cd0713938af47093c4103291bdd6195269978940b957c77900a759a1a7eacd12e33f954f59518f57e",
1241
- "file": "alert-dialog/src/alert-dialog-root.directive.ts",
1242
- "type": "directive",
1243
- "description": "",
1244
- "rawdescription": "\n",
1245
- "sourceCode": "import { Directive, inject, Input, TemplateRef, ViewContainerRef } from '@angular/core';\nimport { AlertDialogService } from './alert-dialog.service';\n\n@Directive({\n selector: '[rdxAlertDialogRoot]',\n standalone: true\n})\nexport class AlertDialogRootDirective {\n private readonly viewContainerRef = inject(ViewContainerRef);\n private readonly alertDialogService = inject(AlertDialogService);\n\n @Input() set content(template: TemplateRef<any>) {\n this.alertDialogService.setDialogContent(this.viewContainerRef, template);\n }\n}\n",
1246
- "selector": "[rdxAlertDialogRoot]",
1247
- "providers": [],
1248
- "hostDirectives": [],
1249
- "standalone": true,
1250
- "inputsClass": [
1251
- {
1252
- "name": "content",
1253
- "deprecated": false,
1254
- "deprecationMessage": "",
1255
- "line": 12,
1256
- "type": "TemplateRef<any>",
1257
- "decorators": []
1258
- }
1259
- ],
1260
- "outputsClass": [],
1261
- "deprecated": false,
1262
- "deprecationMessage": "",
1263
- "hostBindings": [],
1264
- "hostListeners": [],
1265
- "propertiesClass": [],
1266
- "methodsClass": [],
1267
- "extends": [],
1268
- "accessors": {
1269
- "content": {
1270
- "name": "content",
1271
- "setSignature": {
1272
- "name": "content",
1273
- "type": "void",
1274
- "deprecated": false,
1275
- "deprecationMessage": "",
1276
- "args": [
1277
- {
1278
- "name": "template",
1279
- "type": "TemplateRef<any>",
1280
- "deprecated": false,
1281
- "deprecationMessage": ""
1282
- }
1283
- ],
1284
- "returnType": "void",
1285
- "line": 12,
1286
- "jsdoctags": [
1287
- {
1288
- "name": "template",
1289
- "type": "TemplateRef<any>",
1290
- "deprecated": false,
1291
- "deprecationMessage": "",
1292
- "tagName": {
1293
- "text": "param"
1294
- }
1295
- }
1296
- ]
1297
- }
1298
- }
1299
- }
1300
- },
1301
- {
1302
- "name": "AlertDialogTitleDirective",
1303
- "id": "directive-AlertDialogTitleDirective-f00d6c32a66df82c82b0e83689b047ca8b2a3e61239b43ead945e45ccfb480dba01e597dcfe1c7cf5ab4bf44ffd1178cc0c4f8514924f04d3326dedfa8790dbd",
1304
- "file": "alert-dialog/src/alert-dialog-title.directive.ts",
1305
- "type": "directive",
1306
- "description": "",
1307
- "rawdescription": "\n",
1308
- "sourceCode": "import { Directive } from '@angular/core';\n\n@Directive({\n selector: '[rdxAlertDialogTitle]',\n standalone: true\n})\nexport class AlertDialogTitleDirective {}\n",
1309
- "selector": "[rdxAlertDialogTitle]",
1310
- "providers": [],
1311
- "hostDirectives": [],
1312
- "standalone": true,
1313
- "inputsClass": [],
1314
- "outputsClass": [],
1315
- "deprecated": false,
1316
- "deprecationMessage": "",
1317
- "hostBindings": [],
1318
- "hostListeners": [],
1319
- "propertiesClass": [],
1320
- "methodsClass": [],
1321
- "extends": []
1322
- },
1323
- {
1324
- "name": "AlertDialogTriggerDirective",
1325
- "id": "directive-AlertDialogTriggerDirective-dd69bd1802ec0fddc8a5056a6ad30b0b655ef4f889001904d4dad8fdd78a9c4a067ade3b6466973c049824d81b5610184f01409bcb6d4c71c3ea70c781a1ffe9",
1326
- "file": "alert-dialog/src/alert-dialog-trigger.directive.ts",
1327
- "type": "directive",
1328
- "description": "",
1329
- "rawdescription": "\n",
1330
- "sourceCode": "import { Directive, inject } from '@angular/core';\nimport { AlertDialogService } from './alert-dialog.service';\n\n@Directive({\n selector: '[rdxAlertDialogTrigger]',\n standalone: true,\n host: {\n '(click)': 'handleClick()'\n }\n})\nexport class AlertDialogTriggerDirective {\n private readonly alertDialogService = inject(AlertDialogService);\n\n handleClick() {\n this.alertDialogService.open();\n }\n}\n",
1331
- "selector": "[rdxAlertDialogTrigger]",
1332
- "providers": [],
1333
- "hostDirectives": [],
1334
- "standalone": true,
1335
- "inputsClass": [],
1336
- "outputsClass": [],
1337
- "deprecated": false,
1338
- "deprecationMessage": "",
1339
- "hostBindings": [],
1340
- "hostListeners": [],
1341
- "propertiesClass": [],
1342
- "methodsClass": [
1343
- {
1344
- "name": "handleClick",
1345
- "args": [],
1346
- "optional": false,
1347
- "returnType": "void",
1348
- "typeParameters": [],
1349
- "line": 14,
1350
- "deprecated": false,
1351
- "deprecationMessage": ""
1352
- }
1353
- ],
1354
- "extends": []
1355
- },
1356
1178
  {
1357
1179
  "name": "OnMountDirective",
1358
1180
  "id": "directive-OnMountDirective-f1da695b0136450bf11acf48f95325bc4b4fcbd954ee2e2f98ecf0edecfc8aad023d6ca9d3f1c28ca07481a5526c6276e09a761bc8f572e200a4d94da96f8b33",
@@ -1434,6 +1256,7 @@
1434
1256
  "deprecated": false,
1435
1257
  "deprecationMessage": "",
1436
1258
  "type": "",
1259
+ "indexKey": "",
1437
1260
  "optional": false,
1438
1261
  "description": "",
1439
1262
  "line": 21,
@@ -1447,6 +1270,7 @@
1447
1270
  "deprecated": false,
1448
1271
  "deprecationMessage": "",
1449
1272
  "type": "",
1273
+ "indexKey": "",
1450
1274
  "optional": false,
1451
1275
  "description": "",
1452
1276
  "line": 18,
@@ -1461,6 +1285,7 @@
1461
1285
  "deprecated": false,
1462
1286
  "deprecationMessage": "",
1463
1287
  "type": "",
1288
+ "indexKey": "",
1464
1289
  "optional": false,
1465
1290
  "description": "",
1466
1291
  "line": 19,
@@ -1522,6 +1347,7 @@
1522
1347
  "deprecated": false,
1523
1348
  "deprecationMessage": "",
1524
1349
  "type": "",
1350
+ "indexKey": "",
1525
1351
  "optional": false,
1526
1352
  "description": "",
1527
1353
  "line": 14,
@@ -1605,17 +1431,18 @@
1605
1431
  {
1606
1432
  "pos": 4313,
1607
1433
  "end": 4332,
1434
+ "kind": 327,
1435
+ "id": 0,
1608
1436
  "flags": 16842752,
1609
1437
  "modifierFlagsCache": 0,
1610
1438
  "transformFlags": 0,
1611
- "kind": 334,
1612
1439
  "tagName": {
1613
1440
  "pos": 4314,
1614
1441
  "end": 4326,
1442
+ "kind": 80,
1443
+ "id": 0,
1615
1444
  "flags": 16842752,
1616
- "modifierFlagsCache": 0,
1617
1445
  "transformFlags": 0,
1618
- "kind": 80,
1619
1446
  "escapedText": "docs-private"
1620
1447
  },
1621
1448
  "comment": ""
@@ -2043,6 +1870,7 @@
2043
1870
  "deprecated": false,
2044
1871
  "deprecationMessage": "",
2045
1872
  "type": "",
1873
+ "indexKey": "",
2046
1874
  "optional": false,
2047
1875
  "description": "",
2048
1876
  "line": 20,
@@ -2057,6 +1885,7 @@
2057
1885
  "deprecated": false,
2058
1886
  "deprecationMessage": "",
2059
1887
  "type": "",
1888
+ "indexKey": "",
2060
1889
  "optional": false,
2061
1890
  "description": "",
2062
1891
  "line": 21,
@@ -2071,6 +1900,7 @@
2071
1900
  "deprecated": false,
2072
1901
  "deprecationMessage": "",
2073
1902
  "type": "",
1903
+ "indexKey": "",
2074
1904
  "optional": false,
2075
1905
  "description": "",
2076
1906
  "line": 19,
@@ -2107,20 +1937,282 @@
2107
1937
  "extends": []
2108
1938
  },
2109
1939
  {
2110
- "name": "RdxAutoFocusDirective",
2111
- "id": "directive-RdxAutoFocusDirective-36fdd916db27dba985b1c2f77905595edbce993570293a337d7b80f0efa4ef852996b041e5caad932322228c1d26e64ac067d0aac41a4e3e390475bed79dfb5d",
2112
- "file": "core/src/auto-focus.directive.ts",
1940
+ "name": "RdxAlertDialogCancelDirective",
1941
+ "id": "directive-RdxAlertDialogCancelDirective-d80bbcc24200cb95f19a5dd6a1f1e57d6c949b31566fc80c29d4b81d4558efdd1c5b7e257efa93d549ad088e73be6fd00e831786aebf3c43c6e5bffcd69fe53a",
1942
+ "file": "alert-dialog/src/alert-dialog-cancel.directive.ts",
2113
1943
  "type": "directive",
2114
1944
  "description": "",
2115
1945
  "rawdescription": "\n",
2116
- "sourceCode": "import { booleanAttribute, Directive, ElementRef, inject, Input, NgZone } from '@angular/core';\n\n/*\n * <div [rdxAutoFocus]=\"true\"></div>\n */\n\n@Directive({\n selector: '[rdxAutoFocus]',\n standalone: true\n})\nexport class RdxAutoFocusDirective {\n #elementRef = inject(ElementRef);\n #ngZone = inject(NgZone);\n\n private _autoSelect = false;\n\n /**\n * @default false\n */\n @Input({ alias: 'rdxAutoFocus', transform: booleanAttribute })\n set autoFocus(value: boolean) {\n if (value) {\n // Note: Running this outside Angular's zone because `element.focus()` does not trigger change detection.\n this.#ngZone.runOutsideAngular(() =>\n // Note: `element.focus()` causes re-layout which might lead to frame drops on slower devices.\n // https://gist.github.com/paulirish/5d52fb081b3570c81e3a#setting-focus\n // `setTimeout` is a macrotask executed within the current rendering frame.\n // Animation tasks are executed in the next rendering frame.\n reqAnimationFrame(() => {\n this.#elementRef.nativeElement.focus();\n if (this._autoSelect && this.#elementRef.nativeElement.select) {\n this.#elementRef.nativeElement.select();\n }\n })\n );\n }\n }\n\n // Setter for autoSelect attribute to enable text selection when autoFocus is true.\n @Input({ transform: booleanAttribute })\n set autoSelect(value: boolean) {\n this._autoSelect = value;\n }\n}\n\nconst availablePrefixes = ['moz', 'ms', 'webkit'];\n\nfunction requestAnimationFramePolyfill(): typeof requestAnimationFrame {\n let lastTime = 0;\n\n return function (callback: FrameRequestCallback): number {\n const currTime = new Date().getTime();\n const timeToCall = Math.max(0, 16 - (currTime - lastTime));\n\n const id = setTimeout(() => {\n callback(currTime + timeToCall);\n }, timeToCall) as any;\n\n lastTime = currTime + timeToCall;\n\n return id;\n };\n}\n\n// Function to get the appropriate requestAnimationFrame method with fallback to polyfill.\nfunction getRequestAnimationFrame(): typeof requestAnimationFrame {\n if (typeof window === 'undefined') {\n return () => 0;\n }\n if (window.requestAnimationFrame) {\n // https://github.com/vuejs/vue/issues/4465\n return window.requestAnimationFrame.bind(window);\n }\n\n const prefix = availablePrefixes.filter((key) => `${key}RequestAnimationFrame` in window)[0];\n\n return prefix ? (window as any)[`${prefix}RequestAnimationFrame`] : requestAnimationFramePolyfill();\n}\n\n// Get the requestAnimationFrame function or its polyfill.\nconst reqAnimationFrame = getRequestAnimationFrame();\n",
2117
- "selector": "[rdxAutoFocus]",
1946
+ "sourceCode": "import { Directive, inject } from '@angular/core';\nimport { RdxAlertDialogService } from './alert-dialog.service';\n\n@Directive({\n selector: '[rdxAlertDialogCancel]',\n standalone: true,\n host: {\n '(click)': 'onClick()'\n }\n})\nexport class RdxAlertDialogCancelDirective {\n private readonly alertDialogService = inject(RdxAlertDialogService);\n\n onClick() {\n this.alertDialogService.close();\n }\n}\n",
1947
+ "selector": "[rdxAlertDialogCancel]",
2118
1948
  "providers": [],
2119
1949
  "hostDirectives": [],
2120
1950
  "standalone": true,
2121
- "inputsClass": [
1951
+ "inputsClass": [],
1952
+ "outputsClass": [],
1953
+ "deprecated": false,
1954
+ "deprecationMessage": "",
1955
+ "hostBindings": [],
1956
+ "hostListeners": [],
1957
+ "propertiesClass": [],
1958
+ "methodsClass": [
2122
1959
  {
2123
- "required": false,
1960
+ "name": "onClick",
1961
+ "args": [],
1962
+ "optional": false,
1963
+ "returnType": "void",
1964
+ "typeParameters": [],
1965
+ "line": 14,
1966
+ "deprecated": false,
1967
+ "deprecationMessage": ""
1968
+ }
1969
+ ],
1970
+ "extends": []
1971
+ },
1972
+ {
1973
+ "name": "RdxAlertDialogContentDirective",
1974
+ "id": "directive-RdxAlertDialogContentDirective-bcd379f8a36aafcdcddf8ed7d03e62ca30b760e9666397ded9ec4f69b08fb8dc849894cf891d03d233b5f79939f9aa7b388f8104e7d360a6a5469a40bc815680",
1975
+ "file": "alert-dialog/src/alert-dialog-content.directive.ts",
1976
+ "type": "directive",
1977
+ "description": "",
1978
+ "rawdescription": "\n",
1979
+ "sourceCode": "import { CdkTrapFocus } from '@angular/cdk/a11y';\nimport { Directive, ElementRef, inject, Input, Renderer2 } from '@angular/core';\n\n@Directive({\n selector: '[rdxAlertDialogContent]',\n standalone: true,\n hostDirectives: [\n {\n directive: CdkTrapFocus\n }\n ],\n host: {\n '[attr.data-state]': '\"open\"',\n '[attr.cdkTrapFocusAutoCapture]': 'true'\n }\n})\nexport class RdxAlertDialogContentDirective {\n private readonly renderer = inject(Renderer2);\n private readonly elementRef = inject(ElementRef);\n\n @Input() set maxWidth(value: string) {\n this.renderer.setStyle(this.elementRef.nativeElement, 'maxWidth', value);\n }\n}\n",
1980
+ "selector": "[rdxAlertDialogContent]",
1981
+ "providers": [],
1982
+ "hostDirectives": [
1983
+ {
1984
+ "name": "CdkTrapFocus",
1985
+ "inputs": [],
1986
+ "outputs": []
1987
+ }
1988
+ ],
1989
+ "standalone": true,
1990
+ "inputsClass": [
1991
+ {
1992
+ "name": "maxWidth",
1993
+ "deprecated": false,
1994
+ "deprecationMessage": "",
1995
+ "line": 21,
1996
+ "type": "string",
1997
+ "decorators": []
1998
+ }
1999
+ ],
2000
+ "outputsClass": [],
2001
+ "deprecated": false,
2002
+ "deprecationMessage": "",
2003
+ "hostBindings": [],
2004
+ "hostListeners": [],
2005
+ "propertiesClass": [],
2006
+ "methodsClass": [],
2007
+ "extends": [],
2008
+ "accessors": {
2009
+ "maxWidth": {
2010
+ "name": "maxWidth",
2011
+ "setSignature": {
2012
+ "name": "maxWidth",
2013
+ "type": "void",
2014
+ "deprecated": false,
2015
+ "deprecationMessage": "",
2016
+ "args": [
2017
+ {
2018
+ "name": "value",
2019
+ "type": "string",
2020
+ "deprecated": false,
2021
+ "deprecationMessage": ""
2022
+ }
2023
+ ],
2024
+ "returnType": "void",
2025
+ "line": 21,
2026
+ "jsdoctags": [
2027
+ {
2028
+ "name": "value",
2029
+ "type": "string",
2030
+ "deprecated": false,
2031
+ "deprecationMessage": "",
2032
+ "tagName": {
2033
+ "text": "param"
2034
+ }
2035
+ }
2036
+ ]
2037
+ }
2038
+ }
2039
+ }
2040
+ },
2041
+ {
2042
+ "name": "RdxAlertDialogRootDirective",
2043
+ "id": "directive-RdxAlertDialogRootDirective-4cb3487f643dbbef236c48379c7da78bf400ec2cf09d4ac725947e8c86e7dd0bebe63e406112cb8e58de641f984309e1b643ea857d8312574530a815a448a79e",
2044
+ "file": "alert-dialog/src/alert-dialog-root.directive.ts",
2045
+ "type": "directive",
2046
+ "description": "",
2047
+ "rawdescription": "\n",
2048
+ "sourceCode": "import { Directive, inject, Input, TemplateRef, ViewContainerRef } from '@angular/core';\nimport { RdxAlertDialogService } from './alert-dialog.service';\n\n@Directive({\n selector: '[rdxAlertDialogRoot]',\n standalone: true\n})\nexport class RdxAlertDialogRootDirective {\n private readonly viewContainerRef = inject(ViewContainerRef);\n private readonly alertDialogService = inject(RdxAlertDialogService);\n\n @Input() set content(template: TemplateRef<any>) {\n this.alertDialogService.setDialogContent(this.viewContainerRef, template);\n }\n}\n",
2049
+ "selector": "[rdxAlertDialogRoot]",
2050
+ "providers": [],
2051
+ "hostDirectives": [],
2052
+ "standalone": true,
2053
+ "inputsClass": [
2054
+ {
2055
+ "name": "content",
2056
+ "deprecated": false,
2057
+ "deprecationMessage": "",
2058
+ "line": 12,
2059
+ "type": "TemplateRef<any>",
2060
+ "decorators": []
2061
+ }
2062
+ ],
2063
+ "outputsClass": [],
2064
+ "deprecated": false,
2065
+ "deprecationMessage": "",
2066
+ "hostBindings": [],
2067
+ "hostListeners": [],
2068
+ "propertiesClass": [],
2069
+ "methodsClass": [],
2070
+ "extends": [],
2071
+ "accessors": {
2072
+ "content": {
2073
+ "name": "content",
2074
+ "setSignature": {
2075
+ "name": "content",
2076
+ "type": "void",
2077
+ "deprecated": false,
2078
+ "deprecationMessage": "",
2079
+ "args": [
2080
+ {
2081
+ "name": "template",
2082
+ "type": "TemplateRef<any>",
2083
+ "deprecated": false,
2084
+ "deprecationMessage": ""
2085
+ }
2086
+ ],
2087
+ "returnType": "void",
2088
+ "line": 12,
2089
+ "jsdoctags": [
2090
+ {
2091
+ "name": "template",
2092
+ "type": "TemplateRef<any>",
2093
+ "deprecated": false,
2094
+ "deprecationMessage": "",
2095
+ "tagName": {
2096
+ "text": "param"
2097
+ }
2098
+ }
2099
+ ]
2100
+ }
2101
+ }
2102
+ }
2103
+ },
2104
+ {
2105
+ "name": "RdxAlertDialogTitleDirective",
2106
+ "id": "directive-RdxAlertDialogTitleDirective-9c00bcacce12a6a8a942c7696d936890dc26e3a7654205edf07def508039eb099fad0368f7b5eca7f5aea4efc156b3802d63cd96c52abcc6ff5190d70e0c09b5",
2107
+ "file": "alert-dialog/src/alert-dialog-title.directive.ts",
2108
+ "type": "directive",
2109
+ "description": "",
2110
+ "rawdescription": "\n",
2111
+ "sourceCode": "import { Directive } from '@angular/core';\n\n@Directive({\n selector: '[rdxAlertDialogTitle]',\n standalone: true\n})\nexport class RdxAlertDialogTitleDirective {}\n",
2112
+ "selector": "[rdxAlertDialogTitle]",
2113
+ "providers": [],
2114
+ "hostDirectives": [],
2115
+ "standalone": true,
2116
+ "inputsClass": [],
2117
+ "outputsClass": [],
2118
+ "deprecated": false,
2119
+ "deprecationMessage": "",
2120
+ "hostBindings": [],
2121
+ "hostListeners": [],
2122
+ "propertiesClass": [],
2123
+ "methodsClass": [],
2124
+ "extends": []
2125
+ },
2126
+ {
2127
+ "name": "RdxAlertDialogTriggerDirective",
2128
+ "id": "directive-RdxAlertDialogTriggerDirective-422c72ac6dd420ea1027d9205052dc8fadb62cc127fc0dfd24099d56c973163df8719acef428bf74d102c4a5e6bd0a6aaf2f1957bb11a35ff9866ad4eb80e9b0",
2129
+ "file": "alert-dialog/src/alert-dialog-trigger.directive.ts",
2130
+ "type": "directive",
2131
+ "description": "",
2132
+ "rawdescription": "\n",
2133
+ "sourceCode": "import { Directive, inject } from '@angular/core';\nimport { RdxAlertDialogService } from './alert-dialog.service';\n\n@Directive({\n selector: '[rdxAlertDialogTrigger]',\n standalone: true,\n host: {\n '(click)': 'handleClick()'\n }\n})\nexport class RdxAlertDialogTriggerDirective {\n private readonly alertDialogService = inject(RdxAlertDialogService);\n\n handleClick() {\n this.alertDialogService.open();\n }\n}\n",
2134
+ "selector": "[rdxAlertDialogTrigger]",
2135
+ "providers": [],
2136
+ "hostDirectives": [],
2137
+ "standalone": true,
2138
+ "inputsClass": [],
2139
+ "outputsClass": [],
2140
+ "deprecated": false,
2141
+ "deprecationMessage": "",
2142
+ "hostBindings": [],
2143
+ "hostListeners": [],
2144
+ "propertiesClass": [],
2145
+ "methodsClass": [
2146
+ {
2147
+ "name": "handleClick",
2148
+ "args": [],
2149
+ "optional": false,
2150
+ "returnType": "void",
2151
+ "typeParameters": [],
2152
+ "line": 14,
2153
+ "deprecated": false,
2154
+ "deprecationMessage": ""
2155
+ }
2156
+ ],
2157
+ "extends": []
2158
+ },
2159
+ {
2160
+ "name": "RdxAspectRatioDirective",
2161
+ "id": "directive-RdxAspectRatioDirective-0585b1531c41e096de4788c6d44bd7c07d068d12fcaff7b6fa3265056a44b7648a9de7ece076fd48c18554b8df12eedeca351846525ca5fa737b6e0524cf847d",
2162
+ "file": "aspect-ratio/src/aspect-ratio.directive.ts",
2163
+ "type": "directive",
2164
+ "description": "<p>Directive to maintain an aspect ratio for an element.\nThe element will have its <code>padding-bottom</code> dynamically calculated\nbased on the provided aspect ratio to maintain the desired ratio.\nThe content inside the element will be positioned absolutely.</p>\n",
2165
+ "rawdescription": "\n\nDirective to maintain an aspect ratio for an element.\nThe element will have its `padding-bottom` dynamically calculated\nbased on the provided aspect ratio to maintain the desired ratio.\nThe content inside the element will be positioned absolutely.\n",
2166
+ "sourceCode": "import { NumberInput } from '@angular/cdk/coercion';\nimport {\n AfterViewInit,\n computed,\n Directive,\n ElementRef,\n inject,\n input,\n numberAttribute,\n Renderer2\n} from '@angular/core';\n\n/**\n * Directive to maintain an aspect ratio for an element.\n * The element will have its `padding-bottom` dynamically calculated\n * based on the provided aspect ratio to maintain the desired ratio.\n * The content inside the element will be positioned absolutely.\n */\n@Directive({\n selector: '[rdxAspectRatio]',\n exportAs: 'rdxAspectRatio',\n standalone: true,\n host: {\n '[style.position]': `'relative'`,\n '[style.width]': `'100%'`,\n '[style.padding-bottom]': 'paddingBottom()'\n }\n})\nexport class RdxAspectRatioDirective implements AfterViewInit {\n private element = inject(ElementRef);\n private renderer = inject(Renderer2);\n\n /**\n * The desired aspect ratio (e.g., 16/9).\n * By default, it is set to 1 (which results in a square, 1:1).\n */\n readonly ratio = input<number, NumberInput>(1, { transform: numberAttribute });\n\n /**\n * Dynamically computed `padding-bottom` style for the element.\n * This value is calculated based on the inverse of the aspect ratio.\n *\n * If the ratio is zero, it defaults to `0%` to avoid division by zero.\n *\n * @ignore\n */\n protected readonly paddingBottom = computed(() => {\n const ratioValue = this.ratio();\n return `${ratioValue !== 0 ? (1 / ratioValue) * 100 : 0}%`;\n });\n\n ngAfterViewInit() {\n const content = this.element.nativeElement.firstElementChild;\n if (content) {\n // Set the content to cover the entire element with absolute positioning\n this.renderer.setStyle(content, 'position', 'absolute');\n this.renderer.setStyle(content, 'inset', '0');\n }\n }\n}\n",
2167
+ "selector": "[rdxAspectRatio]",
2168
+ "providers": [],
2169
+ "exportAs": "rdxAspectRatio",
2170
+ "hostDirectives": [],
2171
+ "standalone": true,
2172
+ "inputsClass": [],
2173
+ "outputsClass": [],
2174
+ "deprecated": false,
2175
+ "deprecationMessage": "",
2176
+ "hostBindings": [],
2177
+ "hostListeners": [],
2178
+ "propertiesClass": [
2179
+ {
2180
+ "name": "ratio",
2181
+ "defaultValue": "input<number, NumberInput>(1, { transform: numberAttribute })",
2182
+ "deprecated": false,
2183
+ "deprecationMessage": "",
2184
+ "type": "",
2185
+ "indexKey": "",
2186
+ "optional": false,
2187
+ "description": "<p>The desired aspect ratio (e.g., 16/9).\nBy default, it is set to 1 (which results in a square, 1:1).</p>\n",
2188
+ "line": 37,
2189
+ "rawdescription": "\n\nThe desired aspect ratio (e.g., 16/9).\nBy default, it is set to 1 (which results in a square, 1:1).\n",
2190
+ "modifierKind": [
2191
+ 148
2192
+ ]
2193
+ }
2194
+ ],
2195
+ "methodsClass": [],
2196
+ "extends": [],
2197
+ "implements": [
2198
+ "AfterViewInit"
2199
+ ]
2200
+ },
2201
+ {
2202
+ "name": "RdxAutoFocusDirective",
2203
+ "id": "directive-RdxAutoFocusDirective-36fdd916db27dba985b1c2f77905595edbce993570293a337d7b80f0efa4ef852996b041e5caad932322228c1d26e64ac067d0aac41a4e3e390475bed79dfb5d",
2204
+ "file": "core/src/auto-focus.directive.ts",
2205
+ "type": "directive",
2206
+ "description": "",
2207
+ "rawdescription": "\n",
2208
+ "sourceCode": "import { booleanAttribute, Directive, ElementRef, inject, Input, NgZone } from '@angular/core';\n\n/*\n * <div [rdxAutoFocus]=\"true\"></div>\n */\n\n@Directive({\n selector: '[rdxAutoFocus]',\n standalone: true\n})\nexport class RdxAutoFocusDirective {\n #elementRef = inject(ElementRef);\n #ngZone = inject(NgZone);\n\n private _autoSelect = false;\n\n /**\n * @default false\n */\n @Input({ alias: 'rdxAutoFocus', transform: booleanAttribute })\n set autoFocus(value: boolean) {\n if (value) {\n // Note: Running this outside Angular's zone because `element.focus()` does not trigger change detection.\n this.#ngZone.runOutsideAngular(() =>\n // Note: `element.focus()` causes re-layout which might lead to frame drops on slower devices.\n // https://gist.github.com/paulirish/5d52fb081b3570c81e3a#setting-focus\n // `setTimeout` is a macrotask executed within the current rendering frame.\n // Animation tasks are executed in the next rendering frame.\n reqAnimationFrame(() => {\n this.#elementRef.nativeElement.focus();\n if (this._autoSelect && this.#elementRef.nativeElement.select) {\n this.#elementRef.nativeElement.select();\n }\n })\n );\n }\n }\n\n // Setter for autoSelect attribute to enable text selection when autoFocus is true.\n @Input({ transform: booleanAttribute })\n set autoSelect(value: boolean) {\n this._autoSelect = value;\n }\n}\n\nconst availablePrefixes = ['moz', 'ms', 'webkit'];\n\nfunction requestAnimationFramePolyfill(): typeof requestAnimationFrame {\n let lastTime = 0;\n\n return function (callback: FrameRequestCallback): number {\n const currTime = new Date().getTime();\n const timeToCall = Math.max(0, 16 - (currTime - lastTime));\n\n const id = setTimeout(() => {\n callback(currTime + timeToCall);\n }, timeToCall) as any;\n\n lastTime = currTime + timeToCall;\n\n return id;\n };\n}\n\n// Function to get the appropriate requestAnimationFrame method with fallback to polyfill.\nfunction getRequestAnimationFrame(): typeof requestAnimationFrame {\n if (typeof window === 'undefined') {\n return () => 0;\n }\n if (window.requestAnimationFrame) {\n // https://github.com/vuejs/vue/issues/4465\n return window.requestAnimationFrame.bind(window);\n }\n\n const prefix = availablePrefixes.filter((key) => `${key}RequestAnimationFrame` in window)[0];\n\n return prefix ? (window as any)[`${prefix}RequestAnimationFrame`] : requestAnimationFramePolyfill();\n}\n\n// Get the requestAnimationFrame function or its polyfill.\nconst reqAnimationFrame = getRequestAnimationFrame();\n",
2209
+ "selector": "[rdxAutoFocus]",
2210
+ "providers": [],
2211
+ "hostDirectives": [],
2212
+ "standalone": true,
2213
+ "inputsClass": [
2214
+ {
2215
+ "required": false,
2124
2216
  "name": "autoSelect",
2125
2217
  "deprecated": false,
2126
2218
  "deprecationMessage": "",
@@ -2137,17 +2229,18 @@
2137
2229
  {
2138
2230
  "pos": 366,
2139
2231
  "end": 386,
2232
+ "kind": 327,
2233
+ "id": 0,
2140
2234
  "flags": 16842752,
2141
2235
  "modifierFlagsCache": 0,
2142
2236
  "transformFlags": 0,
2143
- "kind": 334,
2144
2237
  "tagName": {
2145
2238
  "pos": 367,
2146
2239
  "end": 374,
2240
+ "kind": 80,
2241
+ "id": 0,
2147
2242
  "flags": 16842752,
2148
- "modifierFlagsCache": 0,
2149
2243
  "transformFlags": 0,
2150
- "kind": 80,
2151
2244
  "escapedText": "default"
2152
2245
  },
2153
2246
  "comment": "<p>false</p>\n"
@@ -2255,17 +2348,18 @@
2255
2348
  {
2256
2349
  "pos": 1025,
2257
2350
  "end": 1041,
2351
+ "kind": 327,
2352
+ "id": 0,
2258
2353
  "flags": 16842752,
2259
2354
  "modifierFlagsCache": 0,
2260
2355
  "transformFlags": 0,
2261
- "kind": 334,
2262
2356
  "tagName": {
2263
2357
  "pos": 1026,
2264
2358
  "end": 1033,
2359
+ "kind": 80,
2360
+ "id": 0,
2265
2361
  "flags": 16842752,
2266
- "modifierFlagsCache": 0,
2267
2362
  "transformFlags": 0,
2268
- "kind": 80,
2269
2363
  "escapedText": "default"
2270
2364
  },
2271
2365
  "comment": "<p>0</p>\n"
@@ -2290,6 +2384,7 @@
2290
2384
  "deprecated": false,
2291
2385
  "deprecationMessage": "",
2292
2386
  "type": "",
2387
+ "indexKey": "",
2293
2388
  "optional": false,
2294
2389
  "description": "",
2295
2390
  "line": 44,
@@ -2308,12 +2403,12 @@
2308
2403
  },
2309
2404
  {
2310
2405
  "name": "RdxAvatarImageDirective",
2311
- "id": "directive-RdxAvatarImageDirective-4ad05538b2c712eb555f0faf78650245a72fd07b91de9e4d8f140d5cf2df995c150688f56e61d814c03c187b917f56f4016092fe5e1f0504e055b320f2947d43",
2406
+ "id": "directive-RdxAvatarImageDirective-bac06507afc3be8c833a1a39c76f5d0f6f66f876b1542bdd729e294f9c7863b15028384f0af6134dd77441700564e3c4617b2432911e7f153d2f3a8ae4278240",
2312
2407
  "file": "avatar/src/avatar-image.directive.ts",
2313
2408
  "type": "directive",
2314
2409
  "description": "",
2315
2410
  "rawdescription": "\n",
2316
- "sourceCode": "import { Directive, ElementRef, EventEmitter, inject, OnInit, Output } from '@angular/core';\nimport { injectAvatar, RdxImageLoadingStatus } from './avatar-root.directive';\n\nexport interface RdxAvatarImageProps {\n onLoadingStatusChange?: EventEmitter<RdxImageLoadingStatus>;\n}\n\n@Directive({\n selector: 'img[rdxAvatarImage]',\n exportAs: 'rdxAvatarImage',\n standalone: true,\n host: {\n '(load)': 'onLoad()',\n '(error)': 'onError()'\n }\n})\nexport class RdxAvatarImageDirective implements RdxAvatarImageProps, OnInit {\n private readonly avatar = injectAvatar();\n\n private readonly elementRef = inject<ElementRef<HTMLImageElement>>(ElementRef);\n\n /**\n * By default, it will only render when it has loaded.\n * You can use the `onLoadingStatusChange` handler if you need more control.\n */\n @Output() onLoadingStatusChange = new EventEmitter<RdxImageLoadingStatus>();\n\n ngOnInit(): void {\n this.avatar._setState('loading');\n\n if (!this.nativeElement.src) {\n this.avatar._setState('error');\n }\n\n if (this.nativeElement.complete) {\n this.avatar._setState('loaded');\n }\n\n this.onLoadingStatusChange.emit(this.avatar._state());\n }\n\n protected onLoad(): void {\n this.avatar._setState('loaded');\n this.onLoadingStatusChange.emit('loaded');\n }\n\n protected onError(): void {\n this.avatar._setState('error');\n this.onLoadingStatusChange.emit('error');\n }\n\n get nativeElement() {\n return this.elementRef.nativeElement;\n }\n}\n",
2411
+ "sourceCode": "import { Directive, ElementRef, EventEmitter, inject, OnInit, Output } from '@angular/core';\nimport { injectAvatar, RdxImageLoadingStatus } from './avatar-root.directive';\n\nexport interface RdxAvatarImageProps {\n onLoadingStatusChange?: EventEmitter<RdxImageLoadingStatus>;\n}\n\n@Directive({\n selector: 'img[rdxAvatarImage]',\n exportAs: 'rdxAvatarImage',\n standalone: true,\n host: {\n role: 'img',\n '(load)': 'onLoad()',\n '(error)': 'onError()'\n }\n})\nexport class RdxAvatarImageDirective implements RdxAvatarImageProps, OnInit {\n private readonly avatar = injectAvatar();\n\n private readonly elementRef = inject<ElementRef<HTMLImageElement>>(ElementRef);\n\n /**\n * By default, it will only render when it has loaded.\n * You can use the `onLoadingStatusChange` handler if you need more control.\n */\n @Output() onLoadingStatusChange = new EventEmitter<RdxImageLoadingStatus>();\n\n ngOnInit(): void {\n this.avatar._setState('loading');\n\n if (!this.nativeElement.src) {\n this.avatar._setState('error');\n }\n\n if (this.nativeElement.complete) {\n this.avatar._setState('loaded');\n }\n\n this.onLoadingStatusChange.emit(this.avatar._state());\n }\n\n protected onLoad(): void {\n this.avatar._setState('loaded');\n this.onLoadingStatusChange.emit('loaded');\n }\n\n protected onError(): void {\n this.avatar._setState('error');\n this.onLoadingStatusChange.emit('error');\n }\n\n get nativeElement() {\n return this.elementRef.nativeElement;\n }\n}\n",
2317
2412
  "selector": "img[rdxAvatarImage]",
2318
2413
  "providers": [],
2319
2414
  "exportAs": "rdxAvatarImage",
@@ -2328,7 +2423,7 @@
2328
2423
  "deprecationMessage": "",
2329
2424
  "rawdescription": "\n\nBy default, it will only render when it has loaded.\nYou can use the `onLoadingStatusChange` handler if you need more control.\n",
2330
2425
  "description": "<p>By default, it will only render when it has loaded.\nYou can use the <code>onLoadingStatusChange</code> handler if you need more control.</p>\n",
2331
- "line": 26,
2426
+ "line": 27,
2332
2427
  "type": "EventEmitter"
2333
2428
  }
2334
2429
  ],
@@ -2344,7 +2439,7 @@
2344
2439
  "optional": false,
2345
2440
  "returnType": "void",
2346
2441
  "typeParameters": [],
2347
- "line": 47,
2442
+ "line": 48,
2348
2443
  "deprecated": false,
2349
2444
  "deprecationMessage": "",
2350
2445
  "modifierKind": [
@@ -2357,7 +2452,7 @@
2357
2452
  "optional": false,
2358
2453
  "returnType": "void",
2359
2454
  "typeParameters": [],
2360
- "line": 42,
2455
+ "line": 43,
2361
2456
  "deprecated": false,
2362
2457
  "deprecationMessage": "",
2363
2458
  "modifierKind": [
@@ -2377,7 +2472,7 @@
2377
2472
  "name": "nativeElement",
2378
2473
  "type": "",
2379
2474
  "returnType": "",
2380
- "line": 52
2475
+ "line": 53
2381
2476
  }
2382
2477
  }
2383
2478
  }
@@ -2444,6 +2539,7 @@
2444
2539
  "deprecated": false,
2445
2540
  "deprecationMessage": "",
2446
2541
  "type": "",
2542
+ "indexKey": "",
2447
2543
  "optional": false,
2448
2544
  "description": "",
2449
2545
  "line": 28,
@@ -2457,6 +2553,7 @@
2457
2553
  "deprecated": false,
2458
2554
  "deprecationMessage": "",
2459
2555
  "type": "",
2556
+ "indexKey": "",
2460
2557
  "optional": false,
2461
2558
  "description": "",
2462
2559
  "line": 32,
@@ -2470,6 +2567,7 @@
2470
2567
  "deprecated": false,
2471
2568
  "deprecationMessage": "",
2472
2569
  "type": "",
2570
+ "indexKey": "",
2473
2571
  "optional": false,
2474
2572
  "description": "",
2475
2573
  "line": 22,
@@ -2483,6 +2581,7 @@
2483
2581
  "deprecated": false,
2484
2582
  "deprecationMessage": "",
2485
2583
  "type": "",
2584
+ "indexKey": "",
2486
2585
  "optional": false,
2487
2586
  "description": "",
2488
2587
  "line": 26,
@@ -2496,6 +2595,7 @@
2496
2595
  "deprecated": false,
2497
2596
  "deprecationMessage": "",
2498
2597
  "type": "",
2598
+ "indexKey": "",
2499
2599
  "optional": false,
2500
2600
  "description": "",
2501
2601
  "line": 24,
@@ -2588,6 +2688,7 @@
2588
2688
  "deprecated": false,
2589
2689
  "deprecationMessage": "",
2590
2690
  "type": "",
2691
+ "indexKey": "",
2591
2692
  "optional": false,
2592
2693
  "description": "",
2593
2694
  "line": 22,
@@ -2602,6 +2703,7 @@
2602
2703
  "deprecated": false,
2603
2704
  "deprecationMessage": "",
2604
2705
  "type": "",
2706
+ "indexKey": "",
2605
2707
  "optional": false,
2606
2708
  "description": "",
2607
2709
  "line": 25,
@@ -2616,6 +2718,7 @@
2616
2718
  "deprecated": false,
2617
2719
  "deprecationMessage": "",
2618
2720
  "type": "",
2721
+ "indexKey": "",
2619
2722
  "optional": false,
2620
2723
  "description": "",
2621
2724
  "line": 24,
@@ -2844,6 +2947,7 @@
2844
2947
  "deprecated": false,
2845
2948
  "deprecationMessage": "",
2846
2949
  "type": "",
2950
+ "indexKey": "",
2847
2951
  "optional": false,
2848
2952
  "description": "",
2849
2953
  "line": 15,
@@ -2874,6 +2978,7 @@
2874
2978
  "deprecated": false,
2875
2979
  "deprecationMessage": "",
2876
2980
  "type": "",
2981
+ "indexKey": "",
2877
2982
  "optional": false,
2878
2983
  "description": "",
2879
2984
  "line": 25,
@@ -2895,6 +3000,7 @@
2895
3000
  "deprecated": false,
2896
3001
  "deprecationMessage": "",
2897
3002
  "type": "",
3003
+ "indexKey": "",
2898
3004
  "optional": false,
2899
3005
  "description": "",
2900
3006
  "line": 23,
@@ -2909,6 +3015,7 @@
2909
3015
  "deprecated": false,
2910
3016
  "deprecationMessage": "",
2911
3017
  "type": "",
3018
+ "indexKey": "",
2912
3019
  "optional": false,
2913
3020
  "description": "",
2914
3021
  "line": 26,
@@ -2922,6 +3029,7 @@
2922
3029
  "deprecated": false,
2923
3030
  "deprecationMessage": "",
2924
3031
  "type": "",
3032
+ "indexKey": "",
2925
3033
  "optional": false,
2926
3034
  "description": "",
2927
3035
  "line": 25,
@@ -2936,6 +3044,7 @@
2936
3044
  "deprecated": false,
2937
3045
  "deprecationMessage": "",
2938
3046
  "type": "",
3047
+ "indexKey": "",
2939
3048
  "optional": false,
2940
3049
  "description": "",
2941
3050
  "line": 28,
@@ -3024,43 +3133,45 @@
3024
3133
  {
3025
3134
  "pos": 1511,
3026
3135
  "end": 1539,
3136
+ "kind": 341,
3137
+ "id": 0,
3027
3138
  "flags": 16842752,
3028
3139
  "modifierFlagsCache": 0,
3029
3140
  "transformFlags": 0,
3030
- "kind": 348,
3031
3141
  "tagName": {
3032
3142
  "pos": 1512,
3033
3143
  "end": 1517,
3144
+ "kind": 80,
3145
+ "id": 0,
3034
3146
  "flags": 16842752,
3035
- "modifierFlagsCache": 0,
3036
3147
  "transformFlags": 0,
3037
- "kind": 80,
3038
3148
  "escapedText": "param"
3039
3149
  },
3040
3150
  "comment": "",
3041
3151
  "typeExpression": {
3042
3152
  "pos": 1518,
3043
3153
  "end": 1527,
3154
+ "kind": 309,
3155
+ "id": 0,
3044
3156
  "flags": 16842752,
3045
3157
  "modifierFlagsCache": 0,
3046
3158
  "transformFlags": 0,
3047
- "kind": 316,
3048
3159
  "type": {
3049
3160
  "pos": 1519,
3050
3161
  "end": 1526,
3162
+ "kind": 136,
3163
+ "id": 0,
3051
3164
  "flags": 16777216,
3052
- "modifierFlagsCache": 0,
3053
- "transformFlags": 1,
3054
- "kind": 136
3165
+ "transformFlags": 1
3055
3166
  }
3056
3167
  },
3057
3168
  "name": {
3058
3169
  "pos": 1528,
3059
3170
  "end": 1533,
3171
+ "kind": 80,
3172
+ "id": 0,
3060
3173
  "flags": 16842752,
3061
- "modifierFlagsCache": 0,
3062
3174
  "transformFlags": 0,
3063
- "kind": 80,
3064
3175
  "escapedText": "value"
3065
3176
  },
3066
3177
  "isNameFirst": false,
@@ -3140,10 +3251,10 @@
3140
3251
  "name": {
3141
3252
  "pos": 2030,
3142
3253
  "end": 2035,
3254
+ "kind": 80,
3255
+ "id": 0,
3143
3256
  "flags": 16842752,
3144
- "modifierFlagsCache": 0,
3145
3257
  "transformFlags": 0,
3146
- "kind": 80,
3147
3258
  "escapedText": "value"
3148
3259
  },
3149
3260
  "type": "boolean",
@@ -3153,43 +3264,45 @@
3153
3264
  "tagName": {
3154
3265
  "pos": 2002,
3155
3266
  "end": 2007,
3267
+ "kind": 80,
3268
+ "id": 0,
3156
3269
  "flags": 16842752,
3157
- "modifierFlagsCache": 0,
3158
3270
  "transformFlags": 0,
3159
- "kind": 80,
3160
3271
  "escapedText": "param"
3161
3272
  },
3162
3273
  "comment": "",
3163
3274
  "typeExpression": {
3164
3275
  "pos": 2008,
3165
3276
  "end": 2029,
3277
+ "kind": 309,
3278
+ "id": 0,
3166
3279
  "flags": 16842752,
3167
3280
  "modifierFlagsCache": 0,
3168
3281
  "transformFlags": 0,
3169
- "kind": 316,
3170
3282
  "type": {
3171
3283
  "pos": 2009,
3172
3284
  "end": 2028,
3285
+ "kind": 192,
3286
+ "id": 0,
3173
3287
  "flags": 16777216,
3174
3288
  "modifierFlagsCache": 0,
3175
3289
  "transformFlags": 1,
3176
- "kind": 192,
3177
3290
  "types": [
3178
3291
  {
3179
3292
  "pos": 2009,
3180
3293
  "end": 2016,
3294
+ "kind": 136,
3295
+ "id": 0,
3181
3296
  "flags": 16777216,
3182
- "modifierFlagsCache": 0,
3183
- "transformFlags": 1,
3184
- "kind": 136
3297
+ "transformFlags": 1
3185
3298
  },
3186
3299
  {
3187
3300
  "pos": 2018,
3188
3301
  "end": 2028,
3302
+ "kind": 157,
3303
+ "id": 0,
3189
3304
  "flags": 16777216,
3190
- "modifierFlagsCache": 0,
3191
- "transformFlags": 1,
3192
- "kind": 157
3305
+ "transformFlags": 1
3193
3306
  }
3194
3307
  ]
3195
3308
  }
@@ -3224,10 +3337,10 @@
3224
3337
  "name": {
3225
3338
  "pos": 1528,
3226
3339
  "end": 1533,
3340
+ "kind": 80,
3341
+ "id": 0,
3227
3342
  "flags": 16842752,
3228
- "modifierFlagsCache": 0,
3229
3343
  "transformFlags": 0,
3230
- "kind": 80,
3231
3344
  "escapedText": "value"
3232
3345
  },
3233
3346
  "type": "boolean",
@@ -3236,27 +3349,28 @@
3236
3349
  "tagName": {
3237
3350
  "pos": 1512,
3238
3351
  "end": 1517,
3352
+ "kind": 80,
3353
+ "id": 0,
3239
3354
  "flags": 16842752,
3240
- "modifierFlagsCache": 0,
3241
3355
  "transformFlags": 0,
3242
- "kind": 80,
3243
3356
  "escapedText": "param"
3244
3357
  },
3245
3358
  "comment": "",
3246
3359
  "typeExpression": {
3247
3360
  "pos": 1518,
3248
3361
  "end": 1527,
3362
+ "kind": 309,
3363
+ "id": 0,
3249
3364
  "flags": 16842752,
3250
3365
  "modifierFlagsCache": 0,
3251
3366
  "transformFlags": 0,
3252
- "kind": 316,
3253
3367
  "type": {
3254
3368
  "pos": 1519,
3255
3369
  "end": 1526,
3370
+ "kind": 136,
3371
+ "id": 0,
3256
3372
  "flags": 16777216,
3257
- "modifierFlagsCache": 0,
3258
- "transformFlags": 1,
3259
- "kind": 136
3373
+ "transformFlags": 1
3260
3374
  }
3261
3375
  }
3262
3376
  }
@@ -3349,6 +3463,7 @@
3349
3463
  "deprecated": false,
3350
3464
  "deprecationMessage": "",
3351
3465
  "type": "",
3466
+ "indexKey": "",
3352
3467
  "optional": false,
3353
3468
  "description": "",
3354
3469
  "line": 24,
@@ -3362,6 +3477,7 @@
3362
3477
  "deprecated": false,
3363
3478
  "deprecationMessage": "",
3364
3479
  "type": "",
3480
+ "indexKey": "",
3365
3481
  "optional": false,
3366
3482
  "description": "",
3367
3483
  "line": 25,
@@ -3506,6 +3622,7 @@
3506
3622
  "deprecated": false,
3507
3623
  "deprecationMessage": "",
3508
3624
  "type": "",
3625
+ "indexKey": "",
3509
3626
  "optional": false,
3510
3627
  "description": "",
3511
3628
  "line": 29,
@@ -3519,6 +3636,7 @@
3519
3636
  "deprecated": false,
3520
3637
  "deprecationMessage": "",
3521
3638
  "type": "",
3639
+ "indexKey": "",
3522
3640
  "optional": false,
3523
3641
  "description": "",
3524
3642
  "line": 26,
@@ -3536,6 +3654,7 @@
3536
3654
  "deprecated": false,
3537
3655
  "deprecationMessage": "",
3538
3656
  "type": "",
3657
+ "indexKey": "",
3539
3658
  "optional": false,
3540
3659
  "description": "",
3541
3660
  "line": 27,
@@ -3691,6 +3810,7 @@
3691
3810
  "deprecated": false,
3692
3811
  "deprecationMessage": "",
3693
3812
  "type": "",
3813
+ "indexKey": "",
3694
3814
  "optional": false,
3695
3815
  "description": "",
3696
3816
  "line": 29
@@ -3701,6 +3821,7 @@
3701
3821
  "deprecated": false,
3702
3822
  "deprecationMessage": "",
3703
3823
  "type": "",
3824
+ "indexKey": "",
3704
3825
  "optional": false,
3705
3826
  "description": "",
3706
3827
  "line": 26,
@@ -3715,6 +3836,7 @@
3715
3836
  "deprecated": false,
3716
3837
  "deprecationMessage": "",
3717
3838
  "type": "",
3839
+ "indexKey": "",
3718
3840
  "optional": false,
3719
3841
  "description": "",
3720
3842
  "line": 27,
@@ -3807,6 +3929,7 @@
3807
3929
  "deprecated": false,
3808
3930
  "deprecationMessage": "",
3809
3931
  "type": "",
3932
+ "indexKey": "",
3810
3933
  "optional": false,
3811
3934
  "description": "",
3812
3935
  "line": 13
@@ -3917,6 +4040,7 @@
3917
4040
  "deprecated": false,
3918
4041
  "deprecationMessage": "",
3919
4042
  "type": "",
4043
+ "indexKey": "",
3920
4044
  "optional": false,
3921
4045
  "description": "",
3922
4046
  "line": 29,
@@ -3930,6 +4054,7 @@
3930
4054
  "deprecated": false,
3931
4055
  "deprecationMessage": "",
3932
4056
  "type": "",
4057
+ "indexKey": "",
3933
4058
  "optional": false,
3934
4059
  "description": "",
3935
4060
  "line": 26,
@@ -3947,6 +4072,7 @@
3947
4072
  "deprecated": false,
3948
4073
  "deprecationMessage": "",
3949
4074
  "type": "",
4075
+ "indexKey": "",
3950
4076
  "optional": false,
3951
4077
  "description": "",
3952
4078
  "line": 27,
@@ -4242,6 +4368,7 @@
4242
4368
  "deprecated": false,
4243
4369
  "deprecationMessage": "",
4244
4370
  "type": "",
4371
+ "indexKey": "",
4245
4372
  "optional": false,
4246
4373
  "description": "",
4247
4374
  "line": 29,
@@ -4255,6 +4382,7 @@
4255
4382
  "deprecated": false,
4256
4383
  "deprecationMessage": "",
4257
4384
  "type": "",
4385
+ "indexKey": "",
4258
4386
  "optional": false,
4259
4387
  "description": "",
4260
4388
  "line": 26,
@@ -4272,6 +4400,7 @@
4272
4400
  "deprecated": false,
4273
4401
  "deprecationMessage": "",
4274
4402
  "type": "",
4403
+ "indexKey": "",
4275
4404
  "optional": false,
4276
4405
  "description": "",
4277
4406
  "line": 27,
@@ -4427,6 +4556,7 @@
4427
4556
  "deprecated": false,
4428
4557
  "deprecationMessage": "",
4429
4558
  "type": "[]",
4559
+ "indexKey": "",
4430
4560
  "optional": false,
4431
4561
  "description": "",
4432
4562
  "line": 63,
@@ -4440,6 +4570,7 @@
4440
4570
  "deprecated": false,
4441
4571
  "deprecationMessage": "",
4442
4572
  "type": "",
4573
+ "indexKey": "",
4443
4574
  "optional": false,
4444
4575
  "description": "",
4445
4576
  "line": 77
@@ -4582,6 +4713,7 @@
4582
4713
  "deprecated": false,
4583
4714
  "deprecationMessage": "",
4584
4715
  "type": "",
4716
+ "indexKey": "",
4585
4717
  "optional": false,
4586
4718
  "description": "",
4587
4719
  "line": 22,
@@ -4614,10 +4746,10 @@
4614
4746
  "name": {
4615
4747
  "pos": 1031,
4616
4748
  "end": 1037,
4749
+ "kind": 80,
4750
+ "id": 0,
4617
4751
  "flags": 16842752,
4618
- "modifierFlagsCache": 0,
4619
4752
  "transformFlags": 0,
4620
- "kind": 80,
4621
4753
  "escapedText": "result"
4622
4754
  },
4623
4755
  "type": "RdxDialogResult<C>",
@@ -4626,10 +4758,10 @@
4626
4758
  "tagName": {
4627
4759
  "pos": 1025,
4628
4760
  "end": 1030,
4761
+ "kind": 80,
4762
+ "id": 0,
4629
4763
  "flags": 16842752,
4630
- "modifierFlagsCache": 0,
4631
4764
  "transformFlags": 0,
4632
- "kind": 80,
4633
4765
  "escapedText": "param"
4634
4766
  },
4635
4767
  "comment": "<p>The result to be passed back when closing the dialog</p>\n"
@@ -4788,6 +4920,7 @@
4788
4920
  "deprecated": false,
4789
4921
  "deprecationMessage": "",
4790
4922
  "type": "",
4923
+ "indexKey": "",
4791
4924
  "optional": false,
4792
4925
  "description": "",
4793
4926
  "line": 28,
@@ -4801,6 +4934,7 @@
4801
4934
  "deprecated": false,
4802
4935
  "deprecationMessage": "",
4803
4936
  "type": "",
4937
+ "indexKey": "",
4804
4938
  "optional": false,
4805
4939
  "description": "",
4806
4940
  "line": 27,
@@ -4814,6 +4948,7 @@
4814
4948
  "deprecated": false,
4815
4949
  "deprecationMessage": "",
4816
4950
  "type": "",
4951
+ "indexKey": "",
4817
4952
  "optional": false,
4818
4953
  "description": "",
4819
4954
  "line": 34,
@@ -4827,6 +4962,7 @@
4827
4962
  "deprecated": false,
4828
4963
  "deprecationMessage": "",
4829
4964
  "type": "",
4965
+ "indexKey": "",
4830
4966
  "optional": false,
4831
4967
  "description": "",
4832
4968
  "line": 35,
@@ -4901,6 +5037,7 @@
4901
5037
  "deprecated": false,
4902
5038
  "deprecationMessage": "",
4903
5039
  "type": "",
5040
+ "indexKey": "",
4904
5041
  "optional": false,
4905
5042
  "description": "",
4906
5043
  "line": 24,
@@ -4914,6 +5051,7 @@
4914
5051
  "deprecated": false,
4915
5052
  "deprecationMessage": "",
4916
5053
  "type": "",
5054
+ "indexKey": "",
4917
5055
  "optional": false,
4918
5056
  "description": "",
4919
5057
  "line": 25,
@@ -5058,6 +5196,7 @@
5058
5196
  "deprecated": false,
5059
5197
  "deprecationMessage": "",
5060
5198
  "type": "",
5199
+ "indexKey": "",
5061
5200
  "optional": false,
5062
5201
  "description": "",
5063
5202
  "line": 30,
@@ -5071,6 +5210,7 @@
5071
5210
  "deprecated": false,
5072
5211
  "deprecationMessage": "",
5073
5212
  "type": "",
5213
+ "indexKey": "",
5074
5214
  "optional": false,
5075
5215
  "description": "",
5076
5216
  "line": 27,
@@ -5088,6 +5228,7 @@
5088
5228
  "deprecated": false,
5089
5229
  "deprecationMessage": "",
5090
5230
  "type": "",
5231
+ "indexKey": "",
5091
5232
  "optional": false,
5092
5233
  "description": "",
5093
5234
  "line": 28,
@@ -5243,6 +5384,7 @@
5243
5384
  "deprecated": false,
5244
5385
  "deprecationMessage": "",
5245
5386
  "type": "",
5387
+ "indexKey": "",
5246
5388
  "optional": false,
5247
5389
  "description": "",
5248
5390
  "line": 30
@@ -5253,6 +5395,7 @@
5253
5395
  "deprecated": false,
5254
5396
  "deprecationMessage": "",
5255
5397
  "type": "",
5398
+ "indexKey": "",
5256
5399
  "optional": false,
5257
5400
  "description": "",
5258
5401
  "line": 27,
@@ -5267,6 +5410,7 @@
5267
5410
  "deprecated": false,
5268
5411
  "deprecationMessage": "",
5269
5412
  "type": "",
5413
+ "indexKey": "",
5270
5414
  "optional": false,
5271
5415
  "description": "",
5272
5416
  "line": 28,
@@ -5359,6 +5503,7 @@
5359
5503
  "deprecated": false,
5360
5504
  "deprecationMessage": "",
5361
5505
  "type": "",
5506
+ "indexKey": "",
5362
5507
  "optional": false,
5363
5508
  "description": "",
5364
5509
  "line": 13
@@ -5469,6 +5614,7 @@
5469
5614
  "deprecated": false,
5470
5615
  "deprecationMessage": "",
5471
5616
  "type": "",
5617
+ "indexKey": "",
5472
5618
  "optional": false,
5473
5619
  "description": "",
5474
5620
  "line": 30,
@@ -5482,6 +5628,7 @@
5482
5628
  "deprecated": false,
5483
5629
  "deprecationMessage": "",
5484
5630
  "type": "",
5631
+ "indexKey": "",
5485
5632
  "optional": false,
5486
5633
  "description": "",
5487
5634
  "line": 27,
@@ -5499,6 +5646,7 @@
5499
5646
  "deprecated": false,
5500
5647
  "deprecationMessage": "",
5501
5648
  "type": "",
5649
+ "indexKey": "",
5502
5650
  "optional": false,
5503
5651
  "description": "",
5504
5652
  "line": 28,
@@ -5794,6 +5942,7 @@
5794
5942
  "deprecated": false,
5795
5943
  "deprecationMessage": "",
5796
5944
  "type": "",
5945
+ "indexKey": "",
5797
5946
  "optional": false,
5798
5947
  "description": "",
5799
5948
  "line": 30,
@@ -5807,6 +5956,7 @@
5807
5956
  "deprecated": false,
5808
5957
  "deprecationMessage": "",
5809
5958
  "type": "",
5959
+ "indexKey": "",
5810
5960
  "optional": false,
5811
5961
  "description": "",
5812
5962
  "line": 27,
@@ -5824,6 +5974,7 @@
5824
5974
  "deprecated": false,
5825
5975
  "deprecationMessage": "",
5826
5976
  "type": "",
5977
+ "indexKey": "",
5827
5978
  "optional": false,
5828
5979
  "description": "",
5829
5980
  "line": 28,
@@ -5997,6 +6148,7 @@
5997
6148
  "deprecated": false,
5998
6149
  "deprecationMessage": "",
5999
6150
  "type": "",
6151
+ "indexKey": "",
6000
6152
  "optional": false,
6001
6153
  "description": "",
6002
6154
  "line": 153
@@ -6262,6 +6414,7 @@
6262
6414
  "deprecated": false,
6263
6415
  "deprecationMessage": "",
6264
6416
  "type": "InputSignal<string>",
6417
+ "indexKey": "",
6265
6418
  "optional": false,
6266
6419
  "description": "<p>The id of the element the label is associated with.</p>\n",
6267
6420
  "line": 32,
@@ -6273,51 +6426,54 @@
6273
6426
  {
6274
6427
  "pos": 751,
6275
6428
  "end": 771,
6429
+ "kind": 344,
6430
+ "id": 0,
6276
6431
  "flags": 16842752,
6277
6432
  "modifierFlagsCache": 0,
6278
6433
  "transformFlags": 0,
6279
- "kind": 351,
6280
6434
  "tagName": {
6281
6435
  "pos": 752,
6282
6436
  "end": 756,
6437
+ "kind": 80,
6438
+ "id": 0,
6283
6439
  "flags": 16842752,
6284
- "modifierFlagsCache": 0,
6285
6440
  "transformFlags": 0,
6286
- "kind": 80,
6287
6441
  "escapedText": "type"
6288
6442
  },
6289
6443
  "comment": "",
6290
6444
  "typeExpression": {
6291
6445
  "pos": 757,
6292
6446
  "end": 763,
6447
+ "kind": 309,
6448
+ "id": 0,
6293
6449
  "flags": 16842752,
6294
6450
  "modifierFlagsCache": 0,
6295
6451
  "transformFlags": 0,
6296
- "kind": 316,
6297
6452
  "type": {
6298
6453
  "pos": 757,
6299
6454
  "end": 763,
6455
+ "kind": 154,
6456
+ "id": 0,
6300
6457
  "flags": 16777216,
6301
- "modifierFlagsCache": 0,
6302
- "transformFlags": 1,
6303
- "kind": 154
6458
+ "transformFlags": 1
6304
6459
  }
6305
6460
  }
6306
6461
  },
6307
6462
  {
6308
6463
  "pos": 771,
6309
6464
  "end": 791,
6465
+ "kind": 327,
6466
+ "id": 0,
6310
6467
  "flags": 16842752,
6311
6468
  "modifierFlagsCache": 0,
6312
6469
  "transformFlags": 0,
6313
- "kind": 334,
6314
6470
  "tagName": {
6315
6471
  "pos": 772,
6316
6472
  "end": 779,
6473
+ "kind": 80,
6474
+ "id": 0,
6317
6475
  "flags": 16842752,
6318
- "modifierFlagsCache": 0,
6319
6476
  "transformFlags": 0,
6320
- "kind": 80,
6321
6477
  "escapedText": "default"
6322
6478
  },
6323
6479
  "comment": "<p>false</p>\n"
@@ -6330,6 +6486,7 @@
6330
6486
  "deprecated": false,
6331
6487
  "deprecationMessage": "",
6332
6488
  "type": "InputSignal<string>",
6489
+ "indexKey": "",
6333
6490
  "optional": false,
6334
6491
  "description": "",
6335
6492
  "line": 20,
@@ -6341,51 +6498,54 @@
6341
6498
  {
6342
6499
  "pos": 416,
6343
6500
  "end": 436,
6501
+ "kind": 344,
6502
+ "id": 0,
6344
6503
  "flags": 16842752,
6345
6504
  "modifierFlagsCache": 0,
6346
6505
  "transformFlags": 0,
6347
- "kind": 351,
6348
6506
  "tagName": {
6349
6507
  "pos": 417,
6350
6508
  "end": 421,
6509
+ "kind": 80,
6510
+ "id": 0,
6351
6511
  "flags": 16842752,
6352
- "modifierFlagsCache": 0,
6353
6512
  "transformFlags": 0,
6354
- "kind": 80,
6355
6513
  "escapedText": "type"
6356
6514
  },
6357
6515
  "comment": "",
6358
6516
  "typeExpression": {
6359
6517
  "pos": 422,
6360
6518
  "end": 428,
6519
+ "kind": 309,
6520
+ "id": 0,
6361
6521
  "flags": 16842752,
6362
6522
  "modifierFlagsCache": 0,
6363
6523
  "transformFlags": 0,
6364
- "kind": 316,
6365
6524
  "type": {
6366
6525
  "pos": 422,
6367
6526
  "end": 428,
6527
+ "kind": 154,
6528
+ "id": 0,
6368
6529
  "flags": 16777216,
6369
- "modifierFlagsCache": 0,
6370
- "transformFlags": 1,
6371
- "kind": 154
6530
+ "transformFlags": 1
6372
6531
  }
6373
6532
  }
6374
6533
  },
6375
6534
  {
6376
6535
  "pos": 436,
6377
6536
  "end": 475,
6537
+ "kind": 327,
6538
+ "id": 0,
6378
6539
  "flags": 16842752,
6379
6540
  "modifierFlagsCache": 0,
6380
6541
  "transformFlags": 0,
6381
- "kind": 334,
6382
6542
  "tagName": {
6383
6543
  "pos": 437,
6384
6544
  "end": 444,
6545
+ "kind": 80,
6546
+ "id": 0,
6385
6547
  "flags": 16842752,
6386
- "modifierFlagsCache": 0,
6387
6548
  "transformFlags": 0,
6388
- "kind": 80,
6389
6549
  "escapedText": "default"
6390
6550
  },
6391
6551
  "comment": "<p>&#39;rdx-label-{idIterator}&#39;</p>\n"
@@ -6451,6 +6611,7 @@
6451
6611
  "deprecated": false,
6452
6612
  "deprecationMessage": "",
6453
6613
  "type": "",
6614
+ "indexKey": "",
6454
6615
  "optional": false,
6455
6616
  "description": "",
6456
6617
  "line": 14,
@@ -6491,6 +6652,7 @@
6491
6652
  "deprecated": false,
6492
6653
  "deprecationMessage": "",
6493
6654
  "type": "",
6655
+ "indexKey": "",
6494
6656
  "optional": false,
6495
6657
  "description": "",
6496
6658
  "line": 19,
@@ -6504,6 +6666,7 @@
6504
6666
  "deprecated": false,
6505
6667
  "deprecationMessage": "",
6506
6668
  "type": "",
6669
+ "indexKey": "",
6507
6670
  "optional": false,
6508
6671
  "description": "",
6509
6672
  "line": 23,
@@ -6518,6 +6681,7 @@
6518
6681
  "deprecated": false,
6519
6682
  "deprecationMessage": "",
6520
6683
  "type": "",
6684
+ "indexKey": "",
6521
6685
  "optional": false,
6522
6686
  "description": "",
6523
6687
  "line": 18,
@@ -6531,6 +6695,7 @@
6531
6695
  "deprecated": false,
6532
6696
  "deprecationMessage": "",
6533
6697
  "type": "",
6698
+ "indexKey": "",
6534
6699
  "optional": false,
6535
6700
  "description": "",
6536
6701
  "line": 24,
@@ -6545,6 +6710,7 @@
6545
6710
  "deprecated": false,
6546
6711
  "deprecationMessage": "",
6547
6712
  "type": "",
6713
+ "indexKey": "",
6548
6714
  "optional": false,
6549
6715
  "description": "",
6550
6716
  "line": 21,
@@ -6598,6 +6764,7 @@
6598
6764
  "deprecated": false,
6599
6765
  "deprecationMessage": "",
6600
6766
  "type": "",
6767
+ "indexKey": "",
6601
6768
  "optional": false,
6602
6769
  "description": "",
6603
6770
  "line": 11,
@@ -6660,6 +6827,7 @@
6660
6827
  "deprecated": false,
6661
6828
  "deprecationMessage": "",
6662
6829
  "type": "",
6830
+ "indexKey": "",
6663
6831
  "optional": false,
6664
6832
  "description": "",
6665
6833
  "line": 20,
@@ -6673,6 +6841,7 @@
6673
6841
  "deprecated": false,
6674
6842
  "deprecationMessage": "",
6675
6843
  "type": "",
6844
+ "indexKey": "",
6676
6845
  "optional": false,
6677
6846
  "description": "",
6678
6847
  "line": 24,
@@ -6687,6 +6856,7 @@
6687
6856
  "deprecated": false,
6688
6857
  "deprecationMessage": "",
6689
6858
  "type": "",
6859
+ "indexKey": "",
6690
6860
  "optional": false,
6691
6861
  "description": "",
6692
6862
  "line": 19,
@@ -6700,6 +6870,7 @@
6700
6870
  "deprecated": false,
6701
6871
  "deprecationMessage": "",
6702
6872
  "type": "",
6873
+ "indexKey": "",
6703
6874
  "optional": false,
6704
6875
  "description": "",
6705
6876
  "line": 25,
@@ -6714,6 +6885,7 @@
6714
6885
  "deprecated": false,
6715
6886
  "deprecationMessage": "",
6716
6887
  "type": "",
6888
+ "indexKey": "",
6717
6889
  "optional": false,
6718
6890
  "description": "",
6719
6891
  "line": 22,
@@ -6819,6 +6991,7 @@
6819
6991
  "deprecated": false,
6820
6992
  "deprecationMessage": "",
6821
6993
  "type": "",
6994
+ "indexKey": "",
6822
6995
  "optional": false,
6823
6996
  "description": "",
6824
6997
  "line": 22,
@@ -6833,6 +7006,7 @@
6833
7006
  "deprecated": false,
6834
7007
  "deprecationMessage": "",
6835
7008
  "type": "",
7009
+ "indexKey": "",
6836
7010
  "optional": false,
6837
7011
  "description": "",
6838
7012
  "line": 24,
@@ -6988,6 +7162,7 @@
6988
7162
  "deprecated": false,
6989
7163
  "deprecationMessage": "",
6990
7164
  "type": "",
7165
+ "indexKey": "",
6991
7166
  "optional": false,
6992
7167
  "description": "",
6993
7168
  "line": 28,
@@ -7001,6 +7176,7 @@
7001
7176
  "deprecated": false,
7002
7177
  "deprecationMessage": "",
7003
7178
  "type": "",
7179
+ "indexKey": "",
7004
7180
  "optional": false,
7005
7181
  "description": "",
7006
7182
  "line": 33,
@@ -7095,6 +7271,7 @@
7095
7271
  "deprecated": false,
7096
7272
  "deprecationMessage": "",
7097
7273
  "type": "",
7274
+ "indexKey": "",
7098
7275
  "optional": false,
7099
7276
  "description": "<p>This allows the directive to access the progress bar state and values.</p>\n",
7100
7277
  "line": 25,
@@ -7136,17 +7313,18 @@
7136
7313
  {
7137
7314
  "pos": 1921,
7138
7315
  "end": 1967,
7316
+ "kind": 327,
7317
+ "id": 0,
7139
7318
  "flags": 16842752,
7140
7319
  "modifierFlagsCache": 0,
7141
7320
  "transformFlags": 0,
7142
- "kind": 334,
7143
7321
  "tagName": {
7144
7322
  "pos": 1922,
7145
7323
  "end": 1929,
7324
+ "kind": 80,
7325
+ "id": 0,
7146
7326
  "flags": 16842752,
7147
- "modifierFlagsCache": 0,
7148
7327
  "transformFlags": 0,
7149
- "kind": 80,
7150
7328
  "escapedText": "default"
7151
7329
  },
7152
7330
  "comment": "<p>&#39;rdx-progress-bar-{idIterator}&#39;</p>\n"
@@ -7168,17 +7346,18 @@
7168
7346
  {
7169
7347
  "pos": 2250,
7170
7348
  "end": 2268,
7349
+ "kind": 327,
7350
+ "id": 0,
7171
7351
  "flags": 16842752,
7172
7352
  "modifierFlagsCache": 0,
7173
7353
  "transformFlags": 0,
7174
- "kind": 334,
7175
7354
  "tagName": {
7176
7355
  "pos": 2251,
7177
7356
  "end": 2258,
7357
+ "kind": 80,
7358
+ "id": 0,
7178
7359
  "flags": 16842752,
7179
- "modifierFlagsCache": 0,
7180
7360
  "transformFlags": 0,
7181
- "kind": 80,
7182
7361
  "escapedText": "default"
7183
7362
  },
7184
7363
  "comment": "<p>100</p>\n"
@@ -7200,17 +7379,18 @@
7200
7379
  {
7201
7380
  "pos": 2086,
7202
7381
  "end": 2102,
7382
+ "kind": 327,
7383
+ "id": 0,
7203
7384
  "flags": 16842752,
7204
7385
  "modifierFlagsCache": 0,
7205
7386
  "transformFlags": 0,
7206
- "kind": 334,
7207
7387
  "tagName": {
7208
7388
  "pos": 2087,
7209
7389
  "end": 2094,
7390
+ "kind": 80,
7391
+ "id": 0,
7210
7392
  "flags": 16842752,
7211
- "modifierFlagsCache": 0,
7212
7393
  "transformFlags": 0,
7213
- "kind": 80,
7214
7394
  "escapedText": "default"
7215
7395
  },
7216
7396
  "comment": "<p>0</p>\n"
@@ -7328,6 +7508,7 @@
7328
7508
  "deprecated": false,
7329
7509
  "deprecationMessage": "",
7330
7510
  "type": "string",
7511
+ "indexKey": "",
7331
7512
  "optional": false,
7332
7513
  "description": "<p>The orientation of the radio group only vertical.\nHorizontal radio buttons can sometimes be challenging to scan and localize.\nThe horizontal arrangement of radio buttons may also lead to difficulties in determining which\nlabel corresponds to which button: whether the label is above or below the button.</p>\n",
7333
7514
  "line": 60,
@@ -7339,17 +7520,18 @@
7339
7520
  {
7340
7521
  "pos": 2104,
7341
7522
  "end": 2129,
7523
+ "kind": 327,
7524
+ "id": 0,
7342
7525
  "flags": 16842752,
7343
7526
  "modifierFlagsCache": 0,
7344
7527
  "transformFlags": 0,
7345
- "kind": 334,
7346
7528
  "tagName": {
7347
7529
  "pos": 2105,
7348
7530
  "end": 2112,
7531
+ "kind": 80,
7532
+ "id": 0,
7349
7533
  "flags": 16842752,
7350
- "modifierFlagsCache": 0,
7351
7534
  "transformFlags": 0,
7352
- "kind": 80,
7353
7535
  "escapedText": "default"
7354
7536
  },
7355
7537
  "comment": "<p>&#39;vertical&#39;</p>\n"
@@ -7361,6 +7543,7 @@
7361
7543
  "deprecated": false,
7362
7544
  "deprecationMessage": "",
7363
7545
  "type": "string | undefined",
7546
+ "indexKey": "",
7364
7547
  "optional": true,
7365
7548
  "description": "",
7366
7549
  "line": 44
@@ -7371,6 +7554,7 @@
7371
7554
  "deprecated": false,
7372
7555
  "deprecationMessage": "",
7373
7556
  "type": "function",
7557
+ "indexKey": "",
7374
7558
  "optional": false,
7375
7559
  "description": "<p>The callback function to call when the radio group is touched.</p>\n",
7376
7560
  "line": 77,
@@ -7381,6 +7565,7 @@
7381
7565
  "deprecated": false,
7382
7566
  "deprecationMessage": "",
7383
7567
  "type": "QueryList<RdxRadioItemDirective>",
7568
+ "indexKey": "",
7384
7569
  "optional": false,
7385
7570
  "description": "",
7386
7571
  "line": 40,
@@ -7513,10 +7698,10 @@
7513
7698
  "name": {
7514
7699
  "pos": 3090,
7515
7700
  "end": 3095,
7701
+ "kind": 80,
7702
+ "id": 0,
7516
7703
  "flags": 16842752,
7517
- "modifierFlagsCache": 0,
7518
7704
  "transformFlags": 0,
7519
- "kind": 80,
7520
7705
  "escapedText": "value"
7521
7706
  },
7522
7707
  "type": "string",
@@ -7525,10 +7710,10 @@
7525
7710
  "tagName": {
7526
7711
  "pos": 3084,
7527
7712
  "end": 3089,
7713
+ "kind": 80,
7714
+ "id": 0,
7528
7715
  "flags": 16842752,
7529
- "modifierFlagsCache": 0,
7530
7716
  "transformFlags": 0,
7531
- "kind": 80,
7532
7717
  "escapedText": "param"
7533
7718
  },
7534
7719
  "comment": "<p>The value of the radio item to select.</p>\n"
@@ -7571,6 +7756,7 @@
7571
7756
  "deprecated": false,
7572
7757
  "deprecationMessage": "",
7573
7758
  "type": "RadioGroupDirective",
7759
+ "indexKey": "",
7574
7760
  "optional": false,
7575
7761
  "description": "",
7576
7762
  "line": 15,
@@ -7585,6 +7771,7 @@
7585
7771
  "deprecated": false,
7586
7772
  "deprecationMessage": "",
7587
7773
  "type": "RdxRadioItemDirective",
7774
+ "indexKey": "",
7588
7775
  "optional": false,
7589
7776
  "description": "",
7590
7777
  "line": 16,
@@ -7658,6 +7845,7 @@
7658
7845
  "deprecated": false,
7659
7846
  "deprecationMessage": "",
7660
7847
  "type": "",
7848
+ "indexKey": "",
7661
7849
  "optional": false,
7662
7850
  "description": "",
7663
7851
  "line": 33,
@@ -7726,35 +7914,32 @@
7726
7914
  },
7727
7915
  {
7728
7916
  "name": "RdxSeparatorRootDirective",
7729
- "id": "directive-RdxSeparatorRootDirective-4949c922492b142101253d6d48cac42ca3a0b376ad10b5fc62486d2835799ec052bf8e91d3d2a6a0299a4b21e857e6b1eb34ce436753e284358d6e3349cd248b",
7917
+ "id": "directive-RdxSeparatorRootDirective-6c322252420bd5aff36a4574ceafac454469f64308ae133a527590c45adb28e470640b2e241e9254eea66cf2b5dc5f42b9f882e9dd2ea32c4e6711d78f976ab8",
7730
7918
  "file": "separator/src/separator.directive.ts",
7731
7919
  "type": "directive",
7732
- "description": "",
7733
- "rawdescription": "\n",
7734
- "sourceCode": "import { booleanAttribute, Directive, Input } from '@angular/core';\n\nconst DEFAULT_ORIENTATION = 'horizontal';\n// eslint-disable-next-line @typescript-eslint/no-unused-vars\nconst ORIENTATIONS = ['horizontal', 'vertical'] as const;\n\nexport type Orientation = (typeof ORIENTATIONS)[number];\n\nexport interface SeparatorProps {\n /**\n * Either `vertical` or `horizontal`. Defaults to `horizontal`.\n */\n orientation?: Orientation;\n /**\n * Whether the component is purely decorative. When true, accessibility-related attributes\n * are updated so that the rendered element is removed from the accessibility tree.\n */\n decorative?: boolean;\n}\n\n@Directive({\n selector: 'div[rdxSeparatorRoot]',\n standalone: true,\n host: {\n '[attr.role]': 'decorative ? \"none\" : \"separator\"',\n // `aria-orientation` defaults to `horizontal` so we only need it if `orientation` is vertical\n '[attr.aria-orientation]': '!decorative && orientation === \"vertical\" ? \"vertical\" : null',\n '[attr.data-orientation]': 'orientation'\n }\n})\nexport class RdxSeparatorRootDirective implements SeparatorProps {\n @Input() orientation: Orientation = DEFAULT_ORIENTATION;\n\n @Input({ transform: booleanAttribute }) decorative = false;\n}\n",
7920
+ "description": "<p>Directive that adds accessible and configurable separator element to the DOM.\nThis can be either horizontal or vertical and optionally decorative (which removes\nit from the accessibility tree).</p>\n",
7921
+ "rawdescription": "\n\nDirective that adds accessible and configurable separator element to the DOM.\nThis can be either horizontal or vertical and optionally decorative (which removes\nit from the accessibility tree).\n",
7922
+ "sourceCode": "import { BooleanInput } from '@angular/cdk/coercion';\nimport { booleanAttribute, computed, Directive, input } from '@angular/core';\n\nconst DEFAULT_ORIENTATION = 'horizontal';\n\n// eslint-disable-next-line @typescript-eslint/no-unused-vars\nconst ORIENTATIONS = ['horizontal', 'vertical'] as const;\n\nexport type Orientation = (typeof ORIENTATIONS)[number];\n\nexport interface SeparatorProps {\n /**\n * Either `vertical` or `horizontal`. Defaults to `horizontal`.\n */\n orientation?: Orientation;\n /**\n * Whether the component is purely decorative. When true, accessibility-related attributes\n * are updated so that the rendered element is removed from the accessibility tree.\n */\n decorative?: boolean;\n}\n\n/**\n * Directive that adds accessible and configurable separator element to the DOM.\n * This can be either horizontal or vertical and optionally decorative (which removes\n * it from the accessibility tree).\n */\n@Directive({\n selector: 'div[rdxSeparatorRoot]',\n standalone: true,\n host: {\n '[attr.role]': 'computedRole()',\n '[attr.aria-orientation]': 'computedAriaOrientation()',\n\n '[attr.data-orientation]': 'orientation()'\n }\n})\nexport class RdxSeparatorRootDirective {\n /**\n * Orientation of the separator, can be either 'horizontal' or 'vertical'.\n * Defaults to 'horizontal'.\n */\n readonly orientation = input<Orientation>(DEFAULT_ORIENTATION);\n\n /**\n * If true, the separator will be considered decorative and removed from\n * the accessibility tree. Defaults to false.\n */\n readonly decorative = input<boolean, BooleanInput>(false, { transform: booleanAttribute });\n\n /**\n * Computes the `role` attribute for the separator. If `decorative` is true,\n * the role is set to \"none\", otherwise it is \"separator\".\n *\n * @ignore\n */\n protected readonly computedRole = computed(() => (this.decorative() ? 'none' : 'separator'));\n\n /**\n * Computes the `aria-orientation` attribute. It is set to \"vertical\" only if\n * the separator is not decorative and the orientation is set to \"vertical\".\n * For horizontal orientation, the attribute is omitted.\n *\n * @ignore\n */\n protected readonly computedAriaOrientation = computed(() =>\n !this.decorative() && this.orientation() === 'vertical' ? 'vertical' : null\n );\n}\n",
7735
7923
  "selector": "div[rdxSeparatorRoot]",
7736
7924
  "providers": [],
7737
7925
  "hostDirectives": [],
7738
7926
  "standalone": true,
7739
7927
  "inputsClass": [
7740
- {
7741
- "required": false,
7742
- "name": "decorative",
7743
- "defaultValue": "false",
7744
- "deprecated": false,
7745
- "deprecationMessage": "",
7746
- "line": 34,
7747
- "type": "boolean",
7748
- "decorators": []
7749
- },
7750
7928
  {
7751
7929
  "name": "orientation",
7752
7930
  "defaultValue": "DEFAULT_ORIENTATION",
7753
7931
  "deprecated": false,
7754
7932
  "deprecationMessage": "",
7755
- "line": 32,
7756
- "type": "Orientation",
7757
- "decorators": []
7933
+ "type": "",
7934
+ "indexKey": "",
7935
+ "optional": false,
7936
+ "description": "<p>Orientation of the separator, can be either &#39;horizontal&#39; or &#39;vertical&#39;.\nDefaults to &#39;horizontal&#39;.</p>\n",
7937
+ "line": 43,
7938
+ "rawdescription": "\n\nOrientation of the separator, can be either 'horizontal' or 'vertical'.\nDefaults to 'horizontal'.\n",
7939
+ "modifierKind": [
7940
+ 148
7941
+ ],
7942
+ "required": false
7758
7943
  }
7759
7944
  ],
7760
7945
  "outputsClass": [],
@@ -7762,12 +7947,41 @@
7762
7947
  "deprecationMessage": "",
7763
7948
  "hostBindings": [],
7764
7949
  "hostListeners": [],
7765
- "propertiesClass": [],
7950
+ "propertiesClass": [
7951
+ {
7952
+ "name": "decorative",
7953
+ "defaultValue": "input<boolean, BooleanInput>(false, { transform: booleanAttribute })",
7954
+ "deprecated": false,
7955
+ "deprecationMessage": "",
7956
+ "type": "",
7957
+ "indexKey": "",
7958
+ "optional": false,
7959
+ "description": "<p>If true, the separator will be considered decorative and removed from\nthe accessibility tree. Defaults to false.</p>\n",
7960
+ "line": 49,
7961
+ "rawdescription": "\n\nIf true, the separator will be considered decorative and removed from\nthe accessibility tree. Defaults to false.\n",
7962
+ "modifierKind": [
7963
+ 148
7964
+ ]
7965
+ },
7966
+ {
7967
+ "name": "orientation",
7968
+ "defaultValue": "DEFAULT_ORIENTATION",
7969
+ "deprecated": false,
7970
+ "deprecationMessage": "",
7971
+ "type": "",
7972
+ "indexKey": "",
7973
+ "optional": false,
7974
+ "description": "<p>Orientation of the separator, can be either &#39;horizontal&#39; or &#39;vertical&#39;.\nDefaults to &#39;horizontal&#39;.</p>\n",
7975
+ "line": 43,
7976
+ "rawdescription": "\n\nOrientation of the separator, can be either 'horizontal' or 'vertical'.\nDefaults to 'horizontal'.\n",
7977
+ "modifierKind": [
7978
+ 148
7979
+ ],
7980
+ "required": false
7981
+ }
7982
+ ],
7766
7983
  "methodsClass": [],
7767
- "extends": [],
7768
- "implements": [
7769
- "SeparatorProps"
7770
- ]
7984
+ "extends": []
7771
7985
  },
7772
7986
  {
7773
7987
  "name": "RdxSliderDirective",
@@ -7869,6 +8083,7 @@
7869
8083
  "deprecated": false,
7870
8084
  "deprecationMessage": "",
7871
8085
  "type": "",
8086
+ "indexKey": "",
7872
8087
  "optional": false,
7873
8088
  "description": "<p>Thumb is currently pressed.</p>\n",
7874
8089
  "line": 17,
@@ -7880,6 +8095,7 @@
7880
8095
  "deprecated": false,
7881
8096
  "deprecationMessage": "",
7882
8097
  "type": "",
8098
+ "indexKey": "",
7883
8099
  "optional": false,
7884
8100
  "description": "",
7885
8101
  "line": 18
@@ -7918,6 +8134,7 @@
7918
8134
  "deprecated": false,
7919
8135
  "deprecationMessage": "",
7920
8136
  "type": "",
8137
+ "indexKey": "",
7921
8138
  "optional": false,
7922
8139
  "description": "",
7923
8140
  "line": 23,
@@ -7955,6 +8172,7 @@
7955
8172
  "deprecated": false,
7956
8173
  "deprecationMessage": "",
7957
8174
  "type": "",
8175
+ "indexKey": "",
7958
8176
  "optional": false,
7959
8177
  "description": "<p>The controlled state of the switch. Must be used in conjunction with onCheckedChange.</p>\n",
7960
8178
  "line": 64,
@@ -7977,6 +8195,7 @@
7977
8195
  "deprecated": false,
7978
8196
  "deprecationMessage": "",
7979
8197
  "type": "",
8198
+ "indexKey": "",
7980
8199
  "optional": false,
7981
8200
  "description": "<p>The controlled state of the switch. Must be used in conjunction with onCheckedChange.</p>\n",
7982
8201
  "line": 64,
@@ -7992,6 +8211,7 @@
7992
8211
  "deprecated": false,
7993
8212
  "deprecationMessage": "",
7994
8213
  "type": "",
8214
+ "indexKey": "",
7995
8215
  "optional": false,
7996
8216
  "description": "<p>When true, prevents the user from interacting with the switch.</p>\n",
7997
8217
  "line": 69,
@@ -8006,6 +8226,7 @@
8006
8226
  "deprecated": false,
8007
8227
  "deprecationMessage": "",
8008
8228
  "type": "",
8229
+ "indexKey": "",
8009
8230
  "optional": false,
8010
8231
  "description": "",
8011
8232
  "line": 76,
@@ -8019,6 +8240,7 @@
8019
8240
  "deprecated": false,
8020
8241
  "deprecationMessage": "",
8021
8242
  "type": "",
8243
+ "indexKey": "",
8022
8244
  "optional": false,
8023
8245
  "description": "",
8024
8246
  "line": 52,
@@ -8033,6 +8255,7 @@
8033
8255
  "deprecated": false,
8034
8256
  "deprecationMessage": "",
8035
8257
  "type": "",
8258
+ "indexKey": "",
8036
8259
  "optional": false,
8037
8260
  "description": "",
8038
8261
  "line": 51,
@@ -8046,6 +8269,7 @@
8046
8269
  "deprecated": false,
8047
8270
  "deprecationMessage": "",
8048
8271
  "type": "",
8272
+ "indexKey": "",
8049
8273
  "optional": false,
8050
8274
  "description": "<p>Event handler called when the state of the switch changes.</p>\n",
8051
8275
  "line": 81,
@@ -8060,6 +8284,7 @@
8060
8284
  "deprecated": false,
8061
8285
  "deprecationMessage": "",
8062
8286
  "type": "",
8287
+ "indexKey": "",
8063
8288
  "optional": false,
8064
8289
  "description": "<p>When true, indicates that the user must check the switch before the owning form can be submitted.</p>\n",
8065
8290
  "line": 57,
@@ -8117,6 +8342,7 @@
8117
8342
  "deprecated": false,
8118
8343
  "deprecationMessage": "",
8119
8344
  "type": "",
8345
+ "indexKey": "",
8120
8346
  "optional": false,
8121
8347
  "description": "",
8122
8348
  "line": 14,
@@ -8147,6 +8373,7 @@
8147
8373
  "deprecated": false,
8148
8374
  "deprecationMessage": "",
8149
8375
  "type": "",
8376
+ "indexKey": "",
8150
8377
  "optional": false,
8151
8378
  "description": "",
8152
8379
  "line": 20,
@@ -8168,6 +8395,7 @@
8168
8395
  "deprecated": false,
8169
8396
  "deprecationMessage": "",
8170
8397
  "type": "",
8398
+ "indexKey": "",
8171
8399
  "optional": false,
8172
8400
  "description": "",
8173
8401
  "line": 22,
@@ -8182,6 +8410,7 @@
8182
8410
  "deprecated": false,
8183
8411
  "deprecationMessage": "",
8184
8412
  "type": "",
8413
+ "indexKey": "",
8185
8414
  "optional": false,
8186
8415
  "description": "",
8187
8416
  "line": 18,
@@ -8195,6 +8424,7 @@
8195
8424
  "deprecated": false,
8196
8425
  "deprecationMessage": "",
8197
8426
  "type": "",
8427
+ "indexKey": "",
8198
8428
  "optional": false,
8199
8429
  "description": "",
8200
8430
  "line": 20,
@@ -8232,6 +8462,7 @@
8232
8462
  "deprecated": false,
8233
8463
  "deprecationMessage": "",
8234
8464
  "type": "",
8465
+ "indexKey": "",
8235
8466
  "optional": false,
8236
8467
  "description": "",
8237
8468
  "line": 20,
@@ -8343,6 +8574,7 @@
8343
8574
  "deprecated": false,
8344
8575
  "deprecationMessage": "",
8345
8576
  "type": "",
8577
+ "indexKey": "",
8346
8578
  "optional": false,
8347
8579
  "description": "",
8348
8580
  "line": 29,
@@ -8364,6 +8596,7 @@
8364
8596
  "deprecated": false,
8365
8597
  "deprecationMessage": "",
8366
8598
  "type": "",
8599
+ "indexKey": "",
8367
8600
  "optional": false,
8368
8601
  "description": "",
8369
8602
  "line": 36,
@@ -8378,6 +8611,7 @@
8378
8611
  "deprecated": false,
8379
8612
  "deprecationMessage": "",
8380
8613
  "type": "",
8614
+ "indexKey": "",
8381
8615
  "optional": false,
8382
8616
  "description": "",
8383
8617
  "line": 32,
@@ -8391,6 +8625,7 @@
8391
8625
  "deprecated": false,
8392
8626
  "deprecationMessage": "",
8393
8627
  "type": "",
8628
+ "indexKey": "",
8394
8629
  "optional": false,
8395
8630
  "description": "",
8396
8631
  "line": 39,
@@ -8405,6 +8640,7 @@
8405
8640
  "deprecated": false,
8406
8641
  "deprecationMessage": "",
8407
8642
  "type": "",
8643
+ "indexKey": "",
8408
8644
  "optional": false,
8409
8645
  "description": "",
8410
8646
  "line": 26,
@@ -8419,6 +8655,7 @@
8419
8655
  "deprecated": false,
8420
8656
  "deprecationMessage": "",
8421
8657
  "type": "",
8658
+ "indexKey": "",
8422
8659
  "optional": false,
8423
8660
  "description": "",
8424
8661
  "line": 37,
@@ -8432,6 +8669,7 @@
8432
8669
  "deprecated": false,
8433
8670
  "deprecationMessage": "",
8434
8671
  "type": "",
8672
+ "indexKey": "",
8435
8673
  "optional": false,
8436
8674
  "description": "",
8437
8675
  "line": 29,
@@ -8512,12 +8750,12 @@
8512
8750
  },
8513
8751
  {
8514
8752
  "name": "RdxToggleDirective",
8515
- "id": "directive-RdxToggleDirective-0bcbd664ea72aa02f90b3331238e8a118a14b8566bd36067013921c606f502814694751ab854825b1057106f71febb584ae15da9ebef63dc60001540db7e5906",
8753
+ "id": "directive-RdxToggleDirective-c38736a56da683199a4d3e8cea702eebaf0b3ba73040f82b308e3946d86761c73fa83a542318e74713ec6be7040caf5449cf2e91319a87a7dbcaf6abf7069342",
8516
8754
  "file": "toggle/src/toggle.directive.ts",
8517
8755
  "type": "directive",
8518
8756
  "description": "",
8519
8757
  "rawdescription": "\n",
8520
- "sourceCode": "import { BooleanInput } from '@angular/cdk/coercion';\nimport { booleanAttribute, Directive, input, model, output, OutputEmitterRef } from '@angular/core';\n\nexport interface ToggleProps {\n /**\n * The controlled state of the toggle.\n */\n pressed?: boolean;\n\n /**\n * The state of the toggle when initially rendered. Use `defaultPressed`\n * if you do not need to control the state of the toggle.\n * @defaultValue false\n */\n defaultPressed?: boolean;\n\n /**\n * The callback that fires when the state of the toggle changes.\n */\n onPressedChange?: OutputEmitterRef<boolean>;\n\n /**\n * Whether the toggle is disabled.\n * @defaultValue false\n */\n disabled?: boolean;\n}\n\n@Directive({\n selector: '[rdxToggle]',\n exportAs: 'rdxToggle',\n standalone: true,\n host: {\n type: 'button',\n '[attr.aria-pressed]': 'pressed()',\n '[attr.data-state]': 'pressed() ? \"on\" : \"off\"',\n '[attr.data-disabled]': 'disabled()',\n '[disabled]': 'disabled()',\n\n '(click)': 'toggle()'\n }\n})\nexport class RdxToggleDirective {\n /**\n * The pressed state of the toggle when it is initially rendered.\n * Use when you do not need to control its pressed state.\n */\n readonly defaultPressed = input<boolean, BooleanInput>(false, { transform: booleanAttribute });\n\n /**\n * The controlled pressed state of the toggle.\n * Must be used in conjunction with `onPressedChange`.\n */\n readonly pressed = model<boolean>(this.defaultPressed());\n\n /**\n * When true, prevents the user from interacting with the toggle.\n */\n readonly disabled = input<boolean, BooleanInput>(false, { transform: booleanAttribute });\n\n /**\n * Event handler called when the pressed state of the toggle changes.\n */\n readonly onPressedChange = output<boolean>();\n\n protected toggle(): void {\n if (!this.disabled()) {\n this.pressed.set(!this.pressed());\n this.onPressedChange.emit(this.pressed());\n }\n }\n}\n",
8758
+ "sourceCode": "import { BooleanInput } from '@angular/cdk/coercion';\nimport { booleanAttribute, Directive, input, model, output, OutputEmitterRef } from '@angular/core';\n\nexport interface ToggleProps {\n /**\n * The controlled state of the toggle.\n */\n pressed?: boolean;\n\n /**\n * The state of the toggle when initially rendered. Use `defaultPressed`\n * if you do not need to control the state of the toggle.\n * @defaultValue false\n */\n defaultPressed?: boolean;\n\n /**\n * The callback that fires when the state of the toggle changes.\n */\n onPressedChange?: OutputEmitterRef<boolean>;\n\n /**\n * Whether the toggle is disabled.\n * @defaultValue false\n */\n disabled?: boolean;\n}\n\n@Directive({\n selector: '[rdxToggle]',\n exportAs: 'rdxToggle',\n standalone: true,\n host: {\n '[attr.aria-pressed]': 'pressed()',\n '[attr.data-state]': 'pressed() ? \"on\" : \"off\"',\n '[attr.data-disabled]': 'disabled()',\n '[disabled]': 'disabled()',\n\n '(click)': 'toggle()'\n }\n})\nexport class RdxToggleDirective {\n /**\n * The pressed state of the toggle when it is initially rendered.\n * Use when you do not need to control its pressed state.\n */\n readonly defaultPressed = input<boolean, BooleanInput>(false, { transform: booleanAttribute });\n\n /**\n * The controlled pressed state of the toggle.\n * Must be used in conjunction with `onPressedChange`.\n */\n readonly pressed = model<boolean>(this.defaultPressed());\n\n /**\n * When true, prevents the user from interacting with the toggle.\n */\n readonly disabled = input<boolean, BooleanInput>(false, { transform: booleanAttribute });\n\n /**\n * Event handler called when the pressed state of the toggle changes.\n */\n readonly onPressedChange = output<boolean>();\n\n protected toggle(): void {\n if (!this.disabled()) {\n this.pressed.set(!this.pressed());\n this.onPressedChange.emit(this.pressed());\n }\n }\n}\n",
8521
8759
  "selector": "[rdxToggle]",
8522
8760
  "providers": [],
8523
8761
  "exportAs": "rdxToggle",
@@ -8536,9 +8774,10 @@
8536
8774
  "deprecated": false,
8537
8775
  "deprecationMessage": "",
8538
8776
  "type": "",
8777
+ "indexKey": "",
8539
8778
  "optional": false,
8540
8779
  "description": "<p>The pressed state of the toggle when it is initially rendered.\nUse when you do not need to control its pressed state.</p>\n",
8541
- "line": 48,
8780
+ "line": 47,
8542
8781
  "rawdescription": "\n\nThe pressed state of the toggle when it is initially rendered.\nUse when you do not need to control its pressed state.\n",
8543
8782
  "modifierKind": [
8544
8783
  148
@@ -8550,9 +8789,10 @@
8550
8789
  "deprecated": false,
8551
8790
  "deprecationMessage": "",
8552
8791
  "type": "",
8792
+ "indexKey": "",
8553
8793
  "optional": false,
8554
8794
  "description": "<p>When true, prevents the user from interacting with the toggle.</p>\n",
8555
- "line": 59,
8795
+ "line": 58,
8556
8796
  "rawdescription": "\n\nWhen true, prevents the user from interacting with the toggle.\n",
8557
8797
  "modifierKind": [
8558
8798
  148
@@ -8564,9 +8804,10 @@
8564
8804
  "deprecated": false,
8565
8805
  "deprecationMessage": "",
8566
8806
  "type": "",
8807
+ "indexKey": "",
8567
8808
  "optional": false,
8568
8809
  "description": "<p>Event handler called when the pressed state of the toggle changes.</p>\n",
8569
- "line": 64,
8810
+ "line": 63,
8570
8811
  "rawdescription": "\n\nEvent handler called when the pressed state of the toggle changes.\n",
8571
8812
  "modifierKind": [
8572
8813
  148
@@ -8578,9 +8819,10 @@
8578
8819
  "deprecated": false,
8579
8820
  "deprecationMessage": "",
8580
8821
  "type": "",
8822
+ "indexKey": "",
8581
8823
  "optional": false,
8582
8824
  "description": "<p>The controlled pressed state of the toggle.\nMust be used in conjunction with <code>onPressedChange</code>.</p>\n",
8583
- "line": 54,
8825
+ "line": 53,
8584
8826
  "rawdescription": "\n\nThe controlled pressed state of the toggle.\nMust be used in conjunction with `onPressedChange`.\n",
8585
8827
  "modifierKind": [
8586
8828
  148
@@ -8594,7 +8836,7 @@
8594
8836
  "optional": false,
8595
8837
  "returnType": "void",
8596
8838
  "typeParameters": [],
8597
- "line": 66,
8839
+ "line": 65,
8598
8840
  "deprecated": false,
8599
8841
  "deprecationMessage": "",
8600
8842
  "modifierKind": [
@@ -8637,17 +8879,18 @@
8637
8879
  {
8638
8880
  "pos": 1451,
8639
8881
  "end": 1471,
8882
+ "kind": 327,
8883
+ "id": 0,
8640
8884
  "flags": 16842752,
8641
8885
  "modifierFlagsCache": 0,
8642
8886
  "transformFlags": 0,
8643
- "kind": 334,
8644
8887
  "tagName": {
8645
8888
  "pos": 1452,
8646
8889
  "end": 1459,
8890
+ "kind": 80,
8891
+ "id": 0,
8647
8892
  "flags": 16842752,
8648
- "modifierFlagsCache": 0,
8649
8893
  "transformFlags": 0,
8650
- "kind": 80,
8651
8894
  "escapedText": "default"
8652
8895
  },
8653
8896
  "comment": "<p>false</p>\n"
@@ -8668,17 +8911,18 @@
8668
8911
  {
8669
8912
  "pos": 1292,
8670
8913
  "end": 1319,
8914
+ "kind": 327,
8915
+ "id": 0,
8671
8916
  "flags": 16842752,
8672
8917
  "modifierFlagsCache": 0,
8673
8918
  "transformFlags": 0,
8674
- "kind": 334,
8675
8919
  "tagName": {
8676
8920
  "pos": 1293,
8677
8921
  "end": 1300,
8922
+ "kind": 80,
8923
+ "id": 0,
8678
8924
  "flags": 16842752,
8679
- "modifierFlagsCache": 0,
8680
8925
  "transformFlags": 0,
8681
- "kind": 80,
8682
8926
  "escapedText": "default"
8683
8927
  },
8684
8928
  "comment": "<p>&#39;horizontal&#39;</p>\n"
@@ -8722,17 +8966,18 @@
8722
8966
  {
8723
8967
  "pos": 1610,
8724
8968
  "end": 1629,
8969
+ "kind": 327,
8970
+ "id": 0,
8725
8971
  "flags": 16842752,
8726
8972
  "modifierFlagsCache": 0,
8727
8973
  "transformFlags": 0,
8728
- "kind": 334,
8729
8974
  "tagName": {
8730
8975
  "pos": 1611,
8731
8976
  "end": 1618,
8977
+ "kind": 80,
8978
+ "id": 0,
8732
8979
  "flags": 16842752,
8733
- "modifierFlagsCache": 0,
8734
8980
  "transformFlags": 0,
8735
- "kind": 80,
8736
8981
  "escapedText": "default"
8737
8982
  },
8738
8983
  "comment": "<p>true</p>\n"
@@ -8756,6 +9001,7 @@
8756
9001
  "deprecated": false,
8757
9002
  "deprecationMessage": "",
8758
9003
  "type": "QueryList<RdxToggleGroupItemDirective>",
9004
+ "indexKey": "",
8759
9005
  "optional": true,
8760
9006
  "description": "<p>Access the buttons in the toggle group.</p>\n",
8761
9007
  "line": 68,
@@ -8776,6 +9022,7 @@
8776
9022
  "deprecated": false,
8777
9023
  "deprecationMessage": "",
8778
9024
  "type": "function",
9025
+ "indexKey": "",
8779
9026
  "optional": true,
8780
9027
  "description": "<p>onTouch function registered via registerOnTouch (ControlValueAccessor).</p>\n",
8781
9028
  "line": 83,
@@ -8867,17 +9114,18 @@
8867
9114
  {
8868
9115
  "pos": 1339,
8869
9116
  "end": 1359,
9117
+ "kind": 327,
9118
+ "id": 0,
8870
9119
  "flags": 16842752,
8871
9120
  "modifierFlagsCache": 0,
8872
9121
  "transformFlags": 0,
8873
- "kind": 334,
8874
9122
  "tagName": {
8875
9123
  "pos": 1340,
8876
9124
  "end": 1347,
9125
+ "kind": 80,
9126
+ "id": 0,
8877
9127
  "flags": 16842752,
8878
- "modifierFlagsCache": 0,
8879
9128
  "transformFlags": 0,
8880
- "kind": 80,
8881
9129
  "escapedText": "default"
8882
9130
  },
8883
9131
  "comment": "<p>false</p>\n"
@@ -8952,180 +9200,526 @@
8952
9200
  "standalone": true,
8953
9201
  "inputsClass": [
8954
9202
  {
8955
- "required": false,
9203
+ "required": false,
9204
+ "name": "disabled",
9205
+ "defaultValue": "false",
9206
+ "deprecated": false,
9207
+ "deprecationMessage": "",
9208
+ "jsdoctags": [
9209
+ {
9210
+ "pos": 1497,
9211
+ "end": 1517,
9212
+ "kind": 327,
9213
+ "id": 0,
9214
+ "flags": 16842752,
9215
+ "modifierFlagsCache": 0,
9216
+ "transformFlags": 0,
9217
+ "tagName": {
9218
+ "pos": 1498,
9219
+ "end": 1505,
9220
+ "kind": 80,
9221
+ "id": 0,
9222
+ "flags": 16842752,
9223
+ "transformFlags": 0,
9224
+ "escapedText": "default"
9225
+ },
9226
+ "comment": "<p>false</p>\n"
9227
+ }
9228
+ ],
9229
+ "rawdescription": "\n\nWhether the toggle group is disabled.\n",
9230
+ "description": "<p>Whether the toggle group is disabled.</p>\n",
9231
+ "line": 51,
9232
+ "type": "boolean",
9233
+ "decorators": []
9234
+ },
9235
+ {
9236
+ "name": "orientation",
9237
+ "defaultValue": "'horizontal'",
9238
+ "deprecated": false,
9239
+ "deprecationMessage": "",
9240
+ "jsdoctags": [
9241
+ {
9242
+ "pos": 1338,
9243
+ "end": 1365,
9244
+ "kind": 327,
9245
+ "id": 0,
9246
+ "flags": 16842752,
9247
+ "modifierFlagsCache": 0,
9248
+ "transformFlags": 0,
9249
+ "tagName": {
9250
+ "pos": 1339,
9251
+ "end": 1346,
9252
+ "kind": 80,
9253
+ "id": 0,
9254
+ "flags": 16842752,
9255
+ "transformFlags": 0,
9256
+ "escapedText": "default"
9257
+ },
9258
+ "comment": "<p>&#39;horizontal&#39;</p>\n"
9259
+ }
9260
+ ],
9261
+ "rawdescription": "\n\nThe orientation of the toggle group.\n",
9262
+ "description": "<p>The orientation of the toggle group.</p>\n",
9263
+ "line": 45,
9264
+ "type": "\"horizontal\" | \"vertical\"",
9265
+ "decorators": []
9266
+ },
9267
+ {
9268
+ "name": "value",
9269
+ "defaultValue": "[]",
9270
+ "deprecated": false,
9271
+ "deprecationMessage": "",
9272
+ "rawdescription": "\n\nThe selected toggle button.\n",
9273
+ "description": "<p>The selected toggle button.</p>\n",
9274
+ "line": 39,
9275
+ "type": "ReadonlyArray<string>",
9276
+ "decorators": []
9277
+ },
9278
+ {
9279
+ "name": "valueChange",
9280
+ "defaultValue": "new EventEmitter<ReadonlyArray<string>>()",
9281
+ "deprecated": false,
9282
+ "deprecationMessage": "",
9283
+ "rawdescription": "\n\nEvent emitted when the selected toggle button changes.\n",
9284
+ "description": "<p>Event emitted when the selected toggle button changes.</p>\n",
9285
+ "line": 62,
9286
+ "type": "any",
9287
+ "decorators": []
9288
+ },
9289
+ {
9290
+ "required": false,
9291
+ "name": "wrap",
9292
+ "defaultValue": "true",
9293
+ "deprecated": false,
9294
+ "deprecationMessage": "",
9295
+ "jsdoctags": [
9296
+ {
9297
+ "pos": 1656,
9298
+ "end": 1675,
9299
+ "kind": 327,
9300
+ "id": 0,
9301
+ "flags": 16842752,
9302
+ "modifierFlagsCache": 0,
9303
+ "transformFlags": 0,
9304
+ "tagName": {
9305
+ "pos": 1657,
9306
+ "end": 1664,
9307
+ "kind": 80,
9308
+ "id": 0,
9309
+ "flags": 16842752,
9310
+ "transformFlags": 0,
9311
+ "escapedText": "default"
9312
+ },
9313
+ "comment": "<p>true</p>\n"
9314
+ }
9315
+ ],
9316
+ "rawdescription": "\n\nWhether the toggle group roving focus should wrap.\n",
9317
+ "description": "<p>Whether the toggle group roving focus should wrap.</p>\n",
9318
+ "line": 57,
9319
+ "type": "boolean",
9320
+ "decorators": []
9321
+ }
9322
+ ],
9323
+ "outputsClass": [],
9324
+ "deprecated": false,
9325
+ "deprecationMessage": "",
9326
+ "hostBindings": [],
9327
+ "hostListeners": [],
9328
+ "propertiesClass": [],
9329
+ "methodsClass": [
9330
+ {
9331
+ "name": "handleKeydown",
9332
+ "args": [
9333
+ {
9334
+ "name": "event",
9335
+ "type": "KeyboardEvent",
9336
+ "deprecated": false,
9337
+ "deprecationMessage": ""
9338
+ }
9339
+ ],
9340
+ "optional": false,
9341
+ "returnType": "void",
9342
+ "typeParameters": [],
9343
+ "line": 116,
9344
+ "deprecated": false,
9345
+ "deprecationMessage": "",
9346
+ "modifierKind": [
9347
+ 124
9348
+ ],
9349
+ "jsdoctags": [
9350
+ {
9351
+ "name": "event",
9352
+ "type": "KeyboardEvent",
9353
+ "deprecated": false,
9354
+ "deprecationMessage": "",
9355
+ "tagName": {
9356
+ "text": "param"
9357
+ }
9358
+ }
9359
+ ]
9360
+ },
9361
+ {
9362
+ "name": "onFocusIn",
9363
+ "args": [],
9364
+ "optional": false,
9365
+ "returnType": "void",
9366
+ "typeParameters": [],
9367
+ "line": 110,
9368
+ "deprecated": false,
9369
+ "deprecationMessage": "",
9370
+ "modifierKind": [
9371
+ 124
9372
+ ]
9373
+ }
9374
+ ],
9375
+ "extends": [],
9376
+ "implements": [
9377
+ "OnChanges",
9378
+ "AfterContentInit",
9379
+ "ControlValueAccessor"
9380
+ ]
9381
+ },
9382
+ {
9383
+ "name": "RdxToggleInputDirective",
9384
+ "id": "directive-RdxToggleInputDirective-a508699f3289a74f6a2e13e2d8cf8cbb3fc514c1bc8c0a07ee689ebe01563a00a4ff5de50c40bf7fd4f91c5071e4ad1e588db64972cfbc901759cc4c67a8b09f",
9385
+ "file": "toggle/src/toggle-input.directive.ts",
9386
+ "type": "directive",
9387
+ "description": "",
9388
+ "rawdescription": "\n",
9389
+ "sourceCode": "import { Directive } from '@angular/core';\nimport { RdxVisuallyHiddenInputDirective } from '@radix-ng/primitives/visually-hidden';\n\n@Directive({\n selector: '[rdxToggleInput]',\n exportAs: 'rdxToggleInput',\n standalone: true,\n hostDirectives: [\n {\n directive: RdxVisuallyHiddenInputDirective,\n inputs: [\n 'name',\n 'required'\n ]\n }\n ],\n host: {\n type: 'checkbox'\n }\n})\nexport class RdxToggleInputDirective {}\n",
9390
+ "selector": "[rdxToggleInput]",
9391
+ "providers": [],
9392
+ "exportAs": "rdxToggleInput",
9393
+ "hostDirectives": [
9394
+ {
9395
+ "name": "RdxVisuallyHiddenInputDirective",
9396
+ "inputs": [
9397
+ "name",
9398
+ "required"
9399
+ ],
9400
+ "outputs": []
9401
+ }
9402
+ ],
9403
+ "standalone": true,
9404
+ "inputsClass": [],
9405
+ "outputsClass": [],
9406
+ "deprecated": false,
9407
+ "deprecationMessage": "",
9408
+ "hostBindings": [],
9409
+ "hostListeners": [],
9410
+ "propertiesClass": [],
9411
+ "methodsClass": [],
9412
+ "extends": []
9413
+ },
9414
+ {
9415
+ "name": "RdxVisuallyHiddenDirective",
9416
+ "id": "directive-RdxVisuallyHiddenDirective-2486bcf46a8ae494e882cd43e8d4b6dc3f610595bc3d915c03f7c3e5d435d294e61608376a6489be59457c1034173d53dafe6b6d1d97c1290a2d9fdc1cb377de",
9417
+ "file": "visually-hidden/src/visually-hidden.directive.ts",
9418
+ "type": "directive",
9419
+ "description": "<p>&lt;span rdxVisuallyHidden [feature]=&quot;&#39;fully-hidden&#39;&quot;&gt;\n <ng-content></ng-content>\n</span></p>\n<p>&lt;button (click)=&quot;directiveInstance.feature.set(&#39;focusable&#39;)&quot;&gt;Make Focusable</button>\n&lt;button (click)=&quot;directiveInstance.feature.set(&#39;fully-hidden&#39;)&quot;&gt;Hide</button></p>\n",
9420
+ "rawdescription": "\n\n\n<span rdxVisuallyHidden [feature]=\"'fully-hidden'\">\n <ng-content></ng-content>\n</span>\n\n<button (click)=\"directiveInstance.feature.set('focusable')\">Make Focusable</button>\n<button (click)=\"directiveInstance.feature.set('fully-hidden')\">Hide</button>\n",
9421
+ "sourceCode": "import { Directive, input } from '@angular/core';\n\n/**\n *\n * <span rdxVisuallyHidden [feature]=\"'fully-hidden'\">\n * <ng-content></ng-content>\n * </span>\n *\n * <button (click)=\"directiveInstance.feature.set('focusable')\">Make Focusable</button>\n * <button (click)=\"directiveInstance.feature.set('fully-hidden')\">Hide</button>\n */\n@Directive({\n selector: '[rdxVisuallyHidden]',\n standalone: true,\n host: {\n '[attr.aria-hidden]': 'feature() === \"focusable\" ? \"true\" : null',\n '[hidden]': 'feature() === \"fully-hidden\" ? true : null',\n '[attr.tabindex]': 'feature() === \"fully-hidden\" ? \"-1\" : null',\n '[style.position]': '\"absolute\"',\n '[style.border]': '\"0\"',\n '[style.width]': '\"1px\"',\n '[style.display]': 'feature() === \"focusable\" ? \"inline-block\" : \"none\"',\n '[style.height]': '\"1px\"',\n '[style.padding]': '\"0\"',\n '[style.margin]': '\"-1px\"',\n '[style.overflow]': '\"hidden\"',\n '[style.clip]': '\"rect(0, 0, 0, 0)\"',\n '[style.white-space]': '\"nowrap\"',\n '[style.word-wrap]': '\"normal\"'\n }\n})\nexport class RdxVisuallyHiddenDirective {\n readonly feature = input<'focusable' | 'fully-hidden'>('focusable');\n}\n",
9422
+ "selector": "[rdxVisuallyHidden]",
9423
+ "providers": [],
9424
+ "hostDirectives": [],
9425
+ "standalone": true,
9426
+ "inputsClass": [],
9427
+ "outputsClass": [],
9428
+ "deprecated": false,
9429
+ "deprecationMessage": "",
9430
+ "hostBindings": [],
9431
+ "hostListeners": [],
9432
+ "propertiesClass": [
9433
+ {
9434
+ "name": "feature",
9435
+ "defaultValue": "input<'focusable' | 'fully-hidden'>('focusable')",
9436
+ "deprecated": false,
9437
+ "deprecationMessage": "",
9438
+ "type": "",
9439
+ "indexKey": "",
9440
+ "optional": false,
9441
+ "description": "",
9442
+ "line": 33,
9443
+ "modifierKind": [
9444
+ 148
9445
+ ]
9446
+ }
9447
+ ],
9448
+ "methodsClass": [],
9449
+ "extends": []
9450
+ },
9451
+ {
9452
+ "name": "RdxVisuallyHiddenInputBubbleDirective",
9453
+ "id": "directive-RdxVisuallyHiddenInputBubbleDirective-f224287b6276012f697c2f366e570f826079a8257239ee8db19e9c603d52302e7bd2be94651ae4bea39a68f8c64173a96c05c0c52cd869ef10c2fdf92aff5bdd",
9454
+ "file": "visually-hidden/src/visually-hidden-input-bubble.directive.ts",
9455
+ "type": "directive",
9456
+ "description": "",
9457
+ "rawdescription": "\n\n\n",
9458
+ "sourceCode": "import { Directive, effect, ElementRef, inject, input } from '@angular/core';\nimport { RdxVisuallyHiddenDirective } from './visually-hidden.directive';\n\n/**\n *\n */\n@Directive({\n selector: '[rdxVisuallyHiddenInputBubble]',\n standalone: true,\n hostDirectives: [{ directive: RdxVisuallyHiddenDirective, inputs: ['feature: feature'] }],\n host: {\n '[attr.name]': 'name()',\n '[attr.required]': 'required()',\n '[attr.disabled]': 'disabled()',\n '[attr.checked]': 'checked()',\n '[value]': 'value()',\n '(change)': 'onChange()'\n }\n})\nexport class RdxVisuallyHiddenInputBubbleDirective<T> {\n private readonly elementRef = inject(ElementRef);\n\n readonly name = input<string>('');\n readonly value = input<T | null>(null);\n readonly checked = input<boolean | undefined>(undefined);\n readonly required = input<boolean | undefined>(undefined);\n readonly disabled = input<boolean | undefined>(undefined);\n readonly feature = input<string>('fully-hidden');\n\n constructor() {\n effect(() => {\n this.updateInputValue();\n });\n }\n\n protected onChange() {\n this.updateInputValue();\n }\n\n private updateInputValue() {\n let valueChanged = false;\n let checkedChanged = false;\n\n // Check if the value has changed before applying the update\n const currentValue = this.inputElement.value;\n const newValue = String(this.value());\n\n if (currentValue !== newValue) {\n this.inputElement.value = newValue;\n valueChanged = true;\n }\n\n if (this.inputElement.type === 'checkbox' || this.inputElement.type === 'radio') {\n const currentChecked = this.inputElement.checked;\n const newChecked = !!this.checked();\n\n if (currentChecked !== newChecked) {\n this.inputElement.checked = newChecked;\n checkedChanged = true;\n }\n }\n\n if (valueChanged || checkedChanged) {\n this.dispatchInputEvents();\n }\n }\n\n private get inputElement() {\n return this.elementRef.nativeElement;\n }\n\n private dispatchInputEvents() {\n const inputEvent = new Event('input', { bubbles: true });\n const changeEvent = new Event('change', { bubbles: true });\n\n this.inputElement.dispatchEvent(inputEvent);\n this.inputElement.dispatchEvent(changeEvent);\n }\n}\n",
9459
+ "selector": "[rdxVisuallyHiddenInputBubble]",
9460
+ "providers": [],
9461
+ "hostDirectives": [
9462
+ {
9463
+ "name": "RdxVisuallyHiddenDirective",
9464
+ "inputs": [
9465
+ "feature: feature"
9466
+ ],
9467
+ "outputs": []
9468
+ }
9469
+ ],
9470
+ "standalone": true,
9471
+ "inputsClass": [],
9472
+ "outputsClass": [],
9473
+ "deprecated": false,
9474
+ "deprecationMessage": "",
9475
+ "hostBindings": [],
9476
+ "hostListeners": [],
9477
+ "propertiesClass": [
9478
+ {
9479
+ "name": "checked",
9480
+ "defaultValue": "input<boolean | undefined>(undefined)",
9481
+ "deprecated": false,
9482
+ "deprecationMessage": "",
9483
+ "type": "",
9484
+ "indexKey": "",
9485
+ "optional": false,
9486
+ "description": "",
9487
+ "line": 25,
9488
+ "modifierKind": [
9489
+ 148
9490
+ ]
9491
+ },
9492
+ {
9493
+ "name": "disabled",
9494
+ "defaultValue": "input<boolean | undefined>(undefined)",
9495
+ "deprecated": false,
9496
+ "deprecationMessage": "",
9497
+ "type": "",
9498
+ "indexKey": "",
9499
+ "optional": false,
9500
+ "description": "",
9501
+ "line": 27,
9502
+ "modifierKind": [
9503
+ 148
9504
+ ]
9505
+ },
9506
+ {
9507
+ "name": "feature",
9508
+ "defaultValue": "input<string>('fully-hidden')",
9509
+ "deprecated": false,
9510
+ "deprecationMessage": "",
9511
+ "type": "",
9512
+ "indexKey": "",
9513
+ "optional": false,
9514
+ "description": "",
9515
+ "line": 28,
9516
+ "modifierKind": [
9517
+ 148
9518
+ ]
9519
+ },
9520
+ {
9521
+ "name": "name",
9522
+ "defaultValue": "input<string>('')",
9523
+ "deprecated": false,
9524
+ "deprecationMessage": "",
9525
+ "type": "",
9526
+ "indexKey": "",
9527
+ "optional": false,
9528
+ "description": "",
9529
+ "line": 23,
9530
+ "modifierKind": [
9531
+ 148
9532
+ ]
9533
+ },
9534
+ {
9535
+ "name": "required",
9536
+ "defaultValue": "input<boolean | undefined>(undefined)",
9537
+ "deprecated": false,
9538
+ "deprecationMessage": "",
9539
+ "type": "",
9540
+ "indexKey": "",
9541
+ "optional": false,
9542
+ "description": "",
9543
+ "line": 26,
9544
+ "modifierKind": [
9545
+ 148
9546
+ ]
9547
+ },
9548
+ {
9549
+ "name": "value",
9550
+ "defaultValue": "input<T | null>(null)",
9551
+ "deprecated": false,
9552
+ "deprecationMessage": "",
9553
+ "type": "",
9554
+ "indexKey": "",
9555
+ "optional": false,
9556
+ "description": "",
9557
+ "line": 24,
9558
+ "modifierKind": [
9559
+ 148
9560
+ ]
9561
+ }
9562
+ ],
9563
+ "methodsClass": [
9564
+ {
9565
+ "name": "onChange",
9566
+ "args": [],
9567
+ "optional": false,
9568
+ "returnType": "void",
9569
+ "typeParameters": [],
9570
+ "line": 36,
9571
+ "deprecated": false,
9572
+ "deprecationMessage": "",
9573
+ "modifierKind": [
9574
+ 124
9575
+ ]
9576
+ }
9577
+ ],
9578
+ "extends": [],
9579
+ "constructorObj": {
9580
+ "name": "constructor",
9581
+ "description": "",
9582
+ "deprecated": false,
9583
+ "deprecationMessage": "",
9584
+ "args": [],
9585
+ "line": 28
9586
+ }
9587
+ },
9588
+ {
9589
+ "name": "RdxVisuallyHiddenInputDirective",
9590
+ "id": "directive-RdxVisuallyHiddenInputDirective-cfbdb5d2fd291c9389aaf38fdb4ecefb61dbd58a9adeae7aa192b57e1f6f0fda8383b764fc7eef0cfec4d2f94c24099d0708db7bea8299e8885d1e8d8c85ef0a",
9591
+ "file": "visually-hidden/src/visually-hidden-input.directive.ts",
9592
+ "type": "directive",
9593
+ "description": "",
9594
+ "rawdescription": "\n",
9595
+ "sourceCode": "import { Directive, ElementRef, OnInit, computed, inject, input } from '@angular/core';\nimport { RdxVisuallyHiddenInputBubbleDirective } from './visually-hidden-input-bubble.directive';\n\n@Directive({\n selector: '[rdxVisuallyHiddenInput]',\n standalone: true,\n hostDirectives: [\n {\n directive: RdxVisuallyHiddenInputBubbleDirective,\n inputs: [\n 'feature: feature',\n 'name: name ',\n 'value: value',\n 'checked: checked',\n 'disabled: disabled',\n 'required: required'\n ]\n }\n ]\n})\nexport class RdxVisuallyHiddenInputDirective<T> implements OnInit {\n private readonly elementRef = inject(ElementRef);\n\n readonly name = input<string>('');\n readonly value = input<T | string>();\n readonly checked = input<boolean | undefined>(undefined);\n readonly required = input<boolean | undefined>(undefined);\n readonly disabled = input<boolean | undefined>(undefined);\n readonly feature = input<'focusable' | 'fully-hidden'>('fully-hidden');\n\n readonly parsedValue = computed<{ name: string; value: any }[]>(() => {\n const value = this.value();\n const name = this.name();\n\n if (typeof value === 'string' || typeof value === 'number' || typeof value === 'boolean') {\n return [{ name, value }];\n }\n\n if (Array.isArray(value)) {\n return value.flatMap((obj, index) => {\n if (typeof obj === 'object') {\n return Object.entries(obj).map(([key, val]) => ({\n name: `[${name}][${index}][${key}]`,\n value: val\n }));\n } else {\n return { name: `[${name}][${index}]`, value: obj };\n }\n });\n }\n\n if (value !== null && typeof value === 'object') {\n return Object.entries(value).map(([key, val]) => ({\n name: `[${name}][${key}]`,\n value: val\n }));\n }\n\n return [];\n });\n\n ngOnInit() {\n const parsedValues = this.parsedValue();\n\n parsedValues.forEach((parsed) => {\n const inputElement = this.elementRef.nativeElement;\n inputElement.setAttribute('name', parsed.name);\n inputElement.setAttribute('value', parsed.value);\n });\n }\n}\n",
9596
+ "selector": "[rdxVisuallyHiddenInput]",
9597
+ "providers": [],
9598
+ "hostDirectives": [
9599
+ {
9600
+ "name": "RdxVisuallyHiddenInputBubbleDirective",
9601
+ "inputs": [
9602
+ "feature: feature",
9603
+ "name: name ",
9604
+ "value: value",
9605
+ "checked: checked",
9606
+ "disabled: disabled",
9607
+ "required: required"
9608
+ ],
9609
+ "outputs": []
9610
+ }
9611
+ ],
9612
+ "standalone": true,
9613
+ "inputsClass": [],
9614
+ "outputsClass": [],
9615
+ "deprecated": false,
9616
+ "deprecationMessage": "",
9617
+ "hostBindings": [],
9618
+ "hostListeners": [],
9619
+ "propertiesClass": [
9620
+ {
9621
+ "name": "checked",
9622
+ "defaultValue": "input<boolean | undefined>(undefined)",
9623
+ "deprecated": false,
9624
+ "deprecationMessage": "",
9625
+ "type": "",
9626
+ "indexKey": "",
9627
+ "optional": false,
9628
+ "description": "",
9629
+ "line": 28,
9630
+ "modifierKind": [
9631
+ 148
9632
+ ]
9633
+ },
9634
+ {
8956
9635
  "name": "disabled",
8957
- "defaultValue": "false",
9636
+ "defaultValue": "input<boolean | undefined>(undefined)",
8958
9637
  "deprecated": false,
8959
9638
  "deprecationMessage": "",
8960
- "jsdoctags": [
8961
- {
8962
- "pos": 1497,
8963
- "end": 1517,
8964
- "flags": 16842752,
8965
- "modifierFlagsCache": 0,
8966
- "transformFlags": 0,
8967
- "kind": 334,
8968
- "tagName": {
8969
- "pos": 1498,
8970
- "end": 1505,
8971
- "flags": 16842752,
8972
- "modifierFlagsCache": 0,
8973
- "transformFlags": 0,
8974
- "kind": 80,
8975
- "escapedText": "default"
8976
- },
8977
- "comment": "<p>false</p>\n"
8978
- }
8979
- ],
8980
- "rawdescription": "\n\nWhether the toggle group is disabled.\n",
8981
- "description": "<p>Whether the toggle group is disabled.</p>\n",
8982
- "line": 51,
8983
- "type": "boolean",
8984
- "decorators": []
9639
+ "type": "",
9640
+ "indexKey": "",
9641
+ "optional": false,
9642
+ "description": "",
9643
+ "line": 30,
9644
+ "modifierKind": [
9645
+ 148
9646
+ ]
8985
9647
  },
8986
9648
  {
8987
- "name": "orientation",
8988
- "defaultValue": "'horizontal'",
9649
+ "name": "feature",
9650
+ "defaultValue": "input<'focusable' | 'fully-hidden'>('fully-hidden')",
8989
9651
  "deprecated": false,
8990
9652
  "deprecationMessage": "",
8991
- "jsdoctags": [
8992
- {
8993
- "pos": 1338,
8994
- "end": 1365,
8995
- "flags": 16842752,
8996
- "modifierFlagsCache": 0,
8997
- "transformFlags": 0,
8998
- "kind": 334,
8999
- "tagName": {
9000
- "pos": 1339,
9001
- "end": 1346,
9002
- "flags": 16842752,
9003
- "modifierFlagsCache": 0,
9004
- "transformFlags": 0,
9005
- "kind": 80,
9006
- "escapedText": "default"
9007
- },
9008
- "comment": "<p>&#39;horizontal&#39;</p>\n"
9009
- }
9010
- ],
9011
- "rawdescription": "\n\nThe orientation of the toggle group.\n",
9012
- "description": "<p>The orientation of the toggle group.</p>\n",
9013
- "line": 45,
9014
- "type": "\"horizontal\" | \"vertical\"",
9015
- "decorators": []
9653
+ "type": "",
9654
+ "indexKey": "",
9655
+ "optional": false,
9656
+ "description": "",
9657
+ "line": 31,
9658
+ "modifierKind": [
9659
+ 148
9660
+ ]
9016
9661
  },
9017
9662
  {
9018
- "name": "value",
9019
- "defaultValue": "[]",
9663
+ "name": "name",
9664
+ "defaultValue": "input<string>('')",
9020
9665
  "deprecated": false,
9021
9666
  "deprecationMessage": "",
9022
- "rawdescription": "\n\nThe selected toggle button.\n",
9023
- "description": "<p>The selected toggle button.</p>\n",
9024
- "line": 39,
9025
- "type": "ReadonlyArray<string>",
9026
- "decorators": []
9667
+ "type": "",
9668
+ "indexKey": "",
9669
+ "optional": false,
9670
+ "description": "",
9671
+ "line": 26,
9672
+ "modifierKind": [
9673
+ 148
9674
+ ]
9027
9675
  },
9028
9676
  {
9029
- "name": "valueChange",
9030
- "defaultValue": "new EventEmitter<ReadonlyArray<string>>()",
9677
+ "name": "parsedValue",
9678
+ "defaultValue": "computed<{ name: string; value: any }[]>(() => {\n const value = this.value();\n const name = this.name();\n\n if (typeof value === 'string' || typeof value === 'number' || typeof value === 'boolean') {\n return [{ name, value }];\n }\n\n if (Array.isArray(value)) {\n return value.flatMap((obj, index) => {\n if (typeof obj === 'object') {\n return Object.entries(obj).map(([key, val]) => ({\n name: `[${name}][${index}][${key}]`,\n value: val\n }));\n } else {\n return { name: `[${name}][${index}]`, value: obj };\n }\n });\n }\n\n if (value !== null && typeof value === 'object') {\n return Object.entries(value).map(([key, val]) => ({\n name: `[${name}][${key}]`,\n value: val\n }));\n }\n\n return [];\n })",
9031
9679
  "deprecated": false,
9032
9680
  "deprecationMessage": "",
9033
- "rawdescription": "\n\nEvent emitted when the selected toggle button changes.\n",
9034
- "description": "<p>Event emitted when the selected toggle button changes.</p>\n",
9035
- "line": 62,
9036
- "type": "any",
9037
- "decorators": []
9681
+ "type": "",
9682
+ "indexKey": "",
9683
+ "optional": false,
9684
+ "description": "",
9685
+ "line": 33,
9686
+ "modifierKind": [
9687
+ 148
9688
+ ]
9038
9689
  },
9039
9690
  {
9040
- "required": false,
9041
- "name": "wrap",
9042
- "defaultValue": "true",
9691
+ "name": "required",
9692
+ "defaultValue": "input<boolean | undefined>(undefined)",
9043
9693
  "deprecated": false,
9044
9694
  "deprecationMessage": "",
9045
- "jsdoctags": [
9046
- {
9047
- "pos": 1656,
9048
- "end": 1675,
9049
- "flags": 16842752,
9050
- "modifierFlagsCache": 0,
9051
- "transformFlags": 0,
9052
- "kind": 334,
9053
- "tagName": {
9054
- "pos": 1657,
9055
- "end": 1664,
9056
- "flags": 16842752,
9057
- "modifierFlagsCache": 0,
9058
- "transformFlags": 0,
9059
- "kind": 80,
9060
- "escapedText": "default"
9061
- },
9062
- "comment": "<p>true</p>\n"
9063
- }
9064
- ],
9065
- "rawdescription": "\n\nWhether the toggle group roving focus should wrap.\n",
9066
- "description": "<p>Whether the toggle group roving focus should wrap.</p>\n",
9067
- "line": 57,
9068
- "type": "boolean",
9069
- "decorators": []
9070
- }
9071
- ],
9072
- "outputsClass": [],
9073
- "deprecated": false,
9074
- "deprecationMessage": "",
9075
- "hostBindings": [],
9076
- "hostListeners": [],
9077
- "propertiesClass": [],
9078
- "methodsClass": [
9079
- {
9080
- "name": "handleKeydown",
9081
- "args": [
9082
- {
9083
- "name": "event",
9084
- "type": "KeyboardEvent",
9085
- "deprecated": false,
9086
- "deprecationMessage": ""
9087
- }
9088
- ],
9695
+ "type": "",
9696
+ "indexKey": "",
9089
9697
  "optional": false,
9090
- "returnType": "void",
9091
- "typeParameters": [],
9092
- "line": 116,
9093
- "deprecated": false,
9094
- "deprecationMessage": "",
9698
+ "description": "",
9699
+ "line": 29,
9095
9700
  "modifierKind": [
9096
- 124
9097
- ],
9098
- "jsdoctags": [
9099
- {
9100
- "name": "event",
9101
- "type": "KeyboardEvent",
9102
- "deprecated": false,
9103
- "deprecationMessage": "",
9104
- "tagName": {
9105
- "text": "param"
9106
- }
9107
- }
9701
+ 148
9108
9702
  ]
9109
9703
  },
9110
9704
  {
9111
- "name": "onFocusIn",
9112
- "args": [],
9113
- "optional": false,
9114
- "returnType": "void",
9115
- "typeParameters": [],
9116
- "line": 110,
9705
+ "name": "value",
9706
+ "defaultValue": "input<T | string>()",
9117
9707
  "deprecated": false,
9118
9708
  "deprecationMessage": "",
9709
+ "type": "",
9710
+ "indexKey": "",
9711
+ "optional": false,
9712
+ "description": "",
9713
+ "line": 27,
9119
9714
  "modifierKind": [
9120
- 124
9715
+ 148
9121
9716
  ]
9122
9717
  }
9123
9718
  ],
9719
+ "methodsClass": [],
9124
9720
  "extends": [],
9125
9721
  "implements": [
9126
- "OnChanges",
9127
- "AfterContentInit",
9128
- "ControlValueAccessor"
9722
+ "OnInit"
9129
9723
  ]
9130
9724
  },
9131
9725
  {
@@ -9185,6 +9779,7 @@
9185
9779
  "deprecated": false,
9186
9780
  "deprecationMessage": "",
9187
9781
  "type": "",
9782
+ "indexKey": "",
9188
9783
  "optional": false,
9189
9784
  "description": "",
9190
9785
  "line": 43,
@@ -9199,6 +9794,7 @@
9199
9794
  "deprecated": false,
9200
9795
  "deprecationMessage": "",
9201
9796
  "type": "",
9797
+ "indexKey": "",
9202
9798
  "optional": false,
9203
9799
  "description": "",
9204
9800
  "line": 42,
@@ -9216,6 +9812,7 @@
9216
9812
  "deprecated": false,
9217
9813
  "deprecationMessage": "",
9218
9814
  "type": "",
9815
+ "indexKey": "",
9219
9816
  "optional": false,
9220
9817
  "description": "",
9221
9818
  "line": 43,
@@ -9230,6 +9827,7 @@
9230
9827
  "deprecated": false,
9231
9828
  "deprecationMessage": "",
9232
9829
  "type": "",
9830
+ "indexKey": "",
9233
9831
  "optional": false,
9234
9832
  "description": "",
9235
9833
  "line": 45,
@@ -9243,6 +9841,7 @@
9243
9841
  "deprecated": false,
9244
9842
  "deprecationMessage": "",
9245
9843
  "type": "",
9844
+ "indexKey": "",
9246
9845
  "optional": false,
9247
9846
  "description": "",
9248
9847
  "line": 42,
@@ -9330,6 +9929,7 @@
9330
9929
  "deprecated": false,
9331
9930
  "deprecationMessage": "",
9332
9931
  "type": "",
9932
+ "indexKey": "",
9333
9933
  "optional": false,
9334
9934
  "description": "",
9335
9935
  "line": 73
@@ -9447,6 +10047,7 @@
9447
10047
  "deprecated": false,
9448
10048
  "deprecationMessage": "",
9449
10049
  "type": "",
10050
+ "indexKey": "",
9450
10051
  "optional": false,
9451
10052
  "description": "",
9452
10053
  "line": 92
@@ -9457,6 +10058,7 @@
9457
10058
  "deprecated": false,
9458
10059
  "deprecationMessage": "",
9459
10060
  "type": "",
10061
+ "indexKey": "",
9460
10062
  "optional": false,
9461
10063
  "description": "",
9462
10064
  "line": 93
@@ -9576,6 +10178,7 @@
9576
10178
  "deprecated": false,
9577
10179
  "deprecationMessage": "",
9578
10180
  "type": "string",
10181
+ "indexKey": "",
9579
10182
  "optional": false,
9580
10183
  "description": "",
9581
10184
  "line": 88
@@ -9883,6 +10486,7 @@
9883
10486
  "deprecated": false,
9884
10487
  "deprecationMessage": "",
9885
10488
  "type": "string | undefined",
10489
+ "indexKey": "",
9886
10490
  "optional": false,
9887
10491
  "description": "",
9888
10492
  "line": 37
@@ -9893,6 +10497,7 @@
9893
10497
  "deprecated": false,
9894
10498
  "deprecationMessage": "",
9895
10499
  "type": "[]",
10500
+ "indexKey": "",
9896
10501
  "optional": false,
9897
10502
  "description": "",
9898
10503
  "line": 38
@@ -9963,6 +10568,7 @@
9963
10568
  "deprecated": false,
9964
10569
  "deprecationMessage": "",
9965
10570
  "type": "",
10571
+ "indexKey": "",
9966
10572
  "optional": false,
9967
10573
  "description": "",
9968
10574
  "line": 111
@@ -10057,6 +10663,7 @@
10057
10663
  "deprecated": false,
10058
10664
  "deprecationMessage": "",
10059
10665
  "type": "",
10666
+ "indexKey": "",
10060
10667
  "optional": false,
10061
10668
  "description": "",
10062
10669
  "line": 85
@@ -10230,22 +10837,90 @@
10230
10837
  "type": "exports",
10231
10838
  "elements": [
10232
10839
  {
10233
- "name": "RdxMenuContentDirective"
10234
- },
10235
- {
10236
- "name": "RdxMenuDirective"
10840
+ "name": "RdxMenuContentDirective"
10841
+ },
10842
+ {
10843
+ "name": "RdxMenuDirective"
10844
+ },
10845
+ {
10846
+ "name": "RdxMenuGroupDirective"
10847
+ },
10848
+ {
10849
+ "name": "RdxMenuItemDirective"
10850
+ },
10851
+ {
10852
+ "name": "RdxMenuLabelDirective"
10853
+ },
10854
+ {
10855
+ "name": "RdxMenuSeparatorDirective"
10856
+ }
10857
+ ]
10858
+ },
10859
+ {
10860
+ "type": "bootstrap",
10861
+ "elements": []
10862
+ },
10863
+ {
10864
+ "type": "classes",
10865
+ "elements": []
10866
+ }
10867
+ ]
10868
+ },
10869
+ {
10870
+ "name": "Rdx",
10871
+ "id": "module-Rdx-092748f1ac1d73a26b603196935c3b0575ba7b819d0d994817f5953fa711a1805e52cbfc692aa4712b94f71c12b54e1e6e636e81ff160ee6ac8b40574f1884d6",
10872
+ "description": "",
10873
+ "deprecationMessage": "",
10874
+ "deprecated": false,
10875
+ "file": "dropdown-menu/index.ts",
10876
+ "methods": [],
10877
+ "sourceCode": "import { NgModule } from '@angular/core';\nimport { RdxDropdownMenuContentDirective } from './src/dropdown-menu-content.directive';\nimport { RdxDropdownMenuItemCheckboxDirective } from './src/dropdown-menu-item-checkbox.directive';\nimport { RdxDropdownMenuItemIndicatorDirective } from './src/dropdown-menu-item-indicator.directive';\nimport { RdxDropdownMenuItemRadioGroupDirective } from './src/dropdown-menu-item-radio-group.directive';\nimport { RdxDropdownMenuItemRadioDirective } from './src/dropdown-menu-item-radio.directive';\nimport { RdxDropdownMenuSelectable } from './src/dropdown-menu-item-selectable';\nimport { RdxDropdownMenuItemDirective } from './src/dropdown-menu-item.directive';\nimport { RdxDropdownMenuLabelDirective } from './src/dropdown-menu-label.directive';\nimport { RdxDropdownMenuSeparatorDirective } from './src/dropdown-menu-separator.directive';\nimport { RdxDropdownMenuTriggerDirective } from './src/dropdown-menu-trigger.directive';\n\nexport * from './src/dropdown-menu-content.directive';\nexport * from './src/dropdown-menu-item-checkbox.directive';\nexport * from './src/dropdown-menu-item-indicator.directive';\nexport * from './src/dropdown-menu-item-radio-group.directive';\nexport * from './src/dropdown-menu-item-radio.directive';\nexport * from './src/dropdown-menu-item-selectable';\nexport * from './src/dropdown-menu-item.directive';\nexport * from './src/dropdown-menu-label.directive';\nexport * from './src/dropdown-menu-separator.directive';\nexport * from './src/dropdown-menu-trigger.directive';\n\nconst _imports = [\n RdxDropdownMenuTriggerDirective,\n RdxDropdownMenuContentDirective,\n RdxDropdownMenuItemCheckboxDirective,\n RdxDropdownMenuItemIndicatorDirective,\n RdxDropdownMenuItemRadioGroupDirective,\n RdxDropdownMenuItemRadioDirective,\n RdxDropdownMenuSelectable,\n RdxDropdownMenuItemDirective,\n RdxDropdownMenuLabelDirective,\n RdxDropdownMenuSeparatorDirective,\n RdxDropdownMenuTriggerDirective\n];\n\n@NgModule({\n imports: [..._imports],\n exports: [..._imports]\n})\nexport class Rdx {}\n",
10878
+ "children": [
10879
+ {
10880
+ "type": "providers",
10881
+ "elements": []
10882
+ },
10883
+ {
10884
+ "type": "declarations",
10885
+ "elements": []
10886
+ },
10887
+ {
10888
+ "type": "imports",
10889
+ "elements": [
10890
+ {
10891
+ "name": "RdxAccordionContentDirective"
10892
+ },
10893
+ {
10894
+ "name": "RdxAccordionHeaderDirective"
10895
+ },
10896
+ {
10897
+ "name": "RdxAccordionItemDirective"
10898
+ },
10899
+ {
10900
+ "name": "RdxAccordionRootDirective"
10901
+ },
10902
+ {
10903
+ "name": "RdxAccordionTriggerDirective"
10904
+ }
10905
+ ]
10906
+ },
10907
+ {
10908
+ "type": "exports",
10909
+ "elements": [
10910
+ {
10911
+ "name": "RdxAccordionContentDirective"
10237
10912
  },
10238
10913
  {
10239
- "name": "RdxMenuGroupDirective"
10914
+ "name": "RdxAccordionHeaderDirective"
10240
10915
  },
10241
10916
  {
10242
- "name": "RdxMenuItemDirective"
10917
+ "name": "RdxAccordionItemDirective"
10243
10918
  },
10244
10919
  {
10245
- "name": "RdxMenuLabelDirective"
10920
+ "name": "RdxAccordionRootDirective"
10246
10921
  },
10247
10922
  {
10248
- "name": "RdxMenuSeparatorDirective"
10923
+ "name": "RdxAccordionTriggerDirective"
10249
10924
  }
10250
10925
  ]
10251
10926
  },
@@ -10260,14 +10935,14 @@
10260
10935
  ]
10261
10936
  },
10262
10937
  {
10263
- "name": "Rdx",
10264
- "id": "module-Rdx-092748f1ac1d73a26b603196935c3b0575ba7b819d0d994817f5953fa711a1805e52cbfc692aa4712b94f71c12b54e1e6e636e81ff160ee6ac8b40574f1884d6",
10938
+ "name": "RdxAccordionModule",
10939
+ "id": "module-RdxAccordionModule-f0d54fbccce917e67d9eba5e3e69beab3a0ecdfed1ac6f443209d3512c8bea5e77984fc7bc5e76ced6dcbc76c84902cfd3f03e10cc118732e8ec97c29c50a297",
10265
10940
  "description": "",
10266
10941
  "deprecationMessage": "",
10267
10942
  "deprecated": false,
10268
- "file": "dropdown-menu/index.ts",
10943
+ "file": "accordion/index.ts",
10269
10944
  "methods": [],
10270
- "sourceCode": "import { NgModule } from '@angular/core';\nimport { RdxDropdownMenuContentDirective } from './src/dropdown-menu-content.directive';\nimport { RdxDropdownMenuItemCheckboxDirective } from './src/dropdown-menu-item-checkbox.directive';\nimport { RdxDropdownMenuItemIndicatorDirective } from './src/dropdown-menu-item-indicator.directive';\nimport { RdxDropdownMenuItemRadioGroupDirective } from './src/dropdown-menu-item-radio-group.directive';\nimport { RdxDropdownMenuItemRadioDirective } from './src/dropdown-menu-item-radio.directive';\nimport { RdxDropdownMenuSelectable } from './src/dropdown-menu-item-selectable';\nimport { RdxDropdownMenuItemDirective } from './src/dropdown-menu-item.directive';\nimport { RdxDropdownMenuLabelDirective } from './src/dropdown-menu-label.directive';\nimport { RdxDropdownMenuSeparatorDirective } from './src/dropdown-menu-separator.directive';\nimport { RdxDropdownMenuTriggerDirective } from './src/dropdown-menu-trigger.directive';\n\nexport * from './src/dropdown-menu-content.directive';\nexport * from './src/dropdown-menu-item-checkbox.directive';\nexport * from './src/dropdown-menu-item-indicator.directive';\nexport * from './src/dropdown-menu-item-radio-group.directive';\nexport * from './src/dropdown-menu-item-radio.directive';\nexport * from './src/dropdown-menu-item-selectable';\nexport * from './src/dropdown-menu-item.directive';\nexport * from './src/dropdown-menu-label.directive';\nexport * from './src/dropdown-menu-separator.directive';\nexport * from './src/dropdown-menu-trigger.directive';\n\nconst _imports = [\n RdxDropdownMenuTriggerDirective,\n RdxDropdownMenuContentDirective,\n RdxDropdownMenuItemCheckboxDirective,\n RdxDropdownMenuItemIndicatorDirective,\n RdxDropdownMenuItemRadioGroupDirective,\n RdxDropdownMenuItemRadioDirective,\n RdxDropdownMenuSelectable,\n RdxDropdownMenuItemDirective,\n RdxDropdownMenuLabelDirective,\n RdxDropdownMenuSeparatorDirective,\n RdxDropdownMenuTriggerDirective\n];\n\n@NgModule({\n imports: [..._imports],\n exports: [..._imports]\n})\nexport class Rdx {}\n",
10945
+ "sourceCode": "import { NgModule } from '@angular/core';\nimport { RdxAccordionContentDirective } from './src/accordion-content.directive';\nimport { RdxAccordionHeaderDirective } from './src/accordion-header.directive';\nimport { RdxAccordionItemDirective } from './src/accordion-item.directive';\nimport { RdxAccordionRootDirective } from './src/accordion-root.directive';\nimport { RdxAccordionTriggerDirective } from './src/accordion-trigger.directive';\n\nexport * from './src/accordion-content.directive';\nexport * from './src/accordion-header.directive';\nexport * from './src/accordion-item.directive';\nexport * from './src/accordion-root.directive';\nexport * from './src/accordion-trigger.directive';\n\nconst _imports = [\n RdxAccordionContentDirective,\n RdxAccordionHeaderDirective,\n RdxAccordionItemDirective,\n RdxAccordionRootDirective,\n RdxAccordionTriggerDirective\n];\n\n@NgModule({\n imports: [..._imports],\n exports: [..._imports]\n})\nexport class RdxAccordionModule {}\n",
10271
10946
  "children": [
10272
10947
  {
10273
10948
  "type": "providers",
@@ -10328,14 +11003,14 @@
10328
11003
  ]
10329
11004
  },
10330
11005
  {
10331
- "name": "RdxAccordionModule",
10332
- "id": "module-RdxAccordionModule-f0d54fbccce917e67d9eba5e3e69beab3a0ecdfed1ac6f443209d3512c8bea5e77984fc7bc5e76ced6dcbc76c84902cfd3f03e10cc118732e8ec97c29c50a297",
11006
+ "name": "RdxAlertDialogModule",
11007
+ "id": "module-RdxAlertDialogModule-d3e998524d0054b4cfd40d33a96bac63142ac9c816f7cbeb8a25c35948987be3cebdf91feea730c87aa648b7d973c885ddfae5dd0158133e7654ca87fa3de6b8",
10333
11008
  "description": "",
10334
11009
  "deprecationMessage": "",
10335
11010
  "deprecated": false,
10336
- "file": "accordion/index.ts",
11011
+ "file": "alert-dialog/index.ts",
10337
11012
  "methods": [],
10338
- "sourceCode": "import { NgModule } from '@angular/core';\nimport { RdxAccordionContentDirective } from './src/accordion-content.directive';\nimport { RdxAccordionHeaderDirective } from './src/accordion-header.directive';\nimport { RdxAccordionItemDirective } from './src/accordion-item.directive';\nimport { RdxAccordionRootDirective } from './src/accordion-root.directive';\nimport { RdxAccordionTriggerDirective } from './src/accordion-trigger.directive';\n\nexport * from './src/accordion-content.directive';\nexport * from './src/accordion-header.directive';\nexport * from './src/accordion-item.directive';\nexport * from './src/accordion-root.directive';\nexport * from './src/accordion-trigger.directive';\n\nconst _imports = [\n RdxAccordionContentDirective,\n RdxAccordionHeaderDirective,\n RdxAccordionItemDirective,\n RdxAccordionRootDirective,\n RdxAccordionTriggerDirective\n];\n\n@NgModule({\n imports: [..._imports],\n exports: [..._imports]\n})\nexport class RdxAccordionModule {}\n",
11013
+ "sourceCode": "import { NgModule } from '@angular/core';\nimport { RdxAlertDialogCancelDirective } from './src/alert-dialog-cancel.directive';\nimport { RdxAlertDialogContentDirective } from './src/alert-dialog-content.directive';\nimport { RdxAlertDialogRootDirective } from './src/alert-dialog-root.directive';\nimport { RdxAlertDialogTitleDirective } from './src/alert-dialog-title.directive';\nimport { RdxAlertDialogTriggerDirective } from './src/alert-dialog-trigger.directive';\n\nexport * from './src/alert-dialog-cancel.directive';\nexport * from './src/alert-dialog-content.directive';\nexport * from './src/alert-dialog-root.directive';\nexport * from './src/alert-dialog-title.directive';\nexport * from './src/alert-dialog-trigger.directive';\n\nexport * from './src/alert-dialog.service';\n\nconst _imports = [\n RdxAlertDialogRootDirective,\n RdxAlertDialogContentDirective,\n RdxAlertDialogCancelDirective,\n RdxAlertDialogTriggerDirective,\n RdxAlertDialogTitleDirective\n];\n\n@NgModule({\n imports: [..._imports],\n exports: [..._imports]\n})\nexport class RdxAlertDialogModule {}\n",
10339
11014
  "children": [
10340
11015
  {
10341
11016
  "type": "providers",
@@ -10734,6 +11409,16 @@
10734
11409
  "type": "[]",
10735
11410
  "defaultValue": "[\n RdxAccordionContentDirective,\n RdxAccordionHeaderDirective,\n RdxAccordionItemDirective,\n RdxAccordionRootDirective,\n RdxAccordionTriggerDirective\n]"
10736
11411
  },
11412
+ {
11413
+ "name": "_imports",
11414
+ "ctype": "miscellaneous",
11415
+ "subtype": "variable",
11416
+ "file": "alert-dialog/index.ts",
11417
+ "deprecated": false,
11418
+ "deprecationMessage": "",
11419
+ "type": "[]",
11420
+ "defaultValue": "[\n RdxAlertDialogRootDirective,\n RdxAlertDialogContentDirective,\n RdxAlertDialogCancelDirective,\n RdxAlertDialogTriggerDirective,\n RdxAlertDialogTitleDirective\n]"
11421
+ },
10737
11422
  {
10738
11423
  "name": "_imports",
10739
11424
  "ctype": "miscellaneous",
@@ -11301,6 +11986,16 @@
11301
11986
  "defaultValue": "<T>(\n zone: NgZone,\n element: HTMLElement,\n startFn: TransitionStartFn<T>,\n options: TransitionOptions<T>\n): Observable<void> => {\n let context = options.context || <T>{};\n\n const transitionTimerDelayMs = options.transitionTimerDelayMs ?? 5;\n const state = options.state ?? 'stop';\n\n const running = TransitionsMap.get(element);\n\n if (running) {\n switch (state) {\n case 'continue':\n return EMPTY;\n case 'stop':\n zone.run(() => running.transition$.complete());\n context = { ...running.context, ...context };\n TransitionsMap.delete(element);\n break;\n }\n }\n const endFn = startFn(element, options.animation, context) || noopFn;\n\n if (!options.animation || window.getComputedStyle(element).transitionProperty === 'none') {\n zone.run(() => endFn());\n return of(undefined).pipe(runInZone(zone));\n }\n\n const transition$ = new Subject<void>();\n const finishTransition$ = new Subject<void>();\n const stop$ = transition$.pipe(endWith(true));\n\n TransitionsMap.set(element, {\n transition$,\n complete: () => {\n finishTransition$.next();\n finishTransition$.complete();\n },\n context\n });\n\n const transitionDurationMs = getTransitionDurationMs(element);\n\n zone.runOutsideAngular(() => {\n const transitionEnd$ = fromEvent<TransitionEvent>(element, 'transitionend').pipe(\n filter(({ target }) => target === element),\n takeUntil(stop$)\n );\n const timer$ = timer(transitionDurationMs + transitionTimerDelayMs).pipe(takeUntil(stop$));\n\n race(timer$, transitionEnd$, finishTransition$)\n .pipe(takeUntil(stop$))\n .subscribe(() => {\n TransitionsMap.delete(element);\n zone.run(() => {\n endFn();\n transition$.next();\n transition$.complete();\n });\n });\n });\n\n return transition$.asObservable();\n}",
11302
11987
  "rawdescription": "Manages the presence of an element with optional transition animation.",
11303
11988
  "description": "<p>Manages the presence of an element with optional transition animation.</p>\n"
11989
+ },
11990
+ {
11991
+ "name": "WINDOW",
11992
+ "ctype": "miscellaneous",
11993
+ "subtype": "variable",
11994
+ "file": "core/src/window.ts",
11995
+ "deprecated": false,
11996
+ "deprecationMessage": "",
11997
+ "type": "",
11998
+ "defaultValue": "new InjectionToken<Window & typeof globalThis>('An abstraction over global window object', {\n factory: () => {\n const { defaultView } = injectDocument();\n if (!defaultView) {\n throw new Error('Window is not available');\n }\n return defaultView;\n }\n})"
11304
11999
  }
11305
12000
  ],
11306
12001
  "functions": [
@@ -11365,10 +12060,10 @@
11365
12060
  "name": {
11366
12061
  "pos": 1768,
11367
12062
  "end": 1775,
12063
+ "kind": 80,
12064
+ "id": 0,
11368
12065
  "flags": 16777216,
11369
- "modifierFlagsCache": 0,
11370
12066
  "transformFlags": 0,
11371
- "kind": 80,
11372
12067
  "escapedText": "element"
11373
12068
  },
11374
12069
  "type": "HTMLElement",
@@ -11377,34 +12072,36 @@
11377
12072
  "tagName": {
11378
12073
  "pos": 1748,
11379
12074
  "end": 1753,
12075
+ "kind": 80,
12076
+ "id": 0,
11380
12077
  "flags": 16777216,
11381
- "modifierFlagsCache": 0,
11382
12078
  "transformFlags": 0,
11383
- "kind": 80,
11384
12079
  "escapedText": "param"
11385
12080
  },
11386
12081
  "comment": "<ul>\n<li>The HTML element for which to calculate the transition duration.</li>\n</ul>\n",
11387
12082
  "typeExpression": {
11388
12083
  "pos": 1754,
11389
12084
  "end": 1767,
12085
+ "kind": 309,
12086
+ "id": 0,
11390
12087
  "flags": 16777216,
11391
12088
  "modifierFlagsCache": 0,
11392
12089
  "transformFlags": 0,
11393
- "kind": 316,
11394
12090
  "type": {
11395
12091
  "pos": 1755,
11396
12092
  "end": 1766,
12093
+ "kind": 183,
12094
+ "id": 0,
11397
12095
  "flags": 16777216,
11398
12096
  "modifierFlagsCache": 0,
11399
12097
  "transformFlags": 1,
11400
- "kind": 183,
11401
12098
  "typeName": {
11402
12099
  "pos": 1755,
11403
12100
  "end": 1766,
12101
+ "kind": 80,
12102
+ "id": 0,
11404
12103
  "flags": 16777216,
11405
- "modifierFlagsCache": 0,
11406
12104
  "transformFlags": 0,
11407
- "kind": 80,
11408
12105
  "escapedText": "HTMLElement"
11409
12106
  }
11410
12107
  }
@@ -11414,10 +12111,10 @@
11414
12111
  "tagName": {
11415
12112
  "pos": 1847,
11416
12113
  "end": 1854,
12114
+ "kind": 80,
12115
+ "id": 0,
11417
12116
  "flags": 16777216,
11418
- "modifierFlagsCache": 0,
11419
12117
  "transformFlags": 0,
11420
- "kind": 80,
11421
12118
  "escapedText": "returns"
11422
12119
  },
11423
12120
  "comment": "<ul>\n<li>The total transition duration in milliseconds.</li>\n</ul>\n<p>Example usage:</p>\n<p>const durationMs = getTransitionDurationMs(element);\nconsole.log(<code>Transition duration: ${durationMs} ms</code>);</p>\n",
@@ -11489,6 +12186,27 @@
11489
12186
  "description": "",
11490
12187
  "args": []
11491
12188
  },
12189
+ {
12190
+ "name": "injectDocument",
12191
+ "file": "core/src/document.ts",
12192
+ "ctype": "miscellaneous",
12193
+ "subtype": "function",
12194
+ "deprecated": false,
12195
+ "deprecationMessage": "",
12196
+ "description": "",
12197
+ "args": [],
12198
+ "returnType": "Document"
12199
+ },
12200
+ {
12201
+ "name": "injectIsClient",
12202
+ "file": "core/src/is-client.ts",
12203
+ "ctype": "miscellaneous",
12204
+ "subtype": "function",
12205
+ "deprecated": false,
12206
+ "deprecationMessage": "",
12207
+ "description": "",
12208
+ "args": []
12209
+ },
11492
12210
  {
11493
12211
  "name": "injectNgControl",
11494
12212
  "file": "core/src/inject-ng-control.ts",
@@ -11597,10 +12315,10 @@
11597
12315
  "tagName": {
11598
12316
  "pos": 393,
11599
12317
  "end": 400,
12318
+ "kind": 80,
12319
+ "id": 0,
11600
12320
  "flags": 16777216,
11601
- "modifierFlagsCache": 0,
11602
12321
  "transformFlags": 0,
11603
- "kind": 80,
11604
12322
  "escapedText": "returns"
11605
12323
  },
11606
12324
  "comment": "<p>The instance of RdxProgressRootDirective.</p>\n"
@@ -11640,6 +12358,16 @@
11640
12358
  "args": [],
11641
12359
  "returnType": "RdxToggleGroupDirective | RdxToggleGroupMultipleDirective"
11642
12360
  },
12361
+ {
12362
+ "name": "injectWindow",
12363
+ "file": "core/src/window.ts",
12364
+ "ctype": "miscellaneous",
12365
+ "subtype": "function",
12366
+ "deprecated": false,
12367
+ "deprecationMessage": "",
12368
+ "description": "",
12369
+ "args": []
12370
+ },
11643
12371
  {
11644
12372
  "name": "isDismissed",
11645
12373
  "file": "dialog/src/dialog-ref.ts",
@@ -11666,6 +12394,33 @@
11666
12394
  }
11667
12395
  ]
11668
12396
  },
12397
+ {
12398
+ "name": "isInsideForm",
12399
+ "file": "core/src/is-inside-form.ts",
12400
+ "ctype": "miscellaneous",
12401
+ "subtype": "function",
12402
+ "deprecated": false,
12403
+ "deprecationMessage": "",
12404
+ "description": "",
12405
+ "args": [
12406
+ {
12407
+ "name": "el",
12408
+ "deprecated": false,
12409
+ "deprecationMessage": ""
12410
+ }
12411
+ ],
12412
+ "returnType": "boolean",
12413
+ "jsdoctags": [
12414
+ {
12415
+ "name": "el",
12416
+ "deprecated": false,
12417
+ "deprecationMessage": "",
12418
+ "tagName": {
12419
+ "text": "param"
12420
+ }
12421
+ }
12422
+ ]
12423
+ },
11669
12424
  {
11670
12425
  "name": "measureCollapsingElementDimensionPx",
11671
12426
  "file": "presence/src/transitions/transition.collapse.ts",
@@ -11693,10 +12448,10 @@
11693
12448
  "name": {
11694
12449
  "pos": 2034,
11695
12450
  "end": 2041,
12451
+ "kind": 80,
12452
+ "id": 0,
11696
12453
  "flags": 16777216,
11697
- "modifierFlagsCache": 0,
11698
12454
  "transformFlags": 0,
11699
- "kind": 80,
11700
12455
  "escapedText": "element"
11701
12456
  },
11702
12457
  "type": "HTMLElement",
@@ -11705,10 +12460,10 @@
11705
12460
  "tagName": {
11706
12461
  "pos": 2028,
11707
12462
  "end": 2033,
12463
+ "kind": 80,
12464
+ "id": 0,
11708
12465
  "flags": 16777216,
11709
- "modifierFlagsCache": 0,
11710
12466
  "transformFlags": 0,
11711
- "kind": 80,
11712
12467
  "escapedText": "param"
11713
12468
  },
11714
12469
  "comment": "<ul>\n<li>The HTML element to measure.</li>\n</ul>\n"
@@ -11717,10 +12472,10 @@
11717
12472
  "name": {
11718
12473
  "pos": 2083,
11719
12474
  "end": 2092,
12475
+ "kind": 80,
12476
+ "id": 0,
11720
12477
  "flags": 16777216,
11721
- "modifierFlagsCache": 0,
11722
12478
  "transformFlags": 0,
11723
- "kind": 80,
11724
12479
  "escapedText": "dimension"
11725
12480
  },
11726
12481
  "deprecated": false,
@@ -11728,10 +12483,10 @@
11728
12483
  "tagName": {
11729
12484
  "pos": 2077,
11730
12485
  "end": 2082,
12486
+ "kind": 80,
12487
+ "id": 0,
11731
12488
  "flags": 16777216,
11732
- "modifierFlagsCache": 0,
11733
12489
  "transformFlags": 0,
11734
- "kind": 80,
11735
12490
  "escapedText": "param"
11736
12491
  },
11737
12492
  "comment": "<ul>\n<li>The dimension (&#39;width&#39; or &#39;height&#39;) to measure.</li>\n</ul>\n"
@@ -11740,10 +12495,10 @@
11740
12495
  "tagName": {
11741
12496
  "pos": 2147,
11742
12497
  "end": 2154,
12498
+ "kind": 80,
12499
+ "id": 0,
11743
12500
  "flags": 16777216,
11744
- "modifierFlagsCache": 0,
11745
12501
  "transformFlags": 0,
11746
- "kind": 80,
11747
12502
  "escapedText": "returns"
11748
12503
  },
11749
12504
  "comment": "<p>The size of the dimension in pixels.</p>\n"
@@ -11794,10 +12549,10 @@
11794
12549
  "tagName": {
11795
12550
  "pos": 925,
11796
12551
  "end": 932,
12552
+ "kind": 80,
12553
+ "id": 0,
11797
12554
  "flags": 16777216,
11798
- "modifierFlagsCache": 0,
11799
12555
  "transformFlags": 0,
11800
- "kind": 80,
11801
12556
  "escapedText": "returns"
11802
12557
  },
11803
12558
  "comment": "<p>A provider for the RdxDialogService.</p>\n",
@@ -11820,10 +12575,10 @@
11820
12575
  "tagName": {
11821
12576
  "pos": 452,
11822
12577
  "end": 459,
12578
+ "kind": 80,
12579
+ "id": 0,
11823
12580
  "flags": 16777216,
11824
- "modifierFlagsCache": 0,
11825
12581
  "transformFlags": 0,
11826
- "kind": 80,
11827
12582
  "escapedText": "returns"
11828
12583
  },
11829
12584
  "comment": "<p>An EnvironmentProviders instance containing the DialogModule.</p>\n",
@@ -11892,10 +12647,10 @@
11892
12647
  "name": {
11893
12648
  "pos": 545,
11894
12649
  "end": 549,
12650
+ "kind": 80,
12651
+ "id": 0,
11895
12652
  "flags": 16777216,
11896
- "modifierFlagsCache": 0,
11897
12653
  "transformFlags": 0,
11898
- "kind": 80,
11899
12654
  "escapedText": "zone"
11900
12655
  },
11901
12656
  "type": "NgZone",
@@ -11904,34 +12659,36 @@
11904
12659
  "tagName": {
11905
12660
  "pos": 530,
11906
12661
  "end": 535,
12662
+ "kind": 80,
12663
+ "id": 0,
11907
12664
  "flags": 16777216,
11908
- "modifierFlagsCache": 0,
11909
12665
  "transformFlags": 0,
11910
- "kind": 80,
11911
12666
  "escapedText": "param"
11912
12667
  },
11913
12668
  "comment": "<ul>\n<li>The Angular zone to control the change detection context.</li>\n</ul>\n",
11914
12669
  "typeExpression": {
11915
12670
  "pos": 536,
11916
12671
  "end": 544,
12672
+ "kind": 309,
12673
+ "id": 0,
11917
12674
  "flags": 16777216,
11918
12675
  "modifierFlagsCache": 0,
11919
12676
  "transformFlags": 0,
11920
- "kind": 316,
11921
12677
  "type": {
11922
12678
  "pos": 537,
11923
12679
  "end": 543,
12680
+ "kind": 183,
12681
+ "id": 0,
11924
12682
  "flags": 16777216,
11925
12683
  "modifierFlagsCache": 0,
11926
12684
  "transformFlags": 1,
11927
- "kind": 183,
11928
12685
  "typeName": {
11929
12686
  "pos": 537,
11930
12687
  "end": 543,
12688
+ "kind": 80,
12689
+ "id": 0,
11931
12690
  "flags": 16777216,
11932
- "modifierFlagsCache": 0,
11933
12691
  "transformFlags": 0,
11934
- "kind": 80,
11935
12692
  "escapedText": "NgZone"
11936
12693
  }
11937
12694
  }
@@ -11941,10 +12698,10 @@
11941
12698
  "tagName": {
11942
12699
  "pos": 614,
11943
12700
  "end": 621,
12701
+ "kind": 80,
12702
+ "id": 0,
11944
12703
  "flags": 16777216,
11945
- "modifierFlagsCache": 0,
11946
12704
  "transformFlags": 0,
11947
- "kind": 80,
11948
12705
  "escapedText": "returns"
11949
12706
  },
11950
12707
  "comment": "<ul>\n<li>A function that takes an observable as input\nand returns an observable that runs inside Angular&#39;s NgZone.</li>\n</ul>\n<p>Example usage:</p>\n<p>const source$ = of(&#39;some value&#39;);\nconst zoned$ = source$.pipe(runInZone(zone));\nzoned$.subscribe(value =&gt; {\nconsole.log(&#39;Value:&#39;, value);\n});</p>\n",
@@ -12384,6 +13141,18 @@
12384
13141
  "defaultValue": "[\n RdxAccordionContentDirective,\n RdxAccordionHeaderDirective,\n RdxAccordionItemDirective,\n RdxAccordionRootDirective,\n RdxAccordionTriggerDirective\n]"
12385
13142
  }
12386
13143
  ],
13144
+ "alert-dialog/index.ts": [
13145
+ {
13146
+ "name": "_imports",
13147
+ "ctype": "miscellaneous",
13148
+ "subtype": "variable",
13149
+ "file": "alert-dialog/index.ts",
13150
+ "deprecated": false,
13151
+ "deprecationMessage": "",
13152
+ "type": "[]",
13153
+ "defaultValue": "[\n RdxAlertDialogRootDirective,\n RdxAlertDialogContentDirective,\n RdxAlertDialogCancelDirective,\n RdxAlertDialogTriggerDirective,\n RdxAlertDialogTitleDirective\n]"
13154
+ }
13155
+ ],
12387
13156
  "context-menu/index.ts": [
12388
13157
  {
12389
13158
  "name": "_imports",
@@ -13025,6 +13794,18 @@
13025
13794
  "type": "TransitionStartFn",
13026
13795
  "defaultValue": "({ classList }: HTMLElement) => {\n classList.add('showing');\n return () => {\n classList.remove('show', 'showing');\n };\n}"
13027
13796
  }
13797
+ ],
13798
+ "core/src/window.ts": [
13799
+ {
13800
+ "name": "WINDOW",
13801
+ "ctype": "miscellaneous",
13802
+ "subtype": "variable",
13803
+ "file": "core/src/window.ts",
13804
+ "deprecated": false,
13805
+ "deprecationMessage": "",
13806
+ "type": "",
13807
+ "defaultValue": "new InjectionToken<Window & typeof globalThis>('An abstraction over global window object', {\n factory: () => {\n const { defaultView } = injectDocument();\n if (!defaultView) {\n throw new Error('Window is not available');\n }\n return defaultView;\n }\n})"
13808
+ }
13028
13809
  ]
13029
13810
  },
13030
13811
  "groupedFunctions": {
@@ -13104,10 +13885,10 @@
13104
13885
  "name": {
13105
13886
  "pos": 1768,
13106
13887
  "end": 1775,
13888
+ "kind": 80,
13889
+ "id": 0,
13107
13890
  "flags": 16777216,
13108
- "modifierFlagsCache": 0,
13109
13891
  "transformFlags": 0,
13110
- "kind": 80,
13111
13892
  "escapedText": "element"
13112
13893
  },
13113
13894
  "type": "HTMLElement",
@@ -13116,34 +13897,36 @@
13116
13897
  "tagName": {
13117
13898
  "pos": 1748,
13118
13899
  "end": 1753,
13900
+ "kind": 80,
13901
+ "id": 0,
13119
13902
  "flags": 16777216,
13120
- "modifierFlagsCache": 0,
13121
13903
  "transformFlags": 0,
13122
- "kind": 80,
13123
13904
  "escapedText": "param"
13124
13905
  },
13125
13906
  "comment": "<ul>\n<li>The HTML element for which to calculate the transition duration.</li>\n</ul>\n",
13126
13907
  "typeExpression": {
13127
13908
  "pos": 1754,
13128
13909
  "end": 1767,
13910
+ "kind": 309,
13911
+ "id": 0,
13129
13912
  "flags": 16777216,
13130
13913
  "modifierFlagsCache": 0,
13131
13914
  "transformFlags": 0,
13132
- "kind": 316,
13133
13915
  "type": {
13134
13916
  "pos": 1755,
13135
13917
  "end": 1766,
13918
+ "kind": 183,
13919
+ "id": 0,
13136
13920
  "flags": 16777216,
13137
13921
  "modifierFlagsCache": 0,
13138
13922
  "transformFlags": 1,
13139
- "kind": 183,
13140
13923
  "typeName": {
13141
13924
  "pos": 1755,
13142
13925
  "end": 1766,
13926
+ "kind": 80,
13927
+ "id": 0,
13143
13928
  "flags": 16777216,
13144
- "modifierFlagsCache": 0,
13145
13929
  "transformFlags": 0,
13146
- "kind": 80,
13147
13930
  "escapedText": "HTMLElement"
13148
13931
  }
13149
13932
  }
@@ -13153,10 +13936,10 @@
13153
13936
  "tagName": {
13154
13937
  "pos": 1847,
13155
13938
  "end": 1854,
13939
+ "kind": 80,
13940
+ "id": 0,
13156
13941
  "flags": 16777216,
13157
- "modifierFlagsCache": 0,
13158
13942
  "transformFlags": 0,
13159
- "kind": 80,
13160
13943
  "escapedText": "returns"
13161
13944
  },
13162
13945
  "comment": "<ul>\n<li>The total transition duration in milliseconds.</li>\n</ul>\n<p>Example usage:</p>\n<p>const durationMs = getTransitionDurationMs(element);\nconsole.log(<code>Transition duration: ${durationMs} ms</code>);</p>\n",
@@ -13186,10 +13969,10 @@
13186
13969
  "name": {
13187
13970
  "pos": 545,
13188
13971
  "end": 549,
13972
+ "kind": 80,
13973
+ "id": 0,
13189
13974
  "flags": 16777216,
13190
- "modifierFlagsCache": 0,
13191
13975
  "transformFlags": 0,
13192
- "kind": 80,
13193
13976
  "escapedText": "zone"
13194
13977
  },
13195
13978
  "type": "NgZone",
@@ -13198,34 +13981,36 @@
13198
13981
  "tagName": {
13199
13982
  "pos": 530,
13200
13983
  "end": 535,
13984
+ "kind": 80,
13985
+ "id": 0,
13201
13986
  "flags": 16777216,
13202
- "modifierFlagsCache": 0,
13203
13987
  "transformFlags": 0,
13204
- "kind": 80,
13205
13988
  "escapedText": "param"
13206
13989
  },
13207
13990
  "comment": "<ul>\n<li>The Angular zone to control the change detection context.</li>\n</ul>\n",
13208
13991
  "typeExpression": {
13209
13992
  "pos": 536,
13210
13993
  "end": 544,
13994
+ "kind": 309,
13995
+ "id": 0,
13211
13996
  "flags": 16777216,
13212
13997
  "modifierFlagsCache": 0,
13213
13998
  "transformFlags": 0,
13214
- "kind": 316,
13215
13999
  "type": {
13216
14000
  "pos": 537,
13217
14001
  "end": 543,
14002
+ "kind": 183,
14003
+ "id": 0,
13218
14004
  "flags": 16777216,
13219
14005
  "modifierFlagsCache": 0,
13220
14006
  "transformFlags": 1,
13221
- "kind": 183,
13222
14007
  "typeName": {
13223
14008
  "pos": 537,
13224
14009
  "end": 543,
14010
+ "kind": 80,
14011
+ "id": 0,
13225
14012
  "flags": 16777216,
13226
- "modifierFlagsCache": 0,
13227
14013
  "transformFlags": 0,
13228
- "kind": 80,
13229
14014
  "escapedText": "NgZone"
13230
14015
  }
13231
14016
  }
@@ -13235,10 +14020,10 @@
13235
14020
  "tagName": {
13236
14021
  "pos": 614,
13237
14022
  "end": 621,
14023
+ "kind": 80,
14024
+ "id": 0,
13238
14025
  "flags": 16777216,
13239
- "modifierFlagsCache": 0,
13240
14026
  "transformFlags": 0,
13241
- "kind": 80,
13242
14027
  "escapedText": "returns"
13243
14028
  },
13244
14029
  "comment": "<ul>\n<li>A function that takes an observable as input\nand returns an observable that runs inside Angular&#39;s NgZone.</li>\n</ul>\n<p>Example usage:</p>\n<p>const source$ = of(&#39;some value&#39;);\nconst zoned$ = source$.pipe(runInZone(zone));\nzoned$.subscribe(value =&gt; {\nconsole.log(&#39;Value:&#39;, value);\n});</p>\n",
@@ -13378,6 +14163,31 @@
13378
14163
  "args": []
13379
14164
  }
13380
14165
  ],
14166
+ "core/src/document.ts": [
14167
+ {
14168
+ "name": "injectDocument",
14169
+ "file": "core/src/document.ts",
14170
+ "ctype": "miscellaneous",
14171
+ "subtype": "function",
14172
+ "deprecated": false,
14173
+ "deprecationMessage": "",
14174
+ "description": "",
14175
+ "args": [],
14176
+ "returnType": "Document"
14177
+ }
14178
+ ],
14179
+ "core/src/is-client.ts": [
14180
+ {
14181
+ "name": "injectIsClient",
14182
+ "file": "core/src/is-client.ts",
14183
+ "ctype": "miscellaneous",
14184
+ "subtype": "function",
14185
+ "deprecated": false,
14186
+ "deprecationMessage": "",
14187
+ "description": "",
14188
+ "args": []
14189
+ }
14190
+ ],
13381
14191
  "core/src/inject-ng-control.ts": [
13382
14192
  {
13383
14193
  "name": "injectNgControl",
@@ -13489,10 +14299,10 @@
13489
14299
  "tagName": {
13490
14300
  "pos": 393,
13491
14301
  "end": 400,
14302
+ "kind": 80,
14303
+ "id": 0,
13492
14304
  "flags": 16777216,
13493
- "modifierFlagsCache": 0,
13494
14305
  "transformFlags": 0,
13495
- "kind": 80,
13496
14306
  "escapedText": "returns"
13497
14307
  },
13498
14308
  "comment": "<p>The instance of RdxProgressRootDirective.</p>\n"
@@ -13539,6 +14349,18 @@
13539
14349
  "returnType": "RdxToggleGroupDirective | RdxToggleGroupMultipleDirective"
13540
14350
  }
13541
14351
  ],
14352
+ "core/src/window.ts": [
14353
+ {
14354
+ "name": "injectWindow",
14355
+ "file": "core/src/window.ts",
14356
+ "ctype": "miscellaneous",
14357
+ "subtype": "function",
14358
+ "deprecated": false,
14359
+ "deprecationMessage": "",
14360
+ "description": "",
14361
+ "args": []
14362
+ }
14363
+ ],
13542
14364
  "dialog/src/dialog-ref.ts": [
13543
14365
  {
13544
14366
  "name": "isDismissed",
@@ -13567,6 +14389,35 @@
13567
14389
  ]
13568
14390
  }
13569
14391
  ],
14392
+ "core/src/is-inside-form.ts": [
14393
+ {
14394
+ "name": "isInsideForm",
14395
+ "file": "core/src/is-inside-form.ts",
14396
+ "ctype": "miscellaneous",
14397
+ "subtype": "function",
14398
+ "deprecated": false,
14399
+ "deprecationMessage": "",
14400
+ "description": "",
14401
+ "args": [
14402
+ {
14403
+ "name": "el",
14404
+ "deprecated": false,
14405
+ "deprecationMessage": ""
14406
+ }
14407
+ ],
14408
+ "returnType": "boolean",
14409
+ "jsdoctags": [
14410
+ {
14411
+ "name": "el",
14412
+ "deprecated": false,
14413
+ "deprecationMessage": "",
14414
+ "tagName": {
14415
+ "text": "param"
14416
+ }
14417
+ }
14418
+ ]
14419
+ }
14420
+ ],
13570
14421
  "presence/src/transitions/transition.collapse.ts": [
13571
14422
  {
13572
14423
  "name": "measureCollapsingElementDimensionPx",
@@ -13595,10 +14446,10 @@
13595
14446
  "name": {
13596
14447
  "pos": 2034,
13597
14448
  "end": 2041,
14449
+ "kind": 80,
14450
+ "id": 0,
13598
14451
  "flags": 16777216,
13599
- "modifierFlagsCache": 0,
13600
14452
  "transformFlags": 0,
13601
- "kind": 80,
13602
14453
  "escapedText": "element"
13603
14454
  },
13604
14455
  "type": "HTMLElement",
@@ -13607,10 +14458,10 @@
13607
14458
  "tagName": {
13608
14459
  "pos": 2028,
13609
14460
  "end": 2033,
14461
+ "kind": 80,
14462
+ "id": 0,
13610
14463
  "flags": 16777216,
13611
- "modifierFlagsCache": 0,
13612
14464
  "transformFlags": 0,
13613
- "kind": 80,
13614
14465
  "escapedText": "param"
13615
14466
  },
13616
14467
  "comment": "<ul>\n<li>The HTML element to measure.</li>\n</ul>\n"
@@ -13619,10 +14470,10 @@
13619
14470
  "name": {
13620
14471
  "pos": 2083,
13621
14472
  "end": 2092,
14473
+ "kind": 80,
14474
+ "id": 0,
13622
14475
  "flags": 16777216,
13623
- "modifierFlagsCache": 0,
13624
14476
  "transformFlags": 0,
13625
- "kind": 80,
13626
14477
  "escapedText": "dimension"
13627
14478
  },
13628
14479
  "deprecated": false,
@@ -13630,10 +14481,10 @@
13630
14481
  "tagName": {
13631
14482
  "pos": 2077,
13632
14483
  "end": 2082,
14484
+ "kind": 80,
14485
+ "id": 0,
13633
14486
  "flags": 16777216,
13634
- "modifierFlagsCache": 0,
13635
14487
  "transformFlags": 0,
13636
- "kind": 80,
13637
14488
  "escapedText": "param"
13638
14489
  },
13639
14490
  "comment": "<ul>\n<li>The dimension (&#39;width&#39; or &#39;height&#39;) to measure.</li>\n</ul>\n"
@@ -13642,10 +14493,10 @@
13642
14493
  "tagName": {
13643
14494
  "pos": 2147,
13644
14495
  "end": 2154,
14496
+ "kind": 80,
14497
+ "id": 0,
13645
14498
  "flags": 16777216,
13646
- "modifierFlagsCache": 0,
13647
14499
  "transformFlags": 0,
13648
- "kind": 80,
13649
14500
  "escapedText": "returns"
13650
14501
  },
13651
14502
  "comment": "<p>The size of the dimension in pixels.</p>\n"
@@ -13669,10 +14520,10 @@
13669
14520
  "tagName": {
13670
14521
  "pos": 925,
13671
14522
  "end": 932,
14523
+ "kind": 80,
14524
+ "id": 0,
13672
14525
  "flags": 16777216,
13673
- "modifierFlagsCache": 0,
13674
14526
  "transformFlags": 0,
13675
- "kind": 80,
13676
14527
  "escapedText": "returns"
13677
14528
  },
13678
14529
  "comment": "<p>A provider for the RdxDialogService.</p>\n",
@@ -13695,10 +14546,10 @@
13695
14546
  "tagName": {
13696
14547
  "pos": 452,
13697
14548
  "end": 459,
14549
+ "kind": 80,
14550
+ "id": 0,
13698
14551
  "flags": 16777216,
13699
- "modifierFlagsCache": 0,
13700
14552
  "transformFlags": 0,
13701
- "kind": 80,
13702
14553
  "escapedText": "returns"
13703
14554
  },
13704
14555
  "comment": "<p>An EnvironmentProviders instance containing the DialogModule.</p>\n",