fui-material 2.2.6 → 2.2.9
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
|
@@ -2211,7 +2211,7 @@ const usePagination = ({
|
|
|
2211
2211
|
};
|
|
2212
2212
|
const dots = "_dots_aham2_29";
|
|
2213
2213
|
const selected = "_selected_aham2_33";
|
|
2214
|
-
const disabled$
|
|
2214
|
+
const disabled$2 = "_disabled_aham2_37";
|
|
2215
2215
|
const arrow = "_arrow_aham2_43";
|
|
2216
2216
|
const left = "_left_aham2_56";
|
|
2217
2217
|
const styles$k = {
|
|
@@ -2219,7 +2219,7 @@ const styles$k = {
|
|
|
2219
2219
|
"pagination-item": "_pagination-item_aham2_9",
|
|
2220
2220
|
dots,
|
|
2221
2221
|
selected,
|
|
2222
|
-
disabled: disabled$
|
|
2222
|
+
disabled: disabled$2,
|
|
2223
2223
|
arrow,
|
|
2224
2224
|
left
|
|
2225
2225
|
};
|
|
@@ -3024,7 +3024,9 @@ const FSelectSearchDb = ({
|
|
|
3024
3024
|
}, [isDropdownOpen]);
|
|
3025
3025
|
const handlerOnChange = (e) => {
|
|
3026
3026
|
const text = e.target.value;
|
|
3027
|
-
onChange
|
|
3027
|
+
if (onChange) {
|
|
3028
|
+
onChange(e);
|
|
3029
|
+
}
|
|
3028
3030
|
setValueInput(text);
|
|
3029
3031
|
setIsDropdownOpen(false);
|
|
3030
3032
|
setTextInput(true);
|
|
@@ -3597,12 +3599,14 @@ const FTab = forwardRef(({
|
|
|
3597
3599
|
);
|
|
3598
3600
|
});
|
|
3599
3601
|
FTab.displayName = "FTab";
|
|
3602
|
+
const disabled$1 = "_disabled_2ty2i_40";
|
|
3600
3603
|
const styles$b = {
|
|
3601
|
-
"f-dropdown": "_f-
|
|
3602
|
-
"f-dropdown__arrow": "_f-
|
|
3603
|
-
"f-dropdown__content": "_f-
|
|
3604
|
-
"f-dropdown__content-link": "_f-dropdown__content-
|
|
3605
|
-
|
|
3604
|
+
"f-dropdown": "_f-dropdown_2ty2i_1",
|
|
3605
|
+
"f-dropdown__arrow": "_f-dropdown__arrow_2ty2i_6",
|
|
3606
|
+
"f-dropdown__content": "_f-dropdown__content_2ty2i_10",
|
|
3607
|
+
"f-dropdown__content-link": "_f-dropdown__content-link_2ty2i_28",
|
|
3608
|
+
disabled: disabled$1,
|
|
3609
|
+
"f-dropdown__content--open": "_f-dropdown__content--open_2ty2i_48"
|
|
3606
3610
|
};
|
|
3607
3611
|
const FDropdown = forwardRef(({
|
|
3608
3612
|
label,
|