fui-material 2.3.3 → 2.3.4
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
CHANGED
|
@@ -2858,30 +2858,21 @@ const FSelect = forwardRef(
|
|
|
2858
2858
|
);
|
|
2859
2859
|
}
|
|
2860
2860
|
);
|
|
2861
|
-
const FSelectItem = ({
|
|
2861
|
+
const FSelectItem = React.forwardRef(({
|
|
2862
2862
|
st,
|
|
2863
|
-
value,
|
|
2864
2863
|
children,
|
|
2865
|
-
|
|
2866
|
-
|
|
2867
|
-
selected: selected2,
|
|
2868
|
-
className,
|
|
2869
|
-
id
|
|
2870
|
-
}) => {
|
|
2864
|
+
...props
|
|
2865
|
+
}, ref) => {
|
|
2871
2866
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
2872
2867
|
"option",
|
|
2873
2868
|
{
|
|
2874
|
-
|
|
2875
|
-
disabled: disabled2,
|
|
2876
|
-
onClick,
|
|
2869
|
+
ref,
|
|
2877
2870
|
style: st,
|
|
2878
|
-
|
|
2879
|
-
className,
|
|
2880
|
-
id,
|
|
2871
|
+
...props,
|
|
2881
2872
|
children
|
|
2882
2873
|
}
|
|
2883
2874
|
);
|
|
2884
|
-
};
|
|
2875
|
+
});
|
|
2885
2876
|
const FFullDateField = forwardRef(
|
|
2886
2877
|
({
|
|
2887
2878
|
label,
|
|
@@ -4066,17 +4057,17 @@ const FMenuLinks = ({
|
|
|
4066
4057
|
);
|
|
4067
4058
|
};
|
|
4068
4059
|
const styles$5 = {
|
|
4069
|
-
"f-tooltip": "_f-
|
|
4070
|
-
"f-tooltip--open": "_f-tooltip--
|
|
4071
|
-
"f-tooltip--exiting": "_f-tooltip--
|
|
4072
|
-
"f-tooltip__wrapper": "_f-
|
|
4073
|
-
"f-tooltip__content": "_f-
|
|
4074
|
-
"f-tooltip__arrow": "_f-
|
|
4075
|
-
"f-tooltip--top": "_f-tooltip--
|
|
4076
|
-
"f-tooltip--bottom": "_f-tooltip--
|
|
4077
|
-
"f-tooltip--left": "_f-tooltip--
|
|
4078
|
-
"f-tooltip--right": "_f-tooltip--
|
|
4079
|
-
"f-tooltip--with-arrow": "_f-tooltip--with-
|
|
4060
|
+
"f-tooltip": "_f-tooltip_xpnbo_1",
|
|
4061
|
+
"f-tooltip--open": "_f-tooltip--open_xpnbo_17",
|
|
4062
|
+
"f-tooltip--exiting": "_f-tooltip--exiting_xpnbo_22",
|
|
4063
|
+
"f-tooltip__wrapper": "_f-tooltip__wrapper_xpnbo_27",
|
|
4064
|
+
"f-tooltip__content": "_f-tooltip__content_xpnbo_30",
|
|
4065
|
+
"f-tooltip__arrow": "_f-tooltip__arrow_xpnbo_35",
|
|
4066
|
+
"f-tooltip--top": "_f-tooltip--top_xpnbo_44",
|
|
4067
|
+
"f-tooltip--bottom": "_f-tooltip--bottom_xpnbo_50",
|
|
4068
|
+
"f-tooltip--left": "_f-tooltip--left_xpnbo_56",
|
|
4069
|
+
"f-tooltip--right": "_f-tooltip--right_xpnbo_62",
|
|
4070
|
+
"f-tooltip--with-arrow": "_f-tooltip--with-arrow_xpnbo_104"
|
|
4080
4071
|
};
|
|
4081
4072
|
const FTooltip = ({
|
|
4082
4073
|
title,
|