@mittwald/flow-react-components 0.1.0-alpha.64 → 0.1.0-alpha.65
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/{Action-CeKzQsag.js → Action-DZzRGFBL.js} +1 -1
- package/dist/Action.js +1 -1
- package/dist/Avatar.js +1 -1
- package/dist/Breadcrumb.js +12 -13
- package/dist/Button-CdGfSPx-.js +101 -0
- package/dist/Button.js +1 -1
- package/dist/ButtonGroup.js +1 -1
- package/dist/Checkbox-Bc-Yp2Li.js +24 -0
- package/dist/Checkbox.js +1 -1
- package/dist/CheckboxButton-D5G0rxZz.js +29 -0
- package/dist/CheckboxButton.js +1 -1
- package/dist/CheckboxGroup.js +26 -20
- package/dist/Content.js +7 -7
- package/dist/ContextMenu.js +2 -2
- package/dist/ContextMenuItem-k4nwztKS.js +67 -0
- package/dist/CopyButton.js +15 -16
- package/dist/FieldDescription.js +12 -12
- package/dist/FieldError-CBxCl2nS.js +22 -0
- package/dist/FieldError.js +1 -1
- package/dist/Header.js +5 -5
- package/dist/Heading.js +15 -15
- package/dist/{Icon-DnhU6oCr.js → Icon-DVRBNZZe.js} +1 -1
- package/dist/Icon.js +1 -1
- package/dist/{IconCheck-VQzoZYpg.js → IconCheck-D9Y94psR.js} +1 -1
- package/dist/{IconCheckboxEmpty-BYBEifGn.js → IconCheckboxEmpty-BneZ_izo.js} +1 -1
- package/dist/{IconCheckboxIndeterminate-DCWISQ9y.js → IconCheckboxIndeterminate-DZM-0gVy.js} +1 -1
- package/dist/{IconChevronDown-BmKMxrq1.js → IconChevronDown-D8WRADYa.js} +1 -1
- package/dist/{IconChevronRight-ngvPFPMg.js → IconChevronRight-D2iaxujY.js} +1 -1
- package/dist/{IconClose-BkmXvQ2z.js → IconClose-zpsdo5WH.js} +1 -1
- package/dist/{IconContextMenu-B7uKuktv.js → IconContextMenu-D58YJ4YL.js} +1 -1
- package/dist/{IconCopy-BmKbdWWX.js → IconCopy-Dg12Fbk9.js} +1 -1
- package/dist/{IconDanger-C0Tcw4tP.js → IconDanger-BKH4QbJ1.js} +1 -1
- package/dist/{IconPlus-DfL7-kUg.js → IconPlus-WchYGpT1.js} +1 -1
- package/dist/{IconRadioOn-VUVt3QQC.js → IconRadioOn-DNpq9Xk7.js} +1 -1
- package/dist/{IconSucceeded-CENvDJzH.js → IconSucceeded-d5GrQkmO.js} +1 -1
- package/dist/{IconWarning-43TmpPox.js → IconWarning-pPmXp5KC.js} +1 -1
- package/dist/Icons.js +14 -14
- package/dist/Image.js +7 -7
- package/dist/Initials.js +11 -11
- package/dist/InlineAlert.js +19 -19
- package/dist/Label-BFDBIwAZ.js +34 -0
- package/dist/Label.js +1 -1
- package/dist/LayoutCard.js +10 -10
- package/dist/Link-kCrtSVrZ.js +51 -0
- package/dist/Link.js +1 -1
- package/dist/List.js +27 -29
- package/dist/NumberField.js +26 -26
- package/dist/RadioGroup.js +47 -44
- package/dist/Select.js +62 -39
- package/dist/StatusBadge.js +17 -17
- package/dist/StatusIcon-gxczp9bZ.js +37 -0
- package/dist/StatusIcon.js +1 -1
- package/dist/Switch.js +23 -17
- package/dist/Tabs.js +2 -2
- package/dist/Text-D7C_T7CE.js +38 -0
- package/dist/Text.js +1 -1
- package/dist/TextArea.js +16 -14
- package/dist/TextField.js +19 -11
- package/dist/TextFieldBase-DuP4Ls0l.js +32 -0
- package/dist/flowComponent-CEo3pjEA.js +19 -0
- package/dist/nextjs.js +12 -0
- package/dist/react-hook-form.js +62 -0
- package/dist/types/components/Button/Button.d.ts +1 -1
- package/dist/types/components/Checkbox/Checkbox.d.ts +4 -3
- package/dist/types/components/CheckboxButton/CheckboxButton.d.ts +4 -3
- package/dist/types/components/CheckboxGroup/CheckboxGroup.d.ts +4 -3
- package/dist/types/components/Content/Content.d.ts +2 -2
- package/dist/types/components/ContextMenu/ContextMenu.d.ts +1 -1
- package/dist/types/components/CopyButton/CopyButton.d.ts +1 -1
- package/dist/types/components/FieldDescription/FieldDescription.d.ts +1 -1
- package/dist/types/components/FieldError/FieldError.d.ts +1 -1
- package/dist/types/components/Header/Header.d.ts +2 -2
- package/dist/types/components/Heading/Heading.d.ts +1 -1
- package/dist/types/components/Icon/Icon.d.ts +1 -1
- package/dist/types/components/Image/Image.d.ts +1 -1
- package/dist/types/components/Initials/Initials.d.ts +1 -1
- package/dist/types/components/InlineAlert/InlineAlert.d.ts +1 -1
- package/dist/types/components/Label/Label.d.ts +1 -1
- package/dist/types/components/LayoutCard/LayoutCard.d.ts +2 -2
- package/dist/types/components/Link/Link.d.ts +1 -1
- package/dist/types/components/NumberField/NumberField.d.ts +4 -3
- package/dist/types/components/RadioGroup/RadioGroup.d.ts +4 -3
- package/dist/types/components/RadioGroup/components/Radio/Radio.d.ts +1 -1
- package/dist/types/components/RadioGroup/components/RadioButton/RadioButton.d.ts +4 -3
- package/dist/types/components/Section/stories/EdgeCases.stories.d.ts +1 -2
- package/dist/types/components/Select/Select.d.ts +5 -3
- package/dist/types/components/Select/components/Option/Option.d.ts +5 -3
- package/dist/types/components/Select/index.d.ts +0 -1
- package/dist/types/components/StatusBadge/StatusBadge.d.ts +1 -1
- package/dist/types/components/Switch/Switch.d.ts +1 -1
- package/dist/types/components/Text/Text.d.ts +2 -2
- package/dist/types/components/TextArea/TextArea.d.ts +4 -3
- package/dist/types/components/TextField/TextField.d.ts +4 -3
- package/dist/types/components/TextFieldBase/TextFieldBase.d.ts +2 -2
- package/dist/types/components/propTypes/index.d.ts +18 -1
- package/dist/types/integrations/nextjs/index.d.ts +2 -0
- package/dist/types/integrations/react-hook-form/components/Controller/Controller.d.ts +8 -0
- package/dist/types/integrations/react-hook-form/components/Controller/index.d.ts +4 -0
- package/dist/types/integrations/react-hook-form/components/Controller/stories/Default.stories.d.ts +7 -0
- package/dist/types/integrations/react-hook-form/components/Form/Form.d.ts +8 -0
- package/dist/types/integrations/react-hook-form/components/Form/index.d.ts +4 -0
- package/dist/types/integrations/react-hook-form/components/context/formContext.d.ts +10 -0
- package/dist/types/integrations/react-hook-form/index.d.ts +2 -0
- package/dist/types/lib/childProps/ChildPropsContextProvider.d.ts +9 -0
- package/dist/types/lib/childProps/ChildPropsStore.d.ts +14 -0
- package/dist/types/lib/childProps/context.d.ts +5 -0
- package/dist/types/lib/childProps/index.d.ts +2 -0
- package/dist/types/lib/childProps/useSetChildProps.d.ts +3 -0
- package/dist/types/lib/componentFactory/flowComponent.d.ts +6 -4
- package/dist/types/lib/propsContext/propsContext.d.ts +10 -0
- package/dist/types/lib/types/props.d.ts +2 -2
- package/dist/{useProps-DqP5wneE.js → useProps-DoKnPAup.js} +38 -28
- package/package.json +24 -15
- package/dist/Button-CUr754ra.js +0 -99
- package/dist/Checkbox-CBAAtfxq.js +0 -24
- package/dist/CheckboxButton-BYp2HCfN.js +0 -27
- package/dist/ContextMenuItem-7xGNJkkK.js +0 -66
- package/dist/FieldError-D9ZaMqoL.js +0 -22
- package/dist/Label-CnhSifzw.js +0 -27
- package/dist/Link-3bAuyVEg.js +0 -49
- package/dist/StatusIcon-D6re4qSI.js +0 -39
- package/dist/Text-2sThcKor.js +0 -37
- package/dist/TextFieldBase-Dtcmh0_x.js +0 -30
- package/dist/flowComponent-Dfn_Z9Yx.js +0 -19
- package/dist/nextjs/LinkProvider.js +0 -12
- /package/dist/types/{components/nextjs → integrations/nextjs/components}/Link/Link.d.ts +0 -0
- /package/dist/types/{components/nextjs → integrations/nextjs/components}/Link/index.d.ts +0 -0
- /package/dist/types/{components/nextjs → integrations/nextjs/components}/LinkProvider/LinkProvider.d.ts +0 -0
- /package/dist/types/{components/nextjs → integrations/nextjs/components}/LinkProvider/index.d.ts +0 -0
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* */
|
|
3
3
|
import e from "react";
|
|
4
4
|
import { IconCheck as c } from "@tabler/icons-react";
|
|
5
|
-
import { I as t } from "./Icon-
|
|
5
|
+
import { I as t } from "./Icon-DVRBNZZe.js";
|
|
6
6
|
const a = (o) => /* @__PURE__ */ e.createElement(t, { ...o }, /* @__PURE__ */ e.createElement(c, null));
|
|
7
7
|
export {
|
|
8
8
|
a as I
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* */
|
|
3
3
|
import e from "react";
|
|
4
4
|
import { IconSquareCheckFilled as t, IconSquare as n } from "@tabler/icons-react";
|
|
5
|
-
import { I as o } from "./Icon-
|
|
5
|
+
import { I as o } from "./Icon-DVRBNZZe.js";
|
|
6
6
|
const l = (c) => /* @__PURE__ */ e.createElement(o, { ...c }, /* @__PURE__ */ e.createElement(t, null)), I = (c) => /* @__PURE__ */ e.createElement(o, { ...c }, /* @__PURE__ */ e.createElement(n, null));
|
|
7
7
|
export {
|
|
8
8
|
l as I,
|
package/dist/{IconCheckboxIndeterminate-DCWISQ9y.js → IconCheckboxIndeterminate-DZM-0gVy.js}
RENAMED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* */
|
|
3
3
|
import e from "react";
|
|
4
4
|
import { IconSquareMinusFilled as t } from "@tabler/icons-react";
|
|
5
|
-
import { I as r } from "./Icon-
|
|
5
|
+
import { I as r } from "./Icon-DVRBNZZe.js";
|
|
6
6
|
const a = (o) => /* @__PURE__ */ e.createElement(r, { ...o }, /* @__PURE__ */ e.createElement(t, null));
|
|
7
7
|
export {
|
|
8
8
|
a as I
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* */
|
|
3
3
|
import o from "react";
|
|
4
4
|
import { IconChevronDown as e } from "@tabler/icons-react";
|
|
5
|
-
import { I as r } from "./Icon-
|
|
5
|
+
import { I as r } from "./Icon-DVRBNZZe.js";
|
|
6
6
|
const a = (n) => /* @__PURE__ */ o.createElement(r, { ...n }, /* @__PURE__ */ o.createElement(e, null));
|
|
7
7
|
export {
|
|
8
8
|
a as I
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* */
|
|
3
3
|
import o from "react";
|
|
4
4
|
import { IconChevronRight as t } from "@tabler/icons-react";
|
|
5
|
-
import { I as r } from "./Icon-
|
|
5
|
+
import { I as r } from "./Icon-DVRBNZZe.js";
|
|
6
6
|
const a = (e) => /* @__PURE__ */ o.createElement(r, { ...e }, /* @__PURE__ */ o.createElement(t, null));
|
|
7
7
|
export {
|
|
8
8
|
a as I
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* */
|
|
3
3
|
import o from "react";
|
|
4
4
|
import { IconX as t } from "@tabler/icons-react";
|
|
5
|
-
import { I as r } from "./Icon-
|
|
5
|
+
import { I as r } from "./Icon-DVRBNZZe.js";
|
|
6
6
|
const a = (e) => /* @__PURE__ */ o.createElement(r, { ...e }, /* @__PURE__ */ o.createElement(t, null));
|
|
7
7
|
export {
|
|
8
8
|
a as I
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* */
|
|
3
3
|
import o from "react";
|
|
4
4
|
import { IconDots as e } from "@tabler/icons-react";
|
|
5
|
-
import { I as n } from "./Icon-
|
|
5
|
+
import { I as n } from "./Icon-DVRBNZZe.js";
|
|
6
6
|
const a = (t) => /* @__PURE__ */ o.createElement(n, { ...t }, /* @__PURE__ */ o.createElement(e, null));
|
|
7
7
|
export {
|
|
8
8
|
a as I
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* */
|
|
3
3
|
import o from "react";
|
|
4
4
|
import { IconCopy as t } from "@tabler/icons-react";
|
|
5
|
-
import { I as r } from "./Icon-
|
|
5
|
+
import { I as r } from "./Icon-DVRBNZZe.js";
|
|
6
6
|
const p = (e) => /* @__PURE__ */ o.createElement(r, { ...e }, /* @__PURE__ */ o.createElement(t, null));
|
|
7
7
|
export {
|
|
8
8
|
p as I
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* */
|
|
3
3
|
import e from "react";
|
|
4
4
|
import { IconAlertTriangle as o } from "@tabler/icons-react";
|
|
5
|
-
import { I as t } from "./Icon-
|
|
5
|
+
import { I as t } from "./Icon-DVRBNZZe.js";
|
|
6
6
|
const c = (r) => /* @__PURE__ */ e.createElement(t, { ...r }, /* @__PURE__ */ e.createElement(o, null));
|
|
7
7
|
export {
|
|
8
8
|
c as I
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* */
|
|
3
3
|
import e from "react";
|
|
4
4
|
import { IconChevronUp as c, IconMinus as t, IconPlus as r } from "@tabler/icons-react";
|
|
5
|
-
import { I as o } from "./Icon-
|
|
5
|
+
import { I as o } from "./Icon-DVRBNZZe.js";
|
|
6
6
|
const m = (n) => /* @__PURE__ */ e.createElement(o, { ...n }, /* @__PURE__ */ e.createElement(c, null)), I = (n) => /* @__PURE__ */ e.createElement(o, { ...n }, /* @__PURE__ */ e.createElement(t, null)), u = (n) => /* @__PURE__ */ e.createElement(o, { ...n }, /* @__PURE__ */ e.createElement(r, null));
|
|
7
7
|
export {
|
|
8
8
|
I,
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* */
|
|
3
3
|
import e from "react";
|
|
4
4
|
import { IconCircle as c, IconCircleDotFilled as n } from "@tabler/icons-react";
|
|
5
|
-
import { I as t } from "./Icon-
|
|
5
|
+
import { I as t } from "./Icon-DVRBNZZe.js";
|
|
6
6
|
const m = (o) => /* @__PURE__ */ e.createElement(t, { ...o }, /* @__PURE__ */ e.createElement(c, null)), i = (o) => /* @__PURE__ */ e.createElement(t, { ...o }, /* @__PURE__ */ e.createElement(n, null));
|
|
7
7
|
export {
|
|
8
8
|
i as I,
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* */
|
|
3
3
|
import e from "react";
|
|
4
4
|
import { IconX as t, IconLoader2 as o, IconCheck as a } from "@tabler/icons-react";
|
|
5
|
-
import { I as c } from "./Icon-
|
|
5
|
+
import { I as c } from "./Icon-DVRBNZZe.js";
|
|
6
6
|
const I = (n) => /* @__PURE__ */ e.createElement(c, { ...n }, /* @__PURE__ */ e.createElement(t, null)), s = (n) => /* @__PURE__ */ e.createElement(c, { ...n }, /* @__PURE__ */ e.createElement(o, null)), E = (n) => /* @__PURE__ */ e.createElement(c, { ...n }, /* @__PURE__ */ e.createElement(a, null));
|
|
7
7
|
export {
|
|
8
8
|
E as I,
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* */
|
|
3
3
|
import e from "react";
|
|
4
4
|
import { IconInfoCircle as t, IconCircleCheck as o, IconAlertCircle as r } from "@tabler/icons-react";
|
|
5
|
-
import { I as n } from "./Icon-
|
|
5
|
+
import { I as n } from "./Icon-DVRBNZZe.js";
|
|
6
6
|
const I = (c) => /* @__PURE__ */ e.createElement(n, { ...c }, /* @__PURE__ */ e.createElement(t, null)), s = (c) => /* @__PURE__ */ e.createElement(n, { ...c }, /* @__PURE__ */ e.createElement(o, null)), i = (c) => /* @__PURE__ */ e.createElement(n, { ...c }, /* @__PURE__ */ e.createElement(r, null));
|
|
7
7
|
export {
|
|
8
8
|
I,
|
package/dist/Icons.js
CHANGED
|
@@ -2,20 +2,20 @@
|
|
|
2
2
|
/* */
|
|
3
3
|
import n from "react";
|
|
4
4
|
import { IconAppWindow as o, IconArrowLeft as l, IconClock as c, IconChevronLeft as a, IconCalendarCheck as r, IconBuilding as I, IconLayoutBoard as m, IconDatabase as s, IconCalendar as E, IconTrash as u, IconWorld as i, IconMail as p, IconExternalLink as h, IconFilter as f, IconEyeCancel as d, IconHome as C, IconList as x, IconPower as S, IconUsersGroup as g, IconBell as v, IconArchive as b, IconDice3 as L, IconSearch as k, IconListSearch as w, IconServer as D, IconSettings as $, IconEye as M, IconAdjustmentsHorizontal as y, IconDoor as B, IconSubtask as H, IconHeadset as A, IconFileX as F, IconLayoutGrid as R } from "@tabler/icons-react";
|
|
5
|
-
import { I as t } from "./Icon-
|
|
6
|
-
import { I as ve } from "./IconCheck-
|
|
7
|
-
import { I as Le, a as ke } from "./IconCheckboxEmpty-
|
|
8
|
-
import { I as De } from "./IconCheckboxIndeterminate-
|
|
9
|
-
import { I as Me } from "./IconChevronDown-
|
|
10
|
-
import { I as Be } from "./IconChevronRight-
|
|
11
|
-
import { a as Ae, I as Fe, b as Re } from "./IconPlus-
|
|
12
|
-
import { I as Pe } from "./IconClose-
|
|
13
|
-
import { I as je } from "./IconContextMenu-
|
|
14
|
-
import { I as We } from "./IconCopy-
|
|
15
|
-
import { I as Oe } from "./IconDanger-
|
|
16
|
-
import { a as Ne, b as Xe, I as qe } from "./IconSucceeded-
|
|
17
|
-
import { I as Ke, a as Qe, b as Ye } from "./IconWarning-
|
|
18
|
-
import { a as _e, I as en } from "./IconRadioOn-
|
|
5
|
+
import { I as t } from "./Icon-DVRBNZZe.js";
|
|
6
|
+
import { I as ve } from "./IconCheck-D9Y94psR.js";
|
|
7
|
+
import { I as Le, a as ke } from "./IconCheckboxEmpty-BneZ_izo.js";
|
|
8
|
+
import { I as De } from "./IconCheckboxIndeterminate-DZM-0gVy.js";
|
|
9
|
+
import { I as Me } from "./IconChevronDown-D8WRADYa.js";
|
|
10
|
+
import { I as Be } from "./IconChevronRight-D2iaxujY.js";
|
|
11
|
+
import { a as Ae, I as Fe, b as Re } from "./IconPlus-WchYGpT1.js";
|
|
12
|
+
import { I as Pe } from "./IconClose-zpsdo5WH.js";
|
|
13
|
+
import { I as je } from "./IconContextMenu-D58YJ4YL.js";
|
|
14
|
+
import { I as We } from "./IconCopy-Dg12Fbk9.js";
|
|
15
|
+
import { I as Oe } from "./IconDanger-BKH4QbJ1.js";
|
|
16
|
+
import { a as Ne, b as Xe, I as qe } from "./IconSucceeded-d5GrQkmO.js";
|
|
17
|
+
import { I as Ke, a as Qe, b as Ye } from "./IconWarning-pPmXp5KC.js";
|
|
18
|
+
import { a as _e, I as en } from "./IconRadioOn-DNpq9Xk7.js";
|
|
19
19
|
const j = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(o, null)), z = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(l, null)), W = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(c, null)), G = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(a, null)), O = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(r, null)), U = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(I, null)), N = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(m, null)), X = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(s, null)), q = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(E, null)), J = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(u, null)), K = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(i, null)), Q = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(p, null)), Y = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(h, null)), Z = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(f, null)), _ = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(d, null)), ee = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(C, null)), ne = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(x, null)), te = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(S, null)), ce = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(g, null)), oe = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(v, null)), le = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(b, null)), ae = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(L, null)), re = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(k, null)), Ie = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(w, null)), me = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(D, null)), se = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement($, null)), Ee = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(M, null)), ue = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(y, null)), ie = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(B, null)), pe = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(H, null)), he = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(A, null)), fe = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(F, null)), de = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(R, null)), Ce = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(c, null)), xe = (e) => /* @__PURE__ */ n.createElement(
|
|
20
20
|
t,
|
|
21
21
|
{
|
package/dist/Image.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
"use client"
|
|
2
2
|
/* */
|
|
3
3
|
import t from "react";
|
|
4
|
-
import { C as
|
|
4
|
+
import { C as m } from "./ClearPropsContext-CeCMjUK9.js";
|
|
5
5
|
import "./propsContext-CauylOgH.js";
|
|
6
6
|
import "@react-aria/utils";
|
|
7
7
|
import "remeda";
|
|
8
|
-
import { f as
|
|
9
|
-
const
|
|
10
|
-
const
|
|
11
|
-
return /* @__PURE__ */ t.createElement(
|
|
8
|
+
import { f as a } from "./flowComponent-CEo3pjEA.js";
|
|
9
|
+
const c = a("Image", (e) => {
|
|
10
|
+
const { ref: r, ...o } = e;
|
|
11
|
+
return /* @__PURE__ */ t.createElement(m, null, /* @__PURE__ */ t.createElement("img", { ...o, ref: r }));
|
|
12
12
|
});
|
|
13
13
|
export {
|
|
14
|
-
|
|
15
|
-
|
|
14
|
+
c as Image,
|
|
15
|
+
c as default
|
|
16
16
|
};
|
package/dist/Initials.js
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
"use client"
|
|
2
2
|
/* */
|
|
3
3
|
import e from "react";
|
|
4
|
-
import
|
|
5
|
-
import { C as
|
|
4
|
+
import c from "clsx";
|
|
5
|
+
import { C as f } from "./ClearPropsContext-CeCMjUK9.js";
|
|
6
6
|
import "./propsContext-CauylOgH.js";
|
|
7
7
|
import "@react-aria/utils";
|
|
8
8
|
import "remeda";
|
|
9
|
-
import { onlyText as
|
|
10
|
-
import { f as
|
|
11
|
-
const
|
|
12
|
-
initials:
|
|
13
|
-
},
|
|
14
|
-
const { children: t, className: o } = i, s =
|
|
15
|
-
return /* @__PURE__ */ e.createElement(
|
|
9
|
+
import { onlyText as C } from "react-children-utilities";
|
|
10
|
+
import { f as u } from "./flowComponent-CEo3pjEA.js";
|
|
11
|
+
const x = (i) => i.replace(/[^\p{L}\s]/giu, "").split(" ").map((t) => t.trim()[0]).filter((t) => t !== void 0).map((t) => t.toUpperCase()).slice(0, 2), d = "flow--initials", E = {
|
|
12
|
+
initials: d
|
|
13
|
+
}, k = u("Initials", (i) => {
|
|
14
|
+
const { children: t, className: o, ref: n } = i, s = C(t), a = x(s), r = c(E.initials, o), l = a.map((m, p) => /* @__PURE__ */ e.createElement("span", { key: p }, m));
|
|
15
|
+
return /* @__PURE__ */ e.createElement(f, null, /* @__PURE__ */ e.createElement("div", { "aria-label": s, className: r, ref: n }, l));
|
|
16
16
|
});
|
|
17
17
|
export {
|
|
18
|
-
|
|
19
|
-
|
|
18
|
+
k as Initials,
|
|
19
|
+
k as default
|
|
20
20
|
};
|
package/dist/InlineAlert.js
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
"use client"
|
|
2
2
|
/* */
|
|
3
3
|
import e from "react";
|
|
4
|
-
import { C as
|
|
5
|
-
import { P as
|
|
4
|
+
import { C as m } from "./ClearPropsContext-CeCMjUK9.js";
|
|
5
|
+
import { P as f } from "./PropsContextProvider-BcOGMJkn.js";
|
|
6
6
|
import "@react-aria/utils";
|
|
7
7
|
import "./propsContext-CauylOgH.js";
|
|
8
8
|
import "remeda";
|
|
9
|
-
import
|
|
10
|
-
import { S as
|
|
11
|
-
import { f as
|
|
12
|
-
const
|
|
13
|
-
inlineAlert:
|
|
14
|
-
content:
|
|
15
|
-
statusIcon:
|
|
16
|
-
heading:
|
|
17
|
-
info:
|
|
18
|
-
warning:
|
|
19
|
-
danger:
|
|
20
|
-
success:
|
|
21
|
-
},
|
|
22
|
-
const { children: s, className: l, status: t = "info",
|
|
9
|
+
import p from "clsx";
|
|
10
|
+
import { S as d } from "./StatusIcon-gxczp9bZ.js";
|
|
11
|
+
import { f as u } from "./flowComponent-CEo3pjEA.js";
|
|
12
|
+
const w = "flow--inline-alert", g = "flow--inline-alert--content", C = "flow--inline-alert--status-icon", I = "flow--inline-alert--heading", N = "flow--inline-alert--info", h = "flow--inline-alert--warning", x = "flow--inline-alert--danger", A = "flow--inline-alert--success", n = {
|
|
13
|
+
inlineAlert: w,
|
|
14
|
+
content: g,
|
|
15
|
+
statusIcon: C,
|
|
16
|
+
heading: I,
|
|
17
|
+
info: N,
|
|
18
|
+
warning: h,
|
|
19
|
+
danger: x,
|
|
20
|
+
success: A
|
|
21
|
+
}, k = u("InlineAlert", (o) => {
|
|
22
|
+
const { children: s, className: l, status: t = "info", ref: r, ...a } = o, i = p(n.inlineAlert, n[t], l), c = {
|
|
23
23
|
Heading: {
|
|
24
24
|
className: n.heading,
|
|
25
25
|
level: 3
|
|
@@ -28,9 +28,9 @@ const u = "flow--inline-alert", w = "flow--inline-alert--content", g = "flow--in
|
|
|
28
28
|
className: n.content
|
|
29
29
|
}
|
|
30
30
|
};
|
|
31
|
-
return /* @__PURE__ */ e.createElement(
|
|
31
|
+
return /* @__PURE__ */ e.createElement(m, null, /* @__PURE__ */ e.createElement("aside", { ...a, className: i, ref: r }, /* @__PURE__ */ e.createElement(d, { className: n.statusIcon, status: t }), /* @__PURE__ */ e.createElement(f, { props: c }, s)));
|
|
32
32
|
});
|
|
33
33
|
export {
|
|
34
|
-
|
|
35
|
-
|
|
34
|
+
k as InlineAlert,
|
|
35
|
+
k as default
|
|
36
36
|
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use client"
|
|
2
|
+
/* */
|
|
3
|
+
import t from "react";
|
|
4
|
+
import * as c from "react-aria-components";
|
|
5
|
+
import f from "clsx";
|
|
6
|
+
import { C as b } from "./ClearPropsContext-CeCMjUK9.js";
|
|
7
|
+
import "./propsContext-CauylOgH.js";
|
|
8
|
+
import "@react-aria/utils";
|
|
9
|
+
import "remeda";
|
|
10
|
+
import { useLocalizedStringFormatter as C } from "react-aria";
|
|
11
|
+
import { f as L } from "./flowComponent-CEo3pjEA.js";
|
|
12
|
+
const d = "flow--label", u = {
|
|
13
|
+
label: d
|
|
14
|
+
}, E = {
|
|
15
|
+
"de-DE": {
|
|
16
|
+
"label.optional": "(optional)"
|
|
17
|
+
},
|
|
18
|
+
"en-EN": {
|
|
19
|
+
"label.optional": "(optional)"
|
|
20
|
+
}
|
|
21
|
+
}, z = L("Label", (l) => {
|
|
22
|
+
const {
|
|
23
|
+
children: e,
|
|
24
|
+
className: o,
|
|
25
|
+
optional: a,
|
|
26
|
+
ref: r,
|
|
27
|
+
unstyled: s = !1,
|
|
28
|
+
...n
|
|
29
|
+
} = l, m = C(E), i = s ? o : f(u.label, o), p = " " + m.format("label.optional");
|
|
30
|
+
return /* @__PURE__ */ t.createElement(b, null, /* @__PURE__ */ t.createElement(c.Label, { ...n, className: i, ref: r }, e, a && p));
|
|
31
|
+
});
|
|
32
|
+
export {
|
|
33
|
+
z as L
|
|
34
|
+
};
|
package/dist/Label.js
CHANGED
package/dist/LayoutCard.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
"use client"
|
|
2
2
|
/* */
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import { f as
|
|
6
|
-
const
|
|
7
|
-
layoutCard:
|
|
8
|
-
},
|
|
9
|
-
const { children: o, className: a, elementType: e = "div",
|
|
10
|
-
return /* @__PURE__ */
|
|
3
|
+
import m from "react";
|
|
4
|
+
import n from "clsx";
|
|
5
|
+
import { f as d } from "./flowComponent-CEo3pjEA.js";
|
|
6
|
+
const f = "flow--layout-card", u = {
|
|
7
|
+
layoutCard: f
|
|
8
|
+
}, i = d("LayoutCard", (t) => {
|
|
9
|
+
const { children: o, className: a, elementType: e = "div", ref: r, ...s } = t, l = n(u.layoutCard, a), c = e;
|
|
10
|
+
return /* @__PURE__ */ m.createElement(c, { className: l, ...s, ref: r }, o);
|
|
11
11
|
});
|
|
12
12
|
export {
|
|
13
|
-
|
|
14
|
-
|
|
13
|
+
i as LayoutCard,
|
|
14
|
+
i as default
|
|
15
15
|
};
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use client"
|
|
2
|
+
/* */
|
|
3
|
+
import o, { useContext as x } from "react";
|
|
4
|
+
import * as w from "react-aria-components";
|
|
5
|
+
import { C as y } from "./ClearPropsContext-CeCMjUK9.js";
|
|
6
|
+
import { P as L } from "./PropsContextProvider-BcOGMJkn.js";
|
|
7
|
+
import "@react-aria/utils";
|
|
8
|
+
import "./propsContext-CauylOgH.js";
|
|
9
|
+
import "remeda";
|
|
10
|
+
import P from "clsx";
|
|
11
|
+
import { f as g } from "./flowComponent-CEo3pjEA.js";
|
|
12
|
+
import { l as N } from "./context-BlNV7smK.js";
|
|
13
|
+
const E = "flow--link", v = "flow--link--inline", F = "flow--link--icon", h = "flow--link--primary", z = "flow--link--danger", n = {
|
|
14
|
+
link: E,
|
|
15
|
+
inline: v,
|
|
16
|
+
icon: F,
|
|
17
|
+
primary: h,
|
|
18
|
+
danger: z
|
|
19
|
+
}, G = g("Link", (t) => {
|
|
20
|
+
const {
|
|
21
|
+
children: i,
|
|
22
|
+
className: r,
|
|
23
|
+
variant: e = "default",
|
|
24
|
+
inline: s,
|
|
25
|
+
linkComponent: l,
|
|
26
|
+
unstyled: a = !1,
|
|
27
|
+
"aria-current": m,
|
|
28
|
+
ref: p,
|
|
29
|
+
...c
|
|
30
|
+
} = t, { linkComponent: k } = x(N), f = l ?? k ?? w.Link, C = a ? r : P(n.link, n[e], s && n.inline, r), u = {
|
|
31
|
+
Icon: {
|
|
32
|
+
className: n.icon,
|
|
33
|
+
size: "s"
|
|
34
|
+
}
|
|
35
|
+
}, d = {
|
|
36
|
+
"aria-current": m
|
|
37
|
+
};
|
|
38
|
+
return /* @__PURE__ */ o.createElement(y, null, /* @__PURE__ */ o.createElement(
|
|
39
|
+
f,
|
|
40
|
+
{
|
|
41
|
+
className: C,
|
|
42
|
+
...c,
|
|
43
|
+
...d,
|
|
44
|
+
ref: p
|
|
45
|
+
},
|
|
46
|
+
/* @__PURE__ */ o.createElement(L, { props: u }, i)
|
|
47
|
+
));
|
|
48
|
+
});
|
|
49
|
+
export {
|
|
50
|
+
G as L
|
|
51
|
+
};
|
package/dist/Link.js
CHANGED
package/dist/List.js
CHANGED
|
@@ -4,22 +4,21 @@ var Q = Object.defineProperty;
|
|
|
4
4
|
var X = (i, t, e) => t in i ? Q(i, t, { enumerable: !0, configurable: !0, writable: !0, value: e }) : i[t] = e;
|
|
5
5
|
var o = (i, t, e) => (X(i, typeof t != "symbol" ? t + "" : t, e), e);
|
|
6
6
|
import r, { createContext as Y, useContext as Z, createElement as _, useEffect as C, useState as tt, Suspense as et } from "react";
|
|
7
|
-
import
|
|
8
|
-
import
|
|
7
|
+
import { a as x, C as U, d as at } from "./ContextMenuItem-k4nwztKS.js";
|
|
8
|
+
import * as O from "react-aria-components";
|
|
9
|
+
import { MenuTrigger as st } from "react-aria-components";
|
|
10
|
+
import { T as b } from "./Text-D7C_T7CE.js";
|
|
11
|
+
import "@tabler/icons-react";
|
|
12
|
+
import "./Icon-DVRBNZZe.js";
|
|
13
|
+
import { I as $ } from "./IconChevronDown-D8WRADYa.js";
|
|
14
|
+
import { B as h } from "./Button-CdGfSPx-.js";
|
|
15
|
+
import H from "clsx";
|
|
9
16
|
import "./propsContext-CauylOgH.js";
|
|
10
17
|
import "@react-aria/utils";
|
|
11
|
-
import { times as
|
|
12
|
-
import "@mittwald/react-tunnel";
|
|
13
|
-
import U from "clsx";
|
|
14
|
-
import { a as O, C as $, d as rt } from "./ContextMenuItem-7xGNJkkK.js";
|
|
15
|
-
import { T as b } from "./Text-2sThcKor.js";
|
|
16
|
-
import "@tabler/icons-react";
|
|
17
|
-
import "html-react-parser";
|
|
18
|
-
import { I as H } from "./IconChevronDown-BmKMxrq1.js";
|
|
19
|
-
import { B as h } from "./Button-CUr754ra.js";
|
|
18
|
+
import { times as rt } from "remeda";
|
|
20
19
|
import "react-children-utilities";
|
|
21
20
|
import { useMessageFormatter as q, useLocalizedStringFormatter as K } from "react-aria";
|
|
22
|
-
import { I as nt } from "./IconClose-
|
|
21
|
+
import { I as nt } from "./IconClose-zpsdo5WH.js";
|
|
23
22
|
import { getProperty as it } from "dot-prop";
|
|
24
23
|
import { useReactTable as ot, getCoreRowModel as lt, getSortedRowModel as ct, getFilteredRowModel as ut, getPaginationRowModel as mt, getFacetedUniqueValues as dt } from "@tanstack/react-table";
|
|
25
24
|
import j from "invariant";
|
|
@@ -29,17 +28,16 @@ import { getAsyncResource as P } from "@mittwald/react-use-promise";
|
|
|
29
28
|
import { u as R } from "./useSelector-DpU7_HMO.js";
|
|
30
29
|
import { P as bt } from "./PropsContextProvider-BcOGMJkn.js";
|
|
31
30
|
import { W as St } from "./Wrap-DGT1h1o3.js";
|
|
32
|
-
import { L as yt } from "./Link-
|
|
33
|
-
import { I as Ct } from "./IconContextMenu-
|
|
31
|
+
import { L as yt } from "./Link-kCrtSVrZ.js";
|
|
32
|
+
import { I as Ct } from "./IconContextMenu-D58YJ4YL.js";
|
|
34
33
|
import { d as f, a as V } from "./deepFindOfType-6pG0fH7S.js";
|
|
35
|
-
import "./context-BlNV7smK.js";
|
|
36
34
|
import { I as vt } from "./InlineCode-CI8164C6.js";
|
|
37
35
|
import { ListLoaderAsyncResource as Ft } from "./List/ListLoaderAsyncResource.js";
|
|
38
36
|
const J = Y({}), m = () => Z(J).list, Tt = (i) => /* @__PURE__ */ r.createElement(r.Fragment, null, i.children()), Et = () => m().loader.getLoaderInvocationHooks().map((t, e) => /* @__PURE__ */ r.createElement(Tt, { key: e }, () => {
|
|
39
37
|
t();
|
|
40
38
|
})), wt = (i) => {
|
|
41
39
|
const { sorting: t } = i;
|
|
42
|
-
return /* @__PURE__ */ r.createElement(
|
|
40
|
+
return /* @__PURE__ */ r.createElement(x, { id: t.getTableColumn().id }, t.name);
|
|
43
41
|
}, g = {
|
|
44
42
|
"de-DE": {
|
|
45
43
|
options: "Optionen",
|
|
@@ -76,8 +74,8 @@ const J = Y({}), m = () => Z(J).list, Tt = (i) => /* @__PURE__ */ r.createElemen
|
|
|
76
74
|
},
|
|
77
75
|
"setSorting"
|
|
78
76
|
) : /* @__PURE__ */ r.createElement(v, { locales: g }, "sorting"));
|
|
79
|
-
return /* @__PURE__ */ r.createElement(
|
|
80
|
-
|
|
77
|
+
return /* @__PURE__ */ r.createElement(O.MenuTrigger, null, /* @__PURE__ */ r.createElement(h, { style: "soft", size: "s", variant: "secondary" }, a, /* @__PURE__ */ r.createElement($, null)), /* @__PURE__ */ r.createElement(
|
|
78
|
+
U,
|
|
81
79
|
{
|
|
82
80
|
selectionMode: "single",
|
|
83
81
|
selectedKeys: e ? [e.property] : [],
|
|
@@ -88,11 +86,11 @@ const J = Y({}), m = () => Z(J).list, Tt = (i) => /* @__PURE__ */ r.createElemen
|
|
|
88
86
|
t
|
|
89
87
|
));
|
|
90
88
|
}, It = (i) => {
|
|
91
|
-
const { filter: t } = i, e = t.values.map((n) => /* @__PURE__ */ r.createElement(
|
|
89
|
+
const { filter: t } = i, e = t.values.map((n) => /* @__PURE__ */ r.createElement(x, { key: t.getValueId(n), id: String(n) }, String(n))), a = t.values.filter((n) => t.isValueActive(n)).map((n) => String(n)), s = (n) => {
|
|
92
90
|
t.toggleValue(n);
|
|
93
91
|
};
|
|
94
|
-
return /* @__PURE__ */ r.createElement(
|
|
95
|
-
|
|
92
|
+
return /* @__PURE__ */ r.createElement(O.MenuTrigger, null, /* @__PURE__ */ r.createElement(h, { style: "soft", size: "s", variant: "secondary" }, /* @__PURE__ */ r.createElement(b, null, t.name ?? t.property), /* @__PURE__ */ r.createElement($, null)), /* @__PURE__ */ r.createElement(
|
|
93
|
+
U,
|
|
96
94
|
{
|
|
97
95
|
onAction: s,
|
|
98
96
|
selectionMode: "multiple",
|
|
@@ -132,7 +130,7 @@ const J = Y({}), m = () => Z(J).list, Tt = (i) => /* @__PURE__ */ r.createElemen
|
|
|
132
130
|
));
|
|
133
131
|
}, Rt = (i) => {
|
|
134
132
|
const { className: t } = i, a = m().filters.map((s) => /* @__PURE__ */ r.createElement(It, { key: s.property, filter: s }));
|
|
135
|
-
return /* @__PURE__ */ r.createElement("div", { className:
|
|
133
|
+
return /* @__PURE__ */ r.createElement("div", { className: H(t, M.header) }, /* @__PURE__ */ r.createElement("div", { className: M.pickerList }, /* @__PURE__ */ r.createElement(Lt, null), a), /* @__PURE__ */ r.createElement(Pt, null));
|
|
136
134
|
}, Vt = "flow--list", Mt = {
|
|
137
135
|
list: Vt
|
|
138
136
|
};
|
|
@@ -466,7 +464,7 @@ class w {
|
|
|
466
464
|
return this.loaderState.useMergedData();
|
|
467
465
|
}
|
|
468
466
|
getLoaderInvocationHooks() {
|
|
469
|
-
return
|
|
467
|
+
return rt(this.list.batches.getBatchIndex() + 1, (e) => e).map((e) => () => {
|
|
470
468
|
this.useLoadBatch(e);
|
|
471
469
|
});
|
|
472
470
|
}
|
|
@@ -572,7 +570,7 @@ const Kt = "flow--list--items--item-list", jt = "flow--list--items--is-loading",
|
|
|
572
570
|
content: Zt
|
|
573
571
|
}, _t = (i) => {
|
|
574
572
|
const { className: t, children: e } = i, a = K(g);
|
|
575
|
-
return /* @__PURE__ */ r.createElement(
|
|
573
|
+
return /* @__PURE__ */ r.createElement(st, null, /* @__PURE__ */ r.createElement(
|
|
576
574
|
h,
|
|
577
575
|
{
|
|
578
576
|
style: "plain",
|
|
@@ -582,7 +580,7 @@ const Kt = "flow--list--items--item-list", jt = "flow--list--items--is-loading",
|
|
|
582
580
|
/* @__PURE__ */ r.createElement(Ct, null)
|
|
583
581
|
), e);
|
|
584
582
|
}, te = (i) => {
|
|
585
|
-
const { children: t } = i, e =
|
|
583
|
+
const { children: t } = i, e = at(t, yt), a = {
|
|
586
584
|
Avatar: {
|
|
587
585
|
className: c.avatar
|
|
588
586
|
},
|
|
@@ -613,7 +611,7 @@ const Kt = "flow--list--items--item-list", jt = "flow--list--items--is-loading",
|
|
|
613
611
|
};
|
|
614
612
|
return /* @__PURE__ */ r.createElement(St, { if: !e }, /* @__PURE__ */ r.createElement("div", { className: c.item }, /* @__PURE__ */ r.createElement(bt, { props: s }, t)));
|
|
615
613
|
}, ee = (i) => /* @__PURE__ */ r.createElement(vt, null, JSON.stringify(i.data)), ae = (i) => {
|
|
616
|
-
const { className: t } = i, e = m(), a = e.loader.useIsLoading(), s = e.items.entries.map((l) => /* @__PURE__ */ r.createElement(te, { key: l.id }, /* @__PURE__ */ r.createElement(et, null, l.render()))), n =
|
|
614
|
+
const { className: t } = i, e = m(), a = e.loader.useIsLoading(), s = e.items.entries.map((l) => /* @__PURE__ */ r.createElement(te, { key: l.id }, /* @__PURE__ */ r.createElement(et, null, l.render()))), n = H(
|
|
617
615
|
z.itemList,
|
|
618
616
|
t,
|
|
619
617
|
a && z.isLoading
|
|
@@ -665,7 +663,7 @@ const le = "flow--list--footer", ce = {
|
|
|
665
663
|
t.format("showMore")
|
|
666
664
|
);
|
|
667
665
|
}, de = () => /* @__PURE__ */ r.createElement("div", { className: ce.footer }, /* @__PURE__ */ r.createElement(ue, null), /* @__PURE__ */ r.createElement(me, null));
|
|
668
|
-
function
|
|
666
|
+
function qe(i) {
|
|
669
667
|
var L, I, B, A;
|
|
670
668
|
const { children: t, batchSize: e, ...a } = i, s = (L = f(t, se)) == null ? void 0 : L.props, n = (I = f(
|
|
671
669
|
t,
|
|
@@ -702,11 +700,11 @@ function je(i) {
|
|
|
702
700
|
);
|
|
703
701
|
}
|
|
704
702
|
export {
|
|
705
|
-
|
|
703
|
+
qe as List,
|
|
706
704
|
re as ListFilter,
|
|
707
705
|
ie as ListItemView,
|
|
708
706
|
se as ListLoaderAsync,
|
|
709
707
|
ne as ListSorting,
|
|
710
708
|
oe as ListStaticData,
|
|
711
|
-
|
|
709
|
+
qe as default
|
|
712
710
|
};
|