vcard4
Version:
An RFC 6350 compliant JavaScript library for generating and parsing version 4.0 vCards. Can also generate RFC 6351 compliant XML vCards and RFC 7095 compliant jCards. TypeScript type declarations are provided.
78 lines (77 loc) • 3.63 kB
TypeScript
export { SourceProperty } from './SourceProperty.js';
export { KindProperty } from './KindProperty.js';
export { XMLProperty } from './XMLProperty.js';
export { FNProperty } from './FNProperty.js';
export { NProperty } from './NProperty.js';
export { NicknameProperty } from './NicknameProperty.js';
export { PhotoProperty } from './PhotoProperty.js';
export { BdayProperty } from './BdayProperty.js';
export { AnniversaryProperty } from './AnniversaryProperty.js';
export { GenderProperty } from './GenderProperty.js';
export { BirthPlaceProperty } from './BirthPlaceProperty.js';
export { DeathPlaceProperty } from './DeathPlaceProperty.js';
export { DeathDateProperty } from './DeathDateProperty.js';
export { ExpertiseProperty } from './ExpertiseProperty.js';
export { HobbyProperty } from './HobbyProperty.js';
export { InterestProperty } from './InterestProperty.js';
export { AdrProperty } from './AdrProperty.js';
export { TelProperty } from './TelProperty.js';
export { EmailProperty } from './EmailProperty.js';
export { IMPPProperty } from './IMPPProperty.js';
export { LangProperty } from './LangProperty.js';
export { ContactURIProperty } from './ContactURIProperty.js';
export { TzProperty } from './TzProperty.js';
export { GeoProperty } from './GeoProperty.js';
export { TitleProperty } from './TitleProperty.js';
export { RoleProperty } from './RoleProperty.js';
export { LogoProperty } from './LogoProperty.js';
export { OrgProperty } from './OrgProperty.js';
export { MemberProperty } from './MemberProperty.js';
export { RelatedProperty } from './RelatedProperty.js';
export { OrgDirectoryProperty } from './OrgDirectoryProperty.js';
export { CategoriesProperty } from './CategoriesProperty.js';
export { NoteProperty } from './NoteProperty.js';
export { ProdidProperty } from './ProdidProperty.js';
export { RevProperty } from './RevProperty.js';
export { SoundProperty } from './SoundProperty.js';
export { UIDProperty } from './UIDProperty.js';
export { ClientpidmapProperty } from './ClientpidmapProperty.js';
export { URLProperty } from './URLProperty.js';
export { KeyProperty } from './KeyProperty.js';
export { FburlProperty } from './FburlProperty.js';
export { CaladruriProperty } from './CaladruriProperty.js';
export { CaluriProperty } from './CaluriProperty.js';
export { ExtendedProperty } from './ExtendedProperty.js';
import './BaseProperty.js';
import '../parameters/ValueParameter.js';
import '../parameters/BaseParameter.js';
import '../values/TextType.js';
import '../values/BaseValue.js';
import '../values/TextListType.js';
import '../values/BooleanType.js';
import '../values/DateTimeType.js';
import '../values/DateTimeListType.js';
import '../values/IntegerType.js';
import '../values/IntegerListType.js';
import '../values/FloatType.js';
import '../values/FloatListType.js';
import '../values/LanguageTagType.js';
import '../values/URIType.js';
import '../values/SexType.js';
import '../values/SpecialValueType.js';
import '../parameters/PIDParameter.js';
import '../parameters/PrefParameter.js';
import '../parameters/IndexParameter.js';
import '../parameters/AltidParameter.js';
import '../values/ParameterValueType.js';
import '../parameters/MediatypeParameter.js';
import '../parameters/AnyParameter.js';
import '../parameters/TypeParameter.js';
import '../parameters/LanguageParameter.js';
import '../parameters/SortAsParameter.js';
import '../parameters/CalscaleParameter.js';
import '../parameters/LevelParameter.js';
import '../parameters/GeoParameter.js';
import '../parameters/TzParameter.js';
import '../parameters/LabelParameter.js';
import '../parameters/CCParameter.js';