@scenid/react-formulator 0.5.3 → 0.5.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.
Files changed (62) hide show
  1. package/package.json +4 -1
  2. package/.babelrc +0 -30
  3. package/.eslintignore +0 -22
  4. package/.eslintrc +0 -70
  5. package/.firebaserc +0 -5
  6. package/.storybook/main.js +0 -12
  7. package/.storybook/preview.js +0 -9
  8. package/firebase.json +0 -22
  9. package/functions/.eslintignore +0 -1
  10. package/functions/.eslintrc.js +0 -29
  11. package/functions/index.js +0 -32
  12. package/functions/package-lock.json +0 -6810
  13. package/functions/package.json +0 -29
  14. package/rollup.config.js +0 -40
  15. package/src/Components/HiddenData.jsx +0 -24
  16. package/src/Components/SelectOrCreate.jsx +0 -156
  17. package/src/Editable/FormAutocomplete/FormAutocomplete.jsx +0 -155
  18. package/src/Editable/FormAutocomplete/useFetchOptions.js +0 -83
  19. package/src/Editable/FormBoolean.jsx +0 -46
  20. package/src/Editable/FormCatalogType.jsx +0 -29
  21. package/src/Editable/FormField.jsx +0 -231
  22. package/src/Editable/FormNumber.jsx +0 -36
  23. package/src/Editable/FormRepeater.jsx +0 -218
  24. package/src/Editable/FormSelect.jsx +0 -52
  25. package/src/Editable/FormText.jsx +0 -20
  26. package/src/FormGroupHeader.jsx +0 -85
  27. package/src/FormHelpers.js +0 -191
  28. package/src/FormSectionBlock.jsx +0 -71
  29. package/src/FormSectionCard.jsx +0 -62
  30. package/src/FormulatorForm.jsx +0 -539
  31. package/src/FormulatorFormSection.jsx +0 -456
  32. package/src/ReadOnly/FormReadOnlyBoolean.jsx +0 -36
  33. package/src/ReadOnly/FormReadOnlyField.jsx +0 -126
  34. package/src/ReadOnly/FormReadOnlyMarkdown.jsx +0 -20
  35. package/src/ReadOnly/FormReadOnlyNumber.jsx +0 -17
  36. package/src/ReadOnly/FormReadOnlyRepeater.jsx +0 -52
  37. package/src/ReadOnly/FormReadOnlySelect.jsx +0 -18
  38. package/src/ReadOnly/FormReadOnlyText.jsx +0 -45
  39. package/src/helpers.js +0 -13
  40. package/src/index.js +0 -20
  41. package/stories/CustomRenderField.jsx +0 -46
  42. package/stories/Forms.stories.jsx +0 -283
  43. package/stories/Introduction.stories.mdx +0 -206
  44. package/stories/StoryBase.jsx +0 -35
  45. package/stories/assets/code-brackets.svg +0 -1
  46. package/stories/assets/colors.svg +0 -1
  47. package/stories/assets/comments.svg +0 -1
  48. package/stories/assets/direction.svg +0 -1
  49. package/stories/assets/flow.svg +0 -1
  50. package/stories/assets/plugin.svg +0 -1
  51. package/stories/assets/repo.svg +0 -1
  52. package/stories/assets/stackalt.svg +0 -1
  53. package/stories/forms/login.render.schema.json +0 -23
  54. package/stories/forms/login.validation.schema.json +0 -29
  55. package/stories/forms/markdown.render.schema.json +0 -30
  56. package/stories/forms/markdown.validation.schema.json +0 -18
  57. package/stories/forms/register.render.schema.json +0 -32
  58. package/stories/forms/register.validation.schema.json +0 -34
  59. package/stories/forms/rlp.render.schema.json +0 -153
  60. package/stories/forms/rlp.translations.json +0 -883
  61. package/stories/forms/rlp.validation.schema.json +0 -1631
  62. package/stories/forms/types.schemas.js +0 -319
