@radix-ng/primitives 1.0.0-beta.3 → 1.0.0-beta.4
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/README.md +1 -1
- package/fesm2022/radix-ng-primitives-accordion.mjs +5 -3
- package/fesm2022/radix-ng-primitives-accordion.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-alert-dialog.mjs +3 -2
- package/fesm2022/radix-ng-primitives-alert-dialog.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-autocomplete.mjs +617 -659
- package/fesm2022/radix-ng-primitives-autocomplete.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-calendar.mjs +5 -3
- package/fesm2022/radix-ng-primitives-calendar.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-combobox.mjs +1305 -572
- package/fesm2022/radix-ng-primitives-combobox.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-config.mjs +13 -4
- package/fesm2022/radix-ng-primitives-config.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-context-menu.mjs +51 -10
- package/fesm2022/radix-ng-primitives-context-menu.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-core.mjs +1345 -64
- package/fesm2022/radix-ng-primitives-core.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-date-field.mjs +5 -3
- package/fesm2022/radix-ng-primitives-date-field.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-dialog.mjs +240 -112
- package/fesm2022/radix-ng-primitives-dialog.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-direction-provider.mjs +70 -0
- package/fesm2022/radix-ng-primitives-direction-provider.mjs.map +1 -0
- package/fesm2022/radix-ng-primitives-dismissable-layer.mjs +519 -184
- package/fesm2022/radix-ng-primitives-dismissable-layer.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-drawer.mjs +3 -3
- package/fesm2022/radix-ng-primitives-drawer.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-field.mjs +3 -2
- package/fesm2022/radix-ng-primitives-field.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-floating-focus-manager.mjs +517 -0
- package/fesm2022/radix-ng-primitives-floating-focus-manager.mjs.map +1 -0
- package/fesm2022/radix-ng-primitives-focus-scope.mjs +296 -70
- package/fesm2022/radix-ng-primitives-focus-scope.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-menu.mjs +861 -286
- package/fesm2022/radix-ng-primitives-menu.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-menubar.mjs +32 -4
- package/fesm2022/radix-ng-primitives-menubar.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-navigation-menu.mjs +144 -159
- package/fesm2022/radix-ng-primitives-navigation-menu.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-popover.mjs +220 -205
- package/fesm2022/radix-ng-primitives-popover.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-popper.mjs +94 -51
- package/fesm2022/radix-ng-primitives-popper.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-presence.mjs +1 -1
- package/fesm2022/radix-ng-primitives-presence.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-preview-card.mjs +141 -173
- package/fesm2022/radix-ng-primitives-preview-card.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-roving-focus.mjs +4 -2
- package/fesm2022/radix-ng-primitives-roving-focus.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-scroll-area.mjs +5 -4
- package/fesm2022/radix-ng-primitives-scroll-area.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-select.mjs +211 -156
- package/fesm2022/radix-ng-primitives-select.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-slider.mjs +5 -3
- package/fesm2022/radix-ng-primitives-slider.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-stepper.mjs +5 -3
- package/fesm2022/radix-ng-primitives-stepper.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-time-field.mjs +5 -3
- package/fesm2022/radix-ng-primitives-time-field.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-toast.mjs +15 -36
- package/fesm2022/radix-ng-primitives-toast.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-toggle-group.mjs +5 -3
- package/fesm2022/radix-ng-primitives-toggle-group.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-toolbar.mjs +5 -3
- package/fesm2022/radix-ng-primitives-toolbar.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-tooltip.mjs +73 -110
- package/fesm2022/radix-ng-primitives-tooltip.mjs.map +1 -1
- package/package.json +10 -1
- package/types/radix-ng-primitives-accordion.d.ts +4 -3
- package/types/radix-ng-primitives-autocomplete.d.ts +217 -152
- package/types/radix-ng-primitives-calendar.d.ts +5 -3
- package/types/radix-ng-primitives-combobox.d.ts +672 -283
- package/types/radix-ng-primitives-config.d.ts +1 -1
- package/types/radix-ng-primitives-context-menu.d.ts +15 -5
- package/types/radix-ng-primitives-core.d.ts +762 -14
- package/types/radix-ng-primitives-date-field.d.ts +3 -2
- package/types/radix-ng-primitives-dialog.d.ts +77 -32
- package/types/radix-ng-primitives-direction-provider.d.ts +41 -0
- package/types/radix-ng-primitives-dismissable-layer.d.ts +147 -99
- package/types/radix-ng-primitives-field.d.ts +1 -0
- package/types/radix-ng-primitives-floating-focus-manager.d.ts +175 -0
- package/types/radix-ng-primitives-focus-scope.d.ts +132 -1
- package/types/radix-ng-primitives-menu.d.ts +186 -103
- package/types/radix-ng-primitives-navigation-menu.d.ts +37 -75
- package/types/radix-ng-primitives-popover.d.ts +59 -92
- package/types/radix-ng-primitives-popper.d.ts +39 -9
- package/types/radix-ng-primitives-preview-card.d.ts +39 -72
- package/types/radix-ng-primitives-roving-focus.d.ts +7 -6
- package/types/radix-ng-primitives-scroll-area.d.ts +2 -2
- package/types/radix-ng-primitives-select.d.ts +145 -108
- package/types/radix-ng-primitives-slider.d.ts +5 -4
- package/types/radix-ng-primitives-stepper.d.ts +4 -3
- package/types/radix-ng-primitives-time-field.d.ts +3 -2
- package/types/radix-ng-primitives-toast.d.ts +7 -7
- package/types/radix-ng-primitives-toggle-group.d.ts +5 -4
- package/types/radix-ng-primitives-toolbar.d.ts +3 -2
- package/types/radix-ng-primitives-tooltip.d.ts +24 -67
|
@@ -22,7 +22,8 @@ declare class RdxTimeFieldRootDirective {
|
|
|
22
22
|
* The locale to use for formatting dates.
|
|
23
23
|
*/
|
|
24
24
|
readonly locale: _angular_core.InputSignal<string>;
|
|
25
|
-
readonly
|
|
25
|
+
readonly dirInput: _angular_core.InputSignal<Direction | undefined>;
|
|
26
|
+
readonly dir: Signal<Direction>;
|
|
26
27
|
/**
|
|
27
28
|
* The minimum valid date that can be entered.
|
|
28
29
|
*/
|
|
@@ -138,7 +139,7 @@ declare class RdxTimeFieldRootDirective {
|
|
|
138
139
|
*/
|
|
139
140
|
setFocusedElement(el: HTMLElement): void;
|
|
140
141
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<RdxTimeFieldRootDirective, never>;
|
|
141
|
-
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<RdxTimeFieldRootDirective, "[rdxTimeFieldRoot]", ["rdxTimeFieldRoot"], { "value": { "alias": "value"; "required": false; "isSignal": true; }; "hourCycle": { "alias": "hourCycle"; "required": false; "isSignal": true; }; "granularity": { "alias": "granularity"; "required": false; "isSignal": true; }; "locale": { "alias": "locale"; "required": false; "isSignal": true; }; "
|
|
142
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<RdxTimeFieldRootDirective, "[rdxTimeFieldRoot]", ["rdxTimeFieldRoot"], { "value": { "alias": "value"; "required": false; "isSignal": true; }; "hourCycle": { "alias": "hourCycle"; "required": false; "isSignal": true; }; "granularity": { "alias": "granularity"; "required": false; "isSignal": true; }; "locale": { "alias": "locale"; "required": false; "isSignal": true; }; "dirInput": { "alias": "dir"; "required": false; "isSignal": true; }; "minValue": { "alias": "minValue"; "required": false; "isSignal": true; }; "maxValue": { "alias": "maxValue"; "required": false; "isSignal": true; }; "hideTimeZone": { "alias": "hideTimeZone"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "step": { "alias": "step"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; }, { "value": "valueChange"; "placeholder": "placeholderChange"; }, ["segmentInputs"], never, true, never>;
|
|
142
143
|
}
|
|
143
144
|
|
|
144
145
|
declare class RdxTimeFieldInputDirective {
|
|
@@ -207,16 +207,16 @@ declare class RdxToastViewport {
|
|
|
207
207
|
|
|
208
208
|
/**
|
|
209
209
|
* Positions an anchored toast against an element — the Angular counterpart of `<Toast.Positioner>`.
|
|
210
|
-
* Composes the popper machinery so a toast can point at a trigger instead of living in the stack.
|
|
211
210
|
*
|
|
212
|
-
*
|
|
213
|
-
*
|
|
214
|
-
*
|
|
211
|
+
* A "thin" positioner (ADR 0012): it inherits the popper positioning surface (inputs, `placed`
|
|
212
|
+
* output, unified vars + placement attrs) from {@link RdxPopperContentWrapper}. Bind `anchor` (and
|
|
213
|
+
* optionally `side`/`align`/offsets) — typically from a toast's `positionerProps`. It also composes
|
|
214
|
+
* its own {@link RdxPopper} so it is self-contained (no surrounding `rdxPopperRoot` needed), and
|
|
215
|
+
* mirrors the anchor width / transform origin as friendlier `--toast-*` CSS variables.
|
|
215
216
|
*/
|
|
216
|
-
declare class RdxToastPositioner {
|
|
217
|
-
protected readonly wrapper: RdxPopperContentWrapper;
|
|
217
|
+
declare class RdxToastPositioner extends RdxPopperContentWrapper {
|
|
218
218
|
static ɵfac: i0.ɵɵFactoryDeclaration<RdxToastPositioner, never>;
|
|
219
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<RdxToastPositioner, "[rdxToastPositioner]", ["rdxToastPositioner"], {}, {}, never, never, true, [{ directive: typeof i1$1.RdxPopper; inputs: {}; outputs: {}; }
|
|
219
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<RdxToastPositioner, "[rdxToastPositioner]", ["rdxToastPositioner"], {}, {}, never, never, true, [{ directive: typeof i1$1.RdxPopper; inputs: {}; outputs: {}; }]>;
|
|
220
220
|
}
|
|
221
221
|
|
|
222
222
|
/** Direction a swipe travels to dismiss a toast. */
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as _angular_core from '@angular/core';
|
|
2
|
-
import { Signal } from '@angular/core';
|
|
3
1
|
import * as _radix_ng_primitives_core from '@radix-ng/primitives/core';
|
|
4
2
|
import { DataOrientation, BooleanInput } from '@radix-ng/primitives/core';
|
|
3
|
+
import * as _angular_core from '@angular/core';
|
|
4
|
+
import { Signal } from '@angular/core';
|
|
5
5
|
import * as i1 from '@radix-ng/primitives/roving-focus';
|
|
6
6
|
import { Direction } from '@radix-ng/primitives/roving-focus';
|
|
7
7
|
import { ControlValueAccessor } from '@angular/forms';
|
|
@@ -89,7 +89,8 @@ declare abstract class RdxToggleGroupBase implements ControlValueAccessor {
|
|
|
89
89
|
*/
|
|
90
90
|
declare class RdxToggleGroup extends RdxToggleGroupBase {
|
|
91
91
|
/** Text direction for arrow-key navigation. */
|
|
92
|
-
readonly
|
|
92
|
+
readonly dirInput: _angular_core.InputSignal<Direction | undefined>;
|
|
93
|
+
readonly dir: _angular_core.Signal<_radix_ng_primitives_core.Direction>;
|
|
93
94
|
/**
|
|
94
95
|
* Whether keyboard navigation should loop from the last item back to the first.
|
|
95
96
|
*
|
|
@@ -99,7 +100,7 @@ declare class RdxToggleGroup extends RdxToggleGroupBase {
|
|
|
99
100
|
private readonly rovingFocusGroup;
|
|
100
101
|
constructor();
|
|
101
102
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<RdxToggleGroup, never>;
|
|
102
|
-
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<RdxToggleGroup, "[rdxToggleGroup]", ["rdxToggleGroup"], { "
|
|
103
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<RdxToggleGroup, "[rdxToggleGroup]", ["rdxToggleGroup"], { "dirInput": { "alias": "dir"; "required": false; "isSignal": true; }; "loopFocus": { "alias": "loopFocus"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.RdxRovingFocusGroupDirective; inputs: {}; outputs: {}; }]>;
|
|
103
104
|
}
|
|
104
105
|
|
|
105
106
|
/**
|
|
@@ -31,7 +31,8 @@ declare class RdxToolbarRoot {
|
|
|
31
31
|
*/
|
|
32
32
|
readonly orientation: _angular_core.InputSignal<DataOrientation>;
|
|
33
33
|
/** Text direction for arrow-key navigation. */
|
|
34
|
-
readonly
|
|
34
|
+
readonly dirInput: _angular_core.InputSignal<Direction | undefined>;
|
|
35
|
+
readonly dir: _angular_core.Signal<_radix_ng_primitives_core.Direction>;
|
|
35
36
|
/**
|
|
36
37
|
* Whether keyboard navigation should loop from the last item back to the first.
|
|
37
38
|
*
|
|
@@ -47,7 +48,7 @@ declare class RdxToolbarRoot {
|
|
|
47
48
|
private readonly rovingFocusGroup;
|
|
48
49
|
constructor();
|
|
49
50
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<RdxToolbarRoot, never>;
|
|
50
|
-
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<RdxToolbarRoot, "[rdxToolbarRoot]", ["rdxToolbarRoot"], { "orientation": { "alias": "orientation"; "required": false; "isSignal": true; }; "
|
|
51
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<RdxToolbarRoot, "[rdxToolbarRoot]", ["rdxToolbarRoot"], { "orientation": { "alias": "orientation"; "required": false; "isSignal": true; }; "dirInput": { "alias": "dir"; "required": false; "isSignal": true; }; "loopFocus": { "alias": "loopFocus"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1$1.RdxRovingFocusGroupDirective; inputs: {}; outputs: {}; }]>;
|
|
51
52
|
}
|
|
52
53
|
|
|
53
54
|
/**
|
|
@@ -2,11 +2,11 @@ import * as _angular_core from '@angular/core';
|
|
|
2
2
|
import { InjectionToken, Provider, Signal, ElementRef } from '@angular/core';
|
|
3
3
|
import * as i1 from '@radix-ng/primitives/portal';
|
|
4
4
|
import * as _radix_ng_primitives_core from '@radix-ng/primitives/core';
|
|
5
|
-
import { BooleanInput, NumberInput } from '@radix-ng/primitives/core';
|
|
5
|
+
import { RdxFloatingRootContext, BooleanInput, NumberInput } from '@radix-ng/primitives/core';
|
|
6
6
|
import * as i1$1 from '@radix-ng/primitives/popper';
|
|
7
|
-
import { RdxPopperContentWrapper
|
|
7
|
+
import { RdxPopperContentWrapper } from '@radix-ng/primitives/popper';
|
|
8
8
|
import * as _radix_ng_primitives_tooltip from '@radix-ng/primitives/tooltip';
|
|
9
|
-
import
|
|
9
|
+
import { RdxOutsidePressDomEvent } from '@radix-ng/primitives/dismissable-layer';
|
|
10
10
|
|
|
11
11
|
/**
|
|
12
12
|
* Structural directive that teleports the tooltip content into a container (default `document.body`)
|
|
@@ -109,6 +109,12 @@ declare class RdxTooltip {
|
|
|
109
109
|
private readonly popper;
|
|
110
110
|
private readonly destroyRef;
|
|
111
111
|
private hasAppliedDefaultOpen;
|
|
112
|
+
/**
|
|
113
|
+
* Per-popup floating root context (ADR 0015) — the shared store the positioner's dismissal
|
|
114
|
+
* capability reads (`open`, `triggers`, the reference/floating elements). The tree node is
|
|
115
|
+
* registered by the positioner; this context exists independently so dismissal can read `open()`.
|
|
116
|
+
*/
|
|
117
|
+
readonly floatingContext: RdxFloatingRootContext;
|
|
112
118
|
/**
|
|
113
119
|
* Whether the tooltip is currently open.
|
|
114
120
|
*/
|
|
@@ -216,84 +222,35 @@ declare class RdxTooltipPopup {
|
|
|
216
222
|
|
|
217
223
|
/**
|
|
218
224
|
* Positions the tooltip popup against its trigger (or a custom anchor).
|
|
225
|
+
*
|
|
226
|
+
* A "thin" positioner (ADR 0012): it inherits the popper positioning surface (inputs, `placed`
|
|
227
|
+
* output, unified vars + placement attrs) from {@link RdxPopperContentWrapper} and adds tooltip's own
|
|
228
|
+
* concerns — Base UI-aligned defaults (`side: 'top'`) via the config provider, dismiss handling
|
|
229
|
+
* (ADR 0015 — inline {@link RdxDismiss} on the shared floating tree, dismissal-only with
|
|
230
|
+
* no focus manager), the cursor-follow pointer-through behavior (via the inherited `nonInteractive`
|
|
231
|
+
* signal), the open/closed state attributes, and the hover grace area.
|
|
219
232
|
*/
|
|
220
|
-
declare class RdxTooltipPositioner {
|
|
233
|
+
declare class RdxTooltipPositioner extends RdxPopperContentWrapper {
|
|
221
234
|
protected readonly rootContext: _radix_ng_primitives_tooltip.RdxTooltipContext;
|
|
222
|
-
protected readonly wrapper: RdxPopperContentWrapper;
|
|
223
235
|
private readonly destroyRef;
|
|
224
|
-
private readonly
|
|
225
|
-
private readonly
|
|
226
|
-
|
|
227
|
-
* An element to position the popup against. Defaults to the trigger.
|
|
228
|
-
*/
|
|
229
|
-
readonly anchor: _angular_core.InputSignal<RdxPopperAnchorElement>;
|
|
230
|
-
/**
|
|
231
|
-
* The preferred side of the anchor to render against when open.
|
|
232
|
-
*/
|
|
233
|
-
readonly side: _angular_core.InputSignal<"top" | "right" | "bottom" | "left">;
|
|
234
|
-
/**
|
|
235
|
-
* The distance in pixels from the anchor.
|
|
236
|
-
*/
|
|
237
|
-
readonly sideOffset: _angular_core.InputSignalWithTransform<number, NumberInput>;
|
|
238
|
-
/**
|
|
239
|
-
* The preferred alignment against the anchor.
|
|
240
|
-
*/
|
|
241
|
-
readonly align: _angular_core.InputSignal<"start" | "center" | "end">;
|
|
242
|
-
/**
|
|
243
|
-
* An offset in pixels from the `start` or `end` alignment options.
|
|
244
|
-
*/
|
|
245
|
-
readonly alignOffset: _angular_core.InputSignalWithTransform<number, NumberInput>;
|
|
246
|
-
/**
|
|
247
|
-
* The padding between the arrow and the edges of the content.
|
|
248
|
-
*/
|
|
249
|
-
readonly arrowPadding: _angular_core.InputSignalWithTransform<number, NumberInput>;
|
|
250
|
-
/**
|
|
251
|
-
* When `true`, overrides the `side` and `align` preferences to prevent collisions with boundary edges.
|
|
252
|
-
*/
|
|
253
|
-
readonly avoidCollisions: _angular_core.InputSignalWithTransform<boolean, BooleanInput>;
|
|
254
|
-
/**
|
|
255
|
-
* The element used as the collision boundary.
|
|
256
|
-
*/
|
|
257
|
-
readonly collisionBoundary: _angular_core.InputSignal<ElementRef<HTMLElement> | ElementRef<HTMLElement>[] | undefined>;
|
|
258
|
-
/**
|
|
259
|
-
* The distance in pixels from the boundary edges where collision detection should occur.
|
|
260
|
-
*/
|
|
261
|
-
readonly collisionPadding: _angular_core.InputSignal<number | Partial<Record<"top" | "right" | "bottom" | "left", number>>>;
|
|
262
|
-
/**
|
|
263
|
-
* The sticky behavior on the `align` axis.
|
|
264
|
-
*/
|
|
265
|
-
readonly sticky: _angular_core.InputSignal<"partial" | "always">;
|
|
266
|
-
/**
|
|
267
|
-
* Whether to hide the content when the trigger becomes fully occluded.
|
|
268
|
-
*/
|
|
269
|
-
readonly hideWhenDetached: _angular_core.InputSignalWithTransform<boolean, BooleanInput>;
|
|
270
|
-
/**
|
|
271
|
-
* The CSS position strategy used by Floating UI.
|
|
272
|
-
*/
|
|
273
|
-
readonly positionStrategy: _angular_core.InputSignal<"fixed" | "absolute">;
|
|
274
|
-
/**
|
|
275
|
-
* Whether to update the position of the floating element on every animation frame if required.
|
|
276
|
-
*/
|
|
277
|
-
readonly updatePositionStrategy: _angular_core.InputSignal<"always" | "optimized">;
|
|
278
|
-
/**
|
|
279
|
-
* Emits when the element is placed.
|
|
280
|
-
*/
|
|
281
|
-
readonly placed: _angular_core.OutputRef<void>;
|
|
236
|
+
private readonly floatingContext;
|
|
237
|
+
private readonly registration;
|
|
238
|
+
private readonly containerRef;
|
|
282
239
|
/**
|
|
283
240
|
* Event handler called when the escape key is down. Can be prevented.
|
|
284
241
|
*/
|
|
285
|
-
readonly escapeKeyDown: _angular_core.
|
|
242
|
+
readonly escapeKeyDown: _angular_core.OutputEmitterRef<KeyboardEvent>;
|
|
286
243
|
/**
|
|
287
|
-
* Event handler called when a `pointerdown` event happens outside of the
|
|
244
|
+
* Event handler called when a `pointerdown` event happens outside of the popup. Can be prevented.
|
|
288
245
|
*/
|
|
289
|
-
readonly pointerDownOutside: _angular_core.
|
|
246
|
+
readonly pointerDownOutside: _angular_core.OutputEmitterRef<RdxOutsidePressDomEvent>;
|
|
290
247
|
private readonly triggerEl;
|
|
291
248
|
private readonly containerEl;
|
|
292
249
|
private readonly graceArea;
|
|
293
250
|
private readonly afterNextRender;
|
|
294
251
|
constructor();
|
|
295
252
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<RdxTooltipPositioner, never>;
|
|
296
|
-
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<RdxTooltipPositioner, "[rdxTooltipPositioner]", never, {
|
|
253
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<RdxTooltipPositioner, "[rdxTooltipPositioner]", never, {}, { "escapeKeyDown": "escapeKeyDown"; "pointerDownOutside": "pointerDownOutside"; }, never, never, true, [{ directive: typeof _radix_ng_primitives_core.RdxFloatingNodeRegistration; inputs: {}; outputs: {}; }]>;
|
|
297
254
|
}
|
|
298
255
|
|
|
299
256
|
type TooltipInstantController = {
|