@arquimedes.co/eureka-forms 3.0.49-new-steps → 3.0.50-test
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/@Types/Condition.d.ts +6 -4
- package/dist/@Types/ErkValue.d.ts +16 -0
- package/dist/@Types/ErkValue.js +1 -0
- package/dist/@Types/Form.d.ts +1 -0
- package/dist/@Types/FormStep.d.ts +10 -8
- package/dist/@Types/FormStep.js +1 -2
- package/dist/@Types/User.d.ts +13 -0
- package/dist/@Types/User.js +1 -0
- package/dist/App/App.js +1 -1
- package/dist/App/AppFunctions.js +8 -3
- package/dist/App/AppHooks.js +20 -1
- package/dist/Form/Form.js +6 -2
- package/dist/Form/Form.module.css +48 -39
- package/dist/FormSteps/ApiSelectorStep/MaterialApiSelectorStep/MaterialApiSelectorStep.js +8 -4
- package/dist/FormSteps/CBRStepMapper.js +1 -1
- package/dist/FormSteps/ClassifierSelectorStep/MaterialClassifierSelectorStep/MaterialClassifierSelectorStep.js +2 -2
- package/dist/FormSteps/DatePickerRangeStep/MaterialDatePickerRangeStep/MaterialDatePickerRangeStep.js +1 -1
- package/dist/FormSteps/EntityValueStep/MaterialEntityValuePickerStep/MaterialEntityValuePickerStep.js +52 -4
- package/dist/FormSteps/FileUploadStep/MaterialFileUploadStep/FileComponent/FileComponent.js +1 -1
- package/dist/FormSteps/FileUploadStep/MaterialFileUploadStep/FileComponent/FileComponent.module.css +1 -1
- package/dist/FormSteps/FileUploadStep/MaterialFileUploadStep/MaterialFileUploadStep.js +48 -17
- package/dist/FormSteps/FileUploadStep/MaterialFileUploadStep/MaterialFileUploadStep.module.css +16 -0
- package/dist/FormSteps/Step.js +0 -16
- package/dist/FormSteps/StepFunctions.js +6 -23
- package/dist/FormSteps/StepFunctions.test.js +3 -57
- package/dist/FormSteps/TitleStep/MaterialTitleStep/MaterialTitleStep.js +2 -1
- package/dist/Icons/@ErkIcon.d.ts +2 -2
- package/dist/Icons/@ErkIcon.js +2 -2
- package/dist/Icons/EmailIcon.d.ts +3 -0
- package/dist/Icons/{EditIcon.js → EmailIcon.js} +3 -3
- package/dist/Icons/Entities/SchoolIcon.d.ts +3 -0
- package/dist/Icons/Entities/SchoolIcon.js +7 -0
- package/dist/Icons/GroupIcon.d.ts +3 -0
- package/dist/Icons/GroupIcon.js +7 -0
- package/dist/Icons/LockedIcon.d.ts +3 -0
- package/dist/Icons/LockedIcon.js +7 -0
- package/dist/Login/Login.module.css +135 -0
- package/dist/Login/LoginLayout.module.css +68 -0
- package/dist/Login/LoginPage.d.ts +10 -0
- package/dist/Login/LoginPage.js +101 -0
- package/dist/Login/LoginTextField.d.ts +14 -0
- package/dist/Login/LoginTextField.js +29 -0
- package/dist/Services/ApiSelectorService.d.ts +366 -0
- package/dist/Services/ApiSelectorService.js +173 -0
- package/dist/Services/ApiSelectorService.test.d.ts +1 -0
- package/dist/Services/ApiSelectorService.test.js +87 -0
- package/dist/Services/DraftService.js +4 -1
- package/dist/Services/IntegrationService.d.ts +21 -0
- package/dist/Services/IntegrationService.js +22 -0
- package/dist/Services/UserService.d.ts +10 -0
- package/dist/Services/UserService.js +21 -0
- package/dist/Shared/ErkDatePicker/ErkDatePicker.js +11 -4
- package/dist/Shared/ErkDateRangePicker/ErkDateRangePicker.d.ts +3 -2
- package/dist/Shared/ErkDateRangePicker/ErkDateRangePicker.js +10 -4
- package/dist/Shared/ErkSelect/ErkSelect.d.ts +2 -2
- package/dist/Shared/InputIcon/InputIcon.js +6 -0
- package/dist/Shared/Navbar/Navbar.d.ts +2 -1
- package/dist/Shared/Navbar/Navbar.js +22 -3
- package/dist/Shared/Navbar/Navbar.module.css +22 -8
- package/dist/Shared/SmartDraftRenderer/LinkDecorator.d.ts +14 -0
- package/dist/Shared/SmartDraftRenderer/LinkDecorator.js +48 -0
- package/dist/Shared/SmartDraftRenderer/SmartDraftRenderer.js +10 -3
- package/dist/States/GlobalSlice.d.ts +4 -1
- package/dist/States/GlobalSlice.js +8 -1
- package/dist/constants/ErkIconTypes.d.ts +3 -1
- package/dist/constants/ErkIconTypes.js +2 -0
- package/dist/constants/ErkValueTypes.d.ts +6 -0
- package/dist/constants/ErkValueTypes.js +7 -0
- package/dist/constants/FormStepTypes.d.ts +3 -6
- package/dist/constants/FormStepTypes.js +1 -4
- package/dist/hooks.d.ts +3 -0
- package/dist/hooks.js +17 -1
- package/package.json +9 -3
- package/dist/@Types/AvailabilityFormStep.d.ts +0 -48
- package/dist/@Types/AvailabilityFormStep.js +0 -24
- package/dist/@Types/BankAccountFormStep.d.ts +0 -67
- package/dist/@Types/BankAccountFormStep.js +0 -14
- package/dist/@Types/BookingFormStep.d.ts +0 -156
- package/dist/@Types/BookingFormStep.js +0 -44
- package/dist/@Types/CalendarFormStep.d.ts +0 -192
- package/dist/@Types/CalendarFormStep.js +0 -48
- package/dist/@Types/CommunicationChannelFormStep.d.ts +0 -51
- package/dist/@Types/CommunicationChannelFormStep.js +0 -15
- package/dist/@Types/ConsentFormStep.d.ts +0 -36
- package/dist/@Types/ConsentFormStep.js +0 -8
- package/dist/@Types/EntityFormFormStep.d.ts +0 -66
- package/dist/@Types/EntityFormFormStep.js +0 -20
- package/dist/@Types/EventFormStep.d.ts +0 -52
- package/dist/@Types/EventFormStep.js +0 -13
- package/dist/@Types/ExternalReferenceFormStep.d.ts +0 -74
- package/dist/@Types/ExternalReferenceFormStep.js +0 -20
- package/dist/@Types/LocationFormStep.d.ts +0 -159
- package/dist/@Types/LocationFormStep.js +0 -46
- package/dist/@Types/NumericFormSteps.d.ts +0 -108
- package/dist/@Types/NumericFormSteps.js +0 -20
- package/dist/@Types/PredefinedSelectorFormStep.d.ts +0 -51
- package/dist/@Types/PredefinedSelectorFormStep.js +0 -39
- package/dist/@Types/StepRef.d.ts +0 -135
- package/dist/@Types/StepRef.js +0 -49
- package/dist/FormSteps/BookingStep/BookingStep.d.ts +0 -17
- package/dist/FormSteps/BookingStep/BookingStep.js +0 -14
- package/dist/FormSteps/BookingStep/MaterialBookingStep/MaterialBookingStep.d.ts +0 -3
- package/dist/FormSteps/BookingStep/MaterialBookingStep/MaterialBookingStep.js +0 -362
- package/dist/FormSteps/BookingStep/MaterialBookingStep/MaterialBookingStep.module.css +0 -174
- package/dist/FormSteps/CalendarStep/CalendarStep.d.ts +0 -7
- package/dist/FormSteps/CalendarStep/CalendarStep.js +0 -14
- package/dist/FormSteps/CalendarStep/MaterialCalendarStep/MaterialCalendarStep.d.ts +0 -3
- package/dist/FormSteps/CalendarStep/MaterialCalendarStep/MaterialCalendarStep.js +0 -269
- package/dist/FormSteps/CalendarStep/MaterialCalendarStep/MaterialCalendarStep.module.css +0 -531
- package/dist/FormSteps/LocationStep/LocationStep.d.ts +0 -10
- package/dist/FormSteps/LocationStep/LocationStep.js +0 -14
- package/dist/FormSteps/LocationStep/MaterialLocationStep/MaterialLocationStep.d.ts +0 -3
- package/dist/FormSteps/LocationStep/MaterialLocationStep/MaterialLocationStep.js +0 -47
- package/dist/FormSteps/LocationStep/MaterialLocationStep/MaterialLocationStep.module.css +0 -18
- package/dist/FormSteps/NumberStep/MaterialNumberStep/MaterialNumberStep.d.ts +0 -3
- package/dist/FormSteps/NumberStep/MaterialNumberStep/MaterialNumberStep.js +0 -168
- package/dist/FormSteps/NumberStep/MaterialNumberStep/MaterialNumberStep.module.css +0 -94
- package/dist/FormSteps/NumberStep/NumberStep.d.ts +0 -10
- package/dist/FormSteps/NumberStep/NumberStep.js +0 -14
- package/dist/Icons/AddIcon.d.ts +0 -3
- package/dist/Icons/AddIcon.js +0 -7
- package/dist/Icons/EditIcon.d.ts +0 -3
- package/dist/Icons/RemoveIcon.d.ts +0 -3
- package/dist/Icons/RemoveIcon.js +0 -7
- package/dist/Icons/ViewDayIcon.d.ts +0 -3
- package/dist/Icons/ViewDayIcon.js +0 -7
- package/dist/Icons/ViewWeekIcon.d.ts +0 -3
- package/dist/Icons/ViewWeekIcon.js +0 -7
- package/dist/Shared/ErkAddressAutocomplete/ErkAddressAutocomplete.d.ts +0 -19
- package/dist/Shared/ErkAddressAutocomplete/ErkAddressAutocomplete.js +0 -80
- package/dist/Shared/ErkAddressAutocomplete/ErkAddressAutocomplete.module.css +0 -82
- package/dist/Shared/ErkAddressAutocomplete/googlePlaces.d.ts +0 -29
- package/dist/Shared/ErkAddressAutocomplete/googlePlaces.js +0 -139
- package/dist/Shared/ErkLocationField/ErkLocationField.d.ts +0 -23
- package/dist/Shared/ErkLocationField/ErkLocationField.js +0 -73
- package/dist/Shared/ErkLocationField/ErkLocationField.module.css +0 -29
- package/dist/Shared/ErkLocationField/addressFields.d.ts +0 -12
- package/dist/Shared/ErkLocationField/addressFields.js +0 -34
- package/dist/Shared/ErkLocationField/locationRestrictions.d.ts +0 -6
- package/dist/Shared/ErkLocationField/locationRestrictions.js +0 -51
- package/dist/Shared/ErkLocationInput/ErkLocationInput.d.ts +0 -15
- package/dist/Shared/ErkLocationInput/ErkLocationInput.js +0 -499
- package/dist/Shared/ErkLocationInput/ErkLocationInput.module.css +0 -115
- package/dist/Shared/ErkNumberField/ErkNumberField.d.ts +0 -42
- package/dist/Shared/ErkNumberField/ErkNumberField.js +0 -170
|
@@ -1,531 +0,0 @@
|
|
|
1
|
-
/* =========================================================================
|
|
2
|
-
MaterialCalendarStep
|
|
3
|
-
========================================================================= */
|
|
4
|
-
|
|
5
|
-
.container {
|
|
6
|
-
display: flex;
|
|
7
|
-
flex-direction: column;
|
|
8
|
-
padding: 10px;
|
|
9
|
-
padding-top: 5px;
|
|
10
|
-
padding-bottom: 0;
|
|
11
|
-
box-sizing: border-box;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
/* =========================================================================
|
|
15
|
-
Toolbar
|
|
16
|
-
========================================================================= */
|
|
17
|
-
|
|
18
|
-
.toolbar {
|
|
19
|
-
display: flex;
|
|
20
|
-
align-items: center;
|
|
21
|
-
gap: 10px;
|
|
22
|
-
padding: 6px 2px 8px;
|
|
23
|
-
flex-wrap: wrap;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
/* View switcher */
|
|
27
|
-
|
|
28
|
-
.viewSwitcher {
|
|
29
|
-
display: flex;
|
|
30
|
-
border: 1px solid var(--eureka-outline, #ddd);
|
|
31
|
-
border-radius: 8px;
|
|
32
|
-
overflow: hidden;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
.viewBtn {
|
|
36
|
-
display: flex;
|
|
37
|
-
align-items: center;
|
|
38
|
-
justify-content: center;
|
|
39
|
-
padding: 5px 10px;
|
|
40
|
-
border: none;
|
|
41
|
-
border-right: 1px solid var(--eureka-outline, #ddd);
|
|
42
|
-
background: transparent;
|
|
43
|
-
cursor: pointer;
|
|
44
|
-
color: var(--eureka-text, #555);
|
|
45
|
-
opacity: 0.55;
|
|
46
|
-
transition: background 0.15s, opacity 0.15s;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
.viewBtn:last-child {
|
|
50
|
-
border-right: none;
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
.viewBtn:hover {
|
|
54
|
-
background: rgba(0, 0, 0, 0.04);
|
|
55
|
-
opacity: 0.85;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
.viewBtnActive {
|
|
59
|
-
background: var(--eureka-primary, #1976d2) !important;
|
|
60
|
-
color: #fff !important;
|
|
61
|
-
opacity: 1 !important;
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
/* Nav */
|
|
65
|
-
|
|
66
|
-
.navGroup {
|
|
67
|
-
display: flex;
|
|
68
|
-
align-items: center;
|
|
69
|
-
gap: 4px;
|
|
70
|
-
flex: 1;
|
|
71
|
-
min-width: 0;
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
.navBtn {
|
|
75
|
-
display: flex;
|
|
76
|
-
align-items: center;
|
|
77
|
-
justify-content: center;
|
|
78
|
-
padding: 4px;
|
|
79
|
-
border: none;
|
|
80
|
-
border-radius: 6px;
|
|
81
|
-
background: transparent;
|
|
82
|
-
cursor: pointer;
|
|
83
|
-
color: var(--eureka-text, #555);
|
|
84
|
-
opacity: 0.55;
|
|
85
|
-
transition: opacity 0.15s, background 0.15s;
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
.navBtn:hover {
|
|
89
|
-
background: rgba(0, 0, 0, 0.05);
|
|
90
|
-
opacity: 1;
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
.navLabel {
|
|
94
|
-
font-weight: 600;
|
|
95
|
-
font-size: 14px;
|
|
96
|
-
white-space: nowrap;
|
|
97
|
-
overflow: hidden;
|
|
98
|
-
text-overflow: ellipsis;
|
|
99
|
-
text-transform: capitalize;
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
.eventBadge {
|
|
103
|
-
font-size: 11px;
|
|
104
|
-
padding: 3px 8px;
|
|
105
|
-
border-radius: 100px;
|
|
106
|
-
background: var(--eureka-primary, #1976d2);
|
|
107
|
-
color: #fff;
|
|
108
|
-
font-weight: 500;
|
|
109
|
-
white-space: nowrap;
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
.hintText {
|
|
113
|
-
font-size: 11px;
|
|
114
|
-
opacity: 0.4;
|
|
115
|
-
white-space: nowrap;
|
|
116
|
-
margin-left: auto;
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
/* =========================================================================
|
|
120
|
-
Calendar card container
|
|
121
|
-
========================================================================= */
|
|
122
|
-
|
|
123
|
-
.calendarCard {
|
|
124
|
-
border: 1px solid var(--eureka-outline, #e0e0e0);
|
|
125
|
-
border-radius: 12px;
|
|
126
|
-
overflow: hidden;
|
|
127
|
-
background: var(--eureka-bg, #fff);
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
/* =========================================================================
|
|
131
|
-
Time grid (week / day)
|
|
132
|
-
========================================================================= */
|
|
133
|
-
|
|
134
|
-
.gridWrapper {
|
|
135
|
-
display: flex;
|
|
136
|
-
flex-direction: column;
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
/* Header */
|
|
140
|
-
|
|
141
|
-
.gridHeader {
|
|
142
|
-
display: grid;
|
|
143
|
-
border-bottom: 2px solid var(--eureka-outline, #e0e0e0);
|
|
144
|
-
position: sticky;
|
|
145
|
-
top: 0;
|
|
146
|
-
z-index: 2;
|
|
147
|
-
background: var(--eureka-bg, #fff);
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
.cornerCell {
|
|
151
|
-
width: 48px;
|
|
152
|
-
border-right: 1px solid var(--eureka-outline, #e0e0e0);
|
|
153
|
-
}
|
|
154
|
-
|
|
155
|
-
.dayHeader {
|
|
156
|
-
display: flex;
|
|
157
|
-
flex-direction: column;
|
|
158
|
-
align-items: center;
|
|
159
|
-
justify-content: center;
|
|
160
|
-
padding: 8px 4px;
|
|
161
|
-
cursor: pointer;
|
|
162
|
-
border-right: 1px solid var(--eureka-outline, #e0e0e0);
|
|
163
|
-
transition: background 0.1s;
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
.dayHeader:last-child {
|
|
167
|
-
border-right: none;
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
.dayHeader:hover {
|
|
171
|
-
background: rgba(0, 0, 0, 0.03);
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
.dayHeaderToday {
|
|
175
|
-
color: var(--eureka-primary, #1976d2);
|
|
176
|
-
}
|
|
177
|
-
|
|
178
|
-
.dayHeaderDow {
|
|
179
|
-
font-size: 11px;
|
|
180
|
-
text-transform: capitalize;
|
|
181
|
-
opacity: 0.6;
|
|
182
|
-
}
|
|
183
|
-
|
|
184
|
-
.dayHeaderNum {
|
|
185
|
-
font-size: 18px;
|
|
186
|
-
font-weight: 700;
|
|
187
|
-
line-height: 1.1;
|
|
188
|
-
}
|
|
189
|
-
|
|
190
|
-
.todayCircle {
|
|
191
|
-
display: flex;
|
|
192
|
-
align-items: center;
|
|
193
|
-
justify-content: center;
|
|
194
|
-
width: 30px;
|
|
195
|
-
height: 30px;
|
|
196
|
-
border-radius: 50%;
|
|
197
|
-
background: var(--eureka-primary, #1976d2);
|
|
198
|
-
color: #fff !important;
|
|
199
|
-
}
|
|
200
|
-
|
|
201
|
-
/* Body */
|
|
202
|
-
|
|
203
|
-
.gridBody {
|
|
204
|
-
overflow-y: auto;
|
|
205
|
-
max-height: 520px;
|
|
206
|
-
}
|
|
207
|
-
|
|
208
|
-
.gridInner {
|
|
209
|
-
display: grid;
|
|
210
|
-
}
|
|
211
|
-
|
|
212
|
-
/* Hour labels */
|
|
213
|
-
|
|
214
|
-
.hourLabels {
|
|
215
|
-
border-right: 1px solid var(--eureka-outline, #e0e0e0);
|
|
216
|
-
}
|
|
217
|
-
|
|
218
|
-
.hourLabel {
|
|
219
|
-
display: flex;
|
|
220
|
-
align-items: flex-start;
|
|
221
|
-
justify-content: flex-end;
|
|
222
|
-
padding-right: 6px;
|
|
223
|
-
padding-top: 2px;
|
|
224
|
-
font-size: 10px;
|
|
225
|
-
opacity: 0.45;
|
|
226
|
-
box-sizing: border-box;
|
|
227
|
-
border-bottom: 1px solid rgba(0, 0, 0, 0.04);
|
|
228
|
-
}
|
|
229
|
-
|
|
230
|
-
/* Day columns */
|
|
231
|
-
|
|
232
|
-
.dayColumn {
|
|
233
|
-
position: relative;
|
|
234
|
-
border-right: 1px solid var(--eureka-outline, #e0e0e0);
|
|
235
|
-
cursor: crosshair;
|
|
236
|
-
box-sizing: border-box;
|
|
237
|
-
}
|
|
238
|
-
|
|
239
|
-
.dayColumn:last-child {
|
|
240
|
-
border-right: none;
|
|
241
|
-
}
|
|
242
|
-
|
|
243
|
-
.hourLine {
|
|
244
|
-
position: absolute;
|
|
245
|
-
left: 0;
|
|
246
|
-
right: 0;
|
|
247
|
-
height: 1px;
|
|
248
|
-
background: rgba(0, 0, 0, 0.05);
|
|
249
|
-
}
|
|
250
|
-
|
|
251
|
-
/* =========================================================================
|
|
252
|
-
Event blocks
|
|
253
|
-
========================================================================= */
|
|
254
|
-
|
|
255
|
-
.eventBlock {
|
|
256
|
-
position: absolute;
|
|
257
|
-
left: 2px;
|
|
258
|
-
right: 2px;
|
|
259
|
-
border-radius: 4px;
|
|
260
|
-
padding: 2px 4px;
|
|
261
|
-
cursor: default;
|
|
262
|
-
overflow: hidden;
|
|
263
|
-
display: flex;
|
|
264
|
-
flex-direction: column;
|
|
265
|
-
z-index: 1;
|
|
266
|
-
opacity: 0.9;
|
|
267
|
-
transition: opacity 0.1s;
|
|
268
|
-
box-sizing: border-box;
|
|
269
|
-
}
|
|
270
|
-
|
|
271
|
-
.eventBlock:hover {
|
|
272
|
-
opacity: 1;
|
|
273
|
-
z-index: 2;
|
|
274
|
-
}
|
|
275
|
-
|
|
276
|
-
.eventLabel {
|
|
277
|
-
font-size: 11px;
|
|
278
|
-
font-weight: 600;
|
|
279
|
-
color: #fff;
|
|
280
|
-
white-space: nowrap;
|
|
281
|
-
overflow: hidden;
|
|
282
|
-
text-overflow: ellipsis;
|
|
283
|
-
line-height: 1.3;
|
|
284
|
-
}
|
|
285
|
-
|
|
286
|
-
.eventTime {
|
|
287
|
-
font-size: 10px;
|
|
288
|
-
color: rgba(255, 255, 255, 0.8);
|
|
289
|
-
white-space: nowrap;
|
|
290
|
-
}
|
|
291
|
-
|
|
292
|
-
.eventDeleteBtn {
|
|
293
|
-
position: absolute;
|
|
294
|
-
top: 2px;
|
|
295
|
-
right: 2px;
|
|
296
|
-
background: rgba(0, 0, 0, 0.25);
|
|
297
|
-
border: none;
|
|
298
|
-
border-radius: 3px;
|
|
299
|
-
cursor: pointer;
|
|
300
|
-
color: #fff;
|
|
301
|
-
display: none;
|
|
302
|
-
align-items: center;
|
|
303
|
-
justify-content: center;
|
|
304
|
-
padding: 1px;
|
|
305
|
-
line-height: 1;
|
|
306
|
-
}
|
|
307
|
-
|
|
308
|
-
.eventBlock:hover .eventDeleteBtn {
|
|
309
|
-
display: flex;
|
|
310
|
-
}
|
|
311
|
-
|
|
312
|
-
/* =========================================================================
|
|
313
|
-
Month view
|
|
314
|
-
========================================================================= */
|
|
315
|
-
|
|
316
|
-
.monthGrid {
|
|
317
|
-
display: grid;
|
|
318
|
-
grid-template-columns: repeat(7, 1fr);
|
|
319
|
-
}
|
|
320
|
-
|
|
321
|
-
.monthDowHeader {
|
|
322
|
-
padding: 8px 4px;
|
|
323
|
-
font-size: 11px;
|
|
324
|
-
font-weight: 600;
|
|
325
|
-
text-align: center;
|
|
326
|
-
opacity: 0.5;
|
|
327
|
-
text-transform: uppercase;
|
|
328
|
-
letter-spacing: 0.4px;
|
|
329
|
-
border-bottom: 1px solid var(--eureka-outline, #e0e0e0);
|
|
330
|
-
}
|
|
331
|
-
|
|
332
|
-
.monthCell {
|
|
333
|
-
min-height: 80px;
|
|
334
|
-
padding: 4px;
|
|
335
|
-
border-right: 1px solid var(--eureka-outline, #e0e0e0);
|
|
336
|
-
border-bottom: 1px solid var(--eureka-outline, #e0e0e0);
|
|
337
|
-
cursor: pointer;
|
|
338
|
-
transition: background 0.1s;
|
|
339
|
-
overflow: hidden;
|
|
340
|
-
}
|
|
341
|
-
|
|
342
|
-
.monthCell:nth-child(7n) {
|
|
343
|
-
border-right: none;
|
|
344
|
-
}
|
|
345
|
-
|
|
346
|
-
.monthCell:hover {
|
|
347
|
-
background: rgba(0, 0, 0, 0.02);
|
|
348
|
-
}
|
|
349
|
-
|
|
350
|
-
.monthCellOutside {
|
|
351
|
-
opacity: 0.3;
|
|
352
|
-
}
|
|
353
|
-
|
|
354
|
-
.monthCellToday .monthCellNum {
|
|
355
|
-
color: var(--eureka-primary, #1976d2);
|
|
356
|
-
}
|
|
357
|
-
|
|
358
|
-
.monthCellNum {
|
|
359
|
-
font-size: 13px;
|
|
360
|
-
font-weight: 600;
|
|
361
|
-
display: inline-flex;
|
|
362
|
-
align-items: center;
|
|
363
|
-
justify-content: center;
|
|
364
|
-
width: 24px;
|
|
365
|
-
height: 24px;
|
|
366
|
-
margin-bottom: 2px;
|
|
367
|
-
border-radius: 50%;
|
|
368
|
-
}
|
|
369
|
-
|
|
370
|
-
.monthEventDot {
|
|
371
|
-
font-size: 10px;
|
|
372
|
-
color: #fff;
|
|
373
|
-
border-radius: 3px;
|
|
374
|
-
padding: 1px 4px;
|
|
375
|
-
margin-bottom: 2px;
|
|
376
|
-
white-space: nowrap;
|
|
377
|
-
overflow: hidden;
|
|
378
|
-
text-overflow: ellipsis;
|
|
379
|
-
}
|
|
380
|
-
|
|
381
|
-
.monthMoreLabel {
|
|
382
|
-
font-size: 10px;
|
|
383
|
-
opacity: 0.5;
|
|
384
|
-
padding-left: 2px;
|
|
385
|
-
}
|
|
386
|
-
|
|
387
|
-
/* =========================================================================
|
|
388
|
-
Create popover
|
|
389
|
-
========================================================================= */
|
|
390
|
-
|
|
391
|
-
.popoverPaper {
|
|
392
|
-
border-radius: 12px !important;
|
|
393
|
-
box-shadow: 0 8px 32px rgba(0,0,0,0.15) !important;
|
|
394
|
-
min-width: 260px;
|
|
395
|
-
max-width: 300px;
|
|
396
|
-
}
|
|
397
|
-
|
|
398
|
-
.popoverHeader {
|
|
399
|
-
display: flex;
|
|
400
|
-
align-items: center;
|
|
401
|
-
justify-content: space-between;
|
|
402
|
-
padding: 12px 14px 8px;
|
|
403
|
-
border-bottom: 1px solid rgba(0, 0, 0, 0.07);
|
|
404
|
-
}
|
|
405
|
-
|
|
406
|
-
.popoverTitle {
|
|
407
|
-
font-weight: 600;
|
|
408
|
-
font-size: 14px;
|
|
409
|
-
}
|
|
410
|
-
|
|
411
|
-
.popoverClose {
|
|
412
|
-
background: none;
|
|
413
|
-
border: none;
|
|
414
|
-
cursor: pointer;
|
|
415
|
-
display: flex;
|
|
416
|
-
align-items: center;
|
|
417
|
-
opacity: 0.5;
|
|
418
|
-
padding: 2px;
|
|
419
|
-
border-radius: 4px;
|
|
420
|
-
}
|
|
421
|
-
|
|
422
|
-
.popoverClose:hover { opacity: 1; }
|
|
423
|
-
|
|
424
|
-
.popoverBody {
|
|
425
|
-
padding: 12px 14px 14px;
|
|
426
|
-
display: flex;
|
|
427
|
-
flex-direction: column;
|
|
428
|
-
gap: 8px;
|
|
429
|
-
}
|
|
430
|
-
|
|
431
|
-
.popoverLabel {
|
|
432
|
-
font-size: 11px;
|
|
433
|
-
font-weight: 600;
|
|
434
|
-
text-transform: uppercase;
|
|
435
|
-
letter-spacing: 0.4px;
|
|
436
|
-
opacity: 0.5;
|
|
437
|
-
margin-bottom: -4px;
|
|
438
|
-
}
|
|
439
|
-
|
|
440
|
-
.categoryGrid {
|
|
441
|
-
display: flex;
|
|
442
|
-
flex-wrap: wrap;
|
|
443
|
-
gap: 6px;
|
|
444
|
-
}
|
|
445
|
-
|
|
446
|
-
.categoryChip {
|
|
447
|
-
display: flex;
|
|
448
|
-
align-items: center;
|
|
449
|
-
gap: 5px;
|
|
450
|
-
padding: 4px 10px;
|
|
451
|
-
border: 1px solid var(--eureka-outline, #ddd);
|
|
452
|
-
border-radius: 100px;
|
|
453
|
-
background: transparent;
|
|
454
|
-
cursor: pointer;
|
|
455
|
-
font-size: 12px;
|
|
456
|
-
transition: border-color 0.15s, background 0.15s;
|
|
457
|
-
}
|
|
458
|
-
|
|
459
|
-
.categoryChip:hover {
|
|
460
|
-
border-color: var(--eureka-primary, #1976d2);
|
|
461
|
-
}
|
|
462
|
-
|
|
463
|
-
.categoryChipActive {
|
|
464
|
-
border-color: transparent !important;
|
|
465
|
-
}
|
|
466
|
-
|
|
467
|
-
.categoryDot {
|
|
468
|
-
width: 8px;
|
|
469
|
-
height: 8px;
|
|
470
|
-
border-radius: 50%;
|
|
471
|
-
flex-shrink: 0;
|
|
472
|
-
}
|
|
473
|
-
|
|
474
|
-
.popoverInput {
|
|
475
|
-
width: 100%;
|
|
476
|
-
padding: 7px 10px;
|
|
477
|
-
border: 1px solid var(--eureka-outline, #ccc);
|
|
478
|
-
border-radius: 6px;
|
|
479
|
-
font-size: 13px;
|
|
480
|
-
font-family: inherit;
|
|
481
|
-
box-sizing: border-box;
|
|
482
|
-
background: transparent;
|
|
483
|
-
color: inherit;
|
|
484
|
-
outline: none;
|
|
485
|
-
transition: border-color 0.15s;
|
|
486
|
-
}
|
|
487
|
-
|
|
488
|
-
.popoverInput:focus {
|
|
489
|
-
border-color: var(--eureka-primary, #1976d2);
|
|
490
|
-
}
|
|
491
|
-
|
|
492
|
-
.timeRow {
|
|
493
|
-
display: flex;
|
|
494
|
-
align-items: flex-end;
|
|
495
|
-
gap: 8px;
|
|
496
|
-
}
|
|
497
|
-
|
|
498
|
-
.timeRow > div {
|
|
499
|
-
flex: 1;
|
|
500
|
-
display: flex;
|
|
501
|
-
flex-direction: column;
|
|
502
|
-
gap: 4px;
|
|
503
|
-
}
|
|
504
|
-
|
|
505
|
-
.timeDash {
|
|
506
|
-
font-size: 16px;
|
|
507
|
-
font-weight: 300;
|
|
508
|
-
opacity: 0.4;
|
|
509
|
-
padding-bottom: 6px;
|
|
510
|
-
}
|
|
511
|
-
|
|
512
|
-
.createBtn {
|
|
513
|
-
display: flex;
|
|
514
|
-
align-items: center;
|
|
515
|
-
justify-content: center;
|
|
516
|
-
gap: 6px;
|
|
517
|
-
padding: 9px 16px;
|
|
518
|
-
border: none;
|
|
519
|
-
border-radius: 8px;
|
|
520
|
-
color: #fff;
|
|
521
|
-
font-size: 13px;
|
|
522
|
-
font-weight: 600;
|
|
523
|
-
cursor: pointer;
|
|
524
|
-
margin-top: 4px;
|
|
525
|
-
transition: opacity 0.15s;
|
|
526
|
-
font-family: inherit;
|
|
527
|
-
}
|
|
528
|
-
|
|
529
|
-
.createBtn:hover {
|
|
530
|
-
opacity: 0.9;
|
|
531
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { LocationStep } from '../../@Types/LocationFormStep';
|
|
2
|
-
import { StepProps } from '../Step';
|
|
3
|
-
export interface LocationStepProps extends StepProps {
|
|
4
|
-
/** The LocationStep to display */
|
|
5
|
-
step: LocationStep;
|
|
6
|
-
/** The icon to display */
|
|
7
|
-
IconComponent?: React.ElementType;
|
|
8
|
-
}
|
|
9
|
-
declare function LocationStepComponent(props: LocationStepProps): JSX.Element;
|
|
10
|
-
export default LocationStepComponent;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
-
import { FormStyleTypes } from '../../constants/FormStepTypes';
|
|
3
|
-
import MaterialLocationStep from './MaterialLocationStep/MaterialLocationStep';
|
|
4
|
-
import { useAppSelector } from '../../hooks';
|
|
5
|
-
function LocationStepComponent(props) {
|
|
6
|
-
const { formStyle } = useAppSelector((state) => state.global);
|
|
7
|
-
switch (formStyle.type) {
|
|
8
|
-
case FormStyleTypes.MATERIAL:
|
|
9
|
-
default: {
|
|
10
|
-
return _jsx(MaterialLocationStep, { ...props });
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
export default LocationStepComponent;
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
import { useContext } from 'react';
|
|
3
|
-
import { AddressFieldMode, LocationInputMode } from '../../../@Types/LocationFormStep';
|
|
4
|
-
import { useFormStep } from '../../StepHooks';
|
|
5
|
-
import FormContext from '../../../Contexts/FormContext';
|
|
6
|
-
import { selectBreakPoint, useAppSelector } from '../../../hooks';
|
|
7
|
-
import { calcStepWidth } from '../../StepFunctions';
|
|
8
|
-
import ErkLocationField from '../../../Shared/ErkLocationField/ErkLocationField';
|
|
9
|
-
import { fieldConfig } from '../../../Shared/ErkLocationField/addressFields';
|
|
10
|
-
import { validateRestrictions } from '../../../Shared/ErkLocationField/locationRestrictions';
|
|
11
|
-
import styles from './MaterialLocationStep.module.css';
|
|
12
|
-
function MaterialLocationStep({ step, editable }) {
|
|
13
|
-
const currentBreakPoint = useAppSelector(selectBreakPoint);
|
|
14
|
-
const { postview } = useAppSelector((state) => state.global);
|
|
15
|
-
const form = useContext(FormContext);
|
|
16
|
-
const isReadOnly = !editable || postview;
|
|
17
|
-
const widthStyle = currentBreakPoint <= step.size ? '100%' : calcStepWidth(step.size, form.size);
|
|
18
|
-
const { ref, value, onChange, error } = useFormStep(step, {
|
|
19
|
-
defaultValue: step.defaultValue ?? null,
|
|
20
|
-
rules: {
|
|
21
|
-
required: step.required ? 'La ubicación es obligatoria' : undefined,
|
|
22
|
-
validate: (val) => {
|
|
23
|
-
if (!val)
|
|
24
|
-
return step.required ? 'La ubicación es obligatoria' : true;
|
|
25
|
-
if (val.source === LocationInputMode.MANUAL) {
|
|
26
|
-
// Un campo es obligatorio en manual solo si no está omitido (FIXED lo llena solo).
|
|
27
|
-
const detail = val.addressDetail;
|
|
28
|
-
const isRequired = (key) => fieldConfig(step.addressFields, key).mode !== AddressFieldMode.OMIT;
|
|
29
|
-
if (step.required && isRequired('street') && !detail?.street)
|
|
30
|
-
return 'Por favor completa la calle en el formulario manual.';
|
|
31
|
-
if (step.required && isRequired('city') && !detail?.city)
|
|
32
|
-
return 'Por favor completa la ciudad en el formulario manual.';
|
|
33
|
-
if (step.required && isRequired('country') && !detail?.country)
|
|
34
|
-
return 'Por favor completa el país en el formulario manual.';
|
|
35
|
-
return true;
|
|
36
|
-
}
|
|
37
|
-
if (val.latitude === undefined || val.longitude === undefined) {
|
|
38
|
-
return step.required ? 'Coordenadas geográficas no capturadas.' : true;
|
|
39
|
-
}
|
|
40
|
-
// Restricciones geográficas (radio / geofence).
|
|
41
|
-
return validateRestrictions(val.latitude, val.longitude, step.restrictions) ?? true;
|
|
42
|
-
},
|
|
43
|
-
},
|
|
44
|
-
});
|
|
45
|
-
return (_jsxs("div", { className: styles.container, style: { width: widthStyle }, children: [step.label && _jsxs("div", { className: styles.label, children: [step.label, step.required && _jsx("span", { className: styles.required, children: " *" })] }), _jsx(ErkLocationField, { value: value, onChange: onChange, allowedModes: step.allowedModes, defaultMode: step.defaultMode, addressFields: step.addressFields, helperText: error?.message ?? step.description, required: step.required, error: !!error, readOnly: isReadOnly, inputRef: ref })] }));
|
|
46
|
-
}
|
|
47
|
-
export default MaterialLocationStep;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
.container {
|
|
2
|
-
max-width: 100%;
|
|
3
|
-
display: flex;
|
|
4
|
-
flex-direction: column;
|
|
5
|
-
gap: 6px;
|
|
6
|
-
padding: 5px 10px 0;
|
|
7
|
-
box-sizing: border-box;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.label {
|
|
11
|
-
font-size: 14px;
|
|
12
|
-
font-weight: 500;
|
|
13
|
-
color: var(--eureka-text, #333);
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
.required {
|
|
17
|
-
color: var(--eureka-error, #e53935);
|
|
18
|
-
}
|