@mcurros2/microm 1.1.73-0 → 1.1.74-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/dist/index.js CHANGED
@@ -46114,6 +46114,7 @@ $parcel$export(module.exports, "SearchFilterInput", function () { return $fd210d
46114
46114
 
46115
46115
 
46116
46116
 
46117
+
46117
46118
  var $fd210d71b523c65e$var$__rest = undefined && undefined.__rest || function(s, e) {
46118
46119
  var t = {};
46119
46120
  for(var p in s)if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
@@ -46127,7 +46128,7 @@ const $fd210d71b523c65e$export$3faed4232677411d = {
46127
46128
  placeholder: "Enter text to search",
46128
46129
  addFilterLabel: "+ Filter:"
46129
46130
  };
46130
- function $fd210d71b523c65e$export$4fef1edbf0f012ef(props) {
46131
+ const $fd210d71b523c65e$export$4fef1edbf0f012ef = /*#__PURE__*/ (0, $b4te3$react.forwardRef)(function SearchFilterInput(props, ref) {
46131
46132
  const _a = (0, $b4te3$mantinecore.useComponentDefaultProps)("SearchFilterInput", $fd210d71b523c65e$export$3faed4232677411d, props), { onSearchClick: onSearchClick, size: size, iconsSize: iconsSize, value: value, onChange: onChange, placeholder: placeholder, autoFocus: autoFocus, iconVariant: iconVariant, addFilterLabel: addFilterLabel, onSearchChange: onSearchChange, onCreate: onCreate } = _a, rest = $fd210d71b523c65e$var$__rest(_a, [
46132
46133
  "onSearchClick",
46133
46134
  "size",
@@ -46185,9 +46186,10 @@ function $fd210d71b523c65e$export$4fef1edbf0f012ef(props) {
46185
46186
  searchable: true,
46186
46187
  getCreateLabel: (newValue)=>`${addFilterLabel} ${newValue}`,
46187
46188
  "data-autofocus": autoFocus,
46188
- autoFocus: autoFocus
46189
+ autoFocus: autoFocus,
46190
+ ref: ref
46189
46191
  }, rest));
46190
- }
46192
+ });
46191
46193
 
46192
46194
  });
46193
46195