Comparing version 1.2.0 to 1.2.1
@@ -103,4 +103,10 @@ 'use strict'; | ||
} | ||
if (data.action === constants.AUTH_VK_CONNECT_RESPONSE + _this.uuid) { | ||
_this.dataService.sendSuccessData(data.payload); | ||
if (data.action === "".concat(constants.AUTH_VK_CONNECT_RESPONSE).concat(_this.uuid)) { | ||
var responseMode = Auth.__config.get().responseMode; | ||
if (responseMode === types.ConfigResponseMode.Redirect) { | ||
_this.redirectWithPayload(data.payload); | ||
_this.close(); | ||
} else { | ||
_this.dataService.sendSuccessData(data.payload); | ||
} | ||
return; | ||
@@ -135,10 +141,3 @@ } | ||
} | ||
return _this.dataService.value.then(function(payload) { | ||
var responseMode = Auth.__config.get().responseMode; | ||
if (responseMode === types.ConfigResponseMode.Redirect) { | ||
_this.redirectWithPayload(payload); | ||
} else { | ||
return payload; | ||
} | ||
}).catch(console.error); | ||
return _this.dataService.value; | ||
}); | ||
@@ -145,0 +144,0 @@ _define_property(this, "loginByRedirect", function(url) { |
@@ -102,3 +102,4 @@ 'use strict'; | ||
token: payload.token, | ||
ttl: payload.ttl | ||
ttl: payload.ttl, | ||
uuid: payload.uuid | ||
}); | ||
@@ -105,0 +106,0 @@ }); |
'use strict'; | ||
// @ts-ignore-next-line пробрасываем версию из package.json в rollup.config | ||
var VERSION = "1.2.0"; | ||
var VERSION = "1.2.1"; | ||
// @ts-ignore-next-line пробрасываем тип сборки из rollup.config | ||
@@ -6,0 +6,0 @@ var DOMAIN = "vk.com"; |
@@ -20,4 +20,4 @@ import { Config } from "../core/config"; | ||
private readonly loginByRedirect; | ||
login(params?: AuthParams): Promise<void | import("./types").AuthResponse | undefined>; | ||
login(params?: AuthParams): Promise<import("./types").AuthResponse> | Promise<void>; | ||
protected redirectWithPayload(payload: RedirectPayload): void; | ||
} |
@@ -29,4 +29,10 @@ import { AuthDataService } from './authDataService.js'; | ||
} | ||
if (data.action === AUTH_VK_CONNECT_RESPONSE + this.uuid) { | ||
this.dataService.sendSuccessData(data.payload); | ||
if (data.action === `${AUTH_VK_CONNECT_RESPONSE}${this.uuid}`) { | ||
const { responseMode } = Auth.__config.get(); | ||
if (responseMode === ConfigResponseMode.Redirect) { | ||
this.redirectWithPayload(data.payload); | ||
this.close(); | ||
} else { | ||
this.dataService.sendSuccessData(data.payload); | ||
} | ||
return; | ||
@@ -60,10 +66,3 @@ } | ||
} | ||
return this.dataService.value.then((payload)=>{ | ||
const { responseMode } = Auth.__config.get(); | ||
if (responseMode === ConfigResponseMode.Redirect) { | ||
this.redirectWithPayload(payload); | ||
} else { | ||
return payload; | ||
} | ||
}).catch(console.error); | ||
return this.dataService.value; | ||
}; | ||
@@ -70,0 +69,0 @@ loginByRedirect = (url)=>{ |
@@ -10,3 +10,4 @@ import { DataService } from '../core/dataService/dataService.js'; | ||
token: payload.token, | ||
ttl: payload.ttl | ||
ttl: payload.ttl, | ||
uuid: payload.uuid | ||
}); | ||
@@ -13,0 +14,0 @@ }; |
@@ -71,2 +71,6 @@ import { Languages, Scheme } from "../types"; | ||
ttl: number; | ||
/** | ||
* Сгенерированная строка | ||
*/ | ||
uuid: string; | ||
} | ||
@@ -73,0 +77,0 @@ type AuthActionNames = 'sdk_oauth'; |
// @ts-ignore-next-line пробрасываем версию из package.json в rollup.config | ||
const VERSION = "1.2.0"; | ||
const VERSION = "1.2.1"; | ||
// @ts-ignore-next-line пробрасываем тип сборки из rollup.config | ||
@@ -4,0 +4,0 @@ const DOMAIN = 'vk.com'; |
@@ -1,1 +0,1 @@ | ||
window.searchData = JSON.parse("{\"rows\":[{\"kind\":2,\"name\":\"core/config\",\"url\":\"modules/core_config.html\",\"classes\":\"\"},{\"kind\":2,\"name\":\"auth\",\"url\":\"modules/auth.html\",\"classes\":\"\"},{\"kind\":2,\"name\":\"widgets/oneTap\",\"url\":\"modules/widgets_oneTap.html\",\"classes\":\"\"},{\"kind\":2,\"name\":\"widgets/floatingOneTap\",\"url\":\"modules/widgets_floatingOneTap.html\",\"classes\":\"\"},{\"kind\":2,\"name\":\"widgets/oauthList\",\"url\":\"modules/widgets_oauthList.html\",\"classes\":\"\"},{\"kind\":2,\"name\":\"types\",\"url\":\"modules/types.html\",\"classes\":\"\"},{\"kind\":8,\"name\":\"Languages\",\"url\":\"enums/types.Languages.html\",\"classes\":\"\",\"parent\":\"types\"},{\"kind\":16,\"name\":\"RUS\",\"url\":\"enums/types.Languages.html#RUS\",\"classes\":\"\",\"parent\":\"types.Languages\"},{\"kind\":16,\"name\":\"UKR\",\"url\":\"enums/types.Languages.html#UKR\",\"classes\":\"\",\"parent\":\"types.Languages\"},{\"kind\":16,\"name\":\"ENG\",\"url\":\"enums/types.Languages.html#ENG\",\"classes\":\"\",\"parent\":\"types.Languages\"},{\"kind\":16,\"name\":\"SPA\",\"url\":\"enums/types.Languages.html#SPA\",\"classes\":\"\",\"parent\":\"types.Languages\"},{\"kind\":16,\"name\":\"GERMAN\",\"url\":\"enums/types.Languages.html#GERMAN\",\"classes\":\"\",\"parent\":\"types.Languages\"},{\"kind\":16,\"name\":\"POL\",\"url\":\"enums/types.Languages.html#POL\",\"classes\":\"\",\"parent\":\"types.Languages\"},{\"kind\":16,\"name\":\"FRA\",\"url\":\"enums/types.Languages.html#FRA\",\"classes\":\"\",\"parent\":\"types.Languages\"},{\"kind\":16,\"name\":\"UZB\",\"url\":\"enums/types.Languages.html#UZB\",\"classes\":\"\",\"parent\":\"types.Languages\"},{\"kind\":16,\"name\":\"TURKEY\",\"url\":\"enums/types.Languages.html#TURKEY\",\"classes\":\"\",\"parent\":\"types.Languages\"},{\"kind\":16,\"name\":\"KAZ\",\"url\":\"enums/types.Languages.html#KAZ\",\"classes\":\"\",\"parent\":\"types.Languages\"},{\"kind\":16,\"name\":\"BEL\",\"url\":\"enums/types.Languages.html#BEL\",\"classes\":\"\",\"parent\":\"types.Languages\"},{\"kind\":8,\"name\":\"Scheme\",\"url\":\"enums/types.Scheme.html\",\"classes\":\"\",\"parent\":\"types\"},{\"kind\":16,\"name\":\"LIGHT\",\"url\":\"enums/types.Scheme.html#LIGHT\",\"classes\":\"\",\"parent\":\"types.Scheme\"},{\"kind\":16,\"name\":\"DARK\",\"url\":\"enums/types.Scheme.html#DARK\",\"classes\":\"\",\"parent\":\"types.Scheme\"},{\"kind\":128,\"name\":\"Config\",\"url\":\"classes/core_config.Config.html\",\"classes\":\"\",\"parent\":\"core/config\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/core_config.Config.html#constructor\",\"classes\":\"\",\"parent\":\"core/config.Config\"},{\"kind\":2048,\"name\":\"set\",\"url\":\"classes/core_config.Config.html#set\",\"classes\":\"\",\"parent\":\"core/config.Config\"},{\"kind\":2048,\"name\":\"get\",\"url\":\"classes/core_config.Config.html#get\",\"classes\":\"\",\"parent\":\"core/config.Config\"},{\"kind\":8,\"name\":\"ConfigAuthMode\",\"url\":\"enums/core_config.ConfigAuthMode.html\",\"classes\":\"\",\"parent\":\"core/config\"},{\"kind\":16,\"name\":\"Redirect\",\"url\":\"enums/core_config.ConfigAuthMode.html#Redirect\",\"classes\":\"\",\"parent\":\"core/config.ConfigAuthMode\"},{\"kind\":16,\"name\":\"InNewTab\",\"url\":\"enums/core_config.ConfigAuthMode.html#InNewTab\",\"classes\":\"\",\"parent\":\"core/config.ConfigAuthMode\"},{\"kind\":8,\"name\":\"ConfigResponseMode\",\"url\":\"enums/core_config.ConfigResponseMode.html\",\"classes\":\"\",\"parent\":\"core/config\"},{\"kind\":16,\"name\":\"Redirect\",\"url\":\"enums/core_config.ConfigResponseMode.html#Redirect\",\"classes\":\"\",\"parent\":\"core/config.ConfigResponseMode\"},{\"kind\":16,\"name\":\"Callback\",\"url\":\"enums/core_config.ConfigResponseMode.html#Callback\",\"classes\":\"\",\"parent\":\"core/config.ConfigResponseMode\"},{\"kind\":256,\"name\":\"ConfigData\",\"url\":\"interfaces/core_config.ConfigData.html\",\"classes\":\"\",\"parent\":\"core/config\"},{\"kind\":1024,\"name\":\"app\",\"url\":\"interfaces/core_config.ConfigData.html#app\",\"classes\":\"\",\"parent\":\"core/config.ConfigData\"},{\"kind\":1024,\"name\":\"redirectUrl\",\"url\":\"interfaces/core_config.ConfigData.html#redirectUrl\",\"classes\":\"\",\"parent\":\"core/config.ConfigData\"},{\"kind\":1024,\"name\":\"state\",\"url\":\"interfaces/core_config.ConfigData.html#state\",\"classes\":\"\",\"parent\":\"core/config.ConfigData\"},{\"kind\":128,\"name\":\"Auth\",\"url\":\"classes/auth.Auth.html\",\"classes\":\"\",\"parent\":\"auth\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/auth.Auth.html#constructor\",\"classes\":\"\",\"parent\":\"auth.Auth\"},{\"kind\":2048,\"name\":\"login\",\"url\":\"classes/auth.Auth.html#login\",\"classes\":\"\",\"parent\":\"auth.Auth\"},{\"kind\":8,\"name\":\"AuthErrorCode\",\"url\":\"enums/auth.AuthErrorCode.html\",\"classes\":\"\",\"parent\":\"auth\"},{\"kind\":16,\"name\":\"EventNotSupported\",\"url\":\"enums/auth.AuthErrorCode.html#EventNotSupported\",\"classes\":\"\",\"parent\":\"auth.AuthErrorCode\"},{\"kind\":16,\"name\":\"CannotCreateNewTab\",\"url\":\"enums/auth.AuthErrorCode.html#CannotCreateNewTab\",\"classes\":\"\",\"parent\":\"auth.AuthErrorCode\"},{\"kind\":16,\"name\":\"NewTabHasBeenClosed\",\"url\":\"enums/auth.AuthErrorCode.html#NewTabHasBeenClosed\",\"classes\":\"\",\"parent\":\"auth.AuthErrorCode\"},{\"kind\":16,\"name\":\"AuthorizationFailed\",\"url\":\"enums/auth.AuthErrorCode.html#AuthorizationFailed\",\"classes\":\"\",\"parent\":\"auth.AuthErrorCode\"},{\"kind\":256,\"name\":\"AuthParams\",\"url\":\"interfaces/auth.AuthParams.html\",\"classes\":\"\",\"parent\":\"auth\"},{\"kind\":1024,\"name\":\"scheme\",\"url\":\"interfaces/auth.AuthParams.html#scheme\",\"classes\":\"\",\"parent\":\"auth.AuthParams\"},{\"kind\":1024,\"name\":\"lang\",\"url\":\"interfaces/auth.AuthParams.html#lang\",\"classes\":\"\",\"parent\":\"auth.AuthParams\"},{\"kind\":256,\"name\":\"AuthError\",\"url\":\"interfaces/auth.AuthError.html\",\"classes\":\"\",\"parent\":\"auth\"},{\"kind\":1024,\"name\":\"code\",\"url\":\"interfaces/auth.AuthError.html#code\",\"classes\":\"\",\"parent\":\"auth.AuthError\"},{\"kind\":1024,\"name\":\"text\",\"url\":\"interfaces/auth.AuthError.html#text\",\"classes\":\"\",\"parent\":\"auth.AuthError\"},{\"kind\":1024,\"name\":\"details\",\"url\":\"interfaces/auth.AuthError.html#details\",\"classes\":\"\",\"parent\":\"auth.AuthError\"},{\"kind\":256,\"name\":\"AuthResponse\",\"url\":\"interfaces/auth.AuthResponse.html\",\"classes\":\"\",\"parent\":\"auth\"},{\"kind\":1024,\"name\":\"token\",\"url\":\"interfaces/auth.AuthResponse.html#token\",\"classes\":\"\",\"parent\":\"auth.AuthResponse\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/auth.AuthResponse.html#type\",\"classes\":\"\",\"parent\":\"auth.AuthResponse\"},{\"kind\":1024,\"name\":\"ttl\",\"url\":\"interfaces/auth.AuthResponse.html#ttl\",\"classes\":\"\",\"parent\":\"auth.AuthResponse\"},{\"kind\":128,\"name\":\"OneTap\",\"url\":\"classes/widgets_oneTap.OneTap.html\",\"classes\":\"\",\"parent\":\"widgets/oneTap\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/widgets_oneTap.OneTap.html#constructor\",\"classes\":\"tsd-is-inherited\",\"parent\":\"widgets/oneTap.OneTap\"},{\"kind\":2048,\"name\":\"render\",\"url\":\"classes/widgets_oneTap.OneTap.html#render\",\"classes\":\"\",\"parent\":\"widgets/oneTap.OneTap\"},{\"kind\":2048,\"name\":\"close\",\"url\":\"classes/widgets_oneTap.OneTap.html#close\",\"classes\":\"tsd-is-inherited\",\"parent\":\"widgets/oneTap.OneTap\"},{\"kind\":2048,\"name\":\"show\",\"url\":\"classes/widgets_oneTap.OneTap.html#show\",\"classes\":\"tsd-is-inherited\",\"parent\":\"widgets/oneTap.OneTap\"},{\"kind\":2048,\"name\":\"hide\",\"url\":\"classes/widgets_oneTap.OneTap.html#hide\",\"classes\":\"tsd-is-inherited\",\"parent\":\"widgets/oneTap.OneTap\"},{\"kind\":2048,\"name\":\"on\",\"url\":\"classes/widgets_oneTap.OneTap.html#on\",\"classes\":\"tsd-is-inherited\",\"parent\":\"widgets/oneTap.OneTap\"},{\"kind\":2048,\"name\":\"off\",\"url\":\"classes/widgets_oneTap.OneTap.html#off\",\"classes\":\"tsd-is-inherited\",\"parent\":\"widgets/oneTap.OneTap\"},{\"kind\":256,\"name\":\"OneTapParams\",\"url\":\"interfaces/widgets_oneTap.OneTapParams.html\",\"classes\":\"\",\"parent\":\"widgets/oneTap\"},{\"kind\":1024,\"name\":\"showAlternativeLogin\",\"url\":\"interfaces/widgets_oneTap.OneTapParams.html#showAlternativeLogin\",\"classes\":\"\",\"parent\":\"widgets/oneTap.OneTapParams\"},{\"kind\":1024,\"name\":\"styles\",\"url\":\"interfaces/widgets_oneTap.OneTapParams.html#styles\",\"classes\":\"\",\"parent\":\"widgets/oneTap.OneTapParams\"},{\"kind\":1024,\"name\":\"skin\",\"url\":\"interfaces/widgets_oneTap.OneTapParams.html#skin\",\"classes\":\"\",\"parent\":\"widgets/oneTap.OneTapParams\"},{\"kind\":1024,\"name\":\"contentId\",\"url\":\"interfaces/widgets_oneTap.OneTapParams.html#contentId\",\"classes\":\"\",\"parent\":\"widgets/oneTap.OneTapParams\"},{\"kind\":1024,\"name\":\"oauthList\",\"url\":\"interfaces/widgets_oneTap.OneTapParams.html#oauthList\",\"classes\":\"\",\"parent\":\"widgets/oneTap.OneTapParams\"},{\"kind\":1024,\"name\":\"container\",\"url\":\"interfaces/widgets_oneTap.OneTapParams.html#container\",\"classes\":\"tsd-is-inherited\",\"parent\":\"widgets/oneTap.OneTapParams\"},{\"kind\":1024,\"name\":\"scheme\",\"url\":\"interfaces/widgets_oneTap.OneTapParams.html#scheme\",\"classes\":\"tsd-is-inherited\",\"parent\":\"widgets/oneTap.OneTapParams\"},{\"kind\":1024,\"name\":\"lang\",\"url\":\"interfaces/widgets_oneTap.OneTapParams.html#lang\",\"classes\":\"tsd-is-inherited\",\"parent\":\"widgets/oneTap.OneTapParams\"},{\"kind\":256,\"name\":\"OneTapStyles\",\"url\":\"interfaces/widgets_oneTap.OneTapStyles.html\",\"classes\":\"\",\"parent\":\"widgets/oneTap\"},{\"kind\":1024,\"name\":\"width\",\"url\":\"interfaces/widgets_oneTap.OneTapStyles.html#width\",\"classes\":\"\",\"parent\":\"widgets/oneTap.OneTapStyles\"},{\"kind\":1024,\"name\":\"height\",\"url\":\"interfaces/widgets_oneTap.OneTapStyles.html#height\",\"classes\":\"\",\"parent\":\"widgets/oneTap.OneTapStyles\"},{\"kind\":1024,\"name\":\"borderRadius\",\"url\":\"interfaces/widgets_oneTap.OneTapStyles.html#borderRadius\",\"classes\":\"\",\"parent\":\"widgets/oneTap.OneTapStyles\"},{\"kind\":8,\"name\":\"OneTapSkin\",\"url\":\"enums/widgets_oneTap.OneTapSkin.html\",\"classes\":\"\",\"parent\":\"widgets/oneTap\"},{\"kind\":16,\"name\":\"Primary\",\"url\":\"enums/widgets_oneTap.OneTapSkin.html#Primary\",\"classes\":\"\",\"parent\":\"widgets/oneTap.OneTapSkin\"},{\"kind\":16,\"name\":\"Secondary\",\"url\":\"enums/widgets_oneTap.OneTapSkin.html#Secondary\",\"classes\":\"\",\"parent\":\"widgets/oneTap.OneTapSkin\"},{\"kind\":8,\"name\":\"OneTapContentId\",\"url\":\"enums/widgets_oneTap.OneTapContentId.html\",\"classes\":\"\",\"parent\":\"widgets/oneTap\"},{\"kind\":16,\"name\":\"SIGN_IN\",\"url\":\"enums/widgets_oneTap.OneTapContentId.html#SIGN_IN\",\"classes\":\"\",\"parent\":\"widgets/oneTap.OneTapContentId\"},{\"kind\":16,\"name\":\"SIGN_UP\",\"url\":\"enums/widgets_oneTap.OneTapContentId.html#SIGN_UP\",\"classes\":\"\",\"parent\":\"widgets/oneTap.OneTapContentId\"},{\"kind\":16,\"name\":\"GET\",\"url\":\"enums/widgets_oneTap.OneTapContentId.html#GET\",\"classes\":\"\",\"parent\":\"widgets/oneTap.OneTapContentId\"},{\"kind\":16,\"name\":\"OPEN\",\"url\":\"enums/widgets_oneTap.OneTapContentId.html#OPEN\",\"classes\":\"\",\"parent\":\"widgets/oneTap.OneTapContentId\"},{\"kind\":16,\"name\":\"CALCULATE\",\"url\":\"enums/widgets_oneTap.OneTapContentId.html#CALCULATE\",\"classes\":\"\",\"parent\":\"widgets/oneTap.OneTapContentId\"},{\"kind\":16,\"name\":\"ORDER\",\"url\":\"enums/widgets_oneTap.OneTapContentId.html#ORDER\",\"classes\":\"\",\"parent\":\"widgets/oneTap.OneTapContentId\"},{\"kind\":16,\"name\":\"PLACE_ORDER\",\"url\":\"enums/widgets_oneTap.OneTapContentId.html#PLACE_ORDER\",\"classes\":\"\",\"parent\":\"widgets/oneTap.OneTapContentId\"},{\"kind\":16,\"name\":\"SUBMIT_REQUEST\",\"url\":\"enums/widgets_oneTap.OneTapContentId.html#SUBMIT_REQUEST\",\"classes\":\"\",\"parent\":\"widgets/oneTap.OneTapContentId\"},{\"kind\":16,\"name\":\"PARTICIPATE\",\"url\":\"enums/widgets_oneTap.OneTapContentId.html#PARTICIPATE\",\"classes\":\"\",\"parent\":\"widgets/oneTap.OneTapContentId\"},{\"kind\":8,\"name\":\"OneTapInternalEvents\",\"url\":\"enums/widgets_oneTap.OneTapInternalEvents.html\",\"classes\":\"\",\"parent\":\"widgets/oneTap\"},{\"kind\":16,\"name\":\"LOGIN_SUCCESS\",\"url\":\"enums/widgets_oneTap.OneTapInternalEvents.html#LOGIN_SUCCESS\",\"classes\":\"\",\"parent\":\"widgets/oneTap.OneTapInternalEvents\"},{\"kind\":16,\"name\":\"SHOW_FULL_AUTH\",\"url\":\"enums/widgets_oneTap.OneTapInternalEvents.html#SHOW_FULL_AUTH\",\"classes\":\"\",\"parent\":\"widgets/oneTap.OneTapInternalEvents\"},{\"kind\":16,\"name\":\"SHOW_AGREEMENTS_DIALOG\",\"url\":\"enums/widgets_oneTap.OneTapInternalEvents.html#SHOW_AGREEMENTS_DIALOG\",\"classes\":\"\",\"parent\":\"widgets/oneTap.OneTapInternalEvents\"},{\"kind\":16,\"name\":\"START_AUTHORIZE\",\"url\":\"enums/widgets_oneTap.OneTapInternalEvents.html#START_AUTHORIZE\",\"classes\":\"\",\"parent\":\"widgets/oneTap.OneTapInternalEvents\"},{\"kind\":16,\"name\":\"NOT_AUTHORIZED\",\"url\":\"enums/widgets_oneTap.OneTapInternalEvents.html#NOT_AUTHORIZED\",\"classes\":\"\",\"parent\":\"widgets/oneTap.OneTapInternalEvents\"},{\"kind\":128,\"name\":\"FloatingOneTap\",\"url\":\"classes/widgets_floatingOneTap.FloatingOneTap.html\",\"classes\":\"\",\"parent\":\"widgets/floatingOneTap\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/widgets_floatingOneTap.FloatingOneTap.html#constructor\",\"classes\":\"tsd-is-inherited\",\"parent\":\"widgets/floatingOneTap.FloatingOneTap\"},{\"kind\":2048,\"name\":\"render\",\"url\":\"classes/widgets_floatingOneTap.FloatingOneTap.html#render\",\"classes\":\"\",\"parent\":\"widgets/floatingOneTap.FloatingOneTap\"},{\"kind\":2048,\"name\":\"close\",\"url\":\"classes/widgets_floatingOneTap.FloatingOneTap.html#close\",\"classes\":\"tsd-is-inherited\",\"parent\":\"widgets/floatingOneTap.FloatingOneTap\"},{\"kind\":2048,\"name\":\"show\",\"url\":\"classes/widgets_floatingOneTap.FloatingOneTap.html#show\",\"classes\":\"tsd-is-inherited\",\"parent\":\"widgets/floatingOneTap.FloatingOneTap\"},{\"kind\":2048,\"name\":\"hide\",\"url\":\"classes/widgets_floatingOneTap.FloatingOneTap.html#hide\",\"classes\":\"tsd-is-inherited\",\"parent\":\"widgets/floatingOneTap.FloatingOneTap\"},{\"kind\":2048,\"name\":\"on\",\"url\":\"classes/widgets_floatingOneTap.FloatingOneTap.html#on\",\"classes\":\"tsd-is-inherited\",\"parent\":\"widgets/floatingOneTap.FloatingOneTap\"},{\"kind\":2048,\"name\":\"off\",\"url\":\"classes/widgets_floatingOneTap.FloatingOneTap.html#off\",\"classes\":\"tsd-is-inherited\",\"parent\":\"widgets/floatingOneTap.FloatingOneTap\"},{\"kind\":256,\"name\":\"FloatingOneTapParams\",\"url\":\"interfaces/widgets_floatingOneTap.FloatingOneTapParams.html\",\"classes\":\"\",\"parent\":\"widgets/floatingOneTap\"},{\"kind\":1024,\"name\":\"indent\",\"url\":\"interfaces/widgets_floatingOneTap.FloatingOneTapParams.html#indent\",\"classes\":\"\",\"parent\":\"widgets/floatingOneTap.FloatingOneTapParams\"},{\"kind\":1024,\"name\":\"contentId\",\"url\":\"interfaces/widgets_floatingOneTap.FloatingOneTapParams.html#contentId\",\"classes\":\"\",\"parent\":\"widgets/floatingOneTap.FloatingOneTapParams\"},{\"kind\":1024,\"name\":\"showAlternativeLogin\",\"url\":\"interfaces/widgets_floatingOneTap.FloatingOneTapParams.html#showAlternativeLogin\",\"classes\":\"\",\"parent\":\"widgets/floatingOneTap.FloatingOneTapParams\"},{\"kind\":1024,\"name\":\"appName\",\"url\":\"interfaces/widgets_floatingOneTap.FloatingOneTapParams.html#appName\",\"classes\":\"\",\"parent\":\"widgets/floatingOneTap.FloatingOneTapParams\"},{\"kind\":1024,\"name\":\"oauthList\",\"url\":\"interfaces/widgets_floatingOneTap.FloatingOneTapParams.html#oauthList\",\"classes\":\"\",\"parent\":\"widgets/floatingOneTap.FloatingOneTapParams\"},{\"kind\":8,\"name\":\"FloatingOneTapContentId\",\"url\":\"enums/widgets_floatingOneTap.FloatingOneTapContentId.html\",\"classes\":\"\",\"parent\":\"widgets/floatingOneTap\"},{\"kind\":16,\"name\":\"SIGN_IN_TO_SERVICE\",\"url\":\"enums/widgets_floatingOneTap.FloatingOneTapContentId.html#SIGN_IN_TO_SERVICE\",\"classes\":\"\",\"parent\":\"widgets/floatingOneTap.FloatingOneTapContentId\"},{\"kind\":16,\"name\":\"SIGN_IN_TO_ACCOUNT\",\"url\":\"enums/widgets_floatingOneTap.FloatingOneTapContentId.html#SIGN_IN_TO_ACCOUNT\",\"classes\":\"\",\"parent\":\"widgets/floatingOneTap.FloatingOneTapContentId\"},{\"kind\":16,\"name\":\"REGISTRATION_FOR_EVENT\",\"url\":\"enums/widgets_floatingOneTap.FloatingOneTapContentId.html#REGISTRATION_FOR_EVENT\",\"classes\":\"\",\"parent\":\"widgets/floatingOneTap.FloatingOneTapContentId\"},{\"kind\":16,\"name\":\"SUBMIT_APPLICATIONS\",\"url\":\"enums/widgets_floatingOneTap.FloatingOneTapContentId.html#SUBMIT_APPLICATIONS\",\"classes\":\"\",\"parent\":\"widgets/floatingOneTap.FloatingOneTapContentId\"},{\"kind\":16,\"name\":\"MAKE_ORDER_WITH_SERVICE\",\"url\":\"enums/widgets_floatingOneTap.FloatingOneTapContentId.html#MAKE_ORDER_WITH_SERVICE\",\"classes\":\"\",\"parent\":\"widgets/floatingOneTap.FloatingOneTapContentId\"},{\"kind\":16,\"name\":\"MAKE_ORDER_WITHOUT_SERVICE\",\"url\":\"enums/widgets_floatingOneTap.FloatingOneTapContentId.html#MAKE_ORDER_WITHOUT_SERVICE\",\"classes\":\"\",\"parent\":\"widgets/floatingOneTap.FloatingOneTapContentId\"},{\"kind\":16,\"name\":\"FAST_REGISTRATION\",\"url\":\"enums/widgets_floatingOneTap.FloatingOneTapContentId.html#FAST_REGISTRATION\",\"classes\":\"\",\"parent\":\"widgets/floatingOneTap.FloatingOneTapContentId\"},{\"kind\":256,\"name\":\"FloatingOneTapIndent\",\"url\":\"interfaces/widgets_floatingOneTap.FloatingOneTapIndent.html\",\"classes\":\"\",\"parent\":\"widgets/floatingOneTap\"},{\"kind\":1024,\"name\":\"top\",\"url\":\"interfaces/widgets_floatingOneTap.FloatingOneTapIndent.html#top\",\"classes\":\"\",\"parent\":\"widgets/floatingOneTap.FloatingOneTapIndent\"},{\"kind\":1024,\"name\":\"right\",\"url\":\"interfaces/widgets_floatingOneTap.FloatingOneTapIndent.html#right\",\"classes\":\"\",\"parent\":\"widgets/floatingOneTap.FloatingOneTapIndent\"},{\"kind\":1024,\"name\":\"bottom\",\"url\":\"interfaces/widgets_floatingOneTap.FloatingOneTapIndent.html#bottom\",\"classes\":\"\",\"parent\":\"widgets/floatingOneTap.FloatingOneTapIndent\"},{\"kind\":8,\"name\":\"FloatingOneTapInternalEvents\",\"url\":\"enums/widgets_floatingOneTap.FloatingOneTapInternalEvents.html\",\"classes\":\"\",\"parent\":\"widgets/floatingOneTap\"},{\"kind\":16,\"name\":\"LOGIN_SUCCESS\",\"url\":\"enums/widgets_floatingOneTap.FloatingOneTapInternalEvents.html#LOGIN_SUCCESS\",\"classes\":\"\",\"parent\":\"widgets/floatingOneTap.FloatingOneTapInternalEvents\"},{\"kind\":16,\"name\":\"SHOW_FULL_AUTH\",\"url\":\"enums/widgets_floatingOneTap.FloatingOneTapInternalEvents.html#SHOW_FULL_AUTH\",\"classes\":\"\",\"parent\":\"widgets/floatingOneTap.FloatingOneTapInternalEvents\"},{\"kind\":16,\"name\":\"SHOW_AGREEMENTS_DIALOG\",\"url\":\"enums/widgets_floatingOneTap.FloatingOneTapInternalEvents.html#SHOW_AGREEMENTS_DIALOG\",\"classes\":\"\",\"parent\":\"widgets/floatingOneTap.FloatingOneTapInternalEvents\"},{\"kind\":16,\"name\":\"START_AUTHORIZE\",\"url\":\"enums/widgets_floatingOneTap.FloatingOneTapInternalEvents.html#START_AUTHORIZE\",\"classes\":\"\",\"parent\":\"widgets/floatingOneTap.FloatingOneTapInternalEvents\"},{\"kind\":16,\"name\":\"NOT_AUTHORIZED\",\"url\":\"enums/widgets_floatingOneTap.FloatingOneTapInternalEvents.html#NOT_AUTHORIZED\",\"classes\":\"\",\"parent\":\"widgets/floatingOneTap.FloatingOneTapInternalEvents\"},{\"kind\":128,\"name\":\"OAuthList\",\"url\":\"classes/widgets_oauthList.OAuthList.html\",\"classes\":\"\",\"parent\":\"widgets/oauthList\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/widgets_oauthList.OAuthList.html#constructor\",\"classes\":\"tsd-is-inherited\",\"parent\":\"widgets/oauthList.OAuthList\"},{\"kind\":2048,\"name\":\"render\",\"url\":\"classes/widgets_oauthList.OAuthList.html#render\",\"classes\":\"\",\"parent\":\"widgets/oauthList.OAuthList\"},{\"kind\":2048,\"name\":\"close\",\"url\":\"classes/widgets_oauthList.OAuthList.html#close\",\"classes\":\"tsd-is-inherited\",\"parent\":\"widgets/oauthList.OAuthList\"},{\"kind\":2048,\"name\":\"show\",\"url\":\"classes/widgets_oauthList.OAuthList.html#show\",\"classes\":\"tsd-is-inherited\",\"parent\":\"widgets/oauthList.OAuthList\"},{\"kind\":2048,\"name\":\"hide\",\"url\":\"classes/widgets_oauthList.OAuthList.html#hide\",\"classes\":\"tsd-is-inherited\",\"parent\":\"widgets/oauthList.OAuthList\"},{\"kind\":2048,\"name\":\"on\",\"url\":\"classes/widgets_oauthList.OAuthList.html#on\",\"classes\":\"tsd-is-inherited\",\"parent\":\"widgets/oauthList.OAuthList\"},{\"kind\":2048,\"name\":\"off\",\"url\":\"classes/widgets_oauthList.OAuthList.html#off\",\"classes\":\"tsd-is-inherited\",\"parent\":\"widgets/oauthList.OAuthList\"},{\"kind\":256,\"name\":\"OAuthListParams\",\"url\":\"interfaces/widgets_oauthList.OAuthListParams.html\",\"classes\":\"\",\"parent\":\"widgets/oauthList\"},{\"kind\":1024,\"name\":\"styles\",\"url\":\"interfaces/widgets_oauthList.OAuthListParams.html#styles\",\"classes\":\"\",\"parent\":\"widgets/oauthList.OAuthListParams\"},{\"kind\":1024,\"name\":\"oauthList\",\"url\":\"interfaces/widgets_oauthList.OAuthListParams.html#oauthList\",\"classes\":\"\",\"parent\":\"widgets/oauthList.OAuthListParams\"},{\"kind\":1024,\"name\":\"container\",\"url\":\"interfaces/widgets_oauthList.OAuthListParams.html#container\",\"classes\":\"tsd-is-inherited\",\"parent\":\"widgets/oauthList.OAuthListParams\"},{\"kind\":1024,\"name\":\"scheme\",\"url\":\"interfaces/widgets_oauthList.OAuthListParams.html#scheme\",\"classes\":\"tsd-is-inherited\",\"parent\":\"widgets/oauthList.OAuthListParams\"},{\"kind\":1024,\"name\":\"lang\",\"url\":\"interfaces/widgets_oauthList.OAuthListParams.html#lang\",\"classes\":\"tsd-is-inherited\",\"parent\":\"widgets/oauthList.OAuthListParams\"},{\"kind\":8,\"name\":\"OAuthName\",\"url\":\"enums/widgets_oauthList.OAuthName.html\",\"classes\":\"\",\"parent\":\"widgets/oauthList\"},{\"kind\":16,\"name\":\"OK\",\"url\":\"enums/widgets_oauthList.OAuthName.html#OK\",\"classes\":\"\",\"parent\":\"widgets/oauthList.OAuthName\"},{\"kind\":16,\"name\":\"MAIL\",\"url\":\"enums/widgets_oauthList.OAuthName.html#MAIL\",\"classes\":\"\",\"parent\":\"widgets/oauthList.OAuthName\"},{\"kind\":16,\"name\":\"VK\",\"url\":\"enums/widgets_oauthList.OAuthName.html#VK\",\"classes\":\"\",\"parent\":\"widgets/oauthList.OAuthName\"},{\"kind\":256,\"name\":\"OAuthListStyles\",\"url\":\"interfaces/widgets_oauthList.OAuthListStyles.html\",\"classes\":\"\",\"parent\":\"widgets/oauthList\"},{\"kind\":1024,\"name\":\"height\",\"url\":\"interfaces/widgets_oauthList.OAuthListStyles.html#height\",\"classes\":\"\",\"parent\":\"widgets/oauthList.OAuthListStyles\"},{\"kind\":1024,\"name\":\"borderRadius\",\"url\":\"interfaces/widgets_oauthList.OAuthListStyles.html#borderRadius\",\"classes\":\"\",\"parent\":\"widgets/oauthList.OAuthListStyles\"},{\"kind\":8,\"name\":\"OAuthListInternalEvents\",\"url\":\"enums/widgets_oauthList.OAuthListInternalEvents.html\",\"classes\":\"\",\"parent\":\"widgets/oauthList\"},{\"kind\":16,\"name\":\"LOGIN_SUCCESS\",\"url\":\"enums/widgets_oauthList.OAuthListInternalEvents.html#LOGIN_SUCCESS\",\"classes\":\"\",\"parent\":\"widgets/oauthList.OAuthListInternalEvents\"}],\"index\":{\"version\":\"2.3.9\",\"fields\":[\"name\",\"comment\"],\"fieldVectors\":[[\"name/0\",[0,46.052]],[\"comment/0\",[]],[\"name/1\",[1,40.943]],[\"comment/1\",[]],[\"name/2\",[2,46.052]],[\"comment/2\",[]],[\"name/3\",[3,46.052]],[\"comment/3\",[]],[\"name/4\",[4,46.052]],[\"comment/4\",[]],[\"name/5\",[5,46.052]],[\"comment/5\",[]],[\"name/6\",[6,46.052]],[\"comment/6\",[]],[\"name/7\",[7,46.052]],[\"comment/7\",[]],[\"name/8\",[8,46.052]],[\"comment/8\",[]],[\"name/9\",[9,46.052]],[\"comment/9\",[]],[\"name/10\",[10,46.052]],[\"comment/10\",[]],[\"name/11\",[11,46.052]],[\"comment/11\",[]],[\"name/12\",[12,46.052]],[\"comment/12\",[]],[\"name/13\",[13,46.052]],[\"comment/13\",[]],[\"name/14\",[14,46.052]],[\"comment/14\",[]],[\"name/15\",[15,46.052]],[\"comment/15\",[]],[\"name/16\",[16,46.052]],[\"comment/16\",[]],[\"name/17\",[17,46.052]],[\"comment/17\",[]],[\"name/18\",[18,35.066]],[\"comment/18\",[]],[\"name/19\",[19,46.052]],[\"comment/19\",[]],[\"name/20\",[20,46.052]],[\"comment/20\",[]],[\"name/21\",[21,46.052]],[\"comment/21\",[]],[\"name/22\",[22,33.059]],[\"comment/22\",[]],[\"name/23\",[23,46.052]],[\"comment/23\",[]],[\"name/24\",[24,40.943]],[\"comment/24\",[]],[\"name/25\",[25,46.052]],[\"comment/25\",[]],[\"name/26\",[26,40.943]],[\"comment/26\",[]],[\"name/27\",[27,46.052]],[\"comment/27\",[]],[\"name/28\",[28,46.052]],[\"comment/28\",[]],[\"name/29\",[26,40.943]],[\"comment/29\",[]],[\"name/30\",[29,46.052]],[\"comment/30\",[]],[\"name/31\",[30,46.052]],[\"comment/31\",[]],[\"name/32\",[31,46.052]],[\"comment/32\",[]],[\"name/33\",[32,46.052]],[\"comment/33\",[]],[\"name/34\",[33,46.052]],[\"comment/34\",[]],[\"name/35\",[1,40.943]],[\"comment/35\",[]],[\"name/36\",[22,33.059]],[\"comment/36\",[]],[\"name/37\",[34,46.052]],[\"comment/37\",[]],[\"name/38\",[35,46.052]],[\"comment/38\",[]],[\"name/39\",[36,46.052]],[\"comment/39\",[]],[\"name/40\",[37,46.052]],[\"comment/40\",[]],[\"name/41\",[38,46.052]],[\"comment/41\",[]],[\"name/42\",[39,46.052]],[\"comment/42\",[]],[\"name/43\",[40,46.052]],[\"comment/43\",[]],[\"name/44\",[18,35.066]],[\"comment/44\",[]],[\"name/45\",[41,37.579]],[\"comment/45\",[]],[\"name/46\",[42,46.052]],[\"comment/46\",[]],[\"name/47\",[43,46.052]],[\"comment/47\",[]],[\"name/48\",[44,46.052]],[\"comment/48\",[]],[\"name/49\",[45,46.052]],[\"comment/49\",[]],[\"name/50\",[46,46.052]],[\"comment/50\",[]],[\"name/51\",[47,46.052]],[\"comment/51\",[]],[\"name/52\",[48,46.052]],[\"comment/52\",[]],[\"name/53\",[49,46.052]],[\"comment/53\",[]],[\"name/54\",[50,46.052]],[\"comment/54\",[]],[\"name/55\",[22,33.059]],[\"comment/55\",[]],[\"name/56\",[51,37.579]],[\"comment/56\",[]],[\"name/57\",[52,37.579]],[\"comment/57\",[]],[\"name/58\",[53,37.579]],[\"comment/58\",[]],[\"name/59\",[54,37.579]],[\"comment/59\",[]],[\"name/60\",[55,37.579]],[\"comment/60\",[]],[\"name/61\",[56,37.579]],[\"comment/61\",[]],[\"name/62\",[57,46.052]],[\"comment/62\",[]],[\"name/63\",[58,40.943]],[\"comment/63\",[]],[\"name/64\",[59,40.943]],[\"comment/64\",[]],[\"name/65\",[60,46.052]],[\"comment/65\",[]],[\"name/66\",[61,40.943]],[\"comment/66\",[]],[\"name/67\",[62,35.066]],[\"comment/67\",[]],[\"name/68\",[63,40.943]],[\"comment/68\",[]],[\"name/69\",[18,35.066]],[\"comment/69\",[]],[\"name/70\",[41,37.579]],[\"comment/70\",[]],[\"name/71\",[64,46.052]],[\"comment/71\",[]],[\"name/72\",[65,46.052]],[\"comment/72\",[]],[\"name/73\",[66,40.943]],[\"comment/73\",[]],[\"name/74\",[67,40.943]],[\"comment/74\",[]],[\"name/75\",[68,46.052]],[\"comment/75\",[]],[\"name/76\",[69,46.052]],[\"comment/76\",[]],[\"name/77\",[70,46.052]],[\"comment/77\",[]],[\"name/78\",[71,46.052]],[\"comment/78\",[]],[\"name/79\",[72,46.052]],[\"comment/79\",[]],[\"name/80\",[73,46.052]],[\"comment/80\",[]],[\"name/81\",[24,40.943]],[\"comment/81\",[]],[\"name/82\",[74,46.052]],[\"comment/82\",[]],[\"name/83\",[75,46.052]],[\"comment/83\",[]],[\"name/84\",[76,46.052]],[\"comment/84\",[]],[\"name/85\",[77,46.052]],[\"comment/85\",[]],[\"name/86\",[78,46.052]],[\"comment/86\",[]],[\"name/87\",[79,46.052]],[\"comment/87\",[]],[\"name/88\",[80,46.052]],[\"comment/88\",[]],[\"name/89\",[81,37.579]],[\"comment/89\",[]],[\"name/90\",[82,40.943]],[\"comment/90\",[]],[\"name/91\",[83,40.943]],[\"comment/91\",[]],[\"name/92\",[84,40.943]],[\"comment/92\",[]],[\"name/93\",[85,40.943]],[\"comment/93\",[]],[\"name/94\",[86,46.052]],[\"comment/94\",[]],[\"name/95\",[22,33.059]],[\"comment/95\",[]],[\"name/96\",[51,37.579]],[\"comment/96\",[]],[\"name/97\",[52,37.579]],[\"comment/97\",[]],[\"name/98\",[53,37.579]],[\"comment/98\",[]],[\"name/99\",[54,37.579]],[\"comment/99\",[]],[\"name/100\",[55,37.579]],[\"comment/100\",[]],[\"name/101\",[56,37.579]],[\"comment/101\",[]],[\"name/102\",[87,46.052]],[\"comment/102\",[]],[\"name/103\",[88,46.052]],[\"comment/103\",[]],[\"name/104\",[61,40.943]],[\"comment/104\",[]],[\"name/105\",[58,40.943]],[\"comment/105\",[]],[\"name/106\",[89,46.052]],[\"comment/106\",[]],[\"name/107\",[62,35.066]],[\"comment/107\",[]],[\"name/108\",[90,46.052]],[\"comment/108\",[]],[\"name/109\",[91,46.052]],[\"comment/109\",[]],[\"name/110\",[92,46.052]],[\"comment/110\",[]],[\"name/111\",[93,46.052]],[\"comment/111\",[]],[\"name/112\",[94,46.052]],[\"comment/112\",[]],[\"name/113\",[95,46.052]],[\"comment/113\",[]],[\"name/114\",[96,46.052]],[\"comment/114\",[]],[\"name/115\",[97,46.052]],[\"comment/115\",[]],[\"name/116\",[98,46.052]],[\"comment/116\",[]],[\"name/117\",[99,46.052]],[\"comment/117\",[]],[\"name/118\",[100,46.052]],[\"comment/118\",[]],[\"name/119\",[101,46.052]],[\"comment/119\",[]],[\"name/120\",[102,46.052]],[\"comment/120\",[]],[\"name/121\",[81,37.579]],[\"comment/121\",[]],[\"name/122\",[82,40.943]],[\"comment/122\",[]],[\"name/123\",[83,40.943]],[\"comment/123\",[]],[\"name/124\",[84,40.943]],[\"comment/124\",[]],[\"name/125\",[85,40.943]],[\"comment/125\",[]],[\"name/126\",[62,35.066]],[\"comment/126\",[]],[\"name/127\",[22,33.059]],[\"comment/127\",[]],[\"name/128\",[51,37.579]],[\"comment/128\",[]],[\"name/129\",[52,37.579]],[\"comment/129\",[]],[\"name/130\",[53,37.579]],[\"comment/130\",[]],[\"name/131\",[54,37.579]],[\"comment/131\",[]],[\"name/132\",[55,37.579]],[\"comment/132\",[]],[\"name/133\",[56,37.579]],[\"comment/133\",[]],[\"name/134\",[103,46.052]],[\"comment/134\",[]],[\"name/135\",[59,40.943]],[\"comment/135\",[]],[\"name/136\",[62,35.066]],[\"comment/136\",[]],[\"name/137\",[63,40.943]],[\"comment/137\",[]],[\"name/138\",[18,35.066]],[\"comment/138\",[]],[\"name/139\",[41,37.579]],[\"comment/139\",[]],[\"name/140\",[104,46.052]],[\"comment/140\",[]],[\"name/141\",[105,46.052]],[\"comment/141\",[]],[\"name/142\",[106,46.052]],[\"comment/142\",[]],[\"name/143\",[107,46.052]],[\"comment/143\",[]],[\"name/144\",[108,46.052]],[\"comment/144\",[]],[\"name/145\",[66,40.943]],[\"comment/145\",[]],[\"name/146\",[67,40.943]],[\"comment/146\",[]],[\"name/147\",[109,46.052]],[\"comment/147\",[]],[\"name/148\",[81,37.579]],[\"comment/148\",[]]],\"invertedIndex\":[[\"app\",{\"_index\":31,\"name\":{\"32\":{}},\"comment\":{}}],[\"appname\",{\"_index\":89,\"name\":{\"106\":{}},\"comment\":{}}],[\"auth\",{\"_index\":1,\"name\":{\"1\":{},\"35\":{}},\"comment\":{}}],[\"autherror\",{\"_index\":42,\"name\":{\"46\":{}},\"comment\":{}}],[\"autherrorcode\",{\"_index\":35,\"name\":{\"38\":{}},\"comment\":{}}],[\"authorizationfailed\",{\"_index\":39,\"name\":{\"42\":{}},\"comment\":{}}],[\"authparams\",{\"_index\":40,\"name\":{\"43\":{}},\"comment\":{}}],[\"authresponse\",{\"_index\":46,\"name\":{\"50\":{}},\"comment\":{}}],[\"bel\",{\"_index\":17,\"name\":{\"17\":{}},\"comment\":{}}],[\"borderradius\",{\"_index\":67,\"name\":{\"74\":{},\"146\":{}},\"comment\":{}}],[\"bottom\",{\"_index\":101,\"name\":{\"119\":{}},\"comment\":{}}],[\"calculate\",{\"_index\":75,\"name\":{\"83\":{}},\"comment\":{}}],[\"callback\",{\"_index\":29,\"name\":{\"30\":{}},\"comment\":{}}],[\"cannotcreatenewtab\",{\"_index\":37,\"name\":{\"40\":{}},\"comment\":{}}],[\"close\",{\"_index\":52,\"name\":{\"57\":{},\"97\":{},\"129\":{}},\"comment\":{}}],[\"code\",{\"_index\":43,\"name\":{\"47\":{}},\"comment\":{}}],[\"config\",{\"_index\":21,\"name\":{\"21\":{}},\"comment\":{}}],[\"configauthmode\",{\"_index\":25,\"name\":{\"25\":{}},\"comment\":{}}],[\"configdata\",{\"_index\":30,\"name\":{\"31\":{}},\"comment\":{}}],[\"configresponsemode\",{\"_index\":28,\"name\":{\"28\":{}},\"comment\":{}}],[\"constructor\",{\"_index\":22,\"name\":{\"22\":{},\"36\":{},\"55\":{},\"95\":{},\"127\":{}},\"comment\":{}}],[\"container\",{\"_index\":63,\"name\":{\"68\":{},\"137\":{}},\"comment\":{}}],[\"contentid\",{\"_index\":61,\"name\":{\"66\":{},\"104\":{}},\"comment\":{}}],[\"core/config\",{\"_index\":0,\"name\":{\"0\":{}},\"comment\":{}}],[\"dark\",{\"_index\":20,\"name\":{\"20\":{}},\"comment\":{}}],[\"details\",{\"_index\":45,\"name\":{\"49\":{}},\"comment\":{}}],[\"eng\",{\"_index\":9,\"name\":{\"9\":{}},\"comment\":{}}],[\"eventnotsupported\",{\"_index\":36,\"name\":{\"39\":{}},\"comment\":{}}],[\"fast_registration\",{\"_index\":97,\"name\":{\"115\":{}},\"comment\":{}}],[\"floatingonetap\",{\"_index\":86,\"name\":{\"94\":{}},\"comment\":{}}],[\"floatingonetapcontentid\",{\"_index\":90,\"name\":{\"108\":{}},\"comment\":{}}],[\"floatingonetapindent\",{\"_index\":98,\"name\":{\"116\":{}},\"comment\":{}}],[\"floatingonetapinternalevents\",{\"_index\":102,\"name\":{\"120\":{}},\"comment\":{}}],[\"floatingonetapparams\",{\"_index\":87,\"name\":{\"102\":{}},\"comment\":{}}],[\"fra\",{\"_index\":13,\"name\":{\"13\":{}},\"comment\":{}}],[\"german\",{\"_index\":11,\"name\":{\"11\":{}},\"comment\":{}}],[\"get\",{\"_index\":24,\"name\":{\"24\":{},\"81\":{}},\"comment\":{}}],[\"height\",{\"_index\":66,\"name\":{\"73\":{},\"145\":{}},\"comment\":{}}],[\"hide\",{\"_index\":54,\"name\":{\"59\":{},\"99\":{},\"131\":{}},\"comment\":{}}],[\"indent\",{\"_index\":88,\"name\":{\"103\":{}},\"comment\":{}}],[\"innewtab\",{\"_index\":27,\"name\":{\"27\":{}},\"comment\":{}}],[\"kaz\",{\"_index\":16,\"name\":{\"16\":{}},\"comment\":{}}],[\"lang\",{\"_index\":41,\"name\":{\"45\":{},\"70\":{},\"139\":{}},\"comment\":{}}],[\"languages\",{\"_index\":6,\"name\":{\"6\":{}},\"comment\":{}}],[\"light\",{\"_index\":19,\"name\":{\"19\":{}},\"comment\":{}}],[\"login\",{\"_index\":34,\"name\":{\"37\":{}},\"comment\":{}}],[\"login_success\",{\"_index\":81,\"name\":{\"89\":{},\"121\":{},\"148\":{}},\"comment\":{}}],[\"mail\",{\"_index\":106,\"name\":{\"142\":{}},\"comment\":{}}],[\"make_order_with_service\",{\"_index\":95,\"name\":{\"113\":{}},\"comment\":{}}],[\"make_order_without_service\",{\"_index\":96,\"name\":{\"114\":{}},\"comment\":{}}],[\"newtabhasbeenclosed\",{\"_index\":38,\"name\":{\"41\":{}},\"comment\":{}}],[\"not_authorized\",{\"_index\":85,\"name\":{\"93\":{},\"125\":{}},\"comment\":{}}],[\"oauthlist\",{\"_index\":62,\"name\":{\"67\":{},\"107\":{},\"126\":{},\"136\":{}},\"comment\":{}}],[\"oauthlistinternalevents\",{\"_index\":109,\"name\":{\"147\":{}},\"comment\":{}}],[\"oauthlistparams\",{\"_index\":103,\"name\":{\"134\":{}},\"comment\":{}}],[\"oauthliststyles\",{\"_index\":108,\"name\":{\"144\":{}},\"comment\":{}}],[\"oauthname\",{\"_index\":104,\"name\":{\"140\":{}},\"comment\":{}}],[\"off\",{\"_index\":56,\"name\":{\"61\":{},\"101\":{},\"133\":{}},\"comment\":{}}],[\"ok\",{\"_index\":105,\"name\":{\"141\":{}},\"comment\":{}}],[\"on\",{\"_index\":55,\"name\":{\"60\":{},\"100\":{},\"132\":{}},\"comment\":{}}],[\"onetap\",{\"_index\":50,\"name\":{\"54\":{}},\"comment\":{}}],[\"onetapcontentid\",{\"_index\":71,\"name\":{\"78\":{}},\"comment\":{}}],[\"onetapinternalevents\",{\"_index\":80,\"name\":{\"88\":{}},\"comment\":{}}],[\"onetapparams\",{\"_index\":57,\"name\":{\"62\":{}},\"comment\":{}}],[\"onetapskin\",{\"_index\":68,\"name\":{\"75\":{}},\"comment\":{}}],[\"onetapstyles\",{\"_index\":64,\"name\":{\"71\":{}},\"comment\":{}}],[\"open\",{\"_index\":74,\"name\":{\"82\":{}},\"comment\":{}}],[\"order\",{\"_index\":76,\"name\":{\"84\":{}},\"comment\":{}}],[\"participate\",{\"_index\":79,\"name\":{\"87\":{}},\"comment\":{}}],[\"place_order\",{\"_index\":77,\"name\":{\"85\":{}},\"comment\":{}}],[\"pol\",{\"_index\":12,\"name\":{\"12\":{}},\"comment\":{}}],[\"primary\",{\"_index\":69,\"name\":{\"76\":{}},\"comment\":{}}],[\"redirect\",{\"_index\":26,\"name\":{\"26\":{},\"29\":{}},\"comment\":{}}],[\"redirecturl\",{\"_index\":32,\"name\":{\"33\":{}},\"comment\":{}}],[\"registration_for_event\",{\"_index\":93,\"name\":{\"111\":{}},\"comment\":{}}],[\"render\",{\"_index\":51,\"name\":{\"56\":{},\"96\":{},\"128\":{}},\"comment\":{}}],[\"right\",{\"_index\":100,\"name\":{\"118\":{}},\"comment\":{}}],[\"rus\",{\"_index\":7,\"name\":{\"7\":{}},\"comment\":{}}],[\"scheme\",{\"_index\":18,\"name\":{\"18\":{},\"44\":{},\"69\":{},\"138\":{}},\"comment\":{}}],[\"secondary\",{\"_index\":70,\"name\":{\"77\":{}},\"comment\":{}}],[\"set\",{\"_index\":23,\"name\":{\"23\":{}},\"comment\":{}}],[\"show\",{\"_index\":53,\"name\":{\"58\":{},\"98\":{},\"130\":{}},\"comment\":{}}],[\"show_agreements_dialog\",{\"_index\":83,\"name\":{\"91\":{},\"123\":{}},\"comment\":{}}],[\"show_full_auth\",{\"_index\":82,\"name\":{\"90\":{},\"122\":{}},\"comment\":{}}],[\"showalternativelogin\",{\"_index\":58,\"name\":{\"63\":{},\"105\":{}},\"comment\":{}}],[\"sign_in\",{\"_index\":72,\"name\":{\"79\":{}},\"comment\":{}}],[\"sign_in_to_account\",{\"_index\":92,\"name\":{\"110\":{}},\"comment\":{}}],[\"sign_in_to_service\",{\"_index\":91,\"name\":{\"109\":{}},\"comment\":{}}],[\"sign_up\",{\"_index\":73,\"name\":{\"80\":{}},\"comment\":{}}],[\"skin\",{\"_index\":60,\"name\":{\"65\":{}},\"comment\":{}}],[\"spa\",{\"_index\":10,\"name\":{\"10\":{}},\"comment\":{}}],[\"start_authorize\",{\"_index\":84,\"name\":{\"92\":{},\"124\":{}},\"comment\":{}}],[\"state\",{\"_index\":33,\"name\":{\"34\":{}},\"comment\":{}}],[\"styles\",{\"_index\":59,\"name\":{\"64\":{},\"135\":{}},\"comment\":{}}],[\"submit_applications\",{\"_index\":94,\"name\":{\"112\":{}},\"comment\":{}}],[\"submit_request\",{\"_index\":78,\"name\":{\"86\":{}},\"comment\":{}}],[\"text\",{\"_index\":44,\"name\":{\"48\":{}},\"comment\":{}}],[\"token\",{\"_index\":47,\"name\":{\"51\":{}},\"comment\":{}}],[\"top\",{\"_index\":99,\"name\":{\"117\":{}},\"comment\":{}}],[\"ttl\",{\"_index\":49,\"name\":{\"53\":{}},\"comment\":{}}],[\"turkey\",{\"_index\":15,\"name\":{\"15\":{}},\"comment\":{}}],[\"type\",{\"_index\":48,\"name\":{\"52\":{}},\"comment\":{}}],[\"types\",{\"_index\":5,\"name\":{\"5\":{}},\"comment\":{}}],[\"ukr\",{\"_index\":8,\"name\":{\"8\":{}},\"comment\":{}}],[\"uzb\",{\"_index\":14,\"name\":{\"14\":{}},\"comment\":{}}],[\"vk\",{\"_index\":107,\"name\":{\"143\":{}},\"comment\":{}}],[\"widgets/floatingonetap\",{\"_index\":3,\"name\":{\"3\":{}},\"comment\":{}}],[\"widgets/oauthlist\",{\"_index\":4,\"name\":{\"4\":{}},\"comment\":{}}],[\"widgets/onetap\",{\"_index\":2,\"name\":{\"2\":{}},\"comment\":{}}],[\"width\",{\"_index\":65,\"name\":{\"72\":{}},\"comment\":{}}]],\"pipeline\":[]}}"); | ||
window.searchData = JSON.parse("{\"rows\":[{\"kind\":2,\"name\":\"core/config\",\"url\":\"modules/core_config.html\",\"classes\":\"\"},{\"kind\":2,\"name\":\"auth\",\"url\":\"modules/auth.html\",\"classes\":\"\"},{\"kind\":2,\"name\":\"widgets/oneTap\",\"url\":\"modules/widgets_oneTap.html\",\"classes\":\"\"},{\"kind\":2,\"name\":\"widgets/floatingOneTap\",\"url\":\"modules/widgets_floatingOneTap.html\",\"classes\":\"\"},{\"kind\":2,\"name\":\"widgets/oauthList\",\"url\":\"modules/widgets_oauthList.html\",\"classes\":\"\"},{\"kind\":2,\"name\":\"types\",\"url\":\"modules/types.html\",\"classes\":\"\"},{\"kind\":8,\"name\":\"Languages\",\"url\":\"enums/types.Languages.html\",\"classes\":\"\",\"parent\":\"types\"},{\"kind\":16,\"name\":\"RUS\",\"url\":\"enums/types.Languages.html#RUS\",\"classes\":\"\",\"parent\":\"types.Languages\"},{\"kind\":16,\"name\":\"UKR\",\"url\":\"enums/types.Languages.html#UKR\",\"classes\":\"\",\"parent\":\"types.Languages\"},{\"kind\":16,\"name\":\"ENG\",\"url\":\"enums/types.Languages.html#ENG\",\"classes\":\"\",\"parent\":\"types.Languages\"},{\"kind\":16,\"name\":\"SPA\",\"url\":\"enums/types.Languages.html#SPA\",\"classes\":\"\",\"parent\":\"types.Languages\"},{\"kind\":16,\"name\":\"GERMAN\",\"url\":\"enums/types.Languages.html#GERMAN\",\"classes\":\"\",\"parent\":\"types.Languages\"},{\"kind\":16,\"name\":\"POL\",\"url\":\"enums/types.Languages.html#POL\",\"classes\":\"\",\"parent\":\"types.Languages\"},{\"kind\":16,\"name\":\"FRA\",\"url\":\"enums/types.Languages.html#FRA\",\"classes\":\"\",\"parent\":\"types.Languages\"},{\"kind\":16,\"name\":\"UZB\",\"url\":\"enums/types.Languages.html#UZB\",\"classes\":\"\",\"parent\":\"types.Languages\"},{\"kind\":16,\"name\":\"TURKEY\",\"url\":\"enums/types.Languages.html#TURKEY\",\"classes\":\"\",\"parent\":\"types.Languages\"},{\"kind\":16,\"name\":\"KAZ\",\"url\":\"enums/types.Languages.html#KAZ\",\"classes\":\"\",\"parent\":\"types.Languages\"},{\"kind\":16,\"name\":\"BEL\",\"url\":\"enums/types.Languages.html#BEL\",\"classes\":\"\",\"parent\":\"types.Languages\"},{\"kind\":8,\"name\":\"Scheme\",\"url\":\"enums/types.Scheme.html\",\"classes\":\"\",\"parent\":\"types\"},{\"kind\":16,\"name\":\"LIGHT\",\"url\":\"enums/types.Scheme.html#LIGHT\",\"classes\":\"\",\"parent\":\"types.Scheme\"},{\"kind\":16,\"name\":\"DARK\",\"url\":\"enums/types.Scheme.html#DARK\",\"classes\":\"\",\"parent\":\"types.Scheme\"},{\"kind\":128,\"name\":\"Config\",\"url\":\"classes/core_config.Config.html\",\"classes\":\"\",\"parent\":\"core/config\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/core_config.Config.html#constructor\",\"classes\":\"\",\"parent\":\"core/config.Config\"},{\"kind\":2048,\"name\":\"set\",\"url\":\"classes/core_config.Config.html#set\",\"classes\":\"\",\"parent\":\"core/config.Config\"},{\"kind\":2048,\"name\":\"get\",\"url\":\"classes/core_config.Config.html#get\",\"classes\":\"\",\"parent\":\"core/config.Config\"},{\"kind\":8,\"name\":\"ConfigAuthMode\",\"url\":\"enums/core_config.ConfigAuthMode.html\",\"classes\":\"\",\"parent\":\"core/config\"},{\"kind\":16,\"name\":\"Redirect\",\"url\":\"enums/core_config.ConfigAuthMode.html#Redirect\",\"classes\":\"\",\"parent\":\"core/config.ConfigAuthMode\"},{\"kind\":16,\"name\":\"InNewTab\",\"url\":\"enums/core_config.ConfigAuthMode.html#InNewTab\",\"classes\":\"\",\"parent\":\"core/config.ConfigAuthMode\"},{\"kind\":8,\"name\":\"ConfigResponseMode\",\"url\":\"enums/core_config.ConfigResponseMode.html\",\"classes\":\"\",\"parent\":\"core/config\"},{\"kind\":16,\"name\":\"Redirect\",\"url\":\"enums/core_config.ConfigResponseMode.html#Redirect\",\"classes\":\"\",\"parent\":\"core/config.ConfigResponseMode\"},{\"kind\":16,\"name\":\"Callback\",\"url\":\"enums/core_config.ConfigResponseMode.html#Callback\",\"classes\":\"\",\"parent\":\"core/config.ConfigResponseMode\"},{\"kind\":256,\"name\":\"ConfigData\",\"url\":\"interfaces/core_config.ConfigData.html\",\"classes\":\"\",\"parent\":\"core/config\"},{\"kind\":1024,\"name\":\"app\",\"url\":\"interfaces/core_config.ConfigData.html#app\",\"classes\":\"\",\"parent\":\"core/config.ConfigData\"},{\"kind\":1024,\"name\":\"redirectUrl\",\"url\":\"interfaces/core_config.ConfigData.html#redirectUrl\",\"classes\":\"\",\"parent\":\"core/config.ConfigData\"},{\"kind\":1024,\"name\":\"state\",\"url\":\"interfaces/core_config.ConfigData.html#state\",\"classes\":\"\",\"parent\":\"core/config.ConfigData\"},{\"kind\":128,\"name\":\"Auth\",\"url\":\"classes/auth.Auth.html\",\"classes\":\"\",\"parent\":\"auth\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/auth.Auth.html#constructor\",\"classes\":\"\",\"parent\":\"auth.Auth\"},{\"kind\":2048,\"name\":\"login\",\"url\":\"classes/auth.Auth.html#login\",\"classes\":\"\",\"parent\":\"auth.Auth\"},{\"kind\":8,\"name\":\"AuthErrorCode\",\"url\":\"enums/auth.AuthErrorCode.html\",\"classes\":\"\",\"parent\":\"auth\"},{\"kind\":16,\"name\":\"EventNotSupported\",\"url\":\"enums/auth.AuthErrorCode.html#EventNotSupported\",\"classes\":\"\",\"parent\":\"auth.AuthErrorCode\"},{\"kind\":16,\"name\":\"CannotCreateNewTab\",\"url\":\"enums/auth.AuthErrorCode.html#CannotCreateNewTab\",\"classes\":\"\",\"parent\":\"auth.AuthErrorCode\"},{\"kind\":16,\"name\":\"NewTabHasBeenClosed\",\"url\":\"enums/auth.AuthErrorCode.html#NewTabHasBeenClosed\",\"classes\":\"\",\"parent\":\"auth.AuthErrorCode\"},{\"kind\":16,\"name\":\"AuthorizationFailed\",\"url\":\"enums/auth.AuthErrorCode.html#AuthorizationFailed\",\"classes\":\"\",\"parent\":\"auth.AuthErrorCode\"},{\"kind\":256,\"name\":\"AuthParams\",\"url\":\"interfaces/auth.AuthParams.html\",\"classes\":\"\",\"parent\":\"auth\"},{\"kind\":1024,\"name\":\"scheme\",\"url\":\"interfaces/auth.AuthParams.html#scheme\",\"classes\":\"\",\"parent\":\"auth.AuthParams\"},{\"kind\":1024,\"name\":\"lang\",\"url\":\"interfaces/auth.AuthParams.html#lang\",\"classes\":\"\",\"parent\":\"auth.AuthParams\"},{\"kind\":256,\"name\":\"AuthError\",\"url\":\"interfaces/auth.AuthError.html\",\"classes\":\"\",\"parent\":\"auth\"},{\"kind\":1024,\"name\":\"code\",\"url\":\"interfaces/auth.AuthError.html#code\",\"classes\":\"\",\"parent\":\"auth.AuthError\"},{\"kind\":1024,\"name\":\"text\",\"url\":\"interfaces/auth.AuthError.html#text\",\"classes\":\"\",\"parent\":\"auth.AuthError\"},{\"kind\":1024,\"name\":\"details\",\"url\":\"interfaces/auth.AuthError.html#details\",\"classes\":\"\",\"parent\":\"auth.AuthError\"},{\"kind\":256,\"name\":\"AuthResponse\",\"url\":\"interfaces/auth.AuthResponse.html\",\"classes\":\"\",\"parent\":\"auth\"},{\"kind\":1024,\"name\":\"token\",\"url\":\"interfaces/auth.AuthResponse.html#token\",\"classes\":\"\",\"parent\":\"auth.AuthResponse\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/auth.AuthResponse.html#type\",\"classes\":\"\",\"parent\":\"auth.AuthResponse\"},{\"kind\":1024,\"name\":\"ttl\",\"url\":\"interfaces/auth.AuthResponse.html#ttl\",\"classes\":\"\",\"parent\":\"auth.AuthResponse\"},{\"kind\":1024,\"name\":\"uuid\",\"url\":\"interfaces/auth.AuthResponse.html#uuid\",\"classes\":\"\",\"parent\":\"auth.AuthResponse\"},{\"kind\":128,\"name\":\"OneTap\",\"url\":\"classes/widgets_oneTap.OneTap.html\",\"classes\":\"\",\"parent\":\"widgets/oneTap\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/widgets_oneTap.OneTap.html#constructor\",\"classes\":\"tsd-is-inherited\",\"parent\":\"widgets/oneTap.OneTap\"},{\"kind\":2048,\"name\":\"render\",\"url\":\"classes/widgets_oneTap.OneTap.html#render\",\"classes\":\"\",\"parent\":\"widgets/oneTap.OneTap\"},{\"kind\":2048,\"name\":\"close\",\"url\":\"classes/widgets_oneTap.OneTap.html#close\",\"classes\":\"tsd-is-inherited\",\"parent\":\"widgets/oneTap.OneTap\"},{\"kind\":2048,\"name\":\"show\",\"url\":\"classes/widgets_oneTap.OneTap.html#show\",\"classes\":\"tsd-is-inherited\",\"parent\":\"widgets/oneTap.OneTap\"},{\"kind\":2048,\"name\":\"hide\",\"url\":\"classes/widgets_oneTap.OneTap.html#hide\",\"classes\":\"tsd-is-inherited\",\"parent\":\"widgets/oneTap.OneTap\"},{\"kind\":2048,\"name\":\"on\",\"url\":\"classes/widgets_oneTap.OneTap.html#on\",\"classes\":\"tsd-is-inherited\",\"parent\":\"widgets/oneTap.OneTap\"},{\"kind\":2048,\"name\":\"off\",\"url\":\"classes/widgets_oneTap.OneTap.html#off\",\"classes\":\"tsd-is-inherited\",\"parent\":\"widgets/oneTap.OneTap\"},{\"kind\":256,\"name\":\"OneTapParams\",\"url\":\"interfaces/widgets_oneTap.OneTapParams.html\",\"classes\":\"\",\"parent\":\"widgets/oneTap\"},{\"kind\":1024,\"name\":\"showAlternativeLogin\",\"url\":\"interfaces/widgets_oneTap.OneTapParams.html#showAlternativeLogin\",\"classes\":\"\",\"parent\":\"widgets/oneTap.OneTapParams\"},{\"kind\":1024,\"name\":\"styles\",\"url\":\"interfaces/widgets_oneTap.OneTapParams.html#styles\",\"classes\":\"\",\"parent\":\"widgets/oneTap.OneTapParams\"},{\"kind\":1024,\"name\":\"skin\",\"url\":\"interfaces/widgets_oneTap.OneTapParams.html#skin\",\"classes\":\"\",\"parent\":\"widgets/oneTap.OneTapParams\"},{\"kind\":1024,\"name\":\"contentId\",\"url\":\"interfaces/widgets_oneTap.OneTapParams.html#contentId\",\"classes\":\"\",\"parent\":\"widgets/oneTap.OneTapParams\"},{\"kind\":1024,\"name\":\"oauthList\",\"url\":\"interfaces/widgets_oneTap.OneTapParams.html#oauthList\",\"classes\":\"\",\"parent\":\"widgets/oneTap.OneTapParams\"},{\"kind\":1024,\"name\":\"container\",\"url\":\"interfaces/widgets_oneTap.OneTapParams.html#container\",\"classes\":\"tsd-is-inherited\",\"parent\":\"widgets/oneTap.OneTapParams\"},{\"kind\":1024,\"name\":\"scheme\",\"url\":\"interfaces/widgets_oneTap.OneTapParams.html#scheme\",\"classes\":\"tsd-is-inherited\",\"parent\":\"widgets/oneTap.OneTapParams\"},{\"kind\":1024,\"name\":\"lang\",\"url\":\"interfaces/widgets_oneTap.OneTapParams.html#lang\",\"classes\":\"tsd-is-inherited\",\"parent\":\"widgets/oneTap.OneTapParams\"},{\"kind\":256,\"name\":\"OneTapStyles\",\"url\":\"interfaces/widgets_oneTap.OneTapStyles.html\",\"classes\":\"\",\"parent\":\"widgets/oneTap\"},{\"kind\":1024,\"name\":\"width\",\"url\":\"interfaces/widgets_oneTap.OneTapStyles.html#width\",\"classes\":\"\",\"parent\":\"widgets/oneTap.OneTapStyles\"},{\"kind\":1024,\"name\":\"height\",\"url\":\"interfaces/widgets_oneTap.OneTapStyles.html#height\",\"classes\":\"\",\"parent\":\"widgets/oneTap.OneTapStyles\"},{\"kind\":1024,\"name\":\"borderRadius\",\"url\":\"interfaces/widgets_oneTap.OneTapStyles.html#borderRadius\",\"classes\":\"\",\"parent\":\"widgets/oneTap.OneTapStyles\"},{\"kind\":8,\"name\":\"OneTapSkin\",\"url\":\"enums/widgets_oneTap.OneTapSkin.html\",\"classes\":\"\",\"parent\":\"widgets/oneTap\"},{\"kind\":16,\"name\":\"Primary\",\"url\":\"enums/widgets_oneTap.OneTapSkin.html#Primary\",\"classes\":\"\",\"parent\":\"widgets/oneTap.OneTapSkin\"},{\"kind\":16,\"name\":\"Secondary\",\"url\":\"enums/widgets_oneTap.OneTapSkin.html#Secondary\",\"classes\":\"\",\"parent\":\"widgets/oneTap.OneTapSkin\"},{\"kind\":8,\"name\":\"OneTapContentId\",\"url\":\"enums/widgets_oneTap.OneTapContentId.html\",\"classes\":\"\",\"parent\":\"widgets/oneTap\"},{\"kind\":16,\"name\":\"SIGN_IN\",\"url\":\"enums/widgets_oneTap.OneTapContentId.html#SIGN_IN\",\"classes\":\"\",\"parent\":\"widgets/oneTap.OneTapContentId\"},{\"kind\":16,\"name\":\"SIGN_UP\",\"url\":\"enums/widgets_oneTap.OneTapContentId.html#SIGN_UP\",\"classes\":\"\",\"parent\":\"widgets/oneTap.OneTapContentId\"},{\"kind\":16,\"name\":\"GET\",\"url\":\"enums/widgets_oneTap.OneTapContentId.html#GET\",\"classes\":\"\",\"parent\":\"widgets/oneTap.OneTapContentId\"},{\"kind\":16,\"name\":\"OPEN\",\"url\":\"enums/widgets_oneTap.OneTapContentId.html#OPEN\",\"classes\":\"\",\"parent\":\"widgets/oneTap.OneTapContentId\"},{\"kind\":16,\"name\":\"CALCULATE\",\"url\":\"enums/widgets_oneTap.OneTapContentId.html#CALCULATE\",\"classes\":\"\",\"parent\":\"widgets/oneTap.OneTapContentId\"},{\"kind\":16,\"name\":\"ORDER\",\"url\":\"enums/widgets_oneTap.OneTapContentId.html#ORDER\",\"classes\":\"\",\"parent\":\"widgets/oneTap.OneTapContentId\"},{\"kind\":16,\"name\":\"PLACE_ORDER\",\"url\":\"enums/widgets_oneTap.OneTapContentId.html#PLACE_ORDER\",\"classes\":\"\",\"parent\":\"widgets/oneTap.OneTapContentId\"},{\"kind\":16,\"name\":\"SUBMIT_REQUEST\",\"url\":\"enums/widgets_oneTap.OneTapContentId.html#SUBMIT_REQUEST\",\"classes\":\"\",\"parent\":\"widgets/oneTap.OneTapContentId\"},{\"kind\":16,\"name\":\"PARTICIPATE\",\"url\":\"enums/widgets_oneTap.OneTapContentId.html#PARTICIPATE\",\"classes\":\"\",\"parent\":\"widgets/oneTap.OneTapContentId\"},{\"kind\":8,\"name\":\"OneTapInternalEvents\",\"url\":\"enums/widgets_oneTap.OneTapInternalEvents.html\",\"classes\":\"\",\"parent\":\"widgets/oneTap\"},{\"kind\":16,\"name\":\"LOGIN_SUCCESS\",\"url\":\"enums/widgets_oneTap.OneTapInternalEvents.html#LOGIN_SUCCESS\",\"classes\":\"\",\"parent\":\"widgets/oneTap.OneTapInternalEvents\"},{\"kind\":16,\"name\":\"SHOW_FULL_AUTH\",\"url\":\"enums/widgets_oneTap.OneTapInternalEvents.html#SHOW_FULL_AUTH\",\"classes\":\"\",\"parent\":\"widgets/oneTap.OneTapInternalEvents\"},{\"kind\":16,\"name\":\"SHOW_AGREEMENTS_DIALOG\",\"url\":\"enums/widgets_oneTap.OneTapInternalEvents.html#SHOW_AGREEMENTS_DIALOG\",\"classes\":\"\",\"parent\":\"widgets/oneTap.OneTapInternalEvents\"},{\"kind\":16,\"name\":\"START_AUTHORIZE\",\"url\":\"enums/widgets_oneTap.OneTapInternalEvents.html#START_AUTHORIZE\",\"classes\":\"\",\"parent\":\"widgets/oneTap.OneTapInternalEvents\"},{\"kind\":16,\"name\":\"NOT_AUTHORIZED\",\"url\":\"enums/widgets_oneTap.OneTapInternalEvents.html#NOT_AUTHORIZED\",\"classes\":\"\",\"parent\":\"widgets/oneTap.OneTapInternalEvents\"},{\"kind\":128,\"name\":\"FloatingOneTap\",\"url\":\"classes/widgets_floatingOneTap.FloatingOneTap.html\",\"classes\":\"\",\"parent\":\"widgets/floatingOneTap\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/widgets_floatingOneTap.FloatingOneTap.html#constructor\",\"classes\":\"tsd-is-inherited\",\"parent\":\"widgets/floatingOneTap.FloatingOneTap\"},{\"kind\":2048,\"name\":\"render\",\"url\":\"classes/widgets_floatingOneTap.FloatingOneTap.html#render\",\"classes\":\"\",\"parent\":\"widgets/floatingOneTap.FloatingOneTap\"},{\"kind\":2048,\"name\":\"close\",\"url\":\"classes/widgets_floatingOneTap.FloatingOneTap.html#close\",\"classes\":\"tsd-is-inherited\",\"parent\":\"widgets/floatingOneTap.FloatingOneTap\"},{\"kind\":2048,\"name\":\"show\",\"url\":\"classes/widgets_floatingOneTap.FloatingOneTap.html#show\",\"classes\":\"tsd-is-inherited\",\"parent\":\"widgets/floatingOneTap.FloatingOneTap\"},{\"kind\":2048,\"name\":\"hide\",\"url\":\"classes/widgets_floatingOneTap.FloatingOneTap.html#hide\",\"classes\":\"tsd-is-inherited\",\"parent\":\"widgets/floatingOneTap.FloatingOneTap\"},{\"kind\":2048,\"name\":\"on\",\"url\":\"classes/widgets_floatingOneTap.FloatingOneTap.html#on\",\"classes\":\"tsd-is-inherited\",\"parent\":\"widgets/floatingOneTap.FloatingOneTap\"},{\"kind\":2048,\"name\":\"off\",\"url\":\"classes/widgets_floatingOneTap.FloatingOneTap.html#off\",\"classes\":\"tsd-is-inherited\",\"parent\":\"widgets/floatingOneTap.FloatingOneTap\"},{\"kind\":256,\"name\":\"FloatingOneTapParams\",\"url\":\"interfaces/widgets_floatingOneTap.FloatingOneTapParams.html\",\"classes\":\"\",\"parent\":\"widgets/floatingOneTap\"},{\"kind\":1024,\"name\":\"indent\",\"url\":\"interfaces/widgets_floatingOneTap.FloatingOneTapParams.html#indent\",\"classes\":\"\",\"parent\":\"widgets/floatingOneTap.FloatingOneTapParams\"},{\"kind\":1024,\"name\":\"contentId\",\"url\":\"interfaces/widgets_floatingOneTap.FloatingOneTapParams.html#contentId\",\"classes\":\"\",\"parent\":\"widgets/floatingOneTap.FloatingOneTapParams\"},{\"kind\":1024,\"name\":\"showAlternativeLogin\",\"url\":\"interfaces/widgets_floatingOneTap.FloatingOneTapParams.html#showAlternativeLogin\",\"classes\":\"\",\"parent\":\"widgets/floatingOneTap.FloatingOneTapParams\"},{\"kind\":1024,\"name\":\"appName\",\"url\":\"interfaces/widgets_floatingOneTap.FloatingOneTapParams.html#appName\",\"classes\":\"\",\"parent\":\"widgets/floatingOneTap.FloatingOneTapParams\"},{\"kind\":1024,\"name\":\"oauthList\",\"url\":\"interfaces/widgets_floatingOneTap.FloatingOneTapParams.html#oauthList\",\"classes\":\"\",\"parent\":\"widgets/floatingOneTap.FloatingOneTapParams\"},{\"kind\":8,\"name\":\"FloatingOneTapContentId\",\"url\":\"enums/widgets_floatingOneTap.FloatingOneTapContentId.html\",\"classes\":\"\",\"parent\":\"widgets/floatingOneTap\"},{\"kind\":16,\"name\":\"SIGN_IN_TO_SERVICE\",\"url\":\"enums/widgets_floatingOneTap.FloatingOneTapContentId.html#SIGN_IN_TO_SERVICE\",\"classes\":\"\",\"parent\":\"widgets/floatingOneTap.FloatingOneTapContentId\"},{\"kind\":16,\"name\":\"SIGN_IN_TO_ACCOUNT\",\"url\":\"enums/widgets_floatingOneTap.FloatingOneTapContentId.html#SIGN_IN_TO_ACCOUNT\",\"classes\":\"\",\"parent\":\"widgets/floatingOneTap.FloatingOneTapContentId\"},{\"kind\":16,\"name\":\"REGISTRATION_FOR_EVENT\",\"url\":\"enums/widgets_floatingOneTap.FloatingOneTapContentId.html#REGISTRATION_FOR_EVENT\",\"classes\":\"\",\"parent\":\"widgets/floatingOneTap.FloatingOneTapContentId\"},{\"kind\":16,\"name\":\"SUBMIT_APPLICATIONS\",\"url\":\"enums/widgets_floatingOneTap.FloatingOneTapContentId.html#SUBMIT_APPLICATIONS\",\"classes\":\"\",\"parent\":\"widgets/floatingOneTap.FloatingOneTapContentId\"},{\"kind\":16,\"name\":\"MAKE_ORDER_WITH_SERVICE\",\"url\":\"enums/widgets_floatingOneTap.FloatingOneTapContentId.html#MAKE_ORDER_WITH_SERVICE\",\"classes\":\"\",\"parent\":\"widgets/floatingOneTap.FloatingOneTapContentId\"},{\"kind\":16,\"name\":\"MAKE_ORDER_WITHOUT_SERVICE\",\"url\":\"enums/widgets_floatingOneTap.FloatingOneTapContentId.html#MAKE_ORDER_WITHOUT_SERVICE\",\"classes\":\"\",\"parent\":\"widgets/floatingOneTap.FloatingOneTapContentId\"},{\"kind\":16,\"name\":\"FAST_REGISTRATION\",\"url\":\"enums/widgets_floatingOneTap.FloatingOneTapContentId.html#FAST_REGISTRATION\",\"classes\":\"\",\"parent\":\"widgets/floatingOneTap.FloatingOneTapContentId\"},{\"kind\":256,\"name\":\"FloatingOneTapIndent\",\"url\":\"interfaces/widgets_floatingOneTap.FloatingOneTapIndent.html\",\"classes\":\"\",\"parent\":\"widgets/floatingOneTap\"},{\"kind\":1024,\"name\":\"top\",\"url\":\"interfaces/widgets_floatingOneTap.FloatingOneTapIndent.html#top\",\"classes\":\"\",\"parent\":\"widgets/floatingOneTap.FloatingOneTapIndent\"},{\"kind\":1024,\"name\":\"right\",\"url\":\"interfaces/widgets_floatingOneTap.FloatingOneTapIndent.html#right\",\"classes\":\"\",\"parent\":\"widgets/floatingOneTap.FloatingOneTapIndent\"},{\"kind\":1024,\"name\":\"bottom\",\"url\":\"interfaces/widgets_floatingOneTap.FloatingOneTapIndent.html#bottom\",\"classes\":\"\",\"parent\":\"widgets/floatingOneTap.FloatingOneTapIndent\"},{\"kind\":8,\"name\":\"FloatingOneTapInternalEvents\",\"url\":\"enums/widgets_floatingOneTap.FloatingOneTapInternalEvents.html\",\"classes\":\"\",\"parent\":\"widgets/floatingOneTap\"},{\"kind\":16,\"name\":\"LOGIN_SUCCESS\",\"url\":\"enums/widgets_floatingOneTap.FloatingOneTapInternalEvents.html#LOGIN_SUCCESS\",\"classes\":\"\",\"parent\":\"widgets/floatingOneTap.FloatingOneTapInternalEvents\"},{\"kind\":16,\"name\":\"SHOW_FULL_AUTH\",\"url\":\"enums/widgets_floatingOneTap.FloatingOneTapInternalEvents.html#SHOW_FULL_AUTH\",\"classes\":\"\",\"parent\":\"widgets/floatingOneTap.FloatingOneTapInternalEvents\"},{\"kind\":16,\"name\":\"SHOW_AGREEMENTS_DIALOG\",\"url\":\"enums/widgets_floatingOneTap.FloatingOneTapInternalEvents.html#SHOW_AGREEMENTS_DIALOG\",\"classes\":\"\",\"parent\":\"widgets/floatingOneTap.FloatingOneTapInternalEvents\"},{\"kind\":16,\"name\":\"START_AUTHORIZE\",\"url\":\"enums/widgets_floatingOneTap.FloatingOneTapInternalEvents.html#START_AUTHORIZE\",\"classes\":\"\",\"parent\":\"widgets/floatingOneTap.FloatingOneTapInternalEvents\"},{\"kind\":16,\"name\":\"NOT_AUTHORIZED\",\"url\":\"enums/widgets_floatingOneTap.FloatingOneTapInternalEvents.html#NOT_AUTHORIZED\",\"classes\":\"\",\"parent\":\"widgets/floatingOneTap.FloatingOneTapInternalEvents\"},{\"kind\":128,\"name\":\"OAuthList\",\"url\":\"classes/widgets_oauthList.OAuthList.html\",\"classes\":\"\",\"parent\":\"widgets/oauthList\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/widgets_oauthList.OAuthList.html#constructor\",\"classes\":\"tsd-is-inherited\",\"parent\":\"widgets/oauthList.OAuthList\"},{\"kind\":2048,\"name\":\"render\",\"url\":\"classes/widgets_oauthList.OAuthList.html#render\",\"classes\":\"\",\"parent\":\"widgets/oauthList.OAuthList\"},{\"kind\":2048,\"name\":\"close\",\"url\":\"classes/widgets_oauthList.OAuthList.html#close\",\"classes\":\"tsd-is-inherited\",\"parent\":\"widgets/oauthList.OAuthList\"},{\"kind\":2048,\"name\":\"show\",\"url\":\"classes/widgets_oauthList.OAuthList.html#show\",\"classes\":\"tsd-is-inherited\",\"parent\":\"widgets/oauthList.OAuthList\"},{\"kind\":2048,\"name\":\"hide\",\"url\":\"classes/widgets_oauthList.OAuthList.html#hide\",\"classes\":\"tsd-is-inherited\",\"parent\":\"widgets/oauthList.OAuthList\"},{\"kind\":2048,\"name\":\"on\",\"url\":\"classes/widgets_oauthList.OAuthList.html#on\",\"classes\":\"tsd-is-inherited\",\"parent\":\"widgets/oauthList.OAuthList\"},{\"kind\":2048,\"name\":\"off\",\"url\":\"classes/widgets_oauthList.OAuthList.html#off\",\"classes\":\"tsd-is-inherited\",\"parent\":\"widgets/oauthList.OAuthList\"},{\"kind\":256,\"name\":\"OAuthListParams\",\"url\":\"interfaces/widgets_oauthList.OAuthListParams.html\",\"classes\":\"\",\"parent\":\"widgets/oauthList\"},{\"kind\":1024,\"name\":\"styles\",\"url\":\"interfaces/widgets_oauthList.OAuthListParams.html#styles\",\"classes\":\"\",\"parent\":\"widgets/oauthList.OAuthListParams\"},{\"kind\":1024,\"name\":\"oauthList\",\"url\":\"interfaces/widgets_oauthList.OAuthListParams.html#oauthList\",\"classes\":\"\",\"parent\":\"widgets/oauthList.OAuthListParams\"},{\"kind\":1024,\"name\":\"container\",\"url\":\"interfaces/widgets_oauthList.OAuthListParams.html#container\",\"classes\":\"tsd-is-inherited\",\"parent\":\"widgets/oauthList.OAuthListParams\"},{\"kind\":1024,\"name\":\"scheme\",\"url\":\"interfaces/widgets_oauthList.OAuthListParams.html#scheme\",\"classes\":\"tsd-is-inherited\",\"parent\":\"widgets/oauthList.OAuthListParams\"},{\"kind\":1024,\"name\":\"lang\",\"url\":\"interfaces/widgets_oauthList.OAuthListParams.html#lang\",\"classes\":\"tsd-is-inherited\",\"parent\":\"widgets/oauthList.OAuthListParams\"},{\"kind\":8,\"name\":\"OAuthName\",\"url\":\"enums/widgets_oauthList.OAuthName.html\",\"classes\":\"\",\"parent\":\"widgets/oauthList\"},{\"kind\":16,\"name\":\"OK\",\"url\":\"enums/widgets_oauthList.OAuthName.html#OK\",\"classes\":\"\",\"parent\":\"widgets/oauthList.OAuthName\"},{\"kind\":16,\"name\":\"MAIL\",\"url\":\"enums/widgets_oauthList.OAuthName.html#MAIL\",\"classes\":\"\",\"parent\":\"widgets/oauthList.OAuthName\"},{\"kind\":16,\"name\":\"VK\",\"url\":\"enums/widgets_oauthList.OAuthName.html#VK\",\"classes\":\"\",\"parent\":\"widgets/oauthList.OAuthName\"},{\"kind\":256,\"name\":\"OAuthListStyles\",\"url\":\"interfaces/widgets_oauthList.OAuthListStyles.html\",\"classes\":\"\",\"parent\":\"widgets/oauthList\"},{\"kind\":1024,\"name\":\"height\",\"url\":\"interfaces/widgets_oauthList.OAuthListStyles.html#height\",\"classes\":\"\",\"parent\":\"widgets/oauthList.OAuthListStyles\"},{\"kind\":1024,\"name\":\"borderRadius\",\"url\":\"interfaces/widgets_oauthList.OAuthListStyles.html#borderRadius\",\"classes\":\"\",\"parent\":\"widgets/oauthList.OAuthListStyles\"},{\"kind\":8,\"name\":\"OAuthListInternalEvents\",\"url\":\"enums/widgets_oauthList.OAuthListInternalEvents.html\",\"classes\":\"\",\"parent\":\"widgets/oauthList\"},{\"kind\":16,\"name\":\"LOGIN_SUCCESS\",\"url\":\"enums/widgets_oauthList.OAuthListInternalEvents.html#LOGIN_SUCCESS\",\"classes\":\"\",\"parent\":\"widgets/oauthList.OAuthListInternalEvents\"}],\"index\":{\"version\":\"2.3.9\",\"fields\":[\"name\",\"comment\"],\"fieldVectors\":[[\"name/0\",[0,46.118]],[\"comment/0\",[]],[\"name/1\",[1,41.01]],[\"comment/1\",[]],[\"name/2\",[2,46.118]],[\"comment/2\",[]],[\"name/3\",[3,46.118]],[\"comment/3\",[]],[\"name/4\",[4,46.118]],[\"comment/4\",[]],[\"name/5\",[5,46.118]],[\"comment/5\",[]],[\"name/6\",[6,46.118]],[\"comment/6\",[]],[\"name/7\",[7,46.118]],[\"comment/7\",[]],[\"name/8\",[8,46.118]],[\"comment/8\",[]],[\"name/9\",[9,46.118]],[\"comment/9\",[]],[\"name/10\",[10,46.118]],[\"comment/10\",[]],[\"name/11\",[11,46.118]],[\"comment/11\",[]],[\"name/12\",[12,46.118]],[\"comment/12\",[]],[\"name/13\",[13,46.118]],[\"comment/13\",[]],[\"name/14\",[14,46.118]],[\"comment/14\",[]],[\"name/15\",[15,46.118]],[\"comment/15\",[]],[\"name/16\",[16,46.118]],[\"comment/16\",[]],[\"name/17\",[17,46.118]],[\"comment/17\",[]],[\"name/18\",[18,35.132]],[\"comment/18\",[]],[\"name/19\",[19,46.118]],[\"comment/19\",[]],[\"name/20\",[20,46.118]],[\"comment/20\",[]],[\"name/21\",[21,46.118]],[\"comment/21\",[]],[\"name/22\",[22,33.125]],[\"comment/22\",[]],[\"name/23\",[23,46.118]],[\"comment/23\",[]],[\"name/24\",[24,41.01]],[\"comment/24\",[]],[\"name/25\",[25,46.118]],[\"comment/25\",[]],[\"name/26\",[26,41.01]],[\"comment/26\",[]],[\"name/27\",[27,46.118]],[\"comment/27\",[]],[\"name/28\",[28,46.118]],[\"comment/28\",[]],[\"name/29\",[26,41.01]],[\"comment/29\",[]],[\"name/30\",[29,46.118]],[\"comment/30\",[]],[\"name/31\",[30,46.118]],[\"comment/31\",[]],[\"name/32\",[31,46.118]],[\"comment/32\",[]],[\"name/33\",[32,46.118]],[\"comment/33\",[]],[\"name/34\",[33,46.118]],[\"comment/34\",[]],[\"name/35\",[1,41.01]],[\"comment/35\",[]],[\"name/36\",[22,33.125]],[\"comment/36\",[]],[\"name/37\",[34,46.118]],[\"comment/37\",[]],[\"name/38\",[35,46.118]],[\"comment/38\",[]],[\"name/39\",[36,46.118]],[\"comment/39\",[]],[\"name/40\",[37,46.118]],[\"comment/40\",[]],[\"name/41\",[38,46.118]],[\"comment/41\",[]],[\"name/42\",[39,46.118]],[\"comment/42\",[]],[\"name/43\",[40,46.118]],[\"comment/43\",[]],[\"name/44\",[18,35.132]],[\"comment/44\",[]],[\"name/45\",[41,37.645]],[\"comment/45\",[]],[\"name/46\",[42,46.118]],[\"comment/46\",[]],[\"name/47\",[43,46.118]],[\"comment/47\",[]],[\"name/48\",[44,46.118]],[\"comment/48\",[]],[\"name/49\",[45,46.118]],[\"comment/49\",[]],[\"name/50\",[46,46.118]],[\"comment/50\",[]],[\"name/51\",[47,46.118]],[\"comment/51\",[]],[\"name/52\",[48,46.118]],[\"comment/52\",[]],[\"name/53\",[49,46.118]],[\"comment/53\",[]],[\"name/54\",[50,46.118]],[\"comment/54\",[]],[\"name/55\",[51,46.118]],[\"comment/55\",[]],[\"name/56\",[22,33.125]],[\"comment/56\",[]],[\"name/57\",[52,37.645]],[\"comment/57\",[]],[\"name/58\",[53,37.645]],[\"comment/58\",[]],[\"name/59\",[54,37.645]],[\"comment/59\",[]],[\"name/60\",[55,37.645]],[\"comment/60\",[]],[\"name/61\",[56,37.645]],[\"comment/61\",[]],[\"name/62\",[57,37.645]],[\"comment/62\",[]],[\"name/63\",[58,46.118]],[\"comment/63\",[]],[\"name/64\",[59,41.01]],[\"comment/64\",[]],[\"name/65\",[60,41.01]],[\"comment/65\",[]],[\"name/66\",[61,46.118]],[\"comment/66\",[]],[\"name/67\",[62,41.01]],[\"comment/67\",[]],[\"name/68\",[63,35.132]],[\"comment/68\",[]],[\"name/69\",[64,41.01]],[\"comment/69\",[]],[\"name/70\",[18,35.132]],[\"comment/70\",[]],[\"name/71\",[41,37.645]],[\"comment/71\",[]],[\"name/72\",[65,46.118]],[\"comment/72\",[]],[\"name/73\",[66,46.118]],[\"comment/73\",[]],[\"name/74\",[67,41.01]],[\"comment/74\",[]],[\"name/75\",[68,41.01]],[\"comment/75\",[]],[\"name/76\",[69,46.118]],[\"comment/76\",[]],[\"name/77\",[70,46.118]],[\"comment/77\",[]],[\"name/78\",[71,46.118]],[\"comment/78\",[]],[\"name/79\",[72,46.118]],[\"comment/79\",[]],[\"name/80\",[73,46.118]],[\"comment/80\",[]],[\"name/81\",[74,46.118]],[\"comment/81\",[]],[\"name/82\",[24,41.01]],[\"comment/82\",[]],[\"name/83\",[75,46.118]],[\"comment/83\",[]],[\"name/84\",[76,46.118]],[\"comment/84\",[]],[\"name/85\",[77,46.118]],[\"comment/85\",[]],[\"name/86\",[78,46.118]],[\"comment/86\",[]],[\"name/87\",[79,46.118]],[\"comment/87\",[]],[\"name/88\",[80,46.118]],[\"comment/88\",[]],[\"name/89\",[81,46.118]],[\"comment/89\",[]],[\"name/90\",[82,37.645]],[\"comment/90\",[]],[\"name/91\",[83,41.01]],[\"comment/91\",[]],[\"name/92\",[84,41.01]],[\"comment/92\",[]],[\"name/93\",[85,41.01]],[\"comment/93\",[]],[\"name/94\",[86,41.01]],[\"comment/94\",[]],[\"name/95\",[87,46.118]],[\"comment/95\",[]],[\"name/96\",[22,33.125]],[\"comment/96\",[]],[\"name/97\",[52,37.645]],[\"comment/97\",[]],[\"name/98\",[53,37.645]],[\"comment/98\",[]],[\"name/99\",[54,37.645]],[\"comment/99\",[]],[\"name/100\",[55,37.645]],[\"comment/100\",[]],[\"name/101\",[56,37.645]],[\"comment/101\",[]],[\"name/102\",[57,37.645]],[\"comment/102\",[]],[\"name/103\",[88,46.118]],[\"comment/103\",[]],[\"name/104\",[89,46.118]],[\"comment/104\",[]],[\"name/105\",[62,41.01]],[\"comment/105\",[]],[\"name/106\",[59,41.01]],[\"comment/106\",[]],[\"name/107\",[90,46.118]],[\"comment/107\",[]],[\"name/108\",[63,35.132]],[\"comment/108\",[]],[\"name/109\",[91,46.118]],[\"comment/109\",[]],[\"name/110\",[92,46.118]],[\"comment/110\",[]],[\"name/111\",[93,46.118]],[\"comment/111\",[]],[\"name/112\",[94,46.118]],[\"comment/112\",[]],[\"name/113\",[95,46.118]],[\"comment/113\",[]],[\"name/114\",[96,46.118]],[\"comment/114\",[]],[\"name/115\",[97,46.118]],[\"comment/115\",[]],[\"name/116\",[98,46.118]],[\"comment/116\",[]],[\"name/117\",[99,46.118]],[\"comment/117\",[]],[\"name/118\",[100,46.118]],[\"comment/118\",[]],[\"name/119\",[101,46.118]],[\"comment/119\",[]],[\"name/120\",[102,46.118]],[\"comment/120\",[]],[\"name/121\",[103,46.118]],[\"comment/121\",[]],[\"name/122\",[82,37.645]],[\"comment/122\",[]],[\"name/123\",[83,41.01]],[\"comment/123\",[]],[\"name/124\",[84,41.01]],[\"comment/124\",[]],[\"name/125\",[85,41.01]],[\"comment/125\",[]],[\"name/126\",[86,41.01]],[\"comment/126\",[]],[\"name/127\",[63,35.132]],[\"comment/127\",[]],[\"name/128\",[22,33.125]],[\"comment/128\",[]],[\"name/129\",[52,37.645]],[\"comment/129\",[]],[\"name/130\",[53,37.645]],[\"comment/130\",[]],[\"name/131\",[54,37.645]],[\"comment/131\",[]],[\"name/132\",[55,37.645]],[\"comment/132\",[]],[\"name/133\",[56,37.645]],[\"comment/133\",[]],[\"name/134\",[57,37.645]],[\"comment/134\",[]],[\"name/135\",[104,46.118]],[\"comment/135\",[]],[\"name/136\",[60,41.01]],[\"comment/136\",[]],[\"name/137\",[63,35.132]],[\"comment/137\",[]],[\"name/138\",[64,41.01]],[\"comment/138\",[]],[\"name/139\",[18,35.132]],[\"comment/139\",[]],[\"name/140\",[41,37.645]],[\"comment/140\",[]],[\"name/141\",[105,46.118]],[\"comment/141\",[]],[\"name/142\",[106,46.118]],[\"comment/142\",[]],[\"name/143\",[107,46.118]],[\"comment/143\",[]],[\"name/144\",[108,46.118]],[\"comment/144\",[]],[\"name/145\",[109,46.118]],[\"comment/145\",[]],[\"name/146\",[67,41.01]],[\"comment/146\",[]],[\"name/147\",[68,41.01]],[\"comment/147\",[]],[\"name/148\",[110,46.118]],[\"comment/148\",[]],[\"name/149\",[82,37.645]],[\"comment/149\",[]]],\"invertedIndex\":[[\"app\",{\"_index\":31,\"name\":{\"32\":{}},\"comment\":{}}],[\"appname\",{\"_index\":90,\"name\":{\"107\":{}},\"comment\":{}}],[\"auth\",{\"_index\":1,\"name\":{\"1\":{},\"35\":{}},\"comment\":{}}],[\"autherror\",{\"_index\":42,\"name\":{\"46\":{}},\"comment\":{}}],[\"autherrorcode\",{\"_index\":35,\"name\":{\"38\":{}},\"comment\":{}}],[\"authorizationfailed\",{\"_index\":39,\"name\":{\"42\":{}},\"comment\":{}}],[\"authparams\",{\"_index\":40,\"name\":{\"43\":{}},\"comment\":{}}],[\"authresponse\",{\"_index\":46,\"name\":{\"50\":{}},\"comment\":{}}],[\"bel\",{\"_index\":17,\"name\":{\"17\":{}},\"comment\":{}}],[\"borderradius\",{\"_index\":68,\"name\":{\"75\":{},\"147\":{}},\"comment\":{}}],[\"bottom\",{\"_index\":102,\"name\":{\"120\":{}},\"comment\":{}}],[\"calculate\",{\"_index\":76,\"name\":{\"84\":{}},\"comment\":{}}],[\"callback\",{\"_index\":29,\"name\":{\"30\":{}},\"comment\":{}}],[\"cannotcreatenewtab\",{\"_index\":37,\"name\":{\"40\":{}},\"comment\":{}}],[\"close\",{\"_index\":53,\"name\":{\"58\":{},\"98\":{},\"130\":{}},\"comment\":{}}],[\"code\",{\"_index\":43,\"name\":{\"47\":{}},\"comment\":{}}],[\"config\",{\"_index\":21,\"name\":{\"21\":{}},\"comment\":{}}],[\"configauthmode\",{\"_index\":25,\"name\":{\"25\":{}},\"comment\":{}}],[\"configdata\",{\"_index\":30,\"name\":{\"31\":{}},\"comment\":{}}],[\"configresponsemode\",{\"_index\":28,\"name\":{\"28\":{}},\"comment\":{}}],[\"constructor\",{\"_index\":22,\"name\":{\"22\":{},\"36\":{},\"56\":{},\"96\":{},\"128\":{}},\"comment\":{}}],[\"container\",{\"_index\":64,\"name\":{\"69\":{},\"138\":{}},\"comment\":{}}],[\"contentid\",{\"_index\":62,\"name\":{\"67\":{},\"105\":{}},\"comment\":{}}],[\"core/config\",{\"_index\":0,\"name\":{\"0\":{}},\"comment\":{}}],[\"dark\",{\"_index\":20,\"name\":{\"20\":{}},\"comment\":{}}],[\"details\",{\"_index\":45,\"name\":{\"49\":{}},\"comment\":{}}],[\"eng\",{\"_index\":9,\"name\":{\"9\":{}},\"comment\":{}}],[\"eventnotsupported\",{\"_index\":36,\"name\":{\"39\":{}},\"comment\":{}}],[\"fast_registration\",{\"_index\":98,\"name\":{\"116\":{}},\"comment\":{}}],[\"floatingonetap\",{\"_index\":87,\"name\":{\"95\":{}},\"comment\":{}}],[\"floatingonetapcontentid\",{\"_index\":91,\"name\":{\"109\":{}},\"comment\":{}}],[\"floatingonetapindent\",{\"_index\":99,\"name\":{\"117\":{}},\"comment\":{}}],[\"floatingonetapinternalevents\",{\"_index\":103,\"name\":{\"121\":{}},\"comment\":{}}],[\"floatingonetapparams\",{\"_index\":88,\"name\":{\"103\":{}},\"comment\":{}}],[\"fra\",{\"_index\":13,\"name\":{\"13\":{}},\"comment\":{}}],[\"german\",{\"_index\":11,\"name\":{\"11\":{}},\"comment\":{}}],[\"get\",{\"_index\":24,\"name\":{\"24\":{},\"82\":{}},\"comment\":{}}],[\"height\",{\"_index\":67,\"name\":{\"74\":{},\"146\":{}},\"comment\":{}}],[\"hide\",{\"_index\":55,\"name\":{\"60\":{},\"100\":{},\"132\":{}},\"comment\":{}}],[\"indent\",{\"_index\":89,\"name\":{\"104\":{}},\"comment\":{}}],[\"innewtab\",{\"_index\":27,\"name\":{\"27\":{}},\"comment\":{}}],[\"kaz\",{\"_index\":16,\"name\":{\"16\":{}},\"comment\":{}}],[\"lang\",{\"_index\":41,\"name\":{\"45\":{},\"71\":{},\"140\":{}},\"comment\":{}}],[\"languages\",{\"_index\":6,\"name\":{\"6\":{}},\"comment\":{}}],[\"light\",{\"_index\":19,\"name\":{\"19\":{}},\"comment\":{}}],[\"login\",{\"_index\":34,\"name\":{\"37\":{}},\"comment\":{}}],[\"login_success\",{\"_index\":82,\"name\":{\"90\":{},\"122\":{},\"149\":{}},\"comment\":{}}],[\"mail\",{\"_index\":107,\"name\":{\"143\":{}},\"comment\":{}}],[\"make_order_with_service\",{\"_index\":96,\"name\":{\"114\":{}},\"comment\":{}}],[\"make_order_without_service\",{\"_index\":97,\"name\":{\"115\":{}},\"comment\":{}}],[\"newtabhasbeenclosed\",{\"_index\":38,\"name\":{\"41\":{}},\"comment\":{}}],[\"not_authorized\",{\"_index\":86,\"name\":{\"94\":{},\"126\":{}},\"comment\":{}}],[\"oauthlist\",{\"_index\":63,\"name\":{\"68\":{},\"108\":{},\"127\":{},\"137\":{}},\"comment\":{}}],[\"oauthlistinternalevents\",{\"_index\":110,\"name\":{\"148\":{}},\"comment\":{}}],[\"oauthlistparams\",{\"_index\":104,\"name\":{\"135\":{}},\"comment\":{}}],[\"oauthliststyles\",{\"_index\":109,\"name\":{\"145\":{}},\"comment\":{}}],[\"oauthname\",{\"_index\":105,\"name\":{\"141\":{}},\"comment\":{}}],[\"off\",{\"_index\":57,\"name\":{\"62\":{},\"102\":{},\"134\":{}},\"comment\":{}}],[\"ok\",{\"_index\":106,\"name\":{\"142\":{}},\"comment\":{}}],[\"on\",{\"_index\":56,\"name\":{\"61\":{},\"101\":{},\"133\":{}},\"comment\":{}}],[\"onetap\",{\"_index\":51,\"name\":{\"55\":{}},\"comment\":{}}],[\"onetapcontentid\",{\"_index\":72,\"name\":{\"79\":{}},\"comment\":{}}],[\"onetapinternalevents\",{\"_index\":81,\"name\":{\"89\":{}},\"comment\":{}}],[\"onetapparams\",{\"_index\":58,\"name\":{\"63\":{}},\"comment\":{}}],[\"onetapskin\",{\"_index\":69,\"name\":{\"76\":{}},\"comment\":{}}],[\"onetapstyles\",{\"_index\":65,\"name\":{\"72\":{}},\"comment\":{}}],[\"open\",{\"_index\":75,\"name\":{\"83\":{}},\"comment\":{}}],[\"order\",{\"_index\":77,\"name\":{\"85\":{}},\"comment\":{}}],[\"participate\",{\"_index\":80,\"name\":{\"88\":{}},\"comment\":{}}],[\"place_order\",{\"_index\":78,\"name\":{\"86\":{}},\"comment\":{}}],[\"pol\",{\"_index\":12,\"name\":{\"12\":{}},\"comment\":{}}],[\"primary\",{\"_index\":70,\"name\":{\"77\":{}},\"comment\":{}}],[\"redirect\",{\"_index\":26,\"name\":{\"26\":{},\"29\":{}},\"comment\":{}}],[\"redirecturl\",{\"_index\":32,\"name\":{\"33\":{}},\"comment\":{}}],[\"registration_for_event\",{\"_index\":94,\"name\":{\"112\":{}},\"comment\":{}}],[\"render\",{\"_index\":52,\"name\":{\"57\":{},\"97\":{},\"129\":{}},\"comment\":{}}],[\"right\",{\"_index\":101,\"name\":{\"119\":{}},\"comment\":{}}],[\"rus\",{\"_index\":7,\"name\":{\"7\":{}},\"comment\":{}}],[\"scheme\",{\"_index\":18,\"name\":{\"18\":{},\"44\":{},\"70\":{},\"139\":{}},\"comment\":{}}],[\"secondary\",{\"_index\":71,\"name\":{\"78\":{}},\"comment\":{}}],[\"set\",{\"_index\":23,\"name\":{\"23\":{}},\"comment\":{}}],[\"show\",{\"_index\":54,\"name\":{\"59\":{},\"99\":{},\"131\":{}},\"comment\":{}}],[\"show_agreements_dialog\",{\"_index\":84,\"name\":{\"92\":{},\"124\":{}},\"comment\":{}}],[\"show_full_auth\",{\"_index\":83,\"name\":{\"91\":{},\"123\":{}},\"comment\":{}}],[\"showalternativelogin\",{\"_index\":59,\"name\":{\"64\":{},\"106\":{}},\"comment\":{}}],[\"sign_in\",{\"_index\":73,\"name\":{\"80\":{}},\"comment\":{}}],[\"sign_in_to_account\",{\"_index\":93,\"name\":{\"111\":{}},\"comment\":{}}],[\"sign_in_to_service\",{\"_index\":92,\"name\":{\"110\":{}},\"comment\":{}}],[\"sign_up\",{\"_index\":74,\"name\":{\"81\":{}},\"comment\":{}}],[\"skin\",{\"_index\":61,\"name\":{\"66\":{}},\"comment\":{}}],[\"spa\",{\"_index\":10,\"name\":{\"10\":{}},\"comment\":{}}],[\"start_authorize\",{\"_index\":85,\"name\":{\"93\":{},\"125\":{}},\"comment\":{}}],[\"state\",{\"_index\":33,\"name\":{\"34\":{}},\"comment\":{}}],[\"styles\",{\"_index\":60,\"name\":{\"65\":{},\"136\":{}},\"comment\":{}}],[\"submit_applications\",{\"_index\":95,\"name\":{\"113\":{}},\"comment\":{}}],[\"submit_request\",{\"_index\":79,\"name\":{\"87\":{}},\"comment\":{}}],[\"text\",{\"_index\":44,\"name\":{\"48\":{}},\"comment\":{}}],[\"token\",{\"_index\":47,\"name\":{\"51\":{}},\"comment\":{}}],[\"top\",{\"_index\":100,\"name\":{\"118\":{}},\"comment\":{}}],[\"ttl\",{\"_index\":49,\"name\":{\"53\":{}},\"comment\":{}}],[\"turkey\",{\"_index\":15,\"name\":{\"15\":{}},\"comment\":{}}],[\"type\",{\"_index\":48,\"name\":{\"52\":{}},\"comment\":{}}],[\"types\",{\"_index\":5,\"name\":{\"5\":{}},\"comment\":{}}],[\"ukr\",{\"_index\":8,\"name\":{\"8\":{}},\"comment\":{}}],[\"uuid\",{\"_index\":50,\"name\":{\"54\":{}},\"comment\":{}}],[\"uzb\",{\"_index\":14,\"name\":{\"14\":{}},\"comment\":{}}],[\"vk\",{\"_index\":108,\"name\":{\"144\":{}},\"comment\":{}}],[\"widgets/floatingonetap\",{\"_index\":3,\"name\":{\"3\":{}},\"comment\":{}}],[\"widgets/oauthlist\",{\"_index\":4,\"name\":{\"4\":{}},\"comment\":{}}],[\"widgets/onetap\",{\"_index\":2,\"name\":{\"2\":{}},\"comment\":{}}],[\"width\",{\"_index\":66,\"name\":{\"73\":{}},\"comment\":{}}]],\"pipeline\":[]}}"); |
{ | ||
"name": "@vkid/sdk", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "VK ID Web SDK", | ||
@@ -5,0 +5,0 @@ "main": "dist-sdk/cjs/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1510467
11237