ps-toolkit-ui 1.8.57 → 1.8.59
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 +0 -2
- 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 +1 -3
- package/fesm2015/ps-toolkit-ui.js +0 -2
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -5713,7 +5713,6 @@
|
|
|
5713
5713
|
var FormTableComponent = /** @class */ (function () {
|
|
5714
5714
|
function FormTableComponent() {
|
|
5715
5715
|
this.changeIndex = new core.EventEmitter();
|
|
5716
|
-
console.log(11111111111);
|
|
5717
5716
|
}
|
|
5718
5717
|
FormTableComponent.prototype.ngOnInit = function () {
|
|
5719
5718
|
var _this = this;
|
|
@@ -5735,7 +5734,6 @@
|
|
|
5735
5734
|
lAccess,
|
|
5736
5735
|
iAccess,
|
|
5737
5736
|
];
|
|
5738
|
-
console.log(p);
|
|
5739
5737
|
this.inp.table.permissions = p;
|
|
5740
5738
|
this.inp.table.displayLabel = false;
|
|
5741
5739
|
this.inp.table.style = { padding: 0, boxShadow: 'unset' };
|