@radix-ui/react-popover 0.1.7-rc.4 → 0.1.7-rc.40
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/dist/index.d.ts +18 -11
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +44 -18
- package/dist/index.js.map +1 -1
- package/dist/index.module.js +46 -20
- package/dist/index.module.js.map +1 -1
- package/package.json +14 -13
package/dist/index.d.ts
CHANGED
|
@@ -1,17 +1,23 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import * as PopperPrimitive from "@radix-ui/react-popper";
|
|
3
2
|
import { DismissableLayer } from "@radix-ui/react-dismissable-layer";
|
|
4
3
|
import { FocusScope } from "@radix-ui/react-focus-scope";
|
|
4
|
+
import * as PopperPrimitive from "@radix-ui/react-popper";
|
|
5
|
+
import { Portal as _Portal1 } from "@radix-ui/react-portal";
|
|
5
6
|
import * as Radix from "@radix-ui/react-primitive";
|
|
6
7
|
import { Primitive } from "@radix-ui/react-primitive";
|
|
7
8
|
import { RemoveScroll } from "react-remove-scroll";
|
|
8
9
|
export const createPopoverScope: import("@radix-ui/react-context").CreateScope;
|
|
10
|
+
type RemoveScrollProps = React.ComponentProps<typeof RemoveScroll>;
|
|
9
11
|
export interface PopoverProps {
|
|
10
12
|
children?: React.ReactNode;
|
|
11
13
|
open?: boolean;
|
|
12
14
|
defaultOpen?: boolean;
|
|
13
15
|
onOpenChange?: (open: boolean) => void;
|
|
14
16
|
modal?: boolean;
|
|
17
|
+
/**
|
|
18
|
+
* @see https://github.com/theKashey/react-remove-scroll#usage
|
|
19
|
+
*/
|
|
20
|
+
allowPinchZoom?: RemoveScrollProps['allowPinchZoom'];
|
|
15
21
|
}
|
|
16
22
|
export const Popover: React.FC<PopoverProps>;
|
|
17
23
|
type PopperAnchorProps = Radix.ComponentPropsWithoutRef<typeof PopperPrimitive.Anchor>;
|
|
@@ -22,6 +28,16 @@ type PrimitiveButtonProps = Radix.ComponentPropsWithoutRef<typeof Primitive.butt
|
|
|
22
28
|
export interface PopoverTriggerProps extends PrimitiveButtonProps {
|
|
23
29
|
}
|
|
24
30
|
export const PopoverTrigger: React.ForwardRefExoticComponent<PopoverTriggerProps & React.RefAttributes<HTMLButtonElement>>;
|
|
31
|
+
type PortalProps = React.ComponentPropsWithoutRef<typeof _Portal1>;
|
|
32
|
+
export interface PopoverPortalProps extends Omit<PortalProps, 'asChild'> {
|
|
33
|
+
children?: React.ReactNode;
|
|
34
|
+
/**
|
|
35
|
+
* Used to force mounting when more control is needed. Useful when
|
|
36
|
+
* controlling animation with React animation libraries.
|
|
37
|
+
*/
|
|
38
|
+
forceMount?: true;
|
|
39
|
+
}
|
|
40
|
+
export const PopoverPortal: React.FC<PopoverPortalProps>;
|
|
25
41
|
export interface PopoverContentProps extends PopoverContentTypeProps {
|
|
26
42
|
/**
|
|
27
43
|
* Used to force mounting when more control is needed. Useful when
|
|
@@ -30,17 +46,7 @@ export interface PopoverContentProps extends PopoverContentTypeProps {
|
|
|
30
46
|
forceMount?: true;
|
|
31
47
|
}
|
|
32
48
|
export const PopoverContent: React.ForwardRefExoticComponent<PopoverContentProps & React.RefAttributes<HTMLDivElement>>;
|
|
33
|
-
type RemoveScrollProps = React.ComponentProps<typeof RemoveScroll>;
|
|
34
49
|
interface PopoverContentTypeProps extends Omit<PopoverContentImplProps, 'trapFocus' | 'disableOutsidePointerEvents'> {
|
|
35
|
-
/**
|
|
36
|
-
* @see https://github.com/theKashey/react-remove-scroll#usage
|
|
37
|
-
*/
|
|
38
|
-
allowPinchZoom?: RemoveScrollProps['allowPinchZoom'];
|
|
39
|
-
/**
|
|
40
|
-
* Whether the `Popover` should render in a `Portal`
|
|
41
|
-
* (default: `true`)
|
|
42
|
-
*/
|
|
43
|
-
portalled?: boolean;
|
|
44
50
|
}
|
|
45
51
|
type FocusScopeProps = Radix.ComponentPropsWithoutRef<typeof FocusScope>;
|
|
46
52
|
type DismissableLayerProps = Radix.ComponentPropsWithoutRef<typeof DismissableLayer>;
|
|
@@ -72,6 +78,7 @@ export const PopoverArrow: React.ForwardRefExoticComponent<PopoverArrowProps & R
|
|
|
72
78
|
export const Root: React.FC<PopoverProps>;
|
|
73
79
|
export const Anchor: React.ForwardRefExoticComponent<PopoverAnchorProps & React.RefAttributes<HTMLDivElement>>;
|
|
74
80
|
export const Trigger: React.ForwardRefExoticComponent<PopoverTriggerProps & React.RefAttributes<HTMLButtonElement>>;
|
|
81
|
+
export const Portal: React.FC<PopoverPortalProps>;
|
|
75
82
|
export const Content: React.ForwardRefExoticComponent<PopoverContentProps & React.RefAttributes<HTMLDivElement>>;
|
|
76
83
|
export const Close: React.ForwardRefExoticComponent<PopoverCloseProps & React.RefAttributes<HTMLButtonElement>>;
|
|
77
84
|
export const Arrow: React.ForwardRefExoticComponent<PopoverArrowProps & React.RefAttributes<SVGSVGElement>>;
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"mappings":"
|
|
1
|
+
{"mappings":";;;;;;;;AA4BA,OAAA,yFAEE,CAAC;AAmBH,yBAAyB,MAAM,cAAc,CAAC,mBAAmB,CAAC,CAAC;AACnE;IACE,QAAQ,CAAC,EAAE,MAAM,SAAS,CAAC;IAC3B,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IACvC,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB;;OAEG;IACH,cAAc,CAAC,EAAE,iBAAiB,CAAC,gBAAgB,CAAC,CAAC;CACtD;AAED,OAAA,MAAM,SAAS,MAAM,EAAE,CAAC,YAAY,CAsCnC,CAAC;AAWF,yBAAyB,MAAM,wBAAwB,CAAC,OAAO,gBAAgB,MAAM,CAAC,CAAC;AACvF,mCAA6B,SAAQ,iBAAiB;CAAG;AAEzD,OAAA,MAAM,wGAcL,CAAC;AAWF,4BAA4B,MAAM,wBAAwB,CAAC,OAAO,UAAU,MAAM,CAAC,CAAC;AACpF,oCAA8B,SAAQ,oBAAoB;CAAG;AAE7D,OAAA,MAAM,6GA4BL,CAAC;AAeF,mBAAmB,MAAM,wBAAwB,CAAC,eAAsB,CAAC,CAAC;AAC1E,mCAA6B,SAAQ,IAAI,CAAC,WAAW,EAAE,SAAS,CAAC;IAC/D,QAAQ,CAAC,EAAE,MAAM,SAAS,CAAC;IAC3B;;;OAGG;IACH,UAAU,CAAC,EAAE,IAAI,CAAC;CACnB;AAED,OAAA,MAAM,eAAe,MAAM,EAAE,CAAC,kBAAkB,CAY/C,CAAC;AAUF,oCAA8B,SAAQ,uBAAuB;IAC3D;;;OAGG;IACH,UAAU,CAAC,EAAE,IAAI,CAAC;CACnB;AAED,OAAA,MAAM,0GAeL,CAAC;AAOF,iCACE,SAAQ,IAAI,CAAC,uBAAuB,EAAE,WAAW,GAAG,6BAA6B,CAAC;CAAG;AAiGvF,uBAAuB,MAAM,wBAAwB,CAAC,iBAAiB,CAAC,CAAC;AACzE,6BAA6B,MAAM,wBAAwB,CAAC,uBAAuB,CAAC,CAAC;AACrF,0BAA0B,MAAM,wBAAwB,CAAC,OAAO,gBAAgB,OAAO,CAAC,CAAC;AACzF,iCACE,SAAQ,kBAAkB,EACxB,IAAI,CAAC,qBAAqB,EAAE,WAAW,CAAC;IAC1C;;;OAGG;IACH,SAAS,CAAC,EAAE,eAAe,CAAC,SAAS,CAAC,CAAC;IAEvC;;;OAGG;IACH,eAAe,CAAC,EAAE,eAAe,CAAC,kBAAkB,CAAC,CAAC;IAEtD;;;OAGG;IACH,gBAAgB,CAAC,EAAE,eAAe,CAAC,oBAAoB,CAAC,CAAC;CAC1D;AAmED,kCAA4B,SAAQ,oBAAoB;CAAG;AAE3D,OAAA,MAAM,yGAaL,CAAC;AAWF,wBAAwB,MAAM,wBAAwB,CAAC,OAAO,gBAAgB,KAAK,CAAC,CAAC;AACrF,kCAA4B,SAAQ,gBAAgB;CAAG;AAEvD,OAAA,MAAM,qGAML,CAAC;AAUF,OAAA,MAAM,4BAAc,CAAC;AACrB,OAAA,MAAM,iGAAsB,CAAC;AAC7B,OAAA,MAAM,sGAAwB,CAAC;AAC/B,OAAA,MAAM,oCAAsB,CAAC;AAC7B,OAAA,MAAM,mGAAwB,CAAC;AAC/B,OAAA,MAAM,kGAAoB,CAAC;AAC3B,OAAA,MAAM,8FAAoB,CAAC","sources":["packages/react/popover/src/packages/react/popover/src/Popover.tsx","packages/react/popover/src/packages/react/popover/src/index.ts","packages/react/popover/src/index.ts"],"sourcesContent":[null,null,"export * from './Popover';\n"],"names":[],"version":3,"file":"index.d.ts.map"}
|
package/dist/index.js
CHANGED
|
@@ -3,17 +3,18 @@ var $aJPOC$react = require("react");
|
|
|
3
3
|
var $aJPOC$radixuiprimitive = require("@radix-ui/primitive");
|
|
4
4
|
var $aJPOC$radixuireactcomposerefs = require("@radix-ui/react-compose-refs");
|
|
5
5
|
var $aJPOC$radixuireactcontext = require("@radix-ui/react-context");
|
|
6
|
-
var $aJPOC$radixuireactusecontrollablestate = require("@radix-ui/react-use-controllable-state");
|
|
7
|
-
var $aJPOC$radixuireactpopper = require("@radix-ui/react-popper");
|
|
8
6
|
var $aJPOC$radixuireactdismissablelayer = require("@radix-ui/react-dismissable-layer");
|
|
7
|
+
var $aJPOC$radixuireactfocusguards = require("@radix-ui/react-focus-guards");
|
|
9
8
|
var $aJPOC$radixuireactfocusscope = require("@radix-ui/react-focus-scope");
|
|
9
|
+
var $aJPOC$radixuireactid = require("@radix-ui/react-id");
|
|
10
|
+
var $aJPOC$radixuireactpopper = require("@radix-ui/react-popper");
|
|
10
11
|
var $aJPOC$radixuireactportal = require("@radix-ui/react-portal");
|
|
11
|
-
var $aJPOC$radixuireactfocusguards = require("@radix-ui/react-focus-guards");
|
|
12
12
|
var $aJPOC$radixuireactpresence = require("@radix-ui/react-presence");
|
|
13
13
|
var $aJPOC$radixuireactprimitive = require("@radix-ui/react-primitive");
|
|
14
|
-
var $aJPOC$
|
|
15
|
-
var $aJPOC$
|
|
14
|
+
var $aJPOC$radixuireactslot = require("@radix-ui/react-slot");
|
|
15
|
+
var $aJPOC$radixuireactusecontrollablestate = require("@radix-ui/react-use-controllable-state");
|
|
16
16
|
var $aJPOC$ariahidden = require("aria-hidden");
|
|
17
|
+
var $aJPOC$reactremovescroll = require("react-remove-scroll");
|
|
17
18
|
|
|
18
19
|
function $parcel$exportWildcard(dest, source) {
|
|
19
20
|
Object.keys(source).forEach(function(key) {
|
|
@@ -43,12 +44,14 @@ $parcel$export($7d632c09314cddaf$exports, "createPopoverScope", () => $7d632c093
|
|
|
43
44
|
$parcel$export($7d632c09314cddaf$exports, "Popover", () => $7d632c09314cddaf$export$5b6b19405a83ff9d);
|
|
44
45
|
$parcel$export($7d632c09314cddaf$exports, "PopoverAnchor", () => $7d632c09314cddaf$export$96e5381f42521a79);
|
|
45
46
|
$parcel$export($7d632c09314cddaf$exports, "PopoverTrigger", () => $7d632c09314cddaf$export$7dacb05d26466c3);
|
|
47
|
+
$parcel$export($7d632c09314cddaf$exports, "PopoverPortal", () => $7d632c09314cddaf$export$dd679ffb4362d2d4);
|
|
46
48
|
$parcel$export($7d632c09314cddaf$exports, "PopoverContent", () => $7d632c09314cddaf$export$d7e1f420b25549ff);
|
|
47
49
|
$parcel$export($7d632c09314cddaf$exports, "PopoverClose", () => $7d632c09314cddaf$export$d6ac43ebaa40d53e);
|
|
48
50
|
$parcel$export($7d632c09314cddaf$exports, "PopoverArrow", () => $7d632c09314cddaf$export$3152841115e061b2);
|
|
49
51
|
$parcel$export($7d632c09314cddaf$exports, "Root", () => $7d632c09314cddaf$export$be92b6f5f03c0fe9);
|
|
50
52
|
$parcel$export($7d632c09314cddaf$exports, "Anchor", () => $7d632c09314cddaf$export$b688253958b8dfe7);
|
|
51
53
|
$parcel$export($7d632c09314cddaf$exports, "Trigger", () => $7d632c09314cddaf$export$41fb9f06171c75f4);
|
|
54
|
+
$parcel$export($7d632c09314cddaf$exports, "Portal", () => $7d632c09314cddaf$export$602eac185826482c);
|
|
52
55
|
$parcel$export($7d632c09314cddaf$exports, "Content", () => $7d632c09314cddaf$export$7c6e2c02157bb7d2);
|
|
53
56
|
$parcel$export($7d632c09314cddaf$exports, "Close", () => $7d632c09314cddaf$export$f39c2d165cd861fe);
|
|
54
57
|
$parcel$export($7d632c09314cddaf$exports, "Arrow", () => $7d632c09314cddaf$export$21b07c8f274aebd5);
|
|
@@ -69,6 +72,7 @@ $parcel$export($7d632c09314cddaf$exports, "Arrow", () => $7d632c09314cddaf$expor
|
|
|
69
72
|
|
|
70
73
|
|
|
71
74
|
|
|
75
|
+
|
|
72
76
|
/* -------------------------------------------------------------------------------------------------
|
|
73
77
|
* Popover
|
|
74
78
|
* -----------------------------------------------------------------------------------------------*/ const $7d632c09314cddaf$var$POPOVER_NAME = 'Popover';
|
|
@@ -78,7 +82,7 @@ const [$7d632c09314cddaf$var$createPopoverContext, $7d632c09314cddaf$export$c839
|
|
|
78
82
|
const $7d632c09314cddaf$var$usePopperScope = $aJPOC$radixuireactpopper.createPopperScope();
|
|
79
83
|
const [$7d632c09314cddaf$var$PopoverProvider, $7d632c09314cddaf$var$usePopoverContext] = $7d632c09314cddaf$var$createPopoverContext($7d632c09314cddaf$var$POPOVER_NAME);
|
|
80
84
|
const $7d632c09314cddaf$export$5b6b19405a83ff9d = (props)=>{
|
|
81
|
-
const { __scopePopover: __scopePopover , children: children , open: openProp , defaultOpen: defaultOpen , onOpenChange: onOpenChange , modal: modal = false } = props;
|
|
85
|
+
const { __scopePopover: __scopePopover , children: children , open: openProp , defaultOpen: defaultOpen , onOpenChange: onOpenChange , modal: modal = false , allowPinchZoom: allowPinchZoom } = props;
|
|
82
86
|
const popperScope = $7d632c09314cddaf$var$usePopperScope(__scopePopover);
|
|
83
87
|
const triggerRef = $aJPOC$react.useRef(null);
|
|
84
88
|
const [hasCustomAnchor, setHasCustomAnchor] = $aJPOC$react.useState(false);
|
|
@@ -103,7 +107,8 @@ const $7d632c09314cddaf$export$5b6b19405a83ff9d = (props)=>{
|
|
|
103
107
|
, []),
|
|
104
108
|
onCustomAnchorRemove: $aJPOC$react.useCallback(()=>setHasCustomAnchor(false)
|
|
105
109
|
, []),
|
|
106
|
-
modal: modal
|
|
110
|
+
modal: modal,
|
|
111
|
+
allowPinchZoom: allowPinchZoom
|
|
107
112
|
}, children));
|
|
108
113
|
};
|
|
109
114
|
/*#__PURE__*/ Object.assign($7d632c09314cddaf$export$5b6b19405a83ff9d, {
|
|
@@ -157,11 +162,34 @@ const $7d632c09314cddaf$export$7dacb05d26466c3 = /*#__PURE__*/ $aJPOC$react.forw
|
|
|
157
162
|
/*#__PURE__*/ Object.assign($7d632c09314cddaf$export$7dacb05d26466c3, {
|
|
158
163
|
displayName: $7d632c09314cddaf$var$TRIGGER_NAME
|
|
159
164
|
});
|
|
165
|
+
/* -------------------------------------------------------------------------------------------------
|
|
166
|
+
* PopoverPortal
|
|
167
|
+
* -----------------------------------------------------------------------------------------------*/ const $7d632c09314cddaf$var$PORTAL_NAME = 'PopoverPortal';
|
|
168
|
+
const [$7d632c09314cddaf$var$PortalProvider, $7d632c09314cddaf$var$usePortalContext] = $7d632c09314cddaf$var$createPopoverContext($7d632c09314cddaf$var$PORTAL_NAME, {
|
|
169
|
+
forceMount: undefined
|
|
170
|
+
});
|
|
171
|
+
const $7d632c09314cddaf$export$dd679ffb4362d2d4 = (props)=>{
|
|
172
|
+
const { __scopePopover: __scopePopover , forceMount: forceMount , children: children , container: container } = props;
|
|
173
|
+
const context = $7d632c09314cddaf$var$usePopoverContext($7d632c09314cddaf$var$PORTAL_NAME, __scopePopover);
|
|
174
|
+
return /*#__PURE__*/ $aJPOC$react.createElement($7d632c09314cddaf$var$PortalProvider, {
|
|
175
|
+
scope: __scopePopover,
|
|
176
|
+
forceMount: forceMount
|
|
177
|
+
}, /*#__PURE__*/ $aJPOC$react.createElement($aJPOC$radixuireactpresence.Presence, {
|
|
178
|
+
present: forceMount || context.open
|
|
179
|
+
}, /*#__PURE__*/ $aJPOC$react.createElement($aJPOC$radixuireactportal.Portal, {
|
|
180
|
+
asChild: true,
|
|
181
|
+
container: container
|
|
182
|
+
}, children)));
|
|
183
|
+
};
|
|
184
|
+
/*#__PURE__*/ Object.assign($7d632c09314cddaf$export$dd679ffb4362d2d4, {
|
|
185
|
+
displayName: $7d632c09314cddaf$var$PORTAL_NAME
|
|
186
|
+
});
|
|
160
187
|
/* -------------------------------------------------------------------------------------------------
|
|
161
188
|
* PopoverContent
|
|
162
189
|
* -----------------------------------------------------------------------------------------------*/ const $7d632c09314cddaf$var$CONTENT_NAME = 'PopoverContent';
|
|
163
190
|
const $7d632c09314cddaf$export$d7e1f420b25549ff = /*#__PURE__*/ $aJPOC$react.forwardRef((props, forwardedRef)=>{
|
|
164
|
-
const
|
|
191
|
+
const portalContext = $7d632c09314cddaf$var$usePortalContext($7d632c09314cddaf$var$CONTENT_NAME, props.__scopePopover);
|
|
192
|
+
const { forceMount: forceMount = portalContext.forceMount , ...contentProps } = props;
|
|
165
193
|
const context = $7d632c09314cddaf$var$usePopoverContext($7d632c09314cddaf$var$CONTENT_NAME, props.__scopePopover);
|
|
166
194
|
return /*#__PURE__*/ $aJPOC$react.createElement($aJPOC$radixuireactpresence.Presence, {
|
|
167
195
|
present: forceMount || context.open
|
|
@@ -175,7 +203,6 @@ const $7d632c09314cddaf$export$d7e1f420b25549ff = /*#__PURE__*/ $aJPOC$react.for
|
|
|
175
203
|
displayName: $7d632c09314cddaf$var$CONTENT_NAME
|
|
176
204
|
});
|
|
177
205
|
/* -----------------------------------------------------------------------------------------------*/ const $7d632c09314cddaf$var$PopoverContentModal = /*#__PURE__*/ $aJPOC$react.forwardRef((props, forwardedRef)=>{
|
|
178
|
-
const { allowPinchZoom: allowPinchZoom , portalled: portalled = true , ...contentModalProps } = props;
|
|
179
206
|
const context = $7d632c09314cddaf$var$usePopoverContext($7d632c09314cddaf$var$CONTENT_NAME, props.__scopePopover);
|
|
180
207
|
const contentRef = $aJPOC$react.useRef(null);
|
|
181
208
|
const composedRefs = $aJPOC$radixuireactcomposerefs.useComposedRefs(forwardedRef, contentRef);
|
|
@@ -184,10 +211,10 @@ const $7d632c09314cddaf$export$d7e1f420b25549ff = /*#__PURE__*/ $aJPOC$react.for
|
|
|
184
211
|
const content = contentRef.current;
|
|
185
212
|
if (content) return $aJPOC$ariahidden.hideOthers(content);
|
|
186
213
|
}, []);
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
allowPinchZoom: allowPinchZoom
|
|
190
|
-
}, /*#__PURE__*/ $aJPOC$react.createElement($7d632c09314cddaf$var$PopoverContentImpl, ($parcel$interopDefault($aJPOC$babelruntimehelpersextends))({},
|
|
214
|
+
return /*#__PURE__*/ $aJPOC$react.createElement($aJPOC$reactremovescroll.RemoveScroll, {
|
|
215
|
+
as: $aJPOC$radixuireactslot.Slot,
|
|
216
|
+
allowPinchZoom: context.allowPinchZoom
|
|
217
|
+
}, /*#__PURE__*/ $aJPOC$react.createElement($7d632c09314cddaf$var$PopoverContentImpl, ($parcel$interopDefault($aJPOC$babelruntimehelpersextends))({}, props, {
|
|
191
218
|
ref: composedRefs // we make sure we're not trapping once it's been closed
|
|
192
219
|
,
|
|
193
220
|
trapFocus: context.open,
|
|
@@ -210,14 +237,12 @@ const $7d632c09314cddaf$export$d7e1f420b25549ff = /*#__PURE__*/ $aJPOC$react.for
|
|
|
210
237
|
, {
|
|
211
238
|
checkForDefaultPrevented: false
|
|
212
239
|
})
|
|
213
|
-
})))
|
|
240
|
+
})));
|
|
214
241
|
});
|
|
215
242
|
const $7d632c09314cddaf$var$PopoverContentNonModal = /*#__PURE__*/ $aJPOC$react.forwardRef((props, forwardedRef)=>{
|
|
216
|
-
const { portalled: portalled = true , ...contentNonModalProps } = props;
|
|
217
243
|
const context = $7d632c09314cddaf$var$usePopoverContext($7d632c09314cddaf$var$CONTENT_NAME, props.__scopePopover);
|
|
218
244
|
const hasInteractedOutsideRef = $aJPOC$react.useRef(false);
|
|
219
|
-
|
|
220
|
-
return /*#__PURE__*/ $aJPOC$react.createElement(PortalWrapper, null, /*#__PURE__*/ $aJPOC$react.createElement($7d632c09314cddaf$var$PopoverContentImpl, ($parcel$interopDefault($aJPOC$babelruntimehelpersextends))({}, contentNonModalProps, {
|
|
245
|
+
return /*#__PURE__*/ $aJPOC$react.createElement($7d632c09314cddaf$var$PopoverContentImpl, ($parcel$interopDefault($aJPOC$babelruntimehelpersextends))({}, props, {
|
|
221
246
|
ref: forwardedRef,
|
|
222
247
|
trapFocus: false,
|
|
223
248
|
disableOutsidePointerEvents: false,
|
|
@@ -244,7 +269,7 @@ const $7d632c09314cddaf$var$PopoverContentNonModal = /*#__PURE__*/ $aJPOC$react.
|
|
|
244
269
|
const targetIsTrigger = (_context$triggerRef$c3 = context.triggerRef.current) === null || _context$triggerRef$c3 === void 0 ? void 0 : _context$triggerRef$c3.contains(target);
|
|
245
270
|
if (targetIsTrigger) event.preventDefault();
|
|
246
271
|
}
|
|
247
|
-
}))
|
|
272
|
+
}));
|
|
248
273
|
});
|
|
249
274
|
/* -----------------------------------------------------------------------------------------------*/ const $7d632c09314cddaf$var$PopoverContentImpl = /*#__PURE__*/ $aJPOC$react.forwardRef((props, forwardedRef)=>{
|
|
250
275
|
const { __scopePopover: __scopePopover , trapFocus: trapFocus , onOpenAutoFocus: onOpenAutoFocus , onCloseAutoFocus: onCloseAutoFocus , disableOutsidePointerEvents: disableOutsidePointerEvents , onEscapeKeyDown: onEscapeKeyDown , onPointerDownOutside: onPointerDownOutside , onFocusOutside: onFocusOutside , onInteractOutside: onInteractOutside , ...contentProps } = props;
|
|
@@ -315,6 +340,7 @@ const $7d632c09314cddaf$export$3152841115e061b2 = /*#__PURE__*/ $aJPOC$react.for
|
|
|
315
340
|
const $7d632c09314cddaf$export$be92b6f5f03c0fe9 = $7d632c09314cddaf$export$5b6b19405a83ff9d;
|
|
316
341
|
const $7d632c09314cddaf$export$b688253958b8dfe7 = $7d632c09314cddaf$export$96e5381f42521a79;
|
|
317
342
|
const $7d632c09314cddaf$export$41fb9f06171c75f4 = $7d632c09314cddaf$export$7dacb05d26466c3;
|
|
343
|
+
const $7d632c09314cddaf$export$602eac185826482c = $7d632c09314cddaf$export$dd679ffb4362d2d4;
|
|
318
344
|
const $7d632c09314cddaf$export$7c6e2c02157bb7d2 = $7d632c09314cddaf$export$d7e1f420b25549ff;
|
|
319
345
|
const $7d632c09314cddaf$export$f39c2d165cd861fe = $7d632c09314cddaf$export$d6ac43ebaa40d53e;
|
|
320
346
|
const $7d632c09314cddaf$export$21b07c8f274aebd5 = $7d632c09314cddaf$export$3152841115e061b2;
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"mappings":"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","sources":["packages/react/popover/src/index.ts","packages/react/popover/src/Popover.tsx"],"sourcesContent":["export * from './Popover';\n","import * as React from 'react';\nimport { composeEventHandlers } from '@radix-ui/primitive';\nimport { useComposedRefs } from '@radix-ui/react-compose-refs';\nimport { createContextScope } from '@radix-ui/react-context';\nimport { useControllableState } from '@radix-ui/react-use-controllable-state';\nimport * as PopperPrimitive from '@radix-ui/react-popper';\nimport { createPopperScope } from '@radix-ui/react-popper';\nimport { DismissableLayer } from '@radix-ui/react-dismissable-layer';\nimport { FocusScope } from '@radix-ui/react-focus-scope';\nimport { Portal } from '@radix-ui/react-portal';\nimport { useFocusGuards } from '@radix-ui/react-focus-guards';\nimport { Presence } from '@radix-ui/react-presence';\nimport { Primitive } from '@radix-ui/react-primitive';\nimport { useId } from '@radix-ui/react-id';\nimport { RemoveScroll } from 'react-remove-scroll';\nimport { hideOthers } from 'aria-hidden';\n\nimport type * as Radix from '@radix-ui/react-primitive';\nimport type { Scope } from '@radix-ui/react-context';\n\n/* -------------------------------------------------------------------------------------------------\n * Popover\n * -----------------------------------------------------------------------------------------------*/\n\nconst POPOVER_NAME = 'Popover';\n\ntype ScopedProps<P> = P & { __scopePopover?: Scope };\nconst [createPopoverContext, createPopoverScope] = createContextScope(POPOVER_NAME, [\n createPopperScope,\n]);\nconst usePopperScope = createPopperScope();\n\ntype PopoverContextValue = {\n triggerRef: React.RefObject<HTMLButtonElement>;\n contentId: string;\n open: boolean;\n onOpenChange(open: boolean): void;\n onOpenToggle(): void;\n hasCustomAnchor: boolean;\n onCustomAnchorAdd(): void;\n onCustomAnchorRemove(): void;\n modal: boolean;\n};\n\nconst [PopoverProvider, usePopoverContext] =\n createPopoverContext<PopoverContextValue>(POPOVER_NAME);\n\ninterface PopoverProps {\n children?: React.ReactNode;\n open?: boolean;\n defaultOpen?: boolean;\n onOpenChange?: (open: boolean) => void;\n modal?: boolean;\n}\n\nconst Popover: React.FC<PopoverProps> = (props: ScopedProps<PopoverProps>) => {\n const {\n __scopePopover,\n children,\n open: openProp,\n defaultOpen,\n onOpenChange,\n modal = false,\n } = props;\n const popperScope = usePopperScope(__scopePopover);\n const triggerRef = React.useRef<HTMLButtonElement>(null);\n const [hasCustomAnchor, setHasCustomAnchor] = React.useState(false);\n const [open = false, setOpen] = useControllableState({\n prop: openProp,\n defaultProp: defaultOpen,\n onChange: onOpenChange,\n });\n\n return (\n <PopperPrimitive.Root {...popperScope}>\n <PopoverProvider\n scope={__scopePopover}\n contentId={useId()}\n triggerRef={triggerRef}\n open={open}\n onOpenChange={setOpen}\n onOpenToggle={React.useCallback(() => setOpen((prevOpen) => !prevOpen), [setOpen])}\n hasCustomAnchor={hasCustomAnchor}\n onCustomAnchorAdd={React.useCallback(() => setHasCustomAnchor(true), [])}\n onCustomAnchorRemove={React.useCallback(() => setHasCustomAnchor(false), [])}\n modal={modal}\n >\n {children}\n </PopoverProvider>\n </PopperPrimitive.Root>\n );\n};\n\nPopover.displayName = POPOVER_NAME;\n\n/* -------------------------------------------------------------------------------------------------\n * PopoverAnchor\n * -----------------------------------------------------------------------------------------------*/\n\nconst ANCHOR_NAME = 'PopoverAnchor';\n\ntype PopoverAnchorElement = React.ElementRef<typeof PopperPrimitive.Anchor>;\ntype PopperAnchorProps = Radix.ComponentPropsWithoutRef<typeof PopperPrimitive.Anchor>;\ninterface PopoverAnchorProps extends PopperAnchorProps {}\n\nconst PopoverAnchor = React.forwardRef<PopoverAnchorElement, PopoverAnchorProps>(\n (props: ScopedProps<PopoverAnchorProps>, forwardedRef) => {\n const { __scopePopover, ...anchorProps } = props;\n const context = usePopoverContext(ANCHOR_NAME, __scopePopover);\n const popperScope = usePopperScope(__scopePopover);\n const { onCustomAnchorAdd, onCustomAnchorRemove } = context;\n\n React.useEffect(() => {\n onCustomAnchorAdd();\n return () => onCustomAnchorRemove();\n }, [onCustomAnchorAdd, onCustomAnchorRemove]);\n\n return <PopperPrimitive.Anchor {...popperScope} {...anchorProps} ref={forwardedRef} />;\n }\n);\n\nPopoverAnchor.displayName = ANCHOR_NAME;\n\n/* -------------------------------------------------------------------------------------------------\n * PopoverTrigger\n * -----------------------------------------------------------------------------------------------*/\n\nconst TRIGGER_NAME = 'PopoverTrigger';\n\ntype PopoverTriggerElement = React.ElementRef<typeof Primitive.button>;\ntype PrimitiveButtonProps = Radix.ComponentPropsWithoutRef<typeof Primitive.button>;\ninterface PopoverTriggerProps extends PrimitiveButtonProps {}\n\nconst PopoverTrigger = React.forwardRef<PopoverTriggerElement, PopoverTriggerProps>(\n (props: ScopedProps<PopoverTriggerProps>, forwardedRef) => {\n const { __scopePopover, ...triggerProps } = props;\n const context = usePopoverContext(TRIGGER_NAME, __scopePopover);\n const popperScope = usePopperScope(__scopePopover);\n const composedTriggerRef = useComposedRefs(forwardedRef, context.triggerRef);\n\n const trigger = (\n <Primitive.button\n type=\"button\"\n aria-haspopup=\"dialog\"\n aria-expanded={context.open}\n aria-controls={context.contentId}\n data-state={getState(context.open)}\n {...triggerProps}\n ref={composedTriggerRef}\n onClick={composeEventHandlers(props.onClick, context.onOpenToggle)}\n />\n );\n\n return context.hasCustomAnchor ? (\n trigger\n ) : (\n <PopperPrimitive.Anchor asChild {...popperScope}>\n {trigger}\n </PopperPrimitive.Anchor>\n );\n }\n);\n\nPopoverTrigger.displayName = TRIGGER_NAME;\n\n/* -------------------------------------------------------------------------------------------------\n * PopoverContent\n * -----------------------------------------------------------------------------------------------*/\n\nconst CONTENT_NAME = 'PopoverContent';\n\ninterface PopoverContentProps extends PopoverContentTypeProps {\n /**\n * Used to force mounting when more control is needed. Useful when\n * controlling animation with React animation libraries.\n */\n forceMount?: true;\n}\n\nconst PopoverContent = React.forwardRef<PopoverContentTypeElement, PopoverContentProps>(\n (props: ScopedProps<PopoverContentProps>, forwardedRef) => {\n const { forceMount, ...contentProps } = props;\n const context = usePopoverContext(CONTENT_NAME, props.__scopePopover);\n return (\n <Presence present={forceMount || context.open}>\n {context.modal ? (\n <PopoverContentModal {...contentProps} ref={forwardedRef} />\n ) : (\n <PopoverContentNonModal {...contentProps} ref={forwardedRef} />\n )}\n </Presence>\n );\n }\n);\n\nPopoverContent.displayName = CONTENT_NAME;\n\n/* -----------------------------------------------------------------------------------------------*/\n\ntype RemoveScrollProps = React.ComponentProps<typeof RemoveScroll>;\ntype PopoverContentTypeElement = PopoverContentImplElement;\ninterface PopoverContentTypeProps\n extends Omit<PopoverContentImplProps, 'trapFocus' | 'disableOutsidePointerEvents'> {\n /**\n * @see https://github.com/theKashey/react-remove-scroll#usage\n */\n allowPinchZoom?: RemoveScrollProps['allowPinchZoom'];\n /**\n * Whether the `Popover` should render in a `Portal`\n * (default: `true`)\n */\n portalled?: boolean;\n}\n\nconst PopoverContentModal = React.forwardRef<PopoverContentTypeElement, PopoverContentTypeProps>(\n (props: ScopedProps<PopoverContentTypeProps>, forwardedRef) => {\n const { allowPinchZoom, portalled = true, ...contentModalProps } = props;\n const context = usePopoverContext(CONTENT_NAME, props.__scopePopover);\n const contentRef = React.useRef<HTMLDivElement>(null);\n const composedRefs = useComposedRefs(forwardedRef, contentRef);\n const isRightClickOutsideRef = React.useRef(false);\n\n // aria-hide everything except the content (better supported equivalent to setting aria-modal)\n React.useEffect(() => {\n const content = contentRef.current;\n if (content) return hideOthers(content);\n }, []);\n\n const PortalWrapper = portalled ? Portal : React.Fragment;\n\n return (\n <PortalWrapper>\n <RemoveScroll allowPinchZoom={allowPinchZoom}>\n <PopoverContentImpl\n {...contentModalProps}\n ref={composedRefs}\n // we make sure we're not trapping once it's been closed\n // (closed !== unmounted when animating out)\n trapFocus={context.open}\n disableOutsidePointerEvents\n onCloseAutoFocus={composeEventHandlers(props.onCloseAutoFocus, (event) => {\n event.preventDefault();\n if (!isRightClickOutsideRef.current) context.triggerRef.current?.focus();\n })}\n onPointerDownOutside={composeEventHandlers(\n props.onPointerDownOutside,\n (event) => {\n const originalEvent = event.detail.originalEvent;\n const ctrlLeftClick = originalEvent.button === 0 && originalEvent.ctrlKey === true;\n const isRightClick = originalEvent.button === 2 || ctrlLeftClick;\n\n isRightClickOutsideRef.current = isRightClick;\n },\n { checkForDefaultPrevented: false }\n )}\n // When focus is trapped, a `focusout` event may still happen.\n // We make sure we don't trigger our `onDismiss` in such case.\n onFocusOutside={composeEventHandlers(\n props.onFocusOutside,\n (event) => event.preventDefault(),\n { checkForDefaultPrevented: false }\n )}\n />\n </RemoveScroll>\n </PortalWrapper>\n );\n }\n);\n\nconst PopoverContentNonModal = React.forwardRef<PopoverContentTypeElement, PopoverContentTypeProps>(\n (props: ScopedProps<PopoverContentTypeProps>, forwardedRef) => {\n const { portalled = true, ...contentNonModalProps } = props;\n const context = usePopoverContext(CONTENT_NAME, props.__scopePopover);\n const hasInteractedOutsideRef = React.useRef(false);\n\n const PortalWrapper = portalled ? Portal : React.Fragment;\n\n return (\n <PortalWrapper>\n <PopoverContentImpl\n {...contentNonModalProps}\n ref={forwardedRef}\n trapFocus={false}\n disableOutsidePointerEvents={false}\n onCloseAutoFocus={(event) => {\n props.onCloseAutoFocus?.(event);\n\n if (!event.defaultPrevented) {\n if (!hasInteractedOutsideRef.current) context.triggerRef.current?.focus();\n // Always prevent auto focus because we either focus manually or want user agent focus\n event.preventDefault();\n }\n\n hasInteractedOutsideRef.current = false;\n }}\n onInteractOutside={(event) => {\n props.onInteractOutside?.(event);\n\n if (!event.defaultPrevented) hasInteractedOutsideRef.current = true;\n\n // Prevent dismissing when clicking the trigger.\n // As the trigger is already setup to close, without doing so would\n // cause it to close and immediately open.\n //\n // We use `onInteractOutside` as some browsers also\n // focus on pointer down, creating the same issue.\n const target = event.target as HTMLElement;\n const targetIsTrigger = context.triggerRef.current?.contains(target);\n if (targetIsTrigger) event.preventDefault();\n }}\n />\n </PortalWrapper>\n );\n }\n);\n\n/* -----------------------------------------------------------------------------------------------*/\n\ntype PopoverContentImplElement = React.ElementRef<typeof PopperPrimitive.Content>;\ntype FocusScopeProps = Radix.ComponentPropsWithoutRef<typeof FocusScope>;\ntype DismissableLayerProps = Radix.ComponentPropsWithoutRef<typeof DismissableLayer>;\ntype PopperContentProps = Radix.ComponentPropsWithoutRef<typeof PopperPrimitive.Content>;\ninterface PopoverContentImplProps\n extends PopperContentProps,\n Omit<DismissableLayerProps, 'onDismiss'> {\n /**\n * Whether focus should be trapped within the `Popover`\n * (default: false)\n */\n trapFocus?: FocusScopeProps['trapped'];\n\n /**\n * Event handler called when auto-focusing on open.\n * Can be prevented.\n */\n onOpenAutoFocus?: FocusScopeProps['onMountAutoFocus'];\n\n /**\n * Event handler called when auto-focusing on close.\n * Can be prevented.\n */\n onCloseAutoFocus?: FocusScopeProps['onUnmountAutoFocus'];\n}\n\nconst PopoverContentImpl = React.forwardRef<PopoverContentImplElement, PopoverContentImplProps>(\n (props: ScopedProps<PopoverContentImplProps>, forwardedRef) => {\n const {\n __scopePopover,\n trapFocus,\n onOpenAutoFocus,\n onCloseAutoFocus,\n disableOutsidePointerEvents,\n onEscapeKeyDown,\n onPointerDownOutside,\n onFocusOutside,\n onInteractOutside,\n ...contentProps\n } = props;\n const context = usePopoverContext(CONTENT_NAME, __scopePopover);\n const popperScope = usePopperScope(__scopePopover);\n\n // Make sure the whole tree has focus guards as our `Popover` may be\n // the last element in the DOM (beacuse of the `Portal`)\n useFocusGuards();\n\n return (\n <FocusScope\n asChild\n loop\n trapped={trapFocus}\n onMountAutoFocus={onOpenAutoFocus}\n onUnmountAutoFocus={onCloseAutoFocus}\n >\n <DismissableLayer\n asChild\n disableOutsidePointerEvents={disableOutsidePointerEvents}\n onInteractOutside={onInteractOutside}\n onEscapeKeyDown={onEscapeKeyDown}\n onPointerDownOutside={onPointerDownOutside}\n onFocusOutside={onFocusOutside}\n onDismiss={() => context.onOpenChange(false)}\n >\n <PopperPrimitive.Content\n data-state={getState(context.open)}\n role=\"dialog\"\n id={context.contentId}\n {...popperScope}\n {...contentProps}\n ref={forwardedRef}\n style={{\n ...contentProps.style,\n // re-namespace exposed content custom property\n ['--radix-popover-content-transform-origin' as any]:\n 'var(--radix-popper-transform-origin)',\n }}\n />\n </DismissableLayer>\n </FocusScope>\n );\n }\n);\n\n/* -------------------------------------------------------------------------------------------------\n * PopoverClose\n * -----------------------------------------------------------------------------------------------*/\n\nconst CLOSE_NAME = 'PopoverClose';\n\ntype PopoverCloseElement = React.ElementRef<typeof Primitive.button>;\ninterface PopoverCloseProps extends PrimitiveButtonProps {}\n\nconst PopoverClose = React.forwardRef<PopoverCloseElement, PopoverCloseProps>(\n (props: ScopedProps<PopoverCloseProps>, forwardedRef) => {\n const { __scopePopover, ...closeProps } = props;\n const context = usePopoverContext(CLOSE_NAME, __scopePopover);\n return (\n <Primitive.button\n type=\"button\"\n {...closeProps}\n ref={forwardedRef}\n onClick={composeEventHandlers(props.onClick, () => context.onOpenChange(false))}\n />\n );\n }\n);\n\nPopoverClose.displayName = CLOSE_NAME;\n\n/* -------------------------------------------------------------------------------------------------\n * PopoverArrow\n * -----------------------------------------------------------------------------------------------*/\n\nconst ARROW_NAME = 'PopoverArrow';\n\ntype PopoverArrowElement = React.ElementRef<typeof PopperPrimitive.Arrow>;\ntype PopperArrowProps = Radix.ComponentPropsWithoutRef<typeof PopperPrimitive.Arrow>;\ninterface PopoverArrowProps extends PopperArrowProps {}\n\nconst PopoverArrow = React.forwardRef<PopoverArrowElement, PopoverArrowProps>(\n (props: ScopedProps<PopoverArrowProps>, forwardedRef) => {\n const { __scopePopover, ...arrowProps } = props;\n const popperScope = usePopperScope(__scopePopover);\n return <PopperPrimitive.Arrow {...popperScope} {...arrowProps} ref={forwardedRef} />;\n }\n);\n\nPopoverArrow.displayName = ARROW_NAME;\n\n/* -----------------------------------------------------------------------------------------------*/\n\nfunction getState(open: boolean) {\n return open ? 'open' : 'closed';\n}\n\nconst Root = Popover;\nconst Anchor = PopoverAnchor;\nconst Trigger = PopoverTrigger;\nconst Content = PopoverContent;\nconst Close = PopoverClose;\nconst Arrow = PopoverArrow;\n\nexport {\n createPopoverScope,\n //\n Popover,\n PopoverAnchor,\n PopoverTrigger,\n PopoverContent,\n PopoverClose,\n PopoverArrow,\n //\n Root,\n Anchor,\n Trigger,\n Content,\n Close,\n Arrow,\n};\nexport type {\n PopoverProps,\n PopoverAnchorProps,\n PopoverTriggerProps,\n PopoverContentProps,\n PopoverCloseProps,\n PopoverArrowProps,\n};\n"],"names":["React","composeEventHandlers","useComposedRefs","createContextScope","useControllableState","PopperPrimitive","createPopperScope","DismissableLayer","FocusScope","Portal","useFocusGuards","Presence","Primitive","useId","RemoveScroll","hideOthers","POPOVER_NAME","createPopoverContext","createPopoverScope","usePopperScope","PopoverProvider","usePopoverContext","Popover","props","__scopePopover","children","open","openProp","defaultOpen","onOpenChange","modal","popperScope","triggerRef","useRef","hasCustomAnchor","setHasCustomAnchor","useState","setOpen","prop","defaultProp","onChange","useCallback","prevOpen","ANCHOR_NAME","PopoverAnchor","forwardRef","forwardedRef","anchorProps","context","onCustomAnchorAdd","onCustomAnchorRemove","useEffect","TRIGGER_NAME","PopoverTrigger","triggerProps","composedTriggerRef","trigger","contentId","getState","onClick","onOpenToggle","CONTENT_NAME","PopoverContent","forceMount","contentProps","PopoverContentModal","allowPinchZoom","portalled","contentModalProps","contentRef","composedRefs","isRightClickOutsideRef","content","current","PortalWrapper","Fragment","onCloseAutoFocus","event","preventDefault","focus","onPointerDownOutside","originalEvent","detail","ctrlLeftClick","button","ctrlKey","isRightClick","checkForDefaultPrevented","onFocusOutside","PopoverContentNonModal","contentNonModalProps","hasInteractedOutsideRef","defaultPrevented","onInteractOutside","target","targetIsTrigger","contains","PopoverContentImpl","trapFocus","onOpenAutoFocus","disableOutsidePointerEvents","onEscapeKeyDown","style","CLOSE_NAME","PopoverClose","closeProps","ARROW_NAME","PopoverArrow","arrowProps","Root","Anchor","Trigger","Content","Close","Arrow"],"version":3,"file":"index.js.map"}
|
|
1
|
+
{"mappings":"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","sources":["packages/react/popover/src/index.ts","packages/react/popover/src/Popover.tsx"],"sourcesContent":["export * from './Popover';\n","import * as React from 'react';\nimport { composeEventHandlers } from '@radix-ui/primitive';\nimport { useComposedRefs } from '@radix-ui/react-compose-refs';\nimport { createContextScope } from '@radix-ui/react-context';\nimport { DismissableLayer } from '@radix-ui/react-dismissable-layer';\nimport { useFocusGuards } from '@radix-ui/react-focus-guards';\nimport { FocusScope } from '@radix-ui/react-focus-scope';\nimport { useId } from '@radix-ui/react-id';\nimport * as PopperPrimitive from '@radix-ui/react-popper';\nimport { createPopperScope } from '@radix-ui/react-popper';\nimport { Portal as PortalPrimitive } from '@radix-ui/react-portal';\nimport { Presence } from '@radix-ui/react-presence';\nimport { Primitive } from '@radix-ui/react-primitive';\nimport { Slot } from '@radix-ui/react-slot';\nimport { useControllableState } from '@radix-ui/react-use-controllable-state';\nimport { hideOthers } from 'aria-hidden';\nimport { RemoveScroll } from 'react-remove-scroll';\n\nimport type * as Radix from '@radix-ui/react-primitive';\nimport type { Scope } from '@radix-ui/react-context';\n\n/* -------------------------------------------------------------------------------------------------\n * Popover\n * -----------------------------------------------------------------------------------------------*/\n\nconst POPOVER_NAME = 'Popover';\n\ntype ScopedProps<P> = P & { __scopePopover?: Scope };\nconst [createPopoverContext, createPopoverScope] = createContextScope(POPOVER_NAME, [\n createPopperScope,\n]);\nconst usePopperScope = createPopperScope();\n\ntype PopoverContextValue = {\n triggerRef: React.RefObject<HTMLButtonElement>;\n contentId: string;\n open: boolean;\n onOpenChange(open: boolean): void;\n onOpenToggle(): void;\n hasCustomAnchor: boolean;\n onCustomAnchorAdd(): void;\n onCustomAnchorRemove(): void;\n modal: boolean;\n allowPinchZoom: PopoverProps['allowPinchZoom'];\n};\n\nconst [PopoverProvider, usePopoverContext] =\n createPopoverContext<PopoverContextValue>(POPOVER_NAME);\n\ntype RemoveScrollProps = React.ComponentProps<typeof RemoveScroll>;\ninterface PopoverProps {\n children?: React.ReactNode;\n open?: boolean;\n defaultOpen?: boolean;\n onOpenChange?: (open: boolean) => void;\n modal?: boolean;\n /**\n * @see https://github.com/theKashey/react-remove-scroll#usage\n */\n allowPinchZoom?: RemoveScrollProps['allowPinchZoom'];\n}\n\nconst Popover: React.FC<PopoverProps> = (props: ScopedProps<PopoverProps>) => {\n const {\n __scopePopover,\n children,\n open: openProp,\n defaultOpen,\n onOpenChange,\n modal = false,\n allowPinchZoom,\n } = props;\n const popperScope = usePopperScope(__scopePopover);\n const triggerRef = React.useRef<HTMLButtonElement>(null);\n const [hasCustomAnchor, setHasCustomAnchor] = React.useState(false);\n const [open = false, setOpen] = useControllableState({\n prop: openProp,\n defaultProp: defaultOpen,\n onChange: onOpenChange,\n });\n\n return (\n <PopperPrimitive.Root {...popperScope}>\n <PopoverProvider\n scope={__scopePopover}\n contentId={useId()}\n triggerRef={triggerRef}\n open={open}\n onOpenChange={setOpen}\n onOpenToggle={React.useCallback(() => setOpen((prevOpen) => !prevOpen), [setOpen])}\n hasCustomAnchor={hasCustomAnchor}\n onCustomAnchorAdd={React.useCallback(() => setHasCustomAnchor(true), [])}\n onCustomAnchorRemove={React.useCallback(() => setHasCustomAnchor(false), [])}\n modal={modal}\n allowPinchZoom={allowPinchZoom}\n >\n {children}\n </PopoverProvider>\n </PopperPrimitive.Root>\n );\n};\n\nPopover.displayName = POPOVER_NAME;\n\n/* -------------------------------------------------------------------------------------------------\n * PopoverAnchor\n * -----------------------------------------------------------------------------------------------*/\n\nconst ANCHOR_NAME = 'PopoverAnchor';\n\ntype PopoverAnchorElement = React.ElementRef<typeof PopperPrimitive.Anchor>;\ntype PopperAnchorProps = Radix.ComponentPropsWithoutRef<typeof PopperPrimitive.Anchor>;\ninterface PopoverAnchorProps extends PopperAnchorProps {}\n\nconst PopoverAnchor = React.forwardRef<PopoverAnchorElement, PopoverAnchorProps>(\n (props: ScopedProps<PopoverAnchorProps>, forwardedRef) => {\n const { __scopePopover, ...anchorProps } = props;\n const context = usePopoverContext(ANCHOR_NAME, __scopePopover);\n const popperScope = usePopperScope(__scopePopover);\n const { onCustomAnchorAdd, onCustomAnchorRemove } = context;\n\n React.useEffect(() => {\n onCustomAnchorAdd();\n return () => onCustomAnchorRemove();\n }, [onCustomAnchorAdd, onCustomAnchorRemove]);\n\n return <PopperPrimitive.Anchor {...popperScope} {...anchorProps} ref={forwardedRef} />;\n }\n);\n\nPopoverAnchor.displayName = ANCHOR_NAME;\n\n/* -------------------------------------------------------------------------------------------------\n * PopoverTrigger\n * -----------------------------------------------------------------------------------------------*/\n\nconst TRIGGER_NAME = 'PopoverTrigger';\n\ntype PopoverTriggerElement = React.ElementRef<typeof Primitive.button>;\ntype PrimitiveButtonProps = Radix.ComponentPropsWithoutRef<typeof Primitive.button>;\ninterface PopoverTriggerProps extends PrimitiveButtonProps {}\n\nconst PopoverTrigger = React.forwardRef<PopoverTriggerElement, PopoverTriggerProps>(\n (props: ScopedProps<PopoverTriggerProps>, forwardedRef) => {\n const { __scopePopover, ...triggerProps } = props;\n const context = usePopoverContext(TRIGGER_NAME, __scopePopover);\n const popperScope = usePopperScope(__scopePopover);\n const composedTriggerRef = useComposedRefs(forwardedRef, context.triggerRef);\n\n const trigger = (\n <Primitive.button\n type=\"button\"\n aria-haspopup=\"dialog\"\n aria-expanded={context.open}\n aria-controls={context.contentId}\n data-state={getState(context.open)}\n {...triggerProps}\n ref={composedTriggerRef}\n onClick={composeEventHandlers(props.onClick, context.onOpenToggle)}\n />\n );\n\n return context.hasCustomAnchor ? (\n trigger\n ) : (\n <PopperPrimitive.Anchor asChild {...popperScope}>\n {trigger}\n </PopperPrimitive.Anchor>\n );\n }\n);\n\nPopoverTrigger.displayName = TRIGGER_NAME;\n\n/* -------------------------------------------------------------------------------------------------\n * PopoverPortal\n * -----------------------------------------------------------------------------------------------*/\n\nconst PORTAL_NAME = 'PopoverPortal';\n\ntype PortalContextValue = { forceMount?: true };\nconst [PortalProvider, usePortalContext] = createPopoverContext<PortalContextValue>(PORTAL_NAME, {\n forceMount: undefined,\n});\n\ntype PortalProps = React.ComponentPropsWithoutRef<typeof PortalPrimitive>;\ninterface PopoverPortalProps extends Omit<PortalProps, 'asChild'> {\n children?: React.ReactNode;\n /**\n * Used to force mounting when more control is needed. Useful when\n * controlling animation with React animation libraries.\n */\n forceMount?: true;\n}\n\nconst PopoverPortal: React.FC<PopoverPortalProps> = (props: ScopedProps<PopoverPortalProps>) => {\n const { __scopePopover, forceMount, children, container } = props;\n const context = usePopoverContext(PORTAL_NAME, __scopePopover);\n return (\n <PortalProvider scope={__scopePopover} forceMount={forceMount}>\n <Presence present={forceMount || context.open}>\n <PortalPrimitive asChild container={container}>\n {children}\n </PortalPrimitive>\n </Presence>\n </PortalProvider>\n );\n};\n\nPopoverPortal.displayName = PORTAL_NAME;\n\n/* -------------------------------------------------------------------------------------------------\n * PopoverContent\n * -----------------------------------------------------------------------------------------------*/\n\nconst CONTENT_NAME = 'PopoverContent';\n\ninterface PopoverContentProps extends PopoverContentTypeProps {\n /**\n * Used to force mounting when more control is needed. Useful when\n * controlling animation with React animation libraries.\n */\n forceMount?: true;\n}\n\nconst PopoverContent = React.forwardRef<PopoverContentTypeElement, PopoverContentProps>(\n (props: ScopedProps<PopoverContentProps>, forwardedRef) => {\n const portalContext = usePortalContext(CONTENT_NAME, props.__scopePopover);\n const { forceMount = portalContext.forceMount, ...contentProps } = props;\n const context = usePopoverContext(CONTENT_NAME, props.__scopePopover);\n return (\n <Presence present={forceMount || context.open}>\n {context.modal ? (\n <PopoverContentModal {...contentProps} ref={forwardedRef} />\n ) : (\n <PopoverContentNonModal {...contentProps} ref={forwardedRef} />\n )}\n </Presence>\n );\n }\n);\n\nPopoverContent.displayName = CONTENT_NAME;\n\n/* -----------------------------------------------------------------------------------------------*/\n\ntype PopoverContentTypeElement = PopoverContentImplElement;\ninterface PopoverContentTypeProps\n extends Omit<PopoverContentImplProps, 'trapFocus' | 'disableOutsidePointerEvents'> {}\n\nconst PopoverContentModal = React.forwardRef<PopoverContentTypeElement, PopoverContentTypeProps>(\n (props: ScopedProps<PopoverContentTypeProps>, forwardedRef) => {\n const context = usePopoverContext(CONTENT_NAME, props.__scopePopover);\n const contentRef = React.useRef<HTMLDivElement>(null);\n const composedRefs = useComposedRefs(forwardedRef, contentRef);\n const isRightClickOutsideRef = React.useRef(false);\n\n // aria-hide everything except the content (better supported equivalent to setting aria-modal)\n React.useEffect(() => {\n const content = contentRef.current;\n if (content) return hideOthers(content);\n }, []);\n\n return (\n <RemoveScroll as={Slot} allowPinchZoom={context.allowPinchZoom}>\n <PopoverContentImpl\n {...props}\n ref={composedRefs}\n // we make sure we're not trapping once it's been closed\n // (closed !== unmounted when animating out)\n trapFocus={context.open}\n disableOutsidePointerEvents\n onCloseAutoFocus={composeEventHandlers(props.onCloseAutoFocus, (event) => {\n event.preventDefault();\n if (!isRightClickOutsideRef.current) context.triggerRef.current?.focus();\n })}\n onPointerDownOutside={composeEventHandlers(\n props.onPointerDownOutside,\n (event) => {\n const originalEvent = event.detail.originalEvent;\n const ctrlLeftClick = originalEvent.button === 0 && originalEvent.ctrlKey === true;\n const isRightClick = originalEvent.button === 2 || ctrlLeftClick;\n\n isRightClickOutsideRef.current = isRightClick;\n },\n { checkForDefaultPrevented: false }\n )}\n // When focus is trapped, a `focusout` event may still happen.\n // We make sure we don't trigger our `onDismiss` in such case.\n onFocusOutside={composeEventHandlers(\n props.onFocusOutside,\n (event) => event.preventDefault(),\n { checkForDefaultPrevented: false }\n )}\n />\n </RemoveScroll>\n );\n }\n);\n\nconst PopoverContentNonModal = React.forwardRef<PopoverContentTypeElement, PopoverContentTypeProps>(\n (props: ScopedProps<PopoverContentTypeProps>, forwardedRef) => {\n const context = usePopoverContext(CONTENT_NAME, props.__scopePopover);\n const hasInteractedOutsideRef = React.useRef(false);\n\n return (\n <PopoverContentImpl\n {...props}\n ref={forwardedRef}\n trapFocus={false}\n disableOutsidePointerEvents={false}\n onCloseAutoFocus={(event) => {\n props.onCloseAutoFocus?.(event);\n\n if (!event.defaultPrevented) {\n if (!hasInteractedOutsideRef.current) context.triggerRef.current?.focus();\n // Always prevent auto focus because we either focus manually or want user agent focus\n event.preventDefault();\n }\n\n hasInteractedOutsideRef.current = false;\n }}\n onInteractOutside={(event) => {\n props.onInteractOutside?.(event);\n\n if (!event.defaultPrevented) hasInteractedOutsideRef.current = true;\n\n // Prevent dismissing when clicking the trigger.\n // As the trigger is already setup to close, without doing so would\n // cause it to close and immediately open.\n //\n // We use `onInteractOutside` as some browsers also\n // focus on pointer down, creating the same issue.\n const target = event.target as HTMLElement;\n const targetIsTrigger = context.triggerRef.current?.contains(target);\n if (targetIsTrigger) event.preventDefault();\n }}\n />\n );\n }\n);\n\n/* -----------------------------------------------------------------------------------------------*/\n\ntype PopoverContentImplElement = React.ElementRef<typeof PopperPrimitive.Content>;\ntype FocusScopeProps = Radix.ComponentPropsWithoutRef<typeof FocusScope>;\ntype DismissableLayerProps = Radix.ComponentPropsWithoutRef<typeof DismissableLayer>;\ntype PopperContentProps = Radix.ComponentPropsWithoutRef<typeof PopperPrimitive.Content>;\ninterface PopoverContentImplProps\n extends PopperContentProps,\n Omit<DismissableLayerProps, 'onDismiss'> {\n /**\n * Whether focus should be trapped within the `Popover`\n * (default: false)\n */\n trapFocus?: FocusScopeProps['trapped'];\n\n /**\n * Event handler called when auto-focusing on open.\n * Can be prevented.\n */\n onOpenAutoFocus?: FocusScopeProps['onMountAutoFocus'];\n\n /**\n * Event handler called when auto-focusing on close.\n * Can be prevented.\n */\n onCloseAutoFocus?: FocusScopeProps['onUnmountAutoFocus'];\n}\n\nconst PopoverContentImpl = React.forwardRef<PopoverContentImplElement, PopoverContentImplProps>(\n (props: ScopedProps<PopoverContentImplProps>, forwardedRef) => {\n const {\n __scopePopover,\n trapFocus,\n onOpenAutoFocus,\n onCloseAutoFocus,\n disableOutsidePointerEvents,\n onEscapeKeyDown,\n onPointerDownOutside,\n onFocusOutside,\n onInteractOutside,\n ...contentProps\n } = props;\n const context = usePopoverContext(CONTENT_NAME, __scopePopover);\n const popperScope = usePopperScope(__scopePopover);\n\n // Make sure the whole tree has focus guards as our `Popover` may be\n // the last element in the DOM (beacuse of the `Portal`)\n useFocusGuards();\n\n return (\n <FocusScope\n asChild\n loop\n trapped={trapFocus}\n onMountAutoFocus={onOpenAutoFocus}\n onUnmountAutoFocus={onCloseAutoFocus}\n >\n <DismissableLayer\n asChild\n disableOutsidePointerEvents={disableOutsidePointerEvents}\n onInteractOutside={onInteractOutside}\n onEscapeKeyDown={onEscapeKeyDown}\n onPointerDownOutside={onPointerDownOutside}\n onFocusOutside={onFocusOutside}\n onDismiss={() => context.onOpenChange(false)}\n >\n <PopperPrimitive.Content\n data-state={getState(context.open)}\n role=\"dialog\"\n id={context.contentId}\n {...popperScope}\n {...contentProps}\n ref={forwardedRef}\n style={{\n ...contentProps.style,\n // re-namespace exposed content custom property\n ['--radix-popover-content-transform-origin' as any]:\n 'var(--radix-popper-transform-origin)',\n }}\n />\n </DismissableLayer>\n </FocusScope>\n );\n }\n);\n\n/* -------------------------------------------------------------------------------------------------\n * PopoverClose\n * -----------------------------------------------------------------------------------------------*/\n\nconst CLOSE_NAME = 'PopoverClose';\n\ntype PopoverCloseElement = React.ElementRef<typeof Primitive.button>;\ninterface PopoverCloseProps extends PrimitiveButtonProps {}\n\nconst PopoverClose = React.forwardRef<PopoverCloseElement, PopoverCloseProps>(\n (props: ScopedProps<PopoverCloseProps>, forwardedRef) => {\n const { __scopePopover, ...closeProps } = props;\n const context = usePopoverContext(CLOSE_NAME, __scopePopover);\n return (\n <Primitive.button\n type=\"button\"\n {...closeProps}\n ref={forwardedRef}\n onClick={composeEventHandlers(props.onClick, () => context.onOpenChange(false))}\n />\n );\n }\n);\n\nPopoverClose.displayName = CLOSE_NAME;\n\n/* -------------------------------------------------------------------------------------------------\n * PopoverArrow\n * -----------------------------------------------------------------------------------------------*/\n\nconst ARROW_NAME = 'PopoverArrow';\n\ntype PopoverArrowElement = React.ElementRef<typeof PopperPrimitive.Arrow>;\ntype PopperArrowProps = Radix.ComponentPropsWithoutRef<typeof PopperPrimitive.Arrow>;\ninterface PopoverArrowProps extends PopperArrowProps {}\n\nconst PopoverArrow = React.forwardRef<PopoverArrowElement, PopoverArrowProps>(\n (props: ScopedProps<PopoverArrowProps>, forwardedRef) => {\n const { __scopePopover, ...arrowProps } = props;\n const popperScope = usePopperScope(__scopePopover);\n return <PopperPrimitive.Arrow {...popperScope} {...arrowProps} ref={forwardedRef} />;\n }\n);\n\nPopoverArrow.displayName = ARROW_NAME;\n\n/* -----------------------------------------------------------------------------------------------*/\n\nfunction getState(open: boolean) {\n return open ? 'open' : 'closed';\n}\n\nconst Root = Popover;\nconst Anchor = PopoverAnchor;\nconst Trigger = PopoverTrigger;\nconst Portal = PopoverPortal;\nconst Content = PopoverContent;\nconst Close = PopoverClose;\nconst Arrow = PopoverArrow;\n\nexport {\n createPopoverScope,\n //\n Popover,\n PopoverAnchor,\n PopoverTrigger,\n PopoverPortal,\n PopoverContent,\n PopoverClose,\n PopoverArrow,\n //\n Root,\n Anchor,\n Trigger,\n Portal,\n Content,\n Close,\n Arrow,\n};\nexport type {\n PopoverProps,\n PopoverAnchorProps,\n PopoverTriggerProps,\n PopoverPortalProps,\n PopoverContentProps,\n PopoverCloseProps,\n PopoverArrowProps,\n};\n"],"names":["React","composeEventHandlers","useComposedRefs","createContextScope","DismissableLayer","useFocusGuards","FocusScope","useId","PopperPrimitive","createPopperScope","Portal","PortalPrimitive","Presence","Primitive","Slot","useControllableState","hideOthers","RemoveScroll","POPOVER_NAME","createPopoverContext","createPopoverScope","usePopperScope","PopoverProvider","usePopoverContext","Popover","props","__scopePopover","children","open","openProp","defaultOpen","onOpenChange","modal","allowPinchZoom","popperScope","triggerRef","useRef","hasCustomAnchor","setHasCustomAnchor","useState","setOpen","prop","defaultProp","onChange","useCallback","prevOpen","ANCHOR_NAME","PopoverAnchor","forwardRef","forwardedRef","anchorProps","context","onCustomAnchorAdd","onCustomAnchorRemove","useEffect","TRIGGER_NAME","PopoverTrigger","triggerProps","composedTriggerRef","trigger","contentId","getState","onClick","onOpenToggle","PORTAL_NAME","PortalProvider","usePortalContext","forceMount","undefined","PopoverPortal","container","CONTENT_NAME","PopoverContent","portalContext","contentProps","PopoverContentModal","contentRef","composedRefs","isRightClickOutsideRef","content","current","onCloseAutoFocus","event","preventDefault","focus","onPointerDownOutside","originalEvent","detail","ctrlLeftClick","button","ctrlKey","isRightClick","checkForDefaultPrevented","onFocusOutside","PopoverContentNonModal","hasInteractedOutsideRef","defaultPrevented","onInteractOutside","target","targetIsTrigger","contains","PopoverContentImpl","trapFocus","onOpenAutoFocus","disableOutsidePointerEvents","onEscapeKeyDown","style","CLOSE_NAME","PopoverClose","closeProps","ARROW_NAME","PopoverArrow","arrowProps","Root","Anchor","Trigger","Content","Close","Arrow"],"version":3,"file":"index.js.map"}
|
package/dist/index.module.js
CHANGED
|
@@ -1,19 +1,20 @@
|
|
|
1
1
|
import $am6gm$babelruntimehelpersesmextends from "@babel/runtime/helpers/esm/extends";
|
|
2
|
-
import {useRef as $am6gm$useRef, useState as $am6gm$useState, createElement as $am6gm$createElement, useCallback as $am6gm$useCallback, forwardRef as $am6gm$forwardRef, useEffect as $am6gm$useEffect
|
|
2
|
+
import {useRef as $am6gm$useRef, useState as $am6gm$useState, createElement as $am6gm$createElement, useCallback as $am6gm$useCallback, forwardRef as $am6gm$forwardRef, useEffect as $am6gm$useEffect} from "react";
|
|
3
3
|
import {composeEventHandlers as $am6gm$composeEventHandlers} from "@radix-ui/primitive";
|
|
4
4
|
import {useComposedRefs as $am6gm$useComposedRefs} from "@radix-ui/react-compose-refs";
|
|
5
5
|
import {createContextScope as $am6gm$createContextScope} from "@radix-ui/react-context";
|
|
6
|
-
import {useControllableState as $am6gm$useControllableState} from "@radix-ui/react-use-controllable-state";
|
|
7
|
-
import {createPopperScope as $am6gm$createPopperScope, Root as $am6gm$Root, Anchor as $am6gm$Anchor, Content as $am6gm$Content, Arrow as $am6gm$Arrow} from "@radix-ui/react-popper";
|
|
8
6
|
import {DismissableLayer as $am6gm$DismissableLayer} from "@radix-ui/react-dismissable-layer";
|
|
7
|
+
import {useFocusGuards as $am6gm$useFocusGuards} from "@radix-ui/react-focus-guards";
|
|
9
8
|
import {FocusScope as $am6gm$FocusScope} from "@radix-ui/react-focus-scope";
|
|
9
|
+
import {useId as $am6gm$useId} from "@radix-ui/react-id";
|
|
10
|
+
import {createPopperScope as $am6gm$createPopperScope, Root as $am6gm$Root, Anchor as $am6gm$Anchor, Content as $am6gm$Content, Arrow as $am6gm$Arrow} from "@radix-ui/react-popper";
|
|
10
11
|
import {Portal as $am6gm$Portal} from "@radix-ui/react-portal";
|
|
11
|
-
import {useFocusGuards as $am6gm$useFocusGuards} from "@radix-ui/react-focus-guards";
|
|
12
12
|
import {Presence as $am6gm$Presence} from "@radix-ui/react-presence";
|
|
13
13
|
import {Primitive as $am6gm$Primitive} from "@radix-ui/react-primitive";
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
14
|
+
import {Slot as $am6gm$Slot} from "@radix-ui/react-slot";
|
|
15
|
+
import {useControllableState as $am6gm$useControllableState} from "@radix-ui/react-use-controllable-state";
|
|
16
16
|
import {hideOthers as $am6gm$hideOthers} from "aria-hidden";
|
|
17
|
+
import {RemoveScroll as $am6gm$RemoveScroll} from "react-remove-scroll";
|
|
17
18
|
|
|
18
19
|
function $parcel$export(e, n, v, s) {
|
|
19
20
|
Object.defineProperty(e, n, {get: v, set: s, enumerable: true, configurable: true});
|
|
@@ -24,12 +25,14 @@ $parcel$export($cb5cc270b50c6fcd$exports, "createPopoverScope", () => $cb5cc270b
|
|
|
24
25
|
$parcel$export($cb5cc270b50c6fcd$exports, "Popover", () => $cb5cc270b50c6fcd$export$5b6b19405a83ff9d);
|
|
25
26
|
$parcel$export($cb5cc270b50c6fcd$exports, "PopoverAnchor", () => $cb5cc270b50c6fcd$export$96e5381f42521a79);
|
|
26
27
|
$parcel$export($cb5cc270b50c6fcd$exports, "PopoverTrigger", () => $cb5cc270b50c6fcd$export$7dacb05d26466c3);
|
|
28
|
+
$parcel$export($cb5cc270b50c6fcd$exports, "PopoverPortal", () => $cb5cc270b50c6fcd$export$dd679ffb4362d2d4);
|
|
27
29
|
$parcel$export($cb5cc270b50c6fcd$exports, "PopoverContent", () => $cb5cc270b50c6fcd$export$d7e1f420b25549ff);
|
|
28
30
|
$parcel$export($cb5cc270b50c6fcd$exports, "PopoverClose", () => $cb5cc270b50c6fcd$export$d6ac43ebaa40d53e);
|
|
29
31
|
$parcel$export($cb5cc270b50c6fcd$exports, "PopoverArrow", () => $cb5cc270b50c6fcd$export$3152841115e061b2);
|
|
30
32
|
$parcel$export($cb5cc270b50c6fcd$exports, "Root", () => $cb5cc270b50c6fcd$export$be92b6f5f03c0fe9);
|
|
31
33
|
$parcel$export($cb5cc270b50c6fcd$exports, "Anchor", () => $cb5cc270b50c6fcd$export$b688253958b8dfe7);
|
|
32
34
|
$parcel$export($cb5cc270b50c6fcd$exports, "Trigger", () => $cb5cc270b50c6fcd$export$41fb9f06171c75f4);
|
|
35
|
+
$parcel$export($cb5cc270b50c6fcd$exports, "Portal", () => $cb5cc270b50c6fcd$export$602eac185826482c);
|
|
33
36
|
$parcel$export($cb5cc270b50c6fcd$exports, "Content", () => $cb5cc270b50c6fcd$export$7c6e2c02157bb7d2);
|
|
34
37
|
$parcel$export($cb5cc270b50c6fcd$exports, "Close", () => $cb5cc270b50c6fcd$export$f39c2d165cd861fe);
|
|
35
38
|
$parcel$export($cb5cc270b50c6fcd$exports, "Arrow", () => $cb5cc270b50c6fcd$export$21b07c8f274aebd5);
|
|
@@ -50,6 +53,7 @@ $parcel$export($cb5cc270b50c6fcd$exports, "Arrow", () => $cb5cc270b50c6fcd$expor
|
|
|
50
53
|
|
|
51
54
|
|
|
52
55
|
|
|
56
|
+
|
|
53
57
|
/* -------------------------------------------------------------------------------------------------
|
|
54
58
|
* Popover
|
|
55
59
|
* -----------------------------------------------------------------------------------------------*/ const $cb5cc270b50c6fcd$var$POPOVER_NAME = 'Popover';
|
|
@@ -59,7 +63,7 @@ const [$cb5cc270b50c6fcd$var$createPopoverContext, $cb5cc270b50c6fcd$export$c839
|
|
|
59
63
|
const $cb5cc270b50c6fcd$var$usePopperScope = $am6gm$createPopperScope();
|
|
60
64
|
const [$cb5cc270b50c6fcd$var$PopoverProvider, $cb5cc270b50c6fcd$var$usePopoverContext] = $cb5cc270b50c6fcd$var$createPopoverContext($cb5cc270b50c6fcd$var$POPOVER_NAME);
|
|
61
65
|
const $cb5cc270b50c6fcd$export$5b6b19405a83ff9d = (props)=>{
|
|
62
|
-
const { __scopePopover: __scopePopover , children: children , open: openProp , defaultOpen: defaultOpen , onOpenChange: onOpenChange , modal: modal = false } = props;
|
|
66
|
+
const { __scopePopover: __scopePopover , children: children , open: openProp , defaultOpen: defaultOpen , onOpenChange: onOpenChange , modal: modal = false , allowPinchZoom: allowPinchZoom } = props;
|
|
63
67
|
const popperScope = $cb5cc270b50c6fcd$var$usePopperScope(__scopePopover);
|
|
64
68
|
const triggerRef = $am6gm$useRef(null);
|
|
65
69
|
const [hasCustomAnchor, setHasCustomAnchor] = $am6gm$useState(false);
|
|
@@ -84,7 +88,8 @@ const $cb5cc270b50c6fcd$export$5b6b19405a83ff9d = (props)=>{
|
|
|
84
88
|
, []),
|
|
85
89
|
onCustomAnchorRemove: $am6gm$useCallback(()=>setHasCustomAnchor(false)
|
|
86
90
|
, []),
|
|
87
|
-
modal: modal
|
|
91
|
+
modal: modal,
|
|
92
|
+
allowPinchZoom: allowPinchZoom
|
|
88
93
|
}, children));
|
|
89
94
|
};
|
|
90
95
|
/*#__PURE__*/ Object.assign($cb5cc270b50c6fcd$export$5b6b19405a83ff9d, {
|
|
@@ -138,11 +143,34 @@ const $cb5cc270b50c6fcd$export$7dacb05d26466c3 = /*#__PURE__*/ $am6gm$forwardRef
|
|
|
138
143
|
/*#__PURE__*/ Object.assign($cb5cc270b50c6fcd$export$7dacb05d26466c3, {
|
|
139
144
|
displayName: $cb5cc270b50c6fcd$var$TRIGGER_NAME
|
|
140
145
|
});
|
|
146
|
+
/* -------------------------------------------------------------------------------------------------
|
|
147
|
+
* PopoverPortal
|
|
148
|
+
* -----------------------------------------------------------------------------------------------*/ const $cb5cc270b50c6fcd$var$PORTAL_NAME = 'PopoverPortal';
|
|
149
|
+
const [$cb5cc270b50c6fcd$var$PortalProvider, $cb5cc270b50c6fcd$var$usePortalContext] = $cb5cc270b50c6fcd$var$createPopoverContext($cb5cc270b50c6fcd$var$PORTAL_NAME, {
|
|
150
|
+
forceMount: undefined
|
|
151
|
+
});
|
|
152
|
+
const $cb5cc270b50c6fcd$export$dd679ffb4362d2d4 = (props)=>{
|
|
153
|
+
const { __scopePopover: __scopePopover , forceMount: forceMount , children: children , container: container } = props;
|
|
154
|
+
const context = $cb5cc270b50c6fcd$var$usePopoverContext($cb5cc270b50c6fcd$var$PORTAL_NAME, __scopePopover);
|
|
155
|
+
return /*#__PURE__*/ $am6gm$createElement($cb5cc270b50c6fcd$var$PortalProvider, {
|
|
156
|
+
scope: __scopePopover,
|
|
157
|
+
forceMount: forceMount
|
|
158
|
+
}, /*#__PURE__*/ $am6gm$createElement($am6gm$Presence, {
|
|
159
|
+
present: forceMount || context.open
|
|
160
|
+
}, /*#__PURE__*/ $am6gm$createElement($am6gm$Portal, {
|
|
161
|
+
asChild: true,
|
|
162
|
+
container: container
|
|
163
|
+
}, children)));
|
|
164
|
+
};
|
|
165
|
+
/*#__PURE__*/ Object.assign($cb5cc270b50c6fcd$export$dd679ffb4362d2d4, {
|
|
166
|
+
displayName: $cb5cc270b50c6fcd$var$PORTAL_NAME
|
|
167
|
+
});
|
|
141
168
|
/* -------------------------------------------------------------------------------------------------
|
|
142
169
|
* PopoverContent
|
|
143
170
|
* -----------------------------------------------------------------------------------------------*/ const $cb5cc270b50c6fcd$var$CONTENT_NAME = 'PopoverContent';
|
|
144
171
|
const $cb5cc270b50c6fcd$export$d7e1f420b25549ff = /*#__PURE__*/ $am6gm$forwardRef((props, forwardedRef)=>{
|
|
145
|
-
const
|
|
172
|
+
const portalContext = $cb5cc270b50c6fcd$var$usePortalContext($cb5cc270b50c6fcd$var$CONTENT_NAME, props.__scopePopover);
|
|
173
|
+
const { forceMount: forceMount = portalContext.forceMount , ...contentProps } = props;
|
|
146
174
|
const context = $cb5cc270b50c6fcd$var$usePopoverContext($cb5cc270b50c6fcd$var$CONTENT_NAME, props.__scopePopover);
|
|
147
175
|
return /*#__PURE__*/ $am6gm$createElement($am6gm$Presence, {
|
|
148
176
|
present: forceMount || context.open
|
|
@@ -156,7 +184,6 @@ const $cb5cc270b50c6fcd$export$d7e1f420b25549ff = /*#__PURE__*/ $am6gm$forwardRe
|
|
|
156
184
|
displayName: $cb5cc270b50c6fcd$var$CONTENT_NAME
|
|
157
185
|
});
|
|
158
186
|
/* -----------------------------------------------------------------------------------------------*/ const $cb5cc270b50c6fcd$var$PopoverContentModal = /*#__PURE__*/ $am6gm$forwardRef((props, forwardedRef)=>{
|
|
159
|
-
const { allowPinchZoom: allowPinchZoom , portalled: portalled = true , ...contentModalProps } = props;
|
|
160
187
|
const context = $cb5cc270b50c6fcd$var$usePopoverContext($cb5cc270b50c6fcd$var$CONTENT_NAME, props.__scopePopover);
|
|
161
188
|
const contentRef = $am6gm$useRef(null);
|
|
162
189
|
const composedRefs = $am6gm$useComposedRefs(forwardedRef, contentRef);
|
|
@@ -165,10 +192,10 @@ const $cb5cc270b50c6fcd$export$d7e1f420b25549ff = /*#__PURE__*/ $am6gm$forwardRe
|
|
|
165
192
|
const content = contentRef.current;
|
|
166
193
|
if (content) return $am6gm$hideOthers(content);
|
|
167
194
|
}, []);
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
allowPinchZoom: allowPinchZoom
|
|
171
|
-
}, /*#__PURE__*/ $am6gm$createElement($cb5cc270b50c6fcd$var$PopoverContentImpl, $am6gm$babelruntimehelpersesmextends({},
|
|
195
|
+
return /*#__PURE__*/ $am6gm$createElement($am6gm$RemoveScroll, {
|
|
196
|
+
as: $am6gm$Slot,
|
|
197
|
+
allowPinchZoom: context.allowPinchZoom
|
|
198
|
+
}, /*#__PURE__*/ $am6gm$createElement($cb5cc270b50c6fcd$var$PopoverContentImpl, $am6gm$babelruntimehelpersesmextends({}, props, {
|
|
172
199
|
ref: composedRefs // we make sure we're not trapping once it's been closed
|
|
173
200
|
,
|
|
174
201
|
trapFocus: context.open,
|
|
@@ -191,14 +218,12 @@ const $cb5cc270b50c6fcd$export$d7e1f420b25549ff = /*#__PURE__*/ $am6gm$forwardRe
|
|
|
191
218
|
, {
|
|
192
219
|
checkForDefaultPrevented: false
|
|
193
220
|
})
|
|
194
|
-
})))
|
|
221
|
+
})));
|
|
195
222
|
});
|
|
196
223
|
const $cb5cc270b50c6fcd$var$PopoverContentNonModal = /*#__PURE__*/ $am6gm$forwardRef((props, forwardedRef)=>{
|
|
197
|
-
const { portalled: portalled = true , ...contentNonModalProps } = props;
|
|
198
224
|
const context = $cb5cc270b50c6fcd$var$usePopoverContext($cb5cc270b50c6fcd$var$CONTENT_NAME, props.__scopePopover);
|
|
199
225
|
const hasInteractedOutsideRef = $am6gm$useRef(false);
|
|
200
|
-
|
|
201
|
-
return /*#__PURE__*/ $am6gm$createElement(PortalWrapper, null, /*#__PURE__*/ $am6gm$createElement($cb5cc270b50c6fcd$var$PopoverContentImpl, $am6gm$babelruntimehelpersesmextends({}, contentNonModalProps, {
|
|
226
|
+
return /*#__PURE__*/ $am6gm$createElement($cb5cc270b50c6fcd$var$PopoverContentImpl, $am6gm$babelruntimehelpersesmextends({}, props, {
|
|
202
227
|
ref: forwardedRef,
|
|
203
228
|
trapFocus: false,
|
|
204
229
|
disableOutsidePointerEvents: false,
|
|
@@ -225,7 +250,7 @@ const $cb5cc270b50c6fcd$var$PopoverContentNonModal = /*#__PURE__*/ $am6gm$forwar
|
|
|
225
250
|
const targetIsTrigger = (_context$triggerRef$c3 = context.triggerRef.current) === null || _context$triggerRef$c3 === void 0 ? void 0 : _context$triggerRef$c3.contains(target);
|
|
226
251
|
if (targetIsTrigger) event.preventDefault();
|
|
227
252
|
}
|
|
228
|
-
}))
|
|
253
|
+
}));
|
|
229
254
|
});
|
|
230
255
|
/* -----------------------------------------------------------------------------------------------*/ const $cb5cc270b50c6fcd$var$PopoverContentImpl = /*#__PURE__*/ $am6gm$forwardRef((props, forwardedRef)=>{
|
|
231
256
|
const { __scopePopover: __scopePopover , trapFocus: trapFocus , onOpenAutoFocus: onOpenAutoFocus , onCloseAutoFocus: onCloseAutoFocus , disableOutsidePointerEvents: disableOutsidePointerEvents , onEscapeKeyDown: onEscapeKeyDown , onPointerDownOutside: onPointerDownOutside , onFocusOutside: onFocusOutside , onInteractOutside: onInteractOutside , ...contentProps } = props;
|
|
@@ -296,6 +321,7 @@ const $cb5cc270b50c6fcd$export$3152841115e061b2 = /*#__PURE__*/ $am6gm$forwardRe
|
|
|
296
321
|
const $cb5cc270b50c6fcd$export$be92b6f5f03c0fe9 = $cb5cc270b50c6fcd$export$5b6b19405a83ff9d;
|
|
297
322
|
const $cb5cc270b50c6fcd$export$b688253958b8dfe7 = $cb5cc270b50c6fcd$export$96e5381f42521a79;
|
|
298
323
|
const $cb5cc270b50c6fcd$export$41fb9f06171c75f4 = $cb5cc270b50c6fcd$export$7dacb05d26466c3;
|
|
324
|
+
const $cb5cc270b50c6fcd$export$602eac185826482c = $cb5cc270b50c6fcd$export$dd679ffb4362d2d4;
|
|
299
325
|
const $cb5cc270b50c6fcd$export$7c6e2c02157bb7d2 = $cb5cc270b50c6fcd$export$d7e1f420b25549ff;
|
|
300
326
|
const $cb5cc270b50c6fcd$export$f39c2d165cd861fe = $cb5cc270b50c6fcd$export$d6ac43ebaa40d53e;
|
|
301
327
|
const $cb5cc270b50c6fcd$export$21b07c8f274aebd5 = $cb5cc270b50c6fcd$export$3152841115e061b2;
|
|
@@ -303,5 +329,5 @@ const $cb5cc270b50c6fcd$export$21b07c8f274aebd5 = $cb5cc270b50c6fcd$export$31528
|
|
|
303
329
|
|
|
304
330
|
|
|
305
331
|
|
|
306
|
-
export {$cb5cc270b50c6fcd$export$c8393c9e73286932 as createPopoverScope, $cb5cc270b50c6fcd$export$5b6b19405a83ff9d as Popover, $cb5cc270b50c6fcd$export$96e5381f42521a79 as PopoverAnchor, $cb5cc270b50c6fcd$export$7dacb05d26466c3 as PopoverTrigger, $cb5cc270b50c6fcd$export$d7e1f420b25549ff as PopoverContent, $cb5cc270b50c6fcd$export$d6ac43ebaa40d53e as PopoverClose, $cb5cc270b50c6fcd$export$3152841115e061b2 as PopoverArrow, $cb5cc270b50c6fcd$export$be92b6f5f03c0fe9 as Root, $cb5cc270b50c6fcd$export$b688253958b8dfe7 as Anchor, $cb5cc270b50c6fcd$export$41fb9f06171c75f4 as Trigger, $cb5cc270b50c6fcd$export$7c6e2c02157bb7d2 as Content, $cb5cc270b50c6fcd$export$f39c2d165cd861fe as Close, $cb5cc270b50c6fcd$export$21b07c8f274aebd5 as Arrow};
|
|
332
|
+
export {$cb5cc270b50c6fcd$export$c8393c9e73286932 as createPopoverScope, $cb5cc270b50c6fcd$export$5b6b19405a83ff9d as Popover, $cb5cc270b50c6fcd$export$96e5381f42521a79 as PopoverAnchor, $cb5cc270b50c6fcd$export$7dacb05d26466c3 as PopoverTrigger, $cb5cc270b50c6fcd$export$dd679ffb4362d2d4 as PopoverPortal, $cb5cc270b50c6fcd$export$d7e1f420b25549ff as PopoverContent, $cb5cc270b50c6fcd$export$d6ac43ebaa40d53e as PopoverClose, $cb5cc270b50c6fcd$export$3152841115e061b2 as PopoverArrow, $cb5cc270b50c6fcd$export$be92b6f5f03c0fe9 as Root, $cb5cc270b50c6fcd$export$b688253958b8dfe7 as Anchor, $cb5cc270b50c6fcd$export$41fb9f06171c75f4 as Trigger, $cb5cc270b50c6fcd$export$602eac185826482c as Portal, $cb5cc270b50c6fcd$export$7c6e2c02157bb7d2 as Content, $cb5cc270b50c6fcd$export$f39c2d165cd861fe as Close, $cb5cc270b50c6fcd$export$21b07c8f274aebd5 as Arrow};
|
|
307
333
|
//# sourceMappingURL=index.module.js.map
|
package/dist/index.module.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;A;;;;;;;;;;;;;;;;;ACoBA;;oGAEA,CAEA,MAAMgB,kCAAY,GAAG,SAArB,AAAA;AAGA,MAAM,CAACC,0CAAD,EAAuBC,yCAAvB,CAAA,GAA6Cf,yBAAkB,CAACa,kCAAD,EAAe;IAClFV,wBADkF;CAAf,CAArE,AAAA;AAGA,MAAMa,oCAAc,GAAGb,wBAAiB,EAAxC,AAAA;AAcA,MAAM,CAACc,qCAAD,EAAkBC,uCAAlB,CAAA,GACJJ,0CAAoB,CAAsBD,kCAAtB,CADtB,AAAA;AAWA,MAAMM,yCAA+B,GAAIC,CAAAA,KAAD,GAAsC;IAC5E,MAAM,E,gBACJC,cADI,CAAA,E,UAEJC,QAFI,CAAA,EAGJC,IAAI,EAAEC,QAHF,CAAA,E,aAIJC,WAJI,CAAA,E,cAKJC,YALI,CAAA,SAMJC,KAAK,GAAG,KAARA,GANI,GAOFP,KAPJ,AAAM;IAQN,MAAMQ,WAAW,GAAGZ,oCAAc,CAACK,cAAD,CAAlC,AAAA;IACA,MAAMQ,UAAU,GAAGhC,aAAA,CAAgC,IAAhC,CAAnB,AAAA;IACA,MAAM,CAACkC,eAAD,EAAkBC,kBAAlB,CAAA,GAAwCnC,eAAA,CAAe,KAAf,CAA9C,AAAA;IACA,MAAM,CAAC0B,IAAI,GAAG,KAAR,EAAeW,OAAf,CAAA,GAA0BjC,2BAAoB,CAAC;QACnDkC,IAAI,EAAEX,QAD6C;QAEnDY,WAAW,EAAEX,WAFsC;QAGnDY,QAAQ,EAAEX,YAAVW;KAHkD,CAApD,AAAqD;IAMrD,OAAA,aACE,CAAA,oBAAA,CAAC,WAAD,EAA0BT,WAA1B,EAAA,aACE,CAAA,oBAAA,CAAC,qCAAD,EAFJ;QAGM,KAAK,EAAEP,cADT;QAEE,SAAS,EAAEX,YAAK,EAFlB;QAGE,UAAU,EAAEmB,UAHd;QAIE,IAAI,EAAEN,IAJR;QAKE,YAAY,EAAEW,OALhB;QAME,YAAY,EAAErC,kBAAA,CAAkB,IAAMqC,OAAO,CAAEK,CAAAA,QAAD,GAAc,CAACA,QAAhB;YAAA,CAA/B;QAAA,EAA0D;YAACL,OAAD;SAA1D,CANhB;QAOE,eAAe,EAAEH,eAPnB;QAQE,iBAAiB,EAAElC,kBAAA,CAAkB,IAAMmC,kBAAkB,CAAC,IAAD,CAA1C;QAAA,EAAkD,EAAlD,CARrB;QASE,oBAAoB,EAAEnC,kBAAA,CAAkB,IAAMmC,kBAAkB,CAAC,KAAD,CAA1C;QAAA,EAAmD,EAAnD,CATxB;QAUE,KAAK,EAAEL,KAAP;KAVF,EAYGL,QAZH,CADF,CADF,CAEI;CApBN,AAoCC;AAED,aAAA,CAAA,MAAA,CAAA,MAAA,CAAA,yCAAA,EAAA;IAAA,WAAA,EAAA,kCAAA;CAAA,CAAA,CAAA;AAEA;;oGAEA,CAEA,MAAMkB,iCAAW,GAAG,eAApB,AAAA;AAMA,MAAMC,yCAAa,GAAA,aAAG5C,CAAAA,iBAAA,CACpB,CAACuB,KAAD,EAAyCuB,YAAzC,GAA0D;IACxD,MAAM,E,gBAAEtB,cAAF,CAAA,EAAkB,GAAGuB,WAAH,EAAlB,GAAqCxB,KAA3C,AAAM;IACN,MAAMyB,OAAO,GAAG3B,uCAAiB,CAACsB,iCAAD,EAAcnB,cAAd,CAAjC,AAAA;IACA,MAAMO,WAAW,GAAGZ,oCAAc,CAACK,cAAD,CAAlC,AAAA;IACA,MAAM,E,mBAAEyB,iBAAF,CAAA,E,sBAAqBC,oBAAAA,CAAAA,EAArB,GAA8CF,OAApD,AAAM;IAENhD,gBAAA,CAAgB,IAAM;QACpBiD,iBAAiB,EAAjBA,CAAAA;QACA,OAAO,IAAMC,oBAAoB,EAAjC;QAAA,CAAA;KAFF,EAGG;QAACD,iBAAD;QAAoBC,oBAApB;KAHH,CAGC,CAAA;IAED,OAAA,aAAO,CAAA,oBAAA,CAAC,aAAD,EAAA,oCAAA,CAAA,EAAA,EAA4BnB,WAA5B,EAA6CgB,WAA7C,EAAP;QAAiE,GAAG,EAAED,YAAL;KAA1D,CAAA,CAAP,CAAO;CAZW,CAAtB,AAaG;AAGH,aAAA,CAAA,MAAA,CAAA,MAAA,CAAA,yCAAA,EAAA;IAAA,WAAA,EAAA,iCAAA;CAAA,CAAA,CAAA;AAEA;;oGAEA,CAEA,MAAMM,kCAAY,GAAG,gBAArB,AAAA;AAMA,MAAMC,wCAAc,GAAA,aAAGrD,CAAAA,iBAAA,CACrB,CAACuB,KAAD,EAA0CuB,YAA1C,GAA2D;IACzD,MAAM,E,gBAAEtB,cAAF,CAAA,EAAkB,GAAG8B,YAAH,EAAlB,GAAsC/B,KAA5C,AAAM;IACN,MAAMyB,OAAO,GAAG3B,uCAAiB,CAAC+B,kCAAD,EAAe5B,cAAf,CAAjC,AAAA;IACA,MAAMO,WAAW,GAAGZ,oCAAc,CAACK,cAAD,CAAlC,AAAA;IACA,MAAM+B,kBAAkB,GAAGrD,sBAAe,CAAC4C,YAAD,EAAeE,OAAO,CAAChB,UAAvB,CAA1C,AAAA;IAEA,MAAMwB,OAAO,GAAA,aACX,CAAA,oBAAA,CAAC,gBAAD,CAAW,MAAX,EADF,oCAAA,CAAA;QAEI,IAAI,EAAC,QADP;QAEE,eAAA,EAAc,QAFhB;QAGE,eAAA,EAAeR,OAAO,CAACtB,IAHzB;QAIE,eAAA,EAAesB,OAAO,CAACS,SAJzB;QAKE,YAAA,EAAYC,8BAAQ,CAACV,OAAO,CAACtB,IAAT,CAApB;KALF,EAMM4B,YANN,EAAA;QAOE,GAAG,EAAEC,kBAPP;QAQE,OAAO,EAAEtD,2BAAoB,CAACsB,KAAK,CAACoC,OAAP,EAAgBX,OAAO,CAACY,YAAxB,CAA7B;KARF,CAAA,CADF,AACE;IAYF,OAAOZ,OAAO,CAACd,eAAR,GACLsB,OADK,GAAA,aAGL,CAAA,oBAAA,CAAC,aAAD,EAHF,oCAAA,CAAA;QAG0B,OAAO,EAAP,IAAA;KAAxB,EAAoCzB,WAApC,CAAA,EACGyB,OADH,CAHF,CAGE;CAvBiB,CAAvB,AA2BG;AAGH,aAAA,CAAA,MAAA,CAAA,MAAA,CAAA,wCAAA,EAAA;IAAA,WAAA,EAAA,kCAAA;CAAA,CAAA,CAAA;AAEA;;oGAEA,CAEA,MAAMK,kCAAY,GAAG,gBAArB,AAAA;AAUA,MAAMC,yCAAc,GAAA,aAAG9D,CAAAA,iBAAA,CACrB,CAACuB,KAAD,EAA0CuB,YAA1C,GAA2D;IACzD,MAAM,E,YAAEiB,UAAF,CAAA,EAAc,GAAGC,YAAH,EAAd,GAAkCzC,KAAxC,AAAM;IACN,MAAMyB,OAAO,GAAG3B,uCAAiB,CAACwC,kCAAD,EAAetC,KAAK,CAACC,cAArB,CAAjC,AAAA;IACA,OAAA,aACE,CAAA,oBAAA,CAAC,eAAD,EADF;QACY,OAAO,EAAEuC,UAAU,IAAIf,OAAO,CAACtB,IAA/B;KAAV,EACGsB,OAAO,CAAClB,KAAR,GAAA,aACC,CAAA,oBAAA,CAAC,yCAAD,EAAA,oCAAA,CAAA,EAAA,EAAyBkC,YAAzB,EAFJ;QAE2C,GAAG,EAAElB,YAAL;KAAvC,CAAA,CADD,GAAA,aAGC,CAAA,oBAAA,CAAC,4CAAD,EAAA,oCAAA,CAAA,EAAA,EAA4BkB,YAA5B,EAFA;QAE0C,GAAG,EAAElB,YAAL;KAA1C,CAAA,CAJJ,CADF,CAKM;CATa,CAAvB,AAaG;AAGH,aAAA,CAAA,MAAA,CAAA,MAAA,CAAA,yCAAA,EAAA;IAAA,WAAA,EAAA,kCAAA;CAAA,CAAA,CAAA;AAEA,oGAAA,CAiBA,MAAMmB,yCAAmB,GAAA,aAAGjE,CAAAA,iBAAA,CAC1B,CAACuB,KAAD,EAA8CuB,YAA9C,GAA+D;IAC7D,MAAM,E,gBAAEoB,cAAF,CAAA,aAAkBC,SAAS,GAAG,IAA9B,GAAoC,GAAGC,iBAAH,EAApC,GAA6D7C,KAAnE,AAAM;IACN,MAAMyB,OAAO,GAAG3B,uCAAiB,CAACwC,kCAAD,EAAetC,KAAK,CAACC,cAArB,CAAjC,AAAA;IACA,MAAM6C,UAAU,GAAGrE,aAAA,CAA6B,IAA7B,CAAnB,AAAA;IACA,MAAMsE,YAAY,GAAGpE,sBAAe,CAAC4C,YAAD,EAAeuB,UAAf,CAApC,AAAA;IACA,MAAME,sBAAsB,GAAGvE,aAAA,CAAa,KAAb,CAA/B,AAL6D,EAO7D,8FAFA;IAGAA,gBAAA,CAAgB,IAAM;QACpB,MAAMwE,OAAO,GAAGH,UAAU,CAACI,OAA3B,AAAA;QACA,IAAID,OAAJ,EAAa,OAAOzD,iBAAU,CAACyD,OAAD,CAAjB,CAAb;KAFF,EAGG,EAHH,CAGC,CAAA;IAED,MAAME,aAAa,GAAGP,SAAS,GAAG1D,aAAH,GAAYT,eAA3C,AAAA;IAEA,OAAA,aACE,CAAA,oBAAA,CAAC,aAAD,EAAA,IAAA,EAAA,aACE,CAAA,oBAAA,CAAC,mBAAD,EAFJ;QAEkB,cAAc,EAAEkE,cAAhB;KAAd,EAAA,aACE,CAAA,oBAAA,CAAC,wCAAD,EAAA,oCAAA,CAAA,EAAA,EACME,iBADN,EADF;QAGI,GAAG,EAAEE,YAFP,CAGE,wDADA;QAFF;QAKE,SAAS,EAAEtB,OAAO,CAACtB,IALrB;QAME,2BAA2B,EAAA,IAN7B;QAOE,gBAAgB,EAAEzB,2BAAoB,CAACsB,KAAK,CAACqD,gBAAP,EAA0BC,CAAAA,KAAD,GAAW;YAAA,IAAA,qBAAA,AAAA;YACxEA,KAAK,CAACC,cAAN,EAAAD,CAAAA;YACA,IAAI,CAACN,sBAAsB,CAACE,OAA5B,EAAqC,AAAA,CAAA,qBAAA,GAAAzB,OAAO,CAAChB,UAAR,CAAmByC,OAAnB,CAAA,KAAA,IAAA,IAAA,qBAAA,KAAA,KAAA,CAAA,IAAA,qBAAA,CAA4BM,KAA5B,EAArC,CAAA;SAFoC,CAPxC;QAWE,oBAAoB,EAAE9E,2BAAoB,CACxCsB,KAAK,CAACyD,oBADkC,EAEvCH,CAAAA,KAAD,GAAW;YACT,MAAMI,aAAa,GAAGJ,KAAK,CAACK,MAAN,CAAaD,aAAnC,AAAA;YACA,MAAME,aAAa,GAAGF,aAAa,CAACG,MAAd,KAAyB,CAAzB,IAA8BH,aAAa,CAACI,OAAd,KAA0B,IAA9E,AAAA;YACA,MAAMC,YAAY,GAAGL,aAAa,CAACG,MAAd,KAAyB,CAAzB,IAA8BD,aAAnD,AAAA;YAEAZ,sBAAsB,CAACE,OAAvB,GAAiCa,YAAjC,CAAAf;SAPsC,EASxC;YAAEgB,wBAAwB,EAAE,KAA1BA;SATsC,CAX5C,CAsBE,8DAFE;QApBJ;QAwBE,cAAc,EAAEtF,2BAAoB,CAClCsB,KAAK,CAACiE,cAD4B,EAEjCX,CAAAA,KAAD,GAAWA,KAAK,CAACC,cAAN,EAFuB;QAAA,EAGlC;YAAES,wBAAwB,EAAE,KAA1BA;SAHgC,CAGlC;KA3BJ,CAAA,CADF,CADF,CADF,CAGM;CAnBkB,CAA5B,AAoDG;AAGH,MAAME,4CAAsB,GAAA,aAAGzF,CAAAA,iBAAA,CAC7B,CAACuB,KAAD,EAA8CuB,YAA9C,GAA+D;IAC7D,MAAM,aAAEqB,SAAS,GAAG,IAAd,GAAoB,GAAGuB,oBAAH,EAApB,GAAgDnE,KAAtD,AAAM;IACN,MAAMyB,OAAO,GAAG3B,uCAAiB,CAACwC,kCAAD,EAAetC,KAAK,CAACC,cAArB,CAAjC,AAAA;IACA,MAAMmE,uBAAuB,GAAG3F,aAAA,CAAa,KAAb,CAAhC,AAAA;IAEA,MAAM0E,aAAa,GAAGP,SAAS,GAAG1D,aAAH,GAAYT,eAA3C,AAAA;IAEA,OAAA,aACE,CAAA,oBAAA,CAAC,aAAD,EAAA,IAAA,EAAA,aACE,CAAA,oBAAA,CAAC,wCAAD,EAAA,oCAAA,CAAA,EAAA,EACM0F,oBADN,EAFJ;QAIM,GAAG,EAAE5C,YAFP;QAGE,SAAS,EAAE,KAHb;QAIE,2BAA2B,EAAE,KAJ/B;QAKE,gBAAgB,EAAG+B,CAAAA,KAAD,GAAW;YAAA,IAAA,qBAAA,AAAA;YAC3B,CAAA,qBAAA,GAAAtD,KAAK,CAACqD,gBAAN,CAAA,KAAA,IAAA,IAAA,qBAAA,KAAA,KAAA,CAAA,IAAA,qBAAA,CAAA,IAAA,CAAArD,KAAK,EAAoBsD,KAApB,CAAL,CAAA;YAEA,IAAI,CAACA,KAAK,CAACe,gBAAX,EAA6B;gBAAA,IAAA,sBAAA,AAAA;gBAC3B,IAAI,CAACD,uBAAuB,CAAClB,OAA7B,EAAsC,AAAA,CAAA,sBAAA,GAAAzB,OAAO,CAAChB,UAAR,CAAmByC,OAAnB,CAAA,KAAA,IAAA,IAAA,sBAAA,KAAA,KAAA,CAAA,IAAA,sBAAA,CAA4BM,KAA5B,EAAA,CADX,CAE3B,sFADA;gBAEAF,KAAK,CAACC,cAAN,EAAAD,CAAAA;aACD;YAEDc,uBAAuB,CAAClB,OAAxB,GAAkC,KAAlC,CAAAkB;SAdJ;QAgBE,iBAAiB,EAAGd,CAAAA,KAAD,GAAW;YAAA,IAAA,qBAAA,EAAA,sBAAA,AAAA;YAC5B,CAAA,qBAAA,GAAAtD,KAAK,CAACsE,iBAAN,CAAA,KAAA,IAAA,IAAA,qBAAA,KAAA,KAAA,CAAA,IAAA,qBAAA,CAAA,IAAA,CAAAtE,KAAK,EAAqBsD,KAArB,CAAL,CAAA;YAEA,IAAI,CAACA,KAAK,CAACe,gBAAX,EAA6BD,uBAAuB,CAAClB,OAAxB,GAAkC,IAAlC,CAHD,CAK5B,gDAFA;YAGA,mEAAA;YACA,0CAAA;YACA,EAAA;YACA,mDAAA;YACA,kDAAA;YACA,MAAMqB,MAAM,GAAGjB,KAAK,CAACiB,MAArB,AAAA;YACA,MAAMC,eAAe,GAAA,AAAA,CAAA,sBAAA,GAAG/C,OAAO,CAAChB,UAAR,CAAmByC,OAAtB,CAAA,KAAA,IAAA,IAAA,sBAAA,KAAA,KAAA,CAAA,GAAA,KAAA,CAAA,GAAG,sBAAA,CAA4BuB,QAA5B,CAAqCF,MAArC,CAAxB,AAAA;YACA,IAAIC,eAAJ,EAAqBlB,KAAK,CAACC,cAAN,EAArB,CAAA;SACD;KA9BH,CAAA,CADF,CADF,CAEI;CAVuB,CAA/B,AA4CG;AAGH,oGAAA,CA4BA,MAAMmB,wCAAkB,GAAA,aAAGjG,CAAAA,iBAAA,CACzB,CAACuB,KAAD,EAA8CuB,YAA9C,GAA+D;IAC7D,MAAM,E,gBACJtB,cADI,CAAA,E,WAEJ0E,SAFI,CAAA,E,iBAGJC,eAHI,CAAA,E,kBAIJvB,gBAJI,CAAA,E,6BAKJwB,2BALI,CAAA,E,iBAMJC,eANI,CAAA,E,sBAOJrB,oBAPI,CAAA,E,gBAQJQ,cARI,CAAA,E,mBASJK,iBATI,CAAA,EAUJ,GAAG7B,YAAH,EAVI,GAWFzC,KAXJ,AAAM;IAYN,MAAMyB,OAAO,GAAG3B,uCAAiB,CAACwC,kCAAD,EAAerC,cAAf,CAAjC,AAAA;IACA,MAAMO,WAAW,GAAGZ,oCAAc,CAACK,cAAD,CAAlC,AAd6D,EAgB7D,oEAFA;IAGA,wDAAA;IACAd,qBAAc,EAAdA,CAAAA;IAEA,OAAA,aACE,CAAA,oBAAA,CAAC,iBAAD,EADF;QAEI,OAAO,EAAA,IADT;QAEE,IAAI,EAAA,IAFN;QAGE,OAAO,EAAEwF,SAHX;QAIE,gBAAgB,EAAEC,eAJpB;QAKE,kBAAkB,EAAEvB,gBAApB;KALF,EAAA,aAOE,CAAA,oBAAA,CAAC,uBAAD,EAPF;QAQI,OAAO,EAAA,IADT;QAEE,2BAA2B,EAAEwB,2BAF/B;QAGE,iBAAiB,EAAEP,iBAHrB;QAIE,eAAe,EAAEQ,eAJnB;QAKE,oBAAoB,EAAErB,oBALxB;QAME,cAAc,EAAEQ,cANlB;QAOE,SAAS,EAAE,IAAMxC,OAAO,CAACnB,YAAR,CAAqB,KAArB,CAAjB;KAPF,EAAA,aASE,CAAA,oBAAA,CAAC,cAAD,EATF,oCAAA,CAAA;QAUI,YAAA,EAAY6B,8BAAQ,CAACV,OAAO,CAACtB,IAAT,CADtB;QAEE,IAAI,EAAC,QAFP;QAGE,EAAE,EAAEsB,OAAO,CAACS,SAAZ;KAHF,EAIM1B,WAJN,EAKMiC,YALN,EAAA;QAME,GAAG,EAAElB,YANP;QAOE,KAAK,EAAE;YACL,GAAGkB,YAAY,CAACsC,KADX;YAEL,+CAAA;YACA,CAAC,0CAAD,CAAA,EACE,sCADF;SAHK;KAPT,CAAA,CATF,CAPF,CADF,CAiBM;CAtCiB,CAA3B,AAuDG;AAGH;;oGAEA,CAEA,MAAMC,gCAAU,GAAG,cAAnB,AAAA;AAKA,MAAMC,yCAAY,GAAA,aAAGxG,CAAAA,iBAAA,CACnB,CAACuB,KAAD,EAAwCuB,YAAxC,GAAyD;IACvD,MAAM,E,gBAAEtB,cAAF,CAAA,EAAkB,GAAGiF,UAAH,EAAlB,GAAoClF,KAA1C,AAAM;IACN,MAAMyB,OAAO,GAAG3B,uCAAiB,CAACkF,gCAAD,EAAa/E,cAAb,CAAjC,AAAA;IACA,OAAA,aACE,CAAA,oBAAA,CAAC,gBAAD,CAAW,MAAX,EADF,oCAAA,CAAA;QAEI,IAAI,EAAC,QAAL;KADF,EAEMiF,UAFN,EAAA;QAGE,GAAG,EAAE3D,YAHP;QAIE,OAAO,EAAE7C,2BAAoB,CAACsB,KAAK,CAACoC,OAAP,EAAgB,IAAMX,OAAO,CAACnB,YAAR,CAAqB,KAArB,CAAtB;QAAA,CAA7B;KAJF,CAAA,CADF,CACE;CALe,CAArB,AAYG;AAGH,aAAA,CAAA,MAAA,CAAA,MAAA,CAAA,yCAAA,EAAA;IAAA,WAAA,EAAA,gCAAA;CAAA,CAAA,CAAA;AAEA;;oGAEA,CAEA,MAAM6E,gCAAU,GAAG,cAAnB,AAAA;AAMA,MAAMC,yCAAY,GAAA,aAAG3G,CAAAA,iBAAA,CACnB,CAACuB,KAAD,EAAwCuB,YAAxC,GAAyD;IACvD,MAAM,E,gBAAEtB,cAAF,CAAA,EAAkB,GAAGoF,UAAH,EAAlB,GAAoCrF,KAA1C,AAAM;IACN,MAAMQ,WAAW,GAAGZ,oCAAc,CAACK,cAAD,CAAlC,AAAA;IACA,OAAA,aAAO,CAAA,oBAAA,CAAC,YAAD,EAAA,oCAAA,CAAA,EAAA,EAA2BO,WAA3B,EAA4C6E,UAA5C,EAAP;QAA+D,GAAG,EAAE9D,YAAL;KAAxD,CAAA,CAAP,CAAO;CAJU,CAArB,AAKG;AAGH,aAAA,CAAA,MAAA,CAAA,MAAA,CAAA,yCAAA,EAAA;IAAA,WAAA,EAAA,gCAAA;CAAA,CAAA,CAAA;AAEA,oGAAA,CAEA,SAASY,8BAAT,CAAkBhC,IAAlB,EAAiC;IAC/B,OAAOA,IAAI,GAAG,MAAH,GAAY,QAAvB,CAAA;CACD;AAED,MAAMmF,yCAAI,GAAGvF,yCAAb,AAAA;AACA,MAAMwF,yCAAM,GAAGlE,yCAAf,AAAA;AACA,MAAMmE,yCAAO,GAAG1D,wCAAhB,AAAA;AACA,MAAM2D,yCAAO,GAAGlD,yCAAhB,AAAA;AACA,MAAMmD,yCAAK,GAAGT,yCAAd,AAAA;AACA,MAAMU,yCAAK,GAAGP,yCAAd,AAAA;;AD3cA","sources":["packages/react/popover/src/index.ts","packages/react/popover/src/Popover.tsx"],"sourcesContent":["export * from './Popover';\n","import * as React from 'react';\nimport { composeEventHandlers } from '@radix-ui/primitive';\nimport { useComposedRefs } from '@radix-ui/react-compose-refs';\nimport { createContextScope } from '@radix-ui/react-context';\nimport { useControllableState } from '@radix-ui/react-use-controllable-state';\nimport * as PopperPrimitive from '@radix-ui/react-popper';\nimport { createPopperScope } from '@radix-ui/react-popper';\nimport { DismissableLayer } from '@radix-ui/react-dismissable-layer';\nimport { FocusScope } from '@radix-ui/react-focus-scope';\nimport { Portal } from '@radix-ui/react-portal';\nimport { useFocusGuards } from '@radix-ui/react-focus-guards';\nimport { Presence } from '@radix-ui/react-presence';\nimport { Primitive } from '@radix-ui/react-primitive';\nimport { useId } from '@radix-ui/react-id';\nimport { RemoveScroll } from 'react-remove-scroll';\nimport { hideOthers } from 'aria-hidden';\n\nimport type * as Radix from '@radix-ui/react-primitive';\nimport type { Scope } from '@radix-ui/react-context';\n\n/* -------------------------------------------------------------------------------------------------\n * Popover\n * -----------------------------------------------------------------------------------------------*/\n\nconst POPOVER_NAME = 'Popover';\n\ntype ScopedProps<P> = P & { __scopePopover?: Scope };\nconst [createPopoverContext, createPopoverScope] = createContextScope(POPOVER_NAME, [\n createPopperScope,\n]);\nconst usePopperScope = createPopperScope();\n\ntype PopoverContextValue = {\n triggerRef: React.RefObject<HTMLButtonElement>;\n contentId: string;\n open: boolean;\n onOpenChange(open: boolean): void;\n onOpenToggle(): void;\n hasCustomAnchor: boolean;\n onCustomAnchorAdd(): void;\n onCustomAnchorRemove(): void;\n modal: boolean;\n};\n\nconst [PopoverProvider, usePopoverContext] =\n createPopoverContext<PopoverContextValue>(POPOVER_NAME);\n\ninterface PopoverProps {\n children?: React.ReactNode;\n open?: boolean;\n defaultOpen?: boolean;\n onOpenChange?: (open: boolean) => void;\n modal?: boolean;\n}\n\nconst Popover: React.FC<PopoverProps> = (props: ScopedProps<PopoverProps>) => {\n const {\n __scopePopover,\n children,\n open: openProp,\n defaultOpen,\n onOpenChange,\n modal = false,\n } = props;\n const popperScope = usePopperScope(__scopePopover);\n const triggerRef = React.useRef<HTMLButtonElement>(null);\n const [hasCustomAnchor, setHasCustomAnchor] = React.useState(false);\n const [open = false, setOpen] = useControllableState({\n prop: openProp,\n defaultProp: defaultOpen,\n onChange: onOpenChange,\n });\n\n return (\n <PopperPrimitive.Root {...popperScope}>\n <PopoverProvider\n scope={__scopePopover}\n contentId={useId()}\n triggerRef={triggerRef}\n open={open}\n onOpenChange={setOpen}\n onOpenToggle={React.useCallback(() => setOpen((prevOpen) => !prevOpen), [setOpen])}\n hasCustomAnchor={hasCustomAnchor}\n onCustomAnchorAdd={React.useCallback(() => setHasCustomAnchor(true), [])}\n onCustomAnchorRemove={React.useCallback(() => setHasCustomAnchor(false), [])}\n modal={modal}\n >\n {children}\n </PopoverProvider>\n </PopperPrimitive.Root>\n );\n};\n\nPopover.displayName = POPOVER_NAME;\n\n/* -------------------------------------------------------------------------------------------------\n * PopoverAnchor\n * -----------------------------------------------------------------------------------------------*/\n\nconst ANCHOR_NAME = 'PopoverAnchor';\n\ntype PopoverAnchorElement = React.ElementRef<typeof PopperPrimitive.Anchor>;\ntype PopperAnchorProps = Radix.ComponentPropsWithoutRef<typeof PopperPrimitive.Anchor>;\ninterface PopoverAnchorProps extends PopperAnchorProps {}\n\nconst PopoverAnchor = React.forwardRef<PopoverAnchorElement, PopoverAnchorProps>(\n (props: ScopedProps<PopoverAnchorProps>, forwardedRef) => {\n const { __scopePopover, ...anchorProps } = props;\n const context = usePopoverContext(ANCHOR_NAME, __scopePopover);\n const popperScope = usePopperScope(__scopePopover);\n const { onCustomAnchorAdd, onCustomAnchorRemove } = context;\n\n React.useEffect(() => {\n onCustomAnchorAdd();\n return () => onCustomAnchorRemove();\n }, [onCustomAnchorAdd, onCustomAnchorRemove]);\n\n return <PopperPrimitive.Anchor {...popperScope} {...anchorProps} ref={forwardedRef} />;\n }\n);\n\nPopoverAnchor.displayName = ANCHOR_NAME;\n\n/* -------------------------------------------------------------------------------------------------\n * PopoverTrigger\n * -----------------------------------------------------------------------------------------------*/\n\nconst TRIGGER_NAME = 'PopoverTrigger';\n\ntype PopoverTriggerElement = React.ElementRef<typeof Primitive.button>;\ntype PrimitiveButtonProps = Radix.ComponentPropsWithoutRef<typeof Primitive.button>;\ninterface PopoverTriggerProps extends PrimitiveButtonProps {}\n\nconst PopoverTrigger = React.forwardRef<PopoverTriggerElement, PopoverTriggerProps>(\n (props: ScopedProps<PopoverTriggerProps>, forwardedRef) => {\n const { __scopePopover, ...triggerProps } = props;\n const context = usePopoverContext(TRIGGER_NAME, __scopePopover);\n const popperScope = usePopperScope(__scopePopover);\n const composedTriggerRef = useComposedRefs(forwardedRef, context.triggerRef);\n\n const trigger = (\n <Primitive.button\n type=\"button\"\n aria-haspopup=\"dialog\"\n aria-expanded={context.open}\n aria-controls={context.contentId}\n data-state={getState(context.open)}\n {...triggerProps}\n ref={composedTriggerRef}\n onClick={composeEventHandlers(props.onClick, context.onOpenToggle)}\n />\n );\n\n return context.hasCustomAnchor ? (\n trigger\n ) : (\n <PopperPrimitive.Anchor asChild {...popperScope}>\n {trigger}\n </PopperPrimitive.Anchor>\n );\n }\n);\n\nPopoverTrigger.displayName = TRIGGER_NAME;\n\n/* -------------------------------------------------------------------------------------------------\n * PopoverContent\n * -----------------------------------------------------------------------------------------------*/\n\nconst CONTENT_NAME = 'PopoverContent';\n\ninterface PopoverContentProps extends PopoverContentTypeProps {\n /**\n * Used to force mounting when more control is needed. Useful when\n * controlling animation with React animation libraries.\n */\n forceMount?: true;\n}\n\nconst PopoverContent = React.forwardRef<PopoverContentTypeElement, PopoverContentProps>(\n (props: ScopedProps<PopoverContentProps>, forwardedRef) => {\n const { forceMount, ...contentProps } = props;\n const context = usePopoverContext(CONTENT_NAME, props.__scopePopover);\n return (\n <Presence present={forceMount || context.open}>\n {context.modal ? (\n <PopoverContentModal {...contentProps} ref={forwardedRef} />\n ) : (\n <PopoverContentNonModal {...contentProps} ref={forwardedRef} />\n )}\n </Presence>\n );\n }\n);\n\nPopoverContent.displayName = CONTENT_NAME;\n\n/* -----------------------------------------------------------------------------------------------*/\n\ntype RemoveScrollProps = React.ComponentProps<typeof RemoveScroll>;\ntype PopoverContentTypeElement = PopoverContentImplElement;\ninterface PopoverContentTypeProps\n extends Omit<PopoverContentImplProps, 'trapFocus' | 'disableOutsidePointerEvents'> {\n /**\n * @see https://github.com/theKashey/react-remove-scroll#usage\n */\n allowPinchZoom?: RemoveScrollProps['allowPinchZoom'];\n /**\n * Whether the `Popover` should render in a `Portal`\n * (default: `true`)\n */\n portalled?: boolean;\n}\n\nconst PopoverContentModal = React.forwardRef<PopoverContentTypeElement, PopoverContentTypeProps>(\n (props: ScopedProps<PopoverContentTypeProps>, forwardedRef) => {\n const { allowPinchZoom, portalled = true, ...contentModalProps } = props;\n const context = usePopoverContext(CONTENT_NAME, props.__scopePopover);\n const contentRef = React.useRef<HTMLDivElement>(null);\n const composedRefs = useComposedRefs(forwardedRef, contentRef);\n const isRightClickOutsideRef = React.useRef(false);\n\n // aria-hide everything except the content (better supported equivalent to setting aria-modal)\n React.useEffect(() => {\n const content = contentRef.current;\n if (content) return hideOthers(content);\n }, []);\n\n const PortalWrapper = portalled ? Portal : React.Fragment;\n\n return (\n <PortalWrapper>\n <RemoveScroll allowPinchZoom={allowPinchZoom}>\n <PopoverContentImpl\n {...contentModalProps}\n ref={composedRefs}\n // we make sure we're not trapping once it's been closed\n // (closed !== unmounted when animating out)\n trapFocus={context.open}\n disableOutsidePointerEvents\n onCloseAutoFocus={composeEventHandlers(props.onCloseAutoFocus, (event) => {\n event.preventDefault();\n if (!isRightClickOutsideRef.current) context.triggerRef.current?.focus();\n })}\n onPointerDownOutside={composeEventHandlers(\n props.onPointerDownOutside,\n (event) => {\n const originalEvent = event.detail.originalEvent;\n const ctrlLeftClick = originalEvent.button === 0 && originalEvent.ctrlKey === true;\n const isRightClick = originalEvent.button === 2 || ctrlLeftClick;\n\n isRightClickOutsideRef.current = isRightClick;\n },\n { checkForDefaultPrevented: false }\n )}\n // When focus is trapped, a `focusout` event may still happen.\n // We make sure we don't trigger our `onDismiss` in such case.\n onFocusOutside={composeEventHandlers(\n props.onFocusOutside,\n (event) => event.preventDefault(),\n { checkForDefaultPrevented: false }\n )}\n />\n </RemoveScroll>\n </PortalWrapper>\n );\n }\n);\n\nconst PopoverContentNonModal = React.forwardRef<PopoverContentTypeElement, PopoverContentTypeProps>(\n (props: ScopedProps<PopoverContentTypeProps>, forwardedRef) => {\n const { portalled = true, ...contentNonModalProps } = props;\n const context = usePopoverContext(CONTENT_NAME, props.__scopePopover);\n const hasInteractedOutsideRef = React.useRef(false);\n\n const PortalWrapper = portalled ? Portal : React.Fragment;\n\n return (\n <PortalWrapper>\n <PopoverContentImpl\n {...contentNonModalProps}\n ref={forwardedRef}\n trapFocus={false}\n disableOutsidePointerEvents={false}\n onCloseAutoFocus={(event) => {\n props.onCloseAutoFocus?.(event);\n\n if (!event.defaultPrevented) {\n if (!hasInteractedOutsideRef.current) context.triggerRef.current?.focus();\n // Always prevent auto focus because we either focus manually or want user agent focus\n event.preventDefault();\n }\n\n hasInteractedOutsideRef.current = false;\n }}\n onInteractOutside={(event) => {\n props.onInteractOutside?.(event);\n\n if (!event.defaultPrevented) hasInteractedOutsideRef.current = true;\n\n // Prevent dismissing when clicking the trigger.\n // As the trigger is already setup to close, without doing so would\n // cause it to close and immediately open.\n //\n // We use `onInteractOutside` as some browsers also\n // focus on pointer down, creating the same issue.\n const target = event.target as HTMLElement;\n const targetIsTrigger = context.triggerRef.current?.contains(target);\n if (targetIsTrigger) event.preventDefault();\n }}\n />\n </PortalWrapper>\n );\n }\n);\n\n/* -----------------------------------------------------------------------------------------------*/\n\ntype PopoverContentImplElement = React.ElementRef<typeof PopperPrimitive.Content>;\ntype FocusScopeProps = Radix.ComponentPropsWithoutRef<typeof FocusScope>;\ntype DismissableLayerProps = Radix.ComponentPropsWithoutRef<typeof DismissableLayer>;\ntype PopperContentProps = Radix.ComponentPropsWithoutRef<typeof PopperPrimitive.Content>;\ninterface PopoverContentImplProps\n extends PopperContentProps,\n Omit<DismissableLayerProps, 'onDismiss'> {\n /**\n * Whether focus should be trapped within the `Popover`\n * (default: false)\n */\n trapFocus?: FocusScopeProps['trapped'];\n\n /**\n * Event handler called when auto-focusing on open.\n * Can be prevented.\n */\n onOpenAutoFocus?: FocusScopeProps['onMountAutoFocus'];\n\n /**\n * Event handler called when auto-focusing on close.\n * Can be prevented.\n */\n onCloseAutoFocus?: FocusScopeProps['onUnmountAutoFocus'];\n}\n\nconst PopoverContentImpl = React.forwardRef<PopoverContentImplElement, PopoverContentImplProps>(\n (props: ScopedProps<PopoverContentImplProps>, forwardedRef) => {\n const {\n __scopePopover,\n trapFocus,\n onOpenAutoFocus,\n onCloseAutoFocus,\n disableOutsidePointerEvents,\n onEscapeKeyDown,\n onPointerDownOutside,\n onFocusOutside,\n onInteractOutside,\n ...contentProps\n } = props;\n const context = usePopoverContext(CONTENT_NAME, __scopePopover);\n const popperScope = usePopperScope(__scopePopover);\n\n // Make sure the whole tree has focus guards as our `Popover` may be\n // the last element in the DOM (beacuse of the `Portal`)\n useFocusGuards();\n\n return (\n <FocusScope\n asChild\n loop\n trapped={trapFocus}\n onMountAutoFocus={onOpenAutoFocus}\n onUnmountAutoFocus={onCloseAutoFocus}\n >\n <DismissableLayer\n asChild\n disableOutsidePointerEvents={disableOutsidePointerEvents}\n onInteractOutside={onInteractOutside}\n onEscapeKeyDown={onEscapeKeyDown}\n onPointerDownOutside={onPointerDownOutside}\n onFocusOutside={onFocusOutside}\n onDismiss={() => context.onOpenChange(false)}\n >\n <PopperPrimitive.Content\n data-state={getState(context.open)}\n role=\"dialog\"\n id={context.contentId}\n {...popperScope}\n {...contentProps}\n ref={forwardedRef}\n style={{\n ...contentProps.style,\n // re-namespace exposed content custom property\n ['--radix-popover-content-transform-origin' as any]:\n 'var(--radix-popper-transform-origin)',\n }}\n />\n </DismissableLayer>\n </FocusScope>\n );\n }\n);\n\n/* -------------------------------------------------------------------------------------------------\n * PopoverClose\n * -----------------------------------------------------------------------------------------------*/\n\nconst CLOSE_NAME = 'PopoverClose';\n\ntype PopoverCloseElement = React.ElementRef<typeof Primitive.button>;\ninterface PopoverCloseProps extends PrimitiveButtonProps {}\n\nconst PopoverClose = React.forwardRef<PopoverCloseElement, PopoverCloseProps>(\n (props: ScopedProps<PopoverCloseProps>, forwardedRef) => {\n const { __scopePopover, ...closeProps } = props;\n const context = usePopoverContext(CLOSE_NAME, __scopePopover);\n return (\n <Primitive.button\n type=\"button\"\n {...closeProps}\n ref={forwardedRef}\n onClick={composeEventHandlers(props.onClick, () => context.onOpenChange(false))}\n />\n );\n }\n);\n\nPopoverClose.displayName = CLOSE_NAME;\n\n/* -------------------------------------------------------------------------------------------------\n * PopoverArrow\n * -----------------------------------------------------------------------------------------------*/\n\nconst ARROW_NAME = 'PopoverArrow';\n\ntype PopoverArrowElement = React.ElementRef<typeof PopperPrimitive.Arrow>;\ntype PopperArrowProps = Radix.ComponentPropsWithoutRef<typeof PopperPrimitive.Arrow>;\ninterface PopoverArrowProps extends PopperArrowProps {}\n\nconst PopoverArrow = React.forwardRef<PopoverArrowElement, PopoverArrowProps>(\n (props: ScopedProps<PopoverArrowProps>, forwardedRef) => {\n const { __scopePopover, ...arrowProps } = props;\n const popperScope = usePopperScope(__scopePopover);\n return <PopperPrimitive.Arrow {...popperScope} {...arrowProps} ref={forwardedRef} />;\n }\n);\n\nPopoverArrow.displayName = ARROW_NAME;\n\n/* -----------------------------------------------------------------------------------------------*/\n\nfunction getState(open: boolean) {\n return open ? 'open' : 'closed';\n}\n\nconst Root = Popover;\nconst Anchor = PopoverAnchor;\nconst Trigger = PopoverTrigger;\nconst Content = PopoverContent;\nconst Close = PopoverClose;\nconst Arrow = PopoverArrow;\n\nexport {\n createPopoverScope,\n //\n Popover,\n PopoverAnchor,\n PopoverTrigger,\n PopoverContent,\n PopoverClose,\n PopoverArrow,\n //\n Root,\n Anchor,\n Trigger,\n Content,\n Close,\n Arrow,\n};\nexport type {\n PopoverProps,\n PopoverAnchorProps,\n PopoverTriggerProps,\n PopoverContentProps,\n PopoverCloseProps,\n PopoverArrowProps,\n};\n"],"names":["React","composeEventHandlers","useComposedRefs","createContextScope","useControllableState","PopperPrimitive","createPopperScope","DismissableLayer","FocusScope","Portal","useFocusGuards","Presence","Primitive","useId","RemoveScroll","hideOthers","POPOVER_NAME","createPopoverContext","createPopoverScope","usePopperScope","PopoverProvider","usePopoverContext","Popover","props","__scopePopover","children","open","openProp","defaultOpen","onOpenChange","modal","popperScope","triggerRef","useRef","hasCustomAnchor","setHasCustomAnchor","useState","setOpen","prop","defaultProp","onChange","useCallback","prevOpen","ANCHOR_NAME","PopoverAnchor","forwardRef","forwardedRef","anchorProps","context","onCustomAnchorAdd","onCustomAnchorRemove","useEffect","TRIGGER_NAME","PopoverTrigger","triggerProps","composedTriggerRef","trigger","contentId","getState","onClick","onOpenToggle","CONTENT_NAME","PopoverContent","forceMount","contentProps","PopoverContentModal","allowPinchZoom","portalled","contentModalProps","contentRef","composedRefs","isRightClickOutsideRef","content","current","PortalWrapper","Fragment","onCloseAutoFocus","event","preventDefault","focus","onPointerDownOutside","originalEvent","detail","ctrlLeftClick","button","ctrlKey","isRightClick","checkForDefaultPrevented","onFocusOutside","PopoverContentNonModal","contentNonModalProps","hasInteractedOutsideRef","defaultPrevented","onInteractOutside","target","targetIsTrigger","contains","PopoverContentImpl","trapFocus","onOpenAutoFocus","disableOutsidePointerEvents","onEscapeKeyDown","style","CLOSE_NAME","PopoverClose","closeProps","ARROW_NAME","PopoverArrow","arrowProps","Root","Anchor","Trigger","Content","Close","Arrow"],"version":3,"file":"index.module.js.map"}
|
|
1
|
+
{"mappings":"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","sources":["packages/react/popover/src/index.ts","packages/react/popover/src/Popover.tsx"],"sourcesContent":["export * from './Popover';\n","import * as React from 'react';\nimport { composeEventHandlers } from '@radix-ui/primitive';\nimport { useComposedRefs } from '@radix-ui/react-compose-refs';\nimport { createContextScope } from '@radix-ui/react-context';\nimport { DismissableLayer } from '@radix-ui/react-dismissable-layer';\nimport { useFocusGuards } from '@radix-ui/react-focus-guards';\nimport { FocusScope } from '@radix-ui/react-focus-scope';\nimport { useId } from '@radix-ui/react-id';\nimport * as PopperPrimitive from '@radix-ui/react-popper';\nimport { createPopperScope } from '@radix-ui/react-popper';\nimport { Portal as PortalPrimitive } from '@radix-ui/react-portal';\nimport { Presence } from '@radix-ui/react-presence';\nimport { Primitive } from '@radix-ui/react-primitive';\nimport { Slot } from '@radix-ui/react-slot';\nimport { useControllableState } from '@radix-ui/react-use-controllable-state';\nimport { hideOthers } from 'aria-hidden';\nimport { RemoveScroll } from 'react-remove-scroll';\n\nimport type * as Radix from '@radix-ui/react-primitive';\nimport type { Scope } from '@radix-ui/react-context';\n\n/* -------------------------------------------------------------------------------------------------\n * Popover\n * -----------------------------------------------------------------------------------------------*/\n\nconst POPOVER_NAME = 'Popover';\n\ntype ScopedProps<P> = P & { __scopePopover?: Scope };\nconst [createPopoverContext, createPopoverScope] = createContextScope(POPOVER_NAME, [\n createPopperScope,\n]);\nconst usePopperScope = createPopperScope();\n\ntype PopoverContextValue = {\n triggerRef: React.RefObject<HTMLButtonElement>;\n contentId: string;\n open: boolean;\n onOpenChange(open: boolean): void;\n onOpenToggle(): void;\n hasCustomAnchor: boolean;\n onCustomAnchorAdd(): void;\n onCustomAnchorRemove(): void;\n modal: boolean;\n allowPinchZoom: PopoverProps['allowPinchZoom'];\n};\n\nconst [PopoverProvider, usePopoverContext] =\n createPopoverContext<PopoverContextValue>(POPOVER_NAME);\n\ntype RemoveScrollProps = React.ComponentProps<typeof RemoveScroll>;\ninterface PopoverProps {\n children?: React.ReactNode;\n open?: boolean;\n defaultOpen?: boolean;\n onOpenChange?: (open: boolean) => void;\n modal?: boolean;\n /**\n * @see https://github.com/theKashey/react-remove-scroll#usage\n */\n allowPinchZoom?: RemoveScrollProps['allowPinchZoom'];\n}\n\nconst Popover: React.FC<PopoverProps> = (props: ScopedProps<PopoverProps>) => {\n const {\n __scopePopover,\n children,\n open: openProp,\n defaultOpen,\n onOpenChange,\n modal = false,\n allowPinchZoom,\n } = props;\n const popperScope = usePopperScope(__scopePopover);\n const triggerRef = React.useRef<HTMLButtonElement>(null);\n const [hasCustomAnchor, setHasCustomAnchor] = React.useState(false);\n const [open = false, setOpen] = useControllableState({\n prop: openProp,\n defaultProp: defaultOpen,\n onChange: onOpenChange,\n });\n\n return (\n <PopperPrimitive.Root {...popperScope}>\n <PopoverProvider\n scope={__scopePopover}\n contentId={useId()}\n triggerRef={triggerRef}\n open={open}\n onOpenChange={setOpen}\n onOpenToggle={React.useCallback(() => setOpen((prevOpen) => !prevOpen), [setOpen])}\n hasCustomAnchor={hasCustomAnchor}\n onCustomAnchorAdd={React.useCallback(() => setHasCustomAnchor(true), [])}\n onCustomAnchorRemove={React.useCallback(() => setHasCustomAnchor(false), [])}\n modal={modal}\n allowPinchZoom={allowPinchZoom}\n >\n {children}\n </PopoverProvider>\n </PopperPrimitive.Root>\n );\n};\n\nPopover.displayName = POPOVER_NAME;\n\n/* -------------------------------------------------------------------------------------------------\n * PopoverAnchor\n * -----------------------------------------------------------------------------------------------*/\n\nconst ANCHOR_NAME = 'PopoverAnchor';\n\ntype PopoverAnchorElement = React.ElementRef<typeof PopperPrimitive.Anchor>;\ntype PopperAnchorProps = Radix.ComponentPropsWithoutRef<typeof PopperPrimitive.Anchor>;\ninterface PopoverAnchorProps extends PopperAnchorProps {}\n\nconst PopoverAnchor = React.forwardRef<PopoverAnchorElement, PopoverAnchorProps>(\n (props: ScopedProps<PopoverAnchorProps>, forwardedRef) => {\n const { __scopePopover, ...anchorProps } = props;\n const context = usePopoverContext(ANCHOR_NAME, __scopePopover);\n const popperScope = usePopperScope(__scopePopover);\n const { onCustomAnchorAdd, onCustomAnchorRemove } = context;\n\n React.useEffect(() => {\n onCustomAnchorAdd();\n return () => onCustomAnchorRemove();\n }, [onCustomAnchorAdd, onCustomAnchorRemove]);\n\n return <PopperPrimitive.Anchor {...popperScope} {...anchorProps} ref={forwardedRef} />;\n }\n);\n\nPopoverAnchor.displayName = ANCHOR_NAME;\n\n/* -------------------------------------------------------------------------------------------------\n * PopoverTrigger\n * -----------------------------------------------------------------------------------------------*/\n\nconst TRIGGER_NAME = 'PopoverTrigger';\n\ntype PopoverTriggerElement = React.ElementRef<typeof Primitive.button>;\ntype PrimitiveButtonProps = Radix.ComponentPropsWithoutRef<typeof Primitive.button>;\ninterface PopoverTriggerProps extends PrimitiveButtonProps {}\n\nconst PopoverTrigger = React.forwardRef<PopoverTriggerElement, PopoverTriggerProps>(\n (props: ScopedProps<PopoverTriggerProps>, forwardedRef) => {\n const { __scopePopover, ...triggerProps } = props;\n const context = usePopoverContext(TRIGGER_NAME, __scopePopover);\n const popperScope = usePopperScope(__scopePopover);\n const composedTriggerRef = useComposedRefs(forwardedRef, context.triggerRef);\n\n const trigger = (\n <Primitive.button\n type=\"button\"\n aria-haspopup=\"dialog\"\n aria-expanded={context.open}\n aria-controls={context.contentId}\n data-state={getState(context.open)}\n {...triggerProps}\n ref={composedTriggerRef}\n onClick={composeEventHandlers(props.onClick, context.onOpenToggle)}\n />\n );\n\n return context.hasCustomAnchor ? (\n trigger\n ) : (\n <PopperPrimitive.Anchor asChild {...popperScope}>\n {trigger}\n </PopperPrimitive.Anchor>\n );\n }\n);\n\nPopoverTrigger.displayName = TRIGGER_NAME;\n\n/* -------------------------------------------------------------------------------------------------\n * PopoverPortal\n * -----------------------------------------------------------------------------------------------*/\n\nconst PORTAL_NAME = 'PopoverPortal';\n\ntype PortalContextValue = { forceMount?: true };\nconst [PortalProvider, usePortalContext] = createPopoverContext<PortalContextValue>(PORTAL_NAME, {\n forceMount: undefined,\n});\n\ntype PortalProps = React.ComponentPropsWithoutRef<typeof PortalPrimitive>;\ninterface PopoverPortalProps extends Omit<PortalProps, 'asChild'> {\n children?: React.ReactNode;\n /**\n * Used to force mounting when more control is needed. Useful when\n * controlling animation with React animation libraries.\n */\n forceMount?: true;\n}\n\nconst PopoverPortal: React.FC<PopoverPortalProps> = (props: ScopedProps<PopoverPortalProps>) => {\n const { __scopePopover, forceMount, children, container } = props;\n const context = usePopoverContext(PORTAL_NAME, __scopePopover);\n return (\n <PortalProvider scope={__scopePopover} forceMount={forceMount}>\n <Presence present={forceMount || context.open}>\n <PortalPrimitive asChild container={container}>\n {children}\n </PortalPrimitive>\n </Presence>\n </PortalProvider>\n );\n};\n\nPopoverPortal.displayName = PORTAL_NAME;\n\n/* -------------------------------------------------------------------------------------------------\n * PopoverContent\n * -----------------------------------------------------------------------------------------------*/\n\nconst CONTENT_NAME = 'PopoverContent';\n\ninterface PopoverContentProps extends PopoverContentTypeProps {\n /**\n * Used to force mounting when more control is needed. Useful when\n * controlling animation with React animation libraries.\n */\n forceMount?: true;\n}\n\nconst PopoverContent = React.forwardRef<PopoverContentTypeElement, PopoverContentProps>(\n (props: ScopedProps<PopoverContentProps>, forwardedRef) => {\n const portalContext = usePortalContext(CONTENT_NAME, props.__scopePopover);\n const { forceMount = portalContext.forceMount, ...contentProps } = props;\n const context = usePopoverContext(CONTENT_NAME, props.__scopePopover);\n return (\n <Presence present={forceMount || context.open}>\n {context.modal ? (\n <PopoverContentModal {...contentProps} ref={forwardedRef} />\n ) : (\n <PopoverContentNonModal {...contentProps} ref={forwardedRef} />\n )}\n </Presence>\n );\n }\n);\n\nPopoverContent.displayName = CONTENT_NAME;\n\n/* -----------------------------------------------------------------------------------------------*/\n\ntype PopoverContentTypeElement = PopoverContentImplElement;\ninterface PopoverContentTypeProps\n extends Omit<PopoverContentImplProps, 'trapFocus' | 'disableOutsidePointerEvents'> {}\n\nconst PopoverContentModal = React.forwardRef<PopoverContentTypeElement, PopoverContentTypeProps>(\n (props: ScopedProps<PopoverContentTypeProps>, forwardedRef) => {\n const context = usePopoverContext(CONTENT_NAME, props.__scopePopover);\n const contentRef = React.useRef<HTMLDivElement>(null);\n const composedRefs = useComposedRefs(forwardedRef, contentRef);\n const isRightClickOutsideRef = React.useRef(false);\n\n // aria-hide everything except the content (better supported equivalent to setting aria-modal)\n React.useEffect(() => {\n const content = contentRef.current;\n if (content) return hideOthers(content);\n }, []);\n\n return (\n <RemoveScroll as={Slot} allowPinchZoom={context.allowPinchZoom}>\n <PopoverContentImpl\n {...props}\n ref={composedRefs}\n // we make sure we're not trapping once it's been closed\n // (closed !== unmounted when animating out)\n trapFocus={context.open}\n disableOutsidePointerEvents\n onCloseAutoFocus={composeEventHandlers(props.onCloseAutoFocus, (event) => {\n event.preventDefault();\n if (!isRightClickOutsideRef.current) context.triggerRef.current?.focus();\n })}\n onPointerDownOutside={composeEventHandlers(\n props.onPointerDownOutside,\n (event) => {\n const originalEvent = event.detail.originalEvent;\n const ctrlLeftClick = originalEvent.button === 0 && originalEvent.ctrlKey === true;\n const isRightClick = originalEvent.button === 2 || ctrlLeftClick;\n\n isRightClickOutsideRef.current = isRightClick;\n },\n { checkForDefaultPrevented: false }\n )}\n // When focus is trapped, a `focusout` event may still happen.\n // We make sure we don't trigger our `onDismiss` in such case.\n onFocusOutside={composeEventHandlers(\n props.onFocusOutside,\n (event) => event.preventDefault(),\n { checkForDefaultPrevented: false }\n )}\n />\n </RemoveScroll>\n );\n }\n);\n\nconst PopoverContentNonModal = React.forwardRef<PopoverContentTypeElement, PopoverContentTypeProps>(\n (props: ScopedProps<PopoverContentTypeProps>, forwardedRef) => {\n const context = usePopoverContext(CONTENT_NAME, props.__scopePopover);\n const hasInteractedOutsideRef = React.useRef(false);\n\n return (\n <PopoverContentImpl\n {...props}\n ref={forwardedRef}\n trapFocus={false}\n disableOutsidePointerEvents={false}\n onCloseAutoFocus={(event) => {\n props.onCloseAutoFocus?.(event);\n\n if (!event.defaultPrevented) {\n if (!hasInteractedOutsideRef.current) context.triggerRef.current?.focus();\n // Always prevent auto focus because we either focus manually or want user agent focus\n event.preventDefault();\n }\n\n hasInteractedOutsideRef.current = false;\n }}\n onInteractOutside={(event) => {\n props.onInteractOutside?.(event);\n\n if (!event.defaultPrevented) hasInteractedOutsideRef.current = true;\n\n // Prevent dismissing when clicking the trigger.\n // As the trigger is already setup to close, without doing so would\n // cause it to close and immediately open.\n //\n // We use `onInteractOutside` as some browsers also\n // focus on pointer down, creating the same issue.\n const target = event.target as HTMLElement;\n const targetIsTrigger = context.triggerRef.current?.contains(target);\n if (targetIsTrigger) event.preventDefault();\n }}\n />\n );\n }\n);\n\n/* -----------------------------------------------------------------------------------------------*/\n\ntype PopoverContentImplElement = React.ElementRef<typeof PopperPrimitive.Content>;\ntype FocusScopeProps = Radix.ComponentPropsWithoutRef<typeof FocusScope>;\ntype DismissableLayerProps = Radix.ComponentPropsWithoutRef<typeof DismissableLayer>;\ntype PopperContentProps = Radix.ComponentPropsWithoutRef<typeof PopperPrimitive.Content>;\ninterface PopoverContentImplProps\n extends PopperContentProps,\n Omit<DismissableLayerProps, 'onDismiss'> {\n /**\n * Whether focus should be trapped within the `Popover`\n * (default: false)\n */\n trapFocus?: FocusScopeProps['trapped'];\n\n /**\n * Event handler called when auto-focusing on open.\n * Can be prevented.\n */\n onOpenAutoFocus?: FocusScopeProps['onMountAutoFocus'];\n\n /**\n * Event handler called when auto-focusing on close.\n * Can be prevented.\n */\n onCloseAutoFocus?: FocusScopeProps['onUnmountAutoFocus'];\n}\n\nconst PopoverContentImpl = React.forwardRef<PopoverContentImplElement, PopoverContentImplProps>(\n (props: ScopedProps<PopoverContentImplProps>, forwardedRef) => {\n const {\n __scopePopover,\n trapFocus,\n onOpenAutoFocus,\n onCloseAutoFocus,\n disableOutsidePointerEvents,\n onEscapeKeyDown,\n onPointerDownOutside,\n onFocusOutside,\n onInteractOutside,\n ...contentProps\n } = props;\n const context = usePopoverContext(CONTENT_NAME, __scopePopover);\n const popperScope = usePopperScope(__scopePopover);\n\n // Make sure the whole tree has focus guards as our `Popover` may be\n // the last element in the DOM (beacuse of the `Portal`)\n useFocusGuards();\n\n return (\n <FocusScope\n asChild\n loop\n trapped={trapFocus}\n onMountAutoFocus={onOpenAutoFocus}\n onUnmountAutoFocus={onCloseAutoFocus}\n >\n <DismissableLayer\n asChild\n disableOutsidePointerEvents={disableOutsidePointerEvents}\n onInteractOutside={onInteractOutside}\n onEscapeKeyDown={onEscapeKeyDown}\n onPointerDownOutside={onPointerDownOutside}\n onFocusOutside={onFocusOutside}\n onDismiss={() => context.onOpenChange(false)}\n >\n <PopperPrimitive.Content\n data-state={getState(context.open)}\n role=\"dialog\"\n id={context.contentId}\n {...popperScope}\n {...contentProps}\n ref={forwardedRef}\n style={{\n ...contentProps.style,\n // re-namespace exposed content custom property\n ['--radix-popover-content-transform-origin' as any]:\n 'var(--radix-popper-transform-origin)',\n }}\n />\n </DismissableLayer>\n </FocusScope>\n );\n }\n);\n\n/* -------------------------------------------------------------------------------------------------\n * PopoverClose\n * -----------------------------------------------------------------------------------------------*/\n\nconst CLOSE_NAME = 'PopoverClose';\n\ntype PopoverCloseElement = React.ElementRef<typeof Primitive.button>;\ninterface PopoverCloseProps extends PrimitiveButtonProps {}\n\nconst PopoverClose = React.forwardRef<PopoverCloseElement, PopoverCloseProps>(\n (props: ScopedProps<PopoverCloseProps>, forwardedRef) => {\n const { __scopePopover, ...closeProps } = props;\n const context = usePopoverContext(CLOSE_NAME, __scopePopover);\n return (\n <Primitive.button\n type=\"button\"\n {...closeProps}\n ref={forwardedRef}\n onClick={composeEventHandlers(props.onClick, () => context.onOpenChange(false))}\n />\n );\n }\n);\n\nPopoverClose.displayName = CLOSE_NAME;\n\n/* -------------------------------------------------------------------------------------------------\n * PopoverArrow\n * -----------------------------------------------------------------------------------------------*/\n\nconst ARROW_NAME = 'PopoverArrow';\n\ntype PopoverArrowElement = React.ElementRef<typeof PopperPrimitive.Arrow>;\ntype PopperArrowProps = Radix.ComponentPropsWithoutRef<typeof PopperPrimitive.Arrow>;\ninterface PopoverArrowProps extends PopperArrowProps {}\n\nconst PopoverArrow = React.forwardRef<PopoverArrowElement, PopoverArrowProps>(\n (props: ScopedProps<PopoverArrowProps>, forwardedRef) => {\n const { __scopePopover, ...arrowProps } = props;\n const popperScope = usePopperScope(__scopePopover);\n return <PopperPrimitive.Arrow {...popperScope} {...arrowProps} ref={forwardedRef} />;\n }\n);\n\nPopoverArrow.displayName = ARROW_NAME;\n\n/* -----------------------------------------------------------------------------------------------*/\n\nfunction getState(open: boolean) {\n return open ? 'open' : 'closed';\n}\n\nconst Root = Popover;\nconst Anchor = PopoverAnchor;\nconst Trigger = PopoverTrigger;\nconst Portal = PopoverPortal;\nconst Content = PopoverContent;\nconst Close = PopoverClose;\nconst Arrow = PopoverArrow;\n\nexport {\n createPopoverScope,\n //\n Popover,\n PopoverAnchor,\n PopoverTrigger,\n PopoverPortal,\n PopoverContent,\n PopoverClose,\n PopoverArrow,\n //\n Root,\n Anchor,\n Trigger,\n Portal,\n Content,\n Close,\n Arrow,\n};\nexport type {\n PopoverProps,\n PopoverAnchorProps,\n PopoverTriggerProps,\n PopoverPortalProps,\n PopoverContentProps,\n PopoverCloseProps,\n PopoverArrowProps,\n};\n"],"names":["React","composeEventHandlers","useComposedRefs","createContextScope","DismissableLayer","useFocusGuards","FocusScope","useId","PopperPrimitive","createPopperScope","Portal","PortalPrimitive","Presence","Primitive","Slot","useControllableState","hideOthers","RemoveScroll","POPOVER_NAME","createPopoverContext","createPopoverScope","usePopperScope","PopoverProvider","usePopoverContext","Popover","props","__scopePopover","children","open","openProp","defaultOpen","onOpenChange","modal","allowPinchZoom","popperScope","triggerRef","useRef","hasCustomAnchor","setHasCustomAnchor","useState","setOpen","prop","defaultProp","onChange","useCallback","prevOpen","ANCHOR_NAME","PopoverAnchor","forwardRef","forwardedRef","anchorProps","context","onCustomAnchorAdd","onCustomAnchorRemove","useEffect","TRIGGER_NAME","PopoverTrigger","triggerProps","composedTriggerRef","trigger","contentId","getState","onClick","onOpenToggle","PORTAL_NAME","PortalProvider","usePortalContext","forceMount","undefined","PopoverPortal","container","CONTENT_NAME","PopoverContent","portalContext","contentProps","PopoverContentModal","contentRef","composedRefs","isRightClickOutsideRef","content","current","onCloseAutoFocus","event","preventDefault","focus","onPointerDownOutside","originalEvent","detail","ctrlLeftClick","button","ctrlKey","isRightClick","checkForDefaultPrevented","onFocusOutside","PopoverContentNonModal","hasInteractedOutsideRef","defaultPrevented","onInteractOutside","target","targetIsTrigger","contains","PopoverContentImpl","trapFocus","onOpenAutoFocus","disableOutsidePointerEvents","onEscapeKeyDown","style","CLOSE_NAME","PopoverClose","closeProps","ARROW_NAME","PopoverArrow","arrowProps","Root","Anchor","Trigger","Content","Close","Arrow"],"version":3,"file":"index.module.js.map"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@radix-ui/react-popover",
|
|
3
|
-
"version": "0.1.7-rc.
|
|
3
|
+
"version": "0.1.7-rc.40",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"source": "src/index.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -18,19 +18,20 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@babel/runtime": "^7.13.10",
|
|
20
20
|
"@radix-ui/primitive": "0.1.0",
|
|
21
|
-
"@radix-ui/react-compose-refs": "0.1.1-rc.
|
|
22
|
-
"@radix-ui/react-context": "0.1.2-rc.
|
|
23
|
-
"@radix-ui/react-dismissable-layer": "0.1.6-rc.
|
|
24
|
-
"@radix-ui/react-focus-guards": "0.1.1-rc.
|
|
25
|
-
"@radix-ui/react-focus-scope": "0.1.5-rc.
|
|
26
|
-
"@radix-ui/react-id": "0.1.6-rc.
|
|
27
|
-
"@radix-ui/react-popper": "0.1.5-rc.
|
|
28
|
-
"@radix-ui/react-portal": "0.1.5-rc.
|
|
29
|
-
"@radix-ui/react-presence": "0.1.3-rc.
|
|
30
|
-
"@radix-ui/react-primitive": "0.1.5-rc.
|
|
31
|
-
"@radix-ui/react-
|
|
21
|
+
"@radix-ui/react-compose-refs": "0.1.1-rc.40",
|
|
22
|
+
"@radix-ui/react-context": "0.1.2-rc.40",
|
|
23
|
+
"@radix-ui/react-dismissable-layer": "0.1.6-rc.40",
|
|
24
|
+
"@radix-ui/react-focus-guards": "0.1.1-rc.40",
|
|
25
|
+
"@radix-ui/react-focus-scope": "0.1.5-rc.40",
|
|
26
|
+
"@radix-ui/react-id": "0.1.6-rc.40",
|
|
27
|
+
"@radix-ui/react-popper": "0.1.5-rc.40",
|
|
28
|
+
"@radix-ui/react-portal": "0.1.5-rc.40",
|
|
29
|
+
"@radix-ui/react-presence": "0.1.3-rc.40",
|
|
30
|
+
"@radix-ui/react-primitive": "0.1.5-rc.40",
|
|
31
|
+
"@radix-ui/react-slot": "0.1.3-rc.40",
|
|
32
|
+
"@radix-ui/react-use-controllable-state": "0.1.1-rc.40",
|
|
32
33
|
"aria-hidden": "^1.1.1",
|
|
33
|
-
"react-remove-scroll": "
|
|
34
|
+
"react-remove-scroll": "2.5.4"
|
|
34
35
|
},
|
|
35
36
|
"peerDependencies": {
|
|
36
37
|
"react": "^16.8 || ^17.0 || ^18.0",
|