fui-material 2.7.14 → 2.7.16
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
|
@@ -653,17 +653,19 @@ const FContainer = ({
|
|
|
653
653
|
}
|
|
654
654
|
);
|
|
655
655
|
};
|
|
656
|
-
const panel = "
|
|
656
|
+
const panel = "_panel_d74rg_1";
|
|
657
|
+
const compact = "_compact_d74rg_29";
|
|
657
658
|
const styles$u = {
|
|
658
659
|
panel,
|
|
659
|
-
"panel-default": "_panel-
|
|
660
|
-
"panel-heading": "_panel-
|
|
661
|
-
"panel-body": "_panel-
|
|
662
|
-
|
|
663
|
-
"panel-title": "_panel-
|
|
664
|
-
"
|
|
665
|
-
"panel-group
|
|
666
|
-
"
|
|
660
|
+
"panel-default": "_panel-default_d74rg_6",
|
|
661
|
+
"panel-heading": "_panel-heading_d74rg_12",
|
|
662
|
+
"panel-body": "_panel-body_d74rg_24",
|
|
663
|
+
compact,
|
|
664
|
+
"panel-title": "_panel-title_d74rg_40",
|
|
665
|
+
"portlet-body": "_portlet-body_d74rg_44",
|
|
666
|
+
"panel-group": "_panel-group_d74rg_45",
|
|
667
|
+
"panel-group-accordion": "_panel-group-accordion_d74rg_45",
|
|
668
|
+
"form-title": "_form-title_d74rg_46"
|
|
667
669
|
};
|
|
668
670
|
const FPaper = ({
|
|
669
671
|
label,
|
|
@@ -674,7 +676,8 @@ const FPaper = ({
|
|
|
674
676
|
id,
|
|
675
677
|
className,
|
|
676
678
|
onAnimationEnd,
|
|
677
|
-
animated
|
|
679
|
+
animated,
|
|
680
|
+
compact: compact2 = false
|
|
678
681
|
}) => {
|
|
679
682
|
useEffect(() => {
|
|
680
683
|
if (animated) {
|
|
@@ -687,7 +690,7 @@ const FPaper = ({
|
|
|
687
690
|
return /* @__PURE__ */ jsxs(
|
|
688
691
|
"div",
|
|
689
692
|
{
|
|
690
|
-
className: `${styles$u["panel"]} ${styles$u["panel-default"]} ${className || ""} ${animated ? `${styles$u[`animated-${animated.name}`]} ${animated.name}` : ""}`,
|
|
693
|
+
className: `${styles$u["panel"]} ${styles$u["panel-default"]} ${compact2 ? styles$u["compact"] : ""} ${className || ""} ${animated ? `${styles$u[`animated-${animated.name}`]} ${animated.name}` : ""}`,
|
|
691
694
|
style: st,
|
|
692
695
|
id,
|
|
693
696
|
onAnimationEnd,
|
|
@@ -2854,12 +2857,12 @@ const FDropdownItem = ({
|
|
|
2854
2857
|
);
|
|
2855
2858
|
};
|
|
2856
2859
|
const styles$d = {
|
|
2857
|
-
"f-search-box": "_f-search-
|
|
2858
|
-
"f-search-box__input": "_f-search-
|
|
2859
|
-
"f-search-box__button": "_f-search-
|
|
2860
|
-
"f-search-box__button_search": "_f-search-
|
|
2861
|
-
"clear-on": "_clear-
|
|
2862
|
-
"f-search-box__button_clear": "_f-search-
|
|
2860
|
+
"f-search-box": "_f-search-box_1yju1_1",
|
|
2861
|
+
"f-search-box__input": "_f-search-box__input_1yju1_6",
|
|
2862
|
+
"f-search-box__button": "_f-search-box__button_1yju1_12",
|
|
2863
|
+
"f-search-box__button_search": "_f-search-box__button_search_1yju1_18",
|
|
2864
|
+
"clear-on": "_clear-on_1yju1_22",
|
|
2865
|
+
"f-search-box__button_clear": "_f-search-box__button_clear_1yju1_25"
|
|
2863
2866
|
};
|
|
2864
2867
|
const FSearchBox = forwardRef(
|
|
2865
2868
|
({
|
|
@@ -2900,7 +2903,7 @@ const FSearchBox = forwardRef(
|
|
|
2900
2903
|
/* @__PURE__ */ jsx(
|
|
2901
2904
|
FButton,
|
|
2902
2905
|
{
|
|
2903
|
-
className: `${styles$d["f-search-box__button_search"]} ${clearDataFromInput ? styles$d["clear-on"] : ""}`,
|
|
2906
|
+
className: `${styles$d["f-search-box__button_search"]} ${clearDataFromInput ? styles$d["clear-on"] : ""} f-search-box__button_search-st`,
|
|
2904
2907
|
type: "button",
|
|
2905
2908
|
disabled: disabled2,
|
|
2906
2909
|
onClick: onClickButton,
|
|
@@ -2912,7 +2915,7 @@ const FSearchBox = forwardRef(
|
|
|
2912
2915
|
clearDataFromInput && /* @__PURE__ */ jsx(
|
|
2913
2916
|
FButton,
|
|
2914
2917
|
{
|
|
2915
|
-
className: `${styles$d["f-search-box__button_clear"]}`,
|
|
2918
|
+
className: `${styles$d["f-search-box__button_clear"]} f-search-box__button_clear-st`,
|
|
2916
2919
|
type: "button",
|
|
2917
2920
|
disabled: disabled2,
|
|
2918
2921
|
onClick: clearDataFromInput,
|