kui-crm_actions 0.0.153 → 0.0.155
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 +1 -1
- package/cjs/index.js.map +1 -1
- package/index.d.ts +3 -2
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/package.json +1 -1
package/cjs/index.js
CHANGED
@@ -137,7 +137,7 @@ function __makeTemplateObject(cooked, raw) {
|
|
137
137
|
|
138
138
|
var getPartialMeterInfoSchema = function (valuesFields) {
|
139
139
|
var filteredFields = valuesFields
|
140
|
-
.filter(function (field) { return field.
|
140
|
+
.filter(function (field) { return field.maxIntegerPart; })
|
141
141
|
.map(function (field) { return field.name; });
|
142
142
|
var valuesSchema = filteredFields.map(function (field) {
|
143
143
|
var _a;
|