@cfx-dev/ui-components 4.2.23 → 4.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (176) hide show
  1. package/dist/Combination-CSgOhzm-.js +2198 -0
  2. package/dist/Combination-N-vN9BB-.js +823 -0
  3. package/dist/Table.module-DHI1mXN2.js +17 -0
  4. package/dist/assets/all_css.css +1 -0
  5. package/dist/assets/css/Checkbox.css +1 -1
  6. package/dist/assets/css/DataTable.css +1 -0
  7. package/dist/assets/css/Table.css +1 -1
  8. package/dist/assets/general/global.css +1 -1
  9. package/dist/cfxIcons-B9nzO6TW.js +98 -0
  10. package/dist/components/Accordion/Accordion.js +25 -26
  11. package/dist/components/Accordion/AccordionShowcase.js +1 -1
  12. package/dist/components/Avatar/Avatar.d.ts +2 -1
  13. package/dist/components/Avatar/Avatar.js +21 -20
  14. package/dist/components/Avatar/AvatarShowcase.js +1 -1
  15. package/dist/components/Badge/Badge.d.ts +2 -1
  16. package/dist/components/Badge/Badge.js +29 -29
  17. package/dist/components/Badge/BadgeShowcase.js +1 -1
  18. package/dist/components/BurgerMenu/BurgerMenu.js +2 -2
  19. package/dist/components/BurgerMenu/BurgerMenuButton.js +1 -1
  20. package/dist/components/BurgerMenu/BurgerMenuShowcase.js +1 -1
  21. package/dist/components/Button/Button.d.ts +5 -2
  22. package/dist/components/Button/Button.js +83 -81
  23. package/dist/components/Button/ButtonShowcase.js +2 -2
  24. package/dist/components/Button/LinkButton.d.ts +1 -1
  25. package/dist/components/Button/LinkButton.js +18 -17
  26. package/dist/components/Button/index.d.ts +1 -1
  27. package/dist/components/Button/index.js +7 -7
  28. package/dist/components/Checkbox/Checkbox.d.ts +1 -0
  29. package/dist/components/Checkbox/Checkbox.js +154 -242
  30. package/dist/components/ClipboardButton/ClipboardButton.js +7 -7
  31. package/dist/components/ControlBox/ControlBox.d.ts +3 -2
  32. package/dist/components/ControlBox/ControlBox.js +13 -10
  33. package/dist/components/CountryFlag/CountryFlag.d.ts +3 -2
  34. package/dist/components/CountryFlag/CountryFlag.js +14 -11
  35. package/dist/components/DataTable/DataTable.d.ts +40 -0
  36. package/dist/components/DataTable/DataTable.js +163 -0
  37. package/dist/components/DataTable/DataTableShowcase.d.ts +5 -0
  38. package/dist/components/DataTable/DataTableShowcase.js +60 -0
  39. package/dist/components/DataTable/index.d.ts +2 -0
  40. package/dist/components/DataTable/index.js +6 -0
  41. package/dist/components/Decorate/Decorate.d.ts +3 -2
  42. package/dist/components/Decorate/Decorate.js +19 -15
  43. package/dist/components/Dot/Dot.d.ts +2 -1
  44. package/dist/components/Dot/Dot.js +15 -13
  45. package/dist/components/DropdownSelect/DropdownSelect.d.ts +2 -1
  46. package/dist/components/DropdownSelect/DropdownSelect.js +665 -1836
  47. package/dist/components/DropdownSelect/DropdownSelectShowcase.js +1 -1
  48. package/dist/components/Flyout/Flyout.d.ts +2 -1
  49. package/dist/components/Flyout/Flyout.js +22 -20
  50. package/dist/components/Icon/Icon.d.ts +2 -1
  51. package/dist/components/Icon/Icon.js +19 -17
  52. package/dist/components/IconBig/IconBig.d.ts +2 -1
  53. package/dist/components/IconBig/IconBig.js +16 -14
  54. package/dist/components/Icons/IconsShowcase.js +1 -1
  55. package/dist/components/Icons/cfx-icons/Radio.d.ts +5 -0
  56. package/dist/components/Icons/cfx-icons/Radio.js +36 -0
  57. package/dist/components/Icons/cfx-icons/Square.js +15 -9
  58. package/dist/components/Icons/cfxIcons.d.ts +1 -0
  59. package/dist/components/Icons/cfxIcons.js +62 -60
  60. package/dist/components/Icons/index.js +1 -1
  61. package/dist/components/Indicator/Indicator.js +9 -10
  62. package/dist/components/InfoPanel/InfoPanelShowcase.js +1 -1
  63. package/dist/components/Input/Input.d.ts +4 -1
  64. package/dist/components/Input/Input.js +101 -88
  65. package/dist/components/Input/InputShowcase.js +1 -1
  66. package/dist/components/Input/RichInput.d.ts +2 -1
  67. package/dist/components/Input/RichInput.js +37 -34
  68. package/dist/components/InputDropzone/InputDropzone.d.ts +1 -1
  69. package/dist/components/InputDropzone/InputDropzone.js +1723 -625
  70. package/dist/components/Interactive/Interactive.d.ts +2 -1
  71. package/dist/components/Interactive/Interactive.js +14 -12
  72. package/dist/components/Island/Island.d.ts +2 -1
  73. package/dist/components/Island/Island.js +24 -24
  74. package/dist/components/Layout/Box/Box.d.ts +8 -2
  75. package/dist/components/Layout/Box/Box.js +53 -51
  76. package/dist/components/Layout/Box/Box.types.d.ts +22 -0
  77. package/dist/components/Layout/Box/Box.types.js +4 -0
  78. package/dist/components/Layout/Box/index.d.ts +1 -1
  79. package/dist/components/Layout/Box/index.js +3 -3
  80. package/dist/components/Layout/Center/Center.d.ts +2 -1
  81. package/dist/components/Layout/Center/Center.js +19 -18
  82. package/dist/components/Layout/Flex/Flex.d.ts +6 -10
  83. package/dist/components/Layout/Flex/Flex.js +53 -64
  84. package/dist/components/Layout/Flex/FlexRestricter.d.ts +2 -1
  85. package/dist/components/Layout/Flex/FlexRestricter.js +13 -12
  86. package/dist/components/Layout/Flex/FlexShowcase.js +1 -1
  87. package/dist/components/Layout/Flex/index.d.ts +2 -2
  88. package/dist/components/Layout/Flex/index.js +8 -8
  89. package/dist/components/Layout/Page/Page.js +11 -12
  90. package/dist/components/Layout/Scrollable/Rail.d.ts +1 -1
  91. package/dist/components/Layout/Scrollable/Scrollable.d.ts +2 -1
  92. package/dist/components/Layout/Scrollable/Scrollable.js +40 -38
  93. package/dist/components/Layout/Scrollable/ScrollableShowcase.js +1 -1
  94. package/dist/components/Layout/Scrollable/VirtualScrollable.js +98 -98
  95. package/dist/components/Link/LinkShowcase.js +1 -1
  96. package/dist/components/Loaf/Loaf.d.ts +2 -1
  97. package/dist/components/Loaf/Loaf.js +17 -16
  98. package/dist/components/Logos/LogosShowcase.js +1 -1
  99. package/dist/components/Modal/Modal.js +16 -17
  100. package/dist/components/Modal/ModalShowcase.js +14 -11
  101. package/dist/components/NavList/NavList.d.ts +2 -1
  102. package/dist/components/NavList/NavList.js +19 -18
  103. package/dist/components/OnScreenSensor.js +1 -1
  104. package/dist/components/Overlay/Overlay.d.ts +4 -2
  105. package/dist/components/Overlay/Overlay.js +31 -23
  106. package/dist/components/Popover/Popover.d.ts +3 -2
  107. package/dist/components/Popover/Popover.js +31 -30
  108. package/dist/components/Popover/PopoverShowcase.js +4 -4
  109. package/dist/components/PremiumBadge/PremiumBadge.d.ts +2 -1
  110. package/dist/components/PremiumBadge/PremiumBadge.js +12 -11
  111. package/dist/components/Select/Select.d.ts +1 -1
  112. package/dist/components/Select/Select.js +666 -1617
  113. package/dist/components/Select/SelectShowcase.js +1 -1
  114. package/dist/components/Shroud/Shroud.d.ts +2 -1
  115. package/dist/components/Shroud/Shroud.js +16 -14
  116. package/dist/components/Skeleton/Skeleton.d.ts +1 -1
  117. package/dist/components/Skeleton/Skeleton.js +26 -27
  118. package/dist/components/Skeleton/SkeletonShowcase.js +4 -4
  119. package/dist/components/Slider/Slider.d.ts +2 -1
  120. package/dist/components/Slider/Slider.js +326 -377
  121. package/dist/components/Slider/SliderShowcase.js +1 -1
  122. package/dist/components/Switch/Switch.js +109 -155
  123. package/dist/components/Table/TableBody.d.ts +8 -0
  124. package/dist/components/Table/TableBody.js +14 -0
  125. package/dist/components/Table/TableCell.d.ts +11 -0
  126. package/dist/components/Table/TableCell.js +54 -0
  127. package/dist/components/Table/TableCellCheckbox.d.ts +11 -0
  128. package/dist/components/Table/TableCellCheckbox.js +20 -0
  129. package/dist/components/Table/TableHeader.d.ts +9 -0
  130. package/dist/components/Table/TableHeader.js +24 -0
  131. package/dist/components/Table/TableIconButton.d.ts +6 -0
  132. package/dist/components/Table/TableIconButton.js +16 -0
  133. package/dist/components/Table/TableRoot.d.ts +8 -0
  134. package/dist/components/Table/TableRoot.js +23 -0
  135. package/dist/components/Table/TableRow.d.ts +13 -0
  136. package/dist/components/Table/TableRow.js +46 -0
  137. package/dist/components/Table/TableShowcase.js +56 -57
  138. package/dist/components/Table/index.d.ts +20 -2
  139. package/dist/components/Table/index.js +17 -5
  140. package/dist/components/Tabular/TabularShowcase.js +1 -1
  141. package/dist/components/Text/Text.d.ts +6 -3
  142. package/dist/components/Text/Text.js +67 -63
  143. package/dist/components/Text/TextShowcase.js +40 -33
  144. package/dist/components/Title/Title.d.ts +3 -1
  145. package/dist/components/Title/TitleShowcase.js +1 -1
  146. package/dist/components/ToggleGroup/ToggleGroupShowcase.js +1 -1
  147. package/dist/index-BHuChyf5.js +238 -0
  148. package/dist/index-Cl_RnsqN.js +386 -0
  149. package/dist/index-DZEAOJqB.js +53 -0
  150. package/dist/index-HDl8nGsm.js +70 -0
  151. package/dist/main.d.ts +7 -5
  152. package/dist/main.js +181 -179
  153. package/dist/{medium-BA3EQDZW.js → medium-Bq5NvyU7.js} +1 -1
  154. package/dist/styles-scss/global.scss +1 -0
  155. package/dist/tslib.es6-CtHwNPxX.js +72 -0
  156. package/dist/utils/hooks/useClipboardComponent.d.ts +1 -1
  157. package/dist/utils/hooks/useOutlet.js +1 -1
  158. package/dist/utils/hooks/usePopoverController.d.ts +1 -1
  159. package/dist/utils/links.js +1 -1
  160. package/dist/utils/mergeRefs.d.ts +1 -1
  161. package/dist/utils/mergeRefs.js +1 -1
  162. package/dist/utils/ui/ui.d.ts +1 -0
  163. package/dist/utils/ui/ui.js +45 -36
  164. package/dist/utils/ui/ui.types.d.ts +4 -0
  165. package/package.json +6 -5
  166. package/dist/Combination-Cbiw1XRb.js +0 -792
  167. package/dist/cfxIcons-BNd1WgpX.js +0 -96
  168. package/dist/components/Table/Table.d.ts +0 -42
  169. package/dist/components/Table/Table.js +0 -170
  170. package/dist/index-2hJuj4UN.js +0 -19069
  171. package/dist/index-AweK2ufS.js +0 -171
  172. package/dist/index-BlbvKsmN.js +0 -82
  173. package/dist/index-ByaXH_ih.js +0 -10
  174. package/dist/index-Bz27DCHt.js +0 -1342
  175. package/dist/index-Cf5Yu9oD.js +0 -67
  176. package/dist/tslib.es6-CBKHJX9H.js +0 -151
