@itgenio/edik-localization
Advanced tools
Comparing version 0.0.1 to 0.0.2-beta.0
@@ -1,2 +0,1 @@ | ||
import { IReactionDisposer } from 'mobx'; | ||
import { EdikLocales } from './localization'; | ||
@@ -10,8 +9,7 @@ type LocaleParams = Record<string, string | number | boolean>; | ||
static readonly TAG: string; | ||
static readonly KEY_PREFIX: string; | ||
static readonly KEY_ATTR: string; | ||
static readonly KEY_PREFIX: string; | ||
wrapper: HTMLSpanElement; | ||
connected: boolean; | ||
disposer: IReactionDisposer; | ||
observer: MutationObserver; | ||
private readonly wrapper; | ||
private readonly disposer; | ||
private readonly observer; | ||
constructor(); | ||
@@ -18,0 +16,0 @@ get key(): string; |
@@ -1,2 +0,2 @@ | ||
import { EdikLocales } from 'localization'; | ||
import { EdikLocales } from './localization'; | ||
declare class EdikLocale { | ||
@@ -3,0 +3,0 @@ locale: EdikLocales; |
{ | ||
"name": "@itgenio/edik-localization", | ||
"version": "0.0.1", | ||
"version": "0.0.2-beta.0", | ||
"description": "Локализация для Edik", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
362168
10020