ps-toolkit-ui 1.8.55 → 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 +2 -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 +3 -1
- package/fesm2015/ps-toolkit-ui.js +2 -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;
|
|
@@ -5734,6 +5735,7 @@
|
|
|
5734
5735
|
lAccess,
|
|
5735
5736
|
iAccess,
|
|
5736
5737
|
];
|
|
5738
|
+
console.log(p);
|
|
5737
5739
|
this.inp.table.permissions = p;
|
|
5738
5740
|
this.inp.table.displayLabel = false;
|
|
5739
5741
|
this.inp.table.style = { padding: 0, boxShadow: 'unset' };
|