@@ -1,883 +0,0 @@
1
- {
2
- "labels": {
3
- "active": "Einrichtung ist aktiv",
4
- "ouType": "Unternehmensart",
5
- "name": "Einrichtungsname",
6
- "legalForm": "Rechtsform",
7
- "iknrUnlocked": "eigene IKNR",
8
- "iknr": "IKNR",
9
- "bsnrUnlocked": "eigene BSNR",
10
- "bsnr": "BSNR",
11
- "locationType": "Einrichtungsart",
12
- "isReporting": "Melder",
13
- "isReportingActive": "Melder ist aktiv",
14
- "reporterId": "Melder-Id",
15
- "keyFeature": "Schlüsselmerkmal",
16
- "creditorNumber": "Kreditorennummer",
17
- "reporterData": "Melderdaten",
18
- "reportingPin": "PIN",
19
- "reportingAuthCode": "Auth-Code",
20
- "hasPortalAccessTest": "Berechtigung Testsystem",
21
- "hasPortalTestGroup": "Testsystem Gruppe",
22
- "hasPortalTestVersion": "Testsystem Version",
23
- "hasPortalAccessProd": "Berechtigung Produktivsystem",
24
- "hasPortalProdGroup": "Produktivsystem Gruppe",
25
- "hasPortalProdVersion": "Produktivsystem Version",
26
- "reportingChannel": "Erfassung durch",
27
- "reportingSoftware": "Software",
28
- "reporterCertified": "Melder zertifiziert",
29
- "certifiedVersion": "ADT GEKID Version",
30
- "hasBank": "Bankverbindung",
31
- "bankUnlocked": "Eigene Bankverbindung",
32
- "bankNoteOnly": "Eigener Verwendungszweck",
33
- "bankAccountOwner": "Kontoinhaber*in",
34
- "iban": "IBAN",
35
- "bankNote": "Verwendungszweck",
36
- "customBankNote": "Verwendungszweck",
37
- "bankValidFrom": "Gültig ab",
38
- "street": "Straße",
39
- "houseNo": "Hausnummer",
40
- "zipCode": "Postleitzahl",
41
- "city": "Ort",
42
- "extra": "Adresszusatz",
43
- "countryCode": "Land",
44
- "hasAddress": "Adresse",
45
- "medicalField": "Medizinische Fachrichtung",
46
- "typeOfPractice": "Praxisart (Alt)",
47
- "openingHours": "Öffnungszeiten",
48
- "website": "Webseite",
49
- "typeOfInsuranceCompany": "Art der Krankenkasse",
50
- "contacts": "Kontaktdaten",
51
- "debitNumber": "Debitorennummer",
52
- "phonePrefix": "Landesvorwahl Telefon (Alt)",
53
- "phone": "Telefon (Alt)",
54
- "faxPrefix": "Landesvorwahl Fax (Alt)",
55
- "fax": "Fax (Alt)",
56
- "email": "E-Mail (Alt)",
57
- "numTumorPatients": "Anzahl Tumorpatient*innen",
58
- "certified": "Zertifiziert",
59
- "products": "Produkt",
60
- "version": "Version",
61
- "supplierBlocked": "Lieferant blockiert",
62
- "language": "Sprache",
63
- "supplierPaymentPeriod": "Zahlungsfrist",
64
- "supplierCashDiscount": "Skonto",
65
- "supplierDeliveryType": "Lieferart",
66
- "supplierCurrency": "Währung",
67
- "supplierVatIdentificationNumber": "USt-ID / VAT-Nummer",
68
- "supplierCreditorNumber": "Lieferanten-Kreditorennummer",
69
- "supplierPaymentType": "Zahlungsart",
70
- "federationHead": "Führende Einrichtung",
71
- "federationMembers": "Mitglieder",
72
- "oncologyCenterId": "Zentrums-Id",
73
- "oncologyCenterType": "Art des Zentrums",
74
- "isCertifiedOncologyCenter": "Zertifiziert",
75
- "oncologyCenterCertificate": "Zertifikat",
76
- "oncologyCenterDateCertified": "Datum der Zertifizierung"
77
- },
78
- "ouType": {
79
- "ou": "Organisationseinheit",
80
- "company": "Unternehmen",
81
- "carrier": "Träger",
82
- "press-media": "Presse / Medienunternehmen",
83
- "ministry": "Ministerium",
84
- "inpatient-ward": "Belegabteilung",
85
- "software-developer": "Softwarehersteller",
86
- "private-medical-practice": "Ambulante Einrichtung - Privatpraxis",
87
- "medical-practice": "Ambulante Einrichtung - Medizinisches Versorgungszentrum",
88
- "medical-practice-specialization": "Ambulante Einrichtung - MVZ Fachrichtung",
89
- "medical-practice-single": "Ambulante Einrichtung - Einzelpraxis",
90
- "medical-practice-group": "Ambulante Einrichtung - Gemeinschaftspraxis",
91
- "medical-practice-association": "Ambulante Einrichtung - Berufsausübungsgemeinschaft",
92
- "pathologist": "Pathologe",
93
- "health-authority": "Gesundheitsamt",
94
- "registration-office": "Meldeamt",
95
- "clinical-cancer-registry": "Lokales Krebsregister / Tumorzentrum",
96
- "state-cancer-registry": "Landeskrebsregister",
97
- "health-service-provider": "Gesundheitsdienstleister",
98
- "hospital": "Krankenhaus",
99
- "hospital-unit-main": "Krankenhausabteilung",
100
- "oncology-center": "Zentrum in der onkologischen Versorgung",
101
- "health-insurance-company": "Krankenkasse",
102
- "supplier": "Lieferant",
103
- "club": "Verein",
104
- "federation-center": "Zentrum (Alt)",
105
- "federation-reporting": "Meldungsverbund (Alt)",
106
- "federation-accounting": "Vergütungsverbund (Alt)"
107
- },
108
- "legalForm": {
109
- "ohg": "OHG",
110
- "kg": "KG",
111
- "gbr": "GbR",
112
- "ag": "AG",
113
- "kgaa": "KGaA",
114
- "ug": "UG (haftungsbeschränkt)",
115
- "gmbh": "GmbH",
116
- "eg": "eG",
117
- "ggmbh": "gGmbH",
118
- "ev": "e.V.",
119
- "koedr": "KdöR",
120
- "sdoer": "SdöR"
121
- },
122
- "oncologyCenterType": {
123
- "oncology-center": "Onkologisches Zentrum",
124
- "colon-center": "Darmzentrum",
125
- "breast-center": "Brustzentrum",
126
- "gyn-center": "Gynäkologisches Zentrum",
127
- "lung-center": "Lungenzentrum",
128
- "head-neck-center": "Kopf-Hals-Tumor Zentrum",
129
- "pancreas-center": "Pankreaszentrum",
130
- "gastro-center": "Magenzentrum",
131
- "prostate-center": "Prostatazentrum",
132
- "neuro-center": "Neuroonkologisches Zentrum",
133
- "visceral-center": "Viszeralonkologisches Zentrum",
134
- "uro-center": "Urologisches Zentrum",
135
- "others": "Andere"
136
- },
137
- "oncologyCenterCertificate": {
138
- "dkg-onkocert": "DKG / Onkozert",
139
- "tuv": "TÜV"
140
- },
141
- "medicalField": {
142
- "general-surgery": "Allgemeinchirurgie",
143
- "general-medicine": "Allgemeinmedizin",
144
- "anesthesia": "Anästhesie",
145
- "angiology": "Angiologie",
146
- "ophthalmology": "Augenheilkunde",
147
- "surgery": "Chirurgie",
148
- "surgery-neuro": "Chirurgie (inkl. Neurochirurgie)",
149
- "dermatology": "Dermatologie",
150
- "area-of-expertise": "Fachgebiet",
151
- "gynecology-and-obstetrics": "Frauenheilkunde und Geburtshilfe",
152
- "gastroenterology": "Gastroenterologie",
153
- "vascular-surgery": "Gefäßchirurgie",
154
- "geriatrics": "Geriatrie",
155
- "gynecology": "Gynäkologie",
156
- "hematology": "Hämatologie",
157
- "hand-surgery": "Handchirurgie",
158
- "primary-care-physician": "Hausärztlich tätiger Arzt (prakt. Arzt; Allgemeinarzt; hausärztlich tätiger Internist)",
159
- "cardiothoracic-surgery": "Herz-Thorax-Chirurgie",
160
- "ent-department": "HNO-Abteilung",
161
- "otolaryngology": "HNO-Heilkunde",
162
- "human-genetics": "Humangenetik, Biochemie",
163
- "internist": "Innere Medizin",
164
- "internist-hematology": "Innere Medizin / Hämatologie",
165
- "internist-oncology": "Innere Medizin / Onkologie",
166
- "internist-pneumology": "Innere Medizin / Pneumologie",
167
- "internist-gastroenterology": "Internist; Gastroenterologie",
168
- "cardiology": "Kardiologie",
169
- "childrens-psychiatry": "Kinder- u. Jugendpsychiatrie",
170
- "pediatric-surgery": "Kinderchirurgie",
171
- "teething": "Kinderkrankheiten",
172
- "head-and-neck-surgery": "Kopf-Hals-Chirurgie",
173
- "laboratory-medicine": "Labormedizin",
174
- "microbiology": "Mikrobiologie u. Infektionsepidemiologie",
175
- "maxillo-facial-surgery": "Mund-Kiefer-Gesichtschirurgie",
176
- "nephrology": "Nephrologie",
177
- "neurosurgery": "Neurochirurgie",
178
- "neurology": "Neurologie",
179
- "neuropediatrics": "Neuropädiatrie",
180
- "neuropathology": "Neuropathologie",
181
- "nuclear-medicine": "Nuklearmedizin",
182
- "oncology": "Onkologie",
183
- "oncology-hematology": "Onkologie / Hämatologie",
184
- "orthopedics": "Orthopädie",
185
- "pediatrics": "Pädiatrie",
186
- "pathology": "Pathologie",
187
- "pathology-neuropathology": "Pathologie (inkl. Neuropathologie)",
188
- "phoniatrie": "Phoniatrie",
189
- "physical-and-rehabilitative": "Physikalische u. Rehabilitative Med.",
190
- "plastic-surgery": "Plastische Chirurgie",
191
- "pneumology": "Pneumologie",
192
- "psychiatry": "Psychiatrie",
193
- "psychiatry-children": "Psychiatrie; Psychotherapie; Psychosomatische Medizin; Kinder- und Jugendpsychiatrie",
194
- "psychology": "Psycholog. Psychotherapie",
195
- "psychosomatic-medicine": "Psychosomatik",
196
- "psychotherapy": "Psychotherapie",
197
- "radiological-diagnosis": "Radiolog. Diagnostik",
198
- "rheumatology": "Rheumatologie",
199
- "radiotherapy": "Strahlentherapie",
200
- "radiotherapy-nuclear-medicine": "Strahlentherapie (inkl. Nuklearmedizin)",
201
- "radiotherapy-radiation-oncology": "Strahlentherapie Radioonkologie",
202
- "thoracic-surgery": "Thoraxchirurgie",
203
- "trauma-surgery": "Unfallchirurgie",
204
- "urology": "Urologie",
205
- "spine-surgery": "Wirbelsäulenchirurgie",
206
- "dentistry": "Zahnheilkunde",
207
- "oral-and-maxillofacial-surgery": "Zahn-Mund-Kieferheilkunde",
208
- "cytology": "Zytologie",
209
- "other": "Sonstige Fachärzte",
210
- "radiology": "Radiologie",
211
- "ent": "HNO"
212
- },
213
- "locationType": {
214
- "main": "Hauptstätte",
215
- "sub": "Nebenstätte"
216
- },
217
- "hasPortalTestGroup": {
218
- "none": "keine Rechte",
219
- "khAQUA": "KH-AQUA",
220
- "khERF": "KH-ERF",
221
- "khErFuADT": "KH-ErFuADT",
222
- "khSTD": "KH-STD",
223
- "ndADGE": "ND-ADGE",
224
- "ndADGEuER": "ND-ADGEuER",
225
- "ndSTD": "ND-STD",
226
- "pathoERF": "Patho-ERF",
227
- "pathoADT": "Patho-ADT",
228
- "scrADGE": "SCR-ADGE",
229
- "scrGEKID": "SCR-GEKID"
230
- },
231
- "hasPortalProdGroup": {
232
- "none": "keine Rechte",
233
- "khAQUA": "KH-AQUA",
234
- "khERF": "KH-ERF",
235
- "khErFuADT": "KH-ErFuADT",
236
- "khSTD": "KH-STD",
237
- "ndADGE": "ND-ADGE",
238
- "ndADGEuER": "ND-ADGEuER",
239
- "ndSTD": "ND-STD",
240
- "pathoERF": "Patho-ERF",
241
- "pathoADT": "Patho-ADT",
242
- "scrADGE": "SCR-ADGE",
243
- "scrGEKID": "SCR-GEKID"
244
- },
245
- "hasPortalTestVersion": {
246
- "105": "1.0.5",
247
- "200": "2.0.0",
248
- "201": "2.0.1",
249
- "211": "2.1.1",
250
- "300": "3.0.0",
251
- "fromPortal": "aus Portal"
252
- },
253
- "hasPortalProdVersion": {
254
- "105": "1.0.5",
255
- "200": "2.0.0",
256
- "201": "2.0.1",
257
- "211": "2.1.1",
258
- "300": "3.0.0",
259
- "fromPortal": "aus Portal"
260
- },
261
- "certifiedVersion": {
262
- "105": "1.0.5",
263
- "200": "2.0.0",
264
- "201": "2.0.1",
265
- "211": "2.1.1",
266
- "300": "3.0.0",
267
- "fromPortal": "aus Portal"
268
- },
269
- "reportingChannel": {
270
- "api": "Schnittstelle",
271
- "module": "Erfassungsmodul",
272
- "reporter": "Erfassungs- / Schnittstellenmelder"
273
- },
274
- "reportingSoftware": {
275
- "unknown": "Unbekannt",
276
- "agfa": "AGFA (Orbis ODOK)",
277
- "appointmed": "appointmed",
278
- "calcius37": "Celsius 37",
279
- "dcPathos": "DC Pathos (Visonex)",
280
- "easymed": "easymed",
281
- "epikur": "EPIKUR",
282
- "gtds": "GTDS",
283
- "ifms": "IFMS",
284
- "krx": "KRx",
285
- "mascSE": "Masc SE (KV)",
286
- "med7": "Med7",
287
- "medatixx": "Medatixx",
288
- "medicalOffice": "Medical Office",
289
- "medistar": "Medistar",
290
- "nexus": "NEXUS / Pathologie (Nexus)",
291
- "odsEasy": "ODS Easy (Asthenis)",
292
- "odsNet": "ODS net (Astehnis)",
293
- "onkostarItc": "Onkostar (ITC)",
294
- "orbisODOK": "Orbis ODOK (AGFA)",
295
- "pathoFlex": "PathoFlex (Kömmerling)",
296
- "profimed": "Profimed (ProMedisoft)",
297
- "quincy": "Quincy (Frey ADV GmbH)",
298
- "smartOS": "SmartOS",
299
- "tomedo": "Tomedo",
300
- "turbomed": "Turbomed",
301
- "visonex": "Visonex",
302
- "xisynet": "x.isynet",
303
- "zytoService": "ZytoService (Oncotrace)",
304
- "oncotrace": "Oncotrace®",
305
- "d-uo": "d-uo",
306
- "albis": "ALBIS",
307
- "m1": "M1",
308
- "proCGM": "Pro CGM",
309
- "pathoPro": "PathoPro",
310
- "iq-h": "IQ-H",
311
- "x-concept": "x.concept",
312
- "x-comfort": "x.comfort",
313
- "iMedOne": "iMedOne®",
314
- "oncoAssist": "OncoAssist",
315
- "iq-hKAP": "IQ-H KAP",
316
- "pathoflex": "Pathoflex"
317
- },
318
- "products": {
319
- "unknown": "Unbekannt",
320
- "agfa": "AGFA (Orbis ODOK)",
321
- "appointmed": "appointmed",
322
- "calcius37": "Celsius 37",
323
- "dcPathos": "DC Pathos (Visonex)",
324
- "easymed": "easymed",
325
- "epikur": "EPIKUR",
326
- "gtds": "GTDS",
327
- "ifms": "IFMS",
328
- "krx": "KRx",
329
- "mascSE": "Masc SE (KV)",
330
- "med7": "Med7",
331
- "medatixx": "Medatixx",
332
- "medicalOffice": "Medical Office",
333
- "medistar": "Medistar",
334
- "nexus": "NEXUS / Pathologie (Nexus)",
335
- "odsEasy": "ODS Easy (Asthenis)",
336
- "odsNet": "ODS net (Astehnis)",
337
- "onkostarItc": "Onkostar (ITC)",
338
- "orbisODOK": "Orbis ODOK (AGFA)",
339
- "pathoFlex": "PathoFlex (Kömmerling)",
340
- "profimed": "Profimed (ProMedisoft)",
341
- "quincy": "Quincy (Frey ADV GmbH)",
342
- "smartOS": "SmartOS",
343
- "tomedo": "Tomedo",
344
- "turbomed": "Turbomed",
345
- "visonex": "Visonex",
346
- "xisynet": "x.isynet",
347
- "zytoService": "ZytoService (Oncotrace)",
348
- "oncotrace": "Oncotrace®",
349
- "d-uo": "d-uo",
350
- "albis": "ALBIS",
351
- "m1": "M1",
352
- "proCGM": "Pro CGM",
353
- "pathoPro": "PathoPro",
354
- "iq-h": "IQ-H",
355
- "x-concept": "x.concept",
356
- "x-comfort": "x.comfort",
357
- "iMedOne": "iMedOne®",
358
- "oncoAssist": "OncoAssist",
359
- "iq-hKAP": "IQ-H KAP",
360
- "pathoflex": "Pathoflex"
361
- },
362
- "typeOfInsuranceCompany": {
363
- "public": "Gesetzlich",
364
- "private": "Privat"
365
- },
366
- "language": {
367
- "german": "Deutsch",
368
- "english": "Englisch"
369
- },
370
- "supplierPaymentPeriod": {
371
- "7": "7 Tage netto",
372
- "10": "10 Tage netto",
373
- "14": "14 Tage netto",
374
- "30": "30 Tage netto"
375
- },
376
- "supplierCashDiscount": {
377
- "2": "2% Skonto",
378
- "3": "3% Skonto",
379
- "none": "ohne"
380
- },
381
- "supplierDeliveryType": {
382
- "freeHouse": "Frei Haus",
383
- "exWorks": "Ab Werk"
384
- },
385
- "supplierCurrency": {
386
- "euro": "Euro (EUR)",
387
- "dollar": "US Dollar (USD)",
388
- "pound": "Britische Pfund (GBP)"
389
- },
390
- "supplierPaymentType": {
391
- "onAccount": "auf Rechnung",
392
- "inAdvance": "Vorkasse",
393
- "creditCard": "Kreditkarte",
394
- "onDelivery": "Nachnahme"
395
- },
396
- "countryCode": {
397
- "DE": "Deutschland",
398
- "AT": "Österreich",
399
- "CH": "Schweiz"
400
- },
401
- "phonePrefix": {
402
- "de": "DE (+49)",
403
- "at": "AT (+43)",
404
- "ch": "CH (+41)",
405
- "af": "af",
406
- "al": "al",
407
- "dz": "dz",
408
- "as": "as",
409
- "ad": "ad",
410
- "ao": "ao",
411
- "ai": "ai",
412
- "ag": "ag",
413
- "ar": "ar",
414
- "am": "am",
415
- "aw": "aw",
416
- "au": "au",
417
- "az": "az",
418
- "bs": "bs",
419
- "bh": "bh",
420
- "bd": "bd",
421
- "bb": "bb",
422
- "by": "by",
423
- "be": "be",
424
- "bz": "bz",
425
- "bj": "bj",
426
- "bm": "bm",
427
- "bt": "bt",
428
- "ba": "ba",
429
- "bw": "bw",
430
- "br": "br",
431
- "io": "io",
432
- "bg": "bg",
433
- "bf": "bf",
434
- "bi": "bi",
435
- "kh": "kh",
436
- "cm": "cm",
437
- "ca": "ca",
438
- "cv": "cv",
439
- "ky": "ky",
440
- "cf": "cf",
441
- "td": "td",
442
- "cl": "cl",
443
- "cn": "cn",
444
- "cx": "cx",
445
- "co": "co",
446
- "km": "km",
447
- "cg": "cg",
448
- "ck": "ck",
449
- "cr": "cr",
450
- "hr": "hr",
451
- "cu": "cu",
452
- "cy": "cy",
453
- "cz": "cz",
454
- "dk": "dk",
455
- "dj": "dj",
456
- "dm": "dm",
457
- "do": "do",
458
- "ec": "ec",
459
- "eg": "eg",
460
- "sv": "sv",
461
- "gq": "gq",
462
- "er": "er",
463
- "ee": "ee",
464
- "et": "et",
465
- "fo": "fo",
466
- "fj": "fj",
467
- "fi": "fi",
468
- "fr": "fr",
469
- "gf": "gf",
470
- "pf": "pf",
471
- "ga": "ga",
472
- "gm": "gm",
473
- "ge": "ge",
474
- "gh": "gh",
475
- "gi": "gi",
476
- "gr": "gr",
477
- "gl": "gl",
478
- "gd": "gd",
479
- "gp": "gp",
480
- "gu": "gu",
481
- "gt": "gt",
482
- "gn": "gn",
483
- "gw": "gw",
484
- "gy": "gy",
485
- "ht": "ht",
486
- "hn": "hn",
487
- "hu": "hu",
488
- "is": "is",
489
- "in": "in",
490
- "id": "id",
491
- "iq": "iq",
492
- "ie": "ie",
493
- "il": "il",
494
- "it": "it",
495
- "jm": "jm",
496
- "jp": "jp",
497
- "jo": "jo",
498
- "kz": "kz",
499
- "ke": "ke",
500
- "ki": "ki",
501
- "kw": "kw",
502
- "kg": "kg",
503
- "lv": "lv",
504
- "lb": "lb",
505
- "ls": "ls",
506
- "lr": "lr",
507
- "li": "li",
508
- "lt": "lt",
509
- "lu": "lu",
510
- "mg": "mg",
511
- "mw": "mw",
512
- "my": "my",
513
- "mv": "mv",
514
- "ml": "ml",
515
- "mt": "mt",
516
- "mh": "mh",
517
- "mq": "mq",
518
- "mr": "mr",
519
- "mu": "mu",
520
- "yt": "yt",
521
- "mx": "mx",
522
- "mc": "mc",
523
- "mn": "mn",
524
- "me": "me",
525
- "ms": "ms",
526
- "ma": "ma",
527
- "mm": "mm",
528
- "na": "na",
529
- "nr": "nr",
530
- "np": "np",
531
- "nl": "nl",
532
- "an": "an",
533
- "nc": "nc",
534
- "nz": "nz",
535
- "ni": "ni",
536
- "ne": "ne",
537
- "ng": "ng",
538
- "nu": "nu",
539
- "nf": "nf",
540
- "mp": "mp",
541
- "no": "no",
542
- "om": "om",
543
- "pk": "pk",
544
- "pw": "pw",
545
- "pa": "pa",
546
- "pg": "pg",
547
- "py": "py",
548
- "pe": "pe",
549
- "ph": "ph",
550
- "pl": "pl",
551
- "pt": "pt",
552
- "pr": "pr",
553
- "qa": "qa",
554
- "ro": "ro",
555
- "rw": "rw",
556
- "ws": "ws",
557
- "sm": "sm",
558
- "sa": "sa",
559
- "sn": "sn",
560
- "rs": "rs",
561
- "sc": "sc",
562
- "sl": "sl",
563
- "sg": "sg",
564
- "sk": "sk",
565
- "si": "si",
566
- "sb": "sb",
567
- "za": "za",
568
- "gs": "gs",
569
- "es": "es",
570
- "lk": "lk",
571
- "sd": "sd",
572
- "sr": "sr",
573
- "sz": "sz",
574
- "se": "se",
575
- "tj": "tj",
576
- "th": "th",
577
- "tg": "tg",
578
- "tk": "tk",
579
- "to": "to",
580
- "tt": "tt",
581
- "tn": "tn",
582
- "tr": "tr",
583
- "tm": "tm",
584
- "tc": "tc",
585
- "tv": "tv",
586
- "ug": "ug",
587
- "ua": "ua",
588
- "ae": "ae",
589
- "gb": "gb",
590
- "us": "us",
591
- "uy": "uy",
592
- "uz": "uz",
593
- "vu": "vu",
594
- "wf": "wf",
595
- "ye": "ye",
596
- "zm": "zm",
597
- "zw": "zw",
598
- "bo": "bo",
599
- "bn": "bn",
600
- "cc": "cc",
601
- "cd": "cd",
602
- "ci": "ci",
603
- "fk": "fk",
604
- "gg": "gg",
605
- "va": "va",
606
- "hk": "hk",
607
- "ir": "ir",
608
- "im": "im",
609
- "je": "je",
610
- "kp": "kp",
611
- "kr": "kr",
612
- "la": "la",
613
- "ly": "ly",
614
- "mo": "mo",
615
- "mk": "mk",
616
- "fm": "fm",
617
- "md": "md",
618
- "mz": "mz",
619
- "ps": "ps",
620
- "pn": "pn",
621
- "re": "re",
622
- "ru": "ru",
623
- "bl": "bl",
624
- "sh": "sh",
625
- "kn": "kn",
626
- "lc": "lc",
627
- "mf": "mf",
628
- "pm": "pm",
629
- "vc": "vc",
630
- "st": "st",
631
- "so": "so",
632
- "sj": "sj",
633
- "sy": "sy",
634
- "tw": "tw",
635
- "tz": "tz",
636
- "tl": "tl",
637
- "ve": "ve",
638
- "vn": "vn",
639
- "vg": "vg",
640
- "vi": "vi"
641
- },
642
- "faxPrefix": {
643
- "de": "DE (+49)",
644
- "at": "AT (+43)",
645
- "ch": "CH (+41)",
646
- "af": "af",
647
- "al": "al",
648
- "dz": "dz",
649
- "as": "as",
650
- "ad": "ad",
651
- "ao": "ao",
652
- "ai": "ai",
653
- "ag": "ag",
654
- "ar": "ar",
655
- "am": "am",
656
- "aw": "aw",
657
- "au": "au",
658
- "az": "az",
659
- "bs": "bs",
660
- "bh": "bh",
661
- "bd": "bd",
662
- "bb": "bb",
663
- "by": "by",
664
- "be": "be",
665
- "bz": "bz",
666
- "bj": "bj",
667
- "bm": "bm",
668
- "bt": "bt",
669
- "ba": "ba",
670
- "bw": "bw",
671
- "br": "br",
672
- "io": "io",
673
- "bg": "bg",
674
- "bf": "bf",
675
- "bi": "bi",
676
- "kh": "kh",
677
- "cm": "cm",
678
- "ca": "ca",
679
- "cv": "cv",
680
- "ky": "ky",
681
- "cf": "cf",
682
- "td": "td",
683
- "cl": "cl",
684
- "cn": "cn",
685
- "cx": "cx",
686
- "co": "co",
687
- "km": "km",
688
- "cg": "cg",
689
- "ck": "ck",
690
- "cr": "cr",
691
- "hr": "hr",
692
- "cu": "cu",
693
- "cy": "cy",
694
- "cz": "cz",
695
- "dk": "dk",
696
- "dj": "dj",
697
- "dm": "dm",
698
- "do": "do",
699
- "ec": "ec",
700
- "eg": "eg",
701
- "sv": "sv",
702
- "gq": "gq",
703
- "er": "er",
704
- "ee": "ee",
705
- "et": "et",
706
- "fo": "fo",
707
- "fj": "fj",
708
- "fi": "fi",
709
- "fr": "fr",
710
- "gf": "gf",
711
- "pf": "pf",
712
- "ga": "ga",
713
- "gm": "gm",
714
- "ge": "ge",
715
- "gh": "gh",
716
- "gi": "gi",
717
- "gr": "gr",
718
- "gl": "gl",
719
- "gd": "gd",
720
- "gp": "gp",
721
- "gu": "gu",
722
- "gt": "gt",
723
- "gn": "gn",
724
- "gw": "gw",
725
- "gy": "gy",
726
- "ht": "ht",
727
- "hn": "hn",
728
- "hu": "hu",
729
- "is": "is",
730
- "in": "in",
731
- "id": "id",
732
- "iq": "iq",
733
- "ie": "ie",
734
- "il": "il",
735
- "it": "it",
736
- "jm": "jm",
737
- "jp": "jp",
738
- "jo": "jo",
739
- "kz": "kz",
740
- "ke": "ke",
741
- "ki": "ki",
742
- "kw": "kw",
743
- "kg": "kg",
744
- "lv": "lv",
745
- "lb": "lb",
746
- "ls": "ls",
747
- "lr": "lr",
748
- "li": "li",
749
- "lt": "lt",
750
- "lu": "lu",
751
- "mg": "mg",
752
- "mw": "mw",
753
- "my": "my",
754
- "mv": "mv",
755
- "ml": "ml",
756
- "mt": "mt",
757
- "mh": "mh",
758
- "mq": "mq",
759
- "mr": "mr",
760
- "mu": "mu",
761
- "yt": "yt",
762
- "mx": "mx",
763
- "mc": "mc",
764
- "mn": "mn",
765
- "me": "me",
766
- "ms": "ms",
767
- "ma": "ma",
768
- "mm": "mm",
769
- "na": "na",
770
- "nr": "nr",
771
- "np": "np",
772
- "nl": "nl",
773
- "an": "an",
774
- "nc": "nc",
775
- "nz": "nz",
776
- "ni": "ni",
777
- "ne": "ne",
778
- "ng": "ng",
779
- "nu": "nu",
780
- "nf": "nf",
781
- "mp": "mp",
782
- "no": "no",
783
- "om": "om",
784
- "pk": "pk",
785
- "pw": "pw",
786
- "pa": "pa",
787
- "pg": "pg",
788
- "py": "py",
789
- "pe": "pe",
790
- "ph": "ph",
791
- "pl": "pl",
792
- "pt": "pt",
793
- "pr": "pr",
794
- "qa": "qa",
795
- "ro": "ro",
796
- "rw": "rw",
797
- "ws": "ws",
798
- "sm": "sm",
799
- "sa": "sa",
800
- "sn": "sn",
801
- "rs": "rs",
802
- "sc": "sc",
803
- "sl": "sl",
804
- "sg": "sg",
805
- "sk": "sk",
806
- "si": "si",
807
- "sb": "sb",
808
- "za": "za",
809
- "gs": "gs",
810
- "es": "es",
811
- "lk": "lk",
812
- "sd": "sd",
813
- "sr": "sr",
814
- "sz": "sz",
815
- "se": "se",
816
- "tj": "tj",
817
- "th": "th",
818
- "tg": "tg",
819
- "tk": "tk",
820
- "to": "to",
821
- "tt": "tt",
822
- "tn": "tn",
823
- "tr": "tr",
824
- "tm": "tm",
825
- "tc": "tc",
826
- "tv": "tv",
827
- "ug": "ug",
828
- "ua": "ua",
829
- "ae": "ae",
830
- "gb": "gb",
831
- "us": "us",
832
- "uy": "uy",
833
- "uz": "uz",
834
- "vu": "vu",
835
- "wf": "wf",
836
- "ye": "ye",
837
- "zm": "zm",
838
- "zw": "zw",
839
- "bo": "bo",
840
- "bn": "bn",
841
- "cc": "cc",
842
- "cd": "cd",
843
- "ci": "ci",
844
- "fk": "fk",
845
- "gg": "gg",
846
- "va": "va",
847
- "hk": "hk",
848
- "ir": "ir",
849
- "im": "im",
850
- "je": "je",
851
- "kp": "kp",
852
- "kr": "kr",
853
- "la": "la",
854
- "ly": "ly",
855
- "mo": "mo",
856
- "mk": "mk",
857
- "fm": "fm",
858
- "md": "md",
859
- "mz": "mz",
860
- "ps": "ps",
861
- "pn": "pn",
862
- "re": "re",
863
- "ru": "ru",
864
- "bl": "bl",
865
- "sh": "sh",
866
- "kn": "kn",
867
- "lc": "lc",
868
- "mf": "mf",
869
- "pm": "pm",
870
- "vc": "vc",
871
- "st": "st",
872
- "so": "so",
873
- "sj": "sj",
874
- "sy": "sy",
875
- "tw": "tw",
876
- "tz": "tz",
877
- "tl": "tl",
878
- "ve": "ve",
879
- "vn": "vn",
880
- "vg": "vg",
881
- "vi": "vi"
882
- }
883
- }