@taxbit/react-sdk 3.4.0-beta.0 → 3.6.0-beta.0
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 +5 -0
- package/dist/src/contexts/QuestionnaireStep/getLocal.d.ts +1 -0
- package/dist/src/contexts/QuestionnaireStep/useQuestionnaireStep.d.ts +1 -2
- package/dist/src/contexts/QuestionnaireStep/useQuestionnaireStepContext.d.ts +2 -2
- package/dist/src/i18n/json/bg.json.d.ts +15 -8
- package/dist/src/i18n/json/cs.json.d.ts +15 -8
- package/dist/src/i18n/json/da.json.d.ts +15 -8
- package/dist/src/i18n/json/de-AT.json.d.ts +7 -1
- package/dist/src/i18n/json/de.json.d.ts +352 -345
- package/dist/src/i18n/json/el-CY.json.d.ts +7 -1
- package/dist/src/i18n/json/el.json.d.ts +15 -8
- package/dist/src/i18n/json/en-GB.json.d.ts +4 -6
- package/dist/src/i18n/json/en-NZ.json.d.ts +3 -7
- package/dist/src/i18n/json/en.json.d.ts +13 -6
- package/dist/src/i18n/json/es-MX.json.d.ts +492 -5
- package/dist/src/i18n/json/es.json.d.ts +10 -3
- package/dist/src/i18n/json/et.json.d.ts +15 -8
- package/dist/src/i18n/json/fi.json.d.ts +15 -8
- package/dist/src/i18n/json/fr-CA.json.d.ts +490 -4
- package/dist/src/i18n/json/fr-LU.json.d.ts +7 -1
- package/dist/src/i18n/json/fr.json.d.ts +10 -3
- package/dist/src/i18n/json/ga.json.d.ts +15 -8
- package/dist/src/i18n/json/hr.json.d.ts +15 -8
- package/dist/src/i18n/json/hu.json.d.ts +15 -8
- package/dist/src/i18n/json/id.json.d.ts +330 -323
- package/dist/src/i18n/json/index.d.ts +2 -2
- package/dist/src/i18n/json/it.json.d.ts +384 -377
- package/dist/src/i18n/json/ja.json.d.ts +375 -368
- package/dist/src/i18n/json/ko.json.d.ts +388 -381
- package/dist/src/i18n/json/lt.json.d.ts +15 -8
- package/dist/src/i18n/json/lv.json.d.ts +15 -8
- package/dist/src/i18n/json/ms.json.d.ts +349 -342
- package/dist/src/i18n/json/mt.json.d.ts +15 -8
- package/dist/src/i18n/json/nl-BE.json.d.ts +4 -9
- package/dist/src/i18n/json/nl.json.d.ts +375 -368
- package/dist/src/i18n/json/no.json.d.ts +15 -8
- package/dist/src/i18n/json/pl.json.d.ts +363 -356
- package/dist/src/i18n/json/pt-BR.json.d.ts +498 -1
- package/dist/src/i18n/json/pt.json.d.ts +15 -8
- package/dist/src/i18n/json/ro.json.d.ts +408 -401
- package/dist/src/i18n/json/ru.json.d.ts +342 -335
- package/dist/src/i18n/json/sk.json.d.ts +15 -8
- package/dist/src/i18n/json/sl.json.d.ts +15 -8
- package/dist/src/i18n/json/sv.json.d.ts +15 -8
- package/dist/src/i18n/json/th.json.d.ts +392 -385
- package/dist/src/i18n/json/tr.json.d.ts +354 -347
- package/dist/src/i18n/json/uk.json.d.ts +141 -134
- package/dist/src/i18n/json/vi.json.d.ts +424 -417
- package/dist/src/i18n/json/zh-CN.json.d.ts +507 -0
- package/dist/src/i18n/json/zh-TW.json.d.ts +383 -376
- package/dist/src/i18n/locales/{el-el.d.ts → el-gr.d.ts} +1 -1
- package/dist/src/i18n/locales/en-dps.d.ts +1 -2
- package/dist/src/i18n/locales/index.d.ts +1 -1
- package/dist/src/i18n/types/Language.d.ts +2 -1
- package/dist/src/i18n/types/LocalizationKey.d.ts +2 -2
- package/dist/src/lookups/activeNonFinancialEntityTypeOptions.d.ts +1 -1
- package/dist/src/types/Locale.d.ts +1 -1
- package/dist/src/types/QuestionnaireProp.d.ts +0 -1
- package/dist/src/types/client/ClientTaxDocumentationStatus.d.ts +1 -0
- package/dist/src/types/server/TaxDocumentationStatus.d.ts +1 -0
- package/dist/src/ui/CheckBox/CheckBox.d.ts +1 -3
- package/dist/src/utils/index.d.ts +1 -0
- package/dist/src/utils/required.d.ts +1 -0
- package/dist/src/validations/settableFields/getSettableFields.d.ts +4 -0
- package/dist/src/validations/settableFields/index.d.ts +0 -0
- package/dist/src/wizard/ResidenceInput/ResidenceInput.d.ts +2 -1
- package/dist/src/wizard/Residencies/Residencies.d.ts +2 -1
- package/dist/src/wizard/RowInput/CheckBoxRow/CheckBoxRow.d.ts +1 -1
- package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.LanguageStrings.test.d.ts +0 -0
- package/dist/taxbit-react-sdk.js +4773 -4641
- package/dist/taxbit-react-sdk.umd.cjs +2 -1
- package/package.json +3 -3
- package/dist/src/i18n/json/enDPS.d.ts +0 -1
- package/dist/src/i18n/json/zh.json.d.ts +0 -500
- /package/dist/src/i18n/__tests__/{JsxFromString.test.d.ts → validHtml.test.d.ts} +0 -0
- /package/dist/src/{contexts/QuestionnaireStep → validations/settableFields}/shiftControllingPerson.d.ts +0 -0
- /package/dist/src/{contexts/QuestionnaireStep → validations/settableFields}/shiftResidence.d.ts +0 -0
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
+
"$schema": "schemas/i18n-subset.schema.json",
|
|
2
3
|
"button": {
|
|
3
4
|
"back": "Lura",
|
|
4
5
|
"cancel": "Ikkanċella",
|
|
@@ -42,7 +43,7 @@ declare const _default: {
|
|
|
42
43
|
"tin": "Numru ta’ Identifikazzjoni tat-Taxxa",
|
|
43
44
|
"tinAuAbn": "Numru ta’ Identifikazzjoni tat-Taxxa",
|
|
44
45
|
"tinUkEntity": "Numru ta’ Identifikazzjoni tat-Taxxa",
|
|
45
|
-
"tinUkIndividual": "Numru
|
|
46
|
+
"tinUkIndividual": "Numru tal-Assigurazzjoni Nazzjonali",
|
|
46
47
|
"usTin": "Numru ta’ Identifikazzjoni tat-Taxxa tal-Istati Uniti",
|
|
47
48
|
"vatIdentificationNumber": "Numru ta’ Identifikazzjoni tal-VAT",
|
|
48
49
|
"vatIsNotRequired": "Il-VAT mhijiex meħtieġa jew ma nħarġitx",
|
|
@@ -124,11 +125,11 @@ declare const _default: {
|
|
|
124
125
|
"taxResidence5": "Residenza Fiskali 5",
|
|
125
126
|
"carfClassificationDetails": "Dettalji tal-Klassifikazzjoni CARF",
|
|
126
127
|
"controllingPersonDetails": "Dettalji tal-Persuna Kontrollanti",
|
|
127
|
-
"controllingPerson1TaxResidenciesConfirmation": "
|
|
128
|
-
"controllingPerson2TaxResidenciesConfirmation": "
|
|
129
|
-
"controllingPerson3TaxResidenciesConfirmation": "
|
|
130
|
-
"controllingPerson4TaxResidenciesConfirmation": "
|
|
131
|
-
"controllingPerson5TaxResidenciesConfirmation": "
|
|
128
|
+
"controllingPerson1TaxResidenciesConfirmation": "Konferma tar-residenzi fiskali tal-persuna kontrollanti 1",
|
|
129
|
+
"controllingPerson2TaxResidenciesConfirmation": "Konferma tar-residenzi fiskali tal-persuna kontrollanti 2",
|
|
130
|
+
"controllingPerson3TaxResidenciesConfirmation": "Konferma tar-residenzi fiskali tal-persuna kontrollanti 3",
|
|
131
|
+
"controllingPerson4TaxResidenciesConfirmation": "Konferma tar-residenzi fiskali tal-persuna kontrollanti 4",
|
|
132
|
+
"controllingPerson5TaxResidenciesConfirmation": "Konferma tar-residenzi fiskali tal-persuna kontrollanti 5",
|
|
132
133
|
"controllingPersons": "Persuni Kontrollanti",
|
|
133
134
|
"controllingPerson1": "Persuna Kontrollanti 1",
|
|
134
135
|
"controllingPerson2": "Persuna Kontrollanti 2",
|
|
@@ -162,11 +163,15 @@ declare const _default: {
|
|
|
162
163
|
"invalidVat": "Ogiltigt momsregistreringsnummer",
|
|
163
164
|
"mustBeABNFormat": "Għandu jkun 11-il ċifra",
|
|
164
165
|
"mustBeFiveOrNineDigits": "Trid tkun ħames jew disa’ ċifri",
|
|
166
|
+
"mustBeFourDigits": "Għandu jkun erba\" ċifri",
|
|
165
167
|
"mustBeInDateFormat": "Trid tagħżel xahar, jum u sena",
|
|
166
168
|
"mustBeInVatinFormat": "Trid tkun bejn tmien u 14 karattri",
|
|
167
169
|
"mustBeNineDigits": "Trid tkun f’disa’ ċifri",
|
|
168
|
-
"mustBeNinoFormat": "
|
|
170
|
+
"mustBeNinoFormat": "In-numru tal-Assigurazzjoni Nazzjonali (NINO) irid ikun fil-format korrett (AB999999A)",
|
|
169
171
|
"mustBeCaPostalCodeFormat": "Trid tkun ta’ sitt karattri",
|
|
172
|
+
"mustContainAlphabeticCharacter": "Irid ikun fih mill-inqas ittra waħda",
|
|
173
|
+
"mustNotContainNumericCharacters": "M'għandux ikun fih numri",
|
|
174
|
+
"mustNotContainAuStateCode": "M'għandux ikun fih il-kodiċi tal-istat Awstraljan",
|
|
170
175
|
"mustBeValidBirthDate": "Mhijiex Data tat-Twelid valida",
|
|
171
176
|
"mustBeAtLeast18": "Trid tkun ta’ ftitna 18-il sena",
|
|
172
177
|
"residencesMustIncludeVatCountry": "Il-Pajjiż tal-VAT irid jiġi pprovdut bħala Residenza Fiskali hawn taħt",
|
|
@@ -195,7 +200,8 @@ declare const _default: {
|
|
|
195
200
|
"checkFormatEntitySG": "Iċċekkja l-format. Unique Entity Number (UEN) normalment ikun sekwenza alfanumerika ta’ 9 jew 10 karattri.",
|
|
196
201
|
"required": "Meħtieġa",
|
|
197
202
|
"tooLong": "Twil ħafna",
|
|
198
|
-
"tooShort": "Qasir ħafna"
|
|
203
|
+
"tooShort": "Qasir ħafna",
|
|
204
|
+
"mustNotStartWithATitle": "Mgħandux jibda btitlu (Mr, Mrs, Ms, Miss)"
|
|
199
205
|
},
|
|
200
206
|
"option": {
|
|
201
207
|
"isIndividual_yes": "Iva, jien individwu",
|
|
@@ -211,6 +217,7 @@ declare const _default: {
|
|
|
211
217
|
"DEPOSITORY_INSTITUTION": "Istituzzjoni tad-depożitu",
|
|
212
218
|
"NON_REPORTING_FINANCIAL_INSTITUTION": "Istituzzjoni Finanzjarja li Ma Tirrapportax",
|
|
213
219
|
"accountHolderActiveNonFinancialEntityType_GOVERNMENT_ENTITY": "Entità tal-gvern",
|
|
220
|
+
"accountHolderActiveNonFinancialEntityType_CENTRAL_BANK": "Bank Ċentrali",
|
|
214
221
|
"INSURANCE_COMPANY": "Kumpanija tal-assigurazzjoni",
|
|
215
222
|
"INVESTMENT_ENTITY": "Entità tal-investiment",
|
|
216
223
|
"entityType_TRUST": "Fiduċja",
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
+
"$schema": "schemas/i18n-full-partial.schema.json",
|
|
2
3
|
"prompt": {
|
|
3
4
|
"businessRegistrationCountry": "Land van bedrijfsregistratie",
|
|
4
5
|
"addAdditionalResidence": "Voeg extra woonplaats toe",
|
|
@@ -13,11 +14,6 @@ declare const _default: {
|
|
|
13
14
|
"vatIdentificationNumber": "Btw-identificatienummer",
|
|
14
15
|
"vatIsNotRequired": "Btw is niet vereist of is niet afgegeven",
|
|
15
16
|
"vatCountry": "Btw-lidstaat",
|
|
16
|
-
"emailAddress": "E-mailadres",
|
|
17
|
-
"phoneNumber": "Telefoonnummer",
|
|
18
|
-
"phoneNumberCode": "Landcode",
|
|
19
|
-
"phoneNumberNumber": "Telefoonnummer",
|
|
20
|
-
"iConfirmNoOtherResidencies": "<b>Door op volgende te klikken, bevestig ik dat er geen andere fiscale woonplaatsen zijn dan hierboven vermeld.</b>",
|
|
21
17
|
"countryOfCitizenship": "Land van staatsburgerschap"
|
|
22
18
|
},
|
|
23
19
|
"subPrompt": {
|
|
@@ -25,16 +21,15 @@ declare const _default: {
|
|
|
25
21
|
"vatIdentificationNumber": "Unieke identificatiecode voor btw-geregistreerde bedrijven of particulieren."
|
|
26
22
|
},
|
|
27
23
|
"title": {
|
|
28
|
-
"accountHolderTaxInformation": "Belastingsinformatie"
|
|
29
|
-
"taxIdentification": "Belastingidentificatie"
|
|
24
|
+
"accountHolderTaxInformation": "Belastingsinformatie"
|
|
30
25
|
},
|
|
31
26
|
"text": {
|
|
32
27
|
"notRequired": "Niet verplicht",
|
|
33
28
|
"interviewIsComplete": "Uw interview is voltooid."
|
|
34
29
|
},
|
|
35
30
|
"status": {
|
|
36
|
-
"
|
|
37
|
-
"
|
|
31
|
+
"mustBeCaPostalCodeFormat": "Moet zes tekens zijn",
|
|
32
|
+
"mustNotStartWithATitle": "Mag niet beginnen met een titel (Mr, Mrs, Ms, Miss)"
|
|
38
33
|
},
|
|
39
34
|
"option": {
|
|
40
35
|
"isIndividual_yes": "Ja, ik ben een particulier",
|