@hestia-earth/ui-components 0.0.19 → 0.0.20
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/bundles/hestia-earth-ui-components.umd.js +1 -1
- package/bundles/hestia-earth-ui-components.umd.js.map +1 -1
- package/esm2015/files/files-error.model.js +2 -2
- package/fesm2015/hestia-earth-ui-components.js +1 -1
- package/fesm2015/hestia-earth-ui-components.js.map +1 -1
- package/package.json +1 -1
|
@@ -6663,7 +6663,7 @@
|
|
|
6663
6663
|
},
|
|
6664
6664
|
_f['must contain as many items as values'] = function (_f) {
|
|
6665
6665
|
var params = _f.params, dataPath = _f.dataPath;
|
|
6666
|
-
return "The number of " + dataPath.split('.').pop + " must match the number of values.\n Currently there are " + (params === null || params === void 0 ? void 0 : params.current) + " dates but " + (params === null || params === void 0 ? void 0 : params.expected) + " values.";
|
|
6666
|
+
return "The number of " + dataPath.split('.').pop() + " must match the number of values.\n Currently there are " + (params === null || params === void 0 ? void 0 : params.current) + " dates but " + (params === null || params === void 0 ? void 0 : params.expected) + " values.";
|
|
6667
6667
|
},
|
|
6668
6668
|
_f['is too generic'] = function (_f) {
|
|
6669
6669
|
var params = _f.params;
|