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.
- package/bundles/ps-toolkit-ui.umd.js +4 -0
- package/bundles/ps-toolkit-ui.umd.js.map +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js.map +1 -1
- package/esm2015/lib/classes/table.class.js +5 -1
- package/fesm2015/ps-toolkit-ui.js +4 -0
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -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);
|