@fileverse-dev/fortune-react 1.0.2-mod-14 → 1.0.2-mod-16

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.css CHANGED
@@ -270,7 +270,7 @@ html::-webkit-scrollbar-button {
270
270
  position: absolute;
271
271
  pointer-events: none;
272
272
  z-index: 15;
273
- border: 1px solid #0188fb;
273
+ border: 2.5px solid #0188fb;
274
274
  margin: -1px 0 0 -1px;
275
275
  background: rgba(1, 136, 251, 0.15);
276
276
  display: none;
@@ -2980,8 +2980,8 @@ label {
2980
2980
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.15);
2981
2981
  transition: opacity 0.218s;
2982
2982
  background: #fff;
2983
- border: 1px solid #ccc;
2984
- border: 1px solid rgba(0, 0, 0, 0.2);
2983
+ border: 1px solid #E8EBEC;
2984
+ border: 1px solid #E8EBEC;
2985
2985
  cursor: default;
2986
2986
  font-size: 13px;
2987
2987
  margin: 0;
@@ -2993,8 +2993,21 @@ label {
2993
2993
  -webkit-user-select: none;
2994
2994
  -moz-user-select: none;
2995
2995
  user-select: none;
2996
+ font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
2997
+ font-size: 14px;
2998
+ max-width: 250px;
2999
+ box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.08);
3000
+ color: #363B3F;
3001
+ line-height: 20px;
2996
3002
  }
2997
3003
 