@@ -0,0 +1,823 @@
1
+ import { a as re, _ as Ir } from "./inheritsLoose-CyjgKRgL.js";
2
+ import S, { createContext as Sr, forwardRef as Me, useState as z, useRef as J, useCallback as k, useEffect as Nr, useMemo as Tr, Fragment as Pr, PureComponent as Ar } from "react";
3
+ import { P as _e, p as l } from "./index-DQMInta3.js";
4
+ import { a as ae, c as Dr, u as Lr } from "./medium-Bq5NvyU7.js";
5
+ function Mr(e, r) {
6
+ if (e == null) return {};
7
+ var n = {};
8
+ for (var t in e) if ({}.hasOwnProperty.call(e, t)) {
9
+ if (r.indexOf(t) !== -1) continue;
10
+ n[t] = e[t];
11
+ }
12
+ return n;
13
+ }
14
+ var ne = "data-focus-lock", Ce = "data-focus-lock-disabled", _r = "data-no-focus-lock", Cr = "data-autofocus-inside", kr = "data-no-autofocus", Q = {
15
+ width: "1px",
16
+ height: "0px",
17
+ padding: 0,
18
+ overflow: "hidden",
19
+ position: "fixed",
20
+ top: "1px",
21
+ left: "1px"
22
+ };
23
+ process.env.NODE_ENV !== "production" && _e.node;
24
+ var ke = ae({}, function(e) {
25
+ var r = e.target, n = e.currentTarget;
26
+ return {
27
+ target: r,
28
+ currentTarget: n
29
+ };
30
+ }), Re = ae(), Rr = ae(), Wr = Dr({
31
+ async: !0,
32
+ ssr: typeof document < "u"
33
+ }), Ur = /* @__PURE__ */ Sr(void 0), Br = [], ie = /* @__PURE__ */ Me(function(r, n) {
34
+ var t, o = z(), u = o[0], a = o[1], c = J(), b = J(!1), f = J(null), y = z({}), s = y[1], i = r.children, m = r.disabled, d = m === void 0 ? !1 : m, v = r.noFocusGuards, F = v === void 0 ? !1 : v, E = r.persistentFocus, p = E === void 0 ? !1 : E, h = r.crossFrame, x = h === void 0 ? !0 : h, w = r.autoFocus, A = w === void 0 ? !0 : w, H = r.allowTextSelection, q = r.group, ir = r.className, cr = r.whiteList, fr = r.hasPositiveIndices, Fe = r.shards, $ = Fe === void 0 ? Br : Fe, ge = r.as, Ee = ge === void 0 ? "div" : ge, xe = r.lockProps, sr = xe === void 0 ? {} : xe, dr = r.sideCar, Oe = r.returnFocus, V = Oe === void 0 ? !1 : Oe, lr = r.focusOptions, K = r.onActivation, Y = r.onDeactivation, vr = z({}), mr = vr[0], br = k(function(I) {
35
+ var D = I.captureFocusRestore;
36
+ if (!f.current) {
37
+ var L, N = (L = document) == null ? void 0 : L.activeElement;
38
+ f.current = N, N !== document.body && (f.current = D(N));
39
+ }
40
+ c.current && K && K(c.current), b.current = !0, s();
41
+ }, [K]), pr = k(function() {
42
+ b.current = !1, Y && Y(c.current), s();
43
+ }, [Y]), hr = k(function(I) {
44
+ var D = f.current;
45
+ if (D) {
46
+ var L = (typeof D == "function" ? D() : D) || document.body, N = typeof V == "function" ? V(L) : V;
47
+ if (N) {
48
+ var Ie = typeof N == "object" ? N : void 0;
49
+ f.current = null, I ? Promise.resolve().then(function() {
50
+ return L.focus(Ie);
51
+ }) : L.focus(Ie);
52
+ }
53
+ }
54
+ }, [V]), yr = k(function(I) {
55
+ b.current && ke.useMedium(I);
56
+ }, []), Fr = Re.useMedium, gr = k(function(I) {
57
+ c.current !== I && (c.current = I, a(I));
58
+ }, []);
59
+ process.env.NODE_ENV !== "production" && (typeof H < "u" && console.warn("React-Focus-Lock: allowTextSelection is deprecated and enabled by default"), Nr(function() {
60
+ !c.current && typeof Ee != "string" && console.error("FocusLock: could not obtain ref to internal node");
61
+ }, []));
62
+ var Er = re((t = {}, t[Ce] = d && "disabled", t[ne] = q, t), sr), we = F !== !0, xr = we && F !== "tail", Or = Lr([n, gr]), wr = Tr(function() {
63
+ return {
64
+ observed: c,
65
+ shards: $,
66
+ enabled: !d,
67
+ active: b.current
68
+ };
69
+ }, [d, b.current, $, u]);
70
+ return /* @__PURE__ */ S.createElement(Pr, null, we && [
71
+ /* @__PURE__ */ S.createElement("div", {
72
+ key: "guard-first",
73
+ "data-focus-guard": !0,
74
+ tabIndex: d ? -1 : 0,
75
+ style: Q
76
+ }),
77
+ fr ? /* @__PURE__ */ S.createElement("div", {
78
+ key: "guard-nearest",
79
+ "data-focus-guard": !0,
80
+ tabIndex: d ? -1 : 1,
81
+ style: Q
82
+ }) : null
83
+ ], !d && /* @__PURE__ */ S.createElement(dr, {
84
+ id: mr,
85
+ sideCar: Wr,
86
+ observed: u,
87
+ disabled: d,
88
+ persistentFocus: p,
89
+ crossFrame: x,
90
+ autoFocus: A,
91
+ whiteList: cr,
92
+ shards: $,
93
+ onActivation: br,
94
+ onDeactivation: pr,
95
+ returnFocus: hr,
96
+ focusOptions: lr,
97
+ noFocusGuards: F
98
+ }), /* @__PURE__ */ S.createElement(Ee, re({
99
+ ref: Or
100
+ }, Er, {
101
+ className: ir,
102
+ onBlur: Fr,
103
+ onFocus: yr
104
+ }), /* @__PURE__ */ S.createElement(Ur.Provider, {
105
+ value: wr
106
+ }, i)), xr && /* @__PURE__ */ S.createElement("div", {
107
+ "data-focus-guard": !0,
108
+ tabIndex: d ? -1 : 0,
109
+ style: Q
110
+ }));
111
+ });
112
+ ie.propTypes = process.env.NODE_ENV !== "production" ? {
113
+ children: l.node,
114
+ disabled: l.bool,
115
+ returnFocus: l.oneOfType([l.bool, l.object, l.func]),
116
+ focusOptions: l.object,
117
+ noFocusGuards: l.bool,
118
+ hasPositiveIndices: l.bool,
119
+ allowTextSelection: l.bool,
120
+ autoFocus: l.bool,
121
+ persistentFocus: l.bool,
122
+ crossFrame: l.bool,
123
+ group: l.string,
124
+ className: l.string,
125
+ whiteList: l.func,
126
+ shards: l.arrayOf(l.any),
127
+ as: l.oneOfType([l.string, l.func, l.object]),
128
+ lockProps: l.object,
129
+ onActivation: l.func,
130
+ onDeactivation: l.func,
131
+ sideCar: l.any.isRequired
132
+ } : {};
133
+ function W(e) {
134
+ "@babel/helpers - typeof";
135
+ return W = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(r) {
136
+ return typeof r;
137
+ } : function(r) {
138
+ return r && typeof Symbol == "function" && r.constructor === Symbol && r !== Symbol.prototype ? "symbol" : typeof r;
139
+ }, W(e);
140
+ }
141
+ function Gr(e, r) {
142
+ if (W(e) != "object" || !e) return e;
143
+ var n = e[Symbol.toPrimitive];
144
+ if (n !== void 0) {
145
+ var t = n.call(e, r);
146
+ if (W(t) != "object") return t;
147
+ throw new TypeError("@@toPrimitive must return a primitive value.");
148
+ }
149
+ return (r === "string" ? String : Number)(e);
150
+ }
151
+ function Hr(e) {
152
+ var r = Gr(e, "string");
153
+ return W(r) == "symbol" ? r : r + "";
154
+ }
155
+ function Vr(e, r, n) {
156
+ return (r = Hr(r)) in e ? Object.defineProperty(e, r, {
157
+ value: n,
158
+ enumerable: !0,
159
+ configurable: !0,
160
+ writable: !0
161
+ }) : e[r] = n, e;
162
+ }
163
+ function jr(e, r) {
164
+ if (process.env.NODE_ENV !== "production") {
165
+ if (typeof e != "function")
166
+ throw new Error("Expected reducePropsToState to be a function.");
167
+ if (typeof r != "function")
168
+ throw new Error("Expected handleStateChangeOnClient to be a function.");
169
+ }
170
+ function n(t) {
171
+ return t.displayName || t.name || "Component";
172
+ }
173
+ return function(o) {
174
+ if (process.env.NODE_ENV !== "production" && typeof o != "function")
175
+ throw new Error("Expected WrappedComponent to be a React component.");
176
+ var u = [], a;
177
+ function c() {
178
+ a = e(u.map(function(f) {
179
+ return f.props;
180
+ })), r(a);
181
+ }
182
+ var b = /* @__PURE__ */ function(f) {
183
+ Ir(y, f);
184
+ function y() {
185
+ return f.apply(this, arguments) || this;
186
+ }
187
+ y.peek = function() {
188
+ return a;
189
+ };
190
+ var s = y.prototype;
191
+ return s.componentDidMount = function() {
192
+ u.push(this), c();
193
+ }, s.componentDidUpdate = function() {
194
+ c();
195
+ }, s.componentWillUnmount = function() {
196
+ var m = u.indexOf(this);
197
+ u.splice(m, 1), c();
198
+ }, s.render = function() {
199
+ return /* @__PURE__ */ S.createElement(o, this.props);
200
+ }, y;
201
+ }(Ar);
202
+ return Vr(b, "displayName", "SideEffect(" + n(o) + ")"), b;
203
+ };
204
+ }
205
+ var O = function(e) {
206
+ for (var r = Array(e.length), n = 0; n < e.length; ++n)
207
+ r[n] = e[n];
208
+ return r;
209
+ }, P = function(e) {
210
+ return Array.isArray(e) ? e : [e];
211
+ }, We = function(e) {
212
+ return Array.isArray(e) ? e[0] : e;
213
+ }, qr = function(e) {
214
+ if (e.nodeType !== Node.ELEMENT_NODE)
215
+ return !1;
216
+ var r = window.getComputedStyle(e, null);
217
+ return !r || !r.getPropertyValue ? !1 : r.getPropertyValue("display") === "none" || r.getPropertyValue("visibility") === "hidden";
218
+ }, Ue = function(e) {
219
+ return e.parentNode && e.parentNode.nodeType === Node.DOCUMENT_FRAGMENT_NODE ? (
220
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
221
+ e.parentNode.host
222
+ ) : e.parentNode;
223
+ }, Be = function(e) {
224
+ return e === document || e && e.nodeType === Node.DOCUMENT_NODE;
225
+ }, $r = function(e) {
226
+ return e.hasAttribute("inert");
227
+ }, Kr = function(e, r) {
228
+ return !e || Be(e) || !qr(e) && !$r(e) && r(Ue(e));
229
+ }, Ge = function(e, r) {
230
+ var n = e.get(r);
231
+ if (n !== void 0)
232
+ return n;
233
+ var t = Kr(r, Ge.bind(void 0, e));
234
+ return e.set(r, t), t;
235
+ }, Yr = function(e, r) {
236
+ return e && !Be(e) ? Qr(e) ? r(Ue(e)) : !1 : !0;
237
+ }, He = function(e, r) {
238
+ var n = e.get(r);
239
+ if (n !== void 0)
240
+ return n;
241
+ var t = Yr(r, He.bind(void 0, e));
242
+ return e.set(r, t), t;
243
+ }, Ve = function(e) {
244
+ return e.dataset;
245
+ }, zr = function(e) {
246
+ return e.tagName === "BUTTON";
247
+ }, je = function(e) {
248
+ return e.tagName === "INPUT";
249
+ }, qe = function(e) {
250
+ return je(e) && e.type === "radio";
251
+ }, Jr = function(e) {
252
+ return !((je(e) || zr(e)) && (e.type === "hidden" || e.disabled));
253
+ }, Qr = function(e) {
254
+ var r = e.getAttribute(kr);
255
+ return ![!0, "true", ""].includes(r);
256
+ }, ce = function(e) {
257
+ var r;
258
+ return !!(e && (!((r = Ve(e)) === null || r === void 0) && r.focusGuard));
259
+ }, te = function(e) {
260
+ return !ce(e);
261
+ }, Xr = function(e) {
262
+ return !!e;
263
+ }, Zr = function(e, r) {
264
+ var n = Math.max(0, e.tabIndex), t = Math.max(0, r.tabIndex), o = n - t, u = e.index - r.index;
265
+ if (o) {
266
+ if (!n)
267
+ return 1;
268
+ if (!t)
269
+ return -1;
270
+ }
271
+ return o || u;
272
+ }, en = function(e) {
273
+ return e.tabIndex < 0 && !e.hasAttribute("tabindex") ? 0 : e.tabIndex;
274
+ }, fe = function(e, r, n) {
275
+ return O(e).map(function(t, o) {
276
+ var u = en(t);
277
+ return {
278
+ node: t,
279
+ index: o,
280
+ tabIndex: n && u === -1 ? (t.dataset || {}).focusGuard ? 0 : -1 : u
281
+ };
282
+ }).filter(function(t) {
283
+ return !r || t.tabIndex >= 0;
284
+ }).sort(Zr);
285
+ }, rn = [
286
+ "button:enabled",
287
+ "select:enabled",
288
+ "textarea:enabled",
289
+ "input:enabled",
290
+ // elements with explicit roles will also use explicit tabindex
291
+ // '[role="button"]',
292
+ "a[href]",
293
+ "area[href]",
294
+ "summary",
295
+ "iframe",
296
+ "object",
297
+ "embed",
298
+ "audio[controls]",
299
+ "video[controls]",
300
+ "[tabindex]",
301
+ "[contenteditable]",
302
+ "[autofocus]"
303
+ ], se = rn.join(","), nn = "".concat(se, ", [data-focus-guard]"), $e = function(e, r) {
304
+ return O((e.shadowRoot || e).children).reduce(function(n, t) {
305
+ return n.concat(t.matches(r ? nn : se) ? [t] : [], $e(t));
306
+ }, []);
307
+ }, tn = function(e, r) {
308
+ var n;
309
+ return e instanceof HTMLIFrameElement && (!((n = e.contentDocument) === null || n === void 0) && n.body) ? C([e.contentDocument.body], r) : [e];
310
+ }, C = function(e, r) {
311
+ return e.reduce(function(n, t) {
312
+ var o, u = $e(t, r), a = (o = []).concat.apply(o, u.map(function(c) {
313
+ return tn(c, r);
314
+ }));
315
+ return n.concat(
316
+ // add all tabbables inside and within shadow DOMs in DOM order
317
+ a,
318
+ // add if node is tabbable itself
319
+ t.parentNode ? O(t.parentNode.querySelectorAll(se)).filter(function(c) {
320
+ return c === t;
321
+ }) : []
322
+ );
323
+ }, []);
324
+ }, on = function(e) {
325
+ var r = e.querySelectorAll("[".concat(Cr, "]"));
326
+ return O(r).map(function(n) {
327
+ return C([n]);
328
+ }).reduce(function(n, t) {
329
+ return n.concat(t);
330
+ }, []);
331
+ }, de = function(e, r) {
332
+ return O(e).filter(function(n) {
333
+ return Ge(r, n);
334
+ }).filter(function(n) {
335
+ return Jr(n);
336
+ });
337
+ }, Se = function(e, r) {
338
+ return r === void 0 && (r = /* @__PURE__ */ new Map()), O(e).filter(function(n) {
339
+ return He(r, n);
340
+ });
341
+ }, le = function(e, r, n) {
342
+ return fe(de(C(e, n), r), !0, n);
343
+ }, U = function(e, r) {
344
+ return fe(de(C(e), r), !1);
345
+ }, un = function(e, r) {
346
+ return de(on(e), r);
347
+ }, T = function(e, r) {
348
+ return e.shadowRoot ? T(e.shadowRoot, r) : Object.getPrototypeOf(e).contains !== void 0 && Object.getPrototypeOf(e).contains.call(e, r) ? !0 : O(e.children).some(function(n) {
349
+ var t;
350
+ if (n instanceof HTMLIFrameElement) {
351
+ var o = (t = n.contentDocument) === null || t === void 0 ? void 0 : t.body;
352
+ return o ? T(o, r) : !1;
353
+ }
354
+ return T(n, r);
355
+ });
356
+ }, an = function(e) {
357
+ for (var r = /* @__PURE__ */ new Set(), n = e.length, t = 0; t < n; t += 1)
358
+ for (var o = t + 1; o < n; o += 1) {
359
+ var u = e[t].compareDocumentPosition(e[o]);
360
+ (u & Node.DOCUMENT_POSITION_CONTAINED_BY) > 0 && r.add(o), (u & Node.DOCUMENT_POSITION_CONTAINS) > 0 && r.add(t);
361
+ }
362
+ return e.filter(function(a, c) {
363
+ return !r.has(c);
364
+ });
365
+ }, Ke = function(e) {
366
+ return e.parentNode ? Ke(e.parentNode) : e;
367
+ }, ve = function(e) {
368
+ var r = P(e);
369
+ return r.filter(Boolean).reduce(function(n, t) {
370
+ var o = t.getAttribute(ne);
371
+ return n.push.apply(n, o ? an(O(Ke(t).querySelectorAll("[".concat(ne, '="').concat(o, '"]:not([').concat(Ce, '="disabled"])')))) : [t]), n;
372
+ }, []);
373
+ }, cn = function(e) {
374
+ try {
375
+ return e();
376
+ } catch {
377
+ return;
378
+ }
379
+ }, B = function(e) {
380
+ if (e === void 0 && (e = document), !(!e || !e.activeElement)) {
381
+ var r = e.activeElement;
382
+ return r.shadowRoot ? B(r.shadowRoot) : r instanceof HTMLIFrameElement && cn(function() {
383
+ return r.contentWindow.document;
384
+ }) ? B(r.contentWindow.document) : r;
385
+ }
386
+ }, fn = function(e, r) {
387
+ return e === r;
388
+ }, sn = function(e, r) {
389
+ return !!O(e.querySelectorAll("iframe")).some(function(n) {
390
+ return fn(n, r);
391
+ });
392
+ }, Ye = function(e, r) {
393
+ return r === void 0 && (r = B(We(e).ownerDocument)), !r || r.dataset && r.dataset.focusGuard ? !1 : ve(e).some(function(n) {
394
+ return T(n, r) || sn(n, r);
395
+ });
396
+ }, dn = function(e) {
397
+ e === void 0 && (e = document);
398
+ var r = B(e);
399
+ return r ? O(e.querySelectorAll("[".concat(_r, "]"))).some(function(n) {
400
+ return T(n, r);
401
+ }) : !1;
402
+ }, ln = function(e, r) {
403
+ return r.filter(qe).filter(function(n) {
404
+ return n.name === e.name;
405
+ }).filter(function(n) {
406
+ return n.checked;
407
+ })[0] || e;
408
+ }, me = function(e, r) {
409
+ return qe(e) && e.name ? ln(e, r) : e;
410
+ }, vn = function(e) {
411
+ var r = /* @__PURE__ */ new Set();
412
+ return e.forEach(function(n) {
413
+ return r.add(me(n, e));
414
+ }), e.filter(function(n) {
415
+ return r.has(n);
416
+ });
417
+ }, Ne = function(e) {
418
+ return e[0] && e.length > 1 ? me(e[0], e) : e[0];
419
+ }, Te = function(e, r) {
420
+ return e.indexOf(me(r, e));
421
+ }, oe = "NEW_FOCUS", mn = function(e, r, n, t, o) {
422
+ var u = e.length, a = e[0], c = e[u - 1], b = ce(t);
423
+ if (!(t && e.indexOf(t) >= 0)) {
424
+ var f = t !== void 0 ? n.indexOf(t) : -1, y = o ? n.indexOf(o) : f, s = o ? e.indexOf(o) : -1;
425
+ if (f === -1)
426
+ return s !== -1 ? s : oe;
427
+ if (s === -1)
428
+ return oe;
429
+ var i = f - y, m = n.indexOf(a), d = n.indexOf(c), v = vn(n), F = t !== void 0 ? v.indexOf(t) : -1, E = o ? v.indexOf(o) : F, p = v.filter(function(q) {
430
+ return q.tabIndex >= 0;
431
+ }), h = t !== void 0 ? p.indexOf(t) : -1, x = o ? p.indexOf(o) : h, w = h >= 0 && x >= 0 ? (
432
+ // old/new are tabbables, measure distance in tabbable space
433
+ x - h
434
+ ) : (
435
+ // or else measure in focusable space
436
+ E - F
437
+ );
438
+ if (!i && s >= 0 || r.length === 0)
439
+ return s;
440
+ var A = Te(e, r[0]), H = Te(e, r[r.length - 1]);
441
+ if (f <= m && b && Math.abs(i) > 1)
442
+ return H;
443
+ if (f >= d && b && Math.abs(i) > 1)
444
+ return A;
445
+ if (i && Math.abs(w) > 1)
446
+ return s;
447
+ if (f <= m)
448
+ return H;
449
+ if (f > d)
450
+ return A;
451
+ if (i)
452
+ return Math.abs(i) > 1 ? s : (u + s + i) % u;
453
+ }
454
+ }, bn = function(e) {
455
+ return function(r) {
456
+ var n, t = (n = Ve(r)) === null || n === void 0 ? void 0 : n.autofocus;
457
+ return (
458
+ // @ts-expect-error
459
+ r.autofocus || //
460
+ t !== void 0 && t !== "false" || //
461
+ e.indexOf(r) >= 0
462
+ );
463
+ };
464
+ }, Pe = function(e, r, n) {
465
+ var t = e.map(function(u) {
466
+ var a = u.node;
467
+ return a;
468
+ }), o = Se(t.filter(bn(n)));
469
+ return o && o.length ? Ne(o) : Ne(Se(r));
470
+ }, ue = function(e, r) {
471
+ return r === void 0 && (r = []), r.push(e), e.parentNode && ue(e.parentNode.host || e.parentNode, r), r;
472
+ }, X = function(e, r) {
473
+ for (var n = ue(e), t = ue(r), o = 0; o < n.length; o += 1) {
474
+ var u = n[o];
475
+ if (t.indexOf(u) >= 0)
476
+ return u;
477
+ }
478
+ return !1;
479
+ }, ze = function(e, r, n) {
480
+ var t = P(e), o = P(r), u = t[0], a = !1;
481
+ return o.filter(Boolean).forEach(function(c) {
482
+ a = X(a || c, c) || a, n.filter(Boolean).forEach(function(b) {
483
+ var f = X(u, b);
484
+ f && (!a || T(f, a) ? a = f : a = X(f, a));
485
+ });
486
+ }), a;
487
+ }, Ae = function(e, r) {
488
+ return e.reduce(function(n, t) {
489
+ return n.concat(un(t, r));
490
+ }, []);
491
+ }, pn = function(e, r) {
492
+ var n = /* @__PURE__ */ new Map();
493
+ return r.forEach(function(t) {
494
+ return n.set(t.node, t);
495
+ }), e.map(function(t) {
496
+ return n.get(t);
497
+ }).filter(Xr);
498
+ }, hn = function(e, r) {
499
+ var n = B(P(e).length > 0 ? document : We(e).ownerDocument), t = ve(e).filter(te), o = ze(n || e, e, t), u = /* @__PURE__ */ new Map(), a = U(t, u), c = a.filter(function(d) {
500
+ var v = d.node;
501
+ return te(v);
502
+ });
503
+ if (c[0]) {
504
+ var b = U([o], u).map(function(d) {
505
+ var v = d.node;
506
+ return v;
507
+ }), f = pn(b, c), y = f.map(function(d) {
508
+ var v = d.node;
509
+ return v;
510
+ }), s = f.filter(function(d) {
511
+ var v = d.tabIndex;
512
+ return v >= 0;
513
+ }).map(function(d) {
514
+ var v = d.node;
515
+ return v;
516
+ }), i = mn(y, s, b, n, r);
517
+ if (i === oe) {
518
+ var m = (
519
+ // first try only tabbable, and the fallback to all focusable, as long as at least one element should be picked for focus
520
+ Pe(a, s, Ae(t, u)) || Pe(a, y, Ae(t, u))
521
+ );
522
+ if (m)
523
+ return { node: m };
524
+ console.warn("focus-lock: cannot find any node to move focus into");
525
+ return;
526
+ }
527
+ return i === void 0 ? i : f[i];
528
+ }
529
+ }, yn = function(e) {
530
+ var r = ve(e).filter(te), n = ze(e, e, r), t = fe(C([n], !0), !0, !0), o = C(r, !1);
531
+ return t.map(function(u) {
532
+ var a = u.node, c = u.index;
533
+ return {
534
+ node: a,
535
+ index: c,
536
+ lockItem: o.indexOf(a) >= 0,
537
+ guard: ce(a)
538
+ };
539
+ });
540
+ }, be = function(e, r) {
541
+ e && ("focus" in e && e.focus(r), "contentWindow" in e && e.contentWindow && e.contentWindow.focus());
542
+ }, Z = 0, ee = !1, Je = function(e, r, n) {
543
+ n === void 0 && (n = {});
544
+ var t = hn(e, r);
545
+ if (!ee && t) {
546
+ if (Z > 2) {
547
+ console.error("FocusLock: focus-fighting detected. Only one focus management system could be active. See https://github.com/theKashey/focus-lock/#focus-fighting"), ee = !0, setTimeout(function() {
548
+ ee = !1;
549
+ }, 1);
550
+ return;
551
+ }
552
+ Z++, be(t.node, n.focusOptions), Z--;
553
+ }
554
+ };
555
+ function R(e) {
556
+ if (!e)
557
+ return null;
558
+ if (typeof WeakRef > "u")
559
+ return function() {
560
+ return e || null;
561
+ };
562
+ var r = e ? new WeakRef(e) : null;
563
+ return function() {
564
+ return (r == null ? void 0 : r.deref()) || null;
565
+ };
566
+ }
567
+ var Fn = function(e) {
568
+ if (!e)
569
+ return null;
570
+ for (var r = [], n = e; n && n !== document.body; )
571
+ r.push({
572
+ current: R(n),
573
+ parent: R(n.parentElement),
574
+ left: R(n.previousElementSibling),
575
+ right: R(n.nextElementSibling)
576
+ }), n = n.parentElement;
577
+ return {
578
+ element: R(e),
579
+ stack: r,
580
+ ownerDocument: e.ownerDocument
581
+ };
582
+ }, gn = function(e) {
583
+ var r, n, t, o, u;
584
+ if (e)
585
+ for (var a = e.stack, c = e.ownerDocument, b = /* @__PURE__ */ new Map(), f = 0, y = a; f < y.length; f++) {
586
+ var s = y[f], i = (r = s.parent) === null || r === void 0 ? void 0 : r.call(s);
587
+ if (i && c.contains(i)) {
588
+ for (var m = (n = s.left) === null || n === void 0 ? void 0 : n.call(s), d = s.current(), v = i.contains(d) ? d : void 0, F = (t = s.right) === null || t === void 0 ? void 0 : t.call(s), E = le([i], b), p = (
589
+ // that is element itself
590
+ (u = (o = v ?? // or something in it's place
591
+ (m == null ? void 0 : m.nextElementSibling)) !== null && o !== void 0 ? o : (
592
+ // or somebody to the right, still close enough
593
+ F
594
+ )) !== null && u !== void 0 ? u : (
595
+ // or somebody to the left, something?
596
+ m
597
+ )
598
+ ); p; ) {
599
+ for (var h = 0, x = E; h < x.length; h++) {
600
+ var w = x[h];
601
+ if (p != null && p.contains(w.node))
602
+ return w.node;
603
+ }
604
+ p = p.nextElementSibling;
605
+ }
606
+ if (E.length)
607
+ return E[0].node;
608
+ }
609
+ }
610
+ }, Qe = function(e) {
611
+ var r = Fn(e);
612
+ return function() {
613
+ return gn(r);
614
+ };
615
+ }, En = function(e, r, n) {
616
+ if (!e || !r)
617
+ return console.error("no element or scope given"), {};
618
+ var t = P(r);
619
+ if (t.every(function(a) {
620
+ return !T(a, e);
621
+ }))
622
+ return console.error("Active element is not contained in the scope"), {};
623
+ var o = n ? le(t, /* @__PURE__ */ new Map()) : U(t, /* @__PURE__ */ new Map()), u = o.findIndex(function(a) {
624
+ var c = a.node;
625
+ return c === e;
626
+ });
627
+ if (u !== -1)
628
+ return {
629
+ prev: o[u - 1],
630
+ next: o[u + 1],
631
+ first: o[0],
632
+ last: o[o.length - 1]
633
+ };
634
+ }, xn = function(e, r) {
635
+ var n = r ? le(P(e), /* @__PURE__ */ new Map()) : U(P(e), /* @__PURE__ */ new Map());
636
+ return {
637
+ first: n[0],
638
+ last: n[n.length - 1]
639
+ };
640
+ }, On = function(e) {
641
+ return Object.assign({
642
+ scope: document.body,
643
+ cycle: !0,
644
+ onlyTabbable: !0
645
+ }, e);
646
+ }, Xe = function(e, r, n) {
647
+ r === void 0 && (r = {});
648
+ var t = On(r), o = En(e, t.scope, t.onlyTabbable);
649
+ if (o) {
650
+ var u = n(o, t.cycle);
651
+ u && be(u.node, t.focusOptions);
652
+ }
653
+ }, wn = function(e, r) {
654
+ r === void 0 && (r = {}), Xe(e, r, function(n, t) {
655
+ var o = n.next, u = n.first;
656
+ return o || t && u;
657
+ });
658
+ }, In = function(e, r) {
659
+ r === void 0 && (r = {}), Xe(e, r, function(n, t) {
660
+ var o = n.prev, u = n.last;
661
+ return o || t && u;
662
+ });
663
+ }, Ze = function(e, r, n) {
664
+ var t, o = xn(e, (t = r.onlyTabbable) !== null && t !== void 0 ? t : !0), u = o[n];
665
+ u && be(u.node, r.focusOptions);
666
+ }, Sn = function(e, r) {
667
+ r === void 0 && (r = {}), Ze(e, r, "first");
668
+ }, Nn = function(e, r) {
669
+ r === void 0 && (r = {}), Ze(e, r, "last");
670
+ };
671
+ function pe(e) {
672
+ setTimeout(e, 1);
673
+ }
674
+ var Tn = function(r) {
675
+ return r && "current" in r ? r.current : r;
676
+ }, er = function() {
677
+ return document && document.activeElement === document.body;
678
+ }, Pn = function() {
679
+ return er() || dn();
680
+ }, M = null, g = null, De = function() {
681
+ return null;
682
+ }, _ = null, G = !1, he = !1, An = function() {
683
+ return !0;
684
+ }, Dn = function(r) {
685
+ return (M.whiteList || An)(r);
686
+ }, Ln = function(r, n) {
687
+ _ = {
688
+ observerNode: r,
689
+ portaledElement: n
690
+ };
691
+ }, Mn = function(r) {
692
+ return _ && _.portaledElement === r;
693
+ };
694
+ function Le(e, r, n, t) {
695
+ var o = null, u = e;
696
+ do {
697
+ var a = t[u];
698
+ if (a.guard)
699
+ a.node.dataset.focusAutoGuard && (o = a);
700
+ else if (a.lockItem) {
701
+ if (u !== e)
702
+ return;
703
+ o = null;
704
+ } else
705
+ break;
706
+ } while ((u += n) !== r);
707
+ o && (o.node.tabIndex = 0);
708
+ }
709
+ var _n = function(r) {
710
+ return r ? !!G : G === "meanwhile";
711
+ }, Cn = function e(r, n, t) {
712
+ return n && (n.host === r && (!n.activeElement || t.contains(n.activeElement)) || n.parentNode && e(r, n.parentNode, t));
713
+ }, kn = function(r, n) {
714
+ return n.some(function(t) {
715
+ return Cn(r, t, t);
716
+ });
717
+ }, rr = function(r) {
718
+ return U(r, /* @__PURE__ */ new Map());
719
+ }, Rn = function(r) {
720
+ return !rr([r.parentNode]).some(function(n) {
721
+ return n.node === r;
722
+ });
723
+ }, j = function() {
724
+ var r = !1;
725
+ if (M) {
726
+ var n = M, t = n.observed, o = n.persistentFocus, u = n.autoFocus, a = n.shards, c = n.crossFrame, b = n.focusOptions, f = n.noFocusGuards, y = t || _ && _.portaledElement;
727
+ if (er() && g && g !== document.body && (!document.body.contains(g) || Rn(g))) {
728
+ var s = De();
729
+ s && s.focus();
730
+ }
731
+ var i = document && document.activeElement;
732
+ if (y) {
733
+ var m = [y].concat(a.map(Tn).filter(Boolean)), d = function() {
734
+ if (!_n(c) || !f || !g || he)
735
+ return !1;
736
+ var h = rr(m), x = h.findIndex(function(w) {
737
+ var A = w.node;
738
+ return A === g;
739
+ });
740
+ return x === 0 || x === h.length - 1;
741
+ };
742
+ if ((!i || Dn(i)) && (o || d() || !Pn() || !g && u) && (y && !(Ye(m) || i && kn(i, m) || Mn(i)) && (document && !g && i && !u ? (i.blur && i.blur(), document.body.focus()) : (r = Je(m, g, {
743
+ focusOptions: b
744
+ }), _ = {})), g = document && document.activeElement, g !== document.body && (De = Qe(g)), G = !1), document && i !== document.activeElement && document.querySelector("[data-focus-auto-guard]")) {
745
+ var v = document && document.activeElement, F = yn(m), E = F.map(function(p) {
746
+ var h = p.node;
747
+ return h;
748
+ }).indexOf(v);
749
+ E > -1 && (F.filter(function(p) {
750
+ var h = p.guard, x = p.node;
751
+ return h && x.dataset.focusAutoGuard;
752
+ }).forEach(function(p) {
753
+ var h = p.node;
754
+ return h.removeAttribute("tabIndex");
755
+ }), Le(E, F.length, 1, F), Le(E, -1, -1, F));
756
+ }
757
+ }
758
+ }
759
+ return r;
760
+ }, nr = function(r) {
761
+ j() && r && (r.stopPropagation(), r.preventDefault());
762
+ }, ye = function() {
763
+ return pe(j);
764
+ }, Wn = function(r) {
765
+ var n = r.target, t = r.currentTarget;
766
+ t.contains(n) || Ln(t, n);
767
+ }, Un = function() {
768
+ return null;
769
+ };
770
+ process.env.NODE_ENV !== "production" && _e.node.isRequired;
771
+ var tr = function() {
772
+ he = !0;
773
+ }, or = function() {
774
+ he = !1, G = "just", pe(function() {
775
+ G = "meanwhile";
776
+ });
777
+ }, Bn = function() {
778
+ document.addEventListener("focusin", nr), document.addEventListener("focusout", ye), window.addEventListener("focus", tr), window.addEventListener("blur", or);
779
+ }, Gn = function() {
780
+ document.removeEventListener("focusin", nr), document.removeEventListener("focusout", ye), window.removeEventListener("focus", tr), window.removeEventListener("blur", or);
781
+ };
782
+ function Hn(e) {
783
+ return e.filter(function(r) {
784
+ var n = r.disabled;
785
+ return !n;
786
+ });
787
+ }
788
+ var ur = {
789
+ moveFocusInside: Je,
790
+ focusInside: Ye,
791
+ focusNextElement: wn,
792
+ focusPrevElement: In,
793
+ focusFirstElement: Sn,
794
+ focusLastElement: Nn,
795
+ captureFocusRestore: Qe
796
+ };
797
+ function Vn(e) {
798
+ var r = e.slice(-1)[0];
799
+ r && !M && Bn();
800
+ var n = M, t = n && r && r.id === n.id;
801
+ M = r, n && !t && (n.onDeactivation(), e.filter(function(o) {
802
+ var u = o.id;
803
+ return u === n.id;
804
+ }).length || n.returnFocus(!r)), r ? (g = null, (!t || n.observed !== r.observed) && r.onActivation(ur), j(), pe(j)) : (Gn(), g = null);
805
+ }
806
+ ke.assignSyncMedium(Wn);
807
+ Re.assignMedium(ye);
808
+ Rr.assignMedium(function(e) {
809
+ return e(ur);
810
+ });
811
+ const jn = jr(Hn, Vn)(Un);
812
+ var qn = /* @__PURE__ */ Me(function(r, n) {
813
+ return /* @__PURE__ */ S.createElement(ie, re({
814
+ sideCar: jn,
815
+ ref: n
816
+ }, r));
817
+ }), ar = ie.propTypes || {};
818
+ ar.sideCar;
819
+ var $n = Mr(ar, ["sideCar"]);
820
+ qn.propTypes = process.env.NODE_ENV !== "production" ? $n : {};
821
+ export {
822
+ qn as F
823
+ };