@dataesr/dsfr-plus 0.0.7 → 0.0.9
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/Accordion/Accordion.d.ts +19 -0
- package/dist/components/Accordion/Accordion.d.ts.map +1 -0
- package/dist/components/Accordion/AccordionGroup.d.ts +9 -0
- package/dist/components/Accordion/AccordionGroup.d.ts.map +1 -0
- package/dist/components/Accordion/index.d.ts +3 -0
- package/dist/components/Accordion/index.d.ts.map +1 -0
- package/dist/components/Accordion/useMutationObserver.d.ts +8 -0
- package/dist/components/Accordion/useMutationObserver.d.ts.map +1 -0
- package/dist/components/Alert/Alert.d.ts +23 -0
- package/dist/components/Alert/Alert.d.ts.map +1 -0
- package/dist/components/Alert/index.d.ts +2 -0
- package/dist/components/Alert/index.d.ts.map +1 -0
- package/dist/components/Autocomplete/index.d.ts +28 -0
- package/dist/components/Autocomplete/index.d.ts.map +1 -0
- package/dist/components/Autocomplete/spinner/index.d.ts +4 -0
- package/dist/components/Autocomplete/spinner/index.d.ts.map +1 -0
- package/dist/components/Badge/Badge.d.ts +15 -0
- package/dist/components/Badge/Badge.d.ts.map +1 -0
- package/dist/components/Badge/BadgeGroup.d.ts +8 -0
- package/dist/components/Badge/BadgeGroup.d.ts.map +1 -0
- package/dist/components/Badge/index.d.ts +3 -0
- package/dist/components/Badge/index.d.ts.map +1 -0
- package/dist/components/Breadcrumb/Breadcrumb.d.ts +15 -0
- package/dist/components/Breadcrumb/Breadcrumb.d.ts.map +1 -0
- package/dist/components/Breadcrumb/index.d.ts +2 -0
- package/dist/components/Breadcrumb/index.d.ts.map +1 -0
- package/dist/components/Button/Button.d.ts +13 -0
- package/dist/components/Button/Button.d.ts.map +1 -0
- package/dist/components/Button/ButtonGroup.d.ts +15 -0
- package/dist/components/Button/ButtonGroup.d.ts.map +1 -0
- package/dist/components/Button/index.d.ts +3 -0
- package/dist/components/Button/index.d.ts.map +1 -0
- package/dist/components/Checkbox/Checkbox.d.ts +21 -0
- package/dist/components/Checkbox/Checkbox.d.ts.map +1 -0
- package/dist/components/Checkbox/index.d.ts +2 -0
- package/dist/components/Checkbox/index.d.ts.map +1 -0
- package/dist/components/Fieldset/Fieldset.d.ts +25 -0
- package/dist/components/Fieldset/Fieldset.d.ts.map +1 -0
- package/dist/components/Fieldset/index.d.ts +2 -0
- package/dist/components/Fieldset/index.d.ts.map +1 -0
- package/dist/components/FileUpload/FileUpload.d.ts +20 -0
- package/dist/components/FileUpload/FileUpload.d.ts.map +1 -0
- package/dist/components/FileUpload/index.d.ts +2 -0
- package/dist/components/FileUpload/index.d.ts.map +1 -0
- package/dist/components/Grid/Col.d.ts +22 -0
- package/dist/components/Grid/Col.d.ts.map +1 -0
- package/dist/components/Grid/Container.d.ts +10 -0
- package/dist/components/Grid/Container.d.ts.map +1 -0
- package/dist/components/Grid/Row.d.ts +12 -0
- package/dist/components/Grid/Row.d.ts.map +1 -0
- package/dist/components/Grid/index.d.ts +4 -0
- package/dist/components/Grid/index.d.ts.map +1 -0
- package/dist/components/Header/FastAccess.d.ts +13 -0
- package/dist/components/Header/FastAccess.d.ts.map +1 -0
- package/dist/components/Header/Header.d.ts +23 -0
- package/dist/components/Header/Header.d.ts.map +1 -0
- package/dist/components/Header/Operator.d.ts +13 -0
- package/dist/components/Header/Operator.d.ts.map +1 -0
- package/dist/components/Header/Service.d.ts +17 -0
- package/dist/components/Header/Service.d.ts.map +1 -0
- package/dist/components/Header/index.d.ts +5 -0
- package/dist/components/Header/index.d.ts.map +1 -0
- package/dist/components/Input/Input.d.ts +28 -0
- package/dist/components/Input/Input.d.ts.map +1 -0
- package/dist/components/Input/index.d.ts +2 -0
- package/dist/components/Input/index.d.ts.map +1 -0
- package/dist/components/Link/Link.d.ts +16 -0
- package/dist/components/Link/Link.d.ts.map +1 -0
- package/dist/components/Link/index.d.ts +2 -0
- package/dist/components/Link/index.d.ts.map +1 -0
- package/dist/components/Listbox/index.d.ts +37 -0
- package/dist/components/Listbox/index.d.ts.map +1 -0
- package/dist/components/Listbox/listbox-option.d.ts +8 -0
- package/dist/components/Listbox/listbox-option.d.ts.map +1 -0
- package/dist/components/Listbox/listbox-section.d.ts +8 -0
- package/dist/components/Listbox/listbox-section.d.ts.map +1 -0
- package/dist/components/Listbox/listbox.d.ts +23 -0
- package/dist/components/Listbox/listbox.d.ts.map +1 -0
- package/dist/components/Logo/Logo.d.ts +6 -0
- package/dist/components/Logo/Logo.d.ts.map +1 -0
- package/dist/components/Logo/index.d.ts +2 -0
- package/dist/components/Logo/index.d.ts.map +1 -0
- package/dist/components/Menu/button.d.ts +21 -0
- package/dist/components/Menu/button.d.ts.map +1 -0
- package/dist/components/Menu/index.d.ts +37 -0
- package/dist/components/Menu/index.d.ts.map +1 -0
- package/dist/components/Menu/menu-option.d.ts +8 -0
- package/dist/components/Menu/menu-option.d.ts.map +1 -0
- package/dist/components/Menu/menu-section.d.ts +8 -0
- package/dist/components/Menu/menu-section.d.ts.map +1 -0
- package/dist/components/Menu/menu.d.ts +3 -0
- package/dist/components/Menu/menu.d.ts.map +1 -0
- package/dist/components/Modal/Modal.d.ts +14 -0
- package/dist/components/Modal/Modal.d.ts.map +1 -0
- package/dist/components/Modal/ModalClose.d.ts +10 -0
- package/dist/components/Modal/ModalClose.d.ts.map +1 -0
- package/dist/components/Modal/ModalContent.d.ts +11 -0
- package/dist/components/Modal/ModalContent.d.ts.map +1 -0
- package/dist/components/Modal/ModalFooter.d.ts +8 -0
- package/dist/components/Modal/ModalFooter.d.ts.map +1 -0
- package/dist/components/Modal/ModalTitle.d.ts +13 -0
- package/dist/components/Modal/ModalTitle.d.ts.map +1 -0
- package/dist/components/Modal/index.d.ts +6 -0
- package/dist/components/Modal/index.d.ts.map +1 -0
- package/dist/components/Modal/useFocusTrap.d.ts +2 -0
- package/dist/components/Modal/useFocusTrap.d.ts.map +1 -0
- package/dist/components/Navigation/Nav.d.ts +14 -0
- package/dist/components/Navigation/Nav.d.ts.map +1 -0
- package/dist/components/Navigation/NavItem.d.ts +17 -0
- package/dist/components/Navigation/NavItem.d.ts.map +1 -0
- package/dist/components/Navigation/index.d.ts +3 -0
- package/dist/components/Navigation/index.d.ts.map +1 -0
- package/dist/components/Notice/Notice.d.ts +21 -0
- package/dist/components/Notice/Notice.d.ts.map +1 -0
- package/dist/components/Notice/index.d.ts +2 -0
- package/dist/components/Notice/index.d.ts.map +1 -0
- package/dist/components/Pagination/Pagination.d.ts +9 -0
- package/dist/components/Pagination/Pagination.d.ts.map +1 -0
- package/dist/components/Pagination/PaginationItem.d.ts +9 -0
- package/dist/components/Pagination/PaginationItem.d.ts.map +1 -0
- package/dist/components/Pagination/helpers.d.ts +9 -0
- package/dist/components/Pagination/helpers.d.ts.map +1 -0
- package/dist/components/Pagination/index.d.ts +2 -0
- package/dist/components/Pagination/index.d.ts.map +1 -0
- package/dist/components/Popover/index.d.ts +10 -0
- package/dist/components/Popover/index.d.ts.map +1 -0
- package/dist/components/Radio/Radio.d.ts +21 -0
- package/dist/components/Radio/Radio.d.ts.map +1 -0
- package/dist/components/Radio/index.d.ts +2 -0
- package/dist/components/Radio/index.d.ts.map +1 -0
- package/dist/components/SearchBar/SearchBar.d.ts +22 -0
- package/dist/components/SearchBar/SearchBar.d.ts.map +1 -0
- package/dist/components/SearchBar/index.d.ts +2 -0
- package/dist/components/SearchBar/index.d.ts.map +1 -0
- package/dist/components/Select/index.d.ts +17 -0
- package/dist/components/Select/index.d.ts.map +1 -0
- package/dist/components/SideMenu/SideMenu.d.ts +21 -0
- package/dist/components/SideMenu/SideMenu.d.ts.map +1 -0
- package/dist/components/SideMenu/SideMenuItem.d.ts +20 -0
- package/dist/components/SideMenu/SideMenuItem.d.ts.map +1 -0
- package/dist/components/SideMenu/SideMenuLink.d.ts +16 -0
- package/dist/components/SideMenu/SideMenuLink.d.ts.map +1 -0
- package/dist/components/SideMenu/index.d.ts +4 -0
- package/dist/components/SideMenu/index.d.ts.map +1 -0
- package/dist/components/Spinner/index.d.ts +13 -0
- package/dist/components/Spinner/index.d.ts.map +1 -0
- package/dist/components/Stepper/Stepper.d.ts +20 -0
- package/dist/components/Stepper/Stepper.d.ts.map +1 -0
- package/dist/components/Stepper/index.d.ts +2 -0
- package/dist/components/Stepper/index.d.ts.map +1 -0
- package/dist/components/Tabs/Tab.d.ts +10 -0
- package/dist/components/Tabs/Tab.d.ts.map +1 -0
- package/dist/components/Tabs/Tabs.d.ts +17 -0
- package/dist/components/Tabs/Tabs.d.ts.map +1 -0
- package/dist/components/Tabs/index.d.ts +3 -0
- package/dist/components/Tabs/index.d.ts.map +1 -0
- package/dist/components/Tag/Tag.d.ts +22 -0
- package/dist/components/Tag/Tag.d.ts.map +1 -0
- package/dist/components/Tag/TagGroup.d.ts +6 -0
- package/dist/components/Tag/TagGroup.d.ts.map +1 -0
- package/dist/components/Tag/index.d.ts +3 -0
- package/dist/components/Tag/index.d.ts.map +1 -0
- package/dist/components/Toggle/Toggle.d.ts +29 -0
- package/dist/components/Toggle/Toggle.d.ts.map +1 -0
- package/dist/components/Toggle/ToggleGroup.d.ts +8 -0
- package/dist/components/Toggle/ToggleGroup.d.ts.map +1 -0
- package/dist/components/Toggle/index.d.ts +3 -0
- package/dist/components/Toggle/index.d.ts.map +1 -0
- package/dist/components/Typography/Text.d.ts +13 -0
- package/dist/components/Typography/Text.d.ts.map +1 -0
- package/dist/components/Typography/Title.d.ts +12 -0
- package/dist/components/Typography/Title.d.ts.map +1 -0
- package/dist/components/Typography/index.d.ts +3 -0
- package/dist/components/Typography/index.d.ts.map +1 -0
- package/dist/components/index.d.ts +31 -0
- package/dist/components/index.d.ts.map +1 -0
- package/dist/dsfr-4e49221c.js +7 -0
- package/dist/dsfr-plus.js +776 -767
- package/dist/dsfr.module.min-23ae5258.js +3367 -0
- package/dist/hooks/index.d.ts +2 -0
- package/dist/hooks/index.d.ts.map +1 -0
- package/dist/hooks/useDSFRConfig.d.ts +14 -0
- package/dist/hooks/useDSFRConfig.d.ts.map +1 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/style.css +5 -0
- package/dist/types/colors.d.ts +4 -0
- package/dist/types/colors.d.ts.map +1 -0
- package/dist/types/headings.d.ts +2 -0
- package/dist/types/headings.d.ts.map +1 -0
- package/dist/types/index.d.ts +2 -0
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/polymophic.d.ts +4 -0
- package/dist/types/polymophic.d.ts.map +1 -0
- package/dist/utility-251e9615.js +7 -0
- package/dist/utils/children.d.ts +4 -0
- package/dist/utils/children.d.ts.map +1 -0
- package/dist/utils/props.d.ts +7 -0
- package/dist/utils/props.d.ts.map +1 -0
- package/dist/utils/refs.d.ts +3 -0
- package/dist/utils/refs.d.ts.map +1 -0
- package/package.json +2 -3
package/dist/dsfr-plus.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import './style.css';
|
|
2
|
-
import { jsx as m, jsxs as R, Fragment as
|
|
2
|
+
import { jsx as m, jsxs as R, Fragment as Nn } from "react/jsx-runtime";
|
|
3
3
|
import * as vt from "react";
|
|
4
|
-
import Q, { createContext as
|
|
4
|
+
import Q, { createContext as In, useState as J, useEffect as G, useCallback as oe, useMemo as re, useContext as Ae, forwardRef as me, Children as Ot, isValidElement as ge, useId as ie, useRef as B, cloneElement as Te, Fragment as yn, useReducer as os, createElement as ir } from "react";
|
|
5
5
|
import y from "classnames";
|
|
6
|
-
import
|
|
7
|
-
const
|
|
6
|
+
import Bn, { flushSync as is } from "react-dom";
|
|
7
|
+
const eo = In({}), Jc = ({
|
|
8
8
|
children: t,
|
|
9
9
|
routerComponent: e,
|
|
10
10
|
extendRequiredFieldsLabelsWith: n = /* @__PURE__ */ m("span", { style: { color: "var(--text-default-error)" }, children: " *" }),
|
|
@@ -32,8 +32,8 @@ const Qr = Nn({}), Jc = ({
|
|
|
32
32
|
extendRequiredFieldsLabelsWith: n,
|
|
33
33
|
extendOptionalFieldsLabelsWith: r
|
|
34
34
|
}), [e, c, l, n, r]);
|
|
35
|
-
return /* @__PURE__ */ m(
|
|
36
|
-
}, ft = () => Ae(
|
|
35
|
+
return /* @__PURE__ */ m(eo.Provider, { value: f, children: u ? t : null });
|
|
36
|
+
}, ft = () => Ae(eo), $e = me(({
|
|
37
37
|
children: t,
|
|
38
38
|
className: e,
|
|
39
39
|
icon: n,
|
|
@@ -59,7 +59,7 @@ const Qr = Nn({}), Jc = ({
|
|
|
59
59
|
children: t
|
|
60
60
|
}
|
|
61
61
|
);
|
|
62
|
-
}),
|
|
62
|
+
}), ls = me, ss = ls(
|
|
63
63
|
({ as: t, className: e, noIcon: n, color: r = "blue-france", size: o, icon: i, variant: l = "primary", ...s }, u) => {
|
|
64
64
|
const a = t === "a" ? $e : t || "p", c = y(
|
|
65
65
|
"fr-badge",
|
|
@@ -84,7 +84,7 @@ function de(t, e) {
|
|
|
84
84
|
function pt(t, e) {
|
|
85
85
|
return Ot.toArray(t).filter((n) => ge(n) && e.includes(n.type));
|
|
86
86
|
}
|
|
87
|
-
function
|
|
87
|
+
function us(t, e) {
|
|
88
88
|
return Ot.toArray(t).filter((n) => ge(n) && !e.includes(n.type));
|
|
89
89
|
}
|
|
90
90
|
const Qc = ({
|
|
@@ -93,9 +93,9 @@ const Qc = ({
|
|
|
93
93
|
...n
|
|
94
94
|
}) => {
|
|
95
95
|
const r = ie(), o = y("fr-badges-group", e);
|
|
96
|
-
return /* @__PURE__ */ m("ul", { className: o, ...n, children: de(t,
|
|
96
|
+
return /* @__PURE__ */ m("ul", { className: o, ...n, children: de(t, ss).map((i, l) => /* @__PURE__ */ m("li", { children: i }, `${r}-${l}`)) });
|
|
97
97
|
};
|
|
98
|
-
const
|
|
98
|
+
const as = me, st = as(
|
|
99
99
|
({ as: t, className: e, color: n = "blue-france", icon: r, iconPosition: o = "left", size: i = "md", variant: l = "primary", children: s, ...u }, a) => {
|
|
100
100
|
const c = t === "a" ? $e : t || "button", f = y(
|
|
101
101
|
"fr-btn",
|
|
@@ -134,7 +134,7 @@ const us = me, st = us(
|
|
|
134
134
|
"fr-btns-group--equisized": r
|
|
135
135
|
}, n);
|
|
136
136
|
return /* @__PURE__ */ m("ul", { className: p, ...s, children: de(e, st).map((v, h) => /* @__PURE__ */ m("li", { children: v }, `${u}-${h}`)) });
|
|
137
|
-
},
|
|
137
|
+
}, cs = me, td = cs(({
|
|
138
138
|
as: t = "div",
|
|
139
139
|
className: e,
|
|
140
140
|
fluid: n = !1,
|
|
@@ -194,21 +194,21 @@ const us = me, st = us(
|
|
|
194
194
|
[`fr-col-offset-xl-${a}`]: a
|
|
195
195
|
}, c);
|
|
196
196
|
return /* @__PURE__ */ m("div", { className: p, ...f });
|
|
197
|
-
},
|
|
197
|
+
}, ds = ({ href: t = "/", name: e, tagline: n, className: r, css: o = {}, ...i }) => /* @__PURE__ */ R("div", { className: y("fr-header__service", r), children: [
|
|
198
198
|
/* @__PURE__ */ m("p", { className: y("fr-header__service-title", o["fr-header__service-title"]), children: /* @__PURE__ */ m($e, { href: t, ...i, children: e }) }),
|
|
199
199
|
n && /* @__PURE__ */ m("p", { className: y("fr-header__service-tagline", o["fr-header__service-tagline"]), children: n })
|
|
200
|
-
] }),
|
|
200
|
+
] }), fs = ({ children: t, className: e, css: n = {}, ...r }) => {
|
|
201
201
|
const o = ie(), i = r.id || o;
|
|
202
202
|
return /* @__PURE__ */ R("div", { className: y("fr-header__tools-links", e), ...r, children: [
|
|
203
203
|
/* @__PURE__ */ m("ul", { className: y("fr-btns-group", n["fr-btns-group"]), children: de(t, st).map((l, s) => /* @__PURE__ */ m("li", { children: l }, `${i}-${s}`)) }),
|
|
204
|
-
|
|
204
|
+
us(t, [st])
|
|
205
205
|
] });
|
|
206
|
-
},
|
|
206
|
+
}, ps = ({ className: t, css: e = {}, ...n }) => /* @__PURE__ */ m("div", { className: y("fr-header__operator", t), children: /* @__PURE__ */ m("img", { className: y("fr-responsive-img", e["fr-responsive-img"]), ...n }) }), lr = ["__TYPE"];
|
|
207
207
|
function ze(t, e = {}) {
|
|
208
208
|
const { include: n, exclude: r } = e;
|
|
209
209
|
if (n)
|
|
210
210
|
return Object.entries(t).reduce((i, [l, s]) => n.includes(l) ? { ...i, [l]: s } : i, {});
|
|
211
|
-
const o = r ? [...
|
|
211
|
+
const o = r ? [...lr, ...r] : lr;
|
|
212
212
|
return Object.entries(t).reduce((i, [l, s]) => o.includes(l) ? i : { ...i, [l]: s }, {});
|
|
213
213
|
}
|
|
214
214
|
function bt(t, e) {
|
|
@@ -216,7 +216,7 @@ function bt(t, e) {
|
|
|
216
216
|
typeof n == "function" ? n(t) : n && (n.current = t);
|
|
217
217
|
});
|
|
218
218
|
}
|
|
219
|
-
const
|
|
219
|
+
const bs = me(({
|
|
220
220
|
className: t,
|
|
221
221
|
css: e = {},
|
|
222
222
|
buttonLabel: n,
|
|
@@ -263,7 +263,7 @@ const ps = me(({
|
|
|
263
263
|
]
|
|
264
264
|
}
|
|
265
265
|
);
|
|
266
|
-
}),
|
|
266
|
+
}), to = ({
|
|
267
267
|
children: t,
|
|
268
268
|
className: e,
|
|
269
269
|
current: n = !1,
|
|
@@ -271,8 +271,8 @@ const ps = me(({
|
|
|
271
271
|
title: o,
|
|
272
272
|
...i
|
|
273
273
|
}) => {
|
|
274
|
-
const l = ie(), s = pt(t, [
|
|
275
|
-
return /* @__PURE__ */ R(
|
|
274
|
+
const l = ie(), s = pt(t, [to, $e]);
|
|
275
|
+
return /* @__PURE__ */ R(Nn, { children: [
|
|
276
276
|
/* @__PURE__ */ m(
|
|
277
277
|
"button",
|
|
278
278
|
{
|
|
@@ -286,20 +286,20 @@ const ps = me(({
|
|
|
286
286
|
),
|
|
287
287
|
/* @__PURE__ */ m("div", { className: y("fr-collapse", "fr-menu", r["fr-menu"]), id: l, children: /* @__PURE__ */ m("ul", { className: y("fr-menu__list", r["fr-menu__list"]), children: s.map((u, a) => /* @__PURE__ */ m("li", { className: "fr-nav__item", children: ge(u) && u.type === $e ? Te(u, { className: y("fr-nav__link", u.props.className) }) : u }, `navitem-${l}-${a}`)) }) })
|
|
288
288
|
] });
|
|
289
|
-
},
|
|
289
|
+
}, ms = ({
|
|
290
290
|
children: t,
|
|
291
291
|
className: e,
|
|
292
292
|
css: n = {},
|
|
293
293
|
...r
|
|
294
294
|
}) => {
|
|
295
295
|
const o = ie(), i = r.id || o;
|
|
296
|
-
return /* @__PURE__ */ m("nav", { className: y("fr-nav", e), id: i, role: "navigation", ...r, children: /* @__PURE__ */ m("ul", { className: y("fr-nav__list", n["fr-nav__list"]), children: pt(t, [
|
|
297
|
-
},
|
|
298
|
-
const r = t.split(e).reduce((o, i, l) => l > 0 ? [...o, /* @__PURE__ */ m("br", {}, `br-${l}`), /* @__PURE__ */ m(
|
|
296
|
+
return /* @__PURE__ */ m("nav", { className: y("fr-nav", e), id: i, role: "navigation", ...r, children: /* @__PURE__ */ m("ul", { className: y("fr-nav__list", n["fr-nav__list"]), children: pt(t, [to, $e]).map((l, s) => ge(l) && /* @__PURE__ */ m("li", { className: y("fr-nav__item", n["fr-nav__item"]), children: l.type === $e ? Te(l, { className: y("fr-nav__link", l.props.className) }) : l }, `navitem-${i}-${s}`)) }) });
|
|
297
|
+
}, vs = ({ text: t, splitCharacter: e = "|" }) => {
|
|
298
|
+
const r = t.split(e).reduce((o, i, l) => l > 0 ? [...o, /* @__PURE__ */ m("br", {}, `br-${l}`), /* @__PURE__ */ m(yn, { children: i }, l)] : [/* @__PURE__ */ m(yn, { children: i }, l)], []);
|
|
299
299
|
return /* @__PURE__ */ m("div", { className: "fr-header__logo", children: /* @__PURE__ */ m("p", { className: "fr-logo", children: r }) });
|
|
300
300
|
}, od = ({ children: t, className: e, css: n = {}, ...r }) => {
|
|
301
301
|
var h, x, _, w;
|
|
302
|
-
const o = ie(), i = ie(), l = ie(), s = ie(), u = (h = de(t,
|
|
302
|
+
const o = ie(), i = ie(), l = ie(), s = ie(), u = (h = de(t, ds)) == null ? void 0 : h[0], a = (x = de(t, fs)) == null ? void 0 : x[0], c = (_ = de(t, bs)) == null ? void 0 : _[0], f = (w = de(t, ms)) == null ? void 0 : w[0], p = de(t, vs), d = de(t, ps), v = ge(c) ? c.props.title : "Rechercher";
|
|
303
303
|
return /* @__PURE__ */ R("header", { role: "banner", className: y("fr-header", e), ...r, children: [
|
|
304
304
|
/* @__PURE__ */ m("div", { className: y("fr-header__body", n["fr-header__body"]), children: /* @__PURE__ */ m("div", { className: "fr-container", children: /* @__PURE__ */ R("div", { className: y("fr-header__body-row", n["fr-header__body-row"]), children: [
|
|
305
305
|
/* @__PURE__ */ R("div", { className: y("fr-header__brand fr-enlarge-link", n["fr-header__brand"]), children: [
|
|
@@ -328,12 +328,12 @@ const ps = me(({
|
|
|
328
328
|
] }) })
|
|
329
329
|
] });
|
|
330
330
|
};
|
|
331
|
-
const
|
|
331
|
+
const On = me, Rn = ({ className: t, color: e, icon: n, iconPosition: r, size: o }) => y("fr-tag", t, {
|
|
332
332
|
"fr-tag--sm": o === "sm",
|
|
333
333
|
[`fr-icon-${n}`]: n,
|
|
334
334
|
[`fr-tag--icon-${r}`]: n && r,
|
|
335
335
|
[`fr-tag--${e}`]: e
|
|
336
|
-
}),
|
|
336
|
+
}), hs = On(({
|
|
337
337
|
as: t,
|
|
338
338
|
className: e,
|
|
339
339
|
color: n,
|
|
@@ -342,7 +342,7 @@ const Bn = me, On = ({ className: t, color: e, icon: n, iconPosition: r, size: o
|
|
|
342
342
|
size: i,
|
|
343
343
|
...l
|
|
344
344
|
}, s) => {
|
|
345
|
-
const u =
|
|
345
|
+
const u = Rn({ className: e, color: n, icon: r, iconPosition: o, size: i });
|
|
346
346
|
return /* @__PURE__ */ m(
|
|
347
347
|
t === "a" ? $e : t || "p",
|
|
348
348
|
{
|
|
@@ -351,7 +351,7 @@ const Bn = me, On = ({ className: t, color: e, icon: n, iconPosition: r, size: o
|
|
|
351
351
|
...l
|
|
352
352
|
}
|
|
353
353
|
);
|
|
354
|
-
}),
|
|
354
|
+
}), gs = On(({
|
|
355
355
|
as: t,
|
|
356
356
|
className: e,
|
|
357
357
|
color: n,
|
|
@@ -361,7 +361,7 @@ const Bn = me, On = ({ className: t, color: e, icon: n, iconPosition: r, size: o
|
|
|
361
361
|
selected: l,
|
|
362
362
|
...s
|
|
363
363
|
}, u) => {
|
|
364
|
-
const a =
|
|
364
|
+
const a = Rn({ className: e, color: n, icon: r, iconPosition: o, size: i });
|
|
365
365
|
return /* @__PURE__ */ m(
|
|
366
366
|
t === "a" ? $e : t || "button",
|
|
367
367
|
{
|
|
@@ -372,7 +372,7 @@ const Bn = me, On = ({ className: t, color: e, icon: n, iconPosition: r, size: o
|
|
|
372
372
|
...s
|
|
373
373
|
}
|
|
374
374
|
);
|
|
375
|
-
}),
|
|
375
|
+
}), $s = On(({
|
|
376
376
|
as: t,
|
|
377
377
|
className: e,
|
|
378
378
|
color: n,
|
|
@@ -381,7 +381,7 @@ const Bn = me, On = ({ className: t, color: e, icon: n, iconPosition: r, size: o
|
|
|
381
381
|
size: i,
|
|
382
382
|
...l
|
|
383
383
|
}, s) => {
|
|
384
|
-
const u = y("fr-tag--dismiss",
|
|
384
|
+
const u = y("fr-tag--dismiss", Rn({ className: e, color: n, icon: r, iconPosition: o, size: i }));
|
|
385
385
|
return /* @__PURE__ */ m(
|
|
386
386
|
t === "a" ? $e : t || "button",
|
|
387
387
|
{
|
|
@@ -396,11 +396,11 @@ const Bn = me, On = ({ className: t, color: e, icon: n, iconPosition: r, size: o
|
|
|
396
396
|
...n
|
|
397
397
|
}) => {
|
|
398
398
|
const r = ie(), o = y("fr-tags-group", t);
|
|
399
|
-
return /* @__PURE__ */ m("ul", { className: o, ...ze(n), children: pt(e, [
|
|
400
|
-
},
|
|
399
|
+
return /* @__PURE__ */ m("ul", { className: o, ...ze(n), children: pt(e, [hs, gs, $s]).map((i, l) => /* @__PURE__ */ m("li", { children: i }, `${r}-${l}`)) });
|
|
400
|
+
}, ys = {
|
|
401
401
|
config: { attributes: !0, childList: !1, subtree: !1 }
|
|
402
402
|
};
|
|
403
|
-
function
|
|
403
|
+
function xs(t, e, n = ys) {
|
|
404
404
|
const [r, o] = J(null);
|
|
405
405
|
G(() => {
|
|
406
406
|
const i = new MutationObserver(e);
|
|
@@ -414,7 +414,7 @@ function ys(t, e, n = $s) {
|
|
|
414
414
|
};
|
|
415
415
|
}, [r, t, n]);
|
|
416
416
|
}
|
|
417
|
-
const
|
|
417
|
+
const Cs = me(({
|
|
418
418
|
title: t,
|
|
419
419
|
titleAs: e = "h3",
|
|
420
420
|
children: n,
|
|
@@ -433,7 +433,7 @@ const xs = me(({
|
|
|
433
433
|
},
|
|
434
434
|
[a]
|
|
435
435
|
);
|
|
436
|
-
return
|
|
436
|
+
return xs(a == null ? void 0 : a.current, p), /* @__PURE__ */ R("section", { className: y("fr-accordion", r), children: [
|
|
437
437
|
/* @__PURE__ */ m(
|
|
438
438
|
e,
|
|
439
439
|
{
|
|
@@ -455,7 +455,7 @@ const xs = me(({
|
|
|
455
455
|
] });
|
|
456
456
|
}), ld = ({ children: t, className: e, ...n }) => {
|
|
457
457
|
const r = ie();
|
|
458
|
-
return /* @__PURE__ */ m("div", { className: y("fr-accordions-group", e), ...n, children: de(t,
|
|
458
|
+
return /* @__PURE__ */ m("div", { className: y("fr-accordions-group", e), ...n, children: de(t, Cs).map((o, i) => /* @__PURE__ */ m(yn, { children: o }, `${r}-d${i}`)) });
|
|
459
459
|
}, sd = me(({
|
|
460
460
|
className: t,
|
|
461
461
|
closeMode: e = "disallow",
|
|
@@ -514,7 +514,7 @@ const ud = ({
|
|
|
514
514
|
}
|
|
515
515
|
)
|
|
516
516
|
] }) }) });
|
|
517
|
-
},
|
|
517
|
+
}, Es = ({
|
|
518
518
|
className: t,
|
|
519
519
|
index: e,
|
|
520
520
|
...n
|
|
@@ -536,7 +536,7 @@ const ud = ({
|
|
|
536
536
|
onTabChange: o,
|
|
537
537
|
...i
|
|
538
538
|
}) => {
|
|
539
|
-
const l = ie(), s = i.id || l, u = de(e,
|
|
539
|
+
const l = ie(), s = i.id || l, u = de(e, Es).filter((a) => ge(a)).map(
|
|
540
540
|
(a, c) => Te(
|
|
541
541
|
a,
|
|
542
542
|
{ index: `${s}-${c}` }
|
|
@@ -604,10 +604,10 @@ const cd = ({
|
|
|
604
604
|
),
|
|
605
605
|
/* @__PURE__ */ R("div", { className: "fr-collapse", id: u, children: [
|
|
606
606
|
l && /* @__PURE__ */ m("div", { className: y("fr-sidemenu__title", n["fr-sidemenu__title"]), children: l }),
|
|
607
|
-
/* @__PURE__ */ m("ul", { className: y("fr-sidemenu__list", n["fr-sidemenu__list"]), children: pt(t, [
|
|
607
|
+
/* @__PURE__ */ m("ul", { className: y("fr-sidemenu__list", n["fr-sidemenu__list"]), children: pt(t, [no, $e]).map((c, f) => ge(c) && /* @__PURE__ */ m("li", { className: y("fr-sidemenu__item", n["fr-sidemenu__item"]), children: c.type === $e ? Te(c, { className: y("fr-sidemenu__link", c.props.className) }) : c }, `navitem-${u}-${f}`)) })
|
|
608
608
|
] })
|
|
609
609
|
] }) });
|
|
610
|
-
},
|
|
610
|
+
}, no = ({
|
|
611
611
|
children: t,
|
|
612
612
|
className: e,
|
|
613
613
|
css: n = {},
|
|
@@ -618,8 +618,8 @@ const cd = ({
|
|
|
618
618
|
title: s,
|
|
619
619
|
...u
|
|
620
620
|
}) => {
|
|
621
|
-
const a = ie(), c = pt(t, [
|
|
622
|
-
return /* @__PURE__ */ R(
|
|
621
|
+
const a = ie(), c = pt(t, [no, $e]);
|
|
622
|
+
return /* @__PURE__ */ R(Nn, { children: [
|
|
623
623
|
/* @__PURE__ */ m(
|
|
624
624
|
"button",
|
|
625
625
|
{
|
|
@@ -751,10 +751,10 @@ const cd = ({
|
|
|
751
751
|
E && E
|
|
752
752
|
] });
|
|
753
753
|
});
|
|
754
|
-
function
|
|
754
|
+
function Ps(t) {
|
|
755
755
|
return t && t.__esModule && Object.prototype.hasOwnProperty.call(t, "default") ? t.default : t;
|
|
756
756
|
}
|
|
757
|
-
var
|
|
757
|
+
var xn = { exports: {} }, ht = { exports: {} }, te = {};
|
|
758
758
|
/** @license React v16.13.1
|
|
759
759
|
* react-is.production.min.js
|
|
760
760
|
*
|
|
@@ -763,11 +763,11 @@ var yn = { exports: {} }, ht = { exports: {} }, te = {};
|
|
|
763
763
|
* This source code is licensed under the MIT license found in the
|
|
764
764
|
* LICENSE file in the root directory of this source tree.
|
|
765
765
|
*/
|
|
766
|
-
var
|
|
767
|
-
function
|
|
768
|
-
if (
|
|
766
|
+
var sr;
|
|
767
|
+
function ws() {
|
|
768
|
+
if (sr)
|
|
769
769
|
return te;
|
|
770
|
-
|
|
770
|
+
sr = 1;
|
|
771
771
|
var t = typeof Symbol == "function" && Symbol.for, e = t ? Symbol.for("react.element") : 60103, n = t ? Symbol.for("react.portal") : 60106, r = t ? Symbol.for("react.fragment") : 60107, o = t ? Symbol.for("react.strict_mode") : 60108, i = t ? Symbol.for("react.profiler") : 60114, l = t ? Symbol.for("react.provider") : 60109, s = t ? Symbol.for("react.context") : 60110, u = t ? Symbol.for("react.async_mode") : 60111, a = t ? Symbol.for("react.concurrent_mode") : 60111, c = t ? Symbol.for("react.forward_ref") : 60112, f = t ? Symbol.for("react.suspense") : 60113, p = t ? Symbol.for("react.suspense_list") : 60120, d = t ? Symbol.for("react.memo") : 60115, v = t ? Symbol.for("react.lazy") : 60116, h = t ? Symbol.for("react.block") : 60121, x = t ? Symbol.for("react.fundamental") : 60117, _ = t ? Symbol.for("react.responder") : 60118, w = t ? Symbol.for("react.scope") : 60119;
|
|
772
772
|
function S(g) {
|
|
773
773
|
if (typeof g == "object" && g !== null) {
|
|
@@ -839,9 +839,9 @@ var ne = {};
|
|
|
839
839
|
* This source code is licensed under the MIT license found in the
|
|
840
840
|
* LICENSE file in the root directory of this source tree.
|
|
841
841
|
*/
|
|
842
|
-
var
|
|
843
|
-
function
|
|
844
|
-
return
|
|
842
|
+
var ur;
|
|
843
|
+
function Ss() {
|
|
844
|
+
return ur || (ur = 1, process.env.NODE_ENV !== "production" && function() {
|
|
845
845
|
var t = typeof Symbol == "function" && Symbol.for, e = t ? Symbol.for("react.element") : 60103, n = t ? Symbol.for("react.portal") : 60106, r = t ? Symbol.for("react.fragment") : 60107, o = t ? Symbol.for("react.strict_mode") : 60108, i = t ? Symbol.for("react.profiler") : 60114, l = t ? Symbol.for("react.provider") : 60109, s = t ? Symbol.for("react.context") : 60110, u = t ? Symbol.for("react.async_mode") : 60111, a = t ? Symbol.for("react.concurrent_mode") : 60111, c = t ? Symbol.for("react.forward_ref") : 60112, f = t ? Symbol.for("react.suspense") : 60113, p = t ? Symbol.for("react.suspense_list") : 60120, d = t ? Symbol.for("react.memo") : 60115, v = t ? Symbol.for("react.lazy") : 60116, h = t ? Symbol.for("react.block") : 60121, x = t ? Symbol.for("react.fundamental") : 60117, _ = t ? Symbol.for("react.responder") : 60118, w = t ? Symbol.for("react.scope") : 60119;
|
|
846
846
|
function S(M) {
|
|
847
847
|
return typeof M == "string" || typeof M == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
|
|
@@ -922,20 +922,20 @@ function ws() {
|
|
|
922
922
|
ne.AsyncMode = g, ne.ConcurrentMode = k, ne.ContextConsumer = O, ne.ContextProvider = b, ne.Element = A, ne.ForwardRef = E, ne.Fragment = P, ne.Lazy = I, ne.Memo = C, ne.Portal = T, ne.Profiler = q, ne.StrictMode = V, ne.Suspense = F, ne.isAsyncMode = ae, ne.isConcurrentMode = $, ne.isContextConsumer = D, ne.isContextProvider = z, ne.isElement = j, ne.isForwardRef = H, ne.isFragment = Y, ne.isLazy = U, ne.isMemo = L, ne.isPortal = N, ne.isProfiler = X, ne.isStrictMode = W, ne.isSuspense = Z, ne.isValidElementType = S, ne.typeOf = K;
|
|
923
923
|
}()), ne;
|
|
924
924
|
}
|
|
925
|
-
var
|
|
926
|
-
function
|
|
927
|
-
return
|
|
925
|
+
var ar;
|
|
926
|
+
function ro() {
|
|
927
|
+
return ar || (ar = 1, process.env.NODE_ENV === "production" ? ht.exports = ws() : ht.exports = Ss()), ht.exports;
|
|
928
928
|
}
|
|
929
929
|
/*
|
|
930
930
|
object-assign
|
|
931
931
|
(c) Sindre Sorhus
|
|
932
932
|
@license MIT
|
|
933
933
|
*/
|
|
934
|
-
var Jt,
|
|
935
|
-
function
|
|
936
|
-
if (
|
|
934
|
+
var Jt, cr;
|
|
935
|
+
function Ts() {
|
|
936
|
+
if (cr)
|
|
937
937
|
return Jt;
|
|
938
|
-
|
|
938
|
+
cr = 1;
|
|
939
939
|
var t = Object.getOwnPropertySymbols, e = Object.prototype.hasOwnProperty, n = Object.prototype.propertyIsEnumerable;
|
|
940
940
|
function r(i) {
|
|
941
941
|
if (i == null)
|
|
@@ -978,27 +978,27 @@ function Ss() {
|
|
|
978
978
|
return u;
|
|
979
979
|
}, Jt;
|
|
980
980
|
}
|
|
981
|
-
var Qt,
|
|
982
|
-
function
|
|
983
|
-
if (
|
|
981
|
+
var Qt, dr;
|
|
982
|
+
function Vn() {
|
|
983
|
+
if (dr)
|
|
984
984
|
return Qt;
|
|
985
|
-
|
|
985
|
+
dr = 1;
|
|
986
986
|
var t = "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";
|
|
987
987
|
return Qt = t, Qt;
|
|
988
988
|
}
|
|
989
|
-
var en,
|
|
990
|
-
function
|
|
991
|
-
return
|
|
989
|
+
var en, fr;
|
|
990
|
+
function oo() {
|
|
991
|
+
return fr || (fr = 1, en = Function.call.bind(Object.prototype.hasOwnProperty)), en;
|
|
992
992
|
}
|
|
993
|
-
var tn,
|
|
994
|
-
function
|
|
995
|
-
if (
|
|
993
|
+
var tn, pr;
|
|
994
|
+
function _s() {
|
|
995
|
+
if (pr)
|
|
996
996
|
return tn;
|
|
997
|
-
|
|
997
|
+
pr = 1;
|
|
998
998
|
var t = function() {
|
|
999
999
|
};
|
|
1000
1000
|
if (process.env.NODE_ENV !== "production") {
|
|
1001
|
-
var e =
|
|
1001
|
+
var e = Vn(), n = {}, r = oo();
|
|
1002
1002
|
t = function(i) {
|
|
1003
1003
|
var l = "Warning: " + i;
|
|
1004
1004
|
typeof console < "u" && console.error(l);
|
|
@@ -1040,12 +1040,12 @@ function Ts() {
|
|
|
1040
1040
|
process.env.NODE_ENV !== "production" && (n = {});
|
|
1041
1041
|
}, tn = o, tn;
|
|
1042
1042
|
}
|
|
1043
|
-
var nn,
|
|
1044
|
-
function
|
|
1045
|
-
if (
|
|
1043
|
+
var nn, br;
|
|
1044
|
+
function As() {
|
|
1045
|
+
if (br)
|
|
1046
1046
|
return nn;
|
|
1047
|
-
|
|
1048
|
-
var t =
|
|
1047
|
+
br = 1;
|
|
1048
|
+
var t = ro(), e = Ts(), n = Vn(), r = oo(), o = _s(), i = function() {
|
|
1049
1049
|
};
|
|
1050
1050
|
process.env.NODE_ENV !== "production" && (i = function(s) {
|
|
1051
1051
|
var u = "Warning: " + s;
|
|
@@ -1362,12 +1362,12 @@ Valid keys: ` + JSON.stringify(Object.keys($), null, " ")
|
|
|
1362
1362
|
return d.checkPropTypes = o, d.resetWarningCache = o.resetWarningCache, d.PropTypes = d, d;
|
|
1363
1363
|
}, nn;
|
|
1364
1364
|
}
|
|
1365
|
-
var rn,
|
|
1366
|
-
function
|
|
1367
|
-
if (
|
|
1365
|
+
var rn, mr;
|
|
1366
|
+
function Ks() {
|
|
1367
|
+
if (mr)
|
|
1368
1368
|
return rn;
|
|
1369
|
-
|
|
1370
|
-
var t =
|
|
1369
|
+
mr = 1;
|
|
1370
|
+
var t = Vn();
|
|
1371
1371
|
function e() {
|
|
1372
1372
|
}
|
|
1373
1373
|
function n() {
|
|
@@ -1412,33 +1412,42 @@ function As() {
|
|
|
1412
1412
|
}, rn;
|
|
1413
1413
|
}
|
|
1414
1414
|
if (process.env.NODE_ENV !== "production") {
|
|
1415
|
-
var
|
|
1416
|
-
|
|
1415
|
+
var Ds = ro(), Fs = !0;
|
|
1416
|
+
xn.exports = As()(Ds.isElement, Fs);
|
|
1417
1417
|
} else
|
|
1418
|
-
|
|
1419
|
-
var
|
|
1420
|
-
const
|
|
1421
|
-
spinner:
|
|
1422
|
-
"internal-circle": "_internal-
|
|
1423
|
-
"external-circle": "_external-
|
|
1424
|
-
internal:
|
|
1425
|
-
external:
|
|
1426
|
-
"spinner-overlay": "_spinner-
|
|
1418
|
+
xn.exports = Ks()();
|
|
1419
|
+
var Ls = xn.exports;
|
|
1420
|
+
const Ms = /* @__PURE__ */ Ps(Ls), ks = "_spinner_143d9_5", Ns = "_internal_143d9_40", Is = "_external_143d9_41", on = {
|
|
1421
|
+
spinner: ks,
|
|
1422
|
+
"internal-circle": "_internal-circle_143d9_40",
|
|
1423
|
+
"external-circle": "_external-circle_143d9_41",
|
|
1424
|
+
internal: Ns,
|
|
1425
|
+
external: Is,
|
|
1426
|
+
"spinner-overlay": "_spinner-overlay_143d9_57"
|
|
1427
1427
|
};
|
|
1428
|
-
function
|
|
1428
|
+
function io({ size: t }) {
|
|
1429
1429
|
const e = ie();
|
|
1430
1430
|
return G(() => {
|
|
1431
1431
|
var n, r;
|
|
1432
1432
|
(n = document == null ? void 0 : document.getElementById(e)) == null || n.style.setProperty("width", `${t}px`), (r = document == null ? void 0 : document.getElementById(e)) == null || r.style.setProperty("height", `${t}px`);
|
|
1433
|
-
}, [t, e]), /* @__PURE__ */ R(
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1433
|
+
}, [t, e]), /* @__PURE__ */ R(
|
|
1434
|
+
"svg",
|
|
1435
|
+
{
|
|
1436
|
+
id: e,
|
|
1437
|
+
className: on.spinner,
|
|
1438
|
+
viewBox: "0 0 120 120",
|
|
1439
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1440
|
+
children: [
|
|
1441
|
+
/* @__PURE__ */ m("circle", { className: on["internal-circle"], cx: "60", cy: "60", r: "30" }),
|
|
1442
|
+
/* @__PURE__ */ m("circle", { className: on["external-circle"], cx: "60", cy: "60", r: "50" })
|
|
1443
|
+
]
|
|
1444
|
+
}
|
|
1445
|
+
);
|
|
1437
1446
|
}
|
|
1438
|
-
|
|
1439
|
-
size:
|
|
1447
|
+
io.propTypes = {
|
|
1448
|
+
size: Ms.number
|
|
1440
1449
|
};
|
|
1441
|
-
|
|
1450
|
+
io.defaultProps = {
|
|
1442
1451
|
size: 48
|
|
1443
1452
|
};
|
|
1444
1453
|
const bd = me(({
|
|
@@ -1618,7 +1627,7 @@ const bd = me(({
|
|
|
1618
1627
|
),
|
|
1619
1628
|
r && /* @__PURE__ */ m("p", { id: `${a}-message`, className: y("fr-error-text", n.errorParagraph), children: r })
|
|
1620
1629
|
] });
|
|
1621
|
-
}),
|
|
1630
|
+
}), lo = me(({
|
|
1622
1631
|
children: t,
|
|
1623
1632
|
className: e,
|
|
1624
1633
|
icon: n,
|
|
@@ -1655,12 +1664,12 @@ const bd = me(({
|
|
|
1655
1664
|
...r,
|
|
1656
1665
|
children: n
|
|
1657
1666
|
}
|
|
1658
|
-
)), Bs = 9,
|
|
1667
|
+
)), Bs = 9, vr = 'a, button, input, textarea, select, details, [tabindex]:not([tabindex="-1"])';
|
|
1659
1668
|
function Os(t, e, n) {
|
|
1660
1669
|
function r(o) {
|
|
1661
1670
|
var a;
|
|
1662
1671
|
const i = [
|
|
1663
|
-
...(a = t.current) == null ? void 0 : a.querySelectorAll(
|
|
1672
|
+
...(a = t.current) == null ? void 0 : a.querySelectorAll(vr)
|
|
1664
1673
|
].filter((c) => !c.hasAttribute("disabled")), l = i[0], s = i[i.length - 1];
|
|
1665
1674
|
(o.key === "Tab" || o.keyCode === Bs) && (console.log("handleFocus", o), o.shiftKey ? document.activeElement === l && (s.focus(), o.preventDefault()) : (document.activeElement === s || document.activeElement === n) && (l.focus(), o.preventDefault()));
|
|
1666
1675
|
}
|
|
@@ -1669,7 +1678,7 @@ function Os(t, e, n) {
|
|
|
1669
1678
|
if (e) {
|
|
1670
1679
|
console.log("here");
|
|
1671
1680
|
const i = [
|
|
1672
|
-
...(o = t.current) == null ? void 0 : o.querySelectorAll(
|
|
1681
|
+
...(o = t.current) == null ? void 0 : o.querySelectorAll(vr)
|
|
1673
1682
|
].filter((l) => !l.hasAttribute("disabled"));
|
|
1674
1683
|
console.log("focusableEls", i[0]), document.addEventListener("keydown", r);
|
|
1675
1684
|
} else
|
|
@@ -1688,7 +1697,7 @@ const Rs = ({
|
|
|
1688
1697
|
...s
|
|
1689
1698
|
}) => {
|
|
1690
1699
|
var k, O, b;
|
|
1691
|
-
const [u, a] = J(null), f = { sm: 4, lg: 8, md: 6, xl: 10 }[n], p = y("fr-modal", o), d = B(null), v = (k = de(t,
|
|
1700
|
+
const [u, a] = J(null), f = { sm: 4, lg: 8, md: 6, xl: 10 }[n], p = y("fr-modal", o), d = B(null), v = (k = de(t, lo)) == null ? void 0 : k[0], h = de(t, so), x = (O = de(t, uo)) == null ? void 0 : O[0], _ = (b = de(t, Tt)) == null ? void 0 : b[0], w = r || ie();
|
|
1692
1701
|
G(() => {
|
|
1693
1702
|
var E, P;
|
|
1694
1703
|
d.current && (i && (a(document.activeElement), (E = document == null ? void 0 : document.getElementById(w)) == null || E.classList.add("fr-modal--opened")), i || (P = document == null ? void 0 : document.getElementById(w)) == null || P.classList.remove("fr-modal--opened"));
|
|
@@ -1724,7 +1733,7 @@ const Rs = ({
|
|
|
1724
1733
|
] }) }) }) })
|
|
1725
1734
|
}
|
|
1726
1735
|
);
|
|
1727
|
-
return
|
|
1736
|
+
return Bn.createPortal(
|
|
1728
1737
|
g,
|
|
1729
1738
|
document.body
|
|
1730
1739
|
);
|
|
@@ -1736,7 +1745,7 @@ const Rs = ({
|
|
|
1736
1745
|
...o
|
|
1737
1746
|
}) => {
|
|
1738
1747
|
var v, h, x;
|
|
1739
|
-
const l = { sm: 4, lg: 8, md: 6, xl: 10 }[e], s = y("fr-modal", r), u = (v = de(t,
|
|
1748
|
+
const l = { sm: 4, lg: 8, md: 6, xl: 10 }[e], s = y("fr-modal", r), u = (v = de(t, lo)) == null ? void 0 : v[0], a = de(t, so), c = (h = de(t, uo)) == null ? void 0 : h[0], f = (x = de(t, Tt)) == null ? void 0 : x[0], p = f ? Te(f, { controls: n }) : /* @__PURE__ */ m(Tt, { controls: n }), d = /* @__PURE__ */ m(
|
|
1740
1749
|
"dialog",
|
|
1741
1750
|
{
|
|
1742
1751
|
"aria-labelledby": `${n}-title`,
|
|
@@ -1754,7 +1763,7 @@ const Rs = ({
|
|
|
1754
1763
|
] }) }) }) })
|
|
1755
1764
|
}
|
|
1756
1765
|
);
|
|
1757
|
-
return
|
|
1766
|
+
return Bn.createPortal(
|
|
1758
1767
|
d,
|
|
1759
1768
|
document.body
|
|
1760
1769
|
);
|
|
@@ -1777,7 +1786,7 @@ const Rs = ({
|
|
|
1777
1786
|
canClose: i,
|
|
1778
1787
|
...l
|
|
1779
1788
|
}
|
|
1780
|
-
),
|
|
1789
|
+
), so = me(({
|
|
1781
1790
|
className: t,
|
|
1782
1791
|
...e
|
|
1783
1792
|
}, n) => /* @__PURE__ */ m(
|
|
@@ -1787,7 +1796,7 @@ const Rs = ({
|
|
|
1787
1796
|
className: y("fr-modal__content", t),
|
|
1788
1797
|
...e
|
|
1789
1798
|
}
|
|
1790
|
-
)),
|
|
1799
|
+
)), uo = me(({
|
|
1791
1800
|
className: t,
|
|
1792
1801
|
...e
|
|
1793
1802
|
}, n) => /* @__PURE__ */ m(
|
|
@@ -1876,10 +1885,10 @@ function et(t, e, n) {
|
|
|
1876
1885
|
u
|
|
1877
1886
|
];
|
|
1878
1887
|
}
|
|
1879
|
-
function
|
|
1888
|
+
function Cn(t, e = -1 / 0, n = 1 / 0) {
|
|
1880
1889
|
return Math.min(Math.max(t, e), n);
|
|
1881
1890
|
}
|
|
1882
|
-
const
|
|
1891
|
+
const ao = {
|
|
1883
1892
|
badInput: !1,
|
|
1884
1893
|
customError: !1,
|
|
1885
1894
|
patternMismatch: !1,
|
|
@@ -1891,18 +1900,18 @@ const uo = {
|
|
|
1891
1900
|
typeMismatch: !1,
|
|
1892
1901
|
valueMissing: !1,
|
|
1893
1902
|
valid: !0
|
|
1894
|
-
},
|
|
1895
|
-
...
|
|
1903
|
+
}, co = {
|
|
1904
|
+
...ao,
|
|
1896
1905
|
customError: !0,
|
|
1897
1906
|
valid: !1
|
|
1898
1907
|
}, tt = {
|
|
1899
1908
|
isInvalid: !1,
|
|
1900
|
-
validationDetails:
|
|
1909
|
+
validationDetails: ao,
|
|
1901
1910
|
validationErrors: []
|
|
1902
|
-
}, Us =
|
|
1903
|
-
function
|
|
1904
|
-
if (t[
|
|
1905
|
-
let { realtimeValidation: e, displayValidation: n, updateValidation: r, resetValidation: o, commitValidation: i } = t[
|
|
1911
|
+
}, Us = In({}), En = "__formValidationState" + Date.now();
|
|
1912
|
+
function zn(t) {
|
|
1913
|
+
if (t[En]) {
|
|
1914
|
+
let { realtimeValidation: e, displayValidation: n, updateValidation: r, resetValidation: o, commitValidation: i } = t[En];
|
|
1906
1915
|
return {
|
|
1907
1916
|
realtimeValidation: e,
|
|
1908
1917
|
displayValidation: n,
|
|
@@ -1919,18 +1928,18 @@ function Ws(t) {
|
|
|
1919
1928
|
let u = e ? {
|
|
1920
1929
|
isInvalid: !0,
|
|
1921
1930
|
validationErrors: [],
|
|
1922
|
-
validationDetails:
|
|
1923
|
-
} : null, a = re(() =>
|
|
1931
|
+
validationDetails: co
|
|
1932
|
+
} : null, a = re(() => hr(Gs(l, o)), [
|
|
1924
1933
|
l,
|
|
1925
1934
|
o
|
|
1926
1935
|
]);
|
|
1927
1936
|
i != null && i.validationDetails.valid && (i = null);
|
|
1928
|
-
let c = Ae(Us), f = re(() => r ? Array.isArray(r) ? r.flatMap((E) =>
|
|
1937
|
+
let c = Ae(Us), f = re(() => r ? Array.isArray(r) ? r.flatMap((E) => Pn(c[E])) : Pn(c[r]) : [], [
|
|
1929
1938
|
c,
|
|
1930
1939
|
r
|
|
1931
1940
|
]), [p, d] = J(c), [v, h] = J(!1);
|
|
1932
1941
|
c !== p && (d(c), h(!1));
|
|
1933
|
-
let x = re(() =>
|
|
1942
|
+
let x = re(() => hr(v ? [] : f), [
|
|
1934
1943
|
v,
|
|
1935
1944
|
f
|
|
1936
1945
|
]), _ = B(tt), [w, S] = J(tt), K = B(tt), g = () => {
|
|
@@ -1938,24 +1947,24 @@ function Ws(t) {
|
|
|
1938
1947
|
return;
|
|
1939
1948
|
O(!1);
|
|
1940
1949
|
let E = a || i || _.current;
|
|
1941
|
-
|
|
1950
|
+
ln(E, K.current) || (K.current = E, S(E));
|
|
1942
1951
|
}, [k, O] = J(!1);
|
|
1943
1952
|
return G(g), {
|
|
1944
1953
|
realtimeValidation: u || x || a || i || tt,
|
|
1945
1954
|
displayValidation: s === "native" ? u || x || w : u || x || a || i || w,
|
|
1946
1955
|
updateValidation(E) {
|
|
1947
|
-
s === "aria" && !
|
|
1956
|
+
s === "aria" && !ln(w, E) ? S(E) : _.current = E;
|
|
1948
1957
|
},
|
|
1949
1958
|
resetValidation() {
|
|
1950
1959
|
let E = tt;
|
|
1951
|
-
|
|
1960
|
+
ln(E, K.current) || (K.current = E, S(E)), s === "native" && O(!1), h(!0);
|
|
1952
1961
|
},
|
|
1953
1962
|
commitValidation() {
|
|
1954
1963
|
s === "native" && O(!0), h(!0);
|
|
1955
1964
|
}
|
|
1956
1965
|
};
|
|
1957
1966
|
}
|
|
1958
|
-
function
|
|
1967
|
+
function Pn(t) {
|
|
1959
1968
|
return t ? Array.isArray(t) ? t : [
|
|
1960
1969
|
t
|
|
1961
1970
|
] : [];
|
|
@@ -1964,24 +1973,24 @@ function Gs(t, e) {
|
|
|
1964
1973
|
if (typeof t == "function") {
|
|
1965
1974
|
let n = t(e);
|
|
1966
1975
|
if (n && typeof n != "boolean")
|
|
1967
|
-
return
|
|
1976
|
+
return Pn(n);
|
|
1968
1977
|
}
|
|
1969
1978
|
return [];
|
|
1970
1979
|
}
|
|
1971
|
-
function
|
|
1980
|
+
function hr(t) {
|
|
1972
1981
|
return t.length ? {
|
|
1973
1982
|
isInvalid: !0,
|
|
1974
1983
|
validationErrors: t,
|
|
1975
|
-
validationDetails:
|
|
1984
|
+
validationDetails: co
|
|
1976
1985
|
} : null;
|
|
1977
1986
|
}
|
|
1978
|
-
function
|
|
1987
|
+
function ln(t, e) {
|
|
1979
1988
|
return t === e ? !0 : t && e && t.isInvalid === e.isInvalid && t.validationErrors.length === e.validationErrors.length && t.validationErrors.every((n, r) => n === e.validationErrors[r]) && Object.entries(t.validationDetails).every(([n, r]) => e.validationDetails[n] === r);
|
|
1980
1989
|
}
|
|
1981
|
-
function
|
|
1990
|
+
function fo(t) {
|
|
1982
1991
|
return null;
|
|
1983
1992
|
}
|
|
1984
|
-
|
|
1993
|
+
fo.getCollectionNode = function* (e, n) {
|
|
1985
1994
|
let { childItems: r, title: o, children: i } = e, l = e.title || e.children, s = e.textValue || (typeof l == "string" ? l : "") || e["aria-label"] || "";
|
|
1986
1995
|
!s && !(n != null && n.suppressTextValueWarning) && console.warn("<Item> with non-plain text contents is unsupported by type to select for accessibility. Please add a `textValue` prop."), yield {
|
|
1987
1996
|
type: "item",
|
|
@@ -2012,11 +2021,11 @@ co.getCollectionNode = function* (e, n) {
|
|
|
2012
2021
|
function qs(t) {
|
|
2013
2022
|
return t.hasChildItems != null ? t.hasChildItems : !!(t.childItems || t.title && Q.Children.count(t.children) > 0);
|
|
2014
2023
|
}
|
|
2015
|
-
let Rt =
|
|
2016
|
-
function
|
|
2024
|
+
let Rt = fo;
|
|
2025
|
+
function po(t) {
|
|
2017
2026
|
return null;
|
|
2018
2027
|
}
|
|
2019
|
-
|
|
2028
|
+
po.getCollectionNode = function* (e) {
|
|
2020
2029
|
let { children: n, title: r, items: o } = e;
|
|
2021
2030
|
yield {
|
|
2022
2031
|
type: "section",
|
|
@@ -2046,10 +2055,10 @@ fo.getCollectionNode = function* (e) {
|
|
|
2046
2055
|
}
|
|
2047
2056
|
};
|
|
2048
2057
|
};
|
|
2049
|
-
let
|
|
2058
|
+
let bo = po;
|
|
2050
2059
|
class Ys {
|
|
2051
2060
|
build(e, n) {
|
|
2052
|
-
return this.context = n,
|
|
2061
|
+
return this.context = n, gr(() => this.iterateCollection(e));
|
|
2053
2062
|
}
|
|
2054
2063
|
*iterateCollection(e) {
|
|
2055
2064
|
let { children: n, items: r } = e;
|
|
@@ -2130,7 +2139,7 @@ class Ys {
|
|
|
2130
2139
|
];
|
|
2131
2140
|
for (let x of h) {
|
|
2132
2141
|
if (x.value = p.value || e.value, x.value && this.cache.set(x.value, x), e.type && x.type !== e.type)
|
|
2133
|
-
throw new Error(`Unsupported type <${
|
|
2142
|
+
throw new Error(`Unsupported type <${sn(x.type)}> in <${sn(o.type)}>. Only <${sn(e.type)}> is supported.`);
|
|
2134
2143
|
c++, yield x;
|
|
2135
2144
|
}
|
|
2136
2145
|
f = a.next(h);
|
|
@@ -2153,7 +2162,7 @@ class Ys {
|
|
|
2153
2162
|
wrapper: e.wrapper,
|
|
2154
2163
|
shouldInvalidate: e.shouldInvalidate,
|
|
2155
2164
|
hasChildNodes: e.hasChildNodes,
|
|
2156
|
-
childNodes:
|
|
2165
|
+
childNodes: gr(function* () {
|
|
2157
2166
|
if (!e.hasChildNodes)
|
|
2158
2167
|
return;
|
|
2159
2168
|
let u = 0;
|
|
@@ -2171,7 +2180,7 @@ class Ys {
|
|
|
2171
2180
|
this.cache = /* @__PURE__ */ new WeakMap();
|
|
2172
2181
|
}
|
|
2173
2182
|
}
|
|
2174
|
-
function
|
|
2183
|
+
function gr(t) {
|
|
2175
2184
|
let e = [], n = null;
|
|
2176
2185
|
return {
|
|
2177
2186
|
*[Symbol.iterator]() {
|
|
@@ -2191,10 +2200,10 @@ function Xs(t, e) {
|
|
|
2191
2200
|
if (e)
|
|
2192
2201
|
return e;
|
|
2193
2202
|
}
|
|
2194
|
-
function
|
|
2203
|
+
function sn(t) {
|
|
2195
2204
|
return t[0].toUpperCase() + t.slice(1);
|
|
2196
2205
|
}
|
|
2197
|
-
function
|
|
2206
|
+
function mo(t, e, n) {
|
|
2198
2207
|
let r = re(() => new Ys(), []), { children: o, items: i, collection: l } = t;
|
|
2199
2208
|
return re(() => {
|
|
2200
2209
|
if (l)
|
|
@@ -2229,27 +2238,27 @@ function Js(t, e) {
|
|
|
2229
2238
|
n++;
|
|
2230
2239
|
}
|
|
2231
2240
|
}
|
|
2232
|
-
function
|
|
2241
|
+
function un(t, e, n) {
|
|
2233
2242
|
if (e.parentKey === n.parentKey)
|
|
2234
2243
|
return e.index - n.index;
|
|
2235
2244
|
let r = [
|
|
2236
|
-
|
|
2245
|
+
...$r(t, e),
|
|
2237
2246
|
e
|
|
2238
2247
|
], o = [
|
|
2239
|
-
|
|
2248
|
+
...$r(t, n),
|
|
2240
2249
|
n
|
|
2241
2250
|
], i = r.slice(0, o.length).findIndex((l, s) => l !== o[s]);
|
|
2242
2251
|
return i !== -1 ? (e = r[i], n = o[i], e.index - n.index) : r.findIndex((l) => l === n) >= 0 ? 1 : (o.findIndex((l) => l === e) >= 0, -1);
|
|
2243
2252
|
}
|
|
2244
|
-
function
|
|
2253
|
+
function $r(t, e) {
|
|
2245
2254
|
let n = [];
|
|
2246
2255
|
for (; (e == null ? void 0 : e.parentKey) != null; )
|
|
2247
2256
|
e = t.getItem(e.parentKey), n.unshift(e);
|
|
2248
2257
|
return n;
|
|
2249
2258
|
}
|
|
2250
|
-
const
|
|
2251
|
-
function
|
|
2252
|
-
let e =
|
|
2259
|
+
const yr = /* @__PURE__ */ new WeakMap();
|
|
2260
|
+
function jn(t) {
|
|
2261
|
+
let e = yr.get(t);
|
|
2253
2262
|
if (e != null)
|
|
2254
2263
|
return e;
|
|
2255
2264
|
e = 0;
|
|
@@ -2257,7 +2266,7 @@ function zn(t) {
|
|
|
2257
2266
|
for (let o of r)
|
|
2258
2267
|
o.type === "section" ? n(Vt(o, t)) : e++;
|
|
2259
2268
|
};
|
|
2260
|
-
return n(t),
|
|
2269
|
+
return n(t), yr.set(t, e), e;
|
|
2261
2270
|
}
|
|
2262
2271
|
class we extends Set {
|
|
2263
2272
|
constructor(e, n, r) {
|
|
@@ -2272,10 +2281,10 @@ function Qs(t, e) {
|
|
|
2272
2281
|
return !1;
|
|
2273
2282
|
return !0;
|
|
2274
2283
|
}
|
|
2275
|
-
function
|
|
2276
|
-
let { selectionMode: e = "none", disallowEmptySelection: n, allowDuplicateSelectionEvents: r, selectionBehavior: o = "toggle", disabledBehavior: i = "all" } = t, l = B(!1), [, s] = J(!1), u = B(null), a = B(null), [, c] = J(null), f = re(() =>
|
|
2284
|
+
function vo(t) {
|
|
2285
|
+
let { selectionMode: e = "none", disallowEmptySelection: n, allowDuplicateSelectionEvents: r, selectionBehavior: o = "toggle", disabledBehavior: i = "all" } = t, l = B(!1), [, s] = J(!1), u = B(null), a = B(null), [, c] = J(null), f = re(() => xr(t.selectedKeys), [
|
|
2277
2286
|
t.selectedKeys
|
|
2278
|
-
]), p = re(() =>
|
|
2287
|
+
]), p = re(() => xr(t.defaultSelectedKeys, new we()), [
|
|
2279
2288
|
t.defaultSelectedKeys
|
|
2280
2289
|
]), [d, v] = et(f, p, t.onSelectionChange), h = re(() => t.disabledKeys ? new Set(t.disabledKeys) : /* @__PURE__ */ new Set(), [
|
|
2281
2290
|
t.disabledKeys
|
|
@@ -2314,10 +2323,10 @@ function mo(t) {
|
|
|
2314
2323
|
disabledBehavior: i
|
|
2315
2324
|
};
|
|
2316
2325
|
}
|
|
2317
|
-
function
|
|
2326
|
+
function xr(t, e) {
|
|
2318
2327
|
return t ? t === "all" ? "all" : new we(t) : e;
|
|
2319
2328
|
}
|
|
2320
|
-
class
|
|
2329
|
+
class ho {
|
|
2321
2330
|
/**
|
|
2322
2331
|
* The type of selection that is allowed in the collection.
|
|
2323
2332
|
*/
|
|
@@ -2412,7 +2421,7 @@ class vo {
|
|
|
2412
2421
|
let e = null;
|
|
2413
2422
|
for (let n of this.state.selectedKeys) {
|
|
2414
2423
|
let r = this.collection.getItem(n);
|
|
2415
|
-
(!e || r &&
|
|
2424
|
+
(!e || r && un(this.collection, r, e) < 0) && (e = r);
|
|
2416
2425
|
}
|
|
2417
2426
|
return e == null ? void 0 : e.key;
|
|
2418
2427
|
}
|
|
@@ -2420,7 +2429,7 @@ class vo {
|
|
|
2420
2429
|
let e = null;
|
|
2421
2430
|
for (let n of this.state.selectedKeys) {
|
|
2422
2431
|
let r = this.collection.getItem(n);
|
|
2423
|
-
(!e || r &&
|
|
2432
|
+
(!e || r && un(this.collection, r, e) > 0) && (e = r);
|
|
2424
2433
|
}
|
|
2425
2434
|
return e == null ? void 0 : e.key;
|
|
2426
2435
|
}
|
|
@@ -2458,7 +2467,7 @@ class vo {
|
|
|
2458
2467
|
}
|
|
2459
2468
|
getKeyRange(e, n) {
|
|
2460
2469
|
let r = this.collection.getItem(e), o = this.collection.getItem(n);
|
|
2461
|
-
return r && o ?
|
|
2470
|
+
return r && o ? un(this.collection, r, o) <= 0 ? this.getKeyRangeInternal(e, n) : this.getKeyRangeInternal(n, e) : [];
|
|
2462
2471
|
}
|
|
2463
2472
|
getKeyRangeInternal(e, n) {
|
|
2464
2473
|
let r = [], o = e;
|
|
@@ -2585,7 +2594,7 @@ class vo {
|
|
|
2585
2594
|
this.allowsCellSelection = (o = r == null ? void 0 : r.allowsCellSelection) !== null && o !== void 0 ? o : !1, this._isSelectAll = null;
|
|
2586
2595
|
}
|
|
2587
2596
|
}
|
|
2588
|
-
class
|
|
2597
|
+
class wn {
|
|
2589
2598
|
*[Symbol.iterator]() {
|
|
2590
2599
|
yield* this.iterable;
|
|
2591
2600
|
}
|
|
@@ -2637,16 +2646,16 @@ class Pn {
|
|
|
2637
2646
|
this.lastKey = r == null ? void 0 : r.key;
|
|
2638
2647
|
}
|
|
2639
2648
|
}
|
|
2640
|
-
function
|
|
2641
|
-
let { filter: e } = t, n =
|
|
2649
|
+
function go(t) {
|
|
2650
|
+
let { filter: e } = t, n = vo(t), r = re(() => t.disabledKeys ? new Set(t.disabledKeys) : /* @__PURE__ */ new Set(), [
|
|
2642
2651
|
t.disabledKeys
|
|
2643
|
-
]), o = oe((a) => e ? new
|
|
2652
|
+
]), o = oe((a) => e ? new wn(e(a)) : new wn(a), [
|
|
2644
2653
|
e
|
|
2645
2654
|
]), i = re(() => ({
|
|
2646
2655
|
suppressTextValueWarning: t.suppressTextValueWarning
|
|
2647
2656
|
}), [
|
|
2648
2657
|
t.suppressTextValueWarning
|
|
2649
|
-
]), l =
|
|
2658
|
+
]), l = mo(t, o, i), s = re(() => new ho(l, n), [
|
|
2650
2659
|
l,
|
|
2651
2660
|
n
|
|
2652
2661
|
]);
|
|
@@ -2686,13 +2695,13 @@ function ho(t) {
|
|
|
2686
2695
|
selectionManager: s
|
|
2687
2696
|
};
|
|
2688
2697
|
}
|
|
2689
|
-
function
|
|
2698
|
+
function $o(t) {
|
|
2690
2699
|
var e;
|
|
2691
2700
|
let [n, r] = et(t.selectedKey, (e = t.defaultSelectedKey) !== null && e !== void 0 ? e : null, t.onSelectionChange), o = re(() => n != null ? [
|
|
2692
2701
|
n
|
|
2693
2702
|
] : [], [
|
|
2694
2703
|
n
|
|
2695
|
-
]), { collection: i, disabledKeys: l, selectionManager: s } =
|
|
2704
|
+
]), { collection: i, disabledKeys: l, selectionManager: s } = go({
|
|
2696
2705
|
...t,
|
|
2697
2706
|
selectionMode: "single",
|
|
2698
2707
|
disallowEmptySelection: !0,
|
|
@@ -2713,7 +2722,7 @@ function go(t) {
|
|
|
2713
2722
|
selectedItem: u
|
|
2714
2723
|
};
|
|
2715
2724
|
}
|
|
2716
|
-
function
|
|
2725
|
+
function Hn(t) {
|
|
2717
2726
|
let [e, n] = et(t.isOpen, t.defaultOpen || !1, t.onOpenChange);
|
|
2718
2727
|
const r = oe(() => {
|
|
2719
2728
|
n(!0);
|
|
@@ -2743,7 +2752,7 @@ function eu(t) {
|
|
|
2743
2752
|
t.onSelectionChange && t.onSelectionChange(ee), ee === w && (H(), D());
|
|
2744
2753
|
};
|
|
2745
2754
|
var h;
|
|
2746
|
-
let { collection: x, selectionManager: _, selectedKey: w, setSelectedKey: S, selectedItem: K, disabledKeys: g } =
|
|
2755
|
+
let { collection: x, selectionManager: _, selectedKey: w, setSelectedKey: S, selectedItem: K, disabledKeys: g } = $o({
|
|
2747
2756
|
...t,
|
|
2748
2757
|
onSelectionChange: v,
|
|
2749
2758
|
items: (h = t.items) !== null && h !== void 0 ? h : t.defaultItems
|
|
@@ -2757,7 +2766,7 @@ function eu(t) {
|
|
|
2757
2766
|
b,
|
|
2758
2767
|
r,
|
|
2759
2768
|
t.items
|
|
2760
|
-
]), [I, C] = J(P), T = B("focus"), V =
|
|
2769
|
+
]), [I, C] = J(P), T = B("focus"), V = Hn({
|
|
2761
2770
|
...t,
|
|
2762
2771
|
onOpenChange: (ee) => {
|
|
2763
2772
|
t.onOpenChange && t.onOpenChange(ee, ee ? T.current : void 0), _.setFocused(ee), ee || _.setFocusedKey(null);
|
|
@@ -2802,7 +2811,7 @@ function eu(t) {
|
|
|
2802
2811
|
let ve = (ce = (ee = x.getItem(w)) === null || ee === void 0 ? void 0 : ee.textValue) !== null && ce !== void 0 ? ce : "";
|
|
2803
2812
|
!c && w != null && t.inputValue === void 0 && w === L.current && X.current !== ve && (j(ve), A(ve)), L.current = w, X.current = ve;
|
|
2804
2813
|
});
|
|
2805
|
-
let W =
|
|
2814
|
+
let W = zn({
|
|
2806
2815
|
...t,
|
|
2807
2816
|
value: re(() => ({
|
|
2808
2817
|
inputValue: b,
|
|
@@ -2835,9 +2844,9 @@ function eu(t) {
|
|
|
2835
2844
|
};
|
|
2836
2845
|
let mt = () => {
|
|
2837
2846
|
V.isOpen && _.focusedKey != null ? w === _.focusedKey ? ye() : S(_.focusedKey) : Ne();
|
|
2838
|
-
},
|
|
2839
|
-
ee ? (
|
|
2840
|
-
},
|
|
2847
|
+
}, or = B(b), ns = (ee) => {
|
|
2848
|
+
ee ? (or.current = b, o === "focus" && F(null, "focus")) : (s && Ne(), b !== or.current && W.commitValidation()), f(ee);
|
|
2849
|
+
}, rs = re(() => V.isOpen ? u ? E : P : I, [
|
|
2841
2850
|
V.isOpen,
|
|
2842
2851
|
E,
|
|
2843
2852
|
P,
|
|
@@ -2856,9 +2865,9 @@ function eu(t) {
|
|
|
2856
2865
|
setSelectedKey: S,
|
|
2857
2866
|
disabledKeys: g,
|
|
2858
2867
|
isFocused: c,
|
|
2859
|
-
setFocused:
|
|
2868
|
+
setFocused: ns,
|
|
2860
2869
|
selectedItem: K,
|
|
2861
|
-
collection:
|
|
2870
|
+
collection: rs,
|
|
2862
2871
|
inputValue: b,
|
|
2863
2872
|
setInputValue: A,
|
|
2864
2873
|
commit: mt,
|
|
@@ -2866,13 +2875,13 @@ function eu(t) {
|
|
|
2866
2875
|
};
|
|
2867
2876
|
}
|
|
2868
2877
|
function tu(t, e, n) {
|
|
2869
|
-
return new
|
|
2878
|
+
return new wn(yo(t, t, e, n));
|
|
2870
2879
|
}
|
|
2871
|
-
function
|
|
2880
|
+
function yo(t, e, n, r) {
|
|
2872
2881
|
let o = [];
|
|
2873
2882
|
for (let i of e)
|
|
2874
2883
|
if (i.type === "section" && i.hasChildNodes) {
|
|
2875
|
-
let l =
|
|
2884
|
+
let l = yo(t, Vt(i, t), n, r);
|
|
2876
2885
|
[
|
|
2877
2886
|
...l
|
|
2878
2887
|
].some((s) => s.type === "item") && o.push({
|
|
@@ -2941,7 +2950,7 @@ function ou(t, e, n = "en-US") {
|
|
|
2941
2950
|
function iu(t) {
|
|
2942
2951
|
return Intl.Locale ? new Intl.Locale(t).language : t.split("-")[0];
|
|
2943
2952
|
}
|
|
2944
|
-
const
|
|
2953
|
+
const Cr = /* @__PURE__ */ new Map(), Er = /* @__PURE__ */ new Map();
|
|
2945
2954
|
class lu {
|
|
2946
2955
|
/** Formats a localized string for the given key with the provided variables. */
|
|
2947
2956
|
format(e, n) {
|
|
@@ -2952,16 +2961,16 @@ class lu {
|
|
|
2952
2961
|
let o = n["=" + e];
|
|
2953
2962
|
if (o)
|
|
2954
2963
|
return typeof o == "function" ? o() : o;
|
|
2955
|
-
let i = this.locale + ":" + r, l =
|
|
2964
|
+
let i = this.locale + ":" + r, l = Cr.get(i);
|
|
2956
2965
|
l || (l = new Intl.PluralRules(this.locale, {
|
|
2957
2966
|
type: r
|
|
2958
|
-
}),
|
|
2967
|
+
}), Cr.set(i, l));
|
|
2959
2968
|
let s = l.select(e);
|
|
2960
2969
|
return o = n[s] || n.other, typeof o == "function" ? o() : o;
|
|
2961
2970
|
}
|
|
2962
2971
|
number(e) {
|
|
2963
|
-
let n =
|
|
2964
|
-
return n || (n = new Intl.NumberFormat(this.locale),
|
|
2972
|
+
let n = Er.get(this.locale);
|
|
2973
|
+
return n || (n = new Intl.NumberFormat(this.locale), Er.set(this.locale, n)), n.format(e);
|
|
2965
2974
|
}
|
|
2966
2975
|
select(e, n) {
|
|
2967
2976
|
let r = e[n] || e.other;
|
|
@@ -3068,7 +3077,7 @@ function su(t, e) {
|
|
|
3068
3077
|
let a = (Array.isArray(i) ? i : [
|
|
3069
3078
|
...i
|
|
3070
3079
|
]).map((c) => l.items.findIndex((f) => r(f) === c)).sort();
|
|
3071
|
-
return
|
|
3080
|
+
return Pr(l, a, s);
|
|
3072
3081
|
});
|
|
3073
3082
|
},
|
|
3074
3083
|
moveAfter(o, i) {
|
|
@@ -3079,7 +3088,7 @@ function su(t, e) {
|
|
|
3079
3088
|
let a = (Array.isArray(i) ? i : [
|
|
3080
3089
|
...i
|
|
3081
3090
|
]).map((c) => l.items.findIndex((f) => r(f) === c)).sort();
|
|
3082
|
-
return
|
|
3091
|
+
return Pr(l, a, s + 1);
|
|
3083
3092
|
});
|
|
3084
3093
|
},
|
|
3085
3094
|
update(o, i) {
|
|
@@ -3107,7 +3116,7 @@ function nt(t, e, ...n) {
|
|
|
3107
3116
|
]
|
|
3108
3117
|
};
|
|
3109
3118
|
}
|
|
3110
|
-
function
|
|
3119
|
+
function Pr(t, e, n) {
|
|
3111
3120
|
n -= e.filter((i) => i < n).length;
|
|
3112
3121
|
let r = e.map((i) => ({
|
|
3113
3122
|
from: i,
|
|
@@ -3273,7 +3282,7 @@ function uu(t, e) {
|
|
|
3273
3282
|
}
|
|
3274
3283
|
function Pd(t) {
|
|
3275
3284
|
const { load: e, sort: n, initialSelectedKeys: r, initialSortDescriptor: o, getKey: i = (f) => f.id || f.key, initialFilterText: l = "" } = t;
|
|
3276
|
-
let [s, u] =
|
|
3285
|
+
let [s, u] = os(uu, {
|
|
3277
3286
|
state: "idle",
|
|
3278
3287
|
error: null,
|
|
3279
3288
|
items: [],
|
|
@@ -3368,7 +3377,7 @@ function Pd(t) {
|
|
|
3368
3377
|
};
|
|
3369
3378
|
}
|
|
3370
3379
|
function au(t) {
|
|
3371
|
-
let e =
|
|
3380
|
+
let e = Hn(t), [n, r] = J(null), [o, i] = J([]), l = () => {
|
|
3372
3381
|
i([]), e.close();
|
|
3373
3382
|
};
|
|
3374
3383
|
return {
|
|
@@ -3396,12 +3405,12 @@ function au(t) {
|
|
|
3396
3405
|
};
|
|
3397
3406
|
}
|
|
3398
3407
|
function cu(t) {
|
|
3399
|
-
let e =
|
|
3408
|
+
let e = Hn(t), [n, r] = J(null), o = $o({
|
|
3400
3409
|
...t,
|
|
3401
3410
|
onSelectionChange: (u) => {
|
|
3402
3411
|
t.onSelectionChange != null && t.onSelectionChange(u), e.close(), i.commitValidation();
|
|
3403
3412
|
}
|
|
3404
|
-
}), i =
|
|
3413
|
+
}), i = zn({
|
|
3405
3414
|
...t,
|
|
3406
3415
|
value: o.selectedKey
|
|
3407
3416
|
}), [l, s] = J(!1);
|
|
@@ -3469,9 +3478,9 @@ class du {
|
|
|
3469
3478
|
}
|
|
3470
3479
|
}
|
|
3471
3480
|
function fu(t) {
|
|
3472
|
-
let [e, n] = et(t.expandedKeys ? new Set(t.expandedKeys) : void 0, t.defaultExpandedKeys ? new Set(t.defaultExpandedKeys) : /* @__PURE__ */ new Set(), t.onExpandedChange), r =
|
|
3481
|
+
let [e, n] = et(t.expandedKeys ? new Set(t.expandedKeys) : void 0, t.defaultExpandedKeys ? new Set(t.defaultExpandedKeys) : /* @__PURE__ */ new Set(), t.onExpandedChange), r = vo(t), o = re(() => t.disabledKeys ? new Set(t.disabledKeys) : /* @__PURE__ */ new Set(), [
|
|
3473
3482
|
t.disabledKeys
|
|
3474
|
-
]), i =
|
|
3483
|
+
]), i = mo(t, oe((s) => new du(s, {
|
|
3475
3484
|
expandedKeys: e
|
|
3476
3485
|
}), [
|
|
3477
3486
|
e
|
|
@@ -3489,7 +3498,7 @@ function fu(t) {
|
|
|
3489
3498
|
n(pu(e, s));
|
|
3490
3499
|
},
|
|
3491
3500
|
setExpandedKeys: n,
|
|
3492
|
-
selectionManager: new
|
|
3501
|
+
selectionManager: new ho(i, r)
|
|
3493
3502
|
};
|
|
3494
3503
|
}
|
|
3495
3504
|
function pu(t, e) {
|
|
@@ -3499,26 +3508,26 @@ function pu(t, e) {
|
|
|
3499
3508
|
const _t = {
|
|
3500
3509
|
prefix: String(Math.round(Math.random() * 1e10)),
|
|
3501
3510
|
current: 0
|
|
3502
|
-
},
|
|
3503
|
-
let mu = !!(typeof window < "u" && window.document && window.document.createElement),
|
|
3511
|
+
}, xo = /* @__PURE__ */ Q.createContext(_t), bu = /* @__PURE__ */ Q.createContext(!1);
|
|
3512
|
+
let mu = !!(typeof window < "u" && window.document && window.document.createElement), an = /* @__PURE__ */ new WeakMap();
|
|
3504
3513
|
function vu(t = !1) {
|
|
3505
|
-
let e = Ae(
|
|
3514
|
+
let e = Ae(xo), n = B(null);
|
|
3506
3515
|
if (n.current === null && !t) {
|
|
3507
3516
|
var r, o;
|
|
3508
3517
|
let i = (o = Q.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED) === null || o === void 0 || (r = o.ReactCurrentOwner) === null || r === void 0 ? void 0 : r.current;
|
|
3509
3518
|
if (i) {
|
|
3510
|
-
let l =
|
|
3511
|
-
l == null ?
|
|
3519
|
+
let l = an.get(i);
|
|
3520
|
+
l == null ? an.set(i, {
|
|
3512
3521
|
id: e.current,
|
|
3513
3522
|
state: i.memoizedState
|
|
3514
|
-
}) : i.memoizedState !== l.state && (e.current = l.id,
|
|
3523
|
+
}) : i.memoizedState !== l.state && (e.current = l.id, an.delete(i));
|
|
3515
3524
|
}
|
|
3516
3525
|
n.current = ++e.current;
|
|
3517
3526
|
}
|
|
3518
3527
|
return n.current;
|
|
3519
3528
|
}
|
|
3520
3529
|
function hu(t) {
|
|
3521
|
-
let e = Ae(
|
|
3530
|
+
let e = Ae(xo);
|
|
3522
3531
|
e === _t && !mu && console.warn("When server rendering, you must wrap your application in an <SSRProvider> to ensure consistent ids are generated between the client and server.");
|
|
3523
3532
|
let n = vu(!!t), r = e === _t && process.env.NODE_ENV === "test" ? "react-aria" : `react-aria${e.prefix}`;
|
|
3524
3533
|
return t || `${r}-${n}`;
|
|
@@ -3541,7 +3550,7 @@ function Cu(t) {
|
|
|
3541
3550
|
function jt() {
|
|
3542
3551
|
return typeof Q.useSyncExternalStore == "function" ? Q.useSyncExternalStore(Cu, yu, xu) : Ae(bu);
|
|
3543
3552
|
}
|
|
3544
|
-
function
|
|
3553
|
+
function Co(t) {
|
|
3545
3554
|
var e, n, r = "";
|
|
3546
3555
|
if (typeof t == "string" || typeof t == "number")
|
|
3547
3556
|
r += t;
|
|
@@ -3549,7 +3558,7 @@ function xo(t) {
|
|
|
3549
3558
|
if (Array.isArray(t)) {
|
|
3550
3559
|
var o = t.length;
|
|
3551
3560
|
for (e = 0; e < o; e++)
|
|
3552
|
-
t[e] && (n =
|
|
3561
|
+
t[e] && (n = Co(t[e])) && (r && (r += " "), r += n);
|
|
3553
3562
|
} else
|
|
3554
3563
|
for (n in t)
|
|
3555
3564
|
t[n] && (r && (r += " "), r += n);
|
|
@@ -3557,7 +3566,7 @@ function xo(t) {
|
|
|
3557
3566
|
}
|
|
3558
3567
|
function Eu() {
|
|
3559
3568
|
for (var t, e, n = 0, r = "", o = arguments.length; n < o; n++)
|
|
3560
|
-
(t = arguments[n]) && (e =
|
|
3569
|
+
(t = arguments[n]) && (e = Co(t)) && (r && (r += " "), r += e);
|
|
3561
3570
|
return r;
|
|
3562
3571
|
}
|
|
3563
3572
|
const fe = typeof document < "u" ? Q.useLayoutEffect : () => {
|
|
@@ -3728,39 +3737,39 @@ function Ht(t) {
|
|
|
3728
3737
|
var e;
|
|
3729
3738
|
return typeof window > "u" || window.navigator == null ? !1 : ((e = window.navigator.userAgentData) === null || e === void 0 ? void 0 : e.brands.some((n) => t.test(n.brand))) || t.test(window.navigator.userAgent);
|
|
3730
3739
|
}
|
|
3731
|
-
function
|
|
3740
|
+
function Un(t) {
|
|
3732
3741
|
var e;
|
|
3733
3742
|
return typeof window < "u" && window.navigator != null ? t.test(((e = window.navigator.userAgentData) === null || e === void 0 ? void 0 : e.platform) || window.navigator.platform) : !1;
|
|
3734
3743
|
}
|
|
3735
3744
|
function Ie() {
|
|
3736
|
-
return
|
|
3745
|
+
return Un(/^Mac/i);
|
|
3737
3746
|
}
|
|
3738
3747
|
function Mu() {
|
|
3739
|
-
return
|
|
3748
|
+
return Un(/^iPhone/i);
|
|
3740
3749
|
}
|
|
3741
|
-
function
|
|
3742
|
-
return
|
|
3750
|
+
function Eo() {
|
|
3751
|
+
return Un(/^iPad/i) || // iPadOS 13 lies and says it's a Mac, but we can distinguish by detecting touch support.
|
|
3743
3752
|
Ie() && navigator.maxTouchPoints > 1;
|
|
3744
3753
|
}
|
|
3745
3754
|
function Ut() {
|
|
3746
|
-
return Mu() ||
|
|
3755
|
+
return Mu() || Eo();
|
|
3747
3756
|
}
|
|
3748
3757
|
function wt() {
|
|
3749
3758
|
return Ie() || Ut();
|
|
3750
3759
|
}
|
|
3751
|
-
function
|
|
3760
|
+
function Po() {
|
|
3752
3761
|
return Ht(/AppleWebKit/i) && !ku();
|
|
3753
3762
|
}
|
|
3754
3763
|
function ku() {
|
|
3755
3764
|
return Ht(/Chrome/i);
|
|
3756
3765
|
}
|
|
3757
|
-
function
|
|
3766
|
+
function wo() {
|
|
3758
3767
|
return Ht(/Android/i);
|
|
3759
3768
|
}
|
|
3760
3769
|
function Nu() {
|
|
3761
3770
|
return Ht(/Firefox/i);
|
|
3762
3771
|
}
|
|
3763
|
-
const Iu = /* @__PURE__ */
|
|
3772
|
+
const Iu = /* @__PURE__ */ In({
|
|
3764
3773
|
isNative: !0,
|
|
3765
3774
|
open: Ou
|
|
3766
3775
|
});
|
|
@@ -3771,7 +3780,7 @@ function Re(t, e, n = !0) {
|
|
|
3771
3780
|
var r, o;
|
|
3772
3781
|
let { metaKey: i, ctrlKey: l, altKey: s, shiftKey: u } = e;
|
|
3773
3782
|
Nu() && (!((o = window.event) === null || o === void 0 || (r = o.type) === null || r === void 0) && r.startsWith("key")) && t.target === "_blank" && (Ie() ? i = !0 : l = !0);
|
|
3774
|
-
let a =
|
|
3783
|
+
let a = Po() && Ie() && !Eo() ? new KeyboardEvent("keydown", {
|
|
3775
3784
|
keyIdentifier: "Enter",
|
|
3776
3785
|
metaKey: i,
|
|
3777
3786
|
ctrlKey: l,
|
|
@@ -3799,8 +3808,8 @@ function Bu(t, e) {
|
|
|
3799
3808
|
function Ou(t, e) {
|
|
3800
3809
|
Bu(t, (n) => Re(n, e));
|
|
3801
3810
|
}
|
|
3802
|
-
let qe = /* @__PURE__ */ new Map(),
|
|
3803
|
-
function
|
|
3811
|
+
let qe = /* @__PURE__ */ new Map(), Sn = /* @__PURE__ */ new Set();
|
|
3812
|
+
function wr() {
|
|
3804
3813
|
if (typeof window > "u")
|
|
3805
3814
|
return;
|
|
3806
3815
|
let t = (n) => {
|
|
@@ -3809,20 +3818,20 @@ function Pr() {
|
|
|
3809
3818
|
}, e = (n) => {
|
|
3810
3819
|
let r = qe.get(n.target);
|
|
3811
3820
|
if (r && (r.delete(n.propertyName), r.size === 0 && (n.target.removeEventListener("transitioncancel", e), qe.delete(n.target)), qe.size === 0)) {
|
|
3812
|
-
for (let o of
|
|
3821
|
+
for (let o of Sn)
|
|
3813
3822
|
o();
|
|
3814
|
-
|
|
3823
|
+
Sn.clear();
|
|
3815
3824
|
}
|
|
3816
3825
|
};
|
|
3817
3826
|
document.body.addEventListener("transitionrun", t), document.body.addEventListener("transitionend", e);
|
|
3818
3827
|
}
|
|
3819
|
-
typeof document < "u" && (document.readyState !== "loading" ?
|
|
3820
|
-
function
|
|
3828
|
+
typeof document < "u" && (document.readyState !== "loading" ? wr() : document.addEventListener("DOMContentLoaded", wr));
|
|
3829
|
+
function So(t) {
|
|
3821
3830
|
requestAnimationFrame(() => {
|
|
3822
|
-
qe.size === 0 ? t() :
|
|
3831
|
+
qe.size === 0 ? t() : Sn.add(t);
|
|
3823
3832
|
});
|
|
3824
3833
|
}
|
|
3825
|
-
function
|
|
3834
|
+
function To() {
|
|
3826
3835
|
let t = B(/* @__PURE__ */ new Map()), e = oe((o, i, l, s) => {
|
|
3827
3836
|
let u = s != null && s.once ? (...a) => {
|
|
3828
3837
|
t.current.delete(l), l(...a);
|
|
@@ -3889,7 +3898,7 @@ function Vu(t) {
|
|
|
3889
3898
|
e
|
|
3890
3899
|
]);
|
|
3891
3900
|
}
|
|
3892
|
-
function
|
|
3901
|
+
function _o(t, e) {
|
|
3893
3902
|
fe(() => {
|
|
3894
3903
|
if (t && t.ref && e)
|
|
3895
3904
|
return t.ref.current = e.current, () => {
|
|
@@ -3907,13 +3916,13 @@ function Ft(t, e) {
|
|
|
3907
3916
|
return r && e && (r = t.scrollHeight !== t.clientHeight || t.scrollWidth !== t.clientWidth), r;
|
|
3908
3917
|
}
|
|
3909
3918
|
let zu = 0;
|
|
3910
|
-
const
|
|
3919
|
+
const cn = /* @__PURE__ */ new Map();
|
|
3911
3920
|
function ju(t) {
|
|
3912
3921
|
let [e, n] = J(void 0);
|
|
3913
3922
|
return fe(() => {
|
|
3914
3923
|
if (!t)
|
|
3915
3924
|
return;
|
|
3916
|
-
let r =
|
|
3925
|
+
let r = cn.get(t);
|
|
3917
3926
|
if (r)
|
|
3918
3927
|
n(r.element.id);
|
|
3919
3928
|
else {
|
|
@@ -3923,10 +3932,10 @@ function ju(t) {
|
|
|
3923
3932
|
i.id = o, i.style.display = "none", i.textContent = t, document.body.appendChild(i), r = {
|
|
3924
3933
|
refCount: 0,
|
|
3925
3934
|
element: i
|
|
3926
|
-
},
|
|
3935
|
+
}, cn.set(t, r);
|
|
3927
3936
|
}
|
|
3928
3937
|
return r.refCount++, () => {
|
|
3929
|
-
--r.refCount === 0 && (r.element.remove(),
|
|
3938
|
+
--r.refCount === 0 && (r.element.remove(), cn.delete(t));
|
|
3930
3939
|
};
|
|
3931
3940
|
}, [
|
|
3932
3941
|
t
|
|
@@ -3951,11 +3960,11 @@ function Hu(t, e, n, r) {
|
|
|
3951
3960
|
o
|
|
3952
3961
|
]);
|
|
3953
3962
|
}
|
|
3954
|
-
function
|
|
3955
|
-
let n =
|
|
3963
|
+
function Ao(t, e) {
|
|
3964
|
+
let n = Sr(t, e, "left"), r = Sr(t, e, "top"), o = e.offsetWidth, i = e.offsetHeight, l = t.scrollLeft, s = t.scrollTop, { borderTopWidth: u, borderLeftWidth: a } = getComputedStyle(t), c = t.scrollLeft + parseInt(a, 10), f = t.scrollTop + parseInt(u, 10), p = c + t.clientWidth, d = f + t.clientHeight;
|
|
3956
3965
|
n <= l ? l = n - parseInt(a, 10) : n + o > p && (l += n + o - p), r <= f ? s = r - parseInt(u, 10) : r + i > d && (s += r + i - d), t.scrollLeft = l, t.scrollTop = s;
|
|
3957
3966
|
}
|
|
3958
|
-
function
|
|
3967
|
+
function Sr(t, e, n) {
|
|
3959
3968
|
const r = n === "left" ? "offsetLeft" : "offsetTop";
|
|
3960
3969
|
let o = 0;
|
|
3961
3970
|
for (; e.offsetParent && (o += e[r], e.offsetParent !== t); ) {
|
|
@@ -3967,13 +3976,13 @@ function wr(t, e, n) {
|
|
|
3967
3976
|
}
|
|
3968
3977
|
return o;
|
|
3969
3978
|
}
|
|
3970
|
-
function
|
|
3979
|
+
function Tr(t, e) {
|
|
3971
3980
|
if (document.contains(t)) {
|
|
3972
3981
|
let l = document.scrollingElement || document.documentElement;
|
|
3973
3982
|
if (window.getComputedStyle(l).overflow === "hidden") {
|
|
3974
3983
|
let u = Dt(t);
|
|
3975
3984
|
for (; t && u && t !== l && u !== l; )
|
|
3976
|
-
|
|
3985
|
+
Ao(u, t), t = u, u = Dt(t);
|
|
3977
3986
|
} else {
|
|
3978
3987
|
var n;
|
|
3979
3988
|
let { left: u, top: a } = t.getBoundingClientRect();
|
|
@@ -3993,13 +4002,13 @@ function Sr(t, e) {
|
|
|
3993
4002
|
}
|
|
3994
4003
|
}
|
|
3995
4004
|
}
|
|
3996
|
-
function
|
|
3997
|
-
return t.mozInputSource === 0 && t.isTrusted ? !0 :
|
|
4005
|
+
function Tn(t) {
|
|
4006
|
+
return t.mozInputSource === 0 && t.isTrusted ? !0 : wo() && t.pointerType ? t.type === "click" && t.buttons === 1 : t.detail === 0 && !t.pointerType;
|
|
3998
4007
|
}
|
|
3999
4008
|
function Uu(t) {
|
|
4000
|
-
return !
|
|
4009
|
+
return !wo() && t.width === 0 && t.height === 0 || t.width === 1 && t.height === 1 && t.pressure === 0 && t.detail === 0 && t.pointerType === "mouse";
|
|
4001
4010
|
}
|
|
4002
|
-
function
|
|
4011
|
+
function Ko(t, e, n) {
|
|
4003
4012
|
let r = B(e), o = xe(() => {
|
|
4004
4013
|
n && n(r.current);
|
|
4005
4014
|
});
|
|
@@ -4017,13 +4026,13 @@ function Ao(t, e, n) {
|
|
|
4017
4026
|
function Wu(t, e) {
|
|
4018
4027
|
return e.get ? e.get.call(t) : e.value;
|
|
4019
4028
|
}
|
|
4020
|
-
function
|
|
4029
|
+
function Do(t, e, n) {
|
|
4021
4030
|
if (!e.has(t))
|
|
4022
4031
|
throw new TypeError("attempted to " + n + " private field on non-instance");
|
|
4023
4032
|
return e.get(t);
|
|
4024
4033
|
}
|
|
4025
4034
|
function Gu(t, e) {
|
|
4026
|
-
var n =
|
|
4035
|
+
var n = Do(t, e, "get");
|
|
4027
4036
|
return Wu(t, n);
|
|
4028
4037
|
}
|
|
4029
4038
|
function qu(t, e, n) {
|
|
@@ -4035,16 +4044,16 @@ function qu(t, e, n) {
|
|
|
4035
4044
|
e.value = n;
|
|
4036
4045
|
}
|
|
4037
4046
|
}
|
|
4038
|
-
function
|
|
4039
|
-
var r =
|
|
4047
|
+
function _r(t, e, n) {
|
|
4048
|
+
var r = Do(t, e, "set");
|
|
4040
4049
|
return qu(t, r, n), n;
|
|
4041
4050
|
}
|
|
4042
|
-
let Xe = "default",
|
|
4043
|
-
function
|
|
4051
|
+
let Xe = "default", _n = "", St = /* @__PURE__ */ new WeakMap();
|
|
4052
|
+
function Ar(t) {
|
|
4044
4053
|
if (Ut()) {
|
|
4045
4054
|
if (Xe === "default") {
|
|
4046
4055
|
const e = pe(t);
|
|
4047
|
-
|
|
4056
|
+
_n = e.documentElement.style.webkitUserSelect, e.documentElement.style.webkitUserSelect = "none";
|
|
4048
4057
|
}
|
|
4049
4058
|
Xe = "disabled";
|
|
4050
4059
|
} else
|
|
@@ -4055,10 +4064,10 @@ function $t(t) {
|
|
|
4055
4064
|
if (Xe !== "disabled")
|
|
4056
4065
|
return;
|
|
4057
4066
|
Xe = "restoring", setTimeout(() => {
|
|
4058
|
-
|
|
4067
|
+
So(() => {
|
|
4059
4068
|
if (Xe === "restoring") {
|
|
4060
4069
|
const e = pe(t);
|
|
4061
|
-
e.documentElement.style.webkitUserSelect === "none" && (e.documentElement.style.webkitUserSelect =
|
|
4070
|
+
e.documentElement.style.webkitUserSelect === "none" && (e.documentElement.style.webkitUserSelect = _n || ""), _n = "", Xe = "default";
|
|
4062
4071
|
}
|
|
4063
4072
|
});
|
|
4064
4073
|
}, 300);
|
|
@@ -4067,23 +4076,23 @@ function $t(t) {
|
|
|
4067
4076
|
t.style.userSelect === "none" && (t.style.userSelect = e), t.getAttribute("style") === "" && t.removeAttribute("style"), St.delete(t);
|
|
4068
4077
|
}
|
|
4069
4078
|
}
|
|
4070
|
-
const
|
|
4079
|
+
const Wn = Q.createContext({
|
|
4071
4080
|
register: () => {
|
|
4072
4081
|
}
|
|
4073
4082
|
});
|
|
4074
|
-
|
|
4083
|
+
Wn.displayName = "PressResponderContext";
|
|
4075
4084
|
function Yu(t) {
|
|
4076
|
-
let e = Ae(
|
|
4085
|
+
let e = Ae(Wn);
|
|
4077
4086
|
if (e) {
|
|
4078
4087
|
let { register: n, ...r } = e;
|
|
4079
4088
|
t = se(r, t), n();
|
|
4080
4089
|
}
|
|
4081
|
-
return
|
|
4090
|
+
return _o(e, t.ref), t;
|
|
4082
4091
|
}
|
|
4083
4092
|
var yt = /* @__PURE__ */ new WeakMap();
|
|
4084
4093
|
class xt {
|
|
4085
4094
|
continuePropagation() {
|
|
4086
|
-
|
|
4095
|
+
_r(this, yt, !1);
|
|
4087
4096
|
}
|
|
4088
4097
|
get shouldStopPropagation() {
|
|
4089
4098
|
return Gu(this, yt);
|
|
@@ -4092,10 +4101,10 @@ class xt {
|
|
|
4092
4101
|
Hs(this, yt, {
|
|
4093
4102
|
writable: !0,
|
|
4094
4103
|
value: void 0
|
|
4095
|
-
}),
|
|
4104
|
+
}), _r(this, yt, !0), this.type = e, this.pointerType = n, this.target = r.currentTarget, this.shiftKey = r.shiftKey, this.metaKey = r.metaKey, this.ctrlKey = r.ctrlKey, this.altKey = r.altKey;
|
|
4096
4105
|
}
|
|
4097
4106
|
}
|
|
4098
|
-
const
|
|
4107
|
+
const Kr = Symbol("linkClicked");
|
|
4099
4108
|
function Gt(t) {
|
|
4100
4109
|
let {
|
|
4101
4110
|
onPress: e,
|
|
@@ -4121,7 +4130,7 @@ function Gt(t) {
|
|
|
4121
4130
|
target: null,
|
|
4122
4131
|
isOverTarget: !1,
|
|
4123
4132
|
pointerType: null
|
|
4124
|
-
}), { addGlobalListener: x, removeAllGlobalListeners: _ } =
|
|
4133
|
+
}), { addGlobalListener: x, removeAllGlobalListeners: _ } = To(), w = xe((b, A) => {
|
|
4125
4134
|
let E = h.current;
|
|
4126
4135
|
if (l || E.didFirePressStart)
|
|
4127
4136
|
return !1;
|
|
@@ -4164,21 +4173,21 @@ function Gt(t) {
|
|
|
4164
4173
|
}), O = re(() => {
|
|
4165
4174
|
let b = h.current, A = {
|
|
4166
4175
|
onKeyDown(P) {
|
|
4167
|
-
if (
|
|
4176
|
+
if (dn(P.nativeEvent, P.currentTarget) && P.currentTarget.contains(P.target)) {
|
|
4168
4177
|
var I;
|
|
4169
|
-
|
|
4178
|
+
Fr(P.target, P.key) && P.preventDefault();
|
|
4170
4179
|
let C = !0;
|
|
4171
4180
|
!b.isPressed && !P.repeat && (b.target = P.currentTarget, b.isPressed = !0, C = w(P, "keyboard"), x(pe(P.currentTarget), "keyup", E, !1)), C && P.stopPropagation(), P.metaKey && Ie() && ((I = b.metaKeyEvents) === null || I === void 0 || I.set(P.key, P.nativeEvent));
|
|
4172
4181
|
} else
|
|
4173
4182
|
P.key === "Meta" && (b.metaKeyEvents = /* @__PURE__ */ new Map());
|
|
4174
4183
|
},
|
|
4175
4184
|
onKeyUp(P) {
|
|
4176
|
-
|
|
4185
|
+
dn(P.nativeEvent, P.currentTarget) && !P.repeat && P.currentTarget.contains(P.target) && b.target && K(Ke(b.target, P), "keyboard");
|
|
4177
4186
|
},
|
|
4178
4187
|
onClick(P) {
|
|
4179
4188
|
if (!(P && !P.currentTarget.contains(P.target)) && P && P.button === 0 && !b.isTriggeringEvent && !Re.isOpening) {
|
|
4180
4189
|
let I = !0;
|
|
4181
|
-
if (l && P.preventDefault(), !b.ignoreClickAfterPress && !b.ignoreEmulatedMouseEvents && !b.isPressed && (b.pointerType === "virtual" ||
|
|
4190
|
+
if (l && P.preventDefault(), !b.ignoreClickAfterPress && !b.ignoreEmulatedMouseEvents && !b.isPressed && (b.pointerType === "virtual" || Tn(P.nativeEvent))) {
|
|
4182
4191
|
!l && !u && Fe(P.currentTarget);
|
|
4183
4192
|
let C = w(P, "virtual"), T = K(P, "virtual"), q = S(P, "virtual");
|
|
4184
4193
|
I = C && T && q;
|
|
@@ -4188,11 +4197,11 @@ function Gt(t) {
|
|
|
4188
4197
|
}
|
|
4189
4198
|
}, E = (P) => {
|
|
4190
4199
|
var I;
|
|
4191
|
-
if (b.isPressed && b.target &&
|
|
4200
|
+
if (b.isPressed && b.target && dn(P, b.target)) {
|
|
4192
4201
|
var C;
|
|
4193
|
-
|
|
4202
|
+
Fr(P.target, P.key) && P.preventDefault();
|
|
4194
4203
|
let q = P.target, V = S(Ke(b.target, P), "keyboard", b.target.contains(q));
|
|
4195
|
-
_(), V && P.stopPropagation(), P.key !== "Enter" &&
|
|
4204
|
+
_(), V && P.stopPropagation(), P.key !== "Enter" && Gn(b.target) && b.target.contains(q) && !P[Kr] && (P[Kr] = !0, Re(b.target, P, !1)), b.isPressed = !1, (C = b.metaKeyEvents) === null || C === void 0 || C.delete(P.key);
|
|
4196
4205
|
} else if (P.key === "Meta" && (!((I = b.metaKeyEvents) === null || I === void 0) && I.size)) {
|
|
4197
4206
|
var T;
|
|
4198
4207
|
let q = b.metaKeyEvents;
|
|
@@ -4209,11 +4218,11 @@ function Gt(t) {
|
|
|
4209
4218
|
b.pointerType = "virtual";
|
|
4210
4219
|
return;
|
|
4211
4220
|
}
|
|
4212
|
-
|
|
4221
|
+
fn(T.currentTarget) && T.preventDefault(), b.pointerType = T.pointerType;
|
|
4213
4222
|
let q = !0;
|
|
4214
|
-
b.isPressed || (b.isPressed = !0, b.isOverTarget = !0, b.activePointerId = T.pointerId, b.target = T.currentTarget, !l && !u && Fe(T.currentTarget), c ||
|
|
4223
|
+
b.isPressed || (b.isPressed = !0, b.isOverTarget = !0, b.activePointerId = T.pointerId, b.target = T.currentTarget, !l && !u && Fe(T.currentTarget), c || Ar(b.target), q = w(T, b.pointerType), x(pe(T.currentTarget), "pointermove", P, !1), x(pe(T.currentTarget), "pointerup", I, !1), x(pe(T.currentTarget), "pointercancel", C, !1)), q && T.stopPropagation();
|
|
4215
4224
|
}, A.onMouseDown = (T) => {
|
|
4216
|
-
T.currentTarget.contains(T.target) && T.button === 0 && (
|
|
4225
|
+
T.currentTarget.contains(T.target) && T.button === 0 && (fn(T.currentTarget) && T.preventDefault(), T.stopPropagation());
|
|
4217
4226
|
}, A.onPointerUp = (T) => {
|
|
4218
4227
|
!T.currentTarget.contains(T.target) || b.pointerType === "virtual" || T.button === 0 && Ue(T, T.currentTarget) && K(T, b.pointerType || T.pointerType);
|
|
4219
4228
|
};
|
|
@@ -4231,11 +4240,11 @@ function Gt(t) {
|
|
|
4231
4240
|
A.onMouseDown = (C) => {
|
|
4232
4241
|
if (C.button !== 0 || !C.currentTarget.contains(C.target))
|
|
4233
4242
|
return;
|
|
4234
|
-
if (
|
|
4243
|
+
if (fn(C.currentTarget) && C.preventDefault(), b.ignoreEmulatedMouseEvents) {
|
|
4235
4244
|
C.stopPropagation();
|
|
4236
4245
|
return;
|
|
4237
4246
|
}
|
|
4238
|
-
b.isPressed = !0, b.isOverTarget = !0, b.target = C.currentTarget, b.pointerType =
|
|
4247
|
+
b.isPressed = !0, b.isOverTarget = !0, b.target = C.currentTarget, b.pointerType = Tn(C.nativeEvent) ? "virtual" : "mouse", !l && !u && Fe(C.currentTarget), w(C, b.pointerType) && C.stopPropagation(), x(pe(C.currentTarget), "mouseup", P, !1);
|
|
4239
4248
|
}, A.onMouseEnter = (C) => {
|
|
4240
4249
|
if (!C.currentTarget.contains(C.target))
|
|
4241
4250
|
return;
|
|
@@ -4264,7 +4273,7 @@ function Gt(t) {
|
|
|
4264
4273
|
let T = Xu(C.nativeEvent);
|
|
4265
4274
|
if (!T)
|
|
4266
4275
|
return;
|
|
4267
|
-
b.activePointerId = T.identifier, b.ignoreEmulatedMouseEvents = !0, b.isOverTarget = !0, b.isPressed = !0, b.target = C.currentTarget, b.pointerType = "touch", !l && !u && Fe(C.currentTarget), c ||
|
|
4276
|
+
b.activePointerId = T.identifier, b.ignoreEmulatedMouseEvents = !0, b.isOverTarget = !0, b.isPressed = !0, b.target = C.currentTarget, b.pointerType = "touch", !l && !u && Fe(C.currentTarget), c || Ar(b.target), w(C, b.pointerType) && C.stopPropagation(), x(ut(C.currentTarget), "scroll", I, !0);
|
|
4268
4277
|
}, A.onTouchMove = (C) => {
|
|
4269
4278
|
if (!C.currentTarget.contains(C.target))
|
|
4270
4279
|
return;
|
|
@@ -4272,7 +4281,7 @@ function Gt(t) {
|
|
|
4272
4281
|
C.stopPropagation();
|
|
4273
4282
|
return;
|
|
4274
4283
|
}
|
|
4275
|
-
let T =
|
|
4284
|
+
let T = Dr(C.nativeEvent, b.activePointerId), q = !0;
|
|
4276
4285
|
T && Ue(T, C.currentTarget) ? !b.isOverTarget && b.pointerType != null && (b.isOverTarget = !0, q = w(C, b.pointerType)) : b.isOverTarget && b.pointerType != null && (b.isOverTarget = !1, q = S(C, b.pointerType, !1), k(C)), q && C.stopPropagation();
|
|
4277
4286
|
}, A.onTouchEnd = (C) => {
|
|
4278
4287
|
if (!C.currentTarget.contains(C.target))
|
|
@@ -4281,7 +4290,7 @@ function Gt(t) {
|
|
|
4281
4290
|
C.stopPropagation();
|
|
4282
4291
|
return;
|
|
4283
4292
|
}
|
|
4284
|
-
let T =
|
|
4293
|
+
let T = Dr(C.nativeEvent, b.activePointerId), q = !0;
|
|
4285
4294
|
T && Ue(T, C.currentTarget) && b.pointerType != null ? (K(C, b.pointerType), q = S(C, b.pointerType)) : b.isOverTarget && b.pointerType != null && (q = S(C, b.pointerType, !1)), q && C.stopPropagation(), b.isPressed = !1, b.activePointerId = null, b.isOverTarget = !1, b.ignoreEmulatedMouseEvents = !0, b.target && !c && $t(b.target), _();
|
|
4286
4295
|
}, A.onTouchCancel = (C) => {
|
|
4287
4296
|
C.currentTarget.contains(C.target) && (C.stopPropagation(), b.isPressed && g(C));
|
|
@@ -4322,19 +4331,19 @@ function Gt(t) {
|
|
|
4322
4331
|
pressProps: se(p, O)
|
|
4323
4332
|
};
|
|
4324
4333
|
}
|
|
4325
|
-
function
|
|
4334
|
+
function Gn(t) {
|
|
4326
4335
|
return t.tagName === "A" && t.hasAttribute("href");
|
|
4327
4336
|
}
|
|
4328
|
-
function
|
|
4337
|
+
function dn(t, e) {
|
|
4329
4338
|
const { key: n, code: r } = t, o = e, i = o.getAttribute("role");
|
|
4330
|
-
return (n === "Enter" || n === " " || n === "Spacebar" || r === "Space") && !(o instanceof ut(o).HTMLInputElement && !
|
|
4331
|
-
!((i === "link" || !i &&
|
|
4339
|
+
return (n === "Enter" || n === " " || n === "Spacebar" || r === "Space") && !(o instanceof ut(o).HTMLInputElement && !Fo(o, n) || o instanceof ut(o).HTMLTextAreaElement || o.isContentEditable) && // Links should only trigger with Enter key
|
|
4340
|
+
!((i === "link" || !i && Gn(o)) && n !== "Enter");
|
|
4332
4341
|
}
|
|
4333
4342
|
function Xu(t) {
|
|
4334
4343
|
const { targetTouches: e } = t;
|
|
4335
4344
|
return e.length > 0 ? e[0] : null;
|
|
4336
4345
|
}
|
|
4337
|
-
function
|
|
4346
|
+
function Dr(t, e) {
|
|
4338
4347
|
const n = t.changedTouches;
|
|
4339
4348
|
for (let r = 0; r < n.length; r++) {
|
|
4340
4349
|
const o = n[r];
|
|
@@ -4368,11 +4377,11 @@ function Ue(t, e) {
|
|
|
4368
4377
|
let n = e.getBoundingClientRect(), r = Zu(t);
|
|
4369
4378
|
return Ju(n, r);
|
|
4370
4379
|
}
|
|
4371
|
-
function
|
|
4380
|
+
function fn(t) {
|
|
4372
4381
|
return !(t instanceof HTMLElement) || !t.hasAttribute("draggable");
|
|
4373
4382
|
}
|
|
4374
|
-
function
|
|
4375
|
-
return t instanceof HTMLInputElement ? !
|
|
4383
|
+
function Fr(t, e) {
|
|
4384
|
+
return t instanceof HTMLInputElement ? !Fo(t, e) : t instanceof HTMLButtonElement ? t.type !== "submit" && t.type !== "reset" : !Gn(t);
|
|
4376
4385
|
}
|
|
4377
4386
|
const Qu = /* @__PURE__ */ new Set([
|
|
4378
4387
|
"checkbox",
|
|
@@ -4385,7 +4394,7 @@ const Qu = /* @__PURE__ */ new Set([
|
|
|
4385
4394
|
"submit",
|
|
4386
4395
|
"reset"
|
|
4387
4396
|
]);
|
|
4388
|
-
function
|
|
4397
|
+
function Fo(t, e) {
|
|
4389
4398
|
return t.type === "checkbox" || t.type === "radio" ? e === " " : Qu.has(t.type);
|
|
4390
4399
|
}
|
|
4391
4400
|
function ea({ children: t }) {
|
|
@@ -4393,7 +4402,7 @@ function ea({ children: t }) {
|
|
|
4393
4402
|
register: () => {
|
|
4394
4403
|
}
|
|
4395
4404
|
}), []);
|
|
4396
|
-
return /* @__PURE__ */ Q.createElement(
|
|
4405
|
+
return /* @__PURE__ */ Q.createElement(Wn.Provider, {
|
|
4397
4406
|
value: e
|
|
4398
4407
|
}, t);
|
|
4399
4408
|
}
|
|
@@ -4416,7 +4425,7 @@ class ta {
|
|
|
4416
4425
|
this.nativeEvent = n, this.target = n.target, this.currentTarget = n.currentTarget, this.relatedTarget = n.relatedTarget, this.bubbles = n.bubbles, this.cancelable = n.cancelable, this.defaultPrevented = n.defaultPrevented, this.eventPhase = n.eventPhase, this.isTrusted = n.isTrusted, this.timeStamp = n.timeStamp, this.type = e;
|
|
4417
4426
|
}
|
|
4418
4427
|
}
|
|
4419
|
-
function
|
|
4428
|
+
function Lo(t) {
|
|
4420
4429
|
let e = B({
|
|
4421
4430
|
isFocused: !1,
|
|
4422
4431
|
observer: null
|
|
@@ -4461,7 +4470,7 @@ function Fo(t) {
|
|
|
4461
4470
|
n
|
|
4462
4471
|
]);
|
|
4463
4472
|
}
|
|
4464
|
-
function
|
|
4473
|
+
function qn(t) {
|
|
4465
4474
|
let { isDisabled: e, onFocus: n, onBlur: r, onFocusChange: o } = t;
|
|
4466
4475
|
const i = oe((u) => {
|
|
4467
4476
|
if (u.target === u.currentTarget)
|
|
@@ -4469,7 +4478,7 @@ function Gn(t) {
|
|
|
4469
4478
|
}, [
|
|
4470
4479
|
r,
|
|
4471
4480
|
o
|
|
4472
|
-
]), l =
|
|
4481
|
+
]), l = Lo(i), s = oe((u) => {
|
|
4473
4482
|
u.target === u.currentTarget && document.activeElement === u.target && (n && n(u), o && o(!0), l(u));
|
|
4474
4483
|
}, [
|
|
4475
4484
|
o,
|
|
@@ -4483,7 +4492,7 @@ function Gn(t) {
|
|
|
4483
4492
|
}
|
|
4484
4493
|
};
|
|
4485
4494
|
}
|
|
4486
|
-
let ke = null, at = /* @__PURE__ */ new Set(),
|
|
4495
|
+
let ke = null, at = /* @__PURE__ */ new Set(), Lr = !1, Ve = !1, An = !1;
|
|
4487
4496
|
const na = {
|
|
4488
4497
|
Tab: !0,
|
|
4489
4498
|
Escape: !0
|
|
@@ -4495,37 +4504,37 @@ function qt(t, e) {
|
|
|
4495
4504
|
function ra(t) {
|
|
4496
4505
|
return !(t.metaKey || !Ie() && t.altKey || t.ctrlKey || t.key === "Control" || t.key === "Shift" || t.key === "Meta");
|
|
4497
4506
|
}
|
|
4498
|
-
function
|
|
4507
|
+
function Mr(t) {
|
|
4499
4508
|
Ve = !0, ra(t) && (ke = "keyboard", qt("keyboard", t));
|
|
4500
4509
|
}
|
|
4501
4510
|
function We(t) {
|
|
4502
4511
|
ke = "pointer", (t.type === "mousedown" || t.type === "pointerdown") && (Ve = !0, qt("pointer", t));
|
|
4503
4512
|
}
|
|
4504
4513
|
function oa(t) {
|
|
4505
|
-
|
|
4514
|
+
Tn(t) && (Ve = !0, ke = "virtual");
|
|
4506
4515
|
}
|
|
4507
4516
|
function ia(t) {
|
|
4508
|
-
t.target === window || t.target === document || (!Ve && !
|
|
4517
|
+
t.target === window || t.target === document || (!Ve && !An && (ke = "virtual", qt("virtual", t)), Ve = !1, An = !1);
|
|
4509
4518
|
}
|
|
4510
4519
|
function la() {
|
|
4511
|
-
Ve = !1,
|
|
4520
|
+
Ve = !1, An = !0;
|
|
4512
4521
|
}
|
|
4513
4522
|
function Lt() {
|
|
4514
|
-
if (typeof window > "u" ||
|
|
4523
|
+
if (typeof window > "u" || Lr)
|
|
4515
4524
|
return;
|
|
4516
4525
|
let t = HTMLElement.prototype.focus;
|
|
4517
4526
|
HTMLElement.prototype.focus = function() {
|
|
4518
4527
|
Ve = !0, t.apply(this, arguments);
|
|
4519
|
-
}, document.addEventListener("keydown",
|
|
4528
|
+
}, document.addEventListener("keydown", Mr, !0), document.addEventListener("keyup", Mr, !0), document.addEventListener("click", oa, !0), window.addEventListener("focus", ia, !0), window.addEventListener("blur", la, !1), typeof PointerEvent < "u" ? (document.addEventListener("pointerdown", We, !0), document.addEventListener("pointermove", We, !0), document.addEventListener("pointerup", We, !0)) : (document.addEventListener("mousedown", We, !0), document.addEventListener("mousemove", We, !0), document.addEventListener("mouseup", We, !0)), Lr = !0;
|
|
4520
4529
|
}
|
|
4521
4530
|
typeof document < "u" && (document.readyState !== "loading" ? Lt() : document.addEventListener("DOMContentLoaded", Lt));
|
|
4522
4531
|
function ct() {
|
|
4523
4532
|
return ke !== "pointer";
|
|
4524
4533
|
}
|
|
4525
|
-
function
|
|
4534
|
+
function Kn() {
|
|
4526
4535
|
return ke;
|
|
4527
4536
|
}
|
|
4528
|
-
function
|
|
4537
|
+
function Mo(t) {
|
|
4529
4538
|
ke = t, qt(t, null);
|
|
4530
4539
|
}
|
|
4531
4540
|
function sa() {
|
|
@@ -4574,7 +4583,7 @@ function Yt(t) {
|
|
|
4574
4583
|
n,
|
|
4575
4584
|
o,
|
|
4576
4585
|
i
|
|
4577
|
-
]), s =
|
|
4586
|
+
]), s = Lo(l), u = oe((a) => {
|
|
4578
4587
|
!i.current.isFocusWithin && document.activeElement === a.target && (r && r(a), o && o(!0), i.current.isFocusWithin = !0, s(a));
|
|
4579
4588
|
}, [
|
|
4580
4589
|
r,
|
|
@@ -4594,22 +4603,22 @@ function Yt(t) {
|
|
|
4594
4603
|
}
|
|
4595
4604
|
};
|
|
4596
4605
|
}
|
|
4597
|
-
let Mt = !1,
|
|
4598
|
-
function
|
|
4606
|
+
let Mt = !1, pn = 0;
|
|
4607
|
+
function Dn() {
|
|
4599
4608
|
Mt = !0, setTimeout(() => {
|
|
4600
4609
|
Mt = !1;
|
|
4601
4610
|
}, 50);
|
|
4602
4611
|
}
|
|
4603
|
-
function
|
|
4604
|
-
t.pointerType === "touch" &&
|
|
4612
|
+
function kr(t) {
|
|
4613
|
+
t.pointerType === "touch" && Dn();
|
|
4605
4614
|
}
|
|
4606
4615
|
function da() {
|
|
4607
4616
|
if (!(typeof document > "u"))
|
|
4608
|
-
return typeof PointerEvent < "u" ? document.addEventListener("pointerup",
|
|
4609
|
-
|
|
4617
|
+
return typeof PointerEvent < "u" ? document.addEventListener("pointerup", kr) : document.addEventListener("touchend", Dn), pn++, () => {
|
|
4618
|
+
pn--, !(pn > 0) && (typeof PointerEvent < "u" ? document.removeEventListener("pointerup", kr) : document.removeEventListener("touchend", Dn));
|
|
4610
4619
|
};
|
|
4611
4620
|
}
|
|
4612
|
-
function
|
|
4621
|
+
function ko(t) {
|
|
4613
4622
|
let { onHoverStart: e, onHoverChange: n, onHoverEnd: r, isDisabled: o } = t, [i, l] = J(!1), s = B({
|
|
4614
4623
|
isHovered: !1,
|
|
4615
4624
|
ignoreEmulatedMouseEvents: !1,
|
|
@@ -4719,7 +4728,7 @@ function Ct(t, e) {
|
|
|
4719
4728
|
}
|
|
4720
4729
|
return e.current && !e.current.contains(t.target);
|
|
4721
4730
|
}
|
|
4722
|
-
function
|
|
4731
|
+
function Nr(t) {
|
|
4723
4732
|
if (!t)
|
|
4724
4733
|
return;
|
|
4725
4734
|
let e = !0;
|
|
@@ -4742,19 +4751,19 @@ function kr(t) {
|
|
|
4742
4751
|
t(r), e && n.stopPropagation();
|
|
4743
4752
|
};
|
|
4744
4753
|
}
|
|
4745
|
-
function
|
|
4754
|
+
function No(t) {
|
|
4746
4755
|
return {
|
|
4747
4756
|
keyboardProps: t.isDisabled ? {} : {
|
|
4748
|
-
onKeyDown:
|
|
4749
|
-
onKeyUp:
|
|
4757
|
+
onKeyDown: Nr(t.onKeyDown),
|
|
4758
|
+
onKeyUp: Nr(t.onKeyUp)
|
|
4750
4759
|
}
|
|
4751
4760
|
};
|
|
4752
4761
|
}
|
|
4753
4762
|
const pa = 500;
|
|
4754
|
-
function
|
|
4763
|
+
function Io(t) {
|
|
4755
4764
|
let { isDisabled: e, onLongPressStart: n, onLongPressEnd: r, onLongPress: o, threshold: i = pa, accessibilityDescription: l } = t;
|
|
4756
4765
|
const s = B();
|
|
4757
|
-
let { addGlobalListener: u, removeGlobalListener: a } =
|
|
4766
|
+
let { addGlobalListener: u, removeGlobalListener: a } = To(), { pressProps: c } = Gt({
|
|
4758
4767
|
isDisabled: e,
|
|
4759
4768
|
onPressStart(p) {
|
|
4760
4769
|
if (p.continuePropagation(), (p.pointerType === "mouse" || p.pointerType === "touch") && (n && n({
|
|
@@ -4795,9 +4804,9 @@ function No(t) {
|
|
|
4795
4804
|
}
|
|
4796
4805
|
function dt(t) {
|
|
4797
4806
|
const e = pe(t);
|
|
4798
|
-
if (
|
|
4807
|
+
if (Kn() === "virtual") {
|
|
4799
4808
|
let n = e.activeElement;
|
|
4800
|
-
|
|
4809
|
+
So(() => {
|
|
4801
4810
|
e.activeElement === n && t.isConnected && Fe(t);
|
|
4802
4811
|
});
|
|
4803
4812
|
} else
|
|
@@ -4818,13 +4827,13 @@ function ba(t) {
|
|
|
4818
4827
|
function ma(t, e) {
|
|
4819
4828
|
return !t.hasAttribute("hidden") && (t.nodeName === "DETAILS" && e && e.nodeName !== "SUMMARY" ? t.hasAttribute("open") : !0);
|
|
4820
4829
|
}
|
|
4821
|
-
function
|
|
4822
|
-
return t.nodeName !== "#comment" && ba(t) && ma(t, e) && (!t.parentElement ||
|
|
4830
|
+
function Bo(t, e) {
|
|
4831
|
+
return t.nodeName !== "#comment" && ba(t) && ma(t, e) && (!t.parentElement || Bo(t.parentElement, t));
|
|
4823
4832
|
}
|
|
4824
|
-
const
|
|
4833
|
+
const Ir = /* @__PURE__ */ Q.createContext(null);
|
|
4825
4834
|
let le = null;
|
|
4826
4835
|
function va(t) {
|
|
4827
|
-
let { children: e, contain: n, restoreFocus: r, autoFocus: o } = t, i = B(null), l = B(null), s = B([]), { parentNode: u } = Ae(
|
|
4836
|
+
let { children: e, contain: n, restoreFocus: r, autoFocus: o } = t, i = B(null), l = B(null), s = B([]), { parentNode: u } = Ae(Ir) || {}, a = re(() => new Fn({
|
|
4828
4837
|
scopeRef: s
|
|
4829
4838
|
}), [
|
|
4830
4839
|
s
|
|
@@ -4876,7 +4885,7 @@ function va(t) {
|
|
|
4876
4885
|
a,
|
|
4877
4886
|
c
|
|
4878
4887
|
]);
|
|
4879
|
-
return /* @__PURE__ */ Q.createElement(
|
|
4888
|
+
return /* @__PURE__ */ Q.createElement(Ir.Provider, {
|
|
4880
4889
|
value: f
|
|
4881
4890
|
}, /* @__PURE__ */ Q.createElement("span", {
|
|
4882
4891
|
"data-focus-scope-start": !0,
|
|
@@ -4928,7 +4937,7 @@ function ha(t) {
|
|
|
4928
4937
|
}
|
|
4929
4938
|
};
|
|
4930
4939
|
}
|
|
4931
|
-
const
|
|
4940
|
+
const Yn = [
|
|
4932
4941
|
"input:not([disabled]):not([type=hidden])",
|
|
4933
4942
|
"select:not([disabled])",
|
|
4934
4943
|
"textarea:not([disabled])",
|
|
@@ -4942,9 +4951,9 @@ const qn = [
|
|
|
4942
4951
|
"audio[controls]",
|
|
4943
4952
|
"video[controls]",
|
|
4944
4953
|
"[contenteditable]"
|
|
4945
|
-
], ga =
|
|
4946
|
-
|
|
4947
|
-
const $a =
|
|
4954
|
+
], ga = Yn.join(":not([hidden]),") + ",[tabindex]:not([disabled]):not([hidden])";
|
|
4955
|
+
Yn.push('[tabindex]:not([tabindex="-1"]):not([disabled])');
|
|
4956
|
+
const $a = Yn.join(':not([hidden]):not([tabindex="-1"]),');
|
|
4948
4957
|
function Be(t) {
|
|
4949
4958
|
return t[0].parentElement;
|
|
4950
4959
|
}
|
|
@@ -5004,7 +5013,7 @@ function ya(t, e) {
|
|
|
5004
5013
|
r
|
|
5005
5014
|
]);
|
|
5006
5015
|
}
|
|
5007
|
-
function
|
|
5016
|
+
function Oo(t) {
|
|
5008
5017
|
return kt(t);
|
|
5009
5018
|
}
|
|
5010
5019
|
function he(t, e) {
|
|
@@ -5074,7 +5083,7 @@ function Ea(t, e, n) {
|
|
|
5074
5083
|
const o = pe(r ? r[0] : void 0);
|
|
5075
5084
|
let i = (l) => {
|
|
5076
5085
|
let s = l.target;
|
|
5077
|
-
he(s, t.current) ? le = t :
|
|
5086
|
+
he(s, t.current) ? le = t : Oo(s) || (le = null);
|
|
5078
5087
|
};
|
|
5079
5088
|
return o.addEventListener("focusin", i, !1), r == null || r.forEach((l) => l.addEventListener("focusin", i, !1)), () => {
|
|
5080
5089
|
o.removeEventListener("focusin", i, !1), r == null || r.forEach((l) => l.removeEventListener("focusin", i, !1));
|
|
@@ -5133,7 +5142,7 @@ function wa(t, e, n) {
|
|
|
5133
5142
|
do
|
|
5134
5143
|
f = l.shiftKey ? c.previousNode() : c.nextNode();
|
|
5135
5144
|
while (he(f, t.current));
|
|
5136
|
-
l.preventDefault(), l.stopPropagation(), f ? Le(f, !0) :
|
|
5145
|
+
l.preventDefault(), l.stopPropagation(), f ? Le(f, !0) : Oo(a) ? Le(a, !0) : s.blur();
|
|
5137
5146
|
}
|
|
5138
5147
|
};
|
|
5139
5148
|
return n || o.addEventListener("keydown", i, !0), () => {
|
|
@@ -5189,12 +5198,12 @@ function Me(t, e, n) {
|
|
|
5189
5198
|
let r = e != null && e.tabbable ? $a : ga, o = pe(t).createTreeWalker(t, NodeFilter.SHOW_ELEMENT, {
|
|
5190
5199
|
acceptNode(i) {
|
|
5191
5200
|
var l;
|
|
5192
|
-
return !(e == null || (l = e.from) === null || l === void 0) && l.contains(i) ? NodeFilter.FILTER_REJECT : i.matches(r) &&
|
|
5201
|
+
return !(e == null || (l = e.from) === null || l === void 0) && l.contains(i) ? NodeFilter.FILTER_REJECT : i.matches(r) && Bo(i) && (!n || he(i, n)) && (!(e != null && e.accept) || e.accept(i)) ? NodeFilter.FILTER_ACCEPT : NodeFilter.FILTER_SKIP;
|
|
5193
5202
|
}
|
|
5194
5203
|
});
|
|
5195
5204
|
return e != null && e.from && (o.currentNode = e.from), o;
|
|
5196
5205
|
}
|
|
5197
|
-
class
|
|
5206
|
+
class Xn {
|
|
5198
5207
|
get size() {
|
|
5199
5208
|
return this.fastMap.size;
|
|
5200
5209
|
}
|
|
@@ -5205,7 +5214,7 @@ class Yn {
|
|
|
5205
5214
|
let o = this.fastMap.get(n ?? null);
|
|
5206
5215
|
if (!o)
|
|
5207
5216
|
return;
|
|
5208
|
-
let i = new
|
|
5217
|
+
let i = new Fn({
|
|
5209
5218
|
scopeRef: e
|
|
5210
5219
|
});
|
|
5211
5220
|
o.addChild(i), i.parent = o, this.fastMap.set(e, i), r && (i.nodeToRestore = r);
|
|
@@ -5233,19 +5242,19 @@ class Yn {
|
|
|
5233
5242
|
}
|
|
5234
5243
|
clone() {
|
|
5235
5244
|
var e;
|
|
5236
|
-
let n = new
|
|
5245
|
+
let n = new Xn();
|
|
5237
5246
|
var r;
|
|
5238
5247
|
for (let o of this.traverse())
|
|
5239
5248
|
n.addTreeNode(o.scopeRef, (r = (e = o.parent) === null || e === void 0 ? void 0 : e.scopeRef) !== null && r !== void 0 ? r : null, o.nodeToRestore);
|
|
5240
5249
|
return n;
|
|
5241
5250
|
}
|
|
5242
5251
|
constructor() {
|
|
5243
|
-
this.fastMap = /* @__PURE__ */ new Map(), this.root = new
|
|
5252
|
+
this.fastMap = /* @__PURE__ */ new Map(), this.root = new Fn({
|
|
5244
5253
|
scopeRef: null
|
|
5245
5254
|
}), this.fastMap.set(null, this.root);
|
|
5246
5255
|
}
|
|
5247
5256
|
}
|
|
5248
|
-
class
|
|
5257
|
+
class Fn {
|
|
5249
5258
|
addChild(e) {
|
|
5250
5259
|
this.children.add(e), e.parent = this;
|
|
5251
5260
|
}
|
|
@@ -5256,8 +5265,8 @@ class Dn {
|
|
|
5256
5265
|
this.children = /* @__PURE__ */ new Set(), this.contain = !1, this.scopeRef = e.scopeRef;
|
|
5257
5266
|
}
|
|
5258
5267
|
}
|
|
5259
|
-
let be = new
|
|
5260
|
-
function
|
|
5268
|
+
let be = new Xn();
|
|
5269
|
+
function Zn(t = {}) {
|
|
5261
5270
|
let { autoFocus: e = !1, isTextInput: n, within: r } = t, o = B({
|
|
5262
5271
|
isFocused: !1,
|
|
5263
5272
|
isFocusVisible: e || ct()
|
|
@@ -5271,7 +5280,7 @@ function Xn(t = {}) {
|
|
|
5271
5280
|
}, [], {
|
|
5272
5281
|
isTextInput: n
|
|
5273
5282
|
});
|
|
5274
|
-
let { focusProps: f } =
|
|
5283
|
+
let { focusProps: f } = qn({
|
|
5275
5284
|
isDisabled: r,
|
|
5276
5285
|
onFocusChange: c
|
|
5277
5286
|
}), { focusWithinProps: p } = Yt({
|
|
@@ -5287,12 +5296,12 @@ function Xn(t = {}) {
|
|
|
5287
5296
|
let Sa = /* @__PURE__ */ Q.createContext(null);
|
|
5288
5297
|
function Ta(t) {
|
|
5289
5298
|
let e = Ae(Sa) || {};
|
|
5290
|
-
|
|
5299
|
+
_o(e, t);
|
|
5291
5300
|
let { ref: n, ...r } = e;
|
|
5292
5301
|
return r;
|
|
5293
5302
|
}
|
|
5294
|
-
function
|
|
5295
|
-
let { focusProps: n } =
|
|
5303
|
+
function Ro(t, e) {
|
|
5304
|
+
let { focusProps: n } = qn(t), { keyboardProps: r } = No(t), o = se(n, r), i = Ta(e), l = t.isDisabled ? {} : i, s = B(t.autoFocus);
|
|
5296
5305
|
return G(() => {
|
|
5297
5306
|
s.current && e.current && dt(e.current), s.current = !1;
|
|
5298
5307
|
}, [
|
|
@@ -5348,7 +5357,7 @@ function Ka(t) {
|
|
|
5348
5357
|
return Aa.has(e);
|
|
5349
5358
|
}
|
|
5350
5359
|
const Da = Symbol.for("react-aria.i18n.locale");
|
|
5351
|
-
function
|
|
5360
|
+
function Vo() {
|
|
5352
5361
|
let t = typeof window < "u" && window[Da] || typeof navigator < "u" && (navigator.language || navigator.userLanguage) || "en-US";
|
|
5353
5362
|
try {
|
|
5354
5363
|
Intl.DateTimeFormat.supportedLocalesOf([
|
|
@@ -5362,16 +5371,16 @@ function Ro() {
|
|
|
5362
5371
|
direction: Ka(t) ? "rtl" : "ltr"
|
|
5363
5372
|
};
|
|
5364
5373
|
}
|
|
5365
|
-
let
|
|
5366
|
-
function
|
|
5367
|
-
|
|
5374
|
+
let Ln = Vo(), lt = /* @__PURE__ */ new Set();
|
|
5375
|
+
function Br() {
|
|
5376
|
+
Ln = Vo();
|
|
5368
5377
|
for (let t of lt)
|
|
5369
|
-
t(
|
|
5378
|
+
t(Ln);
|
|
5370
5379
|
}
|
|
5371
5380
|
function Fa() {
|
|
5372
|
-
let t = jt(), [e, n] = J(
|
|
5373
|
-
return G(() => (lt.size === 0 && window.addEventListener("languagechange",
|
|
5374
|
-
lt.delete(n), lt.size === 0 && window.removeEventListener("languagechange",
|
|
5381
|
+
let t = jt(), [e, n] = J(Ln);
|
|
5382
|
+
return G(() => (lt.size === 0 && window.addEventListener("languagechange", Br), lt.add(n), () => {
|
|
5383
|
+
lt.delete(n), lt.size === 0 && window.removeEventListener("languagechange", Br);
|
|
5375
5384
|
}), []), t ? {
|
|
5376
5385
|
locale: "en-US",
|
|
5377
5386
|
direction: "ltr"
|
|
@@ -5382,31 +5391,31 @@ function Xt() {
|
|
|
5382
5391
|
let t = Fa();
|
|
5383
5392
|
return Ae(La) || t;
|
|
5384
5393
|
}
|
|
5385
|
-
const
|
|
5394
|
+
const Or = /* @__PURE__ */ new WeakMap();
|
|
5386
5395
|
function Ma(t) {
|
|
5387
|
-
let e =
|
|
5388
|
-
return e || (e = new zt(t),
|
|
5396
|
+
let e = Or.get(t);
|
|
5397
|
+
return e || (e = new zt(t), Or.set(t, e)), e;
|
|
5389
5398
|
}
|
|
5390
5399
|
function ka(t, e) {
|
|
5391
5400
|
return e && zt.getGlobalDictionaryForPackage(e) || Ma(t);
|
|
5392
5401
|
}
|
|
5393
|
-
function
|
|
5402
|
+
function Jn(t, e) {
|
|
5394
5403
|
let { locale: n } = Xt(), r = ka(t, e);
|
|
5395
5404
|
return re(() => new lu(n, r), [
|
|
5396
5405
|
n,
|
|
5397
5406
|
r
|
|
5398
5407
|
]);
|
|
5399
5408
|
}
|
|
5400
|
-
let
|
|
5401
|
-
function
|
|
5409
|
+
let bn = /* @__PURE__ */ new Map();
|
|
5410
|
+
function Qn(t) {
|
|
5402
5411
|
let { locale: e } = Xt(), n = e + (t ? Object.entries(t).sort((o, i) => o[0] < i[0] ? -1 : 1).join() : "");
|
|
5403
|
-
if (
|
|
5404
|
-
return
|
|
5412
|
+
if (bn.has(n))
|
|
5413
|
+
return bn.get(n);
|
|
5405
5414
|
let r = new Intl.Collator(e, t);
|
|
5406
|
-
return
|
|
5415
|
+
return bn.set(n, r), r;
|
|
5407
5416
|
}
|
|
5408
5417
|
function Na(t) {
|
|
5409
|
-
let e =
|
|
5418
|
+
let e = Qn({
|
|
5410
5419
|
usage: "search",
|
|
5411
5420
|
...t
|
|
5412
5421
|
}), n = oe((i, l) => l.length === 0 ? !0 : (i = i.normalize("NFC"), l = l.normalize("NFC"), e.compare(i.slice(0, l.length), l) === 0), [
|
|
@@ -5437,7 +5446,7 @@ function Na(t) {
|
|
|
5437
5446
|
o
|
|
5438
5447
|
]);
|
|
5439
5448
|
}
|
|
5440
|
-
function
|
|
5449
|
+
function zo(t, e) {
|
|
5441
5450
|
let {
|
|
5442
5451
|
elementType: n = "button",
|
|
5443
5452
|
isDisabled: r,
|
|
@@ -5477,7 +5486,7 @@ function Vo(t, e) {
|
|
|
5477
5486
|
isDisabled: r,
|
|
5478
5487
|
preventFocusOnPress: a,
|
|
5479
5488
|
ref: e
|
|
5480
|
-
}), { focusableProps: S } =
|
|
5489
|
+
}), { focusableProps: S } = Ro(t, e);
|
|
5481
5490
|
c && (S.tabIndex = r ? -1 : S.tabIndex);
|
|
5482
5491
|
let K = se(S, _, je(t, {
|
|
5483
5492
|
labelable: !0
|
|
@@ -5495,10 +5504,10 @@ function Vo(t, e) {
|
|
|
5495
5504
|
})
|
|
5496
5505
|
};
|
|
5497
5506
|
}
|
|
5498
|
-
const
|
|
5499
|
-
let
|
|
5500
|
-
function
|
|
5501
|
-
|
|
5507
|
+
const jo = 7e3;
|
|
5508
|
+
let mn = null;
|
|
5509
|
+
function vn(t, e = "assertive", n = jo) {
|
|
5510
|
+
mn || (mn = new Ia()), mn.announce(t, e, n);
|
|
5502
5511
|
}
|
|
5503
5512
|
class Ia {
|
|
5504
5513
|
createLog(e) {
|
|
@@ -5508,7 +5517,7 @@ class Ia {
|
|
|
5508
5517
|
destroy() {
|
|
5509
5518
|
this.node && (document.body.removeChild(this.node), this.node = null);
|
|
5510
5519
|
}
|
|
5511
|
-
announce(e, n = "assertive", r =
|
|
5520
|
+
announce(e, n = "assertive", r = jo) {
|
|
5512
5521
|
if (!this.node)
|
|
5513
5522
|
return;
|
|
5514
5523
|
let o = document.createElement("div");
|
|
@@ -5534,7 +5543,7 @@ class Ia {
|
|
|
5534
5543
|
}), this.assertiveLog = this.createLog("assertive"), this.node.appendChild(this.assertiveLog), this.politeLog = this.createLog("polite"), this.node.appendChild(this.politeLog), document.body.prepend(this.node);
|
|
5535
5544
|
}
|
|
5536
5545
|
}
|
|
5537
|
-
function
|
|
5546
|
+
function Ho(t, e, n) {
|
|
5538
5547
|
let { validationBehavior: r, focus: o } = t;
|
|
5539
5548
|
fe(() => {
|
|
5540
5549
|
if (r === "native" && (n != null && n.current)) {
|
|
@@ -5550,7 +5559,7 @@ function jo(t, e, n) {
|
|
|
5550
5559
|
let c = n == null || (a = n.current) === null || a === void 0 ? void 0 : a.form;
|
|
5551
5560
|
if (!u.defaultPrevented && n && c && Ra(c) === n.current) {
|
|
5552
5561
|
var f;
|
|
5553
|
-
o ? o() : (f = n.current) === null || f === void 0 || f.focus(),
|
|
5562
|
+
o ? o() : (f = n.current) === null || f === void 0 || f.focus(), Mo("keyboard");
|
|
5554
5563
|
}
|
|
5555
5564
|
u.preventDefault();
|
|
5556
5565
|
}), s = xe(() => {
|
|
@@ -5605,7 +5614,7 @@ function Ra(t) {
|
|
|
5605
5614
|
}
|
|
5606
5615
|
return null;
|
|
5607
5616
|
}
|
|
5608
|
-
function
|
|
5617
|
+
function Uo(t) {
|
|
5609
5618
|
let { id: e, label: n, "aria-labelledby": r, "aria-label": o, labelElementType: i = "label" } = t;
|
|
5610
5619
|
e = _e(e);
|
|
5611
5620
|
let l = _e(), s = {};
|
|
@@ -5623,8 +5632,8 @@ function Ho(t) {
|
|
|
5623
5632
|
fieldProps: u
|
|
5624
5633
|
};
|
|
5625
5634
|
}
|
|
5626
|
-
function
|
|
5627
|
-
let { description: e, errorMessage: n, isInvalid: r, validationState: o } = t, { labelProps: i, fieldProps: l } =
|
|
5635
|
+
function Wo(t) {
|
|
5636
|
+
let { description: e, errorMessage: n, isInvalid: r, validationState: o } = t, { labelProps: i, fieldProps: l } = Uo(t), s = Oe([
|
|
5628
5637
|
!!e,
|
|
5629
5638
|
!!n,
|
|
5630
5639
|
r,
|
|
@@ -5653,8 +5662,8 @@ function Uo(t) {
|
|
|
5653
5662
|
}
|
|
5654
5663
|
};
|
|
5655
5664
|
}
|
|
5656
|
-
var
|
|
5657
|
-
|
|
5665
|
+
var Go = {};
|
|
5666
|
+
Go = {
|
|
5658
5667
|
buttonLabel: "عرض المقترحات",
|
|
5659
5668
|
countAnnouncement: (t, e) => `${e.plural(t.optionCount, {
|
|
5660
5669
|
one: () => `${e.number(t.optionCount)} خيار`,
|
|
@@ -5673,8 +5682,8 @@ Wo = {
|
|
|
5673
5682
|
listboxLabel: "مقترحات",
|
|
5674
5683
|
selectedAnnouncement: (t) => `${t.optionText}، محدد`
|
|
5675
5684
|
};
|
|
5676
|
-
var
|
|
5677
|
-
|
|
5685
|
+
var qo = {};
|
|
5686
|
+
qo = {
|
|
5678
5687
|
buttonLabel: "Покажи предложения",
|
|
5679
5688
|
countAnnouncement: (t, e) => `${e.plural(t.optionCount, {
|
|
5680
5689
|
one: () => `${e.number(t.optionCount)} опция`,
|
|
@@ -5693,8 +5702,8 @@ Go = {
|
|
|
5693
5702
|
listboxLabel: "Предложения",
|
|
5694
5703
|
selectedAnnouncement: (t) => `${t.optionText}, избрани`
|
|
5695
5704
|
};
|
|
5696
|
-
var
|
|
5697
|
-
|
|
5705
|
+
var Yo = {};
|
|
5706
|
+
Yo = {
|
|
5698
5707
|
buttonLabel: "Zobrazit doporučení",
|
|
5699
5708
|
countAnnouncement: (t, e) => `K dispozici ${e.plural(t.optionCount, {
|
|
5700
5709
|
one: () => `je ${e.number(t.optionCount)} možnost`,
|
|
@@ -5713,8 +5722,8 @@ qo = {
|
|
|
5713
5722
|
listboxLabel: "Návrhy",
|
|
5714
5723
|
selectedAnnouncement: (t) => `${t.optionText}, vybráno`
|
|
5715
5724
|
};
|
|
5716
|
-
var
|
|
5717
|
-
|
|
5725
|
+
var Xo = {};
|
|
5726
|
+
Xo = {
|
|
5718
5727
|
buttonLabel: "Vis forslag",
|
|
5719
5728
|
countAnnouncement: (t, e) => `${e.plural(t.optionCount, {
|
|
5720
5729
|
one: () => `${e.number(t.optionCount)} mulighed tilgængelig`,
|
|
@@ -5733,8 +5742,8 @@ Yo = {
|
|
|
5733
5742
|
listboxLabel: "Forslag",
|
|
5734
5743
|
selectedAnnouncement: (t) => `${t.optionText}, valgt`
|
|
5735
5744
|
};
|
|
5736
|
-
var
|
|
5737
|
-
|
|
5745
|
+
var Zo = {};
|
|
5746
|
+
Zo = {
|
|
5738
5747
|
buttonLabel: "Empfehlungen anzeigen",
|
|
5739
5748
|
countAnnouncement: (t, e) => `${e.plural(t.optionCount, {
|
|
5740
5749
|
one: () => `${e.number(t.optionCount)} Option`,
|
|
@@ -5753,8 +5762,8 @@ Xo = {
|
|
|
5753
5762
|
listboxLabel: "Empfehlungen",
|
|
5754
5763
|
selectedAnnouncement: (t) => `${t.optionText}, ausgewählt`
|
|
5755
5764
|
};
|
|
5756
|
-
var
|
|
5757
|
-
|
|
5765
|
+
var Jo = {};
|
|
5766
|
+
Jo = {
|
|
5758
5767
|
buttonLabel: "Προβολή προτάσεων",
|
|
5759
5768
|
countAnnouncement: (t, e) => `${e.plural(t.optionCount, {
|
|
5760
5769
|
one: () => `${e.number(t.optionCount)} επιλογή`,
|
|
@@ -5773,8 +5782,8 @@ Zo = {
|
|
|
5773
5782
|
listboxLabel: "Προτάσεις",
|
|
5774
5783
|
selectedAnnouncement: (t) => `${t.optionText}, επιλέχθηκε`
|
|
5775
5784
|
};
|
|
5776
|
-
var
|
|
5777
|
-
|
|
5785
|
+
var Qo = {};
|
|
5786
|
+
Qo = {
|
|
5778
5787
|
focusAnnouncement: (t, e) => `${e.select({
|
|
5779
5788
|
true: () => `Entered group ${t.groupTitle}, with ${e.plural(t.groupCount, {
|
|
5780
5789
|
one: () => `${e.number(t.groupCount)} option`,
|
|
@@ -5793,8 +5802,8 @@ Jo = {
|
|
|
5793
5802
|
buttonLabel: "Show suggestions",
|
|
5794
5803
|
listboxLabel: "Suggestions"
|
|
5795
5804
|
};
|
|
5796
|
-
var
|
|
5797
|
-
|
|
5805
|
+
var ei = {};
|
|
5806
|
+
ei = {
|
|
5798
5807
|
buttonLabel: "Mostrar sugerencias",
|
|
5799
5808
|
countAnnouncement: (t, e) => `${e.plural(t.optionCount, {
|
|
5800
5809
|
one: () => `${e.number(t.optionCount)} opción`,
|
|
@@ -5813,8 +5822,8 @@ Qo = {
|
|
|
5813
5822
|
listboxLabel: "Sugerencias",
|
|
5814
5823
|
selectedAnnouncement: (t) => `${t.optionText}, seleccionado`
|
|
5815
5824
|
};
|
|
5816
|
-
var
|
|
5817
|
-
|
|
5825
|
+
var ti = {};
|
|
5826
|
+
ti = {
|
|
5818
5827
|
buttonLabel: "Kuva soovitused",
|
|
5819
5828
|
countAnnouncement: (t, e) => `${e.plural(t.optionCount, {
|
|
5820
5829
|
one: () => `${e.number(t.optionCount)} valik`,
|
|
@@ -5833,8 +5842,8 @@ ei = {
|
|
|
5833
5842
|
listboxLabel: "Soovitused",
|
|
5834
5843
|
selectedAnnouncement: (t) => `${t.optionText}, valitud`
|
|
5835
5844
|
};
|
|
5836
|
-
var
|
|
5837
|
-
|
|
5845
|
+
var ni = {};
|
|
5846
|
+
ni = {
|
|
5838
5847
|
buttonLabel: "Näytä ehdotukset",
|
|
5839
5848
|
countAnnouncement: (t, e) => `${e.plural(t.optionCount, {
|
|
5840
5849
|
one: () => `${e.number(t.optionCount)} vaihtoehto`,
|
|
@@ -5853,8 +5862,8 @@ ti = {
|
|
|
5853
5862
|
listboxLabel: "Ehdotukset",
|
|
5854
5863
|
selectedAnnouncement: (t) => `${t.optionText}, valittu`
|
|
5855
5864
|
};
|
|
5856
|
-
var
|
|
5857
|
-
|
|
5865
|
+
var ri = {};
|
|
5866
|
+
ri = {
|
|
5858
5867
|
buttonLabel: "Afficher les suggestions",
|
|
5859
5868
|
countAnnouncement: (t, e) => `${e.plural(t.optionCount, {
|
|
5860
5869
|
one: () => `${e.number(t.optionCount)} option`,
|
|
@@ -5873,8 +5882,8 @@ ni = {
|
|
|
5873
5882
|
listboxLabel: "Suggestions",
|
|
5874
5883
|
selectedAnnouncement: (t) => `${t.optionText}, sélectionné`
|
|
5875
5884
|
};
|
|
5876
|
-
var
|
|
5877
|
-
|
|
5885
|
+
var oi = {};
|
|
5886
|
+
oi = {
|
|
5878
5887
|
buttonLabel: "הצג הצעות",
|
|
5879
5888
|
countAnnouncement: (t, e) => `${e.plural(t.optionCount, {
|
|
5880
5889
|
one: () => `אפשרות ${e.number(t.optionCount)}`,
|
|
@@ -5893,8 +5902,8 @@ ri = {
|
|
|
5893
5902
|
listboxLabel: "הצעות",
|
|
5894
5903
|
selectedAnnouncement: (t) => `${t.optionText}, נבחר`
|
|
5895
5904
|
};
|
|
5896
|
-
var
|
|
5897
|
-
|
|
5905
|
+
var ii = {};
|
|
5906
|
+
ii = {
|
|
5898
5907
|
buttonLabel: "Prikaži prijedloge",
|
|
5899
5908
|
countAnnouncement: (t, e) => `Dostupno još: ${e.plural(t.optionCount, {
|
|
5900
5909
|
one: () => `${e.number(t.optionCount)} opcija`,
|
|
@@ -5913,8 +5922,8 @@ oi = {
|
|
|
5913
5922
|
listboxLabel: "Prijedlozi",
|
|
5914
5923
|
selectedAnnouncement: (t) => `${t.optionText}, odabrano`
|
|
5915
5924
|
};
|
|
5916
|
-
var
|
|
5917
|
-
|
|
5925
|
+
var li = {};
|
|
5926
|
+
li = {
|
|
5918
5927
|
buttonLabel: "Javaslatok megjelenítése",
|
|
5919
5928
|
countAnnouncement: (t, e) => `${e.plural(t.optionCount, {
|
|
5920
5929
|
one: () => `${e.number(t.optionCount)} lehetőség`,
|
|
@@ -5933,8 +5942,8 @@ ii = {
|
|
|
5933
5942
|
listboxLabel: "Javaslatok",
|
|
5934
5943
|
selectedAnnouncement: (t) => `${t.optionText}, kijelölve`
|
|
5935
5944
|
};
|
|
5936
|
-
var
|
|
5937
|
-
|
|
5945
|
+
var si = {};
|
|
5946
|
+
si = {
|
|
5938
5947
|
buttonLabel: "Mostra suggerimenti",
|
|
5939
5948
|
countAnnouncement: (t, e) => `${e.plural(t.optionCount, {
|
|
5940
5949
|
one: () => `${e.number(t.optionCount)} opzione disponibile`,
|
|
@@ -5953,8 +5962,8 @@ li = {
|
|
|
5953
5962
|
listboxLabel: "Suggerimenti",
|
|
5954
5963
|
selectedAnnouncement: (t) => `${t.optionText}, selezionato`
|
|
5955
5964
|
};
|
|
5956
|
-
var
|
|
5957
|
-
|
|
5965
|
+
var ui = {};
|
|
5966
|
+
ui = {
|
|
5958
5967
|
buttonLabel: "候補を表示",
|
|
5959
5968
|
countAnnouncement: (t, e) => `${e.plural(t.optionCount, {
|
|
5960
5969
|
one: () => `${e.number(t.optionCount)} 個のオプション`,
|
|
@@ -5973,8 +5982,8 @@ si = {
|
|
|
5973
5982
|
listboxLabel: "候補",
|
|
5974
5983
|
selectedAnnouncement: (t) => `${t.optionText}、選択済み`
|
|
5975
5984
|
};
|
|
5976
|
-
var
|
|
5977
|
-
|
|
5985
|
+
var ai = {};
|
|
5986
|
+
ai = {
|
|
5978
5987
|
buttonLabel: "제안 사항 표시",
|
|
5979
5988
|
countAnnouncement: (t, e) => `${e.plural(t.optionCount, {
|
|
5980
5989
|
one: () => `${e.number(t.optionCount)}개 옵션`,
|
|
@@ -5993,8 +6002,8 @@ ui = {
|
|
|
5993
6002
|
listboxLabel: "제안",
|
|
5994
6003
|
selectedAnnouncement: (t) => `${t.optionText}, 선택됨`
|
|
5995
6004
|
};
|
|
5996
|
-
var
|
|
5997
|
-
|
|
6005
|
+
var ci = {};
|
|
6006
|
+
ci = {
|
|
5998
6007
|
buttonLabel: "Rodyti pasiūlymus",
|
|
5999
6008
|
countAnnouncement: (t, e) => `Yra ${e.plural(t.optionCount, {
|
|
6000
6009
|
one: () => `${e.number(t.optionCount)} parinktis`,
|
|
@@ -6013,8 +6022,8 @@ ai = {
|
|
|
6013
6022
|
listboxLabel: "Pasiūlymai",
|
|
6014
6023
|
selectedAnnouncement: (t) => `${t.optionText}, pasirinkta`
|
|
6015
6024
|
};
|
|
6016
|
-
var
|
|
6017
|
-
|
|
6025
|
+
var di = {};
|
|
6026
|
+
di = {
|
|
6018
6027
|
buttonLabel: "Rādīt ieteikumus",
|
|
6019
6028
|
countAnnouncement: (t, e) => `Pieejamo opciju skaits: ${e.plural(t.optionCount, {
|
|
6020
6029
|
one: () => `${e.number(t.optionCount)} opcija`,
|
|
@@ -6033,8 +6042,8 @@ ci = {
|
|
|
6033
6042
|
listboxLabel: "Ieteikumi",
|
|
6034
6043
|
selectedAnnouncement: (t) => `${t.optionText}, atlasīta`
|
|
6035
6044
|
};
|
|
6036
|
-
var
|
|
6037
|
-
|
|
6045
|
+
var fi = {};
|
|
6046
|
+
fi = {
|
|
6038
6047
|
buttonLabel: "Vis forslag",
|
|
6039
6048
|
countAnnouncement: (t, e) => `${e.plural(t.optionCount, {
|
|
6040
6049
|
one: () => `${e.number(t.optionCount)} alternativ`,
|
|
@@ -6053,8 +6062,8 @@ di = {
|
|
|
6053
6062
|
listboxLabel: "Forslag",
|
|
6054
6063
|
selectedAnnouncement: (t) => `${t.optionText}, valgt`
|
|
6055
6064
|
};
|
|
6056
|
-
var
|
|
6057
|
-
|
|
6065
|
+
var pi = {};
|
|
6066
|
+
pi = {
|
|
6058
6067
|
buttonLabel: "Suggesties weergeven",
|
|
6059
6068
|
countAnnouncement: (t, e) => `${e.plural(t.optionCount, {
|
|
6060
6069
|
one: () => `${e.number(t.optionCount)} optie`,
|
|
@@ -6073,8 +6082,8 @@ fi = {
|
|
|
6073
6082
|
listboxLabel: "Suggesties",
|
|
6074
6083
|
selectedAnnouncement: (t) => `${t.optionText}, geselecteerd`
|
|
6075
6084
|
};
|
|
6076
|
-
var
|
|
6077
|
-
|
|
6085
|
+
var bi = {};
|
|
6086
|
+
bi = {
|
|
6078
6087
|
buttonLabel: "Wyświetlaj sugestie",
|
|
6079
6088
|
countAnnouncement: (t, e) => `dostępna/dostępne(-nych) ${e.plural(t.optionCount, {
|
|
6080
6089
|
one: () => `${e.number(t.optionCount)} opcja`,
|
|
@@ -6093,8 +6102,8 @@ pi = {
|
|
|
6093
6102
|
listboxLabel: "Sugestie",
|
|
6094
6103
|
selectedAnnouncement: (t) => `${t.optionText}, wybrano`
|
|
6095
6104
|
};
|
|
6096
|
-
var
|
|
6097
|
-
|
|
6105
|
+
var mi = {};
|
|
6106
|
+
mi = {
|
|
6098
6107
|
buttonLabel: "Mostrar sugestões",
|
|
6099
6108
|
countAnnouncement: (t, e) => `${e.plural(t.optionCount, {
|
|
6100
6109
|
one: () => `${e.number(t.optionCount)} opção`,
|
|
@@ -6113,8 +6122,8 @@ bi = {
|
|
|
6113
6122
|
listboxLabel: "Sugestões",
|
|
6114
6123
|
selectedAnnouncement: (t) => `${t.optionText}, selecionado`
|
|
6115
6124
|
};
|
|
6116
|
-
var
|
|
6117
|
-
|
|
6125
|
+
var vi = {};
|
|
6126
|
+
vi = {
|
|
6118
6127
|
buttonLabel: "Apresentar sugestões",
|
|
6119
6128
|
countAnnouncement: (t, e) => `${e.plural(t.optionCount, {
|
|
6120
6129
|
one: () => `${e.number(t.optionCount)} opção`,
|
|
@@ -6133,8 +6142,8 @@ mi = {
|
|
|
6133
6142
|
listboxLabel: "Sugestões",
|
|
6134
6143
|
selectedAnnouncement: (t) => `${t.optionText}, selecionado`
|
|
6135
6144
|
};
|
|
6136
|
-
var
|
|
6137
|
-
|
|
6145
|
+
var hi = {};
|
|
6146
|
+
hi = {
|
|
6138
6147
|
buttonLabel: "Afișare sugestii",
|
|
6139
6148
|
countAnnouncement: (t, e) => `${e.plural(t.optionCount, {
|
|
6140
6149
|
one: () => `${e.number(t.optionCount)} opțiune`,
|
|
@@ -6153,8 +6162,8 @@ vi = {
|
|
|
6153
6162
|
listboxLabel: "Sugestii",
|
|
6154
6163
|
selectedAnnouncement: (t) => `${t.optionText}, selectat`
|
|
6155
6164
|
};
|
|
6156
|
-
var
|
|
6157
|
-
|
|
6165
|
+
var gi = {};
|
|
6166
|
+
gi = {
|
|
6158
6167
|
buttonLabel: "Показать предложения",
|
|
6159
6168
|
countAnnouncement: (t, e) => `${e.plural(t.optionCount, {
|
|
6160
6169
|
one: () => `${e.number(t.optionCount)} параметр`,
|
|
@@ -6173,8 +6182,8 @@ hi = {
|
|
|
6173
6182
|
listboxLabel: "Предложения",
|
|
6174
6183
|
selectedAnnouncement: (t) => `${t.optionText}, выбрано`
|
|
6175
6184
|
};
|
|
6176
|
-
var
|
|
6177
|
-
|
|
6185
|
+
var $i = {};
|
|
6186
|
+
$i = {
|
|
6178
6187
|
buttonLabel: "Zobraziť návrhy",
|
|
6179
6188
|
countAnnouncement: (t, e) => `${e.plural(t.optionCount, {
|
|
6180
6189
|
one: () => `${e.number(t.optionCount)} možnosť`,
|
|
@@ -6193,8 +6202,8 @@ gi = {
|
|
|
6193
6202
|
listboxLabel: "Návrhy",
|
|
6194
6203
|
selectedAnnouncement: (t) => `${t.optionText}, vybraté`
|
|
6195
6204
|
};
|
|
6196
|
-
var
|
|
6197
|
-
|
|
6205
|
+
var yi = {};
|
|
6206
|
+
yi = {
|
|
6198
6207
|
buttonLabel: "Prikaži predloge",
|
|
6199
6208
|
countAnnouncement: (t, e) => `Na voljo je ${e.plural(t.optionCount, {
|
|
6200
6209
|
one: () => `${e.number(t.optionCount)} opcija`,
|
|
@@ -6213,8 +6222,8 @@ $i = {
|
|
|
6213
6222
|
listboxLabel: "Predlogi",
|
|
6214
6223
|
selectedAnnouncement: (t) => `${t.optionText}, izbrano`
|
|
6215
6224
|
};
|
|
6216
|
-
var
|
|
6217
|
-
|
|
6225
|
+
var xi = {};
|
|
6226
|
+
xi = {
|
|
6218
6227
|
buttonLabel: "Prikaži predloge",
|
|
6219
6228
|
countAnnouncement: (t, e) => `Dostupno još: ${e.plural(t.optionCount, {
|
|
6220
6229
|
one: () => `${e.number(t.optionCount)} opcija`,
|
|
@@ -6233,8 +6242,8 @@ yi = {
|
|
|
6233
6242
|
listboxLabel: "Predlozi",
|
|
6234
6243
|
selectedAnnouncement: (t) => `${t.optionText}, izabrano`
|
|
6235
6244
|
};
|
|
6236
|
-
var
|
|
6237
|
-
|
|
6245
|
+
var Ci = {};
|
|
6246
|
+
Ci = {
|
|
6238
6247
|
buttonLabel: "Visa förslag",
|
|
6239
6248
|
countAnnouncement: (t, e) => `${e.plural(t.optionCount, {
|
|
6240
6249
|
one: () => `${e.number(t.optionCount)} alternativ`,
|
|
@@ -6253,8 +6262,8 @@ xi = {
|
|
|
6253
6262
|
listboxLabel: "Förslag",
|
|
6254
6263
|
selectedAnnouncement: (t) => `${t.optionText}, valda`
|
|
6255
6264
|
};
|
|
6256
|
-
var
|
|
6257
|
-
|
|
6265
|
+
var Ei = {};
|
|
6266
|
+
Ei = {
|
|
6258
6267
|
buttonLabel: "Önerileri göster",
|
|
6259
6268
|
countAnnouncement: (t, e) => `${e.plural(t.optionCount, {
|
|
6260
6269
|
one: () => `${e.number(t.optionCount)} seçenek`,
|
|
@@ -6273,8 +6282,8 @@ Ci = {
|
|
|
6273
6282
|
listboxLabel: "Öneriler",
|
|
6274
6283
|
selectedAnnouncement: (t) => `${t.optionText}, seçildi`
|
|
6275
6284
|
};
|
|
6276
|
-
var
|
|
6277
|
-
|
|
6285
|
+
var Pi = {};
|
|
6286
|
+
Pi = {
|
|
6278
6287
|
buttonLabel: "Показати пропозиції",
|
|
6279
6288
|
countAnnouncement: (t, e) => `${e.plural(t.optionCount, {
|
|
6280
6289
|
one: () => `${e.number(t.optionCount)} параметр`,
|
|
@@ -6293,8 +6302,8 @@ Ei = {
|
|
|
6293
6302
|
listboxLabel: "Пропозиції",
|
|
6294
6303
|
selectedAnnouncement: (t) => `${t.optionText}, вибрано`
|
|
6295
6304
|
};
|
|
6296
|
-
var
|
|
6297
|
-
|
|
6305
|
+
var wi = {};
|
|
6306
|
+
wi = {
|
|
6298
6307
|
buttonLabel: "显示建议",
|
|
6299
6308
|
countAnnouncement: (t, e) => `有 ${e.plural(t.optionCount, {
|
|
6300
6309
|
one: () => `${e.number(t.optionCount)} 个选项`,
|
|
@@ -6313,8 +6322,8 @@ Pi = {
|
|
|
6313
6322
|
listboxLabel: "建议",
|
|
6314
6323
|
selectedAnnouncement: (t) => `${t.optionText}, 已选择`
|
|
6315
6324
|
};
|
|
6316
|
-
var
|
|
6317
|
-
|
|
6325
|
+
var Si = {};
|
|
6326
|
+
Si = {
|
|
6318
6327
|
buttonLabel: "顯示建議",
|
|
6319
6328
|
countAnnouncement: (t, e) => `${e.plural(t.optionCount, {
|
|
6320
6329
|
one: () => `${e.number(t.optionCount)} 選項`,
|
|
@@ -6333,143 +6342,143 @@ wi = {
|
|
|
6333
6342
|
listboxLabel: "建議",
|
|
6334
6343
|
selectedAnnouncement: (t) => `${t.optionText}, 已選取`
|
|
6335
6344
|
};
|
|
6336
|
-
var Si = {};
|
|
6337
|
-
Si = {
|
|
6338
|
-
dismiss: "تجاهل"
|
|
6339
|
-
};
|
|
6340
6345
|
var Ti = {};
|
|
6341
6346
|
Ti = {
|
|
6342
|
-
dismiss: "
|
|
6347
|
+
dismiss: "تجاهل"
|
|
6343
6348
|
};
|
|
6344
6349
|
var _i = {};
|
|
6345
6350
|
_i = {
|
|
6346
|
-
dismiss: "
|
|
6351
|
+
dismiss: "Отхвърляне"
|
|
6347
6352
|
};
|
|
6348
6353
|
var Ai = {};
|
|
6349
6354
|
Ai = {
|
|
6350
|
-
dismiss: "
|
|
6355
|
+
dismiss: "Odstranit"
|
|
6351
6356
|
};
|
|
6352
6357
|
var Ki = {};
|
|
6353
6358
|
Ki = {
|
|
6354
|
-
dismiss: "
|
|
6359
|
+
dismiss: "Luk"
|
|
6355
6360
|
};
|
|
6356
6361
|
var Di = {};
|
|
6357
6362
|
Di = {
|
|
6358
|
-
dismiss: "
|
|
6363
|
+
dismiss: "Schließen"
|
|
6359
6364
|
};
|
|
6360
6365
|
var Fi = {};
|
|
6361
6366
|
Fi = {
|
|
6362
|
-
dismiss: "
|
|
6367
|
+
dismiss: "Απόρριψη"
|
|
6363
6368
|
};
|
|
6364
6369
|
var Li = {};
|
|
6365
6370
|
Li = {
|
|
6366
|
-
dismiss: "
|
|
6371
|
+
dismiss: "Dismiss"
|
|
6367
6372
|
};
|
|
6368
6373
|
var Mi = {};
|
|
6369
6374
|
Mi = {
|
|
6370
|
-
dismiss: "
|
|
6375
|
+
dismiss: "Descartar"
|
|
6371
6376
|
};
|
|
6372
6377
|
var ki = {};
|
|
6373
6378
|
ki = {
|
|
6374
|
-
dismiss: "
|
|
6379
|
+
dismiss: "Lõpeta"
|
|
6375
6380
|
};
|
|
6376
6381
|
var Ni = {};
|
|
6377
6382
|
Ni = {
|
|
6378
|
-
dismiss: "
|
|
6383
|
+
dismiss: "Hylkää"
|
|
6379
6384
|
};
|
|
6380
6385
|
var Ii = {};
|
|
6381
6386
|
Ii = {
|
|
6382
|
-
dismiss: "
|
|
6387
|
+
dismiss: "Rejeter"
|
|
6383
6388
|
};
|
|
6384
6389
|
var Bi = {};
|
|
6385
6390
|
Bi = {
|
|
6386
|
-
dismiss: "
|
|
6391
|
+
dismiss: "התעלם"
|
|
6387
6392
|
};
|
|
6388
6393
|
var Oi = {};
|
|
6389
6394
|
Oi = {
|
|
6390
|
-
dismiss: "
|
|
6395
|
+
dismiss: "Odbaci"
|
|
6391
6396
|
};
|
|
6392
6397
|
var Ri = {};
|
|
6393
6398
|
Ri = {
|
|
6394
|
-
dismiss: "
|
|
6399
|
+
dismiss: "Elutasítás"
|
|
6395
6400
|
};
|
|
6396
6401
|
var Vi = {};
|
|
6397
6402
|
Vi = {
|
|
6398
|
-
dismiss: "
|
|
6403
|
+
dismiss: "Ignora"
|
|
6399
6404
|
};
|
|
6400
6405
|
var zi = {};
|
|
6401
6406
|
zi = {
|
|
6402
|
-
dismiss: "
|
|
6407
|
+
dismiss: "閉じる"
|
|
6403
6408
|
};
|
|
6404
6409
|
var ji = {};
|
|
6405
6410
|
ji = {
|
|
6406
|
-
dismiss: "
|
|
6411
|
+
dismiss: "무시"
|
|
6407
6412
|
};
|
|
6408
6413
|
var Hi = {};
|
|
6409
6414
|
Hi = {
|
|
6410
|
-
dismiss: "
|
|
6415
|
+
dismiss: "Atmesti"
|
|
6411
6416
|
};
|
|
6412
6417
|
var Ui = {};
|
|
6413
6418
|
Ui = {
|
|
6414
|
-
dismiss: "
|
|
6419
|
+
dismiss: "Nerādīt"
|
|
6415
6420
|
};
|
|
6416
6421
|
var Wi = {};
|
|
6417
6422
|
Wi = {
|
|
6418
|
-
dismiss: "
|
|
6423
|
+
dismiss: "Lukk"
|
|
6419
6424
|
};
|
|
6420
6425
|
var Gi = {};
|
|
6421
6426
|
Gi = {
|
|
6422
|
-
dismiss: "
|
|
6427
|
+
dismiss: "Negeren"
|
|
6423
6428
|
};
|
|
6424
6429
|
var qi = {};
|
|
6425
6430
|
qi = {
|
|
6426
|
-
dismiss: "
|
|
6431
|
+
dismiss: "Zignoruj"
|
|
6427
6432
|
};
|
|
6428
6433
|
var Yi = {};
|
|
6429
6434
|
Yi = {
|
|
6430
|
-
dismiss: "
|
|
6435
|
+
dismiss: "Descartar"
|
|
6431
6436
|
};
|
|
6432
6437
|
var Xi = {};
|
|
6433
6438
|
Xi = {
|
|
6434
|
-
dismiss: "
|
|
6439
|
+
dismiss: "Dispensar"
|
|
6435
6440
|
};
|
|
6436
6441
|
var Zi = {};
|
|
6437
6442
|
Zi = {
|
|
6438
|
-
dismiss: "
|
|
6443
|
+
dismiss: "Revocare"
|
|
6439
6444
|
};
|
|
6440
6445
|
var Ji = {};
|
|
6441
6446
|
Ji = {
|
|
6442
|
-
dismiss: "
|
|
6447
|
+
dismiss: "Пропустить"
|
|
6443
6448
|
};
|
|
6444
6449
|
var Qi = {};
|
|
6445
6450
|
Qi = {
|
|
6446
|
-
dismiss: "
|
|
6451
|
+
dismiss: "Zrušiť"
|
|
6447
6452
|
};
|
|
6448
6453
|
var el = {};
|
|
6449
6454
|
el = {
|
|
6450
|
-
dismiss: "
|
|
6455
|
+
dismiss: "Opusti"
|
|
6451
6456
|
};
|
|
6452
6457
|
var tl = {};
|
|
6453
6458
|
tl = {
|
|
6454
|
-
dismiss: "
|
|
6459
|
+
dismiss: "Odbaci"
|
|
6455
6460
|
};
|
|
6456
6461
|
var nl = {};
|
|
6457
6462
|
nl = {
|
|
6458
|
-
dismiss: "
|
|
6463
|
+
dismiss: "Avvisa"
|
|
6459
6464
|
};
|
|
6460
6465
|
var rl = {};
|
|
6461
6466
|
rl = {
|
|
6462
|
-
dismiss: "
|
|
6467
|
+
dismiss: "Kapat"
|
|
6463
6468
|
};
|
|
6464
6469
|
var ol = {};
|
|
6465
6470
|
ol = {
|
|
6466
|
-
dismiss: "
|
|
6471
|
+
dismiss: "Скасувати"
|
|
6467
6472
|
};
|
|
6468
6473
|
var il = {};
|
|
6469
6474
|
il = {
|
|
6475
|
+
dismiss: "取消"
|
|
6476
|
+
};
|
|
6477
|
+
var ll = {};
|
|
6478
|
+
ll = {
|
|
6470
6479
|
dismiss: "關閉"
|
|
6471
6480
|
};
|
|
6472
|
-
const
|
|
6481
|
+
const Rr = {
|
|
6473
6482
|
border: 0,
|
|
6474
6483
|
clip: "rect(0 0 0 0)",
|
|
6475
6484
|
clipPath: "inset(50%)",
|
|
@@ -6481,14 +6490,14 @@ const Or = {
|
|
|
6481
6490
|
width: "1px",
|
|
6482
6491
|
whiteSpace: "nowrap"
|
|
6483
6492
|
};
|
|
6484
|
-
function
|
|
6493
|
+
function sl(t = {}) {
|
|
6485
6494
|
let { style: e, isFocusable: n } = t, [r, o] = J(!1), { focusWithinProps: i } = Yt({
|
|
6486
6495
|
isDisabled: !n,
|
|
6487
6496
|
onFocusWithinChange: (s) => o(s)
|
|
6488
6497
|
}), l = re(() => r ? e : e ? {
|
|
6489
|
-
...
|
|
6498
|
+
...Rr,
|
|
6490
6499
|
...e
|
|
6491
|
-
} :
|
|
6500
|
+
} : Rr, [
|
|
6492
6501
|
r
|
|
6493
6502
|
]);
|
|
6494
6503
|
return {
|
|
@@ -6499,13 +6508,13 @@ function ll(t = {}) {
|
|
|
6499
6508
|
};
|
|
6500
6509
|
}
|
|
6501
6510
|
function Va(t) {
|
|
6502
|
-
let { children: e, elementType: n = "div", isFocusable: r, style: o, ...i } = t, { visuallyHiddenProps: l } =
|
|
6511
|
+
let { children: e, elementType: n = "div", isFocusable: r, style: o, ...i } = t, { visuallyHiddenProps: l } = sl(t);
|
|
6503
6512
|
return /* @__PURE__ */ Q.createElement(n, se(i, l), e);
|
|
6504
6513
|
}
|
|
6505
6514
|
function za(t) {
|
|
6506
6515
|
return t && t.__esModule ? t.default : t;
|
|
6507
6516
|
}
|
|
6508
|
-
const
|
|
6517
|
+
const Vr = {
|
|
6509
6518
|
top: "top",
|
|
6510
6519
|
bottom: "top",
|
|
6511
6520
|
left: "left",
|
|
@@ -6518,7 +6527,7 @@ const Rr = {
|
|
|
6518
6527
|
}, ja = {
|
|
6519
6528
|
top: "left",
|
|
6520
6529
|
left: "top"
|
|
6521
|
-
},
|
|
6530
|
+
}, Mn = {
|
|
6522
6531
|
top: "height",
|
|
6523
6532
|
left: "width"
|
|
6524
6533
|
}, Ha = {
|
|
@@ -6526,7 +6535,7 @@ const Rr = {
|
|
|
6526
6535
|
height: "totalHeight"
|
|
6527
6536
|
}, Et = {};
|
|
6528
6537
|
let Ge = typeof document < "u" && window.visualViewport;
|
|
6529
|
-
function
|
|
6538
|
+
function zr(t) {
|
|
6530
6539
|
let e = 0, n = 0, r = 0, o = 0, i = 0, l = 0, s = {};
|
|
6531
6540
|
if (t.tagName === "BODY") {
|
|
6532
6541
|
let c = document.documentElement;
|
|
@@ -6555,8 +6564,8 @@ function Ua(t) {
|
|
|
6555
6564
|
height: t.scrollHeight
|
|
6556
6565
|
};
|
|
6557
6566
|
}
|
|
6558
|
-
function
|
|
6559
|
-
let l = o.scroll[t], s = r[
|
|
6567
|
+
function jr(t, e, n, r, o, i) {
|
|
6568
|
+
let l = o.scroll[t], s = r[Mn[t]], u = e - i - l, a = e + i - l + n;
|
|
6560
6569
|
return u < 0 ? -u : a > s ? Math.max(s - a, -u) : 0;
|
|
6561
6570
|
}
|
|
6562
6571
|
function Wa(t) {
|
|
@@ -6568,12 +6577,12 @@ function Wa(t) {
|
|
|
6568
6577
|
right: parseInt(e.marginRight, 10) || 0
|
|
6569
6578
|
};
|
|
6570
6579
|
}
|
|
6571
|
-
function
|
|
6580
|
+
function Hr(t) {
|
|
6572
6581
|
if (Et[t])
|
|
6573
6582
|
return Et[t];
|
|
6574
|
-
let [e, n] = t.split(" "), r =
|
|
6575
|
-
|
|
6576
|
-
let i =
|
|
6583
|
+
let [e, n] = t.split(" "), r = Vr[e] || "right", o = ja[r];
|
|
6584
|
+
Vr[n] || (n = "center");
|
|
6585
|
+
let i = Mn[r], l = Mn[o];
|
|
6577
6586
|
return Et[t] = {
|
|
6578
6587
|
placement: e,
|
|
6579
6588
|
crossPlacement: n,
|
|
@@ -6583,11 +6592,11 @@ function jr(t) {
|
|
|
6583
6592
|
crossSize: l
|
|
6584
6593
|
}, Et[t];
|
|
6585
6594
|
}
|
|
6586
|
-
function
|
|
6595
|
+
function hn(t, e, n, r, o, i, l, s, u, a) {
|
|
6587
6596
|
let { placement: c, crossPlacement: f, axis: p, crossAxis: d, size: v, crossSize: h } = r, x = {};
|
|
6588
6597
|
x[d] = t[d], f === "center" ? x[d] += (t[h] - n[h]) / 2 : f !== d && (x[d] += t[h] - n[h]), x[d] += i;
|
|
6589
6598
|
const _ = t[d] - n[h] + u + a, w = t[d] + t[h] - u - a;
|
|
6590
|
-
if (x[d] =
|
|
6599
|
+
if (x[d] = Cn(x[d], _, w), c === p) {
|
|
6591
6600
|
const S = s ? l[v] : e[Ha[v]];
|
|
6592
6601
|
x[Bt[p]] = Math.floor(S - t[p] + o);
|
|
6593
6602
|
} else
|
|
@@ -6597,23 +6606,23 @@ function vn(t, e, n, r, o, i, l, s, u, a) {
|
|
|
6597
6606
|
function Ga(t, e, n, r, o, i) {
|
|
6598
6607
|
return t.top != null ? Math.max(0, e.height + e.top + e.scroll.top - (n.top + t.top) - (o.top + o.bottom + i)) : Math.max(0, r.top + n.top - (e.top + e.scroll.top) - (o.top + o.bottom + i));
|
|
6599
6608
|
}
|
|
6600
|
-
function
|
|
6609
|
+
function Ur(t, e, n, r, o, i) {
|
|
6601
6610
|
let { placement: l, axis: s, size: u } = i;
|
|
6602
6611
|
return l === s ? Math.max(0, n[s] - t[s] - t.scroll[s] + e[s] - r[s] - r[Bt[s]] - o) : Math.max(0, t[u] + t[s] + t.scroll[s] - e[s] - n[s] - n[u] - r[s] - r[Bt[s]] - o);
|
|
6603
6612
|
}
|
|
6604
6613
|
function qa(t, e, n, r, o, i, l, s, u, a, c, f, p, d, v, h) {
|
|
6605
|
-
let x =
|
|
6614
|
+
let x = Hr(t), { size: _, crossAxis: w, crossSize: S, placement: K, crossPlacement: g } = x, k = hn(e, s, n, x, c, f, a, p, v, h), O = c, b = Ur(s, a, e, o, i + c, x);
|
|
6606
6615
|
if (l && r[_] > b) {
|
|
6607
|
-
let ue =
|
|
6608
|
-
|
|
6616
|
+
let ue = Hr(`${Bt[K]} ${g}`), ae = hn(e, s, n, ue, c, f, a, p, v, h);
|
|
6617
|
+
Ur(s, a, e, o, i + c, ue) > b && (x = ue, k = ae, O = c);
|
|
6609
6618
|
}
|
|
6610
|
-
let A =
|
|
6619
|
+
let A = jr(w, k[w], n[S], s, u, i);
|
|
6611
6620
|
k[w] += A;
|
|
6612
6621
|
let E = Ga(k, s, a, e, o, i);
|
|
6613
|
-
d && d < E && (E = d), n.height = Math.min(n.height, E), k =
|
|
6622
|
+
d && d < E && (E = d), n.height = Math.min(n.height, E), k = hn(e, s, n, x, O, f, a, p, v, h), A = jr(w, k[w], n[S], s, u, i), k[w] += A;
|
|
6614
6623
|
let P = {}, I = e[w] + 0.5 * e[S] - n[w];
|
|
6615
|
-
const C = v / 2 + h, T = n[S] - v / 2 - h, q = e[w] - n[w] + v / 2, V = e[w] + e[S] - n[w] - v / 2, F =
|
|
6616
|
-
return P[w] =
|
|
6624
|
+
const C = v / 2 + h, T = n[S] - v / 2 - h, q = e[w] - n[w] + v / 2, V = e[w] + e[S] - n[w] - v / 2, F = Cn(I, q, V);
|
|
6625
|
+
return P[w] = Cn(F, C, T), {
|
|
6617
6626
|
position: k,
|
|
6618
6627
|
maxHeight: E,
|
|
6619
6628
|
arrowOffsetLeft: P.left,
|
|
@@ -6624,14 +6633,14 @@ function qa(t, e, n, r, o, i, l, s, u, a, c, f, p, d, v, h) {
|
|
|
6624
6633
|
function Ya(t) {
|
|
6625
6634
|
let { placement: e, targetNode: n, overlayNode: r, scrollNode: o, padding: i, shouldFlip: l, boundaryElement: s, offset: u, crossOffset: a, maxHeight: c, arrowSize: f = 0, arrowBoundaryOffset: p = 0 } = t, d = r instanceof HTMLElement ? Xa(r) : document.documentElement, v = d === document.documentElement;
|
|
6626
6635
|
const h = window.getComputedStyle(d).position;
|
|
6627
|
-
let x = !!h && h !== "static", _ = v ? Je(n) :
|
|
6636
|
+
let x = !!h && h !== "static", _ = v ? Je(n) : Wr(n, d);
|
|
6628
6637
|
if (!v) {
|
|
6629
6638
|
let { marginTop: b, marginLeft: A } = window.getComputedStyle(n);
|
|
6630
6639
|
_.top += parseInt(b, 10) || 0, _.left += parseInt(A, 10) || 0;
|
|
6631
6640
|
}
|
|
6632
6641
|
let w = Je(r), S = Wa(r);
|
|
6633
6642
|
w.width += S.left + S.right, w.height += S.top + S.bottom;
|
|
6634
|
-
let K = Ua(o), g =
|
|
6643
|
+
let K = Ua(o), g = zr(s), k = zr(d), O = s.tagName === "BODY" ? Je(d) : Wr(d, s);
|
|
6635
6644
|
return qa(e, _, w, K, S, i, l, g, k, O, u, a, x, c, f, p);
|
|
6636
6645
|
}
|
|
6637
6646
|
function Je(t) {
|
|
@@ -6643,7 +6652,7 @@ function Je(t) {
|
|
|
6643
6652
|
height: o
|
|
6644
6653
|
};
|
|
6645
6654
|
}
|
|
6646
|
-
function
|
|
6655
|
+
function Wr(t, e) {
|
|
6647
6656
|
let n = window.getComputedStyle(t), r;
|
|
6648
6657
|
if (n.position === "fixed") {
|
|
6649
6658
|
let { top: o, left: i, width: l, height: s } = t.getBoundingClientRect();
|
|
@@ -6662,18 +6671,18 @@ function Ur(t, e) {
|
|
|
6662
6671
|
}
|
|
6663
6672
|
function Xa(t) {
|
|
6664
6673
|
let e = t.offsetParent;
|
|
6665
|
-
if (e && e === document.body && window.getComputedStyle(e).position === "static" && !
|
|
6666
|
-
for (e = t.parentElement; e && !
|
|
6674
|
+
if (e && e === document.body && window.getComputedStyle(e).position === "static" && !Gr(e) && (e = document.documentElement), e == null)
|
|
6675
|
+
for (e = t.parentElement; e && !Gr(e); )
|
|
6667
6676
|
e = e.parentElement;
|
|
6668
6677
|
return e || document.documentElement;
|
|
6669
6678
|
}
|
|
6670
|
-
function
|
|
6679
|
+
function Gr(t) {
|
|
6671
6680
|
let e = window.getComputedStyle(t);
|
|
6672
6681
|
return e.transform !== "none" || /transform|perspective/.test(e.willChange) || e.filter !== "none" || e.contain === "paint" || // @ts-ignore
|
|
6673
6682
|
"backdropFilter" in e && e.backdropFilter !== "none" || // @ts-ignore
|
|
6674
6683
|
"WebkitBackdropFilter" in e && e.WebkitBackdropFilter !== "none";
|
|
6675
6684
|
}
|
|
6676
|
-
const
|
|
6685
|
+
const ul = /* @__PURE__ */ new WeakMap();
|
|
6677
6686
|
function Za(t) {
|
|
6678
6687
|
let { triggerRef: e, isOpen: n, onClose: r } = t;
|
|
6679
6688
|
G(() => {
|
|
@@ -6683,7 +6692,7 @@ function Za(t) {
|
|
|
6683
6692
|
let l = i.target;
|
|
6684
6693
|
if (!e.current || l instanceof Node && !l.contains(e.current))
|
|
6685
6694
|
return;
|
|
6686
|
-
let s = r ||
|
|
6695
|
+
let s = r || ul.get(e.current);
|
|
6687
6696
|
s && s();
|
|
6688
6697
|
};
|
|
6689
6698
|
return window.addEventListener("scroll", o, !0), () => {
|
|
@@ -6841,7 +6850,7 @@ function tc(t, e) {
|
|
|
6841
6850
|
function nc(t, e, n) {
|
|
6842
6851
|
let { type: r } = t, { isOpen: o } = e;
|
|
6843
6852
|
G(() => {
|
|
6844
|
-
n && n.current &&
|
|
6853
|
+
n && n.current && ul.set(n.current, e.close);
|
|
6845
6854
|
});
|
|
6846
6855
|
let i;
|
|
6847
6856
|
r === "menu" ? i = !0 : r === "listbox" && (i = "listbox");
|
|
@@ -6858,7 +6867,7 @@ function nc(t, e, n) {
|
|
|
6858
6867
|
}
|
|
6859
6868
|
};
|
|
6860
6869
|
}
|
|
6861
|
-
const
|
|
6870
|
+
const gn = typeof document < "u" && window.visualViewport, rc = /* @__PURE__ */ new Set([
|
|
6862
6871
|
"checkbox",
|
|
6863
6872
|
"radio",
|
|
6864
6873
|
"range",
|
|
@@ -6869,13 +6878,13 @@ const hn = typeof document < "u" && window.visualViewport, rc = /* @__PURE__ */
|
|
|
6869
6878
|
"submit",
|
|
6870
6879
|
"reset"
|
|
6871
6880
|
]);
|
|
6872
|
-
let Pt = 0,
|
|
6881
|
+
let Pt = 0, $n;
|
|
6873
6882
|
function oc(t = {}) {
|
|
6874
6883
|
let { isDisabled: e } = t;
|
|
6875
6884
|
fe(() => {
|
|
6876
6885
|
if (!e)
|
|
6877
|
-
return Pt++, Pt === 1 && (Ut() ?
|
|
6878
|
-
Pt--, Pt === 0 &&
|
|
6886
|
+
return Pt++, Pt === 1 && (Ut() ? $n = lc() : $n = ic()), () => {
|
|
6887
|
+
Pt--, Pt === 0 && $n();
|
|
6879
6888
|
};
|
|
6880
6889
|
}, [
|
|
6881
6890
|
e
|
|
@@ -6895,15 +6904,15 @@ function lc() {
|
|
|
6895
6904
|
t.scrollHeight === t.clientHeight && t.scrollWidth === t.clientWidth && a.preventDefault();
|
|
6896
6905
|
}, o = (a) => {
|
|
6897
6906
|
let c = a.target;
|
|
6898
|
-
|
|
6907
|
+
Yr(c) && c !== document.activeElement && (a.preventDefault(), s(), c.style.transform = "translateY(-2000px)", c.focus(), requestAnimationFrame(() => {
|
|
6899
6908
|
c.style.transform = "";
|
|
6900
6909
|
})), e && e();
|
|
6901
6910
|
}, i = (a) => {
|
|
6902
6911
|
let c = a.target;
|
|
6903
|
-
|
|
6904
|
-
c.style.transform = "",
|
|
6905
|
-
|
|
6906
|
-
}) :
|
|
6912
|
+
Yr(c) && (s(), c.style.transform = "translateY(-2000px)", requestAnimationFrame(() => {
|
|
6913
|
+
c.style.transform = "", gn && (gn.height < window.innerHeight ? requestAnimationFrame(() => {
|
|
6914
|
+
qr(c);
|
|
6915
|
+
}) : gn.addEventListener("resize", () => qr(c), {
|
|
6907
6916
|
once: !0
|
|
6908
6917
|
}));
|
|
6909
6918
|
}));
|
|
@@ -6941,7 +6950,7 @@ function rt(t, e, n, r) {
|
|
|
6941
6950
|
t.removeEventListener(e, n, r);
|
|
6942
6951
|
};
|
|
6943
6952
|
}
|
|
6944
|
-
function
|
|
6953
|
+
function qr(t) {
|
|
6945
6954
|
let e = document.scrollingElement || document.documentElement;
|
|
6946
6955
|
for (; t && t !== e; ) {
|
|
6947
6956
|
let n = Dt(t);
|
|
@@ -6952,48 +6961,48 @@ function Gr(t) {
|
|
|
6952
6961
|
t = n.parentElement;
|
|
6953
6962
|
}
|
|
6954
6963
|
}
|
|
6955
|
-
function
|
|
6964
|
+
function Yr(t) {
|
|
6956
6965
|
return t instanceof HTMLInputElement && !rc.has(t.type) || t instanceof HTMLTextAreaElement || t instanceof HTMLElement && t.isContentEditable;
|
|
6957
6966
|
}
|
|
6958
|
-
var
|
|
6959
|
-
|
|
6960
|
-
"ar-AE":
|
|
6961
|
-
"bg-BG":
|
|
6962
|
-
"cs-CZ":
|
|
6963
|
-
"da-DK":
|
|
6964
|
-
"de-DE":
|
|
6965
|
-
"el-GR":
|
|
6966
|
-
"en-US":
|
|
6967
|
-
"es-ES":
|
|
6968
|
-
"et-EE":
|
|
6969
|
-
"fi-FI":
|
|
6970
|
-
"fr-FR":
|
|
6971
|
-
"he-IL":
|
|
6972
|
-
"hr-HR":
|
|
6973
|
-
"hu-HU":
|
|
6974
|
-
"it-IT":
|
|
6975
|
-
"ja-JP":
|
|
6976
|
-
"ko-KR":
|
|
6977
|
-
"lt-LT":
|
|
6978
|
-
"lv-LV":
|
|
6979
|
-
"nb-NO":
|
|
6980
|
-
"nl-NL":
|
|
6981
|
-
"pl-PL":
|
|
6982
|
-
"pt-BR":
|
|
6983
|
-
"pt-PT":
|
|
6984
|
-
"ro-RO":
|
|
6985
|
-
"ru-RU":
|
|
6986
|
-
"sk-SK":
|
|
6987
|
-
"sl-SI":
|
|
6988
|
-
"sr-SP":
|
|
6989
|
-
"sv-SE":
|
|
6990
|
-
"tr-TR":
|
|
6991
|
-
"uk-UA":
|
|
6992
|
-
"zh-CN":
|
|
6993
|
-
"zh-TW":
|
|
6967
|
+
var al = {};
|
|
6968
|
+
al = {
|
|
6969
|
+
"ar-AE": Ti,
|
|
6970
|
+
"bg-BG": _i,
|
|
6971
|
+
"cs-CZ": Ai,
|
|
6972
|
+
"da-DK": Ki,
|
|
6973
|
+
"de-DE": Di,
|
|
6974
|
+
"el-GR": Fi,
|
|
6975
|
+
"en-US": Li,
|
|
6976
|
+
"es-ES": Mi,
|
|
6977
|
+
"et-EE": ki,
|
|
6978
|
+
"fi-FI": Ni,
|
|
6979
|
+
"fr-FR": Ii,
|
|
6980
|
+
"he-IL": Bi,
|
|
6981
|
+
"hr-HR": Oi,
|
|
6982
|
+
"hu-HU": Ri,
|
|
6983
|
+
"it-IT": Vi,
|
|
6984
|
+
"ja-JP": zi,
|
|
6985
|
+
"ko-KR": ji,
|
|
6986
|
+
"lt-LT": Hi,
|
|
6987
|
+
"lv-LV": Ui,
|
|
6988
|
+
"nb-NO": Wi,
|
|
6989
|
+
"nl-NL": Gi,
|
|
6990
|
+
"pl-PL": qi,
|
|
6991
|
+
"pt-BR": Yi,
|
|
6992
|
+
"pt-PT": Xi,
|
|
6993
|
+
"ro-RO": Zi,
|
|
6994
|
+
"ru-RU": Ji,
|
|
6995
|
+
"sk-SK": Qi,
|
|
6996
|
+
"sl-SI": el,
|
|
6997
|
+
"sr-SP": tl,
|
|
6998
|
+
"sv-SE": nl,
|
|
6999
|
+
"tr-TR": rl,
|
|
7000
|
+
"uk-UA": ol,
|
|
7001
|
+
"zh-CN": il,
|
|
7002
|
+
"zh-TW": ll
|
|
6994
7003
|
};
|
|
6995
|
-
function
|
|
6996
|
-
let { onDismiss: e, ...n } = t, r =
|
|
7004
|
+
function Xr(t) {
|
|
7005
|
+
let { onDismiss: e, ...n } = t, r = Jn(/* @__PURE__ */ za(al), "@react-aria/overlays"), o = Kt(n, r.format("dismiss")), i = () => {
|
|
6997
7006
|
e && e();
|
|
6998
7007
|
};
|
|
6999
7008
|
return /* @__PURE__ */ Q.createElement(Va, null, /* @__PURE__ */ Q.createElement("button", {
|
|
@@ -7007,7 +7016,7 @@ function Yr(t) {
|
|
|
7007
7016
|
}));
|
|
7008
7017
|
}
|
|
7009
7018
|
let ot = /* @__PURE__ */ new WeakMap(), Pe = [];
|
|
7010
|
-
function
|
|
7019
|
+
function cl(t, e = document.body) {
|
|
7011
7020
|
let n = new Set(t), r = /* @__PURE__ */ new Set(), o = (u) => {
|
|
7012
7021
|
for (let p of u.querySelectorAll("[data-live-announcer], [data-react-aria-top-layer]"))
|
|
7013
7022
|
n.add(p);
|
|
@@ -7087,7 +7096,7 @@ function sc(t, e) {
|
|
|
7087
7096
|
isDisabled: o || !e.isOpen
|
|
7088
7097
|
}), fe(() => {
|
|
7089
7098
|
if (e.isOpen && !o && r.current)
|
|
7090
|
-
return
|
|
7099
|
+
return cl([
|
|
7091
7100
|
r.current
|
|
7092
7101
|
]);
|
|
7093
7102
|
}, [
|
|
@@ -7118,16 +7127,16 @@ function ac(t) {
|
|
|
7118
7127
|
contain: o && !r
|
|
7119
7128
|
}, s)), s = /* @__PURE__ */ Q.createElement(uc.Provider, {
|
|
7120
7129
|
value: l
|
|
7121
|
-
}, /* @__PURE__ */ Q.createElement(ea, null, s)), /* @__PURE__ */
|
|
7130
|
+
}, /* @__PURE__ */ Q.createElement(ea, null, s)), /* @__PURE__ */ Bn.createPortal(s, n);
|
|
7122
7131
|
}
|
|
7123
|
-
function
|
|
7132
|
+
function kn(t) {
|
|
7124
7133
|
return wt() ? t.altKey : t.ctrlKey;
|
|
7125
7134
|
}
|
|
7126
7135
|
function Ye(t) {
|
|
7127
7136
|
return Ie() ? t.metaKey : t.ctrlKey;
|
|
7128
7137
|
}
|
|
7129
7138
|
const cc = 1e3;
|
|
7130
|
-
function
|
|
7139
|
+
function dl(t) {
|
|
7131
7140
|
let { keyboardDelegate: e, selectionManager: n, onTypeSelect: r } = t, o = B({
|
|
7132
7141
|
search: "",
|
|
7133
7142
|
timeout: null
|
|
@@ -7152,14 +7161,14 @@ function cl(t) {
|
|
|
7152
7161
|
function dc(t) {
|
|
7153
7162
|
return t.length === 1 || !/^[A-Z]/i.test(t) ? t : "";
|
|
7154
7163
|
}
|
|
7155
|
-
function
|
|
7164
|
+
function fl(t) {
|
|
7156
7165
|
let { selectionManager: e, keyboardDelegate: n, ref: r, autoFocus: o = !1, shouldFocusWrap: i = !1, disallowEmptySelection: l = !1, disallowSelectAll: s = !1, selectOnFocus: u = e.selectionBehavior === "replace", disallowTypeAhead: a = !1, shouldUseVirtualFocus: c, allowsTabNavigation: f = !1, isVirtualized: p, scrollRef: d = r, linkBehavior: v = "action" } = t, { direction: h } = Xt(), x = Wt(), _ = (E) => {
|
|
7157
7166
|
if (E.altKey && E.key === "Tab" && E.preventDefault(), !r.current.contains(E.target))
|
|
7158
7167
|
return;
|
|
7159
7168
|
const P = ($, D) => {
|
|
7160
7169
|
if ($ != null) {
|
|
7161
|
-
if (e.isLink($) && v === "selection" && u && !
|
|
7162
|
-
|
|
7170
|
+
if (e.isLink($) && v === "selection" && u && !kn(E)) {
|
|
7171
|
+
is(() => {
|
|
7163
7172
|
e.setFocusedKey($, D);
|
|
7164
7173
|
});
|
|
7165
7174
|
let z = d.current.querySelector(`[data-key="${CSS.escape($.toString())}"]`);
|
|
@@ -7168,7 +7177,7 @@ function dl(t) {
|
|
|
7168
7177
|
}
|
|
7169
7178
|
if (e.setFocusedKey($, D), e.isLink($) && v === "override")
|
|
7170
7179
|
return;
|
|
7171
|
-
E.shiftKey && e.selectionMode === "multiple" ? e.extendSelection($) : u && !
|
|
7180
|
+
E.shiftKey && e.selectionMode === "multiple" ? e.extendSelection($) : u && !kn(E) && e.replaceSelection($);
|
|
7172
7181
|
}
|
|
7173
7182
|
};
|
|
7174
7183
|
switch (E.key) {
|
|
@@ -7280,7 +7289,7 @@ function dl(t) {
|
|
|
7280
7289
|
p || (d.current.scrollTop = w.current.top, d.current.scrollLeft = w.current.left);
|
|
7281
7290
|
if (!p && e.focusedKey != null) {
|
|
7282
7291
|
let C = d.current.querySelector(`[data-key="${CSS.escape(e.focusedKey.toString())}"]`);
|
|
7283
|
-
C && (C.contains(document.activeElement) || Fe(C),
|
|
7292
|
+
C && (C.contains(document.activeElement) || Fe(C), Kn() === "keyboard" && Tr(C, {
|
|
7284
7293
|
containingElement: r.current
|
|
7285
7294
|
}));
|
|
7286
7295
|
}
|
|
@@ -7306,10 +7315,10 @@ function dl(t) {
|
|
|
7306
7315
|
}, []);
|
|
7307
7316
|
let k = B(e.focusedKey);
|
|
7308
7317
|
G(() => {
|
|
7309
|
-
let E =
|
|
7318
|
+
let E = Kn();
|
|
7310
7319
|
if (e.isFocused && e.focusedKey != null && (d != null && d.current)) {
|
|
7311
7320
|
let P = d.current.querySelector(`[data-key="${CSS.escape(e.focusedKey.toString())}"]`);
|
|
7312
|
-
P && (E === "keyboard" || g.current) && (p ||
|
|
7321
|
+
P && (E === "keyboard" || g.current) && (p || Ao(d.current, P), Tr(P, {
|
|
7313
7322
|
containingElement: r.current
|
|
7314
7323
|
}));
|
|
7315
7324
|
}
|
|
@@ -7328,7 +7337,7 @@ function dl(t) {
|
|
|
7328
7337
|
onMouseDown(E) {
|
|
7329
7338
|
d.current === E.target && E.preventDefault();
|
|
7330
7339
|
}
|
|
7331
|
-
}, { typeSelectProps: b } =
|
|
7340
|
+
}, { typeSelectProps: b } = dl({
|
|
7332
7341
|
keyboardDelegate: n,
|
|
7333
7342
|
selectionManager: e
|
|
7334
7343
|
});
|
|
@@ -7341,9 +7350,9 @@ function dl(t) {
|
|
|
7341
7350
|
}
|
|
7342
7351
|
};
|
|
7343
7352
|
}
|
|
7344
|
-
function
|
|
7353
|
+
function pl(t) {
|
|
7345
7354
|
let { selectionManager: e, key: n, ref: r, shouldSelectOnPressUp: o, shouldUseVirtualFocus: i, focus: l, isDisabled: s, onAction: u, allowsDifferentPressOrigin: a, linkBehavior: c = "action" } = t, f = Wt(), p = (F) => {
|
|
7346
|
-
if (F.pointerType === "keyboard" &&
|
|
7355
|
+
if (F.pointerType === "keyboard" && kn(F))
|
|
7347
7356
|
e.toggleSelection(n);
|
|
7348
7357
|
else {
|
|
7349
7358
|
if (e.selectionMode === "none")
|
|
@@ -7381,24 +7390,24 @@ function fl(t) {
|
|
|
7381
7390
|
u && u(), h && f.open(r.current, F);
|
|
7382
7391
|
}, E = {};
|
|
7383
7392
|
o ? (E.onPressStart = (F) => {
|
|
7384
|
-
g.current = F.pointerType, O.current = k, F.pointerType === "keyboard" && (!K ||
|
|
7393
|
+
g.current = F.pointerType, O.current = k, F.pointerType === "keyboard" && (!K || Jr()) && p(F);
|
|
7385
7394
|
}, a ? (E.onPressUp = w ? null : (F) => {
|
|
7386
7395
|
F.pointerType !== "keyboard" && x && p(F);
|
|
7387
7396
|
}, E.onPress = w ? A : null) : E.onPress = (F) => {
|
|
7388
7397
|
if (w || S && F.pointerType !== "mouse") {
|
|
7389
|
-
if (F.pointerType === "keyboard" && !
|
|
7398
|
+
if (F.pointerType === "keyboard" && !Zr())
|
|
7390
7399
|
return;
|
|
7391
7400
|
A(F);
|
|
7392
7401
|
} else
|
|
7393
7402
|
F.pointerType !== "keyboard" && x && p(F);
|
|
7394
7403
|
}) : (E.onPressStart = (F) => {
|
|
7395
|
-
g.current = F.pointerType, O.current = k, b.current = w, x && (F.pointerType === "mouse" && !w || F.pointerType === "keyboard" && (!_ ||
|
|
7404
|
+
g.current = F.pointerType, O.current = k, b.current = w, x && (F.pointerType === "mouse" && !w || F.pointerType === "keyboard" && (!_ || Jr())) && p(F);
|
|
7396
7405
|
}, E.onPress = (F) => {
|
|
7397
|
-
(F.pointerType === "touch" || F.pointerType === "pen" || F.pointerType === "virtual" || F.pointerType === "keyboard" && K &&
|
|
7406
|
+
(F.pointerType === "touch" || F.pointerType === "pen" || F.pointerType === "virtual" || F.pointerType === "keyboard" && K && Zr() || F.pointerType === "mouse" && b.current) && (K ? A(F) : x && p(F));
|
|
7398
7407
|
}), d["data-key"] = n, E.preventFocusOnPress = i;
|
|
7399
7408
|
let { pressProps: P, isPressed: I } = Gt(E), C = S ? (F) => {
|
|
7400
7409
|
g.current === "mouse" && (F.stopPropagation(), F.preventDefault(), A(F));
|
|
7401
|
-
} : void 0, { longPressProps: T } =
|
|
7410
|
+
} : void 0, { longPressProps: T } = Io({
|
|
7402
7411
|
isDisabled: !k,
|
|
7403
7412
|
onLongPress(F) {
|
|
7404
7413
|
F.pointerType === "touch" && (p(F), e.setSelectionBehavior("toggle"));
|
|
@@ -7422,15 +7431,15 @@ function fl(t) {
|
|
|
7422
7431
|
hasAction: K
|
|
7423
7432
|
};
|
|
7424
7433
|
}
|
|
7425
|
-
function
|
|
7434
|
+
function Zr() {
|
|
7426
7435
|
let t = window.event;
|
|
7427
7436
|
return (t == null ? void 0 : t.key) === "Enter";
|
|
7428
7437
|
}
|
|
7429
|
-
function
|
|
7438
|
+
function Jr() {
|
|
7430
7439
|
let t = window.event;
|
|
7431
7440
|
return (t == null ? void 0 : t.key) === " " || (t == null ? void 0 : t.code) === "Space";
|
|
7432
7441
|
}
|
|
7433
|
-
class
|
|
7442
|
+
class er {
|
|
7434
7443
|
getNextKey(e) {
|
|
7435
7444
|
for (e = this.collection.getKeyAfter(e); e != null; ) {
|
|
7436
7445
|
if (this.collection.getItem(e).type === "item" && !this.disabledKeys.has(e))
|
|
@@ -7556,18 +7565,18 @@ class Qn {
|
|
|
7556
7565
|
this.layout === "stack" && this.orientation === "vertical" && (this.getKeyLeftOf = void 0, this.getKeyRightOf = void 0);
|
|
7557
7566
|
}
|
|
7558
7567
|
}
|
|
7559
|
-
function
|
|
7560
|
-
let { selectionManager: e, collection: n, disabledKeys: r, ref: o, keyboardDelegate: i } = t, l =
|
|
7568
|
+
function bl(t) {
|
|
7569
|
+
let { selectionManager: e, collection: n, disabledKeys: r, ref: o, keyboardDelegate: i } = t, l = Qn({
|
|
7561
7570
|
usage: "search",
|
|
7562
7571
|
sensitivity: "base"
|
|
7563
|
-
}), s = e.disabledBehavior, u = re(() => i || new
|
|
7572
|
+
}), s = e.disabledBehavior, u = re(() => i || new er(n, s === "selection" ? /* @__PURE__ */ new Set() : r, o, l), [
|
|
7564
7573
|
i,
|
|
7565
7574
|
n,
|
|
7566
7575
|
r,
|
|
7567
7576
|
o,
|
|
7568
7577
|
l,
|
|
7569
7578
|
s
|
|
7570
|
-
]), { collectionProps: a } =
|
|
7579
|
+
]), { collectionProps: a } = fl({
|
|
7571
7580
|
...t,
|
|
7572
7581
|
ref: o,
|
|
7573
7582
|
selectionManager: e,
|
|
@@ -7581,7 +7590,7 @@ const Zt = /* @__PURE__ */ new WeakMap();
|
|
|
7581
7590
|
function fc(t) {
|
|
7582
7591
|
return typeof t == "string" ? t.replace(/\s*/g, "") : "" + t;
|
|
7583
7592
|
}
|
|
7584
|
-
function
|
|
7593
|
+
function ml(t, e) {
|
|
7585
7594
|
let n = Zt.get(t);
|
|
7586
7595
|
if (!n)
|
|
7587
7596
|
throw new Error("Unknown list");
|
|
@@ -7592,7 +7601,7 @@ function pc(t, e, n) {
|
|
|
7592
7601
|
labelable: !0
|
|
7593
7602
|
}), o = t.selectionBehavior || "toggle", i = t.linkBehavior || (o === "replace" ? "action" : "override");
|
|
7594
7603
|
o === "toggle" && i === "action" && (i = "override");
|
|
7595
|
-
let { listProps: l } =
|
|
7604
|
+
let { listProps: l } = bl({
|
|
7596
7605
|
...t,
|
|
7597
7606
|
ref: n,
|
|
7598
7607
|
selectionManager: e.selectionManager,
|
|
@@ -7613,7 +7622,7 @@ function pc(t, e, n) {
|
|
|
7613
7622
|
onAction: t.onAction,
|
|
7614
7623
|
linkBehavior: i
|
|
7615
7624
|
});
|
|
7616
|
-
let { labelProps: a, fieldProps: c } =
|
|
7625
|
+
let { labelProps: a, fieldProps: c } = Uo({
|
|
7617
7626
|
...t,
|
|
7618
7627
|
id: u,
|
|
7619
7628
|
// listbox is not an HTML input element so it
|
|
@@ -7649,13 +7658,13 @@ function bc(t, e, n) {
|
|
|
7649
7658
|
"aria-disabled": s || void 0,
|
|
7650
7659
|
"aria-selected": e.selectionManager.selectionMode !== "none" ? a : void 0
|
|
7651
7660
|
};
|
|
7652
|
-
Ie() &&
|
|
7661
|
+
Ie() && Po() || (K["aria-label"] = t["aria-label"], K["aria-labelledby"] = w, K["aria-describedby"] = S);
|
|
7653
7662
|
let g = e.collection.getItem(o);
|
|
7654
7663
|
if (_) {
|
|
7655
7664
|
let C = Number(g == null ? void 0 : g.index);
|
|
7656
|
-
K["aria-posinset"] = Number.isNaN(C) ? void 0 : C + 1, K["aria-setsize"] =
|
|
7665
|
+
K["aria-posinset"] = Number.isNaN(C) ? void 0 : C + 1, K["aria-setsize"] = jn(e.collection);
|
|
7657
7666
|
}
|
|
7658
|
-
let { itemProps: k, isPressed: O, isFocused: b, hasAction: A, allowsSelection: E } =
|
|
7667
|
+
let { itemProps: k, isPressed: O, isFocused: b, hasAction: A, allowsSelection: E } = pl({
|
|
7659
7668
|
selectionManager: e.selectionManager,
|
|
7660
7669
|
key: o,
|
|
7661
7670
|
ref: n,
|
|
@@ -7669,7 +7678,7 @@ function bc(t, e, n) {
|
|
|
7669
7678
|
return i == null || (C = i.onAction) === null || C === void 0 ? void 0 : C.call(i, o);
|
|
7670
7679
|
} : void 0,
|
|
7671
7680
|
linkBehavior: i == null ? void 0 : i.linkBehavior
|
|
7672
|
-
}), { hoverProps: P } =
|
|
7681
|
+
}), { hoverProps: P } = ko({
|
|
7673
7682
|
isDisabled: s || !d,
|
|
7674
7683
|
onHoverStart() {
|
|
7675
7684
|
ct() || (e.selectionManager.setFocused(!0), e.selectionManager.setFocusedKey(o));
|
|
@@ -7681,7 +7690,7 @@ function bc(t, e, n) {
|
|
|
7681
7690
|
optionProps: {
|
|
7682
7691
|
...K,
|
|
7683
7692
|
...se(I, k, P),
|
|
7684
|
-
id:
|
|
7693
|
+
id: ml(e, o)
|
|
7685
7694
|
},
|
|
7686
7695
|
labelProps: {
|
|
7687
7696
|
id: w
|
|
@@ -7718,183 +7727,183 @@ function mc(t) {
|
|
|
7718
7727
|
}
|
|
7719
7728
|
};
|
|
7720
7729
|
}
|
|
7721
|
-
var ml = {};
|
|
7722
|
-
ml = {
|
|
7723
|
-
longPressMessage: "اضغط مطولاً أو اضغط على Alt + السهم لأسفل لفتح القائمة"
|
|
7724
|
-
};
|
|
7725
7730
|
var vl = {};
|
|
7726
7731
|
vl = {
|
|
7727
|
-
longPressMessage: "
|
|
7732
|
+
longPressMessage: "اضغط مطولاً أو اضغط على Alt + السهم لأسفل لفتح القائمة"
|
|
7728
7733
|
};
|
|
7729
7734
|
var hl = {};
|
|
7730
7735
|
hl = {
|
|
7731
|
-
longPressMessage: "
|
|
7736
|
+
longPressMessage: "Натиснете продължително или натиснете Alt+ стрелка надолу, за да отворите менюто"
|
|
7732
7737
|
};
|
|
7733
7738
|
var gl = {};
|
|
7734
7739
|
gl = {
|
|
7735
|
-
longPressMessage: "
|
|
7740
|
+
longPressMessage: "Dlouhým stiskem nebo stisknutím kláves Alt + šipka dolů otevřete nabídku"
|
|
7736
7741
|
};
|
|
7737
7742
|
var $l = {};
|
|
7738
7743
|
$l = {
|
|
7739
|
-
longPressMessage: "
|
|
7744
|
+
longPressMessage: "Langt tryk eller tryk på Alt + pil ned for at åbne menuen"
|
|
7740
7745
|
};
|
|
7741
7746
|
var yl = {};
|
|
7742
7747
|
yl = {
|
|
7743
|
-
longPressMessage: "
|
|
7748
|
+
longPressMessage: "Drücken Sie lange oder drücken Sie Alt + Nach-unten, um das Menü zu öffnen"
|
|
7744
7749
|
};
|
|
7745
7750
|
var xl = {};
|
|
7746
7751
|
xl = {
|
|
7747
|
-
longPressMessage: "
|
|
7752
|
+
longPressMessage: "Πιέστε παρατεταμένα ή πατήστε Alt + κάτω βέλος για να ανοίξετε το μενού"
|
|
7748
7753
|
};
|
|
7749
7754
|
var Cl = {};
|
|
7750
7755
|
Cl = {
|
|
7751
|
-
longPressMessage: "
|
|
7756
|
+
longPressMessage: "Long press or press Alt + ArrowDown to open menu"
|
|
7752
7757
|
};
|
|
7753
7758
|
var El = {};
|
|
7754
7759
|
El = {
|
|
7755
|
-
longPressMessage: "
|
|
7760
|
+
longPressMessage: "Mantenga pulsado o pulse Alt + flecha abajo para abrir el menú"
|
|
7756
7761
|
};
|
|
7757
7762
|
var Pl = {};
|
|
7758
7763
|
Pl = {
|
|
7759
|
-
longPressMessage: "
|
|
7764
|
+
longPressMessage: "Menüü avamiseks vajutage pikalt või vajutage klahve Alt + allanool"
|
|
7760
7765
|
};
|
|
7761
7766
|
var wl = {};
|
|
7762
7767
|
wl = {
|
|
7763
|
-
longPressMessage: "
|
|
7768
|
+
longPressMessage: "Avaa valikko painamalla pohjassa tai näppäinyhdistelmällä Alt + Alanuoli"
|
|
7764
7769
|
};
|
|
7765
7770
|
var Sl = {};
|
|
7766
7771
|
Sl = {
|
|
7767
|
-
longPressMessage: "
|
|
7772
|
+
longPressMessage: "Appuyez de manière prolongée ou appuyez sur Alt + Flèche vers le bas pour ouvrir le menu."
|
|
7768
7773
|
};
|
|
7769
7774
|
var Tl = {};
|
|
7770
7775
|
Tl = {
|
|
7771
|
-
longPressMessage: "
|
|
7776
|
+
longPressMessage: "לחץ לחיצה ארוכה או הקש Alt + ArrowDown כדי לפתוח את התפריט"
|
|
7772
7777
|
};
|
|
7773
7778
|
var _l = {};
|
|
7774
7779
|
_l = {
|
|
7775
|
-
longPressMessage: "
|
|
7780
|
+
longPressMessage: "Dugo pritisnite ili pritisnite Alt + strelicu prema dolje za otvaranje izbornika"
|
|
7776
7781
|
};
|
|
7777
7782
|
var Al = {};
|
|
7778
7783
|
Al = {
|
|
7779
|
-
longPressMessage: "
|
|
7784
|
+
longPressMessage: "Nyomja meg hosszan, vagy nyomja meg az Alt + lefele nyíl gombot a menü megnyitásához"
|
|
7780
7785
|
};
|
|
7781
7786
|
var Kl = {};
|
|
7782
7787
|
Kl = {
|
|
7783
|
-
longPressMessage: "
|
|
7788
|
+
longPressMessage: "Premere a lungo o premere Alt + Freccia giù per aprire il menu"
|
|
7784
7789
|
};
|
|
7785
7790
|
var Dl = {};
|
|
7786
7791
|
Dl = {
|
|
7787
|
-
longPressMessage: "
|
|
7792
|
+
longPressMessage: "長押しまたは Alt+下矢印キーでメニューを開く"
|
|
7788
7793
|
};
|
|
7789
7794
|
var Fl = {};
|
|
7790
7795
|
Fl = {
|
|
7791
|
-
longPressMessage: "
|
|
7796
|
+
longPressMessage: "길게 누르거나 Alt + 아래쪽 화살표를 눌러 메뉴 열기"
|
|
7792
7797
|
};
|
|
7793
7798
|
var Ll = {};
|
|
7794
7799
|
Ll = {
|
|
7795
|
-
longPressMessage: "
|
|
7800
|
+
longPressMessage: "Norėdami atidaryti meniu, nuspaudę palaikykite arba paspauskite „Alt + ArrowDown“."
|
|
7796
7801
|
};
|
|
7797
7802
|
var Ml = {};
|
|
7798
7803
|
Ml = {
|
|
7799
|
-
longPressMessage: "
|
|
7804
|
+
longPressMessage: "Lai atvērtu izvēlni, turiet nospiestu vai nospiediet taustiņu kombināciju Alt + lejupvērstā bultiņa"
|
|
7800
7805
|
};
|
|
7801
7806
|
var kl = {};
|
|
7802
7807
|
kl = {
|
|
7803
|
-
longPressMessage: "
|
|
7808
|
+
longPressMessage: "Langt trykk eller trykk Alt + PilNed for å åpne menyen"
|
|
7804
7809
|
};
|
|
7805
7810
|
var Nl = {};
|
|
7806
7811
|
Nl = {
|
|
7807
|
-
longPressMessage: "
|
|
7812
|
+
longPressMessage: "Druk lang op Alt + pijl-omlaag of druk op Alt om het menu te openen"
|
|
7808
7813
|
};
|
|
7809
7814
|
var Il = {};
|
|
7810
7815
|
Il = {
|
|
7811
|
-
longPressMessage: "
|
|
7816
|
+
longPressMessage: "Naciśnij i przytrzymaj lub naciśnij klawisze Alt + Strzałka w dół, aby otworzyć menu"
|
|
7812
7817
|
};
|
|
7813
7818
|
var Bl = {};
|
|
7814
7819
|
Bl = {
|
|
7815
|
-
longPressMessage: "
|
|
7820
|
+
longPressMessage: "Pressione e segure ou pressione Alt + Seta para baixo para abrir o menu"
|
|
7816
7821
|
};
|
|
7817
7822
|
var Ol = {};
|
|
7818
7823
|
Ol = {
|
|
7819
|
-
longPressMessage: "
|
|
7824
|
+
longPressMessage: "Prima continuamente ou prima Alt + Seta Para Baixo para abrir o menu"
|
|
7820
7825
|
};
|
|
7821
7826
|
var Rl = {};
|
|
7822
7827
|
Rl = {
|
|
7823
|
-
longPressMessage: "
|
|
7828
|
+
longPressMessage: "Apăsați lung sau apăsați pe Alt + săgeată în jos pentru a deschide meniul"
|
|
7824
7829
|
};
|
|
7825
7830
|
var Vl = {};
|
|
7826
7831
|
Vl = {
|
|
7827
|
-
longPressMessage: "
|
|
7832
|
+
longPressMessage: "Нажмите и удерживайте или нажмите Alt + Стрелка вниз, чтобы открыть меню"
|
|
7828
7833
|
};
|
|
7829
7834
|
var zl = {};
|
|
7830
7835
|
zl = {
|
|
7831
|
-
longPressMessage: "
|
|
7836
|
+
longPressMessage: "Ponuku otvoríte dlhým stlačením alebo stlačením klávesu Alt + klávesu so šípkou nadol"
|
|
7832
7837
|
};
|
|
7833
7838
|
var jl = {};
|
|
7834
7839
|
jl = {
|
|
7835
|
-
longPressMessage: "
|
|
7840
|
+
longPressMessage: "Za odprtje menija pritisnite in držite gumb ali pritisnite Alt+puščica navzdol"
|
|
7836
7841
|
};
|
|
7837
7842
|
var Hl = {};
|
|
7838
7843
|
Hl = {
|
|
7839
|
-
longPressMessage: "
|
|
7844
|
+
longPressMessage: "Dugo pritisnite ili pritisnite Alt + strelicu prema dole da otvorite meni"
|
|
7840
7845
|
};
|
|
7841
7846
|
var Ul = {};
|
|
7842
7847
|
Ul = {
|
|
7843
|
-
longPressMessage: "
|
|
7848
|
+
longPressMessage: "Håll nedtryckt eller tryck på Alt + pil nedåt för att öppna menyn"
|
|
7844
7849
|
};
|
|
7845
7850
|
var Wl = {};
|
|
7846
7851
|
Wl = {
|
|
7847
|
-
longPressMessage: "
|
|
7852
|
+
longPressMessage: "Menüyü açmak için uzun basın veya Alt + Aşağı Ok tuşuna basın"
|
|
7848
7853
|
};
|
|
7849
7854
|
var Gl = {};
|
|
7850
7855
|
Gl = {
|
|
7851
|
-
longPressMessage: "
|
|
7856
|
+
longPressMessage: "Довго або звичайно натисніть комбінацію клавіш Alt і стрілка вниз, щоб відкрити меню"
|
|
7852
7857
|
};
|
|
7853
7858
|
var ql = {};
|
|
7854
7859
|
ql = {
|
|
7860
|
+
longPressMessage: "长按或按 Alt + 向下方向键以打开菜单"
|
|
7861
|
+
};
|
|
7862
|
+
var Yl = {};
|
|
7863
|
+
Yl = {
|
|
7855
7864
|
longPressMessage: "長按或按 Alt+向下鍵以開啟功能表"
|
|
7856
7865
|
};
|
|
7857
7866
|
function vc(t) {
|
|
7858
7867
|
return t && t.__esModule ? t.default : t;
|
|
7859
7868
|
}
|
|
7860
|
-
var
|
|
7861
|
-
|
|
7862
|
-
"ar-AE":
|
|
7863
|
-
"bg-BG":
|
|
7864
|
-
"cs-CZ":
|
|
7865
|
-
"da-DK":
|
|
7866
|
-
"de-DE":
|
|
7867
|
-
"el-GR":
|
|
7868
|
-
"en-US":
|
|
7869
|
-
"es-ES":
|
|
7870
|
-
"et-EE":
|
|
7871
|
-
"fi-FI":
|
|
7872
|
-
"fr-FR":
|
|
7873
|
-
"he-IL":
|
|
7874
|
-
"hr-HR":
|
|
7875
|
-
"hu-HU":
|
|
7876
|
-
"it-IT":
|
|
7877
|
-
"ja-JP":
|
|
7878
|
-
"ko-KR":
|
|
7879
|
-
"lt-LT":
|
|
7880
|
-
"lv-LV":
|
|
7881
|
-
"nb-NO":
|
|
7882
|
-
"nl-NL":
|
|
7883
|
-
"pl-PL":
|
|
7884
|
-
"pt-BR":
|
|
7885
|
-
"pt-PT":
|
|
7886
|
-
"ro-RO":
|
|
7887
|
-
"ru-RU":
|
|
7888
|
-
"sk-SK":
|
|
7889
|
-
"sl-SI":
|
|
7890
|
-
"sr-SP":
|
|
7891
|
-
"sv-SE":
|
|
7892
|
-
"tr-TR":
|
|
7893
|
-
"uk-UA":
|
|
7894
|
-
"zh-CN":
|
|
7895
|
-
"zh-TW":
|
|
7869
|
+
var Xl = {};
|
|
7870
|
+
Xl = {
|
|
7871
|
+
"ar-AE": vl,
|
|
7872
|
+
"bg-BG": hl,
|
|
7873
|
+
"cs-CZ": gl,
|
|
7874
|
+
"da-DK": $l,
|
|
7875
|
+
"de-DE": yl,
|
|
7876
|
+
"el-GR": xl,
|
|
7877
|
+
"en-US": Cl,
|
|
7878
|
+
"es-ES": El,
|
|
7879
|
+
"et-EE": Pl,
|
|
7880
|
+
"fi-FI": wl,
|
|
7881
|
+
"fr-FR": Sl,
|
|
7882
|
+
"he-IL": Tl,
|
|
7883
|
+
"hr-HR": _l,
|
|
7884
|
+
"hu-HU": Al,
|
|
7885
|
+
"it-IT": Kl,
|
|
7886
|
+
"ja-JP": Dl,
|
|
7887
|
+
"ko-KR": Fl,
|
|
7888
|
+
"lt-LT": Ll,
|
|
7889
|
+
"lv-LV": Ml,
|
|
7890
|
+
"nb-NO": kl,
|
|
7891
|
+
"nl-NL": Nl,
|
|
7892
|
+
"pl-PL": Il,
|
|
7893
|
+
"pt-BR": Bl,
|
|
7894
|
+
"pt-PT": Ol,
|
|
7895
|
+
"ro-RO": Rl,
|
|
7896
|
+
"ru-RU": Vl,
|
|
7897
|
+
"sk-SK": zl,
|
|
7898
|
+
"sl-SI": jl,
|
|
7899
|
+
"sr-SP": Hl,
|
|
7900
|
+
"sv-SE": Ul,
|
|
7901
|
+
"tr-TR": Wl,
|
|
7902
|
+
"uk-UA": Gl,
|
|
7903
|
+
"zh-CN": ql,
|
|
7904
|
+
"zh-TW": Yl
|
|
7896
7905
|
};
|
|
7897
|
-
function
|
|
7906
|
+
function tr(t, e, n) {
|
|
7898
7907
|
let { type: r = "menu", isDisabled: o, trigger: i = "press" } = t, l = _e(), { triggerProps: s, overlayProps: u } = nc({
|
|
7899
7908
|
type: r
|
|
7900
7909
|
}, e, n), a = (d) => {
|
|
@@ -7913,7 +7922,7 @@ function er(t, e, n) {
|
|
|
7913
7922
|
default:
|
|
7914
7923
|
"continuePropagation" in d && d.continuePropagation();
|
|
7915
7924
|
}
|
|
7916
|
-
}, c =
|
|
7925
|
+
}, c = Jn(/* @__PURE__ */ vc(Xl), "@react-aria/menu"), { longPressProps: f } = Io({
|
|
7917
7926
|
isDisabled: o || i !== "longPress",
|
|
7918
7927
|
accessibilityDescription: c.format("longPressMessage"),
|
|
7919
7928
|
onLongPressStart() {
|
|
@@ -7945,13 +7954,13 @@ function er(t, e, n) {
|
|
|
7945
7954
|
}
|
|
7946
7955
|
};
|
|
7947
7956
|
}
|
|
7948
|
-
const
|
|
7957
|
+
const Zl = /* @__PURE__ */ new WeakMap();
|
|
7949
7958
|
function hc(t, e, n) {
|
|
7950
7959
|
let { shouldFocusWrap: r = !0, onKeyDown: o, onKeyUp: i, ...l } = t;
|
|
7951
7960
|
!t["aria-label"] && !t["aria-labelledby"] && console.warn("An aria-label or aria-labelledby prop is required for accessibility.");
|
|
7952
7961
|
let s = je(t, {
|
|
7953
7962
|
labelable: !0
|
|
7954
|
-
}), { listProps: u } =
|
|
7963
|
+
}), { listProps: u } = bl({
|
|
7955
7964
|
...l,
|
|
7956
7965
|
ref: n,
|
|
7957
7966
|
selectionManager: e.selectionManager,
|
|
@@ -7960,7 +7969,7 @@ function hc(t, e, n) {
|
|
|
7960
7969
|
shouldFocusWrap: r,
|
|
7961
7970
|
linkBehavior: "override"
|
|
7962
7971
|
});
|
|
7963
|
-
return
|
|
7972
|
+
return Zl.set(e, {
|
|
7964
7973
|
onClose: t.onClose,
|
|
7965
7974
|
onAction: t.onAction
|
|
7966
7975
|
}), {
|
|
@@ -7982,7 +7991,7 @@ function gc(t, e, n) {
|
|
|
7982
7991
|
var k;
|
|
7983
7992
|
let O = (k = t.isDisabled) !== null && k !== void 0 ? k : e.disabledKeys.has(o);
|
|
7984
7993
|
var b;
|
|
7985
|
-
let A = (b = t.isSelected) !== null && b !== void 0 ? b : e.selectionManager.isSelected(o), E =
|
|
7994
|
+
let A = (b = t.isSelected) !== null && b !== void 0 ? b : e.selectionManager.isSelected(o), E = Zl.get(e), P = t.onClose || E.onClose, I = g ? () => {
|
|
7986
7995
|
} : t.onAction || E.onAction, C = Wt(), T = (Z) => {
|
|
7987
7996
|
I && I(o), Z.target instanceof HTMLAnchorElement && C.open(Z.target, Z);
|
|
7988
7997
|
}, q = "menuitem";
|
|
@@ -8002,12 +8011,12 @@ function gc(t, e, n) {
|
|
|
8002
8011
|
};
|
|
8003
8012
|
e.selectionManager.selectionMode !== "none" && !g && (ae["aria-checked"] = A);
|
|
8004
8013
|
let $ = e.collection.getItem(o);
|
|
8005
|
-
l && (ae["aria-posinset"] = $ == null ? void 0 : $.index, ae["aria-setsize"] =
|
|
8014
|
+
l && (ae["aria-posinset"] = $ == null ? void 0 : $.index, ae["aria-setsize"] = jn(e.collection));
|
|
8006
8015
|
let D = (Z) => {
|
|
8007
8016
|
Z.pointerType === "keyboard" && T(Z), u == null || u(Z);
|
|
8008
8017
|
}, z = (Z) => {
|
|
8009
8018
|
Z.pointerType !== "keyboard" && (T(Z), !g && P && (i ?? (e.selectionManager.selectionMode !== "multiple" || e.selectionManager.isLink(o))) && P()), a == null || a(Z);
|
|
8010
|
-
}, { itemProps: j, isFocused: H } =
|
|
8019
|
+
}, { itemProps: j, isFocused: H } = pl({
|
|
8011
8020
|
selectionManager: e.selectionManager,
|
|
8012
8021
|
key: o,
|
|
8013
8022
|
ref: n,
|
|
@@ -8025,14 +8034,14 @@ function gc(t, e, n) {
|
|
|
8025
8034
|
onPressChange: f,
|
|
8026
8035
|
onPressEnd: p,
|
|
8027
8036
|
isDisabled: O
|
|
8028
|
-
}), { hoverProps: L } =
|
|
8037
|
+
}), { hoverProps: L } = ko({
|
|
8029
8038
|
isDisabled: O,
|
|
8030
8039
|
onHoverStart(Z) {
|
|
8031
8040
|
ct() || (e.selectionManager.setFocused(!0), e.selectionManager.setFocusedKey(o)), d == null || d(Z);
|
|
8032
8041
|
},
|
|
8033
8042
|
onHoverChange: v,
|
|
8034
8043
|
onHoverEnd: h
|
|
8035
|
-
}), { keyboardProps: N } =
|
|
8044
|
+
}), { keyboardProps: N } = No({
|
|
8036
8045
|
onKeyDown: (Z) => {
|
|
8037
8046
|
if (Z.repeat) {
|
|
8038
8047
|
Z.continuePropagation();
|
|
@@ -8051,7 +8060,7 @@ function gc(t, e, n) {
|
|
|
8051
8060
|
}
|
|
8052
8061
|
},
|
|
8053
8062
|
onKeyUp: _
|
|
8054
|
-
}), { focusProps: X } =
|
|
8063
|
+
}), { focusProps: X } = qn({
|
|
8055
8064
|
onBlur: K,
|
|
8056
8065
|
onFocus: w,
|
|
8057
8066
|
onFocusChange: S
|
|
@@ -8102,10 +8111,10 @@ function $c(t) {
|
|
|
8102
8111
|
};
|
|
8103
8112
|
}
|
|
8104
8113
|
function yc(t, e) {
|
|
8105
|
-
let { inputElementType: n = "input", isDisabled: r = !1, isRequired: o = !1, isReadOnly: i = !1, type: l = "text", validationBehavior: s = "aria" } = t, [u, a] = et(t.value, t.defaultValue || "", t.onChange), { focusableProps: c } =
|
|
8114
|
+
let { inputElementType: n = "input", isDisabled: r = !1, isRequired: o = !1, isReadOnly: i = !1, type: l = "text", validationBehavior: s = "aria" } = t, [u, a] = et(t.value, t.defaultValue || "", t.onChange), { focusableProps: c } = Ro(t, e), f = zn({
|
|
8106
8115
|
...t,
|
|
8107
8116
|
value: u
|
|
8108
|
-
}), { isInvalid: p, validationErrors: d, validationDetails: v } = f.displayValidation, { labelProps: h, fieldProps: x, descriptionProps: _, errorMessageProps: w } =
|
|
8117
|
+
}), { isInvalid: p, validationErrors: d, validationDetails: v } = f.displayValidation, { labelProps: h, fieldProps: x, descriptionProps: _, errorMessageProps: w } = Wo({
|
|
8109
8118
|
...t,
|
|
8110
8119
|
isInvalid: p,
|
|
8111
8120
|
errorMessage: t.errorMessage || d
|
|
@@ -8116,7 +8125,7 @@ function yc(t, e) {
|
|
|
8116
8125
|
type: l,
|
|
8117
8126
|
pattern: t.pattern
|
|
8118
8127
|
};
|
|
8119
|
-
return
|
|
8128
|
+
return Ko(e, u, a), Ho(t, f, e), G(() => {
|
|
8120
8129
|
if (e.current instanceof ut(e.current).HTMLTextAreaElement) {
|
|
8121
8130
|
let g = e.current;
|
|
8122
8131
|
Object.defineProperty(g, "defaultValue", {
|
|
@@ -8175,57 +8184,57 @@ function yc(t, e) {
|
|
|
8175
8184
|
function xc(t) {
|
|
8176
8185
|
return t && t.__esModule ? t.default : t;
|
|
8177
8186
|
}
|
|
8178
|
-
var
|
|
8179
|
-
|
|
8180
|
-
"ar-AE":
|
|
8181
|
-
"bg-BG":
|
|
8182
|
-
"cs-CZ":
|
|
8183
|
-
"da-DK":
|
|
8184
|
-
"de-DE":
|
|
8185
|
-
"el-GR":
|
|
8186
|
-
"en-US":
|
|
8187
|
-
"es-ES":
|
|
8188
|
-
"et-EE":
|
|
8189
|
-
"fi-FI":
|
|
8190
|
-
"fr-FR":
|
|
8191
|
-
"he-IL":
|
|
8192
|
-
"hr-HR":
|
|
8193
|
-
"hu-HU":
|
|
8194
|
-
"it-IT":
|
|
8195
|
-
"ja-JP":
|
|
8196
|
-
"ko-KR":
|
|
8197
|
-
"lt-LT":
|
|
8198
|
-
"lv-LV":
|
|
8199
|
-
"nb-NO":
|
|
8200
|
-
"nl-NL":
|
|
8201
|
-
"pl-PL":
|
|
8202
|
-
"pt-BR":
|
|
8203
|
-
"pt-PT":
|
|
8204
|
-
"ro-RO":
|
|
8205
|
-
"ru-RU":
|
|
8206
|
-
"sk-SK":
|
|
8207
|
-
"sl-SI":
|
|
8208
|
-
"sr-SP":
|
|
8209
|
-
"sv-SE":
|
|
8210
|
-
"tr-TR":
|
|
8211
|
-
"uk-UA":
|
|
8212
|
-
"zh-CN":
|
|
8213
|
-
"zh-TW":
|
|
8187
|
+
var Jl = {};
|
|
8188
|
+
Jl = {
|
|
8189
|
+
"ar-AE": Go,
|
|
8190
|
+
"bg-BG": qo,
|
|
8191
|
+
"cs-CZ": Yo,
|
|
8192
|
+
"da-DK": Xo,
|
|
8193
|
+
"de-DE": Zo,
|
|
8194
|
+
"el-GR": Jo,
|
|
8195
|
+
"en-US": Qo,
|
|
8196
|
+
"es-ES": ei,
|
|
8197
|
+
"et-EE": ti,
|
|
8198
|
+
"fi-FI": ni,
|
|
8199
|
+
"fr-FR": ri,
|
|
8200
|
+
"he-IL": oi,
|
|
8201
|
+
"hr-HR": ii,
|
|
8202
|
+
"hu-HU": li,
|
|
8203
|
+
"it-IT": si,
|
|
8204
|
+
"ja-JP": ui,
|
|
8205
|
+
"ko-KR": ai,
|
|
8206
|
+
"lt-LT": ci,
|
|
8207
|
+
"lv-LV": di,
|
|
8208
|
+
"nb-NO": fi,
|
|
8209
|
+
"nl-NL": pi,
|
|
8210
|
+
"pl-PL": bi,
|
|
8211
|
+
"pt-BR": mi,
|
|
8212
|
+
"pt-PT": vi,
|
|
8213
|
+
"ro-RO": hi,
|
|
8214
|
+
"ru-RU": gi,
|
|
8215
|
+
"sk-SK": $i,
|
|
8216
|
+
"sl-SI": yi,
|
|
8217
|
+
"sr-SP": xi,
|
|
8218
|
+
"sv-SE": Ci,
|
|
8219
|
+
"tr-TR": Ei,
|
|
8220
|
+
"uk-UA": Pi,
|
|
8221
|
+
"zh-CN": wi,
|
|
8222
|
+
"zh-TW": Si
|
|
8214
8223
|
};
|
|
8215
8224
|
function Cc(t, e) {
|
|
8216
|
-
let { buttonRef: n, popoverRef: r, inputRef: o, listBoxRef: i, keyboardDelegate: l, shouldFocusWrap: s, isReadOnly: u, isDisabled: a } = t, c =
|
|
8225
|
+
let { buttonRef: n, popoverRef: r, inputRef: o, listBoxRef: i, keyboardDelegate: l, shouldFocusWrap: s, isReadOnly: u, isDisabled: a } = t, c = Jn(/* @__PURE__ */ xc(Jl), "@react-aria/combobox"), { menuTriggerProps: f, menuProps: p } = tr({
|
|
8217
8226
|
type: "listbox",
|
|
8218
8227
|
isDisabled: a || u
|
|
8219
8228
|
}, e, n);
|
|
8220
8229
|
Zt.set(e, {
|
|
8221
8230
|
id: p.id
|
|
8222
8231
|
});
|
|
8223
|
-
let d = re(() => l || new
|
|
8232
|
+
let d = re(() => l || new er(e.collection, e.disabledKeys, i), [
|
|
8224
8233
|
l,
|
|
8225
8234
|
e.collection,
|
|
8226
8235
|
e.disabledKeys,
|
|
8227
8236
|
i
|
|
8228
|
-
]), { collectionProps: v } =
|
|
8237
|
+
]), { collectionProps: v } = fl({
|
|
8229
8238
|
selectionManager: e.selectionManager,
|
|
8230
8239
|
keyboardDelegate: d,
|
|
8231
8240
|
disallowTypeAhead: !0,
|
|
@@ -8275,7 +8284,7 @@ function Cc(t, e) {
|
|
|
8275
8284
|
onFocus: w,
|
|
8276
8285
|
autoComplete: "off",
|
|
8277
8286
|
validate: void 0,
|
|
8278
|
-
[
|
|
8287
|
+
[En]: e
|
|
8279
8288
|
}, o), E = (L) => {
|
|
8280
8289
|
L.pointerType === "touch" && (o.current.focus(), e.toggle(null, "manual"));
|
|
8281
8290
|
}, P = (L) => {
|
|
@@ -8313,18 +8322,18 @@ function Cc(t, e) {
|
|
|
8313
8322
|
optionText: V["aria-label"] || V.textValue || "",
|
|
8314
8323
|
isSelected: L
|
|
8315
8324
|
});
|
|
8316
|
-
|
|
8325
|
+
vn(W);
|
|
8317
8326
|
}
|
|
8318
8327
|
D.current = ue, z.current = $;
|
|
8319
8328
|
});
|
|
8320
|
-
let j =
|
|
8329
|
+
let j = jn(e.collection), H = B(j), Y = B(e.isOpen);
|
|
8321
8330
|
G(() => {
|
|
8322
8331
|
let L = e.isOpen !== Y.current && (e.selectionManager.focusedKey == null || wt());
|
|
8323
8332
|
if (e.isOpen && (L || j !== H.current)) {
|
|
8324
8333
|
let N = c.format("countAnnouncement", {
|
|
8325
8334
|
optionCount: j
|
|
8326
8335
|
});
|
|
8327
|
-
|
|
8336
|
+
vn(N);
|
|
8328
8337
|
}
|
|
8329
8338
|
H.current = j, Y.current = e.isOpen;
|
|
8330
8339
|
});
|
|
@@ -8334,12 +8343,12 @@ function Cc(t, e) {
|
|
|
8334
8343
|
let L = e.selectedItem["aria-label"] || e.selectedItem.textValue || "", N = c.format("selectedAnnouncement", {
|
|
8335
8344
|
optionText: L
|
|
8336
8345
|
});
|
|
8337
|
-
|
|
8346
|
+
vn(N);
|
|
8338
8347
|
}
|
|
8339
8348
|
U.current = e.selectedKey;
|
|
8340
8349
|
}), G(() => {
|
|
8341
8350
|
if (e.isOpen)
|
|
8342
|
-
return
|
|
8351
|
+
return cl([
|
|
8343
8352
|
o.current,
|
|
8344
8353
|
r.current
|
|
8345
8354
|
]);
|
|
@@ -8363,7 +8372,7 @@ function Cc(t, e) {
|
|
|
8363
8372
|
"aria-controls": e.isOpen ? p.id : void 0,
|
|
8364
8373
|
// TODO: readd proper logic for completionMode = complete (aria-autocomplete: both)
|
|
8365
8374
|
"aria-autocomplete": "list",
|
|
8366
|
-
"aria-activedescendant": V ?
|
|
8375
|
+
"aria-activedescendant": V ? ml(e, V.key) : void 0,
|
|
8367
8376
|
onTouchEnd: q,
|
|
8368
8377
|
// This disable's iOS's autocorrect suggestions, since the combo box provides its own suggestions.
|
|
8369
8378
|
autoCorrect: "off",
|
|
@@ -8384,17 +8393,17 @@ function Cc(t, e) {
|
|
|
8384
8393
|
validationDetails: g
|
|
8385
8394
|
};
|
|
8386
8395
|
}
|
|
8387
|
-
const
|
|
8396
|
+
const Ql = /* @__PURE__ */ new WeakMap();
|
|
8388
8397
|
function Ec(t, e, n) {
|
|
8389
|
-
let { keyboardDelegate: r, isDisabled: o, isRequired: i, name: l, validationBehavior: s = "aria" } = t, u =
|
|
8398
|
+
let { keyboardDelegate: r, isDisabled: o, isRequired: i, name: l, validationBehavior: s = "aria" } = t, u = Qn({
|
|
8390
8399
|
usage: "search",
|
|
8391
8400
|
sensitivity: "base"
|
|
8392
|
-
}), a = re(() => r || new
|
|
8401
|
+
}), a = re(() => r || new er(e.collection, e.disabledKeys, null, u), [
|
|
8393
8402
|
r,
|
|
8394
8403
|
e.collection,
|
|
8395
8404
|
e.disabledKeys,
|
|
8396
8405
|
u
|
|
8397
|
-
]), { menuTriggerProps: c, menuProps: f } =
|
|
8406
|
+
]), { menuTriggerProps: c, menuProps: f } = tr({
|
|
8398
8407
|
isDisabled: o,
|
|
8399
8408
|
type: "listbox"
|
|
8400
8409
|
}, e, n), p = (b) => {
|
|
@@ -8412,13 +8421,13 @@ function Ec(t, e, n) {
|
|
|
8412
8421
|
break;
|
|
8413
8422
|
}
|
|
8414
8423
|
}
|
|
8415
|
-
}, { typeSelectProps: d } =
|
|
8424
|
+
}, { typeSelectProps: d } = dl({
|
|
8416
8425
|
keyboardDelegate: a,
|
|
8417
8426
|
selectionManager: e.selectionManager,
|
|
8418
8427
|
onTypeSelect(b) {
|
|
8419
8428
|
e.setSelectedKey(b);
|
|
8420
8429
|
}
|
|
8421
|
-
}), { isInvalid: v, validationErrors: h, validationDetails: x } = e.displayValidation, { labelProps: _, fieldProps: w, descriptionProps: S, errorMessageProps: K } =
|
|
8430
|
+
}), { isInvalid: v, validationErrors: h, validationDetails: x } = e.displayValidation, { labelProps: _, fieldProps: w, descriptionProps: S, errorMessageProps: K } = Wo({
|
|
8422
8431
|
...t,
|
|
8423
8432
|
labelElementType: "span",
|
|
8424
8433
|
isInvalid: v,
|
|
@@ -8428,7 +8437,7 @@ function Ec(t, e, n) {
|
|
|
8428
8437
|
let g = je(t, {
|
|
8429
8438
|
labelable: !0
|
|
8430
8439
|
}), k = se(d, c, w), O = _e();
|
|
8431
|
-
return
|
|
8440
|
+
return Ql.set(e, {
|
|
8432
8441
|
isDisabled: o,
|
|
8433
8442
|
isRequired: i,
|
|
8434
8443
|
name: l,
|
|
@@ -8437,7 +8446,7 @@ function Ec(t, e, n) {
|
|
|
8437
8446
|
labelProps: {
|
|
8438
8447
|
..._,
|
|
8439
8448
|
onClick: () => {
|
|
8440
|
-
t.isDisabled || (n.current.focus(),
|
|
8449
|
+
t.isDisabled || (n.current.focus(), Mo("keyboard"));
|
|
8441
8450
|
}
|
|
8442
8451
|
},
|
|
8443
8452
|
triggerProps: se(g, {
|
|
@@ -8483,8 +8492,8 @@ function Ec(t, e, n) {
|
|
|
8483
8492
|
};
|
|
8484
8493
|
}
|
|
8485
8494
|
function Pc(t, e, n) {
|
|
8486
|
-
let r =
|
|
8487
|
-
|
|
8495
|
+
let r = Ql.get(e) || {}, { autoComplete: o, name: i = r.name, isDisabled: l = r.isDisabled } = t, { validationBehavior: s, isRequired: u } = r, a = sa(), { visuallyHiddenProps: c } = sl();
|
|
8496
|
+
Ko(t.selectRef, e.selectedKey, e.setSelectedKey), Ho({
|
|
8488
8497
|
validationBehavior: s,
|
|
8489
8498
|
focus: () => n.current.focus()
|
|
8490
8499
|
}, e, t.selectRef);
|
|
@@ -8600,7 +8609,7 @@ const Sc = "_focused_1af8e_1", Tc = "_listbox_1af8e_10", _c = "_content_1af8e_89
|
|
|
8600
8609
|
"listbox-item--error": "_listbox-item--error_1af8e_461",
|
|
8601
8610
|
"listbox--error": "_listbox--error_1af8e_469"
|
|
8602
8611
|
};
|
|
8603
|
-
function
|
|
8612
|
+
function es({ item: t, state: e }) {
|
|
8604
8613
|
const n = B(null), { optionProps: r, descriptionProps: o, labelProps: i, isFocused: l, isFocusVisible: s } = bc({ key: t.key }, e, n), { description: u, startContent: a, endContent: c, color: f, showDivider: p, href: d, className: v } = t.props || {};
|
|
8605
8614
|
return /* @__PURE__ */ R(
|
|
8606
8615
|
d ? "a" : "li",
|
|
@@ -8657,7 +8666,7 @@ function Fc({ section: t, state: e }) {
|
|
|
8657
8666
|
}
|
|
8658
8667
|
),
|
|
8659
8668
|
/* @__PURE__ */ m(u, { ...o, className: y(Ce["listbox-section-list"], s.list), children: [...t.childNodes].map((a) => /* @__PURE__ */ m(
|
|
8660
|
-
|
|
8669
|
+
es,
|
|
8661
8670
|
{
|
|
8662
8671
|
item: a,
|
|
8663
8672
|
state: e
|
|
@@ -8668,9 +8677,9 @@ function Fc({ section: t, state: e }) {
|
|
|
8668
8677
|
}
|
|
8669
8678
|
);
|
|
8670
8679
|
}
|
|
8671
|
-
function
|
|
8680
|
+
function nr(t) {
|
|
8672
8681
|
var d, v;
|
|
8673
|
-
const e = B(null), { listBoxRef: n = e, state: r, className: o, css: i = {}, color: l, topContent: s, bottomContent: u, ...a } = t, { listBoxProps: c } = pc(a, r, n), { isFocusVisible: f } =
|
|
8682
|
+
const e = B(null), { listBoxRef: n = e, state: r, className: o, css: i = {}, color: l, topContent: s, bottomContent: u, ...a } = t, { listBoxProps: c } = pc(a, r, n), { isFocusVisible: f } = Zn(), p = [...r.collection].find((h) => h.props.href) ? "div" : "ul";
|
|
8674
8683
|
return /* @__PURE__ */ R("div", { className: y(Ce.listbox, o, i.base), style: { minWidth: ((v = (d = t == null ? void 0 : t.triggerRef) == null ? void 0 : d.current) == null ? void 0 : v.offsetWidth) || "auto" }, children: [
|
|
8675
8684
|
/* @__PURE__ */ m("span", { className: y(Ce["listbox-top"], i.top), children: s && s }),
|
|
8676
8685
|
/* @__PURE__ */ m(
|
|
@@ -8680,7 +8689,7 @@ function tr(t) {
|
|
|
8680
8689
|
ref: n,
|
|
8681
8690
|
"data-focus-visible": f,
|
|
8682
8691
|
...c,
|
|
8683
|
-
children: [...r.collection].map((h) => h.type === "section" ? /* @__PURE__ */
|
|
8692
|
+
children: [...r.collection].map((h) => h.type === "section" ? /* @__PURE__ */ ir(Fc, { ...h.props, key: h.key, section: h, state: r }) : /* @__PURE__ */ ir(es, { ...h.props, key: h.key, item: h, state: r }))
|
|
8684
8693
|
}
|
|
8685
8694
|
),
|
|
8686
8695
|
/* @__PURE__ */ m("span", { className: y(Ce["listbox-bottom"], i.bottom), children: u && u })
|
|
@@ -8689,7 +8698,7 @@ function tr(t) {
|
|
|
8689
8698
|
const Lc = "_popover_1g6m6_1", Mc = {
|
|
8690
8699
|
popover: Lc
|
|
8691
8700
|
};
|
|
8692
|
-
function
|
|
8701
|
+
function rr({ children: t, state: e, ...n }) {
|
|
8693
8702
|
const r = B(null), { isNonModal: o = !1, popoverRef: i = r } = n, { popoverProps: l, underlayProps: s } = sc({
|
|
8694
8703
|
...n,
|
|
8695
8704
|
popoverRef: i
|
|
@@ -8703,15 +8712,15 @@ function nr({ children: t, state: e, ...n }) {
|
|
|
8703
8712
|
ref: i,
|
|
8704
8713
|
className: Mc.popover,
|
|
8705
8714
|
children: [
|
|
8706
|
-
!o && /* @__PURE__ */ m(
|
|
8715
|
+
!o && /* @__PURE__ */ m(Xr, { onDismiss: e.close }),
|
|
8707
8716
|
t,
|
|
8708
|
-
/* @__PURE__ */ m(
|
|
8717
|
+
/* @__PURE__ */ m(Xr, { onDismiss: e.close })
|
|
8709
8718
|
]
|
|
8710
8719
|
}
|
|
8711
8720
|
)
|
|
8712
8721
|
] });
|
|
8713
8722
|
}
|
|
8714
|
-
const kc = "_spinner_1m2vp_5", Nc = "_internal_1m2vp_27",
|
|
8723
|
+
const kc = "_spinner_1m2vp_5", Nc = "_internal_1m2vp_27", Qr = {
|
|
8715
8724
|
spinner: kc,
|
|
8716
8725
|
"internal-circle": "_internal-circle_1m2vp_27",
|
|
8717
8726
|
internal: Nc
|
|
@@ -8721,7 +8730,7 @@ function Ic({ size: t = 24 }) {
|
|
|
8721
8730
|
return G(() => {
|
|
8722
8731
|
var n, r;
|
|
8723
8732
|
(n = document == null ? void 0 : document.getElementById(e)) == null || n.style.setProperty("width", `${t}px`), (r = document == null ? void 0 : document.getElementById(e)) == null || r.style.setProperty("height", `${t}px`);
|
|
8724
|
-
}, [t, e]), /* @__PURE__ */ m("svg", { id: e, className:
|
|
8733
|
+
}, [t, e]), /* @__PURE__ */ m("svg", { id: e, className: Qr.spinner, viewBox: "0 0 120 120", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ m("circle", { className: Qr["internal-circle"], cx: "60", cy: "60", r: "30" }) });
|
|
8725
8734
|
}
|
|
8726
8735
|
function wd(t) {
|
|
8727
8736
|
const { contains: e } = Na({ sensitivity: "base" }), n = eu({
|
|
@@ -8756,7 +8765,7 @@ function wd(t) {
|
|
|
8756
8765
|
"Rechercher"
|
|
8757
8766
|
] }),
|
|
8758
8767
|
n.isOpen && /* @__PURE__ */ m(
|
|
8759
|
-
|
|
8768
|
+
rr,
|
|
8760
8769
|
{
|
|
8761
8770
|
popoverRef: i,
|
|
8762
8771
|
triggerRef: r,
|
|
@@ -8764,7 +8773,7 @@ function wd(t) {
|
|
|
8764
8773
|
isNonModal: !1,
|
|
8765
8774
|
placement: "bottom start",
|
|
8766
8775
|
children: /* @__PURE__ */ m(
|
|
8767
|
-
|
|
8776
|
+
nr,
|
|
8768
8777
|
{
|
|
8769
8778
|
...v,
|
|
8770
8779
|
color: u,
|
|
@@ -8788,7 +8797,7 @@ function Td(t) {
|
|
|
8788
8797
|
triggerProps: l,
|
|
8789
8798
|
valueProps: s,
|
|
8790
8799
|
menuProps: u
|
|
8791
|
-
} = Ec(n, r, o), { isFocusVisible: a, focusProps: c } =
|
|
8800
|
+
} = Ec(n, r, o), { isFocusVisible: a, focusProps: c } = Zn(), { buttonProps: f } = zo({ ...se(l, c) }, o);
|
|
8792
8801
|
return /* @__PURE__ */ R("div", { className: "fr-select-group", children: [
|
|
8793
8802
|
t.label && /* @__PURE__ */ m("label", { ...i, className: "fr-label", children: t.label }),
|
|
8794
8803
|
/* @__PURE__ */ m(
|
|
@@ -8811,8 +8820,8 @@ function Td(t) {
|
|
|
8811
8820
|
name: t.name
|
|
8812
8821
|
}
|
|
8813
8822
|
),
|
|
8814
|
-
r.isOpen && /* @__PURE__ */ m(
|
|
8815
|
-
|
|
8823
|
+
r.isOpen && /* @__PURE__ */ m(rr, { state: r, triggerRef: o, placement: "bottom start", children: /* @__PURE__ */ m(
|
|
8824
|
+
nr,
|
|
8816
8825
|
{
|
|
8817
8826
|
...u,
|
|
8818
8827
|
state: r,
|
|
@@ -8823,10 +8832,10 @@ function Td(t) {
|
|
|
8823
8832
|
}
|
|
8824
8833
|
const _d = Rt;
|
|
8825
8834
|
function Ad(t) {
|
|
8826
|
-
const e =
|
|
8827
|
-
return /* @__PURE__ */ m(
|
|
8835
|
+
const e = go(t);
|
|
8836
|
+
return /* @__PURE__ */ m(nr, { ...t, state: e });
|
|
8828
8837
|
}
|
|
8829
|
-
const Kd = Rt, Dd =
|
|
8838
|
+
const Kd = Rt, Dd = bo, Oc = "_focused_og068_1", Rc = "_listbox_og068_10", Vc = "_content_og068_90", zc = "_description_og068_99", jc = "_uppercase_og068_127", Hc = "_divider_og068_131", Se = {
|
|
8830
8839
|
focused: Oc,
|
|
8831
8840
|
listbox: Rc,
|
|
8832
8841
|
"listbox-top": "_listbox-top_og068_36",
|
|
@@ -8882,7 +8891,7 @@ const Kd = Rt, Dd = po, Oc = "_focused_og068_1", Rc = "_listbox_og068_10", Vc =
|
|
|
8882
8891
|
"listbox-item--error": "_listbox-item--error_og068_462",
|
|
8883
8892
|
"listbox--error": "_listbox--error_og068_470"
|
|
8884
8893
|
};
|
|
8885
|
-
function
|
|
8894
|
+
function ts({ item: t, state: e }) {
|
|
8886
8895
|
const n = B(null), { menuItemProps: r, labelProps: o, descriptionProps: i, isFocused: l } = gc({ key: t.key }, e, n), { description: s, startContent: u, endContent: a, color: c, showDivider: f, href: p, className: d } = t.props || {};
|
|
8887
8896
|
return /* @__PURE__ */ R(
|
|
8888
8897
|
p ? "a" : "li",
|
|
@@ -8939,7 +8948,7 @@ function Uc({ section: t, state: e }) {
|
|
|
8939
8948
|
}
|
|
8940
8949
|
),
|
|
8941
8950
|
/* @__PURE__ */ m(u, { ...o, className: y(Se["listbox-section-list"], s.list), children: [...t.childNodes].map((a) => /* @__PURE__ */ m(
|
|
8942
|
-
|
|
8951
|
+
ts,
|
|
8943
8952
|
{
|
|
8944
8953
|
item: a,
|
|
8945
8954
|
state: e
|
|
@@ -8952,7 +8961,7 @@ function Uc({ section: t, state: e }) {
|
|
|
8952
8961
|
}
|
|
8953
8962
|
function Wc(t) {
|
|
8954
8963
|
const e = fu(t), n = B(null), { menuProps: r } = hc(t, e, n);
|
|
8955
|
-
return /* @__PURE__ */ m("ul", { ...r, ref: n, className: y(Se.listbox), style: { minWidth: "200px" }, children: [...e.collection].map((o) => o.type === "section" ? /* @__PURE__ */ m(Uc, { section: o, state: e }, o.key) : /* @__PURE__ */ m(
|
|
8964
|
+
return /* @__PURE__ */ m("ul", { ...r, ref: n, className: y(Se.listbox), style: { minWidth: "200px" }, children: [...e.collection].map((o) => o.type === "section" ? /* @__PURE__ */ m(Uc, { section: o, state: e }, o.key) : /* @__PURE__ */ m(ts, { item: o, state: e }, o.key)) });
|
|
8956
8965
|
}
|
|
8957
8966
|
const Gc = me(
|
|
8958
8967
|
({ className: t, color: e = "blue-france", icon: n, iconPosition: r = "left", size: o = "md", variant: i = "primary", children: l, ...s }, u) => {
|
|
@@ -8974,8 +8983,8 @@ const Gc = me(
|
|
|
8974
8983
|
}
|
|
8975
8984
|
);
|
|
8976
8985
|
function Fd(t) {
|
|
8977
|
-
const { className: e, color: n, icon: r, iconPosition: o, size: i, variant: l, placement: s = "start", ...u } = t, a = au(u), c = B(null), { menuTriggerProps: f, menuProps: p } =
|
|
8978
|
-
return /* @__PURE__ */ R(
|
|
8986
|
+
const { className: e, color: n, icon: r, iconPosition: o, size: i, variant: l, placement: s = "start", ...u } = t, a = au(u), c = B(null), { menuTriggerProps: f, menuProps: p } = tr({}, a, c), { isFocusVisible: d, focusProps: v } = Zn(), { buttonProps: h } = zo({ ...se(f, v) }, c);
|
|
8987
|
+
return /* @__PURE__ */ R(Nn, { children: [
|
|
8979
8988
|
/* @__PURE__ */ m(
|
|
8980
8989
|
Gc,
|
|
8981
8990
|
{
|
|
@@ -8991,7 +9000,7 @@ function Fd(t) {
|
|
|
8991
9000
|
children: t.label
|
|
8992
9001
|
}
|
|
8993
9002
|
),
|
|
8994
|
-
a.isOpen && /* @__PURE__ */ m(
|
|
9003
|
+
a.isOpen && /* @__PURE__ */ m(rr, { state: a, triggerRef: c, placement: `bottom ${s}`, children: /* @__PURE__ */ m(
|
|
8995
9004
|
Wc,
|
|
8996
9005
|
{
|
|
8997
9006
|
...u,
|
|
@@ -9000,14 +9009,14 @@ function Fd(t) {
|
|
|
9000
9009
|
) })
|
|
9001
9010
|
] });
|
|
9002
9011
|
}
|
|
9003
|
-
const Ld = Rt, Md =
|
|
9012
|
+
const Ld = Rt, Md = bo;
|
|
9004
9013
|
export {
|
|
9005
|
-
|
|
9014
|
+
Cs as Accordion,
|
|
9006
9015
|
ld as AccordionGroup,
|
|
9007
9016
|
sd as Alert,
|
|
9008
9017
|
wd as Autocomplete,
|
|
9009
9018
|
Sd as AutocompleteItem,
|
|
9010
|
-
|
|
9019
|
+
ss as Badge,
|
|
9011
9020
|
Qc as BadgeGroup,
|
|
9012
9021
|
yd as Breadcrumb,
|
|
9013
9022
|
st as Button,
|
|
@@ -9016,8 +9025,8 @@ export {
|
|
|
9016
9025
|
rd as Col,
|
|
9017
9026
|
td as Container,
|
|
9018
9027
|
Jc as DSFRConfig,
|
|
9019
|
-
|
|
9020
|
-
|
|
9028
|
+
$s as DissmissibleTag,
|
|
9029
|
+
fs as FastAccess,
|
|
9021
9030
|
bd as Fieldset,
|
|
9022
9031
|
xd as FileUpload,
|
|
9023
9032
|
od as Header,
|
|
@@ -9026,35 +9035,35 @@ export {
|
|
|
9026
9035
|
Ad as Listbox,
|
|
9027
9036
|
Kd as ListboxItem,
|
|
9028
9037
|
Dd as ListboxSection,
|
|
9029
|
-
|
|
9038
|
+
vs as Logo,
|
|
9030
9039
|
Fd as MenuButton,
|
|
9031
9040
|
Ld as MenuItem,
|
|
9032
9041
|
Md as MenuSection,
|
|
9033
9042
|
Cd as Modal,
|
|
9034
9043
|
Tt as ModalClose,
|
|
9035
|
-
|
|
9036
|
-
|
|
9037
|
-
|
|
9038
|
-
|
|
9039
|
-
|
|
9044
|
+
so as ModalContent,
|
|
9045
|
+
uo as ModalFooter,
|
|
9046
|
+
lo as ModalTitle,
|
|
9047
|
+
ms as Nav,
|
|
9048
|
+
to as NavItem,
|
|
9040
9049
|
ud as Notice,
|
|
9041
|
-
|
|
9050
|
+
ps as Operator,
|
|
9042
9051
|
md as Radio,
|
|
9043
9052
|
nd as Row,
|
|
9044
|
-
|
|
9045
|
-
|
|
9053
|
+
bs as SearchBar,
|
|
9054
|
+
bo as Section,
|
|
9046
9055
|
Td as Select,
|
|
9047
9056
|
_d as SelectOption,
|
|
9048
|
-
|
|
9049
|
-
|
|
9057
|
+
gs as SelectableTag,
|
|
9058
|
+
ds as Service,
|
|
9050
9059
|
cd as SideMenu,
|
|
9051
|
-
|
|
9060
|
+
no as SideMenuItem,
|
|
9052
9061
|
dd as SideMenuLink,
|
|
9053
|
-
|
|
9062
|
+
io as Spinner,
|
|
9054
9063
|
hd as Stepper,
|
|
9055
|
-
|
|
9064
|
+
Es as Tab,
|
|
9056
9065
|
ad as Tabs,
|
|
9057
|
-
|
|
9066
|
+
hs as Tag,
|
|
9058
9067
|
id as TagGroup,
|
|
9059
9068
|
gd as Text,
|
|
9060
9069
|
pd as TextArea,
|