3004
+ .context-item {
3005
+ display: flex;
3006
+ align-items: center;
3007
+ height: 20px;
3008
+ }
3009
+
3010
+
2998
3011
  .fortune-context-menu input.luckysheet-mousedown-cancel {
2999
3012
  width: 35px;
3000
3013
  text-align: center;
@@ -3039,7 +3052,7 @@ label {
3039
3052
  cursor: pointer;
3040
3053
  list-style: none;
3041
3054
  margin: 0;
3042
- padding: 6px 7em 6px 30px;
3055
+ padding: 6px 10px 6px 10px !important;
3043
3056
  white-space: nowrap;
3044
3057
  -webkit-user-select: none;
3045
3058
  -moz-user-select: none;
@@ -270,7 +270,7 @@ html::-webkit-scrollbar-button {
270
270
  position: absolute;
271
271
  pointer-events: none;
272
272
  z-index: 15;
273
- border: 1px solid #0188fb;
273
+ border: 2.5px solid #0188fb;
274
274
  margin: -1px 0 0 -1px;
275
275
  background: rgba(1, 136, 251, 0.15);
276
276
  display: none;
@@ -2980,8 +2980,8 @@ label {
2980
2980
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.15);
2981
2981
  transition: opacity 0.218s;
2982
2982
  background: #fff;
2983
- border: 1px solid #ccc;
2984
- border: 1px solid rgba(0, 0, 0, 0.2);
2983
+ border: 1px solid #E8EBEC;
2984
+ border: 1px solid #E8EBEC;
2985
2985
  cursor: default;
2986
2986
  font-size: 13px;
2987
2987
  margin: 0;
@@ -2993,8 +2993,21 @@ label {
2993
2993
  -webkit-user-select: none;
2994
2994
  -moz-user-select: none;
2995
2995
  user-select: none;
2996
+ font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
2997
+ font-size: 14px;
2998
+ max-width: 250px;
2999
+ box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.08);
3000
+ color: #363B3F;
3001
+ line-height: 20px;
2996
3002
  }
2997
3003
 
3004
+ .context-item {
3005
+ display: flex;
3006
+ align-items: center;
3007
+ height: 20px;
3008
+ }
3009
+
3010
+
2998
3011
  .fortune-context-menu input.luckysheet-mousedown-cancel {
2999
3012
  width: 35px;
3000
3013
  text-align: center;
@@ -3039,7 +3052,7 @@ label {
3039
3052
  cursor: pointer;
3040
3053
  list-style: none;
3041
3054
  margin: 0;
3042
- padding: 6px 7em 6px 30px;
3055
+ padding: 6px 10px 6px 10px !important;
3043
3056
  white-space: nowrap;
3044
3057
  -webkit-user-select: none;
3045
3058
  -moz-user-select: none;
package/dist/index.esm.js CHANGED
@@ -661,7 +661,10 @@ var ColumnHeader = function ColumnHeader() {
661
661
  tabIndex: 0
662
662
  }, /*#__PURE__*/React.createElement(SVGIcon, {
663
663
  name: "headDownArrow",
664
- width: 12
664
+ width: 12,
665
+ style: {
666
+ marginBottom: "3px"
667
+ }
665
668
  }))))) : null, selectedLocation.map(function (_ref, i) {
666
669
  var _refs$globalCache$fre3;
667
670
  var col = _ref.col,
@@ -3748,8 +3751,8 @@ var SheetOverlay = function SheetOverlay() {
3748
3751
  return _.assign({
3749
3752
  left: selection.left,
3750
3753
  top: selection.top,
3751
- width: selection.width,
3752
- height: selection.height,
3754
+ width: selection.width ? selection.width - 1.5 : selection.width,
3755
+ height: selection.height ? selection.height - 1.5 : selection.height,
3753
3756
  display: "block"
3754
3757
  }, fixRowStyleOverflowInFreeze(context, selection.row_focus || 0, selection.row_focus || 0, (_refs$globalCache$fre = refs.globalCache.freezen) === null || _refs$globalCache$fre === void 0 ? void 0 : _refs$globalCache$fre[context.currentSheetId]), fixColumnStyleOverflowInFreeze(context, selection.column_focus || 0, selection.column_focus || 0, (_refs$globalCache$fre2 = refs.globalCache.freezen) === null || _refs$globalCache$fre2 === void 0 ? void 0 : _refs$globalCache$fre2[context.currentSheetId]));
3755
3758
  }() : {},
@@ -3808,8 +3811,8 @@ var SheetOverlay = function SheetOverlay() {
3808
3811
  style: _.assign({
3809
3812
  left: selection.left_move,
3810
3813
  top: selection.top_move,
3811
- width: selection.width_move,
3812
- height: selection.height_move,
3814
+ width: selection.width_move ? selection.width_move - 1.5 : selection.width_move,
3815
+ height: selection.height_move ? selection.height_move - 1.5 : selection.height_move,
3813
3816
  display: "block"
3814
3817
  }, fixRowStyleOverflowInFreeze(context, selection.row[0], selection.row[1], (_refs$globalCache$fre3 = refs.globalCache.freezen) === null || _refs$globalCache$fre3 === void 0 ? void 0 : _refs$globalCache$fre3[context.currentSheetId]), fixColumnStyleOverflowInFreeze(context, selection.column[0], selection.column[1], (_refs$globalCache$fre4 = refs.globalCache.freezen) === null || _refs$globalCache$fre4 === void 0 ? void 0 : _refs$globalCache$fre4[context.currentSheetId])),
3815
3818
  onMouseDown: function onMouseDown(e) {
@@ -7557,7 +7560,17 @@ var ContextMenu = function ContextMenu() {
7557
7560
  draftCtx.contextMenu = {};
7558
7561
  });
7559
7562
  }
7560
- }, "Comment");
7563
+ }, /*#__PURE__*/React.createElement("div", {
7564
+ className: "context-item"
7565
+ }, /*#__PURE__*/React.createElement(SVGIcon, {
7566
+ name: "comment-flv",
7567
+ width: 18,
7568
+ height: 18,
7569
+ style: {
7570
+ marginTop: "4px",
7571
+ marginRight: "4px"
7572
+ }
7573
+ }), /*#__PURE__*/React.createElement("p", null, "Comment")));
7561
7574
  }
