indicator-ui 0.0.60 → 0.0.61

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/dist/index.js CHANGED
@@ -9327,7 +9327,6 @@ __webpack_require__.r(__webpack_exports__);
9327
9327
  /* harmony export */ "default": () => (/* binding */ getStringValue)
9328
9328
  /* harmony export */ });
9329
9329
  function getStringValue(value, options = []) {
9330
- console.log(options, value);
9331
9330
  if (Array.isArray(value)) {
9332
9331
  const labels = options.filter(item => !!value.find(v => JSON.stringify(v) === JSON.stringify(item.value))).map(item => item.label);
9333
9332
  return labels.join(', ');
@@ -9636,7 +9635,6 @@ function SelectModalWindow({ value, onChange, options, onScrollToBottom, afterEl
9636
9635
  const scrollHeight = event.currentTarget.scrollHeight;
9637
9636
  const clientHeight = event.currentTarget.clientHeight;
9638
9637
  const scrollTop = event.currentTarget.scrollTop;
9639
- console.log('catch');
9640
9638
  if (scrollHeight - scrollTop - clientHeight < _config__WEBPACK_IMPORTED_MODULE_2__.DELTA_SCROLL_END) {
9641
9639
  onScrollToBottom && onScrollToBottom();
9642
9640
  }