fui-material 2.1.13 → 2.1.14

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.
@@ -2940,15 +2940,15 @@ const FFullDateField = forwardRef(
2940
2940
  );
2941
2941
  }
2942
2942
  );
2943
- const active$2 = "_active_j5nh9_38";
2943
+ const active$2 = "_active_1hrag_40";
2944
2944
  const styles$e = {
2945
- "f-select-search-db": "_f-select-search-db_j5nh9_1",
2946
- "f-select-search-db__input": "_f-select-search-db__input_j5nh9_6",
2947
- "f-select-search-db__input_field": "_f-select-search-db__input_field_j5nh9_10",
2948
- "f-select-search-db__input_arrow": "_f-select-search-db__input_arrow_j5nh9_13",
2949
- "f-select-search-db__dropdown": "_f-select-search-db__dropdown_j5nh9_20",
2945
+ "f-select-search-db": "_f-select-search-db_1hrag_1",
2946
+ "f-select-search-db__input": "_f-select-search-db__input_1hrag_6",
2947
+ "f-select-search-db__input_field": "_f-select-search-db__input_field_1hrag_10",
2948
+ "f-select-search-db__input_arrow": "_f-select-search-db__input_arrow_1hrag_13",
2949
+ "f-select-search-db__dropdown": "_f-select-search-db__dropdown_1hrag_20",
2950
2950
  active: active$2,
2951
- "f-select-search-db__dropdown_content": "_f-select-search-db__dropdown_content_j5nh9_42"
2951
+ "f-select-search-db__dropdown_content": "_f-select-search-db__dropdown_content_1hrag_44"
2952
2952
  };
2953
2953
  const FSelectSearchDb = ({
2954
2954
  fetchingFunc,
@@ -3166,7 +3166,7 @@ const FSelectSearchDb = ({
3166
3166
  {
3167
3167
  ref: dropdownRef,
3168
3168
  className: `${styles$e["f-select-search-db__dropdown"]} ${isDropdownOpen ? styles$e.active : ""}`,
3169
- children: arrObject.length === 0 && valueInput.trim() === "" ? /* @__PURE__ */ jsxRuntimeExports.jsx("li", { children: "Введите текст" }) : arrObject.length === 0 && valueInput.trim() !== "" && !load ? /* @__PURE__ */ jsxRuntimeExports.jsx("li", { children: "Ничего не найдено" }) : /* @__PURE__ */ jsxRuntimeExports.jsx("ul", { className: styles$e["f-select-search-db__dropdown_content"], children: arrObject.slice(0, 10).map((opt, index) => /* @__PURE__ */ jsxRuntimeExports.jsx("li", { onClick: () => handleItemClick(opt), children: selectItem(opt) }, index)) })
3169
+ children: arrObject.length === 0 && valueInput.trim() === "" ? /* @__PURE__ */ jsxRuntimeExports.jsx("li", { children: "Введите текст" }) : arrObject.length === 0 && valueInput.trim() !== "" && !load ? /* @__PURE__ */ jsxRuntimeExports.jsx("li", { children: "Ничего не найдено" }) : /* @__PURE__ */ jsxRuntimeExports.jsx("ul", { className: styles$e["f-select-search-db__dropdown_content"], children: arrObject.slice(0, 10).map((opt, index) => /* @__PURE__ */ jsxRuntimeExports.jsx("li", { onMouseDown: () => handleItemClick(opt), children: selectItem(opt) }, index)) })
3170
3170
  }
3171
3171
  ),
3172
3172
  dropdownPortalRef.current