ps-toolkit-ui 1.9.82 → 1.9.84
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 +4 -1
- package/esm2015/lib/classes/table.class.js +2 -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
|
@@ -1815,6 +1815,7 @@
|
|
|
1815
1815
|
}
|
|
1816
1816
|
else {
|
|
1817
1817
|
if (d[n] === undefined) {
|
|
1818
|
+
console.log(d, n, vl, '############');
|
|
1818
1819
|
_.set(d, n, vl);
|
|
1819
1820
|
}
|
|
1820
1821
|
else {
|
|
@@ -1825,6 +1826,7 @@
|
|
|
1825
1826
|
d[n] = [d[n], vl];
|
|
1826
1827
|
}
|
|
1827
1828
|
}
|
|
1829
|
+
console.log(d, '$$$$$$$$$$$$$$$');
|
|
1828
1830
|
}
|
|
1829
1831
|
};
|
|
1830
1832
|
this.inputs.forEach(function (inp) {
|
|
@@ -1847,6 +1849,7 @@
|
|
|
1847
1849
|
}
|
|
1848
1850
|
}
|
|
1849
1851
|
else {
|
|
1852
|
+
console.log(inp.name, vl, '111111111111111');
|
|
1850
1853
|
setD(inp.name, vl);
|
|
1851
1854
|
}
|
|
1852
1855
|
}
|
|
@@ -8125,8 +8128,7 @@
|
|
|
8125
8128
|
}
|
|
8126
8129
|
finally { if (e_1) throw e_1.error; }
|
|
8127
8130
|
}
|
|
8128
|
-
|
|
8129
|
-
return this.searchForm ? this.searchForm.data() : d;
|
|
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('/{}', '');
|