pcm-shared-components 2.0.173 → 2.0.175
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.
|
@@ -167,7 +167,7 @@ DateCalendar.propTypes = {
|
|
|
167
167
|
/** i18next localization to use for the component. Don't use the library localization or else it won't load properly on the consuming application */
|
|
168
168
|
i18next: PropTypes.any,
|
|
169
169
|
/** Controls the size of the day in the calendar */
|
|
170
|
-
daySize: PropTypes.
|
|
170
|
+
daySize: PropTypes.number,
|
|
171
171
|
/** Controls the padding of the datepicker */
|
|
172
172
|
datepickerPadding: PropTypes.number
|
|
173
173
|
};
|
|
@@ -285,6 +285,7 @@
|
|
|
285
285
|
"audit_username": "Audited User",
|
|
286
286
|
"auto_load_dates": "Auto load next available dates on booking portal",
|
|
287
287
|
"auto_populate_fields": "Auto Populate Fields",
|
|
288
|
+
"availability": "Availability",
|
|
288
289
|
"available": "Available",
|
|
289
290
|
"available_on_these_dates": "Available on these dates",
|
|
290
291
|
"avg": "Avg",
|
|
@@ -285,6 +285,7 @@
|
|
|
285
285
|
"audit_username": "Usuario auditado",
|
|
286
286
|
"auto_load_dates": "Carga automática de las próximas fechas disponibles en el portal de reservas",
|
|
287
287
|
"auto_populate_fields": "Rellenar automáticamente campos",
|
|
288
|
+
"availability": "Disponibilidad",
|
|
288
289
|
"available": "Disponible",
|
|
289
290
|
"available_on_these_dates": "Disponible en estas fechas",
|
|
290
291
|
"avg": "Promedio",
|
|
@@ -285,6 +285,7 @@
|
|
|
285
285
|
"audit_username": "Utilisateur audité",
|
|
286
286
|
"auto_load_dates": "Chargement automatique des prochaines dates disponibles sur le portail de réservation",
|
|
287
287
|
"auto_populate_fields": "Remplir automatiquement les champs",
|
|
288
|
+
"availability": "Disponibilité",
|
|
288
289
|
"available": "Disponible",
|
|
289
290
|
"available_on_these_dates": "Disponible à ces dates",
|
|
290
291
|
"avg": "Moy",
|