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.
@@ -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()) {