7562
7575
  if (name === "copy") {
7563
7576
  return /*#__PURE__*/React.createElement(Menu, {
@@ -7574,7 +7587,16 @@ var ContextMenu = function ContextMenu() {
7574
7587
  draftCtx.contextMenu = {};
7575
7588
  });
7576
7589
  }
7577
- }, rightclick.copy);
7590
+ }, /*#__PURE__*/React.createElement("div", {
7591
+ className: "context-item"
7592
+ }, /*#__PURE__*/React.createElement(SVGIcon, {
7593
+ name: "copy-flv",
7594
+ width: 22,
7595
+ height: 22,
7596
+ style: {
7597
+ marginTop: "4px"
7598
+ }
7599
+ }), /*#__PURE__*/React.createElement("p", null, rightclick.copy)));
7578
7600
  }
7579
7601
  if (name === "paste" && regeneratorRuntime) {
7580
7602
  return /*#__PURE__*/React.createElement(Menu, {
@@ -7604,7 +7626,16 @@ var ContextMenu = function ContextMenu() {
7604
7626
  }
7605
7627
  return onClick;
7606
7628
  }()
7607
- }, rightclick.paste);
7629
+ }, /*#__PURE__*/React.createElement("div", {
7630
+ className: "context-item"
7631
+ }, /*#__PURE__*/React.createElement(SVGIcon, {
7632
+ name: "paste-flv",
7633
+ width: 16,
7634
+ height: 16,
7635
+ style: {
7636
+ marginRight: "8px"
7637
+ }
7638
+ }), /*#__PURE__*/React.createElement("p", null, rightclick.paste)));
7608
7639
  }
