@radix-ng/primitives 0.15.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.
- package/aspect-ratio/src/aspect-ratio.directive.d.ts +2 -0
- package/compodoc/documentation.json +530 -265
- package/core/index.d.ts +1 -0
- package/core/src/is-inside-form.d.ts +2 -0
- package/dialog/src/dialog.config.d.ts +1 -1
- package/esm2022/accordion/index.mjs +5 -5
- package/esm2022/accordion/src/accordion-content.directive.mjs +4 -4
- package/esm2022/accordion/src/accordion-header.directive.mjs +4 -4
- package/esm2022/accordion/src/accordion-item.directive.mjs +4 -4
- package/esm2022/accordion/src/accordion-root.directive.mjs +4 -4
- package/esm2022/accordion/src/accordion-trigger.directive.mjs +4 -4
- package/esm2022/alert-dialog/index.mjs +5 -5
- package/esm2022/alert-dialog/src/alert-dialog-cancel.directive.mjs +4 -4
- package/esm2022/alert-dialog/src/alert-dialog-content.directive.mjs +4 -4
- package/esm2022/alert-dialog/src/alert-dialog-root.directive.mjs +4 -4
- package/esm2022/alert-dialog/src/alert-dialog-title.directive.mjs +4 -4
- package/esm2022/alert-dialog/src/alert-dialog-trigger.directive.mjs +4 -4
- package/esm2022/alert-dialog/src/alert-dialog.service.mjs +4 -4
- package/esm2022/aspect-ratio/src/aspect-ratio.directive.mjs +6 -4
- package/esm2022/avatar/src/avatar-fallback.directive.mjs +4 -4
- package/esm2022/avatar/src/avatar-image.directive.mjs +5 -4
- package/esm2022/avatar/src/avatar-root.directive.mjs +4 -4
- package/esm2022/checkbox/src/checkbox-button.directive.mjs +4 -4
- package/esm2022/checkbox/src/checkbox-indicator.directive.mjs +4 -4
- package/esm2022/checkbox/src/checkbox-input.directive.mjs +4 -4
- package/esm2022/checkbox/src/checkbox.directive.mjs +4 -4
- package/esm2022/collapsible/src/collapsible-content.directive.mjs +4 -4
- package/esm2022/collapsible/src/collapsible-root.directive.mjs +4 -4
- package/esm2022/collapsible/src/collapsible-trigger.directive.mjs +4 -4
- package/esm2022/context-menu/index.mjs +5 -5
- package/esm2022/context-menu/src/context-menu-content.directive.mjs +4 -4
- package/esm2022/context-menu/src/context-menu-item-checkbox.directive.mjs +4 -4
- package/esm2022/context-menu/src/context-menu-item-indicator.directive.mjs +4 -4
- package/esm2022/context-menu/src/context-menu-item-radio-group.directive.mjs +4 -4
- package/esm2022/context-menu/src/context-menu-item-radio.directive.mjs +4 -4
- package/esm2022/context-menu/src/context-menu-item-selectable.mjs +4 -4
- package/esm2022/context-menu/src/context-menu-item.directive.mjs +4 -4
- package/esm2022/context-menu/src/context-menu-label.directive.mjs +4 -4
- package/esm2022/context-menu/src/context-menu-separator.directive.mjs +4 -4
- package/esm2022/context-menu/src/context-menu-trigger.directive.mjs +4 -4
- package/esm2022/core/index.mjs +2 -1
- package/esm2022/core/src/auto-focus.directive.mjs +4 -4
- package/esm2022/core/src/is-inside-form.mjs +7 -0
- package/esm2022/dialog/index.mjs +5 -5
- package/esm2022/dialog/src/dialog-close.directive.mjs +4 -4
- package/esm2022/dialog/src/dialog-content.directive.mjs +4 -4
- package/esm2022/dialog/src/dialog-description.directive.mjs +4 -4
- package/esm2022/dialog/src/dialog-dismiss.directive.mjs +4 -4
- package/esm2022/dialog/src/dialog-title.directive.mjs +4 -4
- package/esm2022/dialog/src/dialog-trigger.directive.mjs +4 -4
- package/esm2022/dialog/src/dialog.config.mjs +1 -1
- package/esm2022/dialog/src/dialog.service.mjs +4 -4
- package/esm2022/dropdown-menu/index.mjs +5 -5
- package/esm2022/dropdown-menu/src/dropdown-menu-content.directive.mjs +4 -4
- package/esm2022/dropdown-menu/src/dropdown-menu-item-checkbox.directive.mjs +4 -4
- package/esm2022/dropdown-menu/src/dropdown-menu-item-indicator.directive.mjs +4 -4
- package/esm2022/dropdown-menu/src/dropdown-menu-item-radio-group.directive.mjs +4 -4
- package/esm2022/dropdown-menu/src/dropdown-menu-item-radio.directive.mjs +4 -4
- package/esm2022/dropdown-menu/src/dropdown-menu-item-selectable.mjs +4 -4
- package/esm2022/dropdown-menu/src/dropdown-menu-item.directive.mjs +4 -4
- package/esm2022/dropdown-menu/src/dropdown-menu-label.directive.mjs +4 -4
- package/esm2022/dropdown-menu/src/dropdown-menu-separator.directive.mjs +4 -4
- package/esm2022/dropdown-menu/src/dropdown-menu-trigger.directive.mjs +4 -4
- package/esm2022/label/src/label.directive.mjs +4 -4
- package/esm2022/menu/index.mjs +5 -5
- package/esm2022/menu/src/menu-content.directive.mjs +4 -4
- package/esm2022/menu/src/menu-directive.mjs +4 -4
- package/esm2022/menu/src/menu-group.directive.mjs +4 -4
- package/esm2022/menu/src/menu-item.directive.mjs +4 -4
- package/esm2022/menu/src/menu-label.directive.mjs +4 -4
- package/esm2022/menu/src/menu-separator.directive.mjs +4 -4
- package/esm2022/menubar/index.mjs +5 -5
- package/esm2022/menubar/src/menubar-content.directive.mjs +4 -4
- package/esm2022/menubar/src/menubar-item-checkbox.directive.mjs +4 -4
- package/esm2022/menubar/src/menubar-item-indicator.directive.mjs +4 -4
- package/esm2022/menubar/src/menubar-item-radio.directive.mjs +4 -4
- package/esm2022/menubar/src/menubar-item.directive.mjs +4 -4
- package/esm2022/menubar/src/menubar-radio-group.directive.mjs +4 -4
- package/esm2022/menubar/src/menubar-root.directive.mjs +4 -4
- package/esm2022/menubar/src/menubar-separator.directive.mjs +4 -4
- package/esm2022/menubar/src/menubar-trigger.directive.mjs +4 -4
- package/esm2022/progress/index.mjs +5 -5
- package/esm2022/progress/src/progress-indicator.directive.mjs +4 -4
- package/esm2022/progress/src/progress-root.directive.mjs +4 -4
- package/esm2022/radio/src/radio-indicator.directive.mjs +4 -4
- package/esm2022/radio/src/radio-item.directive.mjs +4 -4
- package/esm2022/radio/src/radio-root.directive.mjs +4 -4
- package/esm2022/separator/src/separator.directive.mjs +8 -4
- package/esm2022/switch/index.mjs +5 -5
- package/esm2022/switch/src/switch-input.directive.mjs +4 -4
- package/esm2022/switch/src/switch-root.directive.mjs +4 -4
- package/esm2022/switch/src/switch-thumb.directive.mjs +4 -4
- package/esm2022/tabs/index.mjs +5 -5
- package/esm2022/tabs/src/tabs-content.directive.mjs +4 -4
- package/esm2022/tabs/src/tabs-context.service.mjs +4 -4
- package/esm2022/tabs/src/tabs-list.directive.mjs +4 -4
- package/esm2022/tabs/src/tabs-root.directive.mjs +4 -4
- package/esm2022/tabs/src/tabs-trigger.directive.mjs +4 -4
- package/esm2022/toggle/index.mjs +2 -1
- package/esm2022/toggle/src/toggle-input.directive.mjs +29 -0
- package/esm2022/toggle/src/toggle.directive.mjs +4 -5
- package/esm2022/toggle-group/src/toggle-group-item.directive.mjs +4 -4
- package/esm2022/toggle-group/src/toggle-group-multiple.directive.mjs +4 -4
- package/esm2022/toggle-group/src/toggle-group.directive.mjs +4 -4
- package/esm2022/visually-hidden/src/visually-hidden-input-bubble.directive.mjs +4 -4
- package/esm2022/visually-hidden/src/visually-hidden-input.directive.mjs +5 -5
- package/esm2022/visually-hidden/src/visually-hidden.directive.mjs +4 -4
- package/fesm2022/radix-ng-primitives-accordion.mjs +19 -19
- package/fesm2022/radix-ng-primitives-accordion.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-alert-dialog.mjs +22 -22
- package/fesm2022/radix-ng-primitives-alert-dialog.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-aspect-ratio.mjs +5 -3
- package/fesm2022/radix-ng-primitives-aspect-ratio.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-avatar.mjs +10 -9
- package/fesm2022/radix-ng-primitives-avatar.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-checkbox.mjs +12 -12
- package/fesm2022/radix-ng-primitives-checkbox.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-collapsible.mjs +9 -9
- package/fesm2022/radix-ng-primitives-collapsible.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-context-menu.mjs +34 -34
- package/fesm2022/radix-ng-primitives-context-menu.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-core.mjs +11 -4
- package/fesm2022/radix-ng-primitives-core.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-dialog.mjs +25 -25
- package/fesm2022/radix-ng-primitives-dialog.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-dropdown-menu.mjs +34 -34
- package/fesm2022/radix-ng-primitives-dropdown-menu.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-label.mjs +3 -3
- package/fesm2022/radix-ng-primitives-label.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-menu.mjs +22 -22
- package/fesm2022/radix-ng-primitives-menu.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-menubar.mjs +31 -31
- package/fesm2022/radix-ng-primitives-menubar.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-progress.mjs +10 -10
- package/fesm2022/radix-ng-primitives-progress.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-radio.mjs +9 -9
- package/fesm2022/radix-ng-primitives-radio.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-separator.mjs +7 -3
- package/fesm2022/radix-ng-primitives-separator.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-switch.mjs +13 -13
- package/fesm2022/radix-ng-primitives-switch.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-tabs.mjs +19 -19
- package/fesm2022/radix-ng-primitives-tabs.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-toggle-group.mjs +9 -9
- package/fesm2022/radix-ng-primitives-toggle-group.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-toggle.mjs +32 -6
- package/fesm2022/radix-ng-primitives-toggle.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-visually-hidden.mjs +10 -10
- package/fesm2022/radix-ng-primitives-visually-hidden.mjs.map +1 -1
- package/package.json +1 -1
- package/separator/src/separator.directive.d.ts +4 -0
- package/toggle/index.d.ts +1 -0
- package/toggle/src/toggle-input.directive.d.ts +6 -0
- package/visually-hidden/src/visually-hidden-input.directive.d.ts +1 -1
@@ -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-
|
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,18 +255,19 @@
|
|
244
255
|
},
|
245
256
|
{
|
246
257
|
"name": "SeparatorProps",
|
247
|
-
"id": "interface-SeparatorProps-
|
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 { 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 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 protected readonly computedAriaOrientation = computed(() =>\n !this.decorative() && this.orientation() === 'vertical' ? 'vertical' : null\n );\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
273
|
"line": 20,
|
@@ -266,6 +278,7 @@
|
|
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
284
|
"line": 15,
|
@@ -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 & right vs. up & 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-
|
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
|
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,
|
@@ -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
|
@@ -1214,6 +1256,7 @@
|
|
1214
1256
|
"deprecated": false,
|
1215
1257
|
"deprecationMessage": "",
|
1216
1258
|
"type": "",
|
1259
|
+
"indexKey": "",
|
1217
1260
|
"optional": false,
|
1218
1261
|
"description": "",
|
1219
1262
|
"line": 21,
|
@@ -1227,6 +1270,7 @@
|
|
1227
1270
|
"deprecated": false,
|
1228
1271
|
"deprecationMessage": "",
|
1229
1272
|
"type": "",
|
1273
|
+
"indexKey": "",
|
1230
1274
|
"optional": false,
|
1231
1275
|
"description": "",
|
1232
1276
|
"line": 18,
|
@@ -1241,6 +1285,7 @@
|
|
1241
1285
|
"deprecated": false,
|
1242
1286
|
"deprecationMessage": "",
|
1243
1287
|
"type": "",
|
1288
|
+
"indexKey": "",
|
1244
1289
|
"optional": false,
|
1245
1290
|
"description": "",
|
1246
1291
|
"line": 19,
|
@@ -1302,6 +1347,7 @@
|
|
1302
1347
|
"deprecated": false,
|
1303
1348
|
"deprecationMessage": "",
|
1304
1349
|
"type": "",
|
1350
|
+
"indexKey": "",
|
1305
1351
|
"optional": false,
|
1306
1352
|
"description": "",
|
1307
1353
|
"line": 14,
|
@@ -1385,17 +1431,18 @@
|
|
1385
1431
|
{
|
1386
1432
|
"pos": 4313,
|
1387
1433
|
"end": 4332,
|
1434
|
+
"kind": 327,
|
1435
|
+
"id": 0,
|
1388
1436
|
"flags": 16842752,
|
1389
1437
|
"modifierFlagsCache": 0,
|
1390
1438
|
"transformFlags": 0,
|
1391
|
-
"kind": 334,
|
1392
1439
|
"tagName": {
|
1393
1440
|
"pos": 4314,
|
1394
1441
|
"end": 4326,
|
1442
|
+
"kind": 80,
|
1443
|
+
"id": 0,
|
1395
1444
|
"flags": 16842752,
|
1396
|
-
"modifierFlagsCache": 0,
|
1397
1445
|
"transformFlags": 0,
|
1398
|
-
"kind": 80,
|
1399
1446
|
"escapedText": "docs-private"
|
1400
1447
|
},
|
1401
1448
|
"comment": ""
|
@@ -1823,6 +1870,7 @@
|
|
1823
1870
|
"deprecated": false,
|
1824
1871
|
"deprecationMessage": "",
|
1825
1872
|
"type": "",
|
1873
|
+
"indexKey": "",
|
1826
1874
|
"optional": false,
|
1827
1875
|
"description": "",
|
1828
1876
|
"line": 20,
|
@@ -1837,6 +1885,7 @@
|
|
1837
1885
|
"deprecated": false,
|
1838
1886
|
"deprecationMessage": "",
|
1839
1887
|
"type": "",
|
1888
|
+
"indexKey": "",
|
1840
1889
|
"optional": false,
|
1841
1890
|
"description": "",
|
1842
1891
|
"line": 21,
|
@@ -1851,6 +1900,7 @@
|
|
1851
1900
|
"deprecated": false,
|
1852
1901
|
"deprecationMessage": "",
|
1853
1902
|
"type": "",
|
1903
|
+
"indexKey": "",
|
1854
1904
|
"optional": false,
|
1855
1905
|
"description": "",
|
1856
1906
|
"line": 19,
|
@@ -2108,12 +2158,12 @@
|
|
2108
2158
|
},
|
2109
2159
|
{
|
2110
2160
|
"name": "RdxAspectRatioDirective",
|
2111
|
-
"id": "directive-RdxAspectRatioDirective-
|
2161
|
+
"id": "directive-RdxAspectRatioDirective-0585b1531c41e096de4788c6d44bd7c07d068d12fcaff7b6fa3265056a44b7648a9de7ece076fd48c18554b8df12eedeca351846525ca5fa737b6e0524cf847d",
|
2112
2162
|
"file": "aspect-ratio/src/aspect-ratio.directive.ts",
|
2113
2163
|
"type": "directive",
|
2114
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",
|
2115
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",
|
2116
|
-
"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 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",
|
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",
|
2117
2167
|
"selector": "[rdxAspectRatio]",
|
2118
2168
|
"providers": [],
|
2119
2169
|
"exportAs": "rdxAspectRatio",
|
@@ -2126,27 +2176,13 @@
|
|
2126
2176
|
"hostBindings": [],
|
2127
2177
|
"hostListeners": [],
|
2128
2178
|
"propertiesClass": [
|
2129
|
-
{
|
2130
|
-
"name": "paddingBottom",
|
2131
|
-
"defaultValue": "computed(() => {\n const ratioValue = this.ratio();\n return `${ratioValue !== 0 ? (1 / ratioValue) * 100 : 0}%`;\n })",
|
2132
|
-
"deprecated": false,
|
2133
|
-
"deprecationMessage": "",
|
2134
|
-
"type": "",
|
2135
|
-
"optional": false,
|
2136
|
-
"description": "<p>Dynamically computed <code>padding-bottom</code> style for the element.\nThis value is calculated based on the inverse of the aspect ratio.</p>\n<p>If the ratio is zero, it defaults to <code>0%</code> to avoid division by zero.</p>\n",
|
2137
|
-
"line": 45,
|
2138
|
-
"rawdescription": "\n\nDynamically computed `padding-bottom` style for the element.\nThis value is calculated based on the inverse of the aspect ratio.\n\nIf the ratio is zero, it defaults to `0%` to avoid division by zero.\n",
|
2139
|
-
"modifierKind": [
|
2140
|
-
124,
|
2141
|
-
148
|
2142
|
-
]
|
2143
|
-
},
|
2144
2179
|
{
|
2145
2180
|
"name": "ratio",
|
2146
2181
|
"defaultValue": "input<number, NumberInput>(1, { transform: numberAttribute })",
|
2147
2182
|
"deprecated": false,
|
2148
2183
|
"deprecationMessage": "",
|
2149
2184
|
"type": "",
|
2185
|
+
"indexKey": "",
|
2150
2186
|
"optional": false,
|
2151
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",
|
2152
2188
|
"line": 37,
|
@@ -2193,17 +2229,18 @@
|
|
2193
2229
|
{
|
2194
2230
|
"pos": 366,
|
2195
2231
|
"end": 386,
|
2232
|
+
"kind": 327,
|
2233
|
+
"id": 0,
|
2196
2234
|
"flags": 16842752,
|
2197
2235
|
"modifierFlagsCache": 0,
|
2198
2236
|
"transformFlags": 0,
|
2199
|
-
"kind": 334,
|
2200
2237
|
"tagName": {
|
2201
2238
|
"pos": 367,
|
2202
2239
|
"end": 374,
|
2240
|
+
"kind": 80,
|
2241
|
+
"id": 0,
|
2203
2242
|
"flags": 16842752,
|
2204
|
-
"modifierFlagsCache": 0,
|
2205
2243
|
"transformFlags": 0,
|
2206
|
-
"kind": 80,
|
2207
2244
|
"escapedText": "default"
|
2208
2245
|
},
|
2209
2246
|
"comment": "<p>false</p>\n"
|
@@ -2311,17 +2348,18 @@
|
|
2311
2348
|
{
|
2312
2349
|
"pos": 1025,
|
2313
2350
|
"end": 1041,
|
2351
|
+
"kind": 327,
|
2352
|
+
"id": 0,
|
2314
2353
|
"flags": 16842752,
|
2315
2354
|
"modifierFlagsCache": 0,
|
2316
2355
|
"transformFlags": 0,
|
2317
|
-
"kind": 334,
|
2318
2356
|
"tagName": {
|
2319
2357
|
"pos": 1026,
|
2320
2358
|
"end": 1033,
|
2359
|
+
"kind": 80,
|
2360
|
+
"id": 0,
|
2321
2361
|
"flags": 16842752,
|
2322
|
-
"modifierFlagsCache": 0,
|
2323
2362
|
"transformFlags": 0,
|
2324
|
-
"kind": 80,
|
2325
2363
|
"escapedText": "default"
|
2326
2364
|
},
|
2327
2365
|
"comment": "<p>0</p>\n"
|
@@ -2346,6 +2384,7 @@
|
|
2346
2384
|
"deprecated": false,
|
2347
2385
|
"deprecationMessage": "",
|
2348
2386
|
"type": "",
|
2387
|
+
"indexKey": "",
|
2349
2388
|
"optional": false,
|
2350
2389
|
"description": "",
|
2351
2390
|
"line": 44,
|
@@ -2364,12 +2403,12 @@
|
|
2364
2403
|
},
|
2365
2404
|
{
|
2366
2405
|
"name": "RdxAvatarImageDirective",
|
2367
|
-
"id": "directive-RdxAvatarImageDirective-
|
2406
|
+
"id": "directive-RdxAvatarImageDirective-bac06507afc3be8c833a1a39c76f5d0f6f66f876b1542bdd729e294f9c7863b15028384f0af6134dd77441700564e3c4617b2432911e7f153d2f3a8ae4278240",
|
2368
2407
|
"file": "avatar/src/avatar-image.directive.ts",
|
2369
2408
|
"type": "directive",
|
2370
2409
|
"description": "",
|
2371
2410
|
"rawdescription": "\n",
|
2372
|
-
"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",
|
2373
2412
|
"selector": "img[rdxAvatarImage]",
|
2374
2413
|
"providers": [],
|
2375
2414
|
"exportAs": "rdxAvatarImage",
|
@@ -2384,7 +2423,7 @@
|
|
2384
2423
|
"deprecationMessage": "",
|
2385
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",
|
2386
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",
|
2387
|
-
"line":
|
2426
|
+
"line": 27,
|
2388
2427
|
"type": "EventEmitter"
|
2389
2428
|
}
|
2390
2429
|
],
|
@@ -2400,7 +2439,7 @@
|
|
2400
2439
|
"optional": false,
|
2401
2440
|
"returnType": "void",
|
2402
2441
|
"typeParameters": [],
|
2403
|
-
"line":
|
2442
|
+
"line": 48,
|
2404
2443
|
"deprecated": false,
|
2405
2444
|
"deprecationMessage": "",
|
2406
2445
|
"modifierKind": [
|
@@ -2413,7 +2452,7 @@
|
|
2413
2452
|
"optional": false,
|
2414
2453
|
"returnType": "void",
|
2415
2454
|
"typeParameters": [],
|
2416
|
-
"line":
|
2455
|
+
"line": 43,
|
2417
2456
|
"deprecated": false,
|
2418
2457
|
"deprecationMessage": "",
|
2419
2458
|
"modifierKind": [
|
@@ -2433,7 +2472,7 @@
|
|
2433
2472
|
"name": "nativeElement",
|
2434
2473
|
"type": "",
|
2435
2474
|
"returnType": "",
|
2436
|
-
"line":
|
2475
|
+
"line": 53
|
2437
2476
|
}
|
2438
2477
|
}
|
2439
2478
|
}
|
@@ -2500,6 +2539,7 @@
|
|
2500
2539
|
"deprecated": false,
|
2501
2540
|
"deprecationMessage": "",
|
2502
2541
|
"type": "",
|
2542
|
+
"indexKey": "",
|
2503
2543
|
"optional": false,
|
2504
2544
|
"description": "",
|
2505
2545
|
"line": 28,
|
@@ -2513,6 +2553,7 @@
|
|
2513
2553
|
"deprecated": false,
|
2514
2554
|
"deprecationMessage": "",
|
2515
2555
|
"type": "",
|
2556
|
+
"indexKey": "",
|
2516
2557
|
"optional": false,
|
2517
2558
|
"description": "",
|
2518
2559
|
"line": 32,
|
@@ -2526,6 +2567,7 @@
|
|
2526
2567
|
"deprecated": false,
|
2527
2568
|
"deprecationMessage": "",
|
2528
2569
|
"type": "",
|
2570
|
+
"indexKey": "",
|
2529
2571
|
"optional": false,
|
2530
2572
|
"description": "",
|
2531
2573
|
"line": 22,
|
@@ -2539,6 +2581,7 @@
|
|
2539
2581
|
"deprecated": false,
|
2540
2582
|
"deprecationMessage": "",
|
2541
2583
|
"type": "",
|
2584
|
+
"indexKey": "",
|
2542
2585
|
"optional": false,
|
2543
2586
|
"description": "",
|
2544
2587
|
"line": 26,
|
@@ -2552,6 +2595,7 @@
|
|
2552
2595
|
"deprecated": false,
|
2553
2596
|
"deprecationMessage": "",
|
2554
2597
|
"type": "",
|
2598
|
+
"indexKey": "",
|
2555
2599
|
"optional": false,
|
2556
2600
|
"description": "",
|
2557
2601
|
"line": 24,
|
@@ -2644,6 +2688,7 @@
|
|
2644
2688
|
"deprecated": false,
|
2645
2689
|
"deprecationMessage": "",
|
2646
2690
|
"type": "",
|
2691
|
+
"indexKey": "",
|
2647
2692
|
"optional": false,
|
2648
2693
|
"description": "",
|
2649
2694
|
"line": 22,
|
@@ -2658,6 +2703,7 @@
|
|
2658
2703
|
"deprecated": false,
|
2659
2704
|
"deprecationMessage": "",
|
2660
2705
|
"type": "",
|
2706
|
+
"indexKey": "",
|
2661
2707
|
"optional": false,
|
2662
2708
|
"description": "",
|
2663
2709
|
"line": 25,
|
@@ -2672,6 +2718,7 @@
|
|
2672
2718
|
"deprecated": false,
|
2673
2719
|
"deprecationMessage": "",
|
2674
2720
|
"type": "",
|
2721
|
+
"indexKey": "",
|
2675
2722
|
"optional": false,
|
2676
2723
|
"description": "",
|
2677
2724
|
"line": 24,
|
@@ -2900,6 +2947,7 @@
|
|
2900
2947
|
"deprecated": false,
|
2901
2948
|
"deprecationMessage": "",
|
2902
2949
|
"type": "",
|
2950
|
+
"indexKey": "",
|
2903
2951
|
"optional": false,
|
2904
2952
|
"description": "",
|
2905
2953
|
"line": 15,
|
@@ -2930,6 +2978,7 @@
|
|
2930
2978
|
"deprecated": false,
|
2931
2979
|
"deprecationMessage": "",
|
2932
2980
|
"type": "",
|
2981
|
+
"indexKey": "",
|
2933
2982
|
"optional": false,
|
2934
2983
|
"description": "",
|
2935
2984
|
"line": 25,
|
@@ -2951,6 +3000,7 @@
|
|
2951
3000
|
"deprecated": false,
|
2952
3001
|
"deprecationMessage": "",
|
2953
3002
|
"type": "",
|
3003
|
+
"indexKey": "",
|
2954
3004
|
"optional": false,
|
2955
3005
|
"description": "",
|
2956
3006
|
"line": 23,
|
@@ -2965,6 +3015,7 @@
|
|
2965
3015
|
"deprecated": false,
|
2966
3016
|
"deprecationMessage": "",
|
2967
3017
|
"type": "",
|
3018
|
+
"indexKey": "",
|
2968
3019
|
"optional": false,
|
2969
3020
|
"description": "",
|
2970
3021
|
"line": 26,
|
@@ -2978,6 +3029,7 @@
|
|
2978
3029
|
"deprecated": false,
|
2979
3030
|
"deprecationMessage": "",
|
2980
3031
|
"type": "",
|
3032
|
+
"indexKey": "",
|
2981
3033
|
"optional": false,
|
2982
3034
|
"description": "",
|
2983
3035
|
"line": 25,
|
@@ -2992,6 +3044,7 @@
|
|
2992
3044
|
"deprecated": false,
|
2993
3045
|
"deprecationMessage": "",
|
2994
3046
|
"type": "",
|
3047
|
+
"indexKey": "",
|
2995
3048
|
"optional": false,
|
2996
3049
|
"description": "",
|
2997
3050
|
"line": 28,
|
@@ -3080,43 +3133,45 @@
|
|
3080
3133
|
{
|
3081
3134
|
"pos": 1511,
|
3082
3135
|
"end": 1539,
|
3136
|
+
"kind": 341,
|
3137
|
+
"id": 0,
|
3083
3138
|
"flags": 16842752,
|
3084
3139
|
"modifierFlagsCache": 0,
|
3085
3140
|
"transformFlags": 0,
|
3086
|
-
"kind": 348,
|
3087
3141
|
"tagName": {
|
3088
3142
|
"pos": 1512,
|
3089
3143
|
"end": 1517,
|
3144
|
+
"kind": 80,
|
3145
|
+
"id": 0,
|
3090
3146
|
"flags": 16842752,
|
3091
|
-
"modifierFlagsCache": 0,
|
3092
3147
|
"transformFlags": 0,
|
3093
|
-
"kind": 80,
|
3094
3148
|
"escapedText": "param"
|
3095
3149
|
},
|
3096
3150
|
"comment": "",
|
3097
3151
|
"typeExpression": {
|
3098
3152
|
"pos": 1518,
|
3099
3153
|
"end": 1527,
|
3154
|
+
"kind": 309,
|
3155
|
+
"id": 0,
|
3100
3156
|
"flags": 16842752,
|
3101
3157
|
"modifierFlagsCache": 0,
|
3102
3158
|
"transformFlags": 0,
|
3103
|
-
"kind": 316,
|
3104
3159
|
"type": {
|
3105
3160
|
"pos": 1519,
|
3106
3161
|
"end": 1526,
|
3162
|
+
"kind": 136,
|
3163
|
+
"id": 0,
|
3107
3164
|
"flags": 16777216,
|
3108
|
-
"
|
3109
|
-
"transformFlags": 1,
|
3110
|
-
"kind": 136
|
3165
|
+
"transformFlags": 1
|
3111
3166
|
}
|
3112
3167
|
},
|
3113
3168
|
"name": {
|
3114
3169
|
"pos": 1528,
|
3115
3170
|
"end": 1533,
|
3171
|
+
"kind": 80,
|
3172
|
+
"id": 0,
|
3116
3173
|
"flags": 16842752,
|
3117
|
-
"modifierFlagsCache": 0,
|
3118
3174
|
"transformFlags": 0,
|
3119
|
-
"kind": 80,
|
3120
3175
|
"escapedText": "value"
|
3121
3176
|
},
|
3122
3177
|
"isNameFirst": false,
|
@@ -3196,10 +3251,10 @@
|
|
3196
3251
|
"name": {
|
3197
3252
|
"pos": 2030,
|
3198
3253
|
"end": 2035,
|
3254
|
+
"kind": 80,
|
3255
|
+
"id": 0,
|
3199
3256
|
"flags": 16842752,
|
3200
|
-
"modifierFlagsCache": 0,
|
3201
3257
|
"transformFlags": 0,
|
3202
|
-
"kind": 80,
|
3203
3258
|
"escapedText": "value"
|
3204
3259
|
},
|
3205
3260
|
"type": "boolean",
|
@@ -3209,43 +3264,45 @@
|
|
3209
3264
|
"tagName": {
|
3210
3265
|
"pos": 2002,
|
3211
3266
|
"end": 2007,
|
3267
|
+
"kind": 80,
|
3268
|
+
"id": 0,
|
3212
3269
|
"flags": 16842752,
|
3213
|
-
"modifierFlagsCache": 0,
|
3214
3270
|
"transformFlags": 0,
|
3215
|
-
"kind": 80,
|
3216
3271
|
"escapedText": "param"
|
3217
3272
|
},
|
3218
3273
|
"comment": "",
|
3219
3274
|
"typeExpression": {
|
3220
3275
|
"pos": 2008,
|
3221
3276
|
"end": 2029,
|
3277
|
+
"kind": 309,
|
3278
|
+
"id": 0,
|
3222
3279
|
"flags": 16842752,
|
3223
3280
|
"modifierFlagsCache": 0,
|
3224
3281
|
"transformFlags": 0,
|
3225
|
-
"kind": 316,
|
3226
3282
|
"type": {
|
3227
3283
|
"pos": 2009,
|
3228
3284
|
"end": 2028,
|
3285
|
+
"kind": 192,
|
3286
|
+
"id": 0,
|
3229
3287
|
"flags": 16777216,
|
3230
3288
|
"modifierFlagsCache": 0,
|
3231
3289
|
"transformFlags": 1,
|
3232
|
-
"kind": 192,
|
3233
3290
|
"types": [
|
3234
3291
|
{
|
3235
3292
|
"pos": 2009,
|
3236
3293
|
"end": 2016,
|
3294
|
+
"kind": 136,
|
3295
|
+
"id": 0,
|
3237
3296
|
"flags": 16777216,
|
3238
|
-
"
|
3239
|
-
"transformFlags": 1,
|
3240
|
-
"kind": 136
|
3297
|
+
"transformFlags": 1
|
3241
3298
|
},
|
3242
3299
|
{
|
3243
3300
|
"pos": 2018,
|
3244
3301
|
"end": 2028,
|
3302
|
+
"kind": 157,
|
3303
|
+
"id": 0,
|
3245
3304
|
"flags": 16777216,
|
3246
|
-
"
|
3247
|
-
"transformFlags": 1,
|
3248
|
-
"kind": 157
|
3305
|
+
"transformFlags": 1
|
3249
3306
|
}
|
3250
3307
|
]
|
3251
3308
|
}
|
@@ -3280,10 +3337,10 @@
|
|
3280
3337
|
"name": {
|
3281
3338
|
"pos": 1528,
|
3282
3339
|
"end": 1533,
|
3340
|
+
"kind": 80,
|
3341
|
+
"id": 0,
|
3283
3342
|
"flags": 16842752,
|
3284
|
-
"modifierFlagsCache": 0,
|
3285
3343
|
"transformFlags": 0,
|
3286
|
-
"kind": 80,
|
3287
3344
|
"escapedText": "value"
|
3288
3345
|
},
|
3289
3346
|
"type": "boolean",
|
@@ -3292,27 +3349,28 @@
|
|
3292
3349
|
"tagName": {
|
3293
3350
|
"pos": 1512,
|
3294
3351
|
"end": 1517,
|
3352
|
+
"kind": 80,
|
3353
|
+
"id": 0,
|
3295
3354
|
"flags": 16842752,
|
3296
|
-
"modifierFlagsCache": 0,
|
3297
3355
|
"transformFlags": 0,
|
3298
|
-
"kind": 80,
|
3299
3356
|
"escapedText": "param"
|
3300
3357
|
},
|
3301
3358
|
"comment": "",
|
3302
3359
|
"typeExpression": {
|
3303
3360
|
"pos": 1518,
|
3304
3361
|
"end": 1527,
|
3362
|
+
"kind": 309,
|
3363
|
+
"id": 0,
|
3305
3364
|
"flags": 16842752,
|
3306
3365
|
"modifierFlagsCache": 0,
|
3307
3366
|
"transformFlags": 0,
|
3308
|
-
"kind": 316,
|
3309
3367
|
"type": {
|
3310
3368
|
"pos": 1519,
|
3311
3369
|
"end": 1526,
|
3370
|
+
"kind": 136,
|
3371
|
+
"id": 0,
|
3312
3372
|
"flags": 16777216,
|
3313
|
-
"
|
3314
|
-
"transformFlags": 1,
|
3315
|
-
"kind": 136
|
3373
|
+
"transformFlags": 1
|
3316
3374
|
}
|
3317
3375
|
}
|
3318
3376
|
}
|
@@ -3405,6 +3463,7 @@
|
|
3405
3463
|
"deprecated": false,
|
3406
3464
|
"deprecationMessage": "",
|
3407
3465
|
"type": "",
|
3466
|
+
"indexKey": "",
|
3408
3467
|
"optional": false,
|
3409
3468
|
"description": "",
|
3410
3469
|
"line": 24,
|
@@ -3418,6 +3477,7 @@
|
|
3418
3477
|
"deprecated": false,
|
3419
3478
|
"deprecationMessage": "",
|
3420
3479
|
"type": "",
|
3480
|
+
"indexKey": "",
|
3421
3481
|
"optional": false,
|
3422
3482
|
"description": "",
|
3423
3483
|
"line": 25,
|
@@ -3562,6 +3622,7 @@
|
|
3562
3622
|
"deprecated": false,
|
3563
3623
|
"deprecationMessage": "",
|
3564
3624
|
"type": "",
|
3625
|
+
"indexKey": "",
|
3565
3626
|
"optional": false,
|
3566
3627
|
"description": "",
|
3567
3628
|
"line": 29,
|
@@ -3575,6 +3636,7 @@
|
|
3575
3636
|
"deprecated": false,
|
3576
3637
|
"deprecationMessage": "",
|
3577
3638
|
"type": "",
|
3639
|
+
"indexKey": "",
|
3578
3640
|
"optional": false,
|
3579
3641
|
"description": "",
|
3580
3642
|
"line": 26,
|
@@ -3592,6 +3654,7 @@
|
|
3592
3654
|
"deprecated": false,
|
3593
3655
|
"deprecationMessage": "",
|
3594
3656
|
"type": "",
|
3657
|
+
"indexKey": "",
|
3595
3658
|
"optional": false,
|
3596
3659
|
"description": "",
|
3597
3660
|
"line": 27,
|
@@ -3747,6 +3810,7 @@
|
|
3747
3810
|
"deprecated": false,
|
3748
3811
|
"deprecationMessage": "",
|
3749
3812
|
"type": "",
|
3813
|
+
"indexKey": "",
|
3750
3814
|
"optional": false,
|
3751
3815
|
"description": "",
|
3752
3816
|
"line": 29
|
@@ -3757,6 +3821,7 @@
|
|
3757
3821
|
"deprecated": false,
|
3758
3822
|
"deprecationMessage": "",
|
3759
3823
|
"type": "",
|
3824
|
+
"indexKey": "",
|
3760
3825
|
"optional": false,
|
3761
3826
|
"description": "",
|
3762
3827
|
"line": 26,
|
@@ -3771,6 +3836,7 @@
|
|
3771
3836
|
"deprecated": false,
|
3772
3837
|
"deprecationMessage": "",
|
3773
3838
|
"type": "",
|
3839
|
+
"indexKey": "",
|
3774
3840
|
"optional": false,
|
3775
3841
|
"description": "",
|
3776
3842
|
"line": 27,
|
@@ -3863,6 +3929,7 @@
|
|
3863
3929
|
"deprecated": false,
|
3864
3930
|
"deprecationMessage": "",
|
3865
3931
|
"type": "",
|
3932
|
+
"indexKey": "",
|
3866
3933
|
"optional": false,
|
3867
3934
|
"description": "",
|
3868
3935
|
"line": 13
|
@@ -3973,6 +4040,7 @@
|
|
3973
4040
|
"deprecated": false,
|
3974
4041
|
"deprecationMessage": "",
|
3975
4042
|
"type": "",
|
4043
|
+
"indexKey": "",
|
3976
4044
|
"optional": false,
|
3977
4045
|
"description": "",
|
3978
4046
|
"line": 29,
|
@@ -3986,6 +4054,7 @@
|
|
3986
4054
|
"deprecated": false,
|
3987
4055
|
"deprecationMessage": "",
|
3988
4056
|
"type": "",
|
4057
|
+
"indexKey": "",
|
3989
4058
|
"optional": false,
|
3990
4059
|
"description": "",
|
3991
4060
|
"line": 26,
|
@@ -4003,6 +4072,7 @@
|
|
4003
4072
|
"deprecated": false,
|
4004
4073
|
"deprecationMessage": "",
|
4005
4074
|
"type": "",
|
4075
|
+
"indexKey": "",
|
4006
4076
|
"optional": false,
|
4007
4077
|
"description": "",
|
4008
4078
|
"line": 27,
|
@@ -4298,6 +4368,7 @@
|
|
4298
4368
|
"deprecated": false,
|
4299
4369
|
"deprecationMessage": "",
|
4300
4370
|
"type": "",
|
4371
|
+
"indexKey": "",
|
4301
4372
|
"optional": false,
|
4302
4373
|
"description": "",
|
4303
4374
|
"line": 29,
|
@@ -4311,6 +4382,7 @@
|
|
4311
4382
|
"deprecated": false,
|
4312
4383
|
"deprecationMessage": "",
|
4313
4384
|
"type": "",
|
4385
|
+
"indexKey": "",
|
4314
4386
|
"optional": false,
|
4315
4387
|
"description": "",
|
4316
4388
|
"line": 26,
|
@@ -4328,6 +4400,7 @@
|
|
4328
4400
|
"deprecated": false,
|
4329
4401
|
"deprecationMessage": "",
|
4330
4402
|
"type": "",
|
4403
|
+
"indexKey": "",
|
4331
4404
|
"optional": false,
|
4332
4405
|
"description": "",
|
4333
4406
|
"line": 27,
|
@@ -4483,6 +4556,7 @@
|
|
4483
4556
|
"deprecated": false,
|
4484
4557
|
"deprecationMessage": "",
|
4485
4558
|
"type": "[]",
|
4559
|
+
"indexKey": "",
|
4486
4560
|
"optional": false,
|
4487
4561
|
"description": "",
|
4488
4562
|
"line": 63,
|
@@ -4496,6 +4570,7 @@
|
|
4496
4570
|
"deprecated": false,
|
4497
4571
|
"deprecationMessage": "",
|
4498
4572
|
"type": "",
|
4573
|
+
"indexKey": "",
|
4499
4574
|
"optional": false,
|
4500
4575
|
"description": "",
|
4501
4576
|
"line": 77
|
@@ -4638,6 +4713,7 @@
|
|
4638
4713
|
"deprecated": false,
|
4639
4714
|
"deprecationMessage": "",
|
4640
4715
|
"type": "",
|
4716
|
+
"indexKey": "",
|
4641
4717
|
"optional": false,
|
4642
4718
|
"description": "",
|
4643
4719
|
"line": 22,
|
@@ -4670,10 +4746,10 @@
|
|
4670
4746
|
"name": {
|
4671
4747
|
"pos": 1031,
|
4672
4748
|
"end": 1037,
|
4749
|
+
"kind": 80,
|
4750
|
+
"id": 0,
|
4673
4751
|
"flags": 16842752,
|
4674
|
-
"modifierFlagsCache": 0,
|
4675
4752
|
"transformFlags": 0,
|
4676
|
-
"kind": 80,
|
4677
4753
|
"escapedText": "result"
|
4678
4754
|
},
|
4679
4755
|
"type": "RdxDialogResult<C>",
|
@@ -4682,10 +4758,10 @@
|
|
4682
4758
|
"tagName": {
|
4683
4759
|
"pos": 1025,
|
4684
4760
|
"end": 1030,
|
4761
|
+
"kind": 80,
|
4762
|
+
"id": 0,
|
4685
4763
|
"flags": 16842752,
|
4686
|
-
"modifierFlagsCache": 0,
|
4687
4764
|
"transformFlags": 0,
|
4688
|
-
"kind": 80,
|
4689
4765
|
"escapedText": "param"
|
4690
4766
|
},
|
4691
4767
|
"comment": "<p>The result to be passed back when closing the dialog</p>\n"
|
@@ -4844,6 +4920,7 @@
|
|
4844
4920
|
"deprecated": false,
|
4845
4921
|
"deprecationMessage": "",
|
4846
4922
|
"type": "",
|
4923
|
+
"indexKey": "",
|
4847
4924
|
"optional": false,
|
4848
4925
|
"description": "",
|
4849
4926
|
"line": 28,
|
@@ -4857,6 +4934,7 @@
|
|
4857
4934
|
"deprecated": false,
|
4858
4935
|
"deprecationMessage": "",
|
4859
4936
|
"type": "",
|
4937
|
+
"indexKey": "",
|
4860
4938
|
"optional": false,
|
4861
4939
|
"description": "",
|
4862
4940
|
"line": 27,
|
@@ -4870,6 +4948,7 @@
|
|
4870
4948
|
"deprecated": false,
|
4871
4949
|
"deprecationMessage": "",
|
4872
4950
|
"type": "",
|
4951
|
+
"indexKey": "",
|
4873
4952
|
"optional": false,
|
4874
4953
|
"description": "",
|
4875
4954
|
"line": 34,
|
@@ -4883,6 +4962,7 @@
|
|
4883
4962
|
"deprecated": false,
|
4884
4963
|
"deprecationMessage": "",
|
4885
4964
|
"type": "",
|
4965
|
+
"indexKey": "",
|
4886
4966
|
"optional": false,
|
4887
4967
|
"description": "",
|
4888
4968
|
"line": 35,
|
@@ -4957,6 +5037,7 @@
|
|
4957
5037
|
"deprecated": false,
|
4958
5038
|
"deprecationMessage": "",
|
4959
5039
|
"type": "",
|
5040
|
+
"indexKey": "",
|
4960
5041
|
"optional": false,
|
4961
5042
|
"description": "",
|
4962
5043
|
"line": 24,
|
@@ -4970,6 +5051,7 @@
|
|
4970
5051
|
"deprecated": false,
|
4971
5052
|
"deprecationMessage": "",
|
4972
5053
|
"type": "",
|
5054
|
+
"indexKey": "",
|
4973
5055
|
"optional": false,
|
4974
5056
|
"description": "",
|
4975
5057
|
"line": 25,
|
@@ -5114,6 +5196,7 @@
|
|
5114
5196
|
"deprecated": false,
|
5115
5197
|
"deprecationMessage": "",
|
5116
5198
|
"type": "",
|
5199
|
+
"indexKey": "",
|
5117
5200
|
"optional": false,
|
5118
5201
|
"description": "",
|
5119
5202
|
"line": 30,
|
@@ -5127,6 +5210,7 @@
|
|
5127
5210
|
"deprecated": false,
|
5128
5211
|
"deprecationMessage": "",
|
5129
5212
|
"type": "",
|
5213
|
+
"indexKey": "",
|
5130
5214
|
"optional": false,
|
5131
5215
|
"description": "",
|
5132
5216
|
"line": 27,
|
@@ -5144,6 +5228,7 @@
|
|
5144
5228
|
"deprecated": false,
|
5145
5229
|
"deprecationMessage": "",
|
5146
5230
|
"type": "",
|
5231
|
+
"indexKey": "",
|
5147
5232
|
"optional": false,
|
5148
5233
|
"description": "",
|
5149
5234
|
"line": 28,
|
@@ -5299,6 +5384,7 @@
|
|
5299
5384
|
"deprecated": false,
|
5300
5385
|
"deprecationMessage": "",
|
5301
5386
|
"type": "",
|
5387
|
+
"indexKey": "",
|
5302
5388
|
"optional": false,
|
5303
5389
|
"description": "",
|
5304
5390
|
"line": 30
|
@@ -5309,6 +5395,7 @@
|
|
5309
5395
|
"deprecated": false,
|
5310
5396
|
"deprecationMessage": "",
|
5311
5397
|
"type": "",
|
5398
|
+
"indexKey": "",
|
5312
5399
|
"optional": false,
|
5313
5400
|
"description": "",
|
5314
5401
|
"line": 27,
|
@@ -5323,6 +5410,7 @@
|
|
5323
5410
|
"deprecated": false,
|
5324
5411
|
"deprecationMessage": "",
|
5325
5412
|
"type": "",
|
5413
|
+
"indexKey": "",
|
5326
5414
|
"optional": false,
|
5327
5415
|
"description": "",
|
5328
5416
|
"line": 28,
|
@@ -5415,6 +5503,7 @@
|
|
5415
5503
|
"deprecated": false,
|
5416
5504
|
"deprecationMessage": "",
|
5417
5505
|
"type": "",
|
5506
|
+
"indexKey": "",
|
5418
5507
|
"optional": false,
|
5419
5508
|
"description": "",
|
5420
5509
|
"line": 13
|
@@ -5525,6 +5614,7 @@
|
|
5525
5614
|
"deprecated": false,
|
5526
5615
|
"deprecationMessage": "",
|
5527
5616
|
"type": "",
|
5617
|
+
"indexKey": "",
|
5528
5618
|
"optional": false,
|
5529
5619
|
"description": "",
|
5530
5620
|
"line": 30,
|
@@ -5538,6 +5628,7 @@
|
|
5538
5628
|
"deprecated": false,
|
5539
5629
|
"deprecationMessage": "",
|
5540
5630
|
"type": "",
|
5631
|
+
"indexKey": "",
|
5541
5632
|
"optional": false,
|
5542
5633
|
"description": "",
|
5543
5634
|
"line": 27,
|
@@ -5555,6 +5646,7 @@
|
|
5555
5646
|
"deprecated": false,
|
5556
5647
|
"deprecationMessage": "",
|
5557
5648
|
"type": "",
|
5649
|
+
"indexKey": "",
|
5558
5650
|
"optional": false,
|
5559
5651
|
"description": "",
|
5560
5652
|
"line": 28,
|
@@ -5850,6 +5942,7 @@
|
|
5850
5942
|
"deprecated": false,
|
5851
5943
|
"deprecationMessage": "",
|
5852
5944
|
"type": "",
|
5945
|
+
"indexKey": "",
|
5853
5946
|
"optional": false,
|
5854
5947
|
"description": "",
|
5855
5948
|
"line": 30,
|
@@ -5863,6 +5956,7 @@
|
|
5863
5956
|
"deprecated": false,
|
5864
5957
|
"deprecationMessage": "",
|
5865
5958
|
"type": "",
|
5959
|
+
"indexKey": "",
|
5866
5960
|
"optional": false,
|
5867
5961
|
"description": "",
|
5868
5962
|
"line": 27,
|
@@ -5880,6 +5974,7 @@
|
|
5880
5974
|
"deprecated": false,
|
5881
5975
|
"deprecationMessage": "",
|
5882
5976
|
"type": "",
|
5977
|
+
"indexKey": "",
|
5883
5978
|
"optional": false,
|
5884
5979
|
"description": "",
|
5885
5980
|
"line": 28,
|
@@ -6053,6 +6148,7 @@
|
|
6053
6148
|
"deprecated": false,
|
6054
6149
|
"deprecationMessage": "",
|
6055
6150
|
"type": "",
|
6151
|
+
"indexKey": "",
|
6056
6152
|
"optional": false,
|
6057
6153
|
"description": "",
|
6058
6154
|
"line": 153
|
@@ -6318,6 +6414,7 @@
|
|
6318
6414
|
"deprecated": false,
|
6319
6415
|
"deprecationMessage": "",
|
6320
6416
|
"type": "InputSignal<string>",
|
6417
|
+
"indexKey": "",
|
6321
6418
|
"optional": false,
|
6322
6419
|
"description": "<p>The id of the element the label is associated with.</p>\n",
|
6323
6420
|
"line": 32,
|
@@ -6329,51 +6426,54 @@
|
|
6329
6426
|
{
|
6330
6427
|
"pos": 751,
|
6331
6428
|
"end": 771,
|
6429
|
+
"kind": 344,
|
6430
|
+
"id": 0,
|
6332
6431
|
"flags": 16842752,
|
6333
6432
|
"modifierFlagsCache": 0,
|
6334
6433
|
"transformFlags": 0,
|
6335
|
-
"kind": 351,
|
6336
6434
|
"tagName": {
|
6337
6435
|
"pos": 752,
|
6338
6436
|
"end": 756,
|
6437
|
+
"kind": 80,
|
6438
|
+
"id": 0,
|
6339
6439
|
"flags": 16842752,
|
6340
|
-
"modifierFlagsCache": 0,
|
6341
6440
|
"transformFlags": 0,
|
6342
|
-
"kind": 80,
|
6343
6441
|
"escapedText": "type"
|
6344
6442
|
},
|
6345
6443
|
"comment": "",
|
6346
6444
|
"typeExpression": {
|
6347
6445
|
"pos": 757,
|
6348
6446
|
"end": 763,
|
6447
|
+
"kind": 309,
|
6448
|
+
"id": 0,
|
6349
6449
|
"flags": 16842752,
|
6350
6450
|
"modifierFlagsCache": 0,
|
6351
6451
|
"transformFlags": 0,
|
6352
|
-
"kind": 316,
|
6353
6452
|
"type": {
|
6354
6453
|
"pos": 757,
|
6355
6454
|
"end": 763,
|
6455
|
+
"kind": 154,
|
6456
|
+
"id": 0,
|
6356
6457
|
"flags": 16777216,
|
6357
|
-
"
|
6358
|
-
"transformFlags": 1,
|
6359
|
-
"kind": 154
|
6458
|
+
"transformFlags": 1
|
6360
6459
|
}
|
6361
6460
|
}
|
6362
6461
|
},
|
6363
6462
|
{
|
6364
6463
|
"pos": 771,
|
6365
6464
|
"end": 791,
|
6465
|
+
"kind": 327,
|
6466
|
+
"id": 0,
|
6366
6467
|
"flags": 16842752,
|
6367
6468
|
"modifierFlagsCache": 0,
|
6368
6469
|
"transformFlags": 0,
|
6369
|
-
"kind": 334,
|
6370
6470
|
"tagName": {
|
6371
6471
|
"pos": 772,
|
6372
6472
|
"end": 779,
|
6473
|
+
"kind": 80,
|
6474
|
+
"id": 0,
|
6373
6475
|
"flags": 16842752,
|
6374
|
-
"modifierFlagsCache": 0,
|
6375
6476
|
"transformFlags": 0,
|
6376
|
-
"kind": 80,
|
6377
6477
|
"escapedText": "default"
|
6378
6478
|
},
|
6379
6479
|
"comment": "<p>false</p>\n"
|
@@ -6386,6 +6486,7 @@
|
|
6386
6486
|
"deprecated": false,
|
6387
6487
|
"deprecationMessage": "",
|
6388
6488
|
"type": "InputSignal<string>",
|
6489
|
+
"indexKey": "",
|
6389
6490
|
"optional": false,
|
6390
6491
|
"description": "",
|
6391
6492
|
"line": 20,
|
@@ -6397,51 +6498,54 @@
|
|
6397
6498
|
{
|
6398
6499
|
"pos": 416,
|
6399
6500
|
"end": 436,
|
6501
|
+
"kind": 344,
|
6502
|
+
"id": 0,
|
6400
6503
|
"flags": 16842752,
|
6401
6504
|
"modifierFlagsCache": 0,
|
6402
6505
|
"transformFlags": 0,
|
6403
|
-
"kind": 351,
|
6404
6506
|
"tagName": {
|
6405
6507
|
"pos": 417,
|
6406
6508
|
"end": 421,
|
6509
|
+
"kind": 80,
|
6510
|
+
"id": 0,
|
6407
6511
|
"flags": 16842752,
|
6408
|
-
"modifierFlagsCache": 0,
|
6409
6512
|
"transformFlags": 0,
|
6410
|
-
"kind": 80,
|
6411
6513
|
"escapedText": "type"
|
6412
6514
|
},
|
6413
6515
|
"comment": "",
|
6414
6516
|
"typeExpression": {
|
6415
6517
|
"pos": 422,
|
6416
6518
|
"end": 428,
|
6519
|
+
"kind": 309,
|
6520
|
+
"id": 0,
|
6417
6521
|
"flags": 16842752,
|
6418
6522
|
"modifierFlagsCache": 0,
|
6419
6523
|
"transformFlags": 0,
|
6420
|
-
"kind": 316,
|
6421
6524
|
"type": {
|
6422
6525
|
"pos": 422,
|
6423
6526
|
"end": 428,
|
6527
|
+
"kind": 154,
|
6528
|
+
"id": 0,
|
6424
6529
|
"flags": 16777216,
|
6425
|
-
"
|
6426
|
-
"transformFlags": 1,
|
6427
|
-
"kind": 154
|
6530
|
+
"transformFlags": 1
|
6428
6531
|
}
|
6429
6532
|
}
|
6430
6533
|
},
|
6431
6534
|
{
|
6432
6535
|
"pos": 436,
|
6433
6536
|
"end": 475,
|
6537
|
+
"kind": 327,
|
6538
|
+
"id": 0,
|
6434
6539
|
"flags": 16842752,
|
6435
6540
|
"modifierFlagsCache": 0,
|
6436
6541
|
"transformFlags": 0,
|
6437
|
-
"kind": 334,
|
6438
6542
|
"tagName": {
|
6439
6543
|
"pos": 437,
|
6440
6544
|
"end": 444,
|
6545
|
+
"kind": 80,
|
6546
|
+
"id": 0,
|
6441
6547
|
"flags": 16842752,
|
6442
|
-
"modifierFlagsCache": 0,
|
6443
6548
|
"transformFlags": 0,
|
6444
|
-
"kind": 80,
|
6445
6549
|
"escapedText": "default"
|
6446
6550
|
},
|
6447
6551
|
"comment": "<p>'rdx-label-{idIterator}'</p>\n"
|
@@ -6507,6 +6611,7 @@
|
|
6507
6611
|
"deprecated": false,
|
6508
6612
|
"deprecationMessage": "",
|
6509
6613
|
"type": "",
|
6614
|
+
"indexKey": "",
|
6510
6615
|
"optional": false,
|
6511
6616
|
"description": "",
|
6512
6617
|
"line": 14,
|
@@ -6547,6 +6652,7 @@
|
|
6547
6652
|
"deprecated": false,
|
6548
6653
|
"deprecationMessage": "",
|
6549
6654
|
"type": "",
|
6655
|
+
"indexKey": "",
|
6550
6656
|
"optional": false,
|
6551
6657
|
"description": "",
|
6552
6658
|
"line": 19,
|
@@ -6560,6 +6666,7 @@
|
|
6560
6666
|
"deprecated": false,
|
6561
6667
|
"deprecationMessage": "",
|
6562
6668
|
"type": "",
|
6669
|
+
"indexKey": "",
|
6563
6670
|
"optional": false,
|
6564
6671
|
"description": "",
|
6565
6672
|
"line": 23,
|
@@ -6574,6 +6681,7 @@
|
|
6574
6681
|
"deprecated": false,
|
6575
6682
|
"deprecationMessage": "",
|
6576
6683
|
"type": "",
|
6684
|
+
"indexKey": "",
|
6577
6685
|
"optional": false,
|
6578
6686
|
"description": "",
|
6579
6687
|
"line": 18,
|
@@ -6587,6 +6695,7 @@
|
|
6587
6695
|
"deprecated": false,
|
6588
6696
|
"deprecationMessage": "",
|
6589
6697
|
"type": "",
|
6698
|
+
"indexKey": "",
|
6590
6699
|
"optional": false,
|
6591
6700
|
"description": "",
|
6592
6701
|
"line": 24,
|
@@ -6601,6 +6710,7 @@
|
|
6601
6710
|
"deprecated": false,
|
6602
6711
|
"deprecationMessage": "",
|
6603
6712
|
"type": "",
|
6713
|
+
"indexKey": "",
|
6604
6714
|
"optional": false,
|
6605
6715
|
"description": "",
|
6606
6716
|
"line": 21,
|
@@ -6654,6 +6764,7 @@
|
|
6654
6764
|
"deprecated": false,
|
6655
6765
|
"deprecationMessage": "",
|
6656
6766
|
"type": "",
|
6767
|
+
"indexKey": "",
|
6657
6768
|
"optional": false,
|
6658
6769
|
"description": "",
|
6659
6770
|
"line": 11,
|
@@ -6716,6 +6827,7 @@
|
|
6716
6827
|
"deprecated": false,
|
6717
6828
|
"deprecationMessage": "",
|
6718
6829
|
"type": "",
|
6830
|
+
"indexKey": "",
|
6719
6831
|
"optional": false,
|
6720
6832
|
"description": "",
|
6721
6833
|
"line": 20,
|
@@ -6729,6 +6841,7 @@
|
|
6729
6841
|
"deprecated": false,
|
6730
6842
|
"deprecationMessage": "",
|
6731
6843
|
"type": "",
|
6844
|
+
"indexKey": "",
|
6732
6845
|
"optional": false,
|
6733
6846
|
"description": "",
|
6734
6847
|
"line": 24,
|
@@ -6743,6 +6856,7 @@
|
|
6743
6856
|
"deprecated": false,
|
6744
6857
|
"deprecationMessage": "",
|
6745
6858
|
"type": "",
|
6859
|
+
"indexKey": "",
|
6746
6860
|
"optional": false,
|
6747
6861
|
"description": "",
|
6748
6862
|
"line": 19,
|
@@ -6756,6 +6870,7 @@
|
|
6756
6870
|
"deprecated": false,
|
6757
6871
|
"deprecationMessage": "",
|
6758
6872
|
"type": "",
|
6873
|
+
"indexKey": "",
|
6759
6874
|
"optional": false,
|
6760
6875
|
"description": "",
|
6761
6876
|
"line": 25,
|
@@ -6770,6 +6885,7 @@
|
|
6770
6885
|
"deprecated": false,
|
6771
6886
|
"deprecationMessage": "",
|
6772
6887
|
"type": "",
|
6888
|
+
"indexKey": "",
|
6773
6889
|
"optional": false,
|
6774
6890
|
"description": "",
|
6775
6891
|
"line": 22,
|
@@ -6875,6 +6991,7 @@
|
|
6875
6991
|
"deprecated": false,
|
6876
6992
|
"deprecationMessage": "",
|
6877
6993
|
"type": "",
|
6994
|
+
"indexKey": "",
|
6878
6995
|
"optional": false,
|
6879
6996
|
"description": "",
|
6880
6997
|
"line": 22,
|
@@ -6889,6 +7006,7 @@
|
|
6889
7006
|
"deprecated": false,
|
6890
7007
|
"deprecationMessage": "",
|
6891
7008
|
"type": "",
|
7009
|
+
"indexKey": "",
|
6892
7010
|
"optional": false,
|
6893
7011
|
"description": "",
|
6894
7012
|
"line": 24,
|
@@ -7044,6 +7162,7 @@
|
|
7044
7162
|
"deprecated": false,
|
7045
7163
|
"deprecationMessage": "",
|
7046
7164
|
"type": "",
|
7165
|
+
"indexKey": "",
|
7047
7166
|
"optional": false,
|
7048
7167
|
"description": "",
|
7049
7168
|
"line": 28,
|
@@ -7057,6 +7176,7 @@
|
|
7057
7176
|
"deprecated": false,
|
7058
7177
|
"deprecationMessage": "",
|
7059
7178
|
"type": "",
|
7179
|
+
"indexKey": "",
|
7060
7180
|
"optional": false,
|
7061
7181
|
"description": "",
|
7062
7182
|
"line": 33,
|
@@ -7151,6 +7271,7 @@
|
|
7151
7271
|
"deprecated": false,
|
7152
7272
|
"deprecationMessage": "",
|
7153
7273
|
"type": "",
|
7274
|
+
"indexKey": "",
|
7154
7275
|
"optional": false,
|
7155
7276
|
"description": "<p>This allows the directive to access the progress bar state and values.</p>\n",
|
7156
7277
|
"line": 25,
|
@@ -7192,17 +7313,18 @@
|
|
7192
7313
|
{
|
7193
7314
|
"pos": 1921,
|
7194
7315
|
"end": 1967,
|
7316
|
+
"kind": 327,
|
7317
|
+
"id": 0,
|
7195
7318
|
"flags": 16842752,
|
7196
7319
|
"modifierFlagsCache": 0,
|
7197
7320
|
"transformFlags": 0,
|
7198
|
-
"kind": 334,
|
7199
7321
|
"tagName": {
|
7200
7322
|
"pos": 1922,
|
7201
7323
|
"end": 1929,
|
7324
|
+
"kind": 80,
|
7325
|
+
"id": 0,
|
7202
7326
|
"flags": 16842752,
|
7203
|
-
"modifierFlagsCache": 0,
|
7204
7327
|
"transformFlags": 0,
|
7205
|
-
"kind": 80,
|
7206
7328
|
"escapedText": "default"
|
7207
7329
|
},
|
7208
7330
|
"comment": "<p>'rdx-progress-bar-{idIterator}'</p>\n"
|
@@ -7224,17 +7346,18 @@
|
|
7224
7346
|
{
|
7225
7347
|
"pos": 2250,
|
7226
7348
|
"end": 2268,
|
7349
|
+
"kind": 327,
|
7350
|
+
"id": 0,
|
7227
7351
|
"flags": 16842752,
|
7228
7352
|
"modifierFlagsCache": 0,
|
7229
7353
|
"transformFlags": 0,
|
7230
|
-
"kind": 334,
|
7231
7354
|
"tagName": {
|
7232
7355
|
"pos": 2251,
|
7233
7356
|
"end": 2258,
|
7357
|
+
"kind": 80,
|
7358
|
+
"id": 0,
|
7234
7359
|
"flags": 16842752,
|
7235
|
-
"modifierFlagsCache": 0,
|
7236
7360
|
"transformFlags": 0,
|
7237
|
-
"kind": 80,
|
7238
7361
|
"escapedText": "default"
|
7239
7362
|
},
|
7240
7363
|
"comment": "<p>100</p>\n"
|
@@ -7256,17 +7379,18 @@
|
|
7256
7379
|
{
|
7257
7380
|
"pos": 2086,
|
7258
7381
|
"end": 2102,
|
7382
|
+
"kind": 327,
|
7383
|
+
"id": 0,
|
7259
7384
|
"flags": 16842752,
|
7260
7385
|
"modifierFlagsCache": 0,
|
7261
7386
|
"transformFlags": 0,
|
7262
|
-
"kind": 334,
|
7263
7387
|
"tagName": {
|
7264
7388
|
"pos": 2087,
|
7265
7389
|
"end": 2094,
|
7390
|
+
"kind": 80,
|
7391
|
+
"id": 0,
|
7266
7392
|
"flags": 16842752,
|
7267
|
-
"modifierFlagsCache": 0,
|
7268
7393
|
"transformFlags": 0,
|
7269
|
-
"kind": 80,
|
7270
7394
|
"escapedText": "default"
|
7271
7395
|
},
|
7272
7396
|
"comment": "<p>0</p>\n"
|
@@ -7384,6 +7508,7 @@
|
|
7384
7508
|
"deprecated": false,
|
7385
7509
|
"deprecationMessage": "",
|
7386
7510
|
"type": "string",
|
7511
|
+
"indexKey": "",
|
7387
7512
|
"optional": false,
|
7388
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",
|
7389
7514
|
"line": 60,
|
@@ -7395,17 +7520,18 @@
|
|
7395
7520
|
{
|
7396
7521
|
"pos": 2104,
|
7397
7522
|
"end": 2129,
|
7523
|
+
"kind": 327,
|
7524
|
+
"id": 0,
|
7398
7525
|
"flags": 16842752,
|
7399
7526
|
"modifierFlagsCache": 0,
|
7400
7527
|
"transformFlags": 0,
|
7401
|
-
"kind": 334,
|
7402
7528
|
"tagName": {
|
7403
7529
|
"pos": 2105,
|
7404
7530
|
"end": 2112,
|
7531
|
+
"kind": 80,
|
7532
|
+
"id": 0,
|
7405
7533
|
"flags": 16842752,
|
7406
|
-
"modifierFlagsCache": 0,
|
7407
7534
|
"transformFlags": 0,
|
7408
|
-
"kind": 80,
|
7409
7535
|
"escapedText": "default"
|
7410
7536
|
},
|
7411
7537
|
"comment": "<p>'vertical'</p>\n"
|
@@ -7417,6 +7543,7 @@
|
|
7417
7543
|
"deprecated": false,
|
7418
7544
|
"deprecationMessage": "",
|
7419
7545
|
"type": "string | undefined",
|
7546
|
+
"indexKey": "",
|
7420
7547
|
"optional": true,
|
7421
7548
|
"description": "",
|
7422
7549
|
"line": 44
|
@@ -7427,6 +7554,7 @@
|
|
7427
7554
|
"deprecated": false,
|
7428
7555
|
"deprecationMessage": "",
|
7429
7556
|
"type": "function",
|
7557
|
+
"indexKey": "",
|
7430
7558
|
"optional": false,
|
7431
7559
|
"description": "<p>The callback function to call when the radio group is touched.</p>\n",
|
7432
7560
|
"line": 77,
|
@@ -7437,6 +7565,7 @@
|
|
7437
7565
|
"deprecated": false,
|
7438
7566
|
"deprecationMessage": "",
|
7439
7567
|
"type": "QueryList<RdxRadioItemDirective>",
|
7568
|
+
"indexKey": "",
|
7440
7569
|
"optional": false,
|
7441
7570
|
"description": "",
|
7442
7571
|
"line": 40,
|
@@ -7569,10 +7698,10 @@
|
|
7569
7698
|
"name": {
|
7570
7699
|
"pos": 3090,
|
7571
7700
|
"end": 3095,
|
7701
|
+
"kind": 80,
|
7702
|
+
"id": 0,
|
7572
7703
|
"flags": 16842752,
|
7573
|
-
"modifierFlagsCache": 0,
|
7574
7704
|
"transformFlags": 0,
|
7575
|
-
"kind": 80,
|
7576
7705
|
"escapedText": "value"
|
7577
7706
|
},
|
7578
7707
|
"type": "string",
|
@@ -7581,10 +7710,10 @@
|
|
7581
7710
|
"tagName": {
|
7582
7711
|
"pos": 3084,
|
7583
7712
|
"end": 3089,
|
7713
|
+
"kind": 80,
|
7714
|
+
"id": 0,
|
7584
7715
|
"flags": 16842752,
|
7585
|
-
"modifierFlagsCache": 0,
|
7586
7716
|
"transformFlags": 0,
|
7587
|
-
"kind": 80,
|
7588
7717
|
"escapedText": "param"
|
7589
7718
|
},
|
7590
7719
|
"comment": "<p>The value of the radio item to select.</p>\n"
|
@@ -7627,6 +7756,7 @@
|
|
7627
7756
|
"deprecated": false,
|
7628
7757
|
"deprecationMessage": "",
|
7629
7758
|
"type": "RadioGroupDirective",
|
7759
|
+
"indexKey": "",
|
7630
7760
|
"optional": false,
|
7631
7761
|
"description": "",
|
7632
7762
|
"line": 15,
|
@@ -7641,6 +7771,7 @@
|
|
7641
7771
|
"deprecated": false,
|
7642
7772
|
"deprecationMessage": "",
|
7643
7773
|
"type": "RdxRadioItemDirective",
|
7774
|
+
"indexKey": "",
|
7644
7775
|
"optional": false,
|
7645
7776
|
"description": "",
|
7646
7777
|
"line": 16,
|
@@ -7714,6 +7845,7 @@
|
|
7714
7845
|
"deprecated": false,
|
7715
7846
|
"deprecationMessage": "",
|
7716
7847
|
"type": "",
|
7848
|
+
"indexKey": "",
|
7717
7849
|
"optional": false,
|
7718
7850
|
"description": "",
|
7719
7851
|
"line": 33,
|
@@ -7782,12 +7914,12 @@
|
|
7782
7914
|
},
|
7783
7915
|
{
|
7784
7916
|
"name": "RdxSeparatorRootDirective",
|
7785
|
-
"id": "directive-RdxSeparatorRootDirective-
|
7917
|
+
"id": "directive-RdxSeparatorRootDirective-6c322252420bd5aff36a4574ceafac454469f64308ae133a527590c45adb28e470640b2e241e9254eea66cf2b5dc5f42b9f882e9dd2ea32c4e6711d78f976ab8",
|
7786
7918
|
"file": "separator/src/separator.directive.ts",
|
7787
7919
|
"type": "directive",
|
7788
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",
|
7789
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",
|
7790
|
-
"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 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 protected readonly computedAriaOrientation = computed(() =>\n !this.decorative() && this.orientation() === 'vertical' ? 'vertical' : null\n );\n}\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",
|
7791
7923
|
"selector": "div[rdxSeparatorRoot]",
|
7792
7924
|
"providers": [],
|
7793
7925
|
"hostDirectives": [],
|
@@ -7799,6 +7931,7 @@
|
|
7799
7931
|
"deprecated": false,
|
7800
7932
|
"deprecationMessage": "",
|
7801
7933
|
"type": "",
|
7934
|
+
"indexKey": "",
|
7802
7935
|
"optional": false,
|
7803
7936
|
"description": "<p>Orientation of the separator, can be either 'horizontal' or 'vertical'.\nDefaults to 'horizontal'.</p>\n",
|
7804
7937
|
"line": 43,
|
@@ -7815,42 +7948,13 @@
|
|
7815
7948
|
"hostBindings": [],
|
7816
7949
|
"hostListeners": [],
|
7817
7950
|
"propertiesClass": [
|
7818
|
-
{
|
7819
|
-
"name": "computedAriaOrientation",
|
7820
|
-
"defaultValue": "computed(() =>\n !this.decorative() && this.orientation() === 'vertical' ? 'vertical' : null\n )",
|
7821
|
-
"deprecated": false,
|
7822
|
-
"deprecationMessage": "",
|
7823
|
-
"type": "",
|
7824
|
-
"optional": false,
|
7825
|
-
"description": "<p>Computes the <code>aria-orientation</code> attribute. It is set to "vertical" only if\nthe separator is not decorative and the orientation is set to "vertical".\nFor horizontal orientation, the attribute is omitted.</p>\n",
|
7826
|
-
"line": 62,
|
7827
|
-
"rawdescription": "\n\nComputes the `aria-orientation` attribute. It is set to \"vertical\" only if\nthe separator is not decorative and the orientation is set to \"vertical\".\nFor horizontal orientation, the attribute is omitted.\n",
|
7828
|
-
"modifierKind": [
|
7829
|
-
124,
|
7830
|
-
148
|
7831
|
-
]
|
7832
|
-
},
|
7833
|
-
{
|
7834
|
-
"name": "computedRole",
|
7835
|
-
"defaultValue": "computed(() => (this.decorative() ? 'none' : 'separator'))",
|
7836
|
-
"deprecated": false,
|
7837
|
-
"deprecationMessage": "",
|
7838
|
-
"type": "",
|
7839
|
-
"optional": false,
|
7840
|
-
"description": "<p>Computes the <code>role</code> attribute for the separator. If <code>decorative</code> is true,\nthe role is set to "none", otherwise it is "separator".</p>\n",
|
7841
|
-
"line": 55,
|
7842
|
-
"rawdescription": "\n\nComputes the `role` attribute for the separator. If `decorative` is true,\nthe role is set to \"none\", otherwise it is \"separator\".\n",
|
7843
|
-
"modifierKind": [
|
7844
|
-
124,
|
7845
|
-
148
|
7846
|
-
]
|
7847
|
-
},
|
7848
7951
|
{
|
7849
7952
|
"name": "decorative",
|
7850
7953
|
"defaultValue": "input<boolean, BooleanInput>(false, { transform: booleanAttribute })",
|
7851
7954
|
"deprecated": false,
|
7852
7955
|
"deprecationMessage": "",
|
7853
7956
|
"type": "",
|
7957
|
+
"indexKey": "",
|
7854
7958
|
"optional": false,
|
7855
7959
|
"description": "<p>If true, the separator will be considered decorative and removed from\nthe accessibility tree. Defaults to false.</p>\n",
|
7856
7960
|
"line": 49,
|
@@ -7865,6 +7969,7 @@
|
|
7865
7969
|
"deprecated": false,
|
7866
7970
|
"deprecationMessage": "",
|
7867
7971
|
"type": "",
|
7972
|
+
"indexKey": "",
|
7868
7973
|
"optional": false,
|
7869
7974
|
"description": "<p>Orientation of the separator, can be either 'horizontal' or 'vertical'.\nDefaults to 'horizontal'.</p>\n",
|
7870
7975
|
"line": 43,
|
@@ -7978,6 +8083,7 @@
|
|
7978
8083
|
"deprecated": false,
|
7979
8084
|
"deprecationMessage": "",
|
7980
8085
|
"type": "",
|
8086
|
+
"indexKey": "",
|
7981
8087
|
"optional": false,
|
7982
8088
|
"description": "<p>Thumb is currently pressed.</p>\n",
|
7983
8089
|
"line": 17,
|
@@ -7989,6 +8095,7 @@
|
|
7989
8095
|
"deprecated": false,
|
7990
8096
|
"deprecationMessage": "",
|
7991
8097
|
"type": "",
|
8098
|
+
"indexKey": "",
|
7992
8099
|
"optional": false,
|
7993
8100
|
"description": "",
|
7994
8101
|
"line": 18
|
@@ -8027,6 +8134,7 @@
|
|
8027
8134
|
"deprecated": false,
|
8028
8135
|
"deprecationMessage": "",
|
8029
8136
|
"type": "",
|
8137
|
+
"indexKey": "",
|
8030
8138
|
"optional": false,
|
8031
8139
|
"description": "",
|
8032
8140
|
"line": 23,
|
@@ -8064,6 +8172,7 @@
|
|
8064
8172
|
"deprecated": false,
|
8065
8173
|
"deprecationMessage": "",
|
8066
8174
|
"type": "",
|
8175
|
+
"indexKey": "",
|
8067
8176
|
"optional": false,
|
8068
8177
|
"description": "<p>The controlled state of the switch. Must be used in conjunction with onCheckedChange.</p>\n",
|
8069
8178
|
"line": 64,
|
@@ -8086,6 +8195,7 @@
|
|
8086
8195
|
"deprecated": false,
|
8087
8196
|
"deprecationMessage": "",
|
8088
8197
|
"type": "",
|
8198
|
+
"indexKey": "",
|
8089
8199
|
"optional": false,
|
8090
8200
|
"description": "<p>The controlled state of the switch. Must be used in conjunction with onCheckedChange.</p>\n",
|
8091
8201
|
"line": 64,
|
@@ -8101,6 +8211,7 @@
|
|
8101
8211
|
"deprecated": false,
|
8102
8212
|
"deprecationMessage": "",
|
8103
8213
|
"type": "",
|
8214
|
+
"indexKey": "",
|
8104
8215
|
"optional": false,
|
8105
8216
|
"description": "<p>When true, prevents the user from interacting with the switch.</p>\n",
|
8106
8217
|
"line": 69,
|
@@ -8115,6 +8226,7 @@
|
|
8115
8226
|
"deprecated": false,
|
8116
8227
|
"deprecationMessage": "",
|
8117
8228
|
"type": "",
|
8229
|
+
"indexKey": "",
|
8118
8230
|
"optional": false,
|
8119
8231
|
"description": "",
|
8120
8232
|
"line": 76,
|
@@ -8128,6 +8240,7 @@
|
|
8128
8240
|
"deprecated": false,
|
8129
8241
|
"deprecationMessage": "",
|
8130
8242
|
"type": "",
|
8243
|
+
"indexKey": "",
|
8131
8244
|
"optional": false,
|
8132
8245
|
"description": "",
|
8133
8246
|
"line": 52,
|
@@ -8142,6 +8255,7 @@
|
|
8142
8255
|
"deprecated": false,
|
8143
8256
|
"deprecationMessage": "",
|
8144
8257
|
"type": "",
|
8258
|
+
"indexKey": "",
|
8145
8259
|
"optional": false,
|
8146
8260
|
"description": "",
|
8147
8261
|
"line": 51,
|
@@ -8155,6 +8269,7 @@
|
|
8155
8269
|
"deprecated": false,
|
8156
8270
|
"deprecationMessage": "",
|
8157
8271
|
"type": "",
|
8272
|
+
"indexKey": "",
|
8158
8273
|
"optional": false,
|
8159
8274
|
"description": "<p>Event handler called when the state of the switch changes.</p>\n",
|
8160
8275
|
"line": 81,
|
@@ -8169,6 +8284,7 @@
|
|
8169
8284
|
"deprecated": false,
|
8170
8285
|
"deprecationMessage": "",
|
8171
8286
|
"type": "",
|
8287
|
+
"indexKey": "",
|
8172
8288
|
"optional": false,
|
8173
8289
|
"description": "<p>When true, indicates that the user must check the switch before the owning form can be submitted.</p>\n",
|
8174
8290
|
"line": 57,
|
@@ -8226,6 +8342,7 @@
|
|
8226
8342
|
"deprecated": false,
|
8227
8343
|
"deprecationMessage": "",
|
8228
8344
|
"type": "",
|
8345
|
+
"indexKey": "",
|
8229
8346
|
"optional": false,
|
8230
8347
|
"description": "",
|
8231
8348
|
"line": 14,
|
@@ -8256,6 +8373,7 @@
|
|
8256
8373
|
"deprecated": false,
|
8257
8374
|
"deprecationMessage": "",
|
8258
8375
|
"type": "",
|
8376
|
+
"indexKey": "",
|
8259
8377
|
"optional": false,
|
8260
8378
|
"description": "",
|
8261
8379
|
"line": 20,
|
@@ -8277,6 +8395,7 @@
|
|
8277
8395
|
"deprecated": false,
|
8278
8396
|
"deprecationMessage": "",
|
8279
8397
|
"type": "",
|
8398
|
+
"indexKey": "",
|
8280
8399
|
"optional": false,
|
8281
8400
|
"description": "",
|
8282
8401
|
"line": 22,
|
@@ -8291,6 +8410,7 @@
|
|
8291
8410
|
"deprecated": false,
|
8292
8411
|
"deprecationMessage": "",
|
8293
8412
|
"type": "",
|
8413
|
+
"indexKey": "",
|
8294
8414
|
"optional": false,
|
8295
8415
|
"description": "",
|
8296
8416
|
"line": 18,
|
@@ -8304,6 +8424,7 @@
|
|
8304
8424
|
"deprecated": false,
|
8305
8425
|
"deprecationMessage": "",
|
8306
8426
|
"type": "",
|
8427
|
+
"indexKey": "",
|
8307
8428
|
"optional": false,
|
8308
8429
|
"description": "",
|
8309
8430
|
"line": 20,
|
@@ -8341,6 +8462,7 @@
|
|
8341
8462
|
"deprecated": false,
|
8342
8463
|
"deprecationMessage": "",
|
8343
8464
|
"type": "",
|
8465
|
+
"indexKey": "",
|
8344
8466
|
"optional": false,
|
8345
8467
|
"description": "",
|
8346
8468
|
"line": 20,
|
@@ -8452,6 +8574,7 @@
|
|
8452
8574
|
"deprecated": false,
|
8453
8575
|
"deprecationMessage": "",
|
8454
8576
|
"type": "",
|
8577
|
+
"indexKey": "",
|
8455
8578
|
"optional": false,
|
8456
8579
|
"description": "",
|
8457
8580
|
"line": 29,
|
@@ -8473,6 +8596,7 @@
|
|
8473
8596
|
"deprecated": false,
|
8474
8597
|
"deprecationMessage": "",
|
8475
8598
|
"type": "",
|
8599
|
+
"indexKey": "",
|
8476
8600
|
"optional": false,
|
8477
8601
|
"description": "",
|
8478
8602
|
"line": 36,
|
@@ -8487,6 +8611,7 @@
|
|
8487
8611
|
"deprecated": false,
|
8488
8612
|
"deprecationMessage": "",
|
8489
8613
|
"type": "",
|
8614
|
+
"indexKey": "",
|
8490
8615
|
"optional": false,
|
8491
8616
|
"description": "",
|
8492
8617
|
"line": 32,
|
@@ -8500,6 +8625,7 @@
|
|
8500
8625
|
"deprecated": false,
|
8501
8626
|
"deprecationMessage": "",
|
8502
8627
|
"type": "",
|
8628
|
+
"indexKey": "",
|
8503
8629
|
"optional": false,
|
8504
8630
|
"description": "",
|
8505
8631
|
"line": 39,
|
@@ -8514,6 +8640,7 @@
|
|
8514
8640
|
"deprecated": false,
|
8515
8641
|
"deprecationMessage": "",
|
8516
8642
|
"type": "",
|
8643
|
+
"indexKey": "",
|
8517
8644
|
"optional": false,
|
8518
8645
|
"description": "",
|
8519
8646
|
"line": 26,
|
@@ -8528,6 +8655,7 @@
|
|
8528
8655
|
"deprecated": false,
|
8529
8656
|
"deprecationMessage": "",
|
8530
8657
|
"type": "",
|
8658
|
+
"indexKey": "",
|
8531
8659
|
"optional": false,
|
8532
8660
|
"description": "",
|
8533
8661
|
"line": 37,
|
@@ -8541,6 +8669,7 @@
|
|
8541
8669
|
"deprecated": false,
|
8542
8670
|
"deprecationMessage": "",
|
8543
8671
|
"type": "",
|
8672
|
+
"indexKey": "",
|
8544
8673
|
"optional": false,
|
8545
8674
|
"description": "",
|
8546
8675
|
"line": 29,
|
@@ -8621,12 +8750,12 @@
|
|
8621
8750
|
},
|
8622
8751
|
{
|
8623
8752
|
"name": "RdxToggleDirective",
|
8624
|
-
"id": "directive-RdxToggleDirective-
|
8753
|
+
"id": "directive-RdxToggleDirective-c38736a56da683199a4d3e8cea702eebaf0b3ba73040f82b308e3946d86761c73fa83a542318e74713ec6be7040caf5449cf2e91319a87a7dbcaf6abf7069342",
|
8625
8754
|
"file": "toggle/src/toggle.directive.ts",
|
8626
8755
|
"type": "directive",
|
8627
8756
|
"description": "",
|
8628
8757
|
"rawdescription": "\n",
|
8629
|
-
"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
|
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",
|
8630
8759
|
"selector": "[rdxToggle]",
|
8631
8760
|
"providers": [],
|
8632
8761
|
"exportAs": "rdxToggle",
|
@@ -8645,9 +8774,10 @@
|
|
8645
8774
|
"deprecated": false,
|
8646
8775
|
"deprecationMessage": "",
|
8647
8776
|
"type": "",
|
8777
|
+
"indexKey": "",
|
8648
8778
|
"optional": false,
|
8649
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",
|
8650
|
-
"line":
|
8780
|
+
"line": 47,
|
8651
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",
|
8652
8782
|
"modifierKind": [
|
8653
8783
|
148
|
@@ -8659,9 +8789,10 @@
|
|
8659
8789
|
"deprecated": false,
|
8660
8790
|
"deprecationMessage": "",
|
8661
8791
|
"type": "",
|
8792
|
+
"indexKey": "",
|
8662
8793
|
"optional": false,
|
8663
8794
|
"description": "<p>When true, prevents the user from interacting with the toggle.</p>\n",
|
8664
|
-
"line":
|
8795
|
+
"line": 58,
|
8665
8796
|
"rawdescription": "\n\nWhen true, prevents the user from interacting with the toggle.\n",
|
8666
8797
|
"modifierKind": [
|
8667
8798
|
148
|
@@ -8673,9 +8804,10 @@
|
|
8673
8804
|
"deprecated": false,
|
8674
8805
|
"deprecationMessage": "",
|
8675
8806
|
"type": "",
|
8807
|
+
"indexKey": "",
|
8676
8808
|
"optional": false,
|
8677
8809
|
"description": "<p>Event handler called when the pressed state of the toggle changes.</p>\n",
|
8678
|
-
"line":
|
8810
|
+
"line": 63,
|
8679
8811
|
"rawdescription": "\n\nEvent handler called when the pressed state of the toggle changes.\n",
|
8680
8812
|
"modifierKind": [
|
8681
8813
|
148
|
@@ -8687,9 +8819,10 @@
|
|
8687
8819
|
"deprecated": false,
|
8688
8820
|
"deprecationMessage": "",
|
8689
8821
|
"type": "",
|
8822
|
+
"indexKey": "",
|
8690
8823
|
"optional": false,
|
8691
8824
|
"description": "<p>The controlled pressed state of the toggle.\nMust be used in conjunction with <code>onPressedChange</code>.</p>\n",
|
8692
|
-
"line":
|
8825
|
+
"line": 53,
|
8693
8826
|
"rawdescription": "\n\nThe controlled pressed state of the toggle.\nMust be used in conjunction with `onPressedChange`.\n",
|
8694
8827
|
"modifierKind": [
|
8695
8828
|
148
|
@@ -8703,7 +8836,7 @@
|
|
8703
8836
|
"optional": false,
|
8704
8837
|
"returnType": "void",
|
8705
8838
|
"typeParameters": [],
|
8706
|
-
"line":
|
8839
|
+
"line": 65,
|
8707
8840
|
"deprecated": false,
|
8708
8841
|
"deprecationMessage": "",
|
8709
8842
|
"modifierKind": [
|
@@ -8746,17 +8879,18 @@
|
|
8746
8879
|
{
|
8747
8880
|
"pos": 1451,
|
8748
8881
|
"end": 1471,
|
8882
|
+
"kind": 327,
|
8883
|
+
"id": 0,
|
8749
8884
|
"flags": 16842752,
|
8750
8885
|
"modifierFlagsCache": 0,
|
8751
8886
|
"transformFlags": 0,
|
8752
|
-
"kind": 334,
|
8753
8887
|
"tagName": {
|
8754
8888
|
"pos": 1452,
|
8755
8889
|
"end": 1459,
|
8890
|
+
"kind": 80,
|
8891
|
+
"id": 0,
|
8756
8892
|
"flags": 16842752,
|
8757
|
-
"modifierFlagsCache": 0,
|
8758
8893
|
"transformFlags": 0,
|
8759
|
-
"kind": 80,
|
8760
8894
|
"escapedText": "default"
|
8761
8895
|
},
|
8762
8896
|
"comment": "<p>false</p>\n"
|
@@ -8777,17 +8911,18 @@
|
|
8777
8911
|
{
|
8778
8912
|
"pos": 1292,
|
8779
8913
|
"end": 1319,
|
8914
|
+
"kind": 327,
|
8915
|
+
"id": 0,
|
8780
8916
|
"flags": 16842752,
|
8781
8917
|
"modifierFlagsCache": 0,
|
8782
8918
|
"transformFlags": 0,
|
8783
|
-
"kind": 334,
|
8784
8919
|
"tagName": {
|
8785
8920
|
"pos": 1293,
|
8786
8921
|
"end": 1300,
|
8922
|
+
"kind": 80,
|
8923
|
+
"id": 0,
|
8787
8924
|
"flags": 16842752,
|
8788
|
-
"modifierFlagsCache": 0,
|
8789
8925
|
"transformFlags": 0,
|
8790
|
-
"kind": 80,
|
8791
8926
|
"escapedText": "default"
|
8792
8927
|
},
|
8793
8928
|
"comment": "<p>'horizontal'</p>\n"
|
@@ -8831,17 +8966,18 @@
|
|
8831
8966
|
{
|
8832
8967
|
"pos": 1610,
|
8833
8968
|
"end": 1629,
|
8969
|
+
"kind": 327,
|
8970
|
+
"id": 0,
|
8834
8971
|
"flags": 16842752,
|
8835
8972
|
"modifierFlagsCache": 0,
|
8836
8973
|
"transformFlags": 0,
|
8837
|
-
"kind": 334,
|
8838
8974
|
"tagName": {
|
8839
8975
|
"pos": 1611,
|
8840
8976
|
"end": 1618,
|
8977
|
+
"kind": 80,
|
8978
|
+
"id": 0,
|
8841
8979
|
"flags": 16842752,
|
8842
|
-
"modifierFlagsCache": 0,
|
8843
8980
|
"transformFlags": 0,
|
8844
|
-
"kind": 80,
|
8845
8981
|
"escapedText": "default"
|
8846
8982
|
},
|
8847
8983
|
"comment": "<p>true</p>\n"
|
@@ -8865,6 +9001,7 @@
|
|
8865
9001
|
"deprecated": false,
|
8866
9002
|
"deprecationMessage": "",
|
8867
9003
|
"type": "QueryList<RdxToggleGroupItemDirective>",
|
9004
|
+
"indexKey": "",
|
8868
9005
|
"optional": true,
|
8869
9006
|
"description": "<p>Access the buttons in the toggle group.</p>\n",
|
8870
9007
|
"line": 68,
|
@@ -8885,6 +9022,7 @@
|
|
8885
9022
|
"deprecated": false,
|
8886
9023
|
"deprecationMessage": "",
|
8887
9024
|
"type": "function",
|
9025
|
+
"indexKey": "",
|
8888
9026
|
"optional": true,
|
8889
9027
|
"description": "<p>onTouch function registered via registerOnTouch (ControlValueAccessor).</p>\n",
|
8890
9028
|
"line": 83,
|
@@ -8976,17 +9114,18 @@
|
|
8976
9114
|
{
|
8977
9115
|
"pos": 1339,
|
8978
9116
|
"end": 1359,
|
9117
|
+
"kind": 327,
|
9118
|
+
"id": 0,
|
8979
9119
|
"flags": 16842752,
|
8980
9120
|
"modifierFlagsCache": 0,
|
8981
9121
|
"transformFlags": 0,
|
8982
|
-
"kind": 334,
|
8983
9122
|
"tagName": {
|
8984
9123
|
"pos": 1340,
|
8985
9124
|
"end": 1347,
|
9125
|
+
"kind": 80,
|
9126
|
+
"id": 0,
|
8986
9127
|
"flags": 16842752,
|
8987
|
-
"modifierFlagsCache": 0,
|
8988
9128
|
"transformFlags": 0,
|
8989
|
-
"kind": 80,
|
8990
9129
|
"escapedText": "default"
|
8991
9130
|
},
|
8992
9131
|
"comment": "<p>false</p>\n"
|
@@ -9070,17 +9209,18 @@
|
|
9070
9209
|
{
|
9071
9210
|
"pos": 1497,
|
9072
9211
|
"end": 1517,
|
9212
|
+
"kind": 327,
|
9213
|
+
"id": 0,
|
9073
9214
|
"flags": 16842752,
|
9074
9215
|
"modifierFlagsCache": 0,
|
9075
9216
|
"transformFlags": 0,
|
9076
|
-
"kind": 334,
|
9077
9217
|
"tagName": {
|
9078
9218
|
"pos": 1498,
|
9079
9219
|
"end": 1505,
|
9220
|
+
"kind": 80,
|
9221
|
+
"id": 0,
|
9080
9222
|
"flags": 16842752,
|
9081
|
-
"modifierFlagsCache": 0,
|
9082
9223
|
"transformFlags": 0,
|
9083
|
-
"kind": 80,
|
9084
9224
|
"escapedText": "default"
|
9085
9225
|
},
|
9086
9226
|
"comment": "<p>false</p>\n"
|
@@ -9101,17 +9241,18 @@
|
|
9101
9241
|
{
|
9102
9242
|
"pos": 1338,
|
9103
9243
|
"end": 1365,
|
9244
|
+
"kind": 327,
|
9245
|
+
"id": 0,
|
9104
9246
|
"flags": 16842752,
|
9105
9247
|
"modifierFlagsCache": 0,
|
9106
9248
|
"transformFlags": 0,
|
9107
|
-
"kind": 334,
|
9108
9249
|
"tagName": {
|
9109
9250
|
"pos": 1339,
|
9110
9251
|
"end": 1346,
|
9252
|
+
"kind": 80,
|
9253
|
+
"id": 0,
|
9111
9254
|
"flags": 16842752,
|
9112
|
-
"modifierFlagsCache": 0,
|
9113
9255
|
"transformFlags": 0,
|
9114
|
-
"kind": 80,
|
9115
9256
|
"escapedText": "default"
|
9116
9257
|
},
|
9117
9258
|
"comment": "<p>'horizontal'</p>\n"
|
@@ -9155,17 +9296,18 @@
|
|
9155
9296
|
{
|
9156
9297
|
"pos": 1656,
|
9157
9298
|
"end": 1675,
|
9299
|
+
"kind": 327,
|
9300
|
+
"id": 0,
|
9158
9301
|
"flags": 16842752,
|
9159
9302
|
"modifierFlagsCache": 0,
|
9160
9303
|
"transformFlags": 0,
|
9161
|
-
"kind": 334,
|
9162
9304
|
"tagName": {
|
9163
9305
|
"pos": 1657,
|
9164
9306
|
"end": 1664,
|
9307
|
+
"kind": 80,
|
9308
|
+
"id": 0,
|
9165
9309
|
"flags": 16842752,
|
9166
|
-
"modifierFlagsCache": 0,
|
9167
9310
|
"transformFlags": 0,
|
9168
|
-
"kind": 80,
|
9169
9311
|
"escapedText": "default"
|
9170
9312
|
},
|
9171
9313
|
"comment": "<p>true</p>\n"
|
@@ -9237,6 +9379,38 @@
|
|
9237
9379
|
"ControlValueAccessor"
|
9238
9380
|
]
|
9239
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
|
+
},
|
9240
9414
|
{
|
9241
9415
|
"name": "RdxVisuallyHiddenDirective",
|
9242
9416
|
"id": "directive-RdxVisuallyHiddenDirective-2486bcf46a8ae494e882cd43e8d4b6dc3f610595bc3d915c03f7c3e5d435d294e61608376a6489be59457c1034173d53dafe6b6d1d97c1290a2d9fdc1cb377de",
|
@@ -9262,6 +9436,7 @@
|
|
9262
9436
|
"deprecated": false,
|
9263
9437
|
"deprecationMessage": "",
|
9264
9438
|
"type": "",
|
9439
|
+
"indexKey": "",
|
9265
9440
|
"optional": false,
|
9266
9441
|
"description": "",
|
9267
9442
|
"line": 33,
|
@@ -9306,6 +9481,7 @@
|
|
9306
9481
|
"deprecated": false,
|
9307
9482
|
"deprecationMessage": "",
|
9308
9483
|
"type": "",
|
9484
|
+
"indexKey": "",
|
9309
9485
|
"optional": false,
|
9310
9486
|
"description": "",
|
9311
9487
|
"line": 25,
|
@@ -9319,6 +9495,7 @@
|
|
9319
9495
|
"deprecated": false,
|
9320
9496
|
"deprecationMessage": "",
|
9321
9497
|
"type": "",
|
9498
|
+
"indexKey": "",
|
9322
9499
|
"optional": false,
|
9323
9500
|
"description": "",
|
9324
9501
|
"line": 27,
|
@@ -9332,6 +9509,7 @@
|
|
9332
9509
|
"deprecated": false,
|
9333
9510
|
"deprecationMessage": "",
|
9334
9511
|
"type": "",
|
9512
|
+
"indexKey": "",
|
9335
9513
|
"optional": false,
|
9336
9514
|
"description": "",
|
9337
9515
|
"line": 28,
|
@@ -9345,6 +9523,7 @@
|
|
9345
9523
|
"deprecated": false,
|
9346
9524
|
"deprecationMessage": "",
|
9347
9525
|
"type": "",
|
9526
|
+
"indexKey": "",
|
9348
9527
|
"optional": false,
|
9349
9528
|
"description": "",
|
9350
9529
|
"line": 23,
|
@@ -9358,6 +9537,7 @@
|
|
9358
9537
|
"deprecated": false,
|
9359
9538
|
"deprecationMessage": "",
|
9360
9539
|
"type": "",
|
9540
|
+
"indexKey": "",
|
9361
9541
|
"optional": false,
|
9362
9542
|
"description": "",
|
9363
9543
|
"line": 26,
|
@@ -9371,6 +9551,7 @@
|
|
9371
9551
|
"deprecated": false,
|
9372
9552
|
"deprecationMessage": "",
|
9373
9553
|
"type": "",
|
9554
|
+
"indexKey": "",
|
9374
9555
|
"optional": false,
|
9375
9556
|
"description": "",
|
9376
9557
|
"line": 24,
|
@@ -9406,12 +9587,12 @@
|
|
9406
9587
|
},
|
9407
9588
|
{
|
9408
9589
|
"name": "RdxVisuallyHiddenInputDirective",
|
9409
|
-
"id": "directive-RdxVisuallyHiddenInputDirective-
|
9590
|
+
"id": "directive-RdxVisuallyHiddenInputDirective-cfbdb5d2fd291c9389aaf38fdb4ecefb61dbd58a9adeae7aa192b57e1f6f0fda8383b764fc7eef0cfec4d2f94c24099d0708db7bea8299e8885d1e8d8c85ef0a",
|
9410
9591
|
"file": "visually-hidden/src/visually-hidden-input.directive.ts",
|
9411
9592
|
"type": "directive",
|
9412
9593
|
"description": "",
|
9413
9594
|
"rawdescription": "\n",
|
9414
|
-
"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 |
|
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",
|
9415
9596
|
"selector": "[rdxVisuallyHiddenInput]",
|
9416
9597
|
"providers": [],
|
9417
9598
|
"hostDirectives": [
|
@@ -9442,6 +9623,7 @@
|
|
9442
9623
|
"deprecated": false,
|
9443
9624
|
"deprecationMessage": "",
|
9444
9625
|
"type": "",
|
9626
|
+
"indexKey": "",
|
9445
9627
|
"optional": false,
|
9446
9628
|
"description": "",
|
9447
9629
|
"line": 28,
|
@@ -9455,6 +9637,7 @@
|
|
9455
9637
|
"deprecated": false,
|
9456
9638
|
"deprecationMessage": "",
|
9457
9639
|
"type": "",
|
9640
|
+
"indexKey": "",
|
9458
9641
|
"optional": false,
|
9459
9642
|
"description": "",
|
9460
9643
|
"line": 30,
|
@@ -9468,6 +9651,7 @@
|
|
9468
9651
|
"deprecated": false,
|
9469
9652
|
"deprecationMessage": "",
|
9470
9653
|
"type": "",
|
9654
|
+
"indexKey": "",
|
9471
9655
|
"optional": false,
|
9472
9656
|
"description": "",
|
9473
9657
|
"line": 31,
|
@@ -9481,6 +9665,7 @@
|
|
9481
9665
|
"deprecated": false,
|
9482
9666
|
"deprecationMessage": "",
|
9483
9667
|
"type": "",
|
9668
|
+
"indexKey": "",
|
9484
9669
|
"optional": false,
|
9485
9670
|
"description": "",
|
9486
9671
|
"line": 26,
|
@@ -9494,6 +9679,7 @@
|
|
9494
9679
|
"deprecated": false,
|
9495
9680
|
"deprecationMessage": "",
|
9496
9681
|
"type": "",
|
9682
|
+
"indexKey": "",
|
9497
9683
|
"optional": false,
|
9498
9684
|
"description": "",
|
9499
9685
|
"line": 33,
|
@@ -9507,6 +9693,7 @@
|
|
9507
9693
|
"deprecated": false,
|
9508
9694
|
"deprecationMessage": "",
|
9509
9695
|
"type": "",
|
9696
|
+
"indexKey": "",
|
9510
9697
|
"optional": false,
|
9511
9698
|
"description": "",
|
9512
9699
|
"line": 29,
|
@@ -9516,10 +9703,11 @@
|
|
9516
9703
|
},
|
9517
9704
|
{
|
9518
9705
|
"name": "value",
|
9519
|
-
"defaultValue": "input<T |
|
9706
|
+
"defaultValue": "input<T | string>()",
|
9520
9707
|
"deprecated": false,
|
9521
9708
|
"deprecationMessage": "",
|
9522
9709
|
"type": "",
|
9710
|
+
"indexKey": "",
|
9523
9711
|
"optional": false,
|
9524
9712
|
"description": "",
|
9525
9713
|
"line": 27,
|
@@ -9591,6 +9779,7 @@
|
|
9591
9779
|
"deprecated": false,
|
9592
9780
|
"deprecationMessage": "",
|
9593
9781
|
"type": "",
|
9782
|
+
"indexKey": "",
|
9594
9783
|
"optional": false,
|
9595
9784
|
"description": "",
|
9596
9785
|
"line": 43,
|
@@ -9605,6 +9794,7 @@
|
|
9605
9794
|
"deprecated": false,
|
9606
9795
|
"deprecationMessage": "",
|
9607
9796
|
"type": "",
|
9797
|
+
"indexKey": "",
|
9608
9798
|
"optional": false,
|
9609
9799
|
"description": "",
|
9610
9800
|
"line": 42,
|
@@ -9622,6 +9812,7 @@
|
|
9622
9812
|
"deprecated": false,
|
9623
9813
|
"deprecationMessage": "",
|
9624
9814
|
"type": "",
|
9815
|
+
"indexKey": "",
|
9625
9816
|
"optional": false,
|
9626
9817
|
"description": "",
|
9627
9818
|
"line": 43,
|
@@ -9636,6 +9827,7 @@
|
|
9636
9827
|
"deprecated": false,
|
9637
9828
|
"deprecationMessage": "",
|
9638
9829
|
"type": "",
|
9830
|
+
"indexKey": "",
|
9639
9831
|
"optional": false,
|
9640
9832
|
"description": "",
|
9641
9833
|
"line": 45,
|
@@ -9649,6 +9841,7 @@
|
|
9649
9841
|
"deprecated": false,
|
9650
9842
|
"deprecationMessage": "",
|
9651
9843
|
"type": "",
|
9844
|
+
"indexKey": "",
|
9652
9845
|
"optional": false,
|
9653
9846
|
"description": "",
|
9654
9847
|
"line": 42,
|
@@ -9736,6 +9929,7 @@
|
|
9736
9929
|
"deprecated": false,
|
9737
9930
|
"deprecationMessage": "",
|
9738
9931
|
"type": "",
|
9932
|
+
"indexKey": "",
|
9739
9933
|
"optional": false,
|
9740
9934
|
"description": "",
|
9741
9935
|
"line": 73
|
@@ -9853,6 +10047,7 @@
|
|
9853
10047
|
"deprecated": false,
|
9854
10048
|
"deprecationMessage": "",
|
9855
10049
|
"type": "",
|
10050
|
+
"indexKey": "",
|
9856
10051
|
"optional": false,
|
9857
10052
|
"description": "",
|
9858
10053
|
"line": 92
|
@@ -9863,6 +10058,7 @@
|
|
9863
10058
|
"deprecated": false,
|
9864
10059
|
"deprecationMessage": "",
|
9865
10060
|
"type": "",
|
10061
|
+
"indexKey": "",
|
9866
10062
|
"optional": false,
|
9867
10063
|
"description": "",
|
9868
10064
|
"line": 93
|
@@ -9982,6 +10178,7 @@
|
|
9982
10178
|
"deprecated": false,
|
9983
10179
|
"deprecationMessage": "",
|
9984
10180
|
"type": "string",
|
10181
|
+
"indexKey": "",
|
9985
10182
|
"optional": false,
|
9986
10183
|
"description": "",
|
9987
10184
|
"line": 88
|
@@ -10289,6 +10486,7 @@
|
|
10289
10486
|
"deprecated": false,
|
10290
10487
|
"deprecationMessage": "",
|
10291
10488
|
"type": "string | undefined",
|
10489
|
+
"indexKey": "",
|
10292
10490
|
"optional": false,
|
10293
10491
|
"description": "",
|
10294
10492
|
"line": 37
|
@@ -10299,6 +10497,7 @@
|
|
10299
10497
|
"deprecated": false,
|
10300
10498
|
"deprecationMessage": "",
|
10301
10499
|
"type": "[]",
|
10500
|
+
"indexKey": "",
|
10302
10501
|
"optional": false,
|
10303
10502
|
"description": "",
|
10304
10503
|
"line": 38
|
@@ -10369,6 +10568,7 @@
|
|
10369
10568
|
"deprecated": false,
|
10370
10569
|
"deprecationMessage": "",
|
10371
10570
|
"type": "",
|
10571
|
+
"indexKey": "",
|
10372
10572
|
"optional": false,
|
10373
10573
|
"description": "",
|
10374
10574
|
"line": 111
|
@@ -10463,6 +10663,7 @@
|
|
10463
10663
|
"deprecated": false,
|
10464
10664
|
"deprecationMessage": "",
|
10465
10665
|
"type": "",
|
10666
|
+
"indexKey": "",
|
10466
10667
|
"optional": false,
|
10467
10668
|
"description": "",
|
10468
10669
|
"line": 85
|
@@ -11859,10 +12060,10 @@
|
|
11859
12060
|
"name": {
|
11860
12061
|
"pos": 1768,
|
11861
12062
|
"end": 1775,
|
12063
|
+
"kind": 80,
|
12064
|
+
"id": 0,
|
11862
12065
|
"flags": 16777216,
|
11863
|
-
"modifierFlagsCache": 0,
|
11864
12066
|
"transformFlags": 0,
|
11865
|
-
"kind": 80,
|
11866
12067
|
"escapedText": "element"
|
11867
12068
|
},
|
11868
12069
|
"type": "HTMLElement",
|
@@ -11871,34 +12072,36 @@
|
|
11871
12072
|
"tagName": {
|
11872
12073
|
"pos": 1748,
|
11873
12074
|
"end": 1753,
|
12075
|
+
"kind": 80,
|
12076
|
+
"id": 0,
|
11874
12077
|
"flags": 16777216,
|
11875
|
-
"modifierFlagsCache": 0,
|
11876
12078
|
"transformFlags": 0,
|
11877
|
-
"kind": 80,
|
11878
12079
|
"escapedText": "param"
|
11879
12080
|
},
|
11880
12081
|
"comment": "<ul>\n<li>The HTML element for which to calculate the transition duration.</li>\n</ul>\n",
|
11881
12082
|
"typeExpression": {
|
11882
12083
|
"pos": 1754,
|
11883
12084
|
"end": 1767,
|
12085
|
+
"kind": 309,
|
12086
|
+
"id": 0,
|
11884
12087
|
"flags": 16777216,
|
11885
12088
|
"modifierFlagsCache": 0,
|
11886
12089
|
"transformFlags": 0,
|
11887
|
-
"kind": 316,
|
11888
12090
|
"type": {
|
11889
12091
|
"pos": 1755,
|
11890
12092
|
"end": 1766,
|
12093
|
+
"kind": 183,
|
12094
|
+
"id": 0,
|
11891
12095
|
"flags": 16777216,
|
11892
12096
|
"modifierFlagsCache": 0,
|
11893
12097
|
"transformFlags": 1,
|
11894
|
-
"kind": 183,
|
11895
12098
|
"typeName": {
|
11896
12099
|
"pos": 1755,
|
11897
12100
|
"end": 1766,
|
12101
|
+
"kind": 80,
|
12102
|
+
"id": 0,
|
11898
12103
|
"flags": 16777216,
|
11899
|
-
"modifierFlagsCache": 0,
|
11900
12104
|
"transformFlags": 0,
|
11901
|
-
"kind": 80,
|
11902
12105
|
"escapedText": "HTMLElement"
|
11903
12106
|
}
|
11904
12107
|
}
|
@@ -11908,10 +12111,10 @@
|
|
11908
12111
|
"tagName": {
|
11909
12112
|
"pos": 1847,
|
11910
12113
|
"end": 1854,
|
12114
|
+
"kind": 80,
|
12115
|
+
"id": 0,
|
11911
12116
|
"flags": 16777216,
|
11912
|
-
"modifierFlagsCache": 0,
|
11913
12117
|
"transformFlags": 0,
|
11914
|
-
"kind": 80,
|
11915
12118
|
"escapedText": "returns"
|
11916
12119
|
},
|
11917
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",
|
@@ -12112,10 +12315,10 @@
|
|
12112
12315
|
"tagName": {
|
12113
12316
|
"pos": 393,
|
12114
12317
|
"end": 400,
|
12318
|
+
"kind": 80,
|
12319
|
+
"id": 0,
|
12115
12320
|
"flags": 16777216,
|
12116
|
-
"modifierFlagsCache": 0,
|
12117
12321
|
"transformFlags": 0,
|
12118
|
-
"kind": 80,
|
12119
12322
|
"escapedText": "returns"
|
12120
12323
|
},
|
12121
12324
|
"comment": "<p>The instance of RdxProgressRootDirective.</p>\n"
|
@@ -12191,6 +12394,33 @@
|
|
12191
12394
|
}
|
12192
12395
|
]
|
12193
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
|
+
},
|
12194
12424
|
{
|
12195
12425
|
"name": "measureCollapsingElementDimensionPx",
|
12196
12426
|
"file": "presence/src/transitions/transition.collapse.ts",
|
@@ -12218,10 +12448,10 @@
|
|
12218
12448
|
"name": {
|
12219
12449
|
"pos": 2034,
|
12220
12450
|
"end": 2041,
|
12451
|
+
"kind": 80,
|
12452
|
+
"id": 0,
|
12221
12453
|
"flags": 16777216,
|
12222
|
-
"modifierFlagsCache": 0,
|
12223
12454
|
"transformFlags": 0,
|
12224
|
-
"kind": 80,
|
12225
12455
|
"escapedText": "element"
|
12226
12456
|
},
|
12227
12457
|
"type": "HTMLElement",
|
@@ -12230,10 +12460,10 @@
|
|
12230
12460
|
"tagName": {
|
12231
12461
|
"pos": 2028,
|
12232
12462
|
"end": 2033,
|
12463
|
+
"kind": 80,
|
12464
|
+
"id": 0,
|
12233
12465
|
"flags": 16777216,
|
12234
|
-
"modifierFlagsCache": 0,
|
12235
12466
|
"transformFlags": 0,
|
12236
|
-
"kind": 80,
|
12237
12467
|
"escapedText": "param"
|
12238
12468
|
},
|
12239
12469
|
"comment": "<ul>\n<li>The HTML element to measure.</li>\n</ul>\n"
|
@@ -12242,10 +12472,10 @@
|
|
12242
12472
|
"name": {
|
12243
12473
|
"pos": 2083,
|
12244
12474
|
"end": 2092,
|
12475
|
+
"kind": 80,
|
12476
|
+
"id": 0,
|
12245
12477
|
"flags": 16777216,
|
12246
|
-
"modifierFlagsCache": 0,
|
12247
12478
|
"transformFlags": 0,
|
12248
|
-
"kind": 80,
|
12249
12479
|
"escapedText": "dimension"
|
12250
12480
|
},
|
12251
12481
|
"deprecated": false,
|
@@ -12253,10 +12483,10 @@
|
|
12253
12483
|
"tagName": {
|
12254
12484
|
"pos": 2077,
|
12255
12485
|
"end": 2082,
|
12486
|
+
"kind": 80,
|
12487
|
+
"id": 0,
|
12256
12488
|
"flags": 16777216,
|
12257
|
-
"modifierFlagsCache": 0,
|
12258
12489
|
"transformFlags": 0,
|
12259
|
-
"kind": 80,
|
12260
12490
|
"escapedText": "param"
|
12261
12491
|
},
|
12262
12492
|
"comment": "<ul>\n<li>The dimension ('width' or 'height') to measure.</li>\n</ul>\n"
|
@@ -12265,10 +12495,10 @@
|
|
12265
12495
|
"tagName": {
|
12266
12496
|
"pos": 2147,
|
12267
12497
|
"end": 2154,
|
12498
|
+
"kind": 80,
|
12499
|
+
"id": 0,
|
12268
12500
|
"flags": 16777216,
|
12269
|
-
"modifierFlagsCache": 0,
|
12270
12501
|
"transformFlags": 0,
|
12271
|
-
"kind": 80,
|
12272
12502
|
"escapedText": "returns"
|
12273
12503
|
},
|
12274
12504
|
"comment": "<p>The size of the dimension in pixels.</p>\n"
|
@@ -12319,10 +12549,10 @@
|
|
12319
12549
|
"tagName": {
|
12320
12550
|
"pos": 925,
|
12321
12551
|
"end": 932,
|
12552
|
+
"kind": 80,
|
12553
|
+
"id": 0,
|
12322
12554
|
"flags": 16777216,
|
12323
|
-
"modifierFlagsCache": 0,
|
12324
12555
|
"transformFlags": 0,
|
12325
|
-
"kind": 80,
|
12326
12556
|
"escapedText": "returns"
|
12327
12557
|
},
|
12328
12558
|
"comment": "<p>A provider for the RdxDialogService.</p>\n",
|
@@ -12345,10 +12575,10 @@
|
|
12345
12575
|
"tagName": {
|
12346
12576
|
"pos": 452,
|
12347
12577
|
"end": 459,
|
12578
|
+
"kind": 80,
|
12579
|
+
"id": 0,
|
12348
12580
|
"flags": 16777216,
|
12349
|
-
"modifierFlagsCache": 0,
|
12350
12581
|
"transformFlags": 0,
|
12351
|
-
"kind": 80,
|
12352
12582
|
"escapedText": "returns"
|
12353
12583
|
},
|
12354
12584
|
"comment": "<p>An EnvironmentProviders instance containing the DialogModule.</p>\n",
|
@@ -12417,10 +12647,10 @@
|
|
12417
12647
|
"name": {
|
12418
12648
|
"pos": 545,
|
12419
12649
|
"end": 549,
|
12650
|
+
"kind": 80,
|
12651
|
+
"id": 0,
|
12420
12652
|
"flags": 16777216,
|
12421
|
-
"modifierFlagsCache": 0,
|
12422
12653
|
"transformFlags": 0,
|
12423
|
-
"kind": 80,
|
12424
12654
|
"escapedText": "zone"
|
12425
12655
|
},
|
12426
12656
|
"type": "NgZone",
|
@@ -12429,34 +12659,36 @@
|
|
12429
12659
|
"tagName": {
|
12430
12660
|
"pos": 530,
|
12431
12661
|
"end": 535,
|
12662
|
+
"kind": 80,
|
12663
|
+
"id": 0,
|
12432
12664
|
"flags": 16777216,
|
12433
|
-
"modifierFlagsCache": 0,
|
12434
12665
|
"transformFlags": 0,
|
12435
|
-
"kind": 80,
|
12436
12666
|
"escapedText": "param"
|
12437
12667
|
},
|
12438
12668
|
"comment": "<ul>\n<li>The Angular zone to control the change detection context.</li>\n</ul>\n",
|
12439
12669
|
"typeExpression": {
|
12440
12670
|
"pos": 536,
|
12441
12671
|
"end": 544,
|
12672
|
+
"kind": 309,
|
12673
|
+
"id": 0,
|
12442
12674
|
"flags": 16777216,
|
12443
12675
|
"modifierFlagsCache": 0,
|
12444
12676
|
"transformFlags": 0,
|
12445
|
-
"kind": 316,
|
12446
12677
|
"type": {
|
12447
12678
|
"pos": 537,
|
12448
12679
|
"end": 543,
|
12680
|
+
"kind": 183,
|
12681
|
+
"id": 0,
|
12449
12682
|
"flags": 16777216,
|
12450
12683
|
"modifierFlagsCache": 0,
|
12451
12684
|
"transformFlags": 1,
|
12452
|
-
"kind": 183,
|
12453
12685
|
"typeName": {
|
12454
12686
|
"pos": 537,
|
12455
12687
|
"end": 543,
|
12688
|
+
"kind": 80,
|
12689
|
+
"id": 0,
|
12456
12690
|
"flags": 16777216,
|
12457
|
-
"modifierFlagsCache": 0,
|
12458
12691
|
"transformFlags": 0,
|
12459
|
-
"kind": 80,
|
12460
12692
|
"escapedText": "NgZone"
|
12461
12693
|
}
|
12462
12694
|
}
|
@@ -12466,10 +12698,10 @@
|
|
12466
12698
|
"tagName": {
|
12467
12699
|
"pos": 614,
|
12468
12700
|
"end": 621,
|
12701
|
+
"kind": 80,
|
12702
|
+
"id": 0,
|
12469
12703
|
"flags": 16777216,
|
12470
|
-
"modifierFlagsCache": 0,
|
12471
12704
|
"transformFlags": 0,
|
12472
|
-
"kind": 80,
|
12473
12705
|
"escapedText": "returns"
|
12474
12706
|
},
|
12475
12707
|
"comment": "<ul>\n<li>A function that takes an observable as input\nand returns an observable that runs inside Angular's NgZone.</li>\n</ul>\n<p>Example usage:</p>\n<p>const source$ = of('some value');\nconst zoned$ = source$.pipe(runInZone(zone));\nzoned$.subscribe(value => {\nconsole.log('Value:', value);\n});</p>\n",
|
@@ -13653,10 +13885,10 @@
|
|
13653
13885
|
"name": {
|
13654
13886
|
"pos": 1768,
|
13655
13887
|
"end": 1775,
|
13888
|
+
"kind": 80,
|
13889
|
+
"id": 0,
|
13656
13890
|
"flags": 16777216,
|
13657
|
-
"modifierFlagsCache": 0,
|
13658
13891
|
"transformFlags": 0,
|
13659
|
-
"kind": 80,
|
13660
13892
|
"escapedText": "element"
|
13661
13893
|
},
|
13662
13894
|
"type": "HTMLElement",
|
@@ -13665,34 +13897,36 @@
|
|
13665
13897
|
"tagName": {
|
13666
13898
|
"pos": 1748,
|
13667
13899
|
"end": 1753,
|
13900
|
+
"kind": 80,
|
13901
|
+
"id": 0,
|
13668
13902
|
"flags": 16777216,
|
13669
|
-
"modifierFlagsCache": 0,
|
13670
13903
|
"transformFlags": 0,
|
13671
|
-
"kind": 80,
|
13672
13904
|
"escapedText": "param"
|
13673
13905
|
},
|
13674
13906
|
"comment": "<ul>\n<li>The HTML element for which to calculate the transition duration.</li>\n</ul>\n",
|
13675
13907
|
"typeExpression": {
|
13676
13908
|
"pos": 1754,
|
13677
13909
|
"end": 1767,
|
13910
|
+
"kind": 309,
|
13911
|
+
"id": 0,
|
13678
13912
|
"flags": 16777216,
|
13679
13913
|
"modifierFlagsCache": 0,
|
13680
13914
|
"transformFlags": 0,
|
13681
|
-
"kind": 316,
|
13682
13915
|
"type": {
|
13683
13916
|
"pos": 1755,
|
13684
13917
|
"end": 1766,
|
13918
|
+
"kind": 183,
|
13919
|
+
"id": 0,
|
13685
13920
|
"flags": 16777216,
|
13686
13921
|
"modifierFlagsCache": 0,
|
13687
13922
|
"transformFlags": 1,
|
13688
|
-
"kind": 183,
|
13689
13923
|
"typeName": {
|
13690
13924
|
"pos": 1755,
|
13691
13925
|
"end": 1766,
|
13926
|
+
"kind": 80,
|
13927
|
+
"id": 0,
|
13692
13928
|
"flags": 16777216,
|
13693
|
-
"modifierFlagsCache": 0,
|
13694
13929
|
"transformFlags": 0,
|
13695
|
-
"kind": 80,
|
13696
13930
|
"escapedText": "HTMLElement"
|
13697
13931
|
}
|
13698
13932
|
}
|
@@ -13702,10 +13936,10 @@
|
|
13702
13936
|
"tagName": {
|
13703
13937
|
"pos": 1847,
|
13704
13938
|
"end": 1854,
|
13939
|
+
"kind": 80,
|
13940
|
+
"id": 0,
|
13705
13941
|
"flags": 16777216,
|
13706
|
-
"modifierFlagsCache": 0,
|
13707
13942
|
"transformFlags": 0,
|
13708
|
-
"kind": 80,
|
13709
13943
|
"escapedText": "returns"
|
13710
13944
|
},
|
13711
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",
|
@@ -13735,10 +13969,10 @@
|
|
13735
13969
|
"name": {
|
13736
13970
|
"pos": 545,
|
13737
13971
|
"end": 549,
|
13972
|
+
"kind": 80,
|
13973
|
+
"id": 0,
|
13738
13974
|
"flags": 16777216,
|
13739
|
-
"modifierFlagsCache": 0,
|
13740
13975
|
"transformFlags": 0,
|
13741
|
-
"kind": 80,
|
13742
13976
|
"escapedText": "zone"
|
13743
13977
|
},
|
13744
13978
|
"type": "NgZone",
|
@@ -13747,34 +13981,36 @@
|
|
13747
13981
|
"tagName": {
|
13748
13982
|
"pos": 530,
|
13749
13983
|
"end": 535,
|
13984
|
+
"kind": 80,
|
13985
|
+
"id": 0,
|
13750
13986
|
"flags": 16777216,
|
13751
|
-
"modifierFlagsCache": 0,
|
13752
13987
|
"transformFlags": 0,
|
13753
|
-
"kind": 80,
|
13754
13988
|
"escapedText": "param"
|
13755
13989
|
},
|
13756
13990
|
"comment": "<ul>\n<li>The Angular zone to control the change detection context.</li>\n</ul>\n",
|
13757
13991
|
"typeExpression": {
|
13758
13992
|
"pos": 536,
|
13759
13993
|
"end": 544,
|
13994
|
+
"kind": 309,
|
13995
|
+
"id": 0,
|
13760
13996
|
"flags": 16777216,
|
13761
13997
|
"modifierFlagsCache": 0,
|
13762
13998
|
"transformFlags": 0,
|
13763
|
-
"kind": 316,
|
13764
13999
|
"type": {
|
13765
14000
|
"pos": 537,
|
13766
14001
|
"end": 543,
|
14002
|
+
"kind": 183,
|
14003
|
+
"id": 0,
|
13767
14004
|
"flags": 16777216,
|
13768
14005
|
"modifierFlagsCache": 0,
|
13769
14006
|
"transformFlags": 1,
|
13770
|
-
"kind": 183,
|
13771
14007
|
"typeName": {
|
13772
14008
|
"pos": 537,
|
13773
14009
|
"end": 543,
|
14010
|
+
"kind": 80,
|
14011
|
+
"id": 0,
|
13774
14012
|
"flags": 16777216,
|
13775
|
-
"modifierFlagsCache": 0,
|
13776
14013
|
"transformFlags": 0,
|
13777
|
-
"kind": 80,
|
13778
14014
|
"escapedText": "NgZone"
|
13779
14015
|
}
|
13780
14016
|
}
|
@@ -13784,10 +14020,10 @@
|
|
13784
14020
|
"tagName": {
|
13785
14021
|
"pos": 614,
|
13786
14022
|
"end": 621,
|
14023
|
+
"kind": 80,
|
14024
|
+
"id": 0,
|
13787
14025
|
"flags": 16777216,
|
13788
|
-
"modifierFlagsCache": 0,
|
13789
14026
|
"transformFlags": 0,
|
13790
|
-
"kind": 80,
|
13791
14027
|
"escapedText": "returns"
|
13792
14028
|
},
|
13793
14029
|
"comment": "<ul>\n<li>A function that takes an observable as input\nand returns an observable that runs inside Angular's NgZone.</li>\n</ul>\n<p>Example usage:</p>\n<p>const source$ = of('some value');\nconst zoned$ = source$.pipe(runInZone(zone));\nzoned$.subscribe(value => {\nconsole.log('Value:', value);\n});</p>\n",
|
@@ -14063,10 +14299,10 @@
|
|
14063
14299
|
"tagName": {
|
14064
14300
|
"pos": 393,
|
14065
14301
|
"end": 400,
|
14302
|
+
"kind": 80,
|
14303
|
+
"id": 0,
|
14066
14304
|
"flags": 16777216,
|
14067
|
-
"modifierFlagsCache": 0,
|
14068
14305
|
"transformFlags": 0,
|
14069
|
-
"kind": 80,
|
14070
14306
|
"escapedText": "returns"
|
14071
14307
|
},
|
14072
14308
|
"comment": "<p>The instance of RdxProgressRootDirective.</p>\n"
|
@@ -14153,6 +14389,35 @@
|
|
14153
14389
|
]
|
14154
14390
|
}
|
14155
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
|
+
],
|
14156
14421
|
"presence/src/transitions/transition.collapse.ts": [
|
14157
14422
|
{
|
14158
14423
|
"name": "measureCollapsingElementDimensionPx",
|
@@ -14181,10 +14446,10 @@
|
|
14181
14446
|
"name": {
|
14182
14447
|
"pos": 2034,
|
14183
14448
|
"end": 2041,
|
14449
|
+
"kind": 80,
|
14450
|
+
"id": 0,
|
14184
14451
|
"flags": 16777216,
|
14185
|
-
"modifierFlagsCache": 0,
|
14186
14452
|
"transformFlags": 0,
|
14187
|
-
"kind": 80,
|
14188
14453
|
"escapedText": "element"
|
14189
14454
|
},
|
14190
14455
|
"type": "HTMLElement",
|
@@ -14193,10 +14458,10 @@
|
|
14193
14458
|
"tagName": {
|
14194
14459
|
"pos": 2028,
|
14195
14460
|
"end": 2033,
|
14461
|
+
"kind": 80,
|
14462
|
+
"id": 0,
|
14196
14463
|
"flags": 16777216,
|
14197
|
-
"modifierFlagsCache": 0,
|
14198
14464
|
"transformFlags": 0,
|
14199
|
-
"kind": 80,
|
14200
14465
|
"escapedText": "param"
|
14201
14466
|
},
|
14202
14467
|
"comment": "<ul>\n<li>The HTML element to measure.</li>\n</ul>\n"
|
@@ -14205,10 +14470,10 @@
|
|
14205
14470
|
"name": {
|
14206
14471
|
"pos": 2083,
|
14207
14472
|
"end": 2092,
|
14473
|
+
"kind": 80,
|
14474
|
+
"id": 0,
|
14208
14475
|
"flags": 16777216,
|
14209
|
-
"modifierFlagsCache": 0,
|
14210
14476
|
"transformFlags": 0,
|
14211
|
-
"kind": 80,
|
14212
14477
|
"escapedText": "dimension"
|
14213
14478
|
},
|
14214
14479
|
"deprecated": false,
|
@@ -14216,10 +14481,10 @@
|
|
14216
14481
|
"tagName": {
|
14217
14482
|
"pos": 2077,
|
14218
14483
|
"end": 2082,
|
14484
|
+
"kind": 80,
|
14485
|
+
"id": 0,
|
14219
14486
|
"flags": 16777216,
|
14220
|
-
"modifierFlagsCache": 0,
|
14221
14487
|
"transformFlags": 0,
|
14222
|
-
"kind": 80,
|
14223
14488
|
"escapedText": "param"
|
14224
14489
|
},
|
14225
14490
|
"comment": "<ul>\n<li>The dimension ('width' or 'height') to measure.</li>\n</ul>\n"
|
@@ -14228,10 +14493,10 @@
|
|
14228
14493
|
"tagName": {
|
14229
14494
|
"pos": 2147,
|
14230
14495
|
"end": 2154,
|
14496
|
+
"kind": 80,
|
14497
|
+
"id": 0,
|
14231
14498
|
"flags": 16777216,
|
14232
|
-
"modifierFlagsCache": 0,
|
14233
14499
|
"transformFlags": 0,
|
14234
|
-
"kind": 80,
|
14235
14500
|
"escapedText": "returns"
|
14236
14501
|
},
|
14237
14502
|
"comment": "<p>The size of the dimension in pixels.</p>\n"
|
@@ -14255,10 +14520,10 @@
|
|
14255
14520
|
"tagName": {
|
14256
14521
|
"pos": 925,
|
14257
14522
|
"end": 932,
|
14523
|
+
"kind": 80,
|
14524
|
+
"id": 0,
|
14258
14525
|
"flags": 16777216,
|
14259
|
-
"modifierFlagsCache": 0,
|
14260
14526
|
"transformFlags": 0,
|
14261
|
-
"kind": 80,
|
14262
14527
|
"escapedText": "returns"
|
14263
14528
|
},
|
14264
14529
|
"comment": "<p>A provider for the RdxDialogService.</p>\n",
|
@@ -14281,10 +14546,10 @@
|
|
14281
14546
|
"tagName": {
|
14282
14547
|
"pos": 452,
|
14283
14548
|
"end": 459,
|
14549
|
+
"kind": 80,
|
14550
|
+
"id": 0,
|
14284
14551
|
"flags": 16777216,
|
14285
|
-
"modifierFlagsCache": 0,
|
14286
14552
|
"transformFlags": 0,
|
14287
|
-
"kind": 80,
|
14288
14553
|
"escapedText": "returns"
|
14289
14554
|
},
|
14290
14555
|
"comment": "<p>An EnvironmentProviders instance containing the DialogModule.</p>\n",
|