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