@wayward/types 2.15.0-beta.dev.20251022.1 → 2.15.0-beta.dev.20251024.1
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/definitions/game/game/curse/Curse.d.ts +3 -2
- package/definitions/game/game/curse/CurseEvent.d.ts +11 -0
- package/definitions/game/game/curse/event/CurseEventHatedByTheWilds.d.ts +18 -0
- package/definitions/game/game/curse/event/CurseEventLovedByTheWilds.d.ts +18 -0
- package/definitions/game/game/entity/EntityMovable.d.ts +4 -0
- package/definitions/game/game/entity/ai/AI.d.ts +11 -7
- package/definitions/game/game/entity/creature/Creature.d.ts +7 -1
- package/definitions/game/game/entity/creature/CreatureManager.d.ts +1 -1
- package/definitions/game/game/entity/creature/zone/ICreatureZone.d.ts +17 -0
- package/definitions/game/game/entity/creature/zone/zones/arid/AridCreatureCombos.d.ts +13 -0
- package/definitions/game/game/entity/creature/zone/zones/coastal/CoastalCreatureCombos.d.ts +13 -0
- package/definitions/game/game/entity/creature/zone/zones/iceCap/IceCapCreatureCombos.d.ts +13 -0
- package/definitions/game/game/entity/creature/zone/zones/volcanic/VolcanicCreatureCombos.d.ts +13 -0
- package/definitions/game/game/entity/creature/zone/zones/wetlands/WetlandsCreatureCombos.d.ts +13 -0
- package/definitions/game/game/inspection/infoProviders/stat/TemperatureInfo.d.ts +18 -0
- package/definitions/game/game/tile/Tile.d.ts +1 -0
- package/definitions/game/game/tile/events/Fire.d.ts +1 -1
- package/definitions/game/language/Dictionary.d.ts +110 -110
- package/definitions/game/language/DictionaryMap.d.ts +218 -218
- package/definitions/game/language/Translation.d.ts +1 -1
- package/definitions/game/language/dictionary/UiTranslation.d.ts +632 -628
- package/definitions/game/renderer/notifier/INotifier.d.ts +4 -0
- package/definitions/game/renderer/world/WorldRenderer.d.ts +0 -1
- package/definitions/game/ui/screen/screens/menu/menus/MainMenu.d.ts +7 -1
- package/definitions/game/utilities/Observer.d.ts +2 -0
- package/definitions/utilities/Errors.d.ts +1 -1
- package/definitions/utilities/log/ErrorReporting.d.ts +1 -0
- package/package.json +1 -1
|
@@ -129,45 +129,47 @@ declare const dictionaryMap: {
|
|
|
129
129
|
23: typeof CurseComponent;
|
|
130
130
|
24: typeof CurseEventType;
|
|
131
131
|
25: typeof CurseGroup;
|
|
132
|
-
26: typeof
|
|
133
|
-
27: typeof
|
|
132
|
+
26: typeof CustomModifierType;
|
|
133
|
+
27: typeof DamageType;
|
|
134
134
|
28: typeof Deity;
|
|
135
|
-
29: typeof
|
|
136
|
-
30: typeof
|
|
137
|
-
31: typeof
|
|
138
|
-
32: typeof
|
|
139
|
-
33: typeof
|
|
140
|
-
34: typeof
|
|
141
|
-
35: typeof
|
|
142
|
-
36: typeof
|
|
143
|
-
37: typeof
|
|
144
|
-
38: typeof
|
|
145
|
-
39: typeof
|
|
146
|
-
40: typeof
|
|
147
|
-
41: typeof
|
|
148
|
-
42: typeof
|
|
149
|
-
43: typeof
|
|
150
|
-
44: typeof
|
|
151
|
-
45: typeof
|
|
152
|
-
46: typeof
|
|
153
|
-
47: typeof
|
|
154
|
-
48: typeof
|
|
155
|
-
49: typeof
|
|
156
|
-
50: typeof
|
|
157
|
-
51: typeof
|
|
158
|
-
52: typeof
|
|
159
|
-
53: typeof
|
|
160
|
-
54:
|
|
161
|
-
55: typeof
|
|
162
|
-
56:
|
|
163
|
-
57: typeof
|
|
164
|
-
58: typeof
|
|
165
|
-
59: typeof
|
|
166
|
-
60: typeof
|
|
167
|
-
61: typeof
|
|
168
|
-
62: typeof
|
|
169
|
-
63: typeof
|
|
170
|
-
64:
|
|
135
|
+
29: typeof Deity;
|
|
136
|
+
30: typeof DialogId;
|
|
137
|
+
31: typeof Direction;
|
|
138
|
+
32: typeof InfoDisplayLevel;
|
|
139
|
+
33: typeof DoctorCureType;
|
|
140
|
+
34: typeof DoctorCureMethod;
|
|
141
|
+
35: typeof DoodadType;
|
|
142
|
+
36: typeof DoodadTypeExtra;
|
|
143
|
+
37: typeof DoodadTypeGroup;
|
|
144
|
+
38: typeof DrawnMapTheme;
|
|
145
|
+
39: typeof DurabilityLevel;
|
|
146
|
+
40: typeof EquipEffect;
|
|
147
|
+
41: typeof EquipType;
|
|
148
|
+
42: typeof ExhaustionLevel;
|
|
149
|
+
43: typeof FireStage;
|
|
150
|
+
44: typeof FontStyle;
|
|
151
|
+
45: typeof GameEndMessage;
|
|
152
|
+
46: typeof GameMode;
|
|
153
|
+
47: typeof GameOptionsIcon;
|
|
154
|
+
48: typeof GrowingStage;
|
|
155
|
+
49: typeof GrowingStage;
|
|
156
|
+
50: typeof Health;
|
|
157
|
+
51: typeof HealthAccuracy;
|
|
158
|
+
52: typeof HelpArticle;
|
|
159
|
+
53: typeof HighscoreSort;
|
|
160
|
+
54: typeof HumanName;
|
|
161
|
+
55: typeof HungerLevel;
|
|
162
|
+
56: symbol;
|
|
163
|
+
57: typeof InspectType;
|
|
164
|
+
58: typeof InterruptChoice;
|
|
165
|
+
59: typeof IslandModifierType;
|
|
166
|
+
60: typeof IslandName;
|
|
167
|
+
61: typeof BiomeType;
|
|
168
|
+
62: typeof BiomeType;
|
|
169
|
+
63: typeof IslandModifierType;
|
|
170
|
+
64: typeof CreatureType;
|
|
171
|
+
65: typeof ItemType;
|
|
172
|
+
66: {
|
|
171
173
|
Bow: ItemType.Bow;
|
|
172
174
|
None: ItemType.None;
|
|
173
175
|
String: ItemType.String;
|
|
@@ -1025,7 +1027,7 @@ declare const dictionaryMap: {
|
|
|
1025
1027
|
SnowScarecrow2: ItemTypeExtra.SnowScarecrow2;
|
|
1026
1028
|
SnowScarecrow3: ItemTypeExtra.SnowScarecrow3;
|
|
1027
1029
|
};
|
|
1028
|
-
|
|
1030
|
+
67: {
|
|
1029
1031
|
Bow: ItemType.Bow;
|
|
1030
1032
|
None: ItemType.None;
|
|
1031
1033
|
String: ItemType.String;
|
|
@@ -1883,76 +1885,74 @@ declare const dictionaryMap: {
|
|
|
1883
1885
|
SnowScarecrow2: ItemTypeExtra.SnowScarecrow2;
|
|
1884
1886
|
SnowScarecrow3: ItemTypeExtra.SnowScarecrow3;
|
|
1885
1887
|
};
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
134: typeof CustomModifierType;
|
|
1955
|
-
135: typeof GameOptionsIcon;
|
|
1888
|
+
68: typeof ItemTypeExtra;
|
|
1889
|
+
69: typeof ItemTypeGroup;
|
|
1890
|
+
70: typeof JoinServerRetryReason;
|
|
1891
|
+
71: typeof Label;
|
|
1892
|
+
72: typeof Level;
|
|
1893
|
+
73: typeof LighthouseName;
|
|
1894
|
+
74: typeof Load;
|
|
1895
|
+
75: symbol;
|
|
1896
|
+
76: typeof MagicalPropertyType;
|
|
1897
|
+
77: typeof MagicalPropertyType;
|
|
1898
|
+
78: symbol;
|
|
1899
|
+
79: typeof MapQuality;
|
|
1900
|
+
80: typeof MenuBarButtonType;
|
|
1901
|
+
81: typeof Message;
|
|
1902
|
+
82: typeof MessageFilterDefault;
|
|
1903
|
+
83: typeof MessageTimestamp;
|
|
1904
|
+
84: typeof Milestone;
|
|
1905
|
+
85: typeof MilestoneModifierGroup;
|
|
1906
|
+
86: typeof MilestoneSort;
|
|
1907
|
+
87: typeof MiscTranslation;
|
|
1908
|
+
88: typeof CanLoadState;
|
|
1909
|
+
89: typeof ModLoadFailureReason;
|
|
1910
|
+
90: typeof ModProvide;
|
|
1911
|
+
91: typeof ModSort;
|
|
1912
|
+
92: typeof ModType;
|
|
1913
|
+
93: typeof MultiplayerCompatibility;
|
|
1914
|
+
94: typeof DisconnectReason;
|
|
1915
|
+
95: typeof MusicPlaylist;
|
|
1916
|
+
96: typeof Note;
|
|
1917
|
+
97: typeof NPCType;
|
|
1918
|
+
98: symbol;
|
|
1919
|
+
99: typeof PartOfDay;
|
|
1920
|
+
100: typeof Prompt;
|
|
1921
|
+
101: typeof QuadrantComponentId;
|
|
1922
|
+
102: typeof QuadrantComponentContextMenuAction;
|
|
1923
|
+
103: typeof Quality;
|
|
1924
|
+
104: typeof QuestType;
|
|
1925
|
+
105: typeof QuestRequirementType;
|
|
1926
|
+
106: typeof RecipeLevel;
|
|
1927
|
+
107: typeof Direction;
|
|
1928
|
+
108: typeof Riddle;
|
|
1929
|
+
109: typeof Runekeeper.Domain;
|
|
1930
|
+
110: typeof Runekeeper.Event;
|
|
1931
|
+
111: typeof SaveImportErrorReason;
|
|
1932
|
+
112: typeof SaveSort;
|
|
1933
|
+
113: typeof SkillType;
|
|
1934
|
+
114: typeof SkillSort;
|
|
1935
|
+
115: typeof Source;
|
|
1936
|
+
116: typeof Stat;
|
|
1937
|
+
117: typeof StatusType;
|
|
1938
|
+
118: typeof StatusEffectType;
|
|
1939
|
+
119: typeof StatusThreatLevel;
|
|
1940
|
+
120: typeof SteamInputKeyboardPosition;
|
|
1941
|
+
121: typeof Responsibility;
|
|
1942
|
+
122: typeof TempType;
|
|
1943
|
+
123: typeof Term;
|
|
1944
|
+
124: typeof TerrainType;
|
|
1945
|
+
125: typeof ThirstLevel;
|
|
1946
|
+
126: typeof TileEventType;
|
|
1947
|
+
127: typeof TooltipVisibilityOption;
|
|
1948
|
+
128: typeof UiTranslation;
|
|
1949
|
+
129: typeof Quadrant;
|
|
1950
|
+
130: typeof UnableToJoinReason;
|
|
1951
|
+
131: typeof UnlockedRecipesStrategy;
|
|
1952
|
+
132: typeof UsableActionType;
|
|
1953
|
+
133: typeof Website;
|
|
1954
|
+
134: typeof WeightStatus;
|
|
1955
|
+
135: typeof WorldZ;
|
|
1956
1956
|
};
|
|
1957
1957
|
export declare const strictDictionaries: {
|
|
1958
1958
|
0: typeof ActionType;
|
|
@@ -1981,45 +1981,47 @@ export declare const strictDictionaries: {
|
|
|
1981
1981
|
23: typeof CurseComponent;
|
|
1982
1982
|
24: typeof CurseEventType;
|
|
1983
1983
|
25: typeof CurseGroup;
|
|
1984
|
-
26: typeof
|
|
1985
|
-
27: typeof
|
|
1984
|
+
26: typeof CustomModifierType;
|
|
1985
|
+
27: typeof DamageType;
|
|
1986
1986
|
28: typeof Deity;
|
|
1987
|
-
29: typeof
|
|
1988
|
-
30: typeof
|
|
1989
|
-
31: typeof
|
|
1990
|
-
32: typeof
|
|
1991
|
-
33: typeof
|
|
1992
|
-
34: typeof
|
|
1993
|
-
35: typeof
|
|
1994
|
-
36: typeof
|
|
1995
|
-
37: typeof
|
|
1996
|
-
38: typeof
|
|
1997
|
-
39: typeof
|
|
1998
|
-
40: typeof
|
|
1999
|
-
41: typeof
|
|
2000
|
-
42: typeof
|
|
2001
|
-
43: typeof
|
|
2002
|
-
44: typeof
|
|
2003
|
-
45: typeof
|
|
2004
|
-
46: typeof
|
|
2005
|
-
47: typeof
|
|
2006
|
-
48: typeof
|
|
2007
|
-
49: typeof
|
|
2008
|
-
50: typeof
|
|
2009
|
-
51: typeof
|
|
2010
|
-
52: typeof
|
|
2011
|
-
53: typeof
|
|
2012
|
-
54:
|
|
2013
|
-
55: typeof
|
|
2014
|
-
56:
|
|
2015
|
-
57: typeof
|
|
2016
|
-
58: typeof
|
|
2017
|
-
59: typeof
|
|
2018
|
-
60: typeof
|
|
2019
|
-
61: typeof
|
|
2020
|
-
62: typeof
|
|
2021
|
-
63: typeof
|
|
2022
|
-
64:
|
|
1987
|
+
29: typeof Deity;
|
|
1988
|
+
30: typeof DialogId;
|
|
1989
|
+
31: typeof Direction;
|
|
1990
|
+
32: typeof InfoDisplayLevel;
|
|
1991
|
+
33: typeof DoctorCureType;
|
|
1992
|
+
34: typeof DoctorCureMethod;
|
|
1993
|
+
35: typeof DoodadType;
|
|
1994
|
+
36: typeof DoodadTypeExtra;
|
|
1995
|
+
37: typeof DoodadTypeGroup;
|
|
1996
|
+
38: typeof DrawnMapTheme;
|
|
1997
|
+
39: typeof DurabilityLevel;
|
|
1998
|
+
40: typeof EquipEffect;
|
|
1999
|
+
41: typeof EquipType;
|
|
2000
|
+
42: typeof ExhaustionLevel;
|
|
2001
|
+
43: typeof FireStage;
|
|
2002
|
+
44: typeof FontStyle;
|
|
2003
|
+
45: typeof GameEndMessage;
|
|
2004
|
+
46: typeof GameMode;
|
|
2005
|
+
47: typeof GameOptionsIcon;
|
|
2006
|
+
48: typeof GrowingStage;
|
|
2007
|
+
49: typeof GrowingStage;
|
|
2008
|
+
50: typeof Health;
|
|
2009
|
+
51: typeof HealthAccuracy;
|
|
2010
|
+
52: typeof HelpArticle;
|
|
2011
|
+
53: typeof HighscoreSort;
|
|
2012
|
+
54: typeof HumanName;
|
|
2013
|
+
55: typeof HungerLevel;
|
|
2014
|
+
56: symbol;
|
|
2015
|
+
57: typeof InspectType;
|
|
2016
|
+
58: typeof InterruptChoice;
|
|
2017
|
+
59: typeof IslandModifierType;
|
|
2018
|
+
60: typeof IslandName;
|
|
2019
|
+
61: typeof BiomeType;
|
|
2020
|
+
62: typeof BiomeType;
|
|
2021
|
+
63: typeof IslandModifierType;
|
|
2022
|
+
64: typeof CreatureType;
|
|
2023
|
+
65: typeof ItemType;
|
|
2024
|
+
66: {
|
|
2023
2025
|
Bow: ItemType.Bow;
|
|
2024
2026
|
None: ItemType.None;
|
|
2025
2027
|
String: ItemType.String;
|
|
@@ -2877,7 +2879,7 @@ export declare const strictDictionaries: {
|
|
|
2877
2879
|
SnowScarecrow2: ItemTypeExtra.SnowScarecrow2;
|
|
2878
2880
|
SnowScarecrow3: ItemTypeExtra.SnowScarecrow3;
|
|
2879
2881
|
};
|
|
2880
|
-
|
|
2882
|
+
67: {
|
|
2881
2883
|
Bow: ItemType.Bow;
|
|
2882
2884
|
None: ItemType.None;
|
|
2883
2885
|
String: ItemType.String;
|
|
@@ -3735,76 +3737,74 @@ export declare const strictDictionaries: {
|
|
|
3735
3737
|
SnowScarecrow2: ItemTypeExtra.SnowScarecrow2;
|
|
3736
3738
|
SnowScarecrow3: ItemTypeExtra.SnowScarecrow3;
|
|
3737
3739
|
};
|
|
3738
|
-
|
|
3739
|
-
|
|
3740
|
-
|
|
3741
|
-
|
|
3742
|
-
|
|
3743
|
-
|
|
3744
|
-
|
|
3745
|
-
|
|
3746
|
-
|
|
3747
|
-
|
|
3748
|
-
|
|
3749
|
-
|
|
3750
|
-
|
|
3751
|
-
|
|
3752
|
-
|
|
3753
|
-
|
|
3754
|
-
|
|
3755
|
-
|
|
3756
|
-
|
|
3757
|
-
|
|
3758
|
-
|
|
3759
|
-
|
|
3760
|
-
|
|
3761
|
-
|
|
3762
|
-
|
|
3763
|
-
|
|
3764
|
-
|
|
3765
|
-
|
|
3766
|
-
|
|
3767
|
-
|
|
3768
|
-
|
|
3769
|
-
|
|
3770
|
-
|
|
3771
|
-
|
|
3772
|
-
|
|
3773
|
-
|
|
3774
|
-
|
|
3775
|
-
|
|
3776
|
-
|
|
3777
|
-
|
|
3778
|
-
|
|
3779
|
-
|
|
3780
|
-
|
|
3781
|
-
|
|
3782
|
-
|
|
3783
|
-
|
|
3784
|
-
|
|
3785
|
-
|
|
3786
|
-
|
|
3787
|
-
|
|
3788
|
-
|
|
3789
|
-
|
|
3790
|
-
|
|
3791
|
-
|
|
3792
|
-
|
|
3793
|
-
|
|
3794
|
-
|
|
3795
|
-
|
|
3796
|
-
|
|
3797
|
-
|
|
3798
|
-
|
|
3799
|
-
|
|
3800
|
-
|
|
3801
|
-
|
|
3802
|
-
|
|
3803
|
-
|
|
3804
|
-
|
|
3805
|
-
|
|
3806
|
-
134: typeof CustomModifierType;
|
|
3807
|
-
135: typeof GameOptionsIcon;
|
|
3740
|
+
68: typeof ItemTypeExtra;
|
|
3741
|
+
69: typeof ItemTypeGroup;
|
|
3742
|
+
70: typeof JoinServerRetryReason;
|
|
3743
|
+
71: typeof Label;
|
|
3744
|
+
72: typeof Level;
|
|
3745
|
+
73: typeof LighthouseName;
|
|
3746
|
+
74: typeof Load;
|
|
3747
|
+
75: symbol;
|
|
3748
|
+
76: typeof MagicalPropertyType;
|
|
3749
|
+
77: typeof MagicalPropertyType;
|
|
3750
|
+
78: symbol;
|
|
3751
|
+
79: typeof MapQuality;
|
|
3752
|
+
80: typeof MenuBarButtonType;
|
|
3753
|
+
81: typeof Message;
|
|
3754
|
+
82: typeof MessageFilterDefault;
|
|
3755
|
+
83: typeof MessageTimestamp;
|
|
3756
|
+
84: typeof Milestone;
|
|
3757
|
+
85: typeof MilestoneModifierGroup;
|
|
3758
|
+
86: typeof MilestoneSort;
|
|
3759
|
+
87: typeof MiscTranslation;
|
|
3760
|
+
88: typeof CanLoadState;
|
|
3761
|
+
89: typeof ModLoadFailureReason;
|
|
3762
|
+
90: typeof ModProvide;
|
|
3763
|
+
91: typeof ModSort;
|
|
3764
|
+
92: typeof ModType;
|
|
3765
|
+
93: typeof MultiplayerCompatibility;
|
|
3766
|
+
94: typeof DisconnectReason;
|
|
3767
|
+
95: typeof MusicPlaylist;
|
|
3768
|
+
96: typeof Note;
|
|
3769
|
+
97: typeof NPCType;
|
|
3770
|
+
98: symbol;
|
|
3771
|
+
99: typeof PartOfDay;
|
|
3772
|
+
100: typeof Prompt;
|
|
3773
|
+
101: typeof QuadrantComponentId;
|
|
3774
|
+
102: typeof QuadrantComponentContextMenuAction;
|
|
3775
|
+
103: typeof Quality;
|
|
3776
|
+
104: typeof QuestType;
|
|
3777
|
+
105: typeof QuestRequirementType;
|
|
3778
|
+
106: typeof RecipeLevel;
|
|
3779
|
+
107: typeof Direction;
|
|
3780
|
+
108: typeof Riddle;
|
|
3781
|
+
109: typeof Runekeeper.Domain;
|
|
3782
|
+
110: typeof Runekeeper.Event;
|
|
3783
|
+
111: typeof SaveImportErrorReason;
|
|
3784
|
+
112: typeof SaveSort;
|
|
3785
|
+
113: typeof SkillType;
|
|
3786
|
+
114: typeof SkillSort;
|
|
3787
|
+
115: typeof Source;
|
|
3788
|
+
116: typeof Stat;
|
|
3789
|
+
117: typeof StatusType;
|
|
3790
|
+
118: typeof StatusEffectType;
|
|
3791
|
+
119: typeof StatusThreatLevel;
|
|
3792
|
+
120: typeof SteamInputKeyboardPosition;
|
|
3793
|
+
121: typeof Responsibility;
|
|
3794
|
+
122: typeof TempType;
|
|
3795
|
+
123: typeof Term;
|
|
3796
|
+
124: typeof TerrainType;
|
|
3797
|
+
125: typeof ThirstLevel;
|
|
3798
|
+
126: typeof TileEventType;
|
|
3799
|
+
127: typeof TooltipVisibilityOption;
|
|
3800
|
+
128: typeof UiTranslation;
|
|
3801
|
+
129: typeof Quadrant;
|
|
3802
|
+
130: typeof UnableToJoinReason;
|
|
3803
|
+
131: typeof UnlockedRecipesStrategy;
|
|
3804
|
+
132: typeof UsableActionType;
|
|
3805
|
+
133: typeof Website;
|
|
3806
|
+
134: typeof WeightStatus;
|
|
3807
|
+
135: typeof WorldZ;
|
|
3808
3808
|
};
|
|
3809
3809
|
export type DictionaryEnum = (typeof dictionaryMap)[Dictionary];
|
|
3810
3810
|
type ExtractEnumString<E> = E extends Record<string, infer V> ? V : never;
|
|
@@ -207,7 +207,7 @@ declare namespace Translation {
|
|
|
207
207
|
constructor(base?: FVal, reformatter?: SupplierOr<Translation | undefined>);
|
|
208
208
|
noParenthesis(): this;
|
|
209
209
|
percentage(isPercentage?: boolean, premultiplied?: boolean): this;
|
|
210
|
-
translate(simple?: boolean): Translation;
|
|
210
|
+
translate(simple?: boolean | "unless verbose"): Translation;
|
|
211
211
|
private parenthesize;
|
|
212
212
|
private translateAndFormatComponent;
|
|
213
213
|
private translateComponent;
|