fui-material 2.8.1 → 2.8.3
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 +71 -66
- 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/package.json +1 -1
package/dist/f-ui-kit.es.js
CHANGED
|
@@ -1018,20 +1018,20 @@ const FTableFooter = ({
|
|
|
1018
1018
|
}
|
|
1019
1019
|
);
|
|
1020
1020
|
};
|
|
1021
|
-
const entering = "
|
|
1022
|
-
const exiting = "
|
|
1023
|
-
const hide = "
|
|
1021
|
+
const entering = "_entering_g7izy_19";
|
|
1022
|
+
const exiting = "_exiting_g7izy_25";
|
|
1023
|
+
const hide = "_hide_g7izy_50";
|
|
1024
1024
|
const styles$s = {
|
|
1025
|
-
"f-dialog": "_f-
|
|
1025
|
+
"f-dialog": "_f-dialog_g7izy_1",
|
|
1026
1026
|
entering,
|
|
1027
|
-
"f-dialog__content": "_f-
|
|
1027
|
+
"f-dialog__content": "_f-dialog__content_g7izy_22",
|
|
1028
1028
|
exiting,
|
|
1029
1029
|
hide,
|
|
1030
|
-
"f-dialog__header": "_f-
|
|
1031
|
-
"f-dialog__header_title": "_f-
|
|
1032
|
-
"f-dialog__header_close": "_f-
|
|
1033
|
-
"f-dialog__body": "_f-
|
|
1034
|
-
"f-dialog__footer": "_f-
|
|
1030
|
+
"f-dialog__header": "_f-dialog__header_g7izy_61",
|
|
1031
|
+
"f-dialog__header_title": "_f-dialog__header_title_g7izy_73",
|
|
1032
|
+
"f-dialog__header_close": "_f-dialog__header_close_g7izy_84",
|
|
1033
|
+
"f-dialog__body": "_f-dialog__body_g7izy_110",
|
|
1034
|
+
"f-dialog__footer": "_f-dialog__footer_g7izy_134"
|
|
1035
1035
|
};
|
|
1036
1036
|
let openDialogsCount = 0;
|
|
1037
1037
|
const FDialog = ({
|
|
@@ -4612,33 +4612,33 @@ const FArrowDownCircleIcon = React.forwardRef(({
|
|
|
4612
4612
|
);
|
|
4613
4613
|
});
|
|
4614
4614
|
FArrowDownCircleIcon.displayName = "FArrowDownCircleIcon";
|
|
4615
|
-
const visible$2 = "
|
|
4616
|
-
const hidden$2 = "
|
|
4617
|
-
const info$1 = "
|
|
4618
|
-
const success$1 = "
|
|
4619
|
-
const warning$3 = "
|
|
4620
|
-
const error$1 = "
|
|
4615
|
+
const visible$2 = "_visible_dicu2_19";
|
|
4616
|
+
const hidden$2 = "_hidden_dicu2_22";
|
|
4617
|
+
const info$1 = "_info_dicu2_75";
|
|
4618
|
+
const success$1 = "_success_dicu2_83";
|
|
4619
|
+
const warning$3 = "_warning_dicu2_87";
|
|
4620
|
+
const error$1 = "_error_dicu2_79";
|
|
4621
4621
|
const styles$5 = {
|
|
4622
|
-
"f-function-block-alert": "_f-function-block-
|
|
4622
|
+
"f-function-block-alert": "_f-function-block-alert_dicu2_1",
|
|
4623
4623
|
visible: visible$2,
|
|
4624
4624
|
hidden: hidden$2,
|
|
4625
|
-
"f-function-alert": "_f-function-
|
|
4626
|
-
"f-function-alert-top": "_f-function-alert-
|
|
4627
|
-
"f-function-alert-ico": "_f-function-alert-
|
|
4628
|
-
"info-alert": "_info-
|
|
4629
|
-
"error-alert": "_error-
|
|
4630
|
-
"success-alert": "_success-
|
|
4631
|
-
"warning-alert": "_warning-
|
|
4632
|
-
"f-function-alert-inside": "_f-function-alert-
|
|
4633
|
-
"f-function-alert-header": "_f-function-alert-
|
|
4634
|
-
"f-function-alert-body": "_f-function-alert-
|
|
4635
|
-
"f-function-alert-footer": "_f-function-alert-
|
|
4636
|
-
"btn-action": "_btn-
|
|
4625
|
+
"f-function-alert": "_f-function-alert_dicu2_27",
|
|
4626
|
+
"f-function-alert-top": "_f-function-alert-top_dicu2_55",
|
|
4627
|
+
"f-function-alert-ico": "_f-function-alert-ico_dicu2_61",
|
|
4628
|
+
"info-alert": "_info-alert_dicu2_75",
|
|
4629
|
+
"error-alert": "_error-alert_dicu2_79",
|
|
4630
|
+
"success-alert": "_success-alert_dicu2_83",
|
|
4631
|
+
"warning-alert": "_warning-alert_dicu2_87",
|
|
4632
|
+
"f-function-alert-inside": "_f-function-alert-inside_dicu2_91",
|
|
4633
|
+
"f-function-alert-header": "_f-function-alert-header_dicu2_98",
|
|
4634
|
+
"f-function-alert-body": "_f-function-alert-body_dicu2_116",
|
|
4635
|
+
"f-function-alert-footer": "_f-function-alert-footer_dicu2_132",
|
|
4636
|
+
"btn-action": "_btn-action_dicu2_139",
|
|
4637
4637
|
info: info$1,
|
|
4638
4638
|
success: success$1,
|
|
4639
4639
|
warning: warning$3,
|
|
4640
4640
|
error: error$1,
|
|
4641
|
-
"close-btn": "_close-
|
|
4641
|
+
"close-btn": "_close-btn_dicu2_214"
|
|
4642
4642
|
};
|
|
4643
4643
|
const fAlert = ({ title: title2, body, variant = "info" }) => {
|
|
4644
4644
|
return new Promise((resolve) => {
|
|
@@ -4762,23 +4762,23 @@ const fAlert = ({ title: title2, body, variant = "info" }) => {
|
|
|
4762
4762
|
window.addEventListener("keydown", handleKeyDown);
|
|
4763
4763
|
});
|
|
4764
4764
|
};
|
|
4765
|
-
const visible$1 = "
|
|
4766
|
-
const hidden$1 = "
|
|
4767
|
-
const warning$2 = "
|
|
4765
|
+
const visible$1 = "_visible_7mdjn_19";
|
|
4766
|
+
const hidden$1 = "_hidden_7mdjn_22";
|
|
4767
|
+
const warning$2 = "_warning_7mdjn_78";
|
|
4768
4768
|
const styles$4 = {
|
|
4769
|
-
"f-function-block-confirm": "_f-function-block-
|
|
4769
|
+
"f-function-block-confirm": "_f-function-block-confirm_7mdjn_1",
|
|
4770
4770
|
visible: visible$1,
|
|
4771
4771
|
hidden: hidden$1,
|
|
4772
|
-
"f-function-confirm": "_f-function-
|
|
4773
|
-
"f-function-confirm-top": "_f-function-confirm-
|
|
4774
|
-
"f-function-confirm-ico": "_f-function-confirm-
|
|
4772
|
+
"f-function-confirm": "_f-function-confirm_7mdjn_27",
|
|
4773
|
+
"f-function-confirm-top": "_f-function-confirm-top_7mdjn_56",
|
|
4774
|
+
"f-function-confirm-ico": "_f-function-confirm-ico_7mdjn_62",
|
|
4775
4775
|
warning: warning$2,
|
|
4776
|
-
"f-function-confirm-header": "_f-function-confirm-
|
|
4777
|
-
"f-function-confirm-body": "_f-function-confirm-
|
|
4778
|
-
"f-function-confirm-footer": "_f-function-confirm-
|
|
4779
|
-
"btn-cancel": "_btn-
|
|
4780
|
-
"btn-ok": "_btn-
|
|
4781
|
-
"close-btn": "_close-
|
|
4776
|
+
"f-function-confirm-header": "_f-function-confirm-header_7mdjn_89",
|
|
4777
|
+
"f-function-confirm-body": "_f-function-confirm-body_7mdjn_107",
|
|
4778
|
+
"f-function-confirm-footer": "_f-function-confirm-footer_7mdjn_123",
|
|
4779
|
+
"btn-cancel": "_btn-cancel_7mdjn_130",
|
|
4780
|
+
"btn-ok": "_btn-ok_7mdjn_152",
|
|
4781
|
+
"close-btn": "_close-btn_7mdjn_189"
|
|
4782
4782
|
};
|
|
4783
4783
|
const fConfirm = ({ title: title2, body }) => {
|
|
4784
4784
|
return new Promise((resolve) => {
|
|
@@ -8027,28 +8027,28 @@ const fExportingHtmlToXlsx = async (data) => {
|
|
|
8027
8027
|
}
|
|
8028
8028
|
};
|
|
8029
8029
|
const fInstallFormatCodeXlsx = (data) => installFormatCode(data);
|
|
8030
|
-
const info = "
|
|
8031
|
-
const error = "
|
|
8032
|
-
const success = "
|
|
8033
|
-
const warning = "
|
|
8030
|
+
const info = "_info_lgyph_91";
|
|
8031
|
+
const error = "_error_lgyph_95";
|
|
8032
|
+
const success = "_success_lgyph_99";
|
|
8033
|
+
const warning = "_warning_lgyph_103";
|
|
8034
8034
|
const styles$1 = {
|
|
8035
|
-
"f-function-block-notification": "_f-function-block-
|
|
8036
|
-
"f-function-notification-visible": "_f-function-notification-
|
|
8037
|
-
"f-function-notification-hidden": "_f-function-notification-
|
|
8038
|
-
"f-function-notification": "_f-function-
|
|
8039
|
-
"f-function-notification-ico": "_f-function-notification-
|
|
8040
|
-
"info-notification": "_info-
|
|
8041
|
-
"error-notification": "_error-
|
|
8042
|
-
"success-notification": "_success-
|
|
8043
|
-
"warning-notification": "_warning-
|
|
8044
|
-
"f-function-notification-inside": "_f-function-notification-
|
|
8045
|
-
"f-function-notification-header": "_f-function-notification-
|
|
8046
|
-
"f-function-notification-body": "_f-function-notification-
|
|
8047
|
-
"close-not": "_close-
|
|
8048
|
-
"f-notification-progress": "_f-notification-
|
|
8049
|
-
"f-notification-progress-bar": "_f-notification-progress-
|
|
8050
|
-
"f-notification-progress-value": "_f-notification-progress-
|
|
8051
|
-
"notification-progress-shrink": "_notification-progress-
|
|
8035
|
+
"f-function-block-notification": "_f-function-block-notification_lgyph_35",
|
|
8036
|
+
"f-function-notification-visible": "_f-function-notification-visible_lgyph_44",
|
|
8037
|
+
"f-function-notification-hidden": "_f-function-notification-hidden_lgyph_48",
|
|
8038
|
+
"f-function-notification": "_f-function-notification_lgyph_44",
|
|
8039
|
+
"f-function-notification-ico": "_f-function-notification-ico_lgyph_77",
|
|
8040
|
+
"info-notification": "_info-notification_lgyph_91",
|
|
8041
|
+
"error-notification": "_error-notification_lgyph_95",
|
|
8042
|
+
"success-notification": "_success-notification_lgyph_99",
|
|
8043
|
+
"warning-notification": "_warning-notification_lgyph_103",
|
|
8044
|
+
"f-function-notification-inside": "_f-function-notification-inside_lgyph_107",
|
|
8045
|
+
"f-function-notification-header": "_f-function-notification-header_lgyph_115",
|
|
8046
|
+
"f-function-notification-body": "_f-function-notification-body_lgyph_137",
|
|
8047
|
+
"close-not": "_close-not_lgyph_175",
|
|
8048
|
+
"f-notification-progress": "_f-notification-progress_lgyph_201",
|
|
8049
|
+
"f-notification-progress-bar": "_f-notification-progress-bar_lgyph_210",
|
|
8050
|
+
"f-notification-progress-value": "_f-notification-progress-value_lgyph_215",
|
|
8051
|
+
"notification-progress-shrink": "_notification-progress-shrink_lgyph_1",
|
|
8052
8052
|
info,
|
|
8053
8053
|
error,
|
|
8054
8054
|
success,
|
|
@@ -8061,8 +8061,13 @@ const dismissNotificationElement = (el) => {
|
|
|
8061
8061
|
if (typeof cancelTimer === "function") {
|
|
8062
8062
|
cancelTimer();
|
|
8063
8063
|
}
|
|
8064
|
-
el.
|
|
8065
|
-
el.
|
|
8064
|
+
const currentHeight = el.offsetHeight;
|
|
8065
|
+
el.style.maxHeight = `${currentHeight}px`;
|
|
8066
|
+
requestAnimationFrame(() => {
|
|
8067
|
+
el.classList.remove(styles$1["f-function-notification-visible"]);
|
|
8068
|
+
el.classList.add(styles$1["f-function-notification-hidden"]);
|
|
8069
|
+
el.style.maxHeight = "0px";
|
|
8070
|
+
});
|
|
8066
8071
|
let isCleanedUp = false;
|
|
8067
8072
|
const cleanup = () => {
|
|
8068
8073
|
var _a;
|