@trackunit/react-form-components 1.27.2 → 1.27.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/package.json +2 -2
- package/translation.cjs11.js +3 -3
- package/translation.cjs14.js +3 -3
- package/translation.cjs15.js +4 -4
- package/translation.cjs16.js +4 -4
- package/translation.cjs8.js +4 -4
- package/translation.esm11.js +3 -3
- package/translation.esm14.js +3 -3
- package/translation.esm15.js +4 -4
- package/translation.esm16.js +4 -4
- package/translation.esm8.js +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/react-form-components",
|
|
3
|
-
"version": "1.27.
|
|
3
|
+
"version": "1.27.4",
|
|
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.6",
|
|
19
|
-
"@trackunit/react-components": "1.26.
|
|
19
|
+
"@trackunit/react-components": "1.26.3",
|
|
20
20
|
"@trackunit/ui-icons": "1.13.6",
|
|
21
21
|
"@trackunit/shared-utils": "1.15.6",
|
|
22
22
|
"@trackunit/ui-design-tokens": "1.13.6",
|
package/translation.cjs11.js
CHANGED
|
@@ -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": "Este campo é obrigatório",
|
|
25
|
-
"passwordField.tooltip.hide": "
|
|
26
|
-
"passwordField.tooltip.show": "
|
|
25
|
+
"passwordField.tooltip.hide": "Ocultar palavra-passe",
|
|
26
|
+
"passwordField.tooltip.show": "Mostrar palavra-passe",
|
|
27
27
|
"phoneField.error.INVALID_COUNTRY": "O código do país não é válido",
|
|
28
28
|
"phoneField.error.INVALID_LENGTH": "O número de telefone não é válido",
|
|
29
29
|
"phoneField.error.INVALID_NUMBER": "O número de telefone não é válido",
|
|
@@ -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": "
|
|
46
|
+
"urlField.url.label": "Endereço da Internet"
|
|
47
47
|
};
|
|
48
48
|
|
|
49
49
|
exports.default = translation;
|
package/translation.cjs14.js
CHANGED
|
@@ -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": "
|
|
26
|
-
"passwordField.tooltip.show": "
|
|
25
|
+
"passwordField.tooltip.hide": "Ocultar contraseña",
|
|
26
|
+
"passwordField.tooltip.show": "Mostrar contraseña",
|
|
27
27
|
"phoneField.error.INVALID_COUNTRY": "El código de país no es válido",
|
|
28
28
|
"phoneField.error.INVALID_LENGTH": "El número de teléfono no es válido",
|
|
29
29
|
"phoneField.error.INVALID_NUMBER": "El número de teléfono no es válido",
|
|
@@ -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": "
|
|
46
|
+
"urlField.url.label": "Dirección web"
|
|
47
47
|
};
|
|
48
48
|
|
|
49
49
|
exports.default = translation;
|
package/translation.cjs15.js
CHANGED
|
@@ -14,7 +14,7 @@ var translation = {
|
|
|
14
14
|
"dropzone.label.default": "<clickable>Bläddra</clickable> bland filerna eller dra dem hit...",
|
|
15
15
|
"emailField.error.INVALID_EMAIL": "Ange en giltig e-postadress",
|
|
16
16
|
"emailField.error.REQUIRED": "The email address is required",
|
|
17
|
-
"emailField.sendEmailAction.label": "
|
|
17
|
+
"emailField.sendEmailAction.label": "E-post",
|
|
18
18
|
"field.notEditable.tooltip": "Detta fält kan inte redigeras",
|
|
19
19
|
"field.required.asterisk.tooltip": "Detta fält är obligatoriskt",
|
|
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": "
|
|
26
|
-
"passwordField.tooltip.show": "
|
|
25
|
+
"passwordField.tooltip.hide": "Dölj lösenord",
|
|
26
|
+
"passwordField.tooltip.show": "Visa lösenord",
|
|
27
27
|
"phoneField.error.INVALID_COUNTRY": "Landskoden är inte giltig",
|
|
28
28
|
"phoneField.error.INVALID_LENGTH": "Telefonnumret är inte giltigt",
|
|
29
29
|
"phoneField.error.INVALID_NUMBER": "Telefonnumret är inte giltigt",
|
|
@@ -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": "
|
|
46
|
+
"urlField.url.label": "Webbadress"
|
|
47
47
|
};
|
|
48
48
|
|
|
49
49
|
exports.default = translation;
|
package/translation.cjs16.js
CHANGED
|
@@ -14,7 +14,7 @@ var translation = {
|
|
|
14
14
|
"dropzone.label.default": "<clickable>ファイルを選択</clickable>またはここにファイルをドラッグ",
|
|
15
15
|
"emailField.error.INVALID_EMAIL": "有効なメールアドレスを入力してください",
|
|
16
16
|
"emailField.error.REQUIRED": "The email address is required",
|
|
17
|
-
"emailField.sendEmailAction.label": "
|
|
17
|
+
"emailField.sendEmailAction.label": "メールアドレス",
|
|
18
18
|
"field.notEditable.tooltip": "このフィールドは編集できません",
|
|
19
19
|
"field.required.asterisk.tooltip": "この欄は必須項目です",
|
|
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": "この欄は必須項目です",
|
|
25
|
-
"passwordField.tooltip.hide": "
|
|
26
|
-
"passwordField.tooltip.show": "
|
|
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": "電話番号が無効です",
|
|
@@ -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
|
|
46
|
+
"urlField.url.label": "Webアドレス"
|
|
47
47
|
};
|
|
48
48
|
|
|
49
49
|
exports.default = translation;
|
package/translation.cjs8.js
CHANGED
|
@@ -14,7 +14,7 @@ var translation = {
|
|
|
14
14
|
"dropzone.label.default": "<clickable>Sfoglia</clickable> o trascina i file qui...",
|
|
15
15
|
"emailField.error.INVALID_EMAIL": "Inserisci un indirizzo email valido",
|
|
16
16
|
"emailField.error.REQUIRED": "The email address is required",
|
|
17
|
-
"emailField.sendEmailAction.label": "
|
|
17
|
+
"emailField.sendEmailAction.label": "E-mail",
|
|
18
18
|
"field.notEditable.tooltip": "Questo campo non è modificabile",
|
|
19
19
|
"field.required.asterisk.tooltip": "Questo campo è obbligatorio",
|
|
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": "Questo campo è obbligatorio",
|
|
25
|
-
"passwordField.tooltip.hide": "
|
|
26
|
-
"passwordField.tooltip.show": "
|
|
25
|
+
"passwordField.tooltip.hide": "Nascondi password",
|
|
26
|
+
"passwordField.tooltip.show": "Mostra password",
|
|
27
27
|
"phoneField.error.INVALID_COUNTRY": "Il codice Paese non è valido",
|
|
28
28
|
"phoneField.error.INVALID_LENGTH": "Il numero di telefono non è valido",
|
|
29
29
|
"phoneField.error.INVALID_NUMBER": "Il numero di telefono non è valido",
|
|
@@ -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": "
|
|
46
|
+
"urlField.url.label": "Indirizzo web"
|
|
47
47
|
};
|
|
48
48
|
|
|
49
49
|
exports.default = translation;
|
package/translation.esm11.js
CHANGED
|
@@ -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": "Este campo é obrigatório",
|
|
23
|
-
"passwordField.tooltip.hide": "
|
|
24
|
-
"passwordField.tooltip.show": "
|
|
23
|
+
"passwordField.tooltip.hide": "Ocultar palavra-passe",
|
|
24
|
+
"passwordField.tooltip.show": "Mostrar palavra-passe",
|
|
25
25
|
"phoneField.error.INVALID_COUNTRY": "O código do país não é válido",
|
|
26
26
|
"phoneField.error.INVALID_LENGTH": "O número de telefone não é válido",
|
|
27
27
|
"phoneField.error.INVALID_NUMBER": "O número de telefone não é válido",
|
|
@@ -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": "
|
|
44
|
+
"urlField.url.label": "Endereço da Internet"
|
|
45
45
|
};
|
|
46
46
|
|
|
47
47
|
export { translation as default };
|
package/translation.esm14.js
CHANGED
|
@@ -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": "
|
|
24
|
-
"passwordField.tooltip.show": "
|
|
23
|
+
"passwordField.tooltip.hide": "Ocultar contraseña",
|
|
24
|
+
"passwordField.tooltip.show": "Mostrar contraseña",
|
|
25
25
|
"phoneField.error.INVALID_COUNTRY": "El código de país no es válido",
|
|
26
26
|
"phoneField.error.INVALID_LENGTH": "El número de teléfono no es válido",
|
|
27
27
|
"phoneField.error.INVALID_NUMBER": "El número de teléfono no es válido",
|
|
@@ -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": "
|
|
44
|
+
"urlField.url.label": "Dirección web"
|
|
45
45
|
};
|
|
46
46
|
|
|
47
47
|
export { translation as default };
|
package/translation.esm15.js
CHANGED
|
@@ -12,7 +12,7 @@ var translation = {
|
|
|
12
12
|
"dropzone.label.default": "<clickable>Bläddra</clickable> bland filerna eller dra dem hit...",
|
|
13
13
|
"emailField.error.INVALID_EMAIL": "Ange en giltig e-postadress",
|
|
14
14
|
"emailField.error.REQUIRED": "The email address is required",
|
|
15
|
-
"emailField.sendEmailAction.label": "
|
|
15
|
+
"emailField.sendEmailAction.label": "E-post",
|
|
16
16
|
"field.notEditable.tooltip": "Detta fält kan inte redigeras",
|
|
17
17
|
"field.required.asterisk.tooltip": "Detta fält är obligatoriskt",
|
|
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": "
|
|
24
|
-
"passwordField.tooltip.show": "
|
|
23
|
+
"passwordField.tooltip.hide": "Dölj lösenord",
|
|
24
|
+
"passwordField.tooltip.show": "Visa lösenord",
|
|
25
25
|
"phoneField.error.INVALID_COUNTRY": "Landskoden är inte giltig",
|
|
26
26
|
"phoneField.error.INVALID_LENGTH": "Telefonnumret är inte giltigt",
|
|
27
27
|
"phoneField.error.INVALID_NUMBER": "Telefonnumret är inte giltigt",
|
|
@@ -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": "
|
|
44
|
+
"urlField.url.label": "Webbadress"
|
|
45
45
|
};
|
|
46
46
|
|
|
47
47
|
export { translation as default };
|
package/translation.esm16.js
CHANGED
|
@@ -12,7 +12,7 @@ var translation = {
|
|
|
12
12
|
"dropzone.label.default": "<clickable>ファイルを選択</clickable>またはここにファイルをドラッグ",
|
|
13
13
|
"emailField.error.INVALID_EMAIL": "有効なメールアドレスを入力してください",
|
|
14
14
|
"emailField.error.REQUIRED": "The email address is required",
|
|
15
|
-
"emailField.sendEmailAction.label": "
|
|
15
|
+
"emailField.sendEmailAction.label": "メールアドレス",
|
|
16
16
|
"field.notEditable.tooltip": "このフィールドは編集できません",
|
|
17
17
|
"field.required.asterisk.tooltip": "この欄は必須項目です",
|
|
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": "この欄は必須項目です",
|
|
23
|
-
"passwordField.tooltip.hide": "
|
|
24
|
-
"passwordField.tooltip.show": "
|
|
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": "電話番号が無効です",
|
|
@@ -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
|
|
44
|
+
"urlField.url.label": "Webアドレス"
|
|
45
45
|
};
|
|
46
46
|
|
|
47
47
|
export { translation as default };
|
package/translation.esm8.js
CHANGED
|
@@ -12,7 +12,7 @@ var translation = {
|
|
|
12
12
|
"dropzone.label.default": "<clickable>Sfoglia</clickable> o trascina i file qui...",
|
|
13
13
|
"emailField.error.INVALID_EMAIL": "Inserisci un indirizzo email valido",
|
|
14
14
|
"emailField.error.REQUIRED": "The email address is required",
|
|
15
|
-
"emailField.sendEmailAction.label": "
|
|
15
|
+
"emailField.sendEmailAction.label": "E-mail",
|
|
16
16
|
"field.notEditable.tooltip": "Questo campo non è modificabile",
|
|
17
17
|
"field.required.asterisk.tooltip": "Questo campo è obbligatorio",
|
|
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": "Questo campo è obbligatorio",
|
|
23
|
-
"passwordField.tooltip.hide": "
|
|
24
|
-
"passwordField.tooltip.show": "
|
|
23
|
+
"passwordField.tooltip.hide": "Nascondi password",
|
|
24
|
+
"passwordField.tooltip.show": "Mostra password",
|
|
25
25
|
"phoneField.error.INVALID_COUNTRY": "Il codice Paese non è valido",
|
|
26
26
|
"phoneField.error.INVALID_LENGTH": "Il numero di telefono non è valido",
|
|
27
27
|
"phoneField.error.INVALID_NUMBER": "Il numero di telefono non è valido",
|
|
@@ -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": "
|
|
44
|
+
"urlField.url.label": "Indirizzo web"
|
|
45
45
|
};
|
|
46
46
|
|
|
47
47
|
export { translation as default };
|