kui-crm 0.0.191 → 0.0.192
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/cjs/index.js +4 -4
- package/cjs/index.js.map +1 -1
- package/index.js +4 -4
- package/index.js.map +1 -1
- package/package.json +1 -1
package/cjs/index.js
CHANGED
|
@@ -214,10 +214,10 @@ var getNumbersValues = function (count) {
|
|
|
214
214
|
}); });
|
|
215
215
|
};
|
|
216
216
|
var ParkingTypesValues = [
|
|
217
|
-
{ value: "public", label: "
|
|
218
|
-
{ value: "house", label: "
|
|
219
|
-
{ value: "underground", label: "
|
|
220
|
-
{ value: "
|
|
217
|
+
{ value: "public", label: "Публичная" },
|
|
218
|
+
{ value: "house", label: "Придомовая" },
|
|
219
|
+
{ value: "underground", label: "Подземная" },
|
|
220
|
+
{ value: "multi_level", label: "Многоуровневая" },
|
|
221
221
|
];
|
|
222
222
|
var TVTypesValues = [
|
|
223
223
|
{ value: "cable", label: "Cable" },
|