fui-material 2.7.17 → 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 +140 -107
- 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,
|
|
@@ -715,26 +712,26 @@ const FPaper = ({
|
|
|
715
712
|
}
|
|
716
713
|
);
|
|
717
714
|
};
|
|
718
|
-
const bordered = "
|
|
719
|
-
const left$1 = "
|
|
720
|
-
const center = "
|
|
721
|
-
const right = "
|
|
715
|
+
const bordered = "_bordered_1clfu_18";
|
|
716
|
+
const left$1 = "_left_1clfu_40";
|
|
717
|
+
const center = "_center_1clfu_43";
|
|
718
|
+
const right = "_right_1clfu_46";
|
|
722
719
|
const styles$t = {
|
|
723
|
-
"f-table-component": "_f-table-
|
|
724
|
-
"f-table-component__table": "_f-table-
|
|
720
|
+
"f-table-component": "_f-table-component_1clfu_1",
|
|
721
|
+
"f-table-component__table": "_f-table-component__table_1clfu_7",
|
|
725
722
|
bordered,
|
|
726
|
-
"bordered-half": "_bordered-
|
|
727
|
-
"f-table-component__table_header": "_f-table-
|
|
728
|
-
"is-sticky": "_is-
|
|
729
|
-
"f-table-component__table_header-cell": "_f-table-component__table_header-
|
|
723
|
+
"bordered-half": "_bordered-half_1clfu_22",
|
|
724
|
+
"f-table-component__table_header": "_f-table-component__table_header_1clfu_25",
|
|
725
|
+
"is-sticky": "_is-sticky_1clfu_29",
|
|
726
|
+
"f-table-component__table_header-cell": "_f-table-component__table_header-cell_1clfu_37",
|
|
730
727
|
left: left$1,
|
|
731
728
|
center,
|
|
732
729
|
right,
|
|
733
|
-
"f-table-component__table_body": "_f-table-
|
|
734
|
-
"f-table-component__table_row": "_f-table-
|
|
735
|
-
"f-table-component__table_row_no-hover": "_f-table-component__table_row_no-
|
|
736
|
-
"f-table-component__table_body-cell": "_f-table-component__table_body-
|
|
737
|
-
"f-table-component__table_footer": "_f-table-
|
|
730
|
+
"f-table-component__table_body": "_f-table-component__table_body_1clfu_65",
|
|
731
|
+
"f-table-component__table_row": "_f-table-component__table_row_1clfu_68",
|
|
732
|
+
"f-table-component__table_row_no-hover": "_f-table-component__table_row_no-hover_1clfu_68",
|
|
733
|
+
"f-table-component__table_body-cell": "_f-table-component__table_body-cell_1clfu_81",
|
|
734
|
+
"f-table-component__table_footer": "_f-table-component__table_footer_1clfu_97"
|
|
738
735
|
};
|
|
739
736
|
const FTableHead = ({
|
|
740
737
|
st,
|
|
@@ -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(
|
|
@@ -1269,7 +1266,7 @@ const FPreloader = ({
|
|
|
1269
1266
|
);
|
|
1270
1267
|
};
|
|
1271
1268
|
const styles$p = {
|
|
1272
|
-
"f-checkbox": "_f-
|
|
1269
|
+
"f-checkbox": "_f-checkbox_1hxs0_1"
|
|
1273
1270
|
};
|
|
1274
1271
|
const FCheckbox = forwardRef(
|
|
1275
1272
|
({
|
|
@@ -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
|
)
|
|
@@ -2715,14 +2748,14 @@ const FNative = ({
|
|
|
2715
2748
|
)
|
|
2716
2749
|
] });
|
|
2717
2750
|
};
|
|
2718
|
-
const horizontal = "
|
|
2719
|
-
const vertical = "
|
|
2720
|
-
const active$2 = "
|
|
2751
|
+
const horizontal = "_horizontal_1djm2_1";
|
|
2752
|
+
const vertical = "_vertical_1djm2_7";
|
|
2753
|
+
const active$2 = "_active_1djm2_51";
|
|
2721
2754
|
const styles$f = {
|
|
2722
|
-
"f-tabs": "_f-
|
|
2755
|
+
"f-tabs": "_f-tabs_1djm2_1",
|
|
2723
2756
|
horizontal,
|
|
2724
2757
|
vertical,
|
|
2725
|
-
"f-tabs__tab": "_f-
|
|
2758
|
+
"f-tabs__tab": "_f-tabs__tab_1djm2_16",
|
|
2726
2759
|
active: active$2
|
|
2727
2760
|
};
|
|
2728
2761
|
const FTabs = ({
|
|
@@ -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
|
{
|
|
@@ -7994,28 +8027,28 @@ const fExportingHtmlToXlsx = async (data) => {
|
|
|
7994
8027
|
}
|
|
7995
8028
|
};
|
|
7996
8029
|
const fInstallFormatCodeXlsx = (data) => installFormatCode(data);
|
|
7997
|
-
const info = "
|
|
7998
|
-
const error = "
|
|
7999
|
-
const success = "
|
|
8000
|
-
const warning = "
|
|
8030
|
+
const info = "_info_hz0rr_93";
|
|
8031
|
+
const error = "_error_hz0rr_97";
|
|
8032
|
+
const success = "_success_hz0rr_101";
|
|
8033
|
+
const warning = "_warning_hz0rr_105";
|
|
8001
8034
|
const styles$1 = {
|
|
8002
|
-
"f-function-block-notification": "_f-function-block-
|
|
8003
|
-
"f-function-notification-visible": "_f-function-notification-
|
|
8004
|
-
"f-function-notification-hidden": "_f-function-notification-
|
|
8005
|
-
"f-function-notification": "_f-function-
|
|
8006
|
-
"f-function-notification-ico": "_f-function-notification-
|
|
8007
|
-
"info-notification": "_info-
|
|
8008
|
-
"error-notification": "_error-
|
|
8009
|
-
"success-notification": "_success-
|
|
8010
|
-
"warning-notification": "_warning-
|
|
8011
|
-
"f-function-notification-inside": "_f-function-notification-
|
|
8012
|
-
"f-function-notification-header": "_f-function-notification-
|
|
8013
|
-
"f-function-notification-body": "_f-function-notification-
|
|
8014
|
-
"close-not": "_close-
|
|
8015
|
-
"f-notification-progress": "_f-notification-
|
|
8016
|
-
"f-notification-progress-bar": "_f-notification-progress-
|
|
8017
|
-
"f-notification-progress-value": "_f-notification-progress-
|
|
8018
|
-
"notification-progress-shrink": "_notification-progress-
|
|
8035
|
+
"f-function-block-notification": "_f-function-block-notification_hz0rr_35",
|
|
8036
|
+
"f-function-notification-visible": "_f-function-notification-visible_hz0rr_45",
|
|
8037
|
+
"f-function-notification-hidden": "_f-function-notification-hidden_hz0rr_50",
|
|
8038
|
+
"f-function-notification": "_f-function-notification_hz0rr_45",
|
|
8039
|
+
"f-function-notification-ico": "_f-function-notification-ico_hz0rr_79",
|
|
8040
|
+
"info-notification": "_info-notification_hz0rr_93",
|
|
8041
|
+
"error-notification": "_error-notification_hz0rr_97",
|
|
8042
|
+
"success-notification": "_success-notification_hz0rr_101",
|
|
8043
|
+
"warning-notification": "_warning-notification_hz0rr_105",
|
|
8044
|
+
"f-function-notification-inside": "_f-function-notification-inside_hz0rr_109",
|
|
8045
|
+
"f-function-notification-header": "_f-function-notification-header_hz0rr_117",
|
|
8046
|
+
"f-function-notification-body": "_f-function-notification-body_hz0rr_136",
|
|
8047
|
+
"close-not": "_close-not_hz0rr_153",
|
|
8048
|
+
"f-notification-progress": "_f-notification-progress_hz0rr_179",
|
|
8049
|
+
"f-notification-progress-bar": "_f-notification-progress-bar_hz0rr_188",
|
|
8050
|
+
"f-notification-progress-value": "_f-notification-progress-value_hz0rr_193",
|
|
8051
|
+
"notification-progress-shrink": "_notification-progress-shrink_hz0rr_1",
|
|
8019
8052
|
info,
|
|
8020
8053
|
error,
|
|
8021
8054
|
success,
|