ps-toolkit-ui 1.16.14 → 1.16.15

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.
@@ -9363,6 +9363,10 @@
9363
9363
  }
9364
9364
  _this.form.clear(_this.insertAccess != null);
9365
9365
  } : null);
9366
+ if (this.hasChildren) {
9367
+ var level = new InputClass(this.environment, this.l, 'Level', null, exports.InputType.Hidden);
9368
+ this.form.inputs.push(level);
9369
+ }
9366
9370
  if (this.form.onTop) {
9367
9371
  this.form.onSuccessBase = function () {
9368
9372
  _this.form.clear(_this.insertAccess != null);