ps-toolkit-ui 1.9.83 → 1.9.85
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 -3
- 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/classes/form.class.js +1 -3
- package/esm2015/lib/classes/table.class.js +1 -2
- package/fesm2015/ps-toolkit-ui.js +0 -3
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
- package/ps-toolkit-ui.metadata.json +1 -1
|
@@ -1825,7 +1825,6 @@
|
|
|
1825
1825
|
d[n] = [d[n], vl];
|
|
1826
1826
|
}
|
|
1827
1827
|
}
|
|
1828
|
-
console.log(d, '$$$$$$$$$$$$$$$');
|
|
1829
1828
|
}
|
|
1830
1829
|
};
|
|
1831
1830
|
this.inputs.forEach(function (inp) {
|
|
@@ -1848,7 +1847,6 @@
|
|
|
1848
1847
|
}
|
|
1849
1848
|
}
|
|
1850
1849
|
else {
|
|
1851
|
-
console.log(inp.name, vl);
|
|
1852
1850
|
setD(inp.name, vl);
|
|
1853
1851
|
}
|
|
1854
1852
|
}
|
|
@@ -8127,7 +8125,6 @@
|
|
|
8127
8125
|
}
|
|
8128
8126
|
finally { if (e_1) throw e_1.error; }
|
|
8129
8127
|
}
|
|
8130
|
-
console.log(this.searchForm ? this.searchForm.data(d) : 'null', 'this.searchForm.data()');
|
|
8131
8128
|
return this.searchForm ? this.searchForm.data(d) : d;
|
|
8132
8129
|
};
|
|
8133
8130
|
TableClass.prototype.getUrl = function (url) {
|