@topconsultnpm/sdkui-react 6.20.0-dev2.50 → 6.20.0-dev2.51
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.
|
@@ -361,12 +361,6 @@ export const taskValidatorAsync = async (taskDescriptor) => {
|
|
|
361
361
|
vil.push(new ValidationItem(ResultTypes.ERROR, SDKUI_Localizator.ErrorStartEndDate, `${SDKUI_Localizator.StartDateMustBeBeforeEndDate}`));
|
|
362
362
|
}
|
|
363
363
|
}
|
|
364
|
-
// Validate that reminderTime is less than endTime
|
|
365
|
-
if (taskDescriptor.remTime && taskDescriptor.endTime) {
|
|
366
|
-
if (taskDescriptor.remTime >= taskDescriptor.endTime) {
|
|
367
|
-
vil.push(new ValidationItem(ResultTypes.ERROR, SDKUI_Localizator.ErrorEndRemDate, `${SDKUI_Localizator.ReminderDateMustBeBeforeEndDate}`));
|
|
368
|
-
}
|
|
369
|
-
}
|
|
370
364
|
return vil;
|
|
371
365
|
};
|
|
372
366
|
const getPDGExtended = (pdg) => {
|
|
@@ -541,7 +541,6 @@ export declare class SDKUI_Localizator {
|
|
|
541
541
|
static get RequiredNOT(): "Nicht obligatorisch" | "Not mandatory" | "No obligatorio" | "Pas obligatoire" | "Não é obrigatório" | "Non obbligatorio";
|
|
542
542
|
static get Refresh(): "Aktualisieren" | "Refresh" | "Actualizar" | "Mis à jour" | "Refrescar" | "Aggiorna";
|
|
543
543
|
static get Reminder(): "Erinnerung" | "Reminder" | "Recordatorio" | "Rappel" | "Lembrete" | "Promemoria";
|
|
544
|
-
static get ReminderDateMustBeBeforeEndDate(): "Das Erinnerungsdatum muss vor dem Enddatum liegen" | "The reminder date must be before the end date" | "La fecha de recordatorio debe ser anterior a la fecha de finalización" | "La date de rappel doit être antérieure à la date de fin" | "A data de lembrete deve ser anterior à data de término" | "La data di promemoria deve essere precedente alla data di fine";
|
|
545
544
|
static get ReminderSetForToday(): "Es gibt eine Erinnerung, die für heute eingestellt ist und bis zum Ablaufdatum gültig ist" | "There is a reminder set for today, valid until the expiration date" | "Hay un recordatorio establecido para hoy, válido hasta la fecha de vencimiento" | "Il y a un rappel réglé pour aujourd'hui, valable jusqu'à la date d'échéance" | "Há um lembrete definido para hoje, válido até à data de expiração" | "È presente un promemoria impostato per oggi, valido fino alla data di scadenza";
|
|
546
545
|
static get Remove(): "Entfernen" | "Remove" | "Quitar" | "Supprime" | "Remover" | "Rimuovi";
|
|
547
546
|
static get RemoveAll(): "Alle entfernen" | "Remove all" | "Eliminar todo" | "Supprime tout" | "Remover todos" | "Rimuovi tutto";
|
|
@@ -5381,16 +5381,6 @@ export class SDKUI_Localizator {
|
|
|
5381
5381
|
default: return "Promemoria";
|
|
5382
5382
|
}
|
|
5383
5383
|
}
|
|
5384
|
-
static get ReminderDateMustBeBeforeEndDate() {
|
|
5385
|
-
switch (this._cultureID) {
|
|
5386
|
-
case CultureIDs.De_DE: return "Das Erinnerungsdatum muss vor dem Enddatum liegen";
|
|
5387
|
-
case CultureIDs.En_US: return "The reminder date must be before the end date";
|
|
5388
|
-
case CultureIDs.Es_ES: return "La fecha de recordatorio debe ser anterior a la fecha de finalización";
|
|
5389
|
-
case CultureIDs.Fr_FR: return "La date de rappel doit être antérieure à la date de fin";
|
|
5390
|
-
case CultureIDs.Pt_PT: return "A data de lembrete deve ser anterior à data de término";
|
|
5391
|
-
default: return "La data di promemoria deve essere precedente alla data di fine";
|
|
5392
|
-
}
|
|
5393
|
-
}
|
|
5394
5384
|
static get ReminderSetForToday() {
|
|
5395
5385
|
switch (this._cultureID) {
|
|
5396
5386
|
case CultureIDs.De_DE: return "Es gibt eine Erinnerung, die für heute eingestellt ist und bis zum Ablaufdatum gültig ist";
|