reactaform 1.1.5 → 1.1.6
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/README.md +1 -1
- package/dist/{common-BnnwzTl2.js → common-C-TIZ3UJ.js} +35 -26
- package/dist/{common-DLqVHgfX.js → common-CDu1xkTC.js} +39 -30
- package/dist/{common-BQcVe8MY.js → common-CkBVkhXb.js} +35 -26
- package/dist/{common-Bzz0clAC.js → common-D4RlfeS8.js} +28 -19
- package/dist/reactaform.cjs.js +6 -6
- package/dist/reactaform.es.js +1108 -1039
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -118,7 +118,7 @@ interface ReactaDefinition {
|
|
|
118
118
|
| `image` | Image preview |
|
|
119
119
|
| `int-array`| Integer array input |
|
|
120
120
|
| `int` | Integer input |
|
|
121
|
-
| `
|
|
121
|
+
| `multi-selection` | Multiple selection |
|
|
122
122
|
| `phone` | Phone number input |
|
|
123
123
|
| `radio` | Radio button group |
|
|
124
124
|
| `rating` | Star rating |
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const e = "Soumettre", t = "Rouge",
|
|
1
|
+
const e = "Soumettre", r = "Fermer", t = "Rouge", i = "Bleu", o = "Vert", a = "Jaune", n = "Violet", s = "Cyan", u = "Magenta", l = "Noir", m = "Blanc", d = "Orange", c = "Gris", h = "Marron", b = "Rose", v = "Personnalisé", f = "Incrémenter", p = "Décrémenter", D = "Fuseau horaire", L = {
|
|
2
2
|
Submit: e,
|
|
3
3
|
"Please fix validation errors before submitting.": "Veuillez corriger les erreurs de validation avant de soumettre.",
|
|
4
4
|
"Data transformation errors occurred.": "Des erreurs de transformation de données se sont produites.",
|
|
@@ -6,18 +6,21 @@ const e = "Soumettre", t = "Rouge", r = "Bleu", o = "Vert", a = "Jaune", i = "Vi
|
|
|
6
6
|
"Submission failed.": "L'envoi a échoué.",
|
|
7
7
|
"Submission handler error occurred.": "Une erreur du gestionnaire d'envoi s'est produite.",
|
|
8
8
|
"Form submitted successfully.": "Formulaire soumis avec succès.",
|
|
9
|
+
Dismiss: r,
|
|
10
|
+
"Instance Name": "Nom de l'instance",
|
|
11
|
+
"Enter instance name": "Entrez le nom de l'instance",
|
|
9
12
|
Red: t,
|
|
10
|
-
Blue:
|
|
13
|
+
Blue: i,
|
|
11
14
|
Green: o,
|
|
12
15
|
Yellow: a,
|
|
13
|
-
Purple:
|
|
14
|
-
Cyan:
|
|
15
|
-
Magenta:
|
|
16
|
-
Black:
|
|
17
|
-
White:
|
|
18
|
-
Orange:
|
|
19
|
-
Gray:
|
|
20
|
-
Brown:
|
|
16
|
+
Purple: n,
|
|
17
|
+
Cyan: s,
|
|
18
|
+
Magenta: u,
|
|
19
|
+
Black: l,
|
|
20
|
+
White: m,
|
|
21
|
+
Orange: d,
|
|
22
|
+
Gray: c,
|
|
23
|
+
Brown: h,
|
|
21
24
|
Pink: b,
|
|
22
25
|
"Light Gray": "Gris Clair",
|
|
23
26
|
Custom: v,
|
|
@@ -60,28 +63,34 @@ const e = "Soumettre", t = "Rouge", r = "Bleu", o = "Vert", a = "Jaune", i = "Vi
|
|
|
60
63
|
"Show selected files": "Afficher les fichiers sélectionnés",
|
|
61
64
|
"Selected File": "Fichier sélectionné",
|
|
62
65
|
"Selected Files": "Fichiers sélectionnés",
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
+
"Remove file": "Supprimer le fichier",
|
|
67
|
+
"Drop files here": "Déposez les fichiers ici",
|
|
68
|
+
"Choose Files or Drag & Drop": "Choisir des fichiers ou glisser-déposer",
|
|
69
|
+
"Choose File or Drag & Drop": "Choisir un fichier ou glisser-déposer",
|
|
70
|
+
Increment: f,
|
|
71
|
+
Decrement: p,
|
|
72
|
+
Timezone: D,
|
|
73
|
+
"Lower Limit must be less than Upper Limit.": "La limite inférieure doit être inférieure à la limite supérieure."
|
|
66
74
|
};
|
|
67
75
|
export {
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
76
|
+
l as Black,
|
|
77
|
+
i as Blue,
|
|
78
|
+
h as Brown,
|
|
71
79
|
v as Custom,
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
80
|
+
s as Cyan,
|
|
81
|
+
p as Decrement,
|
|
82
|
+
r as Dismiss,
|
|
83
|
+
c as Gray,
|
|
75
84
|
o as Green,
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
85
|
+
f as Increment,
|
|
86
|
+
u as Magenta,
|
|
87
|
+
d as Orange,
|
|
79
88
|
b as Pink,
|
|
80
|
-
|
|
89
|
+
n as Purple,
|
|
81
90
|
t as Red,
|
|
82
91
|
e as Submit,
|
|
83
|
-
|
|
84
|
-
|
|
92
|
+
D as Timezone,
|
|
93
|
+
m as White,
|
|
85
94
|
a as Yellow,
|
|
86
|
-
|
|
95
|
+
L as default
|
|
87
96
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const e = "Enviar", o = "
|
|
1
|
+
const e = "Enviar", o = "Cerrar", r = "Rojo", a = "Azul", n = "Verde", t = "Amarillo", i = "Morado", s = "Cian", l = "Magenta", c = "Negro", m = "Blanco", d = "Naranja", u = "Gris", b = "Marrón", v = "Rosa", h = "Personalizado", f = "Incrementar", D = "Decrementar", p = "Zona horaria", M = {
|
|
2
2
|
Submit: e,
|
|
3
3
|
"Please fix validation errors before submitting.": "Por favor, corrija los errores de validación antes de enviar.",
|
|
4
4
|
"Data transformation errors occurred.": "Se produjeron errores de transformación de datos.",
|
|
@@ -6,21 +6,24 @@ const e = "Enviar", o = "Rojo", r = "Azul", a = "Verde", n = "Amarillo", t = "Mo
|
|
|
6
6
|
"Submission failed.": "El envío falló.",
|
|
7
7
|
"Submission handler error occurred.": "Ocurrió un error en el manejador de envío.",
|
|
8
8
|
"Form submitted successfully.": "Formulario enviado exitosamente.",
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
9
|
+
Dismiss: o,
|
|
10
|
+
"Instance Name": "Nombre de la instancia",
|
|
11
|
+
"Enter instance name": "Introduzca el nombre de la instancia",
|
|
12
|
+
Red: r,
|
|
13
|
+
Blue: a,
|
|
14
|
+
Green: n,
|
|
15
|
+
Yellow: t,
|
|
16
|
+
Purple: i,
|
|
14
17
|
Cyan: s,
|
|
15
|
-
Magenta:
|
|
16
|
-
Black:
|
|
17
|
-
White:
|
|
18
|
+
Magenta: l,
|
|
19
|
+
Black: c,
|
|
20
|
+
White: m,
|
|
18
21
|
Orange: d,
|
|
19
|
-
Gray:
|
|
20
|
-
Brown:
|
|
21
|
-
Pink:
|
|
22
|
+
Gray: u,
|
|
23
|
+
Brown: b,
|
|
24
|
+
Pink: v,
|
|
22
25
|
"Light Gray": "Gris Claro",
|
|
23
|
-
Custom:
|
|
26
|
+
Custom: h,
|
|
24
27
|
"Value required": "Valor requerido",
|
|
25
28
|
"Invalid option selected": "Opción seleccionada no válida",
|
|
26
29
|
"Must be a valid integer": "Debe ser un número entero válido",
|
|
@@ -60,28 +63,34 @@ const e = "Enviar", o = "Rojo", r = "Azul", a = "Verde", n = "Amarillo", t = "Mo
|
|
|
60
63
|
"Show selected files": "Mostrar archivos seleccionados",
|
|
61
64
|
"Selected File": "Archivo seleccionado",
|
|
62
65
|
"Selected Files": "Archivos seleccionados",
|
|
66
|
+
"Remove file": "Quitar archivo",
|
|
67
|
+
"Drop files here": "Suelte los archivos aquí",
|
|
68
|
+
"Choose Files or Drag & Drop": "Elija archivos o arrástrelos aquí",
|
|
69
|
+
"Choose File or Drag & Drop": "Elija un archivo o arrástrelo aquí",
|
|
63
70
|
Increment: f,
|
|
64
|
-
Decrement:
|
|
65
|
-
Timezone:
|
|
71
|
+
Decrement: D,
|
|
72
|
+
Timezone: p,
|
|
73
|
+
"Lower Limit must be less than Upper Limit.": "El límite inferior debe ser menor que el límite superior."
|
|
66
74
|
};
|
|
67
75
|
export {
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
76
|
+
c as Black,
|
|
77
|
+
a as Blue,
|
|
78
|
+
b as Brown,
|
|
79
|
+
h as Custom,
|
|
72
80
|
s as Cyan,
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
81
|
+
D as Decrement,
|
|
82
|
+
o as Dismiss,
|
|
83
|
+
u as Gray,
|
|
84
|
+
n as Green,
|
|
76
85
|
f as Increment,
|
|
77
|
-
|
|
86
|
+
l as Magenta,
|
|
78
87
|
d as Orange,
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
88
|
+
v as Pink,
|
|
89
|
+
i as Purple,
|
|
90
|
+
r as Red,
|
|
82
91
|
e as Submit,
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
92
|
+
p as Timezone,
|
|
93
|
+
m as White,
|
|
94
|
+
t as Yellow,
|
|
95
|
+
M as default
|
|
87
96
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const e = "Absenden", M = "Rot", t = "Blau",
|
|
1
|
+
const e = "Absenden", n = "Schließen", M = "Rot", t = "Blau", s = "Grün", i = "Gelb", a = "Lila", r = "Cyan", o = "Magenta", l = "Schwarz", m = "Weiß", u = "Orange", h = "Grau", d = "Braun", c = "Rosa", g = "Benutzerdefiniert", b = "Erhöhen", f = "Verringern", D = "Zeitzone", z = {
|
|
2
2
|
Submit: e,
|
|
3
3
|
"Please fix validation errors before submitting.": "Bitte beheben Sie die Validierungsfehler vor dem Absenden.",
|
|
4
4
|
"Data transformation errors occurred.": "Datentransformationsfehler sind aufgetreten.",
|
|
@@ -6,21 +6,24 @@ const e = "Absenden", M = "Rot", t = "Blau", n = "Grün", s = "Gelb", a = "Lila"
|
|
|
6
6
|
"Submission failed.": "Das Absenden ist fehlgeschlagen.",
|
|
7
7
|
"Submission handler error occurred.": "Ein Fehler im Übermittlungshandler ist aufgetreten.",
|
|
8
8
|
"Form submitted successfully.": "Formular erfolgreich übermittelt.",
|
|
9
|
+
Dismiss: n,
|
|
10
|
+
"Instance Name": "Instanzname",
|
|
11
|
+
"Enter instance name": "Instanznamen eingeben",
|
|
9
12
|
Red: "Rot",
|
|
10
13
|
Blue: t,
|
|
11
|
-
Green:
|
|
12
|
-
Yellow:
|
|
14
|
+
Green: s,
|
|
15
|
+
Yellow: i,
|
|
13
16
|
Purple: a,
|
|
14
|
-
Cyan:
|
|
15
|
-
Magenta:
|
|
17
|
+
Cyan: r,
|
|
18
|
+
Magenta: o,
|
|
16
19
|
Black: l,
|
|
17
|
-
White:
|
|
18
|
-
Orange:
|
|
19
|
-
Gray:
|
|
20
|
+
White: m,
|
|
21
|
+
Orange: u,
|
|
22
|
+
Gray: h,
|
|
20
23
|
Brown: d,
|
|
21
|
-
Pink:
|
|
24
|
+
Pink: c,
|
|
22
25
|
"Light Gray": "Hellgrau",
|
|
23
|
-
Custom:
|
|
26
|
+
Custom: g,
|
|
24
27
|
"Value required": "Wert erforderlich",
|
|
25
28
|
"Invalid option selected": "Ungültige Option ausgewählt",
|
|
26
29
|
"Must be a valid integer": "Muss eine gültige Ganzzahl sein",
|
|
@@ -60,28 +63,34 @@ const e = "Absenden", M = "Rot", t = "Blau", n = "Grün", s = "Gelb", a = "Lila"
|
|
|
60
63
|
"Show selected files": "Ausgewählte Dateien anzeigen",
|
|
61
64
|
"Selected File": "Ausgewählte Datei",
|
|
62
65
|
"Selected Files": "Ausgewählte Dateien",
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
+
"Remove file": "Datei entfernen",
|
|
67
|
+
"Drop files here": "Dateien hier ablegen",
|
|
68
|
+
"Choose Files or Drag & Drop": "Dateien auswählen oder hierher ziehen",
|
|
69
|
+
"Choose File or Drag & Drop": "Datei auswählen oder hierher ziehen",
|
|
70
|
+
Increment: b,
|
|
71
|
+
Decrement: f,
|
|
72
|
+
Timezone: D,
|
|
73
|
+
"Lower Limit must be less than Upper Limit.": "Die untere Grenze muss kleiner als die obere Grenze sein."
|
|
66
74
|
};
|
|
67
75
|
export {
|
|
68
76
|
l as Black,
|
|
69
77
|
t as Blue,
|
|
70
78
|
d as Brown,
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
79
|
+
g as Custom,
|
|
80
|
+
r as Cyan,
|
|
81
|
+
f as Decrement,
|
|
82
|
+
n as Dismiss,
|
|
83
|
+
h as Gray,
|
|
84
|
+
s as Green,
|
|
85
|
+
b as Increment,
|
|
86
|
+
o as Magenta,
|
|
87
|
+
u as Orange,
|
|
88
|
+
c as Pink,
|
|
80
89
|
a as Purple,
|
|
81
90
|
M as Red,
|
|
82
91
|
e as Submit,
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
92
|
+
D as Timezone,
|
|
93
|
+
m as White,
|
|
94
|
+
i as Yellow,
|
|
95
|
+
z as default
|
|
87
96
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const e = "提交", t = "
|
|
1
|
+
const e = "提交", t = "关闭", o = "红色", a = "蓝色", s = "绿色", n = "黄色", r = "紫色", i = "青色", m = "品红", l = "黑色", u = "白色", c = "橙色", b = "灰色", d = "棕色", f = "粉色", h = "自定义", v = "增加", M = "减少", D = "时区", p = {
|
|
2
2
|
Submit: "提交",
|
|
3
3
|
"Please fix validation errors before submitting.": "请在提交前修复验证错误。",
|
|
4
4
|
"Data transformation errors occurred.": "发生数据转换错误。",
|
|
@@ -6,6 +6,9 @@ const e = "提交", t = "红色", o = "蓝色", a = "绿色", n = "黄色", s =
|
|
|
6
6
|
"Submission failed.": "提交失败。",
|
|
7
7
|
"Submission handler error occurred.": "提交处理程序错误。",
|
|
8
8
|
"Form submitted successfully.": "表单提交成功。",
|
|
9
|
+
Dismiss: "关闭",
|
|
10
|
+
"Instance Name": "实例名称",
|
|
11
|
+
"Enter instance name": "输入实例名称",
|
|
9
12
|
Red: "红色",
|
|
10
13
|
Blue: "蓝色",
|
|
11
14
|
Green: "绿色",
|
|
@@ -60,28 +63,34 @@ const e = "提交", t = "红色", o = "蓝色", a = "绿色", n = "黄色", s =
|
|
|
60
63
|
"Show selected files": "显示已选择的文件",
|
|
61
64
|
"Selected File": "已选择的文件",
|
|
62
65
|
"Selected Files": "已选择的文件",
|
|
66
|
+
"Remove file": "移除文件",
|
|
67
|
+
"Drop files here": "将文件拖放到此处",
|
|
68
|
+
"Choose Files or Drag & Drop": "选择文件或拖放",
|
|
69
|
+
"Choose File or Drag & Drop": "选择文件或拖放",
|
|
63
70
|
Increment: "增加",
|
|
64
71
|
Decrement: "减少",
|
|
65
|
-
Timezone: "时区"
|
|
72
|
+
Timezone: "时区",
|
|
73
|
+
"Lower Limit must be less than Upper Limit.": "下限必须小于上限。"
|
|
66
74
|
};
|
|
67
75
|
export {
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
76
|
+
l as Black,
|
|
77
|
+
a as Blue,
|
|
78
|
+
d as Brown,
|
|
79
|
+
h as Custom,
|
|
80
|
+
i as Cyan,
|
|
81
|
+
M as Decrement,
|
|
82
|
+
t as Dismiss,
|
|
83
|
+
b as Gray,
|
|
84
|
+
s as Green,
|
|
85
|
+
v as Increment,
|
|
86
|
+
m as Magenta,
|
|
87
|
+
c as Orange,
|
|
88
|
+
f as Pink,
|
|
89
|
+
r as Purple,
|
|
90
|
+
o as Red,
|
|
82
91
|
e as Submit,
|
|
83
|
-
|
|
84
|
-
|
|
92
|
+
D as Timezone,
|
|
93
|
+
u as White,
|
|
85
94
|
n as Yellow,
|
|
86
|
-
|
|
95
|
+
p as default
|
|
87
96
|
};
|