{ "version": 3, "sources": ["projects/ng-recaptcha/src/lib/tokens.ts", "projects/ng-recaptcha/src/lib/load-script.ts", "projects/ng-recaptcha/src/lib/recaptcha-loader.service.ts", "projects/ng-recaptcha/src/lib/recaptcha.component.ts", "projects/ng-recaptcha/src/lib/recaptcha-common.module.ts", "projects/ng-recaptcha/src/lib/recaptcha.module.ts", "projects/ng-recaptcha/src/lib/recaptcha-v3.service.ts", "projects/ng-recaptcha/src/lib/recaptcha-v3.module.ts", "projects/ng-recaptcha/src/lib/recaptcha-value-accessor.directive.ts", "projects/ng-recaptcha/src/lib/recaptcha-forms.module.ts", "projects/ng-recaptcha/src/ng-recaptcha-2.ts"], "sourcesContent": ["import { InjectionToken } from \"@angular/core\";\n\nimport { RecaptchaSettings } from \"./recaptcha-settings\";\n\n/** @deprecated Use `LOADER_OPTIONS` instead. See `RecaptchaLoaderOptions.onBeforeLoad` */\nexport const RECAPTCHA_LANGUAGE = new InjectionToken(\"recaptcha-language\");\n/** @deprecated Use `LOADER_OPTIONS` instead. See `RecaptchaLoaderOptions.onBeforeLoad` */\nexport const RECAPTCHA_BASE_URL = new InjectionToken(\"recaptcha-base-url\");\n/** @deprecated Use `LOADER_OPTIONS` instead. See `RecaptchaLoaderOptions.onBeforeLoad` */\nexport const RECAPTCHA_NONCE = new InjectionToken(\"recaptcha-nonce-tag\");\nexport const RECAPTCHA_SETTINGS = new InjectionToken(\"recaptcha-settings\");\nexport const RECAPTCHA_V3_SITE_KEY = new InjectionToken(\"recaptcha-v3-site-key\");\n\n/**\n * Specifies the options for loading the reCAPTCHA script tag.\n */\nexport type RecaptchaLoaderOptions = {\n /**\n * Invoked before the `