ps-toolkit-ui 1.10.99 → 1.11.0
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 +1 -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/classes/form.class.js +2 -1
- package/fesm2015/ps-toolkit-ui.js +1 -0
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
- package/ps-toolkit-ui.metadata.json +1 -1
|
@@ -2112,6 +2112,7 @@
|
|
|
2112
2112
|
InputClass.prototype.getSelectedOptions = function (opts) {
|
|
2113
2113
|
var e_4, _a;
|
|
2114
2114
|
if (opts === void 0) { opts = this.options; }
|
|
2115
|
+
console.log(opts);
|
|
2115
2116
|
var l = [];
|
|
2116
2117
|
try {
|
|
2117
2118
|
for (var opts_1 = __values(opts), opts_1_1 = opts_1.next(); !opts_1_1.done; opts_1_1 = opts_1.next()) {
|