@mittwald/flow-remote-react-components 0.2.0-alpha.15 → 0.2.0-alpha.17
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/index.js +394 -405
- package/dist/types/auto-generated/index.d.ts +0 -1
- package/dist/types/auto-generated/index.d.ts.map +1 -1
- package/dist/types/components/List.d.ts +1 -1
- package/dist/types/components/List.d.ts.map +1 -1
- package/dist/types/components/index.d.ts +2 -0
- package/dist/types/components/index.d.ts.map +1 -1
- package/package.json +5 -6
- package/dist/types/auto-generated/Action.d.ts +0 -4
- package/dist/types/auto-generated/Action.d.ts.map +0 -1
package/dist/index.js
CHANGED
|
@@ -2,11 +2,13 @@ import { createElement as v } from "react";
|
|
|
2
2
|
import { createRemoteComponent as i } from "@remote-dom/react";
|
|
3
3
|
import { isFlowComponentName as s } from "@mittwald/flow-react-components/hooks";
|
|
4
4
|
import { flowComponent as l, ViewComponentContextProvider as d } from "@mittwald/flow-react-components/internal";
|
|
5
|
-
import { RemoteAccordionElement as c,
|
|
6
|
-
import { List as
|
|
7
|
-
import { F as
|
|
5
|
+
import { RemoteAccordionElement as c, RemoteActionGroupElement as g, RemoteAlertElement as m, RemoteAlertBadgeElement as P, RemoteAlertIconElement as h, RemoteAlignElement as E, RemoteAvatarElement as S, RemoteBadgeElement as y, RemoteBreadcrumbElement as D, RemoteButtonElement as M, RemoteCheckboxElement as k, RemoteCheckboxButtonElement as T, RemoteCheckboxGroupElement as w, RemoteCodeBlockElement as U, RemoteColumnLayoutElement as b, RemoteContentElement as O, RemoteContextMenuElement as L, RemoteContextMenuSectionElement as f, RemoteContextMenuTriggerElement as R, RemoteContextualHelpElement as x, RemoteContextualHelpTriggerElement as I, RemoteCopyButtonElement as A, RemoteCounterBadgeElement as B, RemoteCountryOptionsElement as K, RemoteDatePickerElement as F, RemoteDateRangePickerElement as z, RemoteDivElement as W, RemoteFieldDescriptionElement as G, RemoteFieldErrorElement as H, RemoteFileCardElement as V, RemoteFileCardListElement as N, RemoteFileFieldElement as _, RemoteFragmentElement as j, RemoteHeaderElement as q, RemoteHeaderNavigationElement as J, RemoteHeadingElement as Q, RemoteIconElement as X, RemoteIllustratedMessageElement as Y, RemoteImageElement as Z, RemoteInitialsElement as $, RemoteInlineCodeElement as ee, RemoteItemsGridListElement as te, RemoteItemsGridListItemElement as ne, RemoteLabelElement as oe, RemoteLabeledValueElement as ae, RemoteLayoutCardElement as re, RemoteLightBoxElement as ue, RemoteLightBoxTriggerElement as pe, RemoteLinkElement as Ce, RemoteListEmptyViewElement as ve, RemoteListSummaryElement as ie, RemoteLoadingSpinnerElement as se, RemoteMarkdownElement as le, RemoteMenuItemElement as de, RemoteMessageElement as ce, RemoteModalElement as ge, RemoteModalTriggerElement as me, RemoteNavigationElement as Pe, RemoteNavigationGroupElement as he, RemoteNotificationElement as Ee, RemoteNotificationProviderElement as Se, RemoteNumberFieldElement as ye, RemoteOptionElement as De, RemotePopoverElement as Me, RemotePopoverTriggerElement as ke, RemoteProgressBarElement as Te, RemoteRadioElement as we, RemoteRadioButtonElement as Ue, RemoteRadioGroupElement as be, RemoteSearchFieldElement as Oe, RemoteSectionElement as Le, RemoteSegmentElement as fe, RemoteSegmentedControlElement as Re, RemoteSelectElement as xe, RemoteSeparatorElement as Ie, RemoteSkeletonElement as Ae, RemoteSkeletonTextElement as Be, RemoteSliderElement as Ke, RemoteSwitchElement as Fe, RemoteTabElement as ze, RemoteTabTitleElement as We, RemoteTableElement as Ge, RemoteTableBodyElement as He, RemoteTableCellElement as Ve, RemoteTableColumnElement as Ne, RemoteTableFooterRowElement as _e, RemoteTableHeaderElement as je, RemoteTableRowElement as qe, RemoteTabsElement as Je, RemoteTextElement as Qe, RemoteTextAreaElement as Xe, RemoteTextFieldElement as Ye, RemoteTimeFieldElement as Ze, RemoteTooltipElement as $e, RemoteTooltipTriggerElement as et } from "@mittwald/flow-remote-elements";
|
|
6
|
+
import { List as to, ListItemView as no, typedList as oo } from "@mittwald/flow-react-components/List";
|
|
7
|
+
import { F as ro } from "./Form-BUs7JQQh.js";
|
|
8
8
|
import { jsx as a } from "react/jsx-runtime";
|
|
9
|
-
import { connectHostIframeRef as
|
|
9
|
+
import { connectHostIframeRef as tt } from "@mittwald/flow-remote-core";
|
|
10
|
+
export * from "@mittwald/flow-react-components/Wrap";
|
|
11
|
+
export * from "@mittwald/flow-react-components/Action";
|
|
10
12
|
function e(t, n, r = customElements.get(t), {
|
|
11
13
|
slotProps: u = !0,
|
|
12
14
|
eventProps: p = {}
|
|
@@ -17,7 +19,7 @@ function e(t, n, r = customElements.get(t), {
|
|
|
17
19
|
});
|
|
18
20
|
return s(n) ? l(n, (C) => v(o, C)) : o;
|
|
19
21
|
}
|
|
20
|
-
const
|
|
22
|
+
const nt = e(
|
|
21
23
|
"flr-accordion",
|
|
22
24
|
"Accordion",
|
|
23
25
|
c,
|
|
@@ -204,32 +206,20 @@ const ot = e(
|
|
|
204
206
|
onWheelCapture: { event: "wheelCapture" }
|
|
205
207
|
}
|
|
206
208
|
}
|
|
207
|
-
),
|
|
208
|
-
"flr-action",
|
|
209
|
-
"Action",
|
|
210
|
-
g,
|
|
211
|
-
{
|
|
212
|
-
slotProps: {
|
|
213
|
-
wrapper: !1
|
|
214
|
-
},
|
|
215
|
-
eventProps: {
|
|
216
|
-
onAction: { event: "action" }
|
|
217
|
-
}
|
|
218
|
-
}
|
|
219
|
-
), rt = e(
|
|
209
|
+
), ot = e(
|
|
220
210
|
"flr-action-group",
|
|
221
211
|
"ActionGroup",
|
|
222
|
-
|
|
212
|
+
g,
|
|
223
213
|
{
|
|
224
214
|
slotProps: {
|
|
225
215
|
wrapper: !1
|
|
226
216
|
},
|
|
227
217
|
eventProps: {}
|
|
228
218
|
}
|
|
229
|
-
),
|
|
219
|
+
), at = e(
|
|
230
220
|
"flr-alert",
|
|
231
221
|
"Alert",
|
|
232
|
-
|
|
222
|
+
m,
|
|
233
223
|
{
|
|
234
224
|
slotProps: {
|
|
235
225
|
wrapper: !1
|
|
@@ -413,20 +403,20 @@ const ot = e(
|
|
|
413
403
|
onWheelCapture: { event: "wheelCapture" }
|
|
414
404
|
}
|
|
415
405
|
}
|
|
416
|
-
),
|
|
406
|
+
), rt = e(
|
|
417
407
|
"flr-alert-badge",
|
|
418
408
|
"AlertBadge",
|
|
419
|
-
|
|
409
|
+
P,
|
|
420
410
|
{
|
|
421
411
|
slotProps: {
|
|
422
412
|
wrapper: !1
|
|
423
413
|
},
|
|
424
414
|
eventProps: {}
|
|
425
415
|
}
|
|
426
|
-
),
|
|
416
|
+
), ut = e(
|
|
427
417
|
"flr-alert-icon",
|
|
428
418
|
"AlertIcon",
|
|
429
|
-
|
|
419
|
+
h,
|
|
430
420
|
{
|
|
431
421
|
slotProps: {
|
|
432
422
|
wrapper: !1
|
|
@@ -610,30 +600,30 @@ const ot = e(
|
|
|
610
600
|
onWheelCapture: { event: "wheelCapture" }
|
|
611
601
|
}
|
|
612
602
|
}
|
|
613
|
-
),
|
|
603
|
+
), pt = e(
|
|
614
604
|
"flr-align",
|
|
615
605
|
"Align",
|
|
616
|
-
|
|
606
|
+
E,
|
|
617
607
|
{
|
|
618
608
|
slotProps: {
|
|
619
609
|
wrapper: !1
|
|
620
610
|
},
|
|
621
611
|
eventProps: {}
|
|
622
612
|
}
|
|
623
|
-
),
|
|
613
|
+
), Ct = e(
|
|
624
614
|
"flr-avatar",
|
|
625
615
|
"Avatar",
|
|
626
|
-
|
|
616
|
+
S,
|
|
627
617
|
{
|
|
628
618
|
slotProps: {
|
|
629
619
|
wrapper: !1
|
|
630
620
|
},
|
|
631
621
|
eventProps: {}
|
|
632
622
|
}
|
|
633
|
-
),
|
|
623
|
+
), vt = e(
|
|
634
624
|
"flr-badge",
|
|
635
625
|
"Badge",
|
|
636
|
-
|
|
626
|
+
y,
|
|
637
627
|
{
|
|
638
628
|
slotProps: {
|
|
639
629
|
wrapper: !1
|
|
@@ -643,10 +633,10 @@ const ot = e(
|
|
|
643
633
|
onPress: { event: "press" }
|
|
644
634
|
}
|
|
645
635
|
}
|
|
646
|
-
),
|
|
636
|
+
), it = e(
|
|
647
637
|
"flr-breadcrumb",
|
|
648
638
|
"Breadcrumb",
|
|
649
|
-
|
|
639
|
+
D,
|
|
650
640
|
{
|
|
651
641
|
slotProps: {
|
|
652
642
|
wrapper: !1
|
|
@@ -655,10 +645,10 @@ const ot = e(
|
|
|
655
645
|
onAction: { event: "action" }
|
|
656
646
|
}
|
|
657
647
|
}
|
|
658
|
-
),
|
|
648
|
+
), st = e(
|
|
659
649
|
"flr-button",
|
|
660
650
|
"Button",
|
|
661
|
-
|
|
651
|
+
M,
|
|
662
652
|
{
|
|
663
653
|
slotProps: {
|
|
664
654
|
wrapper: !1
|
|
@@ -679,10 +669,10 @@ const ot = e(
|
|
|
679
669
|
onPressUp: { event: "pressUp" }
|
|
680
670
|
}
|
|
681
671
|
}
|
|
682
|
-
),
|
|
672
|
+
), lt = e(
|
|
683
673
|
"flr-checkbox",
|
|
684
674
|
"Checkbox",
|
|
685
|
-
|
|
675
|
+
k,
|
|
686
676
|
{
|
|
687
677
|
slotProps: {
|
|
688
678
|
wrapper: !1
|
|
@@ -699,10 +689,10 @@ const ot = e(
|
|
|
699
689
|
onKeyUp: { event: "keyUp" }
|
|
700
690
|
}
|
|
701
691
|
}
|
|
702
|
-
),
|
|
692
|
+
), dt = e(
|
|
703
693
|
"flr-checkbox-button",
|
|
704
694
|
"CheckboxButton",
|
|
705
|
-
|
|
695
|
+
T,
|
|
706
696
|
{
|
|
707
697
|
slotProps: {
|
|
708
698
|
wrapper: !1
|
|
@@ -719,10 +709,10 @@ const ot = e(
|
|
|
719
709
|
onKeyUp: { event: "keyUp" }
|
|
720
710
|
}
|
|
721
711
|
}
|
|
722
|
-
),
|
|
712
|
+
), ct = e(
|
|
723
713
|
"flr-checkbox-group",
|
|
724
714
|
"CheckboxGroup",
|
|
725
|
-
|
|
715
|
+
w,
|
|
726
716
|
{
|
|
727
717
|
slotProps: {
|
|
728
718
|
wrapper: !1
|
|
@@ -734,20 +724,20 @@ const ot = e(
|
|
|
734
724
|
onFocusChange: { event: "focusChange" }
|
|
735
725
|
}
|
|
736
726
|
}
|
|
737
|
-
),
|
|
727
|
+
), gt = e(
|
|
738
728
|
"flr-code-block",
|
|
739
729
|
"CodeBlock",
|
|
740
|
-
|
|
730
|
+
U,
|
|
741
731
|
{
|
|
742
732
|
slotProps: {
|
|
743
733
|
wrapper: !1
|
|
744
734
|
},
|
|
745
735
|
eventProps: {}
|
|
746
736
|
}
|
|
747
|
-
),
|
|
737
|
+
), mt = e(
|
|
748
738
|
"flr-column-layout",
|
|
749
739
|
"ColumnLayout",
|
|
750
|
-
|
|
740
|
+
b,
|
|
751
741
|
{
|
|
752
742
|
slotProps: {
|
|
753
743
|
wrapper: !1
|
|
@@ -931,10 +921,10 @@ const ot = e(
|
|
|
931
921
|
onWheelCapture: { event: "wheelCapture" }
|
|
932
922
|
}
|
|
933
923
|
}
|
|
934
|
-
),
|
|
924
|
+
), Pt = e(
|
|
935
925
|
"flr-content",
|
|
936
926
|
"Content",
|
|
937
|
-
|
|
927
|
+
O,
|
|
938
928
|
{
|
|
939
929
|
slotProps: {
|
|
940
930
|
wrapper: !1
|
|
@@ -1118,10 +1108,10 @@ const ot = e(
|
|
|
1118
1108
|
onWheelCapture: { event: "wheelCapture" }
|
|
1119
1109
|
}
|
|
1120
1110
|
}
|
|
1121
|
-
),
|
|
1111
|
+
), ht = e(
|
|
1122
1112
|
"flr-context-menu",
|
|
1123
1113
|
"ContextMenu",
|
|
1124
|
-
|
|
1114
|
+
L,
|
|
1125
1115
|
{
|
|
1126
1116
|
slotProps: {
|
|
1127
1117
|
wrapper: !1
|
|
@@ -1132,30 +1122,30 @@ const ot = e(
|
|
|
1132
1122
|
onSelectionChange: { event: "selectionChange" }
|
|
1133
1123
|
}
|
|
1134
1124
|
}
|
|
1135
|
-
),
|
|
1125
|
+
), Et = e(
|
|
1136
1126
|
"flr-context-menu-section",
|
|
1137
1127
|
"ContextMenuSection",
|
|
1138
|
-
|
|
1128
|
+
f,
|
|
1139
1129
|
{
|
|
1140
1130
|
slotProps: {
|
|
1141
1131
|
wrapper: !1
|
|
1142
1132
|
},
|
|
1143
1133
|
eventProps: {}
|
|
1144
1134
|
}
|
|
1145
|
-
),
|
|
1135
|
+
), St = e(
|
|
1146
1136
|
"flr-context-menu-trigger",
|
|
1147
1137
|
"ContextMenuTrigger",
|
|
1148
|
-
|
|
1138
|
+
R,
|
|
1149
1139
|
{
|
|
1150
1140
|
slotProps: {
|
|
1151
1141
|
wrapper: !1
|
|
1152
1142
|
},
|
|
1153
1143
|
eventProps: {}
|
|
1154
1144
|
}
|
|
1155
|
-
),
|
|
1145
|
+
), yt = e(
|
|
1156
1146
|
"flr-contextual-help",
|
|
1157
1147
|
"ContextualHelp",
|
|
1158
|
-
|
|
1148
|
+
x,
|
|
1159
1149
|
{
|
|
1160
1150
|
slotProps: {
|
|
1161
1151
|
wrapper: !1
|
|
@@ -1164,20 +1154,20 @@ const ot = e(
|
|
|
1164
1154
|
onOpenChange: { event: "openChange" }
|
|
1165
1155
|
}
|
|
1166
1156
|
}
|
|
1167
|
-
),
|
|
1157
|
+
), Dt = e(
|
|
1168
1158
|
"flr-contextual-help-trigger",
|
|
1169
1159
|
"ContextualHelpTrigger",
|
|
1170
|
-
|
|
1160
|
+
I,
|
|
1171
1161
|
{
|
|
1172
1162
|
slotProps: {
|
|
1173
1163
|
wrapper: !1
|
|
1174
1164
|
},
|
|
1175
1165
|
eventProps: {}
|
|
1176
1166
|
}
|
|
1177
|
-
),
|
|
1167
|
+
), Mt = e(
|
|
1178
1168
|
"flr-copy-button",
|
|
1179
1169
|
"CopyButton",
|
|
1180
|
-
|
|
1170
|
+
A,
|
|
1181
1171
|
{
|
|
1182
1172
|
slotProps: {
|
|
1183
1173
|
wrapper: !1
|
|
@@ -1197,10 +1187,10 @@ const ot = e(
|
|
|
1197
1187
|
onPressUp: { event: "pressUp" }
|
|
1198
1188
|
}
|
|
1199
1189
|
}
|
|
1200
|
-
),
|
|
1190
|
+
), kt = e(
|
|
1201
1191
|
"flr-counter-badge",
|
|
1202
1192
|
"CounterBadge",
|
|
1203
|
-
|
|
1193
|
+
B,
|
|
1204
1194
|
{
|
|
1205
1195
|
slotProps: {
|
|
1206
1196
|
wrapper: !1
|
|
@@ -1384,10 +1374,10 @@ const ot = e(
|
|
|
1384
1374
|
onWheelCapture: { event: "wheelCapture" }
|
|
1385
1375
|
}
|
|
1386
1376
|
}
|
|
1387
|
-
),
|
|
1377
|
+
), Tt = e(
|
|
1388
1378
|
"flr-country-options",
|
|
1389
1379
|
"CountryOptions",
|
|
1390
|
-
|
|
1380
|
+
K,
|
|
1391
1381
|
{
|
|
1392
1382
|
slotProps: {
|
|
1393
1383
|
wrapper: !1
|
|
@@ -1401,10 +1391,10 @@ const ot = e(
|
|
|
1401
1391
|
onSelectionChange: { event: "selectionChange" }
|
|
1402
1392
|
}
|
|
1403
1393
|
}
|
|
1404
|
-
),
|
|
1394
|
+
), wt = e(
|
|
1405
1395
|
"flr-date-picker",
|
|
1406
1396
|
"DatePicker",
|
|
1407
|
-
|
|
1397
|
+
F,
|
|
1408
1398
|
{
|
|
1409
1399
|
slotProps: {
|
|
1410
1400
|
wrapper: !1
|
|
@@ -1419,10 +1409,10 @@ const ot = e(
|
|
|
1419
1409
|
onOpenChange: { event: "openChange" }
|
|
1420
1410
|
}
|
|
1421
1411
|
}
|
|
1422
|
-
),
|
|
1412
|
+
), Ut = e(
|
|
1423
1413
|
"flr-date-range-picker",
|
|
1424
1414
|
"DateRangePicker",
|
|
1425
|
-
|
|
1415
|
+
z,
|
|
1426
1416
|
{
|
|
1427
1417
|
slotProps: {
|
|
1428
1418
|
wrapper: !1
|
|
@@ -1437,20 +1427,20 @@ const ot = e(
|
|
|
1437
1427
|
onOpenChange: { event: "openChange" }
|
|
1438
1428
|
}
|
|
1439
1429
|
}
|
|
1440
|
-
),
|
|
1430
|
+
), bt = e(
|
|
1441
1431
|
"flr-div",
|
|
1442
1432
|
"Div",
|
|
1443
|
-
|
|
1433
|
+
W,
|
|
1444
1434
|
{
|
|
1445
1435
|
slotProps: {
|
|
1446
1436
|
wrapper: !1
|
|
1447
1437
|
},
|
|
1448
1438
|
eventProps: {}
|
|
1449
1439
|
}
|
|
1450
|
-
),
|
|
1440
|
+
), Ot = e(
|
|
1451
1441
|
"flr-field-description",
|
|
1452
1442
|
"FieldDescription",
|
|
1453
|
-
|
|
1443
|
+
G,
|
|
1454
1444
|
{
|
|
1455
1445
|
slotProps: {
|
|
1456
1446
|
wrapper: !1
|
|
@@ -1634,20 +1624,20 @@ const ot = e(
|
|
|
1634
1624
|
onWheelCapture: { event: "wheelCapture" }
|
|
1635
1625
|
}
|
|
1636
1626
|
}
|
|
1637
|
-
),
|
|
1627
|
+
), Lt = e(
|
|
1638
1628
|
"flr-field-error",
|
|
1639
1629
|
"FieldError",
|
|
1640
|
-
|
|
1630
|
+
H,
|
|
1641
1631
|
{
|
|
1642
1632
|
slotProps: {
|
|
1643
1633
|
wrapper: !1
|
|
1644
1634
|
},
|
|
1645
1635
|
eventProps: {}
|
|
1646
1636
|
}
|
|
1647
|
-
),
|
|
1637
|
+
), ft = e(
|
|
1648
1638
|
"flr-file-card",
|
|
1649
1639
|
"FileCard",
|
|
1650
|
-
|
|
1640
|
+
V,
|
|
1651
1641
|
{
|
|
1652
1642
|
slotProps: {
|
|
1653
1643
|
wrapper: !1
|
|
@@ -1833,10 +1823,10 @@ const ot = e(
|
|
|
1833
1823
|
onWheelCapture: { event: "wheelCapture" }
|
|
1834
1824
|
}
|
|
1835
1825
|
}
|
|
1836
|
-
),
|
|
1826
|
+
), Rt = e(
|
|
1837
1827
|
"flr-file-card-list",
|
|
1838
1828
|
"FileCardList",
|
|
1839
|
-
|
|
1829
|
+
N,
|
|
1840
1830
|
{
|
|
1841
1831
|
slotProps: {
|
|
1842
1832
|
wrapper: !1
|
|
@@ -2020,10 +2010,10 @@ const ot = e(
|
|
|
2020
2010
|
onWheelCapture: { event: "wheelCapture" }
|
|
2021
2011
|
}
|
|
2022
2012
|
}
|
|
2023
|
-
),
|
|
2013
|
+
), xt = e(
|
|
2024
2014
|
"flr-file-field",
|
|
2025
2015
|
"FileField",
|
|
2026
|
-
|
|
2016
|
+
_,
|
|
2027
2017
|
{
|
|
2028
2018
|
slotProps: {
|
|
2029
2019
|
wrapper: !1
|
|
@@ -2032,20 +2022,20 @@ const ot = e(
|
|
|
2032
2022
|
onChange: { event: "change" }
|
|
2033
2023
|
}
|
|
2034
2024
|
}
|
|
2035
|
-
),
|
|
2025
|
+
), It = e(
|
|
2036
2026
|
"flr-fragment",
|
|
2037
2027
|
"Fragment",
|
|
2038
|
-
|
|
2028
|
+
j,
|
|
2039
2029
|
{
|
|
2040
2030
|
slotProps: {
|
|
2041
2031
|
wrapper: !1
|
|
2042
2032
|
},
|
|
2043
2033
|
eventProps: {}
|
|
2044
2034
|
}
|
|
2045
|
-
),
|
|
2035
|
+
), At = e(
|
|
2046
2036
|
"flr-header",
|
|
2047
2037
|
"Header",
|
|
2048
|
-
|
|
2038
|
+
q,
|
|
2049
2039
|
{
|
|
2050
2040
|
slotProps: {
|
|
2051
2041
|
wrapper: !1
|
|
@@ -2229,10 +2219,10 @@ const ot = e(
|
|
|
2229
2219
|
onWheelCapture: { event: "wheelCapture" }
|
|
2230
2220
|
}
|
|
2231
2221
|
}
|
|
2232
|
-
),
|
|
2222
|
+
), Bt = e(
|
|
2233
2223
|
"flr-header-navigation",
|
|
2234
2224
|
"HeaderNavigation",
|
|
2235
|
-
|
|
2225
|
+
J,
|
|
2236
2226
|
{
|
|
2237
2227
|
slotProps: {
|
|
2238
2228
|
wrapper: !1
|
|
@@ -2416,10 +2406,10 @@ const ot = e(
|
|
|
2416
2406
|
onWheelCapture: { event: "wheelCapture" }
|
|
2417
2407
|
}
|
|
2418
2408
|
}
|
|
2419
|
-
),
|
|
2409
|
+
), Kt = e(
|
|
2420
2410
|
"flr-heading",
|
|
2421
2411
|
"Heading",
|
|
2422
|
-
|
|
2412
|
+
Q,
|
|
2423
2413
|
{
|
|
2424
2414
|
slotProps: {
|
|
2425
2415
|
wrapper: !1
|
|
@@ -2603,10 +2593,10 @@ const ot = e(
|
|
|
2603
2593
|
onWheelCapture: { event: "wheelCapture" }
|
|
2604
2594
|
}
|
|
2605
2595
|
}
|
|
2606
|
-
),
|
|
2596
|
+
), Ft = e(
|
|
2607
2597
|
"flr-icon",
|
|
2608
2598
|
"Icon",
|
|
2609
|
-
|
|
2599
|
+
X,
|
|
2610
2600
|
{
|
|
2611
2601
|
slotProps: {
|
|
2612
2602
|
wrapper: !1
|
|
@@ -2790,10 +2780,10 @@ const ot = e(
|
|
|
2790
2780
|
onWheelCapture: { event: "wheelCapture" }
|
|
2791
2781
|
}
|
|
2792
2782
|
}
|
|
2793
|
-
),
|
|
2783
|
+
), zt = e(
|
|
2794
2784
|
"flr-illustrated-message",
|
|
2795
2785
|
"IllustratedMessage",
|
|
2796
|
-
|
|
2786
|
+
Y,
|
|
2797
2787
|
{
|
|
2798
2788
|
slotProps: {
|
|
2799
2789
|
wrapper: !1
|
|
@@ -2977,10 +2967,10 @@ const ot = e(
|
|
|
2977
2967
|
onWheelCapture: { event: "wheelCapture" }
|
|
2978
2968
|
}
|
|
2979
2969
|
}
|
|
2980
|
-
),
|
|
2970
|
+
), Wt = e(
|
|
2981
2971
|
"flr-image",
|
|
2982
2972
|
"Image",
|
|
2983
|
-
|
|
2973
|
+
Z,
|
|
2984
2974
|
{
|
|
2985
2975
|
slotProps: {
|
|
2986
2976
|
wrapper: !1
|
|
@@ -3164,20 +3154,20 @@ const ot = e(
|
|
|
3164
3154
|
onWheelCapture: { event: "wheelCapture" }
|
|
3165
3155
|
}
|
|
3166
3156
|
}
|
|
3167
|
-
),
|
|
3157
|
+
), Gt = e(
|
|
3168
3158
|
"flr-initials",
|
|
3169
3159
|
"Initials",
|
|
3170
|
-
|
|
3160
|
+
$,
|
|
3171
3161
|
{
|
|
3172
3162
|
slotProps: {
|
|
3173
3163
|
wrapper: !1
|
|
3174
3164
|
},
|
|
3175
3165
|
eventProps: {}
|
|
3176
3166
|
}
|
|
3177
|
-
),
|
|
3167
|
+
), Ht = e(
|
|
3178
3168
|
"flr-inline-code",
|
|
3179
3169
|
"InlineCode",
|
|
3180
|
-
|
|
3170
|
+
ee,
|
|
3181
3171
|
{
|
|
3182
3172
|
slotProps: {
|
|
3183
3173
|
wrapper: !1
|
|
@@ -3361,10 +3351,10 @@ const ot = e(
|
|
|
3361
3351
|
onWheelCapture: { event: "wheelCapture" }
|
|
3362
3352
|
}
|
|
3363
3353
|
}
|
|
3364
|
-
),
|
|
3354
|
+
), Vt = e(
|
|
3365
3355
|
"flr-items-grid-list",
|
|
3366
3356
|
"ItemsGridList",
|
|
3367
|
-
|
|
3357
|
+
te,
|
|
3368
3358
|
{
|
|
3369
3359
|
slotProps: {
|
|
3370
3360
|
wrapper: !1
|
|
@@ -3375,10 +3365,10 @@ const ot = e(
|
|
|
3375
3365
|
onSelectionChange: { event: "selectionChange" }
|
|
3376
3366
|
}
|
|
3377
3367
|
}
|
|
3378
|
-
),
|
|
3368
|
+
), Nt = e(
|
|
3379
3369
|
"flr-items-grid-list-item",
|
|
3380
3370
|
"ItemsGridListItem",
|
|
3381
|
-
|
|
3371
|
+
ne,
|
|
3382
3372
|
{
|
|
3383
3373
|
slotProps: {
|
|
3384
3374
|
wrapper: !1
|
|
@@ -3390,10 +3380,10 @@ const ot = e(
|
|
|
3390
3380
|
onHoverStart: { event: "hoverStart" }
|
|
3391
3381
|
}
|
|
3392
3382
|
}
|
|
3393
|
-
),
|
|
3383
|
+
), _t = e(
|
|
3394
3384
|
"flr-label",
|
|
3395
3385
|
"Label",
|
|
3396
|
-
|
|
3386
|
+
oe,
|
|
3397
3387
|
{
|
|
3398
3388
|
slotProps: {
|
|
3399
3389
|
wrapper: !1
|
|
@@ -3577,20 +3567,20 @@ const ot = e(
|
|
|
3577
3567
|
onWheelCapture: { event: "wheelCapture" }
|
|
3578
3568
|
}
|
|
3579
3569
|
}
|
|
3580
|
-
),
|
|
3570
|
+
), jt = e(
|
|
3581
3571
|
"flr-labeled-value",
|
|
3582
3572
|
"LabeledValue",
|
|
3583
|
-
|
|
3573
|
+
ae,
|
|
3584
3574
|
{
|
|
3585
3575
|
slotProps: {
|
|
3586
3576
|
wrapper: !1
|
|
3587
3577
|
},
|
|
3588
3578
|
eventProps: {}
|
|
3589
3579
|
}
|
|
3590
|
-
),
|
|
3580
|
+
), qt = e(
|
|
3591
3581
|
"flr-layout-card",
|
|
3592
3582
|
"LayoutCard",
|
|
3593
|
-
|
|
3583
|
+
re,
|
|
3594
3584
|
{
|
|
3595
3585
|
slotProps: {
|
|
3596
3586
|
wrapper: !1
|
|
@@ -3774,30 +3764,30 @@ const ot = e(
|
|
|
3774
3764
|
onWheelCapture: { event: "wheelCapture" }
|
|
3775
3765
|
}
|
|
3776
3766
|
}
|
|
3777
|
-
),
|
|
3767
|
+
), Jt = e(
|
|
3778
3768
|
"flr-light-box",
|
|
3779
3769
|
"LightBox",
|
|
3780
|
-
|
|
3770
|
+
ue,
|
|
3781
3771
|
{
|
|
3782
3772
|
slotProps: {
|
|
3783
3773
|
wrapper: !1
|
|
3784
3774
|
},
|
|
3785
3775
|
eventProps: {}
|
|
3786
3776
|
}
|
|
3787
|
-
),
|
|
3777
|
+
), Qt = e(
|
|
3788
3778
|
"flr-light-box-trigger",
|
|
3789
3779
|
"LightBoxTrigger",
|
|
3790
|
-
|
|
3780
|
+
pe,
|
|
3791
3781
|
{
|
|
3792
3782
|
slotProps: {
|
|
3793
3783
|
wrapper: !1
|
|
3794
3784
|
},
|
|
3795
3785
|
eventProps: {}
|
|
3796
3786
|
}
|
|
3797
|
-
),
|
|
3787
|
+
), Xt = e(
|
|
3798
3788
|
"flr-link",
|
|
3799
3789
|
"Link",
|
|
3800
|
-
|
|
3790
|
+
Ce,
|
|
3801
3791
|
{
|
|
3802
3792
|
slotProps: {
|
|
3803
3793
|
wrapper: !1
|
|
@@ -3818,30 +3808,30 @@ const ot = e(
|
|
|
3818
3808
|
onPressUp: { event: "pressUp" }
|
|
3819
3809
|
}
|
|
3820
3810
|
}
|
|
3821
|
-
),
|
|
3811
|
+
), Yt = e(
|
|
3822
3812
|
"flr-list-empty-view",
|
|
3823
3813
|
"ListEmptyView",
|
|
3824
|
-
|
|
3814
|
+
ve,
|
|
3825
3815
|
{
|
|
3826
3816
|
slotProps: {
|
|
3827
3817
|
wrapper: !1
|
|
3828
3818
|
},
|
|
3829
3819
|
eventProps: {}
|
|
3830
3820
|
}
|
|
3831
|
-
),
|
|
3821
|
+
), Zt = e(
|
|
3832
3822
|
"flr-list-summary",
|
|
3833
3823
|
"ListSummary",
|
|
3834
|
-
|
|
3824
|
+
ie,
|
|
3835
3825
|
{
|
|
3836
3826
|
slotProps: {
|
|
3837
3827
|
wrapper: !1
|
|
3838
3828
|
},
|
|
3839
3829
|
eventProps: {}
|
|
3840
3830
|
}
|
|
3841
|
-
),
|
|
3831
|
+
), $t = e(
|
|
3842
3832
|
"flr-loading-spinner",
|
|
3843
3833
|
"LoadingSpinner",
|
|
3844
|
-
|
|
3834
|
+
se,
|
|
3845
3835
|
{
|
|
3846
3836
|
slotProps: {
|
|
3847
3837
|
wrapper: !1
|
|
@@ -4025,20 +4015,20 @@ const ot = e(
|
|
|
4025
4015
|
onWheelCapture: { event: "wheelCapture" }
|
|
4026
4016
|
}
|
|
4027
4017
|
}
|
|
4028
|
-
),
|
|
4018
|
+
), en = e(
|
|
4029
4019
|
"flr-markdown",
|
|
4030
4020
|
"Markdown",
|
|
4031
|
-
|
|
4021
|
+
le,
|
|
4032
4022
|
{
|
|
4033
4023
|
slotProps: {
|
|
4034
4024
|
wrapper: !1
|
|
4035
4025
|
},
|
|
4036
4026
|
eventProps: {}
|
|
4037
4027
|
}
|
|
4038
|
-
),
|
|
4028
|
+
), tn = e(
|
|
4039
4029
|
"flr-menu-item",
|
|
4040
4030
|
"MenuItem",
|
|
4041
|
-
|
|
4031
|
+
de,
|
|
4042
4032
|
{
|
|
4043
4033
|
slotProps: {
|
|
4044
4034
|
wrapper: !1
|
|
@@ -4050,40 +4040,40 @@ const ot = e(
|
|
|
4050
4040
|
onHoverStart: { event: "hoverStart" }
|
|
4051
4041
|
}
|
|
4052
4042
|
}
|
|
4053
|
-
),
|
|
4043
|
+
), nn = e(
|
|
4054
4044
|
"flr-message",
|
|
4055
4045
|
"Message",
|
|
4056
|
-
|
|
4046
|
+
ce,
|
|
4057
4047
|
{
|
|
4058
4048
|
slotProps: {
|
|
4059
4049
|
wrapper: !1
|
|
4060
4050
|
},
|
|
4061
4051
|
eventProps: {}
|
|
4062
4052
|
}
|
|
4063
|
-
),
|
|
4053
|
+
), on = e(
|
|
4064
4054
|
"flr-modal",
|
|
4065
4055
|
"Modal",
|
|
4066
|
-
|
|
4056
|
+
ge,
|
|
4067
4057
|
{
|
|
4068
4058
|
slotProps: {
|
|
4069
4059
|
wrapper: !1
|
|
4070
4060
|
},
|
|
4071
4061
|
eventProps: {}
|
|
4072
4062
|
}
|
|
4073
|
-
),
|
|
4063
|
+
), an = e(
|
|
4074
4064
|
"flr-modal-trigger",
|
|
4075
4065
|
"ModalTrigger",
|
|
4076
|
-
|
|
4066
|
+
me,
|
|
4077
4067
|
{
|
|
4078
4068
|
slotProps: {
|
|
4079
4069
|
wrapper: !1
|
|
4080
4070
|
},
|
|
4081
4071
|
eventProps: {}
|
|
4082
4072
|
}
|
|
4083
|
-
),
|
|
4073
|
+
), rn = e(
|
|
4084
4074
|
"flr-navigation",
|
|
4085
4075
|
"Navigation",
|
|
4086
|
-
|
|
4076
|
+
Pe,
|
|
4087
4077
|
{
|
|
4088
4078
|
slotProps: {
|
|
4089
4079
|
wrapper: !1
|
|
@@ -4267,10 +4257,10 @@ const ot = e(
|
|
|
4267
4257
|
onWheelCapture: { event: "wheelCapture" }
|
|
4268
4258
|
}
|
|
4269
4259
|
}
|
|
4270
|
-
),
|
|
4260
|
+
), un = e(
|
|
4271
4261
|
"flr-navigation-group",
|
|
4272
4262
|
"NavigationGroup",
|
|
4273
|
-
|
|
4263
|
+
he,
|
|
4274
4264
|
{
|
|
4275
4265
|
slotProps: {
|
|
4276
4266
|
wrapper: !1
|
|
@@ -4454,10 +4444,10 @@ const ot = e(
|
|
|
4454
4444
|
onWheelCapture: { event: "wheelCapture" }
|
|
4455
4445
|
}
|
|
4456
4446
|
}
|
|
4457
|
-
),
|
|
4447
|
+
), pn = e(
|
|
4458
4448
|
"flr-notification",
|
|
4459
4449
|
"Notification",
|
|
4460
|
-
|
|
4450
|
+
Ee,
|
|
4461
4451
|
{
|
|
4462
4452
|
slotProps: {
|
|
4463
4453
|
wrapper: !1
|
|
@@ -4642,10 +4632,10 @@ const ot = e(
|
|
|
4642
4632
|
onWheelCapture: { event: "wheelCapture" }
|
|
4643
4633
|
}
|
|
4644
4634
|
}
|
|
4645
|
-
),
|
|
4635
|
+
), Cn = e(
|
|
4646
4636
|
"flr-notification-provider",
|
|
4647
4637
|
"NotificationProvider",
|
|
4648
|
-
|
|
4638
|
+
Se,
|
|
4649
4639
|
{
|
|
4650
4640
|
slotProps: {
|
|
4651
4641
|
wrapper: !1
|
|
@@ -4829,10 +4819,10 @@ const ot = e(
|
|
|
4829
4819
|
onWheelCapture: { event: "wheelCapture" }
|
|
4830
4820
|
}
|
|
4831
4821
|
}
|
|
4832
|
-
),
|
|
4822
|
+
), vn = e(
|
|
4833
4823
|
"flr-number-field",
|
|
4834
4824
|
"NumberField",
|
|
4835
|
-
|
|
4825
|
+
ye,
|
|
4836
4826
|
{
|
|
4837
4827
|
slotProps: {
|
|
4838
4828
|
wrapper: !1
|
|
@@ -4855,10 +4845,10 @@ const ot = e(
|
|
|
4855
4845
|
onSelect: { event: "select" }
|
|
4856
4846
|
}
|
|
4857
4847
|
}
|
|
4858
|
-
),
|
|
4848
|
+
), sn = e(
|
|
4859
4849
|
"flr-option",
|
|
4860
4850
|
"Option",
|
|
4861
|
-
|
|
4851
|
+
De,
|
|
4862
4852
|
{
|
|
4863
4853
|
slotProps: {
|
|
4864
4854
|
wrapper: !1
|
|
@@ -4870,10 +4860,10 @@ const ot = e(
|
|
|
4870
4860
|
onHoverStart: { event: "hoverStart" }
|
|
4871
4861
|
}
|
|
4872
4862
|
}
|
|
4873
|
-
),
|
|
4863
|
+
), ln = e(
|
|
4874
4864
|
"flr-popover",
|
|
4875
4865
|
"Popover",
|
|
4876
|
-
|
|
4866
|
+
Me,
|
|
4877
4867
|
{
|
|
4878
4868
|
slotProps: {
|
|
4879
4869
|
wrapper: !1
|
|
@@ -4882,30 +4872,30 @@ const ot = e(
|
|
|
4882
4872
|
onOpenChange: { event: "openChange" }
|
|
4883
4873
|
}
|
|
4884
4874
|
}
|
|
4885
|
-
),
|
|
4875
|
+
), dn = e(
|
|
4886
4876
|
"flr-popover-trigger",
|
|
4887
4877
|
"PopoverTrigger",
|
|
4888
|
-
|
|
4878
|
+
ke,
|
|
4889
4879
|
{
|
|
4890
4880
|
slotProps: {
|
|
4891
4881
|
wrapper: !1
|
|
4892
4882
|
},
|
|
4893
4883
|
eventProps: {}
|
|
4894
4884
|
}
|
|
4895
|
-
),
|
|
4885
|
+
), cn = e(
|
|
4896
4886
|
"flr-progress-bar",
|
|
4897
4887
|
"ProgressBar",
|
|
4898
|
-
|
|
4888
|
+
Te,
|
|
4899
4889
|
{
|
|
4900
4890
|
slotProps: {
|
|
4901
4891
|
wrapper: !1
|
|
4902
4892
|
},
|
|
4903
4893
|
eventProps: {}
|
|
4904
4894
|
}
|
|
4905
|
-
),
|
|
4895
|
+
), gn = e(
|
|
4906
4896
|
"flr-radio",
|
|
4907
4897
|
"Radio",
|
|
4908
|
-
|
|
4898
|
+
we,
|
|
4909
4899
|
{
|
|
4910
4900
|
slotProps: {
|
|
4911
4901
|
wrapper: !1
|
|
@@ -4921,10 +4911,10 @@ const ot = e(
|
|
|
4921
4911
|
onKeyUp: { event: "keyUp" }
|
|
4922
4912
|
}
|
|
4923
4913
|
}
|
|
4924
|
-
),
|
|
4914
|
+
), mn = e(
|
|
4925
4915
|
"flr-radio-button",
|
|
4926
4916
|
"RadioButton",
|
|
4927
|
-
|
|
4917
|
+
Ue,
|
|
4928
4918
|
{
|
|
4929
4919
|
slotProps: {
|
|
4930
4920
|
wrapper: !1
|
|
@@ -4940,10 +4930,10 @@ const ot = e(
|
|
|
4940
4930
|
onKeyUp: { event: "keyUp" }
|
|
4941
4931
|
}
|
|
4942
4932
|
}
|
|
4943
|
-
),
|
|
4933
|
+
), Pn = e(
|
|
4944
4934
|
"flr-radio-group",
|
|
4945
4935
|
"RadioGroup",
|
|
4946
|
-
|
|
4936
|
+
be,
|
|
4947
4937
|
{
|
|
4948
4938
|
slotProps: {
|
|
4949
4939
|
wrapper: !1
|
|
@@ -4955,10 +4945,10 @@ const ot = e(
|
|
|
4955
4945
|
onFocusChange: { event: "focusChange" }
|
|
4956
4946
|
}
|
|
4957
4947
|
}
|
|
4958
|
-
),
|
|
4948
|
+
), hn = e(
|
|
4959
4949
|
"flr-search-field",
|
|
4960
4950
|
"SearchField",
|
|
4961
|
-
|
|
4951
|
+
Oe,
|
|
4962
4952
|
{
|
|
4963
4953
|
slotProps: {
|
|
4964
4954
|
wrapper: !1
|
|
@@ -4983,10 +4973,10 @@ const ot = e(
|
|
|
4983
4973
|
onSubmit: { event: "submit" }
|
|
4984
4974
|
}
|
|
4985
4975
|
}
|
|
4986
|
-
),
|
|
4976
|
+
), En = e(
|
|
4987
4977
|
"flr-section",
|
|
4988
4978
|
"Section",
|
|
4989
|
-
|
|
4979
|
+
Le,
|
|
4990
4980
|
{
|
|
4991
4981
|
slotProps: {
|
|
4992
4982
|
wrapper: !1
|
|
@@ -5170,10 +5160,10 @@ const ot = e(
|
|
|
5170
5160
|
onWheelCapture: { event: "wheelCapture" }
|
|
5171
5161
|
}
|
|
5172
5162
|
}
|
|
5173
|
-
),
|
|
5163
|
+
), Sn = e(
|
|
5174
5164
|
"flr-segment",
|
|
5175
5165
|
"Segment",
|
|
5176
|
-
|
|
5166
|
+
fe,
|
|
5177
5167
|
{
|
|
5178
5168
|
slotProps: {
|
|
5179
5169
|
wrapper: !1
|
|
@@ -5189,10 +5179,10 @@ const ot = e(
|
|
|
5189
5179
|
onKeyUp: { event: "keyUp" }
|
|
5190
5180
|
}
|
|
5191
5181
|
}
|
|
5192
|
-
),
|
|
5182
|
+
), yn = e(
|
|
5193
5183
|
"flr-segmented-control",
|
|
5194
5184
|
"SegmentedControl",
|
|
5195
|
-
|
|
5185
|
+
Re,
|
|
5196
5186
|
{
|
|
5197
5187
|
slotProps: {
|
|
5198
5188
|
wrapper: !1
|
|
@@ -5204,10 +5194,10 @@ const ot = e(
|
|
|
5204
5194
|
onFocusChange: { event: "focusChange" }
|
|
5205
5195
|
}
|
|
5206
5196
|
}
|
|
5207
|
-
),
|
|
5197
|
+
), Dn = e(
|
|
5208
5198
|
"flr-select",
|
|
5209
5199
|
"Select",
|
|
5210
|
-
|
|
5200
|
+
xe,
|
|
5211
5201
|
{
|
|
5212
5202
|
slotProps: {
|
|
5213
5203
|
wrapper: !1
|
|
@@ -5223,20 +5213,20 @@ const ot = e(
|
|
|
5223
5213
|
onSelectionChange: { event: "selectionChange" }
|
|
5224
5214
|
}
|
|
5225
5215
|
}
|
|
5226
|
-
),
|
|
5216
|
+
), Mn = e(
|
|
5227
5217
|
"flr-separator",
|
|
5228
5218
|
"Separator",
|
|
5229
|
-
|
|
5219
|
+
Ie,
|
|
5230
5220
|
{
|
|
5231
5221
|
slotProps: {
|
|
5232
5222
|
wrapper: !1
|
|
5233
5223
|
},
|
|
5234
5224
|
eventProps: {}
|
|
5235
5225
|
}
|
|
5236
|
-
),
|
|
5226
|
+
), kn = e(
|
|
5237
5227
|
"flr-skeleton",
|
|
5238
5228
|
"Skeleton",
|
|
5239
|
-
|
|
5229
|
+
Ae,
|
|
5240
5230
|
{
|
|
5241
5231
|
slotProps: {
|
|
5242
5232
|
wrapper: !1
|
|
@@ -5420,10 +5410,10 @@ const ot = e(
|
|
|
5420
5410
|
onWheelCapture: { event: "wheelCapture" }
|
|
5421
5411
|
}
|
|
5422
5412
|
}
|
|
5423
|
-
),
|
|
5413
|
+
), Tn = e(
|
|
5424
5414
|
"flr-skeleton-text",
|
|
5425
5415
|
"SkeletonText",
|
|
5426
|
-
|
|
5416
|
+
Be,
|
|
5427
5417
|
{
|
|
5428
5418
|
slotProps: {
|
|
5429
5419
|
wrapper: !1
|
|
@@ -5607,10 +5597,10 @@ const ot = e(
|
|
|
5607
5597
|
onWheelCapture: { event: "wheelCapture" }
|
|
5608
5598
|
}
|
|
5609
5599
|
}
|
|
5610
|
-
),
|
|
5600
|
+
), wn = e(
|
|
5611
5601
|
"flr-slider",
|
|
5612
5602
|
"Slider",
|
|
5613
|
-
|
|
5603
|
+
Ke,
|
|
5614
5604
|
{
|
|
5615
5605
|
slotProps: {
|
|
5616
5606
|
wrapper: !1
|
|
@@ -5620,10 +5610,10 @@ const ot = e(
|
|
|
5620
5610
|
onChangeEnd: { event: "changeEnd" }
|
|
5621
5611
|
}
|
|
5622
5612
|
}
|
|
5623
|
-
),
|
|
5613
|
+
), Un = e(
|
|
5624
5614
|
"flr-switch",
|
|
5625
5615
|
"Switch",
|
|
5626
|
-
|
|
5616
|
+
Fe,
|
|
5627
5617
|
{
|
|
5628
5618
|
slotProps: {
|
|
5629
5619
|
wrapper: !1
|
|
@@ -5640,20 +5630,20 @@ const ot = e(
|
|
|
5640
5630
|
onKeyUp: { event: "keyUp" }
|
|
5641
5631
|
}
|
|
5642
5632
|
}
|
|
5643
|
-
),
|
|
5633
|
+
), bn = e(
|
|
5644
5634
|
"flr-tab",
|
|
5645
5635
|
"Tab",
|
|
5646
|
-
|
|
5636
|
+
ze,
|
|
5647
5637
|
{
|
|
5648
5638
|
slotProps: {
|
|
5649
5639
|
wrapper: !1
|
|
5650
5640
|
},
|
|
5651
5641
|
eventProps: {}
|
|
5652
5642
|
}
|
|
5653
|
-
),
|
|
5643
|
+
), On = e(
|
|
5654
5644
|
"flr-tab-title",
|
|
5655
5645
|
"TabTitle",
|
|
5656
|
-
|
|
5646
|
+
We,
|
|
5657
5647
|
{
|
|
5658
5648
|
slotProps: {
|
|
5659
5649
|
wrapper: !1
|
|
@@ -5664,10 +5654,10 @@ const ot = e(
|
|
|
5664
5654
|
onHoverStart: { event: "hoverStart" }
|
|
5665
5655
|
}
|
|
5666
5656
|
}
|
|
5667
|
-
),
|
|
5657
|
+
), Ln = e(
|
|
5668
5658
|
"flr-table",
|
|
5669
5659
|
"Table",
|
|
5670
|
-
|
|
5660
|
+
Ge,
|
|
5671
5661
|
{
|
|
5672
5662
|
slotProps: {
|
|
5673
5663
|
wrapper: !1
|
|
@@ -5679,40 +5669,40 @@ const ot = e(
|
|
|
5679
5669
|
onSortChange: { event: "sortChange" }
|
|
5680
5670
|
}
|
|
5681
5671
|
}
|
|
5682
|
-
),
|
|
5672
|
+
), fn = e(
|
|
5683
5673
|
"flr-table-body",
|
|
5684
5674
|
"TableBody",
|
|
5685
|
-
|
|
5675
|
+
He,
|
|
5686
5676
|
{
|
|
5687
5677
|
slotProps: {
|
|
5688
5678
|
wrapper: !1
|
|
5689
5679
|
},
|
|
5690
5680
|
eventProps: {}
|
|
5691
5681
|
}
|
|
5692
|
-
),
|
|
5682
|
+
), Rn = e(
|
|
5693
5683
|
"flr-table-cell",
|
|
5694
5684
|
"TableCell",
|
|
5695
|
-
|
|
5685
|
+
Ve,
|
|
5696
5686
|
{
|
|
5697
5687
|
slotProps: {
|
|
5698
5688
|
wrapper: !1
|
|
5699
5689
|
},
|
|
5700
5690
|
eventProps: {}
|
|
5701
5691
|
}
|
|
5702
|
-
),
|
|
5692
|
+
), xn = e(
|
|
5703
5693
|
"flr-table-column",
|
|
5704
5694
|
"TableColumn",
|
|
5705
|
-
|
|
5695
|
+
Ne,
|
|
5706
5696
|
{
|
|
5707
5697
|
slotProps: {
|
|
5708
5698
|
wrapper: !1
|
|
5709
5699
|
},
|
|
5710
5700
|
eventProps: {}
|
|
5711
5701
|
}
|
|
5712
|
-
),
|
|
5702
|
+
), In = e(
|
|
5713
5703
|
"flr-table-footer-row",
|
|
5714
5704
|
"TableFooterRow",
|
|
5715
|
-
|
|
5705
|
+
_e,
|
|
5716
5706
|
{
|
|
5717
5707
|
slotProps: {
|
|
5718
5708
|
wrapper: !1
|
|
@@ -5724,10 +5714,10 @@ const ot = e(
|
|
|
5724
5714
|
onHoverStart: { event: "hoverStart" }
|
|
5725
5715
|
}
|
|
5726
5716
|
}
|
|
5727
|
-
),
|
|
5717
|
+
), An = e(
|
|
5728
5718
|
"flr-table-header",
|
|
5729
5719
|
"TableHeader",
|
|
5730
|
-
|
|
5720
|
+
je,
|
|
5731
5721
|
{
|
|
5732
5722
|
slotProps: {
|
|
5733
5723
|
wrapper: !1
|
|
@@ -5738,10 +5728,10 @@ const ot = e(
|
|
|
5738
5728
|
onHoverStart: { event: "hoverStart" }
|
|
5739
5729
|
}
|
|
5740
5730
|
}
|
|
5741
|
-
),
|
|
5731
|
+
), Bn = e(
|
|
5742
5732
|
"flr-table-row",
|
|
5743
5733
|
"TableRow",
|
|
5744
|
-
|
|
5734
|
+
qe,
|
|
5745
5735
|
{
|
|
5746
5736
|
slotProps: {
|
|
5747
5737
|
wrapper: !1
|
|
@@ -5753,10 +5743,10 @@ const ot = e(
|
|
|
5753
5743
|
onHoverStart: { event: "hoverStart" }
|
|
5754
5744
|
}
|
|
5755
5745
|
}
|
|
5756
|
-
),
|
|
5746
|
+
), Kn = e(
|
|
5757
5747
|
"flr-tabs",
|
|
5758
5748
|
"Tabs",
|
|
5759
|
-
|
|
5749
|
+
Je,
|
|
5760
5750
|
{
|
|
5761
5751
|
slotProps: {
|
|
5762
5752
|
wrapper: !1
|
|
@@ -5765,10 +5755,10 @@ const ot = e(
|
|
|
5765
5755
|
onSelectionChange: { event: "selectionChange" }
|
|
5766
5756
|
}
|
|
5767
5757
|
}
|
|
5768
|
-
),
|
|
5758
|
+
), Fn = e(
|
|
5769
5759
|
"flr-text",
|
|
5770
5760
|
"Text",
|
|
5771
|
-
|
|
5761
|
+
Qe,
|
|
5772
5762
|
{
|
|
5773
5763
|
slotProps: {
|
|
5774
5764
|
wrapper: !1
|
|
@@ -5952,10 +5942,10 @@ const ot = e(
|
|
|
5952
5942
|
onWheelCapture: { event: "wheelCapture" }
|
|
5953
5943
|
}
|
|
5954
5944
|
}
|
|
5955
|
-
),
|
|
5945
|
+
), zn = e(
|
|
5956
5946
|
"flr-text-area",
|
|
5957
5947
|
"TextArea",
|
|
5958
|
-
|
|
5948
|
+
Xe,
|
|
5959
5949
|
{
|
|
5960
5950
|
slotProps: {
|
|
5961
5951
|
wrapper: !1
|
|
@@ -5978,10 +5968,10 @@ const ot = e(
|
|
|
5978
5968
|
onSelect: { event: "select" }
|
|
5979
5969
|
}
|
|
5980
5970
|
}
|
|
5981
|
-
),
|
|
5971
|
+
), Wn = e(
|
|
5982
5972
|
"flr-text-field",
|
|
5983
5973
|
"TextField",
|
|
5984
|
-
|
|
5974
|
+
Ye,
|
|
5985
5975
|
{
|
|
5986
5976
|
slotProps: {
|
|
5987
5977
|
wrapper: !1
|
|
@@ -6004,10 +5994,10 @@ const ot = e(
|
|
|
6004
5994
|
onSelect: { event: "select" }
|
|
6005
5995
|
}
|
|
6006
5996
|
}
|
|
6007
|
-
),
|
|
5997
|
+
), Gn = e(
|
|
6008
5998
|
"flr-time-field",
|
|
6009
5999
|
"TimeField",
|
|
6010
|
-
|
|
6000
|
+
Ze,
|
|
6011
6001
|
{
|
|
6012
6002
|
slotProps: {
|
|
6013
6003
|
wrapper: !1
|
|
@@ -6021,10 +6011,10 @@ const ot = e(
|
|
|
6021
6011
|
onKeyUp: { event: "keyUp" }
|
|
6022
6012
|
}
|
|
6023
6013
|
}
|
|
6024
|
-
),
|
|
6014
|
+
), Hn = e(
|
|
6025
6015
|
"flr-tooltip",
|
|
6026
6016
|
"Tooltip",
|
|
6027
|
-
|
|
6017
|
+
$e,
|
|
6028
6018
|
{
|
|
6029
6019
|
slotProps: {
|
|
6030
6020
|
wrapper: !1
|
|
@@ -6033,10 +6023,10 @@ const ot = e(
|
|
|
6033
6023
|
onOpenChange: { event: "openChange" }
|
|
6034
6024
|
}
|
|
6035
6025
|
}
|
|
6036
|
-
),
|
|
6026
|
+
), Vn = e(
|
|
6037
6027
|
"flr-tooltip-trigger",
|
|
6038
6028
|
"TooltipTrigger",
|
|
6039
|
-
|
|
6029
|
+
et,
|
|
6040
6030
|
{
|
|
6041
6031
|
slotProps: {
|
|
6042
6032
|
wrapper: !1
|
|
@@ -6045,213 +6035,212 @@ const ot = e(
|
|
|
6045
6035
|
onOpenChange: { event: "openChange" }
|
|
6046
6036
|
}
|
|
6047
6037
|
}
|
|
6048
|
-
),
|
|
6038
|
+
), Nn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6049
6039
|
__proto__: null,
|
|
6050
|
-
Accordion:
|
|
6051
|
-
|
|
6052
|
-
|
|
6053
|
-
|
|
6054
|
-
|
|
6055
|
-
|
|
6056
|
-
|
|
6057
|
-
|
|
6058
|
-
|
|
6059
|
-
|
|
6060
|
-
|
|
6061
|
-
|
|
6062
|
-
|
|
6063
|
-
|
|
6064
|
-
|
|
6065
|
-
|
|
6066
|
-
|
|
6067
|
-
|
|
6068
|
-
|
|
6069
|
-
|
|
6070
|
-
|
|
6071
|
-
|
|
6072
|
-
|
|
6073
|
-
|
|
6074
|
-
|
|
6075
|
-
|
|
6076
|
-
|
|
6077
|
-
|
|
6078
|
-
|
|
6079
|
-
|
|
6080
|
-
|
|
6081
|
-
|
|
6082
|
-
|
|
6083
|
-
|
|
6084
|
-
|
|
6085
|
-
|
|
6086
|
-
|
|
6087
|
-
|
|
6088
|
-
|
|
6089
|
-
|
|
6090
|
-
|
|
6091
|
-
|
|
6092
|
-
|
|
6093
|
-
|
|
6094
|
-
|
|
6095
|
-
|
|
6096
|
-
|
|
6097
|
-
|
|
6098
|
-
|
|
6099
|
-
|
|
6100
|
-
|
|
6101
|
-
|
|
6102
|
-
|
|
6103
|
-
|
|
6104
|
-
|
|
6105
|
-
|
|
6106
|
-
|
|
6107
|
-
|
|
6108
|
-
|
|
6109
|
-
|
|
6110
|
-
|
|
6111
|
-
|
|
6112
|
-
|
|
6113
|
-
|
|
6114
|
-
|
|
6115
|
-
|
|
6116
|
-
|
|
6117
|
-
|
|
6118
|
-
|
|
6119
|
-
|
|
6120
|
-
|
|
6121
|
-
|
|
6122
|
-
|
|
6123
|
-
|
|
6124
|
-
|
|
6125
|
-
|
|
6126
|
-
|
|
6127
|
-
|
|
6128
|
-
|
|
6129
|
-
|
|
6130
|
-
|
|
6131
|
-
|
|
6132
|
-
|
|
6133
|
-
|
|
6134
|
-
|
|
6135
|
-
|
|
6136
|
-
|
|
6137
|
-
|
|
6138
|
-
|
|
6139
|
-
|
|
6140
|
-
|
|
6141
|
-
|
|
6142
|
-
|
|
6143
|
-
|
|
6144
|
-
|
|
6145
|
-
|
|
6146
|
-
}, Symbol.toStringTag, { value: "Module" })), eo = (t) => {
|
|
6040
|
+
Accordion: nt,
|
|
6041
|
+
ActionGroup: ot,
|
|
6042
|
+
Alert: at,
|
|
6043
|
+
AlertBadge: rt,
|
|
6044
|
+
AlertIcon: ut,
|
|
6045
|
+
Align: pt,
|
|
6046
|
+
Avatar: Ct,
|
|
6047
|
+
Badge: vt,
|
|
6048
|
+
Breadcrumb: it,
|
|
6049
|
+
Button: st,
|
|
6050
|
+
Checkbox: lt,
|
|
6051
|
+
CheckboxButton: dt,
|
|
6052
|
+
CheckboxGroup: ct,
|
|
6053
|
+
CodeBlock: gt,
|
|
6054
|
+
ColumnLayout: mt,
|
|
6055
|
+
Content: Pt,
|
|
6056
|
+
ContextMenu: ht,
|
|
6057
|
+
ContextMenuSection: Et,
|
|
6058
|
+
ContextMenuTrigger: St,
|
|
6059
|
+
ContextualHelp: yt,
|
|
6060
|
+
ContextualHelpTrigger: Dt,
|
|
6061
|
+
CopyButton: Mt,
|
|
6062
|
+
CounterBadge: kt,
|
|
6063
|
+
CountryOptions: Tt,
|
|
6064
|
+
DatePicker: wt,
|
|
6065
|
+
DateRangePicker: Ut,
|
|
6066
|
+
Div: bt,
|
|
6067
|
+
FieldDescription: Ot,
|
|
6068
|
+
FieldError: Lt,
|
|
6069
|
+
FileCard: ft,
|
|
6070
|
+
FileCardList: Rt,
|
|
6071
|
+
FileField: xt,
|
|
6072
|
+
Fragment: It,
|
|
6073
|
+
Header: At,
|
|
6074
|
+
HeaderNavigation: Bt,
|
|
6075
|
+
Heading: Kt,
|
|
6076
|
+
Icon: Ft,
|
|
6077
|
+
IllustratedMessage: zt,
|
|
6078
|
+
Image: Wt,
|
|
6079
|
+
Initials: Gt,
|
|
6080
|
+
InlineCode: Ht,
|
|
6081
|
+
ItemsGridList: Vt,
|
|
6082
|
+
ItemsGridListItem: Nt,
|
|
6083
|
+
Label: _t,
|
|
6084
|
+
LabeledValue: jt,
|
|
6085
|
+
LayoutCard: qt,
|
|
6086
|
+
LightBox: Jt,
|
|
6087
|
+
LightBoxTrigger: Qt,
|
|
6088
|
+
Link: Xt,
|
|
6089
|
+
ListEmptyView: Yt,
|
|
6090
|
+
ListSummary: Zt,
|
|
6091
|
+
LoadingSpinner: $t,
|
|
6092
|
+
Markdown: en,
|
|
6093
|
+
MenuItem: tn,
|
|
6094
|
+
Message: nn,
|
|
6095
|
+
Modal: on,
|
|
6096
|
+
ModalTrigger: an,
|
|
6097
|
+
Navigation: rn,
|
|
6098
|
+
NavigationGroup: un,
|
|
6099
|
+
Notification: pn,
|
|
6100
|
+
NotificationProvider: Cn,
|
|
6101
|
+
NumberField: vn,
|
|
6102
|
+
Option: sn,
|
|
6103
|
+
Popover: ln,
|
|
6104
|
+
PopoverTrigger: dn,
|
|
6105
|
+
ProgressBar: cn,
|
|
6106
|
+
Radio: gn,
|
|
6107
|
+
RadioButton: mn,
|
|
6108
|
+
RadioGroup: Pn,
|
|
6109
|
+
SearchField: hn,
|
|
6110
|
+
Section: En,
|
|
6111
|
+
Segment: Sn,
|
|
6112
|
+
SegmentedControl: yn,
|
|
6113
|
+
Select: Dn,
|
|
6114
|
+
Separator: Mn,
|
|
6115
|
+
Skeleton: kn,
|
|
6116
|
+
SkeletonText: Tn,
|
|
6117
|
+
Slider: wn,
|
|
6118
|
+
Switch: Un,
|
|
6119
|
+
Tab: bn,
|
|
6120
|
+
TabTitle: On,
|
|
6121
|
+
Table: Ln,
|
|
6122
|
+
TableBody: fn,
|
|
6123
|
+
TableCell: Rn,
|
|
6124
|
+
TableColumn: xn,
|
|
6125
|
+
TableFooterRow: In,
|
|
6126
|
+
TableHeader: An,
|
|
6127
|
+
TableRow: Bn,
|
|
6128
|
+
Tabs: Kn,
|
|
6129
|
+
Text: Fn,
|
|
6130
|
+
TextArea: zn,
|
|
6131
|
+
TextField: Wn,
|
|
6132
|
+
TimeField: Gn,
|
|
6133
|
+
Tooltip: Hn,
|
|
6134
|
+
TooltipTrigger: Vn
|
|
6135
|
+
}, Symbol.toStringTag, { value: "Module" })), Zn = (t) => {
|
|
6147
6136
|
const { children: n } = t;
|
|
6148
|
-
return /* @__PURE__ */ a("div", { ref:
|
|
6137
|
+
return /* @__PURE__ */ a("div", { ref: tt, children: /* @__PURE__ */ a(
|
|
6149
6138
|
d,
|
|
6150
6139
|
{
|
|
6151
|
-
components:
|
|
6140
|
+
components: Nn,
|
|
6152
6141
|
children: n
|
|
6153
6142
|
}
|
|
6154
6143
|
) });
|
|
6155
6144
|
};
|
|
6156
6145
|
export {
|
|
6157
|
-
|
|
6158
|
-
|
|
6159
|
-
|
|
6160
|
-
|
|
6161
|
-
|
|
6162
|
-
|
|
6163
|
-
|
|
6164
|
-
|
|
6165
|
-
|
|
6166
|
-
|
|
6167
|
-
|
|
6168
|
-
|
|
6169
|
-
|
|
6170
|
-
|
|
6171
|
-
|
|
6172
|
-
|
|
6173
|
-
|
|
6174
|
-
|
|
6175
|
-
|
|
6176
|
-
|
|
6177
|
-
|
|
6178
|
-
|
|
6179
|
-
|
|
6180
|
-
|
|
6181
|
-
|
|
6182
|
-
|
|
6183
|
-
|
|
6184
|
-
|
|
6185
|
-
|
|
6186
|
-
|
|
6187
|
-
|
|
6188
|
-
|
|
6189
|
-
|
|
6190
|
-
|
|
6191
|
-
|
|
6192
|
-
|
|
6193
|
-
|
|
6194
|
-
|
|
6195
|
-
|
|
6196
|
-
|
|
6197
|
-
|
|
6198
|
-
|
|
6199
|
-
|
|
6200
|
-
|
|
6201
|
-
|
|
6202
|
-
|
|
6203
|
-
|
|
6204
|
-
|
|
6205
|
-
|
|
6206
|
-
|
|
6207
|
-
|
|
6208
|
-
|
|
6209
|
-
|
|
6210
|
-
|
|
6211
|
-
|
|
6212
|
-
|
|
6213
|
-
|
|
6214
|
-
|
|
6215
|
-
|
|
6216
|
-
|
|
6217
|
-
|
|
6218
|
-
|
|
6219
|
-
|
|
6220
|
-
|
|
6221
|
-
|
|
6222
|
-
|
|
6223
|
-
|
|
6224
|
-
|
|
6225
|
-
|
|
6226
|
-
|
|
6227
|
-
|
|
6228
|
-
|
|
6229
|
-
|
|
6230
|
-
|
|
6231
|
-
|
|
6232
|
-
|
|
6233
|
-
|
|
6234
|
-
|
|
6235
|
-
|
|
6236
|
-
|
|
6237
|
-
|
|
6238
|
-
|
|
6239
|
-
|
|
6240
|
-
|
|
6241
|
-
|
|
6242
|
-
|
|
6243
|
-
|
|
6244
|
-
|
|
6245
|
-
|
|
6246
|
-
|
|
6247
|
-
|
|
6248
|
-
|
|
6249
|
-
|
|
6250
|
-
|
|
6251
|
-
|
|
6252
|
-
|
|
6253
|
-
|
|
6254
|
-
|
|
6255
|
-
|
|
6256
|
-
|
|
6146
|
+
nt as Accordion,
|
|
6147
|
+
ot as ActionGroup,
|
|
6148
|
+
at as Alert,
|
|
6149
|
+
rt as AlertBadge,
|
|
6150
|
+
ut as AlertIcon,
|
|
6151
|
+
pt as Align,
|
|
6152
|
+
Ct as Avatar,
|
|
6153
|
+
vt as Badge,
|
|
6154
|
+
it as Breadcrumb,
|
|
6155
|
+
st as Button,
|
|
6156
|
+
lt as Checkbox,
|
|
6157
|
+
dt as CheckboxButton,
|
|
6158
|
+
ct as CheckboxGroup,
|
|
6159
|
+
gt as CodeBlock,
|
|
6160
|
+
mt as ColumnLayout,
|
|
6161
|
+
Pt as Content,
|
|
6162
|
+
ht as ContextMenu,
|
|
6163
|
+
Et as ContextMenuSection,
|
|
6164
|
+
St as ContextMenuTrigger,
|
|
6165
|
+
yt as ContextualHelp,
|
|
6166
|
+
Dt as ContextualHelpTrigger,
|
|
6167
|
+
Mt as CopyButton,
|
|
6168
|
+
kt as CounterBadge,
|
|
6169
|
+
Tt as CountryOptions,
|
|
6170
|
+
wt as DatePicker,
|
|
6171
|
+
Ut as DateRangePicker,
|
|
6172
|
+
bt as Div,
|
|
6173
|
+
Ot as FieldDescription,
|
|
6174
|
+
Lt as FieldError,
|
|
6175
|
+
ft as FileCard,
|
|
6176
|
+
Rt as FileCardList,
|
|
6177
|
+
xt as FileField,
|
|
6178
|
+
ro as Form,
|
|
6179
|
+
It as Fragment,
|
|
6180
|
+
At as Header,
|
|
6181
|
+
Bt as HeaderNavigation,
|
|
6182
|
+
Kt as Heading,
|
|
6183
|
+
Ft as Icon,
|
|
6184
|
+
zt as IllustratedMessage,
|
|
6185
|
+
Wt as Image,
|
|
6186
|
+
Gt as Initials,
|
|
6187
|
+
Ht as InlineCode,
|
|
6188
|
+
Vt as ItemsGridList,
|
|
6189
|
+
Nt as ItemsGridListItem,
|
|
6190
|
+
_t as Label,
|
|
6191
|
+
jt as LabeledValue,
|
|
6192
|
+
qt as LayoutCard,
|
|
6193
|
+
Jt as LightBox,
|
|
6194
|
+
Qt as LightBoxTrigger,
|
|
6195
|
+
Xt as Link,
|
|
6196
|
+
to as List,
|
|
6197
|
+
Yt as ListEmptyView,
|
|
6198
|
+
no as ListItemView,
|
|
6199
|
+
Zt as ListSummary,
|
|
6200
|
+
$t as LoadingSpinner,
|
|
6201
|
+
en as Markdown,
|
|
6202
|
+
tn as MenuItem,
|
|
6203
|
+
nn as Message,
|
|
6204
|
+
on as Modal,
|
|
6205
|
+
an as ModalTrigger,
|
|
6206
|
+
rn as Navigation,
|
|
6207
|
+
un as NavigationGroup,
|
|
6208
|
+
pn as Notification,
|
|
6209
|
+
Cn as NotificationProvider,
|
|
6210
|
+
vn as NumberField,
|
|
6211
|
+
sn as Option,
|
|
6212
|
+
ln as Popover,
|
|
6213
|
+
dn as PopoverTrigger,
|
|
6214
|
+
cn as ProgressBar,
|
|
6215
|
+
gn as Radio,
|
|
6216
|
+
mn as RadioButton,
|
|
6217
|
+
Pn as RadioGroup,
|
|
6218
|
+
Zn as Root,
|
|
6219
|
+
hn as SearchField,
|
|
6220
|
+
En as Section,
|
|
6221
|
+
Sn as Segment,
|
|
6222
|
+
yn as SegmentedControl,
|
|
6223
|
+
Dn as Select,
|
|
6224
|
+
Mn as Separator,
|
|
6225
|
+
kn as Skeleton,
|
|
6226
|
+
Tn as SkeletonText,
|
|
6227
|
+
wn as Slider,
|
|
6228
|
+
Un as Switch,
|
|
6229
|
+
bn as Tab,
|
|
6230
|
+
On as TabTitle,
|
|
6231
|
+
Ln as Table,
|
|
6232
|
+
fn as TableBody,
|
|
6233
|
+
Rn as TableCell,
|
|
6234
|
+
xn as TableColumn,
|
|
6235
|
+
In as TableFooterRow,
|
|
6236
|
+
An as TableHeader,
|
|
6237
|
+
Bn as TableRow,
|
|
6238
|
+
Kn as Tabs,
|
|
6239
|
+
Fn as Text,
|
|
6240
|
+
zn as TextArea,
|
|
6241
|
+
Wn as TextField,
|
|
6242
|
+
Gn as TimeField,
|
|
6243
|
+
Hn as Tooltip,
|
|
6244
|
+
Vn as TooltipTrigger,
|
|
6245
|
+
oo as typedList
|
|
6257
6246
|
};
|