@flashist/flibs 0.0.263 → 0.0.264

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.
@@ -0,0 +1,5 @@
1
+ export declare enum LocaleId {
2
+ DEFAULT = "default",
3
+ EN = "en",
4
+ RU = "ru"
5
+ }
@@ -0,0 +1,7 @@
1
+ export var LocaleId;
2
+ (function (LocaleId) {
3
+ LocaleId["DEFAULT"] = "default";
4
+ LocaleId["EN"] = "en";
5
+ LocaleId["RU"] = "ru";
6
+ })(LocaleId || (LocaleId = {}));
7
+ //# sourceMappingURL=LocaleId.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LocaleId.js","sourceRoot":"","sources":["../../src/locale/LocaleId.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,QAIX;AAJD,WAAY,QAAQ;IAChB,+BAAmB,CAAA;IACnB,qBAAS,CAAA;IACT,qBAAS,CAAA;AACb,CAAC,EAJW,QAAQ,KAAR,QAAQ,QAInB"}
package/locale/index.d.ts CHANGED
@@ -1,3 +1,3 @@
1
1
  export * from './ILocaleConfig';
2
- export * from './LanguageId';
2
+ export * from './LocaleId';
3
3
  export * from './LocaleManager';
package/locale/index.js CHANGED
@@ -1,4 +1,4 @@
1
1
  export * from './ILocaleConfig';
2
- export * from './LanguageId';
2
+ export * from './LocaleId';
3
3
  export * from './LocaleManager';
4
4
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/locale/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/locale/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,cAAc,YAAY,CAAC;AAC3B,cAAc,iBAAiB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flashist/flibs",
3
- "version": "0.0.263",
3
+ "version": "0.0.264",
4
4
  "scripts": {},
5
5
  "license": "MIT",
6
6
  "private": false,
@@ -1,4 +0,0 @@
1
- export declare class Language {
2
- static RU: string;
3
- static EN: string;
4
- }
@@ -1,5 +0,0 @@
1
- export class Language {
2
- }
3
- Language.RU = "ru";
4
- Language.EN = "en";
5
- //# sourceMappingURL=LanguageId.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"LanguageId.js","sourceRoot":"","sources":["../../src/locale/LanguageId.ts"],"names":[],"mappings":"AAAA,MAAM,OAAO,QAAQ;;AACH,WAAE,GAAU,IAAI,CAAC;AACjB,WAAE,GAAU,IAAI,CAAC"}