enwawa-ui 2.4.2 → 2.5.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/lib/index.d.ts +95 -0
- package/lib/index.d.ts.map +1 -1
- package/lib/index.es.js +344 -7
- package/lib/index.es.js.map +1 -1
- package/lib/index.js +343 -6
- package/lib/index.js.map +1 -1
- package/package.json +2 -2
package/lib/index.js
CHANGED
|
@@ -733,6 +733,40 @@ const $724afd4ce9144102$export$f64e34ba691363c0 = ({ separator: separator = "/",
|
|
|
733
733
|
};
|
|
734
734
|
|
|
735
735
|
|
|
736
|
+
var $d5c7929d39ff5527$exports = {};
|
|
737
|
+
|
|
738
|
+
$parcel$export($d5c7929d39ff5527$exports, "MlCardIcon", () => $d5c7929d39ff5527$export$1421447be09bde7e);
|
|
739
|
+
|
|
740
|
+
|
|
741
|
+
|
|
742
|
+
const $3254990b836e1508$export$94fdbc1f5368d5e4 = (0, $7UkB3$styledcomponents.styled).div`
|
|
743
|
+
display: flex;
|
|
744
|
+
flex-direction: column;
|
|
745
|
+
justify-content: center;
|
|
746
|
+
align-items: center;
|
|
747
|
+
margin: 12px 0;
|
|
748
|
+
gap: 5px;
|
|
749
|
+
`;
|
|
750
|
+
|
|
751
|
+
|
|
752
|
+
|
|
753
|
+
const $d5c7929d39ff5527$export$1421447be09bde7e = ({ title: title, icon: icon, value: value })=>{
|
|
754
|
+
return /*#__PURE__*/ (0, $7UkB3$reactjsxruntime.jsxs)((0, $3254990b836e1508$export$94fdbc1f5368d5e4), {
|
|
755
|
+
children: [
|
|
756
|
+
/*#__PURE__*/ (0, $7UkB3$reactjsxruntime.jsx)((0, $2b0bb99b70af631b$export$98178f002c5c0c9f), {
|
|
757
|
+
name: icon,
|
|
758
|
+
style: {
|
|
759
|
+
fontSize: 20
|
|
760
|
+
}
|
|
761
|
+
}),
|
|
762
|
+
/*#__PURE__*/ (0, $7UkB3$reactjsxruntime.jsx)((0, $4a877f79704cf217$export$198c14b431fd598), {
|
|
763
|
+
children: title
|
|
764
|
+
})
|
|
765
|
+
]
|
|
766
|
+
}, value);
|
|
767
|
+
};
|
|
768
|
+
|
|
769
|
+
|
|
736
770
|
var $c6cb73849a678e6b$exports = {};
|
|
737
771
|
|
|
738
772
|
$parcel$export($c6cb73849a678e6b$exports, "MlCarousel", () => $c6cb73849a678e6b$export$8f21b72d74fbe837);
|
|
@@ -1338,6 +1372,22 @@ const $ee641c7e53001026$export$26e5f1e6892e4706 = (0, $7UkB3$styledcomponents.st
|
|
|
1338
1372
|
width: 100%;
|
|
1339
1373
|
}
|
|
1340
1374
|
` : ""}
|
|
1375
|
+
|
|
1376
|
+
${({ cardChecked: cardChecked })=>cardChecked ? `
|
|
1377
|
+
.ant-radio-wrapper-checked {
|
|
1378
|
+
border: 1px solid #531DAB;
|
|
1379
|
+
}
|
|
1380
|
+
|
|
1381
|
+
.ant-radio {
|
|
1382
|
+
position: absolute;
|
|
1383
|
+
left: -9999px;
|
|
1384
|
+
overflow: hidden;
|
|
1385
|
+
}` : ""}
|
|
1386
|
+
|
|
1387
|
+
${({ cardsIconOrientation: cardsIconOrientation })=>cardsIconOrientation === "row" && `&{
|
|
1388
|
+
flex-direction: row!important;
|
|
1389
|
+
display: flex!important;
|
|
1390
|
+
}`}
|
|
1341
1391
|
`;
|
|
1342
1392
|
|
|
1343
1393
|
|
|
@@ -1374,6 +1424,66 @@ const $442f20c66e7fe0ca$export$cdecc83a475e7c5f = ({ allowClear: allowClear = fa
|
|
|
1374
1424
|
};
|
|
1375
1425
|
|
|
1376
1426
|
|
|
1427
|
+
var $39f99e03b8893e17$exports = {};
|
|
1428
|
+
|
|
1429
|
+
$parcel$export($39f99e03b8893e17$exports, "MlServicesCard", () => $39f99e03b8893e17$export$3c76ea7783de9f89);
|
|
1430
|
+
|
|
1431
|
+
|
|
1432
|
+
|
|
1433
|
+
const $55f131e03e2b5142$export$94fdbc1f5368d5e4 = (0, $7UkB3$styledcomponents.styled).div`
|
|
1434
|
+
display: flex;
|
|
1435
|
+
flex-direction: row;
|
|
1436
|
+
justify-content: center;
|
|
1437
|
+
align-items: center;
|
|
1438
|
+
margin: 12px 0;
|
|
1439
|
+
gap: 5px;
|
|
1440
|
+
width: 100%;
|
|
1441
|
+
`;
|
|
1442
|
+
const $55f131e03e2b5142$export$1d41361302b577a1 = (0, $7UkB3$styledcomponents.styled).div`
|
|
1443
|
+
margin-left: 16px;
|
|
1444
|
+
width: 80%;
|
|
1445
|
+
`;
|
|
1446
|
+
const $55f131e03e2b5142$export$d0af85c87fdf7967 = (0, $7UkB3$styledcomponents.styled).div`
|
|
1447
|
+
display: flex;
|
|
1448
|
+
flex-direction: row;
|
|
1449
|
+
justify-content: center;
|
|
1450
|
+
align-items: center;
|
|
1451
|
+
min-width: 60px;
|
|
1452
|
+
height: 60px;
|
|
1453
|
+
border-radius: 50%;
|
|
1454
|
+
background-color: #6c369c;
|
|
1455
|
+
`;
|
|
1456
|
+
|
|
1457
|
+
|
|
1458
|
+
|
|
1459
|
+
const $39f99e03b8893e17$export$3c76ea7783de9f89 = ({ title: title, description: description, price: price })=>{
|
|
1460
|
+
return /*#__PURE__*/ (0, $7UkB3$reactjsxruntime.jsxs)((0, $55f131e03e2b5142$export$94fdbc1f5368d5e4), {
|
|
1461
|
+
children: [
|
|
1462
|
+
/*#__PURE__*/ (0, $7UkB3$reactjsxruntime.jsx)((0, $55f131e03e2b5142$export$d0af85c87fdf7967), {
|
|
1463
|
+
children: /*#__PURE__*/ (0, $7UkB3$reactjsxruntime.jsx)((0, $4a877f79704cf217$export$198c14b431fd598), {
|
|
1464
|
+
color: "white",
|
|
1465
|
+
$fontSize: 20,
|
|
1466
|
+
children: price
|
|
1467
|
+
})
|
|
1468
|
+
}),
|
|
1469
|
+
/*#__PURE__*/ (0, $7UkB3$reactjsxruntime.jsxs)((0, $55f131e03e2b5142$export$1d41361302b577a1), {
|
|
1470
|
+
children: [
|
|
1471
|
+
/*#__PURE__*/ (0, $7UkB3$reactjsxruntime.jsx)((0, $2021c7b8558a44c4$export$670c2244cd311dc7), {
|
|
1472
|
+
$margin: "0",
|
|
1473
|
+
level: 5,
|
|
1474
|
+
children: title
|
|
1475
|
+
}),
|
|
1476
|
+
/*#__PURE__*/ (0, $7UkB3$reactjsxruntime.jsx)((0, $4a877f79704cf217$export$198c14b431fd598), {
|
|
1477
|
+
$width: 14,
|
|
1478
|
+
children: description
|
|
1479
|
+
})
|
|
1480
|
+
]
|
|
1481
|
+
})
|
|
1482
|
+
]
|
|
1483
|
+
}, title);
|
|
1484
|
+
};
|
|
1485
|
+
|
|
1486
|
+
|
|
1377
1487
|
var $a9a588163792c7ce$exports = {};
|
|
1378
1488
|
|
|
1379
1489
|
$parcel$export($a9a588163792c7ce$exports, "MlSubscriptionCard", () => $a9a588163792c7ce$export$218feab4874c5ad7);
|
|
@@ -1527,6 +1637,7 @@ const $6047e917a6798db7$export$58078da906db099d = ({ mode: mode, title: title, h
|
|
|
1527
1637
|
$parcel$exportWildcard($2f73ddd8add910a8$exports, $5027e1415a5d07a3$exports);
|
|
1528
1638
|
$parcel$exportWildcard($2f73ddd8add910a8$exports, $b63f47b1988cc9cc$exports);
|
|
1529
1639
|
$parcel$exportWildcard($2f73ddd8add910a8$exports, $724afd4ce9144102$exports);
|
|
1640
|
+
$parcel$exportWildcard($2f73ddd8add910a8$exports, $d5c7929d39ff5527$exports);
|
|
1530
1641
|
$parcel$exportWildcard($2f73ddd8add910a8$exports, $c6cb73849a678e6b$exports);
|
|
1531
1642
|
$parcel$exportWildcard($2f73ddd8add910a8$exports, $baef25120507d751$exports);
|
|
1532
1643
|
$parcel$exportWildcard($2f73ddd8add910a8$exports, $dc21ec89b477f1f5$exports);
|
|
@@ -1540,6 +1651,7 @@ $parcel$exportWildcard($2f73ddd8add910a8$exports, $8176a09dc84d0aeb$exports);
|
|
|
1540
1651
|
$parcel$exportWildcard($2f73ddd8add910a8$exports, $a2105fe5d73da143$exports);
|
|
1541
1652
|
$parcel$exportWildcard($2f73ddd8add910a8$exports, $0735f384387bffd5$exports);
|
|
1542
1653
|
$parcel$exportWildcard($2f73ddd8add910a8$exports, $442f20c66e7fe0ca$exports);
|
|
1654
|
+
$parcel$exportWildcard($2f73ddd8add910a8$exports, $39f99e03b8893e17$exports);
|
|
1543
1655
|
$parcel$exportWildcard($2f73ddd8add910a8$exports, $a9a588163792c7ce$exports);
|
|
1544
1656
|
$parcel$exportWildcard($2f73ddd8add910a8$exports, $98be442e0c2317ee$exports);
|
|
1545
1657
|
$parcel$exportWildcard($2f73ddd8add910a8$exports, $6047e917a6798db7$exports);
|
|
@@ -1860,10 +1972,9 @@ const $f0268f1db831660e$export$2862569872caaf4c = (props)=>{
|
|
|
1860
1972
|
};
|
|
1861
1973
|
|
|
1862
1974
|
|
|
1975
|
+
var $6f6996bc93f9024f$exports = {};
|
|
1863
1976
|
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
$parcel$export($ca2e3541bc1b9f84$exports, "OrCardDetails", () => $ca2e3541bc1b9f84$export$673df9b4ac153f42);
|
|
1977
|
+
$parcel$export($6f6996bc93f9024f$exports, "OrBasicUserInfoCard", () => $6f6996bc93f9024f$export$f10faff437114576);
|
|
1867
1978
|
|
|
1868
1979
|
|
|
1869
1980
|
|
|
@@ -1922,6 +2033,68 @@ const $24d4e6dc5c301d8b$export$d7f8f0fff3f510b3 = ({ offset: offset = 0, order:
|
|
|
1922
2033
|
|
|
1923
2034
|
|
|
1924
2035
|
|
|
2036
|
+
const $6f6996bc93f9024f$export$f10faff437114576 = ({ bordered: bordered = true, hoverable: hoverable = false, loading: loading = false, size: size = "default", selected: selected = false, $borderColor: $borderColor = "gray", $marginBottom: $marginBottom, $padding: $padding, $backgroundColor: $backgroundColor, $shadow: $shadow, $maxWidth: $maxWidth, $alignSelf: $alignSelf, $margin: $margin, firstName: firstName, lastName: lastName, phone: phone, email: email, ...props })=>{
|
|
2037
|
+
return /*#__PURE__*/ (0, $7UkB3$reactjsxruntime.jsx)((0, $d79693771c9c244f$export$94fdbc1f5368d5e4), {
|
|
2038
|
+
bordered: bordered,
|
|
2039
|
+
hoverable: hoverable,
|
|
2040
|
+
loading: loading,
|
|
2041
|
+
$backgroundColor: $backgroundColor,
|
|
2042
|
+
size: size,
|
|
2043
|
+
selected: selected,
|
|
2044
|
+
$borderColor: $borderColor,
|
|
2045
|
+
$marginBottom: $marginBottom,
|
|
2046
|
+
$padding: $padding,
|
|
2047
|
+
$shadow: $shadow,
|
|
2048
|
+
$maxWidth: $maxWidth,
|
|
2049
|
+
$alignSelf: $alignSelf,
|
|
2050
|
+
$margin: $margin,
|
|
2051
|
+
...props,
|
|
2052
|
+
children: /*#__PURE__*/ (0, $7UkB3$reactjsxruntime.jsxs)((0, $982bec7537279242$export$3747f08d21b64319), {
|
|
2053
|
+
style: {
|
|
2054
|
+
width: "100%",
|
|
2055
|
+
display: "flex",
|
|
2056
|
+
alignItems: "center",
|
|
2057
|
+
gap: 30,
|
|
2058
|
+
marginBottom: 16
|
|
2059
|
+
},
|
|
2060
|
+
children: [
|
|
2061
|
+
/*#__PURE__*/ (0, $7UkB3$reactjsxruntime.jsx)((0, $24d4e6dc5c301d8b$export$d7f8f0fff3f510b3), {
|
|
2062
|
+
children: /*#__PURE__*/ (0, $7UkB3$reactjsxruntime.jsx)((0, $49b518bf202cbb25$export$efa90778104b9e30), {
|
|
2063
|
+
icon: `${firstName.charAt(0)}${lastName.charAt(0)}`,
|
|
2064
|
+
size: "large"
|
|
2065
|
+
})
|
|
2066
|
+
}),
|
|
2067
|
+
/*#__PURE__*/ (0, $7UkB3$reactjsxruntime.jsxs)((0, $24d4e6dc5c301d8b$export$d7f8f0fff3f510b3), {
|
|
2068
|
+
children: [
|
|
2069
|
+
/*#__PURE__*/ (0, $7UkB3$reactjsxruntime.jsx)((0, $4a877f79704cf217$export$198c14b431fd598), {
|
|
2070
|
+
$fontSize: 20,
|
|
2071
|
+
strong: true,
|
|
2072
|
+
children: `${firstName} ${lastName}`
|
|
2073
|
+
}),
|
|
2074
|
+
/*#__PURE__*/ (0, $7UkB3$reactjsxruntime.jsx)((0, $4a877f79704cf217$export$198c14b431fd598), {
|
|
2075
|
+
children: phone
|
|
2076
|
+
}),
|
|
2077
|
+
/*#__PURE__*/ (0, $7UkB3$reactjsxruntime.jsx)((0, $4a877f79704cf217$export$198c14b431fd598), {
|
|
2078
|
+
children: email
|
|
2079
|
+
})
|
|
2080
|
+
]
|
|
2081
|
+
})
|
|
2082
|
+
]
|
|
2083
|
+
})
|
|
2084
|
+
});
|
|
2085
|
+
};
|
|
2086
|
+
|
|
2087
|
+
|
|
2088
|
+
|
|
2089
|
+
var $ca2e3541bc1b9f84$exports = {};
|
|
2090
|
+
|
|
2091
|
+
$parcel$export($ca2e3541bc1b9f84$exports, "OrCardDetails", () => $ca2e3541bc1b9f84$export$673df9b4ac153f42);
|
|
2092
|
+
|
|
2093
|
+
|
|
2094
|
+
|
|
2095
|
+
|
|
2096
|
+
|
|
2097
|
+
|
|
1925
2098
|
const $ca2e3541bc1b9f84$export$673df9b4ac153f42 = ({ bordered: bordered = true, hoverable: hoverable = false, loading: loading = false, size: size = "default", selected: selected = false, $borderColor: $borderColor = "gray", $marginBottom: $marginBottom, $padding: $padding, $backgroundColor: $backgroundColor, $shadow: $shadow, $maxWidth: $maxWidth, $alignSelf: $alignSelf, $margin: $margin, items: items, direction: direction = "row", ...props })=>{
|
|
1926
2099
|
return /*#__PURE__*/ (0, $7UkB3$reactjsxruntime.jsx)((0, $d79693771c9c244f$export$94fdbc1f5368d5e4), {
|
|
1927
2100
|
bordered: bordered,
|
|
@@ -1988,6 +2161,40 @@ const $ca2e3541bc1b9f84$export$673df9b4ac153f42 = ({ bordered: bordered = true,
|
|
|
1988
2161
|
};
|
|
1989
2162
|
|
|
1990
2163
|
|
|
2164
|
+
var $28e1d12f5c004811$exports = {};
|
|
2165
|
+
|
|
2166
|
+
$parcel$export($28e1d12f5c004811$exports, "OrCardIconsGroup", () => $28e1d12f5c004811$export$87e55ae80031f758);
|
|
2167
|
+
|
|
2168
|
+
|
|
2169
|
+
|
|
2170
|
+
|
|
2171
|
+
const $28e1d12f5c004811$export$87e55ae80031f758 = ({ options: options, onChange: onChange, value: value, cardsIconOrientation: cardsIconOrientation = "column", disabled: disabled = false })=>{
|
|
2172
|
+
const optionsFixed = (0, $7UkB3$react.useMemo)(()=>options.map((subscription)=>({
|
|
2173
|
+
label: /*#__PURE__*/ (0, $7UkB3$reactjsxruntime.jsx)((0, $d5c7929d39ff5527$export$1421447be09bde7e), {
|
|
2174
|
+
...subscription
|
|
2175
|
+
}),
|
|
2176
|
+
value: subscription.value
|
|
2177
|
+
})), [
|
|
2178
|
+
options
|
|
2179
|
+
]);
|
|
2180
|
+
return /*#__PURE__*/ (0, $7UkB3$reactjsxruntime.jsx)((0, $7UkB3$reactjsxruntime.Fragment), {
|
|
2181
|
+
children: /*#__PURE__*/ (0, $7UkB3$reactjsxruntime.jsx)((0, $0735f384387bffd5$export$d9398c39395fcd21), {
|
|
2182
|
+
cardsIconOrientation: cardsIconOrientation,
|
|
2183
|
+
onChange: onChange,
|
|
2184
|
+
options: optionsFixed,
|
|
2185
|
+
disabled: disabled,
|
|
2186
|
+
bordered: true,
|
|
2187
|
+
size: "large",
|
|
2188
|
+
fullWidth: true,
|
|
2189
|
+
padding: "4px 10px",
|
|
2190
|
+
value: value,
|
|
2191
|
+
buttonStyle: "outline",
|
|
2192
|
+
cardChecked: true
|
|
2193
|
+
})
|
|
2194
|
+
});
|
|
2195
|
+
};
|
|
2196
|
+
|
|
2197
|
+
|
|
1991
2198
|
var $9f90f0430642acf8$exports = {};
|
|
1992
2199
|
|
|
1993
2200
|
$parcel$export($9f90f0430642acf8$exports, "OrCardRequestSummary", () => $9f90f0430642acf8$export$d1024670c1749d2c);
|
|
@@ -4987,6 +5194,40 @@ const $d249b3e0fadcfced$export$5283339c55c5112e = (props)=>{
|
|
|
4987
5194
|
|
|
4988
5195
|
|
|
4989
5196
|
|
|
5197
|
+
var $be4a59646eca0a4a$exports = {};
|
|
5198
|
+
|
|
5199
|
+
$parcel$export($be4a59646eca0a4a$exports, "OrServiceCards", () => $be4a59646eca0a4a$export$6b098241486863ba);
|
|
5200
|
+
|
|
5201
|
+
|
|
5202
|
+
|
|
5203
|
+
|
|
5204
|
+
const $be4a59646eca0a4a$export$6b098241486863ba = ({ options: options, onChange: onChange, value: value, disabled: disabled = false })=>{
|
|
5205
|
+
const services = (0, $7UkB3$react.useMemo)(()=>options.map((subscription)=>({
|
|
5206
|
+
label: /*#__PURE__*/ (0, $7UkB3$reactjsxruntime.jsx)((0, $39f99e03b8893e17$export$3c76ea7783de9f89), {
|
|
5207
|
+
...subscription
|
|
5208
|
+
}),
|
|
5209
|
+
value: subscription.value,
|
|
5210
|
+
disabled: subscription.disabled
|
|
5211
|
+
})), [
|
|
5212
|
+
options
|
|
5213
|
+
]);
|
|
5214
|
+
return /*#__PURE__*/ (0, $7UkB3$reactjsxruntime.jsx)((0, $7UkB3$reactjsxruntime.Fragment), {
|
|
5215
|
+
children: /*#__PURE__*/ (0, $7UkB3$reactjsxruntime.jsx)((0, $0735f384387bffd5$export$d9398c39395fcd21), {
|
|
5216
|
+
onChange: onChange,
|
|
5217
|
+
options: services,
|
|
5218
|
+
bordered: true,
|
|
5219
|
+
size: "large",
|
|
5220
|
+
fullWidth: true,
|
|
5221
|
+
disabled: disabled,
|
|
5222
|
+
padding: "16px",
|
|
5223
|
+
value: value,
|
|
5224
|
+
buttonStyle: "outline",
|
|
5225
|
+
cardChecked: true
|
|
5226
|
+
})
|
|
5227
|
+
});
|
|
5228
|
+
};
|
|
5229
|
+
|
|
5230
|
+
|
|
4990
5231
|
|
|
4991
5232
|
|
|
4992
5233
|
var $2982d608795572ec$exports = {};
|
|
@@ -5305,8 +5546,10 @@ const $4cbe40fbda89056c$export$f72f4f2bb4944572 = ({ avatar: avatar, username: u
|
|
|
5305
5546
|
$parcel$exportWildcard($151a2646f5c2e801$exports, $a1f6109c2d5d515e$exports);
|
|
5306
5547
|
$parcel$exportWildcard($151a2646f5c2e801$exports, $1a68337cc358e086$exports);
|
|
5307
5548
|
$parcel$exportWildcard($151a2646f5c2e801$exports, $f0268f1db831660e$exports);
|
|
5549
|
+
$parcel$exportWildcard($151a2646f5c2e801$exports, $6f6996bc93f9024f$exports);
|
|
5308
5550
|
$parcel$exportWildcard($151a2646f5c2e801$exports, $9fd46f247f584908$exports);
|
|
5309
5551
|
$parcel$exportWildcard($151a2646f5c2e801$exports, $ca2e3541bc1b9f84$exports);
|
|
5552
|
+
$parcel$exportWildcard($151a2646f5c2e801$exports, $28e1d12f5c004811$exports);
|
|
5310
5553
|
$parcel$exportWildcard($151a2646f5c2e801$exports, $9f90f0430642acf8$exports);
|
|
5311
5554
|
$parcel$exportWildcard($151a2646f5c2e801$exports, $27f49cc73434e438$exports);
|
|
5312
5555
|
$parcel$exportWildcard($151a2646f5c2e801$exports, $24d4e6dc5c301d8b$exports);
|
|
@@ -5343,6 +5586,7 @@ $parcel$exportWildcard($151a2646f5c2e801$exports, $d249b3e0fadcfced$exports);
|
|
|
5343
5586
|
$parcel$exportWildcard($151a2646f5c2e801$exports, $982bec7537279242$exports);
|
|
5344
5587
|
$parcel$exportWildcard($151a2646f5c2e801$exports, $15389bf598f6d521$exports);
|
|
5345
5588
|
$parcel$exportWildcard($151a2646f5c2e801$exports, $8b5be44b11d86ed9$exports);
|
|
5589
|
+
$parcel$exportWildcard($151a2646f5c2e801$exports, $be4a59646eca0a4a$exports);
|
|
5346
5590
|
$parcel$exportWildcard($151a2646f5c2e801$exports, $e9ea832241ff507a$exports);
|
|
5347
5591
|
$parcel$exportWildcard($151a2646f5c2e801$exports, $ec8066bfecf15925$exports);
|
|
5348
5592
|
$parcel$exportWildcard($151a2646f5c2e801$exports, $2982d608795572ec$exports);
|
|
@@ -7116,14 +7360,14 @@ const $68a3e27abcfd9bd1$export$623a69743008e473 = ({ formSteps: formSteps, onVal
|
|
|
7116
7360
|
};
|
|
7117
7361
|
|
|
7118
7362
|
|
|
7119
|
-
var $
|
|
7363
|
+
var $fce36504f6ebc938$exports = {};
|
|
7120
7364
|
|
|
7121
|
-
$parcel$export($
|
|
7365
|
+
$parcel$export($fce36504f6ebc938$exports, "TmRequestsForm", () => $fce36504f6ebc938$export$b12a35d9a7298ab2);
|
|
7122
7366
|
|
|
7123
7367
|
|
|
7124
7368
|
|
|
7125
7369
|
|
|
7126
|
-
const $
|
|
7370
|
+
const $fce36504f6ebc938$export$b12a35d9a7298ab2 = ({ username: username, mainButtonLabel: mainButtonLabel, onClickMainAction: onClickMainAction, mainButtonIcon: mainButtonIcon, cancelButtonLabel: cancelButtonLabel, onClickCancelAction: onClickCancelAction, cancelButtonIcon: cancelButtonIcon, firstColumnContent: firstColumnContent, secondColumnContent: secondColumnContent, disabledCancelButton: disabledCancelButton = false, disabledMainButton: disabledMainButton = false })=>{
|
|
7127
7371
|
return /*#__PURE__*/ (0, $7UkB3$reactjsxruntime.jsxs)((0, ($parcel$interopDefault($7UkB3$react))).Fragment, {
|
|
7128
7372
|
children: [
|
|
7129
7373
|
/*#__PURE__*/ (0, $7UkB3$reactjsxruntime.jsxs)((0, $982bec7537279242$export$3747f08d21b64319), {
|
|
@@ -7192,6 +7436,98 @@ const $0e934f2853fe9b17$export$924754d8841cf3b7 = ({ username: username, mainBut
|
|
|
7192
7436
|
};
|
|
7193
7437
|
|
|
7194
7438
|
|
|
7439
|
+
var $0e934f2853fe9b17$exports = {};
|
|
7440
|
+
|
|
7441
|
+
$parcel$export($0e934f2853fe9b17$exports, "TmRequestsPage", () => $0e934f2853fe9b17$export$924754d8841cf3b7);
|
|
7442
|
+
|
|
7443
|
+
|
|
7444
|
+
|
|
7445
|
+
|
|
7446
|
+
const $0e934f2853fe9b17$export$924754d8841cf3b7 = ({ username: username, mainButtonLabel: mainButtonLabel, onClickMainAction: onClickMainAction, mainButtonIcon: mainButtonIcon, cancelButtonLabel: cancelButtonLabel, onClickCancelAction: onClickCancelAction, cancelButtonIcon: cancelButtonIcon, firstColumnContent: firstColumnContent, secondColumnContent: secondColumnContent, disabledCancelButton: disabledCancelButton = false, disabledMainButton: disabledMainButton = false, onClickLeftArrow: onClickLeftArrow })=>{
|
|
7447
|
+
return /*#__PURE__*/ (0, $7UkB3$reactjsxruntime.jsxs)((0, $24d4e6dc5c301d8b$export$d7f8f0fff3f510b3), {
|
|
7448
|
+
children: [
|
|
7449
|
+
/*#__PURE__*/ (0, $7UkB3$reactjsxruntime.jsxs)((0, $982bec7537279242$export$3747f08d21b64319), {
|
|
7450
|
+
justify: "space-between",
|
|
7451
|
+
align: "middle",
|
|
7452
|
+
style: {
|
|
7453
|
+
marginBottom: 8,
|
|
7454
|
+
paddingInline: 8,
|
|
7455
|
+
paddingBlock: 16
|
|
7456
|
+
},
|
|
7457
|
+
children: [
|
|
7458
|
+
/*#__PURE__*/ (0, $7UkB3$reactjsxruntime.jsxs)((0, $24d4e6dc5c301d8b$export$d7f8f0fff3f510b3), {
|
|
7459
|
+
$flexDirection: "row",
|
|
7460
|
+
$alignItems: "center",
|
|
7461
|
+
$gap: 10,
|
|
7462
|
+
children: [
|
|
7463
|
+
onClickLeftArrow && /*#__PURE__*/ (0, $7UkB3$reactjsxruntime.jsx)((0, $7664f9642917f3fc$export$477fa7efabf289d5), {
|
|
7464
|
+
onClick: onClickLeftArrow,
|
|
7465
|
+
icon: /*#__PURE__*/ (0, $7UkB3$reactjsxruntime.jsx)((0, $2b0bb99b70af631b$export$98178f002c5c0c9f), {
|
|
7466
|
+
name: "ArrowLeftOutlined"
|
|
7467
|
+
}),
|
|
7468
|
+
borderless: true,
|
|
7469
|
+
type: "ghost"
|
|
7470
|
+
}),
|
|
7471
|
+
/*#__PURE__*/ (0, $7UkB3$reactjsxruntime.jsx)((0, $4a877f79704cf217$export$198c14b431fd598), {
|
|
7472
|
+
$fontSize: 24,
|
|
7473
|
+
strong: true,
|
|
7474
|
+
children: username
|
|
7475
|
+
}),
|
|
7476
|
+
" "
|
|
7477
|
+
]
|
|
7478
|
+
}),
|
|
7479
|
+
/*#__PURE__*/ (0, $7UkB3$reactjsxruntime.jsxs)((0, $24d4e6dc5c301d8b$export$d7f8f0fff3f510b3), {
|
|
7480
|
+
$flexDirection: "row",
|
|
7481
|
+
$gap: 10,
|
|
7482
|
+
children: [
|
|
7483
|
+
onClickCancelAction && /*#__PURE__*/ (0, $7UkB3$reactjsxruntime.jsx)((0, $7664f9642917f3fc$export$477fa7efabf289d5), {
|
|
7484
|
+
value: cancelButtonLabel,
|
|
7485
|
+
onClick: onClickCancelAction,
|
|
7486
|
+
disabled: disabledCancelButton,
|
|
7487
|
+
icon: cancelButtonIcon ? /*#__PURE__*/ (0, $7UkB3$reactjsxruntime.jsx)((0, $2b0bb99b70af631b$export$98178f002c5c0c9f), {
|
|
7488
|
+
name: cancelButtonIcon
|
|
7489
|
+
}) : null
|
|
7490
|
+
}),
|
|
7491
|
+
onClickMainAction && /*#__PURE__*/ (0, $7UkB3$reactjsxruntime.jsx)((0, $7664f9642917f3fc$export$477fa7efabf289d5), {
|
|
7492
|
+
value: mainButtonLabel,
|
|
7493
|
+
onClick: onClickMainAction,
|
|
7494
|
+
disabled: disabledMainButton,
|
|
7495
|
+
icon: mainButtonIcon ? /*#__PURE__*/ (0, $7UkB3$reactjsxruntime.jsx)((0, $2b0bb99b70af631b$export$98178f002c5c0c9f), {
|
|
7496
|
+
name: mainButtonIcon
|
|
7497
|
+
}) : null,
|
|
7498
|
+
type: "primary"
|
|
7499
|
+
})
|
|
7500
|
+
]
|
|
7501
|
+
})
|
|
7502
|
+
]
|
|
7503
|
+
}),
|
|
7504
|
+
/*#__PURE__*/ (0, $7UkB3$reactjsxruntime.jsxs)((0, $982bec7537279242$export$3747f08d21b64319), {
|
|
7505
|
+
style: {
|
|
7506
|
+
width: "100%",
|
|
7507
|
+
display: "grid",
|
|
7508
|
+
gridTemplateColumns: "repeat(2, 1fr)",
|
|
7509
|
+
gap: 8
|
|
7510
|
+
},
|
|
7511
|
+
children: [
|
|
7512
|
+
/*#__PURE__*/ (0, $7UkB3$reactjsxruntime.jsx)((0, $24d4e6dc5c301d8b$export$d7f8f0fff3f510b3), {
|
|
7513
|
+
style: {
|
|
7514
|
+
gap: 8
|
|
7515
|
+
},
|
|
7516
|
+
children: firstColumnContent
|
|
7517
|
+
}),
|
|
7518
|
+
/*#__PURE__*/ (0, $7UkB3$reactjsxruntime.jsx)((0, $24d4e6dc5c301d8b$export$d7f8f0fff3f510b3), {
|
|
7519
|
+
style: {
|
|
7520
|
+
gap: 8
|
|
7521
|
+
},
|
|
7522
|
+
children: secondColumnContent
|
|
7523
|
+
})
|
|
7524
|
+
]
|
|
7525
|
+
})
|
|
7526
|
+
]
|
|
7527
|
+
});
|
|
7528
|
+
};
|
|
7529
|
+
|
|
7530
|
+
|
|
7195
7531
|
$parcel$exportWildcard($d4ccec9c250f8304$exports, $9bf481202d82ce30$exports);
|
|
7196
7532
|
$parcel$exportWildcard($d4ccec9c250f8304$exports, $6df23f25a5b756c9$exports);
|
|
7197
7533
|
$parcel$exportWildcard($d4ccec9c250f8304$exports, $c8dab1482eb36e61$exports);
|
|
@@ -7203,6 +7539,7 @@ $parcel$exportWildcard($d4ccec9c250f8304$exports, $8a92cacc74880af9$exports);
|
|
|
7203
7539
|
$parcel$exportWildcard($d4ccec9c250f8304$exports, $51b239511d1ccd13$exports);
|
|
7204
7540
|
$parcel$exportWildcard($d4ccec9c250f8304$exports, $22c590b369307966$exports);
|
|
7205
7541
|
$parcel$exportWildcard($d4ccec9c250f8304$exports, $68a3e27abcfd9bd1$exports);
|
|
7542
|
+
$parcel$exportWildcard($d4ccec9c250f8304$exports, $fce36504f6ebc938$exports);
|
|
7206
7543
|
$parcel$exportWildcard($d4ccec9c250f8304$exports, $0e934f2853fe9b17$exports);
|
|
7207
7544
|
|
|
7208
7545
|
|