ps-toolkit-ui 0.2.79 → 0.2.80
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 +1 -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/table/row/table.row.component.js +2 -1
- package/fesm2015/ps-toolkit-ui.js +1 -0
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -2665,6 +2665,7 @@
|
|
|
2665
2665
|
TableRowComponent.prototype.getOptions = function () {
|
|
2666
2666
|
var e_2, _a;
|
|
2667
2667
|
var _this = this;
|
|
2668
|
+
console.log('getOptions');
|
|
2668
2669
|
var opts = this.addChildren !== null && (this.table.level === null || this.table.level > this.level) ?
|
|
2669
2670
|
[this.addChildren] : [];
|
|
2670
2671
|
var _loop_2 = function (option) {
|