ps-toolkit-ui 1.14.49 → 1.14.52

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.
@@ -2166,7 +2166,6 @@
2166
2166
  var InputClass = /** @class */ (function () {
2167
2167
  function InputClass(environment, l, name, icon, type, cls, value, required, minLength, maxLength) {
2168
2168
  var _this = this;
2169
- if (name === void 0) { name = null; }
2170
2169
  if (icon === void 0) { icon = null; }
2171
2170
  if (type === void 0) { type = exports.InputType.Text; }
2172
2171
  if (cls === void 0) { cls = ''; }