@uva-glass/component-library 1.45.0 → 1.45.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{MultiSelect-B9JaIPXs.js → MultiSelect-Ckf3uGw5.js} +2 -2
- package/dist/{MultiSelect-B9JaIPXs.js.map → MultiSelect-Ckf3uGw5.js.map} +1 -1
- package/dist/MultiSelectItem-D9PxdX43.js +24 -0
- package/dist/{MultiSelectItem-CsSIAJRX.js.map → MultiSelectItem-D9PxdX43.js.map} +1 -1
- package/dist/assets/FeedbackBox.css +1 -1
- package/dist/assets/ModalDialog.css +1 -1
- package/dist/assets/MultiSelectItem.css +1 -1
- package/dist/components/FeedbackBox/FeedbackBox.js +11 -11
- package/dist/components/InputField/InputField.stories.js +1 -1
- package/dist/components/ModalDialog/ModalDialog.js +34 -34
- package/dist/components/MultiSelect/MultiSelect.js +2 -2
- package/dist/components/MultiSelect/MultiSelect.stories.js +15 -15
- package/dist/components/MultiSelect/MultiSelect.stories.js.map +1 -1
- package/dist/components/MultiSelect/components/MultiSelectHeader.js +2 -2
- package/dist/components/MultiSelect/components/MultiSelectItem.js +1 -1
- package/dist/components/MultiSelect/index.js +1 -1
- package/dist/components/ProgrammeCard/ProgrammeCard.stories.js +1 -1
- package/dist/components/index.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +8 -8
- package/dist/MultiSelectItem-CsSIAJRX.js +0 -24
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as o, jsx as l, Fragment as a } from "react/jsx-runtime";
|
|
2
2
|
import { c as m } from "./clsx-OuTLNxxd.js";
|
|
3
|
-
import { s as t, M as p } from "./MultiSelectItem-
|
|
3
|
+
import { s as t, M as p } from "./MultiSelectItem-D9PxdX43.js";
|
|
4
4
|
import { Label as u } from "./components/Label/Label.js";
|
|
5
5
|
import "react";
|
|
6
6
|
import "@react-aria/button";
|
|
@@ -49,4 +49,4 @@ export {
|
|
|
49
49
|
s as M,
|
|
50
50
|
d as a
|
|
51
51
|
};
|
|
52
|
-
//# sourceMappingURL=MultiSelect-
|
|
52
|
+
//# sourceMappingURL=MultiSelect-Ckf3uGw5.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MultiSelect-
|
|
1
|
+
{"version":3,"file":"MultiSelect-Ckf3uGw5.js","sources":["../src/components/MultiSelect/components/MultiSelectHeader.tsx","../src/components/MultiSelect/MultiSelect.tsx"],"sourcesContent":["import styles from 'components/MultiSelect/MultiSelect.module.css';\nimport { Label } from 'components/Label';\nimport { Button } from 'components';\n\nexport interface MultiSelectHeaderProps {\n label: string;\n clearTrigger?: string;\n onClear?: () => void;\n}\n\nexport function MultiSelectHeader({ label, clearTrigger, onClear }: MultiSelectHeaderProps) {\n return (\n <header className={styles['multi-select__header']}>\n <Label htmlFor=\"multi-select-list\">{label}</Label>\n {clearTrigger && (\n <Button variant={'blank'} onClick={onClear}>\n {clearTrigger}\n </Button>\n )}\n </header>\n );\n}\n","import clsx from 'clsx';\n\nimport type { PropsWithChildren, ReactNode } from 'react';\n\nimport styles from './MultiSelect.module.css';\n\nimport { MultiSelectItem } from 'components/MultiSelect/components/MultiSelectItem';\nimport { MultiSelectHeader } from 'components/MultiSelect/components/MultiSelectHeader';\nexport interface MultiSelectProps {\n scrollable?: boolean;\n noBorder?: boolean;\n header?: ReactNode;\n}\n\nexport const MultiSelect = ({ scrollable = true, noBorder, header, children }: PropsWithChildren<MultiSelectProps>) => (\n <>\n {header}\n <div\n className={clsx(styles['multi-select'], {\n [styles['multi-select--no-border']]: noBorder,\n })}\n >\n <ul\n className={clsx(styles['multi-select__list'], {\n [styles['multi-select__list--scrollable']]: scrollable,\n })}\n id=\"multi-select-list\"\n >\n {children}\n </ul>\n </div>\n </>\n);\n\nMultiSelect.MultiSelectHeader = MultiSelectHeader;\nMultiSelect.MultiSelectItem = MultiSelectItem;\n"],"names":["MultiSelectHeader","label","clearTrigger","onClear","jsxs","styles","jsx","Label","Button","MultiSelect","scrollable","noBorder","header","children","Fragment","clsx","MultiSelectItem"],"mappings":";;;;;;;;;;;;;;;;;;AAUO,SAASA,EAAkB,EAAE,OAAAC,GAAO,cAAAC,GAAc,SAAAC,KAAmC;AAC1F,SACG,gBAAAC,EAAA,UAAA,EAAO,WAAWC,EAAO,sBAAsB,GAC9C,UAAA;AAAA,IAAC,gBAAAC,EAAAC,GAAA,EAAM,SAAQ,qBAAqB,UAAMN,GAAA;AAAA,IACzCC,KACE,gBAAAI,EAAAE,GAAA,EAAO,SAAS,SAAS,SAASL,GAChC,UACHD,GAAA;AAAA,EAEJ,EAAA,CAAA;AAEJ;ACPa,MAAAO,IAAc,CAAC,EAAE,YAAAC,IAAa,IAAM,UAAAC,GAAU,QAAAC,GAAQ,UAAAC,QAE9D,gBAAAT,EAAAU,GAAA,EAAA,UAAA;AAAA,EAAAF;AAAA,EACD,gBAAAN;AAAA,IAAC;AAAA,IAAA;AAAA,MACC,WAAWS,EAAKV,EAAO,cAAc,GAAG;AAAA,QACtC,CAACA,EAAO,yBAAyB,CAAC,GAAGM;AAAA,MAAA,CACtC;AAAA,MAED,UAAA,gBAAAL;AAAA,QAAC;AAAA,QAAA;AAAA,UACC,WAAWS,EAAKV,EAAO,oBAAoB,GAAG;AAAA,YAC5C,CAACA,EAAO,gCAAgC,CAAC,GAAGK;AAAA,UAAA,CAC7C;AAAA,UACD,IAAG;AAAA,UAEF,UAAAG;AAAA,QAAA;AAAA,MACH;AAAA,IAAA;AAAA,EACF;AAAA,GACF;AAGFJ,EAAY,oBAAoBT;AAChCS,EAAY,kBAAkBO;"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { jsxs as m, jsx as l } from "react/jsx-runtime";
|
|
2
|
+
import { useId as o } from "react";
|
|
3
|
+
import { Checkbox as c } from "./components/Checkbox/Checkbox.js";
|
|
4
|
+
import { Label as u } from "./components/Label/Label.js";
|
|
5
|
+
import './assets/MultiSelectItem.css';const d = {
|
|
6
|
+
"multi-select": "_multi-select_1gdr1_1",
|
|
7
|
+
"multi-select--no-border": "_multi-select--no-border_1gdr1_7",
|
|
8
|
+
"multi-select__header": "_multi-select__header_1gdr1_12",
|
|
9
|
+
"multi-select__list": "_multi-select__list_1gdr1_18",
|
|
10
|
+
"multi-select__list--scrollable": "_multi-select__list--scrollable_1gdr1_27",
|
|
11
|
+
"multi-select__item": "_multi-select__item_1gdr1_32"
|
|
12
|
+
};
|
|
13
|
+
function f({ label: _, value: s, checked: e, disabled: i = !1, onChange: r }) {
|
|
14
|
+
const t = o();
|
|
15
|
+
return /* @__PURE__ */ m("li", { className: d["multi-select__item"], children: [
|
|
16
|
+
/* @__PURE__ */ l(c, { id: t, value: s, checked: e, onChange: r, disabled: i }),
|
|
17
|
+
/* @__PURE__ */ l(u, { htmlFor: t, noFontWeight: !e, children: _ })
|
|
18
|
+
] });
|
|
19
|
+
}
|
|
20
|
+
export {
|
|
21
|
+
f as M,
|
|
22
|
+
d as s
|
|
23
|
+
};
|
|
24
|
+
//# sourceMappingURL=MultiSelectItem-D9PxdX43.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MultiSelectItem-
|
|
1
|
+
{"version":3,"file":"MultiSelectItem-D9PxdX43.js","sources":["../src/components/MultiSelect/components/MultiSelectItem.tsx"],"sourcesContent":["import { useId } from 'react';\n\nimport type { ChangeEvent } from 'react';\n\nimport styles from 'components/MultiSelect/MultiSelect.module.css';\nimport { Checkbox } from 'components/Checkbox';\nimport { Label } from 'components/Label';\n\nexport interface MultiSelectItemProps {\n label: string;\n value: string | number;\n checked: boolean;\n disabled?: boolean;\n onChange(event: ChangeEvent<HTMLInputElement>): void;\n}\n\nexport function MultiSelectItem({ label, value, checked, disabled = false, onChange }: MultiSelectItemProps) {\n const id = useId();\n\n return (\n <li className={styles['multi-select__item']}>\n <Checkbox id={id} value={value} checked={checked} onChange={onChange} disabled={disabled} />\n <Label htmlFor={id} noFontWeight={!checked}>\n {label}\n </Label>\n </li>\n );\n}\n"],"names":["MultiSelectItem","label","value","checked","disabled","onChange","id","useId","jsxs","styles","jsx","Checkbox","Label"],"mappings":";;;;;;;;;;;;AAgBgB,SAAAA,EAAgB,EAAE,OAAAC,GAAO,OAAAC,GAAO,SAAAC,GAAS,UAAAC,IAAW,IAAO,UAAAC,KAAkC;AAC3G,QAAMC,IAAKC;AAEX,SACG,gBAAAC,EAAA,MAAA,EAAG,WAAWC,EAAO,oBAAoB,GACxC,UAAA;AAAA,IAAA,gBAAAC,EAACC,GAAS,EAAA,IAAAL,GAAQ,OAAAJ,GAAc,SAAAC,GAAkB,UAAAE,GAAoB,UAAAD,GAAoB;AAAA,sBACzFQ,GAAM,EAAA,SAASN,GAAI,cAAc,CAACH,GAChC,UACHF,GAAA;AAAA,EACF,EAAA,CAAA;AAEJ;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
._feedback-
|
|
1
|
+
._feedback-box_1th4y_1{background-color:var(--color-white);display:flex;gap:.5rem;padding:.75rem 1rem .75rem .5rem}._feedback-box_1th4y_1>svg{flex-shrink:0;height:1rem;margin-top:.25rem;width:1rem}._feedback-box__success_1th4y_15{background-color:var(--color-mint-cream)}._feedback-box__warning_1th4y_19{background-color:var(--color-natural-wood)}._feedback-box__error_1th4y_23{background-color:var(--color-amour)}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
._modal-
|
|
1
|
+
._modal-dialog_rtimw_1{--modal-dialog-padding: 1.5rem;--modal-dialog-padding-mobile: 1.25rem;background:var(--color-white);box-shadow:0 2px 2px #0000000f,0 4px 3px #00000012;display:flex;flex-direction:column;height:100dvh;position:relative;width:100vw}._modal-dialog--padded_rtimw_18{padding:0}._modal-dialog__content_rtimw_22{display:flex;flex-direction:column;height:100svh;justify-content:space-between;overflow:hidden;overflow-y:auto;padding:0 var(--modal-dialog-padding-mobile);width:100%}._modal-dialog__children_rtimw_33{padding-bottom:var(--modal-dialog-padding-mobile)}._modal-dialog__title_rtimw_37{font-size:var(--font-size-m);line-height:var(--line-height-m);margin:0 var(--modal-dialog-padding-mobile) 0 0;padding:var(--modal-dialog-padding-mobile)}._modal-dialog--confirm_rtimw_44{padding:var(--modal-dialog-padding-mobile) 0 0}._modal-dialog__buttons_rtimw_48{background-color:var(--color-white);bottom:0;display:flex;flex-direction:column;gap:.75rem;justify-content:flex-start;margin:0 calc(-1 * var(--modal-dialog-padding-mobile));padding:var(--modal-dialog-padding-mobile);position:sticky;right:0}._modal-dialog__buttons--border_rtimw_61{border-top:1px solid var(--color-pattens-blue)}._modal-dialog__buttons_rtimw_48:before{background:linear-gradient(to top,#0000004d,#0000);bottom:100%;content:"";height:10px;left:0;opacity:0;pointer-events:none;position:absolute;right:0;transition:opacity .4s ease-out}._modal-dialog__buttons--shadow_rtimw_78:before{opacity:1}._modal-dialog__close_rtimw_82{position:absolute;right:var(--modal-dialog-padding-mobile);top:var(--modal-dialog-padding-mobile)}@media (min-width: 28rem) and (min-height: 28rem){._modal-dialog_rtimw_1{height:unset;max-height:100svh;max-width:100vw;width:30rem}._modal-dialog--padded_rtimw_18{width:34.25rem}._modal-dialog--slim_rtimw_100{width:27.5rem}._modal-dialog--wide_rtimw_104{width:36rem}._modal-dialog__title_rtimw_37{margin-right:var(--modal-dialog-padding);padding:var(--modal-dialog-padding)}._modal-dialog__content_rtimw_22{height:unset;padding:0 var(--modal-dialog-padding)}._modal-dialog--content-with-buttons_rtimw_118{margin-bottom:5.75rem}._modal-dialog__children_rtimw_33{padding-bottom:var(--modal-dialog-padding)}._modal-dialog--confirm_rtimw_44{padding:var(--modal-dialog-padding) 0 0}._modal-dialog__buttons_rtimw_48{margin:unset;padding:var(--modal-dialog-padding);position:absolute;width:inherit}._modal-dialog__close_rtimw_82{position:absolute;right:var(--modal-dialog-padding);top:var(--modal-dialog-padding)}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
._multi-
|
|
1
|
+
._multi-select_1gdr1_1{border:1px solid var(--color-black);border-radius:var(--border-radius-default);padding:.75rem}._multi-select--no-border_1gdr1_7{border:none;padding:0}._multi-select__header_1gdr1_12{display:flex;justify-content:space-between;margin-bottom:.5rem}._multi-select__list_1gdr1_18{display:flex;flex-direction:column;gap:.5rem;list-style:none;margin:0;padding:0}._multi-select__list--scrollable_1gdr1_27{max-height:8.75rem;overflow:auto}._multi-select__item_1gdr1_32{align-items:start;display:grid;grid-template-columns:auto 1fr;-webkit-user-select:none;user-select:none}._multi-select__item_1gdr1_32 input[type=checkbox]{margin-right:.75rem;margin-top:.25rem}._multi-select__item_1gdr1_32 input[type=checkbox]:disabled+label{color:var(--color-grey-300)}
|
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
import { jsxs as r, jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import { c as a } from "../../clsx-OuTLNxxd.js";
|
|
3
3
|
import { Icon as b } from "../Icon/Icon.js";
|
|
4
|
-
import '../../assets/FeedbackBox.css';const
|
|
5
|
-
"feedback-box": "_feedback-
|
|
6
|
-
"feedback-box__success": "_feedback-
|
|
7
|
-
"feedback-box__warning": "_feedback-
|
|
8
|
-
"feedback-box__error": "_feedback-
|
|
4
|
+
import '../../assets/FeedbackBox.css';const c = {
|
|
5
|
+
"feedback-box": "_feedback-box_1th4y_1",
|
|
6
|
+
"feedback-box__success": "_feedback-box__success_1th4y_15",
|
|
7
|
+
"feedback-box__warning": "_feedback-box__warning_1th4y_19",
|
|
8
|
+
"feedback-box__error": "_feedback-box__error_1th4y_23"
|
|
9
9
|
}, n = {
|
|
10
10
|
success: "CheckCircle",
|
|
11
11
|
warning: "ExclamationTriangleMini",
|
|
12
12
|
error: "ExclamationCircle"
|
|
13
|
-
}, f = ({ id: _, level:
|
|
13
|
+
}, f = ({ id: _, level: e, feedback: o }) => /* @__PURE__ */ r(
|
|
14
14
|
"div",
|
|
15
15
|
{
|
|
16
|
-
className: a(
|
|
17
|
-
[
|
|
18
|
-
[
|
|
19
|
-
[
|
|
16
|
+
className: a(c["feedback-box"], {
|
|
17
|
+
[c["feedback-box__success"]]: e === "success",
|
|
18
|
+
[c["feedback-box__warning"]]: e === "warning",
|
|
19
|
+
[c["feedback-box__error"]]: e === "error"
|
|
20
20
|
}),
|
|
21
21
|
id: _,
|
|
22
22
|
children: [
|
|
23
|
-
/* @__PURE__ */ s(b, { name: n[
|
|
23
|
+
/* @__PURE__ */ s(b, { name: n[e], size: 16 }),
|
|
24
24
|
o
|
|
25
25
|
]
|
|
26
26
|
}
|
|
@@ -14,7 +14,7 @@ import "../GridRow/GridRow.js";
|
|
|
14
14
|
import "../IconButton/IconButton.js";
|
|
15
15
|
import "../Input/Input.js";
|
|
16
16
|
import "react-router-dom";
|
|
17
|
-
import "../../MultiSelect-
|
|
17
|
+
import "../../MultiSelect-Ckf3uGw5.js";
|
|
18
18
|
import "../SelectListbox/SelectListbox.js";
|
|
19
19
|
import "../SelectListbox/SelectProvider.js";
|
|
20
20
|
const C = (t) => {
|
|
@@ -1,37 +1,37 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as i, Fragment as v, jsxs as c } from "react/jsx-runtime";
|
|
2
2
|
import { useDialog as G } from "@react-aria/dialog";
|
|
3
3
|
import { FocusScope as J } from "@react-aria/focus";
|
|
4
4
|
import { useModal as Q, useOverlay as W, usePreventScroll as X, OverlayContainer as Y } from "@react-aria/overlays";
|
|
5
|
-
import { c as
|
|
5
|
+
import { c as t } from "../../clsx-OuTLNxxd.js";
|
|
6
6
|
import { useRef as S, useState as T, useEffect as Z } from "react";
|
|
7
7
|
import { Backdrop as $ } from "../Backdrop/Backdrop.js";
|
|
8
8
|
import { OverlayCloseButton as oo } from "../OverlayCloseButton/OverlayCloseButton.js";
|
|
9
9
|
import { Spinner as lo } from "../Spinner/Spinner.js";
|
|
10
10
|
import '../../assets/ModalDialog.css';const o = {
|
|
11
|
-
"modal-dialog": "_modal-
|
|
12
|
-
"modal-dialog--padded": "_modal-dialog--
|
|
13
|
-
"modal-dialog__content": "_modal-
|
|
14
|
-
"modal-dialog__children": "_modal-
|
|
15
|
-
"modal-dialog__title": "_modal-
|
|
16
|
-
"modal-dialog--confirm": "_modal-dialog--
|
|
17
|
-
"modal-dialog__buttons": "_modal-
|
|
18
|
-
"modal-dialog__buttons--border": "_modal-dialog__buttons--
|
|
19
|
-
"modal-dialog__buttons--shadow": "_modal-dialog__buttons--
|
|
20
|
-
"modal-dialog__close": "_modal-
|
|
21
|
-
"modal-dialog--slim": "_modal-dialog--
|
|
22
|
-
"modal-dialog--wide": "_modal-dialog--
|
|
23
|
-
"modal-dialog--content-with-buttons": "_modal-dialog--content-with-
|
|
11
|
+
"modal-dialog": "_modal-dialog_rtimw_1",
|
|
12
|
+
"modal-dialog--padded": "_modal-dialog--padded_rtimw_18",
|
|
13
|
+
"modal-dialog__content": "_modal-dialog__content_rtimw_22",
|
|
14
|
+
"modal-dialog__children": "_modal-dialog__children_rtimw_33",
|
|
15
|
+
"modal-dialog__title": "_modal-dialog__title_rtimw_37",
|
|
16
|
+
"modal-dialog--confirm": "_modal-dialog--confirm_rtimw_44",
|
|
17
|
+
"modal-dialog__buttons": "_modal-dialog__buttons_rtimw_48",
|
|
18
|
+
"modal-dialog__buttons--border": "_modal-dialog__buttons--border_rtimw_61",
|
|
19
|
+
"modal-dialog__buttons--shadow": "_modal-dialog__buttons--shadow_rtimw_78",
|
|
20
|
+
"modal-dialog__close": "_modal-dialog__close_rtimw_82",
|
|
21
|
+
"modal-dialog--slim": "_modal-dialog--slim_rtimw_100",
|
|
22
|
+
"modal-dialog--wide": "_modal-dialog--wide_rtimw_104",
|
|
23
|
+
"modal-dialog--content-with-buttons": "_modal-dialog--content-with-buttons_rtimw_118"
|
|
24
24
|
};
|
|
25
25
|
function _o(y) {
|
|
26
26
|
const {
|
|
27
|
-
buttons:
|
|
27
|
+
buttons: d,
|
|
28
28
|
children: x,
|
|
29
29
|
isDismissable: _ = !0,
|
|
30
30
|
isKeyboardDismissDisabled: B = !_,
|
|
31
31
|
isLoading: D,
|
|
32
32
|
spinnerAriaValueText: P = "Loading",
|
|
33
33
|
closeButtonAriaValueText: C = "Close",
|
|
34
|
-
isOpen:
|
|
34
|
+
isOpen: a,
|
|
35
35
|
noValidate: E = !1,
|
|
36
36
|
onClose: g,
|
|
37
37
|
onSubmit: L,
|
|
@@ -43,11 +43,11 @@ function _o(y) {
|
|
|
43
43
|
slim: F,
|
|
44
44
|
wide: H,
|
|
45
45
|
noButtonBorder: f = !1
|
|
46
|
-
} = y, m = S(null), p = S(null), [O, V] = T(!1), [k, z] = T(!1), { dialogProps: A, titleProps: I } = G({ role: N }, m), { modalProps: M } = Q({ isDisabled: !
|
|
47
|
-
{ isDismissable: _, isKeyboardDismissDisabled: B, isOpen:
|
|
46
|
+
} = y, m = S(null), p = S(null), [O, V] = T(!1), [k, z] = T(!1), { dialogProps: A, titleProps: I } = G({ role: N }, m), { modalProps: M } = Q({ isDisabled: !a }), { overlayProps: R, underlayProps: j } = W(
|
|
47
|
+
{ isDismissable: _, isKeyboardDismissDisabled: B, isOpen: a, onClose: g },
|
|
48
48
|
m
|
|
49
49
|
);
|
|
50
|
-
X({ isDisabled: !
|
|
50
|
+
X({ isDisabled: !a }), Z(() => {
|
|
51
51
|
const l = p.current;
|
|
52
52
|
function h() {
|
|
53
53
|
if (l) {
|
|
@@ -55,27 +55,27 @@ function _o(y) {
|
|
|
55
55
|
V(w > b), z(q + b >= w);
|
|
56
56
|
}
|
|
57
57
|
}
|
|
58
|
-
function
|
|
58
|
+
function e() {
|
|
59
59
|
h();
|
|
60
60
|
}
|
|
61
|
-
l && (l.addEventListener("scroll",
|
|
61
|
+
l && (l.addEventListener("scroll", e), window.addEventListener("resize", e));
|
|
62
62
|
const U = setTimeout(() => {
|
|
63
63
|
h();
|
|
64
64
|
}, 0);
|
|
65
65
|
return () => {
|
|
66
|
-
l && l.removeEventListener("scroll",
|
|
66
|
+
l && l.removeEventListener("scroll", e), window.removeEventListener("resize", e), clearTimeout(U);
|
|
67
67
|
};
|
|
68
|
-
}, [
|
|
68
|
+
}, [a, s]);
|
|
69
69
|
function K(l) {
|
|
70
70
|
l.stopPropagation();
|
|
71
71
|
}
|
|
72
|
-
return
|
|
72
|
+
return a ? /* @__PURE__ */ i(Y, { children: /* @__PURE__ */ i($, { ...j, children: D ? /* @__PURE__ */ i(lo, { ariaValueText: P }) : /* @__PURE__ */ i(v, { children: /* @__PURE__ */ i(J, { autoFocus: !0, contain: !0, restoreFocus: !0, children: /* @__PURE__ */ c(
|
|
73
73
|
"div",
|
|
74
74
|
{
|
|
75
75
|
...A,
|
|
76
76
|
...M,
|
|
77
77
|
...R,
|
|
78
|
-
className:
|
|
78
|
+
className: t(o["modal-dialog"], {
|
|
79
79
|
[o["modal-dialog--confirm"]]: n === "confirm",
|
|
80
80
|
[o["modal-dialog--padded"]]: u,
|
|
81
81
|
[o["modal-dialog--slim"]]: F,
|
|
@@ -86,9 +86,9 @@ function _o(y) {
|
|
|
86
86
|
ref: m,
|
|
87
87
|
children: [
|
|
88
88
|
(r || s) && n === "dialog" && /* @__PURE__ */ c(v, { children: [
|
|
89
|
-
r && /* @__PURE__ */
|
|
89
|
+
r && /* @__PURE__ */ i("h1", { ...I, className: o["modal-dialog__title"], children: r }),
|
|
90
90
|
s,
|
|
91
|
-
n === "dialog" && /* @__PURE__ */
|
|
91
|
+
n === "dialog" && /* @__PURE__ */ i("span", { className: o["modal-dialog__close"], children: /* @__PURE__ */ i(
|
|
92
92
|
oo,
|
|
93
93
|
{
|
|
94
94
|
"aria-label": C,
|
|
@@ -100,22 +100,22 @@ function _o(y) {
|
|
|
100
100
|
/* @__PURE__ */ c(
|
|
101
101
|
"form",
|
|
102
102
|
{
|
|
103
|
-
className:
|
|
104
|
-
[o["modal-dialog--content-with-buttons"]]:
|
|
103
|
+
className: t(o["modal-dialog__content"], {
|
|
104
|
+
[o["modal-dialog--content-with-buttons"]]: d
|
|
105
105
|
}),
|
|
106
106
|
onSubmit: L,
|
|
107
107
|
noValidate: E,
|
|
108
108
|
ref: p,
|
|
109
109
|
children: [
|
|
110
|
-
/* @__PURE__ */
|
|
111
|
-
|
|
110
|
+
/* @__PURE__ */ i("div", { className: t({ [o["modal-dialog__children"]]: !f }), children: x }),
|
|
111
|
+
d && /* @__PURE__ */ i(
|
|
112
112
|
"div",
|
|
113
113
|
{
|
|
114
|
-
className:
|
|
114
|
+
className: t(o["modal-dialog__buttons"], {
|
|
115
115
|
[o["modal-dialog__buttons--border"]]: !f,
|
|
116
116
|
[o["modal-dialog__buttons--shadow"]]: O && !k
|
|
117
117
|
}),
|
|
118
|
-
children:
|
|
118
|
+
children: d
|
|
119
119
|
}
|
|
120
120
|
)
|
|
121
121
|
]
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "../../clsx-OuTLNxxd.js";
|
|
3
|
-
import "../../MultiSelectItem-
|
|
4
|
-
import { M as p } from "../../MultiSelect-
|
|
3
|
+
import "../../MultiSelectItem-D9PxdX43.js";
|
|
4
|
+
import { M as p } from "../../MultiSelect-Ckf3uGw5.js";
|
|
5
5
|
export {
|
|
6
6
|
p as MultiSelect
|
|
7
7
|
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsxs as b, jsx as m } from "react/jsx-runtime";
|
|
2
2
|
import { f as d } from "../../index-C7tAT8j7.js";
|
|
3
3
|
import { useState as p } from "react";
|
|
4
|
-
import { M as r } from "../../MultiSelect-
|
|
5
|
-
import { Container as
|
|
4
|
+
import { M as r } from "../../MultiSelect-Ckf3uGw5.js";
|
|
5
|
+
import { Container as C } from "../storyComponents/Container/Container.js";
|
|
6
6
|
const T = {
|
|
7
7
|
title: "Organisms/MultiSelect",
|
|
8
8
|
component: r,
|
|
@@ -15,12 +15,12 @@ const T = {
|
|
|
15
15
|
}
|
|
16
16
|
}, a = (i) => {
|
|
17
17
|
const [n, o] = p([]), I = [
|
|
18
|
-
{ itemName: "
|
|
19
|
-
{ itemName: "
|
|
20
|
-
{ itemName: "Item 3 Item 3 Item 3 Item 3 Item 3 Item 3 Item 3 Item 3 Item 3 Item 3", itemValue: "3" },
|
|
21
|
-
{ itemName: "
|
|
22
|
-
{ itemName: "
|
|
23
|
-
{ itemName: "
|
|
18
|
+
{ itemName: "AItem 1", itemValue: "1", disabled: !0 },
|
|
19
|
+
{ itemName: "BItem 2", itemValue: "2" },
|
|
20
|
+
{ itemName: "Multi line Item 3 Item 3 Item 3 Item 3 Item 3 Item 3 Item 3 Item 3 Item 3 Item 3", itemValue: "3" },
|
|
21
|
+
{ itemName: "CItem 4", itemValue: "4" },
|
|
22
|
+
{ itemName: "DItem 5", itemValue: "5" },
|
|
23
|
+
{ itemName: "EItem 6", itemValue: "6" }
|
|
24
24
|
], h = () => {
|
|
25
25
|
o([]), d()();
|
|
26
26
|
}, f = (e) => {
|
|
@@ -30,7 +30,7 @@ const T = {
|
|
|
30
30
|
return d()(c), c;
|
|
31
31
|
});
|
|
32
32
|
};
|
|
33
|
-
return /* @__PURE__ */ b(
|
|
33
|
+
return /* @__PURE__ */ b(C, { children: [
|
|
34
34
|
i.header && /* @__PURE__ */ m(
|
|
35
35
|
r.MultiSelectHeader,
|
|
36
36
|
{
|
|
@@ -54,12 +54,12 @@ const T = {
|
|
|
54
54
|
}, u = {
|
|
55
55
|
scrollable: !0,
|
|
56
56
|
noBorder: !1
|
|
57
|
-
},
|
|
58
|
-
|
|
57
|
+
}, M = a.bind({});
|
|
58
|
+
M.args = {
|
|
59
59
|
...u
|
|
60
60
|
};
|
|
61
|
-
const
|
|
62
|
-
|
|
61
|
+
const S = a.bind({});
|
|
62
|
+
S.args = {
|
|
63
63
|
...u,
|
|
64
64
|
// boolean is not normal way of adding header but if added after template the rerender logic of
|
|
65
65
|
// storybook would not correctly clear the checkboxes
|
|
@@ -74,8 +74,8 @@ N.args = {
|
|
|
74
74
|
header: !0
|
|
75
75
|
};
|
|
76
76
|
export {
|
|
77
|
-
|
|
78
|
-
|
|
77
|
+
M as MultiSelectExample,
|
|
78
|
+
S as WithHeader,
|
|
79
79
|
N as WithheaderAndWithoutScrollContainerAndBorder,
|
|
80
80
|
T as default
|
|
81
81
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MultiSelect.stories.js","sources":["../../../src/components/MultiSelect/MultiSelect.stories.tsx"],"sourcesContent":["import { fn } from '@storybook/test';\nimport { useState } from 'react';\n\nimport type { ChangeEvent, PropsWithChildren } from 'react';\nimport type { Meta, StoryFn } from '@storybook/react';\nimport type { MultiSelectProps } from './MultiSelect';\n\nimport { MultiSelect } from './MultiSelect';\n\nimport { Container } from 'components/storyComponents/Container';\n\n// eslint-disable-next-line import/no-default-export\nexport default {\n title: 'Organisms/MultiSelect',\n component: MultiSelect,\n argTypes: {\n header: {\n table: {\n disable: true,\n },\n },\n },\n} as Meta<PropsWithChildren<MultiSelectProps>>;\n\nconst Template: StoryFn<PropsWithChildren<MultiSelectProps>> = (args) => {\n const [items, setItems] = useState<string[]>([]);\n\n const mockItems = [\n { itemName: '
|
|
1
|
+
{"version":3,"file":"MultiSelect.stories.js","sources":["../../../src/components/MultiSelect/MultiSelect.stories.tsx"],"sourcesContent":["import { fn } from '@storybook/test';\nimport { useState } from 'react';\n\nimport type { ChangeEvent, PropsWithChildren } from 'react';\nimport type { Meta, StoryFn } from '@storybook/react';\nimport type { MultiSelectProps } from './MultiSelect';\n\nimport { MultiSelect } from './MultiSelect';\n\nimport { Container } from 'components/storyComponents/Container';\n\n// eslint-disable-next-line import/no-default-export\nexport default {\n title: 'Organisms/MultiSelect',\n component: MultiSelect,\n argTypes: {\n header: {\n table: {\n disable: true,\n },\n },\n },\n} as Meta<PropsWithChildren<MultiSelectProps>>;\n\nconst Template: StoryFn<PropsWithChildren<MultiSelectProps>> = (args) => {\n const [items, setItems] = useState<string[]>([]);\n\n const mockItems = [\n { itemName: 'AItem 1', itemValue: '1', disabled: true },\n { itemName: 'BItem 2', itemValue: '2' },\n { itemName: 'Multi line Item 3 Item 3 Item 3 Item 3 Item 3 Item 3 Item 3 Item 3 Item 3 Item 3', itemValue: '3' },\n { itemName: 'CItem 4', itemValue: '4' },\n { itemName: 'DItem 5', itemValue: '5' },\n { itemName: 'EItem 6', itemValue: '6' },\n ];\n\n const handleClear = () => {\n setItems([]);\n fn()();\n };\n\n const handleChange = (event: ChangeEvent<HTMLInputElement>) => {\n const { checked, value } = event.target;\n setItems((prevState) => {\n const newItems = checked ? [...prevState, value] : prevState.filter((itemValue) => itemValue !== value);\n fn()(newItems);\n return newItems;\n });\n };\n\n return (\n <Container>\n {/* header added under separate boolean arg here for storybook purpose, \n it should be added as direct arg to MultiSelect when used in application */}\n {args.header && (\n <MultiSelect.MultiSelectHeader\n label=\"Item list\"\n clearTrigger={items.length > 0 ? 'Clear Selection' : ''}\n onClear={handleClear}\n />\n )}\n <MultiSelect {...args}>\n {mockItems.map(({ itemName, itemValue, disabled }) => (\n <MultiSelect.MultiSelectItem\n key={itemName}\n label={itemName}\n value={itemValue}\n checked={items.includes(itemValue)}\n onChange={handleChange}\n disabled={disabled}\n />\n ))}\n </MultiSelect>\n </Container>\n );\n};\n\nconst defaultArgs: Partial<MultiSelectProps> = {\n scrollable: true,\n noBorder: false,\n};\n\nexport const MultiSelectExample = Template.bind({});\nMultiSelectExample.args = {\n ...defaultArgs,\n};\n\nexport const WithHeader = Template.bind({});\nWithHeader.args = {\n ...defaultArgs,\n // boolean is not normal way of adding header but if added after template the rerender logic of\n // storybook would not correctly clear the checkboxes\n header: true,\n};\n\nexport const WithheaderAndWithoutScrollContainerAndBorder = Template.bind({});\nWithheaderAndWithoutScrollContainerAndBorder.args = {\n scrollable: false,\n noBorder: true,\n // boolean is not normal way of adding header but if added after template the rerender logic of\n // storybook would not correctly clear the checkboxes\n header: true,\n};\n"],"names":["MultiSelect_stories","MultiSelect","Template","args","items","setItems","useState","mockItems","handleClear","fn","handleChange","event","checked","value","prevState","newItems","itemValue","Container","jsx","itemName","disabled","defaultArgs","MultiSelectExample","WithHeader","WithheaderAndWithoutScrollContainerAndBorder"],"mappings":";;;;;AAYA,MAAeA,IAAA;AAAA,EACb,OAAO;AAAA,EACP,WAAWC;AAAA,EACX,UAAU;AAAA,IACR,QAAQ;AAAA,MACN,OAAO;AAAA,QACL,SAAS;AAAA,MACX;AAAA,IACF;AAAA,EACF;AACF,GAEMC,IAAyD,CAACC,MAAS;AACvE,QAAM,CAACC,GAAOC,CAAQ,IAAIC,EAAmB,CAAE,CAAA,GAEzCC,IAAY;AAAA,IAChB,EAAE,UAAU,WAAW,WAAW,KAAK,UAAU,GAAK;AAAA,IACtD,EAAE,UAAU,WAAW,WAAW,IAAI;AAAA,IACtC,EAAE,UAAU,oFAAoF,WAAW,IAAI;AAAA,IAC/G,EAAE,UAAU,WAAW,WAAW,IAAI;AAAA,IACtC,EAAE,UAAU,WAAW,WAAW,IAAI;AAAA,IACtC,EAAE,UAAU,WAAW,WAAW,IAAI;AAAA,EAAA,GAGlCC,IAAc,MAAM;AACxB,IAAAH,EAAS,CAAE,CAAA,GACXI,EAAK,EAAA;AAAA,EAAA,GAGDC,IAAe,CAACC,MAAyC;AAC7D,UAAM,EAAE,SAAAC,GAAS,OAAAC,MAAUF,EAAM;AACjC,IAAAN,EAAS,CAACS,MAAc;AACtB,YAAMC,IAAWH,IAAU,CAAC,GAAGE,GAAWD,CAAK,IAAIC,EAAU,OAAO,CAACE,MAAcA,MAAcH,CAAK;AACtGJ,aAAAA,EAAA,EAAKM,CAAQ,GACNA;AAAA,IAAA,CACR;AAAA,EAAA;AAGH,2BACGE,GAGE,EAAA,UAAA;AAAA,IAAAd,EAAK,UACJ,gBAAAe;AAAA,MAACjB,EAAY;AAAA,MAAZ;AAAA,QACC,OAAM;AAAA,QACN,cAAcG,EAAM,SAAS,IAAI,oBAAoB;AAAA,QACrD,SAASI;AAAA,MAAA;AAAA,IACX;AAAA,IAEF,gBAAAU,EAACjB,GAAa,EAAA,GAAGE,GACd,UAAAI,EAAU,IAAI,CAAC,EAAE,UAAAY,GAAU,WAAAH,GAAW,UAAAI,EACrC,MAAA,gBAAAF;AAAA,MAACjB,EAAY;AAAA,MAAZ;AAAA,QAEC,OAAOkB;AAAA,QACP,OAAOH;AAAA,QACP,SAASZ,EAAM,SAASY,CAAS;AAAA,QACjC,UAAUN;AAAA,QACV,UAAAU;AAAA,MAAA;AAAA,MALKD;AAAA,IAOR,CAAA,GACH;AAAA,EACF,EAAA,CAAA;AAEJ,GAEME,IAAyC;AAAA,EAC7C,YAAY;AAAA,EACZ,UAAU;AACZ,GAEaC,IAAqBpB,EAAS,KAAK,EAAE;AAClDoB,EAAmB,OAAO;AAAA,EACxB,GAAGD;AACL;AAEO,MAAME,IAAarB,EAAS,KAAK,EAAE;AAC1CqB,EAAW,OAAO;AAAA,EAChB,GAAGF;AAAA;AAAA;AAAA,EAGH,QAAQ;AACV;AAEO,MAAMG,IAA+CtB,EAAS,KAAK,EAAE;AAC5EsB,EAA6C,OAAO;AAAA,EAClD,YAAY;AAAA,EACZ,UAAU;AAAA;AAAA;AAAA,EAGV,QAAQ;AACV;"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import "../../../MultiSelectItem-
|
|
2
|
+
import "../../../MultiSelectItem-D9PxdX43.js";
|
|
3
3
|
import "../../Label/Label.js";
|
|
4
4
|
import "react";
|
|
5
5
|
import "@react-aria/button";
|
|
@@ -13,7 +13,7 @@ import "../../IconButton/IconButton.js";
|
|
|
13
13
|
import "../../Input/Input.js";
|
|
14
14
|
import "../../InputField/InputField.js";
|
|
15
15
|
import "react-router-dom";
|
|
16
|
-
import { a as g } from "../../../MultiSelect-
|
|
16
|
+
import { a as g } from "../../../MultiSelect-Ckf3uGw5.js";
|
|
17
17
|
import "../../SelectListbox/SelectListbox.js";
|
|
18
18
|
import "../../SelectListbox/SelectProvider.js";
|
|
19
19
|
export {
|
|
@@ -15,7 +15,7 @@ import "../IconButton/IconButton.js";
|
|
|
15
15
|
import "../Input/Input.js";
|
|
16
16
|
import "../InputField/InputField.js";
|
|
17
17
|
import "react-router-dom";
|
|
18
|
-
import "../../MultiSelect-
|
|
18
|
+
import "../../MultiSelect-Ckf3uGw5.js";
|
|
19
19
|
import { Repeater as i } from "../Repeater/Repeater.js";
|
|
20
20
|
import "../SelectListbox/SelectListbox.js";
|
|
21
21
|
import "../SelectListbox/SelectProvider.js";
|
package/dist/components/index.js
CHANGED
|
@@ -25,7 +25,7 @@ import { MenuButton as W } from "./MenuButton/MenuButton.js";
|
|
|
25
25
|
import { MenuLink as Y } from "./MenuLink/MenuLink.js";
|
|
26
26
|
import { MetaDataList as _ } from "./MetaDataList/MetaDataList.js";
|
|
27
27
|
import { ModalDialog as oo } from "./ModalDialog/ModalDialog.js";
|
|
28
|
-
import { M as to } from "../MultiSelect-
|
|
28
|
+
import { M as to } from "../MultiSelect-Ckf3uGw5.js";
|
|
29
29
|
import { OverlayCloseButton as po } from "./OverlayCloseButton/OverlayCloseButton.js";
|
|
30
30
|
import { Periods as xo } from "./Periods/Periods.js";
|
|
31
31
|
import { ProgrammeCard as io } from "./ProgrammeCard/ProgrammeCard.js";
|
package/dist/index.js
CHANGED
|
@@ -25,7 +25,7 @@ import { MenuButton as W } from "./components/MenuButton/MenuButton.js";
|
|
|
25
25
|
import { MenuLink as Y } from "./components/MenuLink/MenuLink.js";
|
|
26
26
|
import { MetaDataList as _ } from "./components/MetaDataList/MetaDataList.js";
|
|
27
27
|
import { ModalDialog as oo } from "./components/ModalDialog/ModalDialog.js";
|
|
28
|
-
import { M as to } from "./MultiSelect-
|
|
28
|
+
import { M as to } from "./MultiSelect-Ckf3uGw5.js";
|
|
29
29
|
import { OverlayCloseButton as po } from "./components/OverlayCloseButton/OverlayCloseButton.js";
|
|
30
30
|
import { Periods as xo } from "./components/Periods/Periods.js";
|
|
31
31
|
import { ProgrammeCard as io } from "./components/ProgrammeCard/ProgrammeCard.js";
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@uva-glass/component-library",
|
|
3
3
|
"author": "Team Glass - Frontend vrienden",
|
|
4
4
|
"private": false,
|
|
5
|
-
"version": "1.45.
|
|
5
|
+
"version": "1.45.2",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "dist/index.js",
|
|
8
8
|
"types": "dist/index.d.ts",
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
"react-dom": "^18.3.1"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@commitlint/cli": "^19.4.
|
|
43
|
-
"@commitlint/config-conventional": "^19.
|
|
42
|
+
"@commitlint/cli": "^19.4.1",
|
|
43
|
+
"@commitlint/config-conventional": "^19.4.1",
|
|
44
44
|
"@react-aria/button": "^3.9.8",
|
|
45
45
|
"@react-aria/dialog": "^3.5.17",
|
|
46
46
|
"@react-aria/overlays": "^3.23.2",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"@storybook/react": "^8.2.9",
|
|
57
57
|
"@storybook/react-vite": "^8.2.9",
|
|
58
58
|
"@storybook/test": "^8.2.9",
|
|
59
|
-
"@types/node": "^20.16.
|
|
59
|
+
"@types/node": "^20.16.2",
|
|
60
60
|
"@types/react": "^18.3.4",
|
|
61
61
|
"@types/react-dom": "^18.3.0",
|
|
62
62
|
"@uva-glass/eslint-config": "^1.3.1",
|
|
@@ -68,21 +68,21 @@
|
|
|
68
68
|
"eslint-plugin-prettier": "^5.2.1",
|
|
69
69
|
"eslint-plugin-react": "^7.35.0",
|
|
70
70
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
71
|
-
"eslint-plugin-react-refresh": "^0.4.
|
|
71
|
+
"eslint-plugin-react-refresh": "^0.4.11",
|
|
72
72
|
"eslint-plugin-storybook": "^0.8.0",
|
|
73
73
|
"glob": "^11.0.0",
|
|
74
74
|
"jest": "^29.7.0",
|
|
75
75
|
"jest-environment-jsdom": "^29.7.0",
|
|
76
76
|
"jest-junit": "^16.0.0",
|
|
77
|
-
"jsdom": "^
|
|
77
|
+
"jsdom": "^25.0.0",
|
|
78
78
|
"npm-run-all2": "^6.2.2",
|
|
79
79
|
"react": "^18.3.1",
|
|
80
80
|
"react-dom": "^18.3.1",
|
|
81
81
|
"react-router-dom": "^6.26.1",
|
|
82
82
|
"semantic-release": "^24.1.0",
|
|
83
83
|
"storybook": "^8.2.9",
|
|
84
|
-
"style-dictionary": "^4.0
|
|
85
|
-
"stylelint": "^16.
|
|
84
|
+
"style-dictionary": "^4.1.0",
|
|
85
|
+
"stylelint": "^16.9.0",
|
|
86
86
|
"stylelint-config-recommended": "^14.0.1",
|
|
87
87
|
"stylelint-config-standard": "^36.0.1",
|
|
88
88
|
"stylelint-order": "^6.0.4",
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { jsxs as o, jsx as l } from "react/jsx-runtime";
|
|
2
|
-
import { useId as r } from "react";
|
|
3
|
-
import { Checkbox as c } from "./components/Checkbox/Checkbox.js";
|
|
4
|
-
import { Label as u } from "./components/Label/Label.js";
|
|
5
|
-
import './assets/MultiSelectItem.css';const b = {
|
|
6
|
-
"multi-select": "_multi-select_7vbm3_1",
|
|
7
|
-
"multi-select--no-border": "_multi-select--no-border_7vbm3_7",
|
|
8
|
-
"multi-select__header": "_multi-select__header_7vbm3_12",
|
|
9
|
-
"multi-select__list": "_multi-select__list_7vbm3_18",
|
|
10
|
-
"multi-select__list--scrollable": "_multi-select__list--scrollable_7vbm3_27",
|
|
11
|
-
"multi-select__item": "_multi-select__item_7vbm3_32"
|
|
12
|
-
};
|
|
13
|
-
function h({ label: _, value: m, checked: e, disabled: s = !1, onChange: i }) {
|
|
14
|
-
const t = r();
|
|
15
|
-
return /* @__PURE__ */ o("li", { className: b["multi-select__item"], children: [
|
|
16
|
-
/* @__PURE__ */ l(c, { id: t, value: m, checked: e, onChange: i, disabled: s }),
|
|
17
|
-
/* @__PURE__ */ l(u, { htmlFor: t, noFontWeight: !e, children: _ })
|
|
18
|
-
] });
|
|
19
|
-
}
|
|
20
|
-
export {
|
|
21
|
-
h as M,
|
|
22
|
-
b as s
|
|
23
|
-
};
|
|
24
|
-
//# sourceMappingURL=MultiSelectItem-CsSIAJRX.js.map
|