@bigbinary/neeto-form-frontend 2.0.2 → 2.0.3

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.
@@ -1,14 +1,34 @@
1
1
  {
2
2
  "neetoForm": {
3
+ "common": {
4
+ "addGuests": "Gäste hinzufügen",
5
+ "phoneNumberValidation": "Telefonnummer beginnend mit der Landesvorwahl",
6
+ "mustAcceptTermsAndConditions": "Du musst die Geschäftsbedingungen akzeptieren",
7
+ "mustAcceptCondition": "Sie müssen die Bedingung akzeptieren, um fortfahren zu können",
8
+ "option": "Möglichkeit",
9
+ "rating": "Bewertung"
10
+ },
3
11
  "error": {
4
- "invalidField": "Bitte geben Sie ein gültiges {{label}} ein.",
12
+ "invalidField": "Bitte geben Sie ein gültiges {{label}} ein",
5
13
  "invalidType": "{{label}} sollte ein gültiger {{type}} sein",
6
- "requiredField": "Bitte geben Sie {{label}} ein.",
7
- "selectMin": "Bitte wählen Sie {{min}} {{entity}} aus"
14
+ "requiredField": "Bitte geben Sie {{label}} ein",
15
+ "selectMin": "Bitte wählen Sie {{entity}} aus"
8
16
  },
9
- "common": {
10
- "phoneNumberValidation": "Telefonnummer beginnend mit der Landesvorwahl",
11
- "mustAcceptTermsAndConditions": "Du musst die Geschäftsbedingungen akzeptieren"
17
+ "fileUpload": {
18
+ "validations": {
19
+ "waitForUpload": "Bitte warten Sie, bis der Upload abgeschlossen ist",
20
+ "atLeastOneFileRequired": "Bitte laden Sie mindestens eine Datei hoch",
21
+ "removeDuplicates": "Bitte entfernen Sie doppelte Einträge",
22
+ "fileIsRequired": "Bitte laden Sie eine Datei hoch"
23
+ },
24
+ "dropzone": {
25
+ "errors": {
26
+ "fileTooLarge": "Die Datei '{{fileName, anyCase}}' ist größer als {{maxSize}} MB",
27
+ "fileInvalidType": "Der Dateityp {{fileType}} ist nicht zulässig",
28
+ "tooManyFiles": "Sie können nur eine Datei hochladen",
29
+ "defaultError": "Beim Hochladen von {{fileName, anyCase}} ist ein Fehler aufgetreten"
30
+ }
31
+ }
12
32
  }
13
33
  }
14
34
  }
@@ -47,7 +47,9 @@
47
47
  "end": "End",
48
48
  "settings": "Settings",
49
49
  "advancedProperties": "Advanced properties",
50
- "clonedElementLabel": "Copy of {{label, anyCase}}"
50
+ "clonedElementLabel": "Copy of {{label, anyCase}}",
51
+ "option": "Option",
52
+ "rating": "Rating"
51
53
  },
52
54
  "fields": {
53
55
  "mcf": "Multiple choice",
@@ -123,13 +125,11 @@
123
125
  "changeLanguage": "Change language"
124
126
  },
125
127
  "error": {
126
- "invalidField": "Please enter a valid {{label}}.",
127
- "invalidFieldCode": "This field code cannot be used.",
128
- "requiredField": "Please enter {{label}}.",
128
+ "invalidField": "Please enter a valid {{label}}",
129
+ "invalidFieldCode": "This field code cannot be used",
130
+ "requiredField": "Please enter {{label}}",
129
131
  "selectMin": "Please select {{min}} {{entity}}",
130
132
  "invalidType": "{{label}} should be a valid {{type}}",
131
- "minCount": "{{field}} must be greater than or equal to {{value}}",
132
- "maxCount": "{{field}} must be less than or equal to {{value}}",
133
133
  "fieldCantBeEmpty": "{{field, anyCase}} can't be empty"
134
134
  },
