@planningcenter/tapestry 3.2.2-rc.8 → 3.2.2
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/components/NumberStepper/NumberStepper.d.ts +8 -16
- package/dist/components/NumberStepper/NumberStepper.d.ts.map +1 -1
- package/dist/components/NumberStepper/NumberStepper.js +2 -2
- package/dist/components/NumberStepper/NumberStepper.js.map +1 -1
- package/dist/components/date-picker/DatePicker.d.ts +7 -5
- package/dist/components/date-picker/DatePicker.d.ts.map +1 -1
- package/dist/components/date-picker/DatePicker.js +130 -6
- package/dist/components/date-picker/DatePicker.js.map +1 -1
- package/dist/components/select/Select.d.ts +2 -2
- package/dist/components/select/Select.d.ts.map +1 -1
- package/dist/components/select/Select.js +4 -1
- package/dist/components/select/Select.js.map +1 -1
- package/dist/components/select/SelectNative.d.ts +2 -2
- package/dist/components/select/SelectNative.d.ts.map +1 -1
- package/dist/components/select/SelectNative.js.map +1 -1
- package/dist/components/select/SelectPopover.d.ts +2 -1
- package/dist/components/select/SelectPopover.d.ts.map +1 -1
- package/dist/components/select/SelectPopover.js.map +1 -1
- package/dist/ext/@internationalized/date/dist/CalendarDate.js +62 -4
- package/dist/ext/@internationalized/date/dist/CalendarDate.js.map +1 -1
- package/dist/ext/@internationalized/date/dist/conversion.js +33 -2
- package/dist/ext/@internationalized/date/dist/conversion.js.map +1 -1
- package/dist/ext/@internationalized/date/dist/manipulation.js +117 -1
- package/dist/ext/@internationalized/date/dist/manipulation.js.map +1 -1
- package/dist/ext/@internationalized/date/dist/queries.js +9 -1
- package/dist/ext/@internationalized/date/dist/queries.js.map +1 -1
- package/dist/ext/@internationalized/date/dist/string.js +14 -1
- package/dist/ext/@internationalized/date/dist/string.js.map +1 -1
- package/dist/ext/@react-aria/focus/dist/FocusScope.js +664 -0
- package/dist/ext/@react-aria/focus/dist/FocusScope.js.map +1 -0
- package/dist/ext/@react-aria/interactions/dist/focusSafely.js +38 -0
- package/dist/ext/@react-aria/interactions/dist/focusSafely.js.map +1 -0
- package/dist/ext/@react-aria/interactions/dist/useFocusVisible.js +165 -0
- package/dist/ext/@react-aria/interactions/dist/useFocusVisible.js.map +1 -0
- package/dist/ext/@react-aria/interactions/dist/utils.js +6 -0
- package/dist/ext/@react-aria/interactions/dist/utils.js.map +1 -0
- package/dist/ext/@react-aria/utils/dist/DOMFunctions.js +38 -0
- package/dist/ext/@react-aria/utils/dist/DOMFunctions.js.map +1 -0
- package/dist/ext/@react-aria/utils/dist/ShadowTreeWalker.js +193 -0
- package/dist/ext/@react-aria/utils/dist/ShadowTreeWalker.js.map +1 -0
- package/dist/ext/@react-aria/utils/dist/domHelpers.js +20 -0
- package/dist/ext/@react-aria/utils/dist/domHelpers.js.map +1 -0
- package/dist/ext/@react-aria/utils/dist/focusWithoutScrolling.js +66 -0
- package/dist/ext/@react-aria/utils/dist/focusWithoutScrolling.js.map +1 -0
- package/dist/ext/@react-aria/utils/dist/isElementVisible.js +39 -0
- package/dist/ext/@react-aria/utils/dist/isElementVisible.js.map +1 -0
- package/dist/ext/@react-aria/utils/dist/isFocusable.js +49 -0
- package/dist/ext/@react-aria/utils/dist/isFocusable.js.map +1 -0
- package/dist/ext/@react-aria/utils/dist/isVirtualEvent.js +25 -0
- package/dist/ext/@react-aria/utils/dist/isVirtualEvent.js.map +1 -0
- package/dist/ext/@react-aria/utils/dist/openLink.js +42 -0
- package/dist/ext/@react-aria/utils/dist/openLink.js.map +1 -0
- package/dist/ext/@react-aria/utils/dist/platform.js +59 -0
- package/dist/ext/@react-aria/utils/dist/platform.js.map +1 -0
- package/dist/ext/@react-aria/utils/dist/runAfterTransition.js +91 -0
- package/dist/ext/@react-aria/utils/dist/runAfterTransition.js.map +1 -0
- package/dist/ext/@react-aria/utils/dist/useLayoutEffect.js +17 -0
- package/dist/ext/@react-aria/utils/dist/useLayoutEffect.js.map +1 -0
- package/dist/ext/@react-stately/flags/dist/import.js +7 -0
- package/dist/ext/@react-stately/flags/dist/import.js.map +1 -0
- package/dist/reactRender.css +1118 -984
- package/dist/reactRender.css.map +1 -1
- package/dist/reactRenderLegacy.css +1118 -984
- package/dist/reactRenderLegacy.css.map +1 -1
- package/dist/unstable.css +137 -3
- package/dist/unstable.css.map +1 -1
- package/package.json +3 -3
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"platform.js","sources":["../../../../../../../node_modules/@react-aria/utils/dist/platform.mjs"],"sourcesContent":["/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */ function $c87311424ea30a05$var$testUserAgent(re) {\n var _window_navigator_userAgentData;\n if (typeof window === 'undefined' || window.navigator == null) return false;\n let brands = (_window_navigator_userAgentData = window.navigator['userAgentData']) === null || _window_navigator_userAgentData === void 0 ? void 0 : _window_navigator_userAgentData.brands;\n return Array.isArray(brands) && brands.some((brand)=>re.test(brand.brand)) || re.test(window.navigator.userAgent);\n}\nfunction $c87311424ea30a05$var$testPlatform(re) {\n var _window_navigator_userAgentData;\n return typeof window !== 'undefined' && window.navigator != null ? re.test(((_window_navigator_userAgentData = window.navigator['userAgentData']) === null || _window_navigator_userAgentData === void 0 ? void 0 : _window_navigator_userAgentData.platform) || window.navigator.platform) : false;\n}\nfunction $c87311424ea30a05$var$cached(fn) {\n if (process.env.NODE_ENV === 'test') return fn;\n let res = null;\n return ()=>{\n if (res == null) res = fn();\n return res;\n };\n}\nconst $c87311424ea30a05$export$9ac100e40613ea10 = $c87311424ea30a05$var$cached(function() {\n return $c87311424ea30a05$var$testPlatform(/^Mac/i);\n});\nconst $c87311424ea30a05$export$186c6964ca17d99 = $c87311424ea30a05$var$cached(function() {\n return $c87311424ea30a05$var$testPlatform(/^iPhone/i);\n});\nconst $c87311424ea30a05$export$7bef049ce92e4224 = $c87311424ea30a05$var$cached(function() {\n return $c87311424ea30a05$var$testPlatform(/^iPad/i) || // iPadOS 13 lies and says it's a Mac, but we can distinguish by detecting touch support.\n $c87311424ea30a05$export$9ac100e40613ea10() && navigator.maxTouchPoints > 1;\n});\nconst $c87311424ea30a05$export$fedb369cb70207f1 = $c87311424ea30a05$var$cached(function() {\n return $c87311424ea30a05$export$186c6964ca17d99() || $c87311424ea30a05$export$7bef049ce92e4224();\n});\nconst $c87311424ea30a05$export$e1865c3bedcd822b = $c87311424ea30a05$var$cached(function() {\n return $c87311424ea30a05$export$9ac100e40613ea10() || $c87311424ea30a05$export$fedb369cb70207f1();\n});\nconst $c87311424ea30a05$export$78551043582a6a98 = $c87311424ea30a05$var$cached(function() {\n return $c87311424ea30a05$var$testUserAgent(/AppleWebKit/i) && !$c87311424ea30a05$export$6446a186d09e379e();\n});\nconst $c87311424ea30a05$export$6446a186d09e379e = $c87311424ea30a05$var$cached(function() {\n return $c87311424ea30a05$var$testUserAgent(/Chrome/i);\n});\nconst $c87311424ea30a05$export$a11b0059900ceec8 = $c87311424ea30a05$var$cached(function() {\n return $c87311424ea30a05$var$testUserAgent(/Android/i);\n});\nconst $c87311424ea30a05$export$b7d78993b74f766d = $c87311424ea30a05$var$cached(function() {\n return $c87311424ea30a05$var$testUserAgent(/Firefox/i);\n});\n\n\nexport {$c87311424ea30a05$export$9ac100e40613ea10 as isMac, $c87311424ea30a05$export$186c6964ca17d99 as isIPhone, $c87311424ea30a05$export$7bef049ce92e4224 as isIPad, $c87311424ea30a05$export$fedb369cb70207f1 as isIOS, $c87311424ea30a05$export$e1865c3bedcd822b as isAppleDevice, $c87311424ea30a05$export$78551043582a6a98 as isWebKit, $c87311424ea30a05$export$6446a186d09e379e as isChrome, $c87311424ea30a05$export$a11b0059900ceec8 as isAndroid, $c87311424ea30a05$export$b7d78993b74f766d as isFirefox};\n//# sourceMappingURL=platform.module.js.map\n"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,IAAI,SAAS,mCAAmC,CAAC,EAAE,EAAE;AACrD,IAAI,IAAI,+BAA+B;AACvC,IAAI,IAAI,OAAO,MAAM,KAAK,WAAW,IAAI,MAAM,CAAC,SAAS,IAAI,IAAI,EAAE,OAAO,KAAK;AAC/E,IAAI,IAAI,MAAM,GAAG,CAAC,+BAA+B,GAAG,MAAM,CAAC,SAAS,CAAC,eAAe,CAAC,MAAM,IAAI,IAAI,+BAA+B,KAAK,MAAM,GAAG,MAAM,GAAG,+BAA+B,CAAC,MAAM;AAC/L,IAAI,OAAO,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,IAAI,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,GAAG,EAAE,CAAC,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,IAAI,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,SAAS,CAAC,SAAS,CAAC;AACrH;AACA,SAAS,kCAAkC,CAAC,EAAE,EAAE;AAChD,IAAI,IAAI,+BAA+B;AACvC,IAAI,OAAO,OAAO,MAAM,KAAK,WAAW,IAAI,MAAM,CAAC,SAAS,IAAI,IAAI,GAAG,EAAE,CAAC,IAAI,CAAC,CAAC,CAAC,+BAA+B,GAAG,MAAM,CAAC,SAAS,CAAC,eAAe,CAAC,MAAM,IAAI,IAAI,+BAA+B,KAAK,MAAM,GAAG,MAAM,GAAG,+BAA+B,CAAC,QAAQ,KAAK,MAAM,CAAC,SAAS,CAAC,QAAQ,CAAC,GAAG,KAAK;AACvS;AACA,SAAS,4BAA4B,CAAC,EAAE,EAAE;AAC1C,IAAI,IAAI,OAAO,CAAC,GAAG,CAAC,QAAQ,KAAK,MAAM,EAAE,OAAO,EAAE;AAClD,IAAI,IAAI,GAAG,GAAG,IAAI;AAClB,IAAI,OAAO,IAAI;AACf,QAAQ,IAAI,GAAG,IAAI,IAAI,EAAE,GAAG,GAAG,EAAE,EAAE;AACnC,QAAQ,OAAO,GAAG;AAClB,IAAI,CAAC;AACL;AACK,MAAC,yCAAyC,GAAG,4BAA4B,CAAC,WAAW;AAC1F,IAAI,OAAO,kCAAkC,CAAC,OAAO,CAAC;AACtD,CAAC;AACI,MAAC,wCAAwC,GAAG,4BAA4B,CAAC,WAAW;AACzF,IAAI,OAAO,kCAAkC,CAAC,UAAU,CAAC;AACzD,CAAC;AACI,MAAC,yCAAyC,GAAG,4BAA4B,CAAC,WAAW;AAC1F,IAAI,OAAO,kCAAkC,CAAC,QAAQ,CAAC;AACvD,IAAI,yCAAyC,EAAE,IAAI,SAAS,CAAC,cAAc,GAAG,CAAC;AAC/E,CAAC;AACI,MAAC,yCAAyC,GAAG,4BAA4B,CAAC,WAAW;AAC1F,IAAI,OAAO,wCAAwC,EAAE,IAAI,yCAAyC,EAAE;AACpG,CAAC;AACiD,4BAA4B,CAAC,WAAW;AAC1F,IAAI,OAAO,yCAAyC,EAAE,IAAI,yCAAyC,EAAE;AACrG,CAAC;AACI,MAAC,yCAAyC,GAAG,4BAA4B,CAAC,WAAW;AAC1F,IAAI,OAAO,mCAAmC,CAAC,cAAc,CAAC,IAAI,CAAC,yCAAyC,EAAE;AAC9G,CAAC;AACI,MAAC,yCAAyC,GAAG,4BAA4B,CAAC,WAAW;AAC1F,IAAI,OAAO,mCAAmC,CAAC,SAAS,CAAC;AACzD,CAAC;AACI,MAAC,yCAAyC,GAAG,4BAA4B,CAAC,WAAW;AAC1F,IAAI,OAAO,mCAAmC,CAAC,UAAU,CAAC;AAC1D,CAAC;AACI,MAAC,yCAAyC,GAAG,4BAA4B,CAAC,WAAW;AAC1F,IAAI,OAAO,mCAAmC,CAAC,UAAU,CAAC;AAC1D,CAAC;;;;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
import { getEventTarget as $d4ee10de306f2510$export$e58f029f0fbfdb29 } from './DOMFunctions.js';
|
|
2
|
+
|
|
3
|
+
/*
|
|
4
|
+
* Copyright 2020 Adobe. All rights reserved.
|
|
5
|
+
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
6
|
+
* you may not use this file except in compliance with the License. You may obtain a copy
|
|
7
|
+
* of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
*
|
|
9
|
+
* Unless required by applicable law or agreed to in writing, software distributed under
|
|
10
|
+
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
11
|
+
* OF ANY KIND, either express or implied. See the License for the specific language
|
|
12
|
+
* governing permissions and limitations under the License.
|
|
13
|
+
*/ // We store a global list of elements that are currently transitioning,
|
|
14
|
+
// mapped to a set of CSS properties that are transitioning for that element.
|
|
15
|
+
// This is necessary rather than a simple count of transitions because of browser
|
|
16
|
+
// bugs, e.g. Chrome sometimes fires both transitionend and transitioncancel rather
|
|
17
|
+
// than one or the other. So we need to track what's actually transitioning so that
|
|
18
|
+
// we can ignore these duplicate events.
|
|
19
|
+
|
|
20
|
+
let $bbed8b41f857bcc0$var$transitionsByElement = new Map();
|
|
21
|
+
// A list of callbacks to call once there are no transitioning elements.
|
|
22
|
+
let $bbed8b41f857bcc0$var$transitionCallbacks = new Set();
|
|
23
|
+
function $bbed8b41f857bcc0$var$setupGlobalEvents() {
|
|
24
|
+
if (typeof window === 'undefined') return;
|
|
25
|
+
function isTransitionEvent(event) {
|
|
26
|
+
return 'propertyName' in event;
|
|
27
|
+
}
|
|
28
|
+
let onTransitionStart = (e)=>{
|
|
29
|
+
let eventTarget = ($d4ee10de306f2510$export$e58f029f0fbfdb29)(e);
|
|
30
|
+
if (!isTransitionEvent(e) || !eventTarget) return;
|
|
31
|
+
// Add the transitioning property to the list for this element.
|
|
32
|
+
let transitions = $bbed8b41f857bcc0$var$transitionsByElement.get(eventTarget);
|
|
33
|
+
if (!transitions) {
|
|
34
|
+
transitions = new Set();
|
|
35
|
+
$bbed8b41f857bcc0$var$transitionsByElement.set(eventTarget, transitions);
|
|
36
|
+
// The transitioncancel event must be registered on the element itself, rather than as a global
|
|
37
|
+
// event. This enables us to handle when the node is deleted from the document while it is transitioning.
|
|
38
|
+
// In that case, the cancel event would have nowhere to bubble to so we need to handle it directly.
|
|
39
|
+
eventTarget.addEventListener('transitioncancel', onTransitionEnd, {
|
|
40
|
+
once: true
|
|
41
|
+
});
|
|
42
|
+
}
|
|
43
|
+
transitions.add(e.propertyName);
|
|
44
|
+
};
|
|
45
|
+
let onTransitionEnd = (e)=>{
|
|
46
|
+
let eventTarget = ($d4ee10de306f2510$export$e58f029f0fbfdb29)(e);
|
|
47
|
+
if (!isTransitionEvent(e) || !eventTarget) return;
|
|
48
|
+
// Remove property from list of transitioning properties.
|
|
49
|
+
let properties = $bbed8b41f857bcc0$var$transitionsByElement.get(eventTarget);
|
|
50
|
+
if (!properties) return;
|
|
51
|
+
properties.delete(e.propertyName);
|
|
52
|
+
// If empty, remove transitioncancel event, and remove the element from the list of transitioning elements.
|
|
53
|
+
if (properties.size === 0) {
|
|
54
|
+
eventTarget.removeEventListener('transitioncancel', onTransitionEnd);
|
|
55
|
+
$bbed8b41f857bcc0$var$transitionsByElement.delete(eventTarget);
|
|
56
|
+
}
|
|
57
|
+
// If no transitioning elements, call all of the queued callbacks.
|
|
58
|
+
if ($bbed8b41f857bcc0$var$transitionsByElement.size === 0) {
|
|
59
|
+
for (let cb of $bbed8b41f857bcc0$var$transitionCallbacks)cb();
|
|
60
|
+
$bbed8b41f857bcc0$var$transitionCallbacks.clear();
|
|
61
|
+
}
|
|
62
|
+
};
|
|
63
|
+
document.body.addEventListener('transitionrun', onTransitionStart);
|
|
64
|
+
document.body.addEventListener('transitionend', onTransitionEnd);
|
|
65
|
+
}
|
|
66
|
+
if (typeof document !== 'undefined') {
|
|
67
|
+
if (document.readyState !== 'loading') $bbed8b41f857bcc0$var$setupGlobalEvents();
|
|
68
|
+
else document.addEventListener('DOMContentLoaded', $bbed8b41f857bcc0$var$setupGlobalEvents);
|
|
69
|
+
}
|
|
70
|
+
/**
|
|
71
|
+
* Cleans up any elements that are no longer in the document.
|
|
72
|
+
* This is necessary because we can't rely on transitionend events to fire
|
|
73
|
+
* for elements that are removed from the document while transitioning.
|
|
74
|
+
*/ function $bbed8b41f857bcc0$var$cleanupDetachedElements() {
|
|
75
|
+
for (const [eventTarget] of $bbed8b41f857bcc0$var$transitionsByElement)// Similar to `eventTarget instanceof Element && !eventTarget.isConnected`, but avoids
|
|
76
|
+
// the explicit instanceof check, since it may be different in different contexts.
|
|
77
|
+
if ('isConnected' in eventTarget && !eventTarget.isConnected) $bbed8b41f857bcc0$var$transitionsByElement.delete(eventTarget);
|
|
78
|
+
}
|
|
79
|
+
function $bbed8b41f857bcc0$export$24490316f764c430(fn) {
|
|
80
|
+
// Wait one frame to see if an animation starts, e.g. a transition on mount.
|
|
81
|
+
requestAnimationFrame(()=>{
|
|
82
|
+
$bbed8b41f857bcc0$var$cleanupDetachedElements();
|
|
83
|
+
// If no transitions are running, call the function immediately.
|
|
84
|
+
// Otherwise, add it to a list of callbacks to run at the end of the animation.
|
|
85
|
+
if ($bbed8b41f857bcc0$var$transitionsByElement.size === 0) fn();
|
|
86
|
+
else $bbed8b41f857bcc0$var$transitionCallbacks.add(fn);
|
|
87
|
+
});
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
export { $bbed8b41f857bcc0$export$24490316f764c430 as runAfterTransition };
|
|
91
|
+
//# sourceMappingURL=runAfterTransition.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"runAfterTransition.js","sources":["../../../../../../../node_modules/@react-aria/utils/dist/runAfterTransition.mjs"],"sourcesContent":["import {getEventTarget as $d4ee10de306f2510$export$e58f029f0fbfdb29} from \"./DOMFunctions.mjs\";\n\n/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */ // We store a global list of elements that are currently transitioning,\n// mapped to a set of CSS properties that are transitioning for that element.\n// This is necessary rather than a simple count of transitions because of browser\n// bugs, e.g. Chrome sometimes fires both transitionend and transitioncancel rather\n// than one or the other. So we need to track what's actually transitioning so that\n// we can ignore these duplicate events.\n\nlet $bbed8b41f857bcc0$var$transitionsByElement = new Map();\n// A list of callbacks to call once there are no transitioning elements.\nlet $bbed8b41f857bcc0$var$transitionCallbacks = new Set();\nfunction $bbed8b41f857bcc0$var$setupGlobalEvents() {\n if (typeof window === 'undefined') return;\n function isTransitionEvent(event) {\n return 'propertyName' in event;\n }\n let onTransitionStart = (e)=>{\n let eventTarget = (0, $d4ee10de306f2510$export$e58f029f0fbfdb29)(e);\n if (!isTransitionEvent(e) || !eventTarget) return;\n // Add the transitioning property to the list for this element.\n let transitions = $bbed8b41f857bcc0$var$transitionsByElement.get(eventTarget);\n if (!transitions) {\n transitions = new Set();\n $bbed8b41f857bcc0$var$transitionsByElement.set(eventTarget, transitions);\n // The transitioncancel event must be registered on the element itself, rather than as a global\n // event. This enables us to handle when the node is deleted from the document while it is transitioning.\n // In that case, the cancel event would have nowhere to bubble to so we need to handle it directly.\n eventTarget.addEventListener('transitioncancel', onTransitionEnd, {\n once: true\n });\n }\n transitions.add(e.propertyName);\n };\n let onTransitionEnd = (e)=>{\n let eventTarget = (0, $d4ee10de306f2510$export$e58f029f0fbfdb29)(e);\n if (!isTransitionEvent(e) || !eventTarget) return;\n // Remove property from list of transitioning properties.\n let properties = $bbed8b41f857bcc0$var$transitionsByElement.get(eventTarget);\n if (!properties) return;\n properties.delete(e.propertyName);\n // If empty, remove transitioncancel event, and remove the element from the list of transitioning elements.\n if (properties.size === 0) {\n eventTarget.removeEventListener('transitioncancel', onTransitionEnd);\n $bbed8b41f857bcc0$var$transitionsByElement.delete(eventTarget);\n }\n // If no transitioning elements, call all of the queued callbacks.\n if ($bbed8b41f857bcc0$var$transitionsByElement.size === 0) {\n for (let cb of $bbed8b41f857bcc0$var$transitionCallbacks)cb();\n $bbed8b41f857bcc0$var$transitionCallbacks.clear();\n }\n };\n document.body.addEventListener('transitionrun', onTransitionStart);\n document.body.addEventListener('transitionend', onTransitionEnd);\n}\nif (typeof document !== 'undefined') {\n if (document.readyState !== 'loading') $bbed8b41f857bcc0$var$setupGlobalEvents();\n else document.addEventListener('DOMContentLoaded', $bbed8b41f857bcc0$var$setupGlobalEvents);\n}\n/**\n * Cleans up any elements that are no longer in the document.\n * This is necessary because we can't rely on transitionend events to fire\n * for elements that are removed from the document while transitioning.\n */ function $bbed8b41f857bcc0$var$cleanupDetachedElements() {\n for (const [eventTarget] of $bbed8b41f857bcc0$var$transitionsByElement)// Similar to `eventTarget instanceof Element && !eventTarget.isConnected`, but avoids\n // the explicit instanceof check, since it may be different in different contexts.\n if ('isConnected' in eventTarget && !eventTarget.isConnected) $bbed8b41f857bcc0$var$transitionsByElement.delete(eventTarget);\n}\nfunction $bbed8b41f857bcc0$export$24490316f764c430(fn) {\n // Wait one frame to see if an animation starts, e.g. a transition on mount.\n requestAnimationFrame(()=>{\n $bbed8b41f857bcc0$var$cleanupDetachedElements();\n // If no transitions are running, call the function immediately.\n // Otherwise, add it to a list of callbacks to run at the end of the animation.\n if ($bbed8b41f857bcc0$var$transitionsByElement.size === 0) fn();\n else $bbed8b41f857bcc0$var$transitionCallbacks.add(fn);\n });\n}\n\n\nexport {$bbed8b41f857bcc0$export$24490316f764c430 as runAfterTransition};\n//# sourceMappingURL=runAfterTransition.module.js.map\n"],"names":[],"mappings":"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","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React__default from 'react';
|
|
2
|
+
|
|
3
|
+
/*
|
|
4
|
+
* Copyright 2020 Adobe. All rights reserved.
|
|
5
|
+
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
6
|
+
* you may not use this file except in compliance with the License. You may obtain a copy
|
|
7
|
+
* of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
*
|
|
9
|
+
* Unless required by applicable law or agreed to in writing, software distributed under
|
|
10
|
+
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
11
|
+
* OF ANY KIND, either express or implied. See the License for the specific language
|
|
12
|
+
* governing permissions and limitations under the License.
|
|
13
|
+
*/
|
|
14
|
+
const $f0a04ccd8dbdd83b$export$e5c5a5f917a5871c = typeof document !== 'undefined' ? (React__default).useLayoutEffect : ()=>{};
|
|
15
|
+
|
|
16
|
+
export { $f0a04ccd8dbdd83b$export$e5c5a5f917a5871c as useLayoutEffect };
|
|
17
|
+
//# sourceMappingURL=useLayoutEffect.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useLayoutEffect.js","sources":["../../../../../../../node_modules/@react-aria/utils/dist/useLayoutEffect.mjs"],"sourcesContent":["import $HgANd$react from \"react\";\n\n/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */ \nconst $f0a04ccd8dbdd83b$export$e5c5a5f917a5871c = typeof document !== 'undefined' ? (0, $HgANd$react).useLayoutEffect : ()=>{};\n\n\nexport {$f0a04ccd8dbdd83b$export$e5c5a5f917a5871c as useLayoutEffect};\n//# sourceMappingURL=useLayoutEffect.module.js.map\n"],"names":["$HgANd$react"],"mappings":";;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACK,MAAC,yCAAyC,GAAG,OAAO,QAAQ,KAAK,WAAW,GAAG,CAAIA,cAAY,EAAE,eAAe,GAAG,IAAI,CAAC;;;;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"import.js","sources":["../../../../../../../node_modules/@react-stately/flags/dist/import.mjs"],"sourcesContent":["/*\n * Copyright 2023 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */ let $f4e2df6bd15f8569$var$_tableNestedRows = false;\nlet $f4e2df6bd15f8569$var$_shadowDOM = false;\nfunction $f4e2df6bd15f8569$export$d9d8a0f82de49530() {\n $f4e2df6bd15f8569$var$_tableNestedRows = true;\n}\nfunction $f4e2df6bd15f8569$export$1b00cb14a96194e6() {\n return $f4e2df6bd15f8569$var$_tableNestedRows;\n}\nfunction $f4e2df6bd15f8569$export$12b151d9882e9985() {\n $f4e2df6bd15f8569$var$_shadowDOM = true;\n}\nfunction $f4e2df6bd15f8569$export$98658e8c59125e6a() {\n return $f4e2df6bd15f8569$var$_shadowDOM;\n}\n\n\nexport {$f4e2df6bd15f8569$export$d9d8a0f82de49530 as enableTableNestedRows, $f4e2df6bd15f8569$export$1b00cb14a96194e6 as tableNestedRows, $f4e2df6bd15f8569$export$12b151d9882e9985 as enableShadowDOM, $f4e2df6bd15f8569$export$98658e8c59125e6a as shadowDOM};\n//# sourceMappingURL=module.js.map\n"],"names":[],"mappings":"AAWA,IAAI,gCAAgC,GAAG,KAAK;AAU5C,SAAS,yCAAyC,GAAG;AACrD,IAAI,OAAO,gCAAgC;AAC3C;;;;","x_google_ignoreList":[0]}
|