@tolgee/core
Advanced tools
Comparing version 1.8.0 to 1.8.1
@@ -1,14 +0,1 @@ | ||
export interface TolgeeTextInputElement extends HTMLElement { | ||
__tolgee: TextInputElementData; | ||
selectionStart: number; | ||
value: string; | ||
} | ||
export interface TolgeeTextAreaElement extends TolgeeTextInputElement, HTMLTextAreaElement { | ||
addEventListener: any; | ||
removeEventListener: any; | ||
} | ||
export interface TolgeeInputElement extends TolgeeTextInputElement, HTMLInputElement { | ||
addEventListener: any; | ||
removeEventListener: any; | ||
} | ||
export interface TextInputElementData { | ||
@@ -15,0 +2,0 @@ oldValue: string; |
{ | ||
"name": "@tolgee/core", | ||
"version": "1.8.0", | ||
"version": "1.8.1", | ||
"description": "Library providing ability to translate messages directly in context of developed application.", | ||
@@ -12,2 +12,3 @@ "main": "index.js", | ||
}, | ||
"homepage": "https://tolgee.io", | ||
"keywords": [ | ||
@@ -30,3 +31,4 @@ "localization", | ||
"develop": "concurrently \"rollup -c rollup.config.js -w\" \"tsc --watch\" ", | ||
"schema": "openapi-typescript http://localhost:8080/v3/api-docs/All%20Internal%20-%20for%20Tolgee%20Web%20application --output ./src/types/apiSchema.generated.ts" | ||
"schema": "openapi-typescript http://localhost:8080/v3/api-docs/All%20Internal%20-%20for%20Tolgee%20Web%20application --output ./src/types/apiSchema.generated.ts", | ||
"typedoc": "typedoc --entryPointStrategy expand --out docs src/index.ts src/Tolgee.ts src/types.ts src/services/EventEmitter.ts src/services/Subscription.ts" | ||
}, | ||
@@ -57,5 +59,7 @@ "author": "JanCizmar", | ||
"tslib": "^2.3.1", | ||
"typedoc": "0.22.5", | ||
"typedoc-plugin-markdown": "3.11.3", | ||
"typescript": "4.4.3" | ||
}, | ||
"gitHead": "eb9fa7bbf18651a8ce43f8aa1afa3163866282d3", | ||
"gitHead": "05481ccb98e7c60ffc6fff1e1a8b261119340e14", | ||
"publishConfig": { | ||
@@ -62,0 +66,0 @@ "access": "public" |
@@ -37,2 +37,9 @@ ![test workflow](https://github.com/tolgee/tolgee-js/actions/workflows/test.yml/badge.svg) | ||
## Features | ||
- All in One localization solution for your JS application 🙌 | ||
- Out of box in-context localization 🎉 | ||
- Automated screenshot generation 📷 | ||
- Translation management platform 🎈 | ||
- Open-source 🔥 | ||
To learn more, check [Hello World example](https://toolkit.tolgee.io/docs/web/get_started/hello_world). |
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
2756292
0
45
19
23206