ps-toolkit-ui 1.8.56 → 1.8.57
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/form/table/form.table.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
|
@@ -5713,6 +5713,7 @@
|
|
|
5713
5713
|
var FormTableComponent = /** @class */ (function () {
|
|
5714
5714
|
function FormTableComponent() {
|
|
5715
5715
|
this.changeIndex = new core.EventEmitter();
|
|
5716
|
+
console.log(11111111111);
|
|
5716
5717
|
}
|
|
5717
5718
|
FormTableComponent.prototype.ngOnInit = function () {
|
|
5718
5719
|
var _this = this;
|