All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.react.dom.html.AutoComplete.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package react.dom.html

@Suppress("NAME_CONTAINS_ILLEGAL_CHARS")
// language=JavaScript
@JsName("""(/*union*/{off: 'off', on: 'on', htmlName: 'name', honorificPrefix: 'honorific-prefix', givenName: 'given-name', additionalName: 'additional-name', familyName: 'family-name', honorificSuffix: 'honorific-suffix', nickname: 'nickname', email: 'email', username: 'username', newPassword: 'new-password', currentPassword: 'current-password', oneTimeCode: 'one-time-code', organizationTitle: 'organization-title', organization: 'organization', streetAddress: 'street-address', addressLine1: 'address-line1', addressLine2: 'address-line2', addressLine3: 'address-line3', addressLevel4: 'address-level4', addressLevel3: 'address-level3', addressLevel2: 'address-level2', addressLevel1: 'address-level1', country: 'country', countryName: 'country-name', postalCode: 'postal-code', ccName: 'cc-name', ccGivenName: 'cc-given-name', ccAdditionalName: 'cc-additional-name', ccFamilyName: 'cc-family-name', ccNumber: 'cc-number', ccExp: 'cc-exp', ccExpMonth: 'cc-exp-month', ccExpYear: 'cc-exp-year', ccCsc: 'cc-csc', ccType: 'cc-type', transactionCurrency: 'transaction-currency', transactionAmount: 'transaction-amount', language: 'language', bday: 'bday', bdayDay: 'bday-day', bdayMonth: 'bday-month', bdayYear: 'bday-year', sex: 'sex', tel: 'tel', telCountryCode: 'tel-country-code', telNational: 'tel-national', telAreaCode: 'tel-area-code', telLocal: 'tel-local', telExtension: 'tel-extension', impp: 'impp', url: 'url', photo: 'photo'}/*union*/)""")
external enum class AutoComplete {
    off,
    on,
    htmlName,
    honorificPrefix,
    givenName,
    additionalName,
    familyName,
    honorificSuffix,
    nickname,
    email,
    username,
    newPassword,
    currentPassword,
    oneTimeCode,
    organizationTitle,
    organization,
    streetAddress,
    addressLine1,
    addressLine2,
    addressLine3,
    addressLevel4,
    addressLevel3,
    addressLevel2,
    addressLevel1,
    country,
    countryName,
    postalCode,
    ccName,
    ccGivenName,
    ccAdditionalName,
    ccFamilyName,
    ccNumber,
    ccExp,
    ccExpMonth,
    ccExpYear,
    ccCsc,
    ccType,
    transactionCurrency,
    transactionAmount,
    language,
    bday,
    bdayDay,
    bdayMonth,
    bdayYear,
    sex,
    tel,
    telCountryCode,
    telNational,
    telAreaCode,
    telLocal,
    telExtension,
    impp,
    url,
    photo,

    ;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy