@fileverse-dev/fortune-react 1.0.2-mod-40 → 1.0.2-mod-41
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/components/DuneChartsInputModal/DuneChartsInputModal.d.ts +12 -0
- package/dist/components/DunePreview/DunePreview.d.ts +13 -0
- package/dist/components/IFrameBoxs/iFrameBoxs.d.ts +3 -0
- package/dist/components/Toolbar/index.d.ts +1 -0
- package/dist/components/Workbook/api.d.ts +9 -0
- package/dist/components/Workbook/index.d.ts +10 -1
- package/dist/index.css +198 -17
- package/dist/index.esm.css +198 -17
- package/dist/index.esm.js +791 -374
- package/dist/index.js +790 -373
- package/dist/index.umd.css +198 -17
- package/dist/index.umd.js +3434 -2754
- package/dist/index.umd.min.css +1 -1
- package/dist/index.umd.min.js +9 -9
- package/dist/utils/datepickerStyles.d.ts +2 -0
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defaultContext, defaultSettings, getSheetIndex, colLocationByIndex, fixPositionOnFrozenCells, colLocation, getFlowdata, isAllowEdit, handleColumnHeaderMouseDown, handleColSizeHandleMouseDown, handleColFreezeHandleMouseDown, handleContextMenu, selectTitlesMap, selectTitlesRange, fixColumnStyleOverflowInFreeze, rowLocationByIndex, rowLocation, handleRowHeaderMouseDown, handleRowSizeHandleMouseDown, handleRowFreezeHandleMouseDown, fixRowStyleOverflowInFreeze, locale, getStyleByCell, getCellValue, createRangeHightlight, isInlineStringCell, getInlineStringHTML, valueShowEs, escapeHTMLTag, escapeScriptTag, moveToEnd, isShowHidenCR, getrangeseleciton, cancelNormalSelected, moveHighlightCell, israngeseleciton, handleFormulaInput, onSearchDialogMoveStart, replaceAll, replace, searchAll, searchNext, normalizeSelection, scrollToHighlightCell, isLinkValid, goToLink, replaceHtml, removeHyperlink, saveHyperlink, createFilterOptions, onImageMoveStart, onImageResizeStart, showComments, setEditingComment, onCommentBoxMoveStart, confirmMessage, getRangeByTxt, getDropdownList, setCellValue, getRangetxt, setConditionRules, mergeBorder,
|
|
1
|
+
import { defaultContext, defaultSettings, getSheetIndex, colLocationByIndex, fixPositionOnFrozenCells, colLocation, getFlowdata, isAllowEdit, handleColumnHeaderMouseDown, handleColSizeHandleMouseDown, handleColFreezeHandleMouseDown, handleContextMenu, selectTitlesMap, selectTitlesRange, fixColumnStyleOverflowInFreeze, rowLocationByIndex, rowLocation, handleRowHeaderMouseDown, handleRowSizeHandleMouseDown, handleRowFreezeHandleMouseDown, fixRowStyleOverflowInFreeze, locale, getStyleByCell, getCellValue, createRangeHightlight, isInlineStringCell, getInlineStringHTML, valueShowEs, escapeHTMLTag, escapeScriptTag, moveToEnd, isShowHidenCR, getrangeseleciton, cancelNormalSelected, moveHighlightCell, israngeseleciton, handleFormulaInput, onSearchDialogMoveStart, replaceAll, replace, searchAll, searchNext, normalizeSelection, scrollToHighlightCell, isLinkValid, goToLink, replaceHtml, removeHyperlink, saveHyperlink, createFilterOptions, onImageMoveStart, onImageResizeStart, showComments, setEditingComment, onCommentBoxMoveStart, confirmMessage, getRangeByTxt, getDropdownList, setCellValue, getRangetxt, setConditionRules, mergeBorder, setDropdownValue, onIframeMoveStart, onIframeResizeStart, handleCellAreaMouseDown, handleCellAreaDoubleClick, selectAll, showLinkCard, getCellRowColumn, getCellHyperlink, handleOverlayMouseMove, handleOverlayMouseUp, handleKeydownForZoom, handleOverlayTouchStart, handleOverlayTouchMove, handleOverlayTouchEnd, insertRowCol, drawArrow, onCellsMoveStart, createDropCellRange, updateContextWithSheetData, updateContextWithCanvas, initFreeze, Canvas, handleGlobalWheel, getDataArr, updateMoreCell, getRegStr, getOptionValue, getSelectRange, applyLocation, updateItem, update, sanitizeDuneUrl, normalizedCellAttr, updateFormat, handleTextSize, handleHorizontalAlign, handleVerticalAlign, handleScreenShot, showImgChooser, insertImage, editComment, deleteComment, showHideComment, showHideAllComments, newComment, handleSum, autoSelectionFormula, handleMerge, handleBorder, handleFreeze, handleSort, createFilter, clearFilter, toolbarItemSelectedFunc, toolbarItemClickHandler, insertDuneChart, handleTextColor, handleTextBackground, getInlineStringNoStyle, rangeHightlightselected, updateCell, editSheetName, cancelActiveImgItem, MAX_ZOOM_RATIO, MIN_ZOOM_RATIO, addSheet, getFreezeState, toggleFreeze, jfrefreshgrid, handleCopy, deleteRowCol, hideSelected, showSelected, api, removeActiveImage, deleteSelectedCellText, sortSelection, handleLink, handlePasteByClick, deleteSheet, opToPatch, setCaretPosition, orderbydatafiler, getFilterColumnValues, getFilterColumnColors, saveFilter, calcSelectionInfo, patchToOp, filterPatch, inverseRowColOptions, ensureSheetIndex, initSheetIndex, handleGlobalKeyDown, handlePaste, groupValuesRefresh } from '@fileverse-dev/fortune-core';
|
|
2
2
|
import React, { useContext, useRef, useState, useMemo, useCallback, useEffect, useLayoutEffect, useImperativeHandle } from 'react';
|
|
3
3
|
import produce, { applyPatches, enablePatches, produceWithPatches } from 'immer';
|
|
4
4
|
import _ from 'lodash';
|
|
@@ -172,7 +172,7 @@ function _regenerator() {
|
|
|
172
172
|
i = p[t],
|
|
173
173
|
d = G.p,
|
|
174
174
|
l = i[2];
|
|
175
|
-
r > 3 ? (o = l === n) && (
|
|
175
|
+
r > 3 ? (o = l === n) && (u = i[(c = i[4]) ? 5 : (c = 3, 3)], i[4] = i[5] = e) : i[0] <= d && ((o = r < 2 && d < i[1]) ? (c = 0, G.v = n, G.n = i[1]) : d < l && (o = r < 3 || i[0] > n || n > l) && (i[4] = r, i[5] = n, G.n = l, c = 0));
|
|
176
176
|
}
|
|
177
177
|
if (o || r > 1) return a;
|
|
178
178
|
throw y = !0, n;
|
|
@@ -801,49 +801,43 @@ var FormulaSearch = function FormulaSearch(props) {
|
|
|
801
801
|
justifyContent: "space-between"
|
|
802
802
|
}
|
|
803
803
|
}, /*#__PURE__*/React.createElement("div", {
|
|
804
|
-
className: "luckysheet-formula-search-func"
|
|
804
|
+
className: "luckysheet-formula-search-func text-body-sm"
|
|
805
805
|
}, v.n), /*#__PURE__*/React.createElement("div", {
|
|
806
806
|
style: {
|
|
807
807
|
display: "flex",
|
|
808
|
+
justifyContent: "end",
|
|
809
|
+
width: "68px",
|
|
810
|
+
height: "20px",
|
|
811
|
+
alignItems: "center",
|
|
808
812
|
gap: "4px"
|
|
809
813
|
}
|
|
810
814
|
}, v.LOGO && (/*#__PURE__*/React.createElement("img", {
|
|
811
815
|
src: v.LOGO,
|
|
812
816
|
alt: "Service Logo",
|
|
813
|
-
|
|
814
|
-
|
|
817
|
+
style: {
|
|
818
|
+
width: "20px"
|
|
819
|
+
}
|
|
815
820
|
})), v.API_KEY && (/*#__PURE__*/React.createElement("div", {
|
|
816
821
|
style: {
|
|
817
822
|
borderRadius: "4px",
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
}
|
|
823
|
+
backgroundColor: "".concat(localStorage.getItem(v.API_KEY) ? "#177E23" : "#e8ebec"),
|
|
824
|
+
width: "16px",
|
|
825
|
+
height: "16px"
|
|
826
|
+
},
|
|
827
|
+
className: "flex justify-center"
|
|
822
828
|
}, /*#__PURE__*/React.createElement(LucideIcon, {
|
|
823
829
|
name: "Key",
|
|
824
830
|
style: {
|
|
825
|
-
color: "white"
|
|
831
|
+
color: localStorage.getItem(v.API_KEY) ? "white" : "#77818A",
|
|
832
|
+
width: "12px",
|
|
833
|
+
height: "12px"
|
|
826
834
|
}
|
|
827
835
|
}))))), /*#__PURE__*/React.createElement("div", {
|
|
828
|
-
className: "luckysheet-formula-search-detail"
|
|
836
|
+
className: "luckysheet-formula-search-detail mt-1 text-helper-text-sm"
|
|
829
837
|
}, v.d));
|
|
830
838
|
}));
|
|
831
839
|
};
|
|
832
840
|
|
|
833
|
-
function lightenHexColor(hex) {
|
|
834
|
-
var amount = 100;
|
|
835
|
-
if (hex.startsWith("#")) {
|
|
836
|
-
hex = hex.slice(1);
|
|
837
|
-
}
|
|
838
|
-
var r = parseInt(hex.slice(0, 2), 16);
|
|
839
|
-
var g = parseInt(hex.slice(2, 4), 16);
|
|
840
|
-
var b = parseInt(hex.slice(4, 6), 16);
|
|
841
|
-
r = Math.min(255, r + amount);
|
|
842
|
-
g = Math.min(255, g + amount);
|
|
843
|
-
b = Math.min(255, b + amount);
|
|
844
|
-
var newHex = "#".concat((1 << 24 | r << 16 | g << 8 | b).toString(16).slice(1).toUpperCase());
|
|
845
|
-
return newHex;
|
|
846
|
-
}
|
|
847
841
|
var FormulaHint = function FormulaHint(props) {
|
|
848
842
|
var _useContext = useContext(WorkbookContext),
|
|
849
843
|
context = _useContext.context;
|
|
@@ -858,13 +852,34 @@ var FormulaHint = function FormulaHint(props) {
|
|
|
858
852
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
859
853
|
showAPInput = _useState4[0],
|
|
860
854
|
setShowAPInput = _useState4[1];
|
|
855
|
+
var _useState5 = useState(!!localStorage.getItem(fn === null || fn === void 0 ? void 0 : fn.API_KEY)),
|
|
856
|
+
_useState6 = _slicedToArray(_useState5, 2),
|
|
857
|
+
isKeyAdded = _useState6[0],
|
|
858
|
+
setApiKeyAdded = _useState6[1];
|
|
859
|
+
var _useState7 = useState(false),
|
|
860
|
+
_useState8 = _slicedToArray(_useState7, 2),
|
|
861
|
+
showFunctionBody = _useState8[0],
|
|
862
|
+
setShouldShowFunctionBody = _useState8[1];
|
|
863
|
+
useEffect(function () {
|
|
864
|
+
if (fn) {
|
|
865
|
+
setApiKeyAdded(!!localStorage.getItem(fn === null || fn === void 0 ? void 0 : fn.API_KEY));
|
|
866
|
+
setAPI_KEY(localStorage.getItem(fn === null || fn === void 0 ? void 0 : fn.API_KEY) || "");
|
|
867
|
+
setShowAPInput(!localStorage.getItem(fn === null || fn === void 0 ? void 0 : fn.API_KEY));
|
|
868
|
+
}
|
|
869
|
+
}, [fn]);
|
|
870
|
+
var apiKeyPlaceholder = {
|
|
871
|
+
ETHERSCAN_API_KEY: "Etherscan API key"
|
|
872
|
+
};
|
|
861
873
|
if (!fn) return null;
|
|
862
874
|
return /*#__PURE__*/React.createElement("div", _objectSpread2(_objectSpread2({}, props), {}, {
|
|
863
875
|
id: "luckysheet-formula-help-c",
|
|
864
876
|
className: "luckysheet-formula-help-c",
|
|
865
877
|
style: {
|
|
866
|
-
|
|
867
|
-
|
|
878
|
+
borderWidth: "1px",
|
|
879
|
+
borderColor: (fn === null || fn === void 0 ? void 0 : fn.BRAND_SECONDARY_COLOR) ? fn === null || fn === void 0 ? void 0 : fn.BRAND_SECONDARY_COLOR : "#F8F9FA",
|
|
880
|
+
backgroundColor: "".concat(fn.BRAND_COLOR ? fn.BRAND_COLOR : "#F8F9FA"),
|
|
881
|
+
width: "340px",
|
|
882
|
+
padding: "0px"
|
|
868
883
|
}
|
|
869
884
|
}), /*#__PURE__*/React.createElement("div", {
|
|
870
885
|
className: "luckysheet-formula-help-close",
|
|
@@ -879,17 +894,25 @@ var FormulaHint = function FormulaHint(props) {
|
|
|
879
894
|
className: "fa fa-angle-up",
|
|
880
895
|
"aria-hidden": "true"
|
|
881
896
|
})), /*#__PURE__*/React.createElement("div", {
|
|
882
|
-
|
|
897
|
+
onClick: function onClick() {
|
|
898
|
+
setShouldShowFunctionBody(!showFunctionBody);
|
|
899
|
+
},
|
|
900
|
+
className: "flex cursor-pointer items-center justify-between",
|
|
883
901
|
style: {
|
|
884
|
-
backgroundColor: "".concat(fn.BRAND_COLOR ?
|
|
902
|
+
backgroundColor: "".concat(fn.BRAND_COLOR ? fn.BRAND_COLOR : "#F8F9FA"),
|
|
903
|
+
padding: "10px",
|
|
904
|
+
borderRadius: "10px"
|
|
885
905
|
}
|
|
886
906
|
}, /*#__PURE__*/React.createElement("div", {
|
|
887
|
-
className: "
|
|
888
|
-
}, /*#__PURE__*/React.createElement("
|
|
907
|
+
className: " flex-grow color-text-default"
|
|
908
|
+
}, /*#__PURE__*/React.createElement("code", {
|
|
909
|
+
style: {
|
|
910
|
+
fontWeight: 500
|
|
911
|
+
},
|
|
889
912
|
className: "luckysheet-arguments-help-function-name"
|
|
890
|
-
}, fn.n), /*#__PURE__*/React.createElement("
|
|
913
|
+
}, fn.n), /*#__PURE__*/React.createElement("code", {
|
|
891
914
|
className: "luckysheet-arguments-paren"
|
|
892
|
-
}, "("), /*#__PURE__*/React.createElement("
|
|
915
|
+
}, "("), /*#__PURE__*/React.createElement("code", {
|
|
893
916
|
className: "luckysheet-arguments-parameter-holder"
|
|
894
917
|
}, fn.p.map(function (param, i) {
|
|
895
918
|
var name = param.name;
|
|
@@ -899,43 +922,55 @@ var FormulaHint = function FormulaHint(props) {
|
|
|
899
922
|
if (param.require === "o") {
|
|
900
923
|
name = "[".concat(name, "]");
|
|
901
924
|
}
|
|
902
|
-
return /*#__PURE__*/React.createElement("
|
|
925
|
+
return /*#__PURE__*/React.createElement("code", {
|
|
903
926
|
className: "luckysheet-arguments-help-parameter",
|
|
904
927
|
dir: "auto",
|
|
905
928
|
key: name
|
|
906
929
|
}, name, i !== fn.p.length - 1 && ", ");
|
|
907
|
-
})), /*#__PURE__*/React.createElement("
|
|
930
|
+
})), /*#__PURE__*/React.createElement("code", {
|
|
908
931
|
className: "luckysheet-arguments-paren"
|
|
909
932
|
}, ")")), /*#__PURE__*/React.createElement("div", {
|
|
910
933
|
style: {
|
|
911
934
|
display: "flex",
|
|
935
|
+
justifyContent: "end",
|
|
936
|
+
width: "68px",
|
|
937
|
+
height: "20px",
|
|
938
|
+
alignItems: "center",
|
|
912
939
|
gap: "4px"
|
|
913
940
|
}
|
|
914
941
|
}, fn.LOGO && (/*#__PURE__*/React.createElement("img", {
|
|
915
942
|
src: fn.LOGO,
|
|
916
943
|
alt: "Service Logo",
|
|
917
|
-
|
|
918
|
-
|
|
944
|
+
style: {
|
|
945
|
+
width: "20px"
|
|
946
|
+
}
|
|
919
947
|
})), fn.API_KEY && (/*#__PURE__*/React.createElement("div", {
|
|
920
948
|
style: {
|
|
921
949
|
borderRadius: "4px",
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
}
|
|
950
|
+
backgroundColor: "".concat(isKeyAdded ? "#177E23" : "#e8ebec"),
|
|
951
|
+
width: "16px",
|
|
952
|
+
height: "16px"
|
|
953
|
+
},
|
|
954
|
+
className: "flex justify-center"
|
|
926
955
|
}, /*#__PURE__*/React.createElement(LucideIcon, {
|
|
927
956
|
name: "Key",
|
|
928
957
|
style: {
|
|
929
|
-
color: "white"
|
|
958
|
+
color: isKeyAdded ? "white" : "#77818A",
|
|
959
|
+
width: "12px",
|
|
960
|
+
height: "12px"
|
|
930
961
|
}
|
|
931
|
-
})))
|
|
962
|
+
}))), /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(LucideIcon, {
|
|
963
|
+
name: showFunctionBody ? "ChevronUp" : "ChevronDown",
|
|
964
|
+
width: 16,
|
|
965
|
+
height: 16
|
|
966
|
+
})))), showFunctionBody && (/*#__PURE__*/React.createElement("div", {
|
|
932
967
|
className: "luckysheet-formula-help-content",
|
|
933
968
|
style: {
|
|
934
|
-
backgroundColor: "".concat(fn.BRAND_COLOR ?
|
|
969
|
+
backgroundColor: "".concat(fn.BRAND_COLOR ? fn.BRAND_COLOR : "#F8F9FA")
|
|
935
970
|
}
|
|
936
971
|
}, fn.API_KEY && (/*#__PURE__*/React.createElement("div", {
|
|
937
972
|
style: {
|
|
938
|
-
borderLeft: "4px solid ".concat(
|
|
973
|
+
borderLeft: "4px solid ".concat(isKeyAdded ? "#177E23" : "#fb923c"),
|
|
939
974
|
backgroundColor: "white",
|
|
940
975
|
padding: "16px",
|
|
941
976
|
margin: "4px 4px 0px 4px",
|
|
@@ -952,38 +987,40 @@ var FormulaHint = function FormulaHint(props) {
|
|
|
952
987
|
}
|
|
953
988
|
}, /*#__PURE__*/React.createElement("h3", {
|
|
954
989
|
style: {
|
|
955
|
-
fontSize: "14px",
|
|
956
|
-
fontWeight: "600",
|
|
957
|
-
color: "#1f2937",
|
|
958
990
|
margin: "0 0 8px 0"
|
|
959
|
-
}
|
|
960
|
-
|
|
961
|
-
|
|
991
|
+
},
|
|
992
|
+
className: "text-heading-xsm color-text-default"
|
|
993
|
+
}, isKeyAdded ? "API key provided" : "API key is required"), /*#__PURE__*/React.createElement(LucideIcon, {
|
|
994
|
+
name: showAPInput ? "ChevronUp" : "ChevronDown",
|
|
962
995
|
width: 24,
|
|
963
996
|
height: 24
|
|
964
997
|
})), showAPInput && (/*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement("p", {
|
|
965
998
|
style: {
|
|
966
|
-
color: "#6b7280",
|
|
967
999
|
margin: "0 0 16px 0"
|
|
968
|
-
}
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
gap: "12px"
|
|
973
|
-
}
|
|
1000
|
+
},
|
|
1001
|
+
className: "text-body-sm color-text-default"
|
|
1002
|
+
}, "This function requires an API key. Please paste it below and\n press 'Ok'."), /*#__PURE__*/React.createElement("div", {
|
|
1003
|
+
className: "w-full"
|
|
974
1004
|
}, /*#__PURE__*/React.createElement(TextField, {
|
|
975
1005
|
value: API_KEY,
|
|
976
1006
|
id: "function-api-key",
|
|
977
1007
|
type: "text",
|
|
978
|
-
placeholder:
|
|
1008
|
+
placeholder: apiKeyPlaceholder[fn.API_KEY],
|
|
979
1009
|
onChange: function onChange(e) {
|
|
980
1010
|
setAPI_KEY(e.target.value);
|
|
1011
|
+
setApiKeyAdded(false);
|
|
981
1012
|
}
|
|
982
|
-
}), /*#__PURE__*/React.createElement(
|
|
1013
|
+
}), /*#__PURE__*/React.createElement("div", {
|
|
1014
|
+
className: "flex justify-end mt-2"
|
|
1015
|
+
}, /*#__PURE__*/React.createElement(Button$1, {
|
|
983
1016
|
onClick: function onClick() {
|
|
984
1017
|
localStorage.setItem(fn.API_KEY, API_KEY);
|
|
985
|
-
|
|
986
|
-
|
|
1018
|
+
setApiKeyAdded(true);
|
|
1019
|
+
setShowAPInput(false);
|
|
1020
|
+
},
|
|
1021
|
+
disabled: !API_KEY,
|
|
1022
|
+
className: "min-w-[80px]"
|
|
1023
|
+
}, "Ok"))))))), /*#__PURE__*/React.createElement("div", {
|
|
987
1024
|
style: {
|
|
988
1025
|
backgroundColor: "white",
|
|
989
1026
|
padding: "6px",
|
|
@@ -991,13 +1028,20 @@ var FormulaHint = function FormulaHint(props) {
|
|
|
991
1028
|
borderRadius: "4px"
|
|
992
1029
|
}
|
|
993
1030
|
}, /*#__PURE__*/React.createElement("div", {
|
|
994
|
-
className: "
|
|
1031
|
+
className: ""
|
|
995
1032
|
}, /*#__PURE__*/React.createElement("div", {
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
1033
|
+
style: {
|
|
1034
|
+
lineHeight: "16px",
|
|
1035
|
+
fontSize: "12px"
|
|
1036
|
+
},
|
|
1037
|
+
className: "text-body-sm-bold mb-1 color-text-secondary"
|
|
1038
|
+
}, formulaMore.helpExample), /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement("code", {
|
|
1039
|
+
style: {
|
|
1040
|
+
overflowWrap: "break-word"
|
|
1041
|
+
},
|
|
1042
|
+
className: "example-value-code"
|
|
999
1043
|
}, /*#__PURE__*/React.createElement("span", {
|
|
1000
|
-
className: "luckysheet-arguments-help-function-name
|
|
1044
|
+
className: "luckysheet-arguments-help-function-name"
|
|
1001
1045
|
}, fn.n), /*#__PURE__*/React.createElement("span", {
|
|
1002
1046
|
className: "luckysheet-arguments-paren"
|
|
1003
1047
|
}, "("), /*#__PURE__*/React.createElement("span", {
|
|
@@ -1010,26 +1054,32 @@ var FormulaHint = function FormulaHint(props) {
|
|
|
1010
1054
|
}, param.example, i !== fn.p.length - 1 && ", ");
|
|
1011
1055
|
})), /*#__PURE__*/React.createElement("span", {
|
|
1012
1056
|
className: "luckysheet-arguments-paren"
|
|
1013
|
-
}, ")"))), /*#__PURE__*/React.createElement("div", {
|
|
1057
|
+
}, ")")))), /*#__PURE__*/React.createElement("div", {
|
|
1014
1058
|
className: "luckysheet-formula-help-content-detail",
|
|
1015
1059
|
style: {
|
|
1016
|
-
paddingBottom: "
|
|
1060
|
+
paddingBottom: "16px"
|
|
1017
1061
|
}
|
|
1018
1062
|
}, /*#__PURE__*/React.createElement("div", {
|
|
1019
|
-
className: "
|
|
1063
|
+
className: ""
|
|
1020
1064
|
}, /*#__PURE__*/React.createElement("div", {
|
|
1021
|
-
|
|
1065
|
+
style: {
|
|
1066
|
+
lineHeight: "16px",
|
|
1067
|
+
fontSize: "12px",
|
|
1068
|
+
padding: "0px"
|
|
1069
|
+
},
|
|
1070
|
+
className: "text-body-sm-bold mb-1 mt-2 color-text-secondary"
|
|
1022
1071
|
}, "About"), /*#__PURE__*/React.createElement("span", {
|
|
1023
|
-
className: "luckysheet-arguments-help-parameter-content
|
|
1072
|
+
className: "luckysheet-arguments-help-parameter-content text-helper-text-sm"
|
|
1024
1073
|
}, fn.d))), /*#__PURE__*/React.createElement("div", {
|
|
1074
|
+
style: {
|
|
1075
|
+
paddingTop: "16px"
|
|
1076
|
+
},
|
|
1025
1077
|
className: "luckysheet-formula-help-content-param"
|
|
1026
1078
|
}, fn.p.map(function (param) {
|
|
1027
1079
|
return /*#__PURE__*/React.createElement("div", {
|
|
1028
|
-
className: "
|
|
1080
|
+
className: "",
|
|
1029
1081
|
key: param.name
|
|
1030
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
1031
|
-
className: "luckysheet-arguments-help-section-title example-title"
|
|
1032
|
-
}, param.name, param.repeat === "y" && (/*#__PURE__*/React.createElement("span", {
|
|
1082
|
+
}, /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement("code", null, param.name, param.repeat === "y" && (/*#__PURE__*/React.createElement("span", {
|
|
1033
1083
|
className: "luckysheet-arguments-help-argument-info example-value",
|
|
1034
1084
|
style: {
|
|
1035
1085
|
marginTop: "2px"
|
|
@@ -1039,15 +1089,23 @@ var FormulaHint = function FormulaHint(props) {
|
|
|
1039
1089
|
style: {
|
|
1040
1090
|
marginTop: "2px"
|
|
1041
1091
|
}
|
|
1042
|
-
}, "-[", formulaMore.allowOptionText, "]"))), /*#__PURE__*/React.createElement("span", {
|
|
1043
|
-
className: "luckysheet-arguments-help-parameter-content
|
|
1092
|
+
}, "-[", formulaMore.allowOptionText, "]")))), /*#__PURE__*/React.createElement("span", {
|
|
1093
|
+
className: "luckysheet-arguments-help-parameter-content text-helper-text-sm",
|
|
1044
1094
|
style: {
|
|
1045
1095
|
marginTop: "2px"
|
|
1046
1096
|
}
|
|
1047
1097
|
}, param.detail));
|
|
1048
|
-
})))), /*#__PURE__*/React.createElement("div", {
|
|
1049
|
-
|
|
1050
|
-
|
|
1098
|
+
}))))), /*#__PURE__*/React.createElement("div", {
|
|
1099
|
+
style: {
|
|
1100
|
+
backgroundColor: "".concat(fn.BRAND_COLOR ? fn.BRAND_COLOR : "#F8F9FA"),
|
|
1101
|
+
padding: "8px",
|
|
1102
|
+
borderBottomLeftRadius: "10px",
|
|
1103
|
+
borderBottomRightRadius: "10px"
|
|
1104
|
+
},
|
|
1105
|
+
className: "w-full"
|
|
1106
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
1107
|
+
className: "color-text-link text-helper-text-sm"
|
|
1108
|
+
}, "Learn More")));
|
|
1051
1109
|
};
|
|
1052
1110
|
|
|
1053
1111
|
function usePrevious(value) {
|
|
@@ -1193,6 +1251,48 @@ var InputBox = function InputBox() {
|
|
|
1193
1251
|
e.stopPropagation();
|
|
1194
1252
|
}
|
|
1195
1253
|
}, [getActiveFormula, setContext]);
|
|
1254
|
+
var selectActiveFormulaOnClick = useCallback(function (e) {
|
|
1255
|
+
var activeFormula = getActiveFormula();
|
|
1256
|
+
var formulaNameDiv = activeFormula === null || activeFormula === void 0 ? void 0 : activeFormula.querySelector(".luckysheet-formula-search-func");
|
|
1257
|
+
if (formulaNameDiv) {
|
|
1258
|
+
var formulaName = formulaNameDiv.textContent;
|
|
1259
|
+
var textEditor = document.getElementById("luckysheet-rich-text-editor");
|
|
1260
|
+
if (textEditor) {
|
|
1261
|
+
var _getrangeseleciton2;
|
|
1262
|
+
var searchTxt = ((_getrangeseleciton2 = getrangeseleciton()) === null || _getrangeseleciton2 === void 0 ? void 0 : _getrangeseleciton2.textContent) || "";
|
|
1263
|
+
var deleteCount = searchTxt.length;
|
|
1264
|
+
textEditor.focus();
|
|
1265
|
+
var selection = window.getSelection();
|
|
1266
|
+
if ((selection === null || selection === void 0 ? void 0 : selection.rangeCount) === 0) return;
|
|
1267
|
+
var range = selection === null || selection === void 0 ? void 0 : selection.getRangeAt(0);
|
|
1268
|
+
if (deleteCount !== 0 && range) {
|
|
1269
|
+
var startOffset = Math.max(range.startOffset - deleteCount, 0);
|
|
1270
|
+
var endOffset = range.startOffset;
|
|
1271
|
+
range.setStart(range.startContainer, startOffset);
|
|
1272
|
+
range.setEnd(range.startContainer, endOffset);
|
|
1273
|
+
range.deleteContents();
|
|
1274
|
+
}
|
|
1275
|
+
var functionStr = "<span dir=\"auto\" class=\"luckysheet-formula-text-func\">".concat(formulaName, "</span>");
|
|
1276
|
+
var lParStr = "<span dir=\"auto\" class=\"luckysheet-formula-text-lpar\">(</span>";
|
|
1277
|
+
var functionNode = new DOMParser().parseFromString(functionStr, "text/html").body.childNodes[0];
|
|
1278
|
+
var lParNode = new DOMParser().parseFromString(lParStr, "text/html").body.childNodes[0];
|
|
1279
|
+
if (range === null || range === void 0 ? void 0 : range.startContainer.parentNode) {
|
|
1280
|
+
range === null || range === void 0 ? void 0 : range.setStart(range.startContainer.parentNode, 1);
|
|
1281
|
+
}
|
|
1282
|
+
range === null || range === void 0 ? void 0 : range.insertNode(lParNode);
|
|
1283
|
+
range === null || range === void 0 ? void 0 : range.insertNode(functionNode);
|
|
1284
|
+
range === null || range === void 0 ? void 0 : range.collapse();
|
|
1285
|
+
selection === null || selection === void 0 ? void 0 : selection.removeAllRanges();
|
|
1286
|
+
if (range) selection === null || selection === void 0 ? void 0 : selection.addRange(range);
|
|
1287
|
+
setContext(function (draftCtx) {
|
|
1288
|
+
draftCtx.functionCandidates = [];
|
|
1289
|
+
draftCtx.functionHint = formulaName;
|
|
1290
|
+
});
|
|
1291
|
+
}
|
|
1292
|
+
e.preventDefault();
|
|
1293
|
+
e.stopPropagation();
|
|
1294
|
+
}
|
|
1295
|
+
}, [getActiveFormula, setContext]);
|
|
1196
1296
|
var onKeyDown = useCallback(function (e) {
|
|
1197
1297
|
lastKeyDownEventRef.current = new KeyboardEvent(e.type, e.nativeEvent);
|
|
1198
1298
|
preText.current = inputRef.current.innerText;
|
|
@@ -1312,6 +1412,18 @@ var InputBox = function InputBox() {
|
|
|
1312
1412
|
})), document.activeElement === inputRef.current && (/*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(FormulaSearch, {
|
|
1313
1413
|
style: {
|
|
1314
1414
|
top: ((firstSelection === null || firstSelection === void 0 ? void 0 : firstSelection.height_move) || 0) + 4
|
|
1415
|
+
},
|
|
1416
|
+
onMouseOver: function onMouseOver(e) {
|
|
1417
|
+
if (document.getElementById("luckysheet-formula-search-c")) {
|
|
1418
|
+
var hoveredItem = e.target.closest(".luckysheet-formula-search-item");
|
|
1419
|
+
if (!hoveredItem) return;
|
|
1420
|
+
clearSearchItemActiveClass();
|
|
1421
|
+
hoveredItem.classList.add("luckysheet-formula-search-item-active");
|
|
1422
|
+
}
|
|
1423
|
+
e.preventDefault();
|
|
1424
|
+
},
|
|
1425
|
+
onClick: function onClick(e) {
|
|
1426
|
+
selectActiveFormulaOnClick(e);
|
|
1315
1427
|
}
|
|
1316
1428
|
}), /*#__PURE__*/React.createElement(FormulaHint, {
|
|
1317
1429
|
style: {
|
|
@@ -2447,8 +2559,18 @@ function useDialog() {
|
|
|
2447
2559
|
};
|
|
2448
2560
|
}
|
|
2449
2561
|
|
|
2562
|
+
var datepickerStyles = "\n .datepicker-toggle {\n display: inline-block;\n position: relative;\n width: 100%;\n }\n \n .datepicker-toggle-button {\n opacity: 0.3;\n position: absolute;\n right: 12px;\n top: 50%;\n transform: translateY(-50%);\n width: 16px;\n height: 16px;\n background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjxyZWN0IHg9IjMiIHk9IjQiIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgcng9IjIiIHJ5PSIyIj48L3JlY3Q+PGxpbmUgeDE9IjE2IiB5MT0iMiIgeDI9IjE2IiB5Mj0iNiI+PC9saW5lPjxsaW5lIHgxPSI4IiB5MT0iMiIgeDI9IjgiIHkyPSI2Ij48L2xpbmU+PGxpbmUgeDE9IjMiIHkxPSIxMCIgeDI9IjIxIiB5Mj0iMTAiPjwvbGluZT48L3N2Zz4=');\n background-repeat: no-repeat;\n background-position: center;\n pointer-events: none;\n }\n \n .datepicker-input {\n width: 100%;\n padding: 8px 12px;\n border: 1px solid #e2e8f0;\n border-radius: 6px;\n font-size: 14px;\n line-height: 1.5;\n color: #1a202c;\n background-color: #fff;\n cursor: pointer;\n }\n \n .datepicker-input::-webkit-calendar-picker-indicator {\n position: absolute;\n left: 0;\n top: 0;\n width: 100%;\n height: 100%;\n margin: 0;\n padding: 0;\n cursor: pointer;\n opacity: 0;\n }\n \n .datepicker-input:focus {\n outline: none;\n border-color: #4299e1;\n box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.1);\n }\n";
|
|
2563
|
+
var injectDatepickerStyles = function injectDatepickerStyles() {
|
|
2564
|
+
if (typeof document !== "undefined") {
|
|
2565
|
+
var styleSheet = document.createElement("style");
|
|
2566
|
+
styleSheet.textContent = datepickerStyles;
|
|
2567
|
+
document.head.appendChild(styleSheet);
|
|
2568
|
+
}
|
|
2569
|
+
};
|
|
2570
|
+
|
|
2571
|
+
injectDatepickerStyles();
|
|
2450
2572
|
var DataVerification = function DataVerification() {
|
|
2451
|
-
var _context$dataVerifica, _context$dataVerifica2, _context$dataVerifica3, _context$dataVerifica4, _context$dataVerifica5, _context$dataVerifica6, _context$dataVerifica7, _context$dataVerifica8, _context$dataVerifica9, _context$dataVerifica0, _context$dataVerifica1, _context$dataVerifica10, _context$dataVerifica11
|
|
2573
|
+
var _context$dataVerifica, _context$dataVerifica2, _context$dataVerifica3, _context$dataVerifica4, _context$dataVerifica5, _context$dataVerifica6, _context$dataVerifica7, _context$dataVerifica8, _context$dataVerifica9, _context$dataVerifica0, _context$dataVerifica1, _context$dataVerifica10, _context$dataVerifica11;
|
|
2452
2574
|
var _useContext = useContext(WorkbookContext),
|
|
2453
2575
|
context = _useContext.context,
|
|
2454
2576
|
setContext = _useContext.setContext;
|
|
@@ -2457,15 +2579,11 @@ var DataVerification = function DataVerification() {
|
|
|
2457
2579
|
hideDialog = _useDialog.hideDialog;
|
|
2458
2580
|
var _locale = locale(context),
|
|
2459
2581
|
dataVerification = _locale.dataVerification,
|
|
2460
|
-
toolbar = _locale.toolbar,
|
|
2461
2582
|
button = _locale.button,
|
|
2462
2583
|
generalDialog = _locale.generalDialog;
|
|
2463
|
-
var _useState = useState(["between", "notBetween", "equal", "notEqualTo", "
|
|
2584
|
+
var _useState = useState(["between", "notBetween", "equal", "notEqualTo", "earlierThan", "noEarlierThan", "laterThan", "noLaterThan"]),
|
|
2464
2585
|
_useState2 = _slicedToArray(_useState, 1),
|
|
2465
|
-
|
|
2466
|
-
var _useState3 = useState(["between", "notBetween", "equal", "notEqualTo", "earlierThan", "noEarlierThan", "laterThan", "noLaterThan"]),
|
|
2467
|
-
_useState4 = _slicedToArray(_useState3, 1),
|
|
2468
|
-
dateCondition = _useState4[0];
|
|
2586
|
+
dateCondition = _useState2[0];
|
|
2469
2587
|
var dataSelectRange = useCallback(function (type, value) {
|
|
2470
2588
|
hideDialog();
|
|
2471
2589
|
setContext(function (ctx) {
|
|
@@ -2600,48 +2718,36 @@ var DataVerification = function DataVerification() {
|
|
|
2600
2718
|
return /*#__PURE__*/React.createElement("div", {
|
|
2601
2719
|
id: "fortune-data-verification"
|
|
2602
2720
|
}, /*#__PURE__*/React.createElement("div", {
|
|
2603
|
-
className: "
|
|
2604
|
-
}, toolbar.dataVerification), /*#__PURE__*/React.createElement("div", {
|
|
2605
|
-
className: "box"
|
|
2721
|
+
className: "flex flex-col gap-4"
|
|
2606
2722
|
}, /*#__PURE__*/React.createElement("div", {
|
|
2607
|
-
className: "
|
|
2608
|
-
style: {
|
|
2609
|
-
borderTop: "1px solid #E1E4E8"
|
|
2610
|
-
}
|
|
2723
|
+
className: "flex flex-col"
|
|
2611
2724
|
}, /*#__PURE__*/React.createElement("div", {
|
|
2612
|
-
className: "
|
|
2613
|
-
}, dataVerification.cellRange), /*#__PURE__*/React.createElement(
|
|
2614
|
-
|
|
2615
|
-
|
|
2616
|
-
|
|
2617
|
-
|
|
2725
|
+
className: "text-heading-xsm mb-2"
|
|
2726
|
+
}, dataVerification.cellRange), /*#__PURE__*/React.createElement(TextField, {
|
|
2727
|
+
rightIcon: /*#__PURE__*/React.createElement(LucideIcon, {
|
|
2728
|
+
name: "Grid2x2",
|
|
2729
|
+
size: "sm"
|
|
2730
|
+
}),
|
|
2731
|
+
"aria-hidden": "true",
|
|
2732
|
+
readOnly: true,
|
|
2618
2733
|
value: (_context$dataVerifica = context.dataVerification.dataRegulation) === null || _context$dataVerifica === void 0 ? void 0 : _context$dataVerifica.rangeTxt,
|
|
2619
2734
|
onChange: function onChange(e) {
|
|
2620
2735
|
var value = e.target.value;
|
|
2621
2736
|
setContext(function (ctx) {
|
|
2622
2737
|
ctx.dataVerification.dataRegulation.rangeTxt = value;
|
|
2623
2738
|
});
|
|
2624
|
-
}
|
|
2625
|
-
}), /*#__PURE__*/React.createElement("i", {
|
|
2626
|
-
className: "icon",
|
|
2627
|
-
"aria-hidden": "true",
|
|
2739
|
+
},
|
|
2628
2740
|
onClick: function onClick() {
|
|
2629
2741
|
hideDialog();
|
|
2630
2742
|
dataSelectRange("rangeTxt", context.dataVerification.dataRegulation.value1);
|
|
2631
|
-
}
|
|
2632
|
-
|
|
2633
|
-
|
|
2634
|
-
name: "tab",
|
|
2635
|
-
width: 18
|
|
2636
|
-
})))), /*#__PURE__*/React.createElement("div", {
|
|
2637
|
-
className: "box-item"
|
|
2743
|
+
}
|
|
2744
|
+
})), /*#__PURE__*/React.createElement("div", {
|
|
2745
|
+
className: "flex flex-col"
|
|
2638
2746
|
}, /*#__PURE__*/React.createElement("div", {
|
|
2639
|
-
className: "
|
|
2640
|
-
}, dataVerification.verificationCondition), /*#__PURE__*/React.createElement(
|
|
2641
|
-
className: "data-verification-type-select",
|
|
2747
|
+
className: "text-heading-xsm mb-2"
|
|
2748
|
+
}, dataVerification.verificationCondition), /*#__PURE__*/React.createElement(Select$1, {
|
|
2642
2749
|
value: context.dataVerification.dataRegulation.type,
|
|
2643
|
-
|
|
2644
|
-
var value = e.target.value;
|
|
2750
|
+
onValueChange: function onValueChange(value) {
|
|
2645
2751
|
setContext(function (ctx) {
|
|
2646
2752
|
ctx.dataVerification.dataRegulation.type = value;
|
|
2647
2753
|
if (value === "dropdown" || value === "checkbox") {
|
|
@@ -2657,18 +2763,14 @@ var DataVerification = function DataVerification() {
|
|
|
2657
2763
|
ctx.dataVerification.dataRegulation.value2 = "";
|
|
2658
2764
|
});
|
|
2659
2765
|
}
|
|
2660
|
-
},
|
|
2661
|
-
return /*#__PURE__*/React.createElement(
|
|
2766
|
+
}, /*#__PURE__*/React.createElement(SelectTrigger, null, /*#__PURE__*/React.createElement(SelectValue, null)), /*#__PURE__*/React.createElement(SelectContent, null, ["dropdown", "checkbox", "date"].map(function (v) {
|
|
2767
|
+
return /*#__PURE__*/React.createElement(SelectItem$1, {
|
|
2662
2768
|
value: v,
|
|
2663
2769
|
key: v
|
|
2664
2770
|
}, dataVerification[v]);
|
|
2665
|
-
})), ((_context$dataVerifica2 = context.dataVerification) === null || _context$dataVerifica2 === void 0 ? void 0 : (_context$dataVerifica3 = _context$dataVerifica2.dataRegulation) === null || _context$dataVerifica3 === void 0 ? void 0 : _context$dataVerifica3.type) === "dropdown" && (/*#__PURE__*/React.createElement("div", {
|
|
2666
|
-
className: "
|
|
2667
|
-
}, /*#__PURE__*/React.createElement(
|
|
2668
|
-
className: "data-verification-range"
|
|
2669
|
-
}, /*#__PURE__*/React.createElement("input", {
|
|
2670
|
-
className: "formulaInputFocus",
|
|
2671
|
-
spellCheck: "false",
|
|
2771
|
+
}))), ((_context$dataVerifica2 = context.dataVerification) === null || _context$dataVerifica2 === void 0 ? void 0 : (_context$dataVerifica3 = _context$dataVerifica2.dataRegulation) === null || _context$dataVerifica3 === void 0 ? void 0 : _context$dataVerifica3.type) === "dropdown" && (/*#__PURE__*/React.createElement("div", {
|
|
2772
|
+
className: "mt-4"
|
|
2773
|
+
}, /*#__PURE__*/React.createElement(TextField, {
|
|
2672
2774
|
value: context.dataVerification.dataRegulation.value1,
|
|
2673
2775
|
placeholder: dataVerification.placeholder1,
|
|
2674
2776
|
onChange: function onChange(e) {
|
|
@@ -2677,39 +2779,28 @@ var DataVerification = function DataVerification() {
|
|
|
2677
2779
|
ctx.dataVerification.dataRegulation.value1 = value;
|
|
2678
2780
|
});
|
|
2679
2781
|
}
|
|
2680
|
-
}), /*#__PURE__*/React.createElement("
|
|
2681
|
-
className: "
|
|
2682
|
-
|
|
2683
|
-
|
|
2684
|
-
return dataSelectRange("dropDown", context.dataVerification.dataRegulation.value1);
|
|
2685
|
-
},
|
|
2686
|
-
tabIndex: 0
|
|
2687
|
-
}, /*#__PURE__*/React.createElement(SVGIcon, {
|
|
2688
|
-
name: "tab",
|
|
2689
|
-
width: 18
|
|
2690
|
-
}))), /*#__PURE__*/React.createElement("div", {
|
|
2691
|
-
className: "check"
|
|
2692
|
-
}, /*#__PURE__*/React.createElement("input", {
|
|
2693
|
-
type: "checkbox",
|
|
2782
|
+
}), /*#__PURE__*/React.createElement("div", {
|
|
2783
|
+
className: "mt-4 flex items-center"
|
|
2784
|
+
}, /*#__PURE__*/React.createElement(Checkbox, {
|
|
2785
|
+
className: "border-2",
|
|
2694
2786
|
checked: context.dataVerification.dataRegulation.type2 === "true",
|
|
2695
|
-
|
|
2696
|
-
onChange: function onChange(e) {
|
|
2787
|
+
onCheckedChange: function onCheckedChange(e) {
|
|
2697
2788
|
var checked = e.target.checked;
|
|
2698
2789
|
setContext(function (ctx) {
|
|
2699
2790
|
ctx.dataVerification.dataRegulation.type2 = "".concat(checked);
|
|
2700
2791
|
});
|
|
2701
2792
|
}
|
|
2702
|
-
}), /*#__PURE__*/React.createElement("
|
|
2703
|
-
|
|
2793
|
+
}), /*#__PURE__*/React.createElement("span", {
|
|
2794
|
+
className: "ml-2"
|
|
2704
2795
|
}, dataVerification.allowMultiSelect)))), ((_context$dataVerifica4 = context.dataVerification) === null || _context$dataVerifica4 === void 0 ? void 0 : (_context$dataVerifica5 = _context$dataVerifica4.dataRegulation) === null || _context$dataVerifica5 === void 0 ? void 0 : _context$dataVerifica5.type) === "checkbox" && (/*#__PURE__*/React.createElement("div", {
|
|
2705
|
-
className: "
|
|
2796
|
+
className: "mt-4 space-y-2"
|
|
2706
2797
|
}, /*#__PURE__*/React.createElement("div", {
|
|
2707
|
-
className: "
|
|
2708
|
-
}, /*#__PURE__*/React.createElement("span",
|
|
2709
|
-
|
|
2710
|
-
|
|
2711
|
-
placeholder: dataVerification.placeholder2,
|
|
2798
|
+
className: "flex items-center gap-2"
|
|
2799
|
+
}, /*#__PURE__*/React.createElement("span", {
|
|
2800
|
+
className: "data-verification-checkbox-label"
|
|
2801
|
+
}, dataVerification.selected), /*#__PURE__*/React.createElement(TextField, {
|
|
2712
2802
|
value: (_context$dataVerifica6 = context.dataVerification) === null || _context$dataVerifica6 === void 0 ? void 0 : (_context$dataVerifica7 = _context$dataVerifica6.dataRegulation) === null || _context$dataVerifica7 === void 0 ? void 0 : _context$dataVerifica7.value1,
|
|
2803
|
+
placeholder: dataVerification.placeholder2,
|
|
2713
2804
|
onChange: function onChange(e) {
|
|
2714
2805
|
var value = e.target.value;
|
|
2715
2806
|
setContext(function (ctx) {
|
|
@@ -2717,129 +2808,41 @@ var DataVerification = function DataVerification() {
|
|
|
2717
2808
|
});
|
|
2718
2809
|
}
|
|
2719
2810
|
})), /*#__PURE__*/React.createElement("div", {
|
|
2720
|
-
className: "
|
|
2721
|
-
}, /*#__PURE__*/React.createElement("span",
|
|
2722
|
-
|
|
2723
|
-
|
|
2724
|
-
placeholder: dataVerification.placeholder2,
|
|
2811
|
+
className: "flex items-center gap-2"
|
|
2812
|
+
}, /*#__PURE__*/React.createElement("span", {
|
|
2813
|
+
className: "data-verification-checkbox-label"
|
|
2814
|
+
}, dataVerification.notSelected), /*#__PURE__*/React.createElement(TextField, {
|
|
2725
2815
|
value: (_context$dataVerifica8 = context.dataVerification) === null || _context$dataVerifica8 === void 0 ? void 0 : (_context$dataVerifica9 = _context$dataVerifica8.dataRegulation) === null || _context$dataVerifica9 === void 0 ? void 0 : _context$dataVerifica9.value2,
|
|
2816
|
+
placeholder: dataVerification.placeholder2,
|
|
2726
2817
|
onChange: function onChange(e) {
|
|
2727
2818
|
var value = e.target.value;
|
|
2728
2819
|
setContext(function (ctx) {
|
|
2729
2820
|
ctx.dataVerification.dataRegulation.value2 = value;
|
|
2730
2821
|
});
|
|
2731
2822
|
}
|
|
2732
|
-
})))), ((
|
|
2733
|
-
className: "
|
|
2734
|
-
}, /*#__PURE__*/React.createElement(
|
|
2735
|
-
className: "data-verification-type-select",
|
|
2736
|
-
value: context.dataVerification.dataRegulation.type2,
|
|
2737
|
-
onChange: function onChange(e) {
|
|
2738
|
-
var value = e.target.value;
|
|
2739
|
-
setContext(function (ctx) {
|
|
2740
|
-
ctx.dataVerification.dataRegulation.type2 = value;
|
|
2741
|
-
ctx.dataVerification.dataRegulation.value1 = "";
|
|
2742
|
-
ctx.dataVerification.dataRegulation.value2 = "";
|
|
2743
|
-
});
|
|
2744
|
-
}
|
|
2745
|
-
}, numberCondition.map(function (v) {
|
|
2746
|
-
return /*#__PURE__*/React.createElement("option", {
|
|
2747
|
-
value: v,
|
|
2748
|
-
key: v
|
|
2749
|
-
}, dataVerification[v]);
|
|
2750
|
-
})), context.dataVerification.dataRegulation.type2 === "between" || context.dataVerification.dataRegulation.type2 === "notBetween" ? (/*#__PURE__*/React.createElement("div", {
|
|
2751
|
-
className: "input-box"
|
|
2752
|
-
}, /*#__PURE__*/React.createElement("input", {
|
|
2753
|
-
type: "number",
|
|
2754
|
-
placeholder: "1",
|
|
2755
|
-
value: context.dataVerification.dataRegulation.value1,
|
|
2756
|
-
onChange: function onChange(e) {
|
|
2757
|
-
var value = e.target.value;
|
|
2758
|
-
setContext(function (ctx) {
|
|
2759
|
-
ctx.dataVerification.dataRegulation.value1 = value;
|
|
2760
|
-
});
|
|
2761
|
-
}
|
|
2762
|
-
}), /*#__PURE__*/React.createElement("span", null, "-"), /*#__PURE__*/React.createElement("input", {
|
|
2763
|
-
type: "number",
|
|
2764
|
-
placeholder: "100",
|
|
2765
|
-
value: context.dataVerification.dataRegulation.value2,
|
|
2766
|
-
onChange: function onChange(e) {
|
|
2767
|
-
var value = e.target.value;
|
|
2768
|
-
setContext(function (ctx) {
|
|
2769
|
-
ctx.dataVerification.dataRegulation.value2 = value;
|
|
2770
|
-
});
|
|
2771
|
-
}
|
|
2772
|
-
}))) : (/*#__PURE__*/React.createElement("div", {
|
|
2773
|
-
className: "input-box"
|
|
2774
|
-
}, /*#__PURE__*/React.createElement("input", {
|
|
2775
|
-
type: "number",
|
|
2776
|
-
style: {
|
|
2777
|
-
width: "100%"
|
|
2778
|
-
},
|
|
2779
|
-
placeholder: dataVerification.placeholder3,
|
|
2780
|
-
value: context.dataVerification.dataRegulation.value1,
|
|
2781
|
-
onChange: function onChange(e) {
|
|
2782
|
-
var value = e.target.value;
|
|
2783
|
-
setContext(function (ctx) {
|
|
2784
|
-
ctx.dataVerification.dataRegulation.value1 = value;
|
|
2785
|
-
});
|
|
2786
|
-
}
|
|
2787
|
-
}))))), ((_context$dataVerifica16 = context.dataVerification) === null || _context$dataVerifica16 === void 0 ? void 0 : (_context$dataVerifica17 = _context$dataVerifica16.dataRegulation) === null || _context$dataVerifica17 === void 0 ? void 0 : _context$dataVerifica17.type) === "text_content" && (/*#__PURE__*/React.createElement("div", {
|
|
2788
|
-
className: "show-box-item"
|
|
2789
|
-
}, /*#__PURE__*/React.createElement("select", {
|
|
2790
|
-
className: "data-verification-type-select",
|
|
2823
|
+
})))), ((_context$dataVerifica0 = context.dataVerification) === null || _context$dataVerifica0 === void 0 ? void 0 : (_context$dataVerifica1 = _context$dataVerifica0.dataRegulation) === null || _context$dataVerifica1 === void 0 ? void 0 : _context$dataVerifica1.type) === "date" && (/*#__PURE__*/React.createElement("div", {
|
|
2824
|
+
className: "mt-4"
|
|
2825
|
+
}, /*#__PURE__*/React.createElement(Select$1, {
|
|
2791
2826
|
value: context.dataVerification.dataRegulation.type2,
|
|
2792
|
-
|
|
2793
|
-
var value = e.target.value;
|
|
2794
|
-
setContext(function (ctx) {
|
|
2795
|
-
ctx.dataVerification.dataRegulation.type2 = value;
|
|
2796
|
-
ctx.dataVerification.dataRegulation.value1 = "";
|
|
2797
|
-
ctx.dataVerification.dataRegulation.value2 = "";
|
|
2798
|
-
});
|
|
2799
|
-
}
|
|
2800
|
-
}, ["include", "exclude", "equal"].map(function (v) {
|
|
2801
|
-
return /*#__PURE__*/React.createElement("option", {
|
|
2802
|
-
value: v,
|
|
2803
|
-
key: v
|
|
2804
|
-
}, dataVerification[v]);
|
|
2805
|
-
})), /*#__PURE__*/React.createElement("div", {
|
|
2806
|
-
className: "input-box"
|
|
2807
|
-
}, /*#__PURE__*/React.createElement("input", {
|
|
2808
|
-
type: "text",
|
|
2809
|
-
style: {
|
|
2810
|
-
width: "100%"
|
|
2811
|
-
},
|
|
2812
|
-
placeholder: dataVerification.placeholder4,
|
|
2813
|
-
value: context.dataVerification.dataRegulation.value1,
|
|
2814
|
-
onChange: function onChange(e) {
|
|
2815
|
-
var value = e.target.value;
|
|
2816
|
-
setContext(function (ctx) {
|
|
2817
|
-
ctx.dataVerification.dataRegulation.value1 = value;
|
|
2818
|
-
});
|
|
2819
|
-
}
|
|
2820
|
-
})))), ((_context$dataVerifica18 = context.dataVerification) === null || _context$dataVerifica18 === void 0 ? void 0 : (_context$dataVerifica19 = _context$dataVerifica18.dataRegulation) === null || _context$dataVerifica19 === void 0 ? void 0 : _context$dataVerifica19.type) === "date" && (/*#__PURE__*/React.createElement("div", {
|
|
2821
|
-
className: "show-box-item"
|
|
2822
|
-
}, /*#__PURE__*/React.createElement("select", {
|
|
2823
|
-
className: "data-verification-type-select",
|
|
2824
|
-
value: context.dataVerification.dataRegulation.type2,
|
|
2825
|
-
onChange: function onChange(e) {
|
|
2826
|
-
var value = e.target.value;
|
|
2827
|
+
onValueChange: function onValueChange(value) {
|
|
2827
2828
|
setContext(function (ctx) {
|
|
2828
2829
|
ctx.dataVerification.dataRegulation.type2 = value;
|
|
2829
2830
|
ctx.dataVerification.dataRegulation.value1 = "";
|
|
2830
2831
|
ctx.dataVerification.dataRegulation.value2 = "";
|
|
2831
2832
|
});
|
|
2832
2833
|
}
|
|
2833
|
-
}, dateCondition.map(function (v) {
|
|
2834
|
-
return /*#__PURE__*/React.createElement(
|
|
2834
|
+
}, /*#__PURE__*/React.createElement(SelectTrigger, null, /*#__PURE__*/React.createElement(SelectValue, null)), /*#__PURE__*/React.createElement(SelectContent, null, dateCondition.map(function (v) {
|
|
2835
|
+
return /*#__PURE__*/React.createElement(SelectItem$1, {
|
|
2835
2836
|
value: v,
|
|
2836
2837
|
key: v
|
|
2837
2838
|
}, dataVerification[v]);
|
|
2838
|
-
})), context.dataVerification.dataRegulation.type2 === "between" || context.dataVerification.dataRegulation.type2 === "notBetween" ? (/*#__PURE__*/React.createElement("div", {
|
|
2839
|
-
className: "
|
|
2839
|
+
}))), context.dataVerification.dataRegulation.type2 === "between" || context.dataVerification.dataRegulation.type2 === "notBetween" ? (/*#__PURE__*/React.createElement("div", {
|
|
2840
|
+
className: "mt-4 flex gap-2 items-center"
|
|
2841
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
2842
|
+
className: "datepicker-toggle"
|
|
2840
2843
|
}, /*#__PURE__*/React.createElement("input", {
|
|
2841
2844
|
type: "date",
|
|
2842
|
-
|
|
2845
|
+
className: "datepicker-input",
|
|
2843
2846
|
value: context.dataVerification.dataRegulation.value1,
|
|
2844
2847
|
onChange: function onChange(e) {
|
|
2845
2848
|
var value = e.target.value;
|
|
@@ -2847,9 +2850,13 @@ var DataVerification = function DataVerification() {
|
|
|
2847
2850
|
ctx.dataVerification.dataRegulation.value1 = value;
|
|
2848
2851
|
});
|
|
2849
2852
|
}
|
|
2850
|
-
}), /*#__PURE__*/React.createElement("span",
|
|
2853
|
+
}), /*#__PURE__*/React.createElement("span", {
|
|
2854
|
+
className: "datepicker-toggle-button"
|
|
2855
|
+
})), /*#__PURE__*/React.createElement("span", null, "-"), /*#__PURE__*/React.createElement("div", {
|
|
2856
|
+
className: "datepicker-toggle"
|
|
2857
|
+
}, /*#__PURE__*/React.createElement("input", {
|
|
2851
2858
|
type: "date",
|
|
2852
|
-
|
|
2859
|
+
className: "datepicker-input",
|
|
2853
2860
|
value: context.dataVerification.dataRegulation.value2,
|
|
2854
2861
|
onChange: function onChange(e) {
|
|
2855
2862
|
var value = e.target.value;
|
|
@@ -2857,13 +2864,15 @@ var DataVerification = function DataVerification() {
|
|
|
2857
2864
|
ctx.dataVerification.dataRegulation.value2 = value;
|
|
2858
2865
|
});
|
|
2859
2866
|
}
|
|
2860
|
-
})
|
|
2861
|
-
className: "
|
|
2867
|
+
}), /*#__PURE__*/React.createElement("span", {
|
|
2868
|
+
className: "datepicker-toggle-button"
|
|
2869
|
+
})))) : (/*#__PURE__*/React.createElement("div", {
|
|
2870
|
+
className: "mt-4"
|
|
2871
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
2872
|
+
className: "datepicker-toggle"
|
|
2862
2873
|
}, /*#__PURE__*/React.createElement("input", {
|
|
2863
2874
|
type: "date",
|
|
2864
|
-
|
|
2865
|
-
width: "100%"
|
|
2866
|
-
},
|
|
2875
|
+
className: "datepicker-input",
|
|
2867
2876
|
placeholder: dataVerification.placeholder3,
|
|
2868
2877
|
value: context.dataVerification.dataRegulation.value1,
|
|
2869
2878
|
onChange: function onChange(e) {
|
|
@@ -2872,57 +2881,35 @@ var DataVerification = function DataVerification() {
|
|
|
2872
2881
|
ctx.dataVerification.dataRegulation.value1 = value;
|
|
2873
2882
|
});
|
|
2874
2883
|
}
|
|
2875
|
-
})
|
|
2876
|
-
className: "
|
|
2877
|
-
}, /*#__PURE__*/React.createElement(
|
|
2878
|
-
className: "
|
|
2879
|
-
|
|
2880
|
-
|
|
2881
|
-
var value = e.target.value;
|
|
2882
|
-
setContext(function (ctx) {
|
|
2883
|
-
ctx.dataVerification.dataRegulation.type2 = value;
|
|
2884
|
-
ctx.dataVerification.dataRegulation.value1 = "";
|
|
2885
|
-
ctx.dataVerification.dataRegulation.value2 = "";
|
|
2886
|
-
});
|
|
2887
|
-
}
|
|
2888
|
-
}, ["identificationNumber", "phoneNumber"].map(function (v) {
|
|
2889
|
-
return /*#__PURE__*/React.createElement("option", {
|
|
2890
|
-
value: v,
|
|
2891
|
-
key: v
|
|
2892
|
-
}, dataVerification[v]);
|
|
2893
|
-
}))))), /*#__PURE__*/React.createElement("div", {
|
|
2894
|
-
className: "box-item"
|
|
2884
|
+
}), /*#__PURE__*/React.createElement("span", {
|
|
2885
|
+
className: "datepicker-toggle-button"
|
|
2886
|
+
}))))))), /*#__PURE__*/React.createElement(Divider$2, {
|
|
2887
|
+
className: "w-full border-t-[1px]"
|
|
2888
|
+
}), /*#__PURE__*/React.createElement("div", {
|
|
2889
|
+
className: "flex flex-col gap-2"
|
|
2895
2890
|
}, ["prohibitInput", "hintShow"].map(function (v) {
|
|
2896
2891
|
return /*#__PURE__*/React.createElement("div", {
|
|
2897
|
-
|
|
2898
|
-
|
|
2899
|
-
}, /*#__PURE__*/React.createElement(
|
|
2900
|
-
|
|
2901
|
-
id: v,
|
|
2902
|
-
key: "input".concat(v),
|
|
2892
|
+
key: v,
|
|
2893
|
+
className: "flex items-center"
|
|
2894
|
+
}, /*#__PURE__*/React.createElement(Checkbox, {
|
|
2895
|
+
className: "border-2",
|
|
2903
2896
|
checked: context.dataVerification.dataRegulation[v],
|
|
2904
|
-
|
|
2897
|
+
onCheckedChange: function onCheckedChange(e) {
|
|
2898
|
+
var checked = e.target.checked;
|
|
2905
2899
|
setContext(function (ctx) {
|
|
2906
2900
|
var _ctx$dataVerification5;
|
|
2907
2901
|
var dataRegulation = (_ctx$dataVerification5 = ctx.dataVerification) === null || _ctx$dataVerification5 === void 0 ? void 0 : _ctx$dataVerification5.dataRegulation;
|
|
2908
2902
|
if (v === "prohibitInput") {
|
|
2909
|
-
dataRegulation.prohibitInput =
|
|
2903
|
+
dataRegulation.prohibitInput = checked;
|
|
2910
2904
|
} else if (v === "hintShow") {
|
|
2911
|
-
dataRegulation.hintShow =
|
|
2905
|
+
dataRegulation.hintShow = checked;
|
|
2912
2906
|
}
|
|
2913
2907
|
});
|
|
2914
|
-
}
|
|
2915
|
-
}), /*#__PURE__*/React.createElement("
|
|
2916
|
-
|
|
2917
|
-
|
|
2918
|
-
|
|
2919
|
-
}), ((_context$dataVerifica22 = context.dataVerification) === null || _context$dataVerifica22 === void 0 ? void 0 : (_context$dataVerifica23 = _context$dataVerifica22.dataRegulation) === null || _context$dataVerifica23 === void 0 ? void 0 : _context$dataVerifica23.hintShow) && (/*#__PURE__*/React.createElement("div", {
|
|
2920
|
-
className: "input-box"
|
|
2921
|
-
}, /*#__PURE__*/React.createElement("input", {
|
|
2922
|
-
type: "text",
|
|
2923
|
-
style: {
|
|
2924
|
-
width: "100%"
|
|
2925
|
-
},
|
|
2908
|
+
}
|
|
2909
|
+
}), /*#__PURE__*/React.createElement("span", {
|
|
2910
|
+
className: "ml-2"
|
|
2911
|
+
}, dataVerification[v]));
|
|
2912
|
+
}), ((_context$dataVerifica10 = context.dataVerification) === null || _context$dataVerifica10 === void 0 ? void 0 : (_context$dataVerifica11 = _context$dataVerifica10.dataRegulation) === null || _context$dataVerifica11 === void 0 ? void 0 : _context$dataVerifica11.hintShow) && (/*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(TextField, {
|
|
2926
2913
|
placeholder: dataVerification.placeholder5,
|
|
2927
2914
|
value: context.dataVerification.dataRegulation.hintValue,
|
|
2928
2915
|
onChange: function onChange(e) {
|
|
@@ -2931,25 +2918,37 @@ var DataVerification = function DataVerification() {
|
|
|
2931
2918
|
ctx.dataVerification.dataRegulation.hintValue = value;
|
|
2932
2919
|
});
|
|
2933
2920
|
}
|
|
2934
|
-
}))))), /*#__PURE__*/React.createElement(
|
|
2935
|
-
className: "
|
|
2921
|
+
}))))), /*#__PURE__*/React.createElement(Divider$2, {
|
|
2922
|
+
className: "w-full border-t-[1px] my-4"
|
|
2923
|
+
}), /*#__PURE__*/React.createElement("div", {
|
|
2924
|
+
className: "flex gap-2 justify-between items-center"
|
|
2925
|
+
}, /*#__PURE__*/React.createElement(Button$1, {
|
|
2926
|
+
variant: "secondary",
|
|
2927
|
+
style: {
|
|
2928
|
+
minWidth: "80px"
|
|
2929
|
+
},
|
|
2936
2930
|
onClick: function onClick() {
|
|
2937
|
-
btn("
|
|
2931
|
+
btn("close");
|
|
2932
|
+
}
|
|
2933
|
+
}, button.cancel), /*#__PURE__*/React.createElement("div", {
|
|
2934
|
+
className: "flex gap-2"
|
|
2935
|
+
}, /*#__PURE__*/React.createElement(Button$1, {
|
|
2936
|
+
variant: "secondary",
|
|
2937
|
+
style: {
|
|
2938
|
+
minWidth: "80px"
|
|
2938
2939
|
},
|
|
2939
|
-
tabIndex: 0
|
|
2940
|
-
}, button.confirm), /*#__PURE__*/React.createElement("div", {
|
|
2941
|
-
className: "button-basic button-close",
|
|
2942
2940
|
onClick: function onClick() {
|
|
2943
2941
|
btn("delete");
|
|
2942
|
+
}
|
|
2943
|
+
}, dataVerification.deleteVerification), /*#__PURE__*/React.createElement(Button$1, {
|
|
2944
|
+
variant: "default",
|
|
2945
|
+
style: {
|
|
2946
|
+
minWidth: "80px"
|
|
2944
2947
|
},
|
|
2945
|
-
tabIndex: 0
|
|
2946
|
-
}, dataVerification.deleteVerification), /*#__PURE__*/React.createElement("div", {
|
|
2947
|
-
className: "button-basic button-close",
|
|
2948
2948
|
onClick: function onClick() {
|
|
2949
|
-
btn("
|
|
2950
|
-
}
|
|
2951
|
-
|
|
2952
|
-
}, button.cancel));
|
|
2949
|
+
btn("confirm");
|
|
2950
|
+
}
|
|
2951
|
+
}, button.confirm))));
|
|
2953
2952
|
};
|
|
2954
2953
|
|
|
2955
2954
|
function getDisplayedRangeTxt(context) {
|
|
@@ -2961,12 +2960,7 @@ function getDisplayedRangeTxt(context) {
|
|
|
2961
2960
|
return (_context$rangeDialog$ = (_context$rangeDialog = context.rangeDialog) === null || _context$rangeDialog === void 0 ? void 0 : _context$rangeDialog.rangeTxt) !== null && _context$rangeDialog$ !== void 0 ? _context$rangeDialog$ : "";
|
|
2962
2961
|
}
|
|
2963
2962
|
|
|
2964
|
-
|
|
2965
|
-
if (typeof document !== "undefined") {
|
|
2966
|
-
var styleSheet = document.createElement("style");
|
|
2967
|
-
styleSheet.textContent = datepickerStyles;
|
|
2968
|
-
document.head.appendChild(styleSheet);
|
|
2969
|
-
}
|
|
2963
|
+
injectDatepickerStyles();
|
|
2970
2964
|
var ConditionRules = function ConditionRules(_ref) {
|
|
2971
2965
|
var type = _ref.type;
|
|
2972
2966
|
var _useContext = useContext(WorkbookContext),
|
|
@@ -3287,7 +3281,8 @@ var RangeDialog = function RangeDialog() {
|
|
|
3287
3281
|
showDialog = _useDialog.showDialog;
|
|
3288
3282
|
var _locale = locale(context),
|
|
3289
3283
|
dataVerification = _locale.dataVerification,
|
|
3290
|
-
button = _locale.button
|
|
3284
|
+
button = _locale.button,
|
|
3285
|
+
toolbar = _locale.toolbar;
|
|
3291
3286
|
var _useState = useState(getDisplayedRangeTxt(context)),
|
|
3292
3287
|
_useState2 = _slicedToArray(_useState, 2),
|
|
3293
3288
|
rangeTxt2 = _useState2[0],
|
|
@@ -3312,7 +3307,7 @@ var RangeDialog = function RangeDialog() {
|
|
|
3312
3307
|
}), undefined, locale(context).conditionformat["conditionformat_".concat(rulesType)]);
|
|
3313
3308
|
return;
|
|
3314
3309
|
}
|
|
3315
|
-
showDialog(/*#__PURE__*/React.createElement(DataVerification, null));
|
|
3310
|
+
showDialog(/*#__PURE__*/React.createElement(DataVerification, null), undefined, toolbar.dataVerification);
|
|
3316
3311
|
}, [setContext, showDialog, context]);
|
|
3317
3312
|
useEffect(function () {
|
|
3318
3313
|
setRangeTxt2(getDisplayedRangeTxt(context));
|
|
@@ -3501,7 +3496,7 @@ var DropDownList = function DropDownList() {
|
|
|
3501
3496
|
arr.splice(index, 1);
|
|
3502
3497
|
}
|
|
3503
3498
|
setSelected(arr);
|
|
3504
|
-
|
|
3499
|
+
setDropdownValue(ctx, v, arr);
|
|
3505
3500
|
});
|
|
3506
3501
|
},
|
|
3507
3502
|
tabIndex: 0
|
|
@@ -3516,6 +3511,118 @@ var DropDownList = function DropDownList() {
|
|
|
3516
3511
|
}));
|
|
3517
3512
|
};
|
|
3518
3513
|
|
|
3514
|
+
var IframeBoxs = function IframeBoxs() {
|
|
3515
|
+
var _context$insertedIfra;
|
|
3516
|
+
var _useContext = useContext(WorkbookContext),
|
|
3517
|
+
context = _useContext.context,
|
|
3518
|
+
setContext = _useContext.setContext,
|
|
3519
|
+
refs = _useContext.refs;
|
|
3520
|
+
var containerRef = useRef(null);
|
|
3521
|
+
useEffect(function () {
|
|
3522
|
+
var handleClickOutside = function handleClickOutside(e) {
|
|
3523
|
+
if (!containerRef.current) return;
|
|
3524
|
+
var iframeBoxes = containerRef.current.querySelectorAll(".luckysheet-modal-dialog-iframe");
|
|
3525
|
+
var clickedInsideSomeIframe = Array.from(iframeBoxes).some(function (el) {
|
|
3526
|
+
return el.contains(e.target);
|
|
3527
|
+
});
|
|
3528
|
+
if (!clickedInsideSomeIframe && context.activeIframe !== undefined) {
|
|
3529
|
+
setContext(function (ctx) {
|
|
3530
|
+
ctx.activeIframe = undefined;
|
|
3531
|
+
});
|
|
3532
|
+
}
|
|
3533
|
+
};
|
|
3534
|
+
document.addEventListener("mousedown", handleClickOutside);
|
|
3535
|
+
return function () {
|
|
3536
|
+
document.removeEventListener("mousedown", handleClickOutside);
|
|
3537
|
+
};
|
|
3538
|
+
}, [context.activeIframe, setContext]);
|
|
3539
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
3540
|
+
id: "fortune-iframe-boxes",
|
|
3541
|
+
ref: containerRef
|
|
3542
|
+
}, (_context$insertedIfra = context.insertedIframes) === null || _context$insertedIfra === void 0 ? void 0 : _context$insertedIfra.map(function (frame) {
|
|
3543
|
+
var isActive = frame.id === context.activeIframe;
|
|
3544
|
+
var style = {
|
|
3545
|
+
width: frame.width * context.zoomRatio,
|
|
3546
|
+
height: frame.height * context.zoomRatio,
|
|
3547
|
+
left: frame.left * context.zoomRatio,
|
|
3548
|
+
top: frame.top * context.zoomRatio,
|
|
3549
|
+
position: "absolute",
|
|
3550
|
+
padding: 0,
|
|
3551
|
+
zIndex: isActive ? 300 : 200
|
|
3552
|
+
};
|
|
3553
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
3554
|
+
key: frame.id,
|
|
3555
|
+
id: isActive ? "fortune-modal-dialog-activeIframe" : frame.id,
|
|
3556
|
+
className: "luckysheet-modal-dialog luckysheet-modal-dialog-iframe",
|
|
3557
|
+
style: style,
|
|
3558
|
+
onClick: function onClick(e) {
|
|
3559
|
+
if (!isActive) {
|
|
3560
|
+
setContext(function (ctx) {
|
|
3561
|
+
ctx.activeIframe = frame.id;
|
|
3562
|
+
});
|
|
3563
|
+
}
|
|
3564
|
+
e.stopPropagation();
|
|
3565
|
+
},
|
|
3566
|
+
onMouseDown: function onMouseDown(e) {
|
|
3567
|
+
if (isActive) {
|
|
3568
|
+
onIframeMoveStart(context, refs.globalCache, e.nativeEvent);
|
|
3569
|
+
}
|
|
3570
|
+
e.stopPropagation();
|
|
3571
|
+
}
|
|
3572
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
3573
|
+
className: "luckysheet-modal-dialog-content",
|
|
3574
|
+
style: {
|
|
3575
|
+
width: "100%",
|
|
3576
|
+
height: "100%",
|
|
3577
|
+
overflow: "hidden"
|
|
3578
|
+
}
|
|
3579
|
+
}, /*#__PURE__*/React.createElement("iframe", {
|
|
3580
|
+
title: "iframe-".concat(frame.id),
|
|
3581
|
+
src: frame.src,
|
|
3582
|
+
style: {
|
|
3583
|
+
width: "100%",
|
|
3584
|
+
height: "100%",
|
|
3585
|
+
border: "none",
|
|
3586
|
+
pointerEvents: "none"
|
|
3587
|
+
}
|
|
3588
|
+
})), /*#__PURE__*/React.createElement("div", {
|
|
3589
|
+
className: "luckysheet-modal-dialog-border"
|
|
3590
|
+
}), isActive && (/*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("div", {
|
|
3591
|
+
className: "luckysheet-modal-dialog-resize"
|
|
3592
|
+
}, ["lt", "mt", "lm", "rm", "rt", "lb", "mb", "rb"].map(function (dir) {
|
|
3593
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
3594
|
+
key: dir,
|
|
3595
|
+
className: "luckysheet-modal-dialog-resize-item luckysheet-modal-dialog-resize-item-".concat(dir),
|
|
3596
|
+
"data-type": dir,
|
|
3597
|
+
style: {
|
|
3598
|
+
zIndex: 300,
|
|
3599
|
+
position: "absolute"
|
|
3600
|
+
},
|
|
3601
|
+
onMouseDown: function onMouseDown(e) {
|
|
3602
|
+
onIframeResizeStart(context, refs.globalCache, e.nativeEvent, dir);
|
|
3603
|
+
e.stopPropagation();
|
|
3604
|
+
}
|
|
3605
|
+
});
|
|
3606
|
+
})), /*#__PURE__*/React.createElement("div", {
|
|
3607
|
+
className: "luckysheet-modal-dialog-controll"
|
|
3608
|
+
}, /*#__PURE__*/React.createElement("span", {
|
|
3609
|
+
className: "luckysheet-modal-controll-btn luckysheet-modal-controll-del",
|
|
3610
|
+
role: "button",
|
|
3611
|
+
tabIndex: 0,
|
|
3612
|
+
title: "Delete",
|
|
3613
|
+
onClick: function onClick() {
|
|
3614
|
+
setContext(function (ctx) {
|
|
3615
|
+
var _ctx$insertedIframes;
|
|
3616
|
+
ctx.insertedIframes = ctx === null || ctx === void 0 ? void 0 : (_ctx$insertedIframes = ctx.insertedIframes) === null || _ctx$insertedIframes === void 0 ? void 0 : _ctx$insertedIframes.filter(function (f) {
|
|
3617
|
+
return f.id !== frame.id;
|
|
3618
|
+
});
|
|
3619
|
+
ctx.activeIframe = undefined;
|
|
3620
|
+
});
|
|
3621
|
+
}
|
|
3622
|
+
}, "DELETE")))));
|
|
3623
|
+
}));
|
|
3624
|
+
};
|
|
3625
|
+
|
|
3519
3626
|
var SheetOverlay = function SheetOverlay() {
|
|
3520
3627
|
var _refs$cellArea$curren, _refs$cellArea$curren2, _context$luckysheet_s, _context$luckysheet_s2, _context$luckysheet_s3, _context$luckysheet_s4, _context$luckysheet_s5, _context$luckysheet_s6, _context$presences$le, _context$presences, _context$linkCard, _context$rangeDialog;
|
|
3521
3628
|
var _useContext = useContext(WorkbookContext),
|
|
@@ -3958,7 +4065,7 @@ var SheetOverlay = function SheetOverlay() {
|
|
|
3958
4065
|
id: "luckysheet-multipleRange-show"
|
|
3959
4066
|
}), /*#__PURE__*/React.createElement("div", {
|
|
3960
4067
|
id: "luckysheet-dynamicArray-hightShow"
|
|
3961
|
-
}), /*#__PURE__*/React.createElement(ImgBoxs, null), /*#__PURE__*/React.createElement("div", {
|
|
4068
|
+
}), /*#__PURE__*/React.createElement(ImgBoxs, null), /*#__PURE__*/React.createElement(IframeBoxs, null), /*#__PURE__*/React.createElement("div", {
|
|
3962
4069
|
id: "luckysheet-dataVerification-dropdown-btn",
|
|
3963
4070
|
onClick: function onClick() {
|
|
3964
4071
|
setContext(function (ctx) {
|
|
@@ -3971,8 +4078,9 @@ var SheetOverlay = function SheetOverlay() {
|
|
|
3971
4078
|
display: "none"
|
|
3972
4079
|
}
|
|
3973
4080
|
}, /*#__PURE__*/React.createElement(SVGIcon, {
|
|
3974
|
-
name: "
|
|
3975
|
-
width: 16
|
|
4081
|
+
name: "caret-down-fill",
|
|
4082
|
+
width: 16,
|
|
4083
|
+
height: 16
|
|
3976
4084
|
})), context.dataVerificationDropDownList && /*#__PURE__*/React.createElement(DropDownList, null), /*#__PURE__*/React.createElement("div", {
|
|
3977
4085
|
id: "luckysheet-dataVerification-showHintBox",
|
|
3978
4086
|
className: "luckysheet-mousedown-cancel",
|
|
@@ -4291,6 +4399,9 @@ var Combo = function Combo(_ref) {
|
|
|
4291
4399
|
setPopupPosition = _useState4[1];
|
|
4292
4400
|
var popupRef = useRef(null);
|
|
4293
4401
|
var buttonRef = useRef(null);
|
|
4402
|
+
var isLucideIcon = useMemo(function () {
|
|
4403
|
+
return (iconId === null || iconId === void 0 ? void 0 : iconId.startsWith("align-")) || ["text-overflow", "text-wrap", "text-clip"].includes(iconId);
|
|
4404
|
+
}, [iconId]);
|
|
4294
4405
|
useOutsideClick(popupRef, function () {
|
|
4295
4406
|
setOpen(false);
|
|
4296
4407
|
});
|
|
@@ -4318,7 +4429,7 @@ var Combo = function Combo(_ref) {
|
|
|
4318
4429
|
}, /*#__PURE__*/React.createElement("div", {
|
|
4319
4430
|
ref: buttonRef,
|
|
4320
4431
|
className: "fortune-toolbar-combo"
|
|
4321
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
4432
|
+
}, !isLucideIcon ? (/*#__PURE__*/React.createElement("div", {
|
|
4322
4433
|
className: "fortune-toolbar-combo-button",
|
|
4323
4434
|
onClick: function onClick(e) {
|
|
4324
4435
|
if (_onClick) {
|
|
@@ -4337,7 +4448,13 @@ var Combo = function Combo(_ref) {
|
|
|
4337
4448
|
name: iconId
|
|
4338
4449
|
})) : (/*#__PURE__*/React.createElement("span", {
|
|
4339
4450
|
className: "fortune-toolbar-combo-text"
|
|
4340
|
-
}, text !== undefined ? text : "")))
|
|
4451
|
+
}, text !== undefined ? text : "")))) : (/*#__PURE__*/React.createElement(IconButton, {
|
|
4452
|
+
icon: getIcon(iconId),
|
|
4453
|
+
variant: "ghost",
|
|
4454
|
+
onClick: function onClick() {
|
|
4455
|
+
return setOpen(!open);
|
|
4456
|
+
}
|
|
4457
|
+
})), showArrow && (/*#__PURE__*/React.createElement("div", {
|
|
4341
4458
|
className: "fortune-toolbar-combo-arrow",
|
|
4342
4459
|
onClick: function onClick() {
|
|
4343
4460
|
return setOpen(!open);
|
|
@@ -5242,6 +5359,121 @@ var FormatSearch = function FormatSearch(_ref) {
|
|
|
5242
5359
|
}, button.cancel)));
|
|
5243
5360
|
};
|
|
5244
5361
|
|
|
5362
|
+
var DuneChartsInputModal = function DuneChartsInputModal(_ref) {
|
|
5363
|
+
var isOpen = _ref.isOpen,
|
|
5364
|
+
onClose = _ref.onClose,
|
|
5365
|
+
onSubmit = _ref.onSubmit,
|
|
5366
|
+
icon = _ref.icon,
|
|
5367
|
+
_ref$submitText = _ref.submitText,
|
|
5368
|
+
submitText = _ref$submitText === void 0 ? "Submit" : _ref$submitText,
|
|
5369
|
+
_ref$placeholder = _ref.placeholder,
|
|
5370
|
+
placeholder = _ref$placeholder === void 0 ? "Enter a value..." : _ref$placeholder;
|
|
5371
|
+
var _useState = useState(""),
|
|
5372
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
5373
|
+
url = _useState2[0],
|
|
5374
|
+
setUrl = _useState2[1];
|
|
5375
|
+
var _useState3 = useState(false),
|
|
5376
|
+
_useState4 = _slicedToArray(_useState3, 2),
|
|
5377
|
+
showError = _useState4[0],
|
|
5378
|
+
setShowError = _useState4[1];
|
|
5379
|
+
var inputRef = useRef(null);
|
|
5380
|
+
useEffect(function () {
|
|
5381
|
+
if (isOpen && inputRef.current) {
|
|
5382
|
+
var timer = setTimeout(function () {
|
|
5383
|
+
var _inputRef$current;
|
|
5384
|
+
(_inputRef$current = inputRef.current) === null || _inputRef$current === void 0 ? void 0 : _inputRef$current.focus();
|
|
5385
|
+
}, 100);
|
|
5386
|
+
return function () {
|
|
5387
|
+
return clearTimeout(timer);
|
|
5388
|
+
};
|
|
5389
|
+
}
|
|
5390
|
+
return undefined;
|
|
5391
|
+
}, [isOpen]);
|
|
5392
|
+
if (!isOpen) return null;
|
|
5393
|
+
var handleSubmit = function handleSubmit() {
|
|
5394
|
+
var trimmed = url.trim();
|
|
5395
|
+
if (trimmed && sanitizeDuneUrl(trimmed)) {
|
|
5396
|
+
onSubmit(trimmed);
|
|
5397
|
+
setUrl("");
|
|
5398
|
+
setShowError(false);
|
|
5399
|
+
onClose();
|
|
5400
|
+
} else {
|
|
5401
|
+
setShowError(true);
|
|
5402
|
+
}
|
|
5403
|
+
};
|
|
5404
|
+
var handleKeyDown = function handleKeyDown(e) {
|
|
5405
|
+
e.stopPropagation();
|
|
5406
|
+
if (e.key === "Enter") {
|
|
5407
|
+
handleSubmit();
|
|
5408
|
+
}
|
|
5409
|
+
};
|
|
5410
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
5411
|
+
className: "custom-overlay",
|
|
5412
|
+
onClick: onClose
|
|
5413
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
5414
|
+
className: "input-modal",
|
|
5415
|
+
style: {
|
|
5416
|
+
transformOrigin: "top center"
|
|
5417
|
+
},
|
|
5418
|
+
onClick: function onClick(e) {
|
|
5419
|
+
return e.stopPropagation();
|
|
5420
|
+
},
|
|
5421
|
+
onKeyDown: handleKeyDown
|
|
5422
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
5423
|
+
className: "modal-header"
|
|
5424
|
+
}, /*#__PURE__*/React.createElement(SVGIcon, {
|
|
5425
|
+
name: icon
|
|
5426
|
+
}), /*#__PURE__*/React.createElement("input", {
|
|
5427
|
+
ref: inputRef,
|
|
5428
|
+
className: "modal-input",
|
|
5429
|
+
type: "text",
|
|
5430
|
+
placeholder: placeholder,
|
|
5431
|
+
value: url,
|
|
5432
|
+
onChange: function onChange(e) {
|
|
5433
|
+
setUrl(e.target.value);
|
|
5434
|
+
setShowError(false);
|
|
5435
|
+
},
|
|
5436
|
+
onKeyDown: handleKeyDown
|
|
5437
|
+
})), showError && (/*#__PURE__*/React.createElement("div", {
|
|
5438
|
+
className: "modal-error-message"
|
|
5439
|
+
}, /*#__PURE__*/React.createElement(SVGIcon, {
|
|
5440
|
+
style: {
|
|
5441
|
+
width: "14px",
|
|
5442
|
+
height: "14px"
|
|
5443
|
+
},
|
|
5444
|
+
name: "circle-alert"
|
|
5445
|
+
}), /*#__PURE__*/React.createElement("span", null, "Please make sure the URL is a valid Dune chart link"))), url.length > 0 && !showError && (/*#__PURE__*/React.createElement("div", {
|
|
5446
|
+
className: "modal-footer"
|
|
5447
|
+
}, /*#__PURE__*/React.createElement(Button$1, {
|
|
5448
|
+
onClick: handleSubmit,
|
|
5449
|
+
className: "modal-button"
|
|
5450
|
+
}, submitText)))));
|
|
5451
|
+
};
|
|
5452
|
+
|
|
5453
|
+
var getIcon = function getIcon(title) {
|
|
5454
|
+
switch (title) {
|
|
5455
|
+
case "align-left":
|
|
5456
|
+
return "AlignLeft";
|
|
5457
|
+
case "align-center":
|
|
5458
|
+
return "AlignCenter";
|
|
5459
|
+
case "align-right":
|
|
5460
|
+
return "AlignRight";
|
|
5461
|
+
case "align-top":
|
|
5462
|
+
return "ArrowUpFromLine";
|
|
5463
|
+
case "align-middle":
|
|
5464
|
+
return "AlignVerticalMiddle";
|
|
5465
|
+
case "align-bottom":
|
|
5466
|
+
return "ArrowDownFromLine";
|
|
5467
|
+
case "text-overflow":
|
|
5468
|
+
return "TextOverflow";
|
|
5469
|
+
case "text-wrap":
|
|
5470
|
+
return "WrapText";
|
|
5471
|
+
case "text-clip":
|
|
5472
|
+
return "TextClip";
|
|
5473
|
+
default:
|
|
5474
|
+
return "";
|
|
5475
|
+
}
|
|
5476
|
+
};
|
|
5245
5477
|
var Toolbar = function Toolbar(_ref) {
|
|
5246
5478
|
var _context$luckysheet_s, _flowdata$row, _settings$customToolb;
|
|
5247
5479
|
var setMoreItems = _ref.setMoreItems,
|
|
@@ -5263,6 +5495,10 @@ var Toolbar = function Toolbar(_ref) {
|
|
|
5263
5495
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
5264
5496
|
itemLocations = _useState4[0],
|
|
5265
5497
|
setItemLocations = _useState4[1];
|
|
5498
|
+
var _useState5 = useState(false),
|
|
5499
|
+
_useState6 = _slicedToArray(_useState5, 2),
|
|
5500
|
+
showDuneModal = _useState6[0],
|
|
5501
|
+
setShowDuneModal = _useState6[1];
|
|
5266
5502
|
var _useDialog = useDialog(),
|
|
5267
5503
|
showDialog = _useDialog.showDialog,
|
|
5268
5504
|
hideDialog = _useDialog.hideDialog;
|
|
@@ -5293,14 +5529,12 @@ var Toolbar = function Toolbar(_ref) {
|
|
|
5293
5529
|
var sheetWidth = context.luckysheetTableContentHW[0];
|
|
5294
5530
|
var currency = settings.currency;
|
|
5295
5531
|
var defaultFormat = defaultFmt(currency);
|
|
5296
|
-
var
|
|
5297
|
-
|
|
5298
|
-
customColor =
|
|
5299
|
-
|
|
5300
|
-
|
|
5301
|
-
|
|
5302
|
-
customStyle = _useState8[0],
|
|
5303
|
-
setcustomStyle = _useState8[1];
|
|
5532
|
+
var _useState7 = useState("#000000"),
|
|
5533
|
+
_useState8 = _slicedToArray(_useState7, 1),
|
|
5534
|
+
customColor = _useState8[0];
|
|
5535
|
+
var _useState9 = useState("1"),
|
|
5536
|
+
_useState0 = _slicedToArray(_useState9, 1),
|
|
5537
|
+
customStyle = _useState0[0];
|
|
5304
5538
|
var showSubMenu = useCallback(function (e, className) {
|
|
5305
5539
|
var target = e.target;
|
|
5306
5540
|
var menuItem = target.className === "fortune-toolbar-menu-line" ? target.parentElement : target;
|
|
@@ -5580,27 +5814,38 @@ var Toolbar = function Toolbar(_ref) {
|
|
|
5580
5814
|
tooltip: toolbar.horizontalAlign,
|
|
5581
5815
|
showArrow: false
|
|
5582
5816
|
}, function (setOpen) {
|
|
5583
|
-
return /*#__PURE__*/React.createElement(Select,
|
|
5584
|
-
|
|
5585
|
-
|
|
5586
|
-
|
|
5817
|
+
return /*#__PURE__*/React.createElement(Select, {
|
|
5818
|
+
style: {
|
|
5819
|
+
minWidth: "fit-content",
|
|
5820
|
+
display: "flex",
|
|
5821
|
+
flexDirection: "row",
|
|
5822
|
+
alignItems: "center",
|
|
5823
|
+
justifyContent: "center",
|
|
5824
|
+
gap: 4
|
|
5825
|
+
}
|
|
5826
|
+
}, items.map(function (_ref3) {
|
|
5827
|
+
var _$find2;
|
|
5828
|
+
var title = _ref3.title;
|
|
5829
|
+
return /*#__PURE__*/React.createElement(IconButton, {
|
|
5587
5830
|
key: title,
|
|
5831
|
+
isActive: ((_$find2 = _.find(items, function (item) {
|
|
5832
|
+
return "".concat(item.value) === "".concat(cell === null || cell === void 0 ? void 0 : cell.ht);
|
|
5833
|
+
})) === null || _$find2 === void 0 ? void 0 : _$find2.title) === title,
|
|
5834
|
+
icon: getIcon(title),
|
|
5835
|
+
variant: "ghost",
|
|
5588
5836
|
onClick: function onClick() {
|
|
5589
5837
|
setContext(function (ctx) {
|
|
5590
5838
|
handleHorizontalAlign(ctx, refs.cellInput.current, title.replace("align-", ""));
|
|
5591
5839
|
});
|
|
5592
5840
|
setOpen(false);
|
|
5593
|
-
}
|
|
5594
|
-
|
|
5595
|
-
|
|
5596
|
-
}, text, /*#__PURE__*/React.createElement(SVGIcon, {
|
|
5597
|
-
name: title
|
|
5598
|
-
})));
|
|
5841
|
+
},
|
|
5842
|
+
tabIndex: 0
|
|
5843
|
+
});
|
|
5599
5844
|
}));
|
|
5600
5845
|
});
|
|
5601
5846
|
}
|
|
5602
5847
|
if (name === "vertical-align") {
|
|
5603
|
-
var _$
|
|
5848
|
+
var _$find3;
|
|
5604
5849
|
var _items = [{
|
|
5605
5850
|
title: "align-top",
|
|
5606
5851
|
text: align.top,
|
|
@@ -5615,29 +5860,40 @@ var Toolbar = function Toolbar(_ref) {
|
|
|
5615
5860
|
value: 2
|
|
5616
5861
|
}];
|
|
5617
5862
|
return /*#__PURE__*/React.createElement(Combo, {
|
|
5618
|
-
iconId: ((_$
|
|
5863
|
+
iconId: ((_$find3 = _.find(_items, function (item) {
|
|
5619
5864
|
return "".concat(item.value) === "".concat(cell === null || cell === void 0 ? void 0 : cell.vt);
|
|
5620
|
-
})) === null || _$
|
|
5865
|
+
})) === null || _$find3 === void 0 ? void 0 : _$find3.title) || "align-top",
|
|
5621
5866
|
key: name,
|
|
5622
5867
|
tooltip: toolbar.verticalAlign,
|
|
5623
5868
|
showArrow: false
|
|
5624
5869
|
}, function (setOpen) {
|
|
5625
|
-
return /*#__PURE__*/React.createElement(Select,
|
|
5626
|
-
|
|
5627
|
-
|
|
5628
|
-
|
|
5870
|
+
return /*#__PURE__*/React.createElement(Select, {
|
|
5871
|
+
style: {
|
|
5872
|
+
minWidth: "fit-content",
|
|
5873
|
+
display: "flex",
|
|
5874
|
+
flexDirection: "row",
|
|
5875
|
+
alignItems: "center",
|
|
5876
|
+
justifyContent: "center",
|
|
5877
|
+
gap: 4
|
|
5878
|
+
}
|
|
5879
|
+
}, _items.map(function (_ref4) {
|
|
5880
|
+
var _$find4;
|
|
5881
|
+
var title = _ref4.title;
|
|
5882
|
+
return /*#__PURE__*/React.createElement(IconButton, {
|
|
5629
5883
|
key: title,
|
|
5884
|
+
isActive: ((_$find4 = _.find(_items, function (item) {
|
|
5885
|
+
return "".concat(item.value) === "".concat(cell === null || cell === void 0 ? void 0 : cell.vt);
|
|
5886
|
+
})) === null || _$find4 === void 0 ? void 0 : _$find4.title) === title,
|
|
5887
|
+
icon: getIcon(title),
|
|
5888
|
+
variant: "ghost",
|
|
5630
5889
|
onClick: function onClick() {
|
|
5631
5890
|
setContext(function (ctx) {
|
|
5632
5891
|
handleVerticalAlign(ctx, refs.cellInput.current, title.replace("align-", ""));
|
|
5633
5892
|
});
|
|
5634
5893
|
setOpen(false);
|
|
5635
|
-
}
|
|
5636
|
-
|
|
5637
|
-
|
|
5638
|
-
}, text, /*#__PURE__*/React.createElement(SVGIcon, {
|
|
5639
|
-
name: title
|
|
5640
|
-
})));
|
|
5894
|
+
},
|
|
5895
|
+
tabIndex: 0
|
|
5896
|
+
});
|
|
5641
5897
|
}));
|
|
5642
5898
|
});
|
|
5643
5899
|
}
|
|
@@ -5712,7 +5968,7 @@ var Toolbar = function Toolbar(_ref) {
|
|
|
5712
5968
|
key: name,
|
|
5713
5969
|
onClick: function onClick() {
|
|
5714
5970
|
if (context.allowEdit === false) return;
|
|
5715
|
-
showDialog(/*#__PURE__*/React.createElement(DataVerification, null));
|
|
5971
|
+
showDialog(/*#__PURE__*/React.createElement(DataVerification, null), undefined, toolbar.dataVerification);
|
|
5716
5972
|
}
|
|
5717
5973
|
});
|
|
5718
5974
|
}
|
|
@@ -6186,12 +6442,23 @@ var Toolbar = function Toolbar(_ref) {
|
|
|
6186
6442
|
tooltip: toolbar.textWrap,
|
|
6187
6443
|
showArrow: false
|
|
6188
6444
|
}, function (setOpen) {
|
|
6189
|
-
return /*#__PURE__*/React.createElement(Select,
|
|
6190
|
-
|
|
6191
|
-
|
|
6445
|
+
return /*#__PURE__*/React.createElement(Select, {
|
|
6446
|
+
style: {
|
|
6447
|
+
minWidth: "fit-content",
|
|
6448
|
+
display: "flex",
|
|
6449
|
+
flexDirection: "row",
|
|
6450
|
+
alignItems: "center",
|
|
6451
|
+
justifyContent: "center",
|
|
6452
|
+
gap: 4
|
|
6453
|
+
}
|
|
6454
|
+
}, _items6.map(function (_ref1) {
|
|
6455
|
+
var iconId = _ref1.iconId,
|
|
6192
6456
|
value = _ref1.value;
|
|
6193
|
-
return /*#__PURE__*/React.createElement(
|
|
6457
|
+
return /*#__PURE__*/React.createElement(IconButton, {
|
|
6194
6458
|
key: value,
|
|
6459
|
+
isActive: _curr.value === value,
|
|
6460
|
+
icon: getIcon(iconId),
|
|
6461
|
+
variant: "ghost",
|
|
6195
6462
|
onClick: function onClick() {
|
|
6196
6463
|
setContext(function (ctx) {
|
|
6197
6464
|
var d = getFlowdata(ctx);
|
|
@@ -6199,12 +6466,9 @@ var Toolbar = function Toolbar(_ref) {
|
|
|
6199
6466
|
updateFormat(ctx, refs.cellInput.current, d, "tb", value);
|
|
6200
6467
|
});
|
|
6201
6468
|
setOpen(false);
|
|
6202
|
-
}
|
|
6203
|
-
|
|
6204
|
-
|
|
6205
|
-
}, text, /*#__PURE__*/React.createElement(SVGIcon, {
|
|
6206
|
-
name: iconId
|
|
6207
|
-
})));
|
|
6469
|
+
},
|
|
6470
|
+
tabIndex: 0
|
|
6471
|
+
});
|
|
6208
6472
|
}));
|
|
6209
6473
|
});
|
|
6210
6474
|
}
|
|
@@ -6355,7 +6619,7 @@ var Toolbar = function Toolbar(_ref) {
|
|
|
6355
6619
|
});
|
|
6356
6620
|
}
|
|
6357
6621
|
});
|
|
6358
|
-
}, [toolbar, cell, setContext, refs.cellInput, refs.fxInput, refs.globalCache, defaultFormat, align, handleUndo, handleRedo, flowdata, formula,
|
|
6622
|
+
}, [toolbar, cell, setContext, refs.cellInput, refs.fxInput, refs.globalCache, defaultFormat, align, handleUndo, handleRedo, flowdata, formula, showDuneModal, merge, border, freezen, screenshot, sort, textWrap, rotation, filter, splitText, findAndReplace, context.luckysheet_select_save, context.defaultFontSize, context.allowEdit, comment, fontarray, hideSubMenu, showSubMenu, refs.canvas, customColor, customStyle, toolbarFormat.moreCurrency]);
|
|
6359
6623
|
return /*#__PURE__*/React.createElement("div", {
|
|
6360
6624
|
ref: containerRef,
|
|
6361
6625
|
className: "fortune-toolbar",
|
|
@@ -6410,7 +6674,29 @@ var Toolbar = function Toolbar(_ref) {
|
|
|
6410
6674
|
icon: n.icon,
|
|
6411
6675
|
iconName: n.iconName
|
|
6412
6676
|
}, n.children);
|
|
6413
|
-
})
|
|
6677
|
+
}), /*#__PURE__*/React.createElement(Button, {
|
|
6678
|
+
iconId: "dune-logo",
|
|
6679
|
+
tooltip: "Insert Dune Chart",
|
|
6680
|
+
key: "dune-charts",
|
|
6681
|
+
onClick: function onClick() {
|
|
6682
|
+
if (context.allowEdit === false) return;
|
|
6683
|
+
setShowDuneModal(true);
|
|
6684
|
+
}
|
|
6685
|
+
}), showDuneModal && (/*#__PURE__*/React.createElement(DuneChartsInputModal, {
|
|
6686
|
+
isOpen: showDuneModal,
|
|
6687
|
+
onSubmit: function onSubmit(url) {
|
|
6688
|
+
setContext(function (draftCtx) {
|
|
6689
|
+
insertDuneChart(draftCtx, url);
|
|
6690
|
+
});
|
|
6691
|
+
setShowDuneModal(false);
|
|
6692
|
+
},
|
|
6693
|
+
onClose: function onClose() {
|
|
6694
|
+
return setShowDuneModal(false);
|
|
6695
|
+
},
|
|
6696
|
+
icon: "dune-logo",
|
|
6697
|
+
placeholder: "Add Dune chart link to embed",
|
|
6698
|
+
submitText: "Embed Dune chart"
|
|
6699
|
+
})));
|
|
6414
6700
|
};
|
|
6415
6701
|
|
|
6416
6702
|
var LocationBox = function LocationBox() {
|
|
@@ -9541,6 +9827,74 @@ var SVGDefines = function SVGDefines(_ref) {
|
|
|
9541
9827
|
"clip-rule": "evenodd",
|
|
9542
9828
|
d: "M12.75 2.25C13.1642 2.25 13.5 2.58579 13.5 3V15C13.5 15.4142 13.1642 15.75 12.75 15.75C12.3358 15.75 12 15.4142 12 15V3C12 2.58579 12.3358 2.25 12.75 2.25Z",
|
|
9543
9829
|
fill: "#363B3F"
|
|
9830
|
+
})), /*#__PURE__*/React.createElement("symbol", {
|
|
9831
|
+
id: "dune-logo",
|
|
9832
|
+
viewBox: "0 0 18 16",
|
|
9833
|
+
fill: "none"
|
|
9834
|
+
}, /*#__PURE__*/React.createElement("svg", {
|
|
9835
|
+
width: "18",
|
|
9836
|
+
height: "16",
|
|
9837
|
+
viewBox: "0 0 18 16",
|
|
9838
|
+
fill: "none",
|
|
9839
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
9840
|
+
}, /*#__PURE__*/React.createElement("g", {
|
|
9841
|
+
"clip-path": "url(#clip0_80_246690)"
|
|
9842
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
9843
|
+
d: "M7.99485 15.9875C12.4102 15.9875 15.9896 12.4085 15.9896 7.99373C15.9896 3.57891 12.4102 0 7.99485 0C3.57941 0 0 3.57891 0 7.99373C0 12.4085 3.57941 15.9875 7.99485 15.9875Z",
|
|
9844
|
+
fill: "#F4603E"
|
|
9845
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
9846
|
+
d: "M1.39258 12.5028C1.39258 12.5028 6.67562 10.7723 15.9868 7.73633C15.9868 7.73633 16.4968 12.7082 11.3424 15.3015C11.3424 15.3015 8.80068 16.5197 6.01215 15.7383C6.01215 15.7383 3.23545 15.2142 1.39258 12.5028Z",
|
|
9847
|
+
fill: "#1E1870"
|
|
9848
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
9849
|
+
id: "clip0_80_246690"
|
|
9850
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
9851
|
+
width: "16",
|
|
9852
|
+
height: "16",
|
|
9853
|
+
fill: "white"
|
|
9854
|
+
}))))), /*#__PURE__*/React.createElement("symbol", {
|
|
9855
|
+
id: "circle-alert",
|
|
9856
|
+
viewBox: "0 0 14 14",
|
|
9857
|
+
fill: "none"
|
|
9858
|
+
}, /*#__PURE__*/React.createElement("svg", {
|
|
9859
|
+
width: "14",
|
|
9860
|
+
height: "14",
|
|
9861
|
+
viewBox: "0 0 14 14",
|
|
9862
|
+
fill: "none",
|
|
9863
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
9864
|
+
}, /*#__PURE__*/React.createElement("g", {
|
|
9865
|
+
"clip-path": "url(#clip0_138_127604)"
|
|
9866
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
9867
|
+
d: "M6.99967 4.0835C7.32184 4.0835 7.58301 4.34466 7.58301 4.66683V7.00016C7.58301 7.32233 7.32184 7.5835 6.99967 7.5835C6.67751 7.5835 6.41634 7.32233 6.41634 7.00016V4.66683C6.41634 4.34466 6.67751 4.0835 6.99967 4.0835Z",
|
|
9868
|
+
fill: "#FB3449"
|
|
9869
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
9870
|
+
d: "M6.99967 8.75016C6.67751 8.75016 6.41634 9.01133 6.41634 9.3335C6.41634 9.65566 6.67751 9.91683 6.99967 9.91683H7.00551C7.32767 9.91683 7.58884 9.65566 7.58884 9.3335C7.58884 9.01133 7.32767 8.75016 7.00551 8.75016H6.99967Z",
|
|
9871
|
+
fill: "#FB3449"
|
|
9872
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
9873
|
+
"fill-rule": "evenodd",
|
|
9874
|
+
"clip-rule": "evenodd",
|
|
9875
|
+
d: "M0.583008 7.00016C0.583008 3.45634 3.45585 0.583496 6.99967 0.583496C10.5435 0.583496 13.4163 3.45634 13.4163 7.00016C13.4163 10.544 10.5435 13.4168 6.99967 13.4168C3.45585 13.4168 0.583008 10.544 0.583008 7.00016ZM6.99967 1.75016C4.10018 1.75016 1.74967 4.10067 1.74967 7.00016C1.74967 9.89966 4.10018 12.2502 6.99967 12.2502C9.89917 12.2502 12.2497 9.89966 12.2497 7.00016C12.2497 4.10067 9.89917 1.75016 6.99967 1.75016Z",
|
|
9876
|
+
fill: "#FB3449"
|
|
9877
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
9878
|
+
id: "clip0_138_127604"
|
|
9879
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
9880
|
+
width: "14",
|
|
9881
|
+
height: "14",
|
|
9882
|
+
fill: "white"
|
|
9883
|
+
}))))), /*#__PURE__*/React.createElement("symbol", {
|
|
9884
|
+
id: "caret-down-fill",
|
|
9885
|
+
width: "14",
|
|
9886
|
+
height: "14",
|
|
9887
|
+
viewBox: "0 0 14 14",
|
|
9888
|
+
fill: "none"
|
|
9889
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
9890
|
+
width: "14",
|
|
9891
|
+
height: "14",
|
|
9892
|
+
rx: "4",
|
|
9893
|
+
fill: "black",
|
|
9894
|
+
"fill-opacity": "0.1"
|
|
9895
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
9896
|
+
d: "M6.64775 8.97978L3.77152 6.10355C3.45654 5.78857 3.67962 5.25 4.12507 5.25H9.87753C10.323 5.25 10.5461 5.78857 10.2311 6.10355L7.35486 8.97978C7.15959 9.17504 6.84301 9.17504 6.64775 8.97978Z",
|
|
9897
|
+
fill: "#363B3F"
|
|
9544
9898
|
}))));
|
|
9545
9899
|
};
|
|
9546
9900
|
|
|
@@ -10180,6 +10534,9 @@ function generateAPIs(context, setContext, handleUndo, handleRedo, settings, cel
|
|
|
10180
10534
|
},
|
|
10181
10535
|
getLocaleContext: function getLocaleContext() {
|
|
10182
10536
|
return locale(context);
|
|
10537
|
+
},
|
|
10538
|
+
getWorkbookContect: function getWorkbookContect() {
|
|
10539
|
+
return context;
|
|
10183
10540
|
}
|
|
10184
10541
|
};
|
|
10185
10542
|
}
|
|
@@ -10903,6 +11260,48 @@ var SheetList = function SheetList() {
|
|
|
10903
11260
|
}));
|
|
10904
11261
|
};
|
|
10905
11262
|
|
|
11263
|
+
var DunePreview = function DunePreview(_ref) {
|
|
11264
|
+
var url = _ref.url,
|
|
11265
|
+
position = _ref.position,
|
|
11266
|
+
onKeepAsLink = _ref.onKeepAsLink,
|
|
11267
|
+
onEmbed = _ref.onEmbed;
|
|
11268
|
+
var embedUrl = sanitizeDuneUrl(url);
|
|
11269
|
+
if (!embedUrl) return null;
|
|
11270
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
11271
|
+
className: "fortune-dune-preview",
|
|
11272
|
+
style: {
|
|
11273
|
+
left: position.left,
|
|
11274
|
+
top: position.top
|
|
11275
|
+
},
|
|
11276
|
+
onClick: function onClick(e) {
|
|
11277
|
+
return e.stopPropagation();
|
|
11278
|
+
}
|
|
11279
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
11280
|
+
className: "fortune-dune-preview-header"
|
|
11281
|
+
}, /*#__PURE__*/React.createElement("span", {
|
|
11282
|
+
className: "fortune-dune-preview-title"
|
|
11283
|
+
}, "Detected Dune chart link")), /*#__PURE__*/React.createElement("div", {
|
|
11284
|
+
className: "fortune-dune-preview-content"
|
|
11285
|
+
}, /*#__PURE__*/React.createElement("iframe", {
|
|
11286
|
+
src: embedUrl,
|
|
11287
|
+
title: "Dune Chart Preview",
|
|
11288
|
+
style: {
|
|
11289
|
+
width: "100%",
|
|
11290
|
+
height: "100%",
|
|
11291
|
+
border: "none"
|
|
11292
|
+
}
|
|
11293
|
+
})), /*#__PURE__*/React.createElement("p", null, "Do you want to insert Dune chart?"), /*#__PURE__*/React.createElement("div", {
|
|
11294
|
+
className: "fortune-dune-preview-footer"
|
|
11295
|
+
}, /*#__PURE__*/React.createElement(Button$1, {
|
|
11296
|
+
variant: "ghost",
|
|
11297
|
+
onClick: onKeepAsLink,
|
|
11298
|
+
className: "!w-fit px-0"
|
|
11299
|
+
}, "Keep as Link"), /*#__PURE__*/React.createElement(Button$1, {
|
|
11300
|
+
onClick: onEmbed,
|
|
11301
|
+
className: "!w-fit px-0"
|
|
11302
|
+
}, "Embed")));
|
|
11303
|
+
};
|
|
11304
|
+
|
|
10906
11305
|
var _excluded = ["onChange", "onOp", "data"];
|
|
10907
11306
|
enablePatches();
|
|
10908
11307
|
var triggerGroupValuesRefresh = function triggerGroupValuesRefresh(ctx) {
|
|
@@ -11435,7 +11834,25 @@ var Workbook = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
|
11435
11834
|
style: {
|
|
11436
11835
|
width: "60px"
|
|
11437
11836
|
}
|
|
11438
|
-
}, formula.count, ": ", calInfo.count)), !!calInfo.numberC && !!calInfo.sum && (/*#__PURE__*/React.createElement("div", null, formula.sum, ": ", calInfo.sum)), !!calInfo.numberC && !!calInfo.average && (/*#__PURE__*/React.createElement("div", null, formula.average, ": ", calInfo.average)), !!calInfo.numberC && !!calInfo.max && (/*#__PURE__*/React.createElement("div", null, formula.max, ": ", calInfo.max)), !!calInfo.numberC && !!calInfo.min && (/*#__PURE__*/React.createElement("div", null, formula.min, ": ", calInfo.min))))
|
|
11837
|
+
}, formula.count, ": ", calInfo.count)), !!calInfo.numberC && !!calInfo.sum && (/*#__PURE__*/React.createElement("div", null, formula.sum, ": ", calInfo.sum)), !!calInfo.numberC && !!calInfo.average && (/*#__PURE__*/React.createElement("div", null, formula.average, ": ", calInfo.average)), !!calInfo.numberC && !!calInfo.max && (/*#__PURE__*/React.createElement("div", null, formula.max, ": ", calInfo.max)), !!calInfo.numberC && !!calInfo.min && (/*#__PURE__*/React.createElement("div", null, formula.min, ": ", calInfo.min)))), context.showDunePreview && (/*#__PURE__*/React.createElement(DunePreview, {
|
|
11838
|
+
url: context.showDunePreview.url,
|
|
11839
|
+
position: context.showDunePreview.position,
|
|
11840
|
+
onKeepAsLink: function onKeepAsLink() {
|
|
11841
|
+
setContextWithProduce(function (draftCtx) {
|
|
11842
|
+
draftCtx.showDunePreview = undefined;
|
|
11843
|
+
}, {
|
|
11844
|
+
noHistory: true
|
|
11845
|
+
});
|
|
11846
|
+
},
|
|
11847
|
+
onEmbed: function onEmbed() {
|
|
11848
|
+
setContextWithProduce(function (draftCtx) {
|
|
11849
|
+
insertDuneChart(draftCtx, context.showDunePreview.url);
|
|
11850
|
+
draftCtx.showDunePreview = undefined;
|
|
11851
|
+
}, {
|
|
11852
|
+
noHistory: true
|
|
11853
|
+
});
|
|
11854
|
+
}
|
|
11855
|
+
})))));
|
|
11439
11856
|
});
|
|
11440
11857
|
|
|
11441
11858
|
export { Workbook };
|