135
135
  "fileTypes": {
@@ -150,7 +150,7 @@
150
150
  "errors": {
151
151
  "fileTooLarge": "The file '{{fileName, anyCase}}' is larger than {{maxSize}} MB",
152
152
  "fileInvalidType": "File type {{fileType}} is not permitted",
153
- "tooManyFiles": "You can only upload {{maxFiles}} file",
153
+ "tooManyFiles": "You can only upload one file",
154
154
  "defaultError": "Something went wrong while uploading {{fileName, anyCase}}"
155
155
  },
156
156
  "maxFileSize": "Maximum allowed size is {{size}} {{unit, anyCase}}",
@@ -0,0 +1,34 @@
1
+ {
2
+ "neetoForm": {
3
+ "common": {
4
+ "addGuests": "Agregar invitados",
5
+ "phoneNumberValidation": "Número de teléfono que comienza con el código de país",
6
+ "mustAcceptTermsAndConditions": "Debe aceptar los Términos y Condiciones",
7
+ "mustAcceptCondition": "Debes aceptar la condición para continuar",
8
+ "option": "Opción",
9
+ "rating": "Clasificación"
10
+ },
11
+ "error": {
12
+ "invalidField": "Introduzca una {{label}} válida",
13
+ "invalidType": "{{label}} debe ser un {{type}} válido",
14
+ "requiredField": "Por favor ingrese {{label}}",
15
+ "selectMin": "Por favor seleccione {{entity}}"
16
+ },
17
+ "fileUpload": {
18
+ "validations": {
19
+ "waitForUpload": "Espere hasta que finalice la carga.",
20
+ "atLeastOneFileRequired": "Por favor sube al menos un archivo",
21
+ "removeDuplicates": "Por favor elimine las entradas duplicadas",
22
+ "fileIsRequired": "Por favor sube un archivo"
23
+ },
24
+ "dropzone": {
25
+ "errors": {
26
+ "fileTooLarge": "El archivo '{{fileName, anyCase}}' pesa más de {{maxSize}} MB",
27
+ "fileInvalidType": "El tipo de archivo {{fileType}} no está permitido",
28
+ "tooManyFiles": "Solo puedes subir un archivo",
29
+ "defaultError": "Algo salió mal al cargar {{fileName, anyCase}}"
30
+ }
31
+ }
32
+ }
33
+ }
34
+ }
@@ -0,0 +1,34 @@
1
+ {
2
+ "neetoForm": {
3
+ "common": {
4
+ "addGuests": "Ajouter des invités",
5
+ "phoneNumberValidation": "Numéro de téléphone commençant par l'indicatif du pays",
6
+ "mustAcceptTermsAndConditions": "Vous devez accepter les Termes et Conditions",
7
+ "mustAcceptCondition": "Vous devez accepter la condition pour continuer",
8
+ "option": "Option",
9
+ "rating": "Notation"
10
+ },
11
+ "error": {
12
+ "invalidField": "Veuillez saisir un {{label}} valide",
13
+ "invalidType": "{{label}} doit être un {{type}} valide",
14
+ "requiredField": "Veuillez saisir {{label}}",
15
+ "selectMin": "Veuillez sélectionner {{entity}}"
16
+ },
17
+ "fileUpload": {
18
+ "validations": {
19
+ "waitForUpload": "Veuillez patienter jusqu'à ce que le téléchargement soit terminé",
20
+ "atLeastOneFileRequired": "Veuillez télécharger au moins un fichier",
21
+ "removeDuplicates": "Veuillez supprimer les entrées en double",
22
+ "fileIsRequired": "Veuillez télécharger un fichier"
23
+ },
24
+ "dropzone": {
25
+ "errors": {
26
+ "fileTooLarge": "Le fichier '{{fileName, anyCase}}' fait plus de {{maxSize}} Mo",
27
+ "fileInvalidType": "Le type de fichier {{fileType}} n'est pas autorisé",
28
+ "tooManyFiles": "Vous ne pouvez télécharger qu'un seul fichier",
29
+ "defaultError": "Une erreur s'est produite lors du téléchargement de {{fileName, anyCase}}"
30
+ }
31
+ }
32
+ }
33
+ }
34
+ }
@@ -0,0 +1,34 @@
1
+ {
2
+ "neetoForm": {
3
+ "common": {
4
+ "addGuests": "Voeg gasten toe",
5
+ "phoneNumberValidation": "Telefoonnummer beginnend met landcode",
6
+ "mustAcceptTermsAndConditions": "U moet de voorwaarden accepteren",
7
+ "mustAcceptCondition": "U moet de voorwaarde accepteren om door te gaan",
8
+ "option": "Keuze",
9
+ "rating": "Beoordeling"
10
+ },
11
+ "error": {
12
+ "invalidField": "Voer een geldige {{label}} in",
13
+ "invalidType": "{{label}} moet een geldige {{type}} zijn",
14
+ "requiredField": "Voer {{label}} in",
15
+ "selectMin": "Selecteer {{entity}}"
16
+ },
17
+ "fileUpload": {
18
+ "validations": {
19
+ "waitForUpload": "Wacht tot het uploaden is voltooid",
20
+ "atLeastOneFileRequired": "Upload minimaal één bestand",
21
+ "removeDuplicates": "Verwijder dubbele vermeldingen",
22
+ "fileIsRequired": "Upload een bestand"
23
+ },
24
+ "dropzone": {
25
+ "errors": {
26
+ "fileTooLarge": "Het bestand '{{fileName, anyCase}}' is groter dan {{maxSize}} MB",
27
+ "fileInvalidType": "Bestandstype {{fileType}} is niet toegestaan",
28
+ "tooManyFiles": "U kunt slechts één bestand uploaden",
29
+ "defaultError": "Er is iets misgegaan tijdens het uploaden van {{fileName, anyCase}}"
30
+ }
31
+ }
32
+ }
33
+ }
34
+ }
@@ -0,0 +1,34 @@
1
+ {
2
+ "neetoForm": {
3
+ "common": {
4
+ "addGuests": "Dodaj gości",
5
+ "phoneNumberValidation": "Numer telefonu zaczynający się od numeru kierunkowego kraju",
6
+ "mustAcceptTermsAndConditions": "Musisz zaakceptować warunki",
7
+ "mustAcceptCondition": "Aby kontynuować, musisz zaakceptować warunek",
8
+ "option": "Opcja",
9
+ "rating": "Ocena"
10
+ },
11
+ "error": {
12
+ "invalidField": "Proszę wprowadzić poprawną etykietę {{label}}",
13
+ "invalidType": "{{label}} powinien być prawidłowym {{type}}",
14
+ "requiredField": "Proszę wpisać {{label}}",
15
+ "selectMin": "Proszę wybrać {{entity}}"
16
+ },
17
+ "fileUpload": {
18
+ "validations": {
19
+ "waitForUpload": "Poczekaj, aż przesyłanie się zakończy",
20
+ "atLeastOneFileRequired": "Prześlij przynajmniej jeden plik",
21
+ "removeDuplicates": "Proszę usunąć zdublowane wpisy",
22
+ "fileIsRequired": "Proszę przesłać plik"
23
+ },
24
+ "dropzone": {
25
+ "errors": {
26
+ "fileTooLarge": "Plik '{{fileName, anyCase}}' jest większy niż {{maxSize}} MB",
27
+ "fileInvalidType": "Typ pliku {{fileType}} jest niedozwolony",
28
+ "tooManyFiles": "Możesz przesłać tylko jeden plik",
29
+ "defaultError": "Coś poszło nie tak podczas przesyłania pliku {{fileName, anyCase}}"
30
+ }
31
+ }
32
+ }
33
+ }
34
+ }
@@ -0,0 +1,34 @@
1
+ {
2
+ "neetoForm": {
3
+ "common": {
4
+ "addGuests": "Adicionar convidados",
5
+ "phoneNumberValidation": "Número de telefone começando com o código do país",
6
+ "mustAcceptTermsAndConditions": "Você deve aceitar os Termos e Condições",
7
+ "mustAcceptCondition": "Você deve aceitar a condição para prosseguir",
8
+ "option": "Opção",
9
+ "rating": "Avaliação"
10
+ },
11
+ "error": {
12
+ "invalidField": "Insira um {{label}} válido",
13
+ "invalidType": "{{label}} deve ser um {{type}} válido",
14
+ "requiredField": "Insira {{label}}",
15
+ "selectMin": "Selecione {{entity}}"
16
+ },
17
+ "fileUpload": {
18
+ "validations": {
19
+ "waitForUpload": "Aguarde até que o upload termine",
20
+ "atLeastOneFileRequired": "Faça upload de pelo menos um arquivo",
21
+ "removeDuplicates": "Remova entradas duplicadas",
22
+ "fileIsRequired": "Por favor carregue um arquivo"
23
+ },
24
+ "dropzone": {
25
+ "errors": {
26
+ "fileTooLarge": "O arquivo '{{fileName, anyCase}}' é maior que {{maxSize}} MB",
27
+ "fileInvalidType": "O tipo de arquivo {{fileType}} não é permitido",
28
+ "tooManyFiles": "Você só pode enviar um arquivo",
29
+ "defaultError": "Algo deu errado ao enviar {{fileName, anyCase}}"
30
+ }
31
+ }
32
+ }
33
+ }
34
+ }
package/dist/index.cjs.js CHANGED
@@ -1575,7 +1575,7 @@ var useSyncExternalStoreShim_production_min = {};
1575
1575
  * LICENSE file in the root directory of this source tree.
1576
1576
  */
1577
1577
  var e$2=React__default["default"];function h$3(a,b){return a===b&&(0!==a||1/a===1/b)||a!==a&&b!==b}var k$2="function"===typeof Object.is?Object.is:h$3,l$2=e$2.useState,m$2=e$2.useEffect,n$3=e$2.useLayoutEffect,p$3=e$2.useDebugValue;function q$3(a,b){var d=b(),f=l$2({inst:{value:d,getSnapshot:b}}),c=f[0].inst,g=f[1];n$3(function(){c.value=d;c.getSnapshot=b;r$2(c)&&g({inst:c});},[a,d,b]);m$2(function(){r$2(c)&&g({inst:c});return a(function(){r$2(c)&&g({inst:c});})},[a]);p$3(d);return d}
1578
- function r$2(a){var b=a.getSnapshot;a=a.value;try{var d=b();return !k$2(a,d)}catch(f){return !0}}function t$3(a,b){return b()}var u$2="undefined"===typeof window||"undefined"===typeof window.document||"undefined"===typeof window.document.createElement?t$3:q$3;useSyncExternalStoreShim_production_min.useSyncExternalStore=void 0!==e$2.useSyncExternalStore?e$2.useSyncExternalStore:u$2;
1578
+ function r$2(a){var b=a.getSnapshot;a=a.value;try{var d=b();return !k$2(a,d)}catch(f){return !0}}function t$6(a,b){return b()}var u$2="undefined"===typeof window||"undefined"===typeof window.document||"undefined"===typeof window.document.createElement?t$6:q$3;useSyncExternalStoreShim_production_min.useSyncExternalStore=void 0!==e$2.useSyncExternalStore?e$2.useSyncExternalStore:u$2;
1579
1579
 
1580
1580
  {
1581
1581
  shim.exports = useSyncExternalStoreShim_production_min;
@@ -1594,8 +1594,8 @@ var withSelector_production_min = {};
1594
1594
  * This source code is licensed under the MIT license found in the
1595
1595
  * LICENSE file in the root directory of this source tree.
1596
1596
  */
1597
- var h$2=React__default["default"],n$2=shimExports;function p$2(a,b){return a===b&&(0!==a||1/a===1/b)||a!==a&&b!==b}var q$2="function"===typeof Object.is?Object.is:p$2,r$1=n$2.useSyncExternalStore,t$2=h$2.useRef,u$1=h$2.useEffect,v$2=h$2.useMemo,w$1=h$2.useDebugValue;
1598
- withSelector_production_min.useSyncExternalStoreWithSelector=function(a,b,e,l,g){var c=t$2(null);if(null===c.current){var f={hasValue:!1,value:null};c.current=f;}else f=c.current;c=v$2(function(){function a(a){if(!c){c=!0;d=a;a=l(a);if(void 0!==g&&f.hasValue){var b=f.value;if(g(b,a))return k=b}return k=a}b=k;if(q$2(d,a))return b;var e=l(a);if(void 0!==g&&g(b,e))return b;d=a;return k=e}var c=!1,d,k,m=void 0===e?null:e;return [function(){return a(b())},null===m?void 0:function(){return a(m())}]},[b,e,l,g]);var d=r$1(a,c[0],c[1]);
1597
+ var h$2=React__default["default"],n$2=shimExports;function p$2(a,b){return a===b&&(0!==a||1/a===1/b)||a!==a&&b!==b}var q$2="function"===typeof Object.is?Object.is:p$2,r$1=n$2.useSyncExternalStore,t$5=h$2.useRef,u$1=h$2.useEffect,v$2=h$2.useMemo,w$1=h$2.useDebugValue;
1598
+ withSelector_production_min.useSyncExternalStoreWithSelector=function(a,b,e,l,g){var c=t$5(null);if(null===c.current){var f={hasValue:!1,value:null};c.current=f;}else f=c.current;c=v$2(function(){function a(a){if(!c){c=!0;d=a;a=l(a);if(void 0!==g&&f.hasValue){var b=f.value;if(g(b,a))return k=b}return k=a}b=k;if(q$2(d,a))return b;var e=l(a);if(void 0!==g&&g(b,e))return b;d=a;return k=e}var c=!1,d,k,m=void 0===e?null:e;return [function(){return a(b())},null===m?void 0:function(){return a(m())}]},[b,e,l,g]);var d=r$1(a,c[0],c[1]);
1599
1599
  u$1(function(){f.hasValue=!0;f.value=d;},[d]);w$1(d);return d};
1600
1600
 
1601
1601
  // Default to a dummy "batch" implementation that just runs the callback
@@ -1677,11 +1677,11 @@ var reactIs_production_min$1 = {};
1677
1677
  * LICENSE file in the root directory of this source tree.
1678
1678
  */
1679
1679
  var b$2="function"===typeof Symbol&&Symbol.for,c$2=b$2?Symbol.for("react.element"):60103,d$1=b$2?Symbol.for("react.portal"):60106,e$1=b$2?Symbol.for("react.fragment"):60107,f$1=b$2?Symbol.for("react.strict_mode"):60108,g$1=b$2?Symbol.for("react.profiler"):60114,h$1=b$2?Symbol.for("react.provider"):60109,k$1=b$2?Symbol.for("react.context"):60110,l$1=b$2?Symbol.for("react.async_mode"):60111,m$1=b$2?Symbol.for("react.concurrent_mode"):60111,n$1=b$2?Symbol.for("react.forward_ref"):60112,p$1=b$2?Symbol.for("react.suspense"):60113,q$1=b$2?
1680
- Symbol.for("react.suspense_list"):60120,r=b$2?Symbol.for("react.memo"):60115,t$1=b$2?Symbol.for("react.lazy"):60116,v$1=b$2?Symbol.for("react.block"):60121,w=b$2?Symbol.for("react.fundamental"):60117,x=b$2?Symbol.for("react.responder"):60118,y=b$2?Symbol.for("react.scope"):60119;
1681
- function z(a){if("object"===typeof a&&null!==a){var u=a.$$typeof;switch(u){case c$2:switch(a=a.type,a){case l$1:case m$1:case e$1:case g$1:case f$1:case p$1:return a;default:switch(a=a&&a.$$typeof,a){case k$1:case n$1:case t$1:case r:case h$1:return a;default:return u}}case d$1:return u}}}function A(a){return z(a)===m$1}reactIs_production_min$1.AsyncMode=l$1;reactIs_production_min$1.ConcurrentMode=m$1;reactIs_production_min$1.ContextConsumer=k$1;reactIs_production_min$1.ContextProvider=h$1;reactIs_production_min$1.Element=c$2;reactIs_production_min$1.ForwardRef=n$1;reactIs_production_min$1.Fragment=e$1;reactIs_production_min$1.Lazy=t$1;reactIs_production_min$1.Memo=r;reactIs_production_min$1.Portal=d$1;
1682
- reactIs_production_min$1.Profiler=g$1;reactIs_production_min$1.StrictMode=f$1;reactIs_production_min$1.Suspense=p$1;reactIs_production_min$1.isAsyncMode=function(a){return A(a)||z(a)===l$1};reactIs_production_min$1.isConcurrentMode=A;reactIs_production_min$1.isContextConsumer=function(a){return z(a)===k$1};reactIs_production_min$1.isContextProvider=function(a){return z(a)===h$1};reactIs_production_min$1.isElement=function(a){return "object"===typeof a&&null!==a&&a.$$typeof===c$2};reactIs_production_min$1.isForwardRef=function(a){return z(a)===n$1};reactIs_production_min$1.isFragment=function(a){return z(a)===e$1};reactIs_production_min$1.isLazy=function(a){return z(a)===t$1};
1680
+ Symbol.for("react.suspense_list"):60120,r=b$2?Symbol.for("react.memo"):60115,t$4=b$2?Symbol.for("react.lazy"):60116,v$1=b$2?Symbol.for("react.block"):60121,w=b$2?Symbol.for("react.fundamental"):60117,x=b$2?Symbol.for("react.responder"):60118,y=b$2?Symbol.for("react.scope"):60119;
1681
+ function z(a){if("object"===typeof a&&null!==a){var u=a.$$typeof;switch(u){case c$2:switch(a=a.type,a){case l$1:case m$1:case e$1:case g$1:case f$1:case p$1:return a;default:switch(a=a&&a.$$typeof,a){case k$1:case n$1:case t$4:case r:case h$1:return a;default:return u}}case d$1:return u}}}function A(a){return z(a)===m$1}reactIs_production_min$1.AsyncMode=l$1;reactIs_production_min$1.ConcurrentMode=m$1;reactIs_production_min$1.ContextConsumer=k$1;reactIs_production_min$1.ContextProvider=h$1;reactIs_production_min$1.Element=c$2;reactIs_production_min$1.ForwardRef=n$1;reactIs_production_min$1.Fragment=e$1;reactIs_production_min$1.Lazy=t$4;reactIs_production_min$1.Memo=r;reactIs_production_min$1.Portal=d$1;
1682
+ reactIs_production_min$1.Profiler=g$1;reactIs_production_min$1.StrictMode=f$1;reactIs_production_min$1.Suspense=p$1;reactIs_production_min$1.isAsyncMode=function(a){return A(a)||z(a)===l$1};reactIs_production_min$1.isConcurrentMode=A;reactIs_production_min$1.isContextConsumer=function(a){return z(a)===k$1};reactIs_production_min$1.isContextProvider=function(a){return z(a)===h$1};reactIs_production_min$1.isElement=function(a){return "object"===typeof a&&null!==a&&a.$$typeof===c$2};reactIs_production_min$1.isForwardRef=function(a){return z(a)===n$1};reactIs_production_min$1.isFragment=function(a){return z(a)===e$1};reactIs_production_min$1.isLazy=function(a){return z(a)===t$4};
1683
1683
  reactIs_production_min$1.isMemo=function(a){return z(a)===r};reactIs_production_min$1.isPortal=function(a){return z(a)===d$1};reactIs_production_min$1.isProfiler=function(a){return z(a)===g$1};reactIs_production_min$1.isStrictMode=function(a){return z(a)===f$1};reactIs_production_min$1.isSuspense=function(a){return z(a)===p$1};
1684
- reactIs_production_min$1.isValidElementType=function(a){return "string"===typeof a||"function"===typeof a||a===e$1||a===m$1||a===g$1||a===f$1||a===p$1||a===q$1||"object"===typeof a&&null!==a&&(a.$$typeof===t$1||a.$$typeof===r||a.$$typeof===h$1||a.$$typeof===k$1||a.$$typeof===n$1||a.$$typeof===w||a.$$typeof===x||a.$$typeof===y||a.$$typeof===v$1)};reactIs_production_min$1.typeOf=z;
1684
+ reactIs_production_min$1.isValidElementType=function(a){return "string"===typeof a||"function"===typeof a||a===e$1||a===m$1||a===g$1||a===f$1||a===p$1||a===q$1||"object"===typeof a&&null!==a&&(a.$$typeof===t$4||a.$$typeof===r||a.$$typeof===h$1||a.$$typeof===k$1||a.$$typeof===n$1||a.$$typeof===w||a.$$typeof===x||a.$$typeof===y||a.$$typeof===v$1)};reactIs_production_min$1.typeOf=z;
1685
1685
 
1686
1686
  {
1687
1687
  reactIs$2.exports = reactIs_production_min$1;
@@ -1806,11 +1806,11 @@ var reactIs_production_min = {};
1806
1806
  * This source code is licensed under the MIT license found in the
1807
1807
  * LICENSE file in the root directory of this source tree.
1808
1808
  */
1809
- var b$1=Symbol.for("react.element"),c$1=Symbol.for("react.portal"),d=Symbol.for("react.fragment"),e=Symbol.for("react.strict_mode"),f=Symbol.for("react.profiler"),g=Symbol.for("react.provider"),h=Symbol.for("react.context"),k=Symbol.for("react.server_context"),l=Symbol.for("react.forward_ref"),m=Symbol.for("react.suspense"),n=Symbol.for("react.suspense_list"),p=Symbol.for("react.memo"),q=Symbol.for("react.lazy"),t=Symbol.for("react.offscreen"),u;u=Symbol.for("react.module.reference");
1809
+ var b$1=Symbol.for("react.element"),c$1=Symbol.for("react.portal"),d=Symbol.for("react.fragment"),e=Symbol.for("react.strict_mode"),f=Symbol.for("react.profiler"),g=Symbol.for("react.provider"),h=Symbol.for("react.context"),k=Symbol.for("react.server_context"),l=Symbol.for("react.forward_ref"),m=Symbol.for("react.suspense"),n=Symbol.for("react.suspense_list"),p=Symbol.for("react.memo"),q=Symbol.for("react.lazy"),t$3=Symbol.for("react.offscreen"),u;u=Symbol.for("react.module.reference");
1810
1810
  function v(a){if("object"===typeof a&&null!==a){var r=a.$$typeof;switch(r){case b$1:switch(a=a.type,a){case d:case f:case e:case m:case n:return a;default:switch(a=a&&a.$$typeof,a){case k:case h:case l:case q:case p:case g:return a;default:return r}}case c$1:return r}}}reactIs_production_min.ContextConsumer=h;reactIs_production_min.ContextProvider=g;reactIs_production_min.Element=b$1;reactIs_production_min.ForwardRef=l;reactIs_production_min.Fragment=d;reactIs_production_min.Lazy=q;reactIs_production_min.Memo=p;reactIs_production_min.Portal=c$1;reactIs_production_min.Profiler=f;reactIs_production_min.StrictMode=e;reactIs_production_min.Suspense=m;
1811
1811
  reactIs_production_min.SuspenseList=n;reactIs_production_min.isAsyncMode=function(){return !1};reactIs_production_min.isConcurrentMode=function(){return !1};reactIs_production_min.isContextConsumer=function(a){return v(a)===h};reactIs_production_min.isContextProvider=function(a){return v(a)===g};reactIs_production_min.isElement=function(a){return "object"===typeof a&&null!==a&&a.$$typeof===b$1};reactIs_production_min.isForwardRef=function(a){return v(a)===l};reactIs_production_min.isFragment=function(a){return v(a)===d};reactIs_production_min.isLazy=function(a){return v(a)===q};reactIs_production_min.isMemo=function(a){return v(a)===p};
1812
1812
  reactIs_production_min.isPortal=function(a){return v(a)===c$1};reactIs_production_min.isProfiler=function(a){return v(a)===f};reactIs_production_min.isStrictMode=function(a){return v(a)===e};reactIs_production_min.isSuspense=function(a){return v(a)===m};reactIs_production_min.isSuspenseList=function(a){return v(a)===n};
1813
- reactIs_production_min.isValidElementType=function(a){return "string"===typeof a||"function"===typeof a||a===d||a===f||a===e||a===m||a===n||a===t||"object"===typeof a&&null!==a&&(a.$$typeof===q||a.$$typeof===p||a.$$typeof===g||a.$$typeof===h||a.$$typeof===l||a.$$typeof===u||void 0!==a.getModuleId)?!0:!1};reactIs_production_min.typeOf=v;
1813
+ reactIs_production_min.isValidElementType=function(a){return "string"===typeof a||"function"===typeof a||a===d||a===f||a===e||a===m||a===n||a===t$3||"object"===typeof a&&null!==a&&(a.$$typeof===q||a.$$typeof===p||a.$$typeof===g||a.$$typeof===h||a.$$typeof===l||a.$$typeof===u||void 0!==a.getModuleId)?!0:!1};reactIs_production_min.typeOf=v;
1814
1814
 
1815
1815
  {
1816
1816
  reactIs.exports = reactIs_production_min;
@@ -14374,6 +14374,8 @@ var Callout = function Callout(_ref) {
14374
14374
  });
14375
14375
  };
14376
14376
 
14377
+ var clientI18nInstance = i18next__default["default"].cloneInstance();
14378
+
14377
14379
  var clearLocalStorageValues = function clearLocalStorageValues(key) {
14378
14380
  try {
14379
14381
  localStorage.removeItem(key);
@@ -14421,13 +14423,25 @@ var FormikWrap = function FormikWrap(_ref) {
14421
14423
  children = _ref.children,
14422
14424
  formId = _ref.formId,
14423
14425
  preserveValues = _ref.preserveValues,
14424
- onValuesChange = _ref.onValuesChange;
14426
+ onValuesChange = _ref.onValuesChange,
14427
+ dataUpdateCount = _ref.dataUpdateCount;
14425
14428
  var _useFormikContext = formik.useFormikContext(),
14426
14429
  errors = _useFormikContext.errors,
14427
14430
  touched = _useFormikContext.touched,
14428
14431
  isValid = _useFormikContext.isValid,
14429
14432
  isSubmitting = _useFormikContext.isSubmitting,
14430
- values = _useFormikContext.values;
14433
+ values = _useFormikContext.values,
14434
+ validateForm = _useFormikContext.validateForm;
14435
+ var revalidate = function revalidate() {
14436
+ return neetoCist.isPresent(errors) && validateForm();
14437
+ };
14438
+ React$2.useEffect(function () {
14439
+ revalidate();
14440
+ clientI18nInstance.on("languageChanged", revalidate);
14441
+ return function () {
14442
+ return clientI18nInstance.off("languageChanged", revalidate);
14443
+ };
14444
+ }, [dataUpdateCount]);
14431
14445
  var syncValuesWithLocalStorage = function syncValuesWithLocalStorage() {
14432
14446
  return preserveValues && !isEmptyValues(values) && setWithExpiry("".concat(formId, "/values"), values);
14433
14447
  };
@@ -14436,16 +14450,16 @@ var FormikWrap = function FormikWrap(_ref) {
14436
14450
  onValuesChange && onValuesChange(values);
14437
14451
  }, [values, formId, preserveValues]);
14438
14452
  React$2.useEffect(function () {
14439
- if (!isSubmitting && !isValid) {
14440
- // include only touched fields
14441
- var touchedErrors = Object.keys(errors).filter(function (key) {
14442
- return touched[key];
14443
- }).reduce(function (obj, key) {
14444
- obj[key] = errors[key];
14445
- return obj;
14446
- }, {});
14447
- if (typeof onError === "function") onError(touchedErrors);
14448
- }
14453
+ if (isSubmitting || isValid) return;
14454
+
14455
+ // include only touched fields
14456
+ var touchedErrors = Object.keys(errors).filter(function (key) {
14457
+ return touched[key];
14458
+ }).reduce(function (obj, key) {
14459
+ obj[key] = errors[key];
14460
+ return obj;
14461
+ }, {});
14462
+ if (isFunction$1(onError)) onError(touchedErrors);
14449
14463
  }, [isValid, isSubmitting]);
14450
14464
  return children;
14451
14465
  };
@@ -17496,25 +17510,26 @@ function parsePhoneNumberWithError() {
17496
17510
  return withMetadataArgument(parsePhoneNumberWithError$1, arguments)
17497
17511
  }
17498
17512
 
17513
+ var t$2 = clientI18nInstance.t;
17499
17514
  var getInvalidFieldError = function getInvalidFieldError(label) {
17500
- return i18next.t("neetoForm.error.invalidField", {
17515
+ return t$2("neetoForm.error.invalidField", {
17501
17516
  label: label
17502
17517
  });
17503
17518
  };
17504
17519
  var getRequiredFieldError = function getRequiredFieldError(label) {
17505
- return i18next.t("neetoForm.error.requiredField", {
17520
+ return t$2("neetoForm.error.requiredField", {
17506
17521
  label: label
17507
17522
  });
17508
17523
  };
17509
17524
  var getSelectMinError = function getSelectMinError(min) {
17510
- var entity = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : "option";
17511
- return i18next.t("neetoForm.error.selectMin", {
17525
+ var entity = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : t$2("neetoForm.common.option");
17526
+ return t$2("neetoForm.error.selectMin", {
17512
17527
  min: min,
17513
17528
  entity: entity
17514
17529
  });
17515
17530
  };
17516
17531
  var getInvalidTypeError = function getInvalidTypeError(label, type) {
17517
- return i18next.t("neetoForm.error.invalidType", {
17532
+ return t$2("neetoForm.error.invalidType", {
17518
17533
  label: label,
17519
17534
  type: type
17520
17535
  });
@@ -17524,6 +17539,7 @@ var _excluded$4 = ["kind", "label", "isRequired", "customValidator"];
17524
17539
  var _fieldKindValidatorMa;
17525
17540
  function ownKeys$k(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
17526
17541
  function _objectSpread$k(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$k(Object(t), !0).forEach(function (r) { _defineProperty$6(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$k(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
17542
+ var t$1 = clientI18nInstance.t;
17527
17543
  yup__namespace.addMethod(yup__namespace.array, "unique", function () {
17528
17544
  var field, message;
17529
17545
  if (arguments.length > 1) {
@@ -17559,7 +17575,7 @@ var validateTextField = function validateTextField(_ref) {
17559
17575
  isRequired = _ref.isRequired;
17560
17576
  var schema = yup__namespace.string().typeError(getInvalidTypeError(label, "string"));
17561
17577
  if (kind === QUESTION_KIND.PHONE.value) {
17562
- schema = PhoneNumber$1.validation(getInvalidFieldError(i18next.t("neetoForm.common.phoneNumberValidation")));
17578
+ schema = PhoneNumber$1.validation(getInvalidFieldError(t$1("neetoForm.common.phoneNumberValidation")));
17563
17579
  }
17564
17580
  if (isRequired) schema = schema.trim().required(getRequiredFieldError(label));
17565
17581
  return schema.trim();
@@ -17602,18 +17618,20 @@ var validateStarRatingField = function validateStarRatingField(_ref7) {
17602
17618
  var label = _ref7.label,
17603
17619
  isRequired = _ref7.isRequired;
17604
17620
  var schema = yup__namespace.string().typeError(getInvalidTypeError(label, "string"));
17605
- if (isRequired) schema = schema.required(getSelectMinError("a", "rating"));
17621
+ if (isRequired) {
17622
+ schema = schema.required(getSelectMinError("a", t$1("neetoForm.common.rating")));
17623
+ }
17606
17624
  return schema.trim();
17607
17625
  };
17608
17626
  var validateTermsField = function validateTermsField(_ref8) {
17609
17627
  var _ref8$isRequired = _ref8.isRequired,
17610
17628
  isRequired = _ref8$isRequired === void 0 ? true : _ref8$isRequired;
17611
- return isRequired ? yup__namespace["boolean"]().oneOf([true], i18next.t("neetoForm.common.mustAcceptTermsAndConditions")) : yup__namespace["boolean"]().notRequired();
17629
+ return isRequired ? yup__namespace["boolean"]().oneOf([true], t$1("neetoForm.common.mustAcceptTermsAndConditions")) : yup__namespace["boolean"]().notRequired();
17612
17630
  };
17613
17631
  var validateConditionField = function validateConditionField(_ref9) {
17614
17632
  var _ref9$isRequired = _ref9.isRequired,
17615
17633
  isRequired = _ref9$isRequired === void 0 ? true : _ref9$isRequired;
17616
- return isRequired ? yup__namespace["boolean"]().oneOf([true], i18next.t("neetoForm.common.mustAcceptCondition")) : yup__namespace["boolean"]().notRequired();
17634
+ return isRequired ? yup__namespace["boolean"]().oneOf([true], t$1("neetoForm.common.mustAcceptCondition")) : yup__namespace["boolean"]().notRequired();
17617
17635
  };
17618
17636
  var validateDateField = function validateDateField(_ref10) {
17619
17637
  var label = _ref10.label,
@@ -17632,7 +17650,7 @@ var validateMultiEmailField = function validateMultiEmailField(_ref11) {
17632
17650
  value: yup__namespace.string().email(getInvalidFieldError("Email")).trim()
17633
17651
  })).nullable();
17634
17652
  if (isRequired) {
17635
- schema = schema.compact().min(1, getSelectMinError("an", "email"));
17653
+ schema = schema.compact().min(1, getSelectMinError("an", t$1("neetoForm.common.email")));
17636
17654
  }
17637
17655
  return schema;
17638
17656
  };
@@ -17654,9 +17672,9 @@ var validateFileUploadField = function validateFileUploadField(_ref13) {
17654
17672
  if (isRequired) {
17655
17673
  files_schema = files_schema.of(yup__namespace.object().shape({
17656
17674
  name: yup__namespace.string(),
17657
- signedId: yup__namespace.string().required(i18next.t("neetoForm.fileUpload.validations.waitForUpload")),
17658
- url: yup__namespace.string().required(i18next.t("neetoForm.fileUpload.validations.waitForUpload"))
17659
- })).unique("name", i18next.t("neetoForm.fileUpload.validations.removeDuplicates")).min(1, multipleFilesAllowed ? i18next.t("neetoForm.fileUpload.validations.atLeastOneFileRequired") : i18next.t("neetoForm.fileUpload.validations.fileIsRequired"));
17675
+ signedId: yup__namespace.string().required(t$1("neetoForm.fileUpload.validations.waitForUpload")),
17676
+ url: yup__namespace.string().required(t$1("neetoForm.fileUpload.validations.waitForUpload"))
17677
+ })).unique("name", t$1("neetoForm.fileUpload.validations.removeDuplicates")).min(1, multipleFilesAllowed ? t$1("neetoForm.fileUpload.validations.atLeastOneFileRequired") : t$1("neetoForm.fileUpload.validations.fileIsRequired"));
17660
17678
  }
17661
17679
  return yup__namespace.object().shape({
17662
17680
  files: files_schema
@@ -17798,6 +17816,7 @@ var ConditionField = function ConditionField(_ref) {
17798
17816
 
17799
17817
  function ownKeys$i(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
17800
17818
  function _objectSpread$i(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$i(Object(t), !0).forEach(function (r) { _defineProperty$6(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$i(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
17819
+ var t = clientI18nInstance.t;
17801
17820
  var toEmailValues = function toEmailValues() {
17802
17821
  var values = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : [];
17803
17822
  return values.map(function (value) {
@@ -18092,23 +18111,21 @@ var renderErrorMessage = function renderErrorMessage(errorObject, maxFileSize, i
18092
18111
  var code = error.code;
18093
18112
  switch (code) {
18094
18113
  case ERROR_CODES.FILE_TOO_LARGE:
18095
- return i18next.t("neetoForm.fileUpload.dropzone.errors.fileTooLarge", {
18114
+ return t("neetoForm.fileUpload.dropzone.errors.fileTooLarge", {
18096
18115
  fileName: file.name,
18097
18116
  maxSize: Math.round(maxFileSize / 1048576)
18098
18117
  });
18099
18118
  case ERROR_CODES.FILE_INVALID_TYPE:
18100
- return i18next.t("neetoForm.fileUpload.dropzone.errors.fileInvalidType", {
18119
+ return t("neetoForm.fileUpload.dropzone.errors.fileInvalidType", {
18101
18120
  fileType: path__default["default"].extname(file.name)
18102
18121
  });
18103
18122
  case ERROR_CODES.TOO_MANY_FILES:
18104
18123
  if (!isMultiple) {
18105
- return i18next.t("neetoForm.fileUpload.dropzone.errors.tooManyFiles", {
18106
- maxFiles: 1
18107
- });
18124
+ return t("neetoForm.fileUpload.dropzone.errors.tooManyFiles");
18108
18125
  }
18109
18126
  }
18110
18127
  }
18111
- return i18next.t("neetoForm.fileUpload.dropzone.errors.defaultError", {
18128
+ return t("neetoForm.fileUpload.dropzone.errors.defaultError", {
18112
18129
  fileName: file.name
18113
18130
  });
18114
18131
  };
@@ -28994,6 +29011,10 @@ var ExternalForm = function ExternalForm(_ref) {
28994
29011
  var formikInnerRef = React$2.useRef();
28995
29012
  var editorRef = React$2.useRef();
28996
29013
  var queryClient = reactQuery.useQueryClient();
29014
+ React$2.useEffect(function () {
29015
+ if (ramda.equals(language, clientI18nInstance.resolvedLanguage)) return;
29016
+ clientI18nInstance.changeLanguage(language);
29017
+ }, [language]);
28997
29018
  var _useTranslation = reactI18next.useTranslation(),
28998
29019
  t = _useTranslation.t;
28999
29020
  React$2.useEffect(function () {
@@ -29196,6 +29217,8 @@ var ExternalForm = function ExternalForm(_ref) {
29196
29217
  questions: []
29197
29218
  } : _useForm$data,
29198
29219
  isLoading = _useForm.isLoading;
29220
+ var _queryClient$getQuery = queryClient.getQueryState([QUERY_KEYS.QUESTIONS, formId, language]),
29221
+ dataUpdateCount = _queryClient$getQuery.dataUpdateCount;
29199
29222
  var keyPressRef = useHotkeys__default["default"]("command+enter", ((_formikInnerRef$curre = formikInnerRef.current) === null || _formikInnerRef$curre === void 0 ? void 0 : _formikInnerRef$curre.handleSubmit) || neetoCist.noop, {
29200
29223
  mode: "scoped"
29201
29224
  });
@@ -29215,7 +29238,8 @@ var ExternalForm = function ExternalForm(_ref) {
29215
29238
  if (displayThankYou && showSuccess) {
29216
29239
  return /*#__PURE__*/jsxRuntime.jsx(Success$1, {});
29217
29240
  }
29218
- return /*#__PURE__*/jsxRuntime.jsxs(jsxRuntime.Fragment, {
29241
+ return /*#__PURE__*/jsxRuntime.jsxs(reactI18next.I18nextProvider, {
29242
+ i18n: clientI18nInstance,
29219
29243
  children: [showTitle && /*#__PURE__*/jsxRuntime.jsx("div", {
29220
29244
  className: "py-6 text-center",
29221
29245
  children: /*#__PURE__*/jsxRuntime.jsx(Typography__default["default"], _objectSpread$2(_objectSpread$2({
@@ -29243,6 +29267,7 @@ var ExternalForm = function ExternalForm(_ref) {
29243
29267
  setFieldError = _ref5.setFieldError,
29244
29268
  handleReset = _ref5.handleReset;
29245
29269
  return /*#__PURE__*/jsxRuntime.jsxs(FormikWrap, {
29270
+ dataUpdateCount: dataUpdateCount,
29246
29271
  formId: formId,
29247
29272
  preserveValues: preserveValues,
29248
29273
  onError: handleScrollToError,