@treeviz/gedcom-parser 1.0.1
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/LICENSE +21 -0
- package/README.md +954 -0
- package/dist/classes/common.d.ts +87 -0
- package/dist/classes/common.d.ts.map +1 -0
- package/dist/classes/common.js +481 -0
- package/dist/classes/date.d.ts +26 -0
- package/dist/classes/date.d.ts.map +1 -0
- package/dist/classes/date.js +176 -0
- package/dist/classes/fam.d.ts +19 -0
- package/dist/classes/fam.d.ts.map +1 -0
- package/dist/classes/fam.js +38 -0
- package/dist/classes/fams.d.ts +16 -0
- package/dist/classes/fams.d.ts.map +1 -0
- package/dist/classes/fams.js +41 -0
- package/dist/classes/gedcom.d.ts +89 -0
- package/dist/classes/gedcom.d.ts.map +1 -0
- package/dist/classes/gedcom.js +421 -0
- package/dist/classes/index.d.ts +19 -0
- package/dist/classes/index.d.ts.map +1 -0
- package/dist/classes/index.js +19 -0
- package/dist/classes/indi.d.ts +298 -0
- package/dist/classes/indi.d.ts.map +1 -0
- package/dist/classes/indi.js +2049 -0
- package/dist/classes/indis.d.ts +54 -0
- package/dist/classes/indis.d.ts.map +1 -0
- package/dist/classes/indis.js +439 -0
- package/dist/classes/list.d.ts +55 -0
- package/dist/classes/list.d.ts.map +1 -0
- package/dist/classes/list.js +440 -0
- package/dist/classes/name.d.ts +20 -0
- package/dist/classes/name.d.ts.map +1 -0
- package/dist/classes/name.js +48 -0
- package/dist/classes/note.d.ts +12 -0
- package/dist/classes/note.d.ts.map +1 -0
- package/dist/classes/note.js +46 -0
- package/dist/classes/obje.d.ts +12 -0
- package/dist/classes/obje.d.ts.map +1 -0
- package/dist/classes/obje.js +81 -0
- package/dist/classes/objes.d.ts +8 -0
- package/dist/classes/objes.d.ts.map +1 -0
- package/dist/classes/objes.js +13 -0
- package/dist/classes/repo.d.ts +11 -0
- package/dist/classes/repo.d.ts.map +1 -0
- package/dist/classes/repo.js +6 -0
- package/dist/classes/repos.d.ts +8 -0
- package/dist/classes/repos.d.ts.map +1 -0
- package/dist/classes/repos.js +13 -0
- package/dist/classes/sour.d.ts +11 -0
- package/dist/classes/sour.d.ts.map +1 -0
- package/dist/classes/sour.js +6 -0
- package/dist/classes/sours.d.ts +8 -0
- package/dist/classes/sours.d.ts.map +1 -0
- package/dist/classes/sours.js +13 -0
- package/dist/classes/subm.d.ts +10 -0
- package/dist/classes/subm.d.ts.map +1 -0
- package/dist/classes/subm.js +6 -0
- package/dist/classes/subms.d.ts +8 -0
- package/dist/classes/subms.d.ts.map +1 -0
- package/dist/classes/subms.js +13 -0
- package/dist/constants/constants.d.ts +14 -0
- package/dist/constants/constants.d.ts.map +1 -0
- package/dist/constants/constants.js +13 -0
- package/dist/constants/filters.d.ts +17 -0
- package/dist/constants/filters.d.ts.map +1 -0
- package/dist/constants/filters.js +44 -0
- package/dist/constants/index.d.ts +4 -0
- package/dist/constants/index.d.ts.map +1 -0
- package/dist/constants/index.js +4 -0
- package/dist/constants/orders.d.ts +17 -0
- package/dist/constants/orders.d.ts.map +1 -0
- package/dist/constants/orders.js +240 -0
- package/dist/factories/cache-factory.d.ts +30 -0
- package/dist/factories/cache-factory.d.ts.map +1 -0
- package/dist/factories/cache-factory.js +43 -0
- package/dist/factories/date-locale-factory.d.ts +30 -0
- package/dist/factories/date-locale-factory.d.ts.map +1 -0
- package/dist/factories/date-locale-factory.js +34 -0
- package/dist/factories/i18n-factory.d.ts +40 -0
- package/dist/factories/i18n-factory.d.ts.map +1 -0
- package/dist/factories/i18n-factory.js +44 -0
- package/dist/factories/index.d.ts +5 -0
- package/dist/factories/index.d.ts.map +1 -0
- package/dist/factories/index.js +5 -0
- package/dist/factories/kinship-factory.d.ts +38 -0
- package/dist/factories/kinship-factory.d.ts.map +1 -0
- package/dist/factories/kinship-factory.js +35 -0
- package/dist/factories/place-parser-provider.d.ts +32 -0
- package/dist/factories/place-parser-provider.d.ts.map +1 -0
- package/dist/factories/place-parser-provider.js +35 -0
- package/dist/factories/place-translator-provider.d.ts +32 -0
- package/dist/factories/place-translator-provider.d.ts.map +1 -0
- package/dist/factories/place-translator-provider.js +35 -0
- package/dist/index.d.ts +78 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +44 -0
- package/dist/interfaces/common.d.ts +43 -0
- package/dist/interfaces/common.d.ts.map +1 -0
- package/dist/interfaces/common.js +1 -0
- package/dist/interfaces/fam.d.ts +11 -0
- package/dist/interfaces/fam.d.ts.map +1 -0
- package/dist/interfaces/fam.js +1 -0
- package/dist/interfaces/fams.d.ts +9 -0
- package/dist/interfaces/fams.d.ts.map +1 -0
- package/dist/interfaces/fams.js +1 -0
- package/dist/interfaces/gedcom.d.ts +30 -0
- package/dist/interfaces/gedcom.d.ts.map +1 -0
- package/dist/interfaces/gedcom.js +1 -0
- package/dist/interfaces/index.d.ts +12 -0
- package/dist/interfaces/index.d.ts.map +1 -0
- package/dist/interfaces/index.js +1 -0
- package/dist/interfaces/indi.d.ts +109 -0
- package/dist/interfaces/indi.d.ts.map +1 -0
- package/dist/interfaces/indi.js +1 -0
- package/dist/interfaces/indis.d.ts +31 -0
- package/dist/interfaces/indis.d.ts.map +1 -0
- package/dist/interfaces/indis.js +1 -0
- package/dist/interfaces/list.d.ts +52 -0
- package/dist/interfaces/list.d.ts.map +1 -0
- package/dist/interfaces/list.js +1 -0
- package/dist/interfaces/obje.d.ts +7 -0
- package/dist/interfaces/obje.d.ts.map +1 -0
- package/dist/interfaces/obje.js +1 -0
- package/dist/interfaces/repo.d.ts +7 -0
- package/dist/interfaces/repo.d.ts.map +1 -0
- package/dist/interfaces/repo.js +1 -0
- package/dist/interfaces/sour.d.ts +7 -0
- package/dist/interfaces/sour.d.ts.map +1 -0
- package/dist/interfaces/sour.js +1 -0
- package/dist/interfaces/subm.d.ts +6 -0
- package/dist/interfaces/subm.d.ts.map +1 -0
- package/dist/interfaces/subm.js +1 -0
- package/dist/kinship-translator/index.d.ts +11 -0
- package/dist/kinship-translator/index.d.ts.map +1 -0
- package/dist/kinship-translator/index.js +10 -0
- package/dist/kinship-translator/kinship-translator.basic.d.ts +30 -0
- package/dist/kinship-translator/kinship-translator.basic.d.ts.map +1 -0
- package/dist/kinship-translator/kinship-translator.basic.js +74 -0
- package/dist/kinship-translator/kinship-translator.d.ts +26 -0
- package/dist/kinship-translator/kinship-translator.d.ts.map +1 -0
- package/dist/kinship-translator/kinship-translator.de.d.ts +18 -0
- package/dist/kinship-translator/kinship-translator.de.d.ts.map +1 -0
- package/dist/kinship-translator/kinship-translator.de.js +180 -0
- package/dist/kinship-translator/kinship-translator.en.d.ts +18 -0
- package/dist/kinship-translator/kinship-translator.en.d.ts.map +1 -0
- package/dist/kinship-translator/kinship-translator.en.js +182 -0
- package/dist/kinship-translator/kinship-translator.es.d.ts +18 -0
- package/dist/kinship-translator/kinship-translator.es.d.ts.map +1 -0
- package/dist/kinship-translator/kinship-translator.es.js +181 -0
- package/dist/kinship-translator/kinship-translator.fr.d.ts +18 -0
- package/dist/kinship-translator/kinship-translator.fr.d.ts.map +1 -0
- package/dist/kinship-translator/kinship-translator.fr.js +181 -0
- package/dist/kinship-translator/kinship-translator.hu.d.ts +19 -0
- package/dist/kinship-translator/kinship-translator.hu.d.ts.map +1 -0
- package/dist/kinship-translator/kinship-translator.hu.js +226 -0
- package/dist/kinship-translator/kinship-translator.interface.d.ts +19 -0
- package/dist/kinship-translator/kinship-translator.interface.d.ts.map +1 -0
- package/dist/kinship-translator/kinship-translator.interface.js +1 -0
- package/dist/kinship-translator/kinship-translator.js +103 -0
- package/dist/kinship-translator/patterns.de.d.ts +2 -0
- package/dist/kinship-translator/patterns.de.d.ts.map +1 -0
- package/dist/kinship-translator/patterns.de.js +14 -0
- package/dist/kinship-translator/patterns.en.d.ts +2 -0
- package/dist/kinship-translator/patterns.en.d.ts.map +1 -0
- package/dist/kinship-translator/patterns.en.js +14 -0
- package/dist/kinship-translator/patterns.es.d.ts +2 -0
- package/dist/kinship-translator/patterns.es.d.ts.map +1 -0
- package/dist/kinship-translator/patterns.es.js +14 -0
- package/dist/kinship-translator/patterns.fr.d.ts +2 -0
- package/dist/kinship-translator/patterns.fr.d.ts.map +1 -0
- package/dist/kinship-translator/patterns.fr.js +14 -0
- package/dist/kinship-translator/patterns.hu.d.ts +6 -0
- package/dist/kinship-translator/patterns.hu.d.ts.map +1 -0
- package/dist/kinship-translator/patterns.hu.js +97 -0
- package/dist/kinship-translator/translators.d.ts +6 -0
- package/dist/kinship-translator/translators.d.ts.map +1 -0
- package/dist/kinship-translator/translators.js +5 -0
- package/dist/kinship-translator/types.d.ts +9 -0
- package/dist/kinship-translator/types.d.ts.map +1 -0
- package/dist/kinship-translator/types.js +1 -0
- package/dist/structures/address.d.ts +14 -0
- package/dist/structures/address.d.ts.map +1 -0
- package/dist/structures/address.js +1 -0
- package/dist/structures/association.d.ts +13 -0
- package/dist/structures/association.d.ts.map +1 -0
- package/dist/structures/association.js +1 -0
- package/dist/structures/change-date.d.ts +8 -0
- package/dist/structures/change-date.d.ts.map +1 -0
- package/dist/structures/change-date.js +1 -0
- package/dist/structures/creation-date.d.ts +7 -0
- package/dist/structures/creation-date.d.ts.map +1 -0
- package/dist/structures/creation-date.js +1 -0
- package/dist/structures/date.d.ts +9 -0
- package/dist/structures/date.d.ts.map +1 -0
- package/dist/structures/date.js +1 -0
- package/dist/structures/event-detail-structure.d.ts +25 -0
- package/dist/structures/event-detail-structure.d.ts.map +1 -0
- package/dist/structures/event-detail-structure.js +1 -0
- package/dist/structures/family.d.ts +34 -0
- package/dist/structures/family.d.ts.map +1 -0
- package/dist/structures/family.js +1 -0
- package/dist/structures/gedcom.d.ts +60 -0
- package/dist/structures/gedcom.d.ts.map +1 -0
- package/dist/structures/gedcom.js +1 -0
- package/dist/structures/index.d.ts +25 -0
- package/dist/structures/index.d.ts.map +1 -0
- package/dist/structures/index.js +1 -0
- package/dist/structures/individual-event-detail-structure.d.ts +9 -0
- package/dist/structures/individual-event-detail-structure.d.ts.map +1 -0
- package/dist/structures/individual-event-detail-structure.js +1 -0
- package/dist/structures/individual-event-structure.d.ts +83 -0
- package/dist/structures/individual-event-structure.d.ts.map +1 -0
- package/dist/structures/individual-event-structure.js +1 -0
- package/dist/structures/individual.d.ts +40 -0
- package/dist/structures/individual.d.ts.map +1 -0
- package/dist/structures/individual.js +1 -0
- package/dist/structures/lds-ordinance-detail.d.ts +17 -0
- package/dist/structures/lds-ordinance-detail.d.ts.map +1 -0
- package/dist/structures/lds-ordinance-detail.js +1 -0
- package/dist/structures/lds-spouse-sealing.d.ts +7 -0
- package/dist/structures/lds-spouse-sealing.d.ts.map +1 -0
- package/dist/structures/lds-spouse-sealing.js +1 -0
- package/dist/structures/marriage-date.d.ts +11 -0
- package/dist/structures/marriage-date.d.ts.map +1 -0
- package/dist/structures/marriage-date.js +1 -0
- package/dist/structures/multimedia-link.d.ts +16 -0
- package/dist/structures/multimedia-link.d.ts.map +1 -0
- package/dist/structures/multimedia-link.js +1 -0
- package/dist/structures/non-event.d.ts +12 -0
- package/dist/structures/non-event.d.ts.map +1 -0
- package/dist/structures/non-event.js +1 -0
- package/dist/structures/note.d.ts +16 -0
- package/dist/structures/note.d.ts.map +1 -0
- package/dist/structures/note.js +1 -0
- package/dist/structures/personal-name-pieces.d.ts +11 -0
- package/dist/structures/personal-name-pieces.d.ts.map +1 -0
- package/dist/structures/personal-name-pieces.js +1 -0
- package/dist/structures/personal-name.d.ts +16 -0
- package/dist/structures/personal-name.d.ts.map +1 -0
- package/dist/structures/personal-name.js +1 -0
- package/dist/structures/place.d.ts +20 -0
- package/dist/structures/place.d.ts.map +1 -0
- package/dist/structures/place.js +1 -0
- package/dist/structures/repository.d.ts +6 -0
- package/dist/structures/repository.d.ts.map +1 -0
- package/dist/structures/repository.js +1 -0
- package/dist/structures/source-citation.d.ts +27 -0
- package/dist/structures/source-citation.d.ts.map +1 -0
- package/dist/structures/source-citation.js +1 -0
- package/dist/structures/source-repository-citation.d.ts +13 -0
- package/dist/structures/source-repository-citation.d.ts.map +1 -0
- package/dist/structures/source-repository-citation.js +1 -0
- package/dist/structures/source.d.ts +28 -0
- package/dist/structures/source.d.ts.map +1 -0
- package/dist/structures/source.js +1 -0
- package/dist/types/ancestry-media.d.ts +65 -0
- package/dist/types/ancestry-media.d.ts.map +1 -0
- package/dist/types/ancestry-media.js +1 -0
- package/dist/types/index.d.ts +4 -0
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/index.js +4 -0
- package/dist/types/settings.d.ts +12 -0
- package/dist/types/settings.d.ts.map +1 -0
- package/dist/types/settings.js +1 -0
- package/dist/types/types.d.ts +220 -0
- package/dist/types/types.d.ts.map +1 -0
- package/dist/types/types.js +26 -0
- package/dist/utils/cache.d.ts +22 -0
- package/dist/utils/cache.d.ts.map +1 -0
- package/dist/utils/cache.js +57 -0
- package/dist/utils/common-creator.d.ts +13 -0
- package/dist/utils/common-creator.d.ts.map +1 -0
- package/dist/utils/common-creator.js +72 -0
- package/dist/utils/date-formatter.d.ts +35 -0
- package/dist/utils/date-formatter.d.ts.map +1 -0
- package/dist/utils/date-formatter.js +207 -0
- package/dist/utils/get-all-prop.d.ts +4 -0
- package/dist/utils/get-all-prop.d.ts.map +1 -0
- package/dist/utils/get-all-prop.js +5 -0
- package/dist/utils/get-family-with.d.ts +5 -0
- package/dist/utils/get-family-with.d.ts.map +1 -0
- package/dist/utils/get-family-with.js +11 -0
- package/dist/utils/get-places.d.ts +21 -0
- package/dist/utils/get-places.d.ts.map +1 -0
- package/dist/utils/get-places.js +77 -0
- package/dist/utils/get-product-details.d.ts +4 -0
- package/dist/utils/get-product-details.d.ts.map +1 -0
- package/dist/utils/get-product-details.js +6 -0
- package/dist/utils/get-raw-size.d.ts +2 -0
- package/dist/utils/get-raw-size.d.ts.map +1 -0
- package/dist/utils/get-raw-size.js +3 -0
- package/dist/utils/index.d.ts +17 -0
- package/dist/utils/index.d.ts.map +1 -0
- package/dist/utils/index.js +18 -0
- package/dist/utils/logger.d.ts +3 -0
- package/dist/utils/logger.d.ts.map +1 -0
- package/dist/utils/logger.js +11 -0
- package/dist/utils/name-formatter.d.ts +10 -0
- package/dist/utils/name-formatter.d.ts.map +1 -0
- package/dist/utils/name-formatter.js +45 -0
- package/dist/utils/nested-group.d.ts +4 -0
- package/dist/utils/nested-group.d.ts.map +1 -0
- package/dist/utils/nested-group.js +34 -0
- package/dist/utils/ordinalize.d.ts +3 -0
- package/dist/utils/ordinalize.d.ts.map +1 -0
- package/dist/utils/ordinalize.js +104 -0
- package/dist/utils/parser.d.ts +17 -0
- package/dist/utils/parser.d.ts.map +1 -0
- package/dist/utils/parser.js +322 -0
- package/dist/utils/place-parser.d.ts +16 -0
- package/dist/utils/place-parser.d.ts.map +1 -0
- package/dist/utils/place-parser.js +46 -0
- package/dist/utils/place-translator.d.ts +6 -0
- package/dist/utils/place-translator.d.ts.map +1 -0
- package/dist/utils/place-translator.js +8 -0
- package/dist/utils/place-types.d.ts +27 -0
- package/dist/utils/place-types.d.ts.map +1 -0
- package/dist/utils/place-types.js +14 -0
- package/dist/utils/range.d.ts +19 -0
- package/dist/utils/range.d.ts.map +1 -0
- package/dist/utils/range.js +265 -0
- package/package.json +153 -0
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
export const parentRelationsHu = {
|
|
2
|
+
step: "mostoha",
|
|
3
|
+
foster: "nevelt",
|
|
4
|
+
birth: "vérszerinti",
|
|
5
|
+
biological: "vérszerinti",
|
|
6
|
+
adopted: "örökbefogadott",
|
|
7
|
+
};
|
|
8
|
+
const nominativus = {
|
|
9
|
+
apa: { nominativus: "apa", dativus: "apjának", possessivus: "apja" },
|
|
10
|
+
anya: { nominativus: "anya", dativus: "anyjának", possessivus: "anyja" },
|
|
11
|
+
após: { nominativus: "após", dativus: "apósának", possessivus: "apósa" },
|
|
12
|
+
anyós: {
|
|
13
|
+
nominativus: "anyós",
|
|
14
|
+
dativus: "anyósának",
|
|
15
|
+
possessivus: "anyósa",
|
|
16
|
+
},
|
|
17
|
+
vő: { nominativus: "vő", dativus: "vejének", possessivus: "veje" },
|
|
18
|
+
meny: { nominativus: "meny", dativus: "menyének", possessivus: "menye" },
|
|
19
|
+
sógor: {
|
|
20
|
+
nominativus: "sógor",
|
|
21
|
+
dativus: "sógorának",
|
|
22
|
+
possessivus: "sógora",
|
|
23
|
+
},
|
|
24
|
+
sógornő: {
|
|
25
|
+
nominativus: "sógornő",
|
|
26
|
+
dativus: "sógornőjének",
|
|
27
|
+
possessivus: "sógornője",
|
|
28
|
+
},
|
|
29
|
+
bácsi: {
|
|
30
|
+
nominativus: "bácsi",
|
|
31
|
+
dativus: "bátyjának",
|
|
32
|
+
possessivus: "bátyja",
|
|
33
|
+
},
|
|
34
|
+
néni: { nominativus: "néni", dativus: "nénjének", possessivus: "nénje" },
|
|
35
|
+
testvér: {
|
|
36
|
+
nominativus: "testvér",
|
|
37
|
+
dativus: "testvérének",
|
|
38
|
+
possessivus: "testvére",
|
|
39
|
+
},
|
|
40
|
+
öcs: { nominativus: "öcs", dativus: "öccsének", possessivus: "öccse" },
|
|
41
|
+
húg: { nominativus: "húg", dativus: "húgának", possessivus: "húga" },
|
|
42
|
+
férj: { nominativus: "férj", dativus: "férjének", possessivus: "férje" },
|
|
43
|
+
feleség: {
|
|
44
|
+
nominativus: "feleség",
|
|
45
|
+
dativus: "feleségének",
|
|
46
|
+
possessivus: "felesége",
|
|
47
|
+
},
|
|
48
|
+
házastárs: {
|
|
49
|
+
nominativus: "házastárs",
|
|
50
|
+
dativus: "házastársának",
|
|
51
|
+
possessivus: "házastársa",
|
|
52
|
+
},
|
|
53
|
+
unoka: {
|
|
54
|
+
nominativus: "unoka",
|
|
55
|
+
dativus: "unokájának",
|
|
56
|
+
possessivus: "unokája",
|
|
57
|
+
},
|
|
58
|
+
gyermek: {
|
|
59
|
+
nominativus: "gyermek",
|
|
60
|
+
dativus: "gyermekének",
|
|
61
|
+
possessivus: "gyermeke",
|
|
62
|
+
},
|
|
63
|
+
szülő: {
|
|
64
|
+
nominativus: "szülő",
|
|
65
|
+
dativus: "szülőjének",
|
|
66
|
+
possessivus: "szülője",
|
|
67
|
+
},
|
|
68
|
+
};
|
|
69
|
+
const dativus = Object.values(nominativus).reduce((acc, val) => {
|
|
70
|
+
acc[val.dativus] = val;
|
|
71
|
+
return acc;
|
|
72
|
+
}, {});
|
|
73
|
+
const possessivus = Object.values(nominativus).reduce((acc, val) => {
|
|
74
|
+
acc[val.possessivus] = val;
|
|
75
|
+
return acc;
|
|
76
|
+
}, {});
|
|
77
|
+
export const casesHu = {
|
|
78
|
+
nominativus,
|
|
79
|
+
dativus,
|
|
80
|
+
possessivus,
|
|
81
|
+
};
|
|
82
|
+
export const InLawsHu = {
|
|
83
|
+
"gyermek felesége": "meny",
|
|
84
|
+
"gyermek férje": "vő",
|
|
85
|
+
[`(férj|feleség) (?<mod1>(${Object.values(parentRelationsHu).join("|")}) )?anyja`]: "anyós",
|
|
86
|
+
[`(férj|feleség) (?<mod1>(${Object.values(parentRelationsHu).join("|")}) )?apja`]: "após",
|
|
87
|
+
[`(férj|feleség) (?<mod1>(${Object.values(parentRelationsHu).join("|")}) )?(fél)?testvére`]: (indi) => {
|
|
88
|
+
if (indi?.isMale()) {
|
|
89
|
+
return "sógor";
|
|
90
|
+
}
|
|
91
|
+
if (indi?.isFemale()) {
|
|
92
|
+
return "sógornő";
|
|
93
|
+
}
|
|
94
|
+
},
|
|
95
|
+
[`(fél)?testvér férje`]: "sógor",
|
|
96
|
+
[`(fél)?testvér felesége`]: "sógornő",
|
|
97
|
+
};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export { default as hu } from "./kinship-translator.hu";
|
|
2
|
+
export { default as en } from "./kinship-translator.en";
|
|
3
|
+
export { default as de } from "./kinship-translator.de";
|
|
4
|
+
export { default as fr } from "./kinship-translator.fr";
|
|
5
|
+
export { default as es } from "./kinship-translator.es";
|
|
6
|
+
//# sourceMappingURL=translators.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"translators.d.ts","sourceRoot":"","sources":["../../src/kinship-translator/translators.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,EAAE,EAAE,MAAM,yBAAyB,CAAC;AACxD,OAAO,EAAE,OAAO,IAAI,EAAE,EAAE,MAAM,yBAAyB,CAAC;AACxD,OAAO,EAAE,OAAO,IAAI,EAAE,EAAE,MAAM,yBAAyB,CAAC;AACxD,OAAO,EAAE,OAAO,IAAI,EAAE,EAAE,MAAM,yBAAyB,CAAC;AACxD,OAAO,EAAE,OAAO,IAAI,EAAE,EAAE,MAAM,yBAAyB,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export { default as hu } from "./kinship-translator.hu";
|
|
2
|
+
export { default as en } from "./kinship-translator.en";
|
|
3
|
+
export { default as de } from "./kinship-translator.de";
|
|
4
|
+
export { default as fr } from "./kinship-translator.fr";
|
|
5
|
+
export { default as es } from "./kinship-translator.es";
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export type Language = "en" | "hu" | "de" | "es" | "fr";
|
|
2
|
+
export interface Cases {
|
|
3
|
+
nominativus: string;
|
|
4
|
+
dativus: string;
|
|
5
|
+
possessivus: string;
|
|
6
|
+
}
|
|
7
|
+
export type CrossCase = Record<string, Cases>;
|
|
8
|
+
export type CrossCases = Record<keyof Cases, CrossCase>;
|
|
9
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/kinship-translator/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,QAAQ,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAExD,MAAM,WAAW,KAAK;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,MAAM,SAAS,GAAG,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC;AAE9C,MAAM,MAAM,UAAU,GAAG,MAAM,CAAC,MAAM,KAAK,EAAE,SAAS,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { type Common } from "../classes/common";
|
|
2
|
+
interface IAddressStructure extends Common {
|
|
3
|
+
ADDR?: Common & {
|
|
4
|
+
ADR1?: Common;
|
|
5
|
+
ADR2?: Common;
|
|
6
|
+
ADR3?: Common;
|
|
7
|
+
CITY?: Common;
|
|
8
|
+
STAE?: Common;
|
|
9
|
+
POST?: Common;
|
|
10
|
+
CTRY?: Common;
|
|
11
|
+
};
|
|
12
|
+
}
|
|
13
|
+
export default IAddressStructure;
|
|
14
|
+
//# sourceMappingURL=address.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"address.d.ts","sourceRoot":"","sources":["../../src/structures/address.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAEhD,UAAU,iBAAkB,SAAQ,MAAM;IACzC,IAAI,CAAC,EAAE,MAAM,GAAG;QACf,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,IAAI,CAAC,EAAE,MAAM,CAAC;KACd,CAAC;CACF;AAED,eAAe,iBAAiB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { type Common } from "../classes/common";
|
|
2
|
+
import type INoteStructure from "./note";
|
|
3
|
+
import type ISourceCitationStructure from "./source-citation";
|
|
4
|
+
interface IAssociationStructure extends Common, INoteStructure, ISourceCitationStructure {
|
|
5
|
+
ASSO?: Common & {
|
|
6
|
+
PHRASE?: Common;
|
|
7
|
+
ROLE?: Common & {
|
|
8
|
+
PHRASE?: Common;
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
}
|
|
12
|
+
export default IAssociationStructure;
|
|
13
|
+
//# sourceMappingURL=association.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"association.d.ts","sourceRoot":"","sources":["../../src/structures/association.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAEhD,OAAO,KAAK,cAAc,MAAM,QAAQ,CAAC;AACzC,OAAO,KAAK,wBAAwB,MAAM,mBAAmB,CAAC;AAE9D,UAAU,qBACT,SAAQ,MAAM,EAAE,cAAc,EAAE,wBAAwB;IACxD,IAAI,CAAC,EAAE,MAAM,GAAG;QACf,MAAM,CAAC,EAAE,MAAM,CAAC;QAChB,IAAI,CAAC,EAAE,MAAM,GAAG;YACf,MAAM,CAAC,EAAE,MAAM,CAAC;SAChB,CAAC;KACF,CAAC;CACF;AAED,eAAe,qBAAqB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { type Common } from "../classes/common";
|
|
2
|
+
import type IDateStructure from "./date";
|
|
3
|
+
import type INoteStructure from "./note";
|
|
4
|
+
interface IChangeDateStructure extends Common, INoteStructure {
|
|
5
|
+
CHAN?: Common & IDateStructure;
|
|
6
|
+
}
|
|
7
|
+
export default IChangeDateStructure;
|
|
8
|
+
//# sourceMappingURL=change-date.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"change-date.d.ts","sourceRoot":"","sources":["../../src/structures/change-date.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAEhD,OAAO,KAAK,cAAc,MAAM,QAAQ,CAAC;AACzC,OAAO,KAAK,cAAc,MAAM,QAAQ,CAAC;AAEzC,UAAU,oBAAqB,SAAQ,MAAM,EAAE,cAAc;IAC5D,IAAI,CAAC,EAAE,MAAM,GAAG,cAAc,CAAC;CAC/B;AAED,eAAe,oBAAoB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { type Common } from "../classes/common";
|
|
2
|
+
import type IDateStructure from "./date";
|
|
3
|
+
interface ICreationDateStructure extends Common {
|
|
4
|
+
CREA?: Common & IDateStructure;
|
|
5
|
+
}
|
|
6
|
+
export default ICreationDateStructure;
|
|
7
|
+
//# sourceMappingURL=creation-date.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"creation-date.d.ts","sourceRoot":"","sources":["../../src/structures/creation-date.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAEhD,OAAO,KAAK,cAAc,MAAM,QAAQ,CAAC;AAEzC,UAAU,sBAAuB,SAAQ,MAAM;IAC9C,IAAI,CAAC,EAAE,MAAM,GAAG,cAAc,CAAC;CAC/B;AAED,eAAe,sBAAsB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { type Common } from "../classes/common";
|
|
2
|
+
import { type CommonDate } from "../classes/date";
|
|
3
|
+
interface IDateStructure extends Common {
|
|
4
|
+
DATE?: CommonDate & {
|
|
5
|
+
TIME?: Common;
|
|
6
|
+
};
|
|
7
|
+
}
|
|
8
|
+
export default IDateStructure;
|
|
9
|
+
//# sourceMappingURL=date.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"date.d.ts","sourceRoot":"","sources":["../../src/structures/date.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAChD,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAElD,UAAU,cAAe,SAAQ,MAAM;IACtC,IAAI,CAAC,EAAE,UAAU,GAAG;QACnB,IAAI,CAAC,EAAE,MAAM,CAAC;KACd,CAAC;CACF;AAED,eAAe,cAAc,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import type { Common } from "../classes/common";
|
|
2
|
+
import type IAddressStructure from "./address";
|
|
3
|
+
import type IAssociationStructure from "./association";
|
|
4
|
+
import type IDateStructure from "./date";
|
|
5
|
+
import type IMultimediaLinkStructure from "./multimedia-link";
|
|
6
|
+
import type INoteStructure from "./note";
|
|
7
|
+
import type IPlaceStructure from "./place";
|
|
8
|
+
import type ISourceCitationStructure from "./source-citation";
|
|
9
|
+
interface IEventDetailStructure extends IDateStructure, IPlaceStructure, IAddressStructure, IAssociationStructure, INoteStructure, ISourceCitationStructure, IMultimediaLinkStructure {
|
|
10
|
+
PHON?: Common;
|
|
11
|
+
EMAIL?: Common;
|
|
12
|
+
FAX?: Common;
|
|
13
|
+
WWW?: Common;
|
|
14
|
+
AGNC?: Common;
|
|
15
|
+
RELI?: Common;
|
|
16
|
+
CAUS?: Common;
|
|
17
|
+
RESN?: Common;
|
|
18
|
+
SDATE?: Common & {
|
|
19
|
+
TIME?: Common;
|
|
20
|
+
PHRASE?: Common;
|
|
21
|
+
};
|
|
22
|
+
UID?: Common;
|
|
23
|
+
}
|
|
24
|
+
export default IEventDetailStructure;
|
|
25
|
+
//# sourceMappingURL=event-detail-structure.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"event-detail-structure.d.ts","sourceRoot":"","sources":["../../src/structures/event-detail-structure.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAEhD,OAAO,KAAK,iBAAiB,MAAM,WAAW,CAAC;AAC/C,OAAO,KAAK,qBAAqB,MAAM,eAAe,CAAC;AACvD,OAAO,KAAK,cAAc,MAAM,QAAQ,CAAC;AACzC,OAAO,KAAK,wBAAwB,MAAM,mBAAmB,CAAC;AAC9D,OAAO,KAAK,cAAc,MAAM,QAAQ,CAAC;AACzC,OAAO,KAAK,eAAe,MAAM,SAAS,CAAC;AAC3C,OAAO,KAAK,wBAAwB,MAAM,mBAAmB,CAAC;AAE9D,UAAU,qBACT,SACC,cAAc,EACd,eAAe,EACf,iBAAiB,EACjB,qBAAqB,EACrB,cAAc,EACd,wBAAwB,EACxB,wBAAwB;IACzB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,GAAG;QAChB,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,MAAM,CAAC,EAAE,MAAM,CAAC;KAChB,CAAC;IACF,GAAG,CAAC,EAAE,MAAM,CAAC;CACb;AAED,eAAe,qBAAqB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { type Common } from "../classes/common";
|
|
2
|
+
import type IAssociationStructure from "./association";
|
|
3
|
+
import type IChangeDateStructure from "./change-date";
|
|
4
|
+
import type ICreationDateStructure from "./creation-date";
|
|
5
|
+
import type ILdsSpouseSealingStructure from "./lds-spouse-sealing";
|
|
6
|
+
import type IMarriageDateStructure from "./marriage-date";
|
|
7
|
+
import type IMultimediaLinkStructure from "./multimedia-link";
|
|
8
|
+
import type INonEventStructure from "./non-event";
|
|
9
|
+
import type INoteStructure from "./note";
|
|
10
|
+
import type ISourceCitationStructure from "./source-citation";
|
|
11
|
+
interface IFamilyStructure extends Common, IMarriageDateStructure, IChangeDateStructure, ICreationDateStructure, IAssociationStructure, ILdsSpouseSealingStructure, IMultimediaLinkStructure, INonEventStructure, INoteStructure, ISourceCitationStructure {
|
|
12
|
+
RESN?: Common;
|
|
13
|
+
HUSB?: Common & {
|
|
14
|
+
PHRASE?: Common;
|
|
15
|
+
};
|
|
16
|
+
WIFE?: Common & {
|
|
17
|
+
PHRASE?: Common;
|
|
18
|
+
};
|
|
19
|
+
CHIL?: Common & {
|
|
20
|
+
PHRASE?: Common;
|
|
21
|
+
};
|
|
22
|
+
SUBM?: Common;
|
|
23
|
+
/**
|
|
24
|
+
* Custom tag indicating this family is not connected to the root person's ancestry.
|
|
25
|
+
* This means none of the family members (spouses or children) are:
|
|
26
|
+
* - Direct ancestors of the root person
|
|
27
|
+
* - Spouses of direct ancestors
|
|
28
|
+
* - Descendants of direct ancestors (recursive)
|
|
29
|
+
* - Spouses of descendants (recursive)
|
|
30
|
+
*/
|
|
31
|
+
_IS_ORPHAN_FAMILY?: Common;
|
|
32
|
+
}
|
|
33
|
+
export default IFamilyStructure;
|
|
34
|
+
//# sourceMappingURL=family.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"family.d.ts","sourceRoot":"","sources":["../../src/structures/family.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAEhD,OAAO,KAAK,qBAAqB,MAAM,eAAe,CAAC;AACvD,OAAO,KAAK,oBAAoB,MAAM,eAAe,CAAC;AACtD,OAAO,KAAK,sBAAsB,MAAM,iBAAiB,CAAC;AAC1D,OAAO,KAAK,0BAA0B,MAAM,sBAAsB,CAAC;AACnE,OAAO,KAAK,sBAAsB,MAAM,iBAAiB,CAAC;AAC1D,OAAO,KAAK,wBAAwB,MAAM,mBAAmB,CAAC;AAC9D,OAAO,KAAK,kBAAkB,MAAM,aAAa,CAAC;AAClD,OAAO,KAAK,cAAc,MAAM,QAAQ,CAAC;AACzC,OAAO,KAAK,wBAAwB,MAAM,mBAAmB,CAAC;AAE9D,UAAU,gBACT,SACC,MAAM,EACN,sBAAsB,EACtB,oBAAoB,EACpB,sBAAsB,EACtB,qBAAqB,EACrB,0BAA0B,EAC1B,wBAAwB,EACxB,kBAAkB,EAClB,cAAc,EACd,wBAAwB;IACzB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,GAAG;QACf,MAAM,CAAC,EAAE,MAAM,CAAC;KAChB,CAAC;IACF,IAAI,CAAC,EAAE,MAAM,GAAG;QACf,MAAM,CAAC,EAAE,MAAM,CAAC;KAChB,CAAC;IACF,IAAI,CAAC,EAAE,MAAM,GAAG;QACf,MAAM,CAAC,EAAE,MAAM,CAAC;KAChB,CAAC;IACF,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;;;;OAOG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED,eAAe,gBAAgB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import { type Common } from "../classes/common";
|
|
2
|
+
import type { Families } from "../classes/fams";
|
|
3
|
+
import type { Individuals } from "../classes/indis";
|
|
4
|
+
import type { List } from "../classes/list";
|
|
5
|
+
import type { Objects } from "../classes/objes";
|
|
6
|
+
import type { Repositories } from "../classes/repos";
|
|
7
|
+
import type { Sources } from "../classes/sours";
|
|
8
|
+
import type { Submitters } from "../classes/subms";
|
|
9
|
+
import { type NonStandard } from "../types/types";
|
|
10
|
+
import type { ListTag } from "../types/types";
|
|
11
|
+
import type IAddressStructure from "./address";
|
|
12
|
+
import type INoteStructure from "./note";
|
|
13
|
+
interface IGedComStructure extends Common, Omit<NonStandard, "id" | "value">, Partial<Record<`${ListTag}`, List>> {
|
|
14
|
+
"@@INDI"?: Individuals;
|
|
15
|
+
"@@_INDI"?: Individuals;
|
|
16
|
+
"@@FAM"?: Families;
|
|
17
|
+
"@@OBJE"?: Objects;
|
|
18
|
+
"@@REPO"?: Repositories;
|
|
19
|
+
"@@SOUR"?: Sources;
|
|
20
|
+
"@@SUBM"?: Submitters;
|
|
21
|
+
HEAD?: Common & {
|
|
22
|
+
GEDC?: Common & {
|
|
23
|
+
VERS?: Common;
|
|
24
|
+
};
|
|
25
|
+
SCHMA?: Common & {
|
|
26
|
+
TAG?: Common;
|
|
27
|
+
};
|
|
28
|
+
SOUR?: Common & {
|
|
29
|
+
VERS?: Common;
|
|
30
|
+
NAME?: Common;
|
|
31
|
+
CORP?: Common & {
|
|
32
|
+
PHON?: Common;
|
|
33
|
+
EMAIL?: Common;
|
|
34
|
+
FAX?: Common;
|
|
35
|
+
WWW?: Common;
|
|
36
|
+
} & IAddressStructure;
|
|
37
|
+
DATA?: Common & {
|
|
38
|
+
DATE?: Common & {
|
|
39
|
+
TIME?: Common;
|
|
40
|
+
};
|
|
41
|
+
CORP?: Common;
|
|
42
|
+
};
|
|
43
|
+
_TREE?: Common & {
|
|
44
|
+
RIN?: Common;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
DEST?: Common;
|
|
48
|
+
DATE?: Common & {
|
|
49
|
+
TIME?: Common;
|
|
50
|
+
};
|
|
51
|
+
SUBM?: Common;
|
|
52
|
+
CORP?: Common;
|
|
53
|
+
LANG?: Common;
|
|
54
|
+
PLAC?: Common & {
|
|
55
|
+
FORM?: Common;
|
|
56
|
+
};
|
|
57
|
+
} & INoteStructure;
|
|
58
|
+
}
|
|
59
|
+
export default IGedComStructure;
|
|
60
|
+
//# sourceMappingURL=gedcom.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gedcom.d.ts","sourceRoot":"","sources":["../../src/structures/gedcom.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAChD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AACpD,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,iBAAiB,CAAC;AAC5C,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAChD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AACrD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAChD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AACnD,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAClD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,gBAAgB,CAAC;AAE9C,OAAO,KAAK,iBAAiB,MAAM,WAAW,CAAC;AAC/C,OAAO,KAAK,cAAc,MAAM,QAAQ,CAAC;AAEzC,UAAU,gBACT,SACC,MAAM,EACN,IAAI,CAAC,WAAW,EAAE,IAAI,GAAG,OAAO,CAAC,EACjC,OAAO,CAAC,MAAM,CAAC,GAAG,OAAO,EAAE,EAAE,IAAI,CAAC,CAAC;IACpC,QAAQ,CAAC,EAAE,WAAW,CAAC;IACvB,SAAS,CAAC,EAAE,WAAW,CAAC;IACxB,OAAO,CAAC,EAAE,QAAQ,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,YAAY,CAAC;IACxB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,UAAU,CAAC;IACtB,IAAI,CAAC,EAAE,MAAM,GAAG;QACf,IAAI,CAAC,EAAE,MAAM,GAAG;YACf,IAAI,CAAC,EAAE,MAAM,CAAC;SACd,CAAC;QACF,KAAK,CAAC,EAAE,MAAM,GAAG;YAChB,GAAG,CAAC,EAAE,MAAM,CAAC;SACb,CAAC;QACF,IAAI,CAAC,EAAE,MAAM,GAAG;YACf,IAAI,CAAC,EAAE,MAAM,CAAC;YACd,IAAI,CAAC,EAAE,MAAM,CAAC;YACd,IAAI,CAAC,EAAE,MAAM,GAAG;gBACf,IAAI,CAAC,EAAE,MAAM,CAAC;gBACd,KAAK,CAAC,EAAE,MAAM,CAAC;gBACf,GAAG,CAAC,EAAE,MAAM,CAAC;gBACb,GAAG,CAAC,EAAE,MAAM,CAAC;aACb,GAAG,iBAAiB,CAAC;YACtB,IAAI,CAAC,EAAE,MAAM,GAAG;gBACf,IAAI,CAAC,EAAE,MAAM,GAAG;oBACf,IAAI,CAAC,EAAE,MAAM,CAAC;iBACd,CAAC;gBACF,IAAI,CAAC,EAAE,MAAM,CAAC;aACd,CAAC;YACF,KAAK,CAAC,EAAE,MAAM,GAAG;gBAChB,GAAG,CAAC,EAAE,MAAM,CAAC;aACb,CAAC;SACF,CAAC;QAEF,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,IAAI,CAAC,EAAE,MAAM,GAAG;YACf,IAAI,CAAC,EAAE,MAAM,CAAC;SACd,CAAC;QACF,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,IAAI,CAAC,EAAE,MAAM,GAAG;YACf,IAAI,CAAC,EAAE,MAAM,CAAC;SACd,CAAC;KACF,GAAG,cAAc,CAAC;CACnB;AACD,eAAe,gBAAgB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
export { default as IAddress } from "./address";
|
|
2
|
+
export { default as IAssociation } from "./association";
|
|
3
|
+
export { default as IChangeDate } from "./change-date";
|
|
4
|
+
export { default as ICreationDate } from "./creation-date";
|
|
5
|
+
export { default as IDate } from "./date";
|
|
6
|
+
export { default as IEventDetail } from "./event-detail-structure";
|
|
7
|
+
export { default as IFamily } from "./family";
|
|
8
|
+
export { default as IGedcomStructure } from "./gedcom";
|
|
9
|
+
export { default as IIndividualEventDetail } from "./individual-event-detail-structure";
|
|
10
|
+
export { default as IIndividualEvent } from "./individual-event-structure";
|
|
11
|
+
export { default as IIndividual } from "./individual";
|
|
12
|
+
export { default as ILdsOrdinanceDetail } from "./lds-ordinance-detail";
|
|
13
|
+
export { default as ILdsSpouseSealing } from "./lds-spouse-sealing";
|
|
14
|
+
export { default as IMarriageDate } from "./marriage-date";
|
|
15
|
+
export { default as IMultimediaLink } from "./multimedia-link";
|
|
16
|
+
export { default as INonEvent } from "./non-event";
|
|
17
|
+
export { default as INote } from "./note";
|
|
18
|
+
export { default as IPersonalNamePieces } from "./personal-name-pieces";
|
|
19
|
+
export { default as IPersonalName } from "./personal-name";
|
|
20
|
+
export { default as IPlace } from "./place";
|
|
21
|
+
export { default as IRepository } from "./repository";
|
|
22
|
+
export { default as ISourceCitation } from "./source-citation";
|
|
23
|
+
export { default as ISourceRepositoryCitation } from "./source-repository-citation";
|
|
24
|
+
export { default as ISource } from "./source";
|
|
25
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/structures/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,WAAW,CAAC;AAChD,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,eAAe,CAAC;AACxD,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,eAAe,CAAC;AACvD,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,QAAQ,CAAC;AAC1C,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,UAAU,CAAC;AAC9C,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,UAAU,CAAC;AACvD,OAAO,EAAE,OAAO,IAAI,sBAAsB,EAAE,MAAM,qCAAqC,CAAC;AACxF,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,cAAc,CAAC;AACtD,OAAO,EAAE,OAAO,IAAI,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AACxE,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AACpE,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,aAAa,CAAC;AACnD,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,QAAQ,CAAC;AAC1C,OAAO,EAAE,OAAO,IAAI,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AACxE,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,SAAS,CAAC;AAC5C,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,cAAc,CAAC;AACtD,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,yBAAyB,EAAE,MAAM,8BAA8B,CAAC;AACpF,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,UAAU,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { type Common } from "../classes/common";
|
|
2
|
+
import type IEventDetailStructure from "./event-detail-structure";
|
|
3
|
+
interface IIndividualEventDetailStructure extends IEventDetailStructure {
|
|
4
|
+
AGE?: Common & {
|
|
5
|
+
PHRASE?: Common;
|
|
6
|
+
};
|
|
7
|
+
}
|
|
8
|
+
export default IIndividualEventDetailStructure;
|
|
9
|
+
//# sourceMappingURL=individual-event-detail-structure.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"individual-event-detail-structure.d.ts","sourceRoot":"","sources":["../../src/structures/individual-event-detail-structure.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAEhD,OAAO,KAAK,qBAAqB,MAAM,0BAA0B,CAAC;AAElE,UAAU,+BAAgC,SAAQ,qBAAqB;IACtE,GAAG,CAAC,EAAE,MAAM,GAAG;QACd,MAAM,CAAC,EAAE,MAAM,CAAC;KAChB,CAAC;CACF;AAED,eAAe,+BAA+B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
import { type Common } from "../classes/common";
|
|
2
|
+
import type IEventDetailStructure from "./event-detail-structure";
|
|
3
|
+
import type IIndividualEventDetailStructure from "./individual-event-detail-structure";
|
|
4
|
+
interface IIndividualEventStructure extends IIndividualEventDetailStructure {
|
|
5
|
+
BAPM?: Common & {
|
|
6
|
+
TYPE?: Common;
|
|
7
|
+
} & IEventDetailStructure;
|
|
8
|
+
BARM?: Common & {
|
|
9
|
+
TYPE?: Common;
|
|
10
|
+
} & IEventDetailStructure;
|
|
11
|
+
BASM?: Common & {
|
|
12
|
+
TYPE?: Common;
|
|
13
|
+
} & IEventDetailStructure;
|
|
14
|
+
BLES?: Common & {
|
|
15
|
+
TYPE?: Common;
|
|
16
|
+
} & IEventDetailStructure;
|
|
17
|
+
BURI?: Common & {
|
|
18
|
+
TYPE?: Common;
|
|
19
|
+
} & IEventDetailStructure;
|
|
20
|
+
CENS?: Common & {
|
|
21
|
+
TYPE?: Common;
|
|
22
|
+
} & IEventDetailStructure;
|
|
23
|
+
CHRA?: Common & {
|
|
24
|
+
TYPE?: Common;
|
|
25
|
+
} & IEventDetailStructure;
|
|
26
|
+
CONF?: Common & {
|
|
27
|
+
TYPE?: Common;
|
|
28
|
+
} & IEventDetailStructure;
|
|
29
|
+
CREM?: Common & {
|
|
30
|
+
TYPE?: Common;
|
|
31
|
+
} & IEventDetailStructure;
|
|
32
|
+
DEAT?: Common & {
|
|
33
|
+
TYPE?: Common;
|
|
34
|
+
} & IEventDetailStructure;
|
|
35
|
+
EMIG?: Common & {
|
|
36
|
+
TYPE?: Common;
|
|
37
|
+
} & IEventDetailStructure;
|
|
38
|
+
FCOM?: Common & {
|
|
39
|
+
TYPE?: Common;
|
|
40
|
+
} & IEventDetailStructure;
|
|
41
|
+
GRAD?: Common & {
|
|
42
|
+
TYPE?: Common;
|
|
43
|
+
} & IEventDetailStructure;
|
|
44
|
+
IMMI?: Common & {
|
|
45
|
+
TYPE?: Common;
|
|
46
|
+
} & IEventDetailStructure;
|
|
47
|
+
NATU?: Common & {
|
|
48
|
+
TYPE?: Common;
|
|
49
|
+
} & IEventDetailStructure;
|
|
50
|
+
ORDN?: Common & {
|
|
51
|
+
TYPE?: Common;
|
|
52
|
+
} & IEventDetailStructure;
|
|
53
|
+
PROB?: Common & {
|
|
54
|
+
TYPE?: Common;
|
|
55
|
+
} & IEventDetailStructure;
|
|
56
|
+
RETI?: Common & {
|
|
57
|
+
TYPE?: Common;
|
|
58
|
+
} & IEventDetailStructure;
|
|
59
|
+
WILL?: Common & {
|
|
60
|
+
TYPE?: Common;
|
|
61
|
+
} & IEventDetailStructure;
|
|
62
|
+
ADOP?: Common & {
|
|
63
|
+
TYPE?: Common;
|
|
64
|
+
FAMC?: Common & {
|
|
65
|
+
ADOP?: Common & {
|
|
66
|
+
PHRASE?: Common;
|
|
67
|
+
};
|
|
68
|
+
};
|
|
69
|
+
} & IEventDetailStructure;
|
|
70
|
+
BIRT?: Common & {
|
|
71
|
+
TYPE?: Common;
|
|
72
|
+
FAMC?: Common;
|
|
73
|
+
} & IEventDetailStructure;
|
|
74
|
+
CHR?: Common & {
|
|
75
|
+
TYPE?: Common;
|
|
76
|
+
FAMC?: Common;
|
|
77
|
+
} & IEventDetailStructure;
|
|
78
|
+
EVEN?: Common & {
|
|
79
|
+
TYPE?: Common;
|
|
80
|
+
} & IEventDetailStructure;
|
|
81
|
+
}
|
|
82
|
+
export default IIndividualEventStructure;
|
|
83
|
+
//# sourceMappingURL=individual-event-structure.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"individual-event-structure.d.ts","sourceRoot":"","sources":["../../src/structures/individual-event-structure.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { type Common } from "../classes/common";
|
|
2
|
+
import { type CommonName } from "../classes/name";
|
|
3
|
+
import { type CommonNote } from "../classes/note";
|
|
4
|
+
import type IAssociationStructure from "./association";
|
|
5
|
+
import type IChangeDateStructure from "./change-date";
|
|
6
|
+
import type ICreationDateStructure from "./creation-date";
|
|
7
|
+
import type IIndividualEventStructure from "./individual-event-structure";
|
|
8
|
+
import type IMultimediaLinkStructure from "./multimedia-link";
|
|
9
|
+
import type INonEventStructure from "./non-event";
|
|
10
|
+
import type INoteStructure from "./note";
|
|
11
|
+
import type ISourceCitationStructure from "./source-citation";
|
|
12
|
+
interface IIndividualStructure extends Common, IIndividualEventStructure, IChangeDateStructure, ICreationDateStructure, IAssociationStructure, IMultimediaLinkStructure, INonEventStructure, INoteStructure, ISourceCitationStructure {
|
|
13
|
+
NAME?: CommonName;
|
|
14
|
+
RESN?: Common;
|
|
15
|
+
SEX?: Common<"F" | "M">;
|
|
16
|
+
FAMC?: Common & {
|
|
17
|
+
PEDI?: Common & {
|
|
18
|
+
PHRASE?: Common;
|
|
19
|
+
};
|
|
20
|
+
STAT?: Common & {
|
|
21
|
+
PHRASE?: Common;
|
|
22
|
+
};
|
|
23
|
+
} & INoteStructure;
|
|
24
|
+
FAMS?: Common & INoteStructure;
|
|
25
|
+
SUBM?: Common;
|
|
26
|
+
ALIA?: Common & {
|
|
27
|
+
PHRASE?: Common;
|
|
28
|
+
};
|
|
29
|
+
ANCI?: Common;
|
|
30
|
+
DESI?: Common;
|
|
31
|
+
_WLNK?: Common & {
|
|
32
|
+
TITL?: Common;
|
|
33
|
+
NOTE?: CommonNote;
|
|
34
|
+
};
|
|
35
|
+
_FS_LINK?: Common;
|
|
36
|
+
_FS_ID?: Common;
|
|
37
|
+
INDIVIDUALINTERNALHYPERLINK?: Common;
|
|
38
|
+
}
|
|
39
|
+
export default IIndividualStructure;
|
|
40
|
+
//# sourceMappingURL=individual.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"individual.d.ts","sourceRoot":"","sources":["../../src/structures/individual.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAChD,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAElD,OAAO,KAAK,qBAAqB,MAAM,eAAe,CAAC;AACvD,OAAO,KAAK,oBAAoB,MAAM,eAAe,CAAC;AACtD,OAAO,KAAK,sBAAsB,MAAM,iBAAiB,CAAC;AAC1D,OAAO,KAAK,yBAAyB,MAAM,8BAA8B,CAAC;AAC1E,OAAO,KAAK,wBAAwB,MAAM,mBAAmB,CAAC;AAC9D,OAAO,KAAK,kBAAkB,MAAM,aAAa,CAAC;AAClD,OAAO,KAAK,cAAc,MAAM,QAAQ,CAAC;AACzC,OAAO,KAAK,wBAAwB,MAAM,mBAAmB,CAAC;AAE9D,UAAU,oBACT,SACC,MAAM,EACN,yBAAyB,EACzB,oBAAoB,EACpB,sBAAsB,EACtB,qBAAqB,EACrB,wBAAwB,EACxB,kBAAkB,EAClB,cAAc,EACd,wBAAwB;IACzB,IAAI,CAAC,EAAE,UAAU,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,GAAG,CAAC,EAAE,MAAM,CAAC,GAAG,GAAG,GAAG,CAAC,CAAC;IACxB,IAAI,CAAC,EAAE,MAAM,GAAG;QACf,IAAI,CAAC,EAAE,MAAM,GAAG;YACf,MAAM,CAAC,EAAE,MAAM,CAAC;SAChB,CAAC;QACF,IAAI,CAAC,EAAE,MAAM,GAAG;YACf,MAAM,CAAC,EAAE,MAAM,CAAC;SAChB,CAAC;KACF,GAAG,cAAc,CAAC;IAEnB,IAAI,CAAC,EAAE,MAAM,GAAG,cAAc,CAAC;IAC/B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,GAAG;QACf,MAAM,CAAC,EAAE,MAAM,CAAC;KAChB,CAAC;IACF,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,GAAG;QAAE,IAAI,CAAC,EAAE,MAAM,CAAC;QAAC,IAAI,CAAC,EAAE,UAAU,CAAA;KAAE,CAAC;IACtD,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB,2BAA2B,CAAC,EAAE,MAAM,CAAC;CACrC;AAED,eAAe,oBAAoB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { type Common } from "../classes/common";
|
|
2
|
+
import type INoteStructure from "./note";
|
|
3
|
+
import type IPlaceStructure from "./place";
|
|
4
|
+
import type ISourceCitationStructure from "./source-citation";
|
|
5
|
+
interface ILdsOrdinanceDetailStructure extends Common, INoteStructure, ISourceCitationStructure, IPlaceStructure {
|
|
6
|
+
DATE?: Common & {
|
|
7
|
+
TIME?: Common;
|
|
8
|
+
PHRASE?: Common;
|
|
9
|
+
};
|
|
10
|
+
TEMP?: Common;
|
|
11
|
+
STAT?: Common & {
|
|
12
|
+
DATE?: Common;
|
|
13
|
+
TIME?: Common;
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
export default ILdsOrdinanceDetailStructure;
|
|
17
|
+
//# sourceMappingURL=lds-ordinance-detail.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lds-ordinance-detail.d.ts","sourceRoot":"","sources":["../../src/structures/lds-ordinance-detail.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAEhD,OAAO,KAAK,cAAc,MAAM,QAAQ,CAAC;AACzC,OAAO,KAAK,eAAe,MAAM,SAAS,CAAC;AAC3C,OAAO,KAAK,wBAAwB,MAAM,mBAAmB,CAAC;AAE9D,UAAU,4BACT,SAAQ,MAAM,EAAE,cAAc,EAAE,wBAAwB,EAAE,eAAe;IACzE,IAAI,CAAC,EAAE,MAAM,GAAG;QACf,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,MAAM,CAAC,EAAE,MAAM,CAAC;KAChB,CAAC;IACF,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,GAAG;QACf,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,IAAI,CAAC,EAAE,MAAM,CAAC;KACd,CAAC;CACF;AAED,eAAe,4BAA4B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { type Common } from "../classes/common";
|
|
2
|
+
import type ILdsOrdinanceDetailStructure from "./lds-ordinance-detail";
|
|
3
|
+
interface ILdsSpouseSealingStructure extends Common {
|
|
4
|
+
SLSG?: Common & ILdsOrdinanceDetailStructure;
|
|
5
|
+
}
|
|
6
|
+
export default ILdsSpouseSealingStructure;
|
|
7
|
+
//# sourceMappingURL=lds-spouse-sealing.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lds-spouse-sealing.d.ts","sourceRoot":"","sources":["../../src/structures/lds-spouse-sealing.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAEhD,OAAO,KAAK,4BAA4B,MAAM,wBAAwB,CAAC;AAEvE,UAAU,0BAA2B,SAAQ,MAAM;IAClD,IAAI,CAAC,EAAE,MAAM,GAAG,4BAA4B,CAAC;CAC7C;AAED,eAAe,0BAA0B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { type Common } from "../classes/common";
|
|
2
|
+
import type IDateStructure from "./date";
|
|
3
|
+
import type INoteStructure from "./note";
|
|
4
|
+
import type IPlaceStructure from "./place";
|
|
5
|
+
interface IMarriageDateStructure extends Common, INoteStructure {
|
|
6
|
+
MARR?: Common & IDateStructure & IPlaceStructure;
|
|
7
|
+
HUSB?: Common;
|
|
8
|
+
WIFE?: Common;
|
|
9
|
+
}
|
|
10
|
+
export default IMarriageDateStructure;
|
|
11
|
+
//# sourceMappingURL=marriage-date.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"marriage-date.d.ts","sourceRoot":"","sources":["../../src/structures/marriage-date.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAEhD,OAAO,KAAK,cAAc,MAAM,QAAQ,CAAC;AACzC,OAAO,KAAK,cAAc,MAAM,QAAQ,CAAC;AACzC,OAAO,KAAK,eAAe,MAAM,SAAS,CAAC;AAE3C,UAAU,sBAAuB,SAAQ,MAAM,EAAE,cAAc;IAC9D,IAAI,CAAC,EAAE,MAAM,GAAG,cAAc,GAAG,eAAe,CAAC;IACjD,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;CACd;AAED,eAAe,sBAAsB,CAAC"}
|