@vocab/core 1.7.0-rollup-plugin-20251128052954 → 1.7.0-rollup-plugin-20251205045501
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/icu-handler.d.cts +1 -1
- package/dist/icu-handler.d.mts +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.mts +2 -2
- package/dist/runtime.d.cts +2 -2
- package/dist/runtime.d.mts +2 -2
- package/dist/{translation-file-BYpfsaON.d.mts → translation-file-C4qAmnhr.d.mts} +2 -2
- package/dist/{translation-file-CEHA7E01.d.cts → translation-file-DXnLvsY4.d.cts} +2 -2
- package/dist/translation-file.d.cts +2 -2
- package/dist/translation-file.d.mts +2 -2
- package/dist/{types-BjINWNTT.d.mts → types-Bybu5Wvr.d.cts} +2 -2
- package/dist/{types-DAHUt8RU.d.cts → types-rKEHSDgg.d.mts} +2 -2
- package/package.json +1 -1
package/dist/icu-handler.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { l as ParsedICUMessages, y as TranslationMessagesByKey } from "./types-Bybu5Wvr.cjs";
|
|
2
2
|
|
|
3
3
|
//#region src/icu-handler.d.ts
|
|
4
4
|
declare const getParsedICUMessages: (m: TranslationMessagesByKey, locale: string) => ParsedICUMessages<any>;
|
package/dist/icu-handler.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { l as ParsedICUMessages, y as TranslationMessagesByKey } from "./types-rKEHSDgg.mjs";
|
|
2
2
|
|
|
3
3
|
//#region src/icu-handler.d.ts
|
|
4
4
|
declare const getParsedICUMessages: (m: TranslationMessagesByKey, locale: string) => ParsedICUMessages<any>;
|
package/dist/index.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as
|
|
1
|
+
import { C as TranslationsByLanguage, S as TranslationsByKey, _ as TranslationKeys, a as LoadedTranslation, b as TranslationModule, c as ParsedFormatFnByKey, d as Tags, f as TranslationData, g as TranslationKey, h as TranslationFileMetadata, i as LanguageTarget, l as ParsedICUMessages, m as TranslationFileContents, n as GeneratedLanguageTarget, o as MessageGenerator, p as TranslationFile, r as LanguageName, s as ParsedFormatFn, t as FormatXMLElementFn, u as StringWithSuggestions, v as TranslationMessage, w as UserConfig, x as TranslationModuleByLanguage, y as TranslationMessagesByKey } from "./types-Bybu5Wvr.cjs";
|
|
2
2
|
|
|
3
3
|
//#region src/compile.d.ts
|
|
4
4
|
declare function watch(config: UserConfig): () => Promise<void>;
|
|
@@ -50,5 +50,5 @@ declare function loadAllTranslations({
|
|
|
50
50
|
withTags?: boolean;
|
|
51
51
|
}, config: UserConfig): Promise<LoadedTranslation[]>;
|
|
52
52
|
//#endregion
|
|
53
|
-
export { FormatXMLElementFn, GeneratedLanguageTarget, LanguageName, LanguageTarget, LoadedTranslation, MessageGenerator, ParsedFormatFn, ParsedFormatFnByKey,
|
|
53
|
+
export { FormatXMLElementFn, GeneratedLanguageTarget, LanguageName, LanguageTarget, LoadedTranslation, MessageGenerator, ParsedFormatFn, ParsedFormatFnByKey, ParsedICUMessages, StringWithSuggestions, Tags, TranslationData, TranslationFile, TranslationFileContents, TranslationFileMetadata, TranslationKey, TranslationKeys, TranslationMessage, TranslationMessagesByKey, TranslationModule, TranslationModuleByLanguage, TranslationsByKey, TranslationsByLanguage, UserConfig, compile, compiledVocabFileFilter, getAltLanguageFilePath, getAltLanguages, getDevLanguageFileFromTsFile, getUniqueKey, loadAllTranslations, loadTranslation, resolveConfig, resolveConfigSync, validate, validateConfig, watch };
|
|
54
54
|
//# sourceMappingURL=index.d.cts.map
|
package/dist/index.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as
|
|
1
|
+
import { C as TranslationsByLanguage, S as TranslationsByKey, _ as TranslationKeys, a as LoadedTranslation, b as TranslationModule, c as ParsedFormatFnByKey, d as Tags, f as TranslationData, g as TranslationKey, h as TranslationFileMetadata, i as LanguageTarget, l as ParsedICUMessages, m as TranslationFileContents, n as GeneratedLanguageTarget, o as MessageGenerator, p as TranslationFile, r as LanguageName, s as ParsedFormatFn, t as FormatXMLElementFn, u as StringWithSuggestions, v as TranslationMessage, w as UserConfig, x as TranslationModuleByLanguage, y as TranslationMessagesByKey } from "./types-rKEHSDgg.mjs";
|
|
2
2
|
|
|
3
3
|
//#region src/compile.d.ts
|
|
4
4
|
declare function watch(config: UserConfig): () => Promise<void>;
|
|
@@ -50,5 +50,5 @@ declare function loadAllTranslations({
|
|
|
50
50
|
withTags?: boolean;
|
|
51
51
|
}, config: UserConfig): Promise<LoadedTranslation[]>;
|
|
52
52
|
//#endregion
|
|
53
|
-
export { FormatXMLElementFn, GeneratedLanguageTarget, LanguageName, LanguageTarget, LoadedTranslation, MessageGenerator, ParsedFormatFn, ParsedFormatFnByKey,
|
|
53
|
+
export { FormatXMLElementFn, GeneratedLanguageTarget, LanguageName, LanguageTarget, LoadedTranslation, MessageGenerator, ParsedFormatFn, ParsedFormatFnByKey, ParsedICUMessages, StringWithSuggestions, Tags, TranslationData, TranslationFile, TranslationFileContents, TranslationFileMetadata, TranslationKey, TranslationKeys, TranslationMessage, TranslationMessagesByKey, TranslationModule, TranslationModuleByLanguage, TranslationsByKey, TranslationsByLanguage, UserConfig, compile, compiledVocabFileFilter, getAltLanguageFilePath, getAltLanguages, getDevLanguageFileFromTsFile, getUniqueKey, loadAllTranslations, loadTranslation, resolveConfig, resolveConfigSync, validate, validateConfig, watch };
|
|
54
54
|
//# sourceMappingURL=index.d.mts.map
|
package/dist/runtime.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { b as
|
|
2
|
-
import { t as createTranslationFile } from "./translation-file-
|
|
1
|
+
import { b as TranslationModule, y as TranslationMessagesByKey } from "./types-Bybu5Wvr.cjs";
|
|
2
|
+
import { t as createTranslationFile } from "./translation-file-DXnLvsY4.cjs";
|
|
3
3
|
|
|
4
4
|
//#region src/runtime.d.ts
|
|
5
5
|
declare const createLanguage: (module: TranslationMessagesByKey) => TranslationModule<any>;
|
package/dist/runtime.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { b as
|
|
2
|
-
import { t as createTranslationFile } from "./translation-file-
|
|
1
|
+
import { b as TranslationModule, y as TranslationMessagesByKey } from "./types-rKEHSDgg.mjs";
|
|
2
|
+
import { t as createTranslationFile } from "./translation-file-C4qAmnhr.mjs";
|
|
3
3
|
|
|
4
4
|
//#region src/runtime.d.ts
|
|
5
5
|
declare const createLanguage: (module: TranslationMessagesByKey) => TranslationModule<any>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { c as ParsedFormatFnByKey, p as TranslationFile, r as LanguageName, x as TranslationModuleByLanguage } from "./types-rKEHSDgg.mjs";
|
|
2
2
|
|
|
3
3
|
//#region src/translation-file.d.ts
|
|
4
4
|
declare function createTranslationFile<Language extends LanguageName, FormatFnByKey extends ParsedFormatFnByKey>(translationsByLanguage: TranslationModuleByLanguage<Language, FormatFnByKey>): TranslationFile<Language, FormatFnByKey>;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { createTranslationFile as t };
|
|
7
|
-
//# sourceMappingURL=translation-file-
|
|
7
|
+
//# sourceMappingURL=translation-file-C4qAmnhr.d.mts.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { c as ParsedFormatFnByKey, p as TranslationFile, r as LanguageName, x as TranslationModuleByLanguage } from "./types-Bybu5Wvr.cjs";
|
|
2
2
|
|
|
3
3
|
//#region src/translation-file.d.ts
|
|
4
4
|
declare function createTranslationFile<Language extends LanguageName, FormatFnByKey extends ParsedFormatFnByKey>(translationsByLanguage: TranslationModuleByLanguage<Language, FormatFnByKey>): TranslationFile<Language, FormatFnByKey>;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { createTranslationFile as t };
|
|
7
|
-
//# sourceMappingURL=translation-file-
|
|
7
|
+
//# sourceMappingURL=translation-file-DXnLvsY4.d.cts.map
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import "./types-
|
|
2
|
-
import { t as createTranslationFile } from "./translation-file-
|
|
1
|
+
import "./types-Bybu5Wvr.cjs";
|
|
2
|
+
import { t as createTranslationFile } from "./translation-file-DXnLvsY4.cjs";
|
|
3
3
|
export { createTranslationFile };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import "./types-
|
|
2
|
-
import { t as createTranslationFile } from "./translation-file-
|
|
1
|
+
import "./types-rKEHSDgg.mjs";
|
|
2
|
+
import { t as createTranslationFile } from "./translation-file-C4qAmnhr.mjs";
|
|
3
3
|
export { createTranslationFile };
|
|
@@ -142,5 +142,5 @@ type LoadedTranslation<Key extends TranslationKey = string> = {
|
|
|
142
142
|
metadata: TranslationFileMetadata;
|
|
143
143
|
};
|
|
144
144
|
//#endregion
|
|
145
|
-
export {
|
|
146
|
-
//# sourceMappingURL=types-
|
|
145
|
+
export { TranslationsByLanguage as C, TranslationsByKey as S, TranslationKeys as _, LoadedTranslation as a, TranslationModule as b, ParsedFormatFnByKey as c, Tags as d, TranslationData as f, TranslationKey as g, TranslationFileMetadata as h, LanguageTarget as i, ParsedICUMessages as l, TranslationFileContents as m, GeneratedLanguageTarget as n, MessageGenerator as o, TranslationFile as p, LanguageName as r, ParsedFormatFn as s, FormatXMLElementFn as t, StringWithSuggestions as u, TranslationMessage as v, UserConfig as w, TranslationModuleByLanguage as x, TranslationMessagesByKey as y };
|
|
146
|
+
//# sourceMappingURL=types-Bybu5Wvr.d.cts.map
|
|
@@ -142,5 +142,5 @@ type LoadedTranslation<Key extends TranslationKey = string> = {
|
|
|
142
142
|
metadata: TranslationFileMetadata;
|
|
143
143
|
};
|
|
144
144
|
//#endregion
|
|
145
|
-
export {
|
|
146
|
-
//# sourceMappingURL=types-
|
|
145
|
+
export { TranslationsByLanguage as C, TranslationsByKey as S, TranslationKeys as _, LoadedTranslation as a, TranslationModule as b, ParsedFormatFnByKey as c, Tags as d, TranslationData as f, TranslationKey as g, TranslationFileMetadata as h, LanguageTarget as i, ParsedICUMessages as l, TranslationFileContents as m, GeneratedLanguageTarget as n, MessageGenerator as o, TranslationFile as p, LanguageName as r, ParsedFormatFn as s, FormatXMLElementFn as t, StringWithSuggestions as u, TranslationMessage as v, UserConfig as w, TranslationModuleByLanguage as x, TranslationMessagesByKey as y };
|
|
146
|
+
//# sourceMappingURL=types-rKEHSDgg.d.mts.map
|