@quenty/inputkeymaputils 14.8.1 → 14.8.2-canary.497.2df557a.0
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/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [14.8.2-canary.497.2df557a.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/inputkeymaputils@14.8.1...@quenty/inputkeymaputils@14.8.2-canary.497.2df557a.0) (2024-09-20)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @quenty/inputkeymaputils
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [14.8.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/inputkeymaputils@14.8.0...@quenty/inputkeymaputils@14.8.1) (2024-09-20)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @quenty/inputkeymaputils
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quenty/inputkeymaputils",
|
|
3
|
-
"version": "14.8.
|
|
3
|
+
"version": "14.8.2-canary.497.2df557a.0",
|
|
4
4
|
"description": "System to define rebindable key bindings and inputs for Roblox.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Roblox",
|
|
@@ -26,26 +26,26 @@
|
|
|
26
26
|
"Quenty"
|
|
27
27
|
],
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@quenty/baseobject": "
|
|
30
|
-
"@quenty/brio": "
|
|
31
|
-
"@quenty/clienttranslator": "
|
|
32
|
-
"@quenty/ducktype": "
|
|
33
|
-
"@quenty/enumutils": "
|
|
34
|
-
"@quenty/inputmode": "
|
|
35
|
-
"@quenty/loader": "
|
|
36
|
-
"@quenty/maid": "
|
|
37
|
-
"@quenty/observablecollection": "
|
|
38
|
-
"@quenty/pseudolocalize": "
|
|
39
|
-
"@quenty/rx": "
|
|
40
|
-
"@quenty/servicebag": "
|
|
41
|
-
"@quenty/statestack": "
|
|
42
|
-
"@quenty/string": "
|
|
43
|
-
"@quenty/table": "
|
|
44
|
-
"@quenty/valuebaseutils": "
|
|
45
|
-
"@quenty/valueobject": "
|
|
29
|
+
"@quenty/baseobject": "10.4.1-canary.497.2df557a.0",
|
|
30
|
+
"@quenty/brio": "14.5.1-canary.497.2df557a.0",
|
|
31
|
+
"@quenty/clienttranslator": "14.6.2-canary.497.2df557a.0",
|
|
32
|
+
"@quenty/ducktype": "5.4.1-canary.497.2df557a.0",
|
|
33
|
+
"@quenty/enumutils": "3.2.1-canary.497.2df557a.0",
|
|
34
|
+
"@quenty/inputmode": "13.6.2-canary.497.2df557a.0",
|
|
35
|
+
"@quenty/loader": "10.4.1-canary.497.2df557a.0",
|
|
36
|
+
"@quenty/maid": "3.3.0",
|
|
37
|
+
"@quenty/observablecollection": "12.5.2-canary.497.2df557a.0",
|
|
38
|
+
"@quenty/pseudolocalize": "3.3.1-canary.497.2df557a.0",
|
|
39
|
+
"@quenty/rx": "13.5.1-canary.497.2df557a.0",
|
|
40
|
+
"@quenty/servicebag": "11.5.2-canary.497.2df557a.0",
|
|
41
|
+
"@quenty/statestack": "14.6.1-canary.497.2df557a.0",
|
|
42
|
+
"@quenty/string": "3.2.1-canary.497.2df557a.0",
|
|
43
|
+
"@quenty/table": "3.5.0",
|
|
44
|
+
"@quenty/valuebaseutils": "13.5.1-canary.497.2df557a.0",
|
|
45
|
+
"@quenty/valueobject": "13.5.1-canary.497.2df557a.0"
|
|
46
46
|
},
|
|
47
47
|
"publishConfig": {
|
|
48
48
|
"access": "public"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "2df557a9a5463c2c7beb257ff9f7786ac8ad746a"
|
|
51
51
|
}
|
|
@@ -42,7 +42,7 @@ function InputKeyMapServiceClient:_ensureLocalizationEntries()
|
|
|
42
42
|
local localizationTable = self._translator:GetLocalizationTable()
|
|
43
43
|
local key = inputKeyMapList:GetBindingTranslationKey()
|
|
44
44
|
local source = text
|
|
45
|
-
local context = ("InputKeyMapServiceClient.%s"
|
|
45
|
+
local context = string.format("InputKeyMapServiceClient.%s", inputKeyMapList:GetListName())
|
|
46
46
|
local localeId = "en"
|
|
47
47
|
local value = text
|
|
48
48
|
|
|
@@ -106,7 +106,7 @@ end
|
|
|
106
106
|
function InputKeyMapListProvider:GetInputKeyMapList(keyMapListName)
|
|
107
107
|
local keyMapList = self:FindInputKeyMapList(keyMapListName)
|
|
108
108
|
if not keyMapList then
|
|
109
|
-
error(("Bad keyMapListName %q"
|
|
109
|
+
error(string.format("Bad keyMapListName %q", tostring(keyMapListName)))
|
|
110
110
|
end
|
|
111
111
|
|
|
112
112
|
return keyMapList
|
|
@@ -139,7 +139,7 @@ function InputKeyMapListProvider:Add(inputKeyMapList)
|
|
|
139
139
|
assert(self._maid, "Not initialized")
|
|
140
140
|
|
|
141
141
|
if self._inputKeyMapLists[inputKeyMapList:GetListName()] then
|
|
142
|
-
error(("Already added %q"
|
|
142
|
+
error(string.format("Already added %q", inputKeyMapList:GetListName()))
|
|
143
143
|
end
|
|
144
144
|
|
|
145
145
|
self._inputKeyMapLists[inputKeyMapList:GetListName()] = inputKeyMapList
|
|
@@ -39,7 +39,7 @@ function InputKeyMapRegistryServiceShared:Init(serviceBag)
|
|
|
39
39
|
local providerName = provider:GetProviderName()
|
|
40
40
|
|
|
41
41
|
if self._providerLookupByName[providerName] then
|
|
42
|
-
error(("Already have a provider with name %q"
|
|
42
|
+
error(string.format("Already have a provider with name %q", providerName))
|
|
43
43
|
end
|
|
44
44
|
|
|
45
45
|
self._providerLookupByName[providerName] = provider
|