@trustcomponent/trustcaptcha-vue
Version:
TrustCaptcha – Privacy-first CAPTCHA solution for Vue.js. GDPR-compliant, bot protection made in Europe.
35 lines • 858 B
JavaScript
import { defineContainer } from '@stencil/vue-output-target/runtime';
import { defineCustomElements } from '@trustcomponent/trustcaptcha-frontend/loader';
defineCustomElements();
export const TrustcaptchaComponent = defineContainer('trustcaptcha-component', undefined, [
'sitekey',
'privacyUrl',
'apiUrl',
'framework',
'language',
'translations',
'theme',
'design',
'autostartDisabled',
'tokenFieldName',
'bypassToken',
'minimalDataMode',
'fullWidth',
'licenseKey',
'invisible',
'invisibleHint',
'whiteLabel',
'failoverEnabled',
'captchaStarted',
'captchaSolved',
'captchaFailed',
'captchaExpired',
'captchaReset'
], [
'captchaStarted',
'captchaSolved',
'captchaFailed',
'captchaExpired',
'captchaReset'
]);
//# sourceMappingURL=components.js.map