@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": "Späť",
|
|
4
5
|
"cancel": "Zrušiť",
|
|
@@ -42,7 +43,7 @@ declare const _default: {
|
|
|
42
43
|
"tin": "Daňové identifikačné číslo",
|
|
43
44
|
"tinAuAbn": "Daňové identifikačné číslo",
|
|
44
45
|
"tinUkEntity": "Daňové identifikačné číslo",
|
|
45
|
-
"tinUkIndividual": "
|
|
46
|
+
"tinUkIndividual": "Číslo národného poistenia",
|
|
46
47
|
"usTin": "Daňové identifikačné číslo v USA",
|
|
47
48
|
"vatIdentificationNumber": "IČ DPH",
|
|
48
49
|
"vatIsNotRequired": "DPH sa nevyžaduje alebo nebolo vydané",
|
|
@@ -124,11 +125,11 @@ declare const _default: {
|
|
|
124
125
|
"taxResidence5": "Daňová rezidencia č. 5",
|
|
125
126
|
"carfClassificationDetails": "Podrobnosti o klasifikácii CARF",
|
|
126
127
|
"controllingPersonDetails": "Podrobnosti o kontrolnej osobe",
|
|
127
|
-
"controllingPerson1TaxResidenciesConfirmation": "
|
|
128
|
-
"controllingPerson2TaxResidenciesConfirmation": "
|
|
129
|
-
"controllingPerson3TaxResidenciesConfirmation": "
|
|
130
|
-
"controllingPerson4TaxResidenciesConfirmation": "
|
|
131
|
-
"controllingPerson5TaxResidenciesConfirmation": "
|
|
128
|
+
"controllingPerson1TaxResidenciesConfirmation": "Potvrdenie daňovej rezidencie kontrolnej osoby 1",
|
|
129
|
+
"controllingPerson2TaxResidenciesConfirmation": "Potvrdenie daňovej rezidencie kontrolnej osoby 2",
|
|
130
|
+
"controllingPerson3TaxResidenciesConfirmation": "Potvrdenie daňovej rezidencie kontrolnej osoby 3",
|
|
131
|
+
"controllingPerson4TaxResidenciesConfirmation": "Potvrdenie daňovej rezidencie kontrolnej osoby 4",
|
|
132
|
+
"controllingPerson5TaxResidenciesConfirmation": "Potvrdenie daňovej rezidencie kontrolnej osoby 5",
|
|
132
133
|
"controllingPersons": "Kontrolné osoby",
|
|
133
134
|
"controllingPerson1": "Kontrolná osoba 1",
|
|
134
135
|
"controllingPerson2": "Kontrolná osoba 2",
|
|
@@ -162,11 +163,15 @@ declare const _default: {
|
|
|
162
163
|
"invalidVat": "Neplatné IČ DPH",
|
|
163
164
|
"mustBeABNFormat": "Musí mať 11 číslic",
|
|
164
165
|
"mustBeFiveOrNineDigits": "Musíte vybrať deň, mesiac a rok",
|
|
166
|
+
"mustBeFourDigits": "Musí obsahovať štyri číslice",
|
|
165
167
|
"mustBeInDateFormat": "Musí byť vo formáte dátumu",
|
|
166
168
|
"mustBeInVatinFormat": "Musí mať od osem do 14 znakov",
|
|
167
169
|
"mustBeNineDigits": "Musí mať deväť číslic",
|
|
168
|
-
"mustBeNinoFormat": "
|
|
170
|
+
"mustBeNinoFormat": "Číslo národného poistenia (NINO) musí byť v správnom formáte (AB999999A)",
|
|
169
171
|
"mustBeCaPostalCodeFormat": "Musí obsahovať šesť znakov",
|
|
172
|
+
"mustContainAlphabeticCharacter": "Musí obsahovať aspoň jedno písmeno",
|
|
173
|
+
"mustNotContainNumericCharacters": "Nesmie obsahovať čísla",
|
|
174
|
+
"mustNotContainAuStateCode": "Nesmie obsahovať kód austrálskeho štátu",
|
|
170
175
|
"mustBeValidBirthDate": "Neplatný dátum narodenia",
|
|
171
176
|
"mustBeAtLeast18": "Musí mať aspoň 18 rokov",
|
|
172
177
|
"residencesMustIncludeVatCountry": "Krajina s DPH musí byť uvedená nižšie ako daňová rezidencia",
|
|
@@ -195,7 +200,8 @@ declare const _default: {
|
|
|
195
200
|
"checkFormatEntitySG": "Skontrolujte formát. Unique Entity Number (UEN) je zvyčajne alfanumerický reťazec s 9 alebo 10 znakmi.",
|
|
196
201
|
"required": "Povinné",
|
|
197
202
|
"tooLong": "Príliš dlhé",
|
|
198
|
-
"tooShort": "Príliš krátke"
|
|
203
|
+
"tooShort": "Príliš krátke",
|
|
204
|
+
"mustNotStartWithATitle": "Nesmie začínať titulom (Mr, Mrs, Ms, Miss)"
|
|
199
205
|
},
|
|
200
206
|
"option": {
|
|
201
207
|
"isIndividual_yes": "Áno, som súkromná osoba",
|
|
@@ -211,6 +217,7 @@ declare const _default: {
|
|
|
211
217
|
"DEPOSITORY_INSTITUTION": "Depozitná inštitúcia",
|
|
212
218
|
"NON_REPORTING_FINANCIAL_INSTITUTION": "Neoznamujúca Finančná Inštitúcia",
|
|
213
219
|
"accountHolderActiveNonFinancialEntityType_GOVERNMENT_ENTITY": "Vládna entita",
|
|
220
|
+
"accountHolderActiveNonFinancialEntityType_CENTRAL_BANK": "Centrálna banka",
|
|
214
221
|
"INSURANCE_COMPANY": "Poisťovacia spoločnosť",
|
|
215
222
|
"INVESTMENT_ENTITY": "Investičná entita",
|
|
216
223
|
"entityType_TRUST": "Zverenecký fond",
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
+
"$schema": "schemas/i18n-subset.schema.json",
|
|
2
3
|
"button": {
|
|
3
4
|
"back": "Nazaj",
|
|
4
5
|
"cancel": "Prekliči",
|
|
@@ -42,7 +43,7 @@ declare const _default: {
|
|
|
42
43
|
"tin": "Davčna identifikacijska številka",
|
|
43
44
|
"tinAuAbn": "Davčna identifikacijska številka",
|
|
44
45
|
"tinUkEntity": "Davčna identifikacijska številka",
|
|
45
|
-
"tinUkIndividual": "
|
|
46
|
+
"tinUkIndividual": "Številka nacionalnega zavarovanja",
|
|
46
47
|
"usTin": "Davčna identifikacijska številka ZDA",
|
|
47
48
|
"vatIdentificationNumber": "Identifikacijska številka za DDV",
|
|
48
49
|
"vatIsNotRequired": "Številka za VAT ni potrebna ali ni bila izdana",
|
|
@@ -124,11 +125,11 @@ declare const _default: {
|
|
|
124
125
|
"taxResidence5": "Davčno rezidentstvo 5",
|
|
125
126
|
"carfClassificationDetails": "Podrobnosti klasifikacije CARF",
|
|
126
127
|
"controllingPersonDetails": "Podrobnosti nadzorne osebe",
|
|
127
|
-
"controllingPerson1TaxResidenciesConfirmation": "
|
|
128
|
-
"controllingPerson2TaxResidenciesConfirmation": "
|
|
129
|
-
"controllingPerson3TaxResidenciesConfirmation": "
|
|
130
|
-
"controllingPerson4TaxResidenciesConfirmation": "
|
|
131
|
-
"controllingPerson5TaxResidenciesConfirmation": "
|
|
128
|
+
"controllingPerson1TaxResidenciesConfirmation": "Potrditev davčnega rezidentstva nadzorne osebe 1",
|
|
129
|
+
"controllingPerson2TaxResidenciesConfirmation": "Potrditev davčnega rezidentstva nadzorne osebe 2",
|
|
130
|
+
"controllingPerson3TaxResidenciesConfirmation": "Potrditev davčnega rezidentstva nadzorne osebe 3",
|
|
131
|
+
"controllingPerson4TaxResidenciesConfirmation": "Potrditev davčnega rezidentstva nadzorne osebe 4",
|
|
132
|
+
"controllingPerson5TaxResidenciesConfirmation": "Potrditev davčnega rezidentstva nadzorne osebe 5",
|
|
132
133
|
"controllingPersons": "Nadzorne osebe",
|
|
133
134
|
"controllingPerson1": "Nadzorna oseba 1",
|
|
134
135
|
"controllingPerson2": "Nadzorna oseba 2",
|
|
@@ -162,11 +163,15 @@ declare const _default: {
|
|
|
162
163
|
"invalidVat": "Neveljavna številka za DDV",
|
|
163
164
|
"mustBeABNFormat": "Mora vsebovati 11 številk",
|
|
164
165
|
"mustBeFiveOrNineDigits": "Izberite mesec, dan in leto",
|
|
166
|
+
"mustBeFourDigits": "Mora biti štiri števke",
|
|
165
167
|
"mustBeInDateFormat": "Izberite mesec, dan in leto",
|
|
166
168
|
"mustBeInVatinFormat": "Mora biti med osmimi in 14 znaki",
|
|
167
169
|
"mustBeNineDigits": "Vsebovati mora devet števk",
|
|
168
|
-
"mustBeNinoFormat": "
|
|
170
|
+
"mustBeNinoFormat": "Številka nacionalnega zavarovanja (NINO) mora biti v pravilni obliki (AB999999A)",
|
|
169
171
|
"mustBeCaPostalCodeFormat": "Vsebovati mora šest znakov",
|
|
172
|
+
"mustContainAlphabeticCharacter": "Mora vsebovati vsaj eno črko",
|
|
173
|
+
"mustNotContainNumericCharacters": "Ne sme vsebovati številk",
|
|
174
|
+
"mustNotContainAuStateCode": "Ne sme vsebovati kode avstralske države",
|
|
170
175
|
"mustBeValidBirthDate": "Ni veljaven datum rojstva",
|
|
171
176
|
"mustBeAtLeast18": "Morate biti vsaj 18 let",
|
|
172
177
|
"residencesMustIncludeVatCountry": "Državo DDV je treba navesti kot davčno rezidentstvo spodaj",
|
|
@@ -195,7 +200,8 @@ declare const _default: {
|
|
|
195
200
|
"checkFormatEntitySG": "Preverite obliko. Unique Entity Number (UEN) je običajno 9- ali 10-znakovni alfanumerični niz.",
|
|
196
201
|
"required": "Obvezno",
|
|
197
202
|
"tooLong": "Preveč znakov",
|
|
198
|
-
"tooShort": "Premalo znakov"
|
|
203
|
+
"tooShort": "Premalo znakov",
|
|
204
|
+
"mustNotStartWithATitle": "Ne sme se začeti z naslovom (Mr, Mrs, Ms, Miss)"
|
|
199
205
|
},
|
|
200
206
|
"option": {
|
|
201
207
|
"isIndividual_yes": "Da, sem posameznik",
|
|
@@ -211,6 +217,7 @@ declare const _default: {
|
|
|
211
217
|
"DEPOSITORY_INSTITUTION": "Depozitna institucija",
|
|
212
218
|
"NON_REPORTING_FINANCIAL_INSTITUTION": "Neporočajoča Finančna Institucija",
|
|
213
219
|
"accountHolderActiveNonFinancialEntityType_GOVERNMENT_ENTITY": "Vladna entiteta",
|
|
220
|
+
"accountHolderActiveNonFinancialEntityType_CENTRAL_BANK": "Centralna banka",
|
|
214
221
|
"INSURANCE_COMPANY": "Zavarovalnica",
|
|
215
222
|
"INVESTMENT_ENTITY": "Investicijska entiteta",
|
|
216
223
|
"entityType_TRUST": "Zaupniški sklad",
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
+
"$schema": "schemas/i18n-subset.schema.json",
|
|
2
3
|
"button": {
|
|
3
4
|
"back": "Tillbaka",
|
|
4
5
|
"cancel": "Avbryt",
|
|
@@ -42,7 +43,7 @@ declare const _default: {
|
|
|
42
43
|
"tin": "Skatteidentifikationsnummer",
|
|
43
44
|
"tinAuAbn": "Skatteidentifikationsnummer",
|
|
44
45
|
"tinUkEntity": "Skatteidentifikationsnummer",
|
|
45
|
-
"tinUkIndividual": "
|
|
46
|
+
"tinUkIndividual": "Nationellt försäkringsnummer",
|
|
46
47
|
"usTin": "US-skattidentifikationsnummer",
|
|
47
48
|
"vatIdentificationNumber": "Momsregistreringsnummer",
|
|
48
49
|
"vatIsNotRequired": "VAT krävs inte eller har inte utfärdats",
|
|
@@ -124,11 +125,11 @@ declare const _default: {
|
|
|
124
125
|
"taxResidence4": "Skattehemvist 4",
|
|
125
126
|
"taxResidence5": "Skattehemvist 5",
|
|
126
127
|
"carfClassificationDetails": "CARF-klassificeringsdetaljer",
|
|
127
|
-
"controllingPerson1TaxResidenciesConfirmation": "
|
|
128
|
-
"controllingPerson2TaxResidenciesConfirmation": "
|
|
129
|
-
"controllingPerson3TaxResidenciesConfirmation": "
|
|
130
|
-
"controllingPerson4TaxResidenciesConfirmation": "
|
|
131
|
-
"controllingPerson5TaxResidenciesConfirmation": "
|
|
128
|
+
"controllingPerson1TaxResidenciesConfirmation": "Bekräftelse av skattehemvist för kontrollerande person 1",
|
|
129
|
+
"controllingPerson2TaxResidenciesConfirmation": "Bekräftelse av skattehemvist för kontrollerande person 2",
|
|
130
|
+
"controllingPerson3TaxResidenciesConfirmation": "Bekräftelse av skattehemvist för kontrollerande person 3",
|
|
131
|
+
"controllingPerson4TaxResidenciesConfirmation": "Bekräftelse av skattehemvist för kontrollerande person 4",
|
|
132
|
+
"controllingPerson5TaxResidenciesConfirmation": "Bekräftelse av skattehemvist för kontrollerande person 5",
|
|
132
133
|
"controllingPersonDetails": "Detaljer om kontrollerande person",
|
|
133
134
|
"controllingPersons": "Kontrollerande personer",
|
|
134
135
|
"controllingPerson1": "Kontrollerande person 1",
|
|
@@ -162,11 +163,15 @@ declare const _default: {
|
|
|
162
163
|
"invalidVat": "Ogiltigt momsregistreringsnummer",
|
|
163
164
|
"mustBeABNFormat": "Måste vara 11 siffror",
|
|
164
165
|
"mustBeFiveOrNineDigits": "Måste vara fem eller nio siffror",
|
|
166
|
+
"mustBeFourDigits": "Måste vara fyra siffror",
|
|
165
167
|
"mustBeInDateFormat": "Måste välja en månad, dag och år",
|
|
166
168
|
"mustBeInVatinFormat": "Måste vara mellan åtta och 14 tecken",
|
|
167
169
|
"mustBeNineDigits": "Måste vara nio siffror",
|
|
168
|
-
"mustBeNinoFormat": "
|
|
170
|
+
"mustBeNinoFormat": "Det nationella försäkringsnumret (NINO) måste vara i rätt format (AB999999A)",
|
|
169
171
|
"mustBeCaPostalCodeFormat": "Måste vara sex tecken",
|
|
172
|
+
"mustContainAlphabeticCharacter": "Måste innehålla minst en bokstav",
|
|
173
|
+
"mustNotContainNumericCharacters": "Får inte innehålla siffror",
|
|
174
|
+
"mustNotContainAuStateCode": "Får inte innehålla australisk delstatskod",
|
|
170
175
|
"mustBeValidBirthDate": "Inte ett giltigt födelsedatum",
|
|
171
176
|
"mustBeAtLeast18": "Måste vara minst 18 år gammal",
|
|
172
177
|
"residencesMustIncludeVatCountry": "Momsland måste anges som skattehemvist nedan",
|
|
@@ -195,7 +200,8 @@ declare const _default: {
|
|
|
195
200
|
"checkFormatEntitySG": "Kontrollera formatet. Ett Unique Entity Number (UEN) är vanligtvis en alfanumerisk sträng med 9 eller 10 tecken.",
|
|
196
201
|
"required": "Nödvändigt",
|
|
197
202
|
"tooLong": "För långt",
|
|
198
|
-
"tooShort": "För kort"
|
|
203
|
+
"tooShort": "För kort",
|
|
204
|
+
"mustNotStartWithATitle": "Får inte börja med en titel (Mr, Mrs, Ms, Miss)"
|
|
199
205
|
},
|
|
200
206
|
"option": {
|
|
201
207
|
"isIndividual_yes": "Ja, jag är en individ",
|
|
@@ -211,6 +217,7 @@ declare const _default: {
|
|
|
211
217
|
"DEPOSITORY_INSTITUTION": "Depåinstitut",
|
|
212
218
|
"NON_REPORTING_FINANCIAL_INSTITUTION": "Icke-rapporterande Finansinstitut",
|
|
213
219
|
"accountHolderActiveNonFinancialEntityType_GOVERNMENT_ENTITY": "Statlig enhet",
|
|
220
|
+
"accountHolderActiveNonFinancialEntityType_CENTRAL_BANK": "Centralbank",
|
|
214
221
|
"INSURANCE_COMPANY": "Försäkringsbolag",
|
|
215
222
|
"INVESTMENT_ENTITY": "Investeringsenhet",
|
|
216
223
|
"entityType_TRUST": "Förtroendefond",
|