@shakerquiz/utilities 0.5.105 → 0.5.106
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/package.json
CHANGED
|
@@ -10,6 +10,11 @@ export var VenueCityModes = [
|
|
|
10
10
|
VenueCityMode['unknown'],
|
|
11
11
|
]
|
|
12
12
|
|
|
13
|
+
export var DerivedVenueCityModes = [
|
|
14
|
+
VenueCityMode['known'],
|
|
15
|
+
VenueCityMode['unknown'],
|
|
16
|
+
]
|
|
17
|
+
|
|
13
18
|
export var VenueCityModeTitle = /** @type {const} */ ({
|
|
14
19
|
[VenueCityMode['any']]: 'Любой',
|
|
15
20
|
[VenueCityMode['known']]: 'Назначен',
|