@altinn/altinn-components 0.56.14 → 0.56.15
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/{SearchField-DhPNZyyE.js → SearchField-QTfebYdU.js} +37 -37
- package/dist/components/Account/AccountMenu.js +1 -1
- package/dist/components/ContextMenu/ContextMenu.js +1 -1
- package/dist/components/Dialog/DialogActions.js +1 -1
- package/dist/components/Forms/SearchField.js +1 -1
- package/dist/components/Forms/index.js +1 -1
- package/dist/components/GlobalHeader/AccountSelector.js +1 -1
- package/dist/components/GlobalMenu/GlobalMenu.js +1 -1
- package/dist/components/GlobalMenu/LocaleSwitcher.js +1 -1
- package/dist/components/GlobalMenu_old/GlobalMenu.js +1 -1
- package/dist/components/Header/LocaleSwitcher.js +1 -1
- package/dist/components/Layout/Layout.js +1 -1
- package/dist/components/Menu/Menu.js +1 -1
- package/dist/components/Menu/MenuItems.js +1 -1
- package/dist/components/Menu/MenuListSearch.js +1 -1
- package/dist/components/Menu/VirtualizedMenuItems.js +1 -1
- package/dist/components/Menu/index.js +1 -1
- package/dist/components/Toolbar/SelectDateFilter.js +1 -1
- package/dist/components/Toolbar/ToolbarFilterAddMenu.js +1 -1
- package/dist/components/Toolbar/ToolbarFilterMenu.js +1 -1
- package/dist/components/Toolbar/ToolbarMenu.js +1 -1
- package/dist/components/Toolbar/ToolbarSearch.js +1 -1
- package/dist/components/index.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
|
@@ -34,7 +34,7 @@ import './assets/SearchField.css';const Ce = "_search_18jfe_1", ke = "_searchInp
|
|
|
34
34
|
onClear: y,
|
|
35
35
|
onNavigate: k,
|
|
36
36
|
combobox: f = !1,
|
|
37
|
-
listId:
|
|
37
|
+
listId: a,
|
|
38
38
|
"aria-activedescendant": w,
|
|
39
39
|
onKeyDown: p,
|
|
40
40
|
onInput: m,
|
|
@@ -44,7 +44,7 @@ import './assets/SearchField.css';const Ce = "_search_18jfe_1", ke = "_searchInp
|
|
|
44
44
|
// biome-ignore lint/a11y/useFocusableInteractive: <explanation>
|
|
45
45
|
// biome-ignore lint/a11y/useAriaPropsForRole: <explanation>
|
|
46
46
|
// biome-ignore lint/a11y/useSemanticElements: <explanation>
|
|
47
|
-
/* @__PURE__ */ o("div", { role: "combobox", "aria-expanded": !0, "aria-haspopup": "listbox", "aria-owns":
|
|
47
|
+
/* @__PURE__ */ o("div", { role: "combobox", "aria-expanded": !0, "aria-haspopup": "listbox", "aria-owns": a, children: /* @__PURE__ */ o(
|
|
48
48
|
ue,
|
|
49
49
|
{
|
|
50
50
|
size: "xs",
|
|
@@ -59,7 +59,7 @@ import './assets/SearchField.css';const Ce = "_search_18jfe_1", ke = "_searchInp
|
|
|
59
59
|
autoCorrect: "off",
|
|
60
60
|
autoCapitalize: "off",
|
|
61
61
|
"aria-autocomplete": "list",
|
|
62
|
-
"aria-controls":
|
|
62
|
+
"aria-controls": a,
|
|
63
63
|
"aria-activedescendant": w,
|
|
64
64
|
autoFocus: !0,
|
|
65
65
|
onKeyDown: (r) => {
|
|
@@ -103,7 +103,7 @@ import './assets/SearchField.css';const Ce = "_search_18jfe_1", ke = "_searchInp
|
|
|
103
103
|
autoFocusList: y = !0,
|
|
104
104
|
announceNoResults: k = !1,
|
|
105
105
|
search: f,
|
|
106
|
-
items:
|
|
106
|
+
items: a,
|
|
107
107
|
groups: w = {},
|
|
108
108
|
size: p,
|
|
109
109
|
id: m,
|
|
@@ -118,11 +118,11 @@ import './assets/SearchField.css';const Ce = "_search_18jfe_1", ke = "_searchInp
|
|
|
118
118
|
if (b && v >= b)
|
|
119
119
|
return null;
|
|
120
120
|
const d = M === "combobox", i = d && m ? `${m}-listbox` : m, F = j(u), P = j(u), [R, C] = Q(!1), Y = V(
|
|
121
|
-
() =>
|
|
121
|
+
() => a.map((n, I) => ({
|
|
122
122
|
...n,
|
|
123
123
|
id: n.id || `${m}-item-${I}`
|
|
124
124
|
})),
|
|
125
|
-
[
|
|
125
|
+
[a, m]
|
|
126
126
|
), O = j(null), { menu: s, setActiveIndex: S, activeItem: W } = de({
|
|
127
127
|
items: Y,
|
|
128
128
|
groups: w,
|
|
@@ -190,7 +190,7 @@ import './assets/SearchField.css';const Ce = "_search_18jfe_1", ke = "_searchInp
|
|
|
190
190
|
/* @__PURE__ */ o(me, { hidden: q, children: /* @__PURE__ */ E(Z, { role: "presentation", children: [
|
|
191
191
|
z && /* @__PURE__ */ o(ye, { title: z, level: v }),
|
|
192
192
|
n?.items.filter((H) => !H.props?.hidden).map((H, e) => {
|
|
193
|
-
const { active: t, onMouseEnter: l } = H, { groupId: K, ...
|
|
193
|
+
const { active: t, onMouseEnter: l } = H, { groupId: K, ...c } = H.props || {}, { expanded: L } = c, U = Array.isArray(c?.items) && c.items.length > 0, J = c.role === "checkbox" || c.role === "radio", ee = d && !J ? "option" : c.role;
|
|
194
194
|
return /* @__PURE__ */ E(
|
|
195
195
|
pe,
|
|
196
196
|
{
|
|
@@ -201,28 +201,28 @@ import './assets/SearchField.css';const Ce = "_search_18jfe_1", ke = "_searchInp
|
|
|
201
201
|
/* @__PURE__ */ o(
|
|
202
202
|
fe,
|
|
203
203
|
{
|
|
204
|
-
...
|
|
205
|
-
size:
|
|
206
|
-
color:
|
|
207
|
-
variant:
|
|
204
|
+
...c,
|
|
205
|
+
size: c?.size || $?.size || p,
|
|
206
|
+
color: c?.color || $?.color || _,
|
|
207
|
+
variant: c?.variant || $?.variant || x,
|
|
208
208
|
active: t,
|
|
209
209
|
role: ee,
|
|
210
|
-
selected:
|
|
211
|
-
tabIndex:
|
|
210
|
+
selected: c.selected,
|
|
211
|
+
tabIndex: c?.disabled || g ? -1 : c.tabIndex ?? 0,
|
|
212
212
|
onMouseEnter: l,
|
|
213
213
|
"aria-haspopup": U ? "menu" : void 0,
|
|
214
214
|
"aria-expanded": U ? L : void 0,
|
|
215
|
-
"aria-controls": U ?
|
|
215
|
+
"aria-controls": U ? c.id + "-menu" : void 0
|
|
216
216
|
}
|
|
217
217
|
),
|
|
218
|
-
L &&
|
|
218
|
+
L && c?.items && /* @__PURE__ */ o(
|
|
219
219
|
ge,
|
|
220
220
|
{
|
|
221
|
-
id:
|
|
221
|
+
id: c.id + "-menu",
|
|
222
222
|
expanded: L,
|
|
223
223
|
level: v + 1,
|
|
224
224
|
maxLevels: b,
|
|
225
|
-
items:
|
|
225
|
+
items: c?.items,
|
|
226
226
|
groups: w,
|
|
227
227
|
size: p,
|
|
228
228
|
color: _,
|
|
@@ -247,7 +247,7 @@ import './assets/SearchField.css';const Ce = "_search_18jfe_1", ke = "_searchInp
|
|
|
247
247
|
groups: y = {},
|
|
248
248
|
size: k,
|
|
249
249
|
color: f,
|
|
250
|
-
variant:
|
|
250
|
+
variant: a,
|
|
251
251
|
keyboardEvents: w,
|
|
252
252
|
scrollRefStyles: p = {},
|
|
253
253
|
id: m,
|
|
@@ -310,8 +310,8 @@ import './assets/SearchField.css';const Ce = "_search_18jfe_1", ke = "_searchInp
|
|
|
310
310
|
}
|
|
311
311
|
const K = I.getOffsetForIndex(z - 1, "auto");
|
|
312
312
|
if (!K) return;
|
|
313
|
-
const [
|
|
314
|
-
L !== "auto" && I.scrollToOffset(
|
|
313
|
+
const [c, L] = K;
|
|
314
|
+
L !== "auto" && I.scrollToOffset(c + M + 10, { align: "start" });
|
|
315
315
|
}, [z, M, I, q]);
|
|
316
316
|
const X = V(() => {
|
|
317
317
|
const e = /* @__PURE__ */ new Map();
|
|
@@ -349,7 +349,7 @@ import './assets/SearchField.css';const Ce = "_search_18jfe_1", ke = "_searchInp
|
|
|
349
349
|
{
|
|
350
350
|
ref: b,
|
|
351
351
|
style: H,
|
|
352
|
-
variant:
|
|
352
|
+
variant: a,
|
|
353
353
|
color: f,
|
|
354
354
|
expanded: _,
|
|
355
355
|
id: F,
|
|
@@ -415,19 +415,19 @@ import './assets/SearchField.css';const Ce = "_search_18jfe_1", ke = "_searchInp
|
|
|
415
415
|
case "header":
|
|
416
416
|
return /* @__PURE__ */ o(ye, { ...K, title: t.title || "", level: 1 }, e.key);
|
|
417
417
|
default: {
|
|
418
|
-
const
|
|
418
|
+
const c = t.itemProps?.role === "checkbox" || t.itemProps?.role === "radio", L = i && !c ? "option" : t.itemProps?.role;
|
|
419
419
|
return /* @__PURE__ */ o(
|
|
420
420
|
pe,
|
|
421
421
|
{
|
|
422
422
|
...K,
|
|
423
|
-
role: i ||
|
|
423
|
+
role: i || c ? "presentation" : "menuitem",
|
|
424
424
|
children: /* @__PURE__ */ o(
|
|
425
425
|
fe,
|
|
426
426
|
{
|
|
427
427
|
...t.itemProps || {},
|
|
428
428
|
size: t.itemProps?.size || k,
|
|
429
429
|
color: t.itemProps?.color || f,
|
|
430
|
-
variant: t.itemProps?.variant ||
|
|
430
|
+
variant: t.itemProps?.variant || a,
|
|
431
431
|
active: t.active,
|
|
432
432
|
role: L,
|
|
433
433
|
selected: t.itemProps?.selected,
|
|
@@ -458,7 +458,7 @@ import './assets/SearchField.css';const Ce = "_search_18jfe_1", ke = "_searchInp
|
|
|
458
458
|
maxLevels: y = 3,
|
|
459
459
|
virtualized: k = !1,
|
|
460
460
|
keyboardEvents: f = !1,
|
|
461
|
-
scrollRefStyles:
|
|
461
|
+
scrollRefStyles: a = {},
|
|
462
462
|
onActiveItemIdChange: w,
|
|
463
463
|
a11yMode: p = "menu",
|
|
464
464
|
open: m,
|
|
@@ -480,7 +480,7 @@ import './assets/SearchField.css';const Ce = "_search_18jfe_1", ke = "_searchInp
|
|
|
480
480
|
level: A,
|
|
481
481
|
maxLevels: y,
|
|
482
482
|
keyboardEvents: f,
|
|
483
|
-
scrollRefStyles:
|
|
483
|
+
scrollRefStyles: a,
|
|
484
484
|
onActiveItemIdChange: w,
|
|
485
485
|
a11yMode: p,
|
|
486
486
|
open: m,
|
|
@@ -501,7 +501,7 @@ import './assets/SearchField.css';const Ce = "_search_18jfe_1", ke = "_searchInp
|
|
|
501
501
|
level: A,
|
|
502
502
|
maxLevels: y,
|
|
503
503
|
keyboardEvents: f,
|
|
504
|
-
scrollRefStyles:
|
|
504
|
+
scrollRefStyles: a,
|
|
505
505
|
onActiveItemIdChange: w,
|
|
506
506
|
a11yMode: p,
|
|
507
507
|
open: m,
|
|
@@ -529,22 +529,22 @@ import './assets/SearchField.css';const Ce = "_search_18jfe_1", ke = "_searchInp
|
|
|
529
529
|
value: y,
|
|
530
530
|
onClear: k,
|
|
531
531
|
clearButtonAltText: f = "Clear search",
|
|
532
|
-
menu:
|
|
532
|
+
menu: a,
|
|
533
533
|
minLength: w,
|
|
534
534
|
...p
|
|
535
535
|
}) => {
|
|
536
|
-
const m = re(), [_, x] = Q(!1), r = p.id || `search-field-${m}`, g = `${r}-listbox`, [T, N] = Q(void 0), d = "searchfield-clear-button-" + re(), i = V(() => !y || typeof w == "number" && typeof y == "string" && y.length < w ? !1 : _, [_, w, y]), F = V(() => (
|
|
536
|
+
const m = re(), [_, x] = Q(!1), r = p.id || `search-field-${m}`, g = `${r}-listbox`, [T, N] = Q(void 0), d = "searchfield-clear-button-" + re(), i = V(() => !a || !y || typeof w == "number" && typeof y == "string" && y.length < w ? !1 : _, [a, _, w, y]), F = V(() => (a?.items ?? []).map((s) => ({
|
|
537
537
|
...s,
|
|
538
538
|
onClick: () => {
|
|
539
539
|
s.onClick?.(), x(!1);
|
|
540
540
|
}
|
|
541
|
-
})), [
|
|
541
|
+
})), [a]), P = (s) => {
|
|
542
542
|
if (s.key === "Enter" && i) {
|
|
543
|
-
|
|
543
|
+
a?.items?.[0]?.onClick?.(), x(!1);
|
|
544
544
|
return;
|
|
545
545
|
}
|
|
546
546
|
if (s.key === "Escape" && i) {
|
|
547
|
-
s.preventDefault(), s.stopPropagation(), x(!1),
|
|
547
|
+
s.preventDefault(), s.stopPropagation(), x(!1), a?.onClose(), document.getElementById(r)?.focus();
|
|
548
548
|
return;
|
|
549
549
|
}
|
|
550
550
|
p.onKeyDown?.(s), x(!0);
|
|
@@ -559,7 +559,7 @@ import './assets/SearchField.css';const Ce = "_search_18jfe_1", ke = "_searchInp
|
|
|
559
559
|
}, O = (s) => {
|
|
560
560
|
s.relatedTarget?.id === d && N(void 0), p.onBlur?.(s);
|
|
561
561
|
};
|
|
562
|
-
return
|
|
562
|
+
return a ? /* @__PURE__ */ E("div", { className: D.fieldContainer, children: [
|
|
563
563
|
/* @__PURE__ */ E(
|
|
564
564
|
ae,
|
|
565
565
|
{
|
|
@@ -583,7 +583,7 @@ import './assets/SearchField.css';const Ce = "_search_18jfe_1", ke = "_searchInp
|
|
|
583
583
|
minLength: w,
|
|
584
584
|
onKeyDown: P,
|
|
585
585
|
onBlur: O,
|
|
586
|
-
...
|
|
586
|
+
...a && {
|
|
587
587
|
role: "combobox",
|
|
588
588
|
"aria-autocomplete": "list",
|
|
589
589
|
"aria-expanded": !!i,
|
|
@@ -616,13 +616,13 @@ import './assets/SearchField.css';const Ce = "_search_18jfe_1", ke = "_searchInp
|
|
|
616
616
|
]
|
|
617
617
|
}
|
|
618
618
|
),
|
|
619
|
-
|
|
619
|
+
a && i && /* @__PURE__ */ o("div", { className: D.autocomplete, "aria-hidden": !i, onMouseDown: Y, children: /* @__PURE__ */ o(
|
|
620
620
|
Me,
|
|
621
621
|
{
|
|
622
|
-
...
|
|
622
|
+
...a,
|
|
623
623
|
id: g,
|
|
624
624
|
items: F,
|
|
625
|
-
groups:
|
|
625
|
+
groups: a?.groups,
|
|
626
626
|
keyboardEvents: !0,
|
|
627
627
|
a11yMode: "combobox",
|
|
628
628
|
open: i,
|
|
@@ -5,7 +5,7 @@ import "../../index-p1eeF8LQ.js";
|
|
|
5
5
|
import "../Button/Button.js";
|
|
6
6
|
import "react-dom";
|
|
7
7
|
import "../RootProvider/RootProvider.js";
|
|
8
|
-
import { M as S } from "../../SearchField-
|
|
8
|
+
import { M as S } from "../../SearchField-QTfebYdU.js";
|
|
9
9
|
import "../Snackbar/useSnackbar.js";
|
|
10
10
|
const F = (n) => `${n} hits`, G = ({
|
|
11
11
|
items: n = [],
|
|
@@ -5,7 +5,7 @@ import "../../index-p1eeF8LQ.js";
|
|
|
5
5
|
import u, { forwardRef as s } from "react";
|
|
6
6
|
import { Dropdown as m } from "../Dropdown/Dropdown.js";
|
|
7
7
|
import { useRootContext as c } from "../RootProvider/RootProvider.js";
|
|
8
|
-
import { M as f } from "../../SearchField-
|
|
8
|
+
import { M as f } from "../../SearchField-QTfebYdU.js";
|
|
9
9
|
import "../Snackbar/useSnackbar.js";
|
|
10
10
|
import { useDropdownMenuController as g } from "../Menu/useDropdownMenuController.js";
|
|
11
11
|
import { Tooltip as b } from "../Tooltip/Tooltip.js";
|
|
@@ -8,7 +8,7 @@ import { ButtonGroupDivider as B } from "../Button/ButtonGroupDivider.js";
|
|
|
8
8
|
import { DropdownBase as x } from "../Dropdown/DropdownBase.js";
|
|
9
9
|
import "react-dom";
|
|
10
10
|
import { useRootContext as _ } from "../RootProvider/RootProvider.js";
|
|
11
|
-
import { M as v } from "../../SearchField-
|
|
11
|
+
import { M as v } from "../../SearchField-QTfebYdU.js";
|
|
12
12
|
import "../Snackbar/useSnackbar.js";
|
|
13
13
|
import { S as k, a as D } from "../../ChevronUp-_BBfEirx.js";
|
|
14
14
|
import '../../assets/DialogActions.css';const I = "_action_1n930_1", M = "_comboButton_1n930_8", m = {
|
|
@@ -4,7 +4,7 @@ import "react";
|
|
|
4
4
|
import "../Button/Button.js";
|
|
5
5
|
import "react-dom";
|
|
6
6
|
import "../RootProvider/RootProvider.js";
|
|
7
|
-
import { S as s } from "../../SearchField-
|
|
7
|
+
import { S as s } from "../../SearchField-QTfebYdU.js";
|
|
8
8
|
import "./Input.js";
|
|
9
9
|
import "./FieldBase.js";
|
|
10
10
|
import "../Snackbar/useSnackbar.js";
|
|
@@ -12,7 +12,7 @@ import { FieldBase as B } from "./FieldBase.js";
|
|
|
12
12
|
import { TextField as C } from "./TextField.js";
|
|
13
13
|
import { TextareaField as R } from "./TextareaField.js";
|
|
14
14
|
import { SelectField as u } from "./SelectField.js";
|
|
15
|
-
import { S as I } from "../../SearchField-
|
|
15
|
+
import { S as I } from "../../SearchField-QTfebYdU.js";
|
|
16
16
|
import { TextFieldDropdown as q } from "./TextFieldDropdown.js";
|
|
17
17
|
import { FieldsetBase as y } from "./FieldsetBase.js";
|
|
18
18
|
import { OptionsBase as A } from "./OptionsBase.js";
|
|
@@ -8,7 +8,7 @@ import { Button as A } from "../Button/Button.js";
|
|
|
8
8
|
import "react-dom";
|
|
9
9
|
import { useRootContext as P } from "../RootProvider/RootProvider.js";
|
|
10
10
|
import "../Snackbar/useSnackbar.js";
|
|
11
|
-
import { S as H } from "../../SearchField-
|
|
11
|
+
import { S as H } from "../../SearchField-QTfebYdU.js";
|
|
12
12
|
import { S as T } from "../../button-BB5sYVKY.js";
|
|
13
13
|
import { H as V, S as B } from "../../switch-Cemfhx0H.js";
|
|
14
14
|
import { u as j } from "../../useId-BVFxCjkq.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { jsxs as f, jsx as e } from "react/jsx-runtime";
|
|
3
3
|
import { useState as d, useCallback as G, useEffect as L, useMemo as C } from "react";
|
|
4
|
-
import { M as S } from "../../SearchField-
|
|
4
|
+
import { M as S } from "../../SearchField-QTfebYdU.js";
|
|
5
5
|
import "../../index-p1eeF8LQ.js";
|
|
6
6
|
import "../Button/Button.js";
|
|
7
7
|
import "react-dom";
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { jsx as a } from "react/jsx-runtime";
|
|
3
3
|
import { useRef as g, useMemo as l } from "react";
|
|
4
4
|
import { useEnterKey as v } from "../../hooks/useEnterKey.js";
|
|
5
|
-
import { a as h } from "../../SearchField-
|
|
5
|
+
import { a as h } from "../../SearchField-QTfebYdU.js";
|
|
6
6
|
import "../../index-p1eeF8LQ.js";
|
|
7
7
|
import "../Button/Button.js";
|
|
8
8
|
import "react-dom";
|
|
@@ -6,7 +6,7 @@ import { AccountMenu as x } from "../Account/AccountMenu.js";
|
|
|
6
6
|
import "../Button/Button.js";
|
|
7
7
|
import "react-dom";
|
|
8
8
|
import "../RootProvider/RootProvider.js";
|
|
9
|
-
import { M as f } from "../../SearchField-
|
|
9
|
+
import { M as f } from "../../SearchField-QTfebYdU.js";
|
|
10
10
|
import { MenuListItem as h } from "../Menu/MenuListItem.js";
|
|
11
11
|
import { CurrentAccount as y } from "./CurrentAccount.js";
|
|
12
12
|
import { BackButton as j } from "./BackButton.js";
|
|
@@ -7,7 +7,7 @@ import { DropdownBase as x } from "../Dropdown/DropdownBase.js";
|
|
|
7
7
|
import "../../index-p1eeF8LQ.js";
|
|
8
8
|
import "react-dom";
|
|
9
9
|
import "../Button/Button.js";
|
|
10
|
-
import { a as p } from "../../SearchField-
|
|
10
|
+
import { a as p } from "../../SearchField-QTfebYdU.js";
|
|
11
11
|
import { useRootContext as I } from "../RootProvider/RootProvider.js";
|
|
12
12
|
import { LocaleButton as S } from "./LocaleButton.js";
|
|
13
13
|
import "../Snackbar/useSnackbar.js";
|
|
@@ -11,7 +11,7 @@ import { Footer as B } from "../Footer/Footer.js";
|
|
|
11
11
|
import { GlobalHeader as j } from "../GlobalHeader/GlobalHeader.js";
|
|
12
12
|
import "react";
|
|
13
13
|
import "../Button/Button.js";
|
|
14
|
-
import { M as k } from "../../SearchField-
|
|
14
|
+
import { M as k } from "../../SearchField-QTfebYdU.js";
|
|
15
15
|
import { useRootContext as C } from "../RootProvider/RootProvider.js";
|
|
16
16
|
import { Header as F } from "../Header/Header.js";
|
|
17
17
|
import "../Snackbar/useSnackbar.js";
|
|
@@ -5,7 +5,7 @@ import "../../hooks/useMenu.js";
|
|
|
5
5
|
import "../Button/Button.js";
|
|
6
6
|
import "react-dom";
|
|
7
7
|
import "../RootProvider/RootProvider.js";
|
|
8
|
-
import { a as c } from "../../SearchField-
|
|
8
|
+
import { a as c } from "../../SearchField-QTfebYdU.js";
|
|
9
9
|
import "./MenuItem.js";
|
|
10
10
|
import "./MenuList.js";
|
|
11
11
|
import "./MenuListItem.js";
|
|
@@ -4,7 +4,7 @@ import "react";
|
|
|
4
4
|
import "../Button/Button.js";
|
|
5
5
|
import "react-dom";
|
|
6
6
|
import "../RootProvider/RootProvider.js";
|
|
7
|
-
import { b } from "../../SearchField-
|
|
7
|
+
import { b } from "../../SearchField-QTfebYdU.js";
|
|
8
8
|
import "../Snackbar/useSnackbar.js";
|
|
9
9
|
export {
|
|
10
10
|
b as MenuListSearch
|
|
@@ -5,7 +5,7 @@ import "../../hooks/useMenu.js";
|
|
|
5
5
|
import "../Button/Button.js";
|
|
6
6
|
import "react-dom";
|
|
7
7
|
import "../RootProvider/RootProvider.js";
|
|
8
|
-
import { V as I } from "../../SearchField-
|
|
8
|
+
import { V as I } from "../../SearchField-QTfebYdU.js";
|
|
9
9
|
import "./MenuItem.js";
|
|
10
10
|
import "./MenuList.js";
|
|
11
11
|
import "./MenuListItem.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { M as t, a as o, b as n, V as u } from "../../SearchField-
|
|
1
|
+
import { M as t, a as o, b as n, V as u } from "../../SearchField-QTfebYdU.js";
|
|
2
2
|
import { MenuItem as M } from "./MenuItem.js";
|
|
3
3
|
import { MenuList as s } from "./MenuList.js";
|
|
4
4
|
import { MenuListItem as a } from "./MenuListItem.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as d } from "react/jsx-runtime";
|
|
2
2
|
import { useRef as L, useState as u, useCallback as O, useEffect as R } from "react";
|
|
3
|
-
import { M as x } from "../../SearchField-
|
|
3
|
+
import { M as x } from "../../SearchField-QTfebYdU.js";
|
|
4
4
|
import "../../index-p1eeF8LQ.js";
|
|
5
5
|
import "../Button/Button.js";
|
|
6
6
|
import "react-dom";
|
|
@@ -5,7 +5,7 @@ import { Button as b } from "../Button/Button.js";
|
|
|
5
5
|
import "../../index-p1eeF8LQ.js";
|
|
6
6
|
import { Dropdown as O } from "../Dropdown/Dropdown.js";
|
|
7
7
|
import "../RootProvider/RootProvider.js";
|
|
8
|
-
import { M as I } from "../../SearchField-
|
|
8
|
+
import { M as I } from "../../SearchField-QTfebYdU.js";
|
|
9
9
|
import { useDropdownMenuController as x } from "../Menu/useDropdownMenuController.js";
|
|
10
10
|
import "../Snackbar/useSnackbar.js";
|
|
11
11
|
import { u as R } from "../../useId-BVFxCjkq.js";
|
|
@@ -2,7 +2,7 @@ import { jsx as n } from "react/jsx-runtime";
|
|
|
2
2
|
import { useRef as q, useEffect as G } from "react";
|
|
3
3
|
import "../../index-p1eeF8LQ.js";
|
|
4
4
|
import "../Button/Button.js";
|
|
5
|
-
import { M as H } from "../../SearchField-
|
|
5
|
+
import { M as H } from "../../SearchField-QTfebYdU.js";
|
|
6
6
|
import { useDropdownMenuController as J } from "../Menu/useDropdownMenuController.js";
|
|
7
7
|
import "../RootProvider/RootProvider.js";
|
|
8
8
|
import "../Snackbar/useSnackbar.js";
|
|
@@ -4,7 +4,7 @@ import "../../index-p1eeF8LQ.js";
|
|
|
4
4
|
import "react";
|
|
5
5
|
import { Dropdown as c } from "../Dropdown/Dropdown.js";
|
|
6
6
|
import "../RootProvider/RootProvider.js";
|
|
7
|
-
import { M as b } from "../../SearchField-
|
|
7
|
+
import { M as b } from "../../SearchField-QTfebYdU.js";
|
|
8
8
|
import { useDropdownMenuController as f } from "../Menu/useDropdownMenuController.js";
|
|
9
9
|
import "../Snackbar/useSnackbar.js";
|
|
10
10
|
import { S as h } from "../../ChevronUpDown-DqGsU4MC.js";
|
|
@@ -5,7 +5,7 @@ import "../Button/Button.js";
|
|
|
5
5
|
import "react-dom";
|
|
6
6
|
import "../RootProvider/RootProvider.js";
|
|
7
7
|
import "../Snackbar/useSnackbar.js";
|
|
8
|
-
import { S as l } from "../../SearchField-
|
|
8
|
+
import { S as l } from "../../SearchField-QTfebYdU.js";
|
|
9
9
|
const j = ({
|
|
10
10
|
value: r,
|
|
11
11
|
name: o,
|
package/dist/components/index.js
CHANGED
|
@@ -99,7 +99,7 @@ import { ListItemControls as Ve } from "./List/ListItemControls.js";
|
|
|
99
99
|
import { ListItemSelect as Qe } from "./List/ListItemSelect.js";
|
|
100
100
|
import { ListItem as je } from "./List/ListItem.js";
|
|
101
101
|
import { List as Je } from "./List/List.js";
|
|
102
|
-
import { M as We, a as Xe, b as Ye, S as Ze, V as $e } from "../SearchField-
|
|
102
|
+
import { M as We, a as Xe, b as Ye, S as Ze, V as $e } from "../SearchField-QTfebYdU.js";
|
|
103
103
|
import { MenuItem as rt } from "./Menu/MenuItem.js";
|
|
104
104
|
import { MenuList as tt } from "./Menu/MenuList.js";
|
|
105
105
|
import { MenuListItem as pt } from "./Menu/MenuListItem.js";
|
package/dist/index.js
CHANGED
|
@@ -99,7 +99,7 @@ import { ListItemControls as Ve } from "./components/List/ListItemControls.js";
|
|
|
99
99
|
import { ListItemSelect as Qe } from "./components/List/ListItemSelect.js";
|
|
100
100
|
import { ListItem as Ke } from "./components/List/ListItem.js";
|
|
101
101
|
import { List as qe } from "./components/List/List.js";
|
|
102
|
-
import { M as We, a as Xe, b as Ye, S as Ze, V as $e } from "./SearchField-
|
|
102
|
+
import { M as We, a as Xe, b as Ye, S as Ze, V as $e } from "./SearchField-QTfebYdU.js";
|
|
103
103
|
import { MenuItem as rt } from "./components/Menu/MenuItem.js";
|
|
104
104
|
import { MenuList as tt } from "./components/Menu/MenuList.js";
|
|
105
105
|
import { MenuListItem as pt } from "./components/Menu/MenuListItem.js";
|