@trackunit/react-form-components 1.27.7 → 1.27.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-form-components",
3
- "version": "1.27.7",
3
+ "version": "1.27.8",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "migrations": "./migrations.json",
@@ -16,7 +16,7 @@
16
16
  "zod": "^3.25.76",
17
17
  "tailwind-merge": "^2.0.0",
18
18
  "@trackunit/css-class-variance-utilities": "1.13.7",
19
- "@trackunit/react-components": "1.26.5",
19
+ "@trackunit/react-components": "1.26.6",
20
20
  "@trackunit/ui-icons": "1.13.7",
21
21
  "@trackunit/shared-utils": "1.15.7",
22
22
  "@trackunit/ui-design-tokens": "1.13.7",
@@ -14,7 +14,7 @@ var translation = {
14
14
  "dropzone.label.default": "<clickable>Ordner durchsuchen</clickable> oder Dateien per Drag & Drop einfügen …",
15
15
  "emailField.error.INVALID_EMAIL": "Bitte geben Sie eine gültige E-Mail-Adresse ein",
16
16
  "emailField.error.REQUIRED": "The email address is required",
17
- "emailField.sendEmailAction.label": "Email",
17
+ "emailField.sendEmailAction.label": "E‑Mail",
18
18
  "field.notEditable.tooltip": "Dieses Feld kann nicht bearbeitet werden",
19
19
  "field.required.asterisk.tooltip": "Dieses Feld ist ein Pflichtfeld",
20
20
  "numberField.error.GREATER_THAN": "Value must be greater than or equal to {{min}}",
@@ -22,8 +22,8 @@ var translation = {
22
22
  "numberField.error.LESS_THAN": "Value must be less than or equal to {{max}}",
23
23
  "numberField.error.NOT_IN_BETWEEN": "Must be between {{min}} and {{max}}",
24
24
  "numberField.error.REQUIRED": "This field is required",
25
- "passwordField.tooltip.hide": "Hide password",
26
- "passwordField.tooltip.show": "Show password",
25
+ "passwordField.tooltip.hide": "Passwort ausblenden",
26
+ "passwordField.tooltip.show": "Passwort anzeigen",
27
27
  "phoneField.error.INVALID_COUNTRY": "Die Ländervorwahl ist ungültig",
28
28
  "phoneField.error.INVALID_LENGTH": "Die Telefonnummer ist ungültig",
29
29
  "phoneField.error.INVALID_NUMBER": "Die Telefonnummer ist ungültig",
@@ -43,7 +43,7 @@ var translation = {
43
43
  "select.noOptionsMessage": "No options found",
44
44
  "urlField.error.INVALID_URL": "Please enter a valid URL",
45
45
  "urlField.error.REQUIRED": "The URL is required",
46
- "urlField.url.label": "Web address"
46
+ "urlField.url.label": "Webadresse"
47
47
  };
48
48
 
49
49
  exports.default = translation;
@@ -22,8 +22,8 @@ var translation = {
22
22
  "numberField.error.LESS_THAN": "Value must be less than or equal to {{max}}",
23
23
  "numberField.error.NOT_IN_BETWEEN": "Must be between {{min}} and {{max}}",
24
24
  "numberField.error.REQUIRED": "Acest câmp este obligatoriu",
25
- "passwordField.tooltip.hide": "Hide password",
26
- "passwordField.tooltip.show": "Show password",
25
+ "passwordField.tooltip.hide": "Ascundere parolă",
26
+ "passwordField.tooltip.show": "Afișare parolă",
27
27
  "phoneField.error.INVALID_COUNTRY": "Codul țării nu este valid",
28
28
  "phoneField.error.INVALID_LENGTH": "Numărul de telefon nu este valid",
29
29
  "phoneField.error.INVALID_NUMBER": "Numărul de telefon nu este valid",
@@ -43,7 +43,7 @@ var translation = {
43
43
  "select.noOptionsMessage": "No options found",
44
44
  "urlField.error.INVALID_URL": "Please enter a valid URL",
45
45
  "urlField.error.REQUIRED": "The URL is required",
46
- "urlField.url.label": "Web address"
46
+ "urlField.url.label": "Adresă web"
47
47
  };
48
48
 
49
49
  exports.default = translation;
@@ -22,8 +22,8 @@ var translation = {
22
22
  "numberField.error.LESS_THAN": "Value must be less than or equal to {{max}}",
23
23
  "numberField.error.NOT_IN_BETWEEN": "Must be between {{min}} and {{max}}",
24
24
  "numberField.error.REQUIRED": "This field is required",
25
- "passwordField.tooltip.hide": "Hide password",
26
- "passwordField.tooltip.show": "Show password",
25
+ "passwordField.tooltip.hide": "ซ่อนรหัสผ่าน",
26
+ "passwordField.tooltip.show": "แสดงรหัสผ่าน",
27
27
  "phoneField.error.INVALID_COUNTRY": "รหัสประเทศไม่ถูกต้อง",
28
28
  "phoneField.error.INVALID_LENGTH": "หมายเลขโทรศัพท์ไม่ถูกต้อง",
29
29
  "phoneField.error.INVALID_NUMBER": "หมายเลขโทรศัพท์ไม่ถูกต้อง",
@@ -39,11 +39,11 @@ var translation = {
39
39
  "schedule.label.day": "วัน",
40
40
  "search.placeholder": "ค้นหา",
41
41
  "select.loadingMessage": "กำลังโหลด...",
42
- "select.multiValue.remove": "Remove",
42
+ "select.multiValue.remove": "นำออก",
43
43
  "select.noOptionsMessage": "No options found",
44
44
  "urlField.error.INVALID_URL": "Please enter a valid URL",
45
45
  "urlField.error.REQUIRED": "The URL is required",
46
- "urlField.url.label": "Web address"
46
+ "urlField.url.label": "ที่อยู่เว็บ"
47
47
  };
48
48
 
49
49
  exports.default = translation;
@@ -22,8 +22,8 @@ var translation = {
22
22
  "numberField.error.LESS_THAN": "Value must be less than or equal to {{max}}",
23
23
  "numberField.error.NOT_IN_BETWEEN": "Must be between {{min}} and {{max}}",
24
24
  "numberField.error.REQUIRED": "Dit is een verplicht veld",
25
- "passwordField.tooltip.hide": "Hide password",
26
- "passwordField.tooltip.show": "Show password",
25
+ "passwordField.tooltip.hide": "Wachtwoord verbergen",
26
+ "passwordField.tooltip.show": "Wachtwoord tonen",
27
27
  "phoneField.error.INVALID_COUNTRY": "De landcode is niet geldig",
28
28
  "phoneField.error.INVALID_LENGTH": "Het telefoonnummer is niet geldig",
29
29
  "phoneField.error.INVALID_NUMBER": "Het telefoonnummer is niet geldig",
@@ -43,7 +43,7 @@ var translation = {
43
43
  "select.noOptionsMessage": "No options found",
44
44
  "urlField.error.INVALID_URL": "Please enter a valid URL",
45
45
  "urlField.error.REQUIRED": "The URL is required",
46
- "urlField.url.label": "Web address"
46
+ "urlField.url.label": "Webadres"
47
47
  };
48
48
 
49
49
  exports.default = translation;
@@ -22,8 +22,8 @@ var translation = {
22
22
  "numberField.error.LESS_THAN": "Value must be less than or equal to {{max}}",
23
23
  "numberField.error.NOT_IN_BETWEEN": "Must be between {{min}} and {{max}}",
24
24
  "numberField.error.REQUIRED": "Ce champ est obligatoire",
25
- "passwordField.tooltip.hide": "Hide password",
26
- "passwordField.tooltip.show": "Show password",
25
+ "passwordField.tooltip.hide": "Masquer le mot de passe",
26
+ "passwordField.tooltip.show": "Afficher le mot de passe",
27
27
  "phoneField.error.INVALID_COUNTRY": "L'indicatif du pays n'est pas valide",
28
28
  "phoneField.error.INVALID_LENGTH": "Le numéro de téléphone n’est pas valide",
29
29
  "phoneField.error.INVALID_NUMBER": "Le numéro de téléphone n’est pas valide",
@@ -33,17 +33,17 @@ var translation = {
33
33
  "phoneField.error.TOO_LONG": "Le numéro de téléphone est trop long",
34
34
  "phoneField.error.TOO_SHORT": "Le numéro de téléphone est trop court",
35
35
  "phoneField.error.undefined": "",
36
- "phoneField.phoneNumber.label": "Phone Number",
36
+ "phoneField.phoneNumber.label": "Numéro de téléphone",
37
37
  "schedule.label.active": "Active",
38
38
  "schedule.label.allDay": "All Day",
39
39
  "schedule.label.day": "Jour",
40
40
  "search.placeholder": "Rechercher",
41
41
  "select.loadingMessage": "Loading...",
42
- "select.multiValue.remove": "Remove",
42
+ "select.multiValue.remove": "Supprimer",
43
43
  "select.noOptionsMessage": "No options found",
44
44
  "urlField.error.INVALID_URL": "Please enter a valid URL",
45
45
  "urlField.error.REQUIRED": "The URL is required",
46
- "urlField.url.label": "Web address"
46
+ "urlField.url.label": "Adresse Web"
47
47
  };
48
48
 
49
49
  exports.default = translation;
@@ -14,7 +14,7 @@ var translation = {
14
14
  "dropzone.label.default": "<clickable>Keresse meg</clickable> vagy húza ide a fájlokat…",
15
15
  "emailField.error.INVALID_EMAIL": "Please enter a valid email address",
16
16
  "emailField.error.REQUIRED": "The email address is required",
17
- "emailField.sendEmailAction.label": "Email",
17
+ "emailField.sendEmailAction.label": "E-mail",
18
18
  "field.notEditable.tooltip": "Ez a mező nem szerkeszthető",
19
19
  "field.required.asterisk.tooltip": "A mező kitöltése kötelező",
20
20
  "numberField.error.GREATER_THAN": "Value must be greater than or equal to {{min}}",
@@ -22,8 +22,8 @@ var translation = {
22
22
  "numberField.error.LESS_THAN": "Value must be less than or equal to {{max}}",
23
23
  "numberField.error.NOT_IN_BETWEEN": "Must be between {{min}} and {{max}}",
24
24
  "numberField.error.REQUIRED": "A mező kitöltése kötelező",
25
- "passwordField.tooltip.hide": "Hide password",
26
- "passwordField.tooltip.show": "Show password",
25
+ "passwordField.tooltip.hide": "Jelszó elrejtése",
26
+ "passwordField.tooltip.show": "Jelszó mutatása",
27
27
  "phoneField.error.INVALID_COUNTRY": "Az országkód érvénytelen",
28
28
  "phoneField.error.INVALID_LENGTH": "A telefonszám érvénytelen",
29
29
  "phoneField.error.INVALID_NUMBER": "A telefonszám érvénytelen",
@@ -43,7 +43,7 @@ var translation = {
43
43
  "select.noOptionsMessage": "No options found",
44
44
  "urlField.error.INVALID_URL": "Please enter a valid URL",
45
45
  "urlField.error.REQUIRED": "The URL is required",
46
- "urlField.url.label": "Web address"
46
+ "urlField.url.label": "Webcím"
47
47
  };
48
48
 
49
49
  exports.default = translation;
@@ -22,8 +22,8 @@ var translation = {
22
22
  "numberField.error.LESS_THAN": "Value must be less than or equal to {{max}}",
23
23
  "numberField.error.NOT_IN_BETWEEN": "Must be between {{min}} and {{max}}",
24
24
  "numberField.error.REQUIRED": "Dette feltet er obligatorisk",
25
- "passwordField.tooltip.hide": "Hide password",
26
- "passwordField.tooltip.show": "Show password",
25
+ "passwordField.tooltip.hide": "Skjul passord",
26
+ "passwordField.tooltip.show": "Vis passord",
27
27
  "phoneField.error.INVALID_COUNTRY": "Landkoden er ikke gyldig",
28
28
  "phoneField.error.INVALID_LENGTH": "Telefonnummeret er ikke gyldig",
29
29
  "phoneField.error.INVALID_NUMBER": "Telefonnummeret er ikke gyldig",
@@ -43,7 +43,7 @@ var translation = {
43
43
  "select.noOptionsMessage": "No options found",
44
44
  "urlField.error.INVALID_URL": "Please enter a valid URL",
45
45
  "urlField.error.REQUIRED": "The URL is required",
46
- "urlField.url.label": "Web address"
46
+ "urlField.url.label": "Nettadresse"
47
47
  };
48
48
 
49
49
  exports.default = translation;
@@ -12,7 +12,7 @@ var translation = {
12
12
  "dropzone.label.default": "<clickable>Ordner durchsuchen</clickable> oder Dateien per Drag & Drop einfügen …",
13
13
  "emailField.error.INVALID_EMAIL": "Bitte geben Sie eine gültige E-Mail-Adresse ein",
14
14
  "emailField.error.REQUIRED": "The email address is required",
15
- "emailField.sendEmailAction.label": "Email",
15
+ "emailField.sendEmailAction.label": "E‑Mail",
16
16
  "field.notEditable.tooltip": "Dieses Feld kann nicht bearbeitet werden",
17
17
  "field.required.asterisk.tooltip": "Dieses Feld ist ein Pflichtfeld",
18
18
  "numberField.error.GREATER_THAN": "Value must be greater than or equal to {{min}}",
@@ -20,8 +20,8 @@ var translation = {
20
20
  "numberField.error.LESS_THAN": "Value must be less than or equal to {{max}}",
21
21
  "numberField.error.NOT_IN_BETWEEN": "Must be between {{min}} and {{max}}",
22
22
  "numberField.error.REQUIRED": "This field is required",
23
- "passwordField.tooltip.hide": "Hide password",
24
- "passwordField.tooltip.show": "Show password",
23
+ "passwordField.tooltip.hide": "Passwort ausblenden",
24
+ "passwordField.tooltip.show": "Passwort anzeigen",
25
25
  "phoneField.error.INVALID_COUNTRY": "Die Ländervorwahl ist ungültig",
26
26
  "phoneField.error.INVALID_LENGTH": "Die Telefonnummer ist ungültig",
27
27
  "phoneField.error.INVALID_NUMBER": "Die Telefonnummer ist ungültig",
@@ -41,7 +41,7 @@ var translation = {
41
41
  "select.noOptionsMessage": "No options found",
42
42
  "urlField.error.INVALID_URL": "Please enter a valid URL",
43
43
  "urlField.error.REQUIRED": "The URL is required",
44
- "urlField.url.label": "Web address"
44
+ "urlField.url.label": "Webadresse"
45
45
  };
46
46
 
47
47
  export { translation as default };
@@ -20,8 +20,8 @@ var translation = {
20
20
  "numberField.error.LESS_THAN": "Value must be less than or equal to {{max}}",
21
21
  "numberField.error.NOT_IN_BETWEEN": "Must be between {{min}} and {{max}}",
22
22
  "numberField.error.REQUIRED": "Acest câmp este obligatoriu",
23
- "passwordField.tooltip.hide": "Hide password",
24
- "passwordField.tooltip.show": "Show password",
23
+ "passwordField.tooltip.hide": "Ascundere parolă",
24
+ "passwordField.tooltip.show": "Afișare parolă",
25
25
  "phoneField.error.INVALID_COUNTRY": "Codul țării nu este valid",
26
26
  "phoneField.error.INVALID_LENGTH": "Numărul de telefon nu este valid",
27
27
  "phoneField.error.INVALID_NUMBER": "Numărul de telefon nu este valid",
@@ -41,7 +41,7 @@ var translation = {
41
41
  "select.noOptionsMessage": "No options found",
42
42
  "urlField.error.INVALID_URL": "Please enter a valid URL",
43
43
  "urlField.error.REQUIRED": "The URL is required",
44
- "urlField.url.label": "Web address"
44
+ "urlField.url.label": "Adresă web"
45
45
  };
46
46
 
47
47
  export { translation as default };
@@ -20,8 +20,8 @@ var translation = {
20
20
  "numberField.error.LESS_THAN": "Value must be less than or equal to {{max}}",
21
21
  "numberField.error.NOT_IN_BETWEEN": "Must be between {{min}} and {{max}}",
22
22
  "numberField.error.REQUIRED": "This field is required",
23
- "passwordField.tooltip.hide": "Hide password",
24
- "passwordField.tooltip.show": "Show password",
23
+ "passwordField.tooltip.hide": "ซ่อนรหัสผ่าน",
24
+ "passwordField.tooltip.show": "แสดงรหัสผ่าน",
25
25
  "phoneField.error.INVALID_COUNTRY": "รหัสประเทศไม่ถูกต้อง",
26
26
  "phoneField.error.INVALID_LENGTH": "หมายเลขโทรศัพท์ไม่ถูกต้อง",
27
27
  "phoneField.error.INVALID_NUMBER": "หมายเลขโทรศัพท์ไม่ถูกต้อง",
@@ -37,11 +37,11 @@ var translation = {
37
37
  "schedule.label.day": "วัน",
38
38
  "search.placeholder": "ค้นหา",
39
39
  "select.loadingMessage": "กำลังโหลด...",
40
- "select.multiValue.remove": "Remove",
40
+ "select.multiValue.remove": "นำออก",
41
41
  "select.noOptionsMessage": "No options found",
42
42
  "urlField.error.INVALID_URL": "Please enter a valid URL",
43
43
  "urlField.error.REQUIRED": "The URL is required",
44
- "urlField.url.label": "Web address"
44
+ "urlField.url.label": "ที่อยู่เว็บ"
45
45
  };
46
46
 
47
47
  export { translation as default };
@@ -20,8 +20,8 @@ var translation = {
20
20
  "numberField.error.LESS_THAN": "Value must be less than or equal to {{max}}",
21
21
  "numberField.error.NOT_IN_BETWEEN": "Must be between {{min}} and {{max}}",
22
22
  "numberField.error.REQUIRED": "Dit is een verplicht veld",
23
- "passwordField.tooltip.hide": "Hide password",
24
- "passwordField.tooltip.show": "Show password",
23
+ "passwordField.tooltip.hide": "Wachtwoord verbergen",
24
+ "passwordField.tooltip.show": "Wachtwoord tonen",
25
25
  "phoneField.error.INVALID_COUNTRY": "De landcode is niet geldig",
26
26
  "phoneField.error.INVALID_LENGTH": "Het telefoonnummer is niet geldig",
27
27
  "phoneField.error.INVALID_NUMBER": "Het telefoonnummer is niet geldig",
@@ -41,7 +41,7 @@ var translation = {
41
41
  "select.noOptionsMessage": "No options found",
42
42
  "urlField.error.INVALID_URL": "Please enter a valid URL",
43
43
  "urlField.error.REQUIRED": "The URL is required",
44
- "urlField.url.label": "Web address"
44
+ "urlField.url.label": "Webadres"
45
45
  };
46
46
 
47
47
  export { translation as default };
@@ -20,8 +20,8 @@ var translation = {
20
20
  "numberField.error.LESS_THAN": "Value must be less than or equal to {{max}}",
21
21
  "numberField.error.NOT_IN_BETWEEN": "Must be between {{min}} and {{max}}",
22
22
  "numberField.error.REQUIRED": "Ce champ est obligatoire",
23
- "passwordField.tooltip.hide": "Hide password",
24
- "passwordField.tooltip.show": "Show password",
23
+ "passwordField.tooltip.hide": "Masquer le mot de passe",
24
+ "passwordField.tooltip.show": "Afficher le mot de passe",
25
25
  "phoneField.error.INVALID_COUNTRY": "L'indicatif du pays n'est pas valide",
26
26
  "phoneField.error.INVALID_LENGTH": "Le numéro de téléphone n’est pas valide",
27
27
  "phoneField.error.INVALID_NUMBER": "Le numéro de téléphone n’est pas valide",
@@ -31,17 +31,17 @@ var translation = {
31
31
  "phoneField.error.TOO_LONG": "Le numéro de téléphone est trop long",
32
32
  "phoneField.error.TOO_SHORT": "Le numéro de téléphone est trop court",
33
33
  "phoneField.error.undefined": "",
34
- "phoneField.phoneNumber.label": "Phone Number",
34
+ "phoneField.phoneNumber.label": "Numéro de téléphone",
35
35
  "schedule.label.active": "Active",
36
36
  "schedule.label.allDay": "All Day",
37
37
  "schedule.label.day": "Jour",
38
38
  "search.placeholder": "Rechercher",
39
39
  "select.loadingMessage": "Loading...",
40
- "select.multiValue.remove": "Remove",
40
+ "select.multiValue.remove": "Supprimer",
41
41
  "select.noOptionsMessage": "No options found",
42
42
  "urlField.error.INVALID_URL": "Please enter a valid URL",
43
43
  "urlField.error.REQUIRED": "The URL is required",
44
- "urlField.url.label": "Web address"
44
+ "urlField.url.label": "Adresse Web"
45
45
  };
46
46
 
47
47
  export { translation as default };
@@ -12,7 +12,7 @@ var translation = {
12
12
  "dropzone.label.default": "<clickable>Keresse meg</clickable> vagy húza ide a fájlokat…",
13
13
  "emailField.error.INVALID_EMAIL": "Please enter a valid email address",
14
14
  "emailField.error.REQUIRED": "The email address is required",
15
- "emailField.sendEmailAction.label": "Email",
15
+ "emailField.sendEmailAction.label": "E-mail",
16
16
  "field.notEditable.tooltip": "Ez a mező nem szerkeszthető",
17
17
  "field.required.asterisk.tooltip": "A mező kitöltése kötelező",
18
18
  "numberField.error.GREATER_THAN": "Value must be greater than or equal to {{min}}",
@@ -20,8 +20,8 @@ var translation = {
20
20
  "numberField.error.LESS_THAN": "Value must be less than or equal to {{max}}",
21
21
  "numberField.error.NOT_IN_BETWEEN": "Must be between {{min}} and {{max}}",
22
22
  "numberField.error.REQUIRED": "A mező kitöltése kötelező",
23
- "passwordField.tooltip.hide": "Hide password",
24
- "passwordField.tooltip.show": "Show password",
23
+ "passwordField.tooltip.hide": "Jelszó elrejtése",
24
+ "passwordField.tooltip.show": "Jelszó mutatása",
25
25
  "phoneField.error.INVALID_COUNTRY": "Az országkód érvénytelen",
26
26
  "phoneField.error.INVALID_LENGTH": "A telefonszám érvénytelen",
27
27
  "phoneField.error.INVALID_NUMBER": "A telefonszám érvénytelen",
@@ -41,7 +41,7 @@ var translation = {
41
41
  "select.noOptionsMessage": "No options found",
42
42
  "urlField.error.INVALID_URL": "Please enter a valid URL",
43
43
  "urlField.error.REQUIRED": "The URL is required",
44
- "urlField.url.label": "Web address"
44
+ "urlField.url.label": "Webcím"
45
45
  };
46
46
 
47
47
  export { translation as default };
@@ -20,8 +20,8 @@ var translation = {
20
20
  "numberField.error.LESS_THAN": "Value must be less than or equal to {{max}}",
21
21
  "numberField.error.NOT_IN_BETWEEN": "Must be between {{min}} and {{max}}",
22
22
  "numberField.error.REQUIRED": "Dette feltet er obligatorisk",
23
- "passwordField.tooltip.hide": "Hide password",
24
- "passwordField.tooltip.show": "Show password",
23
+ "passwordField.tooltip.hide": "Skjul passord",
24
+ "passwordField.tooltip.show": "Vis passord",
25
25
  "phoneField.error.INVALID_COUNTRY": "Landkoden er ikke gyldig",
26
26
  "phoneField.error.INVALID_LENGTH": "Telefonnummeret er ikke gyldig",
27
27
  "phoneField.error.INVALID_NUMBER": "Telefonnummeret er ikke gyldig",
@@ -41,7 +41,7 @@ var translation = {
41
41
  "select.noOptionsMessage": "No options found",
42
42
  "urlField.error.INVALID_URL": "Please enter a valid URL",
43
43
  "urlField.error.REQUIRED": "The URL is required",
44
- "urlField.url.label": "Web address"
44
+ "urlField.url.label": "Nettadresse"
45
45
  };
46
46
 
47
47
  export { translation as default };