7609
7640
  if (name === "insert-column") {
7610
7641
  return (selection === null || selection === void 0 ? void 0 : selection.row_select) ? null : ["left", "right"].map(function (dir) {
@@ -7612,13 +7643,10 @@ var ContextMenu = function ContextMenu() {
7612
7643
  return /*#__PURE__*/React.createElement(Menu, {
7613
7644
  key: "add-col-".concat(dir),
7614
7645
  onClick: function onClick(e) {
7615
- var _context$luckysheet_s2, _context$luckysheet_s3, _context$luckysheet_s4, _e$target$querySelect;
7646
+ var _context$luckysheet_s2, _context$luckysheet_s3, _context$luckysheet_s4;
7616
7647
  var position = (_context$luckysheet_s2 = context.luckysheet_select_save) === null || _context$luckysheet_s2 === void 0 ? void 0 : (_context$luckysheet_s3 = _context$luckysheet_s2[0]) === null || _context$luckysheet_s3 === void 0 ? void 0 : (_context$luckysheet_s4 = _context$luckysheet_s3.column) === null || _context$luckysheet_s4 === void 0 ? void 0 : _context$luckysheet_s4[0];
7617
7648
  if (position == null) return;
7618
- var countStr = (_e$target$querySelect = e.target.querySelector("input")) === null || _e$target$querySelect === void 0 ? void 0 : _e$target$querySelect.value;
7619
- if (countStr == null) return;
7620
- var count = parseInt(countStr, 10);
7621
- if (count < 1) return;
7649
+ var count = 1;
7622
7650
  var direction = dir === "left" ? "lefttop" : "rightbottom";
7623
7651
  var insertRowColOp = {
7624
7652
  type: "column",
@@ -7639,23 +7667,20 @@ var ContextMenu = function ContextMenu() {
7639
7667
  insertRowColOp: insertRowColOp
7640
7668
  });
7641
7669
  }
7642
- }, /*#__PURE__*/React.createElement(React.Fragment, null, _.startsWith((_context$lang = context.lang) !== null && _context$lang !== void 0 ? _context$lang : "", "zh") && (/*#__PURE__*/React.createElement(React.Fragment, null, rightclick.to, /*#__PURE__*/React.createElement("span", {
7670
+ }, /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(SVGIcon, {
7671
+ name: "insert-flv",
7672
+ width: 18,
7673
+ height: 18,
7674
+ style: {
7675
+ marginRight: "8px",
7676
+ position: "relative",
7677
+ top: "3px"
7678
+ }
7679
+ }), _.startsWith((_context$lang = context.lang) !== null && _context$lang !== void 0 ? _context$lang : "", "zh") && (/*#__PURE__*/React.createElement(React.Fragment, null, rightclick.to, /*#__PURE__*/React.createElement("span", {
7643
7680
  className: "luckysheet-cols-rows-shift-".concat(dir)
7644
- }, rightclick[dir]))), "".concat(rightclick.insert, " "), /*#__PURE__*/React.createElement("input", {
7645
- onClick: function onClick(e) {
7646
- return e.stopPropagation();
7647
- },
7648
- onKeyDown: function onKeyDown(e) {
7649
- return e.stopPropagation();
7650
- },
7651
- tabIndex: 0,
7652
- type: "text",
7653
- className: "luckysheet-mousedown-cancel",
7654
- placeholder: rightclick.number,
7655
- defaultValue: "1"
7656
- }), /*#__PURE__*/React.createElement("span", {
7681
+ }, rightclick[dir]))), "".concat(rightclick.insert, " "), "1", /*#__PURE__*/React.createElement("span", {
7657
7682
  className: "luckysheet-cols-rows-shift-word luckysheet-mousedown-cancel"
7658
- }, "".concat(rightclick.column, " ")), !_.startsWith((_context$lang2 = context.lang) !== null && _context$lang2 !== void 0 ? _context$lang2 : "", "zh") && (/*#__PURE__*/React.createElement("span", {
7683
+ }, " ".concat(rightclick.column, " ")), !_.startsWith((_context$lang2 = context.lang) !== null && _context$lang2 !== void 0 ? _context$lang2 : "", "zh") && (/*#__PURE__*/React.createElement("span", {
7659
7684
  className: "luckysheet-cols-rows-shift-".concat(dir)
7660
7685
  }, rightclick[dir]))));
7661
7686
  });
@@ -7666,13 +7691,10 @@ var ContextMenu = function ContextMenu() {
7666
7691
  return /*#__PURE__*/React.createElement(Menu, {
7667
7692
  key: "add-row-".concat(dir),
7668
7693
  onClick: function onClick(e, container) {
7669
- var _context$luckysheet_s5, _context$luckysheet_s6, _context$luckysheet_s7, _container$querySelec;
7694
+ var _context$luckysheet_s5, _context$luckysheet_s6, _context$luckysheet_s7;
7670
7695
  var position = (_context$luckysheet_s5 = context.luckysheet_select_save) === null || _context$luckysheet_s5 === void 0 ? void 0 : (_context$luckysheet_s6 = _context$luckysheet_s5[0]) === null || _context$luckysheet_s6 === void 0 ? void 0 : (_context$luckysheet_s7 = _context$luckysheet_s6.row) === null || _context$luckysheet_s7 === void 0 ? void 0 : _context$luckysheet_s7[0];
7671
7696
  if (position == null) return;
7672
- var countStr = (_container$querySelec = container.querySelector("input")) === null || _container$querySelec === void 0 ? void 0 : _container$querySelec.value;
7673
- if (countStr == null) return;
7674
- var count = parseInt(countStr, 10);
7675
- if (count < 1) return;
7697
+ var count = 1;
7676
7698
  var direction = dir === "top" ? "lefttop" : "rightbottom";
7677
7699
  var insertRowColOp = {
7678
7700
  type: "row",
@@ -7693,23 +7715,20 @@ var ContextMenu = function ContextMenu() {
7693
7715
  insertRowColOp: insertRowColOp
7694
7716
  });
7695
7717
  }
7696
- }, /*#__PURE__*/React.createElement(React.Fragment, null, _.startsWith((_context$lang3 = context.lang) !== null && _context$lang3 !== void 0 ? _context$lang3 : "", "zh") && (/*#__PURE__*/React.createElement(React.Fragment, null, rightclick.to, /*#__PURE__*/React.createElement("span", {
7718
+ }, /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(SVGIcon, {
7719
+ name: "insert-flv",
7720
+ width: 18,
7721
+ height: 18,
7722
+ style: {
7723
+ marginRight: "8px",
7724
+ position: "relative",
7725
+ top: "3px"
7726
+ }
7727
+ }), _.startsWith((_context$lang3 = context.lang) !== null && _context$lang3 !== void 0 ? _context$lang3 : "", "zh") && (/*#__PURE__*/React.createElement(React.Fragment, null, rightclick.to, /*#__PURE__*/React.createElement("span", {
7697
7728
  className: "luckysheet-cols-rows-shift-".concat(dir)
7698
- }, rightclick[dir]))), "".concat(rightclick.insert, " "), /*#__PURE__*/React.createElement("input", {
7699
- onClick: function onClick(e) {
7700
- return e.stopPropagation();
7701
- },
7702
- onKeyDown: function onKeyDown(e) {
7703
- return e.stopPropagation();
7704
- },
7705
- tabIndex: 0,
7706
- type: "text",
7707
- className: "luckysheet-mousedown-cancel",
7708
- placeholder: rightclick.number,
7709
- defaultValue: "1"
7710
- }), /*#__PURE__*/React.createElement("span", {
7729
+ }, rightclick[dir]))), "".concat(rightclick.insert, " "), "1", /*#__PURE__*/React.createElement("span", {
7711
7730
  className: "luckysheet-cols-rows-shift-word luckysheet-mousedown-cancel"
7712
- }, "".concat(rightclick.row, " ")), !_.startsWith((_context$lang4 = context.lang) !== null && _context$lang4 !== void 0 ? _context$lang4 : "", "zh") && (/*#__PURE__*/React.createElement("span", {
7731
+ }, " ".concat(rightclick.row, " ")), !_.startsWith((_context$lang4 = context.lang) !== null && _context$lang4 !== void 0 ? _context$lang4 : "", "zh") && (/*#__PURE__*/React.createElement("span", {
7713
7732
  className: "luckysheet-cols-rows-shift-".concat(dir)
7714
7733
  }, rightclick[dir]))));
7715
7734
  });
@@ -7852,8 +7871,8 @@ var ContextMenu = function ContextMenu() {
7852
7871
  })) ? (/*#__PURE__*/React.createElement(Menu, {
7853
7872
  key: "set-row-height",
7854
7873
  onClick: function onClick(e, container) {
7855
- var _container$querySelec2;
7856
- var targetRowHeight = (_container$querySelec2 = container.querySelector("input")) === null || _container$querySelec2 === void 0 ? void 0 : _container$querySelec2.value;
7874
+ var _container$querySelec;
7875
+ var targetRowHeight = (_container$querySelec = container.querySelector("input")) === null || _container$querySelec === void 0 ? void 0 : _container$querySelec.value;
7857
7876
  setContext(function (draftCtx) {
7858
7877
  if (_.isUndefined(targetRowHeight) || targetRowHeight === "" || parseInt(targetRowHeight, 10) <= 0 || parseInt(targetRowHeight, 10) > 545) {
7859
7878
  showAlert(info.tipRowHeightLimit, "ok");
@@ -7901,8 +7920,8 @@ var ContextMenu = function ContextMenu() {
7901
7920
  })) ? (/*#__PURE__*/React.createElement(Menu, {
7902
7921
  key: "set-column-width",
7903
7922
  onClick: function onClick(e, container) {
7904
- var _container$querySelec3;
7905
- var targetColWidth = (_container$querySelec3 = container.querySelector("input")) === null || _container$querySelec3 === void 0 ? void 0 : _container$querySelec3.value;
7923
+ var _container$querySelec2;
7924
+ var targetColWidth = (_container$querySelec2 = container.querySelector("input")) === null || _container$querySelec2 === void 0 ? void 0 : _container$querySelec2.value;
7906
7925
  setContext(function (draftCtx) {
7907
7926
  if (_.isUndefined(targetColWidth) || targetColWidth === "" || parseInt(targetColWidth, 10) <= 0 || parseInt(targetColWidth, 10) > 2038) {
7908
7927
  showAlert(info.tipColumnWidthLimit, "ok");
@@ -7962,7 +7981,16 @@ var ContextMenu = function ContextMenu() {
7962
7981
  jfrefreshgrid(draftCtx, null, undefined);
7963
7982
  });
7964
7983
  }
7965
- }, rightclick.clearContent);
7984
+ }, /*#__PURE__*/React.createElement("div", {
7985
+ className: "context-item"
7986
+ }, /*#__PURE__*/React.createElement(SVGIcon, {
7987
+ name: "clear-flv",
7988
+ width: 18,
7989
+ height: 18,
7990
+ style: {
7991
+ marginRight: "8px"
7992
+ }
7993
+ }), /*#__PURE__*/React.createElement("p", null, rightclick.clearContent)));
7966
7994
  }
7967
7995
  if (name === "orderAZ") {
7968
7996
  return /*#__PURE__*/React.createElement(Menu, {
@@ -9577,13 +9605,89 @@ var SVGDefines = function SVGDefines(_ref) {
9577
9605
  d: "M163.396608 289.168384c-40.577024 0-66.526208 54.183936-35.44064 85.25824L477.217792 723.704832c20.031488 20.031488 49.82272 20.031488 69.853184 0l349.274112-349.278208c30.30528-30.294016 6.677504-85.25824-34.927616-85.25824L163.396608 289.168384z",
9578
9606
  "p-id": "2683"
9579
9607
  })), /*#__PURE__*/React.createElement("symbol", {
9580
- viewBox: "0 0 1024 1024",
9581
- fill: "#272636",
9582
- id: "headDownArrow"
9583
- }, /*#__PURE__*/React.createElement("path", {
9584
- d: "M0 511.976727C0 229.678545 229.725091 0 511.976727 0s511.976727 229.632 511.976727 511.976727c0 282.391273-229.725091 511.976727-511.976727 511.976727C229.725091 1024 0 794.368 0 511.976727M955.717818 511.976727c0-244.898909-199.121455-444.206545-443.741091-444.206545-244.666182 0-443.694545 199.307636-443.694545 444.206545 0 244.945455 199.121455 444.253091 443.694545 444.253091C756.642909 956.276364 955.717818 756.968727 955.717818 511.976727M230.027636 419.025455c0-6.562909 2.420364-13.102545 7.563636-18.059636 9.914182-9.960727 26.042182-9.960727 36.096 0l238.289455 236.916364L750.312727 401.105455c9.960727-9.914182 26.135273-9.914182 36.305455 0 9.914182 9.960727 9.914182 26.042182 0 35.956364L511.976727 709.678545 237.474909 436.922182C232.424727 432.104727 230.027636 425.588364 230.027636 419.025455",
9585
- "p-id": "5142"
9608
+ id: "headDownArrow",
9609
+ viewBox: "0 0 14 14"
9610
+ }, /*#__PURE__*/React.createElement("rect", {
9611
+ width: "14",
9612
+ height: "14",
9613
+ rx: "4",
9614
+ fill: "black",
9615
+ "fill-opacity": "0.1"
9616
+ }), /*#__PURE__*/React.createElement("path", {
9617
+ d: "M6.64653 8.97978L3.7703 6.10355C3.45532 5.78857 3.6784 5.25 4.12385 5.25H9.87631C10.3218 5.25 10.5448 5.78857 10.2299 6.10355L7.35363 8.97978C7.15837 9.17504 6.84179 9.17504 6.64653 8.97978Z",
9618
+ fill: "#363B3F"
9586
9619
  })), /*#__PURE__*/React.createElement("symbol", {
9620
+ id: "copy-flv",
9621
+ viewBox: "0 0 24 24"
9622
+ }, /*#__PURE__*/React.createElement("svg", {
9623
+ width: "24",
9624
+ viewBox: "0 0 24 24",
9625
+ fill: "none",
9626
+ xmlns: "http://www.w3.org/2000/svg"
9627
+ }, /*#__PURE__*/React.createElement("g", {
9628
+ "clip-path": "url(#clip0_1714_87221)"
9629
+ }, /*#__PURE__*/React.createElement("path", {
9630
+ d: "M2.25 3C2.25 2.58921 2.58921 2.25 3 2.25H10.5C10.9108 2.25 11.25 2.58921 11.25 3C11.25 3.41421 11.5858 3.75 12 3.75C12.4142 3.75 12.75 3.41421 12.75 3C12.75 1.76079 11.7392 0.75 10.5 0.75H3C1.76079 0.75 0.75 1.76079 0.75 3V10.5C0.75 11.7392 1.76079 12.75 3 12.75C3.41421 12.75 3.75 12.4142 3.75 12C3.75 11.5858 3.41421 11.25 3 11.25C2.58921 11.25 2.25 10.9108 2.25 10.5V3Z",
9631
+ fill: "#363B3F"
9632
+ }), /*#__PURE__*/React.createElement("path", {
9633
+ "fill-rule": "evenodd",
9634
+ "clip-rule": "evenodd",
9635
+ d: "M7.5 5.25C6.25736 5.25 5.25 6.25736 5.25 7.5V15C5.25 16.2426 6.25736 17.25 7.5 17.25H15C16.2426 17.25 17.25 16.2426 17.25 15V7.5C17.25 6.25736 16.2426 5.25 15 5.25H7.5ZM6.75 7.5C6.75 7.08579 7.08579 6.75 7.5 6.75H15C15.4142 6.75 15.75 7.08579 15.75 7.5V15C15.75 15.4142 15.4142 15.75 15 15.75H7.5C7.08579 15.75 6.75 15.4142 6.75 15V7.5Z",
9636
+ fill: "#363B3F"
9637
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
9638
+ id: "clip0_1714_87221"
9639
+ }, /*#__PURE__*/React.createElement("rect", {
9640
+ width: "24",
9641
+ height: "24",
9642
+ fill: "white"
9643
+ }))))), /*#__PURE__*/React.createElement("symbol", {
9644
+ id: "paste-flv",
9645
+ viewBox: "0 0 24 24"
9646
+ }, /*#__PURE__*/React.createElement("svg", {
9647
+ viewBox: "0 0 18 18",
9648
+ fill: "none",
9649
+ xmlns: "http://www.w3.org/2000/svg"
9650
+ }, /*#__PURE__*/React.createElement("path", {
9651
+ "fill-rule": "evenodd",
9652
+ "clip-rule": "evenodd",
9653
+ 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",
9654
+ fill: "#363B3F"
9655
+ }))), /*#__PURE__*/React.createElement("symbol", {
9656
+ id: "insert-flv",
9657
+ viewBox: "0 0 24 24"
9658
+ }, /*#__PURE__*/React.createElement("svg", {
9659
+ viewBox: "0 0 18 18",
9660
+ fill: "none",
9661
+ xmlns: "http://www.w3.org/2000/svg"
9662
+ }, /*#__PURE__*/React.createElement("path", {
9663
+ d: "M9.75 3.75C9.75 3.33579 9.41421 3 9 3C8.58579 3 8.25 3.33579 8.25 3.75V8.25H3.75C3.33579 8.25 3 8.58579 3 9C3 9.41421 3.33579 9.75 3.75 9.75H8.25V14.25C8.25 14.6642 8.58579 15 9 15C9.41421 15 9.75 14.6642 9.75 14.25V9.75H14.25C14.6642 9.75 15 9.41421 15 9C15 8.58579 14.6642 8.25 14.25 8.25H9.75V3.75Z",
9664
+ fill: "#363B3F"
9665
+ }))), /*#__PURE__*/React.createElement("symbol", {
9666
+ id: "clear-flv",
9667
+ viewBox: "0 0 24 24"
9668
+ }, /*#__PURE__*/React.createElement("svg", {
9669
+ viewBox: "0 0 18 18",
9670
+ fill: "none",
9671
+ xmlns: "http://www.w3.org/2000/svg"
9672
+ }, /*#__PURE__*/React.createElement("path", {
9673
+ d: "M8.69336 2.24495C9.7149 1.2235 11.3274 1.1765 12.3164 2.25764L16.5039 6.44514C17.525 7.46664 17.572 9.07929 16.4912 10.0682L11.5586 14.9998H16.498C16.9122 14.9998 17.2479 15.3357 17.248 15.7498C17.248 16.164 16.9123 16.4998 16.498 16.4998H5.24804L5.17187 16.4959C5.11573 16.4902 5.06253 16.4752 5.01074 16.4578C4.99425 16.4523 4.97708 16.4489 4.96093 16.4422C4.93739 16.4324 4.91581 16.4191 4.89355 16.4071C4.83108 16.3733 4.77055 16.3329 4.71777 16.2801L1.49316 13.0555C0.47162 12.034 0.424681 10.4205 1.50586 9.43147L8.69336 2.24495ZM2.55371 10.5057C2.54459 10.5148 2.53497 10.5234 2.52539 10.5321C2.12282 10.8944 2.08021 11.5214 2.55371 11.9949L5.55859 14.9998H9.4375L3.74804 9.31037L2.55371 10.5057ZM11.2158 3.27717C10.8535 2.87463 10.2274 2.83209 9.7539 3.30549L4.80859 8.24983L10.498 13.9393L15.4434 8.99495C15.4526 8.98568 15.4619 8.97637 15.4717 8.9676C15.8741 8.60538 15.9164 7.97912 15.4434 7.50569L11.2432 3.30549C11.2339 3.29628 11.2245 3.28686 11.2158 3.27717Z",
9674
+ fill: "#363B3F"
9675
+ }))), /*#__PURE__*/React.createElement("symbol", {
9676
+ id: "comment-flv",
9677
+ viewBox: "0 0 24 24"
9678
+ }, /*#__PURE__*/React.createElement("svg", {
9679
+ viewBox: "0 0 18 18",
9680
+ fill: "none",
9681
+ xmlns: "http://www.w3.org/2000/svg"
9682
+ }, /*#__PURE__*/React.createElement("path", {
9683
+ d: "M9 4.5C9.41421 4.5 9.75 4.83579 9.75 5.25V6.75H11.25C11.6642 6.75 12 7.08579 12 7.5C12 7.91421 11.6642 8.25 11.25 8.25H9.75V9.75C9.75 10.1642 9.41421 10.5 9 10.5C8.58579 10.5 8.25 10.1642 8.25 9.75V8.25H6.75C6.33579 8.25 6 7.91421 6 7.5C6 7.08579 6.33579 6.75 6.75 6.75H8.25V5.25C8.25 4.83579 8.58579 4.5 9 4.5Z",
9684
+ fill: "#363B3F"
9685
+ }), /*#__PURE__*/React.createElement("path", {
9686
+ "fill-rule": "evenodd",
9687
+ "clip-rule": "evenodd",
9688
+ 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",
9689
+ fill: "#363B3F"
9690
+ }))), /*#__PURE__*/React.createElement("symbol", {
9587
9691
  viewBox: "0 0 1024 1024",
9588
9692
  id: "tab"
9589
9693
  }, /*#__PURE__*/React.createElement("path", {