fui-material 2.7.18 → 2.7.19
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 +98 -65
- package/dist/f-ui-kit.es.js.map +1 -1
- package/dist/f-ui-kit.umd.js +2 -2
- package/dist/f-ui-kit.umd.js.map +1 -1
- package/dist/index.css +1 -1
- package/dist/types/material/FAccordion/FAccordion.d.ts +4 -3
- package/dist/types/material/FPaper/FPaper.d.ts +0 -6
- package/package.json +1 -1
package/dist/f-ui-kit.es.js
CHANGED
|
@@ -7,32 +7,32 @@ import { renderToStaticMarkup } from "react-dom/server";
|
|
|
7
7
|
import { initializeModule as initializeModule$1, installFormatCode } from "allorion-exporting-html-to-xlsx";
|
|
8
8
|
import axios from "axios";
|
|
9
9
|
import { useQueryClient, useMutation, useQuery } from "@tanstack/react-query";
|
|
10
|
-
import './index.css';const btn = "
|
|
11
|
-
const disabled$4 = "
|
|
10
|
+
import './index.css';const btn = "_btn_gdyy6_1";
|
|
11
|
+
const disabled$4 = "_disabled_gdyy6_31";
|
|
12
12
|
const styles$A = {
|
|
13
13
|
btn,
|
|
14
14
|
disabled: disabled$4,
|
|
15
|
-
"btn-xs": "_btn-
|
|
16
|
-
"btn-sm": "_btn-
|
|
17
|
-
"btn-lg": "_btn-
|
|
18
|
-
"btn-primary": "_btn-
|
|
19
|
-
"btn-outline-primary": "_btn-outline-
|
|
20
|
-
"btn-secondary": "_btn-
|
|
21
|
-
"btn-outline-secondary": "_btn-outline-
|
|
22
|
-
"btn-success": "_btn-
|
|
23
|
-
"btn-outline-success": "_btn-outline-
|
|
24
|
-
"btn-danger": "_btn-
|
|
25
|
-
"btn-outline-danger": "_btn-outline-
|
|
26
|
-
"btn-warning": "_btn-
|
|
27
|
-
"btn-outline-warning": "_btn-outline-
|
|
28
|
-
"btn-info": "_btn-
|
|
29
|
-
"btn-outline-info": "_btn-outline-
|
|
30
|
-
"btn-light": "_btn-
|
|
31
|
-
"btn-outline-light": "_btn-outline-
|
|
32
|
-
"btn-dark": "_btn-
|
|
33
|
-
"btn-outline-dark": "_btn-outline-
|
|
34
|
-
"btn-link": "_btn-
|
|
35
|
-
"btn-outline-link": "_btn-outline-
|
|
15
|
+
"btn-xs": "_btn-xs_gdyy6_40",
|
|
16
|
+
"btn-sm": "_btn-sm_gdyy6_50",
|
|
17
|
+
"btn-lg": "_btn-lg_gdyy6_60",
|
|
18
|
+
"btn-primary": "_btn-primary_gdyy6_70",
|
|
19
|
+
"btn-outline-primary": "_btn-outline-primary_gdyy6_84",
|
|
20
|
+
"btn-secondary": "_btn-secondary_gdyy6_101",
|
|
21
|
+
"btn-outline-secondary": "_btn-outline-secondary_gdyy6_115",
|
|
22
|
+
"btn-success": "_btn-success_gdyy6_132",
|
|
23
|
+
"btn-outline-success": "_btn-outline-success_gdyy6_146",
|
|
24
|
+
"btn-danger": "_btn-danger_gdyy6_163",
|
|
25
|
+
"btn-outline-danger": "_btn-outline-danger_gdyy6_177",
|
|
26
|
+
"btn-warning": "_btn-warning_gdyy6_194",
|
|
27
|
+
"btn-outline-warning": "_btn-outline-warning_gdyy6_208",
|
|
28
|
+
"btn-info": "_btn-info_gdyy6_225",
|
|
29
|
+
"btn-outline-info": "_btn-outline-info_gdyy6_239",
|
|
30
|
+
"btn-light": "_btn-light_gdyy6_256",
|
|
31
|
+
"btn-outline-light": "_btn-outline-light_gdyy6_271",
|
|
32
|
+
"btn-dark": "_btn-dark_gdyy6_288",
|
|
33
|
+
"btn-outline-dark": "_btn-outline-dark_gdyy6_302",
|
|
34
|
+
"btn-link": "_btn-link_gdyy6_319",
|
|
35
|
+
"btn-outline-link": "_btn-outline-link_gdyy6_335"
|
|
36
36
|
};
|
|
37
37
|
const FButton = forwardRef(({
|
|
38
38
|
children,
|
|
@@ -653,19 +653,17 @@ const FContainer = ({
|
|
|
653
653
|
}
|
|
654
654
|
);
|
|
655
655
|
};
|
|
656
|
-
const panel = "
|
|
657
|
-
const compact = "_compact_d74rg_29";
|
|
656
|
+
const panel = "_panel_q7in0_1";
|
|
658
657
|
const styles$u = {
|
|
659
658
|
panel,
|
|
660
|
-
"panel-default": "_panel-
|
|
661
|
-
"panel-heading": "_panel-
|
|
662
|
-
"panel-body": "_panel-
|
|
663
|
-
|
|
664
|
-
"panel-title": "_panel-
|
|
665
|
-
"
|
|
666
|
-
"panel-group": "_panel-
|
|
667
|
-
"
|
|
668
|
-
"form-title": "_form-title_d74rg_46"
|
|
659
|
+
"panel-default": "_panel-default_q7in0_6",
|
|
660
|
+
"panel-heading": "_panel-heading_q7in0_12",
|
|
661
|
+
"panel-body": "_panel-body_q7in0_24",
|
|
662
|
+
"portlet-body": "_portlet-body_q7in0_29",
|
|
663
|
+
"panel-title": "_panel-title_q7in0_29",
|
|
664
|
+
"panel-group": "_panel-group_q7in0_30",
|
|
665
|
+
"panel-group-accordion": "_panel-group-accordion_q7in0_30",
|
|
666
|
+
"form-title": "_form-title_q7in0_31"
|
|
669
667
|
};
|
|
670
668
|
const FPaper = ({
|
|
671
669
|
label,
|
|
@@ -676,8 +674,7 @@ const FPaper = ({
|
|
|
676
674
|
id,
|
|
677
675
|
className,
|
|
678
676
|
onAnimationEnd,
|
|
679
|
-
animated
|
|
680
|
-
compact: compact2 = false
|
|
677
|
+
animated
|
|
681
678
|
}) => {
|
|
682
679
|
useEffect(() => {
|
|
683
680
|
if (animated) {
|
|
@@ -690,7 +687,7 @@ const FPaper = ({
|
|
|
690
687
|
return /* @__PURE__ */ jsxs(
|
|
691
688
|
"div",
|
|
692
689
|
{
|
|
693
|
-
className: `${styles$u["panel"]} ${styles$u["panel-default"]} ${
|
|
690
|
+
className: `${styles$u["panel"]} ${styles$u["panel-default"]} ${className || ""} ${animated ? `${styles$u[`animated-${animated.name}`]} ${animated.name}` : ""}`,
|
|
694
691
|
style: st,
|
|
695
692
|
id,
|
|
696
693
|
onAnimationEnd,
|
|
@@ -1201,28 +1198,28 @@ const FDialogFooter = ({ children, className, st, id }) => {
|
|
|
1201
1198
|
);
|
|
1202
1199
|
};
|
|
1203
1200
|
const loader = "_loader_1glrn_1";
|
|
1204
|
-
const primary = "_primary_1glrn_42";
|
|
1205
|
-
const secondary = "_secondary_1glrn_46";
|
|
1206
|
-
const success$
|
|
1207
|
-
const danger = "_danger_1glrn_54";
|
|
1201
|
+
const primary$1 = "_primary_1glrn_42";
|
|
1202
|
+
const secondary$1 = "_secondary_1glrn_46";
|
|
1203
|
+
const success$3 = "_success_1glrn_50";
|
|
1204
|
+
const danger$1 = "_danger_1glrn_54";
|
|
1208
1205
|
const warning$5 = "_warning_1glrn_58";
|
|
1209
1206
|
const info$3 = "_info_1glrn_62";
|
|
1210
|
-
const light = "_light_1glrn_66";
|
|
1211
|
-
const dark = "_dark_1glrn_70";
|
|
1212
|
-
const link = "_link_1glrn_74";
|
|
1207
|
+
const light$1 = "_light_1glrn_66";
|
|
1208
|
+
const dark$1 = "_dark_1glrn_70";
|
|
1209
|
+
const link$1 = "_link_1glrn_74";
|
|
1213
1210
|
const styles$r = {
|
|
1214
1211
|
"authorization-spinner": "_authorization-spinner_1glrn_1",
|
|
1215
1212
|
"spinner-item": "_spinner-item_1glrn_7",
|
|
1216
1213
|
loader,
|
|
1217
|
-
primary,
|
|
1218
|
-
secondary,
|
|
1219
|
-
success: success$
|
|
1220
|
-
danger,
|
|
1214
|
+
primary: primary$1,
|
|
1215
|
+
secondary: secondary$1,
|
|
1216
|
+
success: success$3,
|
|
1217
|
+
danger: danger$1,
|
|
1221
1218
|
warning: warning$5,
|
|
1222
1219
|
info: info$3,
|
|
1223
|
-
light,
|
|
1224
|
-
dark,
|
|
1225
|
-
link
|
|
1220
|
+
light: light$1,
|
|
1221
|
+
dark: dark$1,
|
|
1222
|
+
link: link$1
|
|
1226
1223
|
};
|
|
1227
1224
|
const FProgress = ({ st, color = "primary", id, className }) => {
|
|
1228
1225
|
return /* @__PURE__ */ jsx(
|
|
@@ -1681,16 +1678,36 @@ const FOpenImgFull = ({
|
|
|
1681
1678
|
}
|
|
1682
1679
|
);
|
|
1683
1680
|
};
|
|
1684
|
-
const card$2 = "
|
|
1685
|
-
const
|
|
1686
|
-
const
|
|
1687
|
-
const
|
|
1681
|
+
const card$2 = "_card_1ytel_1";
|
|
1682
|
+
const primary = "_primary_1ytel_69";
|
|
1683
|
+
const secondary = "_secondary_1ytel_81";
|
|
1684
|
+
const success$2 = "_success_1ytel_93";
|
|
1685
|
+
const danger = "_danger_1ytel_105";
|
|
1686
|
+
const warning$4 = "_warning_1ytel_117";
|
|
1687
|
+
const info$2 = "_info_1ytel_129";
|
|
1688
|
+
const light = "_light_1ytel_141";
|
|
1689
|
+
const dark = "_dark_1ytel_153";
|
|
1690
|
+
const link = "_link_1ytel_165";
|
|
1691
|
+
const alert = "_alert_1ytel_177";
|
|
1692
|
+
const accordExpand = "_accordExpand_1ytel_1";
|
|
1688
1693
|
const styles$k = {
|
|
1689
1694
|
card: card$2,
|
|
1695
|
+
"fv-accord-title": "_fv-accord-title_1ytel_44",
|
|
1696
|
+
"fv-accord-arrow": "_fv-accord-arrow_1ytel_47",
|
|
1697
|
+
primary,
|
|
1698
|
+
secondary,
|
|
1699
|
+
success: success$2,
|
|
1700
|
+
danger,
|
|
1690
1701
|
warning: warning$4,
|
|
1691
1702
|
info: info$2,
|
|
1703
|
+
light,
|
|
1704
|
+
dark,
|
|
1705
|
+
link,
|
|
1692
1706
|
alert,
|
|
1693
|
-
"fv-accord-title": "_fv-accord-
|
|
1707
|
+
"fv-accord-title-text": "_fv-accord-title-text_1ytel_223",
|
|
1708
|
+
"fv-accord-content": "_fv-accord-content_1ytel_249",
|
|
1709
|
+
accordExpand,
|
|
1710
|
+
"fv-accord-body": "_fv-accord-body_1ytel_258"
|
|
1694
1711
|
};
|
|
1695
1712
|
const FAccordion = ({
|
|
1696
1713
|
variant = "info",
|
|
@@ -1722,8 +1739,24 @@ const FAccordion = ({
|
|
|
1722
1739
|
open: isOpen,
|
|
1723
1740
|
style: st,
|
|
1724
1741
|
children: [
|
|
1725
|
-
/* @__PURE__ */
|
|
1726
|
-
|
|
1742
|
+
/* @__PURE__ */ jsxs("summary", { className: styles$k["fv-accord-title"], children: [
|
|
1743
|
+
/* @__PURE__ */ jsx("span", { className: styles$k["fv-accord-title-text"], children: title2 }),
|
|
1744
|
+
/* @__PURE__ */ jsx("span", { className: styles$k["fv-accord-arrow"], "aria-hidden": "true", children: /* @__PURE__ */ jsx(
|
|
1745
|
+
"svg",
|
|
1746
|
+
{
|
|
1747
|
+
viewBox: "0 0 24 24",
|
|
1748
|
+
width: "16",
|
|
1749
|
+
height: "16",
|
|
1750
|
+
fill: "none",
|
|
1751
|
+
stroke: "currentColor",
|
|
1752
|
+
strokeWidth: "2.2",
|
|
1753
|
+
strokeLinecap: "round",
|
|
1754
|
+
strokeLinejoin: "round",
|
|
1755
|
+
children: /* @__PURE__ */ jsx("polyline", { points: "6 9 12 15 18 9" })
|
|
1756
|
+
}
|
|
1757
|
+
) })
|
|
1758
|
+
] }),
|
|
1759
|
+
/* @__PURE__ */ jsx("div", { className: styles$k["fv-accord-content"], children: /* @__PURE__ */ jsx("div", { className: styles$k["fv-accord-body"], children }) })
|
|
1727
1760
|
]
|
|
1728
1761
|
}
|
|
1729
1762
|
)
|
|
@@ -2865,12 +2898,12 @@ const FDropdownItem = ({
|
|
|
2865
2898
|
);
|
|
2866
2899
|
};
|
|
2867
2900
|
const styles$d = {
|
|
2868
|
-
"f-search-box": "_f-search-
|
|
2869
|
-
"f-search-box__input": "_f-search-
|
|
2870
|
-
"f-search-box__button": "_f-search-
|
|
2871
|
-
"f-search-box__button_search": "_f-search-
|
|
2872
|
-
"clear-on": "_clear-
|
|
2873
|
-
"f-search-box__button_clear": "_f-search-
|
|
2901
|
+
"f-search-box": "_f-search-box_1s9ms_1",
|
|
2902
|
+
"f-search-box__input": "_f-search-box__input_1s9ms_6",
|
|
2903
|
+
"f-search-box__button": "_f-search-box__button_1s9ms_12",
|
|
2904
|
+
"f-search-box__button_search": "_f-search-box__button_search_1s9ms_18",
|
|
2905
|
+
"clear-on": "_clear-on_1s9ms_22",
|
|
2906
|
+
"f-search-box__button_clear": "_f-search-box__button_clear_1s9ms_25"
|
|
2874
2907
|
};
|
|
2875
2908
|
const FSearchBox = forwardRef(
|
|
2876
2909
|
({
|
|
@@ -2907,7 +2940,7 @@ const FSearchBox = forwardRef(
|
|
|
2907
2940
|
className: `${styles$d["f-search-box__input"]} ${props.className || ""}`
|
|
2908
2941
|
}
|
|
2909
2942
|
),
|
|
2910
|
-
/* @__PURE__ */ jsxs("div", { className: styles$d["f-search-box__button"], style: { marginTop: label ? "
|
|
2943
|
+
/* @__PURE__ */ jsxs("div", { className: styles$d["f-search-box__button"], style: { marginTop: label ? "23px" : "0" }, children: [
|
|
2911
2944
|
/* @__PURE__ */ jsx(
|
|
2912
2945
|
FButton,
|
|
2913
2946
|
{
|