enwawa-ui 2.0.21 → 2.0.23
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/CHANGELOG.md +995 -0
- package/lib/index.d.ts +85 -64
- package/lib/index.d.ts.map +1 -1
- package/lib/index.es.js +609 -581
- package/lib/index.es.js.map +1 -1
- package/lib/index.js +608 -580
- package/lib/index.js.map +1 -1
- package/lib/{wawa-isotype.da9ebd6e.svg → wawa-isotype.28dcf3ba.svg} +4 -4
- package/lib/wawa-isotype.412829c2.svg +4 -4
- package/lib/wawa-isotype.b3306037.svg +4 -4
- package/lib/wawa-logo.26a17016.svg +6 -6
- package/lib/wawa-logo.66641d13.svg +6 -6
- package/lib/{wawa-logo.bb8f5a4d.svg → wawa-logo.f82ab6f2.svg} +6 -6
- package/package.json +126 -126
- package/readme.md +2 -2
package/lib/index.js
CHANGED
|
@@ -70,15 +70,15 @@ $parcel$export($7664f9642917f3fc$exports, "AtButton", () => $7664f9642917f3fc$ex
|
|
|
70
70
|
|
|
71
71
|
|
|
72
72
|
|
|
73
|
-
const $91d20ab6955986cf$export$2d5d2ba3c7c8c40b = (0, $7UkB3$styledcomponents.styled)((0, $7UkB3$antd.Button))`
|
|
74
|
-
${({ borderless: borderless })=>borderless ? "border: none;" : ""}
|
|
75
|
-
${({ $fullWidth: $fullWidth })=>$fullWidth ? "width: 100%" : ""};
|
|
76
|
-
${({ $width: $width })=>$width ? `width: ${$width}` : ""};
|
|
77
|
-
&,
|
|
78
|
-
&.ant-btn-primary,
|
|
79
|
-
&.ant-btn-primary.ant-btn-dangerous {
|
|
80
|
-
box-shadow: none;
|
|
81
|
-
}
|
|
73
|
+
const $91d20ab6955986cf$export$2d5d2ba3c7c8c40b = (0, $7UkB3$styledcomponents.styled)((0, $7UkB3$antd.Button))`
|
|
74
|
+
${({ borderless: borderless })=>borderless ? "border: none;" : ""}
|
|
75
|
+
${({ $fullWidth: $fullWidth })=>$fullWidth ? "width: 100%" : ""};
|
|
76
|
+
${({ $width: $width })=>$width ? `width: ${$width}` : ""};
|
|
77
|
+
&,
|
|
78
|
+
&.ant-btn-primary,
|
|
79
|
+
&.ant-btn-primary.ant-btn-dangerous {
|
|
80
|
+
box-shadow: none;
|
|
81
|
+
}
|
|
82
82
|
`;
|
|
83
83
|
|
|
84
84
|
|
|
@@ -190,15 +190,15 @@ const $b53932c494bf64fd$export$d9118baa0db5ef35 = ({ children: children })=>{
|
|
|
190
190
|
var $b53932c494bf64fd$export$2e2bcd8739ae039 = $b53932c494bf64fd$export$d9118baa0db5ef35;
|
|
191
191
|
|
|
192
192
|
|
|
193
|
-
const $9ba070af26740542$export$9ba589706daf7ace = (0, $7UkB3$styledcomponents.styled)((0, $7UkB3$antd.Statistic).Countdown)`
|
|
194
|
-
& span {
|
|
195
|
-
${({ $color: $color })=>$color === "primary" ? `color: ${(0, $b53932c494bf64fd$export$8241b7126941c403)[5]} !important;` : ""}
|
|
196
|
-
${({ $fontSize: $fontSize })=>$fontSize ? `font-size: ${$fontSize}px;` : ""}
|
|
197
|
-
}
|
|
198
|
-
|
|
199
|
-
& .ant-statistic-content {
|
|
200
|
-
font-size: 0;
|
|
201
|
-
}
|
|
193
|
+
const $9ba070af26740542$export$9ba589706daf7ace = (0, $7UkB3$styledcomponents.styled)((0, $7UkB3$antd.Statistic).Countdown)`
|
|
194
|
+
& span {
|
|
195
|
+
${({ $color: $color })=>$color === "primary" ? `color: ${(0, $b53932c494bf64fd$export$8241b7126941c403)[5]} !important;` : ""}
|
|
196
|
+
${({ $fontSize: $fontSize })=>$fontSize ? `font-size: ${$fontSize}px;` : ""}
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
& .ant-statistic-content {
|
|
200
|
+
font-size: 0;
|
|
201
|
+
}
|
|
202
202
|
`;
|
|
203
203
|
|
|
204
204
|
|
|
@@ -283,8 +283,8 @@ $parcel$export($881cc3a6eb30e23d$exports, "AtDatePicker", () => $881cc3a6eb30e23
|
|
|
283
283
|
|
|
284
284
|
|
|
285
285
|
|
|
286
|
-
const $f6a3d5878d11e977$export$fe6e7db83e51bd64 = (0, $7UkB3$styledcomponents.styled)((0, $7UkB3$antd.DatePicker))`
|
|
287
|
-
${({ $width: $width })=>$width ? `width: ${$width}` : ""};
|
|
286
|
+
const $f6a3d5878d11e977$export$fe6e7db83e51bd64 = (0, $7UkB3$styledcomponents.styled)((0, $7UkB3$antd.DatePicker))`
|
|
287
|
+
${({ $width: $width })=>$width ? `width: ${$width}` : ""};
|
|
288
288
|
`;
|
|
289
289
|
|
|
290
290
|
|
|
@@ -336,8 +336,8 @@ $parcel$export($b2668afad15bb5a2$exports, "AtDateRangePicker", () => $b2668afad1
|
|
|
336
336
|
|
|
337
337
|
|
|
338
338
|
|
|
339
|
-
const $305aa70a07d92f49$export$fe6e7db83e51bd64 = (0, $7UkB3$styledcomponents.styled)((0, $7UkB3$antd.DatePicker).RangePicker)`
|
|
340
|
-
${({ $width: $width })=>$width ? `width: ${$width}` : ""};
|
|
339
|
+
const $305aa70a07d92f49$export$fe6e7db83e51bd64 = (0, $7UkB3$styledcomponents.styled)((0, $7UkB3$antd.DatePicker).RangePicker)`
|
|
340
|
+
${({ $width: $width })=>$width ? `width: ${$width}` : ""};
|
|
341
341
|
`;
|
|
342
342
|
|
|
343
343
|
|
|
@@ -389,9 +389,9 @@ $parcel$export($acd32bf66df21d9e$exports, "AtDivider", () => $acd32bf66df21d9e$e
|
|
|
389
389
|
|
|
390
390
|
|
|
391
391
|
|
|
392
|
-
const $66ea8d11f6b28ad0$export$9314d5080fde0336 = (0, $7UkB3$styledcomponents.styled)((0, $7UkB3$antd.Divider))`
|
|
393
|
-
${({ $margin: $margin })=>$margin ? `margin: ${$margin}px;` : ""}
|
|
394
|
-
|
|
392
|
+
const $66ea8d11f6b28ad0$export$9314d5080fde0336 = (0, $7UkB3$styledcomponents.styled)((0, $7UkB3$antd.Divider))`
|
|
393
|
+
${({ $margin: $margin })=>$margin ? `margin: ${$margin}px;` : ""}
|
|
394
|
+
|
|
395
395
|
`;
|
|
396
396
|
|
|
397
397
|
|
|
@@ -456,13 +456,13 @@ $parcel$export($a2105fe5d73da143$exports, "MlPlanCard", () => $a2105fe5d73da143$
|
|
|
456
456
|
|
|
457
457
|
|
|
458
458
|
|
|
459
|
-
const $611ab851d6260698$export$94fdbc1f5368d5e4 = (0, $7UkB3$styledcomponents.styled).div`
|
|
460
|
-
border-radius: 10px;
|
|
461
|
-
border: 3px dotted #E5E5E5;
|
|
462
|
-
padding-bottom: 20px;
|
|
463
|
-
padding-left: 20px;
|
|
464
|
-
width: 100%;
|
|
465
|
-
flex: 42%;
|
|
459
|
+
const $611ab851d6260698$export$94fdbc1f5368d5e4 = (0, $7UkB3$styledcomponents.styled).div`
|
|
460
|
+
border-radius: 10px;
|
|
461
|
+
border: 3px dotted #E5E5E5;
|
|
462
|
+
padding-bottom: 20px;
|
|
463
|
+
padding-left: 20px;
|
|
464
|
+
width: 100%;
|
|
465
|
+
flex: 42%;
|
|
466
466
|
`;
|
|
467
467
|
|
|
468
468
|
|
|
@@ -487,12 +487,12 @@ const $a2105fe5d73da143$export$e353331cf094735e = ({ title: title, description:
|
|
|
487
487
|
|
|
488
488
|
|
|
489
489
|
|
|
490
|
-
const $a3aac9eb0ae41a52$export$9cb5b7583b36e24 = (0, $7UkB3$styledcomponents.styled).div`
|
|
491
|
-
display: flex;
|
|
492
|
-
flex-direction: row;
|
|
493
|
-
margin-bottom: 20px;
|
|
494
|
-
flex-wrap: wrap;
|
|
495
|
-
gap: 10px;
|
|
490
|
+
const $a3aac9eb0ae41a52$export$9cb5b7583b36e24 = (0, $7UkB3$styledcomponents.styled).div`
|
|
491
|
+
display: flex;
|
|
492
|
+
flex-direction: row;
|
|
493
|
+
margin-bottom: 20px;
|
|
494
|
+
flex-wrap: wrap;
|
|
495
|
+
gap: 10px;
|
|
496
496
|
`;
|
|
497
497
|
|
|
498
498
|
|
|
@@ -644,13 +644,13 @@ $parcel$export($baef25120507d751$exports, "MlCheckboxGroup", () => $baef25120507
|
|
|
644
644
|
|
|
645
645
|
|
|
646
646
|
|
|
647
|
-
const $faaaa392cab3440f$export$31666700a7537f44 = (0, $7UkB3$styledcomponents.styled)((0, $7UkB3$antd.Checkbox).Group)`
|
|
648
|
-
${({ $direction: $direction })=>$direction === "vertical" ? `
|
|
649
|
-
.ant-checkbox-wrapper {
|
|
650
|
-
width: 100%;
|
|
651
|
-
margin-bottom: 8px;
|
|
652
|
-
}
|
|
653
|
-
` : ""}
|
|
647
|
+
const $faaaa392cab3440f$export$31666700a7537f44 = (0, $7UkB3$styledcomponents.styled)((0, $7UkB3$antd.Checkbox).Group)`
|
|
648
|
+
${({ $direction: $direction })=>$direction === "vertical" ? `
|
|
649
|
+
.ant-checkbox-wrapper {
|
|
650
|
+
width: 100%;
|
|
651
|
+
margin-bottom: 8px;
|
|
652
|
+
}
|
|
653
|
+
` : ""}
|
|
654
654
|
`;
|
|
655
655
|
|
|
656
656
|
|
|
@@ -674,14 +674,14 @@ $parcel$export($0e8ffaf3aefdc755$exports, "AtNumberInput", () => $0e8ffaf3aefdc7
|
|
|
674
674
|
|
|
675
675
|
|
|
676
676
|
|
|
677
|
-
const $533a28295c5f0be6$export$be88739bfbeac098 = (0, $7UkB3$styledcomponents.styled)((0, $7UkB3$antd.InputNumber))`
|
|
678
|
-
${({ $width: $width })=>$width ? `width: ${$width}` : ""};
|
|
679
|
-
${({ $height: $height })=>$height ? `height: ${$height}` : ""};
|
|
680
|
-
${({ $fontSize: $fontSize })=>$fontSize ? `font-size: ${$fontSize}` : ""};
|
|
681
|
-
${({ $textAlign: $textAlign })=>$textAlign ? `
|
|
682
|
-
.ant-input-number-input-wrap > input.ant-input-number-input {
|
|
683
|
-
text-align: ${$textAlign};
|
|
684
|
-
}` : ""};
|
|
677
|
+
const $533a28295c5f0be6$export$be88739bfbeac098 = (0, $7UkB3$styledcomponents.styled)((0, $7UkB3$antd.InputNumber))`
|
|
678
|
+
${({ $width: $width })=>$width ? `width: ${$width}` : ""};
|
|
679
|
+
${({ $height: $height })=>$height ? `height: ${$height}` : ""};
|
|
680
|
+
${({ $fontSize: $fontSize })=>$fontSize ? `font-size: ${$fontSize}` : ""};
|
|
681
|
+
${({ $textAlign: $textAlign })=>$textAlign ? `
|
|
682
|
+
.ant-input-number-input-wrap > input.ant-input-number-input {
|
|
683
|
+
text-align: ${$textAlign};
|
|
684
|
+
}` : ""};
|
|
685
685
|
`;
|
|
686
686
|
|
|
687
687
|
|
|
@@ -705,9 +705,9 @@ const $0e8ffaf3aefdc755$export$d2d51ae41abaa504 = ({ autoFocus: autoFocus = fals
|
|
|
705
705
|
|
|
706
706
|
|
|
707
707
|
|
|
708
|
-
const $70b20a13a30189e5$export$15739056c9c8ad3 = (0, $7UkB3$styledcomponents.styled).div`
|
|
709
|
-
display: flex;
|
|
710
|
-
gap: 10px;
|
|
708
|
+
const $70b20a13a30189e5$export$15739056c9c8ad3 = (0, $7UkB3$styledcomponents.styled).div`
|
|
709
|
+
display: flex;
|
|
710
|
+
gap: 10px;
|
|
711
711
|
`;
|
|
712
712
|
|
|
713
713
|
|
|
@@ -838,8 +838,8 @@ $parcel$export($ef3dc4e7877764bb$exports, "MlFormItem", () => $ef3dc4e7877764bb$
|
|
|
838
838
|
|
|
839
839
|
|
|
840
840
|
|
|
841
|
-
const $e9534fa280054208$export$49b0017999869589 = (0, $7UkB3$styledcomponents.styled)((0, ($parcel$interopDefault($7UkB3$antdesformFormItem))))`
|
|
842
|
-
${({ $margin: $margin })=>$margin ? `margin: ${$margin};` : ""}
|
|
841
|
+
const $e9534fa280054208$export$49b0017999869589 = (0, $7UkB3$styledcomponents.styled)((0, ($parcel$interopDefault($7UkB3$antdesformFormItem))))`
|
|
842
|
+
${({ $margin: $margin })=>$margin ? `margin: ${$margin};` : ""}
|
|
843
843
|
`;
|
|
844
844
|
|
|
845
845
|
|
|
@@ -865,7 +865,7 @@ $parcel$export($99ca4de13113d49a$exports, "MlIconText", () => $99ca4de13113d49a$
|
|
|
865
865
|
|
|
866
866
|
|
|
867
867
|
|
|
868
|
-
const $5bcca167ef146587$export$af0ea872c0d8dfd7 = (0, $7UkB3$styledcomponents.styled).div`
|
|
868
|
+
const $5bcca167ef146587$export$af0ea872c0d8dfd7 = (0, $7UkB3$styledcomponents.styled).div`
|
|
869
869
|
`;
|
|
870
870
|
|
|
871
871
|
|
|
@@ -895,22 +895,29 @@ $parcel$export($98856f7cb6869992$exports, "MlInfoList", () => $98856f7cb6869992$
|
|
|
895
895
|
|
|
896
896
|
|
|
897
897
|
|
|
898
|
-
const $af975e3b376d2e9e$export$1c6c326027329226 = (0, $7UkB3$styledcomponents.styled).div`
|
|
898
|
+
const $af975e3b376d2e9e$export$1c6c326027329226 = (0, $7UkB3$styledcomponents.styled).div`
|
|
899
|
+
& .description {
|
|
900
|
+
margin-bottom: 25px;
|
|
901
|
+
}
|
|
899
902
|
`;
|
|
900
903
|
|
|
901
904
|
|
|
902
905
|
|
|
903
906
|
|
|
904
907
|
|
|
905
|
-
const $98856f7cb6869992$export$8cc2b46e170cdff = ({ title: title, items: items })=>{
|
|
908
|
+
const $98856f7cb6869992$export$8cc2b46e170cdff = ({ title: title, titleLevel: titleLevel = 4, description: description, items: items })=>{
|
|
906
909
|
return /*#__PURE__*/ (0, $7UkB3$reactjsxruntime.jsxs)((0, $af975e3b376d2e9e$export$1c6c326027329226), {
|
|
907
910
|
children: [
|
|
908
|
-
/*#__PURE__*/ (0, $7UkB3$reactjsxruntime.jsx)((0, $2021c7b8558a44c4$export$670c2244cd311dc7), {
|
|
909
|
-
level:
|
|
911
|
+
title && /*#__PURE__*/ (0, $7UkB3$reactjsxruntime.jsx)((0, $2021c7b8558a44c4$export$670c2244cd311dc7), {
|
|
912
|
+
level: titleLevel,
|
|
910
913
|
children: title
|
|
911
914
|
}),
|
|
912
|
-
|
|
915
|
+
description && /*#__PURE__*/ (0, $7UkB3$reactjsxruntime.jsx)((0, $4a877f79704cf217$export$198c14b431fd598), {
|
|
916
|
+
children: description
|
|
917
|
+
}),
|
|
918
|
+
items?.map((item, index)=>{
|
|
913
919
|
return /*#__PURE__*/ (0, $7UkB3$reactjsxruntime.jsx)((0, $982bec7537279242$export$3747f08d21b64319), {
|
|
920
|
+
$paddingTop: 10,
|
|
914
921
|
children: /*#__PURE__*/ (0, $7UkB3$reactjsxruntime.jsx)((0, $24d4e6dc5c301d8b$export$d7f8f0fff3f510b3), {
|
|
915
922
|
span: 24,
|
|
916
923
|
style: {
|
|
@@ -948,23 +955,23 @@ $parcel$export($552ccdb1ef89155e$exports, "MlLoading", () => $552ccdb1ef89155e$e
|
|
|
948
955
|
|
|
949
956
|
|
|
950
957
|
|
|
951
|
-
const $aa3d04bd44fe34e8$export$42a852a2b6b56249 = (0, $7UkB3$styledcomponents.styled).div`
|
|
952
|
-
width: 100%;
|
|
953
|
-
height: 100vh;
|
|
954
|
-
${({ $zIndex: $zIndex })=>$zIndex ? `z-index: ${$zIndex};` : ""}
|
|
955
|
-
background-color: #fafafa4d;
|
|
956
|
-
display: flex;
|
|
957
|
-
flex: 1;
|
|
958
|
-
flex-direction: column;
|
|
959
|
-
align-items: center;
|
|
960
|
-
justify-content: center;
|
|
961
|
-
position: absolute;
|
|
962
|
-
top: 0;
|
|
963
|
-
left: 0;
|
|
958
|
+
const $aa3d04bd44fe34e8$export$42a852a2b6b56249 = (0, $7UkB3$styledcomponents.styled).div`
|
|
959
|
+
width: 100%;
|
|
960
|
+
height: 100vh;
|
|
961
|
+
${({ $zIndex: $zIndex })=>$zIndex ? `z-index: ${$zIndex};` : ""}
|
|
962
|
+
background-color: #fafafa4d;
|
|
963
|
+
display: flex;
|
|
964
|
+
flex: 1;
|
|
965
|
+
flex-direction: column;
|
|
966
|
+
align-items: center;
|
|
967
|
+
justify-content: center;
|
|
968
|
+
position: absolute;
|
|
969
|
+
top: 0;
|
|
970
|
+
left: 0;
|
|
964
971
|
`;
|
|
965
|
-
const $aa3d04bd44fe34e8$export$5e3f251c730829 = (0, $7UkB3$styledcomponents.styled).div`
|
|
966
|
-
width: 25%;
|
|
967
|
-
height: 25%;
|
|
972
|
+
const $aa3d04bd44fe34e8$export$5e3f251c730829 = (0, $7UkB3$styledcomponents.styled).div`
|
|
973
|
+
width: 25%;
|
|
974
|
+
height: 25%;
|
|
968
975
|
`;
|
|
969
976
|
|
|
970
977
|
|
|
@@ -1008,16 +1015,16 @@ $parcel$export($0735f384387bffd5$exports, "MlRadioGroup", () => $0735f384387bffd
|
|
|
1008
1015
|
|
|
1009
1016
|
|
|
1010
1017
|
|
|
1011
|
-
const $ee641c7e53001026$export$26e5f1e6892e4706 = (0, $7UkB3$styledcomponents.styled)((0, $7UkB3$antd.Radio).Group)`
|
|
1012
|
-
${({ bordered: bordered, padding: padding })=>bordered ? `
|
|
1013
|
-
.ant-radio-wrapper {
|
|
1014
|
-
border: 1px solid #d9d9d9;
|
|
1015
|
-
border-radius: 10px;
|
|
1016
|
-
padding: ${padding};
|
|
1017
|
-
margin-bottom: 12px;
|
|
1018
|
-
width: 100%;
|
|
1019
|
-
}
|
|
1020
|
-
` : ""}
|
|
1018
|
+
const $ee641c7e53001026$export$26e5f1e6892e4706 = (0, $7UkB3$styledcomponents.styled)((0, $7UkB3$antd.Radio).Group)`
|
|
1019
|
+
${({ bordered: bordered, padding: padding })=>bordered ? `
|
|
1020
|
+
.ant-radio-wrapper {
|
|
1021
|
+
border: 1px solid #d9d9d9;
|
|
1022
|
+
border-radius: 10px;
|
|
1023
|
+
padding: ${padding};
|
|
1024
|
+
margin-bottom: 12px;
|
|
1025
|
+
width: 100%;
|
|
1026
|
+
}
|
|
1027
|
+
` : ""}
|
|
1021
1028
|
`;
|
|
1022
1029
|
|
|
1023
1030
|
|
|
@@ -1058,16 +1065,16 @@ $parcel$export($a9a588163792c7ce$exports, "MlSubscriptionCard", () => $a9a588163
|
|
|
1058
1065
|
|
|
1059
1066
|
|
|
1060
1067
|
|
|
1061
|
-
const $5e8d70db71dc7b46$export$da54632dda3abdfa = (0, $7UkB3$styledcomponents.styled).div`
|
|
1062
|
-
display: flex;
|
|
1063
|
-
flex-direction: row;
|
|
1064
|
-
justify-content: center;
|
|
1065
|
-
align-items: center;
|
|
1066
|
-
margin: 12px 0;
|
|
1067
|
-
gap: 5px;
|
|
1068
|
+
const $5e8d70db71dc7b46$export$da54632dda3abdfa = (0, $7UkB3$styledcomponents.styled).div`
|
|
1069
|
+
display: flex;
|
|
1070
|
+
flex-direction: row;
|
|
1071
|
+
justify-content: center;
|
|
1072
|
+
align-items: center;
|
|
1073
|
+
margin: 12px 0;
|
|
1074
|
+
gap: 5px;
|
|
1068
1075
|
`;
|
|
1069
|
-
const $5e8d70db71dc7b46$export$1d41361302b577a1 = (0, $7UkB3$styledcomponents.styled).div`
|
|
1070
|
-
width: 80%;
|
|
1076
|
+
const $5e8d70db71dc7b46$export$1d41361302b577a1 = (0, $7UkB3$styledcomponents.styled).div`
|
|
1077
|
+
width: 80%;
|
|
1071
1078
|
`;
|
|
1072
1079
|
|
|
1073
1080
|
|
|
@@ -1124,10 +1131,10 @@ $parcel$export($6047e917a6798db7$exports, "MlUpload", () => $6047e917a6798db7$ex
|
|
|
1124
1131
|
|
|
1125
1132
|
|
|
1126
1133
|
|
|
1127
|
-
const $5bbba6d86fc1c1b5$export$55bdd1af5ac7ed11 = (0, $7UkB3$styledcomponents.styled)((0, $7UkB3$antd.Upload))`
|
|
1128
|
-
& .ant-upload.ant-upload-select {
|
|
1129
|
-
${({ $fullWidth: $fullWidth })=>$fullWidth ? "width: 100%" : ""};
|
|
1130
|
-
}
|
|
1134
|
+
const $5bbba6d86fc1c1b5$export$55bdd1af5ac7ed11 = (0, $7UkB3$styledcomponents.styled)((0, $7UkB3$antd.Upload))`
|
|
1135
|
+
& .ant-upload.ant-upload-select {
|
|
1136
|
+
${({ $fullWidth: $fullWidth })=>$fullWidth ? "width: 100%" : ""};
|
|
1137
|
+
}
|
|
1131
1138
|
`;
|
|
1132
1139
|
|
|
1133
1140
|
|
|
@@ -1257,11 +1264,11 @@ $parcel$export($4bb1fd8c3b4cb451$exports, "OrTicketCard", () => $4bb1fd8c3b4cb45
|
|
|
1257
1264
|
|
|
1258
1265
|
|
|
1259
1266
|
|
|
1260
|
-
const $4891ddc81745c520$export$c6617ce56cbb01d7 = (0, $7UkB3$styledcomponents.styled).div`
|
|
1261
|
-
display: flex;
|
|
1262
|
-
flex-direction: column;
|
|
1263
|
-
width: 100%;
|
|
1264
|
-
gap: 10px;
|
|
1267
|
+
const $4891ddc81745c520$export$c6617ce56cbb01d7 = (0, $7UkB3$styledcomponents.styled).div`
|
|
1268
|
+
display: flex;
|
|
1269
|
+
flex-direction: column;
|
|
1270
|
+
width: 100%;
|
|
1271
|
+
gap: 10px;
|
|
1265
1272
|
`;
|
|
1266
1273
|
|
|
1267
1274
|
|
|
@@ -1286,30 +1293,30 @@ const $cdbd192f8dbe930b$export$67824cee260208a2 = {
|
|
|
1286
1293
|
};
|
|
1287
1294
|
|
|
1288
1295
|
|
|
1289
|
-
const $d79693771c9c244f$export$94fdbc1f5368d5e4 = (0, $7UkB3$styledcomponents.styled)((0, $7UkB3$antd.Card))`
|
|
1290
|
-
${({ $margin: $margin })=>$margin === "auto" ? `margin: auto;` : $margin ? `margin: ${$margin}px;` : ""}
|
|
1291
|
-
${({ $width: $width })=>$width ? `width: ${$width};` : ""}
|
|
1292
|
-
${({ $maxWidth: $maxWidth })=>$maxWidth ? `max-width: ${$maxWidth}px; width: 100%;` : ""}
|
|
1293
|
-
${({ $alignSelf: $alignSelf })=>$alignSelf ? `align-self: ${$alignSelf};` : ""}
|
|
1294
|
-
${({ $backgroundColor: $backgroundColor })=>$backgroundColor ? `background-color: ${$backgroundColor};` : ""}
|
|
1295
|
-
${({ $marginBottom: $marginBottom })=>$marginBottom ? `margin-bottom: ${$marginBottom}px;` : ""}
|
|
1296
|
-
${({ $shadow: $shadow })=>$shadow ? `box-shadow: ${$shadow};` : ""}
|
|
1297
|
-
&.ant-card-small >.ant-card-body {
|
|
1298
|
-
${({ $padding: $padding })=>$padding ? `padding: ${$padding}px; !important` : "padding: 0px !important"}
|
|
1299
|
-
}
|
|
1300
|
-
${({ $borderColor: $borderColor })=>$borderColor ? `border-color: ${(0, $cdbd192f8dbe930b$export$67824cee260208a2)[$borderColor]};` : ""}
|
|
1301
|
-
${({ selected: selected })=>selected ? `
|
|
1302
|
-
border-color: ${(0, $b53932c494bf64fd$export$8241b7126941c403)[5]};
|
|
1303
|
-
box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 5px 12px 4px rgba(0, 0, 0, 0.09);
|
|
1304
|
-
` : ""}
|
|
1305
|
-
|
|
1306
|
-
&:hover * {
|
|
1307
|
-
${({ hoverable: hoverable })=>hoverable ? `color: ${(0, $b53932c494bf64fd$export$8241b7126941c403)[5]};` : ""}
|
|
1308
|
-
}
|
|
1309
|
-
|
|
1310
|
-
& * {
|
|
1311
|
-
${({ selected: selected })=>selected ? `color: ${(0, $b53932c494bf64fd$export$8241b7126941c403)[5]};` : ""}
|
|
1312
|
-
}
|
|
1296
|
+
const $d79693771c9c244f$export$94fdbc1f5368d5e4 = (0, $7UkB3$styledcomponents.styled)((0, $7UkB3$antd.Card))`
|
|
1297
|
+
${({ $margin: $margin })=>$margin === "auto" ? `margin: auto;` : $margin ? `margin: ${$margin}px;` : ""}
|
|
1298
|
+
${({ $width: $width })=>$width ? `width: ${$width};` : ""}
|
|
1299
|
+
${({ $maxWidth: $maxWidth })=>$maxWidth ? `max-width: ${$maxWidth}px; width: 100%;` : ""}
|
|
1300
|
+
${({ $alignSelf: $alignSelf })=>$alignSelf ? `align-self: ${$alignSelf};` : ""}
|
|
1301
|
+
${({ $backgroundColor: $backgroundColor })=>$backgroundColor ? `background-color: ${$backgroundColor};` : ""}
|
|
1302
|
+
${({ $marginBottom: $marginBottom })=>$marginBottom ? `margin-bottom: ${$marginBottom}px;` : ""}
|
|
1303
|
+
${({ $shadow: $shadow })=>$shadow ? `box-shadow: ${$shadow};` : ""}
|
|
1304
|
+
&.ant-card-small >.ant-card-body {
|
|
1305
|
+
${({ $padding: $padding })=>$padding ? `padding: ${$padding}px; !important` : "padding: 0px !important"}
|
|
1306
|
+
}
|
|
1307
|
+
${({ $borderColor: $borderColor })=>$borderColor ? `border-color: ${(0, $cdbd192f8dbe930b$export$67824cee260208a2)[$borderColor]};` : ""}
|
|
1308
|
+
${({ selected: selected })=>selected ? `
|
|
1309
|
+
border-color: ${(0, $b53932c494bf64fd$export$8241b7126941c403)[5]};
|
|
1310
|
+
box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 5px 12px 4px rgba(0, 0, 0, 0.09);
|
|
1311
|
+
` : ""}
|
|
1312
|
+
|
|
1313
|
+
&:hover * {
|
|
1314
|
+
${({ hoverable: hoverable })=>hoverable ? `color: ${(0, $b53932c494bf64fd$export$8241b7126941c403)[5]};` : ""}
|
|
1315
|
+
}
|
|
1316
|
+
|
|
1317
|
+
& * {
|
|
1318
|
+
${({ selected: selected })=>selected ? `color: ${(0, $b53932c494bf64fd$export$8241b7126941c403)[5]};` : ""}
|
|
1319
|
+
}
|
|
1313
1320
|
`;
|
|
1314
1321
|
|
|
1315
1322
|
|
|
@@ -1372,11 +1379,11 @@ const $4bb1fd8c3b4cb451$export$6793541348da9cc7 = ({ type: type = "static", ...p
|
|
|
1372
1379
|
|
|
1373
1380
|
|
|
1374
1381
|
|
|
1375
|
-
const $b96b1b6d5ff252c6$export$57fdb21506446382 = (0, $7UkB3$styledcomponents.styled).div`
|
|
1376
|
-
display: flex;
|
|
1377
|
-
flex-direction: row;
|
|
1378
|
-
flex-wrap: wrap;
|
|
1379
|
-
gap: 10px;
|
|
1382
|
+
const $b96b1b6d5ff252c6$export$57fdb21506446382 = (0, $7UkB3$styledcomponents.styled).div`
|
|
1383
|
+
display: flex;
|
|
1384
|
+
flex-direction: row;
|
|
1385
|
+
flex-wrap: wrap;
|
|
1386
|
+
gap: 10px;
|
|
1380
1387
|
`;
|
|
1381
1388
|
|
|
1382
1389
|
|
|
@@ -1424,20 +1431,20 @@ $parcel$export($982bec7537279242$exports, "OrRow", () => $982bec7537279242$expor
|
|
|
1424
1431
|
|
|
1425
1432
|
|
|
1426
1433
|
|
|
1427
|
-
const $3fe320667b743a1b$export$81761b52b04ea573 = (0, $7UkB3$styledcomponents.styled)((0, $7UkB3$antd.Row))`
|
|
1428
|
-
flex: 1;
|
|
1429
|
-
${({ $backgroundColor: $backgroundColor })=>$backgroundColor ? `background-color: ${$backgroundColor}` : ""};
|
|
1430
|
-
${({ $backgroundSrc: $backgroundSrc })=>$backgroundSrc ? `background-image: url(${$backgroundSrc})` : ""};
|
|
1431
|
-
object-fit: cover;
|
|
1432
|
-
${({ $paddingTop: $paddingTop })=>$paddingTop ? `padding-top: ${$paddingTop}px` : ""};
|
|
1433
|
-
${({ $paddingBottom: $paddingBottom })=>$paddingBottom ? `padding-bottom: ${$paddingBottom}px` : ""};
|
|
1434
|
-
${({ $paddingRight: $paddingRight })=>$paddingRight ? `padding-right: ${$paddingRight}px` : ""};
|
|
1435
|
-
${({ $paddingLeft: $paddingLeft })=>$paddingLeft ? `padding-left: ${$paddingLeft}px` : ""};
|
|
1436
|
-
${({ $paddingVertical: $paddingVertical })=>$paddingVertical ? `padding-top: ${$paddingVertical}px; padding-bottom: ${$paddingVertical}px` : ""};
|
|
1437
|
-
${({ $paddingHorizontal: $paddingHorizontal })=>$paddingHorizontal ? `padding-left: ${$paddingHorizontal}px; padding-right: ${$paddingHorizontal}px` : ""};
|
|
1438
|
-
${({ $gap: $gap })=>$gap ? `gap: ${$gap}px` : ""}
|
|
1439
|
-
${({ $gapVertical: $gapVertical })=>$gapVertical ? `row-gap: ${$gapVertical}px` : ""};
|
|
1440
|
-
${({ $gapHorizontal: $gapHorizontal })=>$gapHorizontal ? `column-gap: ${$gapHorizontal}px` : ""};
|
|
1434
|
+
const $3fe320667b743a1b$export$81761b52b04ea573 = (0, $7UkB3$styledcomponents.styled)((0, $7UkB3$antd.Row))`
|
|
1435
|
+
flex: 1;
|
|
1436
|
+
${({ $backgroundColor: $backgroundColor })=>$backgroundColor ? `background-color: ${$backgroundColor}` : ""};
|
|
1437
|
+
${({ $backgroundSrc: $backgroundSrc })=>$backgroundSrc ? `background-image: url(${$backgroundSrc})` : ""};
|
|
1438
|
+
object-fit: cover;
|
|
1439
|
+
${({ $paddingTop: $paddingTop })=>$paddingTop ? `padding-top: ${$paddingTop}px` : ""};
|
|
1440
|
+
${({ $paddingBottom: $paddingBottom })=>$paddingBottom ? `padding-bottom: ${$paddingBottom}px` : ""};
|
|
1441
|
+
${({ $paddingRight: $paddingRight })=>$paddingRight ? `padding-right: ${$paddingRight}px` : ""};
|
|
1442
|
+
${({ $paddingLeft: $paddingLeft })=>$paddingLeft ? `padding-left: ${$paddingLeft}px` : ""};
|
|
1443
|
+
${({ $paddingVertical: $paddingVertical })=>$paddingVertical ? `padding-top: ${$paddingVertical}px; padding-bottom: ${$paddingVertical}px` : ""};
|
|
1444
|
+
${({ $paddingHorizontal: $paddingHorizontal })=>$paddingHorizontal ? `padding-left: ${$paddingHorizontal}px; padding-right: ${$paddingHorizontal}px` : ""};
|
|
1445
|
+
${({ $gap: $gap })=>$gap ? `gap: ${$gap}px` : ""}
|
|
1446
|
+
${({ $gapVertical: $gapVertical })=>$gapVertical ? `row-gap: ${$gapVertical}px` : ""};
|
|
1447
|
+
${({ $gapHorizontal: $gapHorizontal })=>$gapHorizontal ? `column-gap: ${$gapHorizontal}px` : ""};
|
|
1441
1448
|
`;
|
|
1442
1449
|
|
|
1443
1450
|
|
|
@@ -1524,34 +1531,34 @@ $parcel$export($24d4e6dc5c301d8b$exports, "OrCol", () => $24d4e6dc5c301d8b$expor
|
|
|
1524
1531
|
|
|
1525
1532
|
|
|
1526
1533
|
|
|
1527
|
-
const $a4f9ab03ac0b5fbd$export$872d702253838a08 = (0, $7UkB3$styledcomponents.styled)((0, $7UkB3$antd.Col))`
|
|
1528
|
-
background-size: cover;
|
|
1529
|
-
background-repeat: no-repeat;
|
|
1530
|
-
${({ $position: $position })=>$position ? `position: ${$position}` : ""};
|
|
1531
|
-
${({ $gap: $gap })=>$gap ? `gap: ${$gap}px` : ""};
|
|
1532
|
-
${({ $gapVertical: $gapVertical })=>$gapVertical ? `row-gap: ${$gapVertical}px` : ""};
|
|
1533
|
-
${({ $gapHorizontal: $gapHorizontal })=>$gapHorizontal ? `column-gap: ${$gapHorizontal}px` : ""};
|
|
1534
|
-
${({ xs: xs })=>xs?.hidden === true || xs === 0 ? "" : "display: flex;"}
|
|
1535
|
-
${({ $flexDirection: $flexDirection })=>$flexDirection ? `flex-direction: ${$flexDirection}` : ""};
|
|
1536
|
-
${({ $backgroundSrc: $backgroundSrc })=>$backgroundSrc ? `background-image: url(${$backgroundSrc})` : ""};
|
|
1537
|
-
${({ $justify: $justify })=>$justify ? `justify-content: ${$justify}` : ""};
|
|
1538
|
-
${({ $alignItems: $alignItems })=>$alignItems ? ` align-items: ${$alignItems}` : ""};
|
|
1539
|
-
${({ xs: xs, $paddingTop: $paddingTop })=>xs?.$paddingTop || $paddingTop !== undefined ? `padding-top: ${xs?.$paddingTop ?? $paddingTop}px` : ""};
|
|
1540
|
-
${({ xs: xs, $paddingBottom: $paddingBottom })=>xs?.$paddingBottom || $paddingBottom !== undefined ? `padding-bottom: ${xs?.$paddingBottom ?? $paddingBottom}px` : ""};
|
|
1541
|
-
${({ xs: xs, $paddingRight: $paddingRight })=>xs?.$paddingRight || $paddingRight !== undefined ? `padding-right: ${xs?.$paddingRight ?? $paddingRight}px` : ""};
|
|
1542
|
-
${({ xs: xs, $paddingLeft: $paddingLeft })=>xs?.$paddingLeft || $paddingLeft !== undefined ? `padding-left: ${xs?.$paddingLeft ?? $paddingLeft}px` : ""};
|
|
1543
|
-
${({ xs: xs, $paddingVertical: $paddingVertical })=>xs?.$paddingVertical || $paddingVertical !== undefined ? `padding-top: ${xs?.$paddingVertical ?? $paddingVertical}px; padding-bottom: ${xs?.$paddingVertical ?? $paddingVertical}px` : ""};
|
|
1544
|
-
${({ xs: xs, $paddingHorizontal: $paddingHorizontal })=>xs?.$paddingHorizontal ? `padding-left: ${xs?.$paddingHorizontal ?? $paddingHorizontal}px; padding-right: ${xs?.$paddingHorizontal ?? $paddingHorizontal}px` : ""};
|
|
1545
|
-
|
|
1546
|
-
@media (min-width: 768px) {
|
|
1547
|
-
${({ md: md })=>md?.hidden === true || md === 0 ? "" : "display: flex;"}
|
|
1548
|
-
${({ md: md, $paddingTop: $paddingTop })=>md?.$paddingTop || $paddingTop !== undefined ? `padding-top: ${md?.$paddingTop ?? $paddingTop}px` : ""};
|
|
1549
|
-
${({ md: md, $paddingBottom: $paddingBottom })=>md?.$paddingBottom || $paddingBottom !== undefined ? `padding-bottom: ${md?.$paddingBottom ?? $paddingBottom}px` : ""};
|
|
1550
|
-
${({ md: md, $paddingRight: $paddingRight })=>md?.$paddingRight || $paddingRight !== undefined ? `padding-right: ${md?.$paddingRight ?? $paddingRight}px` : ""};
|
|
1551
|
-
${({ md: md, $paddingLeft: $paddingLeft })=>md?.$paddingLeft || $paddingLeft !== undefined ? `padding-left: ${md?.$paddingLeft ?? $paddingLeft}px` : ""};
|
|
1552
|
-
${({ md: md, $paddingVertical: $paddingVertical })=>md?.$paddingVertical || $paddingVertical !== undefined ? `padding-top: ${md?.$paddingVertical ?? $paddingVertical}px; padding-bottom: ${md?.$paddingVertical ?? $paddingVertical}px` : ""};
|
|
1553
|
-
${({ md: md, $paddingHorizontal: $paddingHorizontal })=>md?.$paddingHorizontal ? `padding-left: ${md?.$paddingHorizontal ?? $paddingHorizontal}px; padding-right: ${md?.$paddingHorizontal ?? $paddingHorizontal}px` : ""};
|
|
1554
|
-
}
|
|
1534
|
+
const $a4f9ab03ac0b5fbd$export$872d702253838a08 = (0, $7UkB3$styledcomponents.styled)((0, $7UkB3$antd.Col))`
|
|
1535
|
+
background-size: cover;
|
|
1536
|
+
background-repeat: no-repeat;
|
|
1537
|
+
${({ $position: $position })=>$position ? `position: ${$position}` : ""};
|
|
1538
|
+
${({ $gap: $gap })=>$gap ? `gap: ${$gap}px` : ""};
|
|
1539
|
+
${({ $gapVertical: $gapVertical })=>$gapVertical ? `row-gap: ${$gapVertical}px` : ""};
|
|
1540
|
+
${({ $gapHorizontal: $gapHorizontal })=>$gapHorizontal ? `column-gap: ${$gapHorizontal}px` : ""};
|
|
1541
|
+
${({ xs: xs })=>xs?.hidden === true || xs === 0 ? "" : "display: flex;"}
|
|
1542
|
+
${({ $flexDirection: $flexDirection })=>$flexDirection ? `flex-direction: ${$flexDirection}` : ""};
|
|
1543
|
+
${({ $backgroundSrc: $backgroundSrc })=>$backgroundSrc ? `background-image: url(${$backgroundSrc})` : ""};
|
|
1544
|
+
${({ $justify: $justify })=>$justify ? `justify-content: ${$justify}` : ""};
|
|
1545
|
+
${({ $alignItems: $alignItems })=>$alignItems ? ` align-items: ${$alignItems}` : ""};
|
|
1546
|
+
${({ xs: xs, $paddingTop: $paddingTop })=>xs?.$paddingTop || $paddingTop !== undefined ? `padding-top: ${xs?.$paddingTop ?? $paddingTop}px` : ""};
|
|
1547
|
+
${({ xs: xs, $paddingBottom: $paddingBottom })=>xs?.$paddingBottom || $paddingBottom !== undefined ? `padding-bottom: ${xs?.$paddingBottom ?? $paddingBottom}px` : ""};
|
|
1548
|
+
${({ xs: xs, $paddingRight: $paddingRight })=>xs?.$paddingRight || $paddingRight !== undefined ? `padding-right: ${xs?.$paddingRight ?? $paddingRight}px` : ""};
|
|
1549
|
+
${({ xs: xs, $paddingLeft: $paddingLeft })=>xs?.$paddingLeft || $paddingLeft !== undefined ? `padding-left: ${xs?.$paddingLeft ?? $paddingLeft}px` : ""};
|
|
1550
|
+
${({ xs: xs, $paddingVertical: $paddingVertical })=>xs?.$paddingVertical || $paddingVertical !== undefined ? `padding-top: ${xs?.$paddingVertical ?? $paddingVertical}px; padding-bottom: ${xs?.$paddingVertical ?? $paddingVertical}px` : ""};
|
|
1551
|
+
${({ xs: xs, $paddingHorizontal: $paddingHorizontal })=>xs?.$paddingHorizontal ? `padding-left: ${xs?.$paddingHorizontal ?? $paddingHorizontal}px; padding-right: ${xs?.$paddingHorizontal ?? $paddingHorizontal}px` : ""};
|
|
1552
|
+
|
|
1553
|
+
@media (min-width: 768px) {
|
|
1554
|
+
${({ md: md })=>md?.hidden === true || md === 0 ? "" : "display: flex;"}
|
|
1555
|
+
${({ md: md, $paddingTop: $paddingTop })=>md?.$paddingTop || $paddingTop !== undefined ? `padding-top: ${md?.$paddingTop ?? $paddingTop}px` : ""};
|
|
1556
|
+
${({ md: md, $paddingBottom: $paddingBottom })=>md?.$paddingBottom || $paddingBottom !== undefined ? `padding-bottom: ${md?.$paddingBottom ?? $paddingBottom}px` : ""};
|
|
1557
|
+
${({ md: md, $paddingRight: $paddingRight })=>md?.$paddingRight || $paddingRight !== undefined ? `padding-right: ${md?.$paddingRight ?? $paddingRight}px` : ""};
|
|
1558
|
+
${({ md: md, $paddingLeft: $paddingLeft })=>md?.$paddingLeft || $paddingLeft !== undefined ? `padding-left: ${md?.$paddingLeft ?? $paddingLeft}px` : ""};
|
|
1559
|
+
${({ md: md, $paddingVertical: $paddingVertical })=>md?.$paddingVertical || $paddingVertical !== undefined ? `padding-top: ${md?.$paddingVertical ?? $paddingVertical}px; padding-bottom: ${md?.$paddingVertical ?? $paddingVertical}px` : ""};
|
|
1560
|
+
${({ md: md, $paddingHorizontal: $paddingHorizontal })=>md?.$paddingHorizontal ? `padding-left: ${md?.$paddingHorizontal ?? $paddingHorizontal}px; padding-right: ${md?.$paddingHorizontal ?? $paddingHorizontal}px` : ""};
|
|
1561
|
+
}
|
|
1555
1562
|
`;
|
|
1556
1563
|
|
|
1557
1564
|
|
|
@@ -1591,14 +1598,14 @@ $parcel$export($3406be4b1e1c98a9$exports, "OrContent", () => $3406be4b1e1c98a9$e
|
|
|
1591
1598
|
|
|
1592
1599
|
|
|
1593
1600
|
|
|
1594
|
-
const $67586185760a38dd$export$204f681c496365e3 = (0, $7UkB3$styledcomponents.styled)((0, $7UkB3$antd.Layout))`
|
|
1595
|
-
${({ $main: $main })=>$main ? `padding: 16px 20px;` : ""}
|
|
1596
|
-
${({ $backgroundSrc: $backgroundSrc })=>$backgroundSrc ? `
|
|
1597
|
-
background: url(${$backgroundSrc}) no-repeat;
|
|
1598
|
-
background-size: 100% 400px;
|
|
1599
|
-
background-position: top;
|
|
1600
|
-
` : ""}
|
|
1601
|
-
overflow: auto;
|
|
1601
|
+
const $67586185760a38dd$export$204f681c496365e3 = (0, $7UkB3$styledcomponents.styled)((0, $7UkB3$antd.Layout))`
|
|
1602
|
+
${({ $main: $main })=>$main ? `padding: 16px 20px;` : ""}
|
|
1603
|
+
${({ $backgroundSrc: $backgroundSrc })=>$backgroundSrc ? `
|
|
1604
|
+
background: url(${$backgroundSrc}) no-repeat;
|
|
1605
|
+
background-size: 100% 400px;
|
|
1606
|
+
background-position: top;
|
|
1607
|
+
` : ""}
|
|
1608
|
+
overflow: auto;
|
|
1602
1609
|
`;
|
|
1603
1610
|
|
|
1604
1611
|
|
|
@@ -1621,13 +1628,13 @@ $parcel$export($4a877f79704cf217$exports, "AtText", () => $4a877f79704cf217$expo
|
|
|
1621
1628
|
|
|
1622
1629
|
|
|
1623
1630
|
|
|
1624
|
-
const $86ea7a8165ef7882$export$31ea92f3997410dd = (0, $7UkB3$styledcomponents.styled)((0, $7UkB3$antd.Typography).Text)`
|
|
1625
|
-
${({ color: color })=>color ? `color: ${(0, $cdbd192f8dbe930b$export$67824cee260208a2)[color]};` : ""}
|
|
1626
|
-
${({ $width: $width })=>$width ? `width: ${typeof $width === "number" ? `${$width}px;` : `${$width};`}` : ""}
|
|
1627
|
-
${({ $maxWidth: $maxWidth })=>$maxWidth ? `max-width: ${typeof $maxWidth === "number" ? `${$maxWidth}px!important;` : `${$maxWidth}!important;`}` : ""}
|
|
1628
|
-
${({ $fontSize: $fontSize })=>$fontSize ? `font-size: ${$fontSize}px;` : ""}
|
|
1629
|
-
${({ $textAlign: $textAlign })=>$textAlign ? `text-align: ${$textAlign};` : ""}
|
|
1630
|
-
${({ $opacity: $opacity })=>$opacity ? `opacity: ${$opacity};` : ""}
|
|
1631
|
+
const $86ea7a8165ef7882$export$31ea92f3997410dd = (0, $7UkB3$styledcomponents.styled)((0, $7UkB3$antd.Typography).Text)`
|
|
1632
|
+
${({ color: color })=>color ? `color: ${(0, $cdbd192f8dbe930b$export$67824cee260208a2)[color]};` : ""}
|
|
1633
|
+
${({ $width: $width })=>$width ? `width: ${typeof $width === "number" ? `${$width}px;` : `${$width};`}` : ""}
|
|
1634
|
+
${({ $maxWidth: $maxWidth })=>$maxWidth ? `max-width: ${typeof $maxWidth === "number" ? `${$maxWidth}px!important;` : `${$maxWidth}!important;`}` : ""}
|
|
1635
|
+
${({ $fontSize: $fontSize })=>$fontSize ? `font-size: ${$fontSize}px;` : ""}
|
|
1636
|
+
${({ $textAlign: $textAlign })=>$textAlign ? `text-align: ${$textAlign};` : ""}
|
|
1637
|
+
${({ $opacity: $opacity })=>$opacity ? `opacity: ${$opacity};` : ""}
|
|
1631
1638
|
`;
|
|
1632
1639
|
|
|
1633
1640
|
|
|
@@ -1771,17 +1778,17 @@ $parcel$export($74b4c961d5c792f3$exports, "OrLayout", () => $74b4c961d5c792f3$ex
|
|
|
1771
1778
|
|
|
1772
1779
|
|
|
1773
1780
|
|
|
1774
|
-
const $945c9dd48a958599$export$1dd6b49c38c99076 = (0, $7UkB3$styledcomponents.styled)((0, $7UkB3$antd.Layout))`
|
|
1775
|
-
${({ $fullHeight: $fullHeight })=>$fullHeight ? `min-height: 100vh;` : ""}
|
|
1776
|
-
|
|
1777
|
-
&
|
|
1778
|
-
.ant-layout-sider-children
|
|
1779
|
-
.ant-menu.ant-menu-inline-collapsed
|
|
1780
|
-
.ant-menu-submenu-selected
|
|
1781
|
-
> .ant-menu-submenu-title {
|
|
1782
|
-
color: ${(0, $b53932c494bf64fd$export$3e2c219d3ab79d01)[0]};
|
|
1783
|
-
background-color: ${(0, $b53932c494bf64fd$export$8241b7126941c403)[5]};
|
|
1784
|
-
}
|
|
1781
|
+
const $945c9dd48a958599$export$1dd6b49c38c99076 = (0, $7UkB3$styledcomponents.styled)((0, $7UkB3$antd.Layout))`
|
|
1782
|
+
${({ $fullHeight: $fullHeight })=>$fullHeight ? `min-height: 100vh;` : ""}
|
|
1783
|
+
|
|
1784
|
+
&
|
|
1785
|
+
.ant-layout-sider-children
|
|
1786
|
+
.ant-menu.ant-menu-inline-collapsed
|
|
1787
|
+
.ant-menu-submenu-selected
|
|
1788
|
+
> .ant-menu-submenu-title {
|
|
1789
|
+
color: ${(0, $b53932c494bf64fd$export$3e2c219d3ab79d01)[0]};
|
|
1790
|
+
background-color: ${(0, $b53932c494bf64fd$export$8241b7126941c403)[5]};
|
|
1791
|
+
}
|
|
1785
1792
|
`;
|
|
1786
1793
|
|
|
1787
1794
|
|
|
@@ -1799,9 +1806,9 @@ $parcel$export($e9ea832241ff507a$exports, "OrSider", () => $e9ea832241ff507a$exp
|
|
|
1799
1806
|
|
|
1800
1807
|
|
|
1801
1808
|
|
|
1802
|
-
const $532d530aab6b59bd$export$812125425842c22d = (0, $7UkB3$styledcomponents.styled)((0, $7UkB3$antd.Layout).Sider)`
|
|
1803
|
-
${({ $boxShadow: $boxShadow })=>$boxShadow ? `box-shadow: ${$boxShadow};` : ""}
|
|
1804
|
-
background-color: ${(0, $b53932c494bf64fd$export$3e2c219d3ab79d01)[0]} !important;
|
|
1809
|
+
const $532d530aab6b59bd$export$812125425842c22d = (0, $7UkB3$styledcomponents.styled)((0, $7UkB3$antd.Layout).Sider)`
|
|
1810
|
+
${({ $boxShadow: $boxShadow })=>$boxShadow ? `box-shadow: ${$boxShadow};` : ""}
|
|
1811
|
+
background-color: ${(0, $b53932c494bf64fd$export$3e2c219d3ab79d01)[0]} !important;
|
|
1805
1812
|
`;
|
|
1806
1813
|
|
|
1807
1814
|
|
|
@@ -1817,62 +1824,62 @@ const $e9ea832241ff507a$export$1f970c9d089f354d = ({ $boxShadow: $boxShadow = "0
|
|
|
1817
1824
|
|
|
1818
1825
|
|
|
1819
1826
|
|
|
1820
|
-
const $16b2c6fac92d6f80$export$5bd150e144617973 = (0, $7UkB3$styledcomponents.styled)((0, $7UkB3$antd.Button))`
|
|
1821
|
-
font-size: 16px;
|
|
1822
|
-
width: 20px !important;
|
|
1823
|
-
position: absolute;
|
|
1824
|
-
height: 66px !important;
|
|
1825
|
-
right: -19px;
|
|
1826
|
-
top: 0;
|
|
1827
|
-
bottom: 0;
|
|
1828
|
-
margin: auto 0;
|
|
1829
|
-
background-color: ${(0, $b53932c494bf64fd$export$3e2c219d3ab79d01)[0]};
|
|
1830
|
-
border-radius: 0;
|
|
1831
|
-
|
|
1832
|
-
& svg {
|
|
1833
|
-
font-size: 10px;
|
|
1834
|
-
}
|
|
1835
|
-
|
|
1836
|
-
&:hover {
|
|
1837
|
-
background-color: ${(0, $b53932c494bf64fd$export$3e2c219d3ab79d01)[0]} !important;
|
|
1838
|
-
}
|
|
1839
|
-
|
|
1840
|
-
&:after,
|
|
1841
|
-
&:before {
|
|
1842
|
-
content: '';
|
|
1843
|
-
position: absolute;
|
|
1844
|
-
height: 0;
|
|
1845
|
-
width: 0;
|
|
1846
|
-
border-style: solid;
|
|
1847
|
-
}
|
|
1848
|
-
&:before {
|
|
1849
|
-
top: -1px;
|
|
1850
|
-
left: -2px;
|
|
1851
|
-
border-color: transparent ${(0, $b53932c494bf64fd$export$3e2c219d3ab79d01)[2]};
|
|
1852
|
-
border-width: 0px 33px 10px 0;
|
|
1853
|
-
}
|
|
1854
|
-
&:after {
|
|
1855
|
-
bottom: -1px;
|
|
1856
|
-
left: -2px;
|
|
1857
|
-
border-color: ${(0, $b53932c494bf64fd$export$3e2c219d3ab79d01)[2]} transparent;
|
|
1858
|
-
border-width: 0px 0px 10px 33px;
|
|
1859
|
-
}
|
|
1827
|
+
const $16b2c6fac92d6f80$export$5bd150e144617973 = (0, $7UkB3$styledcomponents.styled)((0, $7UkB3$antd.Button))`
|
|
1828
|
+
font-size: 16px;
|
|
1829
|
+
width: 20px !important;
|
|
1830
|
+
position: absolute;
|
|
1831
|
+
height: 66px !important;
|
|
1832
|
+
right: -19px;
|
|
1833
|
+
top: 0;
|
|
1834
|
+
bottom: 0;
|
|
1835
|
+
margin: auto 0;
|
|
1836
|
+
background-color: ${(0, $b53932c494bf64fd$export$3e2c219d3ab79d01)[0]};
|
|
1837
|
+
border-radius: 0;
|
|
1838
|
+
|
|
1839
|
+
& svg {
|
|
1840
|
+
font-size: 10px;
|
|
1841
|
+
}
|
|
1842
|
+
|
|
1843
|
+
&:hover {
|
|
1844
|
+
background-color: ${(0, $b53932c494bf64fd$export$3e2c219d3ab79d01)[0]} !important;
|
|
1845
|
+
}
|
|
1846
|
+
|
|
1847
|
+
&:after,
|
|
1848
|
+
&:before {
|
|
1849
|
+
content: '';
|
|
1850
|
+
position: absolute;
|
|
1851
|
+
height: 0;
|
|
1852
|
+
width: 0;
|
|
1853
|
+
border-style: solid;
|
|
1854
|
+
}
|
|
1855
|
+
&:before {
|
|
1856
|
+
top: -1px;
|
|
1857
|
+
left: -2px;
|
|
1858
|
+
border-color: transparent ${(0, $b53932c494bf64fd$export$3e2c219d3ab79d01)[2]};
|
|
1859
|
+
border-width: 0px 33px 10px 0;
|
|
1860
|
+
}
|
|
1861
|
+
&:after {
|
|
1862
|
+
bottom: -1px;
|
|
1863
|
+
left: -2px;
|
|
1864
|
+
border-color: ${(0, $b53932c494bf64fd$export$3e2c219d3ab79d01)[2]} transparent;
|
|
1865
|
+
border-width: 0px 0px 10px 33px;
|
|
1866
|
+
}
|
|
1860
1867
|
`;
|
|
1861
|
-
const $16b2c6fac92d6f80$export$d43ffeaaec0b2a58 = (0, $7UkB3$styledcomponents.styled).div`
|
|
1862
|
-
height: 64px;
|
|
1863
|
-
display: flex;
|
|
1864
|
-
align-items: center;
|
|
1865
|
-
justify-content: center;
|
|
1866
|
-
background-color: ${(0, $b53932c494bf64fd$export$8241b7126941c403)[8]};
|
|
1867
|
-
margin-bottom: 12px;
|
|
1868
|
+
const $16b2c6fac92d6f80$export$d43ffeaaec0b2a58 = (0, $7UkB3$styledcomponents.styled).div`
|
|
1869
|
+
height: 64px;
|
|
1870
|
+
display: flex;
|
|
1871
|
+
align-items: center;
|
|
1872
|
+
justify-content: center;
|
|
1873
|
+
background-color: ${(0, $b53932c494bf64fd$export$8241b7126941c403)[8]};
|
|
1874
|
+
margin-bottom: 12px;
|
|
1868
1875
|
`;
|
|
1869
|
-
const $16b2c6fac92d6f80$export$14a96695384856ce = (0, $7UkB3$styledcomponents.styled).div`
|
|
1870
|
-
display: flex;
|
|
1871
|
-
flex-direction: column;
|
|
1872
|
-
justify-content: space-between;
|
|
1873
|
-
height: calc(100% - 76px);
|
|
1874
|
-
overflow-y: auto;
|
|
1875
|
-
max-height: 100vh;
|
|
1876
|
+
const $16b2c6fac92d6f80$export$14a96695384856ce = (0, $7UkB3$styledcomponents.styled).div`
|
|
1877
|
+
display: flex;
|
|
1878
|
+
flex-direction: column;
|
|
1879
|
+
justify-content: space-between;
|
|
1880
|
+
height: calc(100% - 76px);
|
|
1881
|
+
overflow-y: auto;
|
|
1882
|
+
max-height: 100vh;
|
|
1876
1883
|
`;
|
|
1877
1884
|
|
|
1878
1885
|
|
|
@@ -1885,26 +1892,26 @@ $parcel$export($9f05b53d6a4372dd$exports, "OrMenu", () => $9f05b53d6a4372dd$expo
|
|
|
1885
1892
|
|
|
1886
1893
|
|
|
1887
1894
|
|
|
1888
|
-
const $47e4e8c5fac5fa8e$export$bf929dcf24462b67 = (0, $7UkB3$styledcomponents.styled).div`
|
|
1889
|
-
& .ant-menu-submenu-selected > .ant-menu-submenu-title {
|
|
1890
|
-
color: ${(0, $b53932c494bf64fd$export$8241b7126941c403)[5]};
|
|
1891
|
-
}
|
|
1892
|
-
|
|
1893
|
-
& .ant-menu-item {
|
|
1894
|
-
color: ${(0, $b53932c494bf64fd$export$3e2c219d3ab79d01)[12]};
|
|
1895
|
-
|
|
1896
|
-
& path {
|
|
1897
|
-
fill: ${(0, $b53932c494bf64fd$export$3e2c219d3ab79d01)[12]};
|
|
1898
|
-
}
|
|
1899
|
-
|
|
1900
|
-
&.ant-menu-item-selected {
|
|
1901
|
-
color: ${(0, $b53932c494bf64fd$export$3e2c219d3ab79d01)[0]};
|
|
1902
|
-
}
|
|
1903
|
-
}
|
|
1904
|
-
|
|
1905
|
-
& .ant-menu-item-selected path {
|
|
1906
|
-
fill: ${(0, $b53932c494bf64fd$export$3e2c219d3ab79d01)[0]};
|
|
1907
|
-
}
|
|
1895
|
+
const $47e4e8c5fac5fa8e$export$bf929dcf24462b67 = (0, $7UkB3$styledcomponents.styled).div`
|
|
1896
|
+
& .ant-menu-submenu-selected > .ant-menu-submenu-title {
|
|
1897
|
+
color: ${(0, $b53932c494bf64fd$export$8241b7126941c403)[5]};
|
|
1898
|
+
}
|
|
1899
|
+
|
|
1900
|
+
& .ant-menu-item {
|
|
1901
|
+
color: ${(0, $b53932c494bf64fd$export$3e2c219d3ab79d01)[12]};
|
|
1902
|
+
|
|
1903
|
+
& path {
|
|
1904
|
+
fill: ${(0, $b53932c494bf64fd$export$3e2c219d3ab79d01)[12]};
|
|
1905
|
+
}
|
|
1906
|
+
|
|
1907
|
+
&.ant-menu-item-selected {
|
|
1908
|
+
color: ${(0, $b53932c494bf64fd$export$3e2c219d3ab79d01)[0]};
|
|
1909
|
+
}
|
|
1910
|
+
}
|
|
1911
|
+
|
|
1912
|
+
& .ant-menu-item-selected path {
|
|
1913
|
+
fill: ${(0, $b53932c494bf64fd$export$3e2c219d3ab79d01)[0]};
|
|
1914
|
+
}
|
|
1908
1915
|
`;
|
|
1909
1916
|
|
|
1910
1917
|
|
|
@@ -1979,21 +1986,21 @@ $parcel$export($aede5d5c9d7651cf$exports, "OrHeader", () => $aede5d5c9d7651cf$ex
|
|
|
1979
1986
|
|
|
1980
1987
|
|
|
1981
1988
|
|
|
1982
|
-
const $5375bc579162d48f$export$579a1e9bab103f15 = (0, $7UkB3$styledcomponents.styled)((0, $7UkB3$antd.Layout).Header)`
|
|
1983
|
-
display: flex;
|
|
1984
|
-
justify-content: flex-end;
|
|
1985
|
-
align-items: center;
|
|
1986
|
-
${({ $backgroundColor: $backgroundColor })=>$backgroundColor ? `background-color: ${$backgroundColor};` : ""}
|
|
1987
|
-
|
|
1988
|
-
@media (max-width: 805px) {
|
|
1989
|
-
background-color: red!important;
|
|
1990
|
-
${({ hideHeaderMobile: hideHeaderMobile })=>hideHeaderMobile ? "display: none;" : ""}
|
|
1991
|
-
}
|
|
1989
|
+
const $5375bc579162d48f$export$579a1e9bab103f15 = (0, $7UkB3$styledcomponents.styled)((0, $7UkB3$antd.Layout).Header)`
|
|
1990
|
+
display: flex;
|
|
1991
|
+
justify-content: flex-end;
|
|
1992
|
+
align-items: center;
|
|
1993
|
+
${({ $backgroundColor: $backgroundColor })=>$backgroundColor ? `background-color: ${$backgroundColor};` : ""}
|
|
1994
|
+
|
|
1995
|
+
@media (max-width: 805px) {
|
|
1996
|
+
background-color: red!important;
|
|
1997
|
+
${({ hideHeaderMobile: hideHeaderMobile })=>hideHeaderMobile ? "display: none;" : ""}
|
|
1998
|
+
}
|
|
1992
1999
|
`;
|
|
1993
|
-
const $5375bc579162d48f$export$6027454d331df3c4 = (0, $7UkB3$styledcomponents.styled).div`
|
|
1994
|
-
display: flex;
|
|
1995
|
-
align-items: center;
|
|
1996
|
-
cursor: pointer;
|
|
2000
|
+
const $5375bc579162d48f$export$6027454d331df3c4 = (0, $7UkB3$styledcomponents.styled).div`
|
|
2001
|
+
display: flex;
|
|
2002
|
+
align-items: center;
|
|
2003
|
+
cursor: pointer;
|
|
1997
2004
|
`;
|
|
1998
2005
|
|
|
1999
2006
|
|
|
@@ -2779,6 +2786,76 @@ const $8b5be44b11d86ed9$export$ad81e4b7e9d87ea6 = ({ columns: columns, fieldName
|
|
|
2779
2786
|
};
|
|
2780
2787
|
|
|
2781
2788
|
|
|
2789
|
+
var $1c6b6638821c1d80$exports = {};
|
|
2790
|
+
|
|
2791
|
+
$parcel$export($1c6b6638821c1d80$exports, "OrStep", () => $1c6b6638821c1d80$export$7ff7188d37528a74);
|
|
2792
|
+
|
|
2793
|
+
|
|
2794
|
+
|
|
2795
|
+
|
|
2796
|
+
const $2ba7df4eb2b660ad$export$d4328595ad64e999 = (0, $7UkB3$styledcomponents.styled)((0, $7UkB3$antd.Steps))`
|
|
2797
|
+
& .ant-steps-item-title {
|
|
2798
|
+
font-size: 12px;
|
|
2799
|
+
${({ $lineHeight: $lineHeight })=>$lineHeight ? `line-height: ${$lineHeight};` : "line-height: 20px;"}
|
|
2800
|
+
${({ $margin: $margin })=>$margin ? `margin: ${$margin};` : ""}
|
|
2801
|
+
|
|
2802
|
+
}
|
|
2803
|
+
|
|
2804
|
+
@media (max-width: 768px) {
|
|
2805
|
+
& .ant-steps-item {
|
|
2806
|
+
display: none!important;
|
|
2807
|
+
}
|
|
2808
|
+
|
|
2809
|
+
& .ant-steps-item.ant-steps-item-process.ant-steps-item-active {
|
|
2810
|
+
display: inline-block!important;
|
|
2811
|
+
}
|
|
2812
|
+
|
|
2813
|
+
& .ant-steps-item.ant-steps-item-active + .ant-steps-item-wait {
|
|
2814
|
+
display: inline-block!important;
|
|
2815
|
+
max-width: 50px;
|
|
2816
|
+
|
|
2817
|
+
.ant-steps-item-container {
|
|
2818
|
+
text-align: end!important;
|
|
2819
|
+
}
|
|
2820
|
+
.ant-steps-item-content {
|
|
2821
|
+
display: none!important;
|
|
2822
|
+
}
|
|
2823
|
+
}
|
|
2824
|
+
|
|
2825
|
+
& {
|
|
2826
|
+
flex-direction: row!important;
|
|
2827
|
+
}
|
|
2828
|
+
|
|
2829
|
+
& .ant-steps-item-title::after {
|
|
2830
|
+
display: block!important;
|
|
2831
|
+
content: ""!important;
|
|
2832
|
+
}
|
|
2833
|
+
}
|
|
2834
|
+
|
|
2835
|
+
@media (max-width: 805px) {
|
|
2836
|
+
& .ant-steps-item:last-child ::after {
|
|
2837
|
+
content: none!important;
|
|
2838
|
+
}
|
|
2839
|
+
|
|
2840
|
+
& .ant-steps-item.ant-steps-item-process.ant-steps-item-active .ant-steps-item-icon {
|
|
2841
|
+
margin-inline-end: 8px;
|
|
2842
|
+
}
|
|
2843
|
+
|
|
2844
|
+
& .ant-steps-item.ant-steps-item-active + .ant-steps-item-wait {
|
|
2845
|
+
margin-inline-end: 0;
|
|
2846
|
+
margin-inline-start: 16px;
|
|
2847
|
+
}
|
|
2848
|
+
}
|
|
2849
|
+
`;
|
|
2850
|
+
|
|
2851
|
+
|
|
2852
|
+
const $1c6b6638821c1d80$export$7ff7188d37528a74 = (props)=>{
|
|
2853
|
+
return /*#__PURE__*/ (0, $7UkB3$reactjsxruntime.jsx)((0, $2ba7df4eb2b660ad$export$d4328595ad64e999), {
|
|
2854
|
+
...props
|
|
2855
|
+
});
|
|
2856
|
+
};
|
|
2857
|
+
|
|
2858
|
+
|
|
2782
2859
|
const $2b29bb51cd53cc85$var$NO_FIELD_NAME_COMPONENTS = [
|
|
2783
2860
|
"phone"
|
|
2784
2861
|
];
|
|
@@ -2818,6 +2895,8 @@ const $2b29bb51cd53cc85$export$1fddf901dbdcd91a = ({ inputs: inputs = [] })=>{
|
|
|
2818
2895
|
});
|
|
2819
2896
|
else if (input.component === "summary") return /*#__PURE__*/ (0, $7UkB3$reactjsxruntime.jsx)((0, $98856f7cb6869992$export$8cc2b46e170cdff), {
|
|
2820
2897
|
title: input.title,
|
|
2898
|
+
titleLevel: input.size,
|
|
2899
|
+
description: input.description,
|
|
2821
2900
|
items: input.iconItems
|
|
2822
2901
|
});
|
|
2823
2902
|
else if (input.component === "number-input") return /*#__PURE__*/ (0, $7UkB3$reactjsxruntime.jsx)((0, $0e8ffaf3aefdc755$export$d2d51ae41abaa504), {
|
|
@@ -3027,6 +3106,9 @@ const $2b29bb51cd53cc85$export$1fddf901dbdcd91a = ({ inputs: inputs = [] })=>{
|
|
|
3027
3106
|
rules: input.compositeRules,
|
|
3028
3107
|
maxCount: input.maxCount
|
|
3029
3108
|
});
|
|
3109
|
+
else if (input.component === "stepper") return /*#__PURE__*/ (0, $7UkB3$reactjsxruntime.jsx)((0, $1c6b6638821c1d80$export$7ff7188d37528a74), {
|
|
3110
|
+
...input.stepperProps
|
|
3111
|
+
});
|
|
3030
3112
|
else return null;
|
|
3031
3113
|
}, [
|
|
3032
3114
|
inputs
|
|
@@ -3308,18 +3390,18 @@ $parcel$export($35429da3366ffc27$exports, "OrListSelection", () => $35429da3366f
|
|
|
3308
3390
|
|
|
3309
3391
|
|
|
3310
3392
|
|
|
3311
|
-
const $86ff626df6c7776b$export$5b56bb1618778f66 = (0, $7UkB3$styledcomponents.styled).div`
|
|
3312
|
-
display: flex;
|
|
3313
|
-
flex-direction: row;
|
|
3314
|
-
align-items: center;
|
|
3315
|
-
justify-content: space-between;
|
|
3393
|
+
const $86ff626df6c7776b$export$5b56bb1618778f66 = (0, $7UkB3$styledcomponents.styled).div`
|
|
3394
|
+
display: flex;
|
|
3395
|
+
flex-direction: row;
|
|
3396
|
+
align-items: center;
|
|
3397
|
+
justify-content: space-between;
|
|
3316
3398
|
`;
|
|
3317
|
-
const $86ff626df6c7776b$export$42a852a2b6b56249 = (0, $7UkB3$styledcomponents.styled).div`
|
|
3318
|
-
display: flex;
|
|
3319
|
-
flex-direction: row;
|
|
3320
|
-
align-items: center;
|
|
3321
|
-
gap: 15px;
|
|
3322
|
-
${({ $padding: $padding })=>`padding: ${$padding};`}
|
|
3399
|
+
const $86ff626df6c7776b$export$42a852a2b6b56249 = (0, $7UkB3$styledcomponents.styled).div`
|
|
3400
|
+
display: flex;
|
|
3401
|
+
flex-direction: row;
|
|
3402
|
+
align-items: center;
|
|
3403
|
+
gap: 15px;
|
|
3404
|
+
${({ $padding: $padding })=>`padding: ${$padding};`}
|
|
3323
3405
|
`;
|
|
3324
3406
|
|
|
3325
3407
|
|
|
@@ -3403,16 +3485,16 @@ $parcel$export($3085bf00728160a6$exports, "default", () => $3085bf00728160a6$exp
|
|
|
3403
3485
|
|
|
3404
3486
|
|
|
3405
3487
|
|
|
3406
|
-
const $ea12008ac30ba195$export$1d41361302b577a1 = (0, $7UkB3$styledcomponents.styled).div`
|
|
3407
|
-
& {
|
|
3408
|
-
display: flex;
|
|
3409
|
-
background-color: ${(0, $b53932c494bf64fd$export$3e2c219d3ab79d01)[1]};
|
|
3410
|
-
height: 100vh;
|
|
3411
|
-
width: 100%;
|
|
3412
|
-
}
|
|
3488
|
+
const $ea12008ac30ba195$export$1d41361302b577a1 = (0, $7UkB3$styledcomponents.styled).div`
|
|
3489
|
+
& {
|
|
3490
|
+
display: flex;
|
|
3491
|
+
background-color: ${(0, $b53932c494bf64fd$export$3e2c219d3ab79d01)[1]};
|
|
3492
|
+
height: 100vh;
|
|
3493
|
+
width: 100%;
|
|
3494
|
+
}
|
|
3413
3495
|
`;
|
|
3414
|
-
const $ea12008ac30ba195$export$79cd42d0e1ed657e = (0, $7UkB3$styledcomponents.styled).div`
|
|
3415
|
-
text-align: center;
|
|
3496
|
+
const $ea12008ac30ba195$export$79cd42d0e1ed657e = (0, $7UkB3$styledcomponents.styled).div`
|
|
3497
|
+
text-align: center;
|
|
3416
3498
|
`;
|
|
3417
3499
|
|
|
3418
3500
|
|
|
@@ -3573,10 +3655,10 @@ $parcel$export($84ce85ee94833685$exports, "OrPaymentMethods", () => $84ce85ee948
|
|
|
3573
3655
|
|
|
3574
3656
|
|
|
3575
3657
|
|
|
3576
|
-
const $3c6934abd593a6ac$export$150f188f805089fa = (0, $7UkB3$styledcomponents.styled)((0, $6c3a3c68c517e320$export$683c25ef8a1064f4))`
|
|
3577
|
-
margin-bottom: 21px ;
|
|
3578
|
-
font-size: 12px !important;
|
|
3579
|
-
|
|
3658
|
+
const $3c6934abd593a6ac$export$150f188f805089fa = (0, $7UkB3$styledcomponents.styled)((0, $6c3a3c68c517e320$export$683c25ef8a1064f4))`
|
|
3659
|
+
margin-bottom: 21px ;
|
|
3660
|
+
font-size: 12px !important;
|
|
3661
|
+
|
|
3580
3662
|
`;
|
|
3581
3663
|
|
|
3582
3664
|
|
|
@@ -3680,27 +3762,27 @@ $parcel$export($3dbb59e3c9023f60$exports, "OrTableModuleLayout", () => $3dbb59e3
|
|
|
3680
3762
|
|
|
3681
3763
|
|
|
3682
3764
|
|
|
3683
|
-
const $ec5c6d152276b376$export$42a852a2b6b56249 = (0, $7UkB3$styledcomponents.styled).div`
|
|
3684
|
-
margin: 0px 12px;
|
|
3685
|
-
${({ padding: padding })=>padding ? `padding: ${padding} !important` : ""};
|
|
3686
|
-
background-color: ${(0, $b53932c494bf64fd$export$3e2c219d3ab79d01)[0]};
|
|
3765
|
+
const $ec5c6d152276b376$export$42a852a2b6b56249 = (0, $7UkB3$styledcomponents.styled).div`
|
|
3766
|
+
margin: 0px 12px;
|
|
3767
|
+
${({ padding: padding })=>padding ? `padding: ${padding} !important` : ""};
|
|
3768
|
+
background-color: ${(0, $b53932c494bf64fd$export$3e2c219d3ab79d01)[0]};
|
|
3687
3769
|
`;
|
|
3688
|
-
const $ec5c6d152276b376$export$8b251419efc915eb = (0, $7UkB3$styledcomponents.styled).div`
|
|
3689
|
-
display: flex;
|
|
3690
|
-
justify-content: space-between;
|
|
3691
|
-
align-items: center;
|
|
3692
|
-
margin-bottom: 10px;
|
|
3770
|
+
const $ec5c6d152276b376$export$8b251419efc915eb = (0, $7UkB3$styledcomponents.styled).div`
|
|
3771
|
+
display: flex;
|
|
3772
|
+
justify-content: space-between;
|
|
3773
|
+
align-items: center;
|
|
3774
|
+
margin-bottom: 10px;
|
|
3693
3775
|
`;
|
|
3694
|
-
const $ec5c6d152276b376$export$41164ea466f6b019 = (0, $7UkB3$styledcomponents.styled).div`
|
|
3695
|
-
display: flex;
|
|
3696
|
-
flex-direction: column;
|
|
3776
|
+
const $ec5c6d152276b376$export$41164ea466f6b019 = (0, $7UkB3$styledcomponents.styled).div`
|
|
3777
|
+
display: flex;
|
|
3778
|
+
flex-direction: column;
|
|
3697
3779
|
`;
|
|
3698
|
-
const $ec5c6d152276b376$export$35e09ba17cc51c69 = (0, $7UkB3$styledcomponents.styled).div`
|
|
3699
|
-
display: flex;
|
|
3700
|
-
flex-direction: row;
|
|
3701
|
-
align-items: baseline;
|
|
3702
|
-
gap: 10px;
|
|
3703
|
-
text-align: center;
|
|
3780
|
+
const $ec5c6d152276b376$export$35e09ba17cc51c69 = (0, $7UkB3$styledcomponents.styled).div`
|
|
3781
|
+
display: flex;
|
|
3782
|
+
flex-direction: row;
|
|
3783
|
+
align-items: baseline;
|
|
3784
|
+
gap: 10px;
|
|
3785
|
+
text-align: center;
|
|
3704
3786
|
`;
|
|
3705
3787
|
|
|
3706
3788
|
|
|
@@ -3932,32 +4014,32 @@ $parcel$export($9b9e448c3b4f340f$exports, "OrRentalResult", () => $9b9e448c3b4f3
|
|
|
3932
4014
|
|
|
3933
4015
|
|
|
3934
4016
|
|
|
3935
|
-
const $34f39d4751b765f0$export$2c9f6a80fed55462 = (0, $7UkB3$styledcomponents.styled).div`
|
|
3936
|
-
align-self: center;
|
|
3937
|
-
width: 100%;
|
|
3938
|
-
|
|
3939
|
-
& .hide-desktop {
|
|
3940
|
-
display: none;
|
|
3941
|
-
}
|
|
3942
|
-
& .content .ant-typography {
|
|
3943
|
-
font-size: 20px;
|
|
3944
|
-
}
|
|
3945
|
-
|
|
3946
|
-
@media (max-width: 767px) {
|
|
3947
|
-
& .hide-mobile {
|
|
3948
|
-
display: none!important;
|
|
3949
|
-
}
|
|
3950
|
-
& .hide-desktop {
|
|
3951
|
-
display: flex;
|
|
3952
|
-
}
|
|
3953
|
-
& .ant-card{
|
|
3954
|
-
border-radius: 0;
|
|
3955
|
-
}
|
|
3956
|
-
& .content .ant-typography {
|
|
3957
|
-
font-size: 16px;
|
|
3958
|
-
}
|
|
3959
|
-
}
|
|
3960
|
-
|
|
4017
|
+
const $34f39d4751b765f0$export$2c9f6a80fed55462 = (0, $7UkB3$styledcomponents.styled).div`
|
|
4018
|
+
align-self: center;
|
|
4019
|
+
width: 100%;
|
|
4020
|
+
|
|
4021
|
+
& .hide-desktop {
|
|
4022
|
+
display: none;
|
|
4023
|
+
}
|
|
4024
|
+
& .content .ant-typography {
|
|
4025
|
+
font-size: 20px;
|
|
4026
|
+
}
|
|
4027
|
+
|
|
4028
|
+
@media (max-width: 767px) {
|
|
4029
|
+
& .hide-mobile {
|
|
4030
|
+
display: none!important;
|
|
4031
|
+
}
|
|
4032
|
+
& .hide-desktop {
|
|
4033
|
+
display: flex;
|
|
4034
|
+
}
|
|
4035
|
+
& .ant-card{
|
|
4036
|
+
border-radius: 0;
|
|
4037
|
+
}
|
|
4038
|
+
& .content .ant-typography {
|
|
4039
|
+
font-size: 16px;
|
|
4040
|
+
}
|
|
4041
|
+
}
|
|
4042
|
+
|
|
3961
4043
|
`;
|
|
3962
4044
|
|
|
3963
4045
|
|
|
@@ -4088,38 +4170,38 @@ $parcel$export($d249b3e0fadcfced$exports, "OrRentalVehicleItem", () => $d249b3e0
|
|
|
4088
4170
|
|
|
4089
4171
|
|
|
4090
4172
|
|
|
4091
|
-
const $159d311372ed124c$export$5786bf7d6c8678ba = (0, $7UkB3$styledcomponents.styled).div`
|
|
4092
|
-
align-self: center;
|
|
4093
|
-
& .ant-btn-primary {
|
|
4094
|
-
width: 150px;
|
|
4095
|
-
}
|
|
4096
|
-
& .hide-desktop {
|
|
4097
|
-
display: none;
|
|
4098
|
-
}
|
|
4099
|
-
& .main-title {
|
|
4100
|
-
flex: 1;
|
|
4101
|
-
}
|
|
4102
|
-
& .row-content {
|
|
4103
|
-
align-items: center;
|
|
4104
|
-
}
|
|
4105
|
-
|
|
4106
|
-
@media (max-width: 767px) {
|
|
4107
|
-
& .hide-mobile {
|
|
4108
|
-
display: none!important;
|
|
4109
|
-
}
|
|
4110
|
-
& .hide-desktop {
|
|
4111
|
-
display: flex;
|
|
4112
|
-
}
|
|
4113
|
-
& .main-title {
|
|
4114
|
-
margin: 0;
|
|
4115
|
-
}
|
|
4116
|
-
& .ant-btn-primary {
|
|
4117
|
-
width: 100%;
|
|
4118
|
-
max-width: 330px;
|
|
4119
|
-
margin: auto;
|
|
4120
|
-
}
|
|
4121
|
-
}
|
|
4122
|
-
|
|
4173
|
+
const $159d311372ed124c$export$5786bf7d6c8678ba = (0, $7UkB3$styledcomponents.styled).div`
|
|
4174
|
+
align-self: center;
|
|
4175
|
+
& .ant-btn-primary {
|
|
4176
|
+
width: 150px;
|
|
4177
|
+
}
|
|
4178
|
+
& .hide-desktop {
|
|
4179
|
+
display: none;
|
|
4180
|
+
}
|
|
4181
|
+
& .main-title {
|
|
4182
|
+
flex: 1;
|
|
4183
|
+
}
|
|
4184
|
+
& .row-content {
|
|
4185
|
+
align-items: center;
|
|
4186
|
+
}
|
|
4187
|
+
|
|
4188
|
+
@media (max-width: 767px) {
|
|
4189
|
+
& .hide-mobile {
|
|
4190
|
+
display: none!important;
|
|
4191
|
+
}
|
|
4192
|
+
& .hide-desktop {
|
|
4193
|
+
display: flex;
|
|
4194
|
+
}
|
|
4195
|
+
& .main-title {
|
|
4196
|
+
margin: 0;
|
|
4197
|
+
}
|
|
4198
|
+
& .ant-btn-primary {
|
|
4199
|
+
width: 100%;
|
|
4200
|
+
max-width: 330px;
|
|
4201
|
+
margin: auto;
|
|
4202
|
+
}
|
|
4203
|
+
}
|
|
4204
|
+
|
|
4123
4205
|
`;
|
|
4124
4206
|
|
|
4125
4207
|
|
|
@@ -4294,13 +4376,13 @@ $parcel$export($2982d608795572ec$exports, "OrSimpleBanner", () => $2982d60879557
|
|
|
4294
4376
|
|
|
4295
4377
|
|
|
4296
4378
|
|
|
4297
|
-
const $57380d3227a5038b$export$d43ffeaaec0b2a58 = (0, $7UkB3$styledcomponents.styled).div`
|
|
4298
|
-
padding-top: 69px;
|
|
4299
|
-
padding-bottom: 69px;
|
|
4379
|
+
const $57380d3227a5038b$export$d43ffeaaec0b2a58 = (0, $7UkB3$styledcomponents.styled).div`
|
|
4380
|
+
padding-top: 69px;
|
|
4381
|
+
padding-bottom: 69px;
|
|
4300
4382
|
`;
|
|
4301
|
-
const $57380d3227a5038b$export$579a1e9bab103f15 = (0, $7UkB3$styledcomponents.styled)((0, $5375bc579162d48f$export$579a1e9bab103f15))`
|
|
4302
|
-
height: auto;
|
|
4303
|
-
padding-inline: 0;
|
|
4383
|
+
const $57380d3227a5038b$export$579a1e9bab103f15 = (0, $7UkB3$styledcomponents.styled)((0, $5375bc579162d48f$export$579a1e9bab103f15))`
|
|
4384
|
+
height: auto;
|
|
4385
|
+
padding-inline: 0;
|
|
4304
4386
|
`;
|
|
4305
4387
|
|
|
4306
4388
|
|
|
@@ -4321,75 +4403,6 @@ const $2982d608795572ec$export$51a9744eec5f5411 = (props)=>{
|
|
|
4321
4403
|
|
|
4322
4404
|
|
|
4323
4405
|
|
|
4324
|
-
var $1c6b6638821c1d80$exports = {};
|
|
4325
|
-
|
|
4326
|
-
$parcel$export($1c6b6638821c1d80$exports, "OrStep", () => $1c6b6638821c1d80$export$7ff7188d37528a74);
|
|
4327
|
-
|
|
4328
|
-
|
|
4329
|
-
|
|
4330
|
-
|
|
4331
|
-
const $2ba7df4eb2b660ad$export$d4328595ad64e999 = (0, $7UkB3$styledcomponents.styled)((0, $7UkB3$antd.Steps))`
|
|
4332
|
-
& .ant-steps-item-title {
|
|
4333
|
-
font-size: 12px;
|
|
4334
|
-
${({ $lineHeight: $lineHeight })=>$lineHeight ? `line-height: ${$lineHeight};` : "line-height: 20px;"}
|
|
4335
|
-
${({ $margin: $margin })=>$margin ? `margin: ${$margin};` : ""}
|
|
4336
|
-
|
|
4337
|
-
}
|
|
4338
|
-
|
|
4339
|
-
@media (max-width: 768px) {
|
|
4340
|
-
& .ant-steps-item {
|
|
4341
|
-
display: none!important;
|
|
4342
|
-
}
|
|
4343
|
-
|
|
4344
|
-
& .ant-steps-item.ant-steps-item-process.ant-steps-item-active {
|
|
4345
|
-
display: inline-block!important;
|
|
4346
|
-
}
|
|
4347
|
-
|
|
4348
|
-
& .ant-steps-item.ant-steps-item-active + .ant-steps-item-wait {
|
|
4349
|
-
display: inline-block!important;
|
|
4350
|
-
max-width: 50px;
|
|
4351
|
-
|
|
4352
|
-
.ant-steps-item-container {
|
|
4353
|
-
text-align: end!important;
|
|
4354
|
-
}
|
|
4355
|
-
.ant-steps-item-content {
|
|
4356
|
-
display: none!important;
|
|
4357
|
-
}
|
|
4358
|
-
}
|
|
4359
|
-
|
|
4360
|
-
& {
|
|
4361
|
-
flex-direction: row!important;
|
|
4362
|
-
}
|
|
4363
|
-
|
|
4364
|
-
& .ant-steps-item-title::after {
|
|
4365
|
-
display: block!important;
|
|
4366
|
-
content: ""!important;
|
|
4367
|
-
}
|
|
4368
|
-
}
|
|
4369
|
-
|
|
4370
|
-
@media (max-width: 805px) {
|
|
4371
|
-
& .ant-steps-item:last-child ::after {
|
|
4372
|
-
content: none!important;
|
|
4373
|
-
}
|
|
4374
|
-
|
|
4375
|
-
& .ant-steps-item.ant-steps-item-process.ant-steps-item-active .ant-steps-item-icon {
|
|
4376
|
-
margin-inline-end: 8px;
|
|
4377
|
-
}
|
|
4378
|
-
|
|
4379
|
-
& .ant-steps-item.ant-steps-item-active + .ant-steps-item-wait {
|
|
4380
|
-
margin-inline-end: 0;
|
|
4381
|
-
margin-inline-start: 16px;
|
|
4382
|
-
}
|
|
4383
|
-
}
|
|
4384
|
-
`;
|
|
4385
|
-
|
|
4386
|
-
|
|
4387
|
-
const $1c6b6638821c1d80$export$7ff7188d37528a74 = (props)=>{
|
|
4388
|
-
return /*#__PURE__*/ (0, $7UkB3$reactjsxruntime.jsx)((0, $2ba7df4eb2b660ad$export$d4328595ad64e999), {
|
|
4389
|
-
...props
|
|
4390
|
-
});
|
|
4391
|
-
};
|
|
4392
|
-
|
|
4393
4406
|
|
|
4394
4407
|
|
|
4395
4408
|
|
|
@@ -4453,7 +4466,14 @@ $parcel$exportWildcard($151a2646f5c2e801$exports, $f4f9b1c2bc4aaa7c$exports);
|
|
|
4453
4466
|
|
|
4454
4467
|
|
|
4455
4468
|
|
|
4456
|
-
const $59227ee2ec9fbfc5$export$c12507e4893cf4fd = ({ children: children, closeIcon: closeIcon, icon: icon, type: type, onClose: onClose, visible: visible, ...props })=>{
|
|
4469
|
+
const $59227ee2ec9fbfc5$export$c12507e4893cf4fd = ({ children: children, closeIcon: closeIcon, icon: icon, type: type = "danger", onClose: onClose, visible: visible, ...props })=>{
|
|
4470
|
+
const typeColorMap = {
|
|
4471
|
+
success: (0, $7UkB3$antdesigncolors.green),
|
|
4472
|
+
warning: (0, $7UkB3$antdesigncolors.gold),
|
|
4473
|
+
danger: (0, $7UkB3$antdesigncolors.red),
|
|
4474
|
+
info: (0, $b53932c494bf64fd$export$8241b7126941c403),
|
|
4475
|
+
default: (0, $7UkB3$antdesigncolors.geekblue)
|
|
4476
|
+
};
|
|
4457
4477
|
return visible ? /*#__PURE__*/ (0, $7UkB3$reactjsxruntime.jsxs)((0, $982bec7537279242$export$3747f08d21b64319), {
|
|
4458
4478
|
style: {
|
|
4459
4479
|
width: "100%",
|
|
@@ -4463,10 +4483,10 @@ const $59227ee2ec9fbfc5$export$c12507e4893cf4fd = ({ children: children, closeIc
|
|
|
4463
4483
|
flexDirection: "row",
|
|
4464
4484
|
padding: 14,
|
|
4465
4485
|
fontSize: 14,
|
|
4466
|
-
backgroundColor: type
|
|
4467
|
-
color: type
|
|
4486
|
+
backgroundColor: type && typeColorMap[type][0],
|
|
4487
|
+
color: type && typeColorMap[type][4],
|
|
4468
4488
|
borderWidth: 1,
|
|
4469
|
-
borderColor: type
|
|
4489
|
+
borderColor: type && typeColorMap[type][1],
|
|
4470
4490
|
borderStyle: "solid",
|
|
4471
4491
|
borderRadius: 8
|
|
4472
4492
|
},
|
|
@@ -4491,11 +4511,11 @@ const $59227ee2ec9fbfc5$export$c12507e4893cf4fd = ({ children: children, closeIc
|
|
|
4491
4511
|
name: "ExclamationCircleFilled",
|
|
4492
4512
|
width: 14,
|
|
4493
4513
|
height: 14
|
|
4494
|
-
}) : /*#__PURE__*/ (0, $7UkB3$reactjsxruntime.jsx)((0, $2b0bb99b70af631b$export$98178f002c5c0c9f), {
|
|
4514
|
+
}) : type === "info" || type === "danger" ? /*#__PURE__*/ (0, $7UkB3$reactjsxruntime.jsx)((0, $2b0bb99b70af631b$export$98178f002c5c0c9f), {
|
|
4495
4515
|
name: "CloseCircleFilled",
|
|
4496
4516
|
width: 14,
|
|
4497
4517
|
height: 14
|
|
4498
|
-
}),
|
|
4518
|
+
}) : /*#__PURE__*/ (0, $7UkB3$reactjsxruntime.jsx)((0, $7UkB3$reactjsxruntime.Fragment), {}),
|
|
4499
4519
|
/*#__PURE__*/ (0, $7UkB3$reactjsxruntime.jsx)((0, $4a877f79704cf217$export$198c14b431fd598), {
|
|
4500
4520
|
color: "black",
|
|
4501
4521
|
children: children
|
|
@@ -4538,11 +4558,11 @@ $parcel$export($d959591f2800d0d2$exports, "AtLogo", () => $d959591f2800d0d2$expo
|
|
|
4538
4558
|
|
|
4539
4559
|
|
|
4540
4560
|
var $8b031ddb4c032419$exports = {};
|
|
4541
|
-
$8b031ddb4c032419$exports = new URL("wawa-logo.
|
|
4561
|
+
$8b031ddb4c032419$exports = new URL("wawa-logo.f82ab6f2.svg", "file:" + __filename).toString();
|
|
4542
4562
|
|
|
4543
4563
|
|
|
4544
4564
|
var $c1a6e977f9965a7d$exports = {};
|
|
4545
|
-
$c1a6e977f9965a7d$exports = new URL("wawa-isotype.
|
|
4565
|
+
$c1a6e977f9965a7d$exports = new URL("wawa-isotype.28dcf3ba.svg", "file:" + __filename).toString();
|
|
4546
4566
|
|
|
4547
4567
|
|
|
4548
4568
|
|
|
@@ -4554,14 +4574,14 @@ const $a59717c6c5e00af5$var$colorMap = {
|
|
|
4554
4574
|
gold: (0, $7UkB3$antdesigncolors.gold)[5],
|
|
4555
4575
|
white: "#FFFFFF"
|
|
4556
4576
|
};
|
|
4557
|
-
const $a59717c6c5e00af5$export$e6ff31bff12b7ff4 = (0, $7UkB3$styledcomponents.styled)((0, ($parcel$interopDefault($7UkB3$reactinlinesvg))))`
|
|
4558
|
-
& svg {
|
|
4559
|
-
width: ${({ width: width, type: type })=>width ?? (type === "logo" ? 243 : 90)};
|
|
4560
|
-
height: ${({ height: height, type: type })=>height ?? (type === "logo" ? 50 : 38)};
|
|
4561
|
-
}
|
|
4562
|
-
& path {
|
|
4563
|
-
fill: ${({ color: color })=>color ? $a59717c6c5e00af5$var$colorMap[color] : $a59717c6c5e00af5$var$colorMap.violet};
|
|
4564
|
-
}
|
|
4577
|
+
const $a59717c6c5e00af5$export$e6ff31bff12b7ff4 = (0, $7UkB3$styledcomponents.styled)((0, ($parcel$interopDefault($7UkB3$reactinlinesvg))))`
|
|
4578
|
+
& svg {
|
|
4579
|
+
width: ${({ width: width, type: type })=>width ?? (type === "logo" ? 243 : 90)};
|
|
4580
|
+
height: ${({ height: height, type: type })=>height ?? (type === "logo" ? 50 : 38)};
|
|
4581
|
+
}
|
|
4582
|
+
& path {
|
|
4583
|
+
fill: ${({ color: color })=>color ? $a59717c6c5e00af5$var$colorMap[color] : $a59717c6c5e00af5$var$colorMap.violet};
|
|
4584
|
+
}
|
|
4565
4585
|
`;
|
|
4566
4586
|
|
|
4567
4587
|
|
|
@@ -4675,22 +4695,22 @@ const $8c58509cd9b1ec6e$var$colors = {
|
|
|
4675
4695
|
violet: (0, $b53932c494bf64fd$export$8241b7126941c403)[5],
|
|
4676
4696
|
white: (0, $b53932c494bf64fd$export$3e2c219d3ab79d01)[0]
|
|
4677
4697
|
};
|
|
4678
|
-
const $8c58509cd9b1ec6e$export$7c066d4d5f38db34 = (0, $7UkB3$styledcomponents.styled)((0, $7UkB3$antd.Select))`
|
|
4679
|
-
${({ $height: $height })=>$height ? `height: ${$height};` : ""}
|
|
4680
|
-
${({ $width: $width })=>$width ? `width: ${$width} !important;` : ""}
|
|
4681
|
-
${({ $textColor: $textColor })=>$textColor ? `
|
|
4682
|
-
.ant-select-selector {
|
|
4683
|
-
color: ${$8c58509cd9b1ec6e$var$colors[$textColor]} !important;
|
|
4684
|
-
}
|
|
4685
|
-
.ant-select-arrow {
|
|
4686
|
-
color: ${$8c58509cd9b1ec6e$var$colors[$textColor]} !important;
|
|
4687
|
-
}
|
|
4688
|
-
` : ""}
|
|
4689
|
-
${({ backgroundColor: backgroundColor })=>backgroundColor ? `
|
|
4690
|
-
.ant-select-selector {
|
|
4691
|
-
background-color: ${$8c58509cd9b1ec6e$var$colors[backgroundColor]} !important;
|
|
4692
|
-
}
|
|
4693
|
-
` : ""}
|
|
4698
|
+
const $8c58509cd9b1ec6e$export$7c066d4d5f38db34 = (0, $7UkB3$styledcomponents.styled)((0, $7UkB3$antd.Select))`
|
|
4699
|
+
${({ $height: $height })=>$height ? `height: ${$height};` : ""}
|
|
4700
|
+
${({ $width: $width })=>$width ? `width: ${$width} !important;` : ""}
|
|
4701
|
+
${({ $textColor: $textColor })=>$textColor ? `
|
|
4702
|
+
.ant-select-selector {
|
|
4703
|
+
color: ${$8c58509cd9b1ec6e$var$colors[$textColor]} !important;
|
|
4704
|
+
}
|
|
4705
|
+
.ant-select-arrow {
|
|
4706
|
+
color: ${$8c58509cd9b1ec6e$var$colors[$textColor]} !important;
|
|
4707
|
+
}
|
|
4708
|
+
` : ""}
|
|
4709
|
+
${({ backgroundColor: backgroundColor })=>backgroundColor ? `
|
|
4710
|
+
.ant-select-selector {
|
|
4711
|
+
background-color: ${$8c58509cd9b1ec6e$var$colors[backgroundColor]} !important;
|
|
4712
|
+
}
|
|
4713
|
+
` : ""}
|
|
4694
4714
|
`;
|
|
4695
4715
|
|
|
4696
4716
|
|
|
@@ -4797,13 +4817,13 @@ $parcel$export($2021c7b8558a44c4$exports, "AtTitle", () => $2021c7b8558a44c4$exp
|
|
|
4797
4817
|
|
|
4798
4818
|
|
|
4799
4819
|
|
|
4800
|
-
const $72ff73f447d6ef44$export$48331a7adc9a636b = (0, $7UkB3$styledcomponents.styled)((0, $7UkB3$antd.Typography).Title)`
|
|
4801
|
-
${({ color: color })=>color ? `color: ${(0, $cdbd192f8dbe930b$export$67824cee260208a2)[color]};` : ""}
|
|
4802
|
-
${({ $margin: $margin })=>$margin ? `margin: ${$margin};` : ""}
|
|
4803
|
-
&.ant-typography {
|
|
4804
|
-
${({ $margin: $margin })=>$margin ? `margin: ${$margin};` : ""}
|
|
4805
|
-
}
|
|
4806
|
-
${({ $textAlign: $textAlign })=>$textAlign ? `text-align: ${$textAlign};` : ""}
|
|
4820
|
+
const $72ff73f447d6ef44$export$48331a7adc9a636b = (0, $7UkB3$styledcomponents.styled)((0, $7UkB3$antd.Typography).Title)`
|
|
4821
|
+
${({ color: color })=>color ? `color: ${(0, $cdbd192f8dbe930b$export$67824cee260208a2)[color]};` : ""}
|
|
4822
|
+
${({ $margin: $margin })=>$margin ? `margin: ${$margin};` : ""}
|
|
4823
|
+
&.ant-typography {
|
|
4824
|
+
${({ $margin: $margin })=>$margin ? `margin: ${$margin};` : ""}
|
|
4825
|
+
}
|
|
4826
|
+
${({ $textAlign: $textAlign })=>$textAlign ? `text-align: ${$textAlign};` : ""}
|
|
4807
4827
|
`;
|
|
4808
4828
|
|
|
4809
4829
|
|
|
@@ -4865,12 +4885,12 @@ $parcel$export($9bf481202d82ce30$exports, "TmCrudPage", () => $9bf481202d82ce30$
|
|
|
4865
4885
|
|
|
4866
4886
|
|
|
4867
4887
|
|
|
4868
|
-
const $9780d4d8c396c654$export$b14e02386c6038ac = (0, $7UkB3$styledcomponents.styled).div`
|
|
4869
|
-
display: flex;
|
|
4870
|
-
align-items: end;
|
|
4871
|
-
margin-top: 16px;
|
|
4872
|
-
justify-content: end;
|
|
4873
|
-
|
|
4888
|
+
const $9780d4d8c396c654$export$b14e02386c6038ac = (0, $7UkB3$styledcomponents.styled).div`
|
|
4889
|
+
display: flex;
|
|
4890
|
+
align-items: end;
|
|
4891
|
+
margin-top: 16px;
|
|
4892
|
+
justify-content: end;
|
|
4893
|
+
|
|
4874
4894
|
`;
|
|
4875
4895
|
|
|
4876
4896
|
|
|
@@ -4952,7 +4972,7 @@ const $9bf481202d82ce30$export$5e465ee7e897b7e4 = ({ columns: columns, data: dat
|
|
|
4952
4972
|
title: item.title
|
|
4953
4973
|
}))
|
|
4954
4974
|
}),
|
|
4955
|
-
formSteps && formSteps.map((formStep, index)=>/*#__PURE__*/ (0, $7UkB3$reactjsxruntime.jsxs)((0, $06ac9f7985e4bf1e$export$217702a836b8ad4e), {
|
|
4975
|
+
formSteps && formSteps.map(({ customButtons: customButtons = [], ...formStep }, index)=>/*#__PURE__*/ (0, $7UkB3$reactjsxruntime.jsxs)((0, $06ac9f7985e4bf1e$export$217702a836b8ad4e), {
|
|
4956
4976
|
hidden: currentFormStep !== index,
|
|
4957
4977
|
form: formStep.form,
|
|
4958
4978
|
onFinish: formStep.onFinish,
|
|
@@ -4998,7 +5018,15 @@ const $9bf481202d82ce30$export$5e465ee7e897b7e4 = ({ columns: columns, data: dat
|
|
|
4998
5018
|
type: "default",
|
|
4999
5019
|
disabled: disabledButtons
|
|
5000
5020
|
})
|
|
5001
|
-
})
|
|
5021
|
+
}),
|
|
5022
|
+
customButtons.map((button)=>/*#__PURE__*/ (0, $7UkB3$reactjsxruntime.jsx)((0, $ef3dc4e7877764bb$export$1d94b2e4607bd71d), {
|
|
5023
|
+
children: /*#__PURE__*/ (0, $7UkB3$reactjsxruntime.jsx)((0, $7664f9642917f3fc$export$477fa7efabf289d5), {
|
|
5024
|
+
$fullWidth: true,
|
|
5025
|
+
type: button.type,
|
|
5026
|
+
value: button.label,
|
|
5027
|
+
onClick: button.onClick
|
|
5028
|
+
})
|
|
5029
|
+
}))
|
|
5002
5030
|
]
|
|
5003
5031
|
})),
|
|
5004
5032
|
!formSteps && /*#__PURE__*/ (0, $7UkB3$reactjsxruntime.jsxs)((0, $7UkB3$reactjsxruntime.Fragment), {
|
|
@@ -5119,14 +5147,14 @@ $parcel$export($eea76c2b853e3624$exports, "TmLoginCountry", () => $eea76c2b853e3
|
|
|
5119
5147
|
|
|
5120
5148
|
|
|
5121
5149
|
|
|
5122
|
-
const $c076bffe8ce1330d$export$1d41361302b577a1 = (0, $7UkB3$styledcomponents.styled)((0, $74b4c961d5c792f3$export$c912f0e7b2b43b73))`
|
|
5123
|
-
& {
|
|
5124
|
-
background-color: ${(0, $b53932c494bf64fd$export$3e2c219d3ab79d01)[1]};
|
|
5125
|
-
min-height: 100vh;
|
|
5126
|
-
}
|
|
5127
|
-
& h2 {
|
|
5128
|
-
text-align: center;
|
|
5129
|
-
}
|
|
5150
|
+
const $c076bffe8ce1330d$export$1d41361302b577a1 = (0, $7UkB3$styledcomponents.styled)((0, $74b4c961d5c792f3$export$c912f0e7b2b43b73))`
|
|
5151
|
+
& {
|
|
5152
|
+
background-color: ${(0, $b53932c494bf64fd$export$3e2c219d3ab79d01)[1]};
|
|
5153
|
+
min-height: 100vh;
|
|
5154
|
+
}
|
|
5155
|
+
& h2 {
|
|
5156
|
+
text-align: center;
|
|
5157
|
+
}
|
|
5130
5158
|
`;
|
|
5131
5159
|
|
|
5132
5160
|
|
|
@@ -5189,28 +5217,28 @@ $parcel$export($f8eb87a803b60724$exports, "TmLoginPhone", () => $f8eb87a803b6072
|
|
|
5189
5217
|
|
|
5190
5218
|
|
|
5191
5219
|
|
|
5192
|
-
const $7834c79c5ec613ba$export$1d41361302b577a1 = (0, $7UkB3$styledcomponents.styled).div`
|
|
5193
|
-
& {
|
|
5194
|
-
display: flex;
|
|
5195
|
-
background-color: ${(0, $b53932c494bf64fd$export$3e2c219d3ab79d01)[1]};
|
|
5196
|
-
height: 100vh;
|
|
5197
|
-
}
|
|
5220
|
+
const $7834c79c5ec613ba$export$1d41361302b577a1 = (0, $7UkB3$styledcomponents.styled).div`
|
|
5221
|
+
& {
|
|
5222
|
+
display: flex;
|
|
5223
|
+
background-color: ${(0, $b53932c494bf64fd$export$3e2c219d3ab79d01)[1]};
|
|
5224
|
+
height: 100vh;
|
|
5225
|
+
}
|
|
5198
5226
|
`;
|
|
5199
|
-
const $7834c79c5ec613ba$export$7f4f29d5da31b146 = (0, $7UkB3$styledcomponents.styled).div`
|
|
5200
|
-
max-width: 365px;
|
|
5201
|
-
margin-right: auto;
|
|
5202
|
-
margin-left: auto;
|
|
5203
|
-
height: 100%;
|
|
5204
|
-
display: flex;
|
|
5227
|
+
const $7834c79c5ec613ba$export$7f4f29d5da31b146 = (0, $7UkB3$styledcomponents.styled).div`
|
|
5228
|
+
max-width: 365px;
|
|
5229
|
+
margin-right: auto;
|
|
5230
|
+
margin-left: auto;
|
|
5231
|
+
height: 100%;
|
|
5232
|
+
display: flex;
|
|
5205
5233
|
`;
|
|
5206
|
-
const $7834c79c5ec613ba$export$eeedfc5ec323f094 = (0, $7UkB3$styledcomponents.styled).div`
|
|
5207
|
-
margin-bottom: 45px;
|
|
5234
|
+
const $7834c79c5ec613ba$export$eeedfc5ec323f094 = (0, $7UkB3$styledcomponents.styled).div`
|
|
5235
|
+
margin-bottom: 45px;
|
|
5208
5236
|
`;
|
|
5209
|
-
const $7834c79c5ec613ba$export$52c5708a6fcb91e8 = (0, $7UkB3$styledcomponents.styled).div`
|
|
5210
|
-
margin-top: 5px;
|
|
5237
|
+
const $7834c79c5ec613ba$export$52c5708a6fcb91e8 = (0, $7UkB3$styledcomponents.styled).div`
|
|
5238
|
+
margin-top: 5px;
|
|
5211
5239
|
`;
|
|
5212
|
-
const $7834c79c5ec613ba$export$79cd42d0e1ed657e = (0, $7UkB3$styledcomponents.styled).div`
|
|
5213
|
-
text-align: center;
|
|
5240
|
+
const $7834c79c5ec613ba$export$79cd42d0e1ed657e = (0, $7UkB3$styledcomponents.styled).div`
|
|
5241
|
+
text-align: center;
|
|
5214
5242
|
`;
|
|
5215
5243
|
|
|
5216
5244
|
|
|
@@ -5365,40 +5393,40 @@ $parcel$export($70f57a8f973364c9$exports, "TmLoginPhoneCode", () => $70f57a8f973
|
|
|
5365
5393
|
|
|
5366
5394
|
|
|
5367
5395
|
|
|
5368
|
-
const $0df859a179841891$export$1d41361302b577a1 = (0, $7UkB3$styledcomponents.styled).div`
|
|
5369
|
-
& {
|
|
5370
|
-
display: flex;
|
|
5371
|
-
background-color: ${(0, $b53932c494bf64fd$export$3e2c219d3ab79d01)[1]};
|
|
5372
|
-
height: 100vh;
|
|
5373
|
-
}
|
|
5396
|
+
const $0df859a179841891$export$1d41361302b577a1 = (0, $7UkB3$styledcomponents.styled).div`
|
|
5397
|
+
& {
|
|
5398
|
+
display: flex;
|
|
5399
|
+
background-color: ${(0, $b53932c494bf64fd$export$3e2c219d3ab79d01)[1]};
|
|
5400
|
+
height: 100vh;
|
|
5401
|
+
}
|
|
5374
5402
|
`;
|
|
5375
|
-
const $0df859a179841891$export$7f4f29d5da31b146 = (0, $7UkB3$styledcomponents.styled).div`
|
|
5376
|
-
max-width: 365px;
|
|
5377
|
-
margin-right: auto;
|
|
5378
|
-
margin-left: auto;
|
|
5379
|
-
height: 100%;
|
|
5380
|
-
display: flex;
|
|
5403
|
+
const $0df859a179841891$export$7f4f29d5da31b146 = (0, $7UkB3$styledcomponents.styled).div`
|
|
5404
|
+
max-width: 365px;
|
|
5405
|
+
margin-right: auto;
|
|
5406
|
+
margin-left: auto;
|
|
5407
|
+
height: 100%;
|
|
5408
|
+
display: flex;
|
|
5381
5409
|
`;
|
|
5382
|
-
const $0df859a179841891$export$eeedfc5ec323f094 = (0, $7UkB3$styledcomponents.styled).div`
|
|
5383
|
-
margin-bottom: 32px;
|
|
5410
|
+
const $0df859a179841891$export$eeedfc5ec323f094 = (0, $7UkB3$styledcomponents.styled).div`
|
|
5411
|
+
margin-bottom: 32px;
|
|
5384
5412
|
`;
|
|
5385
|
-
const $0df859a179841891$export$52c5708a6fcb91e8 = (0, $7UkB3$styledcomponents.styled).div`
|
|
5386
|
-
margin-top: 5px;
|
|
5413
|
+
const $0df859a179841891$export$52c5708a6fcb91e8 = (0, $7UkB3$styledcomponents.styled).div`
|
|
5414
|
+
margin-top: 5px;
|
|
5387
5415
|
`;
|
|
5388
|
-
const $0df859a179841891$export$79cd42d0e1ed657e = (0, $7UkB3$styledcomponents.styled).div`
|
|
5389
|
-
text-align: center;
|
|
5416
|
+
const $0df859a179841891$export$79cd42d0e1ed657e = (0, $7UkB3$styledcomponents.styled).div`
|
|
5417
|
+
text-align: center;
|
|
5390
5418
|
`;
|
|
5391
|
-
const $0df859a179841891$export$f3774f00642b963a = (0, $7UkB3$styledcomponents.styled).div`
|
|
5392
|
-
margin-bottom: 24px;
|
|
5393
|
-
display: flex;
|
|
5394
|
-
flex-direction: row;
|
|
5395
|
-
gap: 10px;
|
|
5419
|
+
const $0df859a179841891$export$f3774f00642b963a = (0, $7UkB3$styledcomponents.styled).div`
|
|
5420
|
+
margin-bottom: 24px;
|
|
5421
|
+
display: flex;
|
|
5422
|
+
flex-direction: row;
|
|
5423
|
+
gap: 10px;
|
|
5396
5424
|
`;
|
|
5397
|
-
const $0df859a179841891$export$4c743a224900c982 = (0, $7UkB3$styledcomponents.styled).div`
|
|
5398
|
-
display: flex;
|
|
5399
|
-
flex-direction: row;
|
|
5400
|
-
gap: 5px;
|
|
5401
|
-
cursor: pointer;
|
|
5425
|
+
const $0df859a179841891$export$4c743a224900c982 = (0, $7UkB3$styledcomponents.styled).div`
|
|
5426
|
+
display: flex;
|
|
5427
|
+
flex-direction: row;
|
|
5428
|
+
gap: 5px;
|
|
5429
|
+
cursor: pointer;
|
|
5402
5430
|
`;
|
|
5403
5431
|
|
|
5404
5432
|
|
|
@@ -5906,15 +5934,15 @@ $parcel$export($68a3e27abcfd9bd1$exports, "TmRentalsPage", () => $68a3e27abcfd9b
|
|
|
5906
5934
|
|
|
5907
5935
|
|
|
5908
5936
|
|
|
5909
|
-
const $8c6a20c612d3fcf3$export$eddf54ea3db8d0f0 = (0, $7UkB3$styledcomponents.styled).div`
|
|
5910
|
-
width: 100%;
|
|
5911
|
-
display: flex;
|
|
5912
|
-
align-items: end;
|
|
5913
|
-
justify-content: end;
|
|
5914
|
-
gap: 8px;
|
|
5937
|
+
const $8c6a20c612d3fcf3$export$eddf54ea3db8d0f0 = (0, $7UkB3$styledcomponents.styled).div`
|
|
5938
|
+
width: 100%;
|
|
5939
|
+
display: flex;
|
|
5940
|
+
align-items: end;
|
|
5941
|
+
justify-content: end;
|
|
5942
|
+
gap: 8px;
|
|
5915
5943
|
`;
|
|
5916
|
-
const $8c6a20c612d3fcf3$export$16c4b4594f026d30 = (0, $7UkB3$styledcomponents.styled).div`
|
|
5917
|
-
padding-top: 15px;
|
|
5944
|
+
const $8c6a20c612d3fcf3$export$16c4b4594f026d30 = (0, $7UkB3$styledcomponents.styled).div`
|
|
5945
|
+
padding-top: 15px;
|
|
5918
5946
|
`;
|
|
5919
5947
|
|
|
5920
5948
|
|