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.
- package/dist/f-ui-kit.es.js +8 -8
- package/dist/f-ui-kit.es.js.map +1 -1
- package/dist/main.css +1 -1
- package/package.json +1 -1
package/dist/f-ui-kit.es.js
CHANGED
|
@@ -2940,15 +2940,15 @@ const FFullDateField = forwardRef(
|
|
|
2940
2940
|
);
|
|
2941
2941
|
}
|
|
2942
2942
|
);
|
|
2943
|
-
const active$2 = "
|
|
2943
|
+
const active$2 = "_active_1hrag_40";
|
|
2944
2944
|
const styles$e = {
|
|
2945
|
-
"f-select-search-db": "_f-select-search-
|
|
2946
|
-
"f-select-search-db__input": "_f-select-search-
|
|
2947
|
-
"f-select-search-db__input_field": "_f-select-search-
|
|
2948
|
-
"f-select-search-db__input_arrow": "_f-select-search-
|
|
2949
|
-
"f-select-search-db__dropdown": "_f-select-search-
|
|
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-
|
|
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", {
|
|
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
|