ps-toolkit-ui 1.18.54 → 1.18.56
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 +3 -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/components/form/tree/form.tree.component.js +4 -1
- package/fesm2015/ps-toolkit-ui.js +3 -0
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
- package/src/assets/styles/base.css +1 -1
|
@@ -7156,6 +7156,9 @@
|
|
|
7156
7156
|
this.inp.clear = function () {
|
|
7157
7157
|
_this.inp.setValue([], false);
|
|
7158
7158
|
};
|
|
7159
|
+
if (this.inp.default != null) {
|
|
7160
|
+
this.inp.setValue(this.inp.default, false);
|
|
7161
|
+
}
|
|
7159
7162
|
};
|
|
7160
7163
|
FormTreeComponent.prototype.onClick = function () {
|
|
7161
7164
|
this.onFocusIn();
|