@typeolymp/utils 1.0.3 → 1.0.5
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/build/enums/Difficulty.d.ts +6 -0
- package/build/enums/Difficulty.js +11 -0
- package/build/enums/Difficulty.js.map +1 -0
- package/build/enums/KeyboardLayout.d.ts +4 -5
- package/build/enums/KeyboardLayout.js +3 -4
- package/build/enums/KeyboardLayout.js.map +1 -1
- package/build/enums/index.d.ts +1 -0
- package/build/enums/index.js +1 -0
- package/build/enums/index.js.map +1 -1
- package/build/mappers/index.d.ts +0 -1
- package/build/mappers/index.js +0 -1
- package/build/mappers/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.Difficulty = void 0;
|
|
4
|
+
var Difficulty;
|
|
5
|
+
(function (Difficulty) {
|
|
6
|
+
Difficulty["BEGINNER"] = "BEGINNER";
|
|
7
|
+
Difficulty["EASY"] = "EASY";
|
|
8
|
+
Difficulty["NORMAL"] = "NORMAL";
|
|
9
|
+
Difficulty["HARD"] = "HARD";
|
|
10
|
+
})(Difficulty = exports.Difficulty || (exports.Difficulty = {}));
|
|
11
|
+
//# sourceMappingURL=Difficulty.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Difficulty.js","sourceRoot":"","sources":["../../src/enums/Difficulty.ts"],"names":[],"mappings":";;;AAAA,IAAY,UAKX;AALD,WAAY,UAAU;IACpB,mCAAqB,CAAA;IACrB,2BAAa,CAAA;IACb,+BAAiB,CAAA;IACjB,2BAAa,CAAA;AACf,CAAC,EALW,UAAU,GAAV,kBAAU,KAAV,kBAAU,QAKrB"}
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
export declare enum KeyboardLayout {
|
|
2
|
-
QWERTY_NL = "qwerty-nl",
|
|
3
|
-
QWERTY_UK = "qwerty-uk",
|
|
4
|
-
QWERTY_US = "qwerty-us",
|
|
5
2
|
AZERTY_BE = "azerty-be",
|
|
6
3
|
AZERTY_FR = "azerty-fr",
|
|
4
|
+
QWERTY_NL = "qwerty-nl",
|
|
5
|
+
QWERTY_UK = "qwerty-uk",
|
|
7
6
|
QWERTZ_DE = "qwertz-de",
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
TURKISH_F = "turkish-f",
|
|
8
|
+
TURKISH_Q = "turkish-q"
|
|
10
9
|
}
|
|
@@ -3,13 +3,12 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.KeyboardLayout = void 0;
|
|
4
4
|
var KeyboardLayout;
|
|
5
5
|
(function (KeyboardLayout) {
|
|
6
|
-
KeyboardLayout["QWERTY_NL"] = "qwerty-nl";
|
|
7
|
-
KeyboardLayout["QWERTY_UK"] = "qwerty-uk";
|
|
8
|
-
KeyboardLayout["QWERTY_US"] = "qwerty-us";
|
|
9
6
|
KeyboardLayout["AZERTY_BE"] = "azerty-be";
|
|
10
7
|
KeyboardLayout["AZERTY_FR"] = "azerty-fr";
|
|
8
|
+
KeyboardLayout["QWERTY_NL"] = "qwerty-nl";
|
|
9
|
+
KeyboardLayout["QWERTY_UK"] = "qwerty-uk";
|
|
11
10
|
KeyboardLayout["QWERTZ_DE"] = "qwertz-de";
|
|
12
|
-
KeyboardLayout["TURKISH_Q"] = "turkish-q";
|
|
13
11
|
KeyboardLayout["TURKISH_F"] = "turkish-f";
|
|
12
|
+
KeyboardLayout["TURKISH_Q"] = "turkish-q";
|
|
14
13
|
})(KeyboardLayout = exports.KeyboardLayout || (exports.KeyboardLayout = {}));
|
|
15
14
|
//# sourceMappingURL=KeyboardLayout.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KeyboardLayout.js","sourceRoot":"","sources":["../../src/enums/KeyboardLayout.ts"],"names":[],"mappings":";;;AAAA,IAAY,
|
|
1
|
+
{"version":3,"file":"KeyboardLayout.js","sourceRoot":"","sources":["../../src/enums/KeyboardLayout.ts"],"names":[],"mappings":";;;AAAA,IAAY,cAQX;AARD,WAAY,cAAc;IACxB,yCAAuB,CAAA;IACvB,yCAAuB,CAAA;IACvB,yCAAuB,CAAA;IACvB,yCAAuB,CAAA;IACvB,yCAAuB,CAAA;IACvB,yCAAuB,CAAA;IACvB,yCAAuB,CAAA;AACzB,CAAC,EARW,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAQzB"}
|
package/build/enums/index.d.ts
CHANGED
package/build/enums/index.js
CHANGED
|
@@ -19,6 +19,7 @@ __exportStar(require("./AchievementType"), exports);
|
|
|
19
19
|
__exportStar(require("./Color"), exports);
|
|
20
20
|
__exportStar(require("./Country"), exports);
|
|
21
21
|
__exportStar(require("./Currency"), exports);
|
|
22
|
+
__exportStar(require("./Difficulty"), exports);
|
|
22
23
|
__exportStar(require("./ExerciseType"), exports);
|
|
23
24
|
__exportStar(require("./HttpStatus"), exports);
|
|
24
25
|
__exportStar(require("./KeyboardLayout"), exports);
|
package/build/enums/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/enums/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,gDAA8B;AAC9B,oDAAkC;AAClC,0CAAwB;AACxB,4CAA0B;AAC1B,6CAA2B;AAC3B,iDAA+B;AAC/B,+CAA6B;AAC7B,mDAAiC;AACjC,2CAAyB;AACzB,0CAAwB;AACxB,4CAA0B;AAC1B,qDAAmC;AACnC,yCAAuB;AACvB,8CAA4B"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/enums/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,gDAA8B;AAC9B,oDAAkC;AAClC,0CAAwB;AACxB,4CAA0B;AAC1B,6CAA2B;AAC3B,+CAA6B;AAC7B,iDAA+B;AAC/B,+CAA6B;AAC7B,mDAAiC;AACjC,2CAAyB;AACzB,0CAAwB;AACxB,4CAA0B;AAC1B,qDAAmC;AACnC,yCAAuB;AACvB,8CAA4B"}
|
package/build/mappers/index.d.ts
CHANGED
package/build/mappers/index.js
CHANGED
|
@@ -18,5 +18,4 @@ __exportStar(require("./getCountryByLocale"), exports);
|
|
|
18
18
|
__exportStar(require("./getCurrencyByLocale"), exports);
|
|
19
19
|
__exportStar(require("./getKeyboardLayoutByLocale"), exports);
|
|
20
20
|
__exportStar(require("./getNativeLanguageByLocale"), exports);
|
|
21
|
-
__exportStar(require("./getPricing"), exports);
|
|
22
21
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/mappers/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uDAAqC;AACrC,wDAAsC;AACtC,8DAA4C;AAC5C,8DAA4C
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/mappers/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uDAAqC;AACrC,wDAAsC;AACtC,8DAA4C;AAC5C,8DAA4C"}
|