@tolgee/core
Advanced tools
Comparing version 4.6.0-rc.6a7caf3.0 to 4.6.0-rc.7a3a82b.0
@@ -5,1 +5,2 @@ export declare const RESTRICTED_ASCENDANT_ATTRIBUTE = "data-tolgee-restricted"; | ||
export declare const TOLGEE_WRAPPED_ONLY_DATA_ATTRIBUTE = "data-tolgee-key-only"; | ||
export declare const DEVTOOLS_ID = "__tolgee_dev_tools"; |
@@ -11,2 +11,3 @@ import { DependencyService } from '../services/DependencyService'; | ||
run(): void; | ||
stop(): void; | ||
private readonly highlight; | ||
@@ -16,5 +17,15 @@ private readonly unhighlight; | ||
private updateCursorPosition; | ||
private initKeyListener; | ||
private blockEvents; | ||
private onMouseMove; | ||
private onBlur; | ||
private onKeyDown; | ||
private onKeyUp; | ||
private onScroll; | ||
private onClick; | ||
private initEventListeners; | ||
private removeEventListeners; | ||
private isInUiDialog; | ||
private getClosestTolgeeElement; | ||
private findAncestor; | ||
private areKeysDown; | ||
} |
@@ -82,8 +82,5 @@ export interface TextInputElementData { | ||
nodes: Set<NodeWithMeta>; | ||
listeningForHighlighting?: boolean; | ||
removeAllEventListeners?: () => void; | ||
highlightEl?: HTMLDivElement; | ||
highlight?: () => void; | ||
unhighlight?: () => void; | ||
initialBackgroundColor?: string; | ||
/** | ||
@@ -90,0 +87,0 @@ * Stops removing of element's inactive nodes and |
{ | ||
"name": "@tolgee/core", | ||
"version": "4.6.0-rc.6a7caf3.0", | ||
"version": "4.6.0-rc.7a3a82b.0", | ||
"description": "Library providing ability to translate messages directly in context of developed application.", | ||
@@ -33,3 +33,3 @@ "main": "index.js", | ||
"typedoc": "typedoc --entryPointStrategy expand --out docs src/index.ts src/Tolgee.ts src/types.ts src/services/EventEmitter.ts src/services/Subscription.ts", | ||
"tsc": "tsc --noEmit" | ||
"tsc": "tsc --noEmit --emitDeclarationOnly false" | ||
}, | ||
@@ -69,3 +69,3 @@ "author": "JanCizmar", | ||
}, | ||
"gitHead": "6b14274971e7e31b16d5fb37e6eceaea0d3f17f6", | ||
"gitHead": "923500bda3a3e04897e1abbbde6c9dd7e431948f", | ||
"publishConfig": { | ||
@@ -72,0 +72,0 @@ "access": "public" |
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 too big to display
Sorry, the diff of this file is not supported yet
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 too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
2217191
19367