enwawa-ui 3.3.2 → 3.3.4
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 +17 -1
- package/lib/index.d.ts.map +1 -1
- package/lib/index.es.js +785 -774
- package/lib/index.es.js.map +1 -1
- package/lib/index.js +785 -774
- package/lib/index.js.map +1 -1
- package/lib/{wawa-isotype.da9ebd6e.svg → wawa-isotype.28dcf3ba.svg} +4 -4
- package/lib/{wawa-logo.bb8f5a4d.svg → wawa-logo.f82ab6f2.svg} +6 -6
- package/package.json +130 -131
- package/readme.md +2 -2
package/lib/index.es.js
CHANGED
|
@@ -96,18 +96,18 @@ $parcel$export($4226eaa9390eb089$exports, "AtButton", () => $4226eaa9390eb089$ex
|
|
|
96
96
|
|
|
97
97
|
|
|
98
98
|
|
|
99
|
-
const $272075e4a4e110d8$export$2d5d2ba3c7c8c40b = (0, $6V7OS$styled)((0, $6V7OS$Button))`
|
|
100
|
-
${({ borderless: borderless })=>borderless ? "border: none;" : ""}
|
|
101
|
-
${({ $fullWidth: $fullWidth })=>$fullWidth ? "width: 100%" : ""};
|
|
102
|
-
${({ $width: $width })=>$width ? `width: ${$width}` : ""};
|
|
103
|
-
${({ $cursor: $cursor })=>$cursor ? `cursor: ${$cursor}` : ""};
|
|
104
|
-
${({ type: type })=>type === "success" ? "background-color: #D9F7BE; border-color: #52C41A; color: #52C41A;" : type === "warning" ? "background-color: #FFCCC7; border-color: #F5222D; color: #F5222D;" : ""};
|
|
105
|
-
${({ bgTransparent: bgTransparent })=>bgTransparent ? "background-color: transparent;" : ""}
|
|
106
|
-
&,
|
|
107
|
-
&.ant-btn-primary,
|
|
108
|
-
&.ant-btn-primary.ant-btn-dangerous {
|
|
109
|
-
box-shadow: none;
|
|
110
|
-
}
|
|
99
|
+
const $272075e4a4e110d8$export$2d5d2ba3c7c8c40b = (0, $6V7OS$styled)((0, $6V7OS$Button))`
|
|
100
|
+
${({ borderless: borderless })=>borderless ? "border: none;" : ""}
|
|
101
|
+
${({ $fullWidth: $fullWidth })=>$fullWidth ? "width: 100%" : ""};
|
|
102
|
+
${({ $width: $width })=>$width ? `width: ${$width}` : ""};
|
|
103
|
+
${({ $cursor: $cursor })=>$cursor ? `cursor: ${$cursor}` : ""};
|
|
104
|
+
${({ type: type })=>type === "success" ? "background-color: #D9F7BE; border-color: #52C41A; color: #52C41A;" : type === "warning" ? "background-color: #FFCCC7; border-color: #F5222D; color: #F5222D;" : ""};
|
|
105
|
+
${({ bgTransparent: bgTransparent })=>bgTransparent ? "background-color: transparent;" : ""}
|
|
106
|
+
&,
|
|
107
|
+
&.ant-btn-primary,
|
|
108
|
+
&.ant-btn-primary.ant-btn-dangerous {
|
|
109
|
+
box-shadow: none;
|
|
110
|
+
}
|
|
111
111
|
`;
|
|
112
112
|
|
|
113
113
|
|
|
@@ -159,13 +159,13 @@ $parcel$export($88c6620c844a9e26$exports, "MlPlanCard", () => $88c6620c844a9e26$
|
|
|
159
159
|
|
|
160
160
|
|
|
161
161
|
|
|
162
|
-
const $3633bec655ff4ccd$export$94fdbc1f5368d5e4 = (0, $6V7OS$styled).div`
|
|
163
|
-
border-radius: 10px;
|
|
164
|
-
border: 3px dotted #E5E5E5;
|
|
165
|
-
padding-bottom: 20px;
|
|
166
|
-
padding-left: 20px;
|
|
167
|
-
width: 100%;
|
|
168
|
-
flex: 42%;
|
|
162
|
+
const $3633bec655ff4ccd$export$94fdbc1f5368d5e4 = (0, $6V7OS$styled).div`
|
|
163
|
+
border-radius: 10px;
|
|
164
|
+
border: 3px dotted #E5E5E5;
|
|
165
|
+
padding-bottom: 20px;
|
|
166
|
+
padding-left: 20px;
|
|
167
|
+
width: 100%;
|
|
168
|
+
flex: 42%;
|
|
169
169
|
`;
|
|
170
170
|
|
|
171
171
|
|
|
@@ -190,12 +190,12 @@ const $88c6620c844a9e26$export$e353331cf094735e = ({ title: title, description:
|
|
|
190
190
|
|
|
191
191
|
|
|
192
192
|
|
|
193
|
-
const $a265035f7b688a33$export$9cb5b7583b36e24 = (0, $6V7OS$styled).div`
|
|
194
|
-
display: flex;
|
|
195
|
-
flex-direction: row;
|
|
196
|
-
margin-bottom: 20px;
|
|
197
|
-
flex-wrap: wrap;
|
|
198
|
-
gap: 10px;
|
|
193
|
+
const $a265035f7b688a33$export$9cb5b7583b36e24 = (0, $6V7OS$styled).div`
|
|
194
|
+
display: flex;
|
|
195
|
+
flex-direction: row;
|
|
196
|
+
margin-bottom: 20px;
|
|
197
|
+
flex-wrap: wrap;
|
|
198
|
+
gap: 10px;
|
|
199
199
|
`;
|
|
200
200
|
|
|
201
201
|
|
|
@@ -244,16 +244,16 @@ $parcel$export($66b2217d59f04c6b$exports, "OrTabs", () => $66b2217d59f04c6b$expo
|
|
|
244
244
|
|
|
245
245
|
|
|
246
246
|
|
|
247
|
-
const $2baa7749f0f1d39b$export$594ebcebca054019 = (0, $6V7OS$styled)((0, $6V7OS$Tabs))`
|
|
248
|
-
${({ type: type })=>type === "card" ? `
|
|
249
|
-
& .ant-tabs-nav-list .ant-tabs-tab {
|
|
250
|
-
border-radius: 2px 2px 0 0!important;
|
|
251
|
-
}
|
|
252
|
-
|
|
253
|
-
& .ant-tabs-nav-list :not(first-child) .ant-tabs-tab {
|
|
254
|
-
background: red;
|
|
255
|
-
}
|
|
256
|
-
` : ``}
|
|
247
|
+
const $2baa7749f0f1d39b$export$594ebcebca054019 = (0, $6V7OS$styled)((0, $6V7OS$Tabs))`
|
|
248
|
+
${({ type: type })=>type === "card" ? `
|
|
249
|
+
& .ant-tabs-nav-list .ant-tabs-tab {
|
|
250
|
+
border-radius: 2px 2px 0 0!important;
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
& .ant-tabs-nav-list :not(first-child) .ant-tabs-tab {
|
|
254
|
+
background: red;
|
|
255
|
+
}
|
|
256
|
+
` : ``}
|
|
257
257
|
`;
|
|
258
258
|
|
|
259
259
|
|
|
@@ -298,8 +298,8 @@ $parcel$export($8997993278c7824b$exports, "MlFormItem", () => $8997993278c7824b$
|
|
|
298
298
|
|
|
299
299
|
|
|
300
300
|
|
|
301
|
-
const $a9750a8332f124c0$export$49b0017999869589 = (0, $6V7OS$styled)((0, $6V7OS$antdesformFormItem))`
|
|
302
|
-
${({ $margin: $margin })=>$margin ? `margin: ${$margin};` : ""}
|
|
301
|
+
const $a9750a8332f124c0$export$49b0017999869589 = (0, $6V7OS$styled)((0, $6V7OS$antdesformFormItem))`
|
|
302
|
+
${({ $margin: $margin })=>$margin ? `margin: ${$margin};` : ""}
|
|
303
303
|
`;
|
|
304
304
|
|
|
305
305
|
|
|
@@ -426,13 +426,13 @@ $parcel$export($fb3e355bcd972fe5$exports, "MlCardIcon", () => $fb3e355bcd972fe5$
|
|
|
426
426
|
|
|
427
427
|
|
|
428
428
|
|
|
429
|
-
const $3268a5d66a94ee1d$export$94fdbc1f5368d5e4 = (0, $6V7OS$styled).div`
|
|
430
|
-
display: flex;
|
|
431
|
-
flex-direction: column;
|
|
432
|
-
justify-content: center;
|
|
433
|
-
align-items: center;
|
|
434
|
-
margin: 12px 0;
|
|
435
|
-
gap: 5px;
|
|
429
|
+
const $3268a5d66a94ee1d$export$94fdbc1f5368d5e4 = (0, $6V7OS$styled).div`
|
|
430
|
+
display: flex;
|
|
431
|
+
flex-direction: column;
|
|
432
|
+
justify-content: center;
|
|
433
|
+
align-items: center;
|
|
434
|
+
margin: 12px 0;
|
|
435
|
+
gap: 5px;
|
|
436
436
|
`;
|
|
437
437
|
|
|
438
438
|
|
|
@@ -533,13 +533,13 @@ $parcel$export($04f5c85304ee998a$exports, "MlCheckboxGroup", () => $04f5c85304ee
|
|
|
533
533
|
|
|
534
534
|
|
|
535
535
|
|
|
536
|
-
const $8752f152feec3e15$export$31666700a7537f44 = (0, $6V7OS$styled)((0, $6V7OS$Checkbox).Group)`
|
|
537
|
-
${({ $direction: $direction })=>$direction === "vertical" ? `
|
|
538
|
-
.ant-checkbox-wrapper {
|
|
539
|
-
width: 100%;
|
|
540
|
-
margin-bottom: 8px;
|
|
541
|
-
}
|
|
542
|
-
` : ""}
|
|
536
|
+
const $8752f152feec3e15$export$31666700a7537f44 = (0, $6V7OS$styled)((0, $6V7OS$Checkbox).Group)`
|
|
537
|
+
${({ $direction: $direction })=>$direction === "vertical" ? `
|
|
538
|
+
.ant-checkbox-wrapper {
|
|
539
|
+
width: 100%;
|
|
540
|
+
margin-bottom: 8px;
|
|
541
|
+
}
|
|
542
|
+
` : ""}
|
|
543
543
|
`;
|
|
544
544
|
|
|
545
545
|
|
|
@@ -563,14 +563,14 @@ $parcel$export($8cde9480d45adfd2$exports, "AtNumberInput", () => $8cde9480d45adf
|
|
|
563
563
|
|
|
564
564
|
|
|
565
565
|
|
|
566
|
-
const $98420e419afccd2f$export$be88739bfbeac098 = (0, $6V7OS$styled)((0, $6V7OS$InputNumber))`
|
|
567
|
-
${({ $width: $width })=>$width ? `width: ${$width}` : ""};
|
|
568
|
-
${({ $height: $height })=>$height ? `height: ${$height}` : ""};
|
|
569
|
-
${({ $fontSize: $fontSize })=>$fontSize ? `font-size: ${$fontSize}` : ""};
|
|
570
|
-
${({ $textAlign: $textAlign })=>$textAlign ? `
|
|
571
|
-
.ant-input-number-input-wrap > input.ant-input-number-input {
|
|
572
|
-
text-align: ${$textAlign};
|
|
573
|
-
}` : ""};
|
|
566
|
+
const $98420e419afccd2f$export$be88739bfbeac098 = (0, $6V7OS$styled)((0, $6V7OS$InputNumber))`
|
|
567
|
+
${({ $width: $width })=>$width ? `width: ${$width}` : ""};
|
|
568
|
+
${({ $height: $height })=>$height ? `height: ${$height}` : ""};
|
|
569
|
+
${({ $fontSize: $fontSize })=>$fontSize ? `font-size: ${$fontSize}` : ""};
|
|
570
|
+
${({ $textAlign: $textAlign })=>$textAlign ? `
|
|
571
|
+
.ant-input-number-input-wrap > input.ant-input-number-input {
|
|
572
|
+
text-align: ${$textAlign};
|
|
573
|
+
}` : ""};
|
|
574
574
|
`;
|
|
575
575
|
|
|
576
576
|
|
|
@@ -594,9 +594,9 @@ const $8cde9480d45adfd2$export$d2d51ae41abaa504 = ({ autoFocus: autoFocus = fals
|
|
|
594
594
|
|
|
595
595
|
|
|
596
596
|
|
|
597
|
-
const $bfafd2b08ad30ea7$export$15739056c9c8ad3 = (0, $6V7OS$styled).div`
|
|
598
|
-
display: flex;
|
|
599
|
-
gap: 10px;
|
|
597
|
+
const $bfafd2b08ad30ea7$export$15739056c9c8ad3 = (0, $6V7OS$styled).div`
|
|
598
|
+
display: flex;
|
|
599
|
+
gap: 10px;
|
|
600
600
|
`;
|
|
601
601
|
|
|
602
602
|
|
|
@@ -728,7 +728,7 @@ $parcel$export($6bc6a97f5a1cd05b$exports, "MlIconText", () => $6bc6a97f5a1cd05b$
|
|
|
728
728
|
|
|
729
729
|
|
|
730
730
|
|
|
731
|
-
const $c3655afcac3d8227$export$af0ea872c0d8dfd7 = (0, $6V7OS$styled).div`
|
|
731
|
+
const $c3655afcac3d8227$export$af0ea872c0d8dfd7 = (0, $6V7OS$styled).div`
|
|
732
732
|
`;
|
|
733
733
|
|
|
734
734
|
|
|
@@ -758,10 +758,10 @@ $parcel$export($88e0ec4742d703dd$exports, "MlInfoList", () => $88e0ec4742d703dd$
|
|
|
758
758
|
|
|
759
759
|
|
|
760
760
|
|
|
761
|
-
const $40dbda945ebcdc17$export$1c6c326027329226 = (0, $6V7OS$styled).div`
|
|
762
|
-
& .description {
|
|
763
|
-
margin-bottom: 25px;
|
|
764
|
-
}
|
|
761
|
+
const $40dbda945ebcdc17$export$1c6c326027329226 = (0, $6V7OS$styled).div`
|
|
762
|
+
& .description {
|
|
763
|
+
margin-bottom: 25px;
|
|
764
|
+
}
|
|
765
765
|
`;
|
|
766
766
|
|
|
767
767
|
|
|
@@ -825,50 +825,50 @@ $parcel$export($51839138f5bef78e$exports, "MlInputList", () => $51839138f5bef78e
|
|
|
825
825
|
|
|
826
826
|
|
|
827
827
|
|
|
828
|
-
const $5ff08d28c4de629b$export$22a81bdd3a723b46 = (0, $6V7OS$styled)((0, $6V7OS$antdeslist))`
|
|
829
|
-
& .ant-form-item-label{
|
|
830
|
-
padding-top: 10px;
|
|
831
|
-
}
|
|
832
|
-
|
|
833
|
-
& .add-btn{
|
|
834
|
-
margin: 0 auto;
|
|
835
|
-
display: flex;
|
|
836
|
-
}
|
|
837
|
-
|
|
838
|
-
& .ant-form-item {
|
|
839
|
-
margin-bottom: 0;
|
|
840
|
-
}
|
|
841
|
-
|
|
842
|
-
& .ant-form-item .ant-list-item-action li {
|
|
843
|
-
padding: 0;
|
|
844
|
-
}
|
|
845
|
-
|
|
846
|
-
& .ant-form-item .ant-form-item-control-input-content li{
|
|
847
|
-
padding-top: 0;
|
|
848
|
-
}
|
|
849
|
-
|
|
850
|
-
& .ant-col.ant-form-item-label {
|
|
851
|
-
padding: 0;
|
|
852
|
-
}
|
|
853
|
-
|
|
854
|
-
& .ant-list-item .ant-list-item-action {
|
|
855
|
-
margin-left: 5px;
|
|
856
|
-
}
|
|
857
|
-
|
|
858
|
-
& .ant-list-item .ant-select {
|
|
859
|
-
flex: 1;
|
|
860
|
-
}
|
|
861
|
-
|
|
862
|
-
&.ant-list > button{
|
|
863
|
-
display: flex;
|
|
864
|
-
margin: 15px auto;
|
|
865
|
-
margin-bottom: 0;
|
|
866
|
-
width: 100%;
|
|
867
|
-
}
|
|
868
|
-
|
|
869
|
-
& .ant-list-empty-text {
|
|
870
|
-
display: none!important;
|
|
871
|
-
}
|
|
828
|
+
const $5ff08d28c4de629b$export$22a81bdd3a723b46 = (0, $6V7OS$styled)((0, $6V7OS$antdeslist))`
|
|
829
|
+
& .ant-form-item-label{
|
|
830
|
+
padding-top: 10px;
|
|
831
|
+
}
|
|
832
|
+
|
|
833
|
+
& .add-btn{
|
|
834
|
+
margin: 0 auto;
|
|
835
|
+
display: flex;
|
|
836
|
+
}
|
|
837
|
+
|
|
838
|
+
& .ant-form-item {
|
|
839
|
+
margin-bottom: 0;
|
|
840
|
+
}
|
|
841
|
+
|
|
842
|
+
& .ant-form-item .ant-list-item-action li {
|
|
843
|
+
padding: 0;
|
|
844
|
+
}
|
|
845
|
+
|
|
846
|
+
& .ant-form-item .ant-form-item-control-input-content li{
|
|
847
|
+
padding-top: 0;
|
|
848
|
+
}
|
|
849
|
+
|
|
850
|
+
& .ant-col.ant-form-item-label {
|
|
851
|
+
padding: 0;
|
|
852
|
+
}
|
|
853
|
+
|
|
854
|
+
& .ant-list-item .ant-list-item-action {
|
|
855
|
+
margin-left: 5px;
|
|
856
|
+
}
|
|
857
|
+
|
|
858
|
+
& .ant-list-item .ant-select {
|
|
859
|
+
flex: 1;
|
|
860
|
+
}
|
|
861
|
+
|
|
862
|
+
&.ant-list > button{
|
|
863
|
+
display: flex;
|
|
864
|
+
margin: 15px auto;
|
|
865
|
+
margin-bottom: 0;
|
|
866
|
+
width: 100%;
|
|
867
|
+
}
|
|
868
|
+
|
|
869
|
+
& .ant-list-empty-text {
|
|
870
|
+
display: none!important;
|
|
871
|
+
}
|
|
872
872
|
`;
|
|
873
873
|
|
|
874
874
|
|
|
@@ -1032,23 +1032,23 @@ $parcel$export($cc9da08c40b8a354$exports, "MlLoading", () => $cc9da08c40b8a354$e
|
|
|
1032
1032
|
|
|
1033
1033
|
|
|
1034
1034
|
|
|
1035
|
-
const $895f4679052ae77f$export$42a852a2b6b56249 = (0, $6V7OS$styled).div`
|
|
1036
|
-
width: 100%;
|
|
1037
|
-
height: 100vh;
|
|
1038
|
-
${({ $zIndex: $zIndex })=>$zIndex ? `z-index: ${$zIndex};` : ""}
|
|
1039
|
-
background-color: #fafafa4d;
|
|
1040
|
-
display: flex;
|
|
1041
|
-
flex: 1;
|
|
1042
|
-
flex-direction: column;
|
|
1043
|
-
align-items: center;
|
|
1044
|
-
justify-content: center;
|
|
1045
|
-
position: absolute;
|
|
1046
|
-
top: 0;
|
|
1047
|
-
left: 0;
|
|
1035
|
+
const $895f4679052ae77f$export$42a852a2b6b56249 = (0, $6V7OS$styled).div`
|
|
1036
|
+
width: 100%;
|
|
1037
|
+
height: 100vh;
|
|
1038
|
+
${({ $zIndex: $zIndex })=>$zIndex ? `z-index: ${$zIndex};` : ""}
|
|
1039
|
+
background-color: #fafafa4d;
|
|
1040
|
+
display: flex;
|
|
1041
|
+
flex: 1;
|
|
1042
|
+
flex-direction: column;
|
|
1043
|
+
align-items: center;
|
|
1044
|
+
justify-content: center;
|
|
1045
|
+
position: absolute;
|
|
1046
|
+
top: 0;
|
|
1047
|
+
left: 0;
|
|
1048
1048
|
`;
|
|
1049
|
-
const $895f4679052ae77f$export$5e3f251c730829 = (0, $6V7OS$styled).div`
|
|
1050
|
-
width: 25%;
|
|
1051
|
-
height: 25%;
|
|
1049
|
+
const $895f4679052ae77f$export$5e3f251c730829 = (0, $6V7OS$styled).div`
|
|
1050
|
+
width: 25%;
|
|
1051
|
+
height: 25%;
|
|
1052
1052
|
`;
|
|
1053
1053
|
|
|
1054
1054
|
|
|
@@ -1108,40 +1108,40 @@ $parcel$export($1b88045395ccdae4$exports, "MlRadioGroup", () => $1b88045395ccdae
|
|
|
1108
1108
|
|
|
1109
1109
|
|
|
1110
1110
|
|
|
1111
|
-
const $268b04fbb8b9d00a$export$26e5f1e6892e4706 = (0, $6V7OS$styled)((0, $6V7OS$Radio).Group)`
|
|
1112
|
-
${({ orientation: orientation })=>orientation === "vertical" && `&{
|
|
1113
|
-
flex-direction: column!important;
|
|
1114
|
-
display: flex!important;
|
|
1115
|
-
}`}
|
|
1116
|
-
|
|
1117
|
-
${({ fullWidth: fullWidth })=>fullWidth ? ` .ant-radio-wrapper span.ant-radio+* {
|
|
1118
|
-
width: 100%;}` : ""}
|
|
1119
|
-
|
|
1120
|
-
${({ bordered: bordered, padding: padding })=>bordered ? `
|
|
1121
|
-
.ant-radio-wrapper {
|
|
1122
|
-
border: 1px solid #d9d9d9;
|
|
1123
|
-
border-radius: 10px;
|
|
1124
|
-
padding: ${padding};
|
|
1125
|
-
margin-bottom: 12px;
|
|
1126
|
-
width: 100%;
|
|
1127
|
-
}
|
|
1128
|
-
` : ""}
|
|
1129
|
-
|
|
1130
|
-
${({ cardChecked: cardChecked })=>cardChecked ? `
|
|
1131
|
-
.ant-radio-wrapper-checked {
|
|
1132
|
-
border: 1px solid #531DAB;
|
|
1133
|
-
}
|
|
1134
|
-
|
|
1135
|
-
.ant-radio {
|
|
1136
|
-
position: absolute;
|
|
1137
|
-
left: -9999px;
|
|
1138
|
-
overflow: hidden;
|
|
1139
|
-
}` : ""}
|
|
1140
|
-
|
|
1141
|
-
${({ cardsIconOrientation: cardsIconOrientation })=>cardsIconOrientation === "row" && `&{
|
|
1142
|
-
flex-direction: row!important;
|
|
1143
|
-
display: flex!important;
|
|
1144
|
-
}`}
|
|
1111
|
+
const $268b04fbb8b9d00a$export$26e5f1e6892e4706 = (0, $6V7OS$styled)((0, $6V7OS$Radio).Group)`
|
|
1112
|
+
${({ orientation: orientation })=>orientation === "vertical" && `&{
|
|
1113
|
+
flex-direction: column!important;
|
|
1114
|
+
display: flex!important;
|
|
1115
|
+
}`}
|
|
1116
|
+
|
|
1117
|
+
${({ fullWidth: fullWidth })=>fullWidth ? ` .ant-radio-wrapper span.ant-radio+* {
|
|
1118
|
+
width: 100%;}` : ""}
|
|
1119
|
+
|
|
1120
|
+
${({ bordered: bordered, padding: padding })=>bordered ? `
|
|
1121
|
+
.ant-radio-wrapper {
|
|
1122
|
+
border: 1px solid #d9d9d9;
|
|
1123
|
+
border-radius: 10px;
|
|
1124
|
+
padding: ${padding};
|
|
1125
|
+
margin-bottom: 12px;
|
|
1126
|
+
width: 100%;
|
|
1127
|
+
}
|
|
1128
|
+
` : ""}
|
|
1129
|
+
|
|
1130
|
+
${({ cardChecked: cardChecked })=>cardChecked ? `
|
|
1131
|
+
.ant-radio-wrapper-checked {
|
|
1132
|
+
border: 1px solid #531DAB;
|
|
1133
|
+
}
|
|
1134
|
+
|
|
1135
|
+
.ant-radio {
|
|
1136
|
+
position: absolute;
|
|
1137
|
+
left: -9999px;
|
|
1138
|
+
overflow: hidden;
|
|
1139
|
+
}` : ""}
|
|
1140
|
+
|
|
1141
|
+
${({ cardsIconOrientation: cardsIconOrientation })=>cardsIconOrientation === "row" && `&{
|
|
1142
|
+
flex-direction: row!important;
|
|
1143
|
+
display: flex!important;
|
|
1144
|
+
}`}
|
|
1145
1145
|
`;
|
|
1146
1146
|
|
|
1147
1147
|
|
|
@@ -1184,28 +1184,28 @@ $parcel$export($2815b2e028c27488$exports, "MlServicesCard", () => $2815b2e028c27
|
|
|
1184
1184
|
|
|
1185
1185
|
|
|
1186
1186
|
|
|
1187
|
-
const $ce9f1fa3c3226897$export$94fdbc1f5368d5e4 = (0, $6V7OS$styled).div`
|
|
1188
|
-
display: flex;
|
|
1189
|
-
flex-direction: row;
|
|
1190
|
-
justify-content: center;
|
|
1191
|
-
align-items: center;
|
|
1192
|
-
margin: 12px 0;
|
|
1193
|
-
gap: 5px;
|
|
1194
|
-
width: 100%;
|
|
1187
|
+
const $ce9f1fa3c3226897$export$94fdbc1f5368d5e4 = (0, $6V7OS$styled).div`
|
|
1188
|
+
display: flex;
|
|
1189
|
+
flex-direction: row;
|
|
1190
|
+
justify-content: center;
|
|
1191
|
+
align-items: center;
|
|
1192
|
+
margin: 12px 0;
|
|
1193
|
+
gap: 5px;
|
|
1194
|
+
width: 100%;
|
|
1195
1195
|
`;
|
|
1196
|
-
const $ce9f1fa3c3226897$export$1d41361302b577a1 = (0, $6V7OS$styled).div`
|
|
1197
|
-
margin-left: 16px;
|
|
1198
|
-
width: 80%;
|
|
1196
|
+
const $ce9f1fa3c3226897$export$1d41361302b577a1 = (0, $6V7OS$styled).div`
|
|
1197
|
+
margin-left: 16px;
|
|
1198
|
+
width: 80%;
|
|
1199
1199
|
`;
|
|
1200
|
-
const $ce9f1fa3c3226897$export$d0af85c87fdf7967 = (0, $6V7OS$styled).div`
|
|
1201
|
-
display: flex;
|
|
1202
|
-
flex-direction: row;
|
|
1203
|
-
justify-content: center;
|
|
1204
|
-
align-items: center;
|
|
1205
|
-
min-width: 60px;
|
|
1206
|
-
height: 60px;
|
|
1207
|
-
border-radius: 50%;
|
|
1208
|
-
background-color: #6c369c;
|
|
1200
|
+
const $ce9f1fa3c3226897$export$d0af85c87fdf7967 = (0, $6V7OS$styled).div`
|
|
1201
|
+
display: flex;
|
|
1202
|
+
flex-direction: row;
|
|
1203
|
+
justify-content: center;
|
|
1204
|
+
align-items: center;
|
|
1205
|
+
min-width: 60px;
|
|
1206
|
+
height: 60px;
|
|
1207
|
+
border-radius: 50%;
|
|
1208
|
+
background-color: #6c369c;
|
|
1209
1209
|
`;
|
|
1210
1210
|
|
|
1211
1211
|
|
|
@@ -1244,24 +1244,24 @@ $parcel$export($d6243ca874654584$exports, "MlSubscriptionCard", () => $d6243ca87
|
|
|
1244
1244
|
|
|
1245
1245
|
|
|
1246
1246
|
|
|
1247
|
-
const $3503a952076ea9cf$export$da54632dda3abdfa = (0, $6V7OS$styled).div`
|
|
1248
|
-
display: flex;
|
|
1249
|
-
flex-direction: row;
|
|
1250
|
-
justify-content: center;
|
|
1251
|
-
align-items: center;
|
|
1252
|
-
margin: 12px 0;
|
|
1253
|
-
gap: 5px;
|
|
1254
|
-
width: 100%;
|
|
1247
|
+
const $3503a952076ea9cf$export$da54632dda3abdfa = (0, $6V7OS$styled).div`
|
|
1248
|
+
display: flex;
|
|
1249
|
+
flex-direction: row;
|
|
1250
|
+
justify-content: center;
|
|
1251
|
+
align-items: center;
|
|
1252
|
+
margin: 12px 0;
|
|
1253
|
+
gap: 5px;
|
|
1254
|
+
width: 100%;
|
|
1255
1255
|
`;
|
|
1256
|
-
const $3503a952076ea9cf$export$1d41361302b577a1 = (0, $6V7OS$styled).div`
|
|
1257
|
-
margin-left: 16px;
|
|
1258
|
-
width: 80%;
|
|
1256
|
+
const $3503a952076ea9cf$export$1d41361302b577a1 = (0, $6V7OS$styled).div`
|
|
1257
|
+
margin-left: 16px;
|
|
1258
|
+
width: 80%;
|
|
1259
1259
|
`;
|
|
1260
|
-
const $3503a952076ea9cf$export$d0af85c87fdf7967 = (0, $6V7OS$styled).div`
|
|
1261
|
-
display: flex;
|
|
1262
|
-
flex-direction: row;
|
|
1263
|
-
justify-content: end;
|
|
1264
|
-
width: 20%;
|
|
1260
|
+
const $3503a952076ea9cf$export$d0af85c87fdf7967 = (0, $6V7OS$styled).div`
|
|
1261
|
+
display: flex;
|
|
1262
|
+
flex-direction: row;
|
|
1263
|
+
justify-content: end;
|
|
1264
|
+
width: 20%;
|
|
1265
1265
|
`;
|
|
1266
1266
|
|
|
1267
1267
|
|
|
@@ -1306,10 +1306,10 @@ $parcel$export($7afcd046dd7cfc4a$exports, "MlUpload", () => $7afcd046dd7cfc4a$ex
|
|
|
1306
1306
|
|
|
1307
1307
|
|
|
1308
1308
|
|
|
1309
|
-
const $bf08c8949863523f$export$55bdd1af5ac7ed11 = (0, $6V7OS$styled)((0, $6V7OS$Upload))`
|
|
1310
|
-
& .ant-upload.ant-upload-select {
|
|
1311
|
-
${({ $fullWidth: $fullWidth })=>$fullWidth ? "width: 100%" : ""};
|
|
1312
|
-
}
|
|
1309
|
+
const $bf08c8949863523f$export$55bdd1af5ac7ed11 = (0, $6V7OS$styled)((0, $6V7OS$Upload))`
|
|
1310
|
+
& .ant-upload.ant-upload-select {
|
|
1311
|
+
${({ $fullWidth: $fullWidth })=>$fullWidth ? "width: 100%" : ""};
|
|
1312
|
+
}
|
|
1313
1313
|
`;
|
|
1314
1314
|
|
|
1315
1315
|
|
|
@@ -1455,11 +1455,11 @@ $parcel$export($1f6a8350d81778c7$exports, "OrTicketCard", () => $1f6a8350d81778c
|
|
|
1455
1455
|
|
|
1456
1456
|
|
|
1457
1457
|
|
|
1458
|
-
const $028ca1c92928bd68$export$c6617ce56cbb01d7 = (0, $6V7OS$styled).div`
|
|
1459
|
-
display: flex;
|
|
1460
|
-
flex-direction: column;
|
|
1461
|
-
width: 100%;
|
|
1462
|
-
gap: 10px;
|
|
1458
|
+
const $028ca1c92928bd68$export$c6617ce56cbb01d7 = (0, $6V7OS$styled).div`
|
|
1459
|
+
display: flex;
|
|
1460
|
+
flex-direction: column;
|
|
1461
|
+
width: 100%;
|
|
1462
|
+
gap: 10px;
|
|
1463
1463
|
`;
|
|
1464
1464
|
|
|
1465
1465
|
|
|
@@ -1568,30 +1568,30 @@ const $a9b152351b5574ad$export$67824cee260208a2 = {
|
|
|
1568
1568
|
};
|
|
1569
1569
|
|
|
1570
1570
|
|
|
1571
|
-
const $410119c92cd0ea21$export$94fdbc1f5368d5e4 = (0, $6V7OS$styled)((0, $6V7OS$Card))`
|
|
1572
|
-
${({ $margin: $margin })=>$margin === "auto" ? `margin: auto;` : $margin ? `margin: ${$margin}px;` : ""}
|
|
1573
|
-
${({ $width: $width })=>$width ? `width: ${$width};` : ""}
|
|
1574
|
-
${({ $maxWidth: $maxWidth })=>$maxWidth ? `max-width: ${$maxWidth}px; width: 100%;` : ""}
|
|
1575
|
-
${({ $alignSelf: $alignSelf })=>$alignSelf ? `align-self: ${$alignSelf};` : ""}
|
|
1576
|
-
${({ $backgroundColor: $backgroundColor })=>$backgroundColor ? `background-color: ${$backgroundColor};` : ""}
|
|
1577
|
-
${({ $marginBottom: $marginBottom })=>$marginBottom ? `margin-bottom: ${$marginBottom}px;` : ""}
|
|
1578
|
-
${({ $shadow: $shadow })=>$shadow ? `box-shadow: ${$shadow};` : ""}
|
|
1579
|
-
&.ant-card-small >.ant-card-body {
|
|
1580
|
-
${({ $padding: $padding })=>$padding ? `padding: ${$padding}px; !important` : "padding: 0px !important"}
|
|
1581
|
-
}
|
|
1582
|
-
${({ $borderColor: $borderColor })=>$borderColor ? `border-color: ${(0, $a9b152351b5574ad$export$67824cee260208a2)[$borderColor]};` : ""}
|
|
1583
|
-
${({ selected: selected })=>selected ? `
|
|
1584
|
-
border-color: ${(0, $6ff3837921a4ffb9$export$8241b7126941c403)[5]};
|
|
1585
|
-
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);
|
|
1586
|
-
` : ""}
|
|
1587
|
-
|
|
1588
|
-
&:hover * {
|
|
1589
|
-
${({ hoverable: hoverable })=>hoverable ? `color: ${(0, $6ff3837921a4ffb9$export$8241b7126941c403)[5]};` : ""}
|
|
1590
|
-
}
|
|
1591
|
-
|
|
1592
|
-
& * {
|
|
1593
|
-
${({ selected: selected })=>selected ? `color: ${(0, $6ff3837921a4ffb9$export$8241b7126941c403)[5]};` : ""}
|
|
1594
|
-
}
|
|
1571
|
+
const $410119c92cd0ea21$export$94fdbc1f5368d5e4 = (0, $6V7OS$styled)((0, $6V7OS$Card))`
|
|
1572
|
+
${({ $margin: $margin })=>$margin === "auto" ? `margin: auto;` : $margin ? `margin: ${$margin}px;` : ""}
|
|
1573
|
+
${({ $width: $width })=>$width ? `width: ${$width};` : ""}
|
|
1574
|
+
${({ $maxWidth: $maxWidth })=>$maxWidth ? `max-width: ${$maxWidth}px; width: 100%;` : ""}
|
|
1575
|
+
${({ $alignSelf: $alignSelf })=>$alignSelf ? `align-self: ${$alignSelf};` : ""}
|
|
1576
|
+
${({ $backgroundColor: $backgroundColor })=>$backgroundColor ? `background-color: ${$backgroundColor};` : ""}
|
|
1577
|
+
${({ $marginBottom: $marginBottom })=>$marginBottom ? `margin-bottom: ${$marginBottom}px;` : ""}
|
|
1578
|
+
${({ $shadow: $shadow })=>$shadow ? `box-shadow: ${$shadow};` : ""}
|
|
1579
|
+
&.ant-card-small >.ant-card-body {
|
|
1580
|
+
${({ $padding: $padding })=>$padding ? `padding: ${$padding}px; !important` : "padding: 0px !important"}
|
|
1581
|
+
}
|
|
1582
|
+
${({ $borderColor: $borderColor })=>$borderColor ? `border-color: ${(0, $a9b152351b5574ad$export$67824cee260208a2)[$borderColor]};` : ""}
|
|
1583
|
+
${({ selected: selected })=>selected ? `
|
|
1584
|
+
border-color: ${(0, $6ff3837921a4ffb9$export$8241b7126941c403)[5]};
|
|
1585
|
+
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);
|
|
1586
|
+
` : ""}
|
|
1587
|
+
|
|
1588
|
+
&:hover * {
|
|
1589
|
+
${({ hoverable: hoverable })=>hoverable ? `color: ${(0, $6ff3837921a4ffb9$export$8241b7126941c403)[5]};` : ""}
|
|
1590
|
+
}
|
|
1591
|
+
|
|
1592
|
+
& * {
|
|
1593
|
+
${({ selected: selected })=>selected ? `color: ${(0, $6ff3837921a4ffb9$export$8241b7126941c403)[5]};` : ""}
|
|
1594
|
+
}
|
|
1595
1595
|
`;
|
|
1596
1596
|
|
|
1597
1597
|
|
|
@@ -1662,10 +1662,10 @@ const $1f6a8350d81778c7$export$6793541348da9cc7 = ({ type: type = "static", ...p
|
|
|
1662
1662
|
|
|
1663
1663
|
|
|
1664
1664
|
|
|
1665
|
-
const $8adebe6ea777cfd5$export$57fdb21506446382 = (0, $6V7OS$styled).div`
|
|
1666
|
-
display: grid;
|
|
1667
|
-
grid-template-columns: repeat(3, 1fr);
|
|
1668
|
-
gap: 16px;
|
|
1665
|
+
const $8adebe6ea777cfd5$export$57fdb21506446382 = (0, $6V7OS$styled).div`
|
|
1666
|
+
display: grid;
|
|
1667
|
+
grid-template-columns: repeat(3, 1fr);
|
|
1668
|
+
gap: 16px;
|
|
1669
1669
|
`;
|
|
1670
1670
|
|
|
1671
1671
|
|
|
@@ -1715,20 +1715,20 @@ $parcel$export($2ce1580eac80a3e8$exports, "OrRow", () => $2ce1580eac80a3e8$expor
|
|
|
1715
1715
|
|
|
1716
1716
|
|
|
1717
1717
|
|
|
1718
|
-
const $c240cc261b428180$export$81761b52b04ea573 = (0, $6V7OS$styled)((0, $6V7OS$Row))`
|
|
1719
|
-
flex: 1;
|
|
1720
|
-
${({ $backgroundColor: $backgroundColor })=>$backgroundColor ? `background-color: ${$backgroundColor}` : ""};
|
|
1721
|
-
${({ $backgroundSrc: $backgroundSrc })=>$backgroundSrc ? `background-image: url(${$backgroundSrc})` : ""};
|
|
1722
|
-
object-fit: cover;
|
|
1723
|
-
${({ $paddingTop: $paddingTop })=>$paddingTop ? `padding-top: ${$paddingTop}px` : ""};
|
|
1724
|
-
${({ $paddingBottom: $paddingBottom })=>$paddingBottom ? `padding-bottom: ${$paddingBottom}px` : ""};
|
|
1725
|
-
${({ $paddingRight: $paddingRight })=>$paddingRight ? `padding-right: ${$paddingRight}px` : ""};
|
|
1726
|
-
${({ $paddingLeft: $paddingLeft })=>$paddingLeft ? `padding-left: ${$paddingLeft}px` : ""};
|
|
1727
|
-
${({ $paddingVertical: $paddingVertical })=>$paddingVertical ? `padding-top: ${$paddingVertical}px; padding-bottom: ${$paddingVertical}px` : ""};
|
|
1728
|
-
${({ $paddingHorizontal: $paddingHorizontal })=>$paddingHorizontal ? `padding-left: ${$paddingHorizontal}px; padding-right: ${$paddingHorizontal}px` : ""};
|
|
1729
|
-
${({ $gap: $gap })=>$gap ? `gap: ${$gap}px` : ""}
|
|
1730
|
-
${({ $gapVertical: $gapVertical })=>$gapVertical ? `row-gap: ${$gapVertical}px` : ""};
|
|
1731
|
-
${({ $gapHorizontal: $gapHorizontal })=>$gapHorizontal ? `column-gap: ${$gapHorizontal}px` : ""};
|
|
1718
|
+
const $c240cc261b428180$export$81761b52b04ea573 = (0, $6V7OS$styled)((0, $6V7OS$Row))`
|
|
1719
|
+
flex: 1;
|
|
1720
|
+
${({ $backgroundColor: $backgroundColor })=>$backgroundColor ? `background-color: ${$backgroundColor}` : ""};
|
|
1721
|
+
${({ $backgroundSrc: $backgroundSrc })=>$backgroundSrc ? `background-image: url(${$backgroundSrc})` : ""};
|
|
1722
|
+
object-fit: cover;
|
|
1723
|
+
${({ $paddingTop: $paddingTop })=>$paddingTop ? `padding-top: ${$paddingTop}px` : ""};
|
|
1724
|
+
${({ $paddingBottom: $paddingBottom })=>$paddingBottom ? `padding-bottom: ${$paddingBottom}px` : ""};
|
|
1725
|
+
${({ $paddingRight: $paddingRight })=>$paddingRight ? `padding-right: ${$paddingRight}px` : ""};
|
|
1726
|
+
${({ $paddingLeft: $paddingLeft })=>$paddingLeft ? `padding-left: ${$paddingLeft}px` : ""};
|
|
1727
|
+
${({ $paddingVertical: $paddingVertical })=>$paddingVertical ? `padding-top: ${$paddingVertical}px; padding-bottom: ${$paddingVertical}px` : ""};
|
|
1728
|
+
${({ $paddingHorizontal: $paddingHorizontal })=>$paddingHorizontal ? `padding-left: ${$paddingHorizontal}px; padding-right: ${$paddingHorizontal}px` : ""};
|
|
1729
|
+
${({ $gap: $gap })=>$gap ? `gap: ${$gap}px` : ""}
|
|
1730
|
+
${({ $gapVertical: $gapVertical })=>$gapVertical ? `row-gap: ${$gapVertical}px` : ""};
|
|
1731
|
+
${({ $gapHorizontal: $gapHorizontal })=>$gapHorizontal ? `column-gap: ${$gapHorizontal}px` : ""};
|
|
1732
1732
|
`;
|
|
1733
1733
|
|
|
1734
1734
|
|
|
@@ -1819,34 +1819,34 @@ $parcel$export($66a16c481a912262$exports, "OrCol", () => $66a16c481a912262$expor
|
|
|
1819
1819
|
|
|
1820
1820
|
|
|
1821
1821
|
|
|
1822
|
-
const $4c3f1f5062433114$export$872d702253838a08 = (0, $6V7OS$styled)((0, $6V7OS$Col))`
|
|
1823
|
-
background-size: cover;
|
|
1824
|
-
background-repeat: no-repeat;
|
|
1825
|
-
${({ $position: $position })=>$position ? `position: ${$position}` : ""};
|
|
1826
|
-
${({ $gap: $gap })=>$gap ? `gap: ${$gap}px` : ""};
|
|
1827
|
-
${({ $gapVertical: $gapVertical })=>$gapVertical ? `row-gap: ${$gapVertical}px` : ""};
|
|
1828
|
-
${({ $gapHorizontal: $gapHorizontal })=>$gapHorizontal ? `column-gap: ${$gapHorizontal}px` : ""};
|
|
1829
|
-
${({ xs: xs })=>xs?.hidden === true || xs === 0 ? "" : "display: flex;"}
|
|
1830
|
-
${({ $flexDirection: $flexDirection })=>$flexDirection ? `flex-direction: ${$flexDirection}` : ""};
|
|
1831
|
-
${({ $backgroundSrc: $backgroundSrc })=>$backgroundSrc ? `background-image: url(${$backgroundSrc})` : ""};
|
|
1832
|
-
${({ $justify: $justify })=>$justify ? `justify-content: ${$justify}` : ""};
|
|
1833
|
-
${({ $alignItems: $alignItems })=>$alignItems ? ` align-items: ${$alignItems}` : ""};
|
|
1834
|
-
${({ xs: xs, $paddingTop: $paddingTop })=>xs?.$paddingTop || $paddingTop !== undefined ? `padding-top: ${xs?.$paddingTop ?? $paddingTop}px` : ""};
|
|
1835
|
-
${({ xs: xs, $paddingBottom: $paddingBottom })=>xs?.$paddingBottom || $paddingBottom !== undefined ? `padding-bottom: ${xs?.$paddingBottom ?? $paddingBottom}px` : ""};
|
|
1836
|
-
${({ xs: xs, $paddingRight: $paddingRight })=>xs?.$paddingRight || $paddingRight !== undefined ? `padding-right: ${xs?.$paddingRight ?? $paddingRight}px` : ""};
|
|
1837
|
-
${({ xs: xs, $paddingLeft: $paddingLeft })=>xs?.$paddingLeft || $paddingLeft !== undefined ? `padding-left: ${xs?.$paddingLeft ?? $paddingLeft}px` : ""};
|
|
1838
|
-
${({ xs: xs, $paddingVertical: $paddingVertical })=>xs?.$paddingVertical || $paddingVertical !== undefined ? `padding-top: ${xs?.$paddingVertical ?? $paddingVertical}px; padding-bottom: ${xs?.$paddingVertical ?? $paddingVertical}px` : ""};
|
|
1839
|
-
${({ xs: xs, $paddingHorizontal: $paddingHorizontal })=>xs?.$paddingHorizontal ? `padding-left: ${xs?.$paddingHorizontal ?? $paddingHorizontal}px; padding-right: ${xs?.$paddingHorizontal ?? $paddingHorizontal}px` : ""};
|
|
1840
|
-
|
|
1841
|
-
@media (min-width: 768px) {
|
|
1842
|
-
${({ md: md })=>md?.hidden === true || md === 0 ? "" : "display: flex;"}
|
|
1843
|
-
${({ md: md, $paddingTop: $paddingTop })=>md?.$paddingTop || $paddingTop !== undefined ? `padding-top: ${md?.$paddingTop ?? $paddingTop}px` : ""};
|
|
1844
|
-
${({ md: md, $paddingBottom: $paddingBottom })=>md?.$paddingBottom || $paddingBottom !== undefined ? `padding-bottom: ${md?.$paddingBottom ?? $paddingBottom}px` : ""};
|
|
1845
|
-
${({ md: md, $paddingRight: $paddingRight })=>md?.$paddingRight || $paddingRight !== undefined ? `padding-right: ${md?.$paddingRight ?? $paddingRight}px` : ""};
|
|
1846
|
-
${({ md: md, $paddingLeft: $paddingLeft })=>md?.$paddingLeft || $paddingLeft !== undefined ? `padding-left: ${md?.$paddingLeft ?? $paddingLeft}px` : ""};
|
|
1847
|
-
${({ md: md, $paddingVertical: $paddingVertical })=>md?.$paddingVertical || $paddingVertical !== undefined ? `padding-top: ${md?.$paddingVertical ?? $paddingVertical}px; padding-bottom: ${md?.$paddingVertical ?? $paddingVertical}px` : ""};
|
|
1848
|
-
${({ md: md, $paddingHorizontal: $paddingHorizontal })=>md?.$paddingHorizontal ? `padding-left: ${md?.$paddingHorizontal ?? $paddingHorizontal}px; padding-right: ${md?.$paddingHorizontal ?? $paddingHorizontal}px` : ""};
|
|
1849
|
-
}
|
|
1822
|
+
const $4c3f1f5062433114$export$872d702253838a08 = (0, $6V7OS$styled)((0, $6V7OS$Col))`
|
|
1823
|
+
background-size: cover;
|
|
1824
|
+
background-repeat: no-repeat;
|
|
1825
|
+
${({ $position: $position })=>$position ? `position: ${$position}` : ""};
|
|
1826
|
+
${({ $gap: $gap })=>$gap ? `gap: ${$gap}px` : ""};
|
|
1827
|
+
${({ $gapVertical: $gapVertical })=>$gapVertical ? `row-gap: ${$gapVertical}px` : ""};
|
|
1828
|
+
${({ $gapHorizontal: $gapHorizontal })=>$gapHorizontal ? `column-gap: ${$gapHorizontal}px` : ""};
|
|
1829
|
+
${({ xs: xs })=>xs?.hidden === true || xs === 0 ? "" : "display: flex;"}
|
|
1830
|
+
${({ $flexDirection: $flexDirection })=>$flexDirection ? `flex-direction: ${$flexDirection}` : ""};
|
|
1831
|
+
${({ $backgroundSrc: $backgroundSrc })=>$backgroundSrc ? `background-image: url(${$backgroundSrc})` : ""};
|
|
1832
|
+
${({ $justify: $justify })=>$justify ? `justify-content: ${$justify}` : ""};
|
|
1833
|
+
${({ $alignItems: $alignItems })=>$alignItems ? ` align-items: ${$alignItems}` : ""};
|
|
1834
|
+
${({ xs: xs, $paddingTop: $paddingTop })=>xs?.$paddingTop || $paddingTop !== undefined ? `padding-top: ${xs?.$paddingTop ?? $paddingTop}px` : ""};
|
|
1835
|
+
${({ xs: xs, $paddingBottom: $paddingBottom })=>xs?.$paddingBottom || $paddingBottom !== undefined ? `padding-bottom: ${xs?.$paddingBottom ?? $paddingBottom}px` : ""};
|
|
1836
|
+
${({ xs: xs, $paddingRight: $paddingRight })=>xs?.$paddingRight || $paddingRight !== undefined ? `padding-right: ${xs?.$paddingRight ?? $paddingRight}px` : ""};
|
|
1837
|
+
${({ xs: xs, $paddingLeft: $paddingLeft })=>xs?.$paddingLeft || $paddingLeft !== undefined ? `padding-left: ${xs?.$paddingLeft ?? $paddingLeft}px` : ""};
|
|
1838
|
+
${({ xs: xs, $paddingVertical: $paddingVertical })=>xs?.$paddingVertical || $paddingVertical !== undefined ? `padding-top: ${xs?.$paddingVertical ?? $paddingVertical}px; padding-bottom: ${xs?.$paddingVertical ?? $paddingVertical}px` : ""};
|
|
1839
|
+
${({ xs: xs, $paddingHorizontal: $paddingHorizontal })=>xs?.$paddingHorizontal ? `padding-left: ${xs?.$paddingHorizontal ?? $paddingHorizontal}px; padding-right: ${xs?.$paddingHorizontal ?? $paddingHorizontal}px` : ""};
|
|
1840
|
+
|
|
1841
|
+
@media (min-width: 768px) {
|
|
1842
|
+
${({ md: md })=>md?.hidden === true || md === 0 ? "" : "display: flex;"}
|
|
1843
|
+
${({ md: md, $paddingTop: $paddingTop })=>md?.$paddingTop || $paddingTop !== undefined ? `padding-top: ${md?.$paddingTop ?? $paddingTop}px` : ""};
|
|
1844
|
+
${({ md: md, $paddingBottom: $paddingBottom })=>md?.$paddingBottom || $paddingBottom !== undefined ? `padding-bottom: ${md?.$paddingBottom ?? $paddingBottom}px` : ""};
|
|
1845
|
+
${({ md: md, $paddingRight: $paddingRight })=>md?.$paddingRight || $paddingRight !== undefined ? `padding-right: ${md?.$paddingRight ?? $paddingRight}px` : ""};
|
|
1846
|
+
${({ md: md, $paddingLeft: $paddingLeft })=>md?.$paddingLeft || $paddingLeft !== undefined ? `padding-left: ${md?.$paddingLeft ?? $paddingLeft}px` : ""};
|
|
1847
|
+
${({ md: md, $paddingVertical: $paddingVertical })=>md?.$paddingVertical || $paddingVertical !== undefined ? `padding-top: ${md?.$paddingVertical ?? $paddingVertical}px; padding-bottom: ${md?.$paddingVertical ?? $paddingVertical}px` : ""};
|
|
1848
|
+
${({ md: md, $paddingHorizontal: $paddingHorizontal })=>md?.$paddingHorizontal ? `padding-left: ${md?.$paddingHorizontal ?? $paddingHorizontal}px; padding-right: ${md?.$paddingHorizontal ?? $paddingHorizontal}px` : ""};
|
|
1849
|
+
}
|
|
1850
1850
|
`;
|
|
1851
1851
|
|
|
1852
1852
|
|
|
@@ -2281,14 +2281,14 @@ $parcel$export($d748d660f5fb4a7e$exports, "OrContent", () => $d748d660f5fb4a7e$e
|
|
|
2281
2281
|
|
|
2282
2282
|
|
|
2283
2283
|
|
|
2284
|
-
const $af159877813091c3$export$204f681c496365e3 = (0, $6V7OS$styled)((0, $6V7OS$Layout))`
|
|
2285
|
-
${({ $main: $main })=>$main ? `padding: 16px 20px;` : ""}
|
|
2286
|
-
${({ $backgroundSrc: $backgroundSrc })=>$backgroundSrc ? `
|
|
2287
|
-
background: url(${$backgroundSrc}) no-repeat;
|
|
2288
|
-
background-size: 100% 400px;
|
|
2289
|
-
background-position: top;
|
|
2290
|
-
` : ""}
|
|
2291
|
-
overflow: auto;
|
|
2284
|
+
const $af159877813091c3$export$204f681c496365e3 = (0, $6V7OS$styled)((0, $6V7OS$Layout))`
|
|
2285
|
+
${({ $main: $main })=>$main ? `padding: 16px 20px;` : ""}
|
|
2286
|
+
${({ $backgroundSrc: $backgroundSrc })=>$backgroundSrc ? `
|
|
2287
|
+
background: url(${$backgroundSrc}) no-repeat;
|
|
2288
|
+
background-size: 100% 400px;
|
|
2289
|
+
background-position: top;
|
|
2290
|
+
` : ""}
|
|
2291
|
+
overflow: auto;
|
|
2292
2292
|
`;
|
|
2293
2293
|
|
|
2294
2294
|
|
|
@@ -2311,15 +2311,15 @@ $parcel$export($f795f84705e995f9$exports, "AtText", () => $f795f84705e995f9$expo
|
|
|
2311
2311
|
|
|
2312
2312
|
|
|
2313
2313
|
|
|
2314
|
-
const $e7e07a3f4bd3deab$export$31ea92f3997410dd = (0, $6V7OS$styled)((0, $6V7OS$Typography).Text)`
|
|
2315
|
-
${({ color: color })=>color ? `color: ${(0, $a9b152351b5574ad$export$67824cee260208a2)[color]};` : ""}
|
|
2316
|
-
${({ $width: $width })=>$width ? `width: ${typeof $width === "number" ? `${$width}px;` : `${$width};`}` : ""}
|
|
2317
|
-
${({ $maxWidth: $maxWidth })=>$maxWidth ? `max-width: ${typeof $maxWidth === "number" ? `${$maxWidth}px!important;` : `${$maxWidth}!important;`}` : ""}
|
|
2318
|
-
${({ $fontSize: $fontSize })=>$fontSize ? `font-size: ${$fontSize}px;` : ""}
|
|
2319
|
-
${({ $textAlign: $textAlign })=>$textAlign ? `text-align: ${$textAlign};` : ""}
|
|
2320
|
-
${({ $opacity: $opacity })=>$opacity ? `opacity: ${$opacity};` : ""}
|
|
2321
|
-
${({ $lineHeight: $lineHeight })=>$lineHeight ? `line-height: ${$lineHeight};` : ""}
|
|
2322
|
-
${({ strong: strong })=>strong ? `font-weight: bold` : ""}
|
|
2314
|
+
const $e7e07a3f4bd3deab$export$31ea92f3997410dd = (0, $6V7OS$styled)((0, $6V7OS$Typography).Text)`
|
|
2315
|
+
${({ color: color })=>color ? `color: ${(0, $a9b152351b5574ad$export$67824cee260208a2)[color]};` : ""}
|
|
2316
|
+
${({ $width: $width })=>$width ? `width: ${typeof $width === "number" ? `${$width}px;` : `${$width};`}` : ""}
|
|
2317
|
+
${({ $maxWidth: $maxWidth })=>$maxWidth ? `max-width: ${typeof $maxWidth === "number" ? `${$maxWidth}px!important;` : `${$maxWidth}!important;`}` : ""}
|
|
2318
|
+
${({ $fontSize: $fontSize })=>$fontSize ? `font-size: ${$fontSize}px;` : ""}
|
|
2319
|
+
${({ $textAlign: $textAlign })=>$textAlign ? `text-align: ${$textAlign};` : ""}
|
|
2320
|
+
${({ $opacity: $opacity })=>$opacity ? `opacity: ${$opacity};` : ""}
|
|
2321
|
+
${({ $lineHeight: $lineHeight })=>$lineHeight ? `line-height: ${$lineHeight};` : ""}
|
|
2322
|
+
${({ strong: strong })=>strong ? `font-weight: bold` : ""}
|
|
2323
2323
|
`;
|
|
2324
2324
|
|
|
2325
2325
|
|
|
@@ -2480,17 +2480,17 @@ $parcel$export($2d384a222b6e6444$exports, "OrLayout", () => $2d384a222b6e6444$ex
|
|
|
2480
2480
|
|
|
2481
2481
|
|
|
2482
2482
|
|
|
2483
|
-
const $227ad8d15a413f76$export$1dd6b49c38c99076 = (0, $6V7OS$styled)((0, $6V7OS$Layout))`
|
|
2484
|
-
${({ $fullHeight: $fullHeight })=>$fullHeight ? `min-height: 100vh;` : ""}
|
|
2485
|
-
|
|
2486
|
-
&
|
|
2487
|
-
.ant-layout-sider-children
|
|
2488
|
-
.ant-menu.ant-menu-inline-collapsed
|
|
2489
|
-
.ant-menu-submenu-selected
|
|
2490
|
-
> .ant-menu-submenu-title {
|
|
2491
|
-
color: ${(0, $6ff3837921a4ffb9$export$3e2c219d3ab79d01)[0]};
|
|
2492
|
-
background-color: ${(0, $6ff3837921a4ffb9$export$8241b7126941c403)[5]};
|
|
2493
|
-
}
|
|
2483
|
+
const $227ad8d15a413f76$export$1dd6b49c38c99076 = (0, $6V7OS$styled)((0, $6V7OS$Layout))`
|
|
2484
|
+
${({ $fullHeight: $fullHeight })=>$fullHeight ? `min-height: 100vh;` : ""}
|
|
2485
|
+
|
|
2486
|
+
&
|
|
2487
|
+
.ant-layout-sider-children
|
|
2488
|
+
.ant-menu.ant-menu-inline-collapsed
|
|
2489
|
+
.ant-menu-submenu-selected
|
|
2490
|
+
> .ant-menu-submenu-title {
|
|
2491
|
+
color: ${(0, $6ff3837921a4ffb9$export$3e2c219d3ab79d01)[0]};
|
|
2492
|
+
background-color: ${(0, $6ff3837921a4ffb9$export$8241b7126941c403)[5]};
|
|
2493
|
+
}
|
|
2494
2494
|
`;
|
|
2495
2495
|
|
|
2496
2496
|
|
|
@@ -2508,9 +2508,9 @@ $parcel$export($17ac14c01abd4644$exports, "OrSider", () => $17ac14c01abd4644$exp
|
|
|
2508
2508
|
|
|
2509
2509
|
|
|
2510
2510
|
|
|
2511
|
-
const $39172e012372eacc$export$812125425842c22d = (0, $6V7OS$styled)((0, $6V7OS$Layout).Sider)`
|
|
2512
|
-
${({ $boxShadow: $boxShadow })=>$boxShadow ? `box-shadow: ${$boxShadow};` : ""}
|
|
2513
|
-
background-color: ${(0, $6ff3837921a4ffb9$export$3e2c219d3ab79d01)[0]} !important;
|
|
2511
|
+
const $39172e012372eacc$export$812125425842c22d = (0, $6V7OS$styled)((0, $6V7OS$Layout).Sider)`
|
|
2512
|
+
${({ $boxShadow: $boxShadow })=>$boxShadow ? `box-shadow: ${$boxShadow};` : ""}
|
|
2513
|
+
background-color: ${(0, $6ff3837921a4ffb9$export$3e2c219d3ab79d01)[0]} !important;
|
|
2514
2514
|
`;
|
|
2515
2515
|
|
|
2516
2516
|
|
|
@@ -2526,62 +2526,62 @@ const $17ac14c01abd4644$export$1f970c9d089f354d = ({ $boxShadow: $boxShadow = "0
|
|
|
2526
2526
|
|
|
2527
2527
|
|
|
2528
2528
|
|
|
2529
|
-
const $da9c2d9ce2df9136$export$5bd150e144617973 = (0, $6V7OS$styled)((0, $6V7OS$Button))`
|
|
2530
|
-
font-size: 16px;
|
|
2531
|
-
width: 20px !important;
|
|
2532
|
-
position: absolute;
|
|
2533
|
-
height: 66px !important;
|
|
2534
|
-
right: -19px;
|
|
2535
|
-
top: 0;
|
|
2536
|
-
bottom: 0;
|
|
2537
|
-
margin: auto 0;
|
|
2538
|
-
background-color: ${(0, $6ff3837921a4ffb9$export$3e2c219d3ab79d01)[0]};
|
|
2539
|
-
border-radius: 0;
|
|
2540
|
-
|
|
2541
|
-
& svg {
|
|
2542
|
-
font-size: 10px;
|
|
2543
|
-
}
|
|
2544
|
-
|
|
2545
|
-
&:hover {
|
|
2546
|
-
background-color: ${(0, $6ff3837921a4ffb9$export$3e2c219d3ab79d01)[0]} !important;
|
|
2547
|
-
}
|
|
2548
|
-
|
|
2549
|
-
&:after,
|
|
2550
|
-
&:before {
|
|
2551
|
-
content: '';
|
|
2552
|
-
position: absolute;
|
|
2553
|
-
height: 0;
|
|
2554
|
-
width: 0;
|
|
2555
|
-
border-style: solid;
|
|
2556
|
-
}
|
|
2557
|
-
&:before {
|
|
2558
|
-
top: -1px;
|
|
2559
|
-
left: -2px;
|
|
2560
|
-
border-color: transparent ${(0, $6ff3837921a4ffb9$export$3e2c219d3ab79d01)[2]};
|
|
2561
|
-
border-width: 0px 33px 10px 0;
|
|
2562
|
-
}
|
|
2563
|
-
&:after {
|
|
2564
|
-
bottom: -1px;
|
|
2565
|
-
left: -2px;
|
|
2566
|
-
border-color: ${(0, $6ff3837921a4ffb9$export$3e2c219d3ab79d01)[2]} transparent;
|
|
2567
|
-
border-width: 0px 0px 10px 33px;
|
|
2568
|
-
}
|
|
2529
|
+
const $da9c2d9ce2df9136$export$5bd150e144617973 = (0, $6V7OS$styled)((0, $6V7OS$Button))`
|
|
2530
|
+
font-size: 16px;
|
|
2531
|
+
width: 20px !important;
|
|
2532
|
+
position: absolute;
|
|
2533
|
+
height: 66px !important;
|
|
2534
|
+
right: -19px;
|
|
2535
|
+
top: 0;
|
|
2536
|
+
bottom: 0;
|
|
2537
|
+
margin: auto 0;
|
|
2538
|
+
background-color: ${(0, $6ff3837921a4ffb9$export$3e2c219d3ab79d01)[0]};
|
|
2539
|
+
border-radius: 0;
|
|
2540
|
+
|
|
2541
|
+
& svg {
|
|
2542
|
+
font-size: 10px;
|
|
2543
|
+
}
|
|
2544
|
+
|
|
2545
|
+
&:hover {
|
|
2546
|
+
background-color: ${(0, $6ff3837921a4ffb9$export$3e2c219d3ab79d01)[0]} !important;
|
|
2547
|
+
}
|
|
2548
|
+
|
|
2549
|
+
&:after,
|
|
2550
|
+
&:before {
|
|
2551
|
+
content: '';
|
|
2552
|
+
position: absolute;
|
|
2553
|
+
height: 0;
|
|
2554
|
+
width: 0;
|
|
2555
|
+
border-style: solid;
|
|
2556
|
+
}
|
|
2557
|
+
&:before {
|
|
2558
|
+
top: -1px;
|
|
2559
|
+
left: -2px;
|
|
2560
|
+
border-color: transparent ${(0, $6ff3837921a4ffb9$export$3e2c219d3ab79d01)[2]};
|
|
2561
|
+
border-width: 0px 33px 10px 0;
|
|
2562
|
+
}
|
|
2563
|
+
&:after {
|
|
2564
|
+
bottom: -1px;
|
|
2565
|
+
left: -2px;
|
|
2566
|
+
border-color: ${(0, $6ff3837921a4ffb9$export$3e2c219d3ab79d01)[2]} transparent;
|
|
2567
|
+
border-width: 0px 0px 10px 33px;
|
|
2568
|
+
}
|
|
2569
2569
|
`;
|
|
2570
|
-
const $da9c2d9ce2df9136$export$d43ffeaaec0b2a58 = (0, $6V7OS$styled).div`
|
|
2571
|
-
height: 64px;
|
|
2572
|
-
display: flex;
|
|
2573
|
-
align-items: center;
|
|
2574
|
-
justify-content: center;
|
|
2575
|
-
background-color: ${(0, $6ff3837921a4ffb9$export$8241b7126941c403)[8]};
|
|
2576
|
-
margin-bottom: 12px;
|
|
2570
|
+
const $da9c2d9ce2df9136$export$d43ffeaaec0b2a58 = (0, $6V7OS$styled).div`
|
|
2571
|
+
height: 64px;
|
|
2572
|
+
display: flex;
|
|
2573
|
+
align-items: center;
|
|
2574
|
+
justify-content: center;
|
|
2575
|
+
background-color: ${(0, $6ff3837921a4ffb9$export$8241b7126941c403)[8]};
|
|
2576
|
+
margin-bottom: 12px;
|
|
2577
2577
|
`;
|
|
2578
|
-
const $da9c2d9ce2df9136$export$14a96695384856ce = (0, $6V7OS$styled).div`
|
|
2579
|
-
display: flex;
|
|
2580
|
-
flex-direction: column;
|
|
2581
|
-
justify-content: space-between;
|
|
2582
|
-
height: calc(100% - 76px);
|
|
2583
|
-
overflow-y: auto;
|
|
2584
|
-
max-height: 100vh;
|
|
2578
|
+
const $da9c2d9ce2df9136$export$14a96695384856ce = (0, $6V7OS$styled).div`
|
|
2579
|
+
display: flex;
|
|
2580
|
+
flex-direction: column;
|
|
2581
|
+
justify-content: space-between;
|
|
2582
|
+
height: calc(100% - 76px);
|
|
2583
|
+
overflow-y: auto;
|
|
2584
|
+
max-height: 100vh;
|
|
2585
2585
|
`;
|
|
2586
2586
|
|
|
2587
2587
|
|
|
@@ -2594,26 +2594,26 @@ $parcel$export($d87aa88e347b6b46$exports, "OrMenu", () => $d87aa88e347b6b46$expo
|
|
|
2594
2594
|
|
|
2595
2595
|
|
|
2596
2596
|
|
|
2597
|
-
const $e67ce4427d08e2b7$export$bf929dcf24462b67 = (0, $6V7OS$styled).div`
|
|
2598
|
-
& .ant-menu-submenu-selected > .ant-menu-submenu-title {
|
|
2599
|
-
color: ${(0, $6ff3837921a4ffb9$export$8241b7126941c403)[5]};
|
|
2600
|
-
}
|
|
2601
|
-
|
|
2602
|
-
& .ant-menu-item {
|
|
2603
|
-
color: ${(0, $6ff3837921a4ffb9$export$3e2c219d3ab79d01)[12]};
|
|
2604
|
-
|
|
2605
|
-
& path {
|
|
2606
|
-
fill: ${(0, $6ff3837921a4ffb9$export$3e2c219d3ab79d01)[12]};
|
|
2607
|
-
}
|
|
2608
|
-
|
|
2609
|
-
&.ant-menu-item-selected {
|
|
2610
|
-
color: ${(0, $6ff3837921a4ffb9$export$3e2c219d3ab79d01)[0]};
|
|
2611
|
-
}
|
|
2612
|
-
}
|
|
2613
|
-
|
|
2614
|
-
& .ant-menu-item-selected path {
|
|
2615
|
-
fill: ${(0, $6ff3837921a4ffb9$export$3e2c219d3ab79d01)[0]};
|
|
2616
|
-
}
|
|
2597
|
+
const $e67ce4427d08e2b7$export$bf929dcf24462b67 = (0, $6V7OS$styled).div`
|
|
2598
|
+
& .ant-menu-submenu-selected > .ant-menu-submenu-title {
|
|
2599
|
+
color: ${(0, $6ff3837921a4ffb9$export$8241b7126941c403)[5]};
|
|
2600
|
+
}
|
|
2601
|
+
|
|
2602
|
+
& .ant-menu-item {
|
|
2603
|
+
color: ${(0, $6ff3837921a4ffb9$export$3e2c219d3ab79d01)[12]};
|
|
2604
|
+
|
|
2605
|
+
& path {
|
|
2606
|
+
fill: ${(0, $6ff3837921a4ffb9$export$3e2c219d3ab79d01)[12]};
|
|
2607
|
+
}
|
|
2608
|
+
|
|
2609
|
+
&.ant-menu-item-selected {
|
|
2610
|
+
color: ${(0, $6ff3837921a4ffb9$export$3e2c219d3ab79d01)[0]};
|
|
2611
|
+
}
|
|
2612
|
+
}
|
|
2613
|
+
|
|
2614
|
+
& .ant-menu-item-selected path {
|
|
2615
|
+
fill: ${(0, $6ff3837921a4ffb9$export$3e2c219d3ab79d01)[0]};
|
|
2616
|
+
}
|
|
2617
2617
|
`;
|
|
2618
2618
|
|
|
2619
2619
|
|
|
@@ -2688,20 +2688,20 @@ $parcel$export($f42f27d6c04a609b$exports, "OrHeader", () => $f42f27d6c04a609b$ex
|
|
|
2688
2688
|
|
|
2689
2689
|
|
|
2690
2690
|
|
|
2691
|
-
const $f2573657abec6b2d$export$579a1e9bab103f15 = (0, $6V7OS$styled)((0, $6V7OS$Layout).Header)`
|
|
2692
|
-
display: flex;
|
|
2693
|
-
justify-content: flex-end;
|
|
2694
|
-
align-items: center;
|
|
2695
|
-
${({ $backgroundColor: $backgroundColor })=>$backgroundColor ? `background-color: ${$backgroundColor};` : ""}
|
|
2696
|
-
|
|
2697
|
-
@media (max-width: 805px) {
|
|
2698
|
-
${({ hideHeaderMobile: hideHeaderMobile })=>hideHeaderMobile ? "display: none;" : ""}
|
|
2699
|
-
}
|
|
2691
|
+
const $f2573657abec6b2d$export$579a1e9bab103f15 = (0, $6V7OS$styled)((0, $6V7OS$Layout).Header)`
|
|
2692
|
+
display: flex;
|
|
2693
|
+
justify-content: flex-end;
|
|
2694
|
+
align-items: center;
|
|
2695
|
+
${({ $backgroundColor: $backgroundColor })=>$backgroundColor ? `background-color: ${$backgroundColor};` : ""}
|
|
2696
|
+
|
|
2697
|
+
@media (max-width: 805px) {
|
|
2698
|
+
${({ hideHeaderMobile: hideHeaderMobile })=>hideHeaderMobile ? "display: none;" : ""}
|
|
2699
|
+
}
|
|
2700
2700
|
`;
|
|
2701
|
-
const $f2573657abec6b2d$export$6027454d331df3c4 = (0, $6V7OS$styled).div`
|
|
2702
|
-
display: flex;
|
|
2703
|
-
align-items: center;
|
|
2704
|
-
cursor: pointer;
|
|
2701
|
+
const $f2573657abec6b2d$export$6027454d331df3c4 = (0, $6V7OS$styled).div`
|
|
2702
|
+
display: flex;
|
|
2703
|
+
align-items: center;
|
|
2704
|
+
cursor: pointer;
|
|
2705
2705
|
`;
|
|
2706
2706
|
|
|
2707
2707
|
|
|
@@ -2837,26 +2837,26 @@ $parcel$export($8214be000b4394bc$exports, "OrDescriptions", () => $8214be000b439
|
|
|
2837
2837
|
|
|
2838
2838
|
const $4b862f9a5a62595c$export$40e59be761287459 = (0, $6V7OS$styledcomponents)((props)=>/*#__PURE__*/ (0, $6V7OS$jsx)((0, $6V7OS$Descriptions), {
|
|
2839
2839
|
...props
|
|
2840
|
-
}))`
|
|
2841
|
-
& {
|
|
2842
|
-
background: white;
|
|
2843
|
-
border: 1px solid rgba(5, 5, 5, 0.06);
|
|
2844
|
-
border-radius: 6px;
|
|
2845
|
-
padding: 24px 0;
|
|
2846
|
-
|
|
2847
|
-
.ant-descriptions-header {
|
|
2848
|
-
padding: 0 24px;
|
|
2849
|
-
padding-bottom: 24px;
|
|
2850
|
-
border-bottom: 1px solid rgba(5, 5, 5, 0.06);
|
|
2851
|
-
}
|
|
2852
|
-
|
|
2853
|
-
.ant-descriptions-view {
|
|
2854
|
-
width: calc(100% - 48px);
|
|
2855
|
-
margin: 0 24px;
|
|
2856
|
-
margin-top: 24px;
|
|
2857
|
-
border-radius: initial!important;
|
|
2858
|
-
}
|
|
2859
|
-
}
|
|
2840
|
+
}))`
|
|
2841
|
+
& {
|
|
2842
|
+
background: white;
|
|
2843
|
+
border: 1px solid rgba(5, 5, 5, 0.06);
|
|
2844
|
+
border-radius: 6px;
|
|
2845
|
+
padding: 24px 0;
|
|
2846
|
+
|
|
2847
|
+
.ant-descriptions-header {
|
|
2848
|
+
padding: 0 24px;
|
|
2849
|
+
padding-bottom: 24px;
|
|
2850
|
+
border-bottom: 1px solid rgba(5, 5, 5, 0.06);
|
|
2851
|
+
}
|
|
2852
|
+
|
|
2853
|
+
.ant-descriptions-view {
|
|
2854
|
+
width: calc(100% - 48px);
|
|
2855
|
+
margin: 0 24px;
|
|
2856
|
+
margin-top: 24px;
|
|
2857
|
+
border-radius: initial!important;
|
|
2858
|
+
}
|
|
2859
|
+
}
|
|
2860
2860
|
`;
|
|
2861
2861
|
|
|
2862
2862
|
|
|
@@ -2939,13 +2939,14 @@ const $3016eb4580eb228b$export$cb882d0b442e51f4 = ({ title: title, bordered: bor
|
|
|
2939
2939
|
/*#__PURE__*/ (0, $6V7OS$jsx)((0, $8c5ddad5bad3eaed$export$1fddf901dbdcd91a), {
|
|
2940
2940
|
inputs: formStep.inputs
|
|
2941
2941
|
}),
|
|
2942
|
-
customButtons.length === 0 && /*#__PURE__*/ (0, $6V7OS$jsxs)((0, $6V7OS$Fragment), {
|
|
2942
|
+
customButtons.length === 0 && open && /*#__PURE__*/ (0, $6V7OS$jsxs)((0, $6V7OS$Fragment), {
|
|
2943
2943
|
children: [
|
|
2944
2944
|
/*#__PURE__*/ (0, $6V7OS$jsx)((0, $8997993278c7824b$export$1d94b2e4607bd71d), {
|
|
2945
2945
|
children: !formStep.hiddeSubmitButton && /*#__PURE__*/ (0, $6V7OS$jsx)((0, $4226eaa9390eb089$export$477fa7efabf289d5), {
|
|
2946
2946
|
$fullWidth: true,
|
|
2947
2947
|
value: formStep.submitButtonText,
|
|
2948
2948
|
danger: formStep.isSubmitButtonDanger,
|
|
2949
|
+
id: index + "-form-button-submit",
|
|
2949
2950
|
htmlType: "submit",
|
|
2950
2951
|
type: "primary",
|
|
2951
2952
|
disabled: disabledButtons
|
|
@@ -2956,6 +2957,7 @@ const $3016eb4580eb228b$export$cb882d0b442e51f4 = ({ title: title, bordered: bor
|
|
|
2956
2957
|
$fullWidth: true,
|
|
2957
2958
|
value: formStep.cancelButtonText,
|
|
2958
2959
|
onClick: formStep.onCancelClick,
|
|
2960
|
+
id: index + "-form-button-cancel",
|
|
2959
2961
|
type: "default",
|
|
2960
2962
|
disabled: disabledButtons
|
|
2961
2963
|
})
|
|
@@ -3845,79 +3847,79 @@ $parcel$export($799e8256c9bfc612$exports, "OrStep", () => $799e8256c9bfc612$expo
|
|
|
3845
3847
|
|
|
3846
3848
|
|
|
3847
3849
|
|
|
3848
|
-
const $827b547970305b02$export$d4328595ad64e999 = (0, $6V7OS$styled)((0, $6V7OS$Steps))`
|
|
3849
|
-
& .ant-steps-item-title {
|
|
3850
|
-
font-size: 12px;
|
|
3851
|
-
${({ $lineHeight: $lineHeight })=>$lineHeight ? `line-height: ${$lineHeight};` : "line-height: 20px;"}
|
|
3852
|
-
${({ $margin: $margin })=>$margin ? `margin: ${$margin};` : ""}
|
|
3853
|
-
|
|
3854
|
-
}
|
|
3855
|
-
|
|
3856
|
-
& .ant-steps-item-container[role='button'] {
|
|
3857
|
-
cursor: initial!important;
|
|
3858
|
-
}
|
|
3859
|
-
|
|
3860
|
-
&.ant-steps.ant-steps-vertical .ant-steps-item-description{
|
|
3861
|
-
padding-bottom: 4px;
|
|
3862
|
-
}
|
|
3863
|
-
|
|
3864
|
-
@media (max-width: 768px) {
|
|
3865
|
-
&.ant-steps .ant-steps-item-title::after {
|
|
3866
|
-
display: none!important;
|
|
3867
|
-
}
|
|
3868
|
-
|
|
3869
|
-
&.ant-steps .ant-steps-item {
|
|
3870
|
-
display: block!important;
|
|
3871
|
-
}
|
|
3872
|
-
|
|
3873
|
-
&.ant-steps.ant-steps-vertical {
|
|
3874
|
-
flex-direction: column!important;
|
|
3875
|
-
}
|
|
3876
|
-
|
|
3877
|
-
& .ant-steps-item {
|
|
3878
|
-
display: none!important;
|
|
3879
|
-
}
|
|
3880
|
-
|
|
3881
|
-
& .ant-steps-item.ant-steps-item-process.ant-steps-item-active {
|
|
3882
|
-
display: inline-block!important;
|
|
3883
|
-
}
|
|
3884
|
-
|
|
3885
|
-
& .ant-steps-item.ant-steps-item-active + .ant-steps-item-wait {
|
|
3886
|
-
display: inline-block!important;
|
|
3887
|
-
max-width: 50px;
|
|
3888
|
-
|
|
3889
|
-
.ant-steps-item-container {
|
|
3890
|
-
text-align: end!important;
|
|
3891
|
-
}
|
|
3892
|
-
.ant-steps-item-content {
|
|
3893
|
-
display: none!important;
|
|
3894
|
-
}
|
|
3895
|
-
}
|
|
3896
|
-
|
|
3897
|
-
& {
|
|
3898
|
-
flex-direction: row!important;
|
|
3899
|
-
}
|
|
3900
|
-
|
|
3901
|
-
& .ant-steps-item-title::after {
|
|
3902
|
-
display: block!important;
|
|
3903
|
-
content: ""!important;
|
|
3904
|
-
}
|
|
3905
|
-
}
|
|
3906
|
-
|
|
3907
|
-
@media (max-width: 805px) {
|
|
3908
|
-
& .ant-steps-item:last-child ::after {
|
|
3909
|
-
content: none!important;
|
|
3910
|
-
}
|
|
3911
|
-
|
|
3912
|
-
& .ant-steps-item.ant-steps-item-process.ant-steps-item-active .ant-steps-item-icon {
|
|
3913
|
-
margin-inline-end: 8px;
|
|
3914
|
-
}
|
|
3915
|
-
|
|
3916
|
-
& .ant-steps-item.ant-steps-item-active + .ant-steps-item-wait {
|
|
3917
|
-
margin-inline-end: 0;
|
|
3918
|
-
margin-inline-start: 16px;
|
|
3919
|
-
}
|
|
3920
|
-
}
|
|
3850
|
+
const $827b547970305b02$export$d4328595ad64e999 = (0, $6V7OS$styled)((0, $6V7OS$Steps))`
|
|
3851
|
+
& .ant-steps-item-title {
|
|
3852
|
+
font-size: 12px;
|
|
3853
|
+
${({ $lineHeight: $lineHeight })=>$lineHeight ? `line-height: ${$lineHeight};` : "line-height: 20px;"}
|
|
3854
|
+
${({ $margin: $margin })=>$margin ? `margin: ${$margin};` : ""}
|
|
3855
|
+
|
|
3856
|
+
}
|
|
3857
|
+
|
|
3858
|
+
& .ant-steps-item-container[role='button'] {
|
|
3859
|
+
cursor: initial!important;
|
|
3860
|
+
}
|
|
3861
|
+
|
|
3862
|
+
&.ant-steps.ant-steps-vertical .ant-steps-item-description{
|
|
3863
|
+
padding-bottom: 4px;
|
|
3864
|
+
}
|
|
3865
|
+
|
|
3866
|
+
@media (max-width: 768px) {
|
|
3867
|
+
&.ant-steps .ant-steps-item-title::after {
|
|
3868
|
+
display: none!important;
|
|
3869
|
+
}
|
|
3870
|
+
|
|
3871
|
+
&.ant-steps .ant-steps-item {
|
|
3872
|
+
display: block!important;
|
|
3873
|
+
}
|
|
3874
|
+
|
|
3875
|
+
&.ant-steps.ant-steps-vertical {
|
|
3876
|
+
flex-direction: column!important;
|
|
3877
|
+
}
|
|
3878
|
+
|
|
3879
|
+
& .ant-steps-item {
|
|
3880
|
+
display: none!important;
|
|
3881
|
+
}
|
|
3882
|
+
|
|
3883
|
+
& .ant-steps-item.ant-steps-item-process.ant-steps-item-active {
|
|
3884
|
+
display: inline-block!important;
|
|
3885
|
+
}
|
|
3886
|
+
|
|
3887
|
+
& .ant-steps-item.ant-steps-item-active + .ant-steps-item-wait {
|
|
3888
|
+
display: inline-block!important;
|
|
3889
|
+
max-width: 50px;
|
|
3890
|
+
|
|
3891
|
+
.ant-steps-item-container {
|
|
3892
|
+
text-align: end!important;
|
|
3893
|
+
}
|
|
3894
|
+
.ant-steps-item-content {
|
|
3895
|
+
display: none!important;
|
|
3896
|
+
}
|
|
3897
|
+
}
|
|
3898
|
+
|
|
3899
|
+
& {
|
|
3900
|
+
flex-direction: row!important;
|
|
3901
|
+
}
|
|
3902
|
+
|
|
3903
|
+
& .ant-steps-item-title::after {
|
|
3904
|
+
display: block!important;
|
|
3905
|
+
content: ""!important;
|
|
3906
|
+
}
|
|
3907
|
+
}
|
|
3908
|
+
|
|
3909
|
+
@media (max-width: 805px) {
|
|
3910
|
+
& .ant-steps-item:last-child ::after {
|
|
3911
|
+
content: none!important;
|
|
3912
|
+
}
|
|
3913
|
+
|
|
3914
|
+
& .ant-steps-item.ant-steps-item-process.ant-steps-item-active .ant-steps-item-icon {
|
|
3915
|
+
margin-inline-end: 8px;
|
|
3916
|
+
}
|
|
3917
|
+
|
|
3918
|
+
& .ant-steps-item.ant-steps-item-active + .ant-steps-item-wait {
|
|
3919
|
+
margin-inline-end: 0;
|
|
3920
|
+
margin-inline-start: 16px;
|
|
3921
|
+
}
|
|
3922
|
+
}
|
|
3921
3923
|
`;
|
|
3922
3924
|
|
|
3923
3925
|
|
|
@@ -4175,6 +4177,7 @@ const $8c5ddad5bad3eaed$export$1fddf901dbdcd91a = ({ inputs: inputs = [] })=>{
|
|
|
4175
4177
|
});
|
|
4176
4178
|
else if (input.component === "qr-code") return /*#__PURE__*/ (0, $6V7OS$jsx)((0, $538b2780857e4f59$export$b7f6e7479651ef3c), {
|
|
4177
4179
|
size: input.size,
|
|
4180
|
+
id: input.qrCodeId,
|
|
4178
4181
|
text: input.placeHolder ?? ""
|
|
4179
4182
|
});
|
|
4180
4183
|
else if (input.component === "select-table") return /*#__PURE__*/ (0, $6V7OS$jsx)((0, $5eb63cb95c89aabf$export$ad81e4b7e9d87ea6), {
|
|
@@ -4589,18 +4592,18 @@ $parcel$export($fa7da97b07ae871e$exports, "OrListSelection", () => $fa7da97b07ae
|
|
|
4589
4592
|
|
|
4590
4593
|
|
|
4591
4594
|
|
|
4592
|
-
const $3bb37b00d2ba555c$export$5b56bb1618778f66 = (0, $6V7OS$styled).div`
|
|
4593
|
-
display: flex;
|
|
4594
|
-
flex-direction: row;
|
|
4595
|
-
align-items: center;
|
|
4596
|
-
justify-content: space-between;
|
|
4595
|
+
const $3bb37b00d2ba555c$export$5b56bb1618778f66 = (0, $6V7OS$styled).div`
|
|
4596
|
+
display: flex;
|
|
4597
|
+
flex-direction: row;
|
|
4598
|
+
align-items: center;
|
|
4599
|
+
justify-content: space-between;
|
|
4597
4600
|
`;
|
|
4598
|
-
const $3bb37b00d2ba555c$export$42a852a2b6b56249 = (0, $6V7OS$styled).div`
|
|
4599
|
-
display: flex;
|
|
4600
|
-
flex-direction: row;
|
|
4601
|
-
align-items: center;
|
|
4602
|
-
gap: 15px;
|
|
4603
|
-
${({ $padding: $padding })=>`padding: ${$padding};`}
|
|
4601
|
+
const $3bb37b00d2ba555c$export$42a852a2b6b56249 = (0, $6V7OS$styled).div`
|
|
4602
|
+
display: flex;
|
|
4603
|
+
flex-direction: row;
|
|
4604
|
+
align-items: center;
|
|
4605
|
+
gap: 15px;
|
|
4606
|
+
${({ $padding: $padding })=>`padding: ${$padding};`}
|
|
4604
4607
|
`;
|
|
4605
4608
|
|
|
4606
4609
|
|
|
@@ -4684,16 +4687,16 @@ $parcel$export($da123607e4e94495$exports, "default", () => $da123607e4e94495$exp
|
|
|
4684
4687
|
|
|
4685
4688
|
|
|
4686
4689
|
|
|
4687
|
-
const $759ebb452edaeafd$export$1d41361302b577a1 = (0, $6V7OS$styled).div`
|
|
4688
|
-
& {
|
|
4689
|
-
display: flex;
|
|
4690
|
-
background-color: ${(0, $6ff3837921a4ffb9$export$3e2c219d3ab79d01)[1]};
|
|
4691
|
-
height: 100vh;
|
|
4692
|
-
width: 100%;
|
|
4693
|
-
}
|
|
4690
|
+
const $759ebb452edaeafd$export$1d41361302b577a1 = (0, $6V7OS$styled).div`
|
|
4691
|
+
& {
|
|
4692
|
+
display: flex;
|
|
4693
|
+
background-color: ${(0, $6ff3837921a4ffb9$export$3e2c219d3ab79d01)[1]};
|
|
4694
|
+
height: 100vh;
|
|
4695
|
+
width: 100%;
|
|
4696
|
+
}
|
|
4694
4697
|
`;
|
|
4695
|
-
const $759ebb452edaeafd$export$79cd42d0e1ed657e = (0, $6V7OS$styled).div`
|
|
4696
|
-
text-align: center;
|
|
4698
|
+
const $759ebb452edaeafd$export$79cd42d0e1ed657e = (0, $6V7OS$styled).div`
|
|
4699
|
+
text-align: center;
|
|
4697
4700
|
`;
|
|
4698
4701
|
|
|
4699
4702
|
|
|
@@ -4973,10 +4976,10 @@ $parcel$export($7f417964934195b8$exports, "OrPaymentMethods", () => $7f417964934
|
|
|
4973
4976
|
|
|
4974
4977
|
|
|
4975
4978
|
|
|
4976
|
-
const $d9f88432a5a2bb9f$export$150f188f805089fa = (0, $6V7OS$styled)((0, $dacfc9eea21057ba$export$683c25ef8a1064f4))`
|
|
4977
|
-
margin-bottom: 21px ;
|
|
4978
|
-
font-size: 12px !important;
|
|
4979
|
-
|
|
4979
|
+
const $d9f88432a5a2bb9f$export$150f188f805089fa = (0, $6V7OS$styled)((0, $dacfc9eea21057ba$export$683c25ef8a1064f4))`
|
|
4980
|
+
margin-bottom: 21px ;
|
|
4981
|
+
font-size: 12px !important;
|
|
4982
|
+
|
|
4980
4983
|
`;
|
|
4981
4984
|
|
|
4982
4985
|
|
|
@@ -5080,27 +5083,27 @@ $parcel$export($85dc21bd17bea59c$exports, "OrTableModuleLayout", () => $85dc21bd
|
|
|
5080
5083
|
|
|
5081
5084
|
|
|
5082
5085
|
|
|
5083
|
-
const $55ca8ae1d48f0c58$export$42a852a2b6b56249 = (0, $6V7OS$styled).div`
|
|
5084
|
-
margin: 0px 12px;
|
|
5085
|
-
${({ padding: padding })=>padding ? `padding: ${padding} !important` : ""};
|
|
5086
|
-
background-color: ${(0, $6ff3837921a4ffb9$export$3e2c219d3ab79d01)[0]};
|
|
5086
|
+
const $55ca8ae1d48f0c58$export$42a852a2b6b56249 = (0, $6V7OS$styled).div`
|
|
5087
|
+
margin: 0px 12px;
|
|
5088
|
+
${({ padding: padding })=>padding ? `padding: ${padding} !important` : ""};
|
|
5089
|
+
background-color: ${(0, $6ff3837921a4ffb9$export$3e2c219d3ab79d01)[0]};
|
|
5087
5090
|
`;
|
|
5088
|
-
const $55ca8ae1d48f0c58$export$8b251419efc915eb = (0, $6V7OS$styled).div`
|
|
5089
|
-
display: flex;
|
|
5090
|
-
justify-content: space-between;
|
|
5091
|
-
align-items: center;
|
|
5092
|
-
margin-bottom: 10px;
|
|
5091
|
+
const $55ca8ae1d48f0c58$export$8b251419efc915eb = (0, $6V7OS$styled).div`
|
|
5092
|
+
display: flex;
|
|
5093
|
+
justify-content: space-between;
|
|
5094
|
+
align-items: center;
|
|
5095
|
+
margin-bottom: 10px;
|
|
5093
5096
|
`;
|
|
5094
|
-
const $55ca8ae1d48f0c58$export$41164ea466f6b019 = (0, $6V7OS$styled).div`
|
|
5095
|
-
display: flex;
|
|
5096
|
-
flex-direction: column;
|
|
5097
|
+
const $55ca8ae1d48f0c58$export$41164ea466f6b019 = (0, $6V7OS$styled).div`
|
|
5098
|
+
display: flex;
|
|
5099
|
+
flex-direction: column;
|
|
5097
5100
|
`;
|
|
5098
|
-
const $55ca8ae1d48f0c58$export$35e09ba17cc51c69 = (0, $6V7OS$styled).div`
|
|
5099
|
-
display: flex;
|
|
5100
|
-
flex-direction: row;
|
|
5101
|
-
align-items: baseline;
|
|
5102
|
-
gap: 10px;
|
|
5103
|
-
text-align: center;
|
|
5101
|
+
const $55ca8ae1d48f0c58$export$35e09ba17cc51c69 = (0, $6V7OS$styled).div`
|
|
5102
|
+
display: flex;
|
|
5103
|
+
flex-direction: row;
|
|
5104
|
+
align-items: baseline;
|
|
5105
|
+
gap: 10px;
|
|
5106
|
+
text-align: center;
|
|
5104
5107
|
`;
|
|
5105
5108
|
|
|
5106
5109
|
|
|
@@ -5332,32 +5335,32 @@ $parcel$export($030681cdd35062a0$exports, "OrRentalResult", () => $030681cdd3506
|
|
|
5332
5335
|
|
|
5333
5336
|
|
|
5334
5337
|
|
|
5335
|
-
const $abb9a31e67446e30$export$2c9f6a80fed55462 = (0, $6V7OS$styled).div`
|
|
5336
|
-
align-self: center;
|
|
5337
|
-
width: 100%;
|
|
5338
|
-
|
|
5339
|
-
& .hide-desktop {
|
|
5340
|
-
display: none;
|
|
5341
|
-
}
|
|
5342
|
-
& .content .ant-typography {
|
|
5343
|
-
font-size: 20px;
|
|
5344
|
-
}
|
|
5345
|
-
|
|
5346
|
-
@media (max-width: 767px) {
|
|
5347
|
-
& .hide-mobile {
|
|
5348
|
-
display: none!important;
|
|
5349
|
-
}
|
|
5350
|
-
& .hide-desktop {
|
|
5351
|
-
display: flex;
|
|
5352
|
-
}
|
|
5353
|
-
& .ant-card{
|
|
5354
|
-
border-radius: 0;
|
|
5355
|
-
}
|
|
5356
|
-
& .content .ant-typography {
|
|
5357
|
-
font-size: 16px;
|
|
5358
|
-
}
|
|
5359
|
-
}
|
|
5360
|
-
|
|
5338
|
+
const $abb9a31e67446e30$export$2c9f6a80fed55462 = (0, $6V7OS$styled).div`
|
|
5339
|
+
align-self: center;
|
|
5340
|
+
width: 100%;
|
|
5341
|
+
|
|
5342
|
+
& .hide-desktop {
|
|
5343
|
+
display: none;
|
|
5344
|
+
}
|
|
5345
|
+
& .content .ant-typography {
|
|
5346
|
+
font-size: 20px;
|
|
5347
|
+
}
|
|
5348
|
+
|
|
5349
|
+
@media (max-width: 767px) {
|
|
5350
|
+
& .hide-mobile {
|
|
5351
|
+
display: none!important;
|
|
5352
|
+
}
|
|
5353
|
+
& .hide-desktop {
|
|
5354
|
+
display: flex;
|
|
5355
|
+
}
|
|
5356
|
+
& .ant-card{
|
|
5357
|
+
border-radius: 0;
|
|
5358
|
+
}
|
|
5359
|
+
& .content .ant-typography {
|
|
5360
|
+
font-size: 16px;
|
|
5361
|
+
}
|
|
5362
|
+
}
|
|
5363
|
+
|
|
5361
5364
|
`;
|
|
5362
5365
|
|
|
5363
5366
|
|
|
@@ -5488,38 +5491,38 @@ $parcel$export($08b763e7f563cf15$exports, "OrRentalVehicleItem", () => $08b763e7
|
|
|
5488
5491
|
|
|
5489
5492
|
|
|
5490
5493
|
|
|
5491
|
-
const $30b837d11137af59$export$5786bf7d6c8678ba = (0, $6V7OS$styled).div`
|
|
5492
|
-
align-self: center;
|
|
5493
|
-
& .ant-btn-primary {
|
|
5494
|
-
width: 150px;
|
|
5495
|
-
}
|
|
5496
|
-
& .hide-desktop {
|
|
5497
|
-
display: none;
|
|
5498
|
-
}
|
|
5499
|
-
& .main-title {
|
|
5500
|
-
flex: 1;
|
|
5501
|
-
}
|
|
5502
|
-
& .row-content {
|
|
5503
|
-
align-items: center;
|
|
5504
|
-
}
|
|
5505
|
-
|
|
5506
|
-
@media (max-width: 767px) {
|
|
5507
|
-
& .hide-mobile {
|
|
5508
|
-
display: none!important;
|
|
5509
|
-
}
|
|
5510
|
-
& .hide-desktop {
|
|
5511
|
-
display: flex;
|
|
5512
|
-
}
|
|
5513
|
-
& .main-title {
|
|
5514
|
-
margin: 0;
|
|
5515
|
-
}
|
|
5516
|
-
& .ant-btn-primary {
|
|
5517
|
-
width: 100%;
|
|
5518
|
-
max-width: 330px;
|
|
5519
|
-
margin: auto;
|
|
5520
|
-
}
|
|
5521
|
-
}
|
|
5522
|
-
|
|
5494
|
+
const $30b837d11137af59$export$5786bf7d6c8678ba = (0, $6V7OS$styled).div`
|
|
5495
|
+
align-self: center;
|
|
5496
|
+
& .ant-btn-primary {
|
|
5497
|
+
width: 150px;
|
|
5498
|
+
}
|
|
5499
|
+
& .hide-desktop {
|
|
5500
|
+
display: none;
|
|
5501
|
+
}
|
|
5502
|
+
& .main-title {
|
|
5503
|
+
flex: 1;
|
|
5504
|
+
}
|
|
5505
|
+
& .row-content {
|
|
5506
|
+
align-items: center;
|
|
5507
|
+
}
|
|
5508
|
+
|
|
5509
|
+
@media (max-width: 767px) {
|
|
5510
|
+
& .hide-mobile {
|
|
5511
|
+
display: none!important;
|
|
5512
|
+
}
|
|
5513
|
+
& .hide-desktop {
|
|
5514
|
+
display: flex;
|
|
5515
|
+
}
|
|
5516
|
+
& .main-title {
|
|
5517
|
+
margin: 0;
|
|
5518
|
+
}
|
|
5519
|
+
& .ant-btn-primary {
|
|
5520
|
+
width: 100%;
|
|
5521
|
+
max-width: 330px;
|
|
5522
|
+
margin: auto;
|
|
5523
|
+
}
|
|
5524
|
+
}
|
|
5525
|
+
|
|
5523
5526
|
`;
|
|
5524
5527
|
|
|
5525
5528
|
|
|
@@ -5728,13 +5731,13 @@ $parcel$export($8d994cdbc7cbf59a$exports, "OrSimpleBanner", () => $8d994cdbc7cbf
|
|
|
5728
5731
|
|
|
5729
5732
|
|
|
5730
5733
|
|
|
5731
|
-
const $269bd1f908e49e62$export$d43ffeaaec0b2a58 = (0, $6V7OS$styled).div`
|
|
5732
|
-
padding-top: 69px;
|
|
5733
|
-
padding-bottom: 69px;
|
|
5734
|
+
const $269bd1f908e49e62$export$d43ffeaaec0b2a58 = (0, $6V7OS$styled).div`
|
|
5735
|
+
padding-top: 69px;
|
|
5736
|
+
padding-bottom: 69px;
|
|
5734
5737
|
`;
|
|
5735
|
-
const $269bd1f908e49e62$export$579a1e9bab103f15 = (0, $6V7OS$styled)((0, $f2573657abec6b2d$export$579a1e9bab103f15))`
|
|
5736
|
-
height: auto;
|
|
5737
|
-
padding-inline: 0;
|
|
5738
|
+
const $269bd1f908e49e62$export$579a1e9bab103f15 = (0, $6V7OS$styled)((0, $f2573657abec6b2d$export$579a1e9bab103f15))`
|
|
5739
|
+
height: auto;
|
|
5740
|
+
padding-inline: 0;
|
|
5738
5741
|
`;
|
|
5739
5742
|
|
|
5740
5743
|
|
|
@@ -5769,71 +5772,71 @@ $parcel$export($0e0e2ceb1ae2c37e$exports, "OrTabsModuleLayout", () => $0e0e2ceb1
|
|
|
5769
5772
|
|
|
5770
5773
|
|
|
5771
5774
|
|
|
5772
|
-
const $158b858c73843f1c$export$42a852a2b6b56249 = (0, $6V7OS$styled).div`
|
|
5773
|
-
margin: 0px 12px;
|
|
5774
|
-
background-color: #f5f5f5;
|
|
5775
|
-
padding: 18px;
|
|
5775
|
+
const $158b858c73843f1c$export$42a852a2b6b56249 = (0, $6V7OS$styled).div`
|
|
5776
|
+
margin: 0px 12px;
|
|
5777
|
+
background-color: #f5f5f5;
|
|
5778
|
+
padding: 18px;
|
|
5776
5779
|
`;
|
|
5777
|
-
const $158b858c73843f1c$export$8b251419efc915eb = (0, $6V7OS$styled).div`
|
|
5778
|
-
display: flex;
|
|
5779
|
-
justify-content: space-between;
|
|
5780
|
-
align-items: center;
|
|
5781
|
-
margin-bottom: 10px;
|
|
5782
|
-
background-color: ${(0, $6ff3837921a4ffb9$export$3e2c219d3ab79d01)[0]};
|
|
5783
|
-
padding: 21.5px 24px;
|
|
5780
|
+
const $158b858c73843f1c$export$8b251419efc915eb = (0, $6V7OS$styled).div`
|
|
5781
|
+
display: flex;
|
|
5782
|
+
justify-content: space-between;
|
|
5783
|
+
align-items: center;
|
|
5784
|
+
margin-bottom: 10px;
|
|
5785
|
+
background-color: ${(0, $6ff3837921a4ffb9$export$3e2c219d3ab79d01)[0]};
|
|
5786
|
+
padding: 21.5px 24px;
|
|
5784
5787
|
`;
|
|
5785
|
-
const $158b858c73843f1c$export$7ff085589970ee0a = (0, $6V7OS$styled).div`
|
|
5786
|
-
display: flex;
|
|
5787
|
-
flex-direction: row;
|
|
5788
|
-
position: relative;
|
|
5789
|
-
padding-left: 10px;
|
|
5790
|
-
align-items: center;
|
|
5788
|
+
const $158b858c73843f1c$export$7ff085589970ee0a = (0, $6V7OS$styled).div`
|
|
5789
|
+
display: flex;
|
|
5790
|
+
flex-direction: row;
|
|
5791
|
+
position: relative;
|
|
5792
|
+
padding-left: 10px;
|
|
5793
|
+
align-items: center;
|
|
5791
5794
|
`;
|
|
5792
|
-
const $158b858c73843f1c$export$41164ea466f6b019 = (0, $6V7OS$styled).div`
|
|
5793
|
-
display: flex;
|
|
5794
|
-
flex-direction: column;
|
|
5795
|
-
position: relative;
|
|
5796
|
-
padding-left: 40px;
|
|
5797
|
-
|
|
5798
|
-
&::before {
|
|
5799
|
-
content: "";
|
|
5800
|
-
display: block;
|
|
5801
|
-
width: 1px;
|
|
5802
|
-
height: calc(100% - 16px);
|
|
5803
|
-
background-color: black;
|
|
5804
|
-
position: absolute;
|
|
5805
|
-
top: 8px;
|
|
5806
|
-
left: 19.5px;
|
|
5807
|
-
}
|
|
5795
|
+
const $158b858c73843f1c$export$41164ea466f6b019 = (0, $6V7OS$styled).div`
|
|
5796
|
+
display: flex;
|
|
5797
|
+
flex-direction: column;
|
|
5798
|
+
position: relative;
|
|
5799
|
+
padding-left: 40px;
|
|
5800
|
+
|
|
5801
|
+
&::before {
|
|
5802
|
+
content: "";
|
|
5803
|
+
display: block;
|
|
5804
|
+
width: 1px;
|
|
5805
|
+
height: calc(100% - 16px);
|
|
5806
|
+
background-color: black;
|
|
5807
|
+
position: absolute;
|
|
5808
|
+
top: 8px;
|
|
5809
|
+
left: 19.5px;
|
|
5810
|
+
}
|
|
5808
5811
|
`;
|
|
5809
|
-
const $158b858c73843f1c$export$48423cf6a25b5248 = (0, $6V7OS$styled).div`
|
|
5810
|
-
display: flex;
|
|
5811
|
-
flex-direction: row;
|
|
5812
|
-
position: relative;
|
|
5813
|
-
padding-left: 40px;
|
|
5814
|
-
|
|
5815
|
-
&::before {
|
|
5816
|
-
content: "";
|
|
5817
|
-
display: block;
|
|
5818
|
-
width: 1px;
|
|
5819
|
-
height: calc(100% - 16px);
|
|
5820
|
-
background-color: black;
|
|
5821
|
-
position: absolute;
|
|
5822
|
-
top: 8px;
|
|
5823
|
-
left: 19.5px;
|
|
5824
|
-
}
|
|
5812
|
+
const $158b858c73843f1c$export$48423cf6a25b5248 = (0, $6V7OS$styled).div`
|
|
5813
|
+
display: flex;
|
|
5814
|
+
flex-direction: row;
|
|
5815
|
+
position: relative;
|
|
5816
|
+
padding-left: 40px;
|
|
5817
|
+
|
|
5818
|
+
&::before {
|
|
5819
|
+
content: "";
|
|
5820
|
+
display: block;
|
|
5821
|
+
width: 1px;
|
|
5822
|
+
height: calc(100% - 16px);
|
|
5823
|
+
background-color: black;
|
|
5824
|
+
position: absolute;
|
|
5825
|
+
top: 8px;
|
|
5826
|
+
left: 19.5px;
|
|
5827
|
+
}
|
|
5825
5828
|
`;
|
|
5826
|
-
const $158b858c73843f1c$export$d653589df987fd93 = (0, $6V7OS$styled).div`
|
|
5827
|
-
flex-direction: row;
|
|
5828
|
-
display: flex;
|
|
5829
|
-
align-items: center;
|
|
5829
|
+
const $158b858c73843f1c$export$d653589df987fd93 = (0, $6V7OS$styled).div`
|
|
5830
|
+
flex-direction: row;
|
|
5831
|
+
display: flex;
|
|
5832
|
+
align-items: center;
|
|
5830
5833
|
`;
|
|
5831
|
-
const $158b858c73843f1c$export$eddf54ea3db8d0f0 = (0, $6V7OS$styled).div`
|
|
5834
|
+
const $158b858c73843f1c$export$eddf54ea3db8d0f0 = (0, $6V7OS$styled).div`
|
|
5832
5835
|
`;
|
|
5833
|
-
const $158b858c73843f1c$export$762240c6611b6ed2 = (0, $6V7OS$styled).div`
|
|
5834
|
-
display: flex;
|
|
5835
|
-
flex-direction: column;
|
|
5836
|
-
margin-left: 10px;
|
|
5836
|
+
const $158b858c73843f1c$export$762240c6611b6ed2 = (0, $6V7OS$styled).div`
|
|
5837
|
+
display: flex;
|
|
5838
|
+
flex-direction: column;
|
|
5839
|
+
margin-left: 10px;
|
|
5837
5840
|
`;
|
|
5838
5841
|
|
|
5839
5842
|
|
|
@@ -5843,7 +5846,7 @@ const $158b858c73843f1c$export$762240c6611b6ed2 = (0, $6V7OS$styled).div`
|
|
|
5843
5846
|
|
|
5844
5847
|
|
|
5845
5848
|
|
|
5846
|
-
const $0e0e2ceb1ae2c37e$export$f72f4f2bb4944572 = ({ avatar: avatar, username: username, phone: phone, balanceLabel: balanceLabel, balanceValue: balanceValue, infoIcon: infoIcon = "FileDoneOutlined", infoLabel: infoLabel, infoValue: infoValue, mainButtonLabel: mainButtonLabel, mainButtonIcon: mainButtonIcon = "FileDoneOutlined", onClickLeftArrow: onClickLeftArrow, onClickMainAction: onClickMainAction, children: children, formSteps: formSteps, handleCloseCallback: handleCloseCallback, open: open, drawerTitle: drawerTitle, drawerWidth: drawerWidth, disabledButtons: disabledButtons, currentFormStep: currentFormStep, showFormStepper: showFormStepper = true, onValuesChange: onValuesChange })=>{
|
|
5849
|
+
const $0e0e2ceb1ae2c37e$export$f72f4f2bb4944572 = ({ avatar: avatar, username: username, phone: phone, balanceLabel: balanceLabel, balanceValue: balanceValue, infoIcon: infoIcon = "FileDoneOutlined", infoLabel: infoLabel, infoValue: infoValue, mainButtonLabel: mainButtonLabel, mainButtonIcon: mainButtonIcon = "FileDoneOutlined", onClickLeftArrow: onClickLeftArrow, onClickMainAction: onClickMainAction, children: children, formSteps: formSteps, handleCloseCallback: handleCloseCallback, open: open, drawerTitle: drawerTitle, drawerWidth: drawerWidth, disabledButtons: disabledButtons, currentFormStep: currentFormStep, showFormStepper: showFormStepper = true, onValuesChange: onValuesChange, breadcrumbItems: breadcrumbItems })=>{
|
|
5847
5850
|
const letters = (0, $6V7OS$useMemo)(()=>{
|
|
5848
5851
|
const name = username.split(" ");
|
|
5849
5852
|
if (name.length > 1) return name[0][0] + name[1][0];
|
|
@@ -5855,7 +5858,13 @@ const $0e0e2ceb1ae2c37e$export$f72f4f2bb4944572 = ({ avatar: avatar, username: u
|
|
|
5855
5858
|
children: [
|
|
5856
5859
|
/*#__PURE__*/ (0, $6V7OS$jsxs)((0, $158b858c73843f1c$export$42a852a2b6b56249), {
|
|
5857
5860
|
children: [
|
|
5861
|
+
/*#__PURE__*/ (0, $6V7OS$jsx)((0, $c640862ab5bd3861$export$f64e34ba691363c0), {
|
|
5862
|
+
items: breadcrumbItems
|
|
5863
|
+
}),
|
|
5858
5864
|
/*#__PURE__*/ (0, $6V7OS$jsxs)((0, $158b858c73843f1c$export$8b251419efc915eb), {
|
|
5865
|
+
style: {
|
|
5866
|
+
marginTop: breadcrumbItems ? 10 : 0
|
|
5867
|
+
},
|
|
5859
5868
|
children: [
|
|
5860
5869
|
/*#__PURE__*/ (0, $6V7OS$jsxs)((0, $158b858c73843f1c$export$d653589df987fd93), {
|
|
5861
5870
|
children: [
|
|
@@ -6157,15 +6166,15 @@ $parcel$export($b44f61a7bb647163$exports, "AtCountdown", () => $b44f61a7bb647163
|
|
|
6157
6166
|
|
|
6158
6167
|
|
|
6159
6168
|
|
|
6160
|
-
const $742f45280dedeb2f$export$9ba589706daf7ace = (0, $6V7OS$styled)((0, $6V7OS$Statistic).Countdown)`
|
|
6161
|
-
& span {
|
|
6162
|
-
${({ $color: $color })=>$color === "primary" ? `color: ${(0, $6ff3837921a4ffb9$export$8241b7126941c403)[5]} !important;` : ""}
|
|
6163
|
-
${({ $fontSize: $fontSize })=>$fontSize ? `font-size: ${$fontSize}px;` : ""}
|
|
6164
|
-
}
|
|
6165
|
-
|
|
6166
|
-
& .ant-statistic-content {
|
|
6167
|
-
font-size: 0;
|
|
6168
|
-
}
|
|
6169
|
+
const $742f45280dedeb2f$export$9ba589706daf7ace = (0, $6V7OS$styled)((0, $6V7OS$Statistic).Countdown)`
|
|
6170
|
+
& span {
|
|
6171
|
+
${({ $color: $color })=>$color === "primary" ? `color: ${(0, $6ff3837921a4ffb9$export$8241b7126941c403)[5]} !important;` : ""}
|
|
6172
|
+
${({ $fontSize: $fontSize })=>$fontSize ? `font-size: ${$fontSize}px;` : ""}
|
|
6173
|
+
}
|
|
6174
|
+
|
|
6175
|
+
& .ant-statistic-content {
|
|
6176
|
+
font-size: 0;
|
|
6177
|
+
}
|
|
6169
6178
|
`;
|
|
6170
6179
|
|
|
6171
6180
|
|
|
@@ -6250,8 +6259,8 @@ $parcel$export($d1c79c70532f0f55$exports, "AtDatePicker", () => $d1c79c70532f0f5
|
|
|
6250
6259
|
|
|
6251
6260
|
|
|
6252
6261
|
|
|
6253
|
-
const $a2f41d01113e3481$export$fe6e7db83e51bd64 = (0, $6V7OS$styled)((0, $6V7OS$DatePicker))`
|
|
6254
|
-
${({ $width: $width })=>$width ? `width: ${$width}` : ""};
|
|
6262
|
+
const $a2f41d01113e3481$export$fe6e7db83e51bd64 = (0, $6V7OS$styled)((0, $6V7OS$DatePicker))`
|
|
6263
|
+
${({ $width: $width })=>$width ? `width: ${$width}` : ""};
|
|
6255
6264
|
`;
|
|
6256
6265
|
|
|
6257
6266
|
|
|
@@ -6303,8 +6312,8 @@ $parcel$export($31ef6fed05ca1c19$exports, "AtDateRangePicker", () => $31ef6fed05
|
|
|
6303
6312
|
|
|
6304
6313
|
|
|
6305
6314
|
|
|
6306
|
-
const $7c22ff500d50e4a1$export$fe6e7db83e51bd64 = (0, $6V7OS$styled)((0, $6V7OS$DatePicker).RangePicker)`
|
|
6307
|
-
${({ $width: $width })=>$width ? `width: ${$width}` : ""};
|
|
6315
|
+
const $7c22ff500d50e4a1$export$fe6e7db83e51bd64 = (0, $6V7OS$styled)((0, $6V7OS$DatePicker).RangePicker)`
|
|
6316
|
+
${({ $width: $width })=>$width ? `width: ${$width}` : ""};
|
|
6308
6317
|
`;
|
|
6309
6318
|
|
|
6310
6319
|
|
|
@@ -6356,9 +6365,9 @@ $parcel$export($e4fc113fee88913b$exports, "AtDivider", () => $e4fc113fee88913b$e
|
|
|
6356
6365
|
|
|
6357
6366
|
|
|
6358
6367
|
|
|
6359
|
-
const $ac9e7277845b44cf$export$9314d5080fde0336 = (0, $6V7OS$styled)((0, $6V7OS$Divider))`
|
|
6360
|
-
${({ $margin: $margin })=>$margin ? `margin: ${$margin}px;` : ""}
|
|
6361
|
-
|
|
6368
|
+
const $ac9e7277845b44cf$export$9314d5080fde0336 = (0, $6V7OS$styled)((0, $6V7OS$Divider))`
|
|
6369
|
+
${({ $margin: $margin })=>$margin ? `margin: ${$margin}px;` : ""}
|
|
6370
|
+
|
|
6362
6371
|
`;
|
|
6363
6372
|
|
|
6364
6373
|
|
|
@@ -6440,11 +6449,11 @@ $parcel$export($0548689d0f7f759e$exports, "AtLogo", () => $0548689d0f7f759e$expo
|
|
|
6440
6449
|
|
|
6441
6450
|
|
|
6442
6451
|
var $deefc4e526394601$exports = {};
|
|
6443
|
-
$deefc4e526394601$exports = new URL("wawa-logo.
|
|
6452
|
+
$deefc4e526394601$exports = new URL("wawa-logo.f82ab6f2.svg", import.meta.url).toString();
|
|
6444
6453
|
|
|
6445
6454
|
|
|
6446
6455
|
var $a76c4dd105f398b1$exports = {};
|
|
6447
|
-
$a76c4dd105f398b1$exports = new URL("wawa-isotype.
|
|
6456
|
+
$a76c4dd105f398b1$exports = new URL("wawa-isotype.28dcf3ba.svg", import.meta.url).toString();
|
|
6448
6457
|
|
|
6449
6458
|
|
|
6450
6459
|
|
|
@@ -6456,14 +6465,14 @@ const $f12c3ae61e75409a$var$colorMap = {
|
|
|
6456
6465
|
gold: (0, $6V7OS$gold)[5],
|
|
6457
6466
|
white: "#FFFFFF"
|
|
6458
6467
|
};
|
|
6459
|
-
const $f12c3ae61e75409a$export$e6ff31bff12b7ff4 = (0, $6V7OS$styled)((0, $6V7OS$reactinlinesvg))`
|
|
6460
|
-
& svg {
|
|
6461
|
-
width: ${({ width: width, type: type })=>width ?? (type === "logo" ? 243 : 90)};
|
|
6462
|
-
height: ${({ height: height, type: type })=>height ?? (type === "logo" ? 50 : 38)};
|
|
6463
|
-
}
|
|
6464
|
-
& path {
|
|
6465
|
-
fill: ${({ color: color })=>color ? $f12c3ae61e75409a$var$colorMap[color] : $f12c3ae61e75409a$var$colorMap.violet};
|
|
6466
|
-
}
|
|
6468
|
+
const $f12c3ae61e75409a$export$e6ff31bff12b7ff4 = (0, $6V7OS$styled)((0, $6V7OS$reactinlinesvg))`
|
|
6469
|
+
& svg {
|
|
6470
|
+
width: ${({ width: width, type: type })=>width ?? (type === "logo" ? 243 : 90)};
|
|
6471
|
+
height: ${({ height: height, type: type })=>height ?? (type === "logo" ? 50 : 38)};
|
|
6472
|
+
}
|
|
6473
|
+
& path {
|
|
6474
|
+
fill: ${({ color: color })=>color ? $f12c3ae61e75409a$var$colorMap[color] : $f12c3ae61e75409a$var$colorMap.violet};
|
|
6475
|
+
}
|
|
6467
6476
|
`;
|
|
6468
6477
|
|
|
6469
6478
|
|
|
@@ -6497,8 +6506,9 @@ $parcel$export($538b2780857e4f59$exports, "AtQrCode", () => $538b2780857e4f59$ex
|
|
|
6497
6506
|
|
|
6498
6507
|
|
|
6499
6508
|
|
|
6500
|
-
const $538b2780857e4f59$export$b7f6e7479651ef3c = ({ text: text, size: size })=>/*#__PURE__*/ (0, $6V7OS$jsx)((0, $6V7OS$QRCode), {
|
|
6509
|
+
const $538b2780857e4f59$export$b7f6e7479651ef3c = ({ text: text, id: id, size: size })=>/*#__PURE__*/ (0, $6V7OS$jsx)((0, $6V7OS$QRCode), {
|
|
6501
6510
|
value: text,
|
|
6511
|
+
id: id ?? "qr-code",
|
|
6502
6512
|
size: size
|
|
6503
6513
|
});
|
|
6504
6514
|
|
|
@@ -6577,22 +6587,22 @@ const $7721b29fcebff959$var$colors = {
|
|
|
6577
6587
|
violet: (0, $6ff3837921a4ffb9$export$8241b7126941c403)[5],
|
|
6578
6588
|
white: (0, $6ff3837921a4ffb9$export$3e2c219d3ab79d01)[0]
|
|
6579
6589
|
};
|
|
6580
|
-
const $7721b29fcebff959$export$7c066d4d5f38db34 = (0, $6V7OS$styled)((0, $6V7OS$Select))`
|
|
6581
|
-
${({ $height: $height })=>$height ? `height: ${$height};` : ""}
|
|
6582
|
-
${({ $width: $width })=>$width ? `width: ${$width} !important;` : ""}
|
|
6583
|
-
${({ $textColor: $textColor })=>$textColor ? `
|
|
6584
|
-
.ant-select-selector {
|
|
6585
|
-
color: ${$7721b29fcebff959$var$colors[$textColor]} !important;
|
|
6586
|
-
}
|
|
6587
|
-
.ant-select-arrow {
|
|
6588
|
-
color: ${$7721b29fcebff959$var$colors[$textColor]} !important;
|
|
6589
|
-
}
|
|
6590
|
-
` : ""}
|
|
6591
|
-
${({ backgroundColor: backgroundColor })=>backgroundColor ? `
|
|
6592
|
-
.ant-select-selector {
|
|
6593
|
-
background-color: ${$7721b29fcebff959$var$colors[backgroundColor]} !important;
|
|
6594
|
-
}
|
|
6595
|
-
` : ""}
|
|
6590
|
+
const $7721b29fcebff959$export$7c066d4d5f38db34 = (0, $6V7OS$styled)((0, $6V7OS$Select))`
|
|
6591
|
+
${({ $height: $height })=>$height ? `height: ${$height};` : ""}
|
|
6592
|
+
${({ $width: $width })=>$width ? `width: ${$width} !important;` : ""}
|
|
6593
|
+
${({ $textColor: $textColor })=>$textColor ? `
|
|
6594
|
+
.ant-select-selector {
|
|
6595
|
+
color: ${$7721b29fcebff959$var$colors[$textColor]} !important;
|
|
6596
|
+
}
|
|
6597
|
+
.ant-select-arrow {
|
|
6598
|
+
color: ${$7721b29fcebff959$var$colors[$textColor]} !important;
|
|
6599
|
+
}
|
|
6600
|
+
` : ""}
|
|
6601
|
+
${({ backgroundColor: backgroundColor })=>backgroundColor ? `
|
|
6602
|
+
.ant-select-selector {
|
|
6603
|
+
background-color: ${$7721b29fcebff959$var$colors[backgroundColor]} !important;
|
|
6604
|
+
}
|
|
6605
|
+
` : ""}
|
|
6596
6606
|
`;
|
|
6597
6607
|
|
|
6598
6608
|
|
|
@@ -6710,8 +6720,8 @@ $parcel$export($33d8421a44ae83b0$exports, "AtTimeRangePicker", () => $33d8421a44
|
|
|
6710
6720
|
|
|
6711
6721
|
|
|
6712
6722
|
|
|
6713
|
-
const $0d149b90856224e5$export$f2381beef4e0bb72 = (0, $6V7OS$styled)((0, $6V7OS$TimePicker).RangePicker)`
|
|
6714
|
-
${({ $width: $width })=>$width ? `width: ${$width}` : ""};
|
|
6723
|
+
const $0d149b90856224e5$export$f2381beef4e0bb72 = (0, $6V7OS$styled)((0, $6V7OS$TimePicker).RangePicker)`
|
|
6724
|
+
${({ $width: $width })=>$width ? `width: ${$width}` : ""};
|
|
6715
6725
|
`;
|
|
6716
6726
|
|
|
6717
6727
|
|
|
@@ -6728,13 +6738,13 @@ $parcel$export($3b86dc841707f30c$exports, "AtTitle", () => $3b86dc841707f30c$exp
|
|
|
6728
6738
|
|
|
6729
6739
|
|
|
6730
6740
|
|
|
6731
|
-
const $65c7551769439bce$export$48331a7adc9a636b = (0, $6V7OS$styled)((0, $6V7OS$Typography).Title)`
|
|
6732
|
-
${({ color: color })=>color ? `color: ${(0, $a9b152351b5574ad$export$67824cee260208a2)[color]};` : ""}
|
|
6733
|
-
${({ $margin: $margin })=>$margin ? `margin: ${$margin};` : ""}
|
|
6734
|
-
&.ant-typography {
|
|
6735
|
-
${({ $margin: $margin })=>$margin ? `margin: ${$margin};` : ""}
|
|
6736
|
-
}
|
|
6737
|
-
${({ $textAlign: $textAlign })=>$textAlign ? `text-align: ${$textAlign};` : ""}
|
|
6741
|
+
const $65c7551769439bce$export$48331a7adc9a636b = (0, $6V7OS$styled)((0, $6V7OS$Typography).Title)`
|
|
6742
|
+
${({ color: color })=>color ? `color: ${(0, $a9b152351b5574ad$export$67824cee260208a2)[color]};` : ""}
|
|
6743
|
+
${({ $margin: $margin })=>$margin ? `margin: ${$margin};` : ""}
|
|
6744
|
+
&.ant-typography {
|
|
6745
|
+
${({ $margin: $margin })=>$margin ? `margin: ${$margin};` : ""}
|
|
6746
|
+
}
|
|
6747
|
+
${({ $textAlign: $textAlign })=>$textAlign ? `text-align: ${$textAlign};` : ""}
|
|
6738
6748
|
`;
|
|
6739
6749
|
|
|
6740
6750
|
|
|
@@ -6825,12 +6835,12 @@ $parcel$export($5d6999b728ddc2f3$exports, "TmCrudPage", () => $5d6999b728ddc2f3$
|
|
|
6825
6835
|
|
|
6826
6836
|
|
|
6827
6837
|
|
|
6828
|
-
const $decca5044f90e5b1$export$b14e02386c6038ac = (0, $6V7OS$styled).div`
|
|
6829
|
-
display: flex;
|
|
6830
|
-
align-items: end;
|
|
6831
|
-
margin-top: 16px;
|
|
6832
|
-
justify-content: end;
|
|
6833
|
-
|
|
6838
|
+
const $decca5044f90e5b1$export$b14e02386c6038ac = (0, $6V7OS$styled).div`
|
|
6839
|
+
display: flex;
|
|
6840
|
+
align-items: end;
|
|
6841
|
+
margin-top: 16px;
|
|
6842
|
+
justify-content: end;
|
|
6843
|
+
|
|
6834
6844
|
`;
|
|
6835
6845
|
|
|
6836
6846
|
|
|
@@ -7226,7 +7236,7 @@ $parcel$export($f9338b295cfdb936$exports, "TmCustomTabsPage", () => $f9338b295cf
|
|
|
7226
7236
|
|
|
7227
7237
|
|
|
7228
7238
|
|
|
7229
|
-
const $f9338b295cfdb936$export$8bd27a8aef5aece9 = ({ avatar: avatar, username: username, phone: phone, balanceLabel: balanceLabel, balanceValue: balanceValue, infoIcon: infoIcon = "FileDoneOutlined", infoLabel: infoLabel, infoValue: infoValue, mainButtonLabel: mainButtonLabel, mainButtonIcon: mainButtonIcon = "FileDoneOutlined", onClickLeftArrow: onClickLeftArrow, onClickMainAction: onClickMainAction, formSteps: formSteps, handleCloseCallback: handleCloseCallback, open: open, drawerTitle: drawerTitle, drawerWidth: drawerWidth, disabledButtons: disabledButtons, currentFormStep: currentFormStep, showFormStepper: showFormStepper = true, onValuesChange: onValuesChange, tabsProps: tabsProps })=>{
|
|
7239
|
+
const $f9338b295cfdb936$export$8bd27a8aef5aece9 = ({ avatar: avatar, username: username, phone: phone, balanceLabel: balanceLabel, balanceValue: balanceValue, infoIcon: infoIcon = "FileDoneOutlined", infoLabel: infoLabel, infoValue: infoValue, mainButtonLabel: mainButtonLabel, mainButtonIcon: mainButtonIcon = "FileDoneOutlined", onClickLeftArrow: onClickLeftArrow, onClickMainAction: onClickMainAction, formSteps: formSteps, handleCloseCallback: handleCloseCallback, open: open, drawerTitle: drawerTitle, drawerWidth: drawerWidth, disabledButtons: disabledButtons, currentFormStep: currentFormStep, showFormStepper: showFormStepper = true, onValuesChange: onValuesChange, tabsProps: tabsProps, breadcrumbItems: breadcrumbItems })=>{
|
|
7230
7240
|
return /*#__PURE__*/ (0, $6V7OS$jsx)((0, $6V7OS$react).Fragment, {
|
|
7231
7241
|
children: /*#__PURE__*/ (0, $6V7OS$jsx)((0, $0e0e2ceb1ae2c37e$export$f72f4f2bb4944572), {
|
|
7232
7242
|
avatar: avatar,
|
|
@@ -7250,6 +7260,7 @@ const $f9338b295cfdb936$export$8bd27a8aef5aece9 = ({ avatar: avatar, username: u
|
|
|
7250
7260
|
currentFormStep: currentFormStep,
|
|
7251
7261
|
showFormStepper: showFormStepper,
|
|
7252
7262
|
onValuesChange: onValuesChange,
|
|
7263
|
+
breadcrumbItems: breadcrumbItems,
|
|
7253
7264
|
children: /*#__PURE__*/ (0, $6V7OS$jsx)((0, $66b2217d59f04c6b$export$e35ff10bab106413), {
|
|
7254
7265
|
...tabsProps,
|
|
7255
7266
|
type: "card"
|
|
@@ -7483,14 +7494,14 @@ $parcel$export($300a47170389025a$exports, "TmLoginCountry", () => $300a471703890
|
|
|
7483
7494
|
|
|
7484
7495
|
|
|
7485
7496
|
|
|
7486
|
-
const $3663828cce2149cd$export$1d41361302b577a1 = (0, $6V7OS$styled)((0, $2d384a222b6e6444$export$c912f0e7b2b43b73))`
|
|
7487
|
-
& {
|
|
7488
|
-
background-color: ${(0, $6ff3837921a4ffb9$export$3e2c219d3ab79d01)[1]};
|
|
7489
|
-
min-height: 100vh;
|
|
7490
|
-
}
|
|
7491
|
-
& h2 {
|
|
7492
|
-
text-align: center;
|
|
7493
|
-
}
|
|
7497
|
+
const $3663828cce2149cd$export$1d41361302b577a1 = (0, $6V7OS$styled)((0, $2d384a222b6e6444$export$c912f0e7b2b43b73))`
|
|
7498
|
+
& {
|
|
7499
|
+
background-color: ${(0, $6ff3837921a4ffb9$export$3e2c219d3ab79d01)[1]};
|
|
7500
|
+
min-height: 100vh;
|
|
7501
|
+
}
|
|
7502
|
+
& h2 {
|
|
7503
|
+
text-align: center;
|
|
7504
|
+
}
|
|
7494
7505
|
`;
|
|
7495
7506
|
|
|
7496
7507
|
|
|
@@ -7553,28 +7564,28 @@ $parcel$export($7e7fe94c4711b9fd$exports, "TmLoginPhone", () => $7e7fe94c4711b9f
|
|
|
7553
7564
|
|
|
7554
7565
|
|
|
7555
7566
|
|
|
7556
|
-
const $978fec239701a551$export$1d41361302b577a1 = (0, $6V7OS$styled).div`
|
|
7557
|
-
& {
|
|
7558
|
-
display: flex;
|
|
7559
|
-
background-color: ${(0, $6ff3837921a4ffb9$export$3e2c219d3ab79d01)[1]};
|
|
7560
|
-
height: 100vh;
|
|
7561
|
-
}
|
|
7567
|
+
const $978fec239701a551$export$1d41361302b577a1 = (0, $6V7OS$styled).div`
|
|
7568
|
+
& {
|
|
7569
|
+
display: flex;
|
|
7570
|
+
background-color: ${(0, $6ff3837921a4ffb9$export$3e2c219d3ab79d01)[1]};
|
|
7571
|
+
height: 100vh;
|
|
7572
|
+
}
|
|
7562
7573
|
`;
|
|
7563
|
-
const $978fec239701a551$export$7f4f29d5da31b146 = (0, $6V7OS$styled).div`
|
|
7564
|
-
max-width: 365px;
|
|
7565
|
-
margin-right: auto;
|
|
7566
|
-
margin-left: auto;
|
|
7567
|
-
height: 100%;
|
|
7568
|
-
display: flex;
|
|
7574
|
+
const $978fec239701a551$export$7f4f29d5da31b146 = (0, $6V7OS$styled).div`
|
|
7575
|
+
max-width: 365px;
|
|
7576
|
+
margin-right: auto;
|
|
7577
|
+
margin-left: auto;
|
|
7578
|
+
height: 100%;
|
|
7579
|
+
display: flex;
|
|
7569
7580
|
`;
|
|
7570
|
-
const $978fec239701a551$export$eeedfc5ec323f094 = (0, $6V7OS$styled).div`
|
|
7571
|
-
margin-bottom: 45px;
|
|
7581
|
+
const $978fec239701a551$export$eeedfc5ec323f094 = (0, $6V7OS$styled).div`
|
|
7582
|
+
margin-bottom: 45px;
|
|
7572
7583
|
`;
|
|
7573
|
-
const $978fec239701a551$export$52c5708a6fcb91e8 = (0, $6V7OS$styled).div`
|
|
7574
|
-
margin-top: 5px;
|
|
7584
|
+
const $978fec239701a551$export$52c5708a6fcb91e8 = (0, $6V7OS$styled).div`
|
|
7585
|
+
margin-top: 5px;
|
|
7575
7586
|
`;
|
|
7576
|
-
const $978fec239701a551$export$79cd42d0e1ed657e = (0, $6V7OS$styled).div`
|
|
7577
|
-
text-align: center;
|
|
7587
|
+
const $978fec239701a551$export$79cd42d0e1ed657e = (0, $6V7OS$styled).div`
|
|
7588
|
+
text-align: center;
|
|
7578
7589
|
`;
|
|
7579
7590
|
|
|
7580
7591
|
|
|
@@ -7729,40 +7740,40 @@ $parcel$export($84e40e0147b5499d$exports, "TmLoginPhoneCode", () => $84e40e0147b
|
|
|
7729
7740
|
|
|
7730
7741
|
|
|
7731
7742
|
|
|
7732
|
-
const $a7fba8e936d09e09$export$1d41361302b577a1 = (0, $6V7OS$styled).div`
|
|
7733
|
-
& {
|
|
7734
|
-
display: flex;
|
|
7735
|
-
background-color: ${(0, $6ff3837921a4ffb9$export$3e2c219d3ab79d01)[1]};
|
|
7736
|
-
height: 100vh;
|
|
7737
|
-
}
|
|
7743
|
+
const $a7fba8e936d09e09$export$1d41361302b577a1 = (0, $6V7OS$styled).div`
|
|
7744
|
+
& {
|
|
7745
|
+
display: flex;
|
|
7746
|
+
background-color: ${(0, $6ff3837921a4ffb9$export$3e2c219d3ab79d01)[1]};
|
|
7747
|
+
height: 100vh;
|
|
7748
|
+
}
|
|
7738
7749
|
`;
|
|
7739
|
-
const $a7fba8e936d09e09$export$7f4f29d5da31b146 = (0, $6V7OS$styled).div`
|
|
7740
|
-
max-width: 365px;
|
|
7741
|
-
margin-right: auto;
|
|
7742
|
-
margin-left: auto;
|
|
7743
|
-
height: 100%;
|
|
7744
|
-
display: flex;
|
|
7750
|
+
const $a7fba8e936d09e09$export$7f4f29d5da31b146 = (0, $6V7OS$styled).div`
|
|
7751
|
+
max-width: 365px;
|
|
7752
|
+
margin-right: auto;
|
|
7753
|
+
margin-left: auto;
|
|
7754
|
+
height: 100%;
|
|
7755
|
+
display: flex;
|
|
7745
7756
|
`;
|
|
7746
|
-
const $a7fba8e936d09e09$export$eeedfc5ec323f094 = (0, $6V7OS$styled).div`
|
|
7747
|
-
margin-bottom: 32px;
|
|
7757
|
+
const $a7fba8e936d09e09$export$eeedfc5ec323f094 = (0, $6V7OS$styled).div`
|
|
7758
|
+
margin-bottom: 32px;
|
|
7748
7759
|
`;
|
|
7749
|
-
const $a7fba8e936d09e09$export$52c5708a6fcb91e8 = (0, $6V7OS$styled).div`
|
|
7750
|
-
margin-top: 5px;
|
|
7760
|
+
const $a7fba8e936d09e09$export$52c5708a6fcb91e8 = (0, $6V7OS$styled).div`
|
|
7761
|
+
margin-top: 5px;
|
|
7751
7762
|
`;
|
|
7752
|
-
const $a7fba8e936d09e09$export$79cd42d0e1ed657e = (0, $6V7OS$styled).div`
|
|
7753
|
-
text-align: center;
|
|
7763
|
+
const $a7fba8e936d09e09$export$79cd42d0e1ed657e = (0, $6V7OS$styled).div`
|
|
7764
|
+
text-align: center;
|
|
7754
7765
|
`;
|
|
7755
|
-
const $a7fba8e936d09e09$export$f3774f00642b963a = (0, $6V7OS$styled).div`
|
|
7756
|
-
margin-bottom: 24px;
|
|
7757
|
-
display: flex;
|
|
7758
|
-
flex-direction: row;
|
|
7759
|
-
gap: 10px;
|
|
7766
|
+
const $a7fba8e936d09e09$export$f3774f00642b963a = (0, $6V7OS$styled).div`
|
|
7767
|
+
margin-bottom: 24px;
|
|
7768
|
+
display: flex;
|
|
7769
|
+
flex-direction: row;
|
|
7770
|
+
gap: 10px;
|
|
7760
7771
|
`;
|
|
7761
|
-
const $a7fba8e936d09e09$export$4c743a224900c982 = (0, $6V7OS$styled).div`
|
|
7762
|
-
display: flex;
|
|
7763
|
-
flex-direction: row;
|
|
7764
|
-
gap: 5px;
|
|
7765
|
-
cursor: pointer;
|
|
7772
|
+
const $a7fba8e936d09e09$export$4c743a224900c982 = (0, $6V7OS$styled).div`
|
|
7773
|
+
display: flex;
|
|
7774
|
+
flex-direction: row;
|
|
7775
|
+
gap: 5px;
|
|
7776
|
+
cursor: pointer;
|
|
7766
7777
|
`;
|
|
7767
7778
|
|
|
7768
7779
|
|
|
@@ -8270,15 +8281,15 @@ $parcel$export($d5b8caaa4a69d23b$exports, "TmRentalsPage", () => $d5b8caaa4a69d2
|
|
|
8270
8281
|
|
|
8271
8282
|
|
|
8272
8283
|
|
|
8273
|
-
const $3eaaedd3e689ab78$export$eddf54ea3db8d0f0 = (0, $6V7OS$styled).div`
|
|
8274
|
-
width: 100%;
|
|
8275
|
-
display: flex;
|
|
8276
|
-
align-items: end;
|
|
8277
|
-
justify-content: end;
|
|
8278
|
-
gap: 8px;
|
|
8284
|
+
const $3eaaedd3e689ab78$export$eddf54ea3db8d0f0 = (0, $6V7OS$styled).div`
|
|
8285
|
+
width: 100%;
|
|
8286
|
+
display: flex;
|
|
8287
|
+
align-items: end;
|
|
8288
|
+
justify-content: end;
|
|
8289
|
+
gap: 8px;
|
|
8279
8290
|
`;
|
|
8280
|
-
const $3eaaedd3e689ab78$export$16c4b4594f026d30 = (0, $6V7OS$styled).div`
|
|
8281
|
-
padding-top: 15px;
|
|
8291
|
+
const $3eaaedd3e689ab78$export$16c4b4594f026d30 = (0, $6V7OS$styled).div`
|
|
8292
|
+
padding-top: 15px;
|
|
8282
8293
|
`;
|
|
8283
8294
|
|
|
8284
8295
|
|