@fileverse-dev/fortune-react 1.0.2-mod-45 → 1.0.2-mod-46
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/index.esm.js +331 -35
- package/dist/index.js +330 -34
- package/dist/index.umd.js +83244 -4655
- package/dist/index.umd.min.js +9 -9
- package/package.json +1 -1
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, setDropdownValue, onIframeMoveStart, onIframeResizeStart, onIframeMove, onIframeMoveEnd, onIframeResize, onIframeResizeEnd, 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,
|
|
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, onIframeMove, onIframeMoveEnd, onIframeResize, onIframeResizeEnd, 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, removeActiveImage, deleteSelectedCellText, deleteRowCol, hideSelected, showSelected, api, 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';
|
|
@@ -7526,7 +7526,8 @@ var ContextMenu = function ContextMenu() {
|
|
|
7526
7526
|
rightclick = _locale.rightclick,
|
|
7527
7527
|
drag = _locale.drag,
|
|
7528
7528
|
generalDialog = _locale.generalDialog,
|
|
7529
|
-
info = _locale.info
|
|
7529
|
+
info = _locale.info,
|
|
7530
|
+
toolbar = _locale.toolbar;
|
|
7530
7531
|
var getMenuElement = useCallback(function (name, i) {
|
|
7531
7532
|
var _context$luckysheet_s;
|
|
7532
7533
|
var selection = (_context$luckysheet_s = context.luckysheet_select_save) === null || _context$luckysheet_s === void 0 ? void 0 : _context$luckysheet_s[0];
|
|
@@ -7615,6 +7616,45 @@ var ContextMenu = function ContextMenu() {
|
|
|
7615
7616
|
}
|
|
7616
7617
|
}), /*#__PURE__*/React.createElement("p", null, "Comment")));
|
|
7617
7618
|
}
|
|
7619
|
+
if (name === "dataVerification") {
|
|
7620
|
+
return /*#__PURE__*/React.createElement(Menu, {
|
|
7621
|
+
key: name,
|
|
7622
|
+
onClick: function onClick() {
|
|
7623
|
+
if (context.allowEdit === false) return;
|
|
7624
|
+
setContext(function (draftCtx) {
|
|
7625
|
+
draftCtx.contextMenu = {};
|
|
7626
|
+
});
|
|
7627
|
+
showDialog(/*#__PURE__*/React.createElement(DataVerification, null), undefined, toolbar.dataVerification);
|
|
7628
|
+
}
|
|
7629
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
7630
|
+
className: "context-item"
|
|
7631
|
+
}, /*#__PURE__*/React.createElement(SVGIcon, {
|
|
7632
|
+
name: "dataVerification",
|
|
7633
|
+
style: {
|
|
7634
|
+
marginRight: "4px"
|
|
7635
|
+
}
|
|
7636
|
+
}), /*#__PURE__*/React.createElement("p", null, "Data Verification")));
|
|
7637
|
+
}
|
|
7638
|
+
if (name === "searchReplace") {
|
|
7639
|
+
return /*#__PURE__*/React.createElement(Menu, {
|
|
7640
|
+
key: name,
|
|
7641
|
+
onClick: function onClick() {
|
|
7642
|
+
if (context.allowEdit === false) return;
|
|
7643
|
+
setContext(function (draftCtx) {
|
|
7644
|
+
draftCtx.showSearch = true;
|
|
7645
|
+
draftCtx.showReplace = true;
|
|
7646
|
+
draftCtx.contextMenu = {};
|
|
7647
|
+
});
|
|
7648
|
+
}
|
|
7649
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
7650
|
+
className: "context-item"
|
|
7651
|
+
}, /*#__PURE__*/React.createElement(SVGIcon, {
|
|
7652
|
+
name: "search",
|
|
7653
|
+
style: {
|
|
7654
|
+
marginRight: "4px"
|
|
7655
|
+
}
|
|
7656
|
+
}), /*#__PURE__*/React.createElement("p", null, "Find and Replace")));
|
|
7657
|
+
}
|
|
7618
7658
|
if (name === "copy") {
|
|
7619
7659
|
return /*#__PURE__*/React.createElement(Menu, {
|
|
7620
7660
|
key: name,
|
|
@@ -7641,6 +7681,45 @@ var ContextMenu = function ContextMenu() {
|
|
|
7641
7681
|
}
|
|
7642
7682
|
}), /*#__PURE__*/React.createElement("p", null, rightclick.copy)));
|
|
7643
7683
|
}
|
|
7684
|
+
if (name === "cut") {
|
|
7685
|
+
return /*#__PURE__*/React.createElement(Menu, {
|
|
7686
|
+
key: name,
|
|
7687
|
+
onClick: function onClick() {
|
|
7688
|
+
setContext(function (draftCtx) {
|
|
7689
|
+
var _draftCtx$luckysheet_2;
|
|
7690
|
+
if (((_draftCtx$luckysheet_2 = draftCtx.luckysheet_select_save) === null || _draftCtx$luckysheet_2 === void 0 ? void 0 : _draftCtx$luckysheet_2.length) > 1) {
|
|
7691
|
+
showAlert(rightclick.noMulti, "ok");
|
|
7692
|
+
draftCtx.contextMenu = {};
|
|
7693
|
+
return;
|
|
7694
|
+
}
|
|
7695
|
+
handleCopy(draftCtx);
|
|
7696
|
+
if (draftCtx.activeImg != null) {
|
|
7697
|
+
removeActiveImage(draftCtx);
|
|
7698
|
+
} else {
|
|
7699
|
+
var msg = deleteSelectedCellText(draftCtx);
|
|
7700
|
+
if (msg === "partMC") {
|
|
7701
|
+
showDialog(generalDialog.partiallyError, "ok");
|
|
7702
|
+
} else if (msg === "allowEdit") {
|
|
7703
|
+
showDialog(generalDialog.readOnlyError, "ok");
|
|
7704
|
+
} else if (msg === "dataNullError") {
|
|
7705
|
+
showDialog(generalDialog.dataNullError, "ok");
|
|
7706
|
+
}
|
|
7707
|
+
}
|
|
7708
|
+
jfrefreshgrid(draftCtx, null, undefined);
|
|
7709
|
+
draftCtx.contextMenu = {};
|
|
7710
|
+
});
|
|
7711
|
+
}
|
|
7712
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
7713
|
+
className: "context-item"
|
|
7714
|
+
}, /*#__PURE__*/React.createElement(SVGIcon, {
|
|
7715
|
+
name: "cut-flv",
|
|
7716
|
+
width: 18,
|
|
7717
|
+
height: 18,
|
|
7718
|
+
style: {
|
|
7719
|
+
marginRight: "8px"
|
|
7720
|
+
}
|
|
7721
|
+
}), /*#__PURE__*/React.createElement("p", null, "Cut")));
|
|
7722
|
+
}
|
|
7644
7723
|
if (name === "paste" && regeneratorRuntime) {
|
|
7645
7724
|
return /*#__PURE__*/React.createElement(Menu, {
|
|
7646
7725
|
key: name,
|
|
@@ -7680,8 +7759,7 @@ var ContextMenu = function ContextMenu() {
|
|
|
7680
7759
|
}), /*#__PURE__*/React.createElement("p", null, rightclick.paste)));
|
|
7681
7760
|
}
|
|
7682
7761
|
if (name === "insert-column") {
|
|
7683
|
-
return (selection === null || selection === void 0 ? void 0 : selection.row_select) ? null : ["left"
|
|
7684
|
-
var _context$lang, _context$lang2;
|
|
7762
|
+
return (selection === null || selection === void 0 ? void 0 : selection.row_select) ? null : ["left"].map(function (dir) {
|
|
7685
7763
|
return /*#__PURE__*/React.createElement(Menu, {
|
|
7686
7764
|
key: "add-col-".concat(dir),
|
|
7687
7765
|
onClick: function onClick() {
|
|
@@ -7713,18 +7791,11 @@ var ContextMenu = function ContextMenu() {
|
|
|
7713
7791
|
name: "insert-flv",
|
|
7714
7792
|
width: 18,
|
|
7715
7793
|
height: 18
|
|
7716
|
-
}), /*#__PURE__*/React.createElement("div", null,
|
|
7717
|
-
className: "luckysheet-cols-rows-shift-".concat(dir)
|
|
7718
|
-
}, rightclick[dir]))), "".concat(rightclick.insert, " "), "1", /*#__PURE__*/React.createElement("span", {
|
|
7719
|
-
className: "luckysheet-cols-rows-shift-word luckysheet-mousedown-cancel"
|
|
7720
|
-
}, " ".concat(rightclick.column, " ")), !_.startsWith((_context$lang2 = context.lang) !== null && _context$lang2 !== void 0 ? _context$lang2 : "", "zh") && (/*#__PURE__*/React.createElement("span", {
|
|
7721
|
-
className: "luckysheet-cols-rows-shift-".concat(dir)
|
|
7722
|
-
}, rightclick[dir])))));
|
|
7794
|
+
}), /*#__PURE__*/React.createElement("div", null, "Insert column to the left")));
|
|
7723
7795
|
});
|
|
7724
7796
|
}
|
|
7725
7797
|
if (name === "insert-row") {
|
|
7726
|
-
return (selection === null || selection === void 0 ? void 0 : selection.column_select) ? null : ["
|
|
7727
|
-
var _context$lang3, _context$lang4;
|
|
7798
|
+
return (selection === null || selection === void 0 ? void 0 : selection.column_select) ? null : ["bottom"].map(function (dir) {
|
|
7728
7799
|
return /*#__PURE__*/React.createElement(Menu, {
|
|
7729
7800
|
key: "add-row-".concat(dir),
|
|
7730
7801
|
onClick: function onClick() {
|
|
@@ -7756,17 +7827,11 @@ var ContextMenu = function ContextMenu() {
|
|
|
7756
7827
|
name: "insert-flv",
|
|
7757
7828
|
width: 18,
|
|
7758
7829
|
height: 18
|
|
7759
|
-
}), /*#__PURE__*/React.createElement("div", null,
|
|
7760
|
-
className: "luckysheet-cols-rows-shift-".concat(dir)
|
|
7761
|
-
}, rightclick[dir]))), "".concat(rightclick.insert, " "), "1", /*#__PURE__*/React.createElement("span", {
|
|
7762
|
-
className: "luckysheet-cols-rows-shift-word luckysheet-mousedown-cancel"
|
|
7763
|
-
}, " ".concat(rightclick.row, " ")), !_.startsWith((_context$lang4 = context.lang) !== null && _context$lang4 !== void 0 ? _context$lang4 : "", "zh") && (/*#__PURE__*/React.createElement("span", {
|
|
7764
|
-
className: "luckysheet-cols-rows-shift-".concat(dir)
|
|
7765
|
-
}, rightclick[dir])))));
|
|
7830
|
+
}), /*#__PURE__*/React.createElement("div", null, "Insert row below")));
|
|
7766
7831
|
});
|
|
7767
7832
|
}
|
|
7768
7833
|
if (name === "delete-column") {
|
|
7769
|
-
return
|
|
7834
|
+
return (/*#__PURE__*/React.createElement(Menu, {
|
|
7770
7835
|
key: "delete-col",
|
|
7771
7836
|
onClick: function onClick() {
|
|
7772
7837
|
if (!selection) return;
|
|
@@ -7780,8 +7845,8 @@ var ContextMenu = function ContextMenu() {
|
|
|
7780
7845
|
id: context.currentSheetId
|
|
7781
7846
|
};
|
|
7782
7847
|
setContext(function (draftCtx) {
|
|
7783
|
-
var _draftCtx$
|
|
7784
|
-
if (((_draftCtx$
|
|
7848
|
+
var _draftCtx$luckysheet_3, _draftCtx$luckysheetf, _draftCtx$luckysheetf2;
|
|
7849
|
+
if (((_draftCtx$luckysheet_3 = draftCtx.luckysheet_select_save) === null || _draftCtx$luckysheet_3 === void 0 ? void 0 : _draftCtx$luckysheet_3.length) > 1) {
|
|
7785
7850
|
showAlert(rightclick.noMulti, "ok");
|
|
7786
7851
|
draftCtx.contextMenu = {};
|
|
7787
7852
|
draftCtx.dataVerificationDropDownList = false;
|
|
@@ -7806,10 +7871,19 @@ var ContextMenu = function ContextMenu() {
|
|
|
7806
7871
|
deleteRowColOp: deleteRowColOp
|
|
7807
7872
|
});
|
|
7808
7873
|
}
|
|
7809
|
-
},
|
|
7874
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
7875
|
+
className: "context-item"
|
|
7876
|
+
}, /*#__PURE__*/React.createElement(SVGIcon, {
|
|
7877
|
+
name: "delete-flv",
|
|
7878
|
+
width: 18,
|
|
7879
|
+
height: 18,
|
|
7880
|
+
style: {
|
|
7881
|
+
marginRight: "8px"
|
|
7882
|
+
}
|
|
7883
|
+
}), /*#__PURE__*/React.createElement("div", null, rightclick.deleteSelected, rightclick.column))));
|
|
7810
7884
|
}
|
|
7811
7885
|
if (name === "delete-row") {
|
|
7812
|
-
return
|
|
7886
|
+
return (/*#__PURE__*/React.createElement(Menu, {
|
|
7813
7887
|
key: "delete-row",
|
|
7814
7888
|
onClick: function onClick() {
|
|
7815
7889
|
if (!selection) return;
|
|
@@ -7823,8 +7897,8 @@ var ContextMenu = function ContextMenu() {
|
|
|
7823
7897
|
id: context.currentSheetId
|
|
7824
7898
|
};
|
|
7825
7899
|
setContext(function (draftCtx) {
|
|
7826
|
-
var _draftCtx$
|
|
7827
|
-
if (((_draftCtx$
|
|
7900
|
+
var _draftCtx$luckysheet_4, _draftCtx$luckysheetf3;
|
|
7901
|
+
if (((_draftCtx$luckysheet_4 = draftCtx.luckysheet_select_save) === null || _draftCtx$luckysheet_4 === void 0 ? void 0 : _draftCtx$luckysheet_4.length) > 1) {
|
|
7828
7902
|
showAlert(rightclick.noMulti, "ok");
|
|
7829
7903
|
draftCtx.contextMenu = {};
|
|
7830
7904
|
return;
|
|
@@ -7848,7 +7922,16 @@ var ContextMenu = function ContextMenu() {
|
|
|
7848
7922
|
deleteRowColOp: deleteRowColOp
|
|
7849
7923
|
});
|
|
7850
7924
|
}
|
|
7851
|
-
},
|
|
7925
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
7926
|
+
className: "context-item"
|
|
7927
|
+
}, /*#__PURE__*/React.createElement(SVGIcon, {
|
|
7928
|
+
name: "delete-flv",
|
|
7929
|
+
width: 18,
|
|
7930
|
+
height: 18,
|
|
7931
|
+
style: {
|
|
7932
|
+
marginRight: "8px"
|
|
7933
|
+
}
|
|
7934
|
+
}), /*#__PURE__*/React.createElement("div", null, rightclick.deleteSelected, rightclick.row))));
|
|
7852
7935
|
}
|
|
7853
7936
|
if (name === "hide-row") {
|
|
7854
7937
|
return (selection === null || selection === void 0 ? void 0 : selection.row_select) === true && ["hideSelected", "showHide"].map(function (item) {
|
|
@@ -7868,7 +7951,16 @@ var ContextMenu = function ContextMenu() {
|
|
|
7868
7951
|
draftCtx.contextMenu = {};
|
|
7869
7952
|
});
|
|
7870
7953
|
}
|
|
7871
|
-
},
|
|
7954
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
7955
|
+
className: "context-item"
|
|
7956
|
+
}, /*#__PURE__*/React.createElement(SVGIcon, {
|
|
7957
|
+
name: "hide-flv",
|
|
7958
|
+
width: 18,
|
|
7959
|
+
height: 18,
|
|
7960
|
+
style: {
|
|
7961
|
+
marginRight: "8px"
|
|
7962
|
+
}
|
|
7963
|
+
}), /*#__PURE__*/React.createElement("div", null, rightclick[item] + rightclick.row)));
|
|
7872
7964
|
});
|
|
7873
7965
|
}
|
|
7874
7966
|
if (name === "hide-column") {
|
|
@@ -7889,7 +7981,16 @@ var ContextMenu = function ContextMenu() {
|
|
|
7889
7981
|
draftCtx.contextMenu = {};
|
|
7890
7982
|
});
|
|
7891
7983
|
}
|
|
7892
|
-
},
|
|
7984
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
7985
|
+
className: "context-item"
|
|
7986
|
+
}, /*#__PURE__*/React.createElement(SVGIcon, {
|
|
7987
|
+
name: "hide-flv",
|
|
7988
|
+
width: 18,
|
|
7989
|
+
height: 18,
|
|
7990
|
+
style: {
|
|
7991
|
+
marginRight: "8px"
|
|
7992
|
+
}
|
|
7993
|
+
}), /*#__PURE__*/React.createElement("div", null, rightclick[item] + rightclick.column)));
|
|
7893
7994
|
});
|
|
7894
7995
|
}
|
|
7895
7996
|
if (name === "set-row-height") {
|
|
@@ -7922,7 +8023,16 @@ var ContextMenu = function ContextMenu() {
|
|
|
7922
8023
|
draftCtx.contextMenu = {};
|
|
7923
8024
|
});
|
|
7924
8025
|
}
|
|
7925
|
-
},
|
|
8026
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
8027
|
+
className: "context-item"
|
|
8028
|
+
}, /*#__PURE__*/React.createElement(SVGIcon, {
|
|
8029
|
+
name: "resize-flv",
|
|
8030
|
+
width: 18,
|
|
8031
|
+
height: 18,
|
|
8032
|
+
style: {
|
|
8033
|
+
marginRight: "8px"
|
|
8034
|
+
}
|
|
8035
|
+
}), /*#__PURE__*/React.createElement("div", null, "Resize row height", /*#__PURE__*/React.createElement("input", {
|
|
7926
8036
|
onClick: function onClick(e) {
|
|
7927
8037
|
return e.stopPropagation();
|
|
7928
8038
|
},
|
|
@@ -7939,7 +8049,7 @@ var ContextMenu = function ContextMenu() {
|
|
|
7939
8049
|
style: {
|
|
7940
8050
|
width: "40px"
|
|
7941
8051
|
}
|
|
7942
|
-
}), "px")) : null;
|
|
8052
|
+
}), "px")))) : null;
|
|
7943
8053
|
}
|
|
7944
8054
|
if (name === "set-column-width") {
|
|
7945
8055
|
var _context$luckysheet_s0, _context$luckysheet_s1;
|
|
@@ -7971,7 +8081,16 @@ var ContextMenu = function ContextMenu() {
|
|
|
7971
8081
|
draftCtx.contextMenu = {};
|
|
7972
8082
|
});
|
|
7973
8083
|
}
|
|
7974
|
-
},
|
|
8084
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
8085
|
+
className: "context-item"
|
|
8086
|
+
}, /*#__PURE__*/React.createElement(SVGIcon, {
|
|
8087
|
+
name: "resize-flv",
|
|
8088
|
+
width: 18,
|
|
8089
|
+
height: 18,
|
|
8090
|
+
style: {
|
|
8091
|
+
marginRight: "8px"
|
|
8092
|
+
}
|
|
8093
|
+
}), /*#__PURE__*/React.createElement("div", null, "Resize column height", /*#__PURE__*/React.createElement("input", {
|
|
7975
8094
|
onClick: function onClick(e) {
|
|
7976
8095
|
return e.stopPropagation();
|
|
7977
8096
|
},
|
|
@@ -7988,7 +8107,7 @@ var ContextMenu = function ContextMenu() {
|
|
|
7988
8107
|
style: {
|
|
7989
8108
|
width: "40px"
|
|
7990
8109
|
}
|
|
7991
|
-
}), "px")) : null;
|
|
8110
|
+
}), "px")))) : null;
|
|
7992
8111
|
}
|
|
7993
8112
|
if (name === "clear") {
|
|
7994
8113
|
return /*#__PURE__*/React.createElement(Menu, {
|
|
@@ -8024,6 +8143,52 @@ var ContextMenu = function ContextMenu() {
|
|
|
8024
8143
|
}
|
|
8025
8144
|
}), /*#__PURE__*/React.createElement("p", null, rightclick.clearContent)));
|
|
8026
8145
|
}
|
|
8146
|
+
if (name === "ascSort") {
|
|
8147
|
+
return /*#__PURE__*/React.createElement(Menu, {
|
|
8148
|
+
key: name,
|
|
8149
|
+
onClick: function onClick() {
|
|
8150
|
+
if (context.allowEdit === false) return;
|
|
8151
|
+
setContext(function (draftCtx) {
|
|
8152
|
+
sortSelection(draftCtx, true);
|
|
8153
|
+
draftCtx.contextMenu = {};
|
|
8154
|
+
draftCtx.contextMenu = {};
|
|
8155
|
+
});
|
|
8156
|
+
}
|
|
8157
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
8158
|
+
className: "context-item"
|
|
8159
|
+
}, /*#__PURE__*/React.createElement(SVGIcon, {
|
|
8160
|
+
name: "asc-sort-flv",
|
|
8161
|
+
width: 18,
|
|
8162
|
+
height: 18,
|
|
8163
|
+
style: {
|
|
8164
|
+
marginTop: "4px",
|
|
8165
|
+
marginRight: "4px"
|
|
8166
|
+
}
|
|
8167
|
+
}), /*#__PURE__*/React.createElement("p", null, "Ascending sort")));
|
|
8168
|
+
}
|
|
8169
|
+
if (name === "desSort") {
|
|
8170
|
+
return /*#__PURE__*/React.createElement(Menu, {
|
|
8171
|
+
key: name,
|
|
8172
|
+
onClick: function onClick() {
|
|
8173
|
+
if (context.allowEdit === false) return;
|
|
8174
|
+
setContext(function (draftCtx) {
|
|
8175
|
+
sortSelection(draftCtx, false);
|
|
8176
|
+
draftCtx.contextMenu = {};
|
|
8177
|
+
draftCtx.contextMenu = {};
|
|
8178
|
+
});
|
|
8179
|
+
}
|
|
8180
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
8181
|
+
className: "context-item"
|
|
8182
|
+
}, /*#__PURE__*/React.createElement(SVGIcon, {
|
|
8183
|
+
name: "des-sort-flv",
|
|
8184
|
+
width: 18,
|
|
8185
|
+
height: 18,
|
|
8186
|
+
style: {
|
|
8187
|
+
marginTop: "4px",
|
|
8188
|
+
marginRight: "4px"
|
|
8189
|
+
}
|
|
8190
|
+
}), /*#__PURE__*/React.createElement("p", null, "Descending sort")));
|
|
8191
|
+
}
|
|
8027
8192
|
if (name === "sort") {
|
|
8028
8193
|
var _locale2 = locale(context),
|
|
8029
8194
|
sort = _locale2.sort;
|
|
@@ -8195,7 +8360,14 @@ var ContextMenu = function ContextMenu() {
|
|
|
8195
8360
|
draftCtx.contextMenu = {};
|
|
8196
8361
|
});
|
|
8197
8362
|
}
|
|
8198
|
-
},
|
|
8363
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
8364
|
+
className: "context-item"
|
|
8365
|
+
}, /*#__PURE__*/React.createElement(SVGIcon, {
|
|
8366
|
+
name: "link",
|
|
8367
|
+
style: {
|
|
8368
|
+
marginRight: "4px"
|
|
8369
|
+
}
|
|
8370
|
+
}), /*#__PURE__*/React.createElement("p", null, rightclick.link)));
|
|
8199
8371
|
}
|
|
8200
8372
|
if (name === "conditionFormat") {
|
|
8201
8373
|
var closeContextMenu = function closeContextMenu() {
|
|
@@ -9125,6 +9297,65 @@ var SVGDefines = function SVGDefines(_ref) {
|
|
|
9125
9297
|
stroke: "#666",
|
|
9126
9298
|
strokeWidth: "1.714"
|
|
9127
9299
|
})), /*#__PURE__*/React.createElement("symbol", {
|
|
9300
|
+
fill: "none",
|
|
9301
|
+
viewBox: "0 0 16 16",
|
|
9302
|
+
id: "delete-flv"
|
|
9303
|
+
}, /*#__PURE__*/React.createElement("svg", {
|
|
9304
|
+
viewBox: "0 0 18 18",
|
|
9305
|
+
fill: "none",
|
|
9306
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
9307
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
9308
|
+
d: "M7.5 7.5C7.91421 7.5 8.25 7.83579 8.25 8.25V12.75C8.25 13.1642 7.91421 13.5 7.5 13.5C7.08579 13.5 6.75 13.1642 6.75 12.75V8.25C6.75 7.83579 7.08579 7.5 7.5 7.5Z",
|
|
9309
|
+
fill: "#363B3F"
|
|
9310
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
9311
|
+
d: "M11.25 8.25C11.25 7.83579 10.9142 7.5 10.5 7.5C10.0858 7.5 9.75 7.83579 9.75 8.25V12.75C9.75 13.1642 10.0858 13.5 10.5 13.5C10.9142 13.5 11.25 13.1642 11.25 12.75V8.25Z",
|
|
9312
|
+
fill: "#363B3F"
|
|
9313
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
9314
|
+
"fill-rule": "evenodd",
|
|
9315
|
+
"clip-rule": "evenodd",
|
|
9316
|
+
d: "M5.25 3.75V3C5.25 2.38108 5.55191 1.82493 5.93842 1.43842C6.32493 1.05191 6.88108 0.75 7.5 0.75H10.5C11.1189 0.75 11.6751 1.05191 12.0616 1.43842C12.4481 1.82493 12.75 2.38108 12.75 3V3.75H15.75C16.1642 3.75 16.5 4.08579 16.5 4.5C16.5 4.91421 16.1642 5.25 15.75 5.25H15V15C15 15.6189 14.6981 16.1751 14.3116 16.5616C13.9251 16.9481 13.3689 17.25 12.75 17.25H5.25C4.63108 17.25 4.07493 16.9481 3.68842 16.5616C3.30191 16.1751 3 15.6189 3 15V5.25H2.25C1.83579 5.25 1.5 4.91421 1.5 4.5C1.5 4.08579 1.83579 3.75 2.25 3.75H5.25ZM6.75 3C6.75 2.86892 6.82309 2.67507 6.99908 2.49908C7.17507 2.32309 7.36892 2.25 7.5 2.25H10.5C10.6311 2.25 10.8249 2.32309 11.0009 2.49908C11.1769 2.67507 11.25 2.86892 11.25 3V3.75H6.75V3ZM4.5 5.25V15C4.5 15.1311 4.57309 15.3249 4.74908 15.5009C4.92507 15.6769 5.11892 15.75 5.25 15.75H12.75C12.8811 15.75 13.0749 15.6769 13.2509 15.5009C13.4269 15.3249 13.5 15.1311 13.5 15V5.25H4.5Z",
|
|
9317
|
+
fill: "#363B3F"
|
|
9318
|
+
}))), /*#__PURE__*/React.createElement("symbol", {
|
|
9319
|
+
fill: "none",
|
|
9320
|
+
viewBox: "0 0 16 16",
|
|
9321
|
+
id: "hide-flv"
|
|
9322
|
+
}, /*#__PURE__*/React.createElement("svg", {
|
|
9323
|
+
viewBox: "0 0 18 18",
|
|
9324
|
+
fill: "none",
|
|
9325
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
9326
|
+
}, /*#__PURE__*/React.createElement("g", {
|
|
9327
|
+
"clip-path": "url(#clip0_2908_227339)"
|
|
9328
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
9329
|
+
"fill-rule": "evenodd",
|
|
9330
|
+
"clip-rule": "evenodd",
|
|
9331
|
+
d: "M2.03033 0.96967C1.73744 0.676777 1.26256 0.676777 0.96967 0.96967C0.676777 1.26256 0.676777 1.73744 0.96967 2.03033L3.81821 4.87887C2.52281 5.92494 1.50372 7.22247 0.80625 8.68081C0.73125 8.83081 0.73125 9.05581 0.80625 9.28081C0.88125 9.50581 3.28125 14.9808 8.98125 14.9808C10.365 14.9808 11.7487 14.6335 12.929 13.9897L15.9697 17.0303C16.2626 17.3232 16.7374 17.3232 17.0303 17.0303C17.3232 16.7374 17.3232 16.2626 17.0303 15.9697L11.1229 10.0622C11.1214 10.0607 11.12 10.0593 11.1185 10.0578L7.9423 6.88163C7.94077 6.8801 7.93924 6.87856 7.9377 6.87704L2.03033 0.96967ZM6.40204 7.4627L4.84067 5.90133C3.83511 6.74921 2.95756 7.80845 2.30625 8.98081C2.83125 10.0308 4.93125 13.4808 8.98125 13.4808C9.95375 13.4808 10.9263 13.2626 11.7989 12.8596L10.5373 11.598C10.4182 11.6726 10.2938 11.739 10.1649 11.7964C9.79687 11.9604 9.39961 12.0486 8.9968 12.0557C8.59399 12.0628 8.19387 11.9887 7.82032 11.8378C7.44677 11.6869 7.10743 11.4623 6.82256 11.1775C6.53768 10.8926 6.3131 10.5532 6.16222 10.1797C6.01134 9.80614 5.93724 9.40602 5.94435 9.00321C5.95145 8.6004 6.03962 8.20314 6.20359 7.83515C6.26104 7.70619 6.3274 7.58176 6.40204 7.4627ZM9.41843 10.4791L7.52092 8.58158C7.47279 8.72591 7.44681 8.87699 7.44411 9.02967C7.44056 9.23108 7.47761 9.43113 7.55305 9.61791C7.62849 9.80469 7.74078 9.97435 7.88322 10.1168C8.02566 10.2592 8.19532 10.3715 8.3821 10.447C8.56888 10.5224 8.76893 10.5595 8.97034 10.5559C9.12302 10.5532 9.2741 10.5272 9.41843 10.4791Z",
|
|
9332
|
+
fill: "#363B3F"
|
|
9333
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
9334
|
+
"fill-rule": "evenodd",
|
|
9335
|
+
"clip-rule": "evenodd",
|
|
9336
|
+
d: "M9 3L8.99859 3C8.64964 3.00065 8.30105 3.02261 7.95477 3.06576C7.54374 3.11697 7.25204 3.49169 7.30325 3.90273C7.35446 4.31376 7.72918 4.60546 8.14022 4.55425C8.42568 4.51868 8.71304 4.50057 9.0007 4.5C11.3492 4.50024 13.0388 5.66802 14.1692 6.88534C14.7342 7.49382 15.1489 8.10466 15.4219 8.5633C15.523 8.73305 15.604 8.88086 15.6654 8.99858C15.3842 9.54451 15.0485 10.0609 14.6631 10.5399C14.4035 10.8626 14.4546 11.3347 14.7773 11.5943C15.1001 11.854 15.5722 11.8029 15.8318 11.4801C16.3662 10.8159 16.8187 10.0898 17.1795 9.31741C17.2699 9.12385 17.2732 8.90029 17.1891 8.70393L17.188 8.70132L17.1857 8.69616L17.1787 8.68019C17.1728 8.66708 17.1647 8.64909 17.1543 8.62654C17.1335 8.58145 17.1034 8.51807 17.0639 8.439C16.9849 8.28099 16.8678 8.05965 16.7109 7.79608C16.3979 7.27034 15.9221 6.56868 15.2683 5.86466C13.9613 4.45711 11.9011 3 9 3Z",
|
|
9337
|
+
fill: "#363B3F"
|
|
9338
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
9339
|
+
id: "clip0_2908_227339"
|
|
9340
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
9341
|
+
width: "18",
|
|
9342
|
+
height: "18",
|
|
9343
|
+
fill: "white"
|
|
9344
|
+
}))))), /*#__PURE__*/React.createElement("symbol", {
|
|
9345
|
+
fill: "none",
|
|
9346
|
+
viewBox: "0 0 16 16",
|
|
9347
|
+
id: "resize-flv"
|
|
9348
|
+
}, /*#__PURE__*/React.createElement("svg", {
|
|
9349
|
+
viewBox: "0 0 18 18",
|
|
9350
|
+
fill: "none",
|
|
9351
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
9352
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
9353
|
+
d: "M3.00002 3.75C3.00002 3.33579 3.33581 3 3.75002 3H14.25C14.6642 3 15 3.33579 15 3.75V8.25C15 8.66421 15.3358 9 15.75 9C16.1642 9 16.5 8.66421 16.5 8.25V3.75C16.5 2.50736 15.4927 1.5 14.25 1.5H3.75002C2.50738 1.5 1.50002 2.50736 1.50002 3.75V8.25C1.50002 8.66421 1.83581 9 2.25002 9C2.66424 9 3.00002 8.66421 3.00002 8.25V3.75Z",
|
|
9354
|
+
fill: "#363B3F"
|
|
9355
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
9356
|
+
d: "M16.3169 13.9911C16.4164 13.8765 16.4754 13.7388 16.4938 13.5969C16.523 13.3723 16.4493 13.1423 16.2863 12.9756L16.2804 12.9697L14.0304 10.7197C13.7375 10.4268 13.2626 10.4268 12.9697 10.7197C12.6768 11.0126 12.6768 11.4874 12.9697 11.7803L13.9394 12.75L8.25002 12.75L8.24781 12.75L4.06068 12.75L5.03035 11.7803C5.32325 11.4874 5.32325 11.0126 5.03035 10.7197C4.73746 10.4268 4.26259 10.4268 3.96969 10.7197L1.72369 12.9657C1.7091 12.98 1.69508 12.995 1.68166 13.0106C1.58293 13.125 1.52444 13.2622 1.50621 13.4035C1.4998 13.453 1.49838 13.5028 1.50182 13.5521C1.51375 13.7245 1.58497 13.8935 1.71548 14.0261L1.71969 14.0303L3.96969 16.2803C4.26258 16.5732 4.73746 16.5732 5.03035 16.2803C5.32324 15.9874 5.32324 15.5126 5.03035 15.2197L4.06068 14.25L9.75002 14.25L9.75241 14.25L13.9394 14.25L12.9697 15.2197C12.6768 15.5126 12.6768 15.9874 12.9697 16.2803C13.2626 16.5732 13.7375 16.5732 14.0304 16.2803L16.2764 14.0342C16.2905 14.0204 16.3039 14.0061 16.3169 13.9911Z",
|
|
9357
|
+
fill: "#363B3F"
|
|
9358
|
+
}))), /*#__PURE__*/React.createElement("symbol", {
|
|
9128
9359
|
viewBox: "0 0 1024 1024",
|
|
9129
9360
|
version: "1.1",
|
|
9130
9361
|
"p-id": "4116",
|
|
@@ -9857,6 +10088,21 @@ var SVGDefines = function SVGDefines(_ref) {
|
|
|
9857
10088
|
"clip-rule": "evenodd",
|
|
9858
10089
|
d: "M6.75 0.75C5.92157 0.75 5.25 1.42157 5.25 2.25H4.5C3.90326 2.25 3.33097 2.48705 2.90901 2.90901C2.48705 3.33097 2.25 3.90326 2.25 4.5V15C2.25 15.5967 2.48705 16.169 2.90901 16.591C3.33097 17.0129 3.90326 17.25 4.5 17.25H13.5C14.0967 17.25 14.669 17.0129 15.091 16.591C15.5129 16.169 15.75 15.5967 15.75 15V4.5C15.75 3.90326 15.5129 3.33097 15.091 2.90901C14.669 2.48705 14.0967 2.25 13.5 2.25H12.75C12.75 1.42157 12.0784 0.75 11.25 0.75H6.75ZM12.75 3.75C12.75 4.57843 12.0784 5.25 11.25 5.25H6.75C5.92157 5.25 5.25 4.57843 5.25 3.75H4.5C4.30109 3.75 4.11032 3.82902 3.96967 3.96967C3.82902 4.11032 3.75 4.30109 3.75 4.5V15C3.75 15.1989 3.82902 15.3897 3.96967 15.5303C4.11032 15.671 4.30109 15.75 4.5 15.75H13.5C13.6989 15.75 13.8897 15.671 14.0303 15.5303C14.171 15.3897 14.25 15.1989 14.25 15V4.5C14.25 4.30109 14.171 4.11032 14.0303 3.96967C13.8897 3.82902 13.6989 3.75 13.5 3.75H12.75ZM6.75 3.75H11.25V2.25H6.75V3.75Z",
|
|
9859
10090
|
fill: "#363B3F"
|
|
10091
|
+
}))), /*#__PURE__*/React.createElement("symbol", {
|
|
10092
|
+
id: "cut-flv",
|
|
10093
|
+
viewBox: "0 0 24 24"
|
|
10094
|
+
}, /*#__PURE__*/React.createElement("svg", {
|
|
10095
|
+
viewBox: "0 0 18 18",
|
|
10096
|
+
fill: "none",
|
|
10097
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
10098
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
10099
|
+
"fill-rule": "evenodd",
|
|
10100
|
+
"clip-rule": "evenodd",
|
|
10101
|
+
d: "M4.5 7.5C5.05636 7.5 5.57734 7.34855 6.02398 7.08464L7.93934 9L6.02397 10.9154C5.57734 10.6514 5.05636 10.5 4.5 10.5C2.84315 10.5 1.5 11.8431 1.5 13.5C1.5 15.1569 2.84315 16.5 4.5 16.5C6.15685 16.5 7.5 15.1569 7.5 13.5C7.5 12.9436 7.34855 12.4227 7.08463 11.976L15.5303 3.53033C15.8232 3.23744 15.8232 2.76256 15.5303 2.46967C15.2374 2.17678 14.7626 2.17678 14.4697 2.46967L9 7.93934L7.08464 6.02398C7.34855 5.57734 7.5 5.05636 7.5 4.5C7.5 2.84315 6.15685 1.5 4.5 1.5C2.84315 1.5 1.5 2.84315 1.5 4.5C1.5 6.15685 2.84315 7.5 4.5 7.5ZM4.5 3C3.67157 3 3 3.67157 3 4.5C3 5.32843 3.67157 6 4.5 6C4.90064 6 5.26459 5.84293 5.53364 5.58702C5.54204 5.57774 5.55072 5.56862 5.55967 5.55967C5.56862 5.55072 5.57774 5.54204 5.58702 5.53364C5.84293 5.26459 6 4.90064 6 4.5C6 3.67157 5.32843 3 4.5 3ZM4.5 12C4.90065 12 5.26461 12.1571 5.53366 12.413C5.54206 12.4223 5.55072 12.4314 5.55967 12.4403C5.56861 12.4493 5.57772 12.4579 5.58699 12.4663C5.84292 12.7354 6 13.0994 6 13.5C6 14.3284 5.32843 15 4.5 15C3.67157 15 3 14.3284 3 13.5C3 12.6716 3.67157 12 4.5 12Z",
|
|
10102
|
+
fill: "#363B3F"
|
|
10103
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
10104
|
+
d: "M11.6304 10.5697C11.3375 10.2768 10.8626 10.2768 10.5697 10.5697C10.2768 10.8626 10.2768 11.3374 10.5697 11.6303L14.4697 15.5303C14.7626 15.8232 15.2375 15.8232 15.5304 15.5303C15.8233 15.2374 15.8233 14.7626 15.5304 14.4697L11.6304 10.5697Z",
|
|
10105
|
+
fill: "#363B3F"
|
|
9860
10106
|
}))), /*#__PURE__*/React.createElement("symbol", {
|
|
9861
10107
|
id: "insert-flv",
|
|
9862
10108
|
viewBox: "0 0 24 24"
|
|
@@ -9892,6 +10138,56 @@ var SVGDefines = function SVGDefines(_ref) {
|
|
|
9892
10138
|
"clip-rule": "evenodd",
|
|
9893
10139
|
d: "M3.75 1.5C3.15326 1.5 2.58097 1.73705 2.15901 2.15901C1.73705 2.58097 1.5 3.15326 1.5 3.75V15.75C1.5 16.0533 1.68273 16.3268 1.96299 16.4429C2.24324 16.559 2.56583 16.4948 2.78033 16.2803L5.56066 13.5H14.25C14.8467 13.5 15.419 13.2629 15.841 12.841C16.2629 12.419 16.5 11.8467 16.5 11.25V3.75C16.5 3.15326 16.2629 2.58097 15.841 2.15901C15.419 1.73705 14.8467 1.5 14.25 1.5H3.75ZM3.21967 3.21967C3.36032 3.07902 3.55109 3 3.75 3H14.25C14.4489 3 14.6397 3.07902 14.7803 3.21967C14.921 3.36032 15 3.55109 15 3.75V11.25C15 11.4489 14.921 11.6397 14.7803 11.7803C14.6397 11.921 14.4489 12 14.25 12H5.25C5.05109 12 4.86032 12.079 4.71967 12.2197L3 13.9393V3.75C3 3.55109 3.07902 3.36032 3.21967 3.21967Z",
|
|
9894
10140
|
fill: "#363B3F"
|
|
10141
|
+
}))), /*#__PURE__*/React.createElement("symbol", {
|
|
10142
|
+
id: "asc-sort-flv",
|
|
10143
|
+
viewBox: "0 0 24 24"
|
|
10144
|
+
}, /*#__PURE__*/React.createElement("svg", {
|
|
10145
|
+
viewBox: "0 0 18 18",
|
|
10146
|
+
fill: "none",
|
|
10147
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
10148
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
10149
|
+
"fill-rule": "evenodd",
|
|
10150
|
+
"clip-rule": "evenodd",
|
|
10151
|
+
d: "M1.71967 11.4697C2.01256 11.1768 2.48744 11.1768 2.78033 11.4697L5.25 13.9393L7.71967 11.4697C8.01256 11.1768 8.48744 11.1768 8.78033 11.4697C9.07322 11.7626 9.07322 12.2374 8.78033 12.5303L5.78033 15.5303C5.48744 15.8232 5.01256 15.8232 4.71967 15.5303L1.71967 12.5303C1.42678 12.2374 1.42678 11.7626 1.71967 11.4697Z",
|
|
10152
|
+
fill: "#363B3F"
|
|
10153
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
10154
|
+
"fill-rule": "evenodd",
|
|
10155
|
+
"clip-rule": "evenodd",
|
|
10156
|
+
d: "M5.25 2.25C5.66421 2.25 6 2.58579 6 3V15C6 15.4142 5.66421 15.75 5.25 15.75C4.83579 15.75 4.5 15.4142 4.5 15V3C4.5 2.58579 4.83579 2.25 5.25 2.25Z",
|
|
10157
|
+
fill: "#363B3F"
|
|
10158
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
10159
|
+
"fill-rule": "evenodd",
|
|
10160
|
+
"clip-rule": "evenodd",
|
|
10161
|
+
d: "M12.75 2.25C11.5074 2.25 10.5 3.25736 10.5 4.5V6C10.5 7.24264 11.5074 8.25 12.75 8.25C13.9926 8.25 15 7.24264 15 6V4.5C15 3.25736 13.9926 2.25 12.75 2.25ZM12 4.5C12 4.08579 12.3358 3.75 12.75 3.75C13.1642 3.75 13.5 4.08579 13.5 4.5V6C13.5 6.41421 13.1642 6.75 12.75 6.75C12.3358 6.75 12 6.41421 12 6V4.5Z",
|
|
10162
|
+
fill: "#363B3F"
|
|
10163
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
10164
|
+
d: "M10.5 10.5C10.5 10.0858 10.8358 9.75 11.25 9.75H12.75C13.1642 9.75 13.5 10.0858 13.5 10.5V14.25H14.25C14.6642 14.25 15 14.5858 15 15C15 15.4142 14.6642 15.75 14.25 15.75H11.25C10.8358 15.75 10.5 15.4142 10.5 15C10.5 14.5858 10.8358 14.25 11.25 14.25H12V11.25H11.25C10.8358 11.25 10.5 10.9142 10.5 10.5Z",
|
|
10165
|
+
fill: "#363B3F"
|
|
10166
|
+
}))), /*#__PURE__*/React.createElement("symbol", {
|
|
10167
|
+
id: "des-sort-flv",
|
|
10168
|
+
viewBox: "0 0 24 24"
|
|
10169
|
+
}, /*#__PURE__*/React.createElement("svg", {
|
|
10170
|
+
viewBox: "0 0 18 18",
|
|
10171
|
+
fill: "none",
|
|
10172
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
10173
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
10174
|
+
"fill-rule": "evenodd",
|
|
10175
|
+
"clip-rule": "evenodd",
|
|
10176
|
+
d: "M1.71967 11.4697C2.01256 11.1768 2.48744 11.1768 2.78033 11.4697L5.25 13.9393L7.71967 11.4697C8.01256 11.1768 8.48744 11.1768 8.78033 11.4697C9.07322 11.7626 9.07322 12.2374 8.78033 12.5303L5.78033 15.5303C5.48744 15.8232 5.01256 15.8232 4.71967 15.5303L1.71967 12.5303C1.42678 12.2374 1.42678 11.7626 1.71967 11.4697Z",
|
|
10177
|
+
fill: "#363B3F"
|
|
10178
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
10179
|
+
"fill-rule": "evenodd",
|
|
10180
|
+
"clip-rule": "evenodd",
|
|
10181
|
+
d: "M5.25 2.25C5.66421 2.25 6 2.58579 6 3V15C6 15.4142 5.66421 15.75 5.25 15.75C4.83579 15.75 4.5 15.4142 4.5 15V3C4.5 2.58579 4.83579 2.25 5.25 2.25Z",
|
|
10182
|
+
fill: "#363B3F"
|
|
10183
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
10184
|
+
d: "M10.5 3C10.5 2.58579 10.8358 2.25 11.25 2.25H12.75C13.1642 2.25 13.5 2.58579 13.5 3V6.75H14.25C14.6642 6.75 15 7.08579 15 7.5C15 7.91421 14.6642 8.25 14.25 8.25H11.25C10.8358 8.25 10.5 7.91421 10.5 7.5C10.5 7.08579 10.8358 6.75 11.25 6.75H12V3.75H11.25C10.8358 3.75 10.5 3.41421 10.5 3Z",
|
|
10185
|
+
fill: "#363B3F"
|
|
10186
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
10187
|
+
"fill-rule": "evenodd",
|
|
10188
|
+
"clip-rule": "evenodd",
|
|
10189
|
+
d: "M12.75 9.75C11.5074 9.75 10.5 10.7574 10.5 12V13.5C10.5 14.7426 11.5074 15.75 12.75 15.75C13.9926 15.75 15 14.7426 15 13.5V12C15 10.7574 13.9926 9.75 12.75 9.75ZM12 12C12 11.5858 12.3358 11.25 12.75 11.25C13.1642 11.25 13.5 11.5858 13.5 12V13.5C13.5 13.9142 13.1642 14.25 12.75 14.25C12.3358 14.25 12 13.9142 12 13.5V12Z",
|
|
10190
|
+
fill: "#363B3F"
|
|
9895
10191
|
}))), /*#__PURE__*/React.createElement("symbol", {
|
|
9896
10192
|
id: "freeze-flv",
|
|
9897
10193
|
viewBox: "0 0 24 24"
|