read-gedcom
Version:
Gedcom file reader
144 lines • 16.5 kB
JavaScript
;
// Important: the order of the imports matters!
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.SelectionReferenceNumber = exports.SelectionPlace = exports.SelectionPhonetization = exports.SelectionNoteReferenceMixed = exports.SelectionNoteRecord = exports.SelectionName = exports.SelectionNameRomanization = exports.SelectionNamePhonetization = exports.SelectionMultimediaReference = exports.SelectionMultimediaRecord = exports.SelectionMultimediaFormat = exports.SelectionMultimediaFile = exports.SelectionLongitude = exports.SelectionLatitude = exports.SelectionIndividualReference = exports.SelectionIndividualRecord = exports.SelectionIndividualEventFamily = exports.SelectionIndividualEventFamilyAdoption = exports.SelectionIndividualAttribute = exports.SelectionHeader = exports.SelectionGedcomVersion = exports.SelectionGedcom = exports.SelectionGedcomSource = exports.SelectionGedcomForm = exports.SelectionGedcomFile = exports.SelectionFamilyReferenceAdoption = exports.SelectionFamilyRecord = exports.SelectionFamilyEvent = exports.SelectionEventsRecorded = exports.SelectionDatePunctual = exports.SelectionDatePeriod = exports.SelectionDateExact = exports.SelectionDataSource = exports.SelectionCorporation = exports.SelectionCoordinates = exports.SelectionCitationEvent = exports.SelectionCitationData = exports.SelectionChildFamilyLink = exports.SelectionChanged = exports.SelectionAssociation = exports.SelectionAge = exports.SelectionAddress = exports.SelectionIndividualEvent = exports.SelectionFamilyReference = exports.SelectionReference = exports.SelectionDate = exports.SelectionMetaEvent = exports.SelectionNamePieces = exports.SelectionEvent = exports.SelectionAny = void 0;
exports.SelectionTime = exports.SelectionSubmitterReference = exports.SelectionSubmitterRecord = exports.SelectionSpouseFamilyLink = exports.SelectionSpouseEventDetails = exports.SelectionSourceRecord = exports.SelectionSourceData = exports.SelectionSourceCitation = exports.SelectionRomanization = exports.SelectionRepositoryReference = exports.SelectionRepositoryRecord = void 0;
var SelectionAny_1 = require("./SelectionAny");
Object.defineProperty(exports, "SelectionAny", { enumerable: true, get: function () { return SelectionAny_1.SelectionAny; } });
__exportStar(require("./base"), exports);
__exportStar(require("./mixin"), exports);
var SelectionEvent_1 = require("./SelectionEvent");
Object.defineProperty(exports, "SelectionEvent", { enumerable: true, get: function () { return SelectionEvent_1.SelectionEvent; } });
var SelectionNamePieces_1 = require("./SelectionNamePieces");
Object.defineProperty(exports, "SelectionNamePieces", { enumerable: true, get: function () { return SelectionNamePieces_1.SelectionNamePieces; } });
var SelectionMetaEvent_1 = require("./SelectionMetaEvent");
Object.defineProperty(exports, "SelectionMetaEvent", { enumerable: true, get: function () { return SelectionMetaEvent_1.SelectionMetaEvent; } });
var SelectionDate_1 = require("./SelectionDate");
Object.defineProperty(exports, "SelectionDate", { enumerable: true, get: function () { return SelectionDate_1.SelectionDate; } });
var SelectionReference_1 = require("./SelectionReference");
Object.defineProperty(exports, "SelectionReference", { enumerable: true, get: function () { return SelectionReference_1.SelectionReference; } });
var SelectionFamilyReference_1 = require("./SelectionFamilyReference");
Object.defineProperty(exports, "SelectionFamilyReference", { enumerable: true, get: function () { return SelectionFamilyReference_1.SelectionFamilyReference; } });
var SelectionIndividualEvent_1 = require("./SelectionIndividualEvent");
Object.defineProperty(exports, "SelectionIndividualEvent", { enumerable: true, get: function () { return SelectionIndividualEvent_1.SelectionIndividualEvent; } });
var SelectionAddress_1 = require("./SelectionAddress");
Object.defineProperty(exports, "SelectionAddress", { enumerable: true, get: function () { return SelectionAddress_1.SelectionAddress; } });
var SelectionAge_1 = require("./SelectionAge");
Object.defineProperty(exports, "SelectionAge", { enumerable: true, get: function () { return SelectionAge_1.SelectionAge; } });
var SelectionAssociation_1 = require("./SelectionAssociation");
Object.defineProperty(exports, "SelectionAssociation", { enumerable: true, get: function () { return SelectionAssociation_1.SelectionAssociation; } });
var SelectionChanged_1 = require("./SelectionChanged");
Object.defineProperty(exports, "SelectionChanged", { enumerable: true, get: function () { return SelectionChanged_1.SelectionChanged; } });
var SelectionChildFamilyLink_1 = require("./SelectionChildFamilyLink");
Object.defineProperty(exports, "SelectionChildFamilyLink", { enumerable: true, get: function () { return SelectionChildFamilyLink_1.SelectionChildFamilyLink; } });
var SelectionCitationData_1 = require("./SelectionCitationData");
Object.defineProperty(exports, "SelectionCitationData", { enumerable: true, get: function () { return SelectionCitationData_1.SelectionCitationData; } });
var SelectionCitationEvent_1 = require("./SelectionCitationEvent");
Object.defineProperty(exports, "SelectionCitationEvent", { enumerable: true, get: function () { return SelectionCitationEvent_1.SelectionCitationEvent; } });
var SelectionCoordinates_1 = require("./SelectionCoordinates");
Object.defineProperty(exports, "SelectionCoordinates", { enumerable: true, get: function () { return SelectionCoordinates_1.SelectionCoordinates; } });
var SelectionCorporation_1 = require("./SelectionCorporation");
Object.defineProperty(exports, "SelectionCorporation", { enumerable: true, get: function () { return SelectionCorporation_1.SelectionCorporation; } });
var SelectionDataSource_1 = require("./SelectionDataSource");
Object.defineProperty(exports, "SelectionDataSource", { enumerable: true, get: function () { return SelectionDataSource_1.SelectionDataSource; } });
var SelectionDateExact_1 = require("./SelectionDateExact");
Object.defineProperty(exports, "SelectionDateExact", { enumerable: true, get: function () { return SelectionDateExact_1.SelectionDateExact; } });
var SelectionDatePeriod_1 = require("./SelectionDatePeriod");
Object.defineProperty(exports, "SelectionDatePeriod", { enumerable: true, get: function () { return SelectionDatePeriod_1.SelectionDatePeriod; } });
var SelectionDatePunctual_1 = require("./SelectionDatePunctual");
Object.defineProperty(exports, "SelectionDatePunctual", { enumerable: true, get: function () { return SelectionDatePunctual_1.SelectionDatePunctual; } });
var SelectionEventsRecorded_1 = require("./SelectionEventsRecorded");
Object.defineProperty(exports, "SelectionEventsRecorded", { enumerable: true, get: function () { return SelectionEventsRecorded_1.SelectionEventsRecorded; } });
var SelectionFamilyEvent_1 = require("./SelectionFamilyEvent");
Object.defineProperty(exports, "SelectionFamilyEvent", { enumerable: true, get: function () { return SelectionFamilyEvent_1.SelectionFamilyEvent; } });
var SelectionFamilyRecord_1 = require("./SelectionFamilyRecord");
Object.defineProperty(exports, "SelectionFamilyRecord", { enumerable: true, get: function () { return SelectionFamilyRecord_1.SelectionFamilyRecord; } });
var SelectionFamilyReferenceAdoption_1 = require("./SelectionFamilyReferenceAdoption");
Object.defineProperty(exports, "SelectionFamilyReferenceAdoption", { enumerable: true, get: function () { return SelectionFamilyReferenceAdoption_1.SelectionFamilyReferenceAdoption; } });
var SelectionGedcomFile_1 = require("./SelectionGedcomFile");
Object.defineProperty(exports, "SelectionGedcomFile", { enumerable: true, get: function () { return SelectionGedcomFile_1.SelectionGedcomFile; } });
var SelectionGedcomForm_1 = require("./SelectionGedcomForm");
Object.defineProperty(exports, "SelectionGedcomForm", { enumerable: true, get: function () { return SelectionGedcomForm_1.SelectionGedcomForm; } });
var SelectionGedcomSource_1 = require("./SelectionGedcomSource");
Object.defineProperty(exports, "SelectionGedcomSource", { enumerable: true, get: function () { return SelectionGedcomSource_1.SelectionGedcomSource; } });
var SelectionGedcom_1 = require("./SelectionGedcom");
Object.defineProperty(exports, "SelectionGedcom", { enumerable: true, get: function () { return SelectionGedcom_1.SelectionGedcom; } });
var SelectionGedcomVersion_1 = require("./SelectionGedcomVersion");
Object.defineProperty(exports, "SelectionGedcomVersion", { enumerable: true, get: function () { return SelectionGedcomVersion_1.SelectionGedcomVersion; } });
var SelectionHeader_1 = require("./SelectionHeader");
Object.defineProperty(exports, "SelectionHeader", { enumerable: true, get: function () { return SelectionHeader_1.SelectionHeader; } });
var SelectionIndividualAttribute_1 = require("./SelectionIndividualAttribute");
Object.defineProperty(exports, "SelectionIndividualAttribute", { enumerable: true, get: function () { return SelectionIndividualAttribute_1.SelectionIndividualAttribute; } });
var SelectionIndividualEventFamilyAdoption_1 = require("./SelectionIndividualEventFamilyAdoption");
Object.defineProperty(exports, "SelectionIndividualEventFamilyAdoption", { enumerable: true, get: function () { return SelectionIndividualEventFamilyAdoption_1.SelectionIndividualEventFamilyAdoption; } });
var SelectionIndividualEventFamily_1 = require("./SelectionIndividualEventFamily");
Object.defineProperty(exports, "SelectionIndividualEventFamily", { enumerable: true, get: function () { return SelectionIndividualEventFamily_1.SelectionIndividualEventFamily; } });
var SelectionIndividualRecord_1 = require("./SelectionIndividualRecord");
Object.defineProperty(exports, "SelectionIndividualRecord", { enumerable: true, get: function () { return SelectionIndividualRecord_1.SelectionIndividualRecord; } });
var SelectionIndividualReference_1 = require("./SelectionIndividualReference");
Object.defineProperty(exports, "SelectionIndividualReference", { enumerable: true, get: function () { return SelectionIndividualReference_1.SelectionIndividualReference; } });
var SelectionLatitude_1 = require("./SelectionLatitude");
Object.defineProperty(exports, "SelectionLatitude", { enumerable: true, get: function () { return SelectionLatitude_1.SelectionLatitude; } });
var SelectionLongitude_1 = require("./SelectionLongitude");
Object.defineProperty(exports, "SelectionLongitude", { enumerable: true, get: function () { return SelectionLongitude_1.SelectionLongitude; } });
var SelectionMultimediaFile_1 = require("./SelectionMultimediaFile");
Object.defineProperty(exports, "SelectionMultimediaFile", { enumerable: true, get: function () { return SelectionMultimediaFile_1.SelectionMultimediaFile; } });
var SelectionMultimediaFormat_1 = require("./SelectionMultimediaFormat");
Object.defineProperty(exports, "SelectionMultimediaFormat", { enumerable: true, get: function () { return SelectionMultimediaFormat_1.SelectionMultimediaFormat; } });
var SelectionMultimediaRecord_1 = require("./SelectionMultimediaRecord");
Object.defineProperty(exports, "SelectionMultimediaRecord", { enumerable: true, get: function () { return SelectionMultimediaRecord_1.SelectionMultimediaRecord; } });
var SelectionMultimediaReference_1 = require("./SelectionMultimediaReference");
Object.defineProperty(exports, "SelectionMultimediaReference", { enumerable: true, get: function () { return SelectionMultimediaReference_1.SelectionMultimediaReference; } });
var SelectionNamePhonetization_1 = require("./SelectionNamePhonetization");
Object.defineProperty(exports, "SelectionNamePhonetization", { enumerable: true, get: function () { return SelectionNamePhonetization_1.SelectionNamePhonetization; } });
var SelectionNameRomanization_1 = require("./SelectionNameRomanization");
Object.defineProperty(exports, "SelectionNameRomanization", { enumerable: true, get: function () { return SelectionNameRomanization_1.SelectionNameRomanization; } });
var SelectionName_1 = require("./SelectionName");
Object.defineProperty(exports, "SelectionName", { enumerable: true, get: function () { return SelectionName_1.SelectionName; } });
var SelectionNoteRecord_1 = require("./SelectionNoteRecord");
Object.defineProperty(exports, "SelectionNoteRecord", { enumerable: true, get: function () { return SelectionNoteRecord_1.SelectionNoteRecord; } });
var SelectionNoteReferenceMixed_1 = require("./SelectionNoteReferenceMixed");
Object.defineProperty(exports, "SelectionNoteReferenceMixed", { enumerable: true, get: function () { return SelectionNoteReferenceMixed_1.SelectionNoteReferenceMixed; } });
var SelectionPhonetization_1 = require("./SelectionPhonetization");
Object.defineProperty(exports, "SelectionPhonetization", { enumerable: true, get: function () { return SelectionPhonetization_1.SelectionPhonetization; } });
var SelectionPlace_1 = require("./SelectionPlace");
Object.defineProperty(exports, "SelectionPlace", { enumerable: true, get: function () { return SelectionPlace_1.SelectionPlace; } });
var SelectionReferenceNumber_1 = require("./SelectionReferenceNumber");
Object.defineProperty(exports, "SelectionReferenceNumber", { enumerable: true, get: function () { return SelectionReferenceNumber_1.SelectionReferenceNumber; } });
var SelectionRepositoryRecord_1 = require("./SelectionRepositoryRecord");
Object.defineProperty(exports, "SelectionRepositoryRecord", { enumerable: true, get: function () { return SelectionRepositoryRecord_1.SelectionRepositoryRecord; } });
var SelectionRepositoryReference_1 = require("./SelectionRepositoryReference");
Object.defineProperty(exports, "SelectionRepositoryReference", { enumerable: true, get: function () { return SelectionRepositoryReference_1.SelectionRepositoryReference; } });
var SelectionRomanization_1 = require("./SelectionRomanization");
Object.defineProperty(exports, "SelectionRomanization", { enumerable: true, get: function () { return SelectionRomanization_1.SelectionRomanization; } });
var SelectionSourceCitation_1 = require("./SelectionSourceCitation");
Object.defineProperty(exports, "SelectionSourceCitation", { enumerable: true, get: function () { return SelectionSourceCitation_1.SelectionSourceCitation; } });
var SelectionSourceData_1 = require("./SelectionSourceData");
Object.defineProperty(exports, "SelectionSourceData", { enumerable: true, get: function () { return SelectionSourceData_1.SelectionSourceData; } });
var SelectionSourceRecord_1 = require("./SelectionSourceRecord");
Object.defineProperty(exports, "SelectionSourceRecord", { enumerable: true, get: function () { return SelectionSourceRecord_1.SelectionSourceRecord; } });
var SelectionSpouseEventDetails_1 = require("./SelectionSpouseEventDetails");
Object.defineProperty(exports, "SelectionSpouseEventDetails", { enumerable: true, get: function () { return SelectionSpouseEventDetails_1.SelectionSpouseEventDetails; } });
var SelectionSpouseFamilyLink_1 = require("./SelectionSpouseFamilyLink");
Object.defineProperty(exports, "SelectionSpouseFamilyLink", { enumerable: true, get: function () { return SelectionSpouseFamilyLink_1.SelectionSpouseFamilyLink; } });
var SelectionSubmitterRecord_1 = require("./SelectionSubmitterRecord");
Object.defineProperty(exports, "SelectionSubmitterRecord", { enumerable: true, get: function () { return SelectionSubmitterRecord_1.SelectionSubmitterRecord; } });
var SelectionSubmitterReference_1 = require("./SelectionSubmitterReference");
Object.defineProperty(exports, "SelectionSubmitterReference", { enumerable: true, get: function () { return SelectionSubmitterReference_1.SelectionSubmitterReference; } });
var SelectionTime_1 = require("./SelectionTime");
Object.defineProperty(exports, "SelectionTime", { enumerable: true, get: function () { return SelectionTime_1.SelectionTime; } });
//# sourceMappingURL=internal.js.map