revdev-components 0.157.0 → 0.158.0
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/build/index.js +1 -0
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -5431,6 +5431,7 @@ var s$3 = {"root":"index-module_root__AUcgm","separator":"index-module_separator
|
|
|
5431
5431
|
|
|
5432
5432
|
var TextUtil = {
|
|
5433
5433
|
maxTextEllipsis: function (text, maxLength) {
|
|
5434
|
+
if (text === void 0) { text = ""; }
|
|
5434
5435
|
if (text.length <= maxLength) {
|
|
5435
5436
|
return text;
|
|
5436
5437
